2018-10-06 03:17:04,184 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 03:17:04,190 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 03:17:04,191 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 03:17:04,192 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-10-06 03:17:04,210 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-06 03:17:17,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:17:17,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:17:17,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:17:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:17:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:17:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:17:17,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:17:17,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:17:17,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:17:17,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:17,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d929ff0-33ce-4f71-9507-e425da7d34ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:17,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d929ff0-33ce-4f71-9507-e425da7d34ac 2018-10-06 03:17:17,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:18,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:17:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["0-zBFsuYSRyVX4jIvFRZnw"], "issued_at": "2018-10-06T03:17:18.000000Z"}} 2018-10-06 03:17:18,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:18,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:18,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:18,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cff1798-13bf-4511-a91e-95137c845ed2 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:17:18,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8cff1798-13bf-4511-a91e-95137c845ed2 2018-10-06 03:17:18,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.596381187439s 2018-10-06 03:17:18,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:17:18,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}}' 2018-10-06 03:17:18,727 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64e941ca-c62e-4170-95a6-2d948b482161 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143"}, "enabled": true, "id": "f1a744b305134694ad3c71783c078143", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}} 2018-10-06 03:17:18,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-64e941ca-c62e-4170-95a6-2d948b482161 2018-10-06 03:17:18,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225514888763s 2018-10-06 03:17:18,728 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-64e941ca-c62e-4170-95a6-2d948b482161 2018-10-06 03:17:18,728 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb', 'id': u'f1a744b305134694ad3c71783c078143', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:17:18,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:17:19,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.417196035385s 2018-10-06 03:17:19,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:19,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-213ee8f3-002c-481c-9905-d85511b55ffe Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}, "domain_id": "default", "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}} 2018-10-06 03:17:19,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 used request id req-213ee8f3-002c-481c-9905-d85511b55ffe 2018-10-06 03:17:19,318 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9a6d97c82b664d6e8510a1edaa2ae939', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb'}) 2018-10-06 03:17:19,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:19,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:19,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7dd38f9-66ee-4b5a-9182-fd1fc713f46e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:19,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d7dd38f9-66ee-4b5a-9182-fd1fc713f46e 2018-10-06 03:17:19,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0197129249573s 2018-10-06 03:17:19,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:19,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0959a1-22a9-4a92-bbdb-dd941e60e60a Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:19,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9e0959a1-22a9-4a92-bbdb-dd941e60e60a 2018-10-06 03:17:19,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140382051468s 2018-10-06 03:17:19,481 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:17:19,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:17:19,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" -d '{"role": {"name": "Member"}}' 2018-10-06 03:17:19,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e71840e5-bdf4-40b4-8545-365ce0d8d0d8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}} 2018-10-06 03:17:19,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e71840e5-bdf4-40b4-8545-365ce0d8d0d8 2018-10-06 03:17:19,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.245557785034s 2018-10-06 03:17:19,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:19,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a518c84-0d52-457e-9872-6e752cd2b213 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "domain_id": null, "name": "Member", "id": "051cc828d8ce43a88cd9c82478f7cf21"}} 2018-10-06 03:17:19,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21 used request id req-2a518c84-0d52-457e-9872-6e752cd2b213 2018-10-06 03:17:19,866 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21'}, 'domain_id': None, 'human_id': None, 'id': u'051cc828d8ce43a88cd9c82478f7cf21', 'HUMAN_ID': False}) 2018-10-06 03:17:19,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:19,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:19,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad773a7-6ae9-4326-a722-2b4ce746ad35 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:19,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4ad773a7-6ae9-4326-a722-2b4ce746ad35 2018-10-06 03:17:19,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0903980731964s 2018-10-06 03:17:19,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:19,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-febd332b-d897-4837-96cb-e85876e5b4be Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:20,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-febd332b-d897-4837-96cb-e85876e5b4be 2018-10-06 03:17:20,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.149127006531s 2018-10-06 03:17:20,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:20,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed989704-b390-449f-ba3a-95c71096d78c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "domain_id": "default", "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:20,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ed989704-b390-449f-ba3a-95c71096d78c 2018-10-06 03:17:20,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0990810394287s 2018-10-06 03:17:20,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ed989704-b390-449f-ba3a-95c71096d78c 2018-10-06 03:17:20,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90615ca4-cf37-45c6-81e4-37f6f9f2ac7e Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143"}, "enabled": true, "id": "f1a744b305134694ad3c71783c078143", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}]} 2018-10-06 03:17:20,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-90615ca4-cf37-45c6-81e4-37f6f9f2ac7e 2018-10-06 03:17:20,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.138602972031s 2018-10-06 03:17:20,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-90615ca4-cf37-45c6-81e4-37f6f9f2ac7e 2018-10-06 03:17:20,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:20,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=051cc828d8ce43a88cd9c82478f7cf21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ebecea-2802-440c-a1eb-a9759f56b017 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=051cc828d8ce43a88cd9c82478f7cf21", "previous": null, "next": null}} 2018-10-06 03:17:20,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=051cc828d8ce43a88cd9c82478f7cf21 used request id req-55ebecea-2802-440c-a1eb-a9759f56b017 2018-10-06 03:17:20,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0971689224243s 2018-10-06 03:17:20,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/051cc828d8ce43a88cd9c82478f7cf21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50995151-fc43-43ed-ac5a-7af3acefbeec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:20,673 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/051cc828d8ce43a88cd9c82478f7cf21 used request id req-50995151-fc43-43ed-ac5a-7af3acefbeec 2018-10-06 03:17:20,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.219861030579s 2018-10-06 03:17:20,674 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'cc03eb3c-994f-4168-a182-78e445fd9784', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb', 'project_id': u'f1a744b305134694ad3c71783c078143', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:17:20,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:17:20,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:17:20,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:17:20,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:17:20,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:17:20,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:17:20,679 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb', 'password': 'cc03eb3c-994f-4168-a182-78e445fd9784', 'project_name': 'connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'f1a744b305134694ad3c71783c078143', 'project_domain_name': 'Default'} 2018-10-06 03:17:20,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:20,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d13a17-877e-4332-95b1-65353b89fc20 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:20,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-39d13a17-877e-4332-95b1-65353b89fc20 2018-10-06 03:17:20,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.129801034927s 2018-10-06 03:17:20,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:20,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b727011-4f2a-4318-8033-394726dad793 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:20,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6b727011-4f2a-4318-8033-394726dad793 2018-10-06 03:17:20,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.143136024475s 2018-10-06 03:17:20,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528c382f-bd47-4945-ab44-5071c25905b7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:21,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-528c382f-bd47-4945-ab44-5071c25905b7 2018-10-06 03:17:21,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0740909576416s 2018-10-06 03:17:21,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6adf017a-2d83-4669-9486-d60cc066ac8c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "domain_id": "default", "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:21,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6adf017a-2d83-4669-9486-d60cc066ac8c 2018-10-06 03:17:21,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103254079819s 2018-10-06 03:17:21,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6adf017a-2d83-4669-9486-d60cc066ac8c 2018-10-06 03:17:21,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:21,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1104f6-2318-4854-8a98-5bba55bae0ef Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143"}, "enabled": true, "id": "f1a744b305134694ad3c71783c078143", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}]} 2018-10-06 03:17:21,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8c1104f6-2318-4854-8a98-5bba55bae0ef 2018-10-06 03:17:21,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.151391029358s 2018-10-06 03:17:21,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8c1104f6-2318-4854-8a98-5bba55bae0ef 2018-10-06 03:17:21,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:21,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89319b84-6466-40ef-b8bc-fc7d139c5f5f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 03:17:21,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-89319b84-6466-40ef-b8bc-fc7d139c5f5f 2018-10-06 03:17:21,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0761301517487s 2018-10-06 03:17:21,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:21,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61be6265-ffbb-47d9-9ab8-0ec45190343d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:21,596 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-61be6265-ffbb-47d9-9ab8-0ec45190343d 2018-10-06 03:17:21,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.225836992264s 2018-10-06 03:17:21,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:21,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d48ef3-32ee-489f-a5e2-50892fe015aa Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:21,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f7d48ef3-32ee-489f-a5e2-50892fe015aa 2018-10-06 03:17:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079833984375s 2018-10-06 03:17:21,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:17:21,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 03:17:21,910 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06dc8038-31dc-4be9-88e0-e4ec6351f0ab Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7cf30cb52bdb4ef5b1510a820bccfbef", "links": {"self": "http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef"}, "name": "heat_stack_owner"}} 2018-10-06 03:17:21,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-06dc8038-31dc-4be9-88e0-e4ec6351f0ab 2018-10-06 03:17:21,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.232475042343s 2018-10-06 03:17:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a0f5c8-c80d-45d7-98a3-7f64d73ff682 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef"}, "domain_id": null, "name": "heat_stack_owner", "id": "7cf30cb52bdb4ef5b1510a820bccfbef"}} 2018-10-06 03:17:22,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef used request id req-40a0f5c8-c80d-45d7-98a3-7f64d73ff682 2018-10-06 03:17:22,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7514ee1-56e5-4bae-a1bf-31c30f031624 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "7cf30cb52bdb4ef5b1510a820bccfbef", "links": {"self": "http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:22,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c7514ee1-56e5-4bae-a1bf-31c30f031624 2018-10-06 03:17:22,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875132083893s 2018-10-06 03:17:22,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e04ab8-0c9d-49e9-9fb4-b320482639c6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:22,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-b3e04ab8-0c9d-49e9-9fb4-b320482639c6 2018-10-06 03:17:22,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.142962217331s 2018-10-06 03:17:22,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:22,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78147122-c4be-4fc4-8104-e564b52231b7 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "domain_id": "default", "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:22,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-78147122-c4be-4fc4-8104-e564b52231b7 2018-10-06 03:17:22,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982091426849s 2018-10-06 03:17:22,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-78147122-c4be-4fc4-8104-e564b52231b7 2018-10-06 03:17:22,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:22,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f105438-eead-487a-9cd4-cfb0dbaf25d7 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143"}, "enabled": true, "id": "f1a744b305134694ad3c71783c078143", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}]} 2018-10-06 03:17:22,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-2f105438-eead-487a-9cd4-cfb0dbaf25d7 2018-10-06 03:17:22,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0892810821533s 2018-10-06 03:17:22,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-2f105438-eead-487a-9cd4-cfb0dbaf25d7 2018-10-06 03:17:22,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7cf30cb52bdb4ef5b1510a820bccfbef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ee796e-bca1-489e-9924-a3c69589251d Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7cf30cb52bdb4ef5b1510a820bccfbef", "previous": null, "next": null}} 2018-10-06 03:17:22,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=9a6d97c82b664d6e8510a1edaa2ae939&scope.project.id=f1a744b305134694ad3c71783c078143&role.id=7cf30cb52bdb4ef5b1510a820bccfbef used request id req-34ee796e-bca1-489e-9924-a3c69589251d 2018-10-06 03:17:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0721108913422s 2018-10-06 03:17:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/7cf30cb52bdb4ef5b1510a820bccfbef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:22,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b9dc63-f2a2-463a-b566-ed9843dcd418 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:22,662 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143/users/9a6d97c82b664d6e8510a1edaa2ae939/roles/7cf30cb52bdb4ef5b1510a820bccfbef used request id req-68b9dc63-f2a2-463a-b566-ed9843dcd418 2018-10-06 03:17:22,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.158765792847s 2018-10-06 03:17:22,662 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 03:17:22,663 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 03:17:22,663 - openstack_tests - INFO - OS Credentials = > 2018-10-06 03:17:22,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:22,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:23,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["7fvnMBPeR4u31xve_--QFg"], "issued_at": "2018-10-06T03:17:23.000000Z"}} 2018-10-06 03:17:23,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a17d9fe08426830f9827bdd5de6e19bc5a1dd8" 2018-10-06 03:17:24,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9502bfb9-f358-4198-81d6-1aae5b644ba2 Date: Sat, 06 Oct 2018 03:17:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:17:24,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-9502bfb9-f358-4198-81d6-1aae5b644ba2 2018-10-06 03:17:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82a17d9fe08426830f9827bdd5de6e19bc5a1dd8" 2018-10-06 03:17:24,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8cb431c2-e966-422e-be25-98c35e14877a Date: Sat, 06 Oct 2018 03:17:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:17:24,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-8cb431c2-e966-422e-be25-98c35e14877a 2018-10-06 03:17:24,857 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 03:17:24,857 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-06 03:17:24,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:24,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:25,132 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 03:17:25,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:25,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["3YdWBYhZQO-_L0q033906w"], "issued_at": "2018-10-06T03:17:25.000000Z"}} 2018-10-06 03:17:25,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e470e4832cb96024d06602017dd95c69289f0fc3" 2018-10-06 03:17:26,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-911635ad-66cf-4997-afe3-64fe85c55c77 Date: Sat, 06 Oct 2018 03:17:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-06 03:17:26,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=foo used request id req-911635ad-66cf-4997-afe3-64fe85c55c77 2018-10-06 03:17:26,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:26,251 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 03:17:26,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:26,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["yBbPSDaOSFqWr-DtSF9xTQ"], "issued_at": "2018-10-06T03:17:26.000000Z"}} 2018-10-06 03:17:26,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c71b9bc7aad1df1ff9861a62380f1949d55409" 2018-10-06 03:17:26,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de70fa12-36e1-46ef-9a45-d7635fa6781e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:26,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de70fa12-36e1-46ef-9a45-d7635fa6781e 2018-10-06 03:17:26,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:26,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:26,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c71b9bc7aad1df1ff9861a62380f1949d55409" 2018-10-06 03:17:26,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd71c62-f27a-4dbb-bde8-474c37047d38 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "domain_id": "default", "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:26,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8bd71c62-f27a-4dbb-bde8-474c37047d38 2018-10-06 03:17:26,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:26,990 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 03:17:26,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:27,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["cQXfBXhrQZ2SIAn76EKR_w"], "issued_at": "2018-10-06T03:17:27.000000Z"}} 2018-10-06 03:17:27,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7138d10b6a91a49f1155ae3e76cfe0953da7d83f" 2018-10-06 03:17:28,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-506c1994-d1df-4139-8c2a-adc4efeb23fb Date: Sat, 06 Oct 2018 03:17:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:17:28,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks used request id req-506c1994-d1df-4139-8c2a-adc4efeb23fb 2018-10-06 03:17:28,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:28,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["tWpO9o-5R96HCNX0VnjMnQ"], "issued_at": "2018-10-06T03:17:28.000000Z"}} 2018-10-06 03:17:28,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972044953825f9619d85827739714a363137a6d3" 2018-10-06 03:17:29,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-eef13626-db9f-49ed-9ecc-0731db0c8fbe Date: Sat, 06 Oct 2018 03:17:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:17:29,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-eef13626-db9f-49ed-9ecc-0731db0c8fbe 2018-10-06 03:17:29,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972044953825f9619d85827739714a363137a6d3" 2018-10-06 03:17:29,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a8ed1dbb-1871-455d-86bb-3153f44b0cf8 Date: Sat, 06 Oct 2018 03:17:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:17:29,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a8ed1dbb-1871-455d-86bb-3153f44b0cf8 2018-10-06 03:17:29,886 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:17:29,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:30,145 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.29:5000/v2.0/tokens 2018-10-06 03:17:30,164 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-06 03:17:30,164 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:17:30,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:30,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["_rsrs3hEQzGkhoZ-vB_fIQ"], "issued_at": "2018-10-06T03:17:30.000000Z"}} 2018-10-06 03:17:30,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81906246be8765c6ddbf122c1b503f4c5010bfb2" 2018-10-06 03:17:31,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17: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-95f60277-9032-417b-b68a-5cb2127937ee x-compute-request-id: req-95f60277-9032-417b-b68a-5cb2127937ee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:17:31,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail used request id req-95f60277-9032-417b-b68a-5cb2127937ee 2018-10-06 03:17:31,415 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:17:31,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:31,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["1OkqS4jPRy-9DLayx49EtQ"], "issued_at": "2018-10-06T03:17:31.000000Z"}} 2018-10-06 03:17:31,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230311eb7bf8965dee4d5f8f0e996a97ae4446c0" 2018-10-06 03:17:32,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17: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-c89084b9-46d8-4f78-beab-dc5e41ff49c0 x-compute-request-id: req-c89084b9-46d8-4f78-beab-dc5e41ff49c0 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 03:17:32,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-c89084b9-46d8-4f78-beab-dc5e41ff49c0 2018-10-06 03:17:32,561 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:17:32,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:32,634 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.29:5000/v2.0/tokens 2018-10-06 03:17:32,647 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-06 03:17:32,648 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:17:32,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:33,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["d-qkEA_VQxihD44joz-EeQ"], "issued_at": "2018-10-06T03:17:33.000000Z"}} 2018-10-06 03:17:33,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94dd3c9ef747b6796926ddbeda0aa2e306ebaaea" 2018-10-06 03:17:33,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:33 GMT Server: Apache x-openstack-request-id: req-e18facdb-73af-4747-83d5-b9fe2907dec3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 03:17:33,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143/stacks used request id req-e18facdb-73af-4747-83d5-b9fe2907dec3 2018-10-06 03:17:33,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:33,918 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 03:17:33,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:34,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "051cc828d8ce43a88cd9c82478f7cf21", "name": "Member"}, {"id": "7cf30cb52bdb4ef5b1510a820bccfbef", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a744b305134694ad3c71783c078143", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f1a744b305134694ad3c71783c078143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "id": "9a6d97c82b664d6e8510a1edaa2ae939"}, "audit_ids": ["zj2mOR4iTqS-yP7-qPE8bw"], "issued_at": "2018-10-06T03:17:34.000000Z"}} 2018-10-06 03:17:34,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263736b23bc72870546fb28c3fa8129ff38d912e" 2018-10-06 03:17:35,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:34 GMT Server: Apache x-compute-request-id: req-12a1a1f2-94c6-4ca7-95d0-de5dcff1c73f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12a1a1f2-94c6-4ca7-95d0-de5dcff1c73f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 03:17:35,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/f1a744b305134694ad3c71783c078143/volumes/detail used request id req-12a1a1f2-94c6-4ca7-95d0-de5dcff1c73f 2018-10-06 03:17:35,253 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.383s OK 2018-10-06 03:17:35,376 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:17:35,376 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-06 03:17:35,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:35,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:35,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ccb5801-5f14-4319-a11b-6e000da5ad3b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "7cf30cb52bdb4ef5b1510a820bccfbef", "links": {"self": "http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:35,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8ccb5801-5f14-4319-a11b-6e000da5ad3b 2018-10-06 03:17:35,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.135565042496s 2018-10-06 03:17:35,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:17:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:35,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-690903e6-bdd2-41be-9150-580d6dfc5902 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:35,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7cf30cb52bdb4ef5b1510a820bccfbef used request id req-690903e6-bdd2-41be-9150-580d6dfc5902 2018-10-06 03:17:35,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.303933858871s 2018-10-06 03:17:35,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:35,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:35,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e10367d-2d75-4cba-8302-76bb01af4ffb Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb", "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "domain_id": "default", "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:35,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e10367d-2d75-4cba-8302-76bb01af4ffb 2018-10-06 03:17:35,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0933640003204s 2018-10-06 03:17:35,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e10367d-2d75-4cba-8302-76bb01af4ffb 2018-10-06 03:17:35,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4548e961-82a4-4963-9a98-2db35291bf2b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939"}, "enabled": true, "id": "9a6d97c82b664d6e8510a1edaa2ae939", "options": {}, "domain_id": "default", "name": "connection_check-user_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}} 2018-10-06 03:17:36,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 used request id req-4548e961-82a4-4963-9a98-2db35291bf2b 2018-10-06 03:17:36,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0959060192108s 2018-10-06 03:17:36,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 used request id req-4548e961-82a4-4963-9a98-2db35291bf2b 2018-10-06 03:17:36,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:17:36,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76838a0b-eec5-458b-b562-dc284803d3f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:36,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 used request id req-76838a0b-eec5-458b-b562-dc284803d3f4 2018-10-06 03:17:36,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.252336025238s 2018-10-06 03:17:36,273 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9a6d97c82b664d6e8510a1edaa2ae939 used request id req-76838a0b-eec5-458b-b562-dc284803d3f4 2018-10-06 03:17:36,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:36,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29db44a-978b-4060-a657-8210f88857a2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143"}, "enabled": true, "id": "f1a744b305134694ad3c71783c078143", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_2d4a0e96-0ddf-4f8f-a65a-0559d04bc8cb"}]} 2018-10-06 03:17:36,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-b29db44a-978b-4060-a657-8210f88857a2 2018-10-06 03:17:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831201076508s 2018-10-06 03:17:36,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-b29db44a-978b-4060-a657-8210f88857a2 2018-10-06 03:17:36,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:17:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47323321-4e0f-4e29-87e1-ed5631c0f41d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:36,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143 used request id req-47323321-4e0f-4e29-87e1-ed5631c0f41d 2018-10-06 03:17:36,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.256948947906s 2018-10-06 03:17:36,617 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f1a744b305134694ad3c71783c078143 used request id req-47323321-4e0f-4e29-87e1-ed5631c0f41d 2018-10-06 03:17:36,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:36,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048a26dc-248c-4801-816d-e4a8844cc4f2 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "051cc828d8ce43a88cd9c82478f7cf21", "links": {"self": "http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:36,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-048a26dc-248c-4801-816d-e4a8844cc4f2 2018-10-06 03:17:36,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849928855896s 2018-10-06 03:17:36,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:17:36,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:36,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a36bcbc-72ef-4e80-af5d-1037fe666f9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:36,923 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/051cc828d8ce43a88cd9c82478f7cf21 used request id req-9a36bcbc-72ef-4e80-af5d-1037fe666f9f 2018-10-06 03:17:36,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.219386816025s 2018-10-06 03:17:36,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:17:36,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f1a744b305134694ad3c71783c078143&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3fe67cf77db1ce10e3652c7f3567def836fa6f4" 2018-10-06 03:17:37,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-46a1ef17-6763-4471-b9f9-d700e9ac76c1 Date: Sat, 06 Oct 2018 03:17:37 GMT RESP BODY: {"security_groups": []} 2018-10-06 03:17:37,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f1a744b305134694ad3c71783c078143&name=default used request id req-46a1ef17-6763-4471-b9f9-d700e9ac76c1 2018-10-06 03:17:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.989634037018s 2018-10-06 03:17:37,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f1a744b305134694ad3c71783c078143&name=default used request id req-46a1ef17-6763-4471-b9f9-d700e9ac76c1 2018-10-06 03:17:37,939 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:17:37,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:17:37,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:17:37,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:17:37,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:17:37,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:17:37,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:17:37,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:17:37,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:37,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000945c2-a5a3-49b4-af8e-fa52d5272ff2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:37,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-000945c2-a5a3-49b4-af8e-fa52d5272ff2 2018-10-06 03:17:37,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:38,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:17:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["O3qJ4tjyR7G227v4KhyOhg"], "issued_at": "2018-10-06T03:17:38.000000Z"}} 2018-10-06 03:17:38,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:38,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:38,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:38,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376d64f8-778c-404e-ab13-3d6a03887672 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:17:38,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-376d64f8-778c-404e-ab13-3d6a03887672 2018-10-06 03:17:38,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.483991861343s 2018-10-06 03:17:38,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:17:38,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}}' 2018-10-06 03:17:38,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a88b7b74-04ea-48e7-82b6-e40c2fbfb6df Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:17:38,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a88b7b74-04ea-48e7-82b6-e40c2fbfb6df 2018-10-06 03:17:38,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.142020940781s 2018-10-06 03:17:38,598 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a88b7b74-04ea-48e7-82b6-e40c2fbfb6df 2018-10-06 03:17:38,599 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d', 'id': u'e4e4dbc1765f472bbf0303a7f0b4a801', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:17:38,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:17:38,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351646900177s 2018-10-06 03:17:38,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b73992db-0fae-480d-b28b-8bbef537a364 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}, "domain_id": "default", "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:17:39,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 used request id req-b73992db-0fae-480d-b28b-8bbef537a364 2018-10-06 03:17:39,071 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'11ac70ed76414b388ec9ef0f6d1a4d43', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d'}) 2018-10-06 03:17:39,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:39,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b374e0e4-3fbe-48eb-af9b-a14926fc0a79 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:39,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b374e0e4-3fbe-48eb-af9b-a14926fc0a79 2018-10-06 03:17:39,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0174388885498s 2018-10-06 03:17:39,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:39,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb153af-e033-4dbe-9b46-4af77c6b3c8d Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:39,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cbb153af-e033-4dbe-9b46-4af77c6b3c8d 2018-10-06 03:17:39,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0724070072174s 2018-10-06 03:17:39,164 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:17:39,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:17:39,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" -d '{"role": {"name": "Member"}}' 2018-10-06 03:17:39,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8356914-402d-416f-91f7-1e1e1ccfdf88 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}} 2018-10-06 03:17:39,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d8356914-402d-416f-91f7-1e1e1ccfdf88 2018-10-06 03:17:39,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.139559984207s 2018-10-06 03:17:39,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19fa9d7-04e7-4683-be04-615e440d7ee6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "domain_id": null, "name": "Member", "id": "a7bb206fd4b34647b7c4de28d13604f7"}} 2018-10-06 03:17:39,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7 used request id req-e19fa9d7-04e7-4683-be04-615e440d7ee6 2018-10-06 03:17:39,451 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7'}, 'domain_id': None, 'human_id': None, 'id': u'a7bb206fd4b34647b7c4de28d13604f7', 'HUMAN_ID': False}) 2018-10-06 03:17:39,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:39,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db1ce2e-da4f-4c79-ad34-974cc8bbf198 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:39,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2db1ce2e-da4f-4c79-ad34-974cc8bbf198 2018-10-06 03:17:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741629600525s 2018-10-06 03:17:39,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:39,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d303e6e7-903f-4684-bccc-cb9e0295c42c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:39,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d303e6e7-903f-4684-bccc-cb9e0295c42c 2018-10-06 03:17:39,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0851430892944s 2018-10-06 03:17:39,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:39,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf2e7b8-6de5-46e7-ab6f-1528bf0e24fa Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:39,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cdf2e7b8-6de5-46e7-ab6f-1528bf0e24fa 2018-10-06 03:17:39,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102214813232s 2018-10-06 03:17:39,716 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cdf2e7b8-6de5-46e7-ab6f-1528bf0e24fa 2018-10-06 03:17:39,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:39,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed383410-0be4-459d-8e0a-04bbb30b37f2 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:17:39,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ed383410-0be4-459d-8e0a-04bbb30b37f2 2018-10-06 03:17:39,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0735189914703s 2018-10-06 03:17:39,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ed383410-0be4-459d-8e0a-04bbb30b37f2 2018-10-06 03:17:39,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:39,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=a7bb206fd4b34647b7c4de28d13604f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:39,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3c67ba-b776-4c53-884d-3192c2865e8e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=a7bb206fd4b34647b7c4de28d13604f7", "previous": null, "next": null}} 2018-10-06 03:17:39,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=a7bb206fd4b34647b7c4de28d13604f7 used request id req-9a3c67ba-b776-4c53-884d-3192c2865e8e 2018-10-06 03:17:39,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085000038147s 2018-10-06 03:17:39,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:39,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/a7bb206fd4b34647b7c4de28d13604f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d7f5882-ce98-4a68-a8ac-7b027e92100e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:40,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/a7bb206fd4b34647b7c4de28d13604f7 used request id req-7d7f5882-ce98-4a68-a8ac-7b027e92100e 2018-10-06 03:17:40,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132390022278s 2018-10-06 03:17:40,017 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '0e8285b1-7f31-4d18-9880-b069550664f4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d', 'project_id': u'e4e4dbc1765f472bbf0303a7f0b4a801', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:17:40,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:17:40,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:17:40,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:17:40,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:17:40,023 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d', 'password': '0e8285b1-7f31-4d18-9880-b069550664f4', 'project_name': 'api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'e4e4dbc1765f472bbf0303a7f0b4a801', 'project_domain_name': 'Default'} 2018-10-06 03:17:40,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:40,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a786451c-caf4-45dc-adb3-37d4b3909761 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:40,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a786451c-caf4-45dc-adb3-37d4b3909761 2018-10-06 03:17:40,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875380039215s 2018-10-06 03:17:40,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f869c9-da3c-4494-b6ec-1dffae26bcb9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:40,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-35f869c9-da3c-4494-b6ec-1dffae26bcb9 2018-10-06 03:17:40,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823512077332s 2018-10-06 03:17:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:40,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00864542-2d39-4117-b6ff-ee86ed30e826 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:40,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-00864542-2d39-4117-b6ff-ee86ed30e826 2018-10-06 03:17:40,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794339179993s 2018-10-06 03:17:40,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:40,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81762dea-0139-43aa-87d6-eadcefc8195a Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:40,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-81762dea-0139-43aa-87d6-eadcefc8195a 2018-10-06 03:17:40,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973348617554s 2018-10-06 03:17:40,374 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-81762dea-0139-43aa-87d6-eadcefc8195a 2018-10-06 03:17:40,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:40,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f913ad-6250-45a2-bfd7-5de130ac1559 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:17:40,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d6f913ad-6250-45a2-bfd7-5de130ac1559 2018-10-06 03:17:40,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805699825287s 2018-10-06 03:17:40,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d6f913ad-6250-45a2-bfd7-5de130ac1559 2018-10-06 03:17:40,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:40,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e40a916-2adc-43d3-a9e2-625687c3c1a6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 03:17:40,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-0e40a916-2adc-43d3-a9e2-625687c3c1a6 2018-10-06 03:17:40,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0816509723663s 2018-10-06 03:17:40,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ca952f7-e8ef-4e91-a975-830c41b098cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:40,656 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-0ca952f7-e8ef-4e91-a975-830c41b098cd 2018-10-06 03:17:40,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110862016678s 2018-10-06 03:17:40,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68565e78-12eb-481b-9ee6-3c2cc4916ae7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:40,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-68565e78-12eb-481b-9ee6-3c2cc4916ae7 2018-10-06 03:17:40,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0780959129333s 2018-10-06 03:17:40,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:17:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 03:17:40,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a487827-232c-4407-8315-6d4bd5f63f9c Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}} 2018-10-06 03:17:40,864 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a487827-232c-4407-8315-6d4bd5f63f9c 2018-10-06 03:17:40,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.127786874771s 2018-10-06 03:17:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:40,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7c0e86-bab8-469e-b349-dacf57b437f5 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "domain_id": null, "name": "heat_stack_owner", "id": "e540a2790970408a9a0d4693ab3b0089"}} 2018-10-06 03:17:40,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089 used request id req-bd7c0e86-bab8-469e-b349-dacf57b437f5 2018-10-06 03:17:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:17:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a985709b-f140-455f-8ece-238646691490 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:41,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a985709b-f140-455f-8ece-238646691490 2018-10-06 03:17:41,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776591300964s 2018-10-06 03:17:41,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:17:41,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e184f4d-ce62-47b5-9312-c8977c7e8f76 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:41,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-4e184f4d-ce62-47b5-9312-c8977c7e8f76 2018-10-06 03:17:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0765869617462s 2018-10-06 03:17:41,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:17:41,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d26f9e-3fdc-4d7e-a725-f99a2b08d125 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:41,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a1d26f9e-3fdc-4d7e-a725-f99a2b08d125 2018-10-06 03:17:41,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0955789089203s 2018-10-06 03:17:41,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a1d26f9e-3fdc-4d7e-a725-f99a2b08d125 2018-10-06 03:17:41,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:17:41,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b6ca63-6175-4636-886e-8ee086906614 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:17:41,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-30b6ca63-6175-4636-886e-8ee086906614 2018-10-06 03:17:41,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832631587982s 2018-10-06 03:17:41,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-30b6ca63-6175-4636-886e-8ee086906614 2018-10-06 03:17:41,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:17:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=e540a2790970408a9a0d4693ab3b0089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec26ee1-dd5d-4447-97b7-e4f769908da4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=e540a2790970408a9a0d4693ab3b0089", "previous": null, "next": null}} 2018-10-06 03:17:41,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=11ac70ed76414b388ec9ef0f6d1a4d43&scope.project.id=e4e4dbc1765f472bbf0303a7f0b4a801&role.id=e540a2790970408a9a0d4693ab3b0089 used request id req-3ec26ee1-dd5d-4447-97b7-e4f769908da4 2018-10-06 03:17:41,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0857639312744s 2018-10-06 03:17:41,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:17:41,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/e540a2790970408a9a0d4693ab3b0089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:17:41,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55812ff4-f124-476b-8919-cd74aab81090 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:41,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/11ac70ed76414b388ec9ef0f6d1a4d43/roles/e540a2790970408a9a0d4693ab3b0089 used request id req-55812ff4-f124-476b-8919-cd74aab81090 2018-10-06 03:17:41,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118343830109s 2018-10-06 03:17:41,487 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 03:17:41,487 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 03:17:41,487 - openstack_tests - INFO - OS Credentials = > 2018-10-06 03:17:41,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:41,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:41,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["YvCZ7k2GRSSK-r4TrNuwxg"], "issued_at": "2018-10-06T03:17:41.000000Z"}} 2018-10-06 03:17:41,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a363513c4e06f8f794d217ebb6b58825c0e5857d" 2018-10-06 03:17:42,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-398175ca-0bf9-4f59-85e2-e2153d891fd6 Date: Sat, 06 Oct 2018 03:17:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:17:42,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-398175ca-0bf9-4f59-85e2-e2153d891fd6 2018-10-06 03:17:42,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a363513c4e06f8f794d217ebb6b58825c0e5857d" 2018-10-06 03:17:43,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-773fa4f2-d1d7-48ff-a560-91dcba65237b Date: Sat, 06 Oct 2018 03:17:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:17:43,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-773fa4f2-d1d7-48ff-a560-91dcba65237b 2018-10-06 03:17:43,633 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 03:17:43,633 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-06 03:17:43,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,683 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:43,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:44,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["lEahlmG1SoCNeoporVQLKA"], "issued_at": "2018-10-06T03:17:44.000000Z"}} 2018-10-06 03:17:44,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:44,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1283ca3-2a36-404a-b2c1-250d37cd63ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:44,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a1283ca3-2a36-404a-b2c1-250d37cd63ea 2018-10-06 03:17:44,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:44,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:44,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:44,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea53e5b0-b4a8-4294-9371-af3bf3fa8011 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:17:44,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ea53e5b0-b4a8-4294-9371-af3bf3fa8011 2018-10-06 03:17:44,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName"}}' 2018-10-06 03:17:44,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb98a7c0-5212-487b-8025-0b964f398659 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/79f7c5aa5db240568d144735b66897c2"}, "enabled": true, "id": "79f7c5aa5db240568d144735b66897c2", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName"}} 2018-10-06 03:17:44,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bb98a7c0-5212-487b-8025-0b964f398659 2018-10-06 03:17:44,438 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName 2018-10-06 03:17:44,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:44,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7fdb4df-d498-4aba-8708-c5478871142f Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/79f7c5aa5db240568d144735b66897c2"}, "enabled": true, "id": "79f7c5aa5db240568d144735b66897c2", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName"}]} 2018-10-06 03:17:44,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName used request id req-b7fdb4df-d498-4aba-8708-c5478871142f 2018-10-06 03:17:44,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:44,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82fdba74-a86b-4a00-aacc-05d30d306b3a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:17:44,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-82fdba74-a86b-4a00-aacc-05d30d306b3a 2018-10-06 03:17:44,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:45,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-20e75193-7e6c-4784-ab7b-da6c4ff6348e Date: Sat, 06 Oct 2018 03:17:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:45Z", "updated_at": "2018-10-06T03:17:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "revision_number": 0, "id": "0a9c862f-312c-4c68-b101-c1a8300d361e", "remote_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "revision_number": 0, "id": "14476774-1923-4dcb-81cb-a5d5215fff85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "revision_number": 0, "id": "70e57056-ba0e-4321-9cf0-3728fd5802d3", "remote_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "revision_number": 0, "id": "ee75a701-2cd7-4d12-94d2-62924834e1dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:17:45,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-20e75193-7e6c-4784-ab7b-da6c4ff6348e 2018-10-06 03:17:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:45,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8996a829-327c-4c60-ab63-4f54bfc1d29f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:17:45,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-8996a829-327c-4c60-ab63-4f54bfc1d29f 2018-10-06 03:17:45,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:45,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfbdcffe-b14a-41af-b40e-de675f9e93b4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:17:45,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-cfbdcffe-b14a-41af-b40e-de675f9e93b4 2018-10-06 03:17:45,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d635ebcc-d6eb-46a9-9800-b9aed695eb75 2018-10-06 03:17:45,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d635ebcc-d6eb-46a9-9800-b9aed695eb75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:46,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-20c6d873-a772-4da3-a39d-553c31142eef Date: Sat, 06 Oct 2018 03:17:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:45Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "0a9c862f-312c-4c68-b101-c1a8300d361e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:45Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "14476774-1923-4dcb-81cb-a5d5215fff85"}, {"remote_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:45Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "70e57056-ba0e-4321-9cf0-3728fd5802d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:45Z", "security_group_id": "d635ebcc-d6eb-46a9-9800-b9aed695eb75", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:45Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ee75a701-2cd7-4d12-94d2-62924834e1dc"}]} 2018-10-06 03:17:46,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d635ebcc-d6eb-46a9-9800-b9aed695eb75 used request id req-20c6d873-a772-4da3-a39d-553c31142eef 2018-10-06 03:17:46,560 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 03:17:46,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d635ebcc-d6eb-46a9-9800-b9aed695eb75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:47,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb7d4e84-9d4b-4039-8fbf-deaebfa94290 Content-Length: 0 Date: Sat, 06 Oct 2018 03:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:17:47,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d635ebcc-d6eb-46a9-9800-b9aed695eb75 used request id req-fb7d4e84-9d4b-4039-8fbf-deaebfa94290 2018-10-06 03:17:47,035 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-2c956a37-d52f-4b92-b0ed-a3abbdf70c9c-projName 2018-10-06 03:17:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/79f7c5aa5db240568d144735b66897c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b55497d65df44c38e816367b3ac2400c6ed8" 2018-10-06 03:17:47,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-694dc031-68ae-403c-84be-a8409d8e9da2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:47,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/79f7c5aa5db240568d144735b66897c2 used request id req-694dc031-68ae-403c-84be-a8409d8e9da2 2018-10-06 03:17:47,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:47,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Y3EWdIi9TfqNdG_gJgVTHQ"], "issued_at": "2018-10-06T03:17:47.000000Z"}} 2018-10-06 03:17:47,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d0b9475a94bd71e68ece7f6b648ce6558d165d" 2018-10-06 03:17:47,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244e1d15-5e7b-4041-ab14-c1f0dd70ba5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:47,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-244e1d15-5e7b-4041-ab14-c1f0dd70ba5f 2018-10-06 03:17:47,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:47,798 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:47,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d0b9475a94bd71e68ece7f6b648ce6558d165d" 2018-10-06 03:17:47,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-291a5628-300b-4c62-9aaa-70cf0cb3fca8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:17:47,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-291a5628-300b-4c62-9aaa-70cf0cb3fca8 2018-10-06 03:17:48,238 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-6835b4c2-9b9f-4829-86d9-9a3f6127e629-username 2018-10-06 03:17:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d0b9475a94bd71e68ece7f6b648ce6558d165d" 2018-10-06 03:17:48,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69814df8-7f11-423f-ab97-ed49d4942560 Content-Encoding: gzip Content-Length: 952 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-6835b4c2-9b9f-4829-86d9-9a3f6127e629-username", "links": {"self": "http://172.30.9.29:5000/v3/users/ce5bbdc6272d4fde9cf2559c0162d0ab"}, "domain_id": "default", "enabled": true, "id": "ce5bbdc6272d4fde9cf2559c0162d0ab", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:48,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-69814df8-7f11-423f-ab97-ed49d4942560 2018-10-06 03:17:48,428 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-6835b4c2-9b9f-4829-86d9-9a3f6127e629-username 2018-10-06 03:17:48,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ce5bbdc6272d4fde9cf2559c0162d0ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d0b9475a94bd71e68ece7f6b648ce6558d165d" 2018-10-06 03:17:48,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76941e72-5c78-4c0a-baa1-c1495915a657 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:48,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ce5bbdc6272d4fde9cf2559c0162d0ab used request id req-76941e72-5c78-4c0a-baa1-c1495915a657 2018-10-06 03:17:48,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:49,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["PFIo9bpyQeyDkDHZG1ZnCw"], "issued_at": "2018-10-06T03:17:49.000000Z"}} 2018-10-06 03:17:49,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63216de764651e431d868b2fff485765c53be621" 2018-10-06 03:17:49,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb6c015-eeac-4ac9-9ac4-366c14084c33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:49,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2bb6c015-eeac-4ac9-9ac4-366c14084c33 2018-10-06 03:17:49,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:49,160 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-06 03:17:49,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:49,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["lFIvJm1_QcmdIBWPT6OgCg"], "issued_at": "2018-10-06T03:17:49.000000Z"}} 2018-10-06 03:17:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c2409930d55bb2bf872bc38a91a6eeea85b8e0" 2018-10-06 03:17:49,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ae1ebc-b833-40b4-a24b-524893f1afbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:49,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-57ae1ebc-b833-40b4-a24b-524893f1afbb 2018-10-06 03:17:49,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:49,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:50,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["V6nQE2vLTT-cMfmRbKU8QA"], "issued_at": "2018-10-06T03:17:50.000000Z"}} 2018-10-06 03:17:50,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:50,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["um1aOvAQQWmLzfvSnPTF4w"], "issued_at": "2018-10-06T03:17:50.000000Z"}} 2018-10-06 03:17:50,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d494c7f306a0985b37463a6e8492e1fbef3126da" 2018-10-06 03:17:50,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af29b323-73ec-4721-a0f8-a964389f2e82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:50,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-af29b323-73ec-4721-a0f8-a964389f2e82 2018-10-06 03:17:50,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:50,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:50,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Jk4kKPrnT2apW0r14QEtVQ"], "issued_at": "2018-10-06T03:17:50.000000Z"}} 2018-10-06 03:17:50,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:51,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["e-bjyRcuSSC6oEkLZTKj-w"], "issued_at": "2018-10-06T03:17:51.000000Z"}} 2018-10-06 03:17:51,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f7ddb40d1fc4cd1b1a01089eb4bf0a60701c6" 2018-10-06 03:17:51,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e49fc0-b3cf-4769-a884-6e036c605267 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:51,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f8e49fc0-b3cf-4769-a884-6e036c605267 2018-10-06 03:17:51,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:51,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:51,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["_2eF_WfbSw28lA1m6CHbDg"], "issued_at": "2018-10-06T03:17:51.000000Z"}} 2018-10-06 03:17:51,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:51,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:52,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["qGV6qdVQRDuSKJxgrdhV8A"], "issued_at": "2018-10-06T03:17:52.000000Z"}} 2018-10-06 03:17:52,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:52,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:52,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["LZlBk8KPTuGf-d_OA6lbAQ"], "issued_at": "2018-10-06T03:17:52.000000Z"}} 2018-10-06 03:17:52,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:52,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Ih35BmmhTaG0E85ZwStO1Q"], "issued_at": "2018-10-06T03:17:52.000000Z"}} 2018-10-06 03:17:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:53,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59505532-53b3-44c4-9a93-ac73abba5d28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:53,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-59505532-53b3-44c4-9a93-ac73abba5d28 2018-10-06 03:17:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:53,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:53,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:53,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4ff57f-b902-49a7-9253-4a16aae0b84d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:17:53,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6a4ff57f-b902-49a7-9253-4a16aae0b84d 2018-10-06 03:17:53,564 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-username 2018-10-06 03:17:53,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:53,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8506c9-2953-4782-8c3f-fd5dad8b5c26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:17:53,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3a8506c9-2953-4782-8c3f-fd5dad8b5c26 2018-10-06 03:17:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-projName"}}' 2018-10-06 03:17:53,784 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b2ba7b5-eac2-4b36-99c9-25bd43474fb6 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9"}, "enabled": true, "id": "6925a7ee8791414593a9e929a3d56cd9", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-projName"}} 2018-10-06 03:17:53,784 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2b2ba7b5-eac2-4b36-99c9-25bd43474fb6 2018-10-06 03:17:53,784 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-projName 2018-10-06 03:17:53,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" -d '{"role": {"name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role"}}' 2018-10-06 03:17:53,820 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-471cadb1-4c1c-4b89-a890-99b7730974d5 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86e4dd9852f5407bb0474f195cef68c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4"}, "name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role"}} 2018-10-06 03:17:53,820 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-471cadb1-4c1c-4b89-a890-99b7730974d5 2018-10-06 03:17:53,820 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role 2018-10-06 03:17:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:53,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d471514-41a8-4e31-8d5b-86a270bd2d9e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4"}, "domain_id": null, "name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role", "id": "86e4dd9852f5407bb0474f195cef68c4"}} 2018-10-06 03:17:53,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4 used request id req-4d471514-41a8-4e31-8d5b-86a270bd2d9e 2018-10-06 03:17:53,841 - keystone_utils - INFO - Granting role KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role to project KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-projName 2018-10-06 03:17:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9/users/6a37aeb5da904b6da5ef00c996c95dbe/roles/86e4dd9852f5407bb0474f195cef68c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:53,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ab53ae8-dd93-4901-a17a-c007f143b411 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:53,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9/users/6a37aeb5da904b6da5ef00c996c95dbe/roles/86e4dd9852f5407bb0474f195cef68c4 used request id req-5ab53ae8-dd93-4901-a17a-c007f143b411 2018-10-06 03:17:53,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9/users/6a37aeb5da904b6da5ef00c996c95dbe/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:54,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8466e343-74e0-4021-8da9-481584e912a2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9/users/6a37aeb5da904b6da5ef00c996c95dbe/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "86e4dd9852f5407bb0474f195cef68c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4"}, "name": "KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role"}]} 2018-10-06 03:17:54,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9/users/6a37aeb5da904b6da5ef00c996c95dbe/roles used request id req-8466e343-74e0-4021-8da9-481584e912a2 2018-10-06 03:17:54,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:54,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-80bcf339-b3b7-4a5b-a1e0-f74c2343239f Date: Sat, 06 Oct 2018 03:17:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:54Z", "updated_at": "2018-10-06T03:17:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "revision_number": 0, "id": "461f2e0c-b289-4a1d-92d7-68c0d17ed864", "remote_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "revision_number": 0, "id": "76ac344e-c0ef-4c91-9551-f4c698c73077", "remote_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "revision_number": 0, "id": "a2e8e91a-7fe8-490d-ba15-3a81919ecf57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "revision_number": 0, "id": "e42403d0-bb55-408b-a6fe-b3c9d31fd607", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "f70871d3-8140-42ac-bc96-68beab03d589", "name": "default"}]} 2018-10-06 03:17:54,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-80bcf339-b3b7-4a5b-a1e0-f74c2343239f 2018-10-06 03:17:54,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:54,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91235cb0-ba5a-499b-abdc-a0a2abccf51b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:17:54,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-91235cb0-ba5a-499b-abdc-a0a2abccf51b 2018-10-06 03:17:54,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:54,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612449b5-6ed3-437c-b4a9-40ee2d23d526 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:17:54,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-612449b5-6ed3-437c-b4a9-40ee2d23d526 2018-10-06 03:17:54,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:54,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f711a3d-a43e-45f2-bebb-de3ca1b5a9c8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:17:54,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-2f711a3d-a43e-45f2-bebb-de3ca1b5a9c8 2018-10-06 03:17:54,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f70871d3-8140-42ac-bc96-68beab03d589 2018-10-06 03:17:54,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f70871d3-8140-42ac-bc96-68beab03d589 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:55,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-37543b4a-ecbe-4b31-bee8-d36d3f3e6960 Date: Sat, 06 Oct 2018 03:17:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:54Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "461f2e0c-b289-4a1d-92d7-68c0d17ed864"}, {"remote_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:54Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "76ac344e-c0ef-4c91-9551-f4c698c73077"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:54Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "a2e8e91a-7fe8-490d-ba15-3a81919ecf57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:17:54Z", "security_group_id": "f70871d3-8140-42ac-bc96-68beab03d589", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:17:54Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "e42403d0-bb55-408b-a6fe-b3c9d31fd607"}]} 2018-10-06 03:17:55,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f70871d3-8140-42ac-bc96-68beab03d589 used request id req-37543b4a-ecbe-4b31-bee8-d36d3f3e6960 2018-10-06 03:17:55,611 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 03:17:55,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f70871d3-8140-42ac-bc96-68beab03d589 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:56,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc81e766-5f79-4818-a037-8d6aa2c45014 Content-Length: 0 Date: Sat, 06 Oct 2018 03:17:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:17:56,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f70871d3-8140-42ac-bc96-68beab03d589 used request id req-dc81e766-5f79-4818-a037-8d6aa2c45014 2018-10-06 03:17:56,649 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-projName 2018-10-06 03:17:56,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:56,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3eefc6f-46b6-40fc-bb6a-4218ea37d2b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:56,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6925a7ee8791414593a9e929a3d56cd9 used request id req-e3eefc6f-46b6-40fc-bb6a-4218ea37d2b4 2018-10-06 03:17:56,834 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-username 2018-10-06 03:17:56,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6a37aeb5da904b6da5ef00c996c95dbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:57,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13f985e-9760-4ad3-b0e2-ffedb18af698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:57,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6a37aeb5da904b6da5ef00c996c95dbe used request id req-a13f985e-9760-4ad3-b0e2-ffedb18af698 2018-10-06 03:17:57,001 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-271abea7-98a5-4c0e-a48c-c51aa38f6f4f-role 2018-10-06 03:17:57,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a86e35c808b952b01a813f0e9963869a4f3208" 2018-10-06 03:17:57,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09bb2fa8-1d78-4cb4-8461-c0557a86d930 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:57,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/86e4dd9852f5407bb0474f195cef68c4 used request id req-09bb2fa8-1d78-4cb4-8461-c0557a86d930 2018-10-06 03:17:57,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:57,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Omcir8QzScKVKpZkdK1rHA"], "issued_at": "2018-10-06T03:17:57.000000Z"}} 2018-10-06 03:17:57,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e36dc3c77882b781dbd08c7856abfc67c94d832" 2018-10-06 03:17:57,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958715a4-65fd-4897-9fa7-87657b9b1204 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:57,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-958715a4-65fd-4897-9fa7-87657b9b1204 2018-10-06 03:17:57,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:17:57,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:17:57,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["s49RViPmTyaE1fyR8ARHkA"], "issued_at": "2018-10-06T03:17:57.000000Z"}} 2018-10-06 03:17:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30dbfde4-ed2b-4141-8a54-fda69dbb7384 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:17:58,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30dbfde4-ed2b-4141-8a54-fda69dbb7384 2018-10-06 03:17:58,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:58,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0501fba-2138-41e0-a04c-fbfb818474cd Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:58,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d0501fba-2138-41e0-a04c-fbfb818474cd 2018-10-06 03:17:58,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d2fbd8-0013-489d-8cff-6086e3a466b1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:17:58,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e1d2fbd8-0013-489d-8cff-6086e3a466b1 2018-10-06 03:17:58,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc7cc79-4fb4-4b27-8b2d-3a587b5023f6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:58,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2cc7cc79-4fb4-4b27-8b2d-3a587b5023f6 2018-10-06 03:17:58,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d0afd21-102d-46d1-807e-27dfb8846071 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:17:58,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-4d0afd21-102d-46d1-807e-27dfb8846071 2018-10-06 03:17:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:58,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0350c9-7feb-4d36-98a8-308145662728 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726"}, "enabled": true, "id": "01c99004a89e459e98912cee62e6c726", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-d6c10d24-96b0-4df-name"}} 2018-10-06 03:17:58,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726 used request id req-2f0350c9-7feb-4d36-98a8-308145662728 2018-10-06 03:17:58,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac3c382-4014-41fb-80d4-b26b4eaed476 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:17:59,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles used request id req-aac3c382-4014-41fb-80d4-b26b4eaed476 2018-10-06 03:17:59,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ca1cf5-d807-49cb-a38f-dd4543232767 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:17:59,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-51ca1cf5-d807-49cb-a38f-dd4543232767 2018-10-06 03:17:59,111 - keystone_utils - INFO - Granting role admin to project api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d 2018-10-06 03:17:59,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de4df4aa-e59a-4d12-9b8c-ec5d7c88775e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:59,235 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-de4df4aa-e59a-4d12-9b8c-ec5d7c88775e 2018-10-06 03:17:59,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bcbece-ee1d-493b-802c-5586b1aed22e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:59,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-79bcbece-ee1d-493b-802c-5586b1aed22e 2018-10-06 03:17:59,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0bd49b-957c-4022-b390-1a2dda9f3dca Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:17:59,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-df0bd49b-957c-4022-b390-1a2dda9f3dca 2018-10-06 03:17:59,343 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-d6c10d24-96b0-4df-name 2018-10-06 03:17:59,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:17:59,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:17:59,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e36dc3c77882b781dbd08c7856abfc67c94d832" 2018-10-06 03:17:59,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25d03ca7-0341-41e2-9756-cb07a6749b28 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-d6c10d24-96b0-4df-name", "links": {"self": "http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726"}, "domain_id": "default", "enabled": true, "id": "01c99004a89e459e98912cee62e6c726", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:17:59,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-25d03ca7-0341-41e2-9756-cb07a6749b28 2018-10-06 03:17:59,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e36dc3c77882b781dbd08c7856abfc67c94d832" 2018-10-06 03:17:59,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dfbac6-5bf3-434e-829f-77db439b8dcc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:17:59,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-53dfbac6-5bf3-434e-829f-77db439b8dcc 2018-10-06 03:17:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e36dc3c77882b781dbd08c7856abfc67c94d832" 2018-10-06 03:17:59,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab22dae-ee8f-477d-ab93-6b883da565ac Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:17:59,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-0ab22dae-ee8f-477d-ab93-6b883da565ac 2018-10-06 03:17:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e36dc3c77882b781dbd08c7856abfc67c94d832" 2018-10-06 03:17:59,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c99b2f-521f-4fb4-ad38-2223eb5a3066 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 03:17:59,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/01c99004a89e459e98912cee62e6c726/roles used request id req-97c99b2f-521f-4fb4-ad38-2223eb5a3066 2018-10-06 03:17:59,745 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d6c10d24-96b0-4df-name 2018-10-06 03:17:59,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e44d5a81756de8c7a5332c751c0213239100c0" 2018-10-06 03:17:59,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:17:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93dd6d48-19a3-43a5-9883-24a522364842 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:17:59,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/01c99004a89e459e98912cee62e6c726 used request id req-93dd6d48-19a3-43a5-9883-24a522364842 2018-10-06 03:18:00,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:00,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["npOsMqqXQCmmWf_HFdb8Fg"], "issued_at": "2018-10-06T03:18:00.000000Z"}} 2018-10-06 03:18:00,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e715adfe47514159a64ba6300b2d8045654254" 2018-10-06 03:18:00,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd97774-6ec6-4cd6-a82e-0d9b6ed15c0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:00,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dcd97774-6ec6-4cd6-a82e-0d9b6ed15c0e 2018-10-06 03:18:00,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:00,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:00,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["-BJikEqsQdSIOGrhMCVN2g"], "issued_at": "2018-10-06T03:18:00.000000Z"}} 2018-10-06 03:18:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:00,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c634b62-46f9-4533-ae2d-8e5d7192d0d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:00,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7c634b62-46f9-4533-ae2d-8e5d7192d0d8 2018-10-06 03:18:00,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:00,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:00,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac19d45-8453-4ea7-b857-ef8c599b59d1 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:01,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2ac19d45-8453-4ea7-b857-ef8c599b59d1 2018-10-06 03:18:01,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d912bc5-d480-4a43-84dd-c4677e0b49fd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:01,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7d912bc5-d480-4a43-84dd-c4677e0b49fd 2018-10-06 03:18:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f393997a-85fd-4cd8-bf75-c88584996176 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:01,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f393997a-85fd-4cd8-bf75-c88584996176 2018-10-06 03:18:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7956c1b3-41b8-4448-a0bf-3d683eaf77dc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:01,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-7956c1b3-41b8-4448-a0bf-3d683eaf77dc 2018-10-06 03:18:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-844d7c96-512f-4cfb-8e25-804f02c0f029 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11"}, "enabled": true, "id": "3f839ce7ff234f5595e2917db5e68f11", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-a86e2fa9-9896-487-name"}} 2018-10-06 03:18:01,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 used request id req-844d7c96-512f-4cfb-8e25-804f02c0f029 2018-10-06 03:18:01,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/3f839ce7ff234f5595e2917db5e68f11/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8dd6731-85d8-442d-8f8e-3babcd3b1353 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/3f839ce7ff234f5595e2917db5e68f11/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:01,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/3f839ce7ff234f5595e2917db5e68f11/roles used request id req-a8dd6731-85d8-442d-8f8e-3babcd3b1353 2018-10-06 03:18:01,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:01,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ce72eb-26c1-4486-982e-4584a9d03e68 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:01,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-d8ce72eb-26c1-4486-982e-4584a9d03e68 2018-10-06 03:18:01,975 - keystone_utils - INFO - Granting role admin to project api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d 2018-10-06 03:18:01,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/3f839ce7ff234f5595e2917db5e68f11/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:02,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7562ce9a-9d46-415d-85e7-22df7624b127 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:02,091 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/3f839ce7ff234f5595e2917db5e68f11/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-7562ce9a-9d46-415d-85e7-22df7624b127 2018-10-06 03:18:02,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:02,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc59a90-a979-43d8-a102-7b6618df5e9c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:02,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-adc59a90-a979-43d8-a102-7b6618df5e9c 2018-10-06 03:18:02,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:02,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b4eea9-bf7e-4a97-ac68-9737274c5303 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:02,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-f9b4eea9-bf7e-4a97-ac68-9737274c5303 2018-10-06 03:18:02,274 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a86e2fa9-9896-487-name 2018-10-06 03:18:02,274 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a86e2fa9-9896-487-name 2018-10-06 03:18:02,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:02,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:02,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e715adfe47514159a64ba6300b2d8045654254" 2018-10-06 03:18:02,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a069bb1e-53b0-426b-8a85-7f37e99e3cb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:02,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 used request id req-a069bb1e-53b0-426b-8a85-7f37e99e3cb4 2018-10-06 03:18:02,468 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a86e2fa9-9896-487-name 2018-10-06 03:18:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c54cad76c38ce53a6448ec2d91826b027b2502" 2018-10-06 03:18:02,565 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670d851a-352a-4fef-b77a-c340580fa32b Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 3f839ce7ff234f5595e2917db5e68f11.", "code": 404, "title": "Not Found"}} 2018-10-06 03:18:02,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3f839ce7ff234f5595e2917db5e68f11 used request id req-670d851a-352a-4fef-b77a-c340580fa32b 2018-10-06 03:18:02,566 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-06 03:18:02,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:02,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["tsmeo91vQbyHZ91IqTDlrA"], "issued_at": "2018-10-06T03:18:02.000000Z"}} 2018-10-06 03:18:02,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebc6e89aa6be0e3549e1007f41375214537b355" 2018-10-06 03:18:03,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad69d74-95d2-40a2-b463-58df5db19bf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:03,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9ad69d74-95d2-40a2-b463-58df5db19bf0 2018-10-06 03:18:03,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:03,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:03,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["jrwHgTCISiGPQcRORMDx8A"], "issued_at": "2018-10-06T03:18:03.000000Z"}} 2018-10-06 03:18:03,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:03,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a3564c-b1a2-4bef-a4a9-095d6dbcb2dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:03,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63a3564c-b1a2-4bef-a4a9-095d6dbcb2dd 2018-10-06 03:18:03,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:03,523 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:03,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:03,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e1de0d-f34b-4812-9543-8e4fb463a6e7 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:03,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-98e1de0d-f34b-4812-9543-8e4fb463a6e7 2018-10-06 03:18:03,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:03,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b2b0a64-90ab-414f-83f8-b309ecb7251f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:03,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2b2b0a64-90ab-414f-83f8-b309ecb7251f 2018-10-06 03:18:04,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53eb4ab2-9e8c-474e-8825-63a70f248bbb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:04,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-53eb4ab2-9e8c-474e-8825-63a70f248bbb 2018-10-06 03:18:04,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee5a1f9-26d3-495f-8fb5-6457c3c95868 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:04,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-2ee5a1f9-26d3-495f-8fb5-6457c3c95868 2018-10-06 03:18:04,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802186ba-3e99-4780-b45a-0cb5d306ba69 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94"}, "enabled": true, "id": "1ce2b26a16f04be1a233193b998dca94", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-cb4b0e4b-af91-4a6-name"}} 2018-10-06 03:18:04,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94 used request id req-802186ba-3e99-4780-b45a-0cb5d306ba69 2018-10-06 03:18:04,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/1ce2b26a16f04be1a233193b998dca94/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0dc883-aace-4f5c-99e7-e19872ab66da Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/1ce2b26a16f04be1a233193b998dca94/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:04,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/1ce2b26a16f04be1a233193b998dca94/roles used request id req-bb0dc883-aace-4f5c-99e7-e19872ab66da 2018-10-06 03:18:04,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4dabab-c025-4da4-b6d3-a5c8cb67393a Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:04,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-4e4dabab-c025-4da4-b6d3-a5c8cb67393a 2018-10-06 03:18:04,565 - keystone_utils - INFO - Granting role admin to project api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d 2018-10-06 03:18:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/1ce2b26a16f04be1a233193b998dca94/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f07e5687-4bf6-4a5b-a278-46cdf27e2162 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:04,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/1ce2b26a16f04be1a233193b998dca94/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f07e5687-4bf6-4a5b-a278-46cdf27e2162 2018-10-06 03:18:04,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eaed688-dd95-4880-a19c-f47533bae2af Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:04,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9eaed688-dd95-4880-a19c-f47533bae2af 2018-10-06 03:18:04,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:04,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac0662d-ebef-427d-9407-364ca6802c60 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:04,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-1ac0662d-ebef-427d-9407-364ca6802c60 2018-10-06 03:18:04,879 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-cb4b0e4b-af91-4a6-name 2018-10-06 03:18:04,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:04,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebc6e89aa6be0e3549e1007f41375214537b355" 2018-10-06 03:18:04,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998c8a38-fe10-4ff4-ab0d-83ba43cf00ab Content-Encoding: gzip Content-Length: 939 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"password_expires_at": null, "name": "CreateUserSuccessTests-cb4b0e4b-af91-4a6-name", "links": {"self": "http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94"}, "domain_id": "default", "enabled": true, "id": "1ce2b26a16f04be1a233193b998dca94", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:04,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-998c8a38-fe10-4ff4-ab0d-83ba43cf00ab 2018-10-06 03:18:04,993 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-cb4b0e4b-af91-4a6-name 2018-10-06 03:18:04,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65536ec8250050303114e768cc0d0cb9db186af5" 2018-10-06 03:18:05,286 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4f5f2be-eda9-45a7-a2f5-bc0b947235a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:05,286 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ce2b26a16f04be1a233193b998dca94 used request id req-c4f5f2be-eda9-45a7-a2f5-bc0b947235a1 2018-10-06 03:18:05,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:05,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["0li-r_kuSGay5KdTCWfCyQ"], "issued_at": "2018-10-06T03:18:05.000000Z"}} 2018-10-06 03:18:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01af7af3a3448583e2a5a2023a55e5b426b9c797" 2018-10-06 03:18:05,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c592d7-011e-4ab2-b230-7848acf6dc1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:05,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-08c592d7-011e-4ab2-b230-7848acf6dc1f 2018-10-06 03:18:05,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:05,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:06,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["y8_urYGTTTCJAXSC5kI8dQ"], "issued_at": "2018-10-06T03:18:06.000000Z"}} 2018-10-06 03:18:06,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:06,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1860cc59-3a6a-4983-9ae4-d96e582dedf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:06,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1860cc59-3a6a-4983-9ae4-d96e582dedf6 2018-10-06 03:18:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:06,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:06,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:06,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5204ce2c-dcda-45a8-84de-6c1bdaabee14 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:06,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5204ce2c-dcda-45a8-84de-6c1bdaabee14 2018-10-06 03:18:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:06,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3450a7e-c984-49d0-a722-c719a257a130 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:06,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f3450a7e-c984-49d0-a722-c719a257a130 2018-10-06 03:18:06,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:06,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b33903-cb4e-4b08-a75c-f097e3fbc5ad Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:06,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-36b33903-cb4e-4b08-a75c-f097e3fbc5ad 2018-10-06 03:18:06,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02467a7c-185f-43e4-b1f5-d1c70294a850 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:07,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-02467a7c-185f-43e4-b1f5-d1c70294a850 2018-10-06 03:18:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf182b8-8492-456c-9bef-6b4c3eaa0f4b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268"}, "enabled": true, "id": "a1a13331b27b4383b4f248c287f22268", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f6a2524c-bce6-46d-name"}} 2018-10-06 03:18:07,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268 used request id req-ddf182b8-8492-456c-9bef-6b4c3eaa0f4b 2018-10-06 03:18:07,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/a1a13331b27b4383b4f248c287f22268/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1db64d-a5f1-4fd4-be14-5b59eb88edf3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/a1a13331b27b4383b4f248c287f22268/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:07,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/a1a13331b27b4383b4f248c287f22268/roles used request id req-0c1db64d-a5f1-4fd4-be14-5b59eb88edf3 2018-10-06 03:18:07,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a122c19-b3e4-417f-b5f1-016036afa4a0 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:07,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-5a122c19-b3e4-417f-b5f1-016036afa4a0 2018-10-06 03:18:07,258 - keystone_utils - INFO - Granting role admin to project api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d 2018-10-06 03:18:07,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/a1a13331b27b4383b4f248c287f22268/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdcb2157-69c9-4422-8bd9-0e56874483d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:07,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801/users/a1a13331b27b4383b4f248c287f22268/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-bdcb2157-69c9-4422-8bd9-0e56874483d0 2018-10-06 03:18:07,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d2b63d7-5db6-42f8-80dc-e7faa3806807 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:07,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9d2b63d7-5db6-42f8-80dc-e7faa3806807 2018-10-06 03:18:07,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:07,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c230cde3-285a-43ae-abc5-3f8e56347d31 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}]} 2018-10-06 03:18:07,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d used request id req-c230cde3-285a-43ae-abc5-3f8e56347d31 2018-10-06 03:18:07,641 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f6a2524c-bce6-46d-name 2018-10-06 03:18:07,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:07,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:07,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01af7af3a3448583e2a5a2023a55e5b426b9c797" 2018-10-06 03:18:07,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e433c4-74c5-40ff-af93-db5da7820282 Content-Encoding: gzip Content-Length: 943 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f6a2524c-bce6-46d-name", "links": {"self": "http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268"}, "domain_id": "default", "enabled": true, "id": "a1a13331b27b4383b4f248c287f22268", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:07,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b0e433c4-74c5-40ff-af93-db5da7820282 2018-10-06 03:18:07,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:07,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:08,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["8ij01DbtTaWU44dVpQuAPQ"], "issued_at": "2018-10-06T03:18:08.000000Z"}} 2018-10-06 03:18:08,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27edc31707f8e8e22f10ace6fb1e6692057680f1" 2018-10-06 03:18:08,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2967c903-7185-4a24-916e-9505d4a9be3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:08,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2967c903-7185-4a24-916e-9505d4a9be3d 2018-10-06 03:18:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:08,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:08,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27edc31707f8e8e22f10ace6fb1e6692057680f1" 2018-10-06 03:18:08,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0828031-0b92-4442-9a23-e3ba2771863c Content-Encoding: gzip Content-Length: 943 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f6a2524c-bce6-46d-name", "links": {"self": "http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268"}, "domain_id": "default", "enabled": true, "id": "a1a13331b27b4383b4f248c287f22268", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:08,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d0828031-0b92-4442-9a23-e3ba2771863c 2018-10-06 03:18:08,508 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f6a2524c-bce6-46d-name 2018-10-06 03:18:08,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdeac6051b761f8a4f37fe7826f8aaea1f5de5f3" 2018-10-06 03:18:08,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15046ab2-802c-4dc6-99fc-8915aa7975dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:08,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a1a13331b27b4383b4f248c287f22268 used request id req-15046ab2-802c-4dc6-99fc-8915aa7975dc 2018-10-06 03:18:08,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:09,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["VVKSemYwSt6bUnAnJ3z-Aw"], "issued_at": "2018-10-06T03:18:09.000000Z"}} 2018-10-06 03:18:09,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84bc44d1152f58eba5d5716d10296c92d3ee360" 2018-10-06 03:18:09,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b8a4a7-14ab-4953-a149-a6a38d83da27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:09,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30b8a4a7-14ab-4953-a149-a6a38d83da27 2018-10-06 03:18:09,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:09,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:09,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Wk-vnjLcRaqEJejwWo0uSg"], "issued_at": "2018-10-06T03:18:09.000000Z"}} 2018-10-06 03:18:09,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:09,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-870235a1-0366-4716-9294-d04c8215febe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:09,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-870235a1-0366-4716-9294-d04c8215febe 2018-10-06 03:18:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:09,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:09,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-00442b28-7ad8-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:09,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0ff9dd-828a-4c11-9289-3d302fdb4045 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-00442b28-7ad8-4c5-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:09,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-00442b28-7ad8-4c5-name used request id req-0e0ff9dd-828a-4c11-9289-3d302fdb4045 2018-10-06 03:18:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:09,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bcaa96-16f3-4c75-a507-36a78d4cc141 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:09,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-21bcaa96-16f3-4c75-a507-36a78d4cc141 2018-10-06 03:18:09,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-00442b28-7ad8-4c5-name"}}' 2018-10-06 03:18:10,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8c2dd81-a32d-47bf-9343-2dfaf541945a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/750367ca5a934b7fad81522a6a8fea16"}, "enabled": true, "id": "750367ca5a934b7fad81522a6a8fea16", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-00442b28-7ad8-4c5-name"}} 2018-10-06 03:18:10,009 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c8c2dd81-a32d-47bf-9343-2dfaf541945a 2018-10-06 03:18:10,009 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-00442b28-7ad8-4c5-name 2018-10-06 03:18:10,010 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-00442b28-7ad8-4c5-name 2018-10-06 03:18:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:10,017 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:10,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/750367ca5a934b7fad81522a6a8fea16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84bc44d1152f58eba5d5716d10296c92d3ee360" 2018-10-06 03:18:10,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da9044bf-ab1a-472d-8598-e2ec59a30c9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:10,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/750367ca5a934b7fad81522a6a8fea16 used request id req-da9044bf-ab1a-472d-8598-e2ec59a30c9f 2018-10-06 03:18:10,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-02968419-52f0-4726-8176-bfcbca186849 Date: Sat, 06 Oct 2018 03:18:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:11,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-02968419-52f0-4726-8176-bfcbca186849 2018-10-06 03:18:11,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61813ec6-523a-4271-8fc3-059da3d6a799 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:11,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-61813ec6-523a-4271-8fc3-059da3d6a799 2018-10-06 03:18:11,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a93ea5-27c5-4c97-b30d-a8d40e7680d7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:18:11,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-87a93ea5-27c5-4c97-b30d-a8d40e7680d7 2018-10-06 03:18:11,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca612df-98f6-48b3-a3f1-4aca1a60f1ea Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:18:11,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-2ca612df-98f6-48b3-a3f1-4aca1a60f1ea 2018-10-06 03:18:11,415 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-00442b28-7ad8-4c5-name 2018-10-06 03:18:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/750367ca5a934b7fad81522a6a8fea16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-721f70a0-1a50-46bb-b1a4-7b0bec9947b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 750367ca5a934b7fad81522a6a8fea16.", "code": 404, "title": "Not Found"}} 2018-10-06 03:18:11,507 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/750367ca5a934b7fad81522a6a8fea16 used request id req-721f70a0-1a50-46bb-b1a4-7b0bec9947b3 2018-10-06 03:18:11,507 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-06 03:18:11,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-174e6d41-acee-450d-a143-598aa677a7a1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:11,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-174e6d41-acee-450d-a143-598aa677a7a1 2018-10-06 03:18:11,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84bc44d1152f58eba5d5716d10296c92d3ee360" 2018-10-06 03:18:11,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63318add-5b6b-4125-bf8b-c6a57046065d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:18:11,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-63318add-5b6b-4125-bf8b-c6a57046065d 2018-10-06 03:18:11,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154ae0e358cff3f3f3ab8d4139d0b9919aa16ab" 2018-10-06 03:18:11,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74c5b1c-ef15-4e8b-a0c0-72098a06a7fa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:11,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b74c5b1c-ef15-4e8b-a0c0-72098a06a7fa 2018-10-06 03:18:11,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:12,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["aoMpoNceQlW7NWse23xx0w"], "issued_at": "2018-10-06T03:18:12.000000Z"}} 2018-10-06 03:18:12,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d90c5cb8d175b3ce6e4aa498d086b39ec344ee" 2018-10-06 03:18:12,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86facb14-44e6-4cad-b8f9-871d8d1c3a97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:12,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-86facb14-44e6-4cad-b8f9-871d8d1c3a97 2018-10-06 03:18:12,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:12,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:12,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["YG8R3y85R4ervcivDeA8jw"], "issued_at": "2018-10-06T03:18:12.000000Z"}} 2018-10-06 03:18:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:12,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4d892d-b587-435e-821f-bd6611b2e6ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:12,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b4d892d-b587-435e-821f-bd6611b2e6ef 2018-10-06 03:18:12,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:12,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:12,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:12,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81a90d1-f093-421c-8eb2-d5a48ec756c7 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:12,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name used request id req-c81a90d1-f093-421c-8eb2-d5a48ec756c7 2018-10-06 03:18:12,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:12,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95bd6b4-673d-44a7-82e7-42da15c9c2ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:12,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a95bd6b4-673d-44a7-82e7-42da15c9c2ca 2018-10-06 03:18:12,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-47a48ab7-ce07-44b-name"}}' 2018-10-06 03:18:13,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5175b4f6-0799-4155-8b2a-10fba9fbae47 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/09e52be4d8df48c1baef05901351d146"}, "enabled": true, "id": "09e52be4d8df48c1baef05901351d146", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-47a48ab7-ce07-44b-name"}} 2018-10-06 03:18:13,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5175b4f6-0799-4155-8b2a-10fba9fbae47 2018-10-06 03:18:13,090 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-47a48ab7-ce07-44b-name 2018-10-06 03:18:13,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:13,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:13,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d90c5cb8d175b3ce6e4aa498d086b39ec344ee" 2018-10-06 03:18:13,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd028ea0-8066-4ea4-96ce-172f1acc59d9 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/09e52be4d8df48c1baef05901351d146"}, "enabled": true, "id": "09e52be4d8df48c1baef05901351d146", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-47a48ab7-ce07-44b-name"}]} 2018-10-06 03:18:13,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-47a48ab7-ce07-44b-name used request id req-fd028ea0-8066-4ea4-96ce-172f1acc59d9 2018-10-06 03:18:13,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d90c5cb8d175b3ce6e4aa498d086b39ec344ee" 2018-10-06 03:18:13,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aee71d5-48f9-45d4-b2d1-d6327e6c8ea3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:18:13,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-0aee71d5-48f9-45d4-b2d1-d6327e6c8ea3 2018-10-06 03:18:13,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b5798ca4-3374-4393-8f81-0e74731fddac Date: Sat, 06 Oct 2018 03:18:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:14,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b5798ca4-3374-4393-8f81-0e74731fddac 2018-10-06 03:18:14,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6127a073-2001-4faa-be95-1f9456748859 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:14,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-6127a073-2001-4faa-be95-1f9456748859 2018-10-06 03:18:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1668d4-6d24-4b60-805f-8f010cc8ad7b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:18:14,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-fa1668d4-6d24-4b60-805f-8f010cc8ad7b 2018-10-06 03:18:14,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc779b21-4719-4558-8023-c8dd8dcfe469 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:18:14,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-fc779b21-4719-4558-8023-c8dd8dcfe469 2018-10-06 03:18:14,345 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-47a48ab7-ce07-44b-name 2018-10-06 03:18:14,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/09e52be4d8df48c1baef05901351d146 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acf6ddaf-cd4f-40c1-b332-1f1af9314454 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:14,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/09e52be4d8df48c1baef05901351d146 used request id req-acf6ddaf-cd4f-40c1-b332-1f1af9314454 2018-10-06 03:18:14,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be6d2ea442f1d304c6d09d3e726f8560384f96e" 2018-10-06 03:18:14,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673f7313-dc92-47e2-a4ed-c2e0198bb4f6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:14,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-673f7313-dc92-47e2-a4ed-c2e0198bb4f6 2018-10-06 03:18:14,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:14,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["bWDud9hlTee2UD88172knw"], "issued_at": "2018-10-06T03:18:14.000000Z"}} 2018-10-06 03:18:14,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27d98d25a9bff000efaa858ab1bcb6074dc1810f" 2018-10-06 03:18:15,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1673c470-b39e-406b-a5fc-3438f7f956cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:15,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1673c470-b39e-406b-a5fc-3438f7f956cc 2018-10-06 03:18:15,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:15,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:15,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["btWuEdsaRky1BB4fhe_N7A"], "issued_at": "2018-10-06T03:18:15.000000Z"}} 2018-10-06 03:18:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:15,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e19063-a270-4034-b546-da1d342821e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:15,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-60e19063-a270-4034-b546-da1d342821e3 2018-10-06 03:18:15,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:15,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:15,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:15,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1adb2f23-203d-4333-8247-e5a24ff0c1a7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:15,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name used request id req-1adb2f23-203d-4333-8247-e5a24ff0c1a7 2018-10-06 03:18:15,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:15,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0bccbc-ae3d-4f7f-af15-7c92229baaf0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:15,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6a0bccbc-ae3d-4f7f-af15-7c92229baaf0 2018-10-06 03:18:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-332c9e6f-948c-4c8-name"}}' 2018-10-06 03:18:16,022 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0496ea64-5123-484a-88f0-0e845c358169 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c91bf4872fa940379065f07d21b9de74"}, "enabled": true, "id": "c91bf4872fa940379065f07d21b9de74", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-332c9e6f-948c-4c8-name"}} 2018-10-06 03:18:16,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0496ea64-5123-484a-88f0-0e845c358169 2018-10-06 03:18:16,023 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-332c9e6f-948c-4c8-name 2018-10-06 03:18:16,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:16,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:16,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27d98d25a9bff000efaa858ab1bcb6074dc1810f" 2018-10-06 03:18:16,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9445ef88-f3fe-4695-b605-24acb229adf6 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c91bf4872fa940379065f07d21b9de74"}, "enabled": true, "id": "c91bf4872fa940379065f07d21b9de74", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-332c9e6f-948c-4c8-name"}]} 2018-10-06 03:18:16,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name used request id req-9445ef88-f3fe-4695-b605-24acb229adf6 2018-10-06 03:18:16,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:16,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:16,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["XtDbEpGjRvitxr7V4qHhww"], "issued_at": "2018-10-06T03:18:16.000000Z"}} 2018-10-06 03:18:16,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f88fedf8c4c51e0d1a8f5052599a01b130b1208" 2018-10-06 03:18:16,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-317ccf0c-9419-4291-8e85-0e80e7944f8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:16,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-317ccf0c-9419-4291-8e85-0e80e7944f8f 2018-10-06 03:18:16,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:16,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:16,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f88fedf8c4c51e0d1a8f5052599a01b130b1208" 2018-10-06 03:18:16,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0384b0be-87de-462b-b8f6-5cf26e5ed146 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c91bf4872fa940379065f07d21b9de74"}, "enabled": true, "id": "c91bf4872fa940379065f07d21b9de74", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-332c9e6f-948c-4c8-name"}]} 2018-10-06 03:18:16,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-332c9e6f-948c-4c8-name used request id req-0384b0be-87de-462b-b8f6-5cf26e5ed146 2018-10-06 03:18:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27d98d25a9bff000efaa858ab1bcb6074dc1810f" 2018-10-06 03:18:16,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c2ca89-475a-44a7-b507-992e9661b05c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:18:16,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-a4c2ca89-475a-44a7-b507-992e9661b05c 2018-10-06 03:18:16,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-f173df53-1683-4808-96cf-c6493e46ff9b Date: Sat, 06 Oct 2018 03:18:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:17,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f173df53-1683-4808-96cf-c6493e46ff9b 2018-10-06 03:18:17,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe619c65-820c-40b1-8557-aa5b463aa227 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:17,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-fe619c65-820c-40b1-8557-aa5b463aa227 2018-10-06 03:18:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea6591c-4738-40d3-a9d5-a71119ed2668 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:18:17,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-eea6591c-4738-40d3-a9d5-a71119ed2668 2018-10-06 03:18:17,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cfad2c-9b31-411d-a39b-561469899495 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:18:17,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-52cfad2c-9b31-411d-a39b-561469899495 2018-10-06 03:18:17,352 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-332c9e6f-948c-4c8-name 2018-10-06 03:18:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c91bf4872fa940379065f07d21b9de74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af6fb9e-04f4-4efc-9d9e-f6880b762e98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:17,498 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c91bf4872fa940379065f07d21b9de74 used request id req-3af6fb9e-04f4-4efc-9d9e-f6880b762e98 2018-10-06 03:18:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fafd62c64cd9495a0481697ff08f85cae091f564" 2018-10-06 03:18:17,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fffb21b-3253-4c50-bf46-dfe0cfbb8f47 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:17,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9fffb21b-3253-4c50-bf46-dfe0cfbb8f47 2018-10-06 03:18:17,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:17,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["QWfyDDHdRX2wfUPwSpx6dw"], "issued_at": "2018-10-06T03:18:17.000000Z"}} 2018-10-06 03:18:17,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e36cd65b72aed23db52755173b2467efbb787ff" 2018-10-06 03:18:18,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba3f274-5737-496b-9278-54d8c49779ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:18,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ba3f274-5737-496b-9278-54d8c49779ae 2018-10-06 03:18:18,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:18,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:18,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["1N4fsiZpSzinKXeXJZaqow"], "issued_at": "2018-10-06T03:18:18.000000Z"}} 2018-10-06 03:18:18,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3424c4cabb7a3d42c25f47d6bed261fdbb67e35" 2018-10-06 03:18:18,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64a3712-fc85-4c82-bbb2-1583fee8f87c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:18,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a64a3712-fc85-4c82-bbb2-1583fee8f87c 2018-10-06 03:18:18,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:18,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:18,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5e3b68a9-c7b5-4bf-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3424c4cabb7a3d42c25f47d6bed261fdbb67e35" 2018-10-06 03:18:18,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898b6dd1-c6dd-4f44-a52d-898b1089333c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5e3b68a9-c7b5-4bf-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:18,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5e3b68a9-c7b5-4bf-name used request id req-898b6dd1-c6dd-4f44-a52d-898b1089333c 2018-10-06 03:18:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3424c4cabb7a3d42c25f47d6bed261fdbb67e35" 2018-10-06 03:18:18,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87f9885-d322-489a-ae74-1852da637605 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-06 03:18:18,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=foo used request id req-d87f9885-d322-489a-ae74-1852da637605 2018-10-06 03:18:18,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3424c4cabb7a3d42c25f47d6bed261fdbb67e35" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-5e3b68a9-c7b5-4bf-name"}}' 2018-10-06 03:18:18,853 - keystoneauth.session - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71a8b43f-c06f-4c7c-bc5c-b4b00e824083 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-06 03:18:18,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-71a8b43f-c06f-4c7c-bc5c-b4b00e824083 2018-10-06 03:18:18,853 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-06 03:18:18,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3424c4cabb7a3d42c25f47d6bed261fdbb67e35" 2018-10-06 03:18:18,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a67bd91f-5e8b-4cc3-8af1-635c867220c8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:18,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a67bd91f-5e8b-4cc3-8af1-635c867220c8 2018-10-06 03:18:18,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:19,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["PUKKNi_OS3SrdKRaI49Rtw"], "issued_at": "2018-10-06T03:18:19.000000Z"}} 2018-10-06 03:18:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a5a55326f91ea8a3b6e559fba0ce572741f3a0" 2018-10-06 03:18:19,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0fc4394-2872-4f63-9ac2-09f9c08c6104 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:19,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b0fc4394-2872-4f63-9ac2-09f9c08c6104 2018-10-06 03:18:19,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:19,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:19,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["0CRmZzi_QJqykA40obIw4w"], "issued_at": "2018-10-06T03:18:19.000000Z"}} 2018-10-06 03:18:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:19,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8d8f46-1e79-4ef6-842d-6c8d1be7105c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:19,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b8d8f46-1e79-4ef6-842d-6c8d1be7105c 2018-10-06 03:18:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:19,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:20,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae437c6-780f-4c6b-b2da-a9cbb801d810 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:20,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name used request id req-eae437c6-780f-4c6b-b2da-a9cbb801d810 2018-10-06 03:18:20,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:20,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02af27f8-00bd-4ab9-9edf-e72ba439f0b3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:20,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-02af27f8-00bd-4ab9-9edf-e72ba439f0b3 2018-10-06 03:18:20,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f6f661d2-a134-4bc-name"}}' 2018-10-06 03:18:20,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-621098be-ff29-4028-b0e6-7dab692c2674 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3aabc69df75340149e0f63d0dfc690de"}, "enabled": true, "id": "3aabc69df75340149e0f63d0dfc690de", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6f661d2-a134-4bc-name"}} 2018-10-06 03:18:20,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-621098be-ff29-4028-b0e6-7dab692c2674 2018-10-06 03:18:20,203 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f6f661d2-a134-4bc-name 2018-10-06 03:18:20,203 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:18:20,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:21,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-1b7ed243-6145-4699-8a14-db0d0f4f6765 x-compute-request-id: req-1b7ed243-6145-4699-8a14-db0d0f4f6765 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "3aabc69df75340149e0f63d0dfc690de", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:21,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de used request id req-1b7ed243-6145-4699-8a14-db0d0f4f6765 2018-10-06 03:18:21,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-10-06 03:18:22,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-dc462562-6d63-4387-9a73-4b10e84817bb x-compute-request-id: req-dc462562-6d63-4387-9a73-4b10e84817bb Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:22,112 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de used request id req-dc462562-6d63-4387-9a73-4b10e84817bb 2018-10-06 03:18:22,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:22,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a5a55326f91ea8a3b6e559fba0ce572741f3a0" 2018-10-06 03:18:22,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989a6e0a-a6f0-47c9-820b-46a2e3443020 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3aabc69df75340149e0f63d0dfc690de"}, "enabled": true, "id": "3aabc69df75340149e0f63d0dfc690de", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6f661d2-a134-4bc-name"}]} 2018-10-06 03:18:22,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f661d2-a134-4bc-name used request id req-989a6e0a-a6f0-47c9-820b-46a2e3443020 2018-10-06 03:18:22,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a5a55326f91ea8a3b6e559fba0ce572741f3a0" 2018-10-06 03:18:22,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3aebc2-f969-4b8f-ac85-dc313651107e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:18:22,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-cc3aebc2-f969-4b8f-ac85-dc313651107e 2018-10-06 03:18:22,219 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:18:22,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51a5a55326f91ea8a3b6e559fba0ce572741f3a0" 2018-10-06 03:18:23,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-c54105d2-9f41-402b-9736-7ded633f60d5 x-compute-request-id: req-c54105d2-9f41-402b-9736-7ded633f60d5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "3aabc69df75340149e0f63d0dfc690de", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:23,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/3aabc69df75340149e0f63d0dfc690de used request id req-c54105d2-9f41-402b-9736-7ded633f60d5 2018-10-06 03:18:23,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-2c8258c8-2535-40c9-9624-2b593c632191 Date: Sat, 06 Oct 2018 03:18:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:23,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2c8258c8-2535-40c9-9624-2b593c632191 2018-10-06 03:18:23,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e11cd4c-9e9a-4497-a649-ceeeee65f969 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:23,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-2e11cd4c-9e9a-4497-a649-ceeeee65f969 2018-10-06 03:18:23,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9661c395-dc44-4f36-8ce8-a55e0c6982e3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:18:23,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-9661c395-dc44-4f36-8ce8-a55e0c6982e3 2018-10-06 03:18:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760fb51a-8b26-4eb5-a929-82fc766c9d7a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:18:23,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-760fb51a-8b26-4eb5-a929-82fc766c9d7a 2018-10-06 03:18:23,592 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f6f661d2-a134-4bc-name 2018-10-06 03:18:23,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3aabc69df75340149e0f63d0dfc690de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0ea5af0-e818-4a2b-9657-d909ab5482f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:23,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3aabc69df75340149e0f63d0dfc690de used request id req-f0ea5af0-e818-4a2b-9657-d909ab5482f8 2018-10-06 03:18:23,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c87bbf6843372b1472e1f58da48335c38748744d" 2018-10-06 03:18:23,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-769a02b6-2ed1-49a8-b477-31e241c4fcf9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:23,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-769a02b6-2ed1-49a8-b477-31e241c4fcf9 2018-10-06 03:18:23,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:24,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ppVRpG25SdCRFXe9wnzHUg"], "issued_at": "2018-10-06T03:18:24.000000Z"}} 2018-10-06 03:18:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edb937eae3673223898f9b78c20a531a96d8784" 2018-10-06 03:18:24,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1be367b8-5756-4b98-a13e-d31f38d9c5c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:24,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1be367b8-5756-4b98-a13e-d31f38d9c5c4 2018-10-06 03:18:24,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:24,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:24,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["kLKO8p2hTVGEJRvqdxhugg"], "issued_at": "2018-10-06T03:18:24.000000Z"}} 2018-10-06 03:18:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:24,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0d5347-d117-4510-bdb3-85c998d0bb6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:24,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ac0d5347-d117-4510-bdb3-85c998d0bb6b 2018-10-06 03:18:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:24,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:24,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac8ddd94-a4fd-4f79-8a7e-88b3dd597767 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:24,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name used request id req-ac8ddd94-a4fd-4f79-8a7e-88b3dd597767 2018-10-06 03:18:24,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:24,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdfa181c-7acb-46c1-8b24-e5c1cdcd40a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:24,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cdfa181c-7acb-46c1-8b24-e5c1cdcd40a6 2018-10-06 03:18:24,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e2e03d3e-5b37-496-name"}}' 2018-10-06 03:18:25,137 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfafad75-dc85-4b6a-ba48-4246eca73dd6 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c2fb2c325549b2bd6ed26e1e34f533"}, "enabled": true, "id": "56c2fb2c325549b2bd6ed26e1e34f533", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e2e03d3e-5b37-496-name"}} 2018-10-06 03:18:25,138 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-dfafad75-dc85-4b6a-ba48-4246eca73dd6 2018-10-06 03:18:25,138 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e2e03d3e-5b37-496-name 2018-10-06 03:18:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:25,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:25,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edb937eae3673223898f9b78c20a531a96d8784" 2018-10-06 03:18:25,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c38309-34f6-462c-b5ef-c7d7fd504938 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c2fb2c325549b2bd6ed26e1e34f533"}, "enabled": true, "id": "56c2fb2c325549b2bd6ed26e1e34f533", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e2e03d3e-5b37-496-name"}]} 2018-10-06 03:18:25,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e2e03d3e-5b37-496-name used request id req-55c38309-34f6-462c-b5ef-c7d7fd504938 2018-10-06 03:18:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edb937eae3673223898f9b78c20a531a96d8784" 2018-10-06 03:18:25,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f084c6-fe2f-457e-b850-442ff362edf4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:18:25,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-c9f084c6-fe2f-457e-b850-442ff362edf4 2018-10-06 03:18:25,321 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:18:25,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-10-06 03:18:25,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-fb9a60cf-f6ac-4f78-8ee6-80eeb30daaf3 x-compute-request-id: req-fb9a60cf-f6ac-4f78-8ee6-80eeb30daaf3 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:25,856 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-fb9a60cf-f6ac-4f78-8ee6-80eeb30daaf3 2018-10-06 03:18:25,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-06 03:18:26,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-69e4688c-6a7d-457a-a074-ab14b1ed8ccf Date: Sat, 06 Oct 2018 03:18:26 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-06 03:18:26,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-69e4688c-6a7d-457a-a074-ab14b1ed8ccf 2018-10-06 03:18:26,775 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:18:26,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:26,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-661bb55c-8c13-4edd-93e2-76116e839344 x-compute-request-id: req-661bb55c-8c13-4edd-93e2-76116e839344 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "56c2fb2c325549b2bd6ed26e1e34f533", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:26,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-661bb55c-8c13-4edd-93e2-76116e839344 2018-10-06 03:18:26,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-4e6c1c97-1af9-4ced-8b49-a5f55b309595 Date: Sat, 06 Oct 2018 03:18:27 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-06 03:18:27,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-4e6c1c97-1af9-4ced-8b49-a5f55b309595 2018-10-06 03:18:27,135 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:18:27,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edb937eae3673223898f9b78c20a531a96d8784" 2018-10-06 03:18:27,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18: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-16fd09a5-7c11-4dc2-80a5-aac06ff95f42 x-compute-request-id: req-16fd09a5-7c11-4dc2-80a5-aac06ff95f42 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "56c2fb2c325549b2bd6ed26e1e34f533", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-06 03:18:27,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-quota-sets/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-16fd09a5-7c11-4dc2-80a5-aac06ff95f42 2018-10-06 03:18:27,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edb937eae3673223898f9b78c20a531a96d8784" 2018-10-06 03:18:28,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-be959442-a814-440b-a1db-42bcf6bbef78 Date: Sat, 06 Oct 2018 03:18:28 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-10-06 03:18:28,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/quotas/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-be959442-a814-440b-a1db-42bcf6bbef78 2018-10-06 03:18:28,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d95099b2-6890-47b7-890f-fd0510103583 Date: Sat, 06 Oct 2018 03:18:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:29,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d95099b2-6890-47b7-890f-fd0510103583 2018-10-06 03:18:29,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27ecbe2-fbbd-4cc8-8936-87ae5624cfc0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:29,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-c27ecbe2-fbbd-4cc8-8936-87ae5624cfc0 2018-10-06 03:18:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28bf6063-1ffe-49d1-98f6-28176c096ae9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:18:29,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-28bf6063-1ffe-49d1-98f6-28176c096ae9 2018-10-06 03:18:29,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e66917-11fe-4d77-ad79-6f766a0c961d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 03:18:29,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-39e66917-11fe-4d77-ad79-6f766a0c961d 2018-10-06 03:18:29,526 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e2e03d3e-5b37-496-name 2018-10-06 03:18:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/56c2fb2c325549b2bd6ed26e1e34f533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2dd0d7f-6b20-46b8-9129-61244be2a348 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:29,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/56c2fb2c325549b2bd6ed26e1e34f533 used request id req-d2dd0d7f-6b20-46b8-9129-61244be2a348 2018-10-06 03:18:29,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cef16b22b93faf737fd845d42e452a1ef646360" 2018-10-06 03:18:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19401ed9-373c-4358-a048-e476e3f5970c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-19401ed9-373c-4358-a048-e476e3f5970c 2018-10-06 03:18:29,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:30,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["6Wfq1jQ4S6e4vwfnXTBq5A"], "issued_at": "2018-10-06T03:18:30.000000Z"}} 2018-10-06 03:18:30,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ccd5f01cb8744127e12fd5847230fe26945254" 2018-10-06 03:18:30,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a695a55-6cc1-4671-ae04-d1d88b34510e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:30,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0a695a55-6cc1-4671-ae04-d1d88b34510e 2018-10-06 03:18:30,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:30,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:30,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["2EtaExMKTRmdFF4jFcAcFA"], "issued_at": "2018-10-06T03:18:30.000000Z"}} 2018-10-06 03:18:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:30,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4263629e-a6c7-4f0c-a932-e6c85382d10b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:30,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4263629e-a6c7-4f0c-a932-e6c85382d10b 2018-10-06 03:18:30,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:30,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:30,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-74415166-0066-470-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:30,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb17151e-5f21-4e7e-bf78-650a8649bf3c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-74415166-0066-470-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:30,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-74415166-0066-470-name used request id req-bb17151e-5f21-4e7e-bf78-650a8649bf3c 2018-10-06 03:18:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:30,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7637525c-3ef6-453c-80e9-161b7e4bb30c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:30,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7637525c-3ef6-453c-80e9-161b7e4bb30c 2018-10-06 03:18:30,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-74415166-0066-470-name"}}' 2018-10-06 03:18:31,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ca6add0-91ed-428c-a200-0150ebefc4a3 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e"}, "enabled": true, "id": "8e8b03ff3aa94879950213195774ca8e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-74415166-0066-470-name"}} 2018-10-06 03:18:31,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3ca6add0-91ed-428c-a200-0150ebefc4a3 2018-10-06 03:18:31,018 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:31,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:31,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:31,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["MYw2Qgw-Rje_r_tccvgVLQ"], "issued_at": "2018-10-06T03:18:31.000000Z"}} 2018-10-06 03:18:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:31,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b0d4ef-308d-4bc3-9938-a189e20d0f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:31,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-55b0d4ef-308d-4bc3-9938-a189e20d0f86 2018-10-06 03:18:31,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:31,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:31,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66239eba-dd52-4b4f-85d0-7334aba63052 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:31,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-66239eba-dd52-4b4f-85d0-7334aba63052 2018-10-06 03:18:31,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:31,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ae7ed5-83ef-4c6e-9ab3-c7aa686af72a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:31,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b0ae7ed5-83ef-4c6e-9ab3-c7aa686af72a 2018-10-06 03:18:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa08598e-71fb-48b6-88cf-62843d48677b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:32,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aa08598e-71fb-48b6-88cf-62843d48677b 2018-10-06 03:18:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-74415166-0066-470-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3d00e7-7cb2-4f19-b400-a1a4844a1894 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-74415166-0066-470-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e"}, "enabled": true, "id": "8e8b03ff3aa94879950213195774ca8e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-74415166-0066-470-name"}]} 2018-10-06 03:18:32,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-74415166-0066-470-name used request id req-6c3d00e7-7cb2-4f19-b400-a1a4844a1894 2018-10-06 03:18:32,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/acc086011c824096bf542f03c0edddf0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ca62a5-a6ac-4d05-b3fe-05502eea3250 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/acc086011c824096bf542f03c0edddf0"}, "enabled": true, "id": "acc086011c824096bf542f03c0edddf0", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-74415166-0066-470-user"}} 2018-10-06 03:18:32,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/acc086011c824096bf542f03c0edddf0 used request id req-31ca62a5-a6ac-4d05-b3fe-05502eea3250 2018-10-06 03:18:32,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-008560c6-c824-4c77-abc7-3d9736e10654 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:32,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles used request id req-008560c6-c824-4c77-abc7-3d9736e10654 2018-10-06 03:18:32,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b304930d-bd72-4260-ab2e-8b6ef7737581 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:32,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-b304930d-bd72-4260-ab2e-8b6ef7737581 2018-10-06 03:18:32,489 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:32,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16b93af3-b5d8-46c2-8c46-1b772fe1d51e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:32,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-16b93af3-b5d8-46c2-8c46-1b772fe1d51e 2018-10-06 03:18:32,638 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-74415166-0066-470-user 2018-10-06 03:18:32,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:32,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03b8670-5bf9-4b89-a7ce-8bc4eae4cd11 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:32,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e03b8670-5bf9-4b89-a7ce-8bc4eae4cd11 2018-10-06 03:18:32,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" -d '{"role": {"name": "CreateProjectUserTests-74415166-0066-470-name-role"}}' 2018-10-06 03:18:32,864 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e774b14d-aa8d-4f79-ae59-7dcdc093ad8d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c59a9fa8edb49a8a1586919b9788db5", "links": {"self": "http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5"}, "name": "CreateProjectUserTests-74415166-0066-470-name-role"}} 2018-10-06 03:18:32,864 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e774b14d-aa8d-4f79-ae59-7dcdc093ad8d 2018-10-06 03:18:32,865 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-74415166-0066-470-name-role 2018-10-06 03:18:32,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:32,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bcccddf-44a6-44a8-bf31-5481ea142141 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5"}, "domain_id": null, "name": "CreateProjectUserTests-74415166-0066-470-name-role", "id": "5c59a9fa8edb49a8a1586919b9788db5"}} 2018-10-06 03:18:32,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5 used request id req-6bcccddf-44a6-44a8-bf31-5481ea142141 2018-10-06 03:18:32,955 - keystone_utils - INFO - Granting role CreateProjectUserTests-74415166-0066-470-name-role to project CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:32,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles/5c59a9fa8edb49a8a1586919b9788db5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:33,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-366bfc00-6b93-49b1-89c7-ceaa6bad11e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:33,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e/users/acc086011c824096bf542f03c0edddf0/roles/5c59a9fa8edb49a8a1586919b9788db5 used request id req-366bfc00-6b93-49b1-89c7-ceaa6bad11e3 2018-10-06 03:18:33,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:33,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:33,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "5c59a9fa8edb49a8a1586919b9788db5", "name": "CreateProjectUserTests-74415166-0066-470-name-role"}], "expires_at": "2018-10-06T04:18:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e8b03ff3aa94879950213195774ca8e", "name": "CreateProjectUserTests-74415166-0066-470-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8e8b03ff3aa94879950213195774ca8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8e8b03ff3aa94879950213195774ca8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8e8b03ff3aa94879950213195774ca8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8e8b03ff3aa94879950213195774ca8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8e8b03ff3aa94879950213195774ca8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8e8b03ff3aa94879950213195774ca8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8e8b03ff3aa94879950213195774ca8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-74415166-0066-470-user", "id": "acc086011c824096bf542f03c0edddf0"}, "audit_ids": ["zkZawdDuTDizU0IRQUnVrA"], "issued_at": "2018-10-06T03:18:33.000000Z"}} 2018-10-06 03:18:33,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:33,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f032d6e-887e-48aa-9821-dd948b849e17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:33,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f032d6e-887e-48aa-9821-dd948b849e17 2018-10-06 03:18:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-74415166-0066-470-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:33,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4dd5ee75-6697-4015-8805-ca2616a721ea Date: Sat, 06 Oct 2018 03:18:33 GMT RESP BODY: {"security_groups": []} 2018-10-06 03:18:33,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-74415166-0066-470-name&description=hello+group used request id req-4dd5ee75-6697-4015-8805-ca2616a721ea 2018-10-06 03:18:33,967 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-74415166-0066-470-name... 2018-10-06 03:18:33,967 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:33,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" -d '{"security_group": {"name": "CreateProjectUserTests-74415166-0066-470-name", "description": "hello group"}}' 2018-10-06 03:18:34,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-9f004cee-cd2e-41cc-9eff-a2b409f97e4a Date: Sat, 06 Oct 2018 03:18:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "updated_at": "2018-10-06T03:18:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}], "revision_number": 2, "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "name": "CreateProjectUserTests-74415166-0066-470-name"}} 2018-10-06 03:18:34,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-9f004cee-cd2e-41cc-9eff-a2b409f97e4a 2018-10-06 03:18:34,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:34,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:34,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e290f28a-4d2a-41c4-ad84-54c8ec996945 Date: Sat, 06 Oct 2018 03:18: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-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e"}]} 2018-10-06 03:18:34,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-e290f28a-4d2a-41c4-ad84-54c8ec996945 2018-10-06 03:18:34,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:34,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:35,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-921d9f90-b2fa-4ea9-a0e4-dcbe63ae4bb3 Date: Sat, 06 Oct 2018 03:18: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-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e"}]} 2018-10-06 03:18:35,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-921d9f90-b2fa-4ea9-a0e4-dcbe63ae4bb3 2018-10-06 03:18:35,264 - neutron_utils - INFO - Retrieving security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:35,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:35,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fc12dd3f-a2e3-4263-b751-7a22f2198117 Date: Sat, 06 Oct 2018 03:18:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "updated_at": "2018-10-06T03:18:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}], "revision_number": 2, "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "name": "CreateProjectUserTests-74415166-0066-470-name"}]} 2018-10-06 03:18:35,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-fc12dd3f-a2e3-4263-b751-7a22f2198117 2018-10-06 03:18:35,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:35,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:36,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-374f5057-87f1-498d-934a-dad544ecaf3d Date: Sat, 06 Oct 2018 03:18:36 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-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e"}]} 2018-10-06 03:18:36,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-374f5057-87f1-498d-934a-dad544ecaf3d 2018-10-06 03:18:36,155 - neutron_utils - INFO - Retrieving security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:36,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:36,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1416f963-93f1-4534-960e-a095e9085910 Date: Sat, 06 Oct 2018 03:18:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "updated_at": "2018-10-06T03:18:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}], "revision_number": 2, "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "name": "CreateProjectUserTests-74415166-0066-470-name"}]} 2018-10-06 03:18:36,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-1416f963-93f1-4534-960e-a095e9085910 2018-10-06 03:18:36,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:36,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-929d25a6-89d4-4fb5-82f6-86b235db7591 Date: Sat, 06 Oct 2018 03:18:36 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-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e"}]} 2018-10-06 03:18:36,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-929d25a6-89d4-4fb5-82f6-86b235db7591 2018-10-06 03:18:36,483 - neutron_utils - INFO - Retrieving security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:36,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:36,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-43c9cb21-a55a-4cd0-ad6b-39d5d2b386b3 Date: Sat, 06 Oct 2018 03:18:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "updated_at": "2018-10-06T03:18:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "revision_number": 0, "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}], "revision_number": 2, "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "name": "CreateProjectUserTests-74415166-0066-470-name"}]} 2018-10-06 03:18:36,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-43c9cb21-a55a-4cd0-ad6b-39d5d2b386b3 2018-10-06 03:18:36,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25db1e7c-4421-4f70-b9d3-a845e12f049d 2018-10-06 03:18:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:37,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ce18d9f-78b8-48db-b15e-36acfac1ba0f Date: Sat, 06 Oct 2018 03:18:37 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-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:34Z", "security_group_id": "25db1e7c-4421-4f70-b9d3-a845e12f049d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:34Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "82d9eca0-1c99-4ef9-a356-01e8a049f65e"}]} 2018-10-06 03:18:37,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-7ce18d9f-78b8-48db-b15e-36acfac1ba0f 2018-10-06 03:18:37,252 - neutron_utils - INFO - Deleting security group rule with ID - 82d9eca0-1c99-4ef9-a356-01e8a049f65e 2018-10-06 03:18:37,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/82d9eca0-1c99-4ef9-a356-01e8a049f65e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:37,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d1f1f8e-59e0-4be2-8141-c48fa5289b65 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:37,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/82d9eca0-1c99-4ef9-a356-01e8a049f65e used request id req-6d1f1f8e-59e0-4be2-8141-c48fa5289b65 2018-10-06 03:18:37,530 - neutron_utils - INFO - Deleting security group rule with ID - 3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce 2018-10-06 03:18:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:37,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-216d8a15-a5b6-4a49-b179-9d8e16613cf4 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:37,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/3b3ca155-a8c0-4fbb-83d7-c9c1e002cfce used request id req-216d8a15-a5b6-4a49-b179-9d8e16613cf4 2018-10-06 03:18:37,688 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/25db1e7c-4421-4f70-b9d3-a845e12f049d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9746c098c15bfa51509ee0904e7e74164bb60f" 2018-10-06 03:18:37,994 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c7963da-dfe9-4026-b2b5-8d046d53a4c5 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:37,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/25db1e7c-4421-4f70-b9d3-a845e12f049d used request id req-0c7963da-dfe9-4026-b2b5-8d046d53a4c5 2018-10-06 03:18:37,995 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-74415166-0066-470-user 2018-10-06 03:18:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/acc086011c824096bf542f03c0edddf0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8df242c979bf320a83ca3d563a1ef8b53f4d75e" 2018-10-06 03:18:38,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-595e3f58-6be6-4f45-8e60-dfff7754e27d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:38,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/acc086011c824096bf542f03c0edddf0 used request id req-595e3f58-6be6-4f45-8e60-dfff7754e27d 2018-10-06 03:18:38,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:38,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-c17544c9-1335-4e7e-99db-cdddfe9865b5 Date: Sat, 06 Oct 2018 03:18:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:33Z", "updated_at": "2018-10-06T03:18:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "revision_number": 0, "id": "ef0eea33-6e31-4c26-9b89-fa2cfa6426f4", "remote_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "revision_number": 0, "id": "c684a3eb-a4d7-4b83-bb77-d284e5df90ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "revision_number": 0, "id": "af676c2f-ee78-4261-9a3b-7c8adf402955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "revision_number": 0, "id": "6e0216dc-fa71-4fa5-a29e-ec0b4f7d2a91", "remote_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e8b03ff3aa94879950213195774ca8e"}], "revision_number": 4, "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:38,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c17544c9-1335-4e7e-99db-cdddfe9865b5 2018-10-06 03:18:38,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:38,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6153c89-03c8-4bbc-a200-5e43de4cfc3d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:38,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d6153c89-03c8-4bbc-a200-5e43de4cfc3d 2018-10-06 03:18:38,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:38,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b669df9-b5fb-4489-9952-838e31bc96fe Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e"}, "enabled": true, "id": "8e8b03ff3aa94879950213195774ca8e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-74415166-0066-470-name"}} 2018-10-06 03:18:38,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e used request id req-3b669df9-b5fb-4489-9952-838e31bc96fe 2018-10-06 03:18:38,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e2e751a-54bb-4870-b513-4273fc1fc9f2 2018-10-06 03:18:38,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5e2e751a-54bb-4870-b513-4273fc1fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:39,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4ac53164-b6cf-4bf5-9656-5331fd3a943b Date: Sat, 06 Oct 2018 03:18:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:33Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "6e0216dc-fa71-4fa5-a29e-ec0b4f7d2a91"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:33Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "af676c2f-ee78-4261-9a3b-7c8adf402955"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:33Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "c684a3eb-a4d7-4b83-bb77-d284e5df90ed"}, {"remote_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:33Z", "security_group_id": "5e2e751a-54bb-4870-b513-4273fc1fc9f2", "port_range_min": null, "revision_number": 0, "tenant_id": "8e8b03ff3aa94879950213195774ca8e", "created_at": "2018-10-06T03:18:33Z", "project_id": "8e8b03ff3aa94879950213195774ca8e", "id": "ef0eea33-6e31-4c26-9b89-fa2cfa6426f4"}]} 2018-10-06 03:18:39,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=5e2e751a-54bb-4870-b513-4273fc1fc9f2 used request id req-4ac53164-b6cf-4bf5-9656-5331fd3a943b 2018-10-06 03:18:39,556 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 03:18:39,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5e2e751a-54bb-4870-b513-4273fc1fc9f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:40,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b818fbc-253c-44c4-ab05-2cf760bfca98 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:40,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5e2e751a-54bb-4870-b513-4273fc1fc9f2 used request id req-1b818fbc-253c-44c4-ab05-2cf760bfca98 2018-10-06 03:18:40,053 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-74415166-0066-470-name 2018-10-06 03:18:40,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:40,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a0b005c-caa9-4031-b1f3-8e629db537e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:40,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8e8b03ff3aa94879950213195774ca8e used request id req-3a0b005c-caa9-4031-b1f3-8e629db537e3 2018-10-06 03:18:40,211 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-74415166-0066-470-name-role 2018-10-06 03:18:40,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:40,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-900f4753-f326-491c-a947-f7bd52fdec45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:40,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5c59a9fa8edb49a8a1586919b9788db5 used request id req-900f4753-f326-491c-a947-f7bd52fdec45 2018-10-06 03:18:40,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}436c7a87fe9860e421ce874fabc77724b7aa718c" 2018-10-06 03:18:40,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7ea7c9-410b-47be-980f-868c9fd7132c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:40,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aa7ea7c9-410b-47be-980f-868c9fd7132c 2018-10-06 03:18:40,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:40,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Wo9If0h1STiuxy5NkuUo6g"], "issued_at": "2018-10-06T03:18:40.000000Z"}} 2018-10-06 03:18:40,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e996b59195ba75e49de86636f3108c2772b71769" 2018-10-06 03:18:40,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5589c4ec-a428-4ae6-8adc-95bb84c89576 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:40,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5589c4ec-a428-4ae6-8adc-95bb84c89576 2018-10-06 03:18:40,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:40,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:41,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["PvSB6iI0RQiITiyyy1kSqw"], "issued_at": "2018-10-06T03:18:41.000000Z"}} 2018-10-06 03:18:41,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:41,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8360e9-6d9b-4c02-9469-cba6b17c7116 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:41,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f8360e9-6d9b-4c02-9469-cba6b17c7116 2018-10-06 03:18:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:41,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:41,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c63defe7-fa98-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:41,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa3cd41-e4ee-47c6-9ea3-1b3b52504836 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c63defe7-fa98-46c-name", "previous": null, "next": null}, "projects": []} 2018-10-06 03:18:41,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-c63defe7-fa98-46c-name used request id req-9fa3cd41-e4ee-47c6-9ea3-1b3b52504836 2018-10-06 03:18:41,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:41,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5daf24-e9b1-4f0e-9459-03c02283f9d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:41,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-db5daf24-e9b1-4f0e-9459-03c02283f9d3 2018-10-06 03:18:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}}' 2018-10-06 03:18:41,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84db0686-e04d-423e-9908-d7cd224f9ad8 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b"}, "enabled": true, "id": "657f973e7cc7464f93de4e9183540a1b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}} 2018-10-06 03:18:41,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-84db0686-e04d-423e-9908-d7cd224f9ad8 2018-10-06 03:18:41,731 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:41,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:41,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:42,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["lqOUiRexSVqIouKaLplPnw"], "issued_at": "2018-10-06T03:18:42.000000Z"}} 2018-10-06 03:18:42,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:42,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-301a9a8c-0cf8-43a8-9c52-f56e1f47aaf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:42,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-301a9a8c-0cf8-43a8-9c52-f56e1f47aaf6 2018-10-06 03:18:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:42,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:42,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:42,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994225a1-e6d6-4be8-81f5-feab10956456 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:42,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-994225a1-e6d6-4be8-81f5-feab10956456 2018-10-06 03:18:42,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:42,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29505232-0d4b-4d68-aac9-845f18d0a70d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:42,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-29505232-0d4b-4d68-aac9-845f18d0a70d 2018-10-06 03:18:42,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:42,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea809a8-8c43-4e99-ae31-9eeb33df942c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:42,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7ea809a8-8c43-4e99-ae31-9eeb33df942c 2018-10-06 03:18:42,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:42,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0088d205-7853-498c-ae41-ecfbfc2d0dc2 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b"}, "enabled": true, "id": "657f973e7cc7464f93de4e9183540a1b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:42,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name used request id req-0088d205-7853-498c-ae41-ecfbfc2d0dc2 2018-10-06 03:18:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:43,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7982b942-c452-4d63-8eec-3667cab3b071 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14"}, "enabled": true, "id": "e3dd690b43034541920ea9d022c78e14", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-user1"}} 2018-10-06 03:18:43,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14 used request id req-7982b942-c452-4d63-8eec-3667cab3b071 2018-10-06 03:18:43,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:43,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03baad26-96a4-4388-82fa-dc3fff6165f2 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:43,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles used request id req-03baad26-96a4-4388-82fa-dc3fff6165f2 2018-10-06 03:18:43,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:43,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f87fd4-0454-4604-8ed3-d560580fda3e Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:43,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-75f87fd4-0454-4604-8ed3-d560580fda3e 2018-10-06 03:18:43,273 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:43,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ac2b470-5aac-43aa-b9d1-d700050f5614 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:43,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-1ac2b470-5aac-43aa-b9d1-d700050f5614 2018-10-06 03:18:43,495 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c63defe7-fa98-46c-user1 2018-10-06 03:18:43,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:43,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb1f929-25ef-45a9-a7cc-ee79d76ec09f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:43,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ffb1f929-25ef-45a9-a7cc-ee79d76ec09f 2018-10-06 03:18:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" -d '{"role": {"name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role"}}' 2018-10-06 03:18:43,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deaa765a-5039-4bd9-bbf7-b1bac50eaa2a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "262d7df7a12b44cfa9bd2b53e8778301", "links": {"self": "http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301"}, "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role"}} 2018-10-06 03:18:43,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-deaa765a-5039-4bd9-bbf7-b1bac50eaa2a 2018-10-06 03:18:43,628 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-c63defe7-fa98-46c-name-role 2018-10-06 03:18:43,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:43,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a1f6314-93a2-4189-9235-5dd47ae984fb Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301"}, "domain_id": null, "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role", "id": "262d7df7a12b44cfa9bd2b53e8778301"}} 2018-10-06 03:18:43,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 used request id req-4a1f6314-93a2-4189-9235-5dd47ae984fb 2018-10-06 03:18:43,719 - keystone_utils - INFO - Granting role CreateProjectUserTests-c63defe7-fa98-46c-name-role to project CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:43,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles/262d7df7a12b44cfa9bd2b53e8778301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:43,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd7182dc-c53e-4c5d-9228-b35c622f3652 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:43,956 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/e3dd690b43034541920ea9d022c78e14/roles/262d7df7a12b44cfa9bd2b53e8778301 used request id req-fd7182dc-c53e-4c5d-9228-b35c622f3652 2018-10-06 03:18:43,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:43,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:44,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Hm_MhxegRsqsxVvdtOfNmg"], "issued_at": "2018-10-06T03:18:44.000000Z"}} 2018-10-06 03:18:44,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:44,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d98e15-ecea-4363-99c6-78b60c6bd411 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:44,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b8d98e15-ecea-4363-99c6-78b60c6bd411 2018-10-06 03:18:44,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:44,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:44,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:44,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f50d1b1-5706-42e7-befd-80a5987a4319 Content-Encoding: gzip Content-Length: 941 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-c63defe7-fa98-46c-user1", "links": {"self": "http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14"}, "domain_id": "default", "enabled": true, "id": "e3dd690b43034541920ea9d022c78e14", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:18:44,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6f50d1b1-5706-42e7-befd-80a5987a4319 2018-10-06 03:18:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:44,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9d6c27-9c64-4a35-85d5-dc851ce5fbe9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:18:44,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6e9d6c27-9c64-4a35-85d5-dc851ce5fbe9 2018-10-06 03:18:45,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e2d554-f719-410b-867e-546a519f6692 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "262d7df7a12b44cfa9bd2b53e8778301", "links": {"self": "http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301"}, "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:45,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-25e2d554-f719-410b-867e-546a519f6692 2018-10-06 03:18:45,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c364e685-bde2-4b1c-b6b9-7c994816506a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b"}, "enabled": true, "id": "657f973e7cc7464f93de4e9183540a1b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:45,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateProjectUserTests-c63defe7-fa98-46c-name used request id req-c364e685-bde2-4b1c-b6b9-7c994816506a 2018-10-06 03:18:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/4d7c00dc06f246a08b5f62dce44a8df6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc61883-4d0a-48c3-b029-56805d3a5407 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/4d7c00dc06f246a08b5f62dce44a8df6"}, "enabled": true, "id": "4d7c00dc06f246a08b5f62dce44a8df6", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-user2"}} 2018-10-06 03:18:45,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/4d7c00dc06f246a08b5f62dce44a8df6 used request id req-ecc61883-4d0a-48c3-b029-56805d3a5407 2018-10-06 03:18:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db53b29a-a970-4ef5-80a6-684fab44700e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 03:18:45,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles used request id req-db53b29a-a970-4ef5-80a6-684fab44700e 2018-10-06 03:18:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7c4ee5-6f51-4788-bd25-84049b52d6d1 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 03:18:45,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-9a7c4ee5-6f51-4788-bd25-84049b52d6d1 2018-10-06 03:18:45,524 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:45,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:45,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d21e0bf4-065c-444a-80ce-e2ec61db837f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:45,699 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-d21e0bf4-065c-444a-80ce-e2ec61db837f 2018-10-06 03:18:45,700 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-c63defe7-fa98-46c-user2 2018-10-06 03:18:45,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:45,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47936adf-716b-44ca-aa87-bde4aedeb734 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301"}, "domain_id": null, "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role", "id": "262d7df7a12b44cfa9bd2b53e8778301"}} 2018-10-06 03:18:45,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 used request id req-47936adf-716b-44ca-aa87-bde4aedeb734 2018-10-06 03:18:45,786 - keystone_utils - INFO - Granting role CreateProjectUserTests-c63defe7-fa98-46c-name-role to project CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:45,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles/262d7df7a12b44cfa9bd2b53e8778301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:45,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f56180c6-2deb-44e6-8613-aee7ec706c66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:45,918 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b/users/4d7c00dc06f246a08b5f62dce44a8df6/roles/262d7df7a12b44cfa9bd2b53e8778301 used request id req-f56180c6-2deb-44e6-8613-aee7ec706c66 2018-10-06 03:18:45,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:45,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:46,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "262d7df7a12b44cfa9bd2b53e8778301", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role"}], "expires_at": "2018-10-06T04:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "657f973e7cc7464f93de4e9183540a1b", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-c63defe7-fa98-46c-user1", "id": "e3dd690b43034541920ea9d022c78e14"}, "audit_ids": ["9SFlV0xlToWIh_8wUAK_8Q"], "issued_at": "2018-10-06T03:18:46.000000Z"}} 2018-10-06 03:18:46,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:46,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655f22cc-5dda-482d-a1db-583436224550 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:46,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-655f22cc-5dda-482d-a1db-583436224550 2018-10-06 03:18:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-c63defe7-fa98-46c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:47,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dafce171-86b7-4955-9783-5d74c8729030 Date: Sat, 06 Oct 2018 03:18:47 GMT RESP BODY: {"security_groups": []} 2018-10-06 03:18:47,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-c63defe7-fa98-46c-name&description=hello+group used request id req-dafce171-86b7-4955-9783-5d74c8729030 2018-10-06 03:18:47,439 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-c63defe7-fa98-46c-name... 2018-10-06 03:18:47,440 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:47,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" -d '{"security_group": {"name": "CreateProjectUserTests-c63defe7-fa98-46c-name", "description": "hello group"}}' 2018-10-06 03:18:48,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-e472ca74-88bc-4955-9b42-bd237373cbd9 Date: Sat, 06 Oct 2018 03:18:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}} 2018-10-06 03:18:48,013 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-e472ca74-88bc-4955-9b42-bd237373cbd9 2018-10-06 03:18:48,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:48,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:48,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-500beaa7-1ed4-44e8-abea-4096a159d9c0 Date: Sat, 06 Oct 2018 03:18:48 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:48,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-500beaa7-1ed4-44e8-abea-4096a159d9c0 2018-10-06 03:18:48,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:48,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:48,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d6c924f-36fe-47a6-a061-80630d80133b Date: Sat, 06 Oct 2018 03:18:48 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:48,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-6d6c924f-36fe-47a6-a061-80630d80133b 2018-10-06 03:18:48,895 - neutron_utils - INFO - Retrieving security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:49,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-dd973abf-4e67-4bc4-a099-2fbeeba12bb9 Date: Sat, 06 Oct 2018 03:18:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:49,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-dd973abf-4e67-4bc4-a099-2fbeeba12bb9 2018-10-06 03:18:49,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:49,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7284d9c-ef44-480b-a0d7-7337638f0c29 Date: Sat, 06 Oct 2018 03:18:49 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:49,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-f7284d9c-ef44-480b-a0d7-7337638f0c29 2018-10-06 03:18:49,833 - neutron_utils - INFO - Retrieving security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:49,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:50,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-82193cf7-9ada-4981-9a41-d0423b48000c Date: Sat, 06 Oct 2018 03:18:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:50,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-82193cf7-9ada-4981-9a41-d0423b48000c 2018-10-06 03:18:50,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:50,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:50,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4c18486d-8333-4eb2-9143-efef47fae9d9 Date: Sat, 06 Oct 2018 03:18:50 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:50,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-4c18486d-8333-4eb2-9143-efef47fae9d9 2018-10-06 03:18:50,228 - neutron_utils - INFO - Retrieving security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:50,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:50,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f536bfe5-5513-470d-961f-b48421d839f4 Date: Sat, 06 Oct 2018 03:18:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:50,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-f536bfe5-5513-470d-961f-b48421d839f4 2018-10-06 03:18:50,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:50,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:51,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-146eae47-03c7-41bd-9976-4c45888bd3b5 Date: Sat, 06 Oct 2018 03:18:51 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:51,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-146eae47-03c7-41bd-9976-4c45888bd3b5 2018-10-06 03:18:51,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:18:51,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:51,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "262d7df7a12b44cfa9bd2b53e8778301", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name-role"}], "expires_at": "2018-10-06T04:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "657f973e7cc7464f93de4e9183540a1b", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/657f973e7cc7464f93de4e9183540a1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-c63defe7-fa98-46c-user2", "id": "4d7c00dc06f246a08b5f62dce44a8df6"}, "audit_ids": ["EHba7IzfRNWia-AucpKZUQ"], "issued_at": "2018-10-06T03:18:51.000000Z"}} 2018-10-06 03:18:51,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:51,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c232a5eb-b9c4-4540-8768-6d43085ec2ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:18:51,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c232a5eb-b9c4-4540-8768-6d43085ec2ec 2018-10-06 03:18:51,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-c63defe7-fa98-46c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:52,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5ca0fe01-5ca8-41aa-af51-a7fc373737b9 Date: Sat, 06 Oct 2018 03:18:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:52,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateProjectUserTests-c63defe7-fa98-46c-name&description=hello+group used request id req-5ca0fe01-5ca8-41aa-af51-a7fc373737b9 2018-10-06 03:18:52,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:18:52,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:18:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:18:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:52,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208cdb47-7924-4fb1-8f9f-ba5e0c91b1fa Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b"}, "enabled": true, "id": "657f973e7cc7464f93de4e9183540a1b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}} 2018-10-06 03:18:52,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b used request id req-208cdb47-7924-4fb1-8f9f-ba5e0c91b1fa 2018-10-06 03:18:52,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:52,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:52,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d12d432-d94a-4472-897d-22b9b477ad58 Date: Sat, 06 Oct 2018 03:18:52 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:52,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-3d12d432-d94a-4472-897d-22b9b477ad58 2018-10-06 03:18:52,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:52,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:53,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e2857ad-6e68-4c9b-9dbc-135ed763fe43 Date: Sat, 06 Oct 2018 03:18:53 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:53,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-3e2857ad-6e68-4c9b-9dbc-135ed763fe43 2018-10-06 03:18:53,343 - neutron_utils - INFO - Retrieving security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:53,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f073e4ed-ed97-41f8-8191-94c719bfc943 Date: Sat, 06 Oct 2018 03:18:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 2, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}]} 2018-10-06 03:18:53,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-f073e4ed-ed97-41f8-8191-94c719bfc943 2018-10-06 03:18:53,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 2018-10-06 03:18:53,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:53,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23f49d90-9337-4984-b598-30e9bde7f184 Date: Sat, 06 Oct 2018 03:18:53 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-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "97365d0b-96e5-46c4-b744-fe8c6fca86d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "3c21e8a9-d776-4c31-81f2-0c0b6e8a5916", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "c870d13b-bf87-48fc-b551-72f607a4f4eb"}]} 2018-10-06 03:18:53,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-23f49d90-9337-4984-b598-30e9bde7f184 2018-10-06 03:18:53,725 - neutron_utils - INFO - Deleting security group rule with ID - 97365d0b-96e5-46c4-b744-fe8c6fca86d9 2018-10-06 03:18:53,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/97365d0b-96e5-46c4-b744-fe8c6fca86d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:53,994 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e0a00ee-6b69-4fd3-bcc5-082aa7cf2756 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:53,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/97365d0b-96e5-46c4-b744-fe8c6fca86d9 used request id req-9e0a00ee-6b69-4fd3-bcc5-082aa7cf2756 2018-10-06 03:18:53,994 - neutron_utils - INFO - Deleting security group rule with ID - c870d13b-bf87-48fc-b551-72f607a4f4eb 2018-10-06 03:18:53,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/c870d13b-bf87-48fc-b551-72f607a4f4eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:54,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b7659c1-caa2-42a2-8109-c64f9e1e96d9 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:54,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/c870d13b-bf87-48fc-b551-72f607a4f4eb used request id req-1b7659c1-caa2-42a2-8109-c64f9e1e96d9 2018-10-06 03:18:54,989 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:54,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34db749502a41affa91ffa64da07468789233943" 2018-10-06 03:18:55,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cef077df-bd2c-4f77-a33c-f1e863b59458 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:55,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-cef077df-bd2c-4f77-a33c-f1e863b59458 2018-10-06 03:18:55,300 - neutron_utils - INFO - Deleting security group rule with ID - c870d13b-bf87-48fc-b551-72f607a4f4eb 2018-10-06 03:18:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/c870d13b-bf87-48fc-b551-72f607a4f4eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:55,473 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-8ff602df-8955-4499-a652-decad34c4d50 Date: Sat, 06 Oct 2018 03:18:55 GMT RESP BODY: {"NeutronError": {"message": "Security group rule c870d13b-bf87-48fc-b551-72f607a4f4eb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 03:18:55,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/c870d13b-bf87-48fc-b551-72f607a4f4eb used request id req-8ff602df-8955-4499-a652-decad34c4d50 2018-10-06 03:18:55,474 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule c870d13b-bf87-48fc-b551-72f607a4f4eb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 03:18:55,474 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule c870d13b-bf87-48fc-b551-72f607a4f4eb does not exist Neutron server returns request_ids: ['req-8ff602df-8955-4499-a652-decad34c4d50'] 2018-10-06 03:18:55,474 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:55,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06484d1f299bf96d8d0101d74e26474bfd5027d" 2018-10-06 03:18:56,224 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-6d814d03-42e1-437f-a65b-e2ae0f5b9893 Date: Sat, 06 Oct 2018 03:18:56 GMT RESP BODY: {"NeutronError": {"message": "Security group 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 03:18:56,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 used request id req-6d814d03-42e1-437f-a65b-e2ae0f5b9893 2018-10-06 03:18:56,224 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 03:18:56,225 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 3c21e8a9-d776-4c31-81f2-0c0b6e8a5916 does not exist Neutron server returns request_ids: ['req-6d814d03-42e1-437f-a65b-e2ae0f5b9893'] 2018-10-06 03:18:56,225 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c63defe7-fa98-46c-user1 2018-10-06 03:18:56,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917a3a184a19093315d8b14a5334263eb0f5d77d" 2018-10-06 03:18:56,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd57b7ad-8b75-485a-aadd-7d96c6ed93fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:56,435 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e3dd690b43034541920ea9d022c78e14 used request id req-fd57b7ad-8b75-485a-aadd-7d96c6ed93fb 2018-10-06 03:18:56,436 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-c63defe7-fa98-46c-user2 2018-10-06 03:18:56,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4d7c00dc06f246a08b5f62dce44a8df6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def76e96b1d85be32e45a5650e5f506ce834793f" 2018-10-06 03:18:56,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f1e7e82-10d4-4b23-9f45-3d233c0cf564 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:56,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4d7c00dc06f246a08b5f62dce44a8df6 used request id req-2f1e7e82-10d4-4b23-9f45-3d233c0cf564 2018-10-06 03:18:56,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:57,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-feb506a7-e9b1-4706-a405-cb8ab5ea65bf Date: Sat, 06 Oct 2018 03:18:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "updated_at": "2018-10-06T03:18:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "45c764e2-95b4-4a18-873d-dc92eac9eb81", "remote_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "6f5affb1-6358-447d-81fb-47a6ec5e3b16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "843c7f87-48c0-44b1-a068-5a142bae467a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "657f973e7cc7464f93de4e9183540a1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "revision_number": 0, "id": "d357526b-d6d7-49e1-8609-8705c1106a11", "remote_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "657f973e7cc7464f93de4e9183540a1b"}], "revision_number": 4, "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}]} 2018-10-06 03:18:57,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-feb506a7-e9b1-4706-a405-cb8ab5ea65bf 2018-10-06 03:18:57,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:57,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e5f7b5-863f-4153-8207-ba36688d7cc1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:18:57,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-57e5f7b5-863f-4153-8207-ba36688d7cc1 2018-10-06 03:18:57,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:57,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decdc75d-89ce-49f9-a686-ebfd6be19eeb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b"}, "enabled": true, "id": "657f973e7cc7464f93de4e9183540a1b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-c63defe7-fa98-46c-name"}} 2018-10-06 03:18:57,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b used request id req-decdc75d-89ce-49f9-a686-ebfd6be19eeb 2018-10-06 03:18:57,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2 2018-10-06 03:18:57,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:58,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c5583f51-385e-44f8-b884-00cdc3f3c24b Date: Sat, 06 Oct 2018 03:18:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "45c764e2-95b4-4a18-873d-dc92eac9eb81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "6f5affb1-6358-447d-81fb-47a6ec5e3b16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "843c7f87-48c0-44b1-a068-5a142bae467a"}, {"remote_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:18:47Z", "security_group_id": "9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2", "port_range_min": null, "revision_number": 0, "tenant_id": "657f973e7cc7464f93de4e9183540a1b", "created_at": "2018-10-06T03:18:47Z", "project_id": "657f973e7cc7464f93de4e9183540a1b", "id": "d357526b-d6d7-49e1-8609-8705c1106a11"}]} 2018-10-06 03:18:58,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2 used request id req-c5583f51-385e-44f8-b884-00cdc3f3c24b 2018-10-06 03:18:58,330 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 03:18:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:58,762 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8d9dfdb-1efd-45b2-9e6a-ca43b2057af8 Content-Length: 0 Date: Sat, 06 Oct 2018 03:18:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:18:58,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9604dec8-1e8b-4bc1-b72d-c3dc9cf217b2 used request id req-c8d9dfdb-1efd-45b2-9e6a-ca43b2057af8 2018-10-06 03:18:58,763 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-c63defe7-fa98-46c-name 2018-10-06 03:18:58,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:58,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e4e42e2-088d-49c6-b4b0-7229fe77e1b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:58,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/657f973e7cc7464f93de4e9183540a1b used request id req-2e4e42e2-088d-49c6-b4b0-7229fe77e1b9 2018-10-06 03:18:58,931 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-c63defe7-fa98-46c-name-role 2018-10-06 03:18:58,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:59,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:18:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42a9d245-48ef-4f16-bc03-6f2a1e6daebd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:18:59,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/262d7df7a12b44cfa9bd2b53e8778301 used request id req-42a9d245-48ef-4f16-bc03-6f2a1e6daebd 2018-10-06 03:18:59,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa43fad1a0d6ae54863a62eb05906910d07e401" 2018-10-06 03:18:59,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2c2f09-33ca-47d9-b548-baa9ffc385b1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:18:59,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8d2c2f09-33ca-47d9-b548-baa9ffc385b1 2018-10-06 03:18:59,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:18:59,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["HN0l2q4-S-urj8_Hb0yH1A"], "issued_at": "2018-10-06T03:18:59.000000Z"}} 2018-10-06 03:18:59,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" 2018-10-06 03:19:00,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e59f5e0-6734-487d-8627-d5c8af2f0e70 Date: Sat, 06 Oct 2018 03:19: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", "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-10-06 03:19:00,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0e59f5e0-6734-487d-8627-d5c8af2f0e70 2018-10-06 03:19:00,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e"}' 2018-10-06 03:19:00,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d X-Openstack-Request-Id: req-3072f931-30a6-4c58-bea0-71d3336c6865 Date: Sat, 06 Oct 2018 03:19:00 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:19:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:19:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d", "min_disk": 0, "protected": false, "id": "ab9a5f10-9686-45af-bd65-115be069f97d", "file": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:19:00,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-3072f931-30a6-4c58-bea0-71d3336c6865 2018-10-06 03:19:00,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" -d '' 2018-10-06 03:19:04,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b77e7fd-447f-4f8f-bcca-1160e835bb52 Date: Sat, 06 Oct 2018 03:19:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:19:04,363 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d/file used request id req-5b77e7fd-447f-4f8f-bcca-1160e835bb52 2018-10-06 03:19:04,364 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:19:04,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" 2018-10-06 03:19:04,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-a7274e48-fb4b-4059-8008-2323264e9f81 Date: Sat, 06 Oct 2018 03:19:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:19:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:19:04Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ab9a5f10-9686-45af-bd65-115be069f97d/snap", "metadata": {}}], "self": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d", "min_disk": 0, "protected": false, "id": "ab9a5f10-9686-45af-bd65-115be069f97d", "file": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ab9a5f10-9686-45af-bd65-115be069f97d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:19:04,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d used request id req-a7274e48-fb4b-4059-8008-2323264e9f81 2018-10-06 03:19:04,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" 2018-10-06 03:19:05,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-759a44fe-106b-4bd6-b247-51c022934e98 Date: Sat, 06 Oct 2018 03:19: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", "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-10-06 03:19:05,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-759a44fe-106b-4bd6-b247-51c022934e98 2018-10-06 03:19:05,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" 2018-10-06 03:19:05,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-93c5a3d6-90ad-4013-980a-96e40814aad7 Date: Sat, 06 Oct 2018 03:19:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:19:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:19:04Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ab9a5f10-9686-45af-bd65-115be069f97d/snap", "metadata": {}}], "self": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d", "min_disk": 0, "protected": false, "id": "ab9a5f10-9686-45af-bd65-115be069f97d", "file": "/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ab9a5f10-9686-45af-bd65-115be069f97d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e"} 2018-10-06 03:19:05,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e used request id req-93c5a3d6-90ad-4013-980a-96e40814aad7 2018-10-06 03:19:05,622 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-690eacef-4a3e-4cf2-a63e-f5d48904141e 2018-10-06 03:19:05,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bcc647d641f2fc12bafe11aa376ff05582be4ac" 2018-10-06 03:19:07,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68fffc44-6a70-4f5d-9105-2490069a2d92 Date: Sat, 06 Oct 2018 03:19:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:19:07,801 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/ab9a5f10-9686-45af-bd65-115be069f97d used request id req-68fffc44-6a70-4f5d-9105-2490069a2d92 2018-10-06 03:19:07,803 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 03:19:07,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:08,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["NSLx2h8mQ4OT2qAF4di_Uw"], "issued_at": "2018-10-06T03:19:08.000000Z"}} 2018-10-06 03:19:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:08,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b2c442-eabf-416c-bd4b-2ca907cec9c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:08,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-89b2c442-eabf-416c-bd4b-2ca907cec9c3 2018-10-06 03:19:08,272 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net 2018-10-06 03:19:08,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" -d '{"network": {"name": "NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:08,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-4ad03895-ec40-42c0-acb5-8067091b61f9 Date: Sat, 06 Oct 2018 03:19:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"57627d13-c552-4abb-8e4c-67cb36dd1d11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:08Z","mtu":1450}} 2018-10-06 03:19:08,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-4ad03895-ec40-42c0-acb5-8067091b61f9 2018-10-06 03:19:08,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:09,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-ab3f2571-f456-40f6-a0f0-61cee00607ee Date: Sat, 06 Oct 2018 03:19:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"57627d13-c552-4abb-8e4c-67cb36dd1d11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:09,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-ab3f2571-f456-40f6-a0f0-61cee00607ee 2018-10-06 03:19:09,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:09,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-093eff18-6025-498d-a725-f59d9b48cc0e Date: Sat, 06 Oct 2018 03:19:09 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:09,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-093eff18-6025-498d-a725-f59d9b48cc0e 2018-10-06 03:19:09,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:09,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-315ffc1f-634f-4ac5-bcac-ace0ab3a9583 Date: Sat, 06 Oct 2018 03:19:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"57627d13-c552-4abb-8e4c-67cb36dd1d11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:09,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-315ffc1f-634f-4ac5-bcac-ace0ab3a9583 2018-10-06 03:19:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:09,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c78c9226-55aa-4935-b081-6979a8a19e71 Date: Sat, 06 Oct 2018 03:19:09 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:09,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-c78c9226-55aa-4935-b081-6979a8a19e71 2018-10-06 03:19:09,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:09,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-523009fe-02c9-4005-a5ac-504fd0bea544 Date: Sat, 06 Oct 2018 03:19:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"57627d13-c552-4abb-8e4c-67cb36dd1d11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:08Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:09,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net used request id req-523009fe-02c9-4005-a5ac-504fd0bea544 2018-10-06 03:19:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:19:10,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:19:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:19:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:10,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeabc521-ddba-42b9-821e-5246d19906d6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:10,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-eeabc521-ddba-42b9-821e-5246d19906d6 2018-10-06 03:19:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:10,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1c757839-df37-4e02-bd03-779065989c1a Date: Sat, 06 Oct 2018 03:19:10 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:10,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-1c757839-df37-4e02-bd03-779065989c1a 2018-10-06 03:19:10,225 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-f2c3332e-25a1-44f0-83c5-662ea45f6a63-pub-net 2018-10-06 03:19:10,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/57627d13-c552-4abb-8e4c-67cb36dd1d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca4a7a35f8f68fbf6b71b43209b03b0637d1413" 2018-10-06 03:19:11,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ebb4bae7-6dbc-4836-8b39-f48b23a833a4 Date: Sat, 06 Oct 2018 03:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:11,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/57627d13-c552-4abb-8e4c-67cb36dd1d11 used request id req-ebb4bae7-6dbc-4836-8b39-f48b23a833a4 2018-10-06 03:19:11,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:11,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["sfGOVMTATUqd9zf33huL5A"], "issued_at": "2018-10-06T03:19:11.000000Z"}} 2018-10-06 03:19:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ca6dc069902145f956c6803e0818498c141518a" 2018-10-06 03:19:11,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a26ea1c-b60f-4b38-a5e6-56875fbb4708 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:11,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a26ea1c-b60f-4b38-a5e6-56875fbb4708 2018-10-06 03:19:11,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:11,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["L-O50NEaTSKyLFFTU4LogQ"], "issued_at": "2018-10-06T03:19:11.000000Z"}} 2018-10-06 03:19:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7442ada7623b52a8d2827d55238facb0b82bcc21" 2018-10-06 03:19:12,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29787d8-0295-452d-bc52-db20e309b64e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:12,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b29787d8-0295-452d-bc52-db20e309b64e 2018-10-06 03:19:12,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:12,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["t3YVcFYVR3-mXVUx3NzhRA"], "issued_at": "2018-10-06T03:19:12.000000Z"}} 2018-10-06 03:19:12,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:12,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4115d5-6cb2-424d-bbfe-bb5ab611210b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:12,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b4115d5-6cb2-424d-bbfe-bb5ab611210b 2018-10-06 03:19:12,526 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net 2018-10-06 03:19:12,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" -d '{"network": {"name": "NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:12,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2b367c20-81ec-4e86-8c8d-852e72edc2d5 Date: Sat, 06 Oct 2018 03:19:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6e140074-5338-4986-81a3-0e309de3e24d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:12Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:12Z","mtu":1450}} 2018-10-06 03:19:12,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-2b367c20-81ec-4e86-8c8d-852e72edc2d5 2018-10-06 03:19:12,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:13,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-10f9fc4b-0a03-4579-8bc7-61583589d0b8 Date: Sat, 06 Oct 2018 03:19:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6e140074-5338-4986-81a3-0e309de3e24d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:12Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:12Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:13,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-10f9fc4b-0a03-4579-8bc7-61583589d0b8 2018-10-06 03:19:13,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:13,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34172045-09a2-4c34-8117-f4881b133818 Date: Sat, 06 Oct 2018 03:19:13 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:13,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-34172045-09a2-4c34-8117-f4881b133818 2018-10-06 03:19:13,510 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet 2018-10-06 03:19:13,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" -d '{"subnets": [{"ip_version": 4, "network_id": "6e140074-5338-4986-81a3-0e309de3e24d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]}' 2018-10-06 03:19:13,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d26e3bb-0c11-443d-8a0f-53c95464396b Date: Sat, 06 Oct 2018 03:19:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:13,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9d26e3bb-0c11-443d-8a0f-53c95464396b 2018-10-06 03:19:13,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:14,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f9e78cb9-1d9d-409f-8e30-54251fd95a77 Date: Sat, 06 Oct 2018 03:19:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6e140074-5338-4986-81a3-0e309de3e24d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["ec8696ea-bf32-4607-8a46-1f7979bf35e8"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:13Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:12Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:14,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-f9e78cb9-1d9d-409f-8e30-54251fd95a77 2018-10-06 03:19:14,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:14,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-69169fa5-aa85-40d4-8780-a2f744dc659f Date: Sat, 06 Oct 2018 03:19:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:14,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-69169fa5-aa85-40d4-8780-a2f744dc659f 2018-10-06 03:19:14,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:15,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a5f8bbee-07f0-44ee-8441-0fa5e915112a Date: Sat, 06 Oct 2018 03:19:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6e140074-5338-4986-81a3-0e309de3e24d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["ec8696ea-bf32-4607-8a46-1f7979bf35e8"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:13Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:12Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:15,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net used request id req-a5f8bbee-07f0-44ee-8441-0fa5e915112a 2018-10-06 03:19:15,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:19:15,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:19:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:19:15,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:15,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe7b0a0-7964-4f2d-aae3-073c06c2cf1a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:15,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-3fe7b0a0-7964-4f2d-aae3-073c06c2cf1a 2018-10-06 03:19:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb2c1309-647c-409b-a6ae-55db26792c94 Date: Sat, 06 Oct 2018 03:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:16,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-fb2c1309-647c-409b-a6ae-55db26792c94 2018-10-06 03:19:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d&name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f9a724b-37a8-4d22-ac9b-c5a57e961f54 Date: Sat, 06 Oct 2018 03:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d&name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet used request id req-1f9a724b-37a8-4d22-ac9b-c5a57e961f54 2018-10-06 03:19:16,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d&name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ee04365-8720-4f12-af41-f9cefd9d9a2d Date: Sat, 06 Oct 2018 03:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:16,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d&name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet used request id req-9ee04365-8720-4f12-af41-f9cefd9d9a2d 2018-10-06 03:19:16,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3afc6120-e2c1-46e1-964e-e6b85f70a797 Date: Sat, 06 Oct 2018 03:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:16,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6e140074-5338-4986-81a3-0e309de3e24d used request id req-3afc6120-e2c1-46e1-964e-e6b85f70a797 2018-10-06 03:19:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-130ea607-e576-4955-af80-6dfaf335a966 Date: Sat, 06 Oct 2018 03:19:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e140074-5338-4986-81a3-0e309de3e24d","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:13Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"ec8696ea-bf32-4607-8a46-1f7979bf35e8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet"}]} 2018-10-06 03:19:16,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet used request id req-130ea607-e576-4955-af80-6dfaf335a966 2018-10-06 03:19:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:16,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c26946-5870-44fd-9aef-b8a08a62e75c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:16,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-c1c26946-5870-44fd-9aef-b8a08a62e75c 2018-10-06 03:19:16,758 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet 2018-10-06 03:19:16,759 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-subnet 2018-10-06 03:19:16,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ec8696ea-bf32-4607-8a46-1f7979bf35e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:18,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a416b249-badd-423a-b1a9-045018f336b9 Date: Sat, 06 Oct 2018 03:19:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:18,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ec8696ea-bf32-4607-8a46-1f7979bf35e8 used request id req-a416b249-badd-423a-b1a9-045018f336b9 2018-10-06 03:19:18,896 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-0ed98649-280c-493b-bd9c-6e0092881d10-pub-net 2018-10-06 03:19:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6e140074-5338-4986-81a3-0e309de3e24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b665d555ade30d4ce2b542af385f6e062914a81a" 2018-10-06 03:19:20,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6fe6eda3-a8d2-4d76-bec2-3cd7acdf4232 Date: Sat, 06 Oct 2018 03:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:20,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6e140074-5338-4986-81a3-0e309de3e24d used request id req-6fe6eda3-a8d2-4d76-bec2-3cd7acdf4232 2018-10-06 03:19:20,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:20,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["YyFp6rqVSRqnPiPZzyYj9g"], "issued_at": "2018-10-06T03:19:20.000000Z"}} 2018-10-06 03:19:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" 2018-10-06 03:19:20,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a0e23b-7ba5-4d63-aba6-2fbda72bbd49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:20,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-32a0e23b-7ba5-4d63-aba6-2fbda72bbd49 2018-10-06 03:19:20,898 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net 2018-10-06 03:19:20,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" -d '{"network": {"name": "NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:21,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-94356616-98c6-4e0e-b71f-af373aa2962b Date: Sat, 06 Oct 2018 03:19:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b045a2be-576a-4058-a6d7-ab27a8fadde4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:21Z","mtu":1450}} 2018-10-06 03:19:21,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-94356616-98c6-4e0e-b71f-af373aa2962b 2018-10-06 03:19:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=b045a2be-576a-4058-a6d7-ab27a8fadde4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" 2018-10-06 03:19:21,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-59e9d324-f76b-4401-bb0a-c467643e062c Date: Sat, 06 Oct 2018 03:19:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b045a2be-576a-4058-a6d7-ab27a8fadde4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:21Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:21Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:21,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=b045a2be-576a-4058-a6d7-ab27a8fadde4 used request id req-59e9d324-f76b-4401-bb0a-c467643e062c 2018-10-06 03:19:21,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b045a2be-576a-4058-a6d7-ab27a8fadde4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" 2018-10-06 03:19:21,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5bb403e5-23f3-4977-85a4-a6e48026969d Date: Sat, 06 Oct 2018 03:19:21 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:21,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b045a2be-576a-4058-a6d7-ab27a8fadde4 used request id req-5bb403e5-23f3-4977-85a4-a6e48026969d 2018-10-06 03:19:21,875 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-subnet 2018-10-06 03:19:21,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" -d '{"subnets": [{"ip_version": 4, "network_id": "b045a2be-576a-4058-a6d7-ab27a8fadde4", "cidr": "", "name": "NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-subnet"}]}' 2018-10-06 03:19:22,035 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-466203b5-b725-4781-8b77-4580d7d01159 Date: Sat, 06 Oct 2018 03:19:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:19:22,036 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-466203b5-b725-4781-8b77-4580d7d01159 2018-10-06 03:19:22,036 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:19:22,036 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-subnet] for network [NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net] 2018-10-06 03:19:22,036 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d94a8606-71e3-4fe1-829f-b90230488771-pub-net 2018-10-06 03:19:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/b045a2be-576a-4058-a6d7-ab27a8fadde4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50aea4412146b26c0d1877eaaa39f1181dbe439a" 2018-10-06 03:19:22,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31ed91da-3d6e-43c8-85df-4204bd68133f Date: Sat, 06 Oct 2018 03:19:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:22,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b045a2be-576a-4058-a6d7-ab27a8fadde4 used request id req-31ed91da-3d6e-43c8-85df-4204bd68133f 2018-10-06 03:19:22,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:23,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["BTPfqm0jSLutuuuGHiH_FQ"], "issued_at": "2018-10-06T03:19:23.000000Z"}} 2018-10-06 03:19:23,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:23,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf639da0-2911-432f-bf0e-eeadf01b1875 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:23,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf639da0-2911-432f-bf0e-eeadf01b1875 2018-10-06 03:19:23,115 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net 2018-10-06 03:19:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" -d '{"network": {"name": "NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:23,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b904a24b-13ac-43fa-85fc-690da1f7a918 Date: Sat, 06 Oct 2018 03:19:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:23Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:23Z","mtu":1450}} 2018-10-06 03:19:23,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-b904a24b-13ac-43fa-85fc-690da1f7a918 2018-10-06 03:19:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:23,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e9d9a951-2507-45d1-bfc7-e41926036600 Date: Sat, 06 Oct 2018 03:19:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:23Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:23Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:23,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-e9d9a951-2507-45d1-bfc7-e41926036600 2018-10-06 03:19:23,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:24,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1bb2cdab-39ae-4dd6-9592-66c4d008a14e Date: Sat, 06 Oct 2018 03:19:24 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:24,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-1bb2cdab-39ae-4dd6-9592-66c4d008a14e 2018-10-06 03:19:24,117 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet 2018-10-06 03:19:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" -d '{"subnets": [{"ip_version": 4, "network_id": "ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]}' 2018-10-06 03:19:24,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-58f2ba23-3cf4-4fcd-be6b-ff9a1414e31f Date: Sat, 06 Oct 2018 03:19:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:24,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-58f2ba23-3cf4-4fcd-be6b-ff9a1414e31f 2018-10-06 03:19:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0a78c768-b379-42b9-a4c7-9ee324a63554 Date: Sat, 06 Oct 2018 03:19:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["6c751894-dec7-4a10-961f-5cc5c644ee2f"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:23Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:25,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-0a78c768-b379-42b9-a4c7-9ee324a63554 2018-10-06 03:19:25,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7b2a2e1a-33f1-4457-b598-159fbdda120a Date: Sat, 06 Oct 2018 03:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:25,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-7b2a2e1a-33f1-4457-b598-159fbdda120a 2018-10-06 03:19:25,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0b3ef27e-94a3-4f30-b148-f3aeeb4a037d Date: Sat, 06 Oct 2018 03:19:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["6c751894-dec7-4a10-961f-5cc5c644ee2f"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:24Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:23Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:25,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net used request id req-0b3ef27e-94a3-4f30-b148-f3aeeb4a037d 2018-10-06 03:19:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:19:25,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:19:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:19:25,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9cc62e3-f364-4580-a94d-7c62834ee5ee Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:25,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-f9cc62e3-f364-4580-a94d-7c62834ee5ee 2018-10-06 03:19:25,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7b811148-9313-46a5-85d9-f6336bd4aaf3 Date: Sat, 06 Oct 2018 03:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:25,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-7b811148-9313-46a5-85d9-f6336bd4aaf3 2018-10-06 03:19:25,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48&name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:25,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8067f7f2-4cc4-4c8a-b2a0-b4c64ce6d661 Date: Sat, 06 Oct 2018 03:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:25,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48&name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet used request id req-8067f7f2-4cc4-4c8a-b2a0-b4c64ce6d661 2018-10-06 03:19:25,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48&name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:26,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b59a9c3-d2a6-4f84-a525-7db0dae00085 Date: Sat, 06 Oct 2018 03:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:26,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48&name=NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet used request id req-6b59a9c3-d2a6-4f84-a525-7db0dae00085 2018-10-06 03:19:26,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:26,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0895b3b3-bbe6-43c9-9f7e-4621a29f97d2 Date: Sat, 06 Oct 2018 03:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:24Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:24Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"6c751894-dec7-4a10-961f-5cc5c644ee2f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet"}]} 2018-10-06 03:19:26,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-0895b3b3-bbe6-43c9-9f7e-4621a29f97d2 2018-10-06 03:19:26,410 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet 2018-10-06 03:19:26,410 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-subnet 2018-10-06 03:19:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/6c751894-dec7-4a10-961f-5cc5c644ee2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:28,508 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-302e3d74-875a-4770-b2c9-25167f7d7b0a Date: Sat, 06 Oct 2018 03:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:28,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6c751894-dec7-4a10-961f-5cc5c644ee2f used request id req-302e3d74-875a-4770-b2c9-25167f7d7b0a 2018-10-06 03:19:28,508 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-dca8c7e4-a87b-4094-b12e-8b2def506496-pub-net 2018-10-06 03:19:28,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e0eeb2b43cbc257d3b15c281fc2f4e4e78bb8" 2018-10-06 03:19:29,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5843caaf-6554-4a6a-8484-2a9715a415d6 Date: Sat, 06 Oct 2018 03:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:29,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ff97d05c-76ef-4ff5-b2f0-0c28fa73fa48 used request id req-5843caaf-6554-4a6a-8484-2a9715a415d6 2018-10-06 03:19:29,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:30,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["0Qa95V3fTceJyKswwmtWWg"], "issued_at": "2018-10-06T03:19:30.000000Z"}} 2018-10-06 03:19:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" 2018-10-06 03:19:30,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09f8862-4af5-4ea5-a398-f8ef12350d04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:30,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e09f8862-4af5-4ea5-a398-f8ef12350d04 2018-10-06 03:19:30,405 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net 2018-10-06 03:19:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" -d '{"network": {"name": "NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:30,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-61466692-f08b-4eb1-82f8-b4c05e9469b7 Date: Sat, 06 Oct 2018 03:19:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3679c77c-f1f6-472f-ad7a-0d4c052bcf68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:30Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:30Z","mtu":1450}} 2018-10-06 03:19:30,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-61466692-f08b-4eb1-82f8-b4c05e9469b7 2018-10-06 03:19:30,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3679c77c-f1f6-472f-ad7a-0d4c052bcf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" 2018-10-06 03:19:31,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-888016fa-5162-450e-ac08-d4c3e983aa35 Date: Sat, 06 Oct 2018 03:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3679c77c-f1f6-472f-ad7a-0d4c052bcf68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:30Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:30Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:31,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3679c77c-f1f6-472f-ad7a-0d4c052bcf68 used request id req-888016fa-5162-450e-ac08-d4c3e983aa35 2018-10-06 03:19:31,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3679c77c-f1f6-472f-ad7a-0d4c052bcf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" 2018-10-06 03:19:31,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47dd893c-195b-44b4-881d-832b7e1c1ab7 Date: Sat, 06 Oct 2018 03:19:31 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:31,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3679c77c-f1f6-472f-ad7a-0d4c052bcf68 used request id req-47dd893c-195b-44b4-881d-832b7e1c1ab7 2018-10-06 03:19:31,288 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-subnet 2018-10-06 03:19:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" -d '{"subnets": [{"ip_version": 4, "network_id": "3679c77c-f1f6-472f-ad7a-0d4c052bcf68", "cidr": null, "name": "NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-subnet"}]}' 2018-10-06 03:19:31,500 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-6ba6c6d4-7fbb-4b30-b319-0e2cf7189c00 Date: Sat, 06 Oct 2018 03:19:31 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-06 03:19:31,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6ba6c6d4-7fbb-4b30-b319-0e2cf7189c00 2018-10-06 03:19:31,500 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-06 03:19:31,501 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-subnet] for network [NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net] 2018-10-06 03:19:31,501 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-aef2cf28-ad4b-47c9-861d-7b637a72c6ae-pub-net 2018-10-06 03:19:31,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/3679c77c-f1f6-472f-ad7a-0d4c052bcf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456001eacda1808becf42973798139cbbfe548c2" 2018-10-06 03:19:32,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74059b42-f116-4cb4-a741-d68ed02ea961 Date: Sat, 06 Oct 2018 03:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:32,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3679c77c-f1f6-472f-ad7a-0d4c052bcf68 used request id req-74059b42-f116-4cb4-a741-d68ed02ea961 2018-10-06 03:19:32,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:32,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["guuHyxNnSQm2uT24hlCfUQ"], "issued_at": "2018-10-06T03:19:32.000000Z"}} 2018-10-06 03:19:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:32,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba191f1-acc5-4a0d-9bc5-e75e9819bea6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:32,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4ba191f1-acc5-4a0d-9bc5-e75e9819bea6 2018-10-06 03:19:32,677 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net 2018-10-06 03:19:32,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" -d '{"network": {"name": "NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:33,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1f716ea7-8266-48e8-b8e3-727a19f08424 Date: Sat, 06 Oct 2018 03:19:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:32Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:32Z","mtu":1450}} 2018-10-06 03:19:33,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1f716ea7-8266-48e8-b8e3-727a19f08424 2018-10-06 03:19:33,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:33,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d95fba60-5b86-47c8-b31d-13344bed0494 Date: Sat, 06 Oct 2018 03:19:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:32Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:33,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-d95fba60-5b86-47c8-b31d-13344bed0494 2018-10-06 03:19:33,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:33,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3d064ea9-a80f-40d8-a71f-7a35480d66d8 Date: Sat, 06 Oct 2018 03:19:33 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:33,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-3d064ea9-a80f-40d8-a71f-7a35480d66d8 2018-10-06 03:19:33,473 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet 2018-10-06 03:19:33,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" -d '{"subnets": [{"ip_version": 4, "network_id": "5fea0fca-20e0-4609-939f-3e9d5c7cb8a9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet"}]}' 2018-10-06 03:19:34,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aea7dddd-3586-443e-99db-2463917608bc Date: Sat, 06 Oct 2018 03:19:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:33Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"5dae71c7-1e43-4224-9a0a-ce0640452d6e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet"}]} 2018-10-06 03:19:34,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-aea7dddd-3586-443e-99db-2463917608bc 2018-10-06 03:19:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:34,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-893372af-7d2d-4776-868b-f7d9c5aed86c Date: Sat, 06 Oct 2018 03:19:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["5dae71c7-1e43-4224-9a0a-ce0640452d6e"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:33Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:34,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-893372af-7d2d-4776-868b-f7d9c5aed86c 2018-10-06 03:19:34,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:34,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1be23d4-6f31-4294-bdd2-a04220a6ce7b Date: Sat, 06 Oct 2018 03:19:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:33Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"5dae71c7-1e43-4224-9a0a-ce0640452d6e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet"}]} 2018-10-06 03:19:34,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-c1be23d4-6f31-4294-bdd2-a04220a6ce7b 2018-10-06 03:19:34,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:35,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ced6af02-3bba-4f38-a042-e5811e4bff6b Date: Sat, 06 Oct 2018 03:19:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["5dae71c7-1e43-4224-9a0a-ce0640452d6e"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:33Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:35,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net used request id req-ced6af02-3bba-4f38-a042-e5811e4bff6b 2018-10-06 03:19:35,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:19:35,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:19:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:19:35,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:35,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e82970-0693-4d74-abdf-fb12da046973 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:35,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-71e82970-0693-4d74-abdf-fb12da046973 2018-10-06 03:19:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:35,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fd858ad7-4d59-471e-a9c5-98d8125229ad Date: Sat, 06 Oct 2018 03:19:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5fea0fca-20e0-4609-939f-3e9d5c7cb8a9","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:33Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"5dae71c7-1e43-4224-9a0a-ce0640452d6e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet"}]} 2018-10-06 03:19:35,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-fd858ad7-4d59-471e-a9c5-98d8125229ad 2018-10-06 03:19:35,656 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet 2018-10-06 03:19:35,656 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-subnet 2018-10-06 03:19:35,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/5dae71c7-1e43-4224-9a0a-ce0640452d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:37,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-296e98ce-a74c-4ad7-82df-932d4e873b68 Date: Sat, 06 Oct 2018 03:19:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:37,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5dae71c7-1e43-4224-9a0a-ce0640452d6e used request id req-296e98ce-a74c-4ad7-82df-932d4e873b68 2018-10-06 03:19:37,852 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fa368129-fc25-465f-84c8-5f9cab21d8ae-pub-net 2018-10-06 03:19:37,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4829cd3cc6091017fabdbb70b335f1f53b78ce2" 2018-10-06 03:19:39,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8719bff0-34f9-4b11-a85e-80d2b9a569c8 Date: Sat, 06 Oct 2018 03:19:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:39,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5fea0fca-20e0-4609-939f-3e9d5c7cb8a9 used request id req-8719bff0-34f9-4b11-a85e-80d2b9a569c8 2018-10-06 03:19:39,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:39,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["tdJinjQ-Q3GOWVRmhlpv6Q"], "issued_at": "2018-10-06T03:19:39.000000Z"}} 2018-10-06 03:19:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:39,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9267f9ce-f2ca-4281-8fe0-3d2e5451dc35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:39,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9267f9ce-f2ca-4281-8fe0-3d2e5451dc35 2018-10-06 03:19:39,675 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net 2018-10-06 03:19:39,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" -d '{"network": {"name": "NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net", "admin_state_up": true}}' 2018-10-06 03:19:40,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3b1b792a-b6a7-44ab-93d1-2fb52b813c82 Date: Sat, 06 Oct 2018 03:19:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a1e7644c-28c1-414e-bc36-93a609d09480","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:39Z","mtu":1450}} 2018-10-06 03:19:40,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3b1b792a-b6a7-44ab-93d1-2fb52b813c82 2018-10-06 03:19:40,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:40,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6045ce41-6394-494c-b1f9-cf504a9033ed Date: Sat, 06 Oct 2018 03:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a1e7644c-28c1-414e-bc36-93a609d09480","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:19:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:39Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:40,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-6045ce41-6394-494c-b1f9-cf504a9033ed 2018-10-06 03:19:40,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3e4851ec-50d8-4c1e-9aa0-bb4d3d6febcb Date: Sat, 06 Oct 2018 03:19:41 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:19:41,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-3e4851ec-50d8-4c1e-9aa0-bb4d3d6febcb 2018-10-06 03:19:41,358 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet 2018-10-06 03:19:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" -d '{"subnets": [{"ip_version": 4, "network_id": "a1e7644c-28c1-414e-bc36-93a609d09480", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet"}]}' 2018-10-06 03:19:42,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8919768c-8311-47d5-ad66-995d4bf6fa46 Date: Sat, 06 Oct 2018 03:19:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e7644c-28c1-414e-bc36-93a609d09480","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:41Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:41Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"4cffc355-5e33-44d2-a332-e174a45f0c2a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet"}]} 2018-10-06 03:19:42,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-8919768c-8311-47d5-ad66-995d4bf6fa46 2018-10-06 03:19:42,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:42,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7d3abc1b-eb10-4bb3-a9ad-1dcf4cd0127b Date: Sat, 06 Oct 2018 03:19:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a1e7644c-28c1-414e-bc36-93a609d09480","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["4cffc355-5e33-44d2-a332-e174a45f0c2a"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:39Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:42,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-7d3abc1b-eb10-4bb3-a9ad-1dcf4cd0127b 2018-10-06 03:19:42,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:42,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1f463f9-d76e-448d-9b31-a862036af0d3 Date: Sat, 06 Oct 2018 03:19:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e7644c-28c1-414e-bc36-93a609d09480","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:41Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:41Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"4cffc355-5e33-44d2-a332-e174a45f0c2a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet"}]} 2018-10-06 03:19:42,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-a1f463f9-d76e-448d-9b31-a862036af0d3 2018-10-06 03:19:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:42,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d9334249-6d8a-4f8c-a772-dcfc33f694e3 Date: Sat, 06 Oct 2018 03:19:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a1e7644c-28c1-414e-bc36-93a609d09480","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["4cffc355-5e33-44d2-a332-e174a45f0c2a"],"description":"","tags":[],"updated_at":"2018-10-06T03:19:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:39Z","provider:network_type":"vxlan"}]} 2018-10-06 03:19:42,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net used request id req-d9334249-6d8a-4f8c-a772-dcfc33f694e3 2018-10-06 03:19:42,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:19:42,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:19:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:19:42,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:42,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6eb0ee-a330-4608-a1b6-a136d9aa4345 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:42,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-4f6eb0ee-a330-4608-a1b6-a136d9aa4345 2018-10-06 03:19:42,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:42,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-16511605-3315-4d72-8afa-c1fe6d28b79d Date: Sat, 06 Oct 2018 03:19:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e7644c-28c1-414e-bc36-93a609d09480","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:41Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:41Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"4cffc355-5e33-44d2-a332-e174a45f0c2a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet"}]} 2018-10-06 03:19:42,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-16511605-3315-4d72-8afa-c1fe6d28b79d 2018-10-06 03:19:42,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480&name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:43,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8a7681a-fe21-41bc-9e60-d5bbc9efd740 Date: Sat, 06 Oct 2018 03:19:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e7644c-28c1-414e-bc36-93a609d09480","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:19:41Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:41Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"4cffc355-5e33-44d2-a332-e174a45f0c2a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet"}]} 2018-10-06 03:19:43,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a1e7644c-28c1-414e-bc36-93a609d09480&name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet used request id req-e8a7681a-fe21-41bc-9e60-d5bbc9efd740 2018-10-06 03:19:43,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:19:43,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:19:43,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["k50nkNWbQv-8BnAUymF2kw"], "issued_at": "2018-10-06T03:19:43.000000Z"}} 2018-10-06 03:19:43,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ee054172f89e619227afc1d1b482158e05b897b" 2018-10-06 03:19:43,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcde19b7-5acc-4c66-bfbe-df692ca33f24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:19:43,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bcde19b7-5acc-4c66-bfbe-df692ca33f24 2018-10-06 03:19:43,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:44,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-03ed9d63-947c-45f7-b786-27cceb46a013 Date: Sat, 06 Oct 2018 03:19:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:19:44,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-03ed9d63-947c-45f7-b786-27cceb46a013 2018-10-06 03:19:44,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:44,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-46d81595-50a1-4eb4-b98b-38f2ec932548 Date: Sat, 06 Oct 2018 03:19:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:19:44,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-46d81595-50a1-4eb4-b98b-38f2ec932548 2018-10-06 03:19:44,621 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router 2018-10-06 03:19:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router", "admin_state_up": true}}' 2018-10-06 03:19:49,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4e4b0f94-a335-4376-b656-27f6bcdea0b4 Date: Sat, 06 Oct 2018 03:19:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:19:45Z", "admin_state_up": true, "updated_at": "2018-10-06T03:19:46Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "185f3f4f-5fb8-4989-b559-13ec1874cc9c", "name": "NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router"}} 2018-10-06 03:19:49,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-4e4b0f94-a335-4376-b656-27f6bcdea0b4 2018-10-06 03:19:49,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=185f3f4f-5fb8-4989-b559-13ec1874cc9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:49,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-bafb8ee9-9273-4a61-8f9f-632e9105cf42 Date: Sat, 06 Oct 2018 03:19:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"25fac773-ae96-444d-b759-00fe2ac5ee8c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:e7:01","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:19:45Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.7"}],"id":"6334835f-4a12-4662-8300-18d3806c27bb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:cd:34","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:46Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.3"}],"id":"82e4029c-8194-41c2-85b5-0c98f5ad7992","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:9b:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:47Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.5"}],"id":"e58aaf82-08b7-4e5b-a7a0-a29c82e12ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:eb:a6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:48Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"}]} 2018-10-06 03:19:49,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=185f3f4f-5fb8-4989-b559-13ec1874cc9c used request id req-bafb8ee9-9273-4a61-8f9f-632e9105cf42 2018-10-06 03:19:49,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:50,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-495f35b1-c66c-4322-b43e-d4df9b832ba0 Date: Sat, 06 Oct 2018 03:19:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:19:50,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-495f35b1-c66c-4322-b43e-d4df9b832ba0 2018-10-06 03:19:50,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:50,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e385ed05-034d-4ee9-b78d-583eb6e8370d Date: Sat, 06 Oct 2018 03:19:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:50,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-e385ed05-034d-4ee9-b78d-583eb6e8370d 2018-10-06 03:19:50,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:50,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0053a569-7f5b-45af-8dc3-ce3d43e11d5d Date: Sat, 06 Oct 2018 03:19:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:50,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-0053a569-7f5b-45af-8dc3-ce3d43e11d5d 2018-10-06 03:19:51,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c0a8f189-c6b7-48f6-87c4-d4bd77fa601c Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:51,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-c0a8f189-c6b7-48f6-87c4-d4bd77fa601c 2018-10-06 03:19:51,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-37f6cccc-719e-4fb3-af86-b38b1910bd91 Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:19:45Z", "admin_state_up": true, "updated_at": "2018-10-06T03:19:48Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "185f3f4f-5fb8-4989-b559-13ec1874cc9c", "name": "NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router"}]} 2018-10-06 03:19:51,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router used request id req-37f6cccc-719e-4fb3-af86-b38b1910bd91 2018-10-06 03:19:51,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f1257af-3247-4439-921b-435b757e84f6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:19:51,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-2f1257af-3247-4439-921b-435b757e84f6 2018-10-06 03:19:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=185f3f4f-5fb8-4989-b559-13ec1874cc9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-ade92327-b366-41e9-8d0c-1d5b8d523acd Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:51Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"25fac773-ae96-444d-b759-00fe2ac5ee8c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:e7:01","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:19:45Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.7"}],"id":"6334835f-4a12-4662-8300-18d3806c27bb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:cd:34","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:46Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:50Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.3"}],"id":"82e4029c-8194-41c2-85b5-0c98f5ad7992","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:9b:d9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:47Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:19:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b82eae83-83fb-4957-81b4-09e237b0e294","ip_address":"169.254.192.5"}],"id":"e58aaf82-08b7-4e5b-a7a0-a29c82e12ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:eb:a6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:48Z","binding:vnic_type":"normal","device_id":"185f3f4f-5fb8-4989-b559-13ec1874cc9c"}]} 2018-10-06 03:19:51,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=185f3f4f-5fb8-4989-b559-13ec1874cc9c used request id req-ade92327-b366-41e9-8d0c-1d5b8d523acd 2018-10-06 03:19:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c9a208d0-1e69-4943-8667-49f2398a9146 Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:19:51,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-c9a208d0-1e69-4943-8667-49f2398a9146 2018-10-06 03:19:51,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c944d1f0-e80d-41c8-83be-276c3bc38d2b Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:51,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-c944d1f0-e80d-41c8-83be-276c3bc38d2b 2018-10-06 03:19:51,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3d8bf788-0501-4b6b-ac88-67b2569ea084 Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:51,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-3d8bf788-0501-4b6b-ac88-67b2569ea084 2018-10-06 03:19:51,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:51,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f67d277f-1f0f-4d57-a16c-320956419aaf Date: Sat, 06 Oct 2018 03:19:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc541108-d803-4780-9a81-7ceda493dfb4","tenant_id":"","created_at":"2018-10-06T03:19:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:19:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"b82eae83-83fb-4957-81b4-09e237b0e294","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:19:51,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/b82eae83-83fb-4957-81b4-09e237b0e294 used request id req-f67d277f-1f0f-4d57-a16c-320956419aaf 2018-10-06 03:19:51,984 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router 2018-10-06 03:19:51,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" -d '{"subnet_id": "4cffc355-5e33-44d2-a332-e174a45f0c2a"}' 2018-10-06 03:19:53,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2163e9fc-8a40-4861-aeb0-95ac4427b485 Date: Sat, 06 Oct 2018 03:19:53 GMT RESP BODY: {"network_id": "a1e7644c-28c1-414e-bc36-93a609d09480", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "subnet_id": "4cffc355-5e33-44d2-a332-e174a45f0c2a", "subnet_ids": ["4cffc355-5e33-44d2-a332-e174a45f0c2a"], "port_id": "67b142a1-0734-4015-b9f2-0d34104e67ac", "id": "185f3f4f-5fb8-4989-b559-13ec1874cc9c"} 2018-10-06 03:19:53,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c/add_router_interface used request id req-2163e9fc-8a40-4861-aeb0-95ac4427b485 2018-10-06 03:19:53,715 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router 2018-10-06 03:19:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" -d '{"subnet_id": "4cffc355-5e33-44d2-a332-e174a45f0c2a"}' 2018-10-06 03:19:54,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-edbc8eb3-1744-47f9-a5da-276da0cd0213 Date: Sat, 06 Oct 2018 03:19:54 GMT RESP BODY: {"network_id": "a1e7644c-28c1-414e-bc36-93a609d09480", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "subnet_id": "4cffc355-5e33-44d2-a332-e174a45f0c2a", "subnet_ids": ["4cffc355-5e33-44d2-a332-e174a45f0c2a"], "port_id": "67b142a1-0734-4015-b9f2-0d34104e67ac", "id": "185f3f4f-5fb8-4989-b559-13ec1874cc9c"} 2018-10-06 03:19:54,949 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c/remove_router_interface used request id req-edbc8eb3-1744-47f9-a5da-276da0cd0213 2018-10-06 03:19:54,949 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router 2018-10-06 03:19:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:58,331 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c79bf16-40a9-4250-ae19-abfe7e4ca64a Content-Length: 0 Date: Sat, 06 Oct 2018 03:19:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:19:58,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/185f3f4f-5fb8-4989-b559-13ec1874cc9c used request id req-8c79bf16-40a9-4250-ae19-abfe7e4ca64a 2018-10-06 03:19:58,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:19:58,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-44b39315-adc1-4d9a-84fb-d408d489937c Date: Sat, 06 Oct 2018 03:19:58 GMT RESP BODY: {"routers": []} 2018-10-06 03:19:58,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-router used request id req-44b39315-adc1-4d9a-84fb-d408d489937c 2018-10-06 03:19:58,417 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet 2018-10-06 03:19:58,418 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-subnet 2018-10-06 03:19:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4cffc355-5e33-44d2-a332-e174a45f0c2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:20:00,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab585be4-fbb3-4e6c-b7cf-3839fb59632a Date: Sat, 06 Oct 2018 03:20:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:00,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4cffc355-5e33-44d2-a332-e174a45f0c2a used request id req-ab585be4-fbb3-4e6c-b7cf-3839fb59632a 2018-10-06 03:20:00,657 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-dcd45519-e297-441e-9454-9c334f091ce0-pub-net 2018-10-06 03:20:00,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a1e7644c-28c1-414e-bc36-93a609d09480 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfcee0526fbe85bf9d984d83f0c1a3dd55883722" 2018-10-06 03:20:02,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1cec961-7e16-42de-a2a2-a7e86015f482 Date: Sat, 06 Oct 2018 03:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:02,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a1e7644c-28c1-414e-bc36-93a609d09480 used request id req-b1cec961-7e16-42de-a2a2-a7e86015f482 2018-10-06 03:20:02,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:02,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["WgyYHzSDTQipp-Fu9XAghg"], "issued_at": "2018-10-06T03:20:02.000000Z"}} 2018-10-06 03:20:02,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:02,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af9b8005-f1d1-4466-bfe3-55030e1a70b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:02,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-af9b8005-f1d1-4466-bfe3-55030e1a70b9 2018-10-06 03:20:02,467 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net 2018-10-06 03:20:02,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" -d '{"network": {"name": "NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net", "admin_state_up": true}}' 2018-10-06 03:20:02,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a5d9389d-a228-4408-a0fe-e2e7edfbe88e Date: Sat, 06 Oct 2018 03:20:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3123d9e7-9656-475a-8fd7-7f9629af7454","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:02Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:02Z","mtu":1450}} 2018-10-06 03:20:02,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-a5d9389d-a228-4408-a0fe-e2e7edfbe88e 2018-10-06 03:20:02,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:03,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-b89299c0-b433-43f7-96f6-3bdeb394f4a7 Date: Sat, 06 Oct 2018 03:20:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3123d9e7-9656-475a-8fd7-7f9629af7454","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:02Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:02Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:03,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-b89299c0-b433-43f7-96f6-3bdeb394f4a7 2018-10-06 03:20:03,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:03,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-407f2f85-e361-49f2-9d44-2ebc4abc2184 Date: Sat, 06 Oct 2018 03:20:03 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:20:03,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-407f2f85-e361-49f2-9d44-2ebc4abc2184 2018-10-06 03:20:03,290 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet 2018-10-06 03:20:03,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" -d '{"subnets": [{"ip_version": 4, "network_id": "3123d9e7-9656-475a-8fd7-7f9629af7454", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet"}]}' 2018-10-06 03:20:03,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ff43f5a-aa7c-40b1-9154-ae418ce1ac5f Date: Sat, 06 Oct 2018 03:20:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3123d9e7-9656-475a-8fd7-7f9629af7454","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"99b7c76a-cc90-48e8-87e9-406f3ce16192","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet"}]} 2018-10-06 03:20:03,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7ff43f5a-aa7c-40b1-9154-ae418ce1ac5f 2018-10-06 03:20:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:04,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a456ba37-e14c-42fe-8936-b427a50b4886 Date: Sat, 06 Oct 2018 03:20:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3123d9e7-9656-475a-8fd7-7f9629af7454","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["99b7c76a-cc90-48e8-87e9-406f3ce16192"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:02Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:04,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-a456ba37-e14c-42fe-8936-b427a50b4886 2018-10-06 03:20:04,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:04,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a47894e2-ba03-4f38-a8d7-18e0f5597993 Date: Sat, 06 Oct 2018 03:20:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3123d9e7-9656-475a-8fd7-7f9629af7454","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"99b7c76a-cc90-48e8-87e9-406f3ce16192","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet"}]} 2018-10-06 03:20:04,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-a47894e2-ba03-4f38-a8d7-18e0f5597993 2018-10-06 03:20:04,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:04,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7c210f5b-7e02-4986-bdae-022e02cbc9e4 Date: Sat, 06 Oct 2018 03:20:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3123d9e7-9656-475a-8fd7-7f9629af7454","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":92,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["99b7c76a-cc90-48e8-87e9-406f3ce16192"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:02Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:04,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net used request id req-7c210f5b-7e02-4986-bdae-022e02cbc9e4 2018-10-06 03:20:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:04,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:04,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:04,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625cb891-ae43-4a4a-8eb3-62865e539cdd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:04,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-625cb891-ae43-4a4a-8eb3-62865e539cdd 2018-10-06 03:20:04,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:05,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-91548b1c-57cc-4ee7-99d3-ba2578a2d8ea Date: Sat, 06 Oct 2018 03:20:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3123d9e7-9656-475a-8fd7-7f9629af7454","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"99b7c76a-cc90-48e8-87e9-406f3ce16192","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet"}]} 2018-10-06 03:20:05,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-91548b1c-57cc-4ee7-99d3-ba2578a2d8ea 2018-10-06 03:20:05,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:20:05,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:05,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["QglOln0xRjSOVIRn7Ps7aQ"], "issued_at": "2018-10-06T03:20:05.000000Z"}} 2018-10-06 03:20:05,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fa707eb668cf3109bd5f0b69af4d5b9d01790f5" 2018-10-06 03:20:05,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c5a1cff-dad9-4c32-8b08-90738bb7c852 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:05,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1c5a1cff-dad9-4c32-8b08-90738bb7c852 2018-10-06 03:20:05,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:05,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c55df53c-c8a9-4323-a4ca-a0ad11f1343a Date: Sat, 06 Oct 2018 03:20:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:20:05,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-c55df53c-c8a9-4323-a4ca-a0ad11f1343a 2018-10-06 03:20:05,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:06,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a0ef8579-ce98-4806-bec6-da7b2888690f Date: Sat, 06 Oct 2018 03:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:20:06,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a0ef8579-ce98-4806-bec6-da7b2888690f 2018-10-06 03:20:06,184 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router 2018-10-06 03:20:06,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router", "admin_state_up": true}}' 2018-10-06 03:20:11,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-386ab9c3-a2bc-40dc-b72c-a9b33d8823b1 Date: Sat, 06 Oct 2018 03:20:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:20:06Z", "admin_state_up": true, "updated_at": "2018-10-06T03:20:07Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "31d23f78-95e1-42c8-9e73-415f139c8533", "name": "NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router"}} 2018-10-06 03:20:11,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-386ab9c3-a2bc-40dc-b72c-a9b33d8823b1 2018-10-06 03:20:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=31d23f78-95e1-42c8-9e73-415f139c8533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:11,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-c98d315d-a885-4761-ba14-1be514946d6d Date: Sat, 06 Oct 2018 03:20:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:07Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.203"}],"id":"259ca724-56fa-43fe-adde-a2e31d55d2aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:61:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:20:07Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.9"}],"id":"6a19c565-6e37-495e-80cc-4feb8f2ef695","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:9a:84","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:08Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.5"}],"id":"79bf402f-af66-4bed-bad3-7d2f789f28be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:9c:a2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:09Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.3"}],"id":"fe6e8cb7-771f-4ab0-8684-e2574aee14af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:d3:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:09Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"}]} 2018-10-06 03:20:11,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=31d23f78-95e1-42c8-9e73-415f139c8533 used request id req-c98d315d-a885-4761-ba14-1be514946d6d 2018-10-06 03:20:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:11,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f9c51f22-20b8-4aa5-998b-264b65c3b40e Date: Sat, 06 Oct 2018 03:20:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:20:11,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-f9c51f22-20b8-4aa5-998b-264b65c3b40e 2018-10-06 03:20:11,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:11,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3757023a-b7ae-4407-8f9a-7f01d5873f6f Date: Sat, 06 Oct 2018 03:20:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:11,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-3757023a-b7ae-4407-8f9a-7f01d5873f6f 2018-10-06 03:20:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:11,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1388b37a-79e0-4440-9658-99b2db617252 Date: Sat, 06 Oct 2018 03:20:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:11,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-1388b37a-79e0-4440-9658-99b2db617252 2018-10-06 03:20:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5d5aedf9-e7c8-4bad-a2fc-4f12b8ace891 Date: Sat, 06 Oct 2018 03:20:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:12,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-5d5aedf9-e7c8-4bad-a2fc-4f12b8ace891 2018-10-06 03:20:12,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d42fbe35-10b9-4990-99e6-62f62d351d4c Date: Sat, 06 Oct 2018 03:20:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:20:06Z", "admin_state_up": true, "updated_at": "2018-10-06T03:20:10Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "31d23f78-95e1-42c8-9e73-415f139c8533", "name": "NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router"}]} 2018-10-06 03:20:12,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router used request id req-d42fbe35-10b9-4990-99e6-62f62d351d4c 2018-10-06 03:20:12,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a43f89-51c2-4410-bd79-301406878ac4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:12,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-24a43f89-51c2-4410-bd79-301406878ac4 2018-10-06 03:20:12,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=31d23f78-95e1-42c8-9e73-415f139c8533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-82d28726-fdef-4cbf-a76e-cec1a94bd13a Date: Sat, 06 Oct 2018 03:20:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:12Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.203"}],"id":"259ca724-56fa-43fe-adde-a2e31d55d2aa","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:61:e2","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:20:07Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:12Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.9"}],"id":"6a19c565-6e37-495e-80cc-4feb8f2ef695","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:9a:84","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:08Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.5"}],"id":"79bf402f-af66-4bed-bad3-7d2f789f28be","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:9c:a2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:09Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","ip_address":"169.254.192.3"}],"id":"fe6e8cb7-771f-4ab0-8684-e2574aee14af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:d3:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:09Z","binding:vnic_type":"normal","device_id":"31d23f78-95e1-42c8-9e73-415f139c8533"}]} 2018-10-06 03:20:12,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=31d23f78-95e1-42c8-9e73-415f139c8533 used request id req-82d28726-fdef-4cbf-a76e-cec1a94bd13a 2018-10-06 03:20:12,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-513b6349-c293-40f5-b031-f45c0b9060e4 Date: Sat, 06 Oct 2018 03:20:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:20:12,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-513b6349-c293-40f5-b031-f45c0b9060e4 2018-10-06 03:20:12,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:12,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8e11080a-5598-4e99-aaa8-afb0f4378332 Date: Sat, 06 Oct 2018 03:20:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:12,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-8e11080a-5598-4e99-aaa8-afb0f4378332 2018-10-06 03:20:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:13,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-42ae161a-f202-4c33-81ca-dd6ca5a359fd Date: Sat, 06 Oct 2018 03:20:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:13,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-42ae161a-f202-4c33-81ca-dd6ca5a359fd 2018-10-06 03:20:13,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:13,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-56847160-8ed1-401c-ad1f-2177b9ec3eb9 Date: Sat, 06 Oct 2018 03:20:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50f42562-5ab8-48bf-adb7-555401ab9acd","tenant_id":"","created_at":"2018-10-06T03:20:06Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"826f4d9f-ba2a-4130-bea3-8b3f50f3e798","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:13,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/826f4d9f-ba2a-4130-bea3-8b3f50f3e798 used request id req-56847160-8ed1-401c-ad1f-2177b9ec3eb9 2018-10-06 03:20:13,273 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet 2018-10-06 03:20:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/99b7c76a-cc90-48e8-87e9-406f3ce16192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:15,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4df6dbf9-00bb-4047-88e3-7289284ee508 Date: Sat, 06 Oct 2018 03:20:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:15,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/99b7c76a-cc90-48e8-87e9-406f3ce16192 used request id req-4df6dbf9-00bb-4047-88e3-7289284ee508 2018-10-06 03:20:15,483 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router 2018-10-06 03:20:15,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/31d23f78-95e1-42c8-9e73-415f139c8533/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" -d '{"subnet_id": "99b7c76a-cc90-48e8-87e9-406f3ce16192"}' 2018-10-06 03:20:15,689 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-1e5c53c9-976b-4296-bdfa-fc04197524c1 Date: Sat, 06 Oct 2018 03:20:15 GMT RESP BODY: {"NeutronError": {"message": "Subnet 99b7c76a-cc90-48e8-87e9-406f3ce16192 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 03:20:15,689 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/31d23f78-95e1-42c8-9e73-415f139c8533/add_router_interface used request id req-1e5c53c9-976b-4296-bdfa-fc04197524c1 2018-10-06 03:20:15,689 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 99b7c76a-cc90-48e8-87e9-406f3ce16192 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 03:20:15,690 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router 2018-10-06 03:20:15,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/31d23f78-95e1-42c8-9e73-415f139c8533 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:18,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-489dc068-0b10-4685-b563-eb6a670955f3 Content-Length: 0 Date: Sat, 06 Oct 2018 03:20:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:18,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/31d23f78-95e1-42c8-9e73-415f139c8533 used request id req-489dc068-0b10-4685-b563-eb6a670955f3 2018-10-06 03:20:18,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:18,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-156617ce-8ffd-408a-919e-30b5dc826e6a Date: Sat, 06 Oct 2018 03:20:18 GMT RESP BODY: {"routers": []} 2018-10-06 03:20:18,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-router used request id req-156617ce-8ffd-408a-919e-30b5dc826e6a 2018-10-06 03:20:18,993 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet 2018-10-06 03:20:18,993 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-subnet 2018-10-06 03:20:18,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/99b7c76a-cc90-48e8-87e9-406f3ce16192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:19,301 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-fa106fdf-8eda-461b-aa34-17e49bfdcc56 Date: Sat, 06 Oct 2018 03:20:19 GMT RESP BODY: {"NeutronError": {"message": "Subnet 99b7c76a-cc90-48e8-87e9-406f3ce16192 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 03:20:19,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/99b7c76a-cc90-48e8-87e9-406f3ce16192 used request id req-fa106fdf-8eda-461b-aa34-17e49bfdcc56 2018-10-06 03:20:19,301 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 99b7c76a-cc90-48e8-87e9-406f3ce16192 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 03:20:19,302 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fd9faa4b-f56f-437a-a442-07b3f6bf620e-pub-net 2018-10-06 03:20:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/3123d9e7-9656-475a-8fd7-7f9629af7454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eaeb28b022f88960904c60298a12d5464a51d9" 2018-10-06 03:20:20,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-932c5d54-6012-48a7-8af5-fa2380698fae Date: Sat, 06 Oct 2018 03:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:20,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3123d9e7-9656-475a-8fd7-7f9629af7454 used request id req-932c5d54-6012-48a7-8af5-fa2380698fae 2018-10-06 03:20:20,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:20,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["9sfJKc3sQP6-sNRfm3w7gA"], "issued_at": "2018-10-06T03:20:20.000000Z"}} 2018-10-06 03:20:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:20,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b36a08bc-6d0b-4f95-8211-a7b61d256653 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:20,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b36a08bc-6d0b-4f95-8211-a7b61d256653 2018-10-06 03:20:20,533 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net 2018-10-06 03:20:20,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" -d '{"network": {"name": "NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net", "admin_state_up": true}}' 2018-10-06 03:20:20,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-458d8572-d20a-4522-9def-90846d62a7e4 Date: Sat, 06 Oct 2018 03:20:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:20Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:20Z","mtu":1450}} 2018-10-06 03:20:20,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-458d8572-d20a-4522-9def-90846d62a7e4 2018-10-06 03:20:20,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:21,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-da17ac90-e65e-4bc8-9f9f-7ffdb7d71e2e Date: Sat, 06 Oct 2018 03:20:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:20Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:21,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-da17ac90-e65e-4bc8-9f9f-7ffdb7d71e2e 2018-10-06 03:20:21,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:21,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-825c66e2-c6d7-493a-9a90-6e17b593388a Date: Sat, 06 Oct 2018 03:20:21 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:20:21,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-825c66e2-c6d7-493a-9a90-6e17b593388a 2018-10-06 03:20:21,445 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet 2018-10-06 03:20:21,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" -d '{"subnets": [{"ip_version": 4, "network_id": "1618b12d-be6d-4630-a050-dd86a46fa0e2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet"}]}' 2018-10-06 03:20:22,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-11604f75-8055-4c55-b393-563f0e2dba04 Date: Sat, 06 Oct 2018 03:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:21Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:21Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"c68abc36-c771-4935-8f03-b40bc0e4a366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet"}]} 2018-10-06 03:20:22,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-11604f75-8055-4c55-b393-563f0e2dba04 2018-10-06 03:20:22,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:22,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6e0aa643-70c2-48de-b280-456f4d2d0664 Date: Sat, 06 Oct 2018 03:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["c68abc36-c771-4935-8f03-b40bc0e4a366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:20Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:22,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-6e0aa643-70c2-48de-b280-456f4d2d0664 2018-10-06 03:20:22,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:22,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb3fcd0b-b6dd-4f54-97d4-c5c2c1afd3ef Date: Sat, 06 Oct 2018 03:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:21Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:21Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"c68abc36-c771-4935-8f03-b40bc0e4a366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet"}]} 2018-10-06 03:20:22,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-cb3fcd0b-b6dd-4f54-97d4-c5c2c1afd3ef 2018-10-06 03:20:22,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:22,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-32a89b49-4700-453d-bea4-6db2977c73a7 Date: Sat, 06 Oct 2018 03:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["c68abc36-c771-4935-8f03-b40bc0e4a366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:20Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:22,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net used request id req-32a89b49-4700-453d-bea4-6db2977c73a7 2018-10-06 03:20:22,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:22,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:22,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:22,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f6177f-b185-4acb-8e20-1a260a8b2f4a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:22,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-61f6177f-b185-4acb-8e20-1a260a8b2f4a 2018-10-06 03:20:22,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:22,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49c2b789-a258-4790-80c5-1e2bd578b087 Date: Sat, 06 Oct 2018 03:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:21Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:21Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"c68abc36-c771-4935-8f03-b40bc0e4a366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet"}]} 2018-10-06 03:20:22,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-49c2b789-a258-4790-80c5-1e2bd578b087 2018-10-06 03:20:22,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2&name=NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:23,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ea936fd-1a3a-4e44-b47b-ef60aa53f051 Date: Sat, 06 Oct 2018 03:20:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1618b12d-be6d-4630-a050-dd86a46fa0e2","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:21Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:21Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"c68abc36-c771-4935-8f03-b40bc0e4a366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet"}]} 2018-10-06 03:20:23,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1618b12d-be6d-4630-a050-dd86a46fa0e2&name=NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet used request id req-7ea936fd-1a3a-4e44-b47b-ef60aa53f051 2018-10-06 03:20:23,119 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet 2018-10-06 03:20:23,119 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-subnet 2018-10-06 03:20:23,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/c68abc36-c771-4935-8f03-b40bc0e4a366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:24,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67245802-9214-44a1-9f9a-e39805cb618e Date: Sat, 06 Oct 2018 03:20:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:24,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c68abc36-c771-4935-8f03-b40bc0e4a366 used request id req-67245802-9214-44a1-9f9a-e39805cb618e 2018-10-06 03:20:24,495 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-085805a8-1d07-49da-a860-647a5184301d-pub-net 2018-10-06 03:20:24,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/1618b12d-be6d-4630-a050-dd86a46fa0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade3b53c5e2d9f4021ae72f91310460fd79837d1" 2018-10-06 03:20:26,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b41ea64-a2fd-4e68-be27-43915e5951b6 Date: Sat, 06 Oct 2018 03:20:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:26,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/1618b12d-be6d-4630-a050-dd86a46fa0e2 used request id req-7b41ea64-a2fd-4e68-be27-43915e5951b6 2018-10-06 03:20:26,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:26,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["WSA7MLxEQPaVUPKBfU5glA"], "issued_at": "2018-10-06T03:20:26.000000Z"}} 2018-10-06 03:20:26,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:26,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634aa52c-ef46-422a-97c0-0b54f5cd8610 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:26,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-634aa52c-ef46-422a-97c0-0b54f5cd8610 2018-10-06 03:20:26,583 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net 2018-10-06 03:20:26,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" -d '{"network": {"name": "NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net", "admin_state_up": true}}' 2018-10-06 03:20:26,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-ddc5a962-b4cd-4c1d-ae06-ef20f5e57eae Date: Sat, 06 Oct 2018 03:20:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8e23d436-b776-4214-8276-b3b7201c346c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:26Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:26Z","mtu":1450}} 2018-10-06 03:20:26,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-ddc5a962-b4cd-4c1d-ae06-ef20f5e57eae 2018-10-06 03:20:26,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:27,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-92007dd8-b809-4630-bae4-55ca1b044746 Date: Sat, 06 Oct 2018 03:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8e23d436-b776-4214-8276-b3b7201c346c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:27,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=8e23d436-b776-4214-8276-b3b7201c346c used request id req-92007dd8-b809-4630-bae4-55ca1b044746 2018-10-06 03:20:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:27,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e156db35-2163-4e85-8e94-f0b78654b99d Date: Sat, 06 Oct 2018 03:20:27 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:20:27,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c used request id req-e156db35-2163-4e85-8e94-f0b78654b99d 2018-10-06 03:20:27,442 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet 2018-10-06 03:20:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" -d '{"subnets": [{"ip_version": 4, "network_id": "8e23d436-b776-4214-8276-b3b7201c346c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet"}]}' 2018-10-06 03:20:28,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e503dbdf-0bb6-4ff1-b729-aa5954cd811a Date: Sat, 06 Oct 2018 03:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e23d436-b776-4214-8276-b3b7201c346c","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:27Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"666ff4e1-3921-4085-9277-5db960753df3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet"}]} 2018-10-06 03:20:28,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-e503dbdf-0bb6-4ff1-b729-aa5954cd811a 2018-10-06 03:20:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:28,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0dd6a40c-74c9-406b-9fc1-f59bae4a4b10 Date: Sat, 06 Oct 2018 03:20:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8e23d436-b776-4214-8276-b3b7201c346c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["666ff4e1-3921-4085-9277-5db960753df3"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:28,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=8e23d436-b776-4214-8276-b3b7201c346c used request id req-0dd6a40c-74c9-406b-9fc1-f59bae4a4b10 2018-10-06 03:20:28,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:28,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-38028cd9-fa62-4ea4-b3c0-700a3f0d94ce Date: Sat, 06 Oct 2018 03:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e23d436-b776-4214-8276-b3b7201c346c","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:27Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"666ff4e1-3921-4085-9277-5db960753df3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet"}]} 2018-10-06 03:20:28,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c used request id req-38028cd9-fa62-4ea4-b3c0-700a3f0d94ce 2018-10-06 03:20:28,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:28,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-40907c96-5de0-4cce-a266-3ddd9a45a3e8 Date: Sat, 06 Oct 2018 03:20:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8e23d436-b776-4214-8276-b3b7201c346c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["666ff4e1-3921-4085-9277-5db960753df3"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:28,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net used request id req-40907c96-5de0-4cce-a266-3ddd9a45a3e8 2018-10-06 03:20:28,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:28,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:28,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:28,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb28ed6-e42c-44e3-af82-22b7b1bf4bf0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:28,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-4eb28ed6-e42c-44e3-af82-22b7b1bf4bf0 2018-10-06 03:20:28,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:29,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-27512746-ab64-4f2f-ad3f-6649dd0da31a Date: Sat, 06 Oct 2018 03:20:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e23d436-b776-4214-8276-b3b7201c346c","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:27Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"666ff4e1-3921-4085-9277-5db960753df3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet"}]} 2018-10-06 03:20:29,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8e23d436-b776-4214-8276-b3b7201c346c used request id req-27512746-ab64-4f2f-ad3f-6649dd0da31a 2018-10-06 03:20:29,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:20:29,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:29,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["hmFp0aB3SqGlz-f2fPmsrw"], "issued_at": "2018-10-06T03:20:29.000000Z"}} 2018-10-06 03:20:29,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f57d45d5e09e59cd21985849dab9ef47e8013e8" 2018-10-06 03:20:29,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0622c7-ff8e-4c20-b720-1fbb25280d1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:29,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d0622c7-ff8e-4c20-b720-1fbb25280d1c 2018-10-06 03:20:29,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:29,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d62c7890-0475-4197-927c-2fc7c77752d5 Date: Sat, 06 Oct 2018 03:20:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:20:29,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-d62c7890-0475-4197-927c-2fc7c77752d5 2018-10-06 03:20:29,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:29,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-45d872d0-ce63-4455-a1ae-2ff749121497 Date: Sat, 06 Oct 2018 03:20:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:20:29,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-45d872d0-ce63-4455-a1ae-2ff749121497 2018-10-06 03:20:29,936 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router 2018-10-06 03:20:29,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router", "admin_state_up": true}}' 2018-10-06 03:20:34,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-3c0a65a8-a1ce-4865-b93b-c382fddd3816 Date: Sat, 06 Oct 2018 03:20:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:20:30Z", "admin_state_up": true, "updated_at": "2018-10-06T03:20:31Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "654d19f2-db7c-40d9-90ea-65f8cd557cc7", "name": "NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router"}} 2018-10-06 03:20:34,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-3c0a65a8-a1ce-4865-b93b-c382fddd3816 2018-10-06 03:20:34,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=654d19f2-db7c-40d9-90ea-65f8cd557cc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:34,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-871c01ca-ad4b-4abc-ad26-bd65b74f8e1e Date: Sat, 06 Oct 2018 03:20:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:31Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.207"}],"id":"0ee62da2-5e0f-4e4d-ad2e-92eb738f5c32","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:5f:ed","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:20:31Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.7"}],"id":"69009548-f699-46df-b07f-0c7cd91e89ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:91:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:32Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.3"}],"id":"73dedf84-e60a-46d8-be34-7b8a80442cbe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:19:8d:ad","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:32Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.8"}],"id":"e2a8c86a-f52a-4d7b-be89-db48ba4ed20b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:da:44:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:33Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"}]} 2018-10-06 03:20:34,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=654d19f2-db7c-40d9-90ea-65f8cd557cc7 used request id req-871c01ca-ad4b-4abc-ad26-bd65b74f8e1e 2018-10-06 03:20:34,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-35809f8d-b3a9-4425-8bd1-e8aa23d5e60e Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:20:35,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-35809f8d-b3a9-4425-8bd1-e8aa23d5e60e 2018-10-06 03:20:35,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b75565b-53f2-4b68-ae88-bd5005c9b44a Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:35,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-0b75565b-53f2-4b68-ae88-bd5005c9b44a 2018-10-06 03:20:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5f6c324e-35da-4348-9d61-aa872759e566 Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:35,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-5f6c324e-35da-4348-9d61-aa872759e566 2018-10-06 03:20:35,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-af6ca8b7-f6ca-4758-a431-8917645ecc3a Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:35,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-af6ca8b7-f6ca-4758-a431-8917645ecc3a 2018-10-06 03:20:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-089e66b6-5055-42b5-bc4d-e086fd9e1878 Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:20:30Z", "admin_state_up": true, "updated_at": "2018-10-06T03:20:33Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "654d19f2-db7c-40d9-90ea-65f8cd557cc7", "name": "NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router"}]} 2018-10-06 03:20:35,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router used request id req-089e66b6-5055-42b5-bc4d-e086fd9e1878 2018-10-06 03:20:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee24e25-51eb-4b82-970f-c935106692fb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:35,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-6ee24e25-51eb-4b82-970f-c935106692fb 2018-10-06 03:20:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=654d19f2-db7c-40d9-90ea-65f8cd557cc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:35,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-acb405ed-a584-423a-b49e-115ed5d41370 Date: Sat, 06 Oct 2018 03:20:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:35Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.207"}],"id":"0ee62da2-5e0f-4e4d-ad2e-92eb738f5c32","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:5f:ed","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:20:31Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.7"}],"id":"69009548-f699-46df-b07f-0c7cd91e89ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:91:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:32Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:35Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.3"}],"id":"73dedf84-e60a-46d8-be34-7b8a80442cbe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:19:8d:ad","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:32Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2c50647-562f-4a5a-b268-4ddc212684bf","ip_address":"169.254.192.8"}],"id":"e2a8c86a-f52a-4d7b-be89-db48ba4ed20b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:da:44:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:33Z","binding:vnic_type":"normal","device_id":"654d19f2-db7c-40d9-90ea-65f8cd557cc7"}]} 2018-10-06 03:20:35,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=654d19f2-db7c-40d9-90ea-65f8cd557cc7 used request id req-acb405ed-a584-423a-b49e-115ed5d41370 2018-10-06 03:20:35,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:36,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bc3cc335-d7ab-4260-a1e5-68e323966e40 Date: Sat, 06 Oct 2018 03:20:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:20:36,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-bc3cc335-d7ab-4260-a1e5-68e323966e40 2018-10-06 03:20:36,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:36,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ec6929dd-f8de-423c-940a-605f1e3f036a Date: Sat, 06 Oct 2018 03:20:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:36,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-ec6929dd-f8de-423c-940a-605f1e3f036a 2018-10-06 03:20:36,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:36,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a417247e-62a4-488e-a56e-3f1a04b54bf2 Date: Sat, 06 Oct 2018 03:20:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:36,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-a417247e-62a4-488e-a56e-3f1a04b54bf2 2018-10-06 03:20:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:36,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dc3fd8b4-4f67-415e-a396-faf8377da2e6 Date: Sat, 06 Oct 2018 03:20:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d84b135a-a836-49d7-977a-9ac568af8cbe","tenant_id":"","created_at":"2018-10-06T03:20:30Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d2c50647-562f-4a5a-b268-4ddc212684bf","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:20:36,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d2c50647-562f-4a5a-b268-4ddc212684bf used request id req-dc3fd8b4-4f67-415e-a396-faf8377da2e6 2018-10-06 03:20:36,647 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router 2018-10-06 03:20:36,647 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router 2018-10-06 03:20:36,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/654d19f2-db7c-40d9-90ea-65f8cd557cc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:40,364 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e90c8ff-dfa3-4ae4-b6de-49c968e13bd1 Content-Length: 0 Date: Sat, 06 Oct 2018 03:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:40,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/654d19f2-db7c-40d9-90ea-65f8cd557cc7 used request id req-5e90c8ff-dfa3-4ae4-b6de-49c968e13bd1 2018-10-06 03:20:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:40,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-764c3457-cce4-479c-96c0-747f0d2c5273 Date: Sat, 06 Oct 2018 03:20:40 GMT RESP BODY: {"routers": []} 2018-10-06 03:20:40,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-router used request id req-764c3457-cce4-479c-96c0-747f0d2c5273 2018-10-06 03:20:40,671 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet 2018-10-06 03:20:40,671 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-subnet 2018-10-06 03:20:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/666ff4e1-3921-4085-9277-5db960753df3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:42,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d782e31b-96aa-4054-9e32-e4a1efca14d1 Date: Sat, 06 Oct 2018 03:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:42,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/666ff4e1-3921-4085-9277-5db960753df3 used request id req-d782e31b-96aa-4054-9e32-e4a1efca14d1 2018-10-06 03:20:42,800 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b810641a-f671-4fdd-b8d3-079f713aaf8b-pub-net 2018-10-06 03:20:42,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/8e23d436-b776-4214-8276-b3b7201c346c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6530afc5ab7e6e97652f11d3db381fcd616127a7" 2018-10-06 03:20:44,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc1d6955-08d0-49e6-8f43-7e9b6992a55a Date: Sat, 06 Oct 2018 03:20:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:44,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/8e23d436-b776-4214-8276-b3b7201c346c used request id req-fc1d6955-08d0-49e6-8f43-7e9b6992a55a 2018-10-06 03:20:44,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:44,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["8aQPZ1bMTp6-AklQp6CA7w"], "issued_at": "2018-10-06T03:20:44.000000Z"}} 2018-10-06 03:20:44,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:44,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-331601b9-c267-41ce-b353-7de4864684aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:44,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-331601b9-c267-41ce-b353-7de4864684aa 2018-10-06 03:20:44,534 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net 2018-10-06 03:20:44,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" -d '{"network": {"name": "NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net", "admin_state_up": true}}' 2018-10-06 03:20:44,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1c03a497-03e6-4745-9800-91a5bbb602dd Date: Sat, 06 Oct 2018 03:20:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:44Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","mtu":1450}} 2018-10-06 03:20:44,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1c03a497-03e6-4745-9800-91a5bbb602dd 2018-10-06 03:20:44,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:45,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e3c71869-fc7e-4e37-bc4e-c85553648bef Date: Sat, 06 Oct 2018 03:20:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:44Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:45,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-e3c71869-fc7e-4e37-bc4e-c85553648bef 2018-10-06 03:20:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:45,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4b612894-2c26-47d9-a79a-a98095ded391 Date: Sat, 06 Oct 2018 03:20:45 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:20:45,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-4b612894-2c26-47d9-a79a-a98095ded391 2018-10-06 03:20:45,398 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet 2018-10-06 03:20:45,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" -d '{"subnets": [{"ip_version": 4, "network_id": "e6a6f862-8a4f-47c4-a001-e050e4406acc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]}' 2018-10-06 03:20:45,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c4cb50f5-8599-41ec-aaad-535bb6b67ec7 Date: Sat, 06 Oct 2018 03:20:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:45,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-c4cb50f5-8599-41ec-aaad-535bb6b67ec7 2018-10-06 03:20:45,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cc70b44b-1e82-4389-8da0-f95e19dd36a4 Date: Sat, 06 Oct 2018 03:20:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d7c207b5-0764-401d-8ea8-a5ecab5ee366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:46,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-cc70b44b-1e82-4389-8da0-f95e19dd36a4 2018-10-06 03:20:46,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04de0e86-d6a7-4be0-8690-bb31e84f8e4a Date: Sat, 06 Oct 2018 03:20:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:46,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-04de0e86-d6a7-4be0-8690-bb31e84f8e4a 2018-10-06 03:20:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a37fa6f1-3e45-4fc7-86f1-4f0fdce74c26 Date: Sat, 06 Oct 2018 03:20:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d7c207b5-0764-401d-8ea8-a5ecab5ee366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:46,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net used request id req-a37fa6f1-3e45-4fc7-86f1-4f0fdce74c26 2018-10-06 03:20:46,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:46,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:46,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8135cfd-b806-46ac-8c67-6a6a93df8dc4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:46,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-f8135cfd-b806-46ac-8c67-6a6a93df8dc4 2018-10-06 03:20:46,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-88052d21-6313-457d-9bb8-38b68c76e7e5 Date: Sat, 06 Oct 2018 03:20:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:46,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-88052d21-6313-457d-9bb8-38b68c76e7e5 2018-10-06 03:20:46,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc&name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:46,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a58f153a-4bde-4311-8557-ed028dd7a6de Date: Sat, 06 Oct 2018 03:20:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:46,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc&name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet used request id req-a58f153a-4bde-4311-8557-ed028dd7a6de 2018-10-06 03:20:46,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:20:46,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:47,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["hbYSxKr7TU-fu8y0K-FZ-A"], "issued_at": "2018-10-06T03:20:47.000000Z"}} 2018-10-06 03:20:47,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b4e8822e9c4a1ee7a7c9fcc627e082dc22331c" 2018-10-06 03:20:47,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ed3543-2e7c-4e89-a18a-1561d1cf0249 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:47,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9ed3543-2e7c-4e89-a18a-1561d1cf0249 2018-10-06 03:20:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:47,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-51a203a4-a05d-46da-bf7e-67659d365206 Date: Sat, 06 Oct 2018 03:20:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d7c207b5-0764-401d-8ea8-a5ecab5ee366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:47,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net used request id req-51a203a4-a05d-46da-bf7e-67659d365206 2018-10-06 03:20:47,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:47,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be10baf9-21ce-4118-bd8c-f5bf1644358d Date: Sat, 06 Oct 2018 03:20:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:47,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-be10baf9-21ce-4118-bd8c-f5bf1644358d 2018-10-06 03:20:47,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:47,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4cd21a44-ab4b-4de0-b182-72774908f876 Date: Sat, 06 Oct 2018 03:20:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d7c207b5-0764-401d-8ea8-a5ecab5ee366"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:44Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:47,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net used request id req-4cd21a44-ab4b-4de0-b182-72774908f876 2018-10-06 03:20:47,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:47,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0b4e8822e9c4a1ee7a7c9fcc627e082dc22331c" 2018-10-06 03:20:48,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8fd881-fae6-45ab-82dd-14bf64d0b6a0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:48,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-5e8fd881-fae6-45ab-82dd-14bf64d0b6a0 2018-10-06 03:20:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:48,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d94da6f5-ead7-4e37-93fc-0413b6cdb869 Date: Sat, 06 Oct 2018 03:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:48,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-d94da6f5-ead7-4e37-93fc-0413b6cdb869 2018-10-06 03:20:48,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc&name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:48,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-68b53026-ec54-4e9e-9982-bfc4741615f7 Date: Sat, 06 Oct 2018 03:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:45Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:45Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet"}]} 2018-10-06 03:20:48,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e6a6f862-8a4f-47c4-a001-e050e4406acc&name=NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet used request id req-68b53026-ec54-4e9e-9982-bfc4741615f7 2018-10-06 03:20:48,159 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net 2018-10-06 03:20:48,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" -d '{"port": {"network_id": "e6a6f862-8a4f-47c4-a001-e050e4406acc", "fixed_ips": [{"subnet_id": "d7c207b5-0764-401d-8ea8-a5ecab5ee366", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-port", "admin_state_up": true}}' 2018-10-06 03:20:49,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-74a78349-2ec1-457c-8a5a-043d0681877c Date: Sat, 06 Oct 2018 03:20:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:48Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","ip_address":"10.55.1.100"}],"id":"83b11b84-837f-4b7b-b7ae-1702fb42cbf1","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:20:65","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:48Z","binding:vnic_type":"normal"}} 2018-10-06 03:20:49,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-74a78349-2ec1-457c-8a5a-043d0681877c 2018-10-06 03:20:49,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:49,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3728 X-Openstack-Request-Id: req-e2bbd054-d86d-4480-8693-cd992e4ee075 Date: Sat, 06 Oct 2018 03:20:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:48Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","ip_address":"10.55.1.4"}],"id":"3c427868-3fa9-4178-89d9-d7804a5d1958","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:b6:28","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:47Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e6a6f862-8a4f-47c4-a001-e050e4406acc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","ip_address":"10.55.1.100"}],"id":"83b11b84-837f-4b7b-b7ae-1702fb42cbf1","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:20:65","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-port","admin_state_up":true,"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:48Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:47Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","ip_address":"10.55.1.3"}],"id":"946329b3-18cc-4556-a587-1d9060011307","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:6d:2a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e6a6f862-8a4f-47c4-a001-e050e4406acc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d7c207b5-0764-401d-8ea8-a5ecab5ee366","ip_address":"10.55.1.2"}],"id":"c5cd306d-3e9b-4fdf-9d8a-12cb3968dd2c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:ef:91","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e6a6f862-8a4f-47c4-a001-e050e4406acc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e6a6f862-8a4f-47c4-a001-e050e4406acc"}]} 2018-10-06 03:20:49,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e2bbd054-d86d-4480-8693-cd992e4ee075 2018-10-06 03:20:49,364 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-port 2018-10-06 03:20:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/83b11b84-837f-4b7b-b7ae-1702fb42cbf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:50,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92b53ad4-9769-456a-a7a4-e0400c210fea Date: Sat, 06 Oct 2018 03:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:50,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/83b11b84-837f-4b7b-b7ae-1702fb42cbf1 used request id req-92b53ad4-9769-456a-a7a4-e0400c210fea 2018-10-06 03:20:50,196 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet 2018-10-06 03:20:50,196 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-subnet 2018-10-06 03:20:50,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d7c207b5-0764-401d-8ea8-a5ecab5ee366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:52,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-127794af-96da-400f-9cf9-77da618199e5 Date: Sat, 06 Oct 2018 03:20:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:52,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d7c207b5-0764-401d-8ea8-a5ecab5ee366 used request id req-127794af-96da-400f-9cf9-77da618199e5 2018-10-06 03:20:52,431 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-132b40e7-27bf-4e2a-abde-5f5967b15b9e-pub-net 2018-10-06 03:20:52,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e6a6f862-8a4f-47c4-a001-e050e4406acc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251f9db541a6438d4ce2096aad8fe33938a0539" 2018-10-06 03:20:53,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-329b679f-7ea4-4404-b117-6ecb2424c5c6 Date: Sat, 06 Oct 2018 03:20:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:53,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e6a6f862-8a4f-47c4-a001-e050e4406acc used request id req-329b679f-7ea4-4404-b117-6ecb2424c5c6 2018-10-06 03:20:53,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:54,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["GRYKb3i_QHOiQL4hFsUp4Q"], "issued_at": "2018-10-06T03:20:54.000000Z"}} 2018-10-06 03:20:54,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:54,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11cd7d47-85ad-43a9-a4ad-a5f8857c8c5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:54,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-11cd7d47-85ad-43a9-a4ad-a5f8857c8c5e 2018-10-06 03:20:54,280 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net 2018-10-06 03:20:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" -d '{"network": {"name": "NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net", "admin_state_up": true}}' 2018-10-06 03:20:54,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8e252ef6-7f30-4c8b-8a7d-2cde567dc972 Date: Sat, 06 Oct 2018 03:20:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:54Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","mtu":1450}} 2018-10-06 03:20:54,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8e252ef6-7f30-4c8b-8a7d-2cde567dc972 2018-10-06 03:20:54,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:54,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d9e5f11b-64bb-42d9-9303-6497e1846307 Date: Sat, 06 Oct 2018 03:20:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:20:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:54,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-d9e5f11b-64bb-42d9-9303-6497e1846307 2018-10-06 03:20:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:55,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58b69d39-f0fc-4155-a19c-cb44b5f341f6 Date: Sat, 06 Oct 2018 03:20:55 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:20:55,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-58b69d39-f0fc-4155-a19c-cb44b5f341f6 2018-10-06 03:20:55,117 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet 2018-10-06 03:20:55,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" -d '{"subnets": [{"ip_version": 4, "network_id": "5cb2ad2d-a230-47b4-9eaf-6ae9036be302", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]}' 2018-10-06 03:20:55,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6bb09928-5f9d-41a2-af8e-e9745a94fd16 Date: Sat, 06 Oct 2018 03:20:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:55,680 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6bb09928-5f9d-41a2-af8e-e9745a94fd16 2018-10-06 03:20:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:55,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ddd70ab5-f180-4f35-b635-d945bac97401 Date: Sat, 06 Oct 2018 03:20:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["93f9ffab-bacd-4dbb-802a-11aded5d9034"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:55,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-ddd70ab5-f180-4f35-b635-d945bac97401 2018-10-06 03:20:55,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:56,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1527052-5541-43a1-87b8-16763f2fee3c Date: Sat, 06 Oct 2018 03:20:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:56,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-a1527052-5541-43a1-87b8-16763f2fee3c 2018-10-06 03:20:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:56,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8309bf15-ea06-4339-aa48-6d382be51abf Date: Sat, 06 Oct 2018 03:20:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["93f9ffab-bacd-4dbb-802a-11aded5d9034"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:56,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net used request id req-8309bf15-ea06-4339-aa48-6d382be51abf 2018-10-06 03:20:56,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:56,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:56,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:56,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24f5238-ec5d-45f8-b4ca-3f55976c9db9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:56,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-b24f5238-ec5d-45f8-b4ca-3f55976c9db9 2018-10-06 03:20:56,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:56,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c40712b-e6e7-47b6-9ece-5febe42cb997 Date: Sat, 06 Oct 2018 03:20:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:56,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-6c40712b-e6e7-47b6-9ece-5febe42cb997 2018-10-06 03:20:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302&name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:56,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1e15e111-e5da-487a-98b6-efa07b04131c Date: Sat, 06 Oct 2018 03:20:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:56,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302&name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet used request id req-1e15e111-e5da-487a-98b6-efa07b04131c 2018-10-06 03:20:56,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:20:56,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:20:57,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:20:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["v8NOyOncSxG7CwRMXT54Qw"], "issued_at": "2018-10-06T03:20:57.000000Z"}} 2018-10-06 03:20:57,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8547f2a813ed47581f7a5853ea3f3d7501d8e85" 2018-10-06 03:20:57,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916dbecc-d225-4fec-830c-97ba6416849d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:20:57,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-916dbecc-d225-4fec-830c-97ba6416849d 2018-10-06 03:20:57,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:57,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b50ff0b7-b9fb-4b59-bb4c-3c7e62467c25 Date: Sat, 06 Oct 2018 03:20:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["93f9ffab-bacd-4dbb-802a-11aded5d9034"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:57,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net used request id req-b50ff0b7-b9fb-4b59-bb4c-3c7e62467c25 2018-10-06 03:20:57,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:57,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-71d9b48c-faca-4a2c-981d-384c8b1c57e2 Date: Sat, 06 Oct 2018 03:20:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:57,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-71d9b48c-faca-4a2c-981d-384c8b1c57e2 2018-10-06 03:20:57,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:57,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-14e6aa38-ca1d-41fe-93f0-af99f161ddf8 Date: Sat, 06 Oct 2018 03:20:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["93f9ffab-bacd-4dbb-802a-11aded5d9034"],"description":"","tags":[],"updated_at":"2018-10-06T03:20:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:54Z","provider:network_type":"vxlan"}]} 2018-10-06 03:20:57,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net used request id req-14e6aa38-ca1d-41fe-93f0-af99f161ddf8 2018-10-06 03:20:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:20:57,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:20:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:20:57,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8547f2a813ed47581f7a5853ea3f3d7501d8e85" 2018-10-06 03:20:58,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea18ae39-42e2-430d-ade9-3bfc1e245c6d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:20:58,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-ea18ae39-42e2-430d-ade9-3bfc1e245c6d 2018-10-06 03:20:58,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:58,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c9bf8dc-7ae0-4067-be6e-bc5d303a6e8a Date: Sat, 06 Oct 2018 03:20:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:58,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-6c9bf8dc-7ae0-4067-be6e-bc5d303a6e8a 2018-10-06 03:20:58,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302&name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:58,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b49efd86-69a1-42e6-8f86-429c489ce309 Date: Sat, 06 Oct 2018 03:20:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","dns_nameservers":[],"updated_at":"2018-10-06T03:20:55Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","subnetpool_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet"}]} 2018-10-06 03:20:58,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5cb2ad2d-a230-47b4-9eaf-6ae9036be302&name=NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet used request id req-b49efd86-69a1-42e6-8f86-429c489ce309 2018-10-06 03:20:58,284 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net 2018-10-06 03:20:58,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" -d '{"port": {"network_id": "5cb2ad2d-a230-47b4-9eaf-6ae9036be302", "fixed_ips": [{"subnet_id": "93f9ffab-bacd-4dbb-802a-11aded5d9034", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-port", "admin_state_up": true}}' 2018-10-06 03:20:59,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-e1dba16c-6568-4dba-a96f-d3e7ed942954 Date: Sat, 06 Oct 2018 03:20:59 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:58Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","ip_address":"10.55.1.100"}],"id":"9a7443af-d616-4397-b994-e8b6335ae425","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:3b:ae","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:58Z","binding:vnic_type":"normal"}} 2018-10-06 03:20:59,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e1dba16c-6568-4dba-a96f-d3e7ed942954 2018-10-06 03:20:59,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:59,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-13ecbe55-506c-4848-9ed8-8699cd844a0e Date: Sat, 06 Oct 2018 03:20:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","ip_address":"10.55.1.3"}],"id":"03ef056d-5c61-4db9-8cc0-df8895c1faa6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:2c:19","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb2ad2d-a230-47b4-9eaf-6ae9036be302"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","ip_address":"10.55.1.100"}],"id":"9a7443af-d616-4397-b994-e8b6335ae425","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:3b:ae","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-port","admin_state_up":true,"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:58Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:57Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","ip_address":"10.55.1.4"}],"id":"b2c33fe9-00b5-48e9-b2de-e1475782b998","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:35:c7","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb2ad2d-a230-47b4-9eaf-6ae9036be302"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:20:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"93f9ffab-bacd-4dbb-802a-11aded5d9034","ip_address":"10.55.1.2"}],"id":"c5623cee-c66e-47cc-a171-b3973ee7ee14","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:76:80","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5cb2ad2d-a230-47b4-9eaf-6ae9036be302","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:20:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb2ad2d-a230-47b4-9eaf-6ae9036be302"}]} 2018-10-06 03:20:59,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports used request id req-13ecbe55-506c-4848-9ed8-8699cd844a0e 2018-10-06 03:20:59,189 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-port 2018-10-06 03:20:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/9a7443af-d616-4397-b994-e8b6335ae425 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:20:59,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0059d21f-cb5a-4280-9f71-377f0512511f Date: Sat, 06 Oct 2018 03:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:20:59,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/9a7443af-d616-4397-b994-e8b6335ae425 used request id req-0059d21f-cb5a-4280-9f71-377f0512511f 2018-10-06 03:20:59,719 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet 2018-10-06 03:20:59,719 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-subnet 2018-10-06 03:20:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/93f9ffab-bacd-4dbb-802a-11aded5d9034 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:21:01,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2cd5fbd-6d19-424a-8628-5f3f5c1d1617 Date: Sat, 06 Oct 2018 03:21:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:01,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/93f9ffab-bacd-4dbb-802a-11aded5d9034 used request id req-c2cd5fbd-6d19-424a-8628-5f3f5c1d1617 2018-10-06 03:21:01,615 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-111b3949-6715-4839-9c19-68429ecdef58-pub-net 2018-10-06 03:21:01,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5cb2ad2d-a230-47b4-9eaf-6ae9036be302 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97b64fd7f111409a83927b9fc0d58e8a36924cd8" 2018-10-06 03:21:02,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-621c63b6-b111-4a8f-869e-bc2cd9f62240 Date: Sat, 06 Oct 2018 03:21:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:02,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5cb2ad2d-a230-47b4-9eaf-6ae9036be302 used request id req-621c63b6-b111-4a8f-869e-bc2cd9f62240 2018-10-06 03:21:02,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:03,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ofUFRq93SX-nRTpJATDnEA"], "issued_at": "2018-10-06T03:21:03.000000Z"}} 2018-10-06 03:21:03,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:03,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3a4afa-5c76-4b2a-8d8a-a5426613503f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:03,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf3a4afa-5c76-4b2a-8d8a-a5426613503f 2018-10-06 03:21:03,403 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net 2018-10-06 03:21:03,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" -d '{"network": {"name": "NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net", "admin_state_up": true}}' 2018-10-06 03:21:03,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-04a3117a-c360-4c96-9889-9a9138d39f62 Date: Sat, 06 Oct 2018 03:21:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","mtu":1450}} 2018-10-06 03:21:03,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-04a3117a-c360-4c96-9889-9a9138d39f62 2018-10-06 03:21:03,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:04,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ff6245b4-0b64-43bf-a91c-0d65a4fdae54 Date: Sat, 06 Oct 2018 03:21:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:04,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-ff6245b4-0b64-43bf-a91c-0d65a4fdae54 2018-10-06 03:21:04,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:04,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-abe07708-8aa0-4b64-be51-9491dce259ba Date: Sat, 06 Oct 2018 03:21:04 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:21:04,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-abe07708-8aa0-4b64-be51-9491dce259ba 2018-10-06 03:21:04,216 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet 2018-10-06 03:21:04,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" -d '{"subnets": [{"ip_version": 4, "network_id": "7f3e437c-3bf6-4e8a-add2-8f360fb79b8f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]}' 2018-10-06 03:21:04,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-306886c9-0989-4627-bd6e-b947de4bbc1c Date: Sat, 06 Oct 2018 03:21:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:04,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-306886c9-0989-4627-bd6e-b947de4bbc1c 2018-10-06 03:21:04,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-04feb348-1893-488f-ac4c-fb5b308e7ae8 Date: Sat, 06 Oct 2018 03:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["7f0f64ec-b860-4e49-b97b-711d90e39aea"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:05,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-04feb348-1893-488f-ac4c-fb5b308e7ae8 2018-10-06 03:21:05,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-371bd63f-6623-49f7-bdf5-f02bd466eb21 Date: Sat, 06 Oct 2018 03:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:05,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-371bd63f-6623-49f7-bdf5-f02bd466eb21 2018-10-06 03:21:05,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c170f64e-0d48-4f35-ace7-5b71d8cd64bf Date: Sat, 06 Oct 2018 03:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["7f0f64ec-b860-4e49-b97b-711d90e39aea"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:05,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net used request id req-c170f64e-0d48-4f35-ace7-5b71d8cd64bf 2018-10-06 03:21:05,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:05,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:05,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5e04f7-4436-45c9-85b0-bb1feda47c5a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:05,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-6d5e04f7-4436-45c9-85b0-bb1feda47c5a 2018-10-06 03:21:05,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6e12b82b-ac91-4636-92a0-04e3dbff2c07 Date: Sat, 06 Oct 2018 03:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:05,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-6e12b82b-ac91-4636-92a0-04e3dbff2c07 2018-10-06 03:21:05,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f&name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:05,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f6cf5b7c-73d1-4d10-8c37-17229189027c Date: Sat, 06 Oct 2018 03:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:05,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f&name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet used request id req-f6cf5b7c-73d1-4d10-8c37-17229189027c 2018-10-06 03:21:05,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:05,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:06,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["pzVzsgAtQyuOKoLAz3Jj-g"], "issued_at": "2018-10-06T03:21:06.000000Z"}} 2018-10-06 03:21:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9e7db10b04ba23d59c8ac9b854d31f43bee83f" 2018-10-06 03:21:06,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d150a79-efb8-44bd-a1d1-2cae0da85c9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:06,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d150a79-efb8-44bd-a1d1-2cae0da85c9a 2018-10-06 03:21:06,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:06,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-907747a0-a81d-4283-9cca-9fc9cb92dddd Date: Sat, 06 Oct 2018 03:21:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["7f0f64ec-b860-4e49-b97b-711d90e39aea"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:06,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net used request id req-907747a0-a81d-4283-9cca-9fc9cb92dddd 2018-10-06 03:21:06,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:06,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-940e2b17-a37b-4db7-8a2c-0aebfd37d977 Date: Sat, 06 Oct 2018 03:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:06,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-940e2b17-a37b-4db7-8a2c-0aebfd37d977 2018-10-06 03:21:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:06,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d16df7c5-9a1f-450a-8452-a24319e46469 Date: Sat, 06 Oct 2018 03:21:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["7f0f64ec-b860-4e49-b97b-711d90e39aea"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:03Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:06,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net used request id req-d16df7c5-9a1f-450a-8452-a24319e46469 2018-10-06 03:21:06,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:06,796 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:06,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9e7db10b04ba23d59c8ac9b854d31f43bee83f" 2018-10-06 03:21:06,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2179ef70-346b-4ccc-a7ed-36a335e63db3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:06,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-2179ef70-346b-4ccc-a7ed-36a335e63db3 2018-10-06 03:21:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:07,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-732a10c2-e78d-4cb0-8dbf-84c484e2cc06 Date: Sat, 06 Oct 2018 03:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:07,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-732a10c2-e78d-4cb0-8dbf-84c484e2cc06 2018-10-06 03:21:07,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f&name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:07,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb63fcb4-aa5b-475d-88e9-93a7aeb84998 Date: Sat, 06 Oct 2018 03:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f3e437c-3bf6-4e8a-add2-8f360fb79b8f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"7f0f64ec-b860-4e49-b97b-711d90e39aea","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet"}]} 2018-10-06 03:21:07,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7f3e437c-3bf6-4e8a-add2-8f360fb79b8f&name=NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet used request id req-cb63fcb4-aa5b-475d-88e9-93a7aeb84998 2018-10-06 03:21:07,166 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net 2018-10-06 03:21:07,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" -d '{"port": {"network_id": "7f3e437c-3bf6-4e8a-add2-8f360fb79b8f", "fixed_ips": [{"subnet_id": "7f0f64ec-b860-4e49-b97b-711d90e39aea", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-port", "admin_state_up": true}}' 2018-10-06 03:21:07,347 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-ee697458-d00d-4454-8198-fa25c5ab28ac Date: Sat, 06 Oct 2018 03:21:07 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:21:07,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-ee697458-d00d-4454-8198-fa25c5ab28ac 2018-10-06 03:21:07,347 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:21:07,347 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet 2018-10-06 03:21:07,348 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-subnet 2018-10-06 03:21:07,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7f0f64ec-b860-4e49-b97b-711d90e39aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:09,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-decdba22-941f-4035-8fbf-fd0e3f625f19 Date: Sat, 06 Oct 2018 03:21:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:09,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7f0f64ec-b860-4e49-b97b-711d90e39aea used request id req-decdba22-941f-4035-8fbf-fd0e3f625f19 2018-10-06 03:21:09,549 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c0bfe62e-0d61-448d-b7e7-ba49e73c2519-pub-net 2018-10-06 03:21:09,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7f3e437c-3bf6-4e8a-add2-8f360fb79b8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65afff175f9dcbe67b7dcfb6f5a6a1d5172153d5" 2018-10-06 03:21:10,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4c0bafb-4f07-4f2a-acdd-dfdab5a67bad Date: Sat, 06 Oct 2018 03:21:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:10,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7f3e437c-3bf6-4e8a-add2-8f360fb79b8f used request id req-d4c0bafb-4f07-4f2a-acdd-dfdab5a67bad 2018-10-06 03:21:10,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:11,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["aZaCGTEWTE6P3RtMH20Wjw"], "issued_at": "2018-10-06T03:21:11.000000Z"}} 2018-10-06 03:21:11,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:11,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9b4d78-2587-4633-a01d-527e5b6c96f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:11,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3f9b4d78-2587-4633-a01d-527e5b6c96f9 2018-10-06 03:21:11,141 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net 2018-10-06 03:21:11,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" -d '{"network": {"name": "NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net", "admin_state_up": true}}' 2018-10-06 03:21:11,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1553ea17-c6aa-4e2a-af82-77f0d4f1d7f6 Date: Sat, 06 Oct 2018 03:21:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:11Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","mtu":1450}} 2018-10-06 03:21:11,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1553ea17-c6aa-4e2a-af82-77f0d4f1d7f6 2018-10-06 03:21:11,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:11,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-9e78cd5f-d83d-4621-974c-f6ba796f9ecb Date: Sat, 06 Oct 2018 03:21:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:11,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-9e78cd5f-d83d-4621-974c-f6ba796f9ecb 2018-10-06 03:21:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:11,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b9fa9763-bc2b-4075-b948-b7d3f4066d0e Date: Sat, 06 Oct 2018 03:21:11 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:21:11,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-b9fa9763-bc2b-4075-b948-b7d3f4066d0e 2018-10-06 03:21:11,952 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet 2018-10-06 03:21:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" -d '{"subnets": [{"ip_version": 4, "network_id": "69325b3b-991a-44e7-97e0-4b1a42e4aa18", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]}' 2018-10-06 03:21:12,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-88fe1f10-c5d3-4b08-8734-9d84bec1112e Date: Sat, 06 Oct 2018 03:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:12,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-88fe1f10-c5d3-4b08-8734-9d84bec1112e 2018-10-06 03:21:12,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:12,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fdf30d54-8f4a-4262-8950-2e129f9c6b18 Date: Sat, 06 Oct 2018 03:21:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:12,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-fdf30d54-8f4a-4262-8950-2e129f9c6b18 2018-10-06 03:21:12,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:12,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-19340d95-db7a-4d3e-a8c1-6790cfeb6730 Date: Sat, 06 Oct 2018 03:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:12,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-19340d95-db7a-4d3e-a8c1-6790cfeb6730 2018-10-06 03:21:12,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:13,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cc658b95-0c9d-4fb3-9100-21478536a0d0 Date: Sat, 06 Oct 2018 03:21:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:13,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net used request id req-cc658b95-0c9d-4fb3-9100-21478536a0d0 2018-10-06 03:21:13,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:13,054 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:13,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:13,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5edd34ca-599c-4339-9389-e03712c014a5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:13,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-5edd34ca-599c-4339-9389-e03712c014a5 2018-10-06 03:21:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:13,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb6dd26f-a0b6-47c5-8847-97c8113b7521 Date: Sat, 06 Oct 2018 03:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:13,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-fb6dd26f-a0b6-47c5-8847-97c8113b7521 2018-10-06 03:21:13,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18&name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:13,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1764b245-b252-4d85-b0bd-5207d1c60e97 Date: Sat, 06 Oct 2018 03:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:13,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18&name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet used request id req-1764b245-b252-4d85-b0bd-5207d1c60e97 2018-10-06 03:21:13,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:13,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:13,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["izetMxLYQ9-coOHuSQZKFg"], "issued_at": "2018-10-06T03:21:13.000000Z"}} 2018-10-06 03:21:13,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bfb997421f8df224e8c8a8b2e2f6161872fb7ee" 2018-10-06 03:21:13,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052f2ddc-9e88-4259-b4bd-5e0fe50f0f80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:13,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-052f2ddc-9e88-4259-b4bd-5e0fe50f0f80 2018-10-06 03:21:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:14,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a8aab944-df7d-4c23-9e26-0a4964fdc531 Date: Sat, 06 Oct 2018 03:21:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:14,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net used request id req-a8aab944-df7d-4c23-9e26-0a4964fdc531 2018-10-06 03:21:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:14,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d5b40f45-ede0-4b29-9f26-768805ed5094 Date: Sat, 06 Oct 2018 03:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:14,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-d5b40f45-ede0-4b29-9f26-768805ed5094 2018-10-06 03:21:14,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:14,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b55424ff-23c8-420b-83fd-f9f087e30b34 Date: Sat, 06 Oct 2018 03:21:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:12Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:11Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:14,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net used request id req-b55424ff-23c8-420b-83fd-f9f087e30b34 2018-10-06 03:21:14,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:14,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:14,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bfb997421f8df224e8c8a8b2e2f6161872fb7ee" 2018-10-06 03:21:14,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5a753fb-1e01-4027-8a04-9f78097c1581 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:14,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-d5a753fb-1e01-4027-8a04-9f78097c1581 2018-10-06 03:21:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:14,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1835d25a-2aad-42e8-b9a7-e2c028650223 Date: Sat, 06 Oct 2018 03:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:14,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-1835d25a-2aad-42e8-b9a7-e2c028650223 2018-10-06 03:21:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18&name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:14,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-38c3e3ee-6779-4800-bf2e-d4277a8c6f6c Date: Sat, 06 Oct 2018 03:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69325b3b-991a-44e7-97e0-4b1a42e4aa18","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:12Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:12Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet"}]} 2018-10-06 03:21:14,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=69325b3b-991a-44e7-97e0-4b1a42e4aa18&name=NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet used request id req-38c3e3ee-6779-4800-bf2e-d4277a8c6f6c 2018-10-06 03:21:14,979 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net 2018-10-06 03:21:14,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" -d '{"port": {"network_id": "69325b3b-991a-44e7-97e0-4b1a42e4aa18", "fixed_ips": [{"subnet_id": "2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-port", "admin_state_up": true}}' 2018-10-06 03:21:15,411 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-6b2e85d7-1795-4be7-8828-f04b57beb575 Date: Sat, 06 Oct 2018 03:21:15 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-06 03:21:15,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-6b2e85d7-1795-4be7-8828-f04b57beb575 2018-10-06 03:21:15,411 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-06 03:21:15,412 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet 2018-10-06 03:21:15,412 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-subnet 2018-10-06 03:21:15,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:17,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c9a697c-2296-44da-a586-edcb43fbf057 Date: Sat, 06 Oct 2018 03:21:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:17,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2765fa6e-0c0e-459d-9d2b-f5f4ac7cd4df used request id req-4c9a697c-2296-44da-a586-edcb43fbf057 2018-10-06 03:21:17,620 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c7fdbd15-2206-49e9-86ca-83f4af6aadaf-pub-net 2018-10-06 03:21:17,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/69325b3b-991a-44e7-97e0-4b1a42e4aa18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6b5852449e7e00deef8f542a851795e4a34747" 2018-10-06 03:21:18,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74e2a5b4-8697-46ff-a3b2-0bb64d121b6d Date: Sat, 06 Oct 2018 03:21:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:18,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/69325b3b-991a-44e7-97e0-4b1a42e4aa18 used request id req-74e2a5b4-8697-46ff-a3b2-0bb64d121b6d 2018-10-06 03:21:18,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:19,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["8V_72vMHRpugKNl-ZXkpww"], "issued_at": "2018-10-06T03:21:19.000000Z"}} 2018-10-06 03:21:19,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:19,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae7451c-4b7b-4d0b-8b47-74fde2684d7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:19,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dae7451c-4b7b-4d0b-8b47-74fde2684d7d 2018-10-06 03:21:19,217 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net 2018-10-06 03:21:19,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" -d '{"network": {"name": "NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net", "admin_state_up": true}}' 2018-10-06 03:21:19,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-aae1d902-a35e-49b9-90db-dd8593a6b483 Date: Sat, 06 Oct 2018 03:21:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:19Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","mtu":1450}} 2018-10-06 03:21:19,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-aae1d902-a35e-49b9-90db-dd8593a6b483 2018-10-06 03:21:19,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:19,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-38054eed-b59a-47cb-8995-17119113df45 Date: Sat, 06 Oct 2018 03:21:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:19,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-38054eed-b59a-47cb-8995-17119113df45 2018-10-06 03:21:19,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:20,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-66beceb9-00a0-4637-b7ca-dc93ba816fdb Date: Sat, 06 Oct 2018 03:21:20 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:21:20,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-66beceb9-00a0-4637-b7ca-dc93ba816fdb 2018-10-06 03:21:20,052 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet 2018-10-06 03:21:20,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" -d '{"subnets": [{"ip_version": 4, "network_id": "31d5c31c-87ee-45ff-9c24-c16a927995fc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]}' 2018-10-06 03:21:20,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a915737-697b-483c-918d-7bbdcdbd99e4 Date: Sat, 06 Oct 2018 03:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:20,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-3a915737-697b-483c-918d-7bbdcdbd99e4 2018-10-06 03:21:20,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:20,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d1194740-2708-48e3-8929-c4e06cd43c99 Date: Sat, 06 Oct 2018 03:21:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["fd03e04c-5713-4b9b-b5ab-477dcc15498a"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:20,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-d1194740-2708-48e3-8929-c4e06cd43c99 2018-10-06 03:21:20,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:21,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1082a69-4567-43c3-b84f-a5d227f4c372 Date: Sat, 06 Oct 2018 03:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:21,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-c1082a69-4567-43c3-b84f-a5d227f4c372 2018-10-06 03:21:21,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:21,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-09a852db-c0fc-4df1-b686-6953d8f24589 Date: Sat, 06 Oct 2018 03:21:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["fd03e04c-5713-4b9b-b5ab-477dcc15498a"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:21,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net used request id req-09a852db-c0fc-4df1-b686-6953d8f24589 2018-10-06 03:21:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:21,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:21,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:21,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad973a8-c503-42f4-b064-08e9aa7f2a47 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:21,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-6ad973a8-c503-42f4-b064-08e9aa7f2a47 2018-10-06 03:21:21,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:21,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6be4dcb7-b923-4c5b-9f2b-502206ea41f6 Date: Sat, 06 Oct 2018 03:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:21,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-6be4dcb7-b923-4c5b-9f2b-502206ea41f6 2018-10-06 03:21:21,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc&name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:21,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90ca11ff-534b-4697-a9d1-00b31fe89562 Date: Sat, 06 Oct 2018 03:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:21,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc&name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet used request id req-90ca11ff-534b-4697-a9d1-00b31fe89562 2018-10-06 03:21:21,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:21,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:22,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["BquAcrfhSkadNUIdDPJiZw"], "issued_at": "2018-10-06T03:21:22.000000Z"}} 2018-10-06 03:21:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26607de63fee7087b33cc3fa6d05abb523285cd3" 2018-10-06 03:21:22,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d184b49-822f-4961-87c7-3de0413467bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:22,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d184b49-822f-4961-87c7-3de0413467bf 2018-10-06 03:21:22,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-53490176-28c4-4e3e-b175-e0eec5bb6129 Date: Sat, 06 Oct 2018 03:21:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["fd03e04c-5713-4b9b-b5ab-477dcc15498a"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:22,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net used request id req-53490176-28c4-4e3e-b175-e0eec5bb6129 2018-10-06 03:21:22,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:22,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dab03db6-ec06-41ae-a195-1c5261d7e627 Date: Sat, 06 Oct 2018 03:21:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:22,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-dab03db6-ec06-41ae-a195-1c5261d7e627 2018-10-06 03:21:22,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:22,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bc2cdf78-068b-4cee-8c8e-ee40296af5c9 Date: Sat, 06 Oct 2018 03:21:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["fd03e04c-5713-4b9b-b5ab-477dcc15498a"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:19Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:22,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net used request id req-bc2cdf78-068b-4cee-8c8e-ee40296af5c9 2018-10-06 03:21:22,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:22,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:22,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26607de63fee7087b33cc3fa6d05abb523285cd3" 2018-10-06 03:21:22,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6d875f-89ea-4917-926d-701f0ad7571a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:22,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-af6d875f-89ea-4917-926d-701f0ad7571a 2018-10-06 03:21:22,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:22,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08451db1-28ff-4bfc-a184-1336e4d08b55 Date: Sat, 06 Oct 2018 03:21:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:22,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-08451db1-28ff-4bfc-a184-1336e4d08b55 2018-10-06 03:21:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc&name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:23,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4640e3e1-7341-4bc0-8160-1a7444655816 Date: Sat, 06 Oct 2018 03:21:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31d5c31c-87ee-45ff-9c24-c16a927995fc","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:20Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"fd03e04c-5713-4b9b-b5ab-477dcc15498a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet"}]} 2018-10-06 03:21:23,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=31d5c31c-87ee-45ff-9c24-c16a927995fc&name=NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet used request id req-4640e3e1-7341-4bc0-8160-1a7444655816 2018-10-06 03:21:23,095 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net 2018-10-06 03:21:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" -d '{"port": {"network_id": "31d5c31c-87ee-45ff-9c24-c16a927995fc", "fixed_ips": [{"subnet_id": "fd03e04c-5713-4b9b-b5ab-477dcc15498a", "ip_address": null}], "name": "NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-port", "admin_state_up": true}}' 2018-10-06 03:21:23,250 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-7c2c8b03-8229-4481-9651-f76b69019953 Date: Sat, 06 Oct 2018 03:21:23 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:21:23,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-7c2c8b03-8229-4481-9651-f76b69019953 2018-10-06 03:21:23,251 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 03:21:23,251 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet 2018-10-06 03:21:23,251 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-subnet 2018-10-06 03:21:23,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/fd03e04c-5713-4b9b-b5ab-477dcc15498a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:25,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa37643d-7d40-4ef6-83ad-c38464e1b41b Date: Sat, 06 Oct 2018 03:21:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:25,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fd03e04c-5713-4b9b-b5ab-477dcc15498a used request id req-fa37643d-7d40-4ef6-83ad-c38464e1b41b 2018-10-06 03:21:25,502 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-cbea7aaf-e27d-468c-882c-06b6a54a2859-pub-net 2018-10-06 03:21:25,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/31d5c31c-87ee-45ff-9c24-c16a927995fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20474e83fa7d07316a026bd2400e7fe8d56f9e3c" 2018-10-06 03:21:26,680 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c99bdef-06b3-4888-a5a9-798f1e2bf291 Date: Sat, 06 Oct 2018 03:21:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:26,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/31d5c31c-87ee-45ff-9c24-c16a927995fc used request id req-8c99bdef-06b3-4888-a5a9-798f1e2bf291 2018-10-06 03:21:26,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:27,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["rAi-OIQrRZeYeeewxDs20A"], "issued_at": "2018-10-06T03:21:27.000000Z"}} 2018-10-06 03:21:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:27,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2aefd34-5b6e-4e14-a334-071c7a25aaad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:27,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a2aefd34-5b6e-4e14-a334-071c7a25aaad 2018-10-06 03:21:27,163 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net 2018-10-06 03:21:27,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" -d '{"network": {"name": "NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net", "admin_state_up": true}}' 2018-10-06 03:21:27,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-34e2f93e-b091-4b1e-8c05-79d99e807de3 Date: Sat, 06 Oct 2018 03:21:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:27Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","mtu":1450}} 2018-10-06 03:21:27,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-34e2f93e-b091-4b1e-8c05-79d99e807de3 2018-10-06 03:21:27,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:27,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-26b526d4-aa68-4f94-8f90-d5663e3dcc31 Date: Sat, 06 Oct 2018 03:21:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:21:27Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:27,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-26b526d4-aa68-4f94-8f90-d5663e3dcc31 2018-10-06 03:21:27,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:28,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51e64284-8b4f-4115-b1a0-d1b9cf18cb32 Date: Sat, 06 Oct 2018 03:21:28 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:21:28,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-51e64284-8b4f-4115-b1a0-d1b9cf18cb32 2018-10-06 03:21:28,017 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet 2018-10-06 03:21:28,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" -d '{"subnets": [{"ip_version": 4, "network_id": "9ee6cff6-1dd7-4074-8564-dbadf7680c82", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]}' 2018-10-06 03:21:28,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb27270b-e7e0-4a4e-b28d-dbd9adff0af5 Date: Sat, 06 Oct 2018 03:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:28,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-fb27270b-e7e0-4a4e-b28d-dbd9adff0af5 2018-10-06 03:21:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:28,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9630a60c-3ec7-4064-80a1-b4b481bf5dd9 Date: Sat, 06 Oct 2018 03:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["71d6d756-b676-4576-8171-63ebe05fad4e"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:28,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-9630a60c-3ec7-4064-80a1-b4b481bf5dd9 2018-10-06 03:21:28,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:28,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67217412-9c73-4dec-8472-dfb130647d9d Date: Sat, 06 Oct 2018 03:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:28,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-67217412-9c73-4dec-8472-dfb130647d9d 2018-10-06 03:21:28,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:29,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4565f64d-9e5e-470e-997b-245436b03d42 Date: Sat, 06 Oct 2018 03:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["71d6d756-b676-4576-8171-63ebe05fad4e"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:29,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net used request id req-4565f64d-9e5e-470e-997b-245436b03d42 2018-10-06 03:21:29,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:29,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:29,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:29,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535dd1bf-f372-43c8-9755-745179ab9a27 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:29,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-535dd1bf-f372-43c8-9755-745179ab9a27 2018-10-06 03:21:29,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:29,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ee53061-4afc-4642-b379-7a9d4346d54b Date: Sat, 06 Oct 2018 03:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:29,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-5ee53061-4afc-4642-b379-7a9d4346d54b 2018-10-06 03:21:29,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82&name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:29,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb8c47ab-5e5e-4002-a2ca-0eb1b7f285a4 Date: Sat, 06 Oct 2018 03:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:29,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82&name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet used request id req-cb8c47ab-5e5e-4002-a2ca-0eb1b7f285a4 2018-10-06 03:21:29,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:29,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:29,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["2HaSfpM-TgKs4OMNDneIMA"], "issued_at": "2018-10-06T03:21:29.000000Z"}} 2018-10-06 03:21:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c3ee2aee1bb9f376e9534f7295092a09dc1da3" 2018-10-06 03:21:30,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9b7cf3-93eb-4433-9a2e-74b9c2c633bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:30,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa9b7cf3-93eb-4433-9a2e-74b9c2c633bd 2018-10-06 03:21:30,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:30,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b221d686-7524-45a1-8a77-2917dbe7c48f Date: Sat, 06 Oct 2018 03:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["71d6d756-b676-4576-8171-63ebe05fad4e"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:30,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net used request id req-b221d686-7524-45a1-8a77-2917dbe7c48f 2018-10-06 03:21:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:30,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a44c676-d1ac-4566-9f90-cbc927e93800 Date: Sat, 06 Oct 2018 03:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:30,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-7a44c676-d1ac-4566-9f90-cbc927e93800 2018-10-06 03:21:30,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:30,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4501fcb5-417d-4512-9b0e-b17044a9e273 Date: Sat, 06 Oct 2018 03:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["71d6d756-b676-4576-8171-63ebe05fad4e"],"description":"","tags":[],"updated_at":"2018-10-06T03:21:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:27Z","provider:network_type":"vxlan"}]} 2018-10-06 03:21:30,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net used request id req-4501fcb5-417d-4512-9b0e-b17044a9e273 2018-10-06 03:21:30,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:30,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:30,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08c3ee2aee1bb9f376e9534f7295092a09dc1da3" 2018-10-06 03:21:30,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1edc66-5ba6-48ba-985b-f2aa4664b63b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:30,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-fd1edc66-5ba6-48ba-985b-f2aa4664b63b 2018-10-06 03:21:30,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:31,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-379768f3-e720-41e2-a3f1-ef0d2a40043c Date: Sat, 06 Oct 2018 03:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:31,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-379768f3-e720-41e2-a3f1-ef0d2a40043c 2018-10-06 03:21:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82&name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:31,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4eee7bae-49e7-4ce6-bdb3-54a16b3afde0 Date: Sat, 06 Oct 2018 03:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:28Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:28Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"71d6d756-b676-4576-8171-63ebe05fad4e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet"}]} 2018-10-06 03:21:31,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9ee6cff6-1dd7-4074-8564-dbadf7680c82&name=NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet used request id req-4eee7bae-49e7-4ce6-bdb3-54a16b3afde0 2018-10-06 03:21:31,205 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net 2018-10-06 03:21:31,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" -d '{"port": {"network_id": "9ee6cff6-1dd7-4074-8564-dbadf7680c82", "fixed_ips": [{"subnet_id": "71d6d756-b676-4576-8171-63ebe05fad4e", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-06 03:21:31,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-f41c1845-5c4d-4bd7-8c97-0a7bc61dc5bd Date: Sat, 06 Oct 2018 03:21:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:31Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"71d6d756-b676-4576-8171-63ebe05fad4e","ip_address":"10.55.1.100"}],"id":"979823d5-625a-4bea-9498-da9ecf269c6b","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:34:e2:45","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:31Z","binding:vnic_type":"normal"}} 2018-10-06 03:21:31,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f41c1845-5c4d-4bd7-8c97-0a7bc61dc5bd 2018-10-06 03:21:31,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/979823d5-625a-4bea-9498-da9ecf269c6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:32,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-1a98c3fc-011b-48c6-a893-671b322b66b6 Date: Sat, 06 Oct 2018 03:21:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"71d6d756-b676-4576-8171-63ebe05fad4e","ip_address":"10.55.1.100"}],"id":"979823d5-625a-4bea-9498-da9ecf269c6b","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:34:e2:45","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"9ee6cff6-1dd7-4074-8564-dbadf7680c82","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:21:31Z","binding:vnic_type":"normal"}} 2018-10-06 03:21:32,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/979823d5-625a-4bea-9498-da9ecf269c6b used request id req-1a98c3fc-011b-48c6-a893-671b322b66b6 2018-10-06 03:21:32,039 - neutron_utils - INFO - Deleting port with name 2018-10-06 03:21:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/979823d5-625a-4bea-9498-da9ecf269c6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:32,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64b61afc-f17c-4273-9f87-ce28c8a6043c Date: Sat, 06 Oct 2018 03:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:32,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/979823d5-625a-4bea-9498-da9ecf269c6b used request id req-64b61afc-f17c-4273-9f87-ce28c8a6043c 2018-10-06 03:21:32,608 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet 2018-10-06 03:21:32,608 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-subnet 2018-10-06 03:21:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/71d6d756-b676-4576-8171-63ebe05fad4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:34,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21b8052a-c839-4f48-8237-599eec325466 Date: Sat, 06 Oct 2018 03:21:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:34,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/71d6d756-b676-4576-8171-63ebe05fad4e used request id req-21b8052a-c839-4f48-8237-599eec325466 2018-10-06 03:21:34,584 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-83bcb431-6da5-40cf-925f-14ff97c1e4db-pub-net 2018-10-06 03:21:34,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/9ee6cff6-1dd7-4074-8564-dbadf7680c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad6b27112bad0412dd22aa3ce70cca1618abf83" 2018-10-06 03:21:35,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-684337c6-ede4-497b-b8c3-7f67f992e5af Date: Sat, 06 Oct 2018 03:21:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:35,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/9ee6cff6-1dd7-4074-8564-dbadf7680c82 used request id req-684337c6-ede4-497b-b8c3-7f67f992e5af 2018-10-06 03:21:35,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:36,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["TNFQon38T-C8HS0Hm2FF6Q"], "issued_at": "2018-10-06T03:21:36.000000Z"}} 2018-10-06 03:21:36,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecb1d3872046b9ec6805cdee9bb8cdd4952698" 2018-10-06 03:21:36,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8725057d-43a1-4dc5-996a-8cd32f45cecd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:36,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8725057d-43a1-4dc5-996a-8cd32f45cecd 2018-10-06 03:21:36,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:36,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:36,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Z5kuyIRuQQWoqXkO8Txa7A"], "issued_at": "2018-10-06T03:21:36.000000Z"}} 2018-10-06 03:21:36,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3caae4fa853615f524865dd755e711796ba92b77" 2018-10-06 03:21:36,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039a180a-8c4c-4946-89be-4763aa5f6135 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:36,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-039a180a-8c4c-4946-89be-4763aa5f6135 2018-10-06 03:21:37,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-4910183d-e08c-447c-a543-95ca29a1654e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecb1d3872046b9ec6805cdee9bb8cdd4952698" 2018-10-06 03:21:37,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7267d05b-69a3-4f5d-a2dc-8ead27ae03e6 Date: Sat, 06 Oct 2018 03:21:37 GMT RESP BODY: {"networks":[]} 2018-10-06 03:21:37,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NeutronUtilsRouterTests-4910183d-e08c-447c-a543-95ca29a1654e-pub-net used request id req-7267d05b-69a3-4f5d-a2dc-8ead27ae03e6 2018-10-06 03:21:37,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:37,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["9TXSHXCjRpK6dIkchZH4pw"], "issued_at": "2018-10-06T03:21:37.000000Z"}} 2018-10-06 03:21:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:37,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f7eff1-e0b7-4d82-9999-111f8e9827da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:37,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1f7eff1-e0b7-4d82-9999-111f8e9827da 2018-10-06 03:21:37,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:37,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:38,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["nD8GqDSHR_yku2VRx5Nzjw"], "issued_at": "2018-10-06T03:21:38.000000Z"}} 2018-10-06 03:21:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b14c4f10d2f037084822183f2f1bd002f4e30d9a" 2018-10-06 03:21:38,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45abd2e-b606-4fca-ad73-92bac9d2fc11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:38,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d45abd2e-b606-4fca-ad73-92bac9d2fc11 2018-10-06 03:21:38,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:38,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-fc9f83f6-3335-4028-be9e-1a8624c83660 Date: Sat, 06 Oct 2018 03:21:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:21:38,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-fc9f83f6-3335-4028-be9e-1a8624c83660 2018-10-06 03:21:38,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:38,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e2c83c9d-e9a7-4b8d-81d9-46f106d9c110 Date: Sat, 06 Oct 2018 03:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:21:38,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-e2c83c9d-e9a7-4b8d-81d9-46f106d9c110 2018-10-06 03:21:38,597 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router 2018-10-06 03:21:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router", "admin_state_up": true}}' 2018-10-06 03:21:43,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-4c76668e-8bf8-4022-a9f1-a6b7cd056743 Date: Sat, 06 Oct 2018 03:21:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:21:39Z", "admin_state_up": true, "updated_at": "2018-10-06T03:21:40Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f8811bfb-34e4-47a5-b597-6dad69fe0352", "name": "NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router"}} 2018-10-06 03:21:43,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-4c76668e-8bf8-4022-a9f1-a6b7cd056743 2018-10-06 03:21:43,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f8811bfb-34e4-47a5-b597-6dad69fe0352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:43,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-c0c67e78-5633-49c9-88d1-473b41d0e66e Date: Sat, 06 Oct 2018 03:21:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.10"}],"id":"7953f62b-0880-47a5-8952-5c75d103a8fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:9e:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:42Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:39Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.203"}],"id":"90cb13c7-1ea8-4ba5-9855-e4bf3fdadadd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:0d:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:21:39Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:40Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.8"}],"id":"cc192489-e111-42a2-b237-03d480def35b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:24:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:40Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.7"}],"id":"cc1a664b-57bf-4543-a1a4-9ac70b13427b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:08:0e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:41Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"}]} 2018-10-06 03:21:43,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f8811bfb-34e4-47a5-b597-6dad69fe0352 used request id req-c0c67e78-5633-49c9-88d1-473b41d0e66e 2018-10-06 03:21:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6d0ecd35-fc87-4248-ae12-1a437f36dda5 Date: Sat, 06 Oct 2018 03:21:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:21:44,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-6d0ecd35-fc87-4248-ae12-1a437f36dda5 2018-10-06 03:21:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a19a4609-16df-4225-b397-e36e12c88737 Date: Sat, 06 Oct 2018 03:21:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:44,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-a19a4609-16df-4225-b397-e36e12c88737 2018-10-06 03:21:44,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9a3143c3-5eed-436a-9508-15ab7be00bbd Date: Sat, 06 Oct 2018 03:21:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:44,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-9a3143c3-5eed-436a-9508-15ab7be00bbd 2018-10-06 03:21:44,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-60698d12-dcf1-4bb0-aa98-331b2a1a9e8d Date: Sat, 06 Oct 2018 03:21:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:44,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-60698d12-dcf1-4bb0-aa98-331b2a1a9e8d 2018-10-06 03:21:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8b009b98-5a2c-4c52-9a6a-0843475bff51 Date: Sat, 06 Oct 2018 03:21:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:21:39Z", "admin_state_up": true, "updated_at": "2018-10-06T03:21:42Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "f8811bfb-34e4-47a5-b597-6dad69fe0352", "name": "NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router"}]} 2018-10-06 03:21:44,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router used request id req-8b009b98-5a2c-4c52-9a6a-0843475bff51 2018-10-06 03:21:44,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:44,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:44,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:44,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb6dde0-3c04-4300-97e0-f99a1fad490d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:44,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-7bb6dde0-3c04-4300-97e0-f99a1fad490d 2018-10-06 03:21:44,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f8811bfb-34e4-47a5-b597-6dad69fe0352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:45,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3441 X-Openstack-Request-Id: req-f4eff004-9178-4944-9e9f-279d5ed0d9ef Date: Sat, 06 Oct 2018 03:21:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.10"}],"id":"7953f62b-0880-47a5-8952-5c75d103a8fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:9e:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:42Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:44Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.203"}],"id":"90cb13c7-1ea8-4ba5-9855-e4bf3fdadadd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:0d:e7","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:21:39Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:45Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.8"}],"id":"cc192489-e111-42a2-b237-03d480def35b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:24:7c","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:40Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:44Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","ip_address":"169.254.192.7"}],"id":"cc1a664b-57bf-4543-a1a4-9ac70b13427b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:08:0e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:41Z","binding:vnic_type":"normal","device_id":"f8811bfb-34e4-47a5-b597-6dad69fe0352"}]} 2018-10-06 03:21:45,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f8811bfb-34e4-47a5-b597-6dad69fe0352 used request id req-f4eff004-9178-4944-9e9f-279d5ed0d9ef 2018-10-06 03:21:45,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:45,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-847a8181-5656-4edd-b52a-0f64391cb784 Date: Sat, 06 Oct 2018 03:21:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:21:45,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-847a8181-5656-4edd-b52a-0f64391cb784 2018-10-06 03:21:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:45,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7fc55395-e129-4eaa-b276-49e022a7f2eb Date: Sat, 06 Oct 2018 03:21:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:45,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-7fc55395-e129-4eaa-b276-49e022a7f2eb 2018-10-06 03:21:45,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:45,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cebc9094-d64f-4a73-bf50-150b8fd111c8 Date: Sat, 06 Oct 2018 03:21:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:45,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-cebc9094-d64f-4a73-bf50-150b8fd111c8 2018-10-06 03:21:45,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:45,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4d03e553-48ac-432a-b455-0a5cb9a560e8 Date: Sat, 06 Oct 2018 03:21:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5192ee0f-b13f-49d8-b15f-3a40ddb7009b","tenant_id":"","created_at":"2018-10-06T03:21:39Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:39Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"aa3eb79f-9021-4eb2-acde-84d2efa39496","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:45,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/aa3eb79f-9021-4eb2-acde-84d2efa39496 used request id req-4d03e553-48ac-432a-b455-0a5cb9a560e8 2018-10-06 03:21:45,955 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router 2018-10-06 03:21:45,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/f8811bfb-34e4-47a5-b597-6dad69fe0352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:49,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67bba887-2422-457a-8d2c-ae8d1f355dc7 Content-Length: 0 Date: Sat, 06 Oct 2018 03:21:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:21:49,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f8811bfb-34e4-47a5-b597-6dad69fe0352 used request id req-67bba887-2422-457a-8d2c-ae8d1f355dc7 2018-10-06 03:21:49,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}465cb6f2291c78eaa4974930bf9115e65724944e" 2018-10-06 03:21:49,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-992366ef-372a-4337-b50f-4cd64ba81024 Date: Sat, 06 Oct 2018 03:21:49 GMT RESP BODY: {"routers": []} 2018-10-06 03:21:49,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-a54bd511-680d-456f-8cf0-ae74100ddfc9-pub-router used request id req-992366ef-372a-4337-b50f-4cd64ba81024 2018-10-06 03:21:49,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:49,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["mUhs_hk0RDKpMdiQaaRyBg"], "issued_at": "2018-10-06T03:21:49.000000Z"}} 2018-10-06 03:21:49,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:49,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ef3937-1475-45b9-b0b9-174135ebf241 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:49,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-34ef3937-1475-45b9-b0b9-174135ebf241 2018-10-06 03:21:49,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:21:49,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:21:50,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:21:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["IiQKWqysTBmfqc648mFXAQ"], "issued_at": "2018-10-06T03:21:50.000000Z"}} 2018-10-06 03:21:50,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cef372a327ce01cce587748e36bc42e31bbb6e0" 2018-10-06 03:21:50,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c97a582-ffcb-4047-95da-b82cf88b3bd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:21:50,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0c97a582-ffcb-4047-95da-b82cf88b3bd7 2018-10-06 03:21:50,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:50,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-14659dc6-3cb0-4d16-8ff3-09aed2a305dc Date: Sat, 06 Oct 2018 03:21:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:21:50,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-14659dc6-3cb0-4d16-8ff3-09aed2a305dc 2018-10-06 03:21:50,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:50,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d395966a-0e70-4fd0-a06b-46ef882609b8 Date: Sat, 06 Oct 2018 03:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:21:50,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-d395966a-0e70-4fd0-a06b-46ef882609b8 2018-10-06 03:21:50,798 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router 2018-10-06 03:21:50,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router", "admin_state_up": true}}' 2018-10-06 03:21:55,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-eb780aee-ee19-4a98-8a2b-d3e2f4c24fce Date: Sat, 06 Oct 2018 03:21:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:21:51Z", "admin_state_up": true, "updated_at": "2018-10-06T03:21:52Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "3a56176b-754e-42f8-b3f0-c2ddd7d72a73", "name": "NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router"}} 2018-10-06 03:21:55,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-eb780aee-ee19-4a98-8a2b-d3e2f4c24fce 2018-10-06 03:21:55,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=3a56176b-754e-42f8-b3f0-c2ddd7d72a73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:55,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-04b3b2d1-f1db-45ac-9ed3-32389a45589c Date: Sat, 06 Oct 2018 03:21:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.6"}],"id":"0e3970a6-1948-431a-93f8-8cf3b1772bfe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:97:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:53Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.10"}],"id":"1152f2c2-c8e2-46c9-9476-8888e5ee8905","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:de:77","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:54Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:52Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.209"}],"id":"a0e4c869-9b92-401e-9391-9e3845fd61f5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:2b:be","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:21:51Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.9"}],"id":"aeea1fa3-305b-4389-81d6-67c5f068ae4e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:9e:46","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:52Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"}]} 2018-10-06 03:21:55,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=3a56176b-754e-42f8-b3f0-c2ddd7d72a73 used request id req-04b3b2d1-f1db-45ac-9ed3-32389a45589c 2018-10-06 03:21:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3e675f7f-d855-4ef3-be0e-df9ebf47a9ad Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:21:56,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-3e675f7f-d855-4ef3-be0e-df9ebf47a9ad 2018-10-06 03:21:56,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ddb9259a-0d3e-4a14-89fa-82ee102875bf Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:56,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-ddb9259a-0d3e-4a14-89fa-82ee102875bf 2018-10-06 03:21:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a65e14ac-fdff-4ccc-9bd0-93b77da53681 Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:56,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-a65e14ac-fdff-4ccc-9bd0-93b77da53681 2018-10-06 03:21:56,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5ec00791-8199-4686-af0a-a1f7525c39a9 Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:56,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-5ec00791-8199-4686-af0a-a1f7525c39a9 2018-10-06 03:21:56,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-e81ed579-27aa-465d-9424-7064599219f8 Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:21:51Z", "admin_state_up": true, "updated_at": "2018-10-06T03:21:54Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "3a56176b-754e-42f8-b3f0-c2ddd7d72a73", "name": "NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router"}]} 2018-10-06 03:21:56,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router used request id req-e81ed579-27aa-465d-9424-7064599219f8 2018-10-06 03:21:56,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:21:56,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:21:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:21:56,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9311bbee-9326-4a2a-8970-093914421a42 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:21:56,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-9311bbee-9326-4a2a-8970-093914421a42 2018-10-06 03:21:56,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=3a56176b-754e-42f8-b3f0-c2ddd7d72a73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:56,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-958c1d64-2aed-4ee0-9412-8e6c279f92a0 Date: Sat, 06 Oct 2018 03:21:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.6"}],"id":"0e3970a6-1948-431a-93f8-8cf3b1772bfe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:97:c3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:53Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:56Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.10"}],"id":"1152f2c2-c8e2-46c9-9476-8888e5ee8905","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:de:77","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:54Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:56Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.209"}],"id":"a0e4c869-9b92-401e-9391-9e3845fd61f5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:2b:be","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T03:21:51Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:21:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","ip_address":"169.254.192.9"}],"id":"aeea1fa3-305b-4389-81d6-67c5f068ae4e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:9e:46","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e4e4dbc1765f472bbf0303a7f0b4a801","admin_state_up":true,"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:52Z","binding:vnic_type":"normal","device_id":"3a56176b-754e-42f8-b3f0-c2ddd7d72a73"}]} 2018-10-06 03:21:56,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=3a56176b-754e-42f8-b3f0-c2ddd7d72a73 used request id req-958c1d64-2aed-4ee0-9412-8e6c279f92a0 2018-10-06 03:21:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6a7aee96-539f-48ac-90ab-093349e8a39b Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 03:21:57,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-6a7aee96-539f-48ac-90ab-093349e8a39b 2018-10-06 03:21:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ac7132ea-c662-4042-8631-e47b33ff1a7d Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:57,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-ac7132ea-c662-4042-8631-e47b33ff1a7d 2018-10-06 03:21:57,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-76a85356-5663-4e74-bdaf-62a4a6045f1d Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:57,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-76a85356-5663-4e74-bdaf-62a4a6045f1d 2018-10-06 03:21:57,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0d9e6598-22ef-496e-a529-9501a193532e Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ca3f6d8c-5616-4e04-ab94-fcee5948d70a","tenant_id":"","created_at":"2018-10-06T03:21:51Z","dns_nameservers":[],"updated_at":"2018-10-06T03:21:51Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"12d5b985-02ad-4cde-a5fd-6ece78cbe1ec","subnetpool_id":null,"name":"HA subnet tenant e4e4dbc1765f472bbf0303a7f0b4a801"}} 2018-10-06 03:21:57,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/12d5b985-02ad-4cde-a5fd-6ece78cbe1ec used request id req-0d9e6598-22ef-496e-a529-9501a193532e 2018-10-06 03:21:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b79d0d77-9432-43c3-86f9-0e1e4f97bb19 Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:21:57,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b79d0d77-9432-43c3-86f9-0e1e4f97bb19 2018-10-06 03:21:57,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:21:57,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0efb30fa-eda8-4088-a6aa-e7401f2dc4af Date: Sat, 06 Oct 2018 03:21:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:21:57,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-0efb30fa-eda8-4088-a6aa-e7401f2dc4af 2018-10-06 03:21:57,735 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router 2018-10-06 03:21:57,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/3a56176b-754e-42f8-b3f0-c2ddd7d72a73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:22:01,103 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4aed7826-9bdd-46fd-88d9-2814b6d88ff2 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:01,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/3a56176b-754e-42f8-b3f0-c2ddd7d72a73 used request id req-4aed7826-9bdd-46fd-88d9-2814b6d88ff2 2018-10-06 03:22:01,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01f740838609c8e7ae16462b99bf3cf6963cb898" 2018-10-06 03:22:01,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9dcfb8d4-883b-4fd2-a47b-c3989aadd7a7 Date: Sat, 06 Oct 2018 03:22:01 GMT RESP BODY: {"routers": []} 2018-10-06 03:22:01,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=NeutronUtilsRouterTests-aa71b2d0-db5f-430e-a554-975dafcd67bb-pub-router used request id req-9dcfb8d4-883b-4fd2-a47b-c3989aadd7a7 2018-10-06 03:22:01,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:01,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["fUnv4EP-SV6qfxevV-7kPA"], "issued_at": "2018-10-06T03:22:01.000000Z"}} 2018-10-06 03:22:01,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:01,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4408d633-11ad-4797-a8f2-9283f85ecd43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:01,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4408d633-11ad-4797-a8f2-9283f85ecd43 2018-10-06 03:22:01,623 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name 2018-10-06 03:22:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name"}}' 2018-10-06 03:22:01,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-e562c191-4372-4eb9-80e6-151d9a3aea8d Date: Sat, 06 Oct 2018 03:22:01 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "updated_at": "2018-10-06T03:22:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "revision_number": 0, "id": "5436734b-27c1-438b-a376-79b61380235c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "revision_number": 0, "id": "ea801ca5-46a7-437e-915c-ed9697a2bf26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "0fed8b63-cee6-4681-9712-a023867ff5af", "name": "NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name"}} 2018-10-06 03:22:01,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-e562c191-4372-4eb9-80e6-151d9a3aea8d 2018-10-06 03:22:01,970 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fed8b63-cee6-4681-9712-a023867ff5af 2018-10-06 03:22:01,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0fed8b63-cee6-4681-9712-a023867ff5af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:02,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8dde9ae1-6161-40cb-b120-de7fddad307a Date: Sat, 06 Oct 2018 03:22:02 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-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "5436734b-27c1-438b-a376-79b61380235c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ea801ca5-46a7-437e-915c-ed9697a2bf26"}]} 2018-10-06 03:22:02,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0fed8b63-cee6-4681-9712-a023867ff5af used request id req-8dde9ae1-6161-40cb-b120-de7fddad307a 2018-10-06 03:22:02,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:02,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-3e6a09e0-d0db-406f-8e11-b9bdf4d8c9b7 Date: Sat, 06 Oct 2018 03:22:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "updated_at": "2018-10-06T03:22:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "revision_number": 0, "id": "5436734b-27c1-438b-a376-79b61380235c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "revision_number": 0, "id": "ea801ca5-46a7-437e-915c-ed9697a2bf26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "0fed8b63-cee6-4681-9712-a023867ff5af", "name": "NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name"}]} 2018-10-06 03:22:02,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name used request id req-3e6a09e0-d0db-406f-8e11-b9bdf4d8c9b7 2018-10-06 03:22:02,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fed8b63-cee6-4681-9712-a023867ff5af 2018-10-06 03:22:02,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0fed8b63-cee6-4681-9712-a023867ff5af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:02,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6059376c-8287-40a9-ba7d-e58389d76669 Date: Sat, 06 Oct 2018 03:22:02 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-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "5436734b-27c1-438b-a376-79b61380235c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:01Z", "security_group_id": "0fed8b63-cee6-4681-9712-a023867ff5af", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ea801ca5-46a7-437e-915c-ed9697a2bf26"}]} 2018-10-06 03:22:02,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0fed8b63-cee6-4681-9712-a023867ff5af used request id req-6059376c-8287-40a9-ba7d-e58389d76669 2018-10-06 03:22:02,532 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name 2018-10-06 03:22:02,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/0fed8b63-cee6-4681-9712-a023867ff5af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:02,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fa3ed8c-164d-43f9-988d-786dd5ad3874 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:02,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/0fed8b63-cee6-4681-9712-a023867ff5af used request id req-9fa3ed8c-164d-43f9-988d-786dd5ad3874 2018-10-06 03:22:02,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05fc0cd5691c95fe80c48183131862ccc707312" 2018-10-06 03:22:03,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-47173ad1-450f-4de8-b9a6-249e1d65c552 Date: Sat, 06 Oct 2018 03:22:03 GMT RESP BODY: {"security_groups": []} 2018-10-06 03:22:03,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-fcc3cd44-2bac-4853-84a5-cf199a4768b0name used request id req-47173ad1-450f-4de8-b9a6-249e1d65c552 2018-10-06 03:22:03,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:03,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["9918NTdKRAOdD-0ES5Iv3w"], "issued_at": "2018-10-06T03:22:03.000000Z"}} 2018-10-06 03:22:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1195f5ed1ac66be4e6fcdb1949de229c1c61a117" 2018-10-06 03:22:03,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d72b27-1ebc-40e8-b787-ca2649a7d33e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:03,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f4d72b27-1ebc-40e8-b787-ca2649a7d33e 2018-10-06 03:22:03,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:03,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ofO7BDyMTaarxRuw3qxjlA"], "issued_at": "2018-10-06T03:22:03.000000Z"}} 2018-10-06 03:22:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" 2018-10-06 03:22:03,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de306a7e-7a29-4fb3-baba-69ddb225682a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:03,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de306a7e-7a29-4fb3-baba-69ddb225682a 2018-10-06 03:22:03,972 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name 2018-10-06 03:22:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name", "description": "hello group"}}' 2018-10-06 03:22:04,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-17dedc40-ca1e-4a2d-b52b-d0efb37041a4 Date: Sat, 06 Oct 2018 03:22:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "updated_at": "2018-10-06T03:22:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "revision_number": 0, "id": "069b3581-d897-4555-8dda-b488347fe3b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "revision_number": 0, "id": "ca6dcb71-1fd2-4240-9a69-44a534bc914f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "name": "NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name"}} 2018-10-06 03:22:04,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-17dedc40-ca1e-4a2d-b52b-d0efb37041a4 2018-10-06 03:22:04,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af8ae7d-2622-47b8-8e35-d032d9de67f4 2018-10-06 03:22:04,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7af8ae7d-2622-47b8-8e35-d032d9de67f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" 2018-10-06 03:22:04,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f37cf046-6136-47d8-8c6e-44508b6d9d87 Date: Sat, 06 Oct 2018 03:22:04 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-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "069b3581-d897-4555-8dda-b488347fe3b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ca6dcb71-1fd2-4240-9a69-44a534bc914f"}]} 2018-10-06 03:22:04,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7af8ae7d-2622-47b8-8e35-d032d9de67f4 used request id req-f37cf046-6136-47d8-8c6e-44508b6d9d87 2018-10-06 03:22:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" 2018-10-06 03:22:04,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-8b54d07f-f32e-447e-b5e3-f1c7e434a168 Date: Sat, 06 Oct 2018 03:22:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "updated_at": "2018-10-06T03:22:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "revision_number": 0, "id": "069b3581-d897-4555-8dda-b488347fe3b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "revision_number": 0, "id": "ca6dcb71-1fd2-4240-9a69-44a534bc914f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "name": "NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name"}]} 2018-10-06 03:22:04,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name&description=hello+group used request id req-8b54d07f-f32e-447e-b5e3-f1c7e434a168 2018-10-06 03:22:04,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af8ae7d-2622-47b8-8e35-d032d9de67f4 2018-10-06 03:22:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7af8ae7d-2622-47b8-8e35-d032d9de67f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" 2018-10-06 03:22:04,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82c7f537-98ad-434e-8114-ea75ef2b3df3 Date: Sat, 06 Oct 2018 03:22:04 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-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "069b3581-d897-4555-8dda-b488347fe3b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:04Z", "security_group_id": "7af8ae7d-2622-47b8-8e35-d032d9de67f4", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:04Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ca6dcb71-1fd2-4240-9a69-44a534bc914f"}]} 2018-10-06 03:22:04,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7af8ae7d-2622-47b8-8e35-d032d9de67f4 used request id req-82c7f537-98ad-434e-8114-ea75ef2b3df3 2018-10-06 03:22:04,915 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-4edf3a61-0442-4d79-981e-39b448c9f505name 2018-10-06 03:22:04,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7af8ae7d-2622-47b8-8e35-d032d9de67f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}267697c74aa0c0e7f6af9570b02362f62c73b956" 2018-10-06 03:22:05,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ca31c77-abee-450c-a204-6671a8d7038a Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:05,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7af8ae7d-2622-47b8-8e35-d032d9de67f4 used request id req-3ca31c77-abee-450c-a204-6671a8d7038a 2018-10-06 03:22:05,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:05,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["TaiBqg3nR1yES-752prW4g"], "issued_at": "2018-10-06T03:22:05.000000Z"}} 2018-10-06 03:22:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:05,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e372f6a3-5420-487c-83f8-9918fb364b11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:05,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e372f6a3-5420-487c-83f8-9918fb364b11 2018-10-06 03:22:05,655 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name 2018-10-06 03:22:05,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name", "description": "hello group"}}' 2018-10-06 03:22:06,120 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ec76f13c-c84c-4428-8411-c57d719c8a7d Date: Sat, 06 Oct 2018 03:22:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "updated_at": "2018-10-06T03:22:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "1683e27b-c60b-44b1-92cb-18109633cf5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "fd418872-8562-4c47-b056-995fc8d24371", "name": "NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name"}} 2018-10-06 03:22:06,120 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-ec76f13c-c84c-4428-8411-c57d719c8a7d 2018-10-06 03:22:06,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:06,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:06,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d91ad80c-efe0-4aba-9f3e-4450713d492f Date: Sat, 06 Oct 2018 03:22: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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:06,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-d91ad80c-efe0-4aba-9f3e-4450713d492f 2018-10-06 03:22:06,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:06,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:06,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c4c04916-82f6-4e0e-8c66-9620b0725fa0 Date: Sat, 06 Oct 2018 03:22: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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:06,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-c4c04916-82f6-4e0e-8c66-9620b0725fa0 2018-10-06 03:22:06,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:06,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24324a5-90e1-4f6a-b738-b0e43445f63d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:06,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a24324a5-90e1-4f6a-b738-b0e43445f63d 2018-10-06 03:22:06,561 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name 2018-10-06 03:22:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:06,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-cd13e6a6-e8f9-41b8-a48c-8687321ed50f Date: Sat, 06 Oct 2018 03:22:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "updated_at": "2018-10-06T03:22:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "1683e27b-c60b-44b1-92cb-18109633cf5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "fd418872-8562-4c47-b056-995fc8d24371", "name": "NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name"}]} 2018-10-06 03:22:06,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name used request id req-cd13e6a6-e8f9-41b8-a48c-8687321ed50f 2018-10-06 03:22:06,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:22:06,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:22:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:22:06,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:06,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccbbbcd4-da38-49d3-8f9e-638e485ce70c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:22:06,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-ccbbbcd4-da38-49d3-8f9e-638e485ce70c 2018-10-06 03:22:06,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:06,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:07,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-90445df0-e73f-44e0-ac0a-58e172935127 Date: Sat, 06 Oct 2018 03:22:07 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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:07,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-90445df0-e73f-44e0-ac0a-58e172935127 2018-10-06 03:22:07,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371"}}' 2018-10-06 03:22:07,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-23932616-7896-44ba-8d01-72e5bb0eb010 Date: Sat, 06 Oct 2018 03:22:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:07Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "977db006-f053-4cf4-938f-dca09a14b5f7"}} 2018-10-06 03:22:07,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-23932616-7896-44ba-8d01-72e5bb0eb010 2018-10-06 03:22:07,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:07,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-eafdac10-b1f8-4800-8da3-325acb39fd10 Date: Sat, 06 Oct 2018 03:22:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "updated_at": "2018-10-06T03:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "1683e27b-c60b-44b1-92cb-18109633cf5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "revision_number": 0, "id": "977db006-f053-4cf4-938f-dca09a14b5f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 3, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "fd418872-8562-4c47-b056-995fc8d24371", "name": "NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name"}]} 2018-10-06 03:22:07,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name&description=hello+group used request id req-eafdac10-b1f8-4800-8da3-325acb39fd10 2018-10-06 03:22:07,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:07,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-4e5f1809-b418-426c-aea8-728fb6181692 Date: Sat, 06 Oct 2018 03:22:07 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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:07Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "977db006-f053-4cf4-938f-dca09a14b5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:07,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-4e5f1809-b418-426c-aea8-728fb6181692 2018-10-06 03:22:07,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:07,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:07,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-0c4a48bb-c11e-420a-9723-aa7c2f8bedfa Date: Sat, 06 Oct 2018 03:22:07 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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:07Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "977db006-f053-4cf4-938f-dca09a14b5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:07,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-0c4a48bb-c11e-420a-9723-aa7c2f8bedfa 2018-10-06 03:22:07,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:07,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-93b609ec-9195-4e6c-85a5-119b4fbbc3e2 Date: Sat, 06 Oct 2018 03:22:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "updated_at": "2018-10-06T03:22:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "1683e27b-c60b-44b1-92cb-18109633cf5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "revision_number": 0, "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "revision_number": 0, "id": "977db006-f053-4cf4-938f-dca09a14b5f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 3, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "fd418872-8562-4c47-b056-995fc8d24371", "name": "NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name"}]} 2018-10-06 03:22:07,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name&description=hello+group used request id req-93b609ec-9195-4e6c-85a5-119b4fbbc3e2 2018-10-06 03:22:07,799 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd418872-8562-4c47-b056-995fc8d24371 2018-10-06 03:22:07,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:08,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-a8a559a9-2089-4ab4-bcb0-fa33d51d43d1 Date: Sat, 06 Oct 2018 03:22:07 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-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "1683e27b-c60b-44b1-92cb-18109633cf5e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:07Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:07Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "977db006-f053-4cf4-938f-dca09a14b5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:05Z", "security_group_id": "fd418872-8562-4c47-b056-995fc8d24371", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:05Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "9dc31437-1cb4-4197-9bf1-e52dae0c4fdc"}]} 2018-10-06 03:22:08,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fd418872-8562-4c47-b056-995fc8d24371 used request id req-a8a559a9-2089-4ab4-bcb0-fa33d51d43d1 2018-10-06 03:22:08,004 - neutron_utils - INFO - Deleting security group rule with ID - 1683e27b-c60b-44b1-92cb-18109633cf5e 2018-10-06 03:22:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1683e27b-c60b-44b1-92cb-18109633cf5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:08,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-385f4121-0379-4111-918c-8cdea0f6e9ae Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:08,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1683e27b-c60b-44b1-92cb-18109633cf5e used request id req-385f4121-0379-4111-918c-8cdea0f6e9ae 2018-10-06 03:22:08,252 - neutron_utils - INFO - Deleting security group rule with ID - 9dc31437-1cb4-4197-9bf1-e52dae0c4fdc 2018-10-06 03:22:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9dc31437-1cb4-4197-9bf1-e52dae0c4fdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:08,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6fb77ab-6478-42e3-961c-e479c48b1c63 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:08,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9dc31437-1cb4-4197-9bf1-e52dae0c4fdc used request id req-f6fb77ab-6478-42e3-961c-e479c48b1c63 2018-10-06 03:22:08,564 - neutron_utils - INFO - Deleting security group rule with ID - 977db006-f053-4cf4-938f-dca09a14b5f7 2018-10-06 03:22:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/977db006-f053-4cf4-938f-dca09a14b5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:08,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40c689d0-57ba-4065-85a1-ea5dfb0f06fe Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:08,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/977db006-f053-4cf4-938f-dca09a14b5f7 used request id req-40c689d0-57ba-4065-85a1-ea5dfb0f06fe 2018-10-06 03:22:08,802 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-601c4e14-26a0-4905-ad83-7f7b2fc44a90name 2018-10-06 03:22:08,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/fd418872-8562-4c47-b056-995fc8d24371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4b5704245aa3b0fa4febaa3710f0e88bce88b8" 2018-10-06 03:22:08,910 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f889871a-3c5b-48cb-b059-efb22f1708c0 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:08,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/fd418872-8562-4c47-b056-995fc8d24371 used request id req-f889871a-3c5b-48cb-b059-efb22f1708c0 2018-10-06 03:22:08,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:09,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["IWogr_0USwG-gpH5PdvBKw"], "issued_at": "2018-10-06T03:22:09.000000Z"}} 2018-10-06 03:22:09,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:09,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f37122e-c912-4f1c-97ce-0344f1c7674e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:09,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0f37122e-c912-4f1c-97ce-0344f1c7674e 2018-10-06 03:22:09,370 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-1 2018-10-06 03:22:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-1", "description": "hello group"}}' 2018-10-06 03:22:09,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-45f70075-77df-4d1a-be3b-bb6d0f347b36 Date: Sat, 06 Oct 2018 03:22:09 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "updated_at": "2018-10-06T03:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "revision_number": 0, "id": "15a25c9c-9395-4804-b109-5de994367db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "revision_number": 0, "id": "ed60c0e0-f9ad-40ce-b7e3-db02c1621a66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-1"}} 2018-10-06 03:22:09,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-45f70075-77df-4d1a-be3b-bb6d0f347b36 2018-10-06 03:22:09,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ea19eb5-3284-4e95-acdd-c749730c2656 2018-10-06 03:22:09,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4ea19eb5-3284-4e95-acdd-c749730c2656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:09,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bde41d6-51cf-4ad1-90ba-90a9af9ac043 Date: Sat, 06 Oct 2018 03:22:09 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-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "15a25c9c-9395-4804-b109-5de994367db5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ed60c0e0-f9ad-40ce-b7e3-db02c1621a66"}]} 2018-10-06 03:22:09,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4ea19eb5-3284-4e95-acdd-c749730c2656 used request id req-2bde41d6-51cf-4ad1-90ba-90a9af9ac043 2018-10-06 03:22:09,950 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-2 2018-10-06 03:22:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-2", "description": "hello group"}}' 2018-10-06 03:22:10,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-a4e2e21c-4df6-49f6-8c83-605fd1208d76 Date: Sat, 06 Oct 2018 03:22:10 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "updated_at": "2018-10-06T03:22:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "revision_number": 0, "id": "c1ce57f6-d60b-43a5-8961-afbb8af05ca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "revision_number": 0, "id": "e0251bac-ec34-4ce5-8ae8-0486ac85df73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-2"}} 2018-10-06 03:22:10,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-a4e2e21c-4df6-49f6-8c83-605fd1208d76 2018-10-06 03:22:10,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70509bb6-e599-4e6c-83c0-37a798f3e90b 2018-10-06 03:22:10,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=70509bb6-e599-4e6c-83c0-37a798f3e90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:10,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd07c246-2103-4cb7-96a6-033ba66fe03c Date: Sat, 06 Oct 2018 03:22: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-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "c1ce57f6-d60b-43a5-8961-afbb8af05ca1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "e0251bac-ec34-4ce5-8ae8-0486ac85df73"}]} 2018-10-06 03:22:10,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=70509bb6-e599-4e6c-83c0-37a798f3e90b used request id req-dd07c246-2103-4cb7-96a6-033ba66fe03c 2018-10-06 03:22:10,527 - neutron_utils - INFO - Retrieving security group with ID - 4ea19eb5-3284-4e95-acdd-c749730c2656 2018-10-06 03:22:10,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=4ea19eb5-3284-4e95-acdd-c749730c2656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:10,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-f6441df3-e16a-42da-91de-1f998841a11d Date: Sat, 06 Oct 2018 03:22:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "updated_at": "2018-10-06T03:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "revision_number": 0, "id": "15a25c9c-9395-4804-b109-5de994367db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "revision_number": 0, "id": "ed60c0e0-f9ad-40ce-b7e3-db02c1621a66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-1"}]} 2018-10-06 03:22:10,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=4ea19eb5-3284-4e95-acdd-c749730c2656 used request id req-f6441df3-e16a-42da-91de-1f998841a11d 2018-10-06 03:22:10,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ea19eb5-3284-4e95-acdd-c749730c2656 2018-10-06 03:22:10,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4ea19eb5-3284-4e95-acdd-c749730c2656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:10,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-771d0f52-a600-4d12-8995-e3d32dbf97a4 Date: Sat, 06 Oct 2018 03:22:10 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-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "15a25c9c-9395-4804-b109-5de994367db5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:09Z", "security_group_id": "4ea19eb5-3284-4e95-acdd-c749730c2656", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:09Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ed60c0e0-f9ad-40ce-b7e3-db02c1621a66"}]} 2018-10-06 03:22:10,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=4ea19eb5-3284-4e95-acdd-c749730c2656 used request id req-771d0f52-a600-4d12-8995-e3d32dbf97a4 2018-10-06 03:22:10,962 - neutron_utils - INFO - Retrieving security group with ID - 70509bb6-e599-4e6c-83c0-37a798f3e90b 2018-10-06 03:22:10,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=70509bb6-e599-4e6c-83c0-37a798f3e90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:11,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-962cdc0a-4077-4d68-bdcd-d027db61259d Date: Sat, 06 Oct 2018 03:22:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "updated_at": "2018-10-06T03:22:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "revision_number": 0, "id": "c1ce57f6-d60b-43a5-8961-afbb8af05ca1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "revision_number": 0, "id": "e0251bac-ec34-4ce5-8ae8-0486ac85df73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 2, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "name": "NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-2"}]} 2018-10-06 03:22:11,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=70509bb6-e599-4e6c-83c0-37a798f3e90b used request id req-962cdc0a-4077-4d68-bdcd-d027db61259d 2018-10-06 03:22:11,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70509bb6-e599-4e6c-83c0-37a798f3e90b 2018-10-06 03:22:11,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=70509bb6-e599-4e6c-83c0-37a798f3e90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:11,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f570c101-ecbb-45ad-aa0f-a23cb6a5f9f4 Date: Sat, 06 Oct 2018 03:22:11 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-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "c1ce57f6-d60b-43a5-8961-afbb8af05ca1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:22:10Z", "security_group_id": "70509bb6-e599-4e6c-83c0-37a798f3e90b", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:10Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "e0251bac-ec34-4ce5-8ae8-0486ac85df73"}]} 2018-10-06 03:22:11,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=70509bb6-e599-4e6c-83c0-37a798f3e90b used request id req-f570c101-ecbb-45ad-aa0f-a23cb6a5f9f4 2018-10-06 03:22:11,498 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-1 2018-10-06 03:22:11,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/4ea19eb5-3284-4e95-acdd-c749730c2656 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:11,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a840eed0-20bd-414e-9c40-2757e86230e5 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:11,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/4ea19eb5-3284-4e95-acdd-c749730c2656 used request id req-a840eed0-20bd-414e-9c40-2757e86230e5 2018-10-06 03:22:11,797 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ae7c3104-6746-488d-b33d-65639999432bname-2 2018-10-06 03:22:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/70509bb6-e599-4e6c-83c0-37a798f3e90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e557e115a7a0864eb926ea20d6a8259b8b6695c" 2018-10-06 03:22:12,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f31bada2-fbd3-4bf2-aa01-1aa801741ba9 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:12,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/70509bb6-e599-4e6c-83c0-37a798f3e90b used request id req-f31bada2-fbd3-4bf2-aa01-1aa801741ba9 2018-10-06 03:22:12,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:12,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["KU9A6Fe9RUSoLLbtq-OgpQ"], "issued_at": "2018-10-06T03:22:12.000000Z"}} 2018-10-06 03:22:12,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:12,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d418f2b-472c-40c9-be4f-082024011178 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:12,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d418f2b-472c-40c9-be4f-082024011178 2018-10-06 03:22:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:12,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a2618f0c-0d59-4d4c-9fb1-d4ca73a919f4 Date: Sat, 06 Oct 2018 03:22:12 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:22:12,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-a2618f0c-0d59-4d4c-9fb1-d4ca73a919f4 2018-10-06 03:22:12,735 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 03:22:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:12,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7e76f8be-3b08-429a-ae53-721574fe38a0 Date: Sat, 06 Oct 2018 03:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:22:12,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-7e76f8be-3b08-429a-ae53-721574fe38a0 2018-10-06 03:22:13,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:13,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ac7aad10-e388-4877-94ff-31d87dfb69b6 Date: Sat, 06 Oct 2018 03:22:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:22:13,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-ac7aad10-e388-4877-94ff-31d87dfb69b6 2018-10-06 03:22:13,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}}' 2018-10-06 03:22:14,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-8b754788-4857-44b3-afb5-66e143086c77 Date: Sat, 06 Oct 2018 03:22:14 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:14Z", "updated_at": "2018-10-06T03:22:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_id": null, "id": "599e98d9-a746-4eb0-8e2d-f65b1fa34636"}} 2018-10-06 03:22:14,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-8b754788-4857-44b3-afb5-66e143086c77 2018-10-06 03:22:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:14,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-fe370cc9-168a-434e-a54f-07e92fd9614b Date: Sat, 06 Oct 2018 03:22:14 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:14Z", "updated_at": "2018-10-06T03:22:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_id": null, "id": "599e98d9-a746-4eb0-8e2d-f65b1fa34636"}]} 2018-10-06 03:22:14,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-fe370cc9-168a-434e-a54f-07e92fd9614b 2018-10-06 03:22:14,633 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-10-06 03:22:14,633 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-10-06 03:22:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips?ip=599e98d9-a746-4eb0-8e2d-f65b1fa34636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:14,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-ce3a5854-2178-47ec-9771-698758ee8955 Date: Sat, 06 Oct 2018 03:22:14 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:22:14Z", "updated_at": "2018-10-06T03:22:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_id": null, "id": "599e98d9-a746-4eb0-8e2d-f65b1fa34636"}]} 2018-10-06 03:22:14,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips?ip=599e98d9-a746-4eb0-8e2d-f65b1fa34636 used request id req-ce3a5854-2178-47ec-9771-698758ee8955 2018-10-06 03:22:14,812 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-10-06 03:22:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/599e98d9-a746-4eb0-8e2d-f65b1fa34636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abdb5fd5413a0d0090731bc0830150c659d713a4" 2018-10-06 03:22:15,436 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cadfae0c-c2fd-4a45-8c0b-c96789009c25 Content-Length: 0 Date: Sat, 06 Oct 2018 03:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:22:15,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/599e98d9-a746-4eb0-8e2d-f65b1fa34636 used request id req-cadfae0c-c2fd-4a45-8c0b-c96789009c25 2018-10-06 03:22:15,437 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:15,547 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 2018-10-06 03:22:15,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:15,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["DUq5DQN2ThqbeMBS2GTmpQ"], "issued_at": "2018-10-06T03:22:15.000000Z"}} 2018-10-06 03:22:15,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68920873dd1a5c9763b15ff4491b537a26050e46" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvVXLrm+NCbkAWvBeEjIuVAOPY6+1CBAreQamsZzWuq1yuSyoG9yvHneyJvg+Yqa05YHVKTA/3hZQT2ynwqMMWlmvdCxSpJstdC1HhCiEG9IgaIZi1qtL7YNQT0YyBwNLBZZfkGfb1rBZ54H+7SW9M+k2oWzk0zZdaRjBcgMDuSVy2oMOsmiFanzFIM18xgo48EjTG9W9vWnWWHYTyI/Opv0weFUmb5B8V3e9hwE7Mx4cdsFPmuV/kjZCM4fh9TXQMZmol1tpKarIdQiKRL/6ijOTHwq3QcLGnpWNsXfmhg4C0cfgi64WjRnH0j1rL/NG5QKW5XLgpewgH8sBLxfTP", "name": "NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898"}}' 2018-10-06 03:22:16,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-af206836-3b05-4c6e-ba3d-fe1598f67901 x-compute-request-id: req-af206836-3b05-4c6e-ba3d-fe1598f67901 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvVXLrm+NCbkAWvBeEjIuVAOPY6+1CBAreQamsZzWuq1yuSyoG9yvHneyJvg+Yqa05YHVKTA/3hZQT2ynwqMMWlmvdCxSpJstdC1HhCiEG9IgaIZi1qtL7YNQT0YyBwNLBZZfkGfb1rBZ54H+7SW9M+k2oWzk0zZdaRjBcgMDuSVy2oMOsmiFanzFIM18xgo48EjTG9W9vWnWWHYTyI/Opv0weFUmb5B8V3e9hwE7Mx4cdsFPmuV/kjZCM4fh9TXQMZmol1tpKarIdQiKRL/6ijOTHwq3QcLGnpWNsXfmhg4C0cfgi64WjRnH0j1rL/NG5QKW5XLgpewgH8sBLxfTP", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898", "fingerprint": "4a:3d:b5:7b:30:5b:f7:16:9b:32:91:3f:6e:73:6c:45"}} 2018-10-06 03:22:16,185 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-af206836-3b05-4c6e-ba3d-fe1598f67901 2018-10-06 03:22:16,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68920873dd1a5c9763b15ff4491b537a26050e46" 2018-10-06 03:22:16,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-567307dd-51e0-430e-9581-c771f9d07340 x-compute-request-id: req-567307dd-51e0-430e-9581-c771f9d07340 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvVXLrm+NCbkAWvBeEjIuVAOPY6+1CBAreQamsZzWuq1yuSyoG9yvHneyJvg+Yqa05YHVKTA/3hZQT2ynwqMMWlmvdCxSpJstdC1HhCiEG9IgaIZi1qtL7YNQT0YyBwNLBZZfkGfb1rBZ54H+7SW9M+k2oWzk0zZdaRjBcgMDuSVy2oMOsmiFanzFIM18xgo48EjTG9W9vWnWWHYTyI/Opv0weFUmb5B8V3e9hwE7Mx4cdsFPmuV/kjZCM4fh9TXQMZmol1tpKarIdQiKRL/6ijOTHwq3QcLGnpWNsXfmhg4C0cfgi64WjRnH0j1rL/NG5QKW5XLgpewgH8sBLxfTP", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898", "deleted": false, "created_at": "2018-10-06T03:22:16.000000", "updated_at": null, "fingerprint": "4a:3d:b5:7b:30:5b:f7:16:9b:32:91:3f:6e:73:6c:45", "deleted_at": null, "id": 2}} 2018-10-06 03:22:16,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 used request id req-567307dd-51e0-430e-9581-c771f9d07340 2018-10-06 03:22:16,206 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 2018-10-06 03:22:16,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68920873dd1a5c9763b15ff4491b537a26050e46" 2018-10-06 03:22:16,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:22: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-340c2418-6518-416e-a85f-5088bc85a1f5 x-compute-request-id: req-340c2418-6518-416e-a85f-5088bc85a1f5 Content-Length: 0 Content-Type: application/json 2018-10-06 03:22:16,262 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 used request id req-340c2418-6518-416e-a85f-5088bc85a1f5 2018-10-06 03:22:16,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68920873dd1a5c9763b15ff4491b537a26050e46" 2018-10-06 03:22:16,378 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:22: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-a16836f6-9c85-475a-a131-102dd9317bbd x-compute-request-id: req-a16836f6-9c85-475a-a131-102dd9317bbd Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 not found for user 11ac70ed76414b388ec9ef0f6d1a4d43", "code": 404}} 2018-10-06 03:22:16,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 used request id req-a16836f6-9c85-475a-a131-102dd9317bbd 2018-10-06 03:22:16,379 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 2018-10-06 03:22:16,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68920873dd1a5c9763b15ff4491b537a26050e46" 2018-10-06 03:22:16,488 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:22: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-1f0a3786-99ff-44e1-873c-7d2590d6f8d7 x-compute-request-id: req-1f0a3786-99ff-44e1-873c-7d2590d6f8d7 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 not found for user 11ac70ed76414b388ec9ef0f6d1a4d43", "code": 404}} 2018-10-06 03:22:16,488 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4d0ef09-d4f1-47f2-84a1-d1ceb81f4898 used request id req-1f0a3786-99ff-44e1-873c-7d2590d6f8d7 2018-10-06 03:22:16,489 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:16,561 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e.pub 2018-10-06 03:22:16,562 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e 2018-10-06 03:22:16,562 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e.pub 2018-10-06 03:22:16,562 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e 2018-10-06 03:22:16,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:16,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["5k7IpEh9Rhq-BcmA4dKvmg"], "issued_at": "2018-10-06T03:22:16.000000Z"}} 2018-10-06 03:22:16,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa581440be1a9361ffc18505e4df9f47ab4550" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC442MynL3XxEah6zC6DKPQXjX6WeX6TZGwWLWTcieUl0U66yMvZWYxj8wBIkvYTcReC+MHxjcpLdpmqVrXJG+7u0He0/WpPK+qh/1AbkOmJtDLr/FsY6GYCoDNLIw0gLUh9yxWVm+PeErFJbrb+siA85nUr7QllLQcaqqKSTupDJCdTeh/SUQG/w78uKAwRUIcjh1XYjbConxNiMnUNSHXZpwOpQWzzOZBM0h06SmxZ2BmCDAWI90vLSnuOYh1hYPWd9rXYiAd6bX1g5zBg+hGmbPmIIl4didbrevMeMofMiIGy+9dqY/I3yaEBefWRcOMnF5urygavKLe4ZDdrG5J", "name": "NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e"}}' 2018-10-06 03:22:17,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-a8aad2a7-9909-4ae7-93e2-5f81603851da x-compute-request-id: req-a8aad2a7-9909-4ae7-93e2-5f81603851da Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC442MynL3XxEah6zC6DKPQXjX6WeX6TZGwWLWTcieUl0U66yMvZWYxj8wBIkvYTcReC+MHxjcpLdpmqVrXJG+7u0He0/WpPK+qh/1AbkOmJtDLr/FsY6GYCoDNLIw0gLUh9yxWVm+PeErFJbrb+siA85nUr7QllLQcaqqKSTupDJCdTeh/SUQG/w78uKAwRUIcjh1XYjbConxNiMnUNSHXZpwOpQWzzOZBM0h06SmxZ2BmCDAWI90vLSnuOYh1hYPWd9rXYiAd6bX1g5zBg+hGmbPmIIl4didbrevMeMofMiIGy+9dqY/I3yaEBefWRcOMnF5urygavKLe4ZDdrG5J", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e", "fingerprint": "e6:4a:7b:4d:73:3a:a6:fb:da:6f:92:90:3b:52:21:73"}} 2018-10-06 03:22:17,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a8aad2a7-9909-4ae7-93e2-5f81603851da 2018-10-06 03:22:17,694 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e 2018-10-06 03:22:17,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36fa581440be1a9361ffc18505e4df9f47ab4550" 2018-10-06 03:22:17,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:22: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-349bb571-85a1-4bd1-b2fc-c0272465fc7f x-compute-request-id: req-349bb571-85a1-4bd1-b2fc-c0272465fc7f Content-Length: 0 Content-Type: application/json 2018-10-06 03:22:17,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6eb9594c-89d2-49b1-b258-b0eece25c81e used request id req-349bb571-85a1-4bd1-b2fc-c0272465fc7f 2018-10-06 03:22:17,749 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:17,815 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da 2018-10-06 03:22:17,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:18,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["kAK1c-36RSmdvCae6ih5GA"], "issued_at": "2018-10-06T03:22:18.000000Z"}} 2018-10-06 03:22:18,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fdac28d2f63f74560b7de0b7a785abe26da4ee1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1I/z0DoGK3IURetxMS8Sb9MSHAc+LgmniOO5jxOCECgHhqGqo/sEqyNJRQ96WMsDUnUZIT3oqQyofkI9TO0NobMnSMxzF+zpciSmEr9FztPvgR+4J3fWCb1PUqa5waOVyXix+cje2tVY8Sm2XwAaOU+yvayRZPGHNVXyES/YrUOXJSyx0V4VZLHiD2pHXJ99EUjRLsw8LIQ8hhzz+iiGcfBano/Ui0XTUme4q6t+08hD5G+V2YSiG1bGWFkwNhMP9gChRssrpQ287xCL8Y5vTmMVE2JzCZYpOkg+SuoP4f6u/GF6fT/0zREr9tj8pB7IF9CTDUu2eZyL/rPS2W8u3", "name": "NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da"}}' 2018-10-06 03:22:18,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-96a2e1db-0e6b-426a-9660-a7798a5f1b45 x-compute-request-id: req-96a2e1db-0e6b-426a-9660-a7798a5f1b45 Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1I/z0DoGK3IURetxMS8Sb9MSHAc+LgmniOO5jxOCECgHhqGqo/sEqyNJRQ96WMsDUnUZIT3oqQyofkI9TO0NobMnSMxzF+zpciSmEr9FztPvgR+4J3fWCb1PUqa5waOVyXix+cje2tVY8Sm2XwAaOU+yvayRZPGHNVXyES/YrUOXJSyx0V4VZLHiD2pHXJ99EUjRLsw8LIQ8hhzz+iiGcfBano/Ui0XTUme4q6t+08hD5G+V2YSiG1bGWFkwNhMP9gChRssrpQ287xCL8Y5vTmMVE2JzCZYpOkg+SuoP4f6u/GF6fT/0zREr9tj8pB7IF9CTDUu2eZyL/rPS2W8u3", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da", "fingerprint": "ad:42:e7:04:8a:57:c2:56:b1:61:59:ba:6e:88:84:03"}} 2018-10-06 03:22:18,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-96a2e1db-0e6b-426a-9660-a7798a5f1b45 2018-10-06 03:22:18,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fdac28d2f63f74560b7de0b7a785abe26da4ee1" 2018-10-06 03:22:18,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-d00fa76e-0590-4055-94b5-44945d4295d7 x-compute-request-id: req-d00fa76e-0590-4055-94b5-44945d4295d7 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1I/z0DoGK3IURetxMS8Sb9MSHAc+LgmniOO5jxOCECgHhqGqo/sEqyNJRQ96WMsDUnUZIT3oqQyofkI9TO0NobMnSMxzF+zpciSmEr9FztPvgR+4J3fWCb1PUqa5waOVyXix+cje2tVY8Sm2XwAaOU+yvayRZPGHNVXyES/YrUOXJSyx0V4VZLHiD2pHXJ99EUjRLsw8LIQ8hhzz+iiGcfBano/Ui0XTUme4q6t+08hD5G+V2YSiG1bGWFkwNhMP9gChRssrpQ287xCL8Y5vTmMVE2JzCZYpOkg+SuoP4f6u/GF6fT/0zREr9tj8pB7IF9CTDUu2eZyL/rPS2W8u3", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da", "deleted": false, "created_at": "2018-10-06T03:22:18.000000", "updated_at": null, "fingerprint": "ad:42:e7:04:8a:57:c2:56:b1:61:59:ba:6e:88:84:03", "deleted_at": null, "id": 8}} 2018-10-06 03:22:18,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da used request id req-d00fa76e-0590-4055-94b5-44945d4295d7 2018-10-06 03:22:18,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fdac28d2f63f74560b7de0b7a785abe26da4ee1" 2018-10-06 03:22:18,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-ff993387-ebdb-4af3-aed7-f36ffea28bae x-compute-request-id: req-ff993387-ebdb-4af3-aed7-f36ffea28bae Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1I/z0DoGK3IURetxMS8Sb9MSHAc+LgmniOO5jxOCECgHhqGqo/sEqyNJRQ96WMsDUnUZIT3oqQyofkI9TO0NobMnSMxzF+zpciSmEr9FztPvgR+4J3fWCb1PUqa5waOVyXix+cje2tVY8Sm2XwAaOU+yvayRZPGHNVXyES/YrUOXJSyx0V4VZLHiD2pHXJ99EUjRLsw8LIQ8hhzz+iiGcfBano/Ui0XTUme4q6t+08hD5G+V2YSiG1bGWFkwNhMP9gChRssrpQ287xCL8Y5vTmMVE2JzCZYpOkg+SuoP4f6u/GF6fT/0zREr9tj8pB7IF9CTDUu2eZyL/rPS2W8u3", "name": "NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da", "fingerprint": "ad:42:e7:04:8a:57:c2:56:b1:61:59:ba:6e:88:84:03"}}]} 2018-10-06 03:22:18,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-ff993387-ebdb-4af3-aed7-f36ffea28bae 2018-10-06 03:22:18,498 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da 2018-10-06 03:22:18,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fdac28d2f63f74560b7de0b7a785abe26da4ee1" 2018-10-06 03:22:18,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:22: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-000dd03d-4c92-4449-8904-598fc5e54018 x-compute-request-id: req-000dd03d-4c92-4449-8904-598fc5e54018 Content-Length: 0 Content-Type: application/json 2018-10-06 03:22:18,543 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1b520377-3d6c-435e-9873-b1344d68b1da used request id req-000dd03d-4c92-4449-8904-598fc5e54018 2018-10-06 03:22:18,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:18,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:18,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["o1EpLGJ0R1mxy67s7RY1Xw"], "issued_at": "2018-10-06T03:22:18.000000Z"}} 2018-10-06 03:22:18,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d01f6e841f98f5dfc3822061b87c3c53ad426e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id", "swap": 2}}' 2018-10-06 03:22:19,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-eab7be11-7b2b-43b8-85de-65eb9f8ef570 x-compute-request-id: req-eab7be11-7b2b-43b8-85de-65eb9f8ef570 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id", "name": "NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-06 03:22:19,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-eab7be11-7b2b-43b8-85de-65eb9f8ef570 2018-10-06 03:22:19,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d01f6e841f98f5dfc3822061b87c3c53ad426e" 2018-10-06 03:22:19,260 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:22: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-0c8a4ccd-85ee-4fde-b20a-0930063a17b7 x-compute-request-id: req-0c8a4ccd-85ee-4fde-b20a-0930063a17b7 Content-Length: 0 Content-Type: application/json 2018-10-06 03:22:19,260 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id used request id req-0c8a4ccd-85ee-4fde-b20a-0930063a17b7 2018-10-06 03:22:19,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d01f6e841f98f5dfc3822061b87c3c53ad426e" 2018-10-06 03:22:19,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-12e2b7de-1a85-483e-a082-d45977454001 x-compute-request-id: req-12e2b7de-1a85-483e-a082-d45977454001 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:22:19,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-12e2b7de-1a85-483e-a082-d45977454001 2018-10-06 03:22:19,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d01f6e841f98f5dfc3822061b87c3c53ad426e" 2018-10-06 03:22:19,312 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:22: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-00e0bf0a-b451-4c55-82ab-06ac4df87474 x-compute-request-id: req-00e0bf0a-b451-4c55-82ab-06ac4df87474 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id could not be found.", "code": 404}} 2018-10-06 03:22:19,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-caade7e0-72c5-4529-a603-568cd81508c6-id used request id req-00e0bf0a-b451-4c55-82ab-06ac4df87474 2018-10-06 03:22:19,313 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:19,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:19,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["QbYKOVsySfWaYBs2bt-shQ"], "issued_at": "2018-10-06T03:22:19.000000Z"}} 2018-10-06 03:22:19,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a87c4d21ae438e2b049bfd00933622b5b4c87fb" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id", "swap": 2}}' 2018-10-06 03:22:20,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-e1b6ef5f-6184-45f7-bde2-84027df006fb x-compute-request-id: req-e1b6ef5f-6184-45f7-bde2-84027df006fb Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id", "name": "NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-06 03:22:20,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e1b6ef5f-6184-45f7-bde2-84027df006fb 2018-10-06 03:22:20,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a87c4d21ae438e2b049bfd00933622b5b4c87fb" 2018-10-06 03:22:20,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-6d5d129c-df82-4a95-8dd2-0b620897711f x-compute-request-id: req-6d5d129c-df82-4a95-8dd2-0b620897711f Content-Length: 0 Content-Type: application/json 2018-10-06 03:22:20,321 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/NovaUtilsFlavorTests-9208f6f8-070c-46d2-8c75-5d4e62ca9d3e-id used request id req-6d5d129c-df82-4a95-8dd2-0b620897711f 2018-10-06 03:22:20,322 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:20,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:20,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["vmeG498IRAq8ypvcgR_RQg"], "issued_at": "2018-10-06T03:22:20.000000Z"}} 2018-10-06 03:22:20,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:20,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce131564-6705-4599-be1d-2546618f1b5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:20,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce131564-6705-4599-be1d-2546618f1b5b 2018-10-06 03:22:20,716 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:22:20,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:22:20,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:21,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["o8qgUYBLR3SG-gEOqHCOXA"], "issued_at": "2018-10-06T03:22:21.000000Z"}} 2018-10-06 03:22:21,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:21,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-155d0dd0-8765-4dc1-a008-9cf39f0da2bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:21,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-155d0dd0-8765-4dc1-a008-9cf39f0da2bf 2018-10-06 03:22:21,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:21,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-d25cf239-8339-4351-8994-79648736d63d Date: Sat, 06 Oct 2018 03:22:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image"} 2018-10-06 03:22:21,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image used request id req-d25cf239-8339-4351-8994-79648736d63d 2018-10-06 03:22:21,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:21,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-621dc359-9401-4603-8b02-7c8de13617fa Date: Sat, 06 Oct 2018 03: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", "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-10-06 03:22:21,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-621dc359-9401-4603-8b02-7c8de13617fa 2018-10-06 03:22:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image"}' 2018-10-06 03:22:22,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 X-Openstack-Request-Id: req-612e033c-b277-4be1-bb70-eed208efa25c Date: Sat, 06 Oct 2018 03:22:22 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:22:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:22:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "min_disk": 0, "protected": false, "id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "file": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:22:22,702 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-612e033c-b277-4be1-bb70-eed208efa25c 2018-10-06 03:22:22,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" -d '' 2018-10-06 03:22:24,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62b69e8b-4899-4c88-93d7-3341ce8977e5 Date: Sat, 06 Oct 2018 03:22:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:22:24,314 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file used request id req-62b69e8b-4899-4c88-93d7-3341ce8977e5 2018-10-06 03:22:24,314 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:22:24,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:24,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-97aa3048-a4ba-48ac-8e0b-6791b82804b5 Date: Sat, 06 Oct 2018 03:22:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:22:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:22:24Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "metadata": {}}], "self": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "min_disk": 0, "protected": false, "id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "file": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:22:24,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 used request id req-97aa3048-a4ba-48ac-8e0b-6791b82804b5 2018-10-06 03:22:24,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:24,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-41344319-df94-482e-976b-74f254262143 Date: Sat, 06 Oct 2018 03:22: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", "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-10-06 03:22:24,954 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-41344319-df94-482e-976b-74f254262143 2018-10-06 03:22:24,957 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image 2018-10-06 03:22:24,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:22:25,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-6ef756ff-c2dc-44cc-9ef4-0231dd1e908d Date: Sat, 06 Oct 2018 03:22:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:22:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:22:24Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "metadata": {}}], "self": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "min_disk": 0, "protected": false, "id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "file": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:22:25,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 used request id req-6ef756ff-c2dc-44cc-9ef4-0231dd1e908d 2018-10-06 03:22:25,568 - create_image - DEBUG - Instance status is - active 2018-10-06 03:22:25,568 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image 2018-10-06 03:22:25,568 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image 2018-10-06 03:22:25,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:22:25,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:25,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["-agK2xUSRumiq5T2_gp6Ww"], "issued_at": "2018-10-06T03:22:25.000000Z"}} 2018-10-06 03:22:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:26,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff15141-83dd-4e5b-a963-6f309e349f55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:26,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ff15141-83dd-4e5b-a963-6f309e349f55 2018-10-06 03:22:26,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:26,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-853226cc-7034-4416-9efa-bed88ce08c03 Date: Sat, 06 Oct 2018 03:22:26 GMT RESP BODY: {"networks":[]} 2018-10-06 03:22:26,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net used request id req-853226cc-7034-4416-9efa-bed88ce08c03 2018-10-06 03:22:26,212 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net 2018-10-06 03:22:26,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" -d '{"network": {"name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net", "admin_state_up": true}}' 2018-10-06 03:22:26,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1dd63e58-acb1-437b-b48e-24e17a6d9a04 Date: Sat, 06 Oct 2018 03:22:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:22:26Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","mtu":1450}} 2018-10-06 03:22:26,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1dd63e58-acb1-437b-b48e-24e17a6d9a04 2018-10-06 03:22:26,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:26,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-fc64bb04-e2fa-4ef9-93f2-e62692a0a6e6 Date: Sat, 06 Oct 2018 03:22:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:22:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:22:26,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-fc64bb04-e2fa-4ef9-93f2-e62692a0a6e6 2018-10-06 03:22:26,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:27,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c4160fb3-3290-4400-a8d6-f56f3fa8ed52 Date: Sat, 06 Oct 2018 03:22:27 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:22:27,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-c4160fb3-3290-4400-a8d6-f56f3fa8ed52 2018-10-06 03:22:27,035 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet 2018-10-06 03:22:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" -d '{"subnets": [{"ip_version": 4, "network_id": "c8f676a6-7b7e-4c01-bcef-9582335b4c30", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]}' 2018-10-06 03:22:27,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9a453322-209d-41d0-b6a8-69926f2d975e Date: Sat, 06 Oct 2018 03:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:22:27,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9a453322-209d-41d0-b6a8-69926f2d975e 2018-10-06 03:22:27,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:27,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-6a10ea97-a449-43ed-8616-12668e1f83a1 Date: Sat, 06 Oct 2018 03:22:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d65d2b1a-2874-47fd-9c0f-74bdea46551e"],"description":"","tags":[],"updated_at":"2018-10-06T03:22:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:22:27,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-6a10ea97-a449-43ed-8616-12668e1f83a1 2018-10-06 03:22:27,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:22:27,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8d54ef69-7589-4cbf-9d2c-37c260d37582 Date: Sat, 06 Oct 2018 03:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:22:27,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-8d54ef69-7589-4cbf-9d2c-37c260d37582 2018-10-06 03:22:27,951 - OpenStackNetwork - DEBUG - Network [c8f676a6-7b7e-4c01-bcef-9582335b4c30] created successfully 2018-10-06 03:22:27,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:22:27,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:28,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["SUmqr0XPRTiYZBEl_1oyUg"], "issued_at": "2018-10-06T03:22:28.000000Z"}} 2018-10-06 03:22:28,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e1cb49975df3df979f4a7cbfdc2b4801395108" 2018-10-06 03:22:28,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a523d80-41a9-4a07-aeaa-339828324435 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:28,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2a523d80-41a9-4a07-aeaa-339828324435 2018-10-06 03:22:28,436 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:22:28,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e1cb49975df3df979f4a7cbfdc2b4801395108" 2018-10-06 03:22:29,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-f2385457-cf0f-44f2-a98f-985a26708af3 x-compute-request-id: req-f2385457-cf0f-44f2-a98f-985a26708af3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:22:29,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f2385457-cf0f-44f2-a98f-985a26708af3 2018-10-06 03:22:29,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e1cb49975df3df979f4a7cbfdc2b4801395108" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-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-10-06 03:22:29,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-a2c9f0f0-a5f3-4f0e-b130-9e4688227fdc x-compute-request-id: req-a2c9f0f0-a5f3-4f0e-b130-9e4688227fdc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9b9130eb-f08c-4783-86a5-8c0311971707", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:22:29,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a2c9f0f0-a5f3-4f0e-b130-9e4688227fdc 2018-10-06 03:22:29,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:22:29,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:22:29,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["c994Fc-rTk2V0BCIvpKsmA"], "issued_at": "2018-10-06T03:22:29.000000Z"}} 2018-10-06 03:22:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f964c536531238b53035c146ec878ab5598d5f" 2018-10-06 03:22:29,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855a6684-2739-43e0-a31d-64decbd315ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:22:29,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-855a6684-2739-43e0-a31d-64decbd315ea 2018-10-06 03:22:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:29,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-f51566d1-01e8-4969-ae10-0d0a3d89c3d3 Date: Sat, 06 Oct 2018 03:22:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d65d2b1a-2874-47fd-9c0f-74bdea46551e"],"description":"","tags":[],"updated_at":"2018-10-06T03:22:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:22:29,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net used request id req-f51566d1-01e8-4969-ae10-0d0a3d89c3d3 2018-10-06 03:22:29,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:29,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f9febcf9-776f-4215-b3f2-d109f11bd9aa Date: Sat, 06 Oct 2018 03:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:22:29,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-f9febcf9-776f-4215-b3f2-d109f11bd9aa 2018-10-06 03:22:29,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:30,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-166a95c9-3c9c-4199-9563-edd40bddd163 Date: Sat, 06 Oct 2018 03:22:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d65d2b1a-2874-47fd-9c0f-74bdea46551e"],"description":"","tags":[],"updated_at":"2018-10-06T03:22:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:22:30,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net used request id req-166a95c9-3c9c-4199-9563-edd40bddd163 2018-10-06 03:22:30,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:22:30,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:22:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:22:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f964c536531238b53035c146ec878ab5598d5f" 2018-10-06 03:22:30,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a6a182-4030-4ef4-aa16-84751bf35608 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:22:30,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-76a6a182-4030-4ef4-aa16-84751bf35608 2018-10-06 03:22:30,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:30,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-684832f2-18d1-4baf-a16a-6eca2e3eb6c0 Date: Sat, 06 Oct 2018 03:22:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:22:30,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-684832f2-18d1-4baf-a16a-6eca2e3eb6c0 2018-10-06 03:22:30,355 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net 2018-10-06 03:22:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" -d '{"port": {"network_id": "c8f676a6-7b7e-4c01-bcef-9582335b4c30", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port", "admin_state_up": true}}' 2018-10-06 03:22:31,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-29faf5be-08a6-40d7-b122-c93ef503d590 Date: Sat, 06 Oct 2018 03:22:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:22:30Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.10"}],"id":"61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:ec:bc","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:30Z","binding:vnic_type":"normal"}} 2018-10-06 03:22:31,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-29faf5be-08a6-40d7-b122-c93ef503d590 2018-10-06 03:22:31,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:31,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-65f4a494-d732-43ae-8e57-00bdfffa8850 Date: Sat, 06 Oct 2018 03:22:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d65d2b1a-2874-47fd-9c0f-74bdea46551e"],"description":"","tags":[],"updated_at":"2018-10-06T03:22:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:22:31,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net used request id req-65f4a494-d732-43ae-8e57-00bdfffa8850 2018-10-06 03:22:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:22:31,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:22:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:22:31,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:31,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94153048-d3d6-4326-b66a-345d2c26b90f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:22:31,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-94153048-d3d6-4326-b66a-345d2c26b90f 2018-10-06 03:22:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:31,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-63f1e7eb-2264-4c95-9385-c357e647be7e Date: Sat, 06 Oct 2018 03:22:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:22:31,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-63f1e7eb-2264-4c95-9385-c357e647be7e 2018-10-06 03:22:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:31,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-1ac4c87f-f703-4c6f-9e28-32b42ae02e52 Date: Sat, 06 Oct 2018 03:22:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:22:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.10"}],"id":"61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:ec:bc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port","admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:30Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 03:22:31,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port&admin_state_up=True used request id req-1ac4c87f-f703-4c6f-9e28-32b42ae02e52 2018-10-06 03:22:31,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:31,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0cdc5b-8e35-452d-aed5-d19ed37a8713 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:22:31,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-6f0cdc5b-8e35-452d-aed5-d19ed37a8713 2018-10-06 03:22:31,847 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst 2018-10-06 03:22:31,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:32,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-ecae7d12-7635-4891-9646-9608b5d9d30f x-compute-request-id: req-ecae7d12-7635-4891-9646-9608b5d9d30f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-flavor-name"}]} 2018-10-06 03:22:32,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ecae7d12-7635-4891-9646-9608b5d9d30f 2018-10-06 03:22:32,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:32,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-cf1ddd60-a054-4add-bbcc-432fa3cc0313 x-compute-request-id: req-cf1ddd60-a054-4add-bbcc-432fa3cc0313 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9b9130eb-f08c-4783-86a5-8c0311971707", "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:22:32,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707 used request id req-cf1ddd60-a054-4add-bbcc-432fa3cc0313 2018-10-06 03:22:32,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:32,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-a475096c-9638-498b-b413-52ab9b06e288 Date: Sat, 06 Oct 2018 03:22:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:22:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:22:24Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "metadata": {}}], "self": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "min_disk": 0, "protected": false, "id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "file": "/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/6ebd8025-5113-41df-958e-50a6d19c2d19/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image"} 2018-10-06 03:22:32,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image used request id req-a475096c-9638-498b-b413-52ab9b06e288 2018-10-06 03:22:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:32,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e190bdb-e45b-4c90-8e5a-c23019f5d6a6 Date: Sat, 06 Oct 2018 03:22: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", "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-10-06 03:22:32,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1e190bdb-e45b-4c90-8e5a-c23019f5d6a6 2018-10-06 03:22:32,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" -d '{"server": {"name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "imageRef": "6ebd8025-5113-41df-958e-50a6d19c2d19", "flavorRef": "9b9130eb-f08c-4783-86a5-8c0311971707", "max_count": 1, "min_count": 1, "networks": [{"port": "61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f"}]}}' 2018-10-06 03:22:35,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-5ad0493b-8808-48f5-93b6-6d1f82706a0e x-compute-request-id: req-5ad0493b-8808-48f5-93b6-6d1f82706a0e Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "adminPass": "H7uQzTqdXc64"}} 2018-10-06 03:22:35,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5ad0493b-8808-48f5-93b6-6d1f82706a0e 2018-10-06 03:22:35,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:36,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-0718b0c7-0f1b-4c96-81cf-b509bccbe020 x-compute-request-id: req-0718b0c7-0f1b-4c96-81cf-b509bccbe020 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:35Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:36,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-0718b0c7-0f1b-4c96-81cf-b509bccbe020 2018-10-06 03:22:36,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:36,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-e3874ac4-1e71-4710-aa76-94983478e2b5 x-compute-request-id: req-e3874ac4-1e71-4710-aa76-94983478e2b5 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.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:36Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:36,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-e3874ac4-1e71-4710-aa76-94983478e2b5 2018-10-06 03:22:39,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:40,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-14af9da0-8626-445c-bb4b-7c209ddcce77 x-compute-request-id: req-14af9da0-8626-445c-bb4b-7c209ddcce77 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:40,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-14af9da0-8626-445c-bb4b-7c209ddcce77 2018-10-06 03:22:43,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:43,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-b73ca726-3410-47c9-a41d-1562a4158e4f x-compute-request-id: req-b73ca726-3410-47c9-a41d-1562a4158e4f Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:43,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-b73ca726-3410-47c9-a41d-1562a4158e4f 2018-10-06 03:22:46,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:47,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-7f66df1e-e2e7-4644-8639-3333c6567779 x-compute-request-id: req-7f66df1e-e2e7-4644-8639-3333c6567779 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:47,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-7f66df1e-e2e7-4644-8639-3333c6567779 2018-10-06 03:22:50,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:50,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-a4088ede-43ee-4554-8aed-6f1f5a248e03 x-compute-request-id: req-a4088ede-43ee-4554-8aed-6f1f5a248e03 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:50,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-a4088ede-43ee-4554-8aed-6f1f5a248e03 2018-10-06 03:22:53,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:54,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-45a7ae05-42ae-48f8-95ce-322ce47d8c0e x-compute-request-id: req-45a7ae05-42ae-48f8-95ce-322ce47d8c0e Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:54,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-45a7ae05-42ae-48f8-95ce-322ce47d8c0e 2018-10-06 03:22:57,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:22:57,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:22: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-749026bf-b3de-4bdf-a53b-cf041e3bfd1e x-compute-request-id: req-749026bf-b3de-4bdf-a53b-cf041e3bfd1e Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:22:57,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-749026bf-b3de-4bdf-a53b-cf041e3bfd1e 2018-10-06 03:23:00,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:01,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-34fd84b3-5fae-4b7d-83ce-7a000354d5f5 x-compute-request-id: req-34fd84b3-5fae-4b7d-83ce-7a000354d5f5 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:01,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-34fd84b3-5fae-4b7d-83ce-7a000354d5f5 2018-10-06 03:23:04,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:04,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-1a524b70-ba96-4962-8d39-f24a9c721ae6 x-compute-request-id: req-1a524b70-ba96-4962-8d39-f24a9c721ae6 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:04,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-1a524b70-ba96-4962-8d39-f24a9c721ae6 2018-10-06 03:23:07,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:08,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-a337b562-68a7-4339-ba8e-b6a2244bc147 x-compute-request-id: req-a337b562-68a7-4339-ba8e-b6a2244bc147 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:22:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:08,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-a337b562-68a7-4339-ba8e-b6a2244bc147 2018-10-06 03:23:11,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:12,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-e0b13186-ce3a-41e3-95bb-c2b3f3350fef x-compute-request-id: req-e0b13186-ce3a-41e3-95bb-c2b3f3350fef Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:ec:bc", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:09Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:12,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-e0b13186-ce3a-41e3-95bb-c2b3f3350fef 2018-10-06 03:23:15,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:15,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-fabf8f38-e224-4c02-9fd9-75482b7305ce x-compute-request-id: req-fabf8f38-e224-4c02-9fd9-75482b7305ce Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:ec:bc", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:09Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:15,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-fabf8f38-e224-4c02-9fd9-75482b7305ce 2018-10-06 03:23:18,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:19,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-6b3c84fc-389a-4c9a-ad91-59a0c11f22d9 x-compute-request-id: req-6b3c84fc-389a-4c9a-ad91-59a0c11f22d9 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:ec:bc", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-06T03:23:12.000000", "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:17Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:19,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-6b3c84fc-389a-4c9a-ad91-59a0c11f22d9 2018-10-06 03:23:19,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-ec1d0f48-3aad-47bb-8d21-13c26c633bdf x-compute-request-id: req-ec1d0f48-3aad-47bb-8d21-13c26c633bdf Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:ec:bc", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0", "rel": "bookmark"}], "image": {"id": "6ebd8025-5113-41df-958e-50a6d19c2d19", "links": [{"href": "http://172.30.9.29:8774/images/6ebd8025-5113-41df-958e-50a6d19c2d19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-06T03:23:12.000000", "flavor": {"id": "9b9130eb-f08c-4783-86a5-8c0311971707", "links": [{"href": "http://172.30.9.29:8774/flavors/9b9130eb-f08c-4783-86a5-8c0311971707", "rel": "bookmark"}]}, "id": "1318cf81-dfd9-4116-988e-c46bd754c2f0", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:17Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-vm_inst", "created": "2018-10-06T03:22:35Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:20,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-ec1d0f48-3aad-47bb-8d21-13c26c633bdf 2018-10-06 03:23:20,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-27eba4e5-c928-4289-a587-5e92dd4c6d4d Date: Sat, 06 Oct 2018 03:23:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":80,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["d65d2b1a-2874-47fd-9c0f-74bdea46551e"],"description":"","tags":[],"updated_at":"2018-10-06T03:22:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:26Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:20,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net used request id req-27eba4e5-c928-4289-a587-5e92dd4c6d4d 2018-10-06 03:23:20,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e55cc52-8203-4530-ac61-af584841faf5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:20,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-0e55cc52-8203-4530-ac61-af584841faf5 2018-10-06 03:23:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ca265a55-1c85-4349-b5d1-dd89a8caf984 Date: Sat, 06 Oct 2018 03:23:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","dns_nameservers":[],"updated_at":"2018-10-06T03:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","subnetpool_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet"}]} 2018-10-06 03:23:20,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-ca265a55-1c85-4349-b5d1-dd89a8caf984 2018-10-06 03:23:20,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3877 X-Openstack-Request-Id: req-67101ff9-be87-4c18-b2dd-5fb99765dac7 Date: Sat, 06 Oct 2018 03:23:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:22:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.4"}],"id":"2e39ef07-97d9-40bf-aa8b-4e3b0b781ce8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fc:51:d9","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c8f676a6-7b7e-4c01-bcef-9582335b4c30"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.10"}],"id":"61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ec:bc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port","admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:30Z","binding:vnic_type":"normal","device_id":"1318cf81-dfd9-4116-988e-c46bd754c2f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:22:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.2"}],"id":"b0d1c982-87d5-435c-9d53-ca1334f3fc53","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:31:32","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c8f676a6-7b7e-4c01-bcef-9582335b4c30"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:22:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d65d2b1a-2874-47fd-9c0f-74bdea46551e","ip_address":"10.55.0.3"}],"id":"fcfa5100-cfc8-4168-9bb5-6c1a4608a2b7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:f5:36","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c8f676a6-7b7e-4c01-bcef-9582335b4c30","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:22:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c8f676a6-7b7e-4c01-bcef-9582335b4c30"}]} 2018-10-06 03:23:20,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-67101ff9-be87-4c18-b2dd-5fb99765dac7 2018-10-06 03:23:20,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:20,801 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:23: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-b95227d4-5ebb-4079-b5c6-cbc270fd5620 x-compute-request-id: req-b95227d4-5ebb-4079-b5c6-cbc270fd5620 Content-Type: application/json 2018-10-06 03:23:20,802 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/1318cf81-dfd9-4116-988e-c46bd754c2f0 used request id req-b95227d4-5ebb-4079-b5c6-cbc270fd5620 2018-10-06 03:23:20,802 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-port 2018-10-06 03:23:20,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec57d91744a67b2f8f2158123b8429e5f63465e" 2018-10-06 03:23:21,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54c4ddff-88a2-4a56-8e74-3e03762d185c Date: Sat, 06 Oct 2018 03:23:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:23:21,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/61d2f4ba-7f80-4c60-8ba7-6626ebe6cd1f used request id req-54c4ddff-88a2-4a56-8e74-3e03762d185c 2018-10-06 03:23:21,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e1cb49975df3df979f4a7cbfdc2b4801395108" 2018-10-06 03:23:21,542 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:23: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-496f7476-8184-4430-b71b-e98a712c8320 x-compute-request-id: req-496f7476-8184-4430-b71b-e98a712c8320 Content-Length: 0 Content-Type: application/json 2018-10-06 03:23:21,542 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9b9130eb-f08c-4783-86a5-8c0311971707 used request id req-496f7476-8184-4430-b71b-e98a712c8320 2018-10-06 03:23:21,543 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet 2018-10-06 03:23:21,543 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-subnet 2018-10-06 03:23:21,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d65d2b1a-2874-47fd-9c0f-74bdea46551e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:23:23,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7bedcb8f-9404-4ac0-9352-175c626600eb Date: Sat, 06 Oct 2018 03:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:23:23,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d65d2b1a-2874-47fd-9c0f-74bdea46551e used request id req-7bedcb8f-9404-4ac0-9352-175c626600eb 2018-10-06 03:23:23,697 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-net 2018-10-06 03:23:23,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/c8f676a6-7b7e-4c01-bcef-9582335b4c30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adffebaa7ffbe324e1cbb6ca8493e316626a4d6d" 2018-10-06 03:23:25,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f06b1423-d623-4655-a432-41a79e2d97e4 Date: Sat, 06 Oct 2018 03:23:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:23:25,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/c8f676a6-7b7e-4c01-bcef-9582335b4c30 used request id req-f06b1423-d623-4655-a432-41a79e2d97e4 2018-10-06 03:23:25,345 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-9507017f-88fc-4958-b870-d42f393f91e6-image 2018-10-06 03:23:25,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77df5372f7194646525fb80d2dec454e184c8770" 2018-10-06 03:23:26,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4094e6c7-4590-4baa-bd51-30fba6a724b1 Date: Sat, 06 Oct 2018 03:23:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:23:26,859 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6ebd8025-5113-41df-958e-50a6d19c2d19 used request id req-4094e6c7-4590-4baa-bd51-30fba6a724b1 2018-10-06 03:23:26,861 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:23:26,864 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:23:26,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:26,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:27,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["gY-12cItS5uZax8fytj9dQ"], "issued_at": "2018-10-06T03:23:27.000000Z"}} 2018-10-06 03:23:27,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:27,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11ea3f1-3f44-4475-af82-d3203338d03b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:27,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e11ea3f1-3f44-4475-af82-d3203338d03b 2018-10-06 03:23:27,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:27,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-50822701-4c86-4c1e-b214-e61e19eb4b87 Date: Sat, 06 Oct 2018 03:23:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image"} 2018-10-06 03:23:27,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image used request id req-50822701-4c86-4c1e-b214-e61e19eb4b87 2018-10-06 03:23:27,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:28,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-99551bb9-a464-4dca-a21f-1f8e1d75e25d Date: Sat, 06 Oct 2018 03: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", "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-10-06 03:23:28,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-99551bb9-a464-4dca-a21f-1f8e1d75e25d 2018-10-06 03:23:28,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image"}' 2018-10-06 03:23:28,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 X-Openstack-Request-Id: req-bbc690c2-0759-4c69-ab12-921db3858268 Date: Sat, 06 Oct 2018 03:23:28 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:23:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:23:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "min_disk": 0, "protected": false, "id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "file": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:23:28,834 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-bbc690c2-0759-4c69-ab12-921db3858268 2018-10-06 03:23:28,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" -d '' 2018-10-06 03:23:31,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b79dcc55-a5ca-44a7-a1d0-e89ac388c812 Date: Sat, 06 Oct 2018 03:23:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:23:31,016 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file used request id req-b79dcc55-a5ca-44a7-a1d0-e89ac388c812 2018-10-06 03:23:31,017 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:23:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:31,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-58603988-39e7-4580-982a-461f0a37d5ce Date: Sat, 06 Oct 2018 03:23:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:23:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "metadata": {}}], "self": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "min_disk": 0, "protected": false, "id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "file": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:23:31,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 used request id req-58603988-39e7-4580-982a-461f0a37d5ce 2018-10-06 03:23:31,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:31,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d417f5c-2dc9-408a-958d-1dc8ac5fe86a Date: Sat, 06 Oct 2018 03:23: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", "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-10-06 03:23:31,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0d417f5c-2dc9-408a-958d-1dc8ac5fe86a 2018-10-06 03:23:31,828 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image 2018-10-06 03:23:31,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:23:31,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-0fe50151-7ac6-449c-a3a9-faf8e64b5e10 Date: Sat, 06 Oct 2018 03:23:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:23:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "metadata": {}}], "self": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "min_disk": 0, "protected": false, "id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "file": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:23:31,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 used request id req-0fe50151-7ac6-449c-a3a9-faf8e64b5e10 2018-10-06 03:23:31,990 - create_image - DEBUG - Instance status is - active 2018-10-06 03:23:31,990 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image 2018-10-06 03:23:31,990 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image 2018-10-06 03:23:31,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:31,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:32,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Vp9HqkWwQAeRH3RzPM8ihw"], "issued_at": "2018-10-06T03:23:32.000000Z"}} 2018-10-06 03:23:32,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:32,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049c8df0-5517-4481-95c4-a3108292245d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:32,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-049c8df0-5517-4481-95c4-a3108292245d 2018-10-06 03:23:32,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:32,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-800a22ea-b337-4d8b-b08a-6375019ce1cd Date: Sat, 06 Oct 2018 03:23:32 GMT RESP BODY: {"networks":[]} 2018-10-06 03:23:32,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-800a22ea-b337-4d8b-b08a-6375019ce1cd 2018-10-06 03:23:32,680 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net 2018-10-06 03:23:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net", "admin_state_up": true}}' 2018-10-06 03:23:33,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-55f6f421-3f6c-4388-bff3-d1a81e90d0be Date: Sat, 06 Oct 2018 03:23:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:23:32Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","mtu":1450}} 2018-10-06 03:23:33,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-55f6f421-3f6c-4388-bff3-d1a81e90d0be 2018-10-06 03:23:33,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:33,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-2d75e6ec-bc43-40f6-a283-97feeee1b6f3 Date: Sat, 06 Oct 2018 03:23:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:23:32Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:33,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-2d75e6ec-bc43-40f6-a283-97feeee1b6f3 2018-10-06 03:23:33,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:33,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-44b5a260-2135-486d-b889-0907b421ab47 Date: Sat, 06 Oct 2018 03:23:33 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:23:33,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-44b5a260-2135-486d-b889-0907b421ab47 2018-10-06 03:23:33,689 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet 2018-10-06 03:23:33,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" -d '{"subnets": [{"ip_version": 4, "network_id": "482b569a-b502-4a73-93ee-cb30d5a5495f", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]}' 2018-10-06 03:23:34,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2d64b4ec-02b0-4ea8-b6de-fe8c97cd32f5 Date: Sat, 06 Oct 2018 03:23:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:34,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2d64b4ec-02b0-4ea8-b6de-fe8c97cd32f5 2018-10-06 03:23:34,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:34,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8940ae78-6983-42f5-ac05-8517983fb344 Date: Sat, 06 Oct 2018 03:23:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:34,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-8940ae78-6983-42f5-ac05-8517983fb344 2018-10-06 03:23:34,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:23:35,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91c64e4b-5945-4e70-82ce-d367123e2135 Date: Sat, 06 Oct 2018 03:23:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:35,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-91c64e4b-5945-4e70-82ce-d367123e2135 2018-10-06 03:23:35,004 - OpenStackNetwork - DEBUG - Network [482b569a-b502-4a73-93ee-cb30d5a5495f] created successfully 2018-10-06 03:23:35,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:35,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:35,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["5_RB3dtIQV2bOiivvHAGQw"], "issued_at": "2018-10-06T03:23:35.000000Z"}} 2018-10-06 03:23:35,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0553a1ad62e87211208a6fcddb9de37f238ead5" 2018-10-06 03:23:35,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec24a3d5-340c-4a8b-9cd1-88d614554f5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:35,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec24a3d5-340c-4a8b-9cd1-88d614554f5a 2018-10-06 03:23:35,498 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:23:35,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0553a1ad62e87211208a6fcddb9de37f238ead5" 2018-10-06 03:23:35,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-55d6c7e1-b075-4b1b-90fd-93d909d5f3d2 x-compute-request-id: req-55d6c7e1-b075-4b1b-90fd-93d909d5f3d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:23:35,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-55d6c7e1-b075-4b1b-90fd-93d909d5f3d2 2018-10-06 03:23:35,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0553a1ad62e87211208a6fcddb9de37f238ead5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 03:23:35,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-cd1038e2-9c20-4aab-953e-95dcfb73efdf x-compute-request-id: req-cd1038e2-9c20-4aab-953e-95dcfb73efdf Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:23:35,780 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cd1038e2-9c20-4aab-953e-95dcfb73efdf 2018-10-06 03:23:35,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:35,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:36,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["fXSkgomiSKmpBQN0SMebxg"], "issued_at": "2018-10-06T03:23:36.000000Z"}} 2018-10-06 03:23:36,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:23:36,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1cc8e7c-8031-414f-91f7-e4213ed2c5b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:36,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1cc8e7c-8031-414f-91f7-e4213ed2c5b1 2018-10-06 03:23:36,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:23:37,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:36 GMT Server: Apache x-compute-request-id: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 03:23:37,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc 2018-10-06 03:23:37,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "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-10-06 03:23:38,109 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:23:37 GMT Server: Apache x-compute-request-id: req-c20a5bbc-e422-413a-9434-8e213c3ecd66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c20a5bbc-e422-413a-9434-8e213c3ecd66 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T03:23:37.976120", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1}} 2018-10-06 03:23:38,109 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes used request id req-c20a5bbc-e422-413a-9434-8e213c3ecd66 2018-10-06 03:23:38,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:23:38,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:38 GMT Server: Apache x-compute-request-id: req-0e66cb7e-71a1-458d-bb98-2649d0771784 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e66cb7e-71a1-458d-bb98-2649d0771784 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:23:38.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:23:38,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-0e66cb7e-71a1-458d-bb98-2649d0771784 2018-10-06 03:23:38,330 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:23:38,334 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:23:39,075 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:38 GMT Server: Apache x-compute-request-id: req-0f9200ec-07da-4333-b5b2-f5a24ff248b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f9200ec-07da-4333-b5b2-f5a24ff248b0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:23:38.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:23:39,076 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-0f9200ec-07da-4333-b5b2-f5a24ff248b0 2018-10-06 03:23:39,076 - create_volume - DEBUG - Instance status is - creating 2018-10-06 03:23:39,076 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 03:23:42,080 - create_volume - DEBUG - Volume status query timeout in 296.251148939 2018-10-06 03:23:42,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:23:42,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:42 GMT Server: Apache x-compute-request-id: req-813add85-9dab-497f-be1d-c869a6dbdab0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-813add85-9dab-497f-be1d-c869a6dbdab0 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:23:40.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:23:42,855 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-813add85-9dab-497f-be1d-c869a6dbdab0 2018-10-06 03:23:42,855 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:23:42,855 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:23:42,856 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:23:42,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:42,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:43,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["7UaeTLgOSCix47mvNY8Y4Q"], "issued_at": "2018-10-06T03:23:43.000000Z"}} 2018-10-06 03:23:43,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:43,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7610f992-6931-4c47-9616-09e5a9e047cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:43,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7610f992-6931-4c47-9616-09e5a9e047cc 2018-10-06 03:23:43,335 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:23:43,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:43,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7fdf0c6-31d6-474d-827a-80cc2543ae4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:43,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7fdf0c6-31d6-474d-827a-80cc2543ae4b 2018-10-06 03:23:43,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:43,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-044dcc07-ac87-4dea-b9d6-83143ac98aec Date: Sat, 06 Oct 2018 03:23:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:43,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-044dcc07-ac87-4dea-b9d6-83143ac98aec 2018-10-06 03:23:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:23:43,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:23:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:23:43,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:43,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67950e62-42b3-415c-b410-a0771a65a157 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:43,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-67950e62-42b3-415c-b410-a0771a65a157 2018-10-06 03:23:43,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2bae70da-601f-43d0-a05f-248131c720cb Date: Sat, 06 Oct 2018 03:23:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:44,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-2bae70da-601f-43d0-a05f-248131c720cb 2018-10-06 03:23:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9e57add2-2db7-4c33-883a-35cd0b5fd299 Date: Sat, 06 Oct 2018 03:23:44 GMT RESP BODY: {"ports":[]} 2018-10-06 03:23:44,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True used request id req-9e57add2-2db7-4c33-883a-35cd0b5fd299 2018-10-06 03:23:44,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-6514a421-cfdb-40eb-b2cc-961967f7d9f0 x-compute-request-id: req-6514a421-cfdb-40eb-b2cc-961967f7d9f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:23:44,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst used request id req-6514a421-cfdb-40eb-b2cc-961967f7d9f0 2018-10-06 03:23:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-70149ae0-707a-489e-bddb-48720110724d Date: Sat, 06 Oct 2018 03:23:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:44,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-70149ae0-707a-489e-bddb-48720110724d 2018-10-06 03:23:44,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1faeb527-127e-4232-baa2-cabb05e699e9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:44,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-1faeb527-127e-4232-baa2-cabb05e699e9 2018-10-06 03:23:44,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:44,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-16e3cca1-9942-4567-9ead-da841292e135 Date: Sat, 06 Oct 2018 03:23:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:44,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-16e3cca1-9942-4567-9ead-da841292e135 2018-10-06 03:23:44,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:45,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-771c0e5e-718c-474d-8d5b-86d32d34bf35 Date: Sat, 06 Oct 2018 03:23:45 GMT RESP BODY: {"ports":[]} 2018-10-06 03:23:45,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True used request id req-771c0e5e-718c-474d-8d5b-86d32d34bf35 2018-10-06 03:23:45,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:23:45,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:23:45,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Xmna-FaAQ0-QFX6G6sbfOA"], "issued_at": "2018-10-06T03:23:45.000000Z"}} 2018-10-06 03:23:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f71a18c95cb7dc0b50677f8b53f88b73b5427ae" 2018-10-06 03:23:45,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946b5b14-9933-46c5-9f82-db93e5745e94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:23:45,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-946b5b14-9933-46c5-9f82-db93e5745e94 2018-10-06 03:23:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:45,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-189163d4-e830-4587-8f78-897f4c5cd793 Date: Sat, 06 Oct 2018 03:23:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:45,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-189163d4-e830-4587-8f78-897f4c5cd793 2018-10-06 03:23:45,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:45,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1329c2ca-eef0-4e82-aecd-86ece5ebbcea Date: Sat, 06 Oct 2018 03:23:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:45,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-1329c2ca-eef0-4e82-aecd-86ece5ebbcea 2018-10-06 03:23:45,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:46,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0dac5d9f-3b5f-44b7-ab1f-84cccbc4e6d2 Date: Sat, 06 Oct 2018 03:23:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:46,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-0dac5d9f-3b5f-44b7-ab1f-84cccbc4e6d2 2018-10-06 03:23:46,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:23:46,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:23:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:23:46,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f71a18c95cb7dc0b50677f8b53f88b73b5427ae" 2018-10-06 03:23:46,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d74c66-ab52-4242-9a71-953644eb3b53 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:46,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-b6d74c66-ab52-4242-9a71-953644eb3b53 2018-10-06 03:23:46,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:46,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-30f41718-466e-4dc4-ba11-3d3d74bdcf4d Date: Sat, 06 Oct 2018 03:23:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:46,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-30f41718-466e-4dc4-ba11-3d3d74bdcf4d 2018-10-06 03:23:46,656 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net 2018-10-06 03:23:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" -d '{"port": {"network_id": "482b569a-b502-4a73-93ee-cb30d5a5495f", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port", "admin_state_up": true}}' 2018-10-06 03:23:47,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-3feecfaf-471d-4c44-adae-ba35dc082594 Date: Sat, 06 Oct 2018 03:23:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:47Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:e2:d1","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal"}} 2018-10-06 03:23:47,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-3feecfaf-471d-4c44-adae-ba35dc082594 2018-10-06 03:23:47,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:47,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e0e54fe4-45eb-4d7a-8543-e6674ff8dee6 Date: Sat, 06 Oct 2018 03:23:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:23:47,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-e0e54fe4-45eb-4d7a-8543-e6674ff8dee6 2018-10-06 03:23:47,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:47,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdd8ef5-6087-4db5-a25f-36d0f196e99d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:47,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-1cdd8ef5-6087-4db5-a25f-36d0f196e99d 2018-10-06 03:23:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:47,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4281d878-5d6d-4098-99e6-77a37a6e189a Date: Sat, 06 Oct 2018 03:23:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:23:47,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-4281d878-5d6d-4098-99e6-77a37a6e189a 2018-10-06 03:23:47,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:48,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-03255a0f-543c-48a2-b5b3-97a924097306 Date: Sat, 06 Oct 2018 03:23:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 03:23:48,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port&admin_state_up=True used request id req-03255a0f-543c-48a2-b5b3-97a924097306 2018-10-06 03:23:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:48,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb08317-0d54-4bb2-80b9-2af96d195cf2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:23:48,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-5cb08317-0d54-4bb2-80b9-2af96d195cf2 2018-10-06 03:23:48,484 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst 2018-10-06 03:23:48,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:48,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-8a79cd7f-44a7-4f92-acd6-6f15007ee66b x-compute-request-id: req-8a79cd7f-44a7-4f92-acd6-6f15007ee66b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-flavor"}]} 2018-10-06 03:23:48,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-8a79cd7f-44a7-4f92-acd6-6f15007ee66b 2018-10-06 03:23:48,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:48,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-3165ac74-7bcc-44ed-8270-b59dfb2fc534 x-compute-request-id: req-3165ac74-7bcc-44ed-8270-b59dfb2fc534 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:23:48,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57 used request id req-3165ac74-7bcc-44ed-8270-b59dfb2fc534 2018-10-06 03:23:48,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:48,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-cc44b104-5204-484a-94b6-bd53aebdc9ec Date: Sat, 06 Oct 2018 03:23:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:23:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:23:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "metadata": {}}], "self": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "min_disk": 0, "protected": false, "id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "file": "/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1267a5f1-f524-45b8-b803-644fd2af79b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image"} 2018-10-06 03:23:48,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image used request id req-cc44b104-5204-484a-94b6-bd53aebdc9ec 2018-10-06 03:23:48,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:49,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0024bf00-5c68-4b95-a9a0-0842820cf374 Date: Sat, 06 Oct 2018 03:23: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", "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-10-06 03:23:49,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0024bf00-5c68-4b95-a9a0-0842820cf374 2018-10-06 03:23:49,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "imageRef": "1267a5f1-f524-45b8-b803-644fd2af79b2", "flavorRef": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "max_count": 1, "min_count": 1, "networks": [{"port": "fa821a54-691f-4fd6-9d40-e121898efd07"}]}}' 2018-10-06 03:23:50,663 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-f598a82e-fddf-4420-bb66-f30b6fc41353 x-compute-request-id: req-f598a82e-fddf-4420-bb66-f30b6fc41353 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "adminPass": "ofiTK6PfjVAc"}} 2018-10-06 03:23:50,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f598a82e-fddf-4420-bb66-f30b6fc41353 2018-10-06 03:23:50,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:50,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-6346eaf2-561b-4818-8657-276e5445fedf x-compute-request-id: req-6346eaf2-561b-4818-8657-276e5445fedf 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.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:50,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-6346eaf2-561b-4818-8657-276e5445fedf 2018-10-06 03:23:50,903 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst 2018-10-06 03:23:50,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:51,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-7d419220-f6d4-4c39-88af-cdf6f125d88f x-compute-request-id: req-7d419220-f6d4-4c39-88af-cdf6f125d88f 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.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:51,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-7d419220-f6d4-4c39-88af-cdf6f125d88f 2018-10-06 03:23:51,598 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - BUILD 2018-10-06 03:23:51,598 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:23:54,602 - create_instance - DEBUG - VM status query timeout in 896.301267862 2018-10-06 03:23:54,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:55,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-2910382d-d98c-4de8-8b30-53d16980f28c x-compute-request-id: req-2910382d-d98c-4de8-8b30-53d16980f28c Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:53Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:55,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-2910382d-d98c-4de8-8b30-53d16980f28c 2018-10-06 03:23:55,381 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - BUILD 2018-10-06 03:23:55,381 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:23:58,384 - create_instance - DEBUG - VM status query timeout in 892.518946886 2018-10-06 03:23:58,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:23:59,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:23: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-a369fea2-9dfa-4c65-8efe-e5ea3571c562 x-compute-request-id: req-a369fea2-9dfa-4c65-8efe-e5ea3571c562 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:23:53Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:23:59,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-a369fea2-9dfa-4c65-8efe-e5ea3571c562 2018-10-06 03:23:59,566 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - BUILD 2018-10-06 03:23:59,566 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:24:02,569 - create_instance - DEBUG - VM status query timeout in 888.333621979 2018-10-06 03:24:02,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:03,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-eb98ec28-aab2-4717-8f65-e71b9c8be447 x-compute-request-id: req-eb98ec28-aab2-4717-8f65-e71b9c8be447 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:59Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:03,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-eb98ec28-aab2-4717-8f65-e71b9c8be447 2018-10-06 03:24:03,386 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - ACTIVE 2018-10-06 03:24:03,386 - create_instance - INFO - VM is - ACTIVE 2018-10-06 03:24:03,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:04,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-04be4db7-0e49-42f3-8918-3f306ccf37f1 x-compute-request-id: req-04be4db7-0e49-42f3-8918-3f306ccf37f1 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:59Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:04,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-04be4db7-0e49-42f3-8918-3f306ccf37f1 2018-10-06 03:24:04,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:04,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9e469eec-5633-4e8f-b315-c0a1adb0691b Date: Sat, 06 Oct 2018 03:24:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:04,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-9e469eec-5633-4e8f-b315-c0a1adb0691b 2018-10-06 03:24:04,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:04,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad4f53a-28fd-45e1-9ff2-09758cb8035d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:04,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-fad4f53a-28fd-45e1-9ff2-09758cb8035d 2018-10-06 03:24:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:04,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-42f35699-df0d-40d3-b72a-deb4a741beb3 Date: Sat, 06 Oct 2018 03:24:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:04,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-42f35699-df0d-40d3-b72a-deb4a741beb3 2018-10-06 03:24:04,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:04,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-186d98c1-162e-442b-aa0e-720047351bbe Date: Sat, 06 Oct 2018 03:24:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:04,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-186d98c1-162e-442b-aa0e-720047351bbe 2018-10-06 03:24:04,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:05,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["2AZJgPTARG2uThQ4ulRIQw"], "issued_at": "2018-10-06T03:24:05.000000Z"}} 2018-10-06 03:24:05,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:05,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931c4e16-24cd-4e63-b225-b57b9c1f0b0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:05,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-931c4e16-24cd-4e63-b225-b57b9c1f0b0b 2018-10-06 03:24:05,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:06,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-218fb5ff-4804-4925-93fd-1853b36c55b0 x-compute-request-id: req-218fb5ff-4804-4925-93fd-1853b36c55b0 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:59Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:06,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-218fb5ff-4804-4925-93fd-1853b36c55b0 2018-10-06 03:24:06,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:06,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4c7ef1f1-a86c-4fea-ae6c-3660af02810e Date: Sat, 06 Oct 2018 03:24:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:06,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-4c7ef1f1-a86c-4fea-ae6c-3660af02810e 2018-10-06 03:24:06,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:06,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e70004-f4dc-4aa6-ac29-8c63e60296ab Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:06,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-52e70004-f4dc-4aa6-ac29-8c63e60296ab 2018-10-06 03:24:06,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:06,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-21f3655d-799a-4491-8568-ab6b224d8720 Date: Sat, 06 Oct 2018 03:24:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:06,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-21f3655d-799a-4491-8568-ab6b224d8720 2018-10-06 03:24:06,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:06,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-dcf3ce34-762e-4345-9971-31b37fd7b2ed Date: Sat, 06 Oct 2018 03:24:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:06,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-dcf3ce34-762e-4345-9971-31b37fd7b2ed 2018-10-06 03:24:06,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" -d '{"volumeAttachment": {"volumeId": "0c8f6772-9512-4782-b274-6ec2ee031d93"}}' 2018-10-06 03:24:09,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-86f91952-5862-4d27-8712-eaa8205b45fa x-compute-request-id: req-86f91952-5862-4d27-8712-eaa8205b45fa Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "volumeId": "0c8f6772-9512-4782-b274-6ec2ee031d93"}} 2018-10-06 03:24:09,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f/os-volume_attachments used request id req-86f91952-5862-4d27-8712-eaa8205b45fa 2018-10-06 03:24:09,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:10,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-12d36b8e-8562-4c01-8b02-5d3075bfaf11 x-compute-request-id: req-12d36b8e-8562-4c01-8b02-5d3075bfaf11 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:23:59Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "metadata": {}}} 2018-10-06 03:24:10,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-12d36b8e-8562-4c01-8b02-5d3075bfaf11 2018-10-06 03:24:10,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:11,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-50b01b86-c29f-4a1c-b4ea-f5ce16175f49 Date: Sat, 06 Oct 2018 03:24:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:11,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-50b01b86-c29f-4a1c-b4ea-f5ce16175f49 2018-10-06 03:24:11,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:24:11,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:24:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:24:11,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:11,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63478f61-097e-4c5f-985b-139264f1c95a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:11,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-63478f61-097e-4c5f-985b-139264f1c95a 2018-10-06 03:24:11,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:11,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-93cbf3ed-f5cb-4462-97c0-aec3c6758691 Date: Sat, 06 Oct 2018 03:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:11,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-93cbf3ed-f5cb-4462-97c0-aec3c6758691 2018-10-06 03:24:11,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:11,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4b4377ac-b1c2-49cb-aceb-69175d564b6e Date: Sat, 06 Oct 2018 03:24:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:11,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-4b4377ac-b1c2-49cb-aceb-69175d564b6e 2018-10-06 03:24:11,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:11,747 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:11 GMT Server: Apache x-compute-request-id: req-9e46c17b-5b11-4ee3-b6f8-d95a127f8119 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e46c17b-5b11-4ee3-b6f8-d95a127f8119 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:09.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:24:11,747 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-9e46c17b-5b11-4ee3-b6f8-d95a127f8119 2018-10-06 03:24:14,753 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e46c17b-5b11-4ee3-b6f8-d95a127f8119" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:15,526 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:14 GMT Server: Apache x-compute-request-id: req-902a3325-5e8a-4a18-96d0-e4bef7d59fef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-902a3325-5e8a-4a18-96d0-e4bef7d59fef Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "attachment_id": "4496a1de-bde9-4689-8d7c-4a29e4622f7f", "attached_at": "2018-10-06T03:24:13.000000", "host_name": null, "volume_id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "device": "/dev/vdb", "id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:13.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:24:15,526 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-902a3325-5e8a-4a18-96d0-e4bef7d59fef 2018-10-06 03:24:15,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:15,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f83948-804f-43b0-9a9b-2ad692ce833a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:15,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-37f83948-804f-43b0-9a9b-2ad692ce833a 2018-10-06 03:24:15,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:16,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-bf315f8e-c82b-4741-b6a0-989bc87c7fae x-compute-request-id: req-bf315f8e-c82b-4741-b6a0-989bc87c7fae Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "metadata": {}}} 2018-10-06 03:24:16,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-bf315f8e-c82b-4741-b6a0-989bc87c7fae 2018-10-06 03:24:16,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:16,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-70cc509d-9f3f-4b29-8a7d-a23d750000f1 Date: Sat, 06 Oct 2018 03:24:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:16,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-70cc509d-9f3f-4b29-8a7d-a23d750000f1 2018-10-06 03:24:16,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:16,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43484fea-0ab0-4ce8-8b50-49f5448a0223 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:16,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-43484fea-0ab0-4ce8-8b50-49f5448a0223 2018-10-06 03:24:16,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:16,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bc74b9c6-f459-4529-9c0a-5ed4de99e2e0 Date: Sat, 06 Oct 2018 03:24:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:16,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-bc74b9c6-f459-4529-9c0a-5ed4de99e2e0 2018-10-06 03:24:16,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:16,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-25db1ead-1cdf-434a-b5d4-48f40a563036 Date: Sat, 06 Oct 2018 03:24:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:16,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-25db1ead-1cdf-434a-b5d4-48f40a563036 2018-10-06 03:24:16,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:18,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-fb662b45-ae75-4ecb-bff6-231e8938a3f2 x-compute-request-id: req-fb662b45-ae75-4ecb-bff6-231e8938a3f2 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "metadata": {}}} 2018-10-06 03:24:18,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-fb662b45-ae75-4ecb-bff6-231e8938a3f2 2018-10-06 03:24:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:18,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f5fdc2f2-ddac-4e69-8c02-ff8d2d8fa76b Date: Sat, 06 Oct 2018 03:24:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:18,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-f5fdc2f2-ddac-4e69-8c02-ff8d2d8fa76b 2018-10-06 03:24:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:18,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00c5874-d690-400e-85c1-02ff9afee45a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:18,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-a00c5874-d690-400e-85c1-02ff9afee45a 2018-10-06 03:24:18,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:18,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e2531943-c370-42bf-aeba-8cd0effd93d5 Date: Sat, 06 Oct 2018 03:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:18,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-e2531943-c370-42bf-aeba-8cd0effd93d5 2018-10-06 03:24:18,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:18,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-b7ea0174-d3b5-4476-baec-69f065a23412 Date: Sat, 06 Oct 2018 03:24:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:18,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-b7ea0174-d3b5-4476-baec-69f065a23412 2018-10-06 03:24:18,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:19,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-27bb8db8-6bd4-40ec-aca1-ea60a42c75c7 x-compute-request-id: req-27bb8db8-6bd4-40ec-aca1-ea60a42c75c7 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "metadata": {}}} 2018-10-06 03:24:19,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-27bb8db8-6bd4-40ec-aca1-ea60a42c75c7 2018-10-06 03:24:19,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:19,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a1ffc54f-fa43-418a-b725-5763ea05b62c Date: Sat, 06 Oct 2018 03:24:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:19,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-a1ffc54f-fa43-418a-b725-5763ea05b62c 2018-10-06 03:24:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:19,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c525498-626e-4cc6-9793-b08aa2675eca Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:19,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-3c525498-626e-4cc6-9793-b08aa2675eca 2018-10-06 03:24:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:19,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9321843f-60b3-4a40-a520-14412c2123b0 Date: Sat, 06 Oct 2018 03:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:19,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-9321843f-60b3-4a40-a520-14412c2123b0 2018-10-06 03:24:19,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:19,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-c2d39ee1-ee68-4194-a390-12bf91eae42d Date: Sat, 06 Oct 2018 03:24:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:19,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-c2d39ee1-ee68-4194-a390-12bf91eae42d 2018-10-06 03:24:19,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f/os-volume_attachments/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:21,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-ab999be6-f0b3-4faa-8a3c-40904e0200c4 x-compute-request-id: req-ab999be6-f0b3-4faa-8a3c-40904e0200c4 Content-Length: 0 Content-Type: application/json 2018-10-06 03:24:21,915 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f/os-volume_attachments/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-ab999be6-f0b3-4faa-8a3c-40904e0200c4 2018-10-06 03:24:21,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:22,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-8b39b9d0-5a06-4630-8f06-4bb9057b0f45 x-compute-request-id: req-8b39b9d0-5a06-4630-8f06-4bb9057b0f45 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c8f6772-9512-4782-b274-6ec2ee031d93"}], "metadata": {}}} 2018-10-06 03:24:22,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-8b39b9d0-5a06-4630-8f06-4bb9057b0f45 2018-10-06 03:24:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:22,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c5595af3-7499-41fb-833c-276e9d4f369e Date: Sat, 06 Oct 2018 03:24:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:22,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-c5595af3-7499-41fb-833c-276e9d4f369e 2018-10-06 03:24:22,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:23,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344aa47d-b8d6-4f6b-a28a-22f0673ef21d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:23,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-344aa47d-b8d6-4f6b-a28a-22f0673ef21d 2018-10-06 03:24:23,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:23,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1aa7ebb3-face-42c3-a4da-401babe5f61e Date: Sat, 06 Oct 2018 03:24:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:23,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-1aa7ebb3-face-42c3-a4da-401babe5f61e 2018-10-06 03:24:23,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:23,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-8fe20be5-1ea6-41aa-8d10-3e87d26d22d2 Date: Sat, 06 Oct 2018 03:24:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:23,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-8fe20be5-1ea6-41aa-8d10-3e87d26d22d2 2018-10-06 03:24:26,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:26,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-14ea67b3-41bf-475f-b47a-8f4eaec0f2df x-compute-request-id: req-14ea67b3-41bf-475f-b47a-8f4eaec0f2df Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:26,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-14ea67b3-41bf-475f-b47a-8f4eaec0f2df 2018-10-06 03:24:26,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:27,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6e4dfdd6-fe0a-4aa1-9de2-638ecfd52eeb Date: Sat, 06 Oct 2018 03:24:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:27,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-6e4dfdd6-fe0a-4aa1-9de2-638ecfd52eeb 2018-10-06 03:24:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:27,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd2a924-bad7-4908-994f-d53297664c46 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:27,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-dbd2a924-bad7-4908-994f-d53297664c46 2018-10-06 03:24:27,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:27,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4a74b843-b1ec-40c0-98f9-07a5164e1092 Date: Sat, 06 Oct 2018 03:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:27,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-4a74b843-b1ec-40c0-98f9-07a5164e1092 2018-10-06 03:24:27,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:27,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-2b4b1134-b9f1-4d10-924b-d594a4d8f6bd Date: Sat, 06 Oct 2018 03:24:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:27,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-2b4b1134-b9f1-4d10-924b-d594a4d8f6bd 2018-10-06 03:24:27,530 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e46c17b-5b11-4ee3-b6f8-d95a127f8119" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:27,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:27 GMT Server: Apache x-compute-request-id: req-652b3c71-3444-40a2-964c-d04c97814edb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-652b3c71-3444-40a2-964c-d04c97814edb Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:21.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:24:27,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-652b3c71-3444-40a2-964c-d04c97814edb 2018-10-06 03:24:27,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:28,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-f2607a5d-7063-4d35-97ff-1223ca0036e2 x-compute-request-id: req-f2607a5d-7063-4d35-97ff-1223ca0036e2 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:28,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-f2607a5d-7063-4d35-97ff-1223ca0036e2 2018-10-06 03:24:28,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:28,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-950da977-6373-4d42-91a3-3b00e67fd53c Date: Sat, 06 Oct 2018 03:24:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:28,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-950da977-6373-4d42-91a3-3b00e67fd53c 2018-10-06 03:24:28,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:28,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-801f1b53-ddae-4b0b-9d1b-3483c62b19a0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:28,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-801f1b53-ddae-4b0b-9d1b-3483c62b19a0 2018-10-06 03:24:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:28,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7baa81f3-411d-40fe-ac2b-79d8266864ce Date: Sat, 06 Oct 2018 03:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:28,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-7baa81f3-411d-40fe-ac2b-79d8266864ce 2018-10-06 03:24:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:28,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-a0505601-635d-4077-95d0-09680a654729 Date: Sat, 06 Oct 2018 03:24:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:28,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-a0505601-635d-4077-95d0-09680a654729 2018-10-06 03:24:28,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:28,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-652bb5ee-9430-447d-ba81-eb3f1253e329 x-compute-request-id: req-652bb5ee-9430-447d-ba81-eb3f1253e329 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:12Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:28,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-652bb5ee-9430-447d-ba81-eb3f1253e329 2018-10-06 03:24:28,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:29,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bbcfadf9-774a-4ff6-8514-36ca1f5ffef6 Date: Sat, 06 Oct 2018 03:24:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"482b569a-b502-4a73-93ee-cb30d5a5495f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["676e680e-fc01-4c53-8583-86ca1ac6ae8c"],"description":"","tags":[],"updated_at":"2018-10-06T03:23:33Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:32Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:29,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net used request id req-bbcfadf9-774a-4ff6-8514-36ca1f5ffef6 2018-10-06 03:24:29,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:29,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d272bb-a4dc-421e-acfb-aaf66364e145 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:29,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-27d272bb-a4dc-421e-acfb-aaf66364e145 2018-10-06 03:24:29,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:29,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-143eace7-75a6-442b-8a13-eb5bd7c5fdfb Date: Sat, 06 Oct 2018 03:24:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:33Z","dns_nameservers":[],"updated_at":"2018-10-06T03:23: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet"}]} 2018-10-06 03:24:29,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-143eace7-75a6-442b-8a13-eb5bd7c5fdfb 2018-10-06 03:24:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30879a9e6cb994339a740d5280bd8b0c50123adb" 2018-10-06 03:24:29,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4ba294fb-7c9a-4edf-8173-392598855811 Date: Sat, 06 Oct 2018 03:24:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.2"}],"id":"6eea2275-b332-42a4-84ae-67a6f72d4a92","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:32:bb","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.3"}],"id":"7574df4f-d790-47a1-88ae-6a438cab5b72","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:df:c3","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.4"}],"id":"bb557950-c747-4663-b015-5913bd19a214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:39:6e","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-482b569a-b502-4a73-93ee-cb30d5a5495f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:23:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"676e680e-fc01-4c53-8583-86ca1ac6ae8c","ip_address":"10.55.0.13"}],"id":"fa821a54-691f-4fd6-9d40-e121898efd07","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:e2:d1","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port","admin_state_up":true,"network_id":"482b569a-b502-4a73-93ee-cb30d5a5495f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:23:47Z","binding:vnic_type":"normal","device_id":"2f74800b-6c06-4f49-ba80-d6c26e09022f"}]} 2018-10-06 03:24:29,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-4ba294fb-7c9a-4edf-8173-392598855811 2018-10-06 03:24:29,240 - create_instance - INFO - Deleting Port with ID - fa821a54-691f-4fd6-9d40-e121898efd07 2018-10-06 03:24:29,240 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-port 2018-10-06 03:24:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/fa821a54-691f-4fd6-9d40-e121898efd07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:29,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee5e1180-7408-4b11-aadc-aaf883fed05e Date: Sat, 06 Oct 2018 03:24:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:24:29,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/fa821a54-691f-4fd6-9d40-e121898efd07 used request id req-ee5e1180-7408-4b11-aadc-aaf883fed05e 2018-10-06 03:24:29,847 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst 2018-10-06 03:24:29,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:30,039 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-4c8812ae-f889-4853-99aa-e49fc59651e7 x-compute-request-id: req-4c8812ae-f889-4853-99aa-e49fc59651e7 Content-Type: application/json 2018-10-06 03:24:30,039 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-4c8812ae-f889-4853-99aa-e49fc59651e7 2018-10-06 03:24:30,039 - create_instance - INFO - Checking deletion status 2018-10-06 03:24:30,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:30,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-e7b7b35b-9b1c-4af5-9c06-6c5f002d990b x-compute-request-id: req-e7b7b35b-9b1c-4af5-9c06-6c5f002d990b Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:e2:d1", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:29Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:30,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-e7b7b35b-9b1c-4af5-9c06-6c5f002d990b 2018-10-06 03:24:30,278 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - ACTIVE 2018-10-06 03:24:30,278 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:24:33,282 - create_instance - DEBUG - VM status query timeout in 296.757931948 2018-10-06 03:24:33,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:33,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-df64dc41-83e8-4010-b721-723f3df08140 x-compute-request-id: req-df64dc41-83e8-4010-b721-723f3df08140 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:29Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:33,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-df64dc41-83e8-4010-b721-723f3df08140 2018-10-06 03:24:33,526 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - ACTIVE 2018-10-06 03:24:33,526 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:24:36,530 - create_instance - DEBUG - VM status query timeout in 293.509896994 2018-10-06 03:24:36,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:36,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-3305ed26-496a-4a83-843f-43f88d8256d2 x-compute-request-id: req-3305ed26-496a-4a83-843f-43f88d8256d2 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f", "rel": "bookmark"}], "image": {"id": "1267a5f1-f524-45b8-b803-644fd2af79b2", "links": [{"href": "http://172.30.9.29:8774/images/1267a5f1-f524-45b8-b803-644fd2af79b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-06T03:23:54.000000", "flavor": {"id": "d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "links": [{"href": "http://172.30.9.29:8774/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57", "rel": "bookmark"}]}, "id": "2f74800b-6c06-4f49-ba80-d6c26e09022f", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:24:29Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst", "created": "2018-10-06T03:23:50Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:24:36,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-3305ed26-496a-4a83-843f-43f88d8256d2 2018-10-06 03:24:36,773 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst] is - ACTIVE 2018-10-06 03:24:36,773 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:24:39,777 - create_instance - DEBUG - VM status query timeout in 290.262799978 2018-10-06 03:24:39,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dca01c0ed5ada4cec28ab8b912d7aee8389f2c9e" 2018-10-06 03:24:39,951 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:24: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-bccd5807-5286-4c56-aad0-3a93ba56b45c x-compute-request-id: req-bccd5807-5286-4c56-aad0-3a93ba56b45c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2f74800b-6c06-4f49-ba80-d6c26e09022f could not be found.", "code": 404}} 2018-10-06 03:24:39,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f74800b-6c06-4f49-ba80-d6c26e09022f used request id req-bccd5807-5286-4c56-aad0-3a93ba56b45c 2018-10-06 03:24:39,952 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2f74800b-6c06-4f49-ba80-d6c26e09022f could not be found. (HTTP 404) (Request-ID: req-bccd5807-5286-4c56-aad0-3a93ba56b45c) 2018-10-06 03:24:39,952 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-vm_inst 2018-10-06 03:24:39,956 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:24:40,735 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:39 GMT Server: Apache x-compute-request-id: req-a4cbe6e8-af3d-42a8-8b31-89262b0b3fc0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4cbe6e8-af3d-42a8-8b31-89262b0b3fc0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:21.000000", "replication_status": null, "snapshot_id": null, "id": "0c8f6772-9512-4782-b274-6ec2ee031d93", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba", "bootable": "false", "created_at": "2018-10-06T03:23:37.000000", "volume_type": null}} 2018-10-06 03:24:40,735 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-a4cbe6e8-af3d-42a8-8b31-89262b0b3fc0 2018-10-06 03:24:40,736 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:24:40,736 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:24:40,736 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:24:40,739 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:24:41,539 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:24:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69c01348-4d96-4ba2-a3b0-e3d366034060 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-10-06 03:24:41,539 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-69c01348-4d96-4ba2-a3b0-e3d366034060 2018-10-06 03:24:41,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f8ab9b9-baa7-46c8-94a9-6f2ef12956bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5d56a5c410408374ee8f121469744aa7956d78" 2018-10-06 03:24:42,285 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:24:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-af7ff6a8-a04f-40d2-9ddd-6f07734df968 x-openstack-request-id: req-af7ff6a8-a04f-40d2-9ddd-6f07734df968 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0c8f6772-9512-4782-b274-6ec2ee031d93 could not be found.", "code": 404}} 2018-10-06 03:24:42,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c8f6772-9512-4782-b274-6ec2ee031d93 used request id req-af7ff6a8-a04f-40d2-9ddd-6f07734df968 2018-10-06 03:24:42,286 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0c8f6772-9512-4782-b274-6ec2ee031d93 could not be found. (HTTP 404) (Request-ID: req-af7ff6a8-a04f-40d2-9ddd-6f07734df968) 2018-10-06 03:24:42,286 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba 2018-10-06 03:24:42,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0553a1ad62e87211208a6fcddb9de37f238ead5" 2018-10-06 03:24:42,331 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:24: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-5a1a778a-77a8-4dd2-b270-af1692e0c93e x-compute-request-id: req-5a1a778a-77a8-4dd2-b270-af1692e0c93e Content-Length: 0 Content-Type: application/json 2018-10-06 03:24:42,332 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d93f2a8b-9c8e-4e50-8dc6-ce0cfad8fb57 used request id req-5a1a778a-77a8-4dd2-b270-af1692e0c93e 2018-10-06 03:24:42,333 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet 2018-10-06 03:24:42,333 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-subnet 2018-10-06 03:24:42,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/676e680e-fc01-4c53-8583-86ca1ac6ae8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:24:44,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a66064fc-2081-4d3b-9ce3-0d2fa36b65d4 Date: Sat, 06 Oct 2018 03:24:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:24:44,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/676e680e-fc01-4c53-8583-86ca1ac6ae8c used request id req-a66064fc-2081-4d3b-9ce3-0d2fa36b65d4 2018-10-06 03:24:44,596 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-net 2018-10-06 03:24:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/482b569a-b502-4a73-93ee-cb30d5a5495f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86e18013afcfab215a7e9bb6230a151229e01d1e" 2018-10-06 03:24:45,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63cf5e62-a244-4cfd-954e-19759c560bb3 Date: Sat, 06 Oct 2018 03:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:24:45,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/482b569a-b502-4a73-93ee-cb30d5a5495f used request id req-63cf5e62-a244-4cfd-954e-19759c560bb3 2018-10-06 03:24:45,878 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-c7b00276-3c3c-4321-aeba-675375fed7ba-image 2018-10-06 03:24:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a9a956c4656fb9ad0dfaf4453ab9e9e98773b3a" 2018-10-06 03:24:48,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9635f1c-e0a1-491d-9190-df9294620268 Date: Sat, 06 Oct 2018 03:24:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:24:48,063 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1267a5f1-f524-45b8-b803-644fd2af79b2 used request id req-f9635f1c-e0a1-491d-9190-df9294620268 2018-10-06 03:24:48,065 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:24:48,067 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:24:48,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:48,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:48,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["e2F3wLI4T_WWSYbxOt7acg"], "issued_at": "2018-10-06T03:24:48.000000Z"}} 2018-10-06 03:24:48,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:48,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aeb7a8c-dce9-4bcc-bf9a-1a455fc80708 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:48,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8aeb7a8c-dce9-4bcc-bf9a-1a455fc80708 2018-10-06 03:24:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:48,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-324db64d-ce84-48a7-83df-3a9a198353ad Date: Sat, 06 Oct 2018 03:24:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image"} 2018-10-06 03:24:48,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image used request id req-324db64d-ce84-48a7-83df-3a9a198353ad 2018-10-06 03:24:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:48,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8e5d606b-88b5-4467-8aa3-f2478aa20a22 Date: Sat, 06 Oct 2018 03:24: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", "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-10-06 03:24:48,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8e5d606b-88b5-4467-8aa3-f2478aa20a22 2018-10-06 03:24:48,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image"}' 2018-10-06 03:24:49,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 X-Openstack-Request-Id: req-76827f82-7a43-4b15-808e-ed1c851cc687 Date: Sat, 06 Oct 2018 03:24:49 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:24:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:24:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "min_disk": 0, "protected": false, "id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "file": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:24:49,595 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-76827f82-7a43-4b15-808e-ed1c851cc687 2018-10-06 03:24:49,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" -d '' 2018-10-06 03:24:51,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39ca99a0-0fc2-4697-8ba4-0371be1a4d69 Date: Sat, 06 Oct 2018 03:24:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:24:51,555 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file used request id req-39ca99a0-0fc2-4697-8ba4-0371be1a4d69 2018-10-06 03:24:51,556 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:24:51,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:51,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2ea1f6f1-4a0d-4e11-a540-383ebbaecf9e Date: Sat, 06 Oct 2018 03:24:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:24:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:24:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "metadata": {}}], "self": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "min_disk": 0, "protected": false, "id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "file": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:24:51,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 used request id req-2ea1f6f1-4a0d-4e11-a540-383ebbaecf9e 2018-10-06 03:24:51,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:51,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f04508f-00eb-460d-9610-d24ba5a3602b Date: Sat, 06 Oct 2018 03:24: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", "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-10-06 03:24:51,942 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1f04508f-00eb-460d-9610-d24ba5a3602b 2018-10-06 03:24:51,945 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image 2018-10-06 03:24:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:24:51,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-3fbf1892-ee56-44c1-bb21-18380aadd297 Date: Sat, 06 Oct 2018 03:24:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:24:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:24:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "metadata": {}}], "self": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "min_disk": 0, "protected": false, "id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "file": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:24:51,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 used request id req-3fbf1892-ee56-44c1-bb21-18380aadd297 2018-10-06 03:24:51,965 - create_image - DEBUG - Instance status is - active 2018-10-06 03:24:51,965 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image 2018-10-06 03:24:51,965 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image 2018-10-06 03:24:51,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:51,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:52,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["fZGj6IHVQAqBJVfa3323wA"], "issued_at": "2018-10-06T03:24:52.000000Z"}} 2018-10-06 03:24:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:52,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dccdf8ad-01db-4cc1-ab4e-920304fea430 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:52,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dccdf8ad-01db-4cc1-ab4e-920304fea430 2018-10-06 03:24:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:52,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c346f708-46d2-44f1-b8b1-b94bd1dfb5e2 Date: Sat, 06 Oct 2018 03:24:52 GMT RESP BODY: {"networks":[]} 2018-10-06 03:24:52,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-c346f708-46d2-44f1-b8b1-b94bd1dfb5e2 2018-10-06 03:24:52,638 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net 2018-10-06 03:24:52,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net", "admin_state_up": true}}' 2018-10-06 03:24:53,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-f908d440-02a1-48c9-9f75-bde13c8202f0 Date: Sat, 06 Oct 2018 03:24:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:24:52Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","mtu":1450}} 2018-10-06 03:24:53,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-f908d440-02a1-48c9-9f75-bde13c8202f0 2018-10-06 03:24:53,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:53,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3d28d7f6-3a31-4fd2-86c3-a180cc08daf3 Date: Sat, 06 Oct 2018 03:24:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:24:52Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:53,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-3d28d7f6-3a31-4fd2-86c3-a180cc08daf3 2018-10-06 03:24:53,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:53,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f8bee8c7-ad9b-446a-a79a-e6eb93883197 Date: Sat, 06 Oct 2018 03:24:53 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:24:53,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-f8bee8c7-ad9b-446a-a79a-e6eb93883197 2018-10-06 03:24:53,485 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet 2018-10-06 03:24:53,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" -d '{"subnets": [{"ip_version": 4, "network_id": "f53b93c2-8141-4c77-a08b-b510b7c57b0f", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]}' 2018-10-06 03:24:53,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0f181ded-551f-4816-87d9-f0cb0f22c6c0 Date: Sat, 06 Oct 2018 03:24:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:24:53,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-0f181ded-551f-4816-87d9-f0cb0f22c6c0 2018-10-06 03:24:53,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:54,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e4d029bc-1141-4dbb-9e30-e9c4c9e67852 Date: Sat, 06 Oct 2018 03:24:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:54,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-e4d029bc-1141-4dbb-9e30-e9c4c9e67852 2018-10-06 03:24:54,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:24:54,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9d2ad17f-198c-4682-a0e0-df04cd6d1089 Date: Sat, 06 Oct 2018 03:24:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:24:54,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-9d2ad17f-198c-4682-a0e0-df04cd6d1089 2018-10-06 03:24:54,274 - OpenStackNetwork - DEBUG - Network [f53b93c2-8141-4c77-a08b-b510b7c57b0f] created successfully 2018-10-06 03:24:54,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:54,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:54,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["np5waCAGTs2_YRoC5sK-qQ"], "issued_at": "2018-10-06T03:24:54.000000Z"}} 2018-10-06 03:24:54,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}490dd9e72cc3256f84a2c0cc0ba6f76730fd344b" 2018-10-06 03:24:54,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176144ea-6a9d-4355-983d-81a9ed41c485 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:54,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-176144ea-6a9d-4355-983d-81a9ed41c485 2018-10-06 03:24:54,736 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:24:54,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}490dd9e72cc3256f84a2c0cc0ba6f76730fd344b" 2018-10-06 03:24:54,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-0ef88adc-8ad7-45cd-a468-38133d562c3b x-compute-request-id: req-0ef88adc-8ad7-45cd-a468-38133d562c3b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:24:54,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0ef88adc-8ad7-45cd-a468-38133d562c3b 2018-10-06 03:24:54,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}490dd9e72cc3256f84a2c0cc0ba6f76730fd344b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 03:24:55,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-8e3b7e32-4770-4a44-8cae-153d7a76cd92 x-compute-request-id: req-8e3b7e32-4770-4a44-8cae-153d7a76cd92 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:24:55,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-8e3b7e32-4770-4a44-8cae-153d7a76cd92 2018-10-06 03:24:55,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:55,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:55,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ZFKkt5bSRraF1e87CqeYJw"], "issued_at": "2018-10-06T03:24:55.000000Z"}} 2018-10-06 03:24:55,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:24:55,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed0403d-8be8-4956-ae33-3f96390a9a80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:55,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eed0403d-8be8-4956-ae33-3f96390a9a80 2018-10-06 03:24:55,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:24:55,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:55 GMT Server: Apache x-compute-request-id: req-581d15ca-8095-4219-a4fd-417d2e9c66d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-581d15ca-8095-4219-a4fd-417d2e9c66d9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 03:24:55,706 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-581d15ca-8095-4219-a4fd-417d2e9c66d9 2018-10-06 03:24:55,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b", "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-10-06 03:24:56,117 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:24:55 GMT Server: Apache x-compute-request-id: req-f5f3169f-05be-42c2-985e-eccba1e59b69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f5f3169f-05be-42c2-985e-eccba1e59b69 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T03:24:55.972249", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "size": 1}} 2018-10-06 03:24:56,117 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes used request id req-f5f3169f-05be-42c2-985e-eccba1e59b69 2018-10-06 03:24:56,121 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:24:56,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:56 GMT Server: Apache x-compute-request-id: req-f333a5c9-3e77-496d-956f-9b3ec5c5e8f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f333a5c9-3e77-496d-956f-9b3ec5c5e8f3 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:56.000000", "replication_status": null, "snapshot_id": null, "id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b", "bootable": "false", "created_at": "2018-10-06T03:24:55.000000", "volume_type": null}} 2018-10-06 03:24:56,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 used request id req-f333a5c9-3e77-496d-956f-9b3ec5c5e8f3 2018-10-06 03:24:56,871 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:24:56,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:24:56,947 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:56 GMT Server: Apache x-compute-request-id: req-16436785-0978-49b7-849a-ad2058503882 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16436785-0978-49b7-849a-ad2058503882 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:24:56.000000", "replication_status": null, "snapshot_id": null, "id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b", "bootable": "false", "created_at": "2018-10-06T03:24:55.000000", "volume_type": null}} 2018-10-06 03:24:56,947 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 used request id req-16436785-0978-49b7-849a-ad2058503882 2018-10-06 03:24:56,947 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:24:56,947 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:24:56,947 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:24:56,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:56,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:57,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["_JXGhqVMT0mkpEBykaP2qw"], "issued_at": "2018-10-06T03:24:57.000000Z"}} 2018-10-06 03:24:57,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:57,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02325e2-4a7e-4eca-8c63-bb663d79041d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:57,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e02325e2-4a7e-4eca-8c63-bb663d79041d 2018-10-06 03:24:57,410 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:24:57,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:57,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7505435-fa74-4eee-9a23-bcb37d62c5ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:57,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e7505435-fa74-4eee-9a23-bcb37d62c5ba 2018-10-06 03:24:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:57,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-01f8d7eb-2b88-4de4-8719-1776d03a958c Date: Sat, 06 Oct 2018 03:24:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:57,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-01f8d7eb-2b88-4de4-8719-1776d03a958c 2018-10-06 03:24:57,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:24:57,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:24:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:24:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:57,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c99f79-4029-4e47-ac72-ff2cce136c24 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:57,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-a1c99f79-4029-4e47-ac72-ff2cce136c24 2018-10-06 03:24:57,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:58,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2dbf8444-5f93-4ef1-9246-4af42fb42966 Date: Sat, 06 Oct 2018 03:24:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:24:58,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-2dbf8444-5f93-4ef1-9246-4af42fb42966 2018-10-06 03:24:58,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:58,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e65ecef9-282e-4dac-83d1-1bada0e8eccd Date: Sat, 06 Oct 2018 03:24:58 GMT RESP BODY: {"ports":[]} 2018-10-06 03:24:58,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True used request id req-e65ecef9-282e-4dac-83d1-1bada0e8eccd 2018-10-06 03:24:58,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:58,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24: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-18530e7b-655f-48a1-b576-75f52e9982ad x-compute-request-id: req-18530e7b-655f-48a1-b576-75f52e9982ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:24:58,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst used request id req-18530e7b-655f-48a1-b576-75f52e9982ad 2018-10-06 03:24:58,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:58,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e76171b6-accb-4b39-a4d4-14b078620c63 Date: Sat, 06 Oct 2018 03:24:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:58,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-e76171b6-accb-4b39-a4d4-14b078620c63 2018-10-06 03:24:58,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:58,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8a2793-fac7-4b0e-a71b-d8dfa29f84b4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:24:58,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-3c8a2793-fac7-4b0e-a71b-d8dfa29f84b4 2018-10-06 03:24:58,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:59,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ea362530-298b-43e4-92db-72b0174b9709 Date: Sat, 06 Oct 2018 03:24:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:24:59,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-ea362530-298b-43e4-92db-72b0174b9709 2018-10-06 03:24:59,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:59,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6b90f1a7-9321-499d-9970-3b1f59b6ab04 Date: Sat, 06 Oct 2018 03:24:59 GMT RESP BODY: {"ports":[]} 2018-10-06 03:24:59,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True used request id req-6b90f1a7-9321-499d-9970-3b1f59b6ab04 2018-10-06 03:24:59,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:24:59,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:24:59,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["K5St-DxiSKm3ZdGnfMzgFQ"], "issued_at": "2018-10-06T03:24:59.000000Z"}} 2018-10-06 03:24:59,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629bc9e400aece8e1670f4cd526ec98695a93f9a" 2018-10-06 03:24:59,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c6e7d4-7e78-4458-a70b-6a087af732a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:24:59,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-40c6e7d4-7e78-4458-a70b-6a087af732a5 2018-10-06 03:24:59,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:24:59,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c5312681-4d2e-49e3-ba6e-c2cbc58fecb2 Date: Sat, 06 Oct 2018 03:24:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:24:59,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-c5312681-4d2e-49e3-ba6e-c2cbc58fecb2 2018-10-06 03:24:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:00,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2545c9da-4e9c-4734-befd-9474eb5fa965 Date: Sat, 06 Oct 2018 03:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:25:00,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-2545c9da-4e9c-4734-befd-9474eb5fa965 2018-10-06 03:25:00,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:00,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-27878d7b-7e19-4831-86f9-7d8233760e8f Date: Sat, 06 Oct 2018 03:25:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:00,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-27878d7b-7e19-4831-86f9-7d8233760e8f 2018-10-06 03:25:00,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:25:00,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:25:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:25:00,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629bc9e400aece8e1670f4cd526ec98695a93f9a" 2018-10-06 03:25:00,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95316211-122d-41d1-aa5a-dca5ed561998 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:00,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-95316211-122d-41d1-aa5a-dca5ed561998 2018-10-06 03:25:00,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:00,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-894121dc-a090-449f-b091-05486d399117 Date: Sat, 06 Oct 2018 03:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:25:00,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-894121dc-a090-449f-b091-05486d399117 2018-10-06 03:25:00,185 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net 2018-10-06 03:25:00,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" -d '{"port": {"network_id": "f53b93c2-8141-4c77-a08b-b510b7c57b0f", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port", "admin_state_up": true}}' 2018-10-06 03:25:00,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-2d42f247-1e95-432e-8064-f4361cca2a9c Date: Sat, 06 Oct 2018 03:25:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:00Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.13"}],"id":"6c427cdb-2318-4af4-9206-15a872df0bba","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:af:79:bc","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:00Z","binding:vnic_type":"normal"}} 2018-10-06 03:25:00,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-2d42f247-1e95-432e-8064-f4361cca2a9c 2018-10-06 03:25:00,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f64d27f8-bb39-4a22-a483-3041e0677b1c Date: Sat, 06 Oct 2018 03:25:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:01,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-f64d27f8-bb39-4a22-a483-3041e0677b1c 2018-10-06 03:25:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d4d331-fc2a-4a2c-b76e-c393ce9b8822 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:01,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-b0d4d331-fc2a-4a2c-b76e-c393ce9b8822 2018-10-06 03:25:01,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c88c1905-8469-46ec-bf53-da75c510a414 Date: Sat, 06 Oct 2018 03:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:25:01,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-c88c1905-8469-46ec-bf53-da75c510a414 2018-10-06 03:25:01,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-ed6c39c4-b1bb-42c7-8b2d-b4315b421155 Date: Sat, 06 Oct 2018 03:25:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.13"}],"id":"6c427cdb-2318-4af4-9206-15a872df0bba","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:af:79:bc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 03:25:01,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port&admin_state_up=True used request id req-ed6c39c4-b1bb-42c7-8b2d-b4315b421155 2018-10-06 03:25:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df31021-f880-4bc0-9c94-2aa9084b7c74 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:01,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-9df31021-f880-4bc0-9c94-2aa9084b7c74 2018-10-06 03:25:01,661 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst 2018-10-06 03:25:01,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-d25de5ef-cd93-4c2b-9883-eadd40a38254 x-compute-request-id: req-d25de5ef-cd93-4c2b-9883-eadd40a38254 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-flavor"}]} 2018-10-06 03:25:01,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d25de5ef-cd93-4c2b-9883-eadd40a38254 2018-10-06 03:25:01,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:01,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-6000bc36-3b8e-4a1f-b72d-f908a2412601 x-compute-request-id: req-6000bc36-3b8e-4a1f-b72d-f908a2412601 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:25:01,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966 used request id req-6000bc36-3b8e-4a1f-b72d-f908a2412601 2018-10-06 03:25:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:02,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-29dcbbc9-562d-49be-8e00-4f876cbb2ef9 Date: Sat, 06 Oct 2018 03:25:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:24:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:24:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "metadata": {}}], "self": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "min_disk": 0, "protected": false, "id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "file": "/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image"} 2018-10-06 03:25:02,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image used request id req-29dcbbc9-562d-49be-8e00-4f876cbb2ef9 2018-10-06 03:25:02,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:02,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b608cc89-cb72-4d5f-b6e0-16505b7d13b4 Date: Sat, 06 Oct 2018 03: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", "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-10-06 03:25:02,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b608cc89-cb72-4d5f-b6e0-16505b7d13b4 2018-10-06 03:25:02,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "imageRef": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "flavorRef": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "max_count": 1, "min_count": 1, "networks": [{"port": "6c427cdb-2318-4af4-9206-15a872df0bba"}]}}' 2018-10-06 03:25:05,788 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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-b0df4525-d2d1-4471-83f7-9702efcd12a5 x-compute-request-id: req-b0df4525-d2d1-4471-83f7-9702efcd12a5 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "adminPass": "dhDDcDjd2vk5"}} 2018-10-06 03:25:05,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b0df4525-d2d1-4471-83f7-9702efcd12a5 2018-10-06 03:25:05,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:06,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-2d7071b5-b35a-4f54-87fa-958c46c223c5 x-compute-request-id: req-2d7071b5-b35a-4f54-87fa-958c46c223c5 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:25:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:06,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-2d7071b5-b35a-4f54-87fa-958c46c223c5 2018-10-06 03:25:06,056 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst 2018-10-06 03:25:06,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:06,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-156a0c16-cb83-48d4-b21a-892e074f6bee x-compute-request-id: req-156a0c16-cb83-48d4-b21a-892e074f6bee Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:25:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:06,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-156a0c16-cb83-48d4-b21a-892e074f6bee 2018-10-06 03:25:06,306 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - BUILD 2018-10-06 03:25:06,306 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:09,309 - create_instance - DEBUG - VM status query timeout in 896.74742794 2018-10-06 03:25:09,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:10,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-067dc2ff-9276-4aac-a55e-a992ec701cf7 x-compute-request-id: req-067dc2ff-9276-4aac-a55e-a992ec701cf7 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:25:08Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:10,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-067dc2ff-9276-4aac-a55e-a992ec701cf7 2018-10-06 03:25:10,051 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - BUILD 2018-10-06 03:25:10,052 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:13,055 - create_instance - DEBUG - VM status query timeout in 893.001446009 2018-10-06 03:25:13,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:13,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-1161914c-2865-487e-af65-4e76584ea8cc x-compute-request-id: req-1161914c-2865-487e-af65-4e76584ea8cc Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:79:bc", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:25:08Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:13,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-1161914c-2865-487e-af65-4e76584ea8cc 2018-10-06 03:25:13,945 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - BUILD 2018-10-06 03:25:13,945 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:16,948 - create_instance - DEBUG - VM status query timeout in 889.107918024 2018-10-06 03:25:16,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:18,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-81a37e0c-c003-48d6-ad5e-bfad099d8017 x-compute-request-id: req-81a37e0c-c003-48d6-ad5e-bfad099d8017 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:79:bc", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:13Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:18,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-81a37e0c-c003-48d6-ad5e-bfad099d8017 2018-10-06 03:25:18,136 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - ACTIVE 2018-10-06 03:25:18,136 - create_instance - INFO - VM is - ACTIVE 2018-10-06 03:25:18,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:18,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-17517900-78d1-46ba-a255-91dbaf2c5a30 x-compute-request-id: req-17517900-78d1-46ba-a255-91dbaf2c5a30 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:79:bc", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:13Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:18,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-17517900-78d1-46ba-a255-91dbaf2c5a30 2018-10-06 03:25:18,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:19,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-663cdbe2-d6b0-4311-9e5b-0272d4cffc89 Date: Sat, 06 Oct 2018 03:25:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:19,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-663cdbe2-d6b0-4311-9e5b-0272d4cffc89 2018-10-06 03:25:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:19,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe566a57-591c-4ff2-bc35-416fe7c38273 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:19,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-fe566a57-591c-4ff2-bc35-416fe7c38273 2018-10-06 03:25:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:19,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9d8efa9-6925-4922-a8a6-04883f73098c Date: Sat, 06 Oct 2018 03:25:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:25:19,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-a9d8efa9-6925-4922-a8a6-04883f73098c 2018-10-06 03:25:19,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:19,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4ff8fa17-5ec2-440c-bc3e-a0dce2289788 Date: Sat, 06 Oct 2018 03:25:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.2"}],"id":"00e97c25-afa0-4216-89c6-a665003344e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:83:38","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f53b93c2-8141-4c77-a08b-b510b7c57b0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.3"}],"id":"215d6a03-541d-4425-a926-0944160ca019","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:fd:c9","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f53b93c2-8141-4c77-a08b-b510b7c57b0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.13"}],"id":"6c427cdb-2318-4af4-9206-15a872df0bba","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:79:bc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:00Z","binding:vnic_type":"normal","device_id":"cec2a473-db10-4f47-a169-e9932ce3dc0e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.4"}],"id":"d69df71c-4d7e-4f57-ae33-6c6b35838a25","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:d1:86","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f53b93c2-8141-4c77-a08b-b510b7c57b0f"}]} 2018-10-06 03:25:19,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-4ff8fa17-5ec2-440c-bc3e-a0dce2289788 2018-10-06 03:25:19,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:19,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["d8BfN5rPSiWHhCkIRSg5kA"], "issued_at": "2018-10-06T03:25:19.000000Z"}} 2018-10-06 03:25:19,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c922dd32b3b00ae674f9bd5d94d8a12584278b" 2018-10-06 03:25:19,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58a963e7-753b-4eb6-b6aa-317abd42c730 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:19,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-58a963e7-753b-4eb6-b6aa-317abd42c730 2018-10-06 03:25:19,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:20,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-73c9de13-c589-4c27-b908-7d671874cd05 x-compute-request-id: req-73c9de13-c589-4c27-b908-7d671874cd05 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:79:bc", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:13Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:25:20,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-73c9de13-c589-4c27-b908-7d671874cd05 2018-10-06 03:25:20,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:20,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-84fc5c0e-4708-45aa-8d27-88223dc1e88e Date: Sat, 06 Oct 2018 03:25:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["1260430d-27db-4eb3-8ab2-f588fb4d7324"],"description":"","tags":[],"updated_at":"2018-10-06T03:24:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:52Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:20,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net used request id req-84fc5c0e-4708-45aa-8d27-88223dc1e88e 2018-10-06 03:25:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:20,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c12321-ff4b-4fcf-b34c-c989dc3ec24f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:20,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-50c12321-ff4b-4fcf-b34c-c989dc3ec24f 2018-10-06 03:25:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:20,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e52c7cc9-3950-4a1c-8304-8dff0a70fa67 Date: Sat, 06 Oct 2018 03:25:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:53Z","dns_nameservers":[],"updated_at":"2018-10-06T03: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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet"}]} 2018-10-06 03:25:20,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-e52c7cc9-3950-4a1c-8304-8dff0a70fa67 2018-10-06 03:25:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:21,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-56d931bf-8e88-46b3-b51e-3d31fbd25bb9 Date: Sat, 06 Oct 2018 03:25:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.2"}],"id":"00e97c25-afa0-4216-89c6-a665003344e8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:83:38","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f53b93c2-8141-4c77-a08b-b510b7c57b0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.3"}],"id":"215d6a03-541d-4425-a926-0944160ca019","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:fd:c9","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f53b93c2-8141-4c77-a08b-b510b7c57b0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.13"}],"id":"6c427cdb-2318-4af4-9206-15a872df0bba","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:79:bc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:00Z","binding:vnic_type":"normal","device_id":"cec2a473-db10-4f47-a169-e9932ce3dc0e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:24:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1260430d-27db-4eb3-8ab2-f588fb4d7324","ip_address":"10.55.0.4"}],"id":"d69df71c-4d7e-4f57-ae33-6c6b35838a25","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:d1:86","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f53b93c2-8141-4c77-a08b-b510b7c57b0f","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:24:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f53b93c2-8141-4c77-a08b-b510b7c57b0f"}]} 2018-10-06 03:25:21,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-56d931bf-8e88-46b3-b51e-3d31fbd25bb9 2018-10-06 03:25:21,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02c922dd32b3b00ae674f9bd5d94d8a12584278b" -d '{"volumeAttachment": {"volumeId": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305"}}' 2018-10-06 03:25:23,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-7117f272-c669-420c-8f43-1952d4d10719 x-compute-request-id: req-7117f272-c669-420c-8f43-1952d4d10719 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "volumeId": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305"}} 2018-10-06 03:25:23,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e/os-volume_attachments used request id req-7117f272-c669-420c-8f43-1952d4d10719 2018-10-06 03:25:23,304 - create_instance - INFO - Deleting Port with ID - 6c427cdb-2318-4af4-9206-15a872df0bba 2018-10-06 03:25:23,305 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-port 2018-10-06 03:25:23,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/6c427cdb-2318-4af4-9206-15a872df0bba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:24,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c201544b-0ddd-4851-8c8a-b8e01528dee1 Date: Sat, 06 Oct 2018 03:25:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:25:24,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/6c427cdb-2318-4af4-9206-15a872df0bba used request id req-c201544b-0ddd-4851-8c8a-b8e01528dee1 2018-10-06 03:25:24,111 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst 2018-10-06 03:25:24,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:24,967 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:25: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-b53d9b83-4991-4d95-b115-e64873930bc9 x-compute-request-id: req-b53d9b83-4991-4d95-b115-e64873930bc9 Content-Type: application/json 2018-10-06 03:25:24,967 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-b53d9b83-4991-4d95-b115-e64873930bc9 2018-10-06 03:25:24,968 - create_instance - INFO - Checking deletion status 2018-10-06 03:25:24,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:25,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-69b61505-5607-4e73-a310-ecd99dbb7989 x-compute-request-id: req-69b61505-5607-4e73-a310-ecd99dbb7989 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:24Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305"}], "metadata": {}}} 2018-10-06 03:25:25,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-69b61505-5607-4e73-a310-ecd99dbb7989 2018-10-06 03:25:25,289 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - ACTIVE 2018-10-06 03:25:25,289 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:28,292 - create_instance - DEBUG - VM status query timeout in 296.675750017 2018-10-06 03:25:28,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:28,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-d0f3663e-5ac2-46fb-8905-be74a26ac85f x-compute-request-id: req-d0f3663e-5ac2-46fb-8905-be74a26ac85f Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:25Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305"}], "metadata": {}}} 2018-10-06 03:25:28,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-d0f3663e-5ac2-46fb-8905-be74a26ac85f 2018-10-06 03:25:28,578 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - ACTIVE 2018-10-06 03:25:28,578 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:31,582 - create_instance - DEBUG - VM status query timeout in 293.386070013 2018-10-06 03:25:31,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:31,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-b19024c6-2b6c-470f-9cc4-924d31fd0958 x-compute-request-id: req-b19024c6-2b6c-470f-9cc4-924d31fd0958 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e", "rel": "bookmark"}], "image": {"id": "440eb7cc-f611-44a1-8d17-bd8f8dccf316", "links": [{"href": "http://172.30.9.29:8774/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-06T03:25:08.000000", "flavor": {"id": "43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "links": [{"href": "http://172.30.9.29:8774/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966", "rel": "bookmark"}]}, "id": "cec2a473-db10-4f47-a169-e9932ce3dc0e", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:25:31Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst", "created": "2018-10-06T03:25:05Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305"}], "metadata": {}}} 2018-10-06 03:25:31,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-b19024c6-2b6c-470f-9cc4-924d31fd0958 2018-10-06 03:25:31,840 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst] is - ACTIVE 2018-10-06 03:25:31,840 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:25:34,843 - create_instance - DEBUG - VM status query timeout in 290.124349117 2018-10-06 03:25:34,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7159f609cdfc78b15a6ad55d852c36182db6bde" 2018-10-06 03:25:34,888 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:25: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-ffc7a0e1-c1f1-4537-8457-1257a6870958 x-compute-request-id: req-ffc7a0e1-c1f1-4537-8457-1257a6870958 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cec2a473-db10-4f47-a169-e9932ce3dc0e could not be found.", "code": 404}} 2018-10-06 03:25:34,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/cec2a473-db10-4f47-a169-e9932ce3dc0e used request id req-ffc7a0e1-c1f1-4537-8457-1257a6870958 2018-10-06 03:25:34,889 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cec2a473-db10-4f47-a169-e9932ce3dc0e could not be found. (HTTP 404) (Request-ID: req-ffc7a0e1-c1f1-4537-8457-1257a6870958) 2018-10-06 03:25:34,889 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-vm_inst 2018-10-06 03:25:34,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:25:35,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:34 GMT Server: Apache x-compute-request-id: req-db35a96c-43fe-475e-9e2c-a5aa0843cd24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db35a96c-43fe-475e-9e2c-a5aa0843cd24 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:25:25.000000", "replication_status": null, "snapshot_id": null, "id": "2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b", "bootable": "false", "created_at": "2018-10-06T03:24:55.000000", "volume_type": null}} 2018-10-06 03:25:35,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 used request id req-db35a96c-43fe-475e-9e2c-a5aa0843cd24 2018-10-06 03:25:35,627 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:25:35,627 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:25:35,627 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:25:35,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:25:36,396 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:25:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-743e3d71-a3eb-4f13-aae9-a8fd25b88ead 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-10-06 03:25:36,396 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 used request id req-743e3d71-a3eb-4f13-aae9-a8fd25b88ead 2018-10-06 03:25:36,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-581d15ca-8095-4219-a4fd-417d2e9c66d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002c57ab57b4fe797cfb5144bc142cffee540221" 2018-10-06 03:25:37,126 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:25:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2837a8b1-31bd-4d16-91b0-2dc3edd295ef x-openstack-request-id: req-2837a8b1-31bd-4d16-91b0-2dc3edd295ef Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 could not be found.", "code": 404}} 2018-10-06 03:25:37,126 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 used request id req-2837a8b1-31bd-4d16-91b0-2dc3edd295ef 2018-10-06 03:25:37,126 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2d87c8ae-2b4e-4fb9-8ba5-2c22e37da305 could not be found. (HTTP 404) (Request-ID: req-2837a8b1-31bd-4d16-91b0-2dc3edd295ef) 2018-10-06 03:25:37,126 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b 2018-10-06 03:25:37,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}490dd9e72cc3256f84a2c0cc0ba6f76730fd344b" 2018-10-06 03:25:37,180 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:25: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-80c48d1e-9868-4b1b-8267-dedccdff2425 x-compute-request-id: req-80c48d1e-9868-4b1b-8267-dedccdff2425 Content-Length: 0 Content-Type: application/json 2018-10-06 03:25:37,180 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/43221ba1-fd9d-46e0-b5bf-8d196ef8c966 used request id req-80c48d1e-9868-4b1b-8267-dedccdff2425 2018-10-06 03:25:37,181 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet 2018-10-06 03:25:37,181 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-subnet 2018-10-06 03:25:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1260430d-27db-4eb3-8ab2-f588fb4d7324 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:25:39,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8f24db2-61e3-4972-bfee-537151f7ec8a Date: Sat, 06 Oct 2018 03:25:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:25:39,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1260430d-27db-4eb3-8ab2-f588fb4d7324 used request id req-a8f24db2-61e3-4972-bfee-537151f7ec8a 2018-10-06 03:25:39,195 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-net 2018-10-06 03:25:39,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/f53b93c2-8141-4c77-a08b-b510b7c57b0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecd326b7620a03164f3b927e81c40568a446e140" 2018-10-06 03:25:40,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bde4eded-b406-4955-93a4-327840296991 Date: Sat, 06 Oct 2018 03:25:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:25:40,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f53b93c2-8141-4c77-a08b-b510b7c57b0f used request id req-bde4eded-b406-4955-93a4-327840296991 2018-10-06 03:25:40,752 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-d498c67f-f3d5-4124-b748-68951218cc4b-image 2018-10-06 03:25:40,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d61fcc2d2b21005bf5ed9848cca83bfba612db3" 2018-10-06 03:25:41,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71dad435-ea26-441d-85b8-55b8eecad42b Date: Sat, 06 Oct 2018 03:25:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:25:41,747 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/440eb7cc-f611-44a1-8d17-bd8f8dccf316 used request id req-71dad435-ea26-441d-85b8-55b8eecad42b 2018-10-06 03:25:41,749 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:25:41,752 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:25:41,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:41,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:42,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["_E8YNE7cTy-DsMeHpmDKcQ"], "issued_at": "2018-10-06T03:25:42.000000Z"}} 2018-10-06 03:25:42,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:42,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196dcd8c-dd36-4341-859d-fa862aa27621 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:42,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-196dcd8c-dd36-4341-859d-fa862aa27621 2018-10-06 03:25:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:42,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-8cae6b95-4171-4cdf-ac58-2db04943691c Date: Sat, 06 Oct 2018 03:25:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image"} 2018-10-06 03:25:42,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image used request id req-8cae6b95-4171-4cdf-ac58-2db04943691c 2018-10-06 03:25:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:42,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9c46489-48f6-4dcd-a33c-b1a571efc976 Date: Sat, 06 Oct 2018 03:25: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", "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-10-06 03:25:42,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a9c46489-48f6-4dcd-a33c-b1a571efc976 2018-10-06 03:25:42,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image"}' 2018-10-06 03:25:42,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 X-Openstack-Request-Id: req-238ee064-5d28-4a1e-adca-5c1312a3a1b5 Date: Sat, 06 Oct 2018 03:25:42 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:25:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:25:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "min_disk": 0, "protected": false, "id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "file": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:25:42,811 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-238ee064-5d28-4a1e-adca-5c1312a3a1b5 2018-10-06 03:25:42,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" -d '' 2018-10-06 03:25:44,818 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d522a6ec-8064-44a7-822e-b6e8a52a87f6 Date: Sat, 06 Oct 2018 03:25:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:25:44,818 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file used request id req-d522a6ec-8064-44a7-822e-b6e8a52a87f6 2018-10-06 03:25:44,819 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:25:44,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:45,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b585fa2c-09df-40ed-aede-134550caca09 Date: Sat, 06 Oct 2018 03:25:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:25:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:25:44Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "metadata": {}}], "self": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "min_disk": 0, "protected": false, "id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "file": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:25:45,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 used request id req-b585fa2c-09df-40ed-aede-134550caca09 2018-10-06 03:25:45,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:45,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d5eba453-5e63-4fe6-a74f-60590a5382ab Date: Sat, 06 Oct 2018 03:25:45 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", "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-10-06 03:25:45,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d5eba453-5e63-4fe6-a74f-60590a5382ab 2018-10-06 03:25:45,992 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image 2018-10-06 03:25:45,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:25:46,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-383b4b6a-7485-4541-8a2a-a908d9eb23b2 Date: Sat, 06 Oct 2018 03:25:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:25:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:25:44Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "metadata": {}}], "self": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "min_disk": 0, "protected": false, "id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "file": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:25:46,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 used request id req-383b4b6a-7485-4541-8a2a-a908d9eb23b2 2018-10-06 03:25:46,015 - create_image - DEBUG - Instance status is - active 2018-10-06 03:25:46,015 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image 2018-10-06 03:25:46,015 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image 2018-10-06 03:25:46,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:46,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:46,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["-oyKIWZuR8OAdoqFemTT1w"], "issued_at": "2018-10-06T03:25:46.000000Z"}} 2018-10-06 03:25:46,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:46,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a53e360d-d2a9-49cc-9391-08260e586af6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:46,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a53e360d-d2a9-49cc-9391-08260e586af6 2018-10-06 03:25:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:46,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fd1b5688-f936-4b04-9cd0-02e7fc5762c2 Date: Sat, 06 Oct 2018 03:25:46 GMT RESP BODY: {"networks":[]} 2018-10-06 03:25:46,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-fd1b5688-f936-4b04-9cd0-02e7fc5762c2 2018-10-06 03:25:46,681 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net 2018-10-06 03:25:46,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net", "admin_state_up": true}}' 2018-10-06 03:25:47,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-1ac67b8c-642e-4f24-bc20-358023d6cd53 Date: Sat, 06 Oct 2018 03:25:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:25:46Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","mtu":1450}} 2018-10-06 03:25:47,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1ac67b8c-642e-4f24-bc20-358023d6cd53 2018-10-06 03:25:47,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:47,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-2b335590-adfe-462f-a83b-b0689a7d2a48 Date: Sat, 06 Oct 2018 03:25:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:25:46Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:47,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-2b335590-adfe-462f-a83b-b0689a7d2a48 2018-10-06 03:25:47,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:47,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ec18b6a7-03d7-41f4-ae8a-f6858c483780 Date: Sat, 06 Oct 2018 03:25:47 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:25:47,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-ec18b6a7-03d7-41f4-ae8a-f6858c483780 2018-10-06 03:25:47,560 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet 2018-10-06 03:25:47,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" -d '{"subnets": [{"ip_version": 4, "network_id": "36b15b02-8b34-4ea0-b3e7-579326f8879a", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]}' 2018-10-06 03:25:48,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f8bedf80-8099-4ee5-b219-45735b1c3490 Date: Sat, 06 Oct 2018 03:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:48,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-f8bedf80-8099-4ee5-b219-45735b1c3490 2018-10-06 03:25:48,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:48,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e98f90fa-0f43-4466-bc1e-52ef3bf26217 Date: Sat, 06 Oct 2018 03:25:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:48,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-e98f90fa-0f43-4466-bc1e-52ef3bf26217 2018-10-06 03:25:48,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:25:48,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-461aa14c-db1d-4798-82c8-b7ff3a125272 Date: Sat, 06 Oct 2018 03:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:48,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-461aa14c-db1d-4798-82c8-b7ff3a125272 2018-10-06 03:25:48,768 - OpenStackNetwork - DEBUG - Network [36b15b02-8b34-4ea0-b3e7-579326f8879a] created successfully 2018-10-06 03:25:48,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:48,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:49,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["vltROXLgQwma3ifjKVQT0w"], "issued_at": "2018-10-06T03:25:49.000000Z"}} 2018-10-06 03:25:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e0ba44c2219a3211671d205328cd9032326601" 2018-10-06 03:25:49,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79c19f7-c215-4df3-adc3-e40d99c0746c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:49,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b79c19f7-c215-4df3-adc3-e40d99c0746c 2018-10-06 03:25:49,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:25:49,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e0ba44c2219a3211671d205328cd9032326601" 2018-10-06 03:25:49,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-206fd3b0-6c93-44da-b659-d48739007e53 x-compute-request-id: req-206fd3b0-6c93-44da-b659-d48739007e53 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:25:49,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-206fd3b0-6c93-44da-b659-d48739007e53 2018-10-06 03:25:49,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e0ba44c2219a3211671d205328cd9032326601" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 03:25:49,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-f107066a-c271-4ba1-80bd-9e5e9b1205a9 x-compute-request-id: req-f107066a-c271-4ba1-80bd-9e5e9b1205a9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:25:49,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f107066a-c271-4ba1-80bd-9e5e9b1205a9 2018-10-06 03:25:49,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:49,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:50,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ccb0V041QmeqCXyH7wQj4g"], "issued_at": "2018-10-06T03:25:50.000000Z"}} 2018-10-06 03:25:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:25:50,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2c0143-aade-4019-80b8-1055471385da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:50,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2e2c0143-aade-4019-80b8-1055471385da 2018-10-06 03:25:50,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:25:51,055 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:50 GMT Server: Apache x-compute-request-id: req-49bcfe79-22f6-44cd-98a3-421521c16b1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49bcfe79-22f6-44cd-98a3-421521c16b1e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 03:25:51,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-49bcfe79-22f6-44cd-98a3-421521c16b1e 2018-10-06 03:25:51,059 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "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-10-06 03:25:52,043 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:25:51 GMT Server: Apache x-compute-request-id: req-dec08e6a-efd8-42b7-8a4e-0bbbf246a8c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dec08e6a-efd8-42b7-8a4e-0bbbf246a8c8 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T03:25:51.861402", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1}} 2018-10-06 03:25:52,043 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes used request id req-dec08e6a-efd8-42b7-8a4e-0bbbf246a8c8 2018-10-06 03:25:52,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:25:52,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:52 GMT Server: Apache x-compute-request-id: req-443851a3-43dd-4cbb-acf2-10ea72f1a73a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-443851a3-43dd-4cbb-acf2-10ea72f1a73a Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:25:52.000000", "replication_status": null, "snapshot_id": null, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "bootable": "false", "created_at": "2018-10-06T03:25:51.000000", "volume_type": null}} 2018-10-06 03:25:52,792 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-443851a3-43dd-4cbb-acf2-10ea72f1a73a 2018-10-06 03:25:52,793 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:25:52,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:25:53,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:52 GMT Server: Apache x-compute-request-id: req-c88f1bbf-a327-4d51-9069-83e8a81798ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c88f1bbf-a327-4d51-9069-83e8a81798ce Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:25:52.000000", "replication_status": null, "snapshot_id": null, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "bootable": "false", "created_at": "2018-10-06T03:25:51.000000", "volume_type": null}} 2018-10-06 03:25:53,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-c88f1bbf-a327-4d51-9069-83e8a81798ce 2018-10-06 03:25:53,538 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:25:53,539 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:25:53,539 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:25:53,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:53,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:53,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["rIbSqXmiSZik8cQm52RP2Q"], "issued_at": "2018-10-06T03:25:53.000000Z"}} 2018-10-06 03:25:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f0c29e-5ddc-4e04-954f-792c673fb865 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:54,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e4f0c29e-5ddc-4e04-954f-792c673fb865 2018-10-06 03:25:54,015 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:25:54,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306dabef-be1a-420c-aee9-197648d14745 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:54,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-306dabef-be1a-420c-aee9-197648d14745 2018-10-06 03:25:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8835c2c6-7646-49c7-a363-fd72b02bf2e0 Date: Sat, 06 Oct 2018 03:25:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:54,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-8835c2c6-7646-49c7-a363-fd72b02bf2e0 2018-10-06 03:25:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:25:54,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:25:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:25:54,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb49f15-b79e-4aab-853e-443e3d272401 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:54,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-bfb49f15-b79e-4aab-853e-443e3d272401 2018-10-06 03:25:54,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-34376d39-ce40-48a7-ac86-9a8d68963061 Date: Sat, 06 Oct 2018 03:25:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:54,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-34376d39-ce40-48a7-ac86-9a8d68963061 2018-10-06 03:25:54,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:54,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1d6d647a-6ae1-44d0-9946-2baf6d42b34c Date: Sat, 06 Oct 2018 03:25:54 GMT RESP BODY: {"ports":[]} 2018-10-06 03:25:54,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True used request id req-1d6d647a-6ae1-44d0-9946-2baf6d42b34c 2018-10-06 03:25:54,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:55,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-e6948843-7560-4e95-be1e-eb2d5269ff36 x-compute-request-id: req-e6948843-7560-4e95-be1e-eb2d5269ff36 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:25:55,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst used request id req-e6948843-7560-4e95-be1e-eb2d5269ff36 2018-10-06 03:25:55,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:55,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5d6a38b5-3c8e-4a23-a664-d738064a8a79 Date: Sat, 06 Oct 2018 03:25:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:55,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-5d6a38b5-3c8e-4a23-a664-d738064a8a79 2018-10-06 03:25:55,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:55,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a7c88b-3b74-400a-9605-cd79fbf25221 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:55,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-96a7c88b-3b74-400a-9605-cd79fbf25221 2018-10-06 03:25:55,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:55,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c5de413e-234d-4334-bb30-cc9fa0ccc75d Date: Sat, 06 Oct 2018 03:25:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:55,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-c5de413e-234d-4334-bb30-cc9fa0ccc75d 2018-10-06 03:25:55,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:55,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3943c9eb-5d4f-4ef9-9b75-70512d315c2c Date: Sat, 06 Oct 2018 03:25:55 GMT RESP BODY: {"ports":[]} 2018-10-06 03:25:55,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True used request id req-3943c9eb-5d4f-4ef9-9b75-70512d315c2c 2018-10-06 03:25:55,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:25:55,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:25:56,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Tglp_yc5R1GE__tWg7kcXQ"], "issued_at": "2018-10-06T03:25:56.000000Z"}} 2018-10-06 03:25:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b796d7be2fbba74105875937beef2e1e34a1635" 2018-10-06 03:25:56,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850f442d-cb71-4152-ad09-82865d3db3a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:25:56,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-850f442d-cb71-4152-ad09-82865d3db3a3 2018-10-06 03:25:56,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:56,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e3eb9f68-16fe-4320-8d63-926d326fa710 Date: Sat, 06 Oct 2018 03:25:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:56,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-e3eb9f68-16fe-4320-8d63-926d326fa710 2018-10-06 03:25:56,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:56,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e8b2055e-c7b9-4c96-889b-449a8e6cda27 Date: Sat, 06 Oct 2018 03:25:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:56,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-e8b2055e-c7b9-4c96-889b-449a8e6cda27 2018-10-06 03:25:56,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:56,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0541bb2d-e3f6-436a-abae-525c0814da68 Date: Sat, 06 Oct 2018 03:25:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:56,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-0541bb2d-e3f6-436a-abae-525c0814da68 2018-10-06 03:25:56,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:25:56,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:25:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:25:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b796d7be2fbba74105875937beef2e1e34a1635" 2018-10-06 03:25:57,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce8abd2-6dcb-49ff-9f54-dfac8cc0babf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:57,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-2ce8abd2-6dcb-49ff-9f54-dfac8cc0babf 2018-10-06 03:25:57,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:57,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ebc87da2-1832-4398-9537-0893e3a8bfcc Date: Sat, 06 Oct 2018 03:25:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:57,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-ebc87da2-1832-4398-9537-0893e3a8bfcc 2018-10-06 03:25:57,061 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net 2018-10-06 03:25:57,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" -d '{"port": {"network_id": "36b15b02-8b34-4ea0-b3e7-579326f8879a", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port", "admin_state_up": true}}' 2018-10-06 03:25:57,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-06598f72-0e38-40d9-b9ee-c1318513e251 Date: Sat, 06 Oct 2018 03:25:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:57Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:fe:15","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","qos_policy_id":null,"admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal"}} 2018-10-06 03:25:57,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-06598f72-0e38-40d9-b9ee-c1318513e251 2018-10-06 03:25:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e5e10ec2-ab06-4f6e-8169-03b5963e03ed Date: Sat, 06 Oct 2018 03:25:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:25:58,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-e5e10ec2-ab06-4f6e-8169-03b5963e03ed 2018-10-06 03:25:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c7aedc-d107-44cd-9b54-e5d1e61a4fa2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:58,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-85c7aedc-d107-44cd-9b54-e5d1e61a4fa2 2018-10-06 03:25:58,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8728dbdf-7ab5-4f90-ab14-566b58041b52 Date: Sat, 06 Oct 2018 03:25:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:25:58,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-8728dbdf-7ab5-4f90-ab14-566b58041b52 2018-10-06 03:25:58,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-d22c45f1-0043-4244-a6a8-c4cf2fc30f19 Date: Sat, 06 Oct 2018 03:25:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 03:25:58,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port&admin_state_up=True used request id req-d22c45f1-0043-4244-a6a8-c4cf2fc30f19 2018-10-06 03:25:58,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b59b28b-dc8b-42f4-a696-260e325c378d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:25:58,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-9b59b28b-dc8b-42f4-a696-260e325c378d 2018-10-06 03:25:58,481 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst 2018-10-06 03:25:58,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-58e46407-619c-486d-afbe-9b417de3ee4a x-compute-request-id: req-58e46407-619c-486d-afbe-9b417de3ee4a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-flavor"}]} 2018-10-06 03:25:58,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-58e46407-619c-486d-afbe-9b417de3ee4a 2018-10-06 03:25:58,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:25: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-1455a108-b754-43c7-b031-671511277acc x-compute-request-id: req-1455a108-b754-43c7-b031-671511277acc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:25:58,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a used request id req-1455a108-b754-43c7-b031-671511277acc 2018-10-06 03:25:58,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-6cdd00b0-f49d-41fc-b7d6-33ce25b2a5a3 Date: Sat, 06 Oct 2018 03:25:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:25:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:25:44Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "metadata": {}}], "self": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "min_disk": 0, "protected": false, "id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "file": "/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image"} 2018-10-06 03:25:58,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image used request id req-6cdd00b0-f49d-41fc-b7d6-33ce25b2a5a3 2018-10-06 03:25:58,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:25:58,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-38c7ea14-e627-413d-9ac6-33cf5011b303 Date: Sat, 06 Oct 2018 03: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", "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-10-06 03:25:58,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-38c7ea14-e627-413d-9ac6-33cf5011b303 2018-10-06 03:25:58,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "imageRef": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "flavorRef": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "max_count": 1, "min_count": 1, "networks": [{"port": "8aff12c4-7202-48e4-9601-899c4287c989"}]}}' 2018-10-06 03:26:01,113 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:25: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-6db7fe7a-5759-44a8-8eb0-4d578d8b8992 x-compute-request-id: req-6db7fe7a-5759-44a8-8eb0-4d578d8b8992 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "adminPass": "xmkXsEmdo7Dv"}} 2018-10-06 03:26:01,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-6db7fe7a-5759-44a8-8eb0-4d578d8b8992 2018-10-06 03:26:01,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:01,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-9883e9ce-f366-477a-a790-b9d695a845fb x-compute-request-id: req-9883e9ce-f366-477a-a790-b9d695a845fb Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:26:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:01,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-9883e9ce-f366-477a-a790-b9d695a845fb 2018-10-06 03:26:01,361 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst 2018-10-06 03:26:01,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:01,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-e4945476-35a6-405c-9dae-6c7bc397cb55 x-compute-request-id: req-e4945476-35a6-405c-9dae-6c7bc397cb55 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:26:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:01,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-e4945476-35a6-405c-9dae-6c7bc397cb55 2018-10-06 03:26:01,432 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - BUILD 2018-10-06 03:26:01,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:26:04,435 - create_instance - DEBUG - VM status query timeout in 896.925787926 2018-10-06 03:26:04,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:04,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-7b7a749c-9337-46d1-8664-12a27cd22343 x-compute-request-id: req-7b7a749c-9337-46d1-8664-12a27cd22343 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:26:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:04,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-7b7a749c-9337-46d1-8664-12a27cd22343 2018-10-06 03:26:04,669 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - BUILD 2018-10-06 03:26:04,669 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:26:07,672 - create_instance - DEBUG - VM status query timeout in 893.68919301 2018-10-06 03:26:07,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:08,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-d87cd021-2fad-43fc-a8ad-7a5f8773080f x-compute-request-id: req-d87cd021-2fad-43fc-a8ad-7a5f8773080f Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:26:05Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:08,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-d87cd021-2fad-43fc-a8ad-7a5f8773080f 2018-10-06 03:26:08,282 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - BUILD 2018-10-06 03:26:08,282 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:26:11,285 - create_instance - DEBUG - VM status query timeout in 890.076231956 2018-10-06 03:26:11,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:12,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-f3543ab9-014a-4b98-b99e-b41ed229b6e3 x-compute-request-id: req-f3543ab9-014a-4b98-b99e-b41ed229b6e3 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:10Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:12,205 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-f3543ab9-014a-4b98-b99e-b41ed229b6e3 2018-10-06 03:26:12,205 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - ACTIVE 2018-10-06 03:26:12,205 - create_instance - INFO - VM is - ACTIVE 2018-10-06 03:26:12,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:12,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-6628a3a0-ed51-4156-9cae-1fae275e00cb x-compute-request-id: req-6628a3a0-ed51-4156-9cae-1fae275e00cb Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:10Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:12,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-6628a3a0-ed51-4156-9cae-1fae275e00cb 2018-10-06 03:26:12,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:13,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f0cdd261-e753-4a5a-84b9-8a5a212525a5 Date: Sat, 06 Oct 2018 03:26:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:13,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-f0cdd261-e753-4a5a-84b9-8a5a212525a5 2018-10-06 03:26:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:13,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020c362c-eea5-4ac2-9027-e6b9f358ebe1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:13,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-020c362c-eea5-4ac2-9027-e6b9f358ebe1 2018-10-06 03:26:13,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:13,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eb96aa51-864d-4953-ac97-6f7b150f5cd8 Date: Sat, 06 Oct 2018 03:26:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:13,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-eb96aa51-864d-4953-ac97-6f7b150f5cd8 2018-10-06 03:26:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:13,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1ec6993a-36ce-4da8-8fba-a7ed699c0a46 Date: Sat, 06 Oct 2018 03:26:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:13,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-1ec6993a-36ce-4da8-8fba-a7ed699c0a46 2018-10-06 03:26:13,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:13,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["nO7huCdcT0uFPSBwsXGcug"], "issued_at": "2018-10-06T03:26:13.000000Z"}} 2018-10-06 03:26:13,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:13,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b472d47d-8672-4ae1-9fa8-0a7cccbd4929 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:13,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b472d47d-8672-4ae1-9fa8-0a7cccbd4929 2018-10-06 03:26:13,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:14,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-cff5775c-1d2f-42d4-80ac-3db91226d9de x-compute-request-id: req-cff5775c-1d2f-42d4-80ac-3db91226d9de Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:10Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:14,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-cff5775c-1d2f-42d4-80ac-3db91226d9de 2018-10-06 03:26:14,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:14,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-de9692f1-c2e9-45d2-a7a9-8481c4283f2c Date: Sat, 06 Oct 2018 03:26:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:14,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-de9692f1-c2e9-45d2-a7a9-8481c4283f2c 2018-10-06 03:26:14,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:14,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610a98d2-bb0d-4d94-abe8-6ab058abd6f9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:14,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-610a98d2-bb0d-4d94-abe8-6ab058abd6f9 2018-10-06 03:26:14,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:14,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-58489a1c-b5fc-42eb-8088-dd4efba1ad16 Date: Sat, 06 Oct 2018 03:26:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:14,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-58489a1c-b5fc-42eb-8088-dd4efba1ad16 2018-10-06 03:26:14,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:14,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-7a6b0c0a-19da-4998-9228-8ed877af36c3 Date: Sat, 06 Oct 2018 03:26:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:14,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-7a6b0c0a-19da-4998-9228-8ed877af36c3 2018-10-06 03:26:14,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" -d '{"volumeAttachment": {"volumeId": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}}' 2018-10-06 03:26:17,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-60b7af2c-565e-4628-ab69-30fc3c21a962 x-compute-request-id: req-60b7af2c-565e-4628-ab69-30fc3c21a962 Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "volumeId": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}} 2018-10-06 03:26:17,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90/os-volume_attachments used request id req-60b7af2c-565e-4628-ab69-30fc3c21a962 2018-10-06 03:26:17,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:17,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-59e5efe1-5444-4552-83bf-14f889c2531c x-compute-request-id: req-59e5efe1-5444-4552-83bf-14f889c2531c Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:10Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "metadata": {}}} 2018-10-06 03:26:17,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-59e5efe1-5444-4552-83bf-14f889c2531c 2018-10-06 03:26:17,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:17,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d6d69196-dab4-44e4-9379-1a2dab0bc756 Date: Sat, 06 Oct 2018 03:26:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:17,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-d6d69196-dab4-44e4-9379-1a2dab0bc756 2018-10-06 03:26:17,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:26:17,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:26:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:26:17,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:18,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70ad7d5-cb32-4423-9842-d515f216e7cc Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:18,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-d70ad7d5-cb32-4423-9842-d515f216e7cc 2018-10-06 03:26:18,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:18,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4b9384ae-9919-4d9b-9525-099f71e47a85 Date: Sat, 06 Oct 2018 03:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:18,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-4b9384ae-9919-4d9b-9525-099f71e47a85 2018-10-06 03:26:18,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:18,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-4c95f994-6d3a-44ce-9b35-cb6bf0109cb5 Date: Sat, 06 Oct 2018 03:26:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:18,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-4c95f994-6d3a-44ce-9b35-cb6bf0109cb5 2018-10-06 03:26:18,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:18,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e69a42f9-e1e1-4bb7-90d6-a9e47f740387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:18,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e69a42f9-e1e1-4bb7-90d6-a9e47f740387 2018-10-06 03:26:18,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:19,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-e0c3b480-aa89-4aee-9acc-ce2af8a47537 x-compute-request-id: req-e0c3b480-aa89-4aee-9acc-ce2af8a47537 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:10Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "metadata": {}}} 2018-10-06 03:26:19,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-e0c3b480-aa89-4aee-9acc-ce2af8a47537 2018-10-06 03:26:19,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:19,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-749a4172-266b-451c-972d-fa5cce8fe6b5 Date: Sat, 06 Oct 2018 03:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:19,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-749a4172-266b-451c-972d-fa5cce8fe6b5 2018-10-06 03:26:19,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:19,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9260b9b8-163f-4ea9-9a7c-7fe86f978e11 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:19,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-9260b9b8-163f-4ea9-9a7c-7fe86f978e11 2018-10-06 03:26:19,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:19,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43895b3a-2cf0-490d-9c5e-e01e0d915f72 Date: Sat, 06 Oct 2018 03:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:19,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-43895b3a-2cf0-490d-9c5e-e01e0d915f72 2018-10-06 03:26:19,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:19,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-11b45f33-f243-41bd-bd02-c904106ea708 Date: Sat, 06 Oct 2018 03:26:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:19,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-11b45f33-f243-41bd-bd02-c904106ea708 2018-10-06 03:26:19,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:19,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-df0ac9e5-c67a-4a15-afe4-964b35e8fea7 x-compute-request-id: req-df0ac9e5-c67a-4a15-afe4-964b35e8fea7 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:18Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "metadata": {}}} 2018-10-06 03:26:19,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-df0ac9e5-c67a-4a15-afe4-964b35e8fea7 2018-10-06 03:26:19,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:20,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fb5158da-357d-40e9-9fca-ee1dfe7f4094 Date: Sat, 06 Oct 2018 03:26:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:20,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-fb5158da-357d-40e9-9fca-ee1dfe7f4094 2018-10-06 03:26:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:20,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad64f32-2a4c-455c-acd9-bd66cdb5a7ad Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:20,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-5ad64f32-2a4c-455c-acd9-bd66cdb5a7ad 2018-10-06 03:26:20,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:20,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92fcdde3-534a-4947-a14e-db0bb2ee2f2f Date: Sat, 06 Oct 2018 03:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:20,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-92fcdde3-534a-4947-a14e-db0bb2ee2f2f 2018-10-06 03:26:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:20,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-9fc6edf0-c356-435f-a8e3-353508486c74 Date: Sat, 06 Oct 2018 03:26:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:20,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-9fc6edf0-c356-435f-a8e3-353508486c74 2018-10-06 03:26:20,417 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:21,169 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:20 GMT Server: Apache x-compute-request-id: req-5d878e53-d6ac-421f-896e-1d823f870111 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5d878e53-d6ac-421f-896e-1d823f870111 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "attachment_id": "d775dd73-b570-4d9a-8529-37da221a74c9", "attached_at": "2018-10-06T03:26:20.000000", "host_name": null, "volume_id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "device": "/dev/vdb", "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:26:20.000000", "replication_status": null, "snapshot_id": null, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {"attached_mode": "rw"}, "status": "in-use", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "bootable": "false", "created_at": "2018-10-06T03:25:51.000000", "volume_type": null}} 2018-10-06 03:26:21,169 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-5d878e53-d6ac-421f-896e-1d823f870111 2018-10-06 03:26:21,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:22,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-9cb73e42-5096-4874-85ac-b6c6eda9971c x-compute-request-id: req-9cb73e42-5096-4874-85ac-b6c6eda9971c Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:18Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "metadata": {}}} 2018-10-06 03:26:22,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-9cb73e42-5096-4874-85ac-b6c6eda9971c 2018-10-06 03:26:22,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:22,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b1d60080-a151-45ed-9f89-ef5ed64cc8a7 Date: Sat, 06 Oct 2018 03:26:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9c01b46c-102f-4c69-92bc-c8ca1ae46061"],"description":"","tags":[],"updated_at":"2018-10-06T03:25:47Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:46Z","provider:network_type":"vxlan"}]} 2018-10-06 03:26:22,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net used request id req-b1d60080-a151-45ed-9f89-ef5ed64cc8a7 2018-10-06 03:26:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:22,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c7ea21-707b-4ee1-b9e7-874a124ce11c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:26:22,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-01c7ea21-707b-4ee1-b9e7-874a124ce11c 2018-10-06 03:26:22,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:23,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4f20e870-a78c-4b23-9c56-2ac83928ed82 Date: Sat, 06 Oct 2018 03:26:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:47Z","dns_nameservers":[],"updated_at":"2018-10-06T03:25:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet"}]} 2018-10-06 03:26:23,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-4f20e870-a78c-4b23-9c56-2ac83928ed82 2018-10-06 03:26:23,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:23,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-110b12e3-3e84-495a-a02a-d984fa083cbd Date: Sat, 06 Oct 2018 03:26:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.4"}],"id":"60f586e6-7187-45f5-ad54-f48d571437c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:7d:18","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:26:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.5"}],"id":"8aff12c4-7202-48e4-9601-899c4287c989","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:fe:15","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:57Z","binding:vnic_type":"normal","device_id":"8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.3"}],"id":"9e169a97-d8ff-4b0a-be9f-928f6730cd98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ab:89","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36b15b02-8b34-4ea0-b3e7-579326f8879a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:25:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c01b46c-102f-4c69-92bc-c8ca1ae46061","ip_address":"10.55.0.2"}],"id":"a3c5c7ca-cdc4-403e-b3f2-9400c8b4a777","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:58:9a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"36b15b02-8b34-4ea0-b3e7-579326f8879a","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:25:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36b15b02-8b34-4ea0-b3e7-579326f8879a"}]} 2018-10-06 03:26:23,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-110b12e3-3e84-495a-a02a-d984fa083cbd 2018-10-06 03:26:23,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90/os-volume_attachments/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177dd4b6cf546971ae20a3182cb47d5b701fb1be" 2018-10-06 03:26:24,433 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-676cad93-ea46-4977-a422-c9468c7a63f0 x-compute-request-id: req-676cad93-ea46-4977-a422-c9468c7a63f0 Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:24,434 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90/os-volume_attachments/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-676cad93-ea46-4977-a422-c9468c7a63f0 2018-10-06 03:26:24,434 - create_instance - INFO - Deleting Port with ID - 8aff12c4-7202-48e4-9601-899c4287c989 2018-10-06 03:26:24,434 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-port 2018-10-06 03:26:24,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/8aff12c4-7202-48e4-9601-899c4287c989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:25,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3896e444-ac85-450e-8def-a96c36ffba44 Date: Sat, 06 Oct 2018 03:26:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:26:25,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/8aff12c4-7202-48e4-9601-899c4287c989 used request id req-3896e444-ac85-450e-8def-a96c36ffba44 2018-10-06 03:26:25,093 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst 2018-10-06 03:26:25,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:25,304 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03: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-54ca918b-e7a4-4dad-a01c-6b9173eddeb7 x-compute-request-id: req-54ca918b-e7a4-4dad-a01c-6b9173eddeb7 Content-Type: application/json 2018-10-06 03:26:25,304 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-54ca918b-e7a4-4dad-a01c-6b9173eddeb7 2018-10-06 03:26:25,304 - create_instance - INFO - Checking deletion status 2018-10-06 03:26:25,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:25,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-a49d3dea-f64b-45a6-a245-06730b0017f6 x-compute-request-id: req-a49d3dea-f64b-45a6-a245-06730b0017f6 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:fe:15", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:25Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [{"id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf"}], "metadata": {}}} 2018-10-06 03:26:25,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-a49d3dea-f64b-45a6-a245-06730b0017f6 2018-10-06 03:26:25,563 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - ACTIVE 2018-10-06 03:26:25,563 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:26:28,567 - create_instance - DEBUG - VM status query timeout in 296.737863064 2018-10-06 03:26:28,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:29,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-cbe509b8-d532-42d0-849c-7735c4d431f7 x-compute-request-id: req-cbe509b8-d532-42d0-849c-7735c4d431f7 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "rel": "bookmark"}], "image": {"id": "537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "links": [{"href": "http://172.30.9.29:8774/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-10-06T03:26:06.000000", "flavor": {"id": "c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "links": [{"href": "http://172.30.9.29:8774/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a", "rel": "bookmark"}]}, "id": "8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:26:25Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst", "created": "2018-10-06T03:26:01Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:26:29,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-cbe509b8-d532-42d0-849c-7735c4d431f7 2018-10-06 03:26:29,226 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst] is - ACTIVE 2018-10-06 03:26:29,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:26:32,229 - create_instance - DEBUG - VM status query timeout in 293.075281143 2018-10-06 03:26:32,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac59134ba935151e395a63f554991633afbbfac" 2018-10-06 03:26:32,399 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:26: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-2580e108-a6a9-487c-9fd3-21f47e0780b6 x-compute-request-id: req-2580e108-a6a9-487c-9fd3-21f47e0780b6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 could not be found.", "code": 404}} 2018-10-06 03:26:32,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 used request id req-2580e108-a6a9-487c-9fd3-21f47e0780b6 2018-10-06 03:26:32,399 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8d8a42ba-d403-4a73-ad3c-c8b70e4b1b90 could not be found. (HTTP 404) (Request-ID: req-2580e108-a6a9-487c-9fd3-21f47e0780b6) 2018-10-06 03:26:32,399 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-vm_inst 2018-10-06 03:26:32,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:26:33,146 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:32 GMT Server: Apache x-compute-request-id: req-a76093c2-5a72-4b51-bed0-2e3edc082272 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a76093c2-5a72-4b51-bed0-2e3edc082272 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:26:32.000000", "replication_status": null, "snapshot_id": null, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "bootable": "false", "created_at": "2018-10-06T03:25:51.000000", "volume_type": null}} 2018-10-06 03:26:33,147 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-a76093c2-5a72-4b51-bed0-2e3edc082272 2018-10-06 03:26:33,147 - create_volume - DEBUG - Instance status is - available 2018-10-06 03:26:33,147 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:26:33,147 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:26:33,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:26:33,942 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b382f5f8-2939-4960-8b55-69686df143de 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-10-06 03:26:33,942 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-b382f5f8-2939-4960-8b55-69686df143de 2018-10-06 03:26:33,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:26:34,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:33 GMT Server: Apache x-compute-request-id: req-4eba4ba5-c2f9-468d-8f0e-1fa45053571a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4eba4ba5-c2f9-468d-8f0e-1fa45053571a Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:26:33.000000", "replication_status": null, "snapshot_id": null, "id": "0c95b144-119e-4a73-b7e0-dae82f2e4ebf", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447", "bootable": "false", "created_at": "2018-10-06T03:25:51.000000", "volume_type": null}} 2018-10-06 03:26:34,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-4eba4ba5-c2f9-468d-8f0e-1fa45053571a 2018-10-06 03:26:34,152 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 03:26:34,153 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 03:26:37,156 - create_volume - DEBUG - Volume status query timeout in 56.7869510651 2018-10-06 03:26:37,159 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-49bcfe79-22f6-44cd-98a3-421521c16b1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c092f0f323eaae3888b2650c489101785e16e6f" 2018-10-06 03:26:37,903 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:26:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-38fa0644-02ae-4483-bf35-87b1fa26be15 x-openstack-request-id: req-38fa0644-02ae-4483-bf35-87b1fa26be15 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0c95b144-119e-4a73-b7e0-dae82f2e4ebf could not be found.", "code": 404}} 2018-10-06 03:26:37,903 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/0c95b144-119e-4a73-b7e0-dae82f2e4ebf used request id req-38fa0644-02ae-4483-bf35-87b1fa26be15 2018-10-06 03:26:37,903 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0c95b144-119e-4a73-b7e0-dae82f2e4ebf could not be found. (HTTP 404) (Request-ID: req-38fa0644-02ae-4483-bf35-87b1fa26be15) 2018-10-06 03:26:37,903 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447 2018-10-06 03:26:37,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e0ba44c2219a3211671d205328cd9032326601" 2018-10-06 03:26:37,966 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-9df0d781-a4de-4327-b7d2-f05efb179129 x-compute-request-id: req-9df0d781-a4de-4327-b7d2-f05efb179129 Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:37,966 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c6fd5acf-cb9e-41d4-b8a1-8ba39958ab5a used request id req-9df0d781-a4de-4327-b7d2-f05efb179129 2018-10-06 03:26:37,967 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet 2018-10-06 03:26:37,968 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-subnet 2018-10-06 03:26:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9c01b46c-102f-4c69-92bc-c8ca1ae46061 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:26:40,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0dac2f2f-49cc-4df1-b755-faaf43345a7d Date: Sat, 06 Oct 2018 03:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:26:40,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9c01b46c-102f-4c69-92bc-c8ca1ae46061 used request id req-0dac2f2f-49cc-4df1-b755-faaf43345a7d 2018-10-06 03:26:40,165 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-net 2018-10-06 03:26:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/36b15b02-8b34-4ea0-b3e7-579326f8879a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d5f17f36b19b8239fed341437fe6edeab16e7ec" 2018-10-06 03:26:41,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af679422-af85-4f8f-96b5-8085d9034660 Date: Sat, 06 Oct 2018 03:26:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:26:41,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/36b15b02-8b34-4ea0-b3e7-579326f8879a used request id req-af679422-af85-4f8f-96b5-8085d9034660 2018-10-06 03:26:41,476 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-9b504dad-2d13-4445-91be-2c444294f447-image 2018-10-06 03:26:41,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6df41d4fbe4e6519822ad54aec3816a427c7fc5d" 2018-10-06 03:26:43,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e1345ac-1f51-49df-b25b-da96e2ae98df Date: Sat, 06 Oct 2018 03:26:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:26:43,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/537e19e3-15c5-4c11-a3d4-467a73b6f9d3 used request id req-2e1345ac-1f51-49df-b25b-da96e2ae98df 2018-10-06 03:26:43,653 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:43,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:43,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:44,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["FEk9pbXiQSi1YZZO2iQtXQ"], "issued_at": "2018-10-06T03:26:44.000000Z"}} 2018-10-06 03:26:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e84ea561ba72dc782d79448f762ec2de8a80fc" 2018-10-06 03:26:44,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88749b4-0dd2-4420-bdb9-30aa935f2178 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:44,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d88749b4-0dd2-4420-bdb9-30aa935f2178 2018-10-06 03:26:44,130 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:44,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e84ea561ba72dc782d79448f762ec2de8a80fc" 2018-10-06 03:26:44,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-f85102dd-377e-4e9f-a01d-8415b062e9a8 x-compute-request-id: req-f85102dd-377e-4e9f-a01d-8415b062e9a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:44,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f85102dd-377e-4e9f-a01d-8415b062e9a8 2018-10-06 03:26:44,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e84ea561ba72dc782d79448f762ec2de8a80fc" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-8ddf3786-4c48-44be-9251-827ceb3f5db6name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 03:26:44,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-02a3daa8-cedd-40f8-8c08-8980a981550e x-compute-request-id: req-02a3daa8-cedd-40f8-8c08-8980a981550e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "name": "CreateFlavorTests-8ddf3786-4c48-44be-9251-827ceb3f5db6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:44,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-02a3daa8-cedd-40f8-8c08-8980a981550e 2018-10-06 03:26:44,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:44,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["LE25ZUI6RxOqKt8-njoNDw"], "issued_at": "2018-10-06T03:26:44.000000Z"}} 2018-10-06 03:26:44,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd42972b29f1fcb17397f155f98214669563cfe0" 2018-10-06 03:26:44,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-ded44c44-b266-4949-bf84-eee5ed615669 x-compute-request-id: req-ded44c44-b266-4949-bf84-eee5ed615669 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a", "name": "CreateFlavorTests-8ddf3786-4c48-44be-9251-827ceb3f5db6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:44,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a used request id req-ded44c44-b266-4949-bf84-eee5ed615669 2018-10-06 03:26:44,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd42972b29f1fcb17397f155f98214669563cfe0" 2018-10-06 03:26:45,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-2876ff83-43d8-4a82-b37a-e098e0b64603 x-compute-request-id: req-2876ff83-43d8-4a82-b37a-e098e0b64603 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:26:45,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a/os-extra_specs used request id req-2876ff83-43d8-4a82-b37a-e098e0b64603 2018-10-06 03:26:45,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e84ea561ba72dc782d79448f762ec2de8a80fc" 2018-10-06 03:26:45,054 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-e9239c7d-bc8c-44bb-9656-2d224b12fd80 x-compute-request-id: req-e9239c7d-bc8c-44bb-9656-2d224b12fd80 Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:45,054 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/78e77b91-c5cc-4bb6-b48d-a6f68ae9f41a used request id req-e9239c7d-bc8c-44bb-9656-2d224b12fd80 2018-10-06 03:26:45,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd42972b29f1fcb17397f155f98214669563cfe0" 2018-10-06 03:26:45,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-0b787a37-e01e-4c42-8f07-5dfecc182b42 x-compute-request-id: req-0b787a37-e01e-4c42-8f07-5dfecc182b42 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:45,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0b787a37-e01e-4c42-8f07-5dfecc182b42 2018-10-06 03:26:45,222 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:45,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:45,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:45,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["tyRp1A7nSCCNF86DpzWIlA"], "issued_at": "2018-10-06T03:26:45.000000Z"}} 2018-10-06 03:26:45,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b8d111398fcc813452deb994e22f92e1999382" 2018-10-06 03:26:45,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d226943a-3ec3-47b0-86df-eca8e9dbb6eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:45,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d226943a-3ec3-47b0-86df-eca8e9dbb6eb 2018-10-06 03:26:45,776 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:45,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b8d111398fcc813452deb994e22f92e1999382" 2018-10-06 03:26:45,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-76f458a8-c3fe-4009-844a-d4fe08761505 x-compute-request-id: req-76f458a8-c3fe-4009-844a-d4fe08761505 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:45,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-76f458a8-c3fe-4009-844a-d4fe08761505 2018-10-06 03:26:45,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b8d111398fcc813452deb994e22f92e1999382" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a5b8ba93-bb7e-4380-84ef-9b970629980bname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 03:26:46,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-3fb68718-a1bc-492c-be1e-1a9a8be73fa8 x-compute-request-id: req-3fb68718-a1bc-492c-be1e-1a9a8be73fa8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "eb63306f-a7d3-4433-b8a8-f57df637f151", "name": "CreateFlavorTests-a5b8ba93-bb7e-4380-84ef-9b970629980bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:46,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3fb68718-a1bc-492c-be1e-1a9a8be73fa8 2018-10-06 03:26:46,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:46,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["K02KmLR6RhGZG4nRNnUy7Q"], "issued_at": "2018-10-06T03:26:46.000000Z"}} 2018-10-06 03:26:46,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe6e0761fc95ddb7123b617b5bc6b855f8e291b3" 2018-10-06 03:26:47,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-f336a762-1687-4c18-8b09-9afbadb5b196 x-compute-request-id: req-f336a762-1687-4c18-8b09-9afbadb5b196 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "eb63306f-a7d3-4433-b8a8-f57df637f151", "name": "CreateFlavorTests-a5b8ba93-bb7e-4380-84ef-9b970629980bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:47,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 used request id req-f336a762-1687-4c18-8b09-9afbadb5b196 2018-10-06 03:26:47,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe6e0761fc95ddb7123b617b5bc6b855f8e291b3" 2018-10-06 03:26:47,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-fc252502-e9e5-40c6-a5fc-e71c4378e80b x-compute-request-id: req-fc252502-e9e5-40c6-a5fc-e71c4378e80b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:26:47,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151/os-extra_specs used request id req-fc252502-e9e5-40c6-a5fc-e71c4378e80b 2018-10-06 03:26:47,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe6e0761fc95ddb7123b617b5bc6b855f8e291b3" 2018-10-06 03:26:47,103 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-247e5b17-d2dd-425e-807f-2225f7329c3b x-compute-request-id: req-247e5b17-d2dd-425e-807f-2225f7329c3b Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:47,104 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 used request id req-247e5b17-d2dd-425e-807f-2225f7329c3b 2018-10-06 03:26:47,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe6e0761fc95ddb7123b617b5bc6b855f8e291b3" 2018-10-06 03:26:47,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-c66eb456-6722-48b7-bba7-c0ab2157dc77 x-compute-request-id: req-c66eb456-6722-48b7-bba7-c0ab2157dc77 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:47,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c66eb456-6722-48b7-bba7-c0ab2157dc77 2018-10-06 03:26:47,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b8d111398fcc813452deb994e22f92e1999382" 2018-10-06 03:26:47,152 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:26: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-becc56b7-5c6f-4f17-8f70-92326baab1f2 x-compute-request-id: req-becc56b7-5c6f-4f17-8f70-92326baab1f2 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor eb63306f-a7d3-4433-b8a8-f57df637f151 could not be found.", "code": 404}} 2018-10-06 03:26:47,152 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/eb63306f-a7d3-4433-b8a8-f57df637f151 used request id req-becc56b7-5c6f-4f17-8f70-92326baab1f2 2018-10-06 03:26:47,153 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:47,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:47,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:47,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["jecEVW8yTGyu_NtedfjF2w"], "issued_at": "2018-10-06T03:26:47.000000Z"}} 2018-10-06 03:26:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8db4d6224fba96a090fadb5f17cb1f84150d638c" 2018-10-06 03:26:47,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c546815f-7d1c-454c-a2d4-a7fd8a12c5d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:47,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c546815f-7d1c-454c-a2d4-a7fd8a12c5d3 2018-10-06 03:26:47,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:47,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8db4d6224fba96a090fadb5f17cb1f84150d638c" 2018-10-06 03:26:47,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-7fc46693-b9f7-46b9-bf4b-249aa50f368b x-compute-request-id: req-7fc46693-b9f7-46b9-bf4b-249aa50f368b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:47,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7fc46693-b9f7-46b9-bf4b-249aa50f368b 2018-10-06 03:26:47,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8db4d6224fba96a090fadb5f17cb1f84150d638c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-40cea3c2-5eb3-4f72-8926-bd5cb27dac76name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 03:26:47,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-30f4741d-23ed-4e5a-8e96-ec2be7729427 x-compute-request-id: req-30f4741d-23ed-4e5a-8e96-ec2be7729427 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50074138-44e1-4de1-bf88-b893065528ed", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50074138-44e1-4de1-bf88-b893065528ed", "name": "CreateFlavorTests-40cea3c2-5eb3-4f72-8926-bd5cb27dac76name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:47,875 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-30f4741d-23ed-4e5a-8e96-ec2be7729427 2018-10-06 03:26:47,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:48,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["RzkZ9uPWSp-vqrfQ72Cc0Q"], "issued_at": "2018-10-06T03:26:48.000000Z"}} 2018-10-06 03:26:48,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e081e76476e4e895e648004444ff0a5e464eaec" 2018-10-06 03:26:48,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-e7b19e92-43ad-4357-9414-02a3ca01532b x-compute-request-id: req-e7b19e92-43ad-4357-9414-02a3ca01532b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50074138-44e1-4de1-bf88-b893065528ed", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50074138-44e1-4de1-bf88-b893065528ed", "name": "CreateFlavorTests-40cea3c2-5eb3-4f72-8926-bd5cb27dac76name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:48,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed used request id req-e7b19e92-43ad-4357-9414-02a3ca01532b 2018-10-06 03:26:48,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e081e76476e4e895e648004444ff0a5e464eaec" 2018-10-06 03:26:48,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-57616f3f-becd-49ae-a139-a67f37add55c x-compute-request-id: req-57616f3f-becd-49ae-a139-a67f37add55c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:26:48,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed/os-extra_specs used request id req-57616f3f-becd-49ae-a139-a67f37add55c 2018-10-06 03:26:48,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8db4d6224fba96a090fadb5f17cb1f84150d638c" 2018-10-06 03:26:48,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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-3c11971f-1303-48e2-951c-e1c1b6592e67 x-compute-request-id: req-3c11971f-1303-48e2-951c-e1c1b6592e67 Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:48,514 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/50074138-44e1-4de1-bf88-b893065528ed used request id req-3c11971f-1303-48e2-951c-e1c1b6592e67 2018-10-06 03:26:48,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:48,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:48,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:48,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["FFXH2GYjRemtKTnKqqqf6g"], "issued_at": "2018-10-06T03:26:48.000000Z"}} 2018-10-06 03:26:48,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0efb1d9b82cd6fb786d5c8c5a8784b3c3470c52a" 2018-10-06 03:26:48,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-117e117a-8512-4d7d-8120-e94cd97d3b3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:48,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-117e117a-8512-4d7d-8120-e94cd97d3b3c 2018-10-06 03:26:48,990 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:48,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0efb1d9b82cd6fb786d5c8c5a8784b3c3470c52a" 2018-10-06 03:26:49,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-3ed30a9c-87b3-4cc4-8bc9-aa9bd131a556 x-compute-request-id: req-3ed30a9c-87b3-4cc4-8bc9-aa9bd131a556 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:49,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3ed30a9c-87b3-4cc4-8bc9-aa9bd131a556 2018-10-06 03:26:49,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0efb1d9b82cd6fb786d5c8c5a8784b3c3470c52a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-65663297-4c16-4298-ae5e-d51486082c8cname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-06 03:26:49,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-06f6c8ac-8d14-4443-b5c6-883abdd9ca70 x-compute-request-id: req-06f6c8ac-8d14-4443-b5c6-883abdd9ca70 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "27d6a364-3347-4d41-adaa-3f7e0441588f", "name": "CreateFlavorTests-65663297-4c16-4298-ae5e-d51486082c8cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-06 03:26:49,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-06f6c8ac-8d14-4443-b5c6-883abdd9ca70 2018-10-06 03:26:49,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:49,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["xsnOr1b4QcysP3vXeJ1Tyg"], "issued_at": "2018-10-06T03:26:49.000000Z"}} 2018-10-06 03:26:49,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5205d4f24929ba73c5ea47bf5c4b1ee46245b6ef" 2018-10-06 03:26:49,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-912828fa-0445-497a-a754-13b23c59eb02 x-compute-request-id: req-912828fa-0445-497a-a754-13b23c59eb02 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "27d6a364-3347-4d41-adaa-3f7e0441588f", "name": "CreateFlavorTests-65663297-4c16-4298-ae5e-d51486082c8cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-06 03:26:49,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f used request id req-912828fa-0445-497a-a754-13b23c59eb02 2018-10-06 03:26:49,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5205d4f24929ba73c5ea47bf5c4b1ee46245b6ef" 2018-10-06 03:26:49,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-3b6080c6-2425-4d81-9021-ec9b443e04af x-compute-request-id: req-3b6080c6-2425-4d81-9021-ec9b443e04af Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:26:49,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f/os-extra_specs used request id req-3b6080c6-2425-4d81-9021-ec9b443e04af 2018-10-06 03:26:49,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5205d4f24929ba73c5ea47bf5c4b1ee46245b6ef" 2018-10-06 03:26:49,868 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-6ca5dbf6-a4b2-4e73-ad81-d9cf3e374126 x-compute-request-id: req-6ca5dbf6-a4b2-4e73-ad81-d9cf3e374126 Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:49,868 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f used request id req-6ca5dbf6-a4b2-4e73-ad81-d9cf3e374126 2018-10-06 03:26:49,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5205d4f24929ba73c5ea47bf5c4b1ee46245b6ef" 2018-10-06 03:26:49,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-f6252e23-0a2a-4b23-845e-a0565faae618 x-compute-request-id: req-f6252e23-0a2a-4b23-845e-a0565faae618 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:49,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f6252e23-0a2a-4b23-845e-a0565faae618 2018-10-06 03:26:49,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0efb1d9b82cd6fb786d5c8c5a8784b3c3470c52a" 2018-10-06 03:26:49,925 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:26: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-3bcd4d51-55f8-4bba-8f6a-a7b2298227c4 x-compute-request-id: req-3bcd4d51-55f8-4bba-8f6a-a7b2298227c4 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 27d6a364-3347-4d41-adaa-3f7e0441588f could not be found.", "code": 404}} 2018-10-06 03:26:49,925 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/27d6a364-3347-4d41-adaa-3f7e0441588f used request id req-3bcd4d51-55f8-4bba-8f6a-a7b2298227c4 2018-10-06 03:26:49,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:49,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:49,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:50,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["I5aIgtXQRFepzAIvx5WRRg"], "issued_at": "2018-10-06T03:26:50.000000Z"}} 2018-10-06 03:26:50,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c2f9ae5d95186e63ab188c9d089852e5b20d03" 2018-10-06 03:26:50,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e84af2-af4b-42a6-99a2-88f93c3c421e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:50,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-19e84af2-af4b-42a6-99a2-88f93c3c421e 2018-10-06 03:26:50,403 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:50,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c2f9ae5d95186e63ab188c9d089852e5b20d03" 2018-10-06 03:26:50,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-0c58f56f-5795-4403-a42e-49e3df5f1688 x-compute-request-id: req-0c58f56f-5795-4403-a42e-49e3df5f1688 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:50,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0c58f56f-5795-4403-a42e-49e3df5f1688 2018-10-06 03:26:50,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c2f9ae5d95186e63ab188c9d089852e5b20d03" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-06 03:26:50,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-f94f3139-69b5-4114-9df0-bd3882e53518 x-compute-request-id: req-f94f3139-69b5-4114-9df0-bd3882e53518 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73cb2c1f-2d84-4205-a287-3de664c10cd3", "name": "CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:50,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f94f3139-69b5-4114-9df0-bd3882e53518 2018-10-06 03:26:50,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:51,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["tYHQUtC2SdWbDfuj4YyjUA"], "issued_at": "2018-10-06T03:26:51.000000Z"}} 2018-10-06 03:26:51,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2265fb2c89407c99512a602319b42e1f41807030" 2018-10-06 03:26:51,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-dfcfa5bc-dca6-4879-a993-0fbdffc72f47 x-compute-request-id: req-dfcfa5bc-dca6-4879-a993-0fbdffc72f47 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73cb2c1f-2d84-4205-a287-3de664c10cd3", "name": "CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:51,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 used request id req-dfcfa5bc-dca6-4879-a993-0fbdffc72f47 2018-10-06 03:26:51,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2265fb2c89407c99512a602319b42e1f41807030" 2018-10-06 03:26:51,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-134789da-6c66-49bb-8955-fe5715be76d3 x-compute-request-id: req-134789da-6c66-49bb-8955-fe5715be76d3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:26:51,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3/os-extra_specs used request id req-134789da-6c66-49bb-8955-fe5715be76d3 2018-10-06 03:26:51,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:51,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:51,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["raDhxUX7QHWkrAFBgTSR4g"], "issued_at": "2018-10-06T03:26:51.000000Z"}} 2018-10-06 03:26:51,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52b650f3dcff3e1edc32bcf5e12d9b026bd89fb" 2018-10-06 03:26:51,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da147a29-7510-44ef-86e0-947b50e37446 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:51,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-da147a29-7510-44ef-86e0-947b50e37446 2018-10-06 03:26:51,954 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:51,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52b650f3dcff3e1edc32bcf5e12d9b026bd89fb" 2018-10-06 03:26:52,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-2df4a7a6-f2e2-4fc5-a652-825d016340e5 x-compute-request-id: req-2df4a7a6-f2e2-4fc5-a652-825d016340e5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "73cb2c1f-2d84-4205-a287-3de664c10cd3", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "bookmark"}], "name": "CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname"}]} 2018-10-06 03:26:52,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2df4a7a6-f2e2-4fc5-a652-825d016340e5 2018-10-06 03:26:52,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52b650f3dcff3e1edc32bcf5e12d9b026bd89fb" 2018-10-06 03:26:52,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-8ced0a66-404c-4b54-9bf6-3f3a173aa314 x-compute-request-id: req-8ced0a66-404c-4b54-9bf6-3f3a173aa314 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73cb2c1f-2d84-4205-a287-3de664c10cd3", "name": "CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:52,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 used request id req-8ced0a66-404c-4b54-9bf6-3f3a173aa314 2018-10-06 03:26:52,169 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-86a88adf-81e1-4c9f-ba7a-e252f47bcf9cname 2018-10-06 03:26:52,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c2f9ae5d95186e63ab188c9d089852e5b20d03" 2018-10-06 03:26:52,210 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:26: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-28b53630-7757-4ff6-aa78-11ee6998a12d x-compute-request-id: req-28b53630-7757-4ff6-aa78-11ee6998a12d Content-Length: 0 Content-Type: application/json 2018-10-06 03:26:52,210 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/73cb2c1f-2d84-4205-a287-3de664c10cd3 used request id req-28b53630-7757-4ff6-aa78-11ee6998a12d 2018-10-06 03:26:52,211 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:26:52,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:52,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:52,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["oO4ZIztFQ6-n8Sig3ZJ0AA"], "issued_at": "2018-10-06T03:26:52.000000Z"}} 2018-10-06 03:26:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:52,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93daad90-eaa5-4434-9c2f-0b90c96a5f9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:52,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93daad90-eaa5-4434-9c2f-0b90c96a5f9e 2018-10-06 03:26:52,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:52,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-1adc409a-76ff-4b3a-9a5d-a7ad2d99a672 Date: Sat, 06 Oct 2018 03:26:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image"} 2018-10-06 03:26:52,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image used request id req-1adc409a-76ff-4b3a-9a5d-a7ad2d99a672 2018-10-06 03:26:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:53,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-03d34974-1ecf-4704-8583-708d4bcc4bd2 Date: Sat, 06 Oct 2018 03:26: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", "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-10-06 03:26:53,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-03d34974-1ecf-4704-8583-708d4bcc4bd2 2018-10-06 03:26:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image"}' 2018-10-06 03:26:53,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 X-Openstack-Request-Id: req-01ade012-8155-454b-a8a5-31a20d93349d Date: Sat, 06 Oct 2018 03:26:53 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:26:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:26:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662", "min_disk": 0, "protected": false, "id": "1bfe2eec-7daf-4f59-86f9-56f26818a662", "file": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:26:53,258 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-01ade012-8155-454b-a8a5-31a20d93349d 2018-10-06 03:26:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" -d '' 2018-10-06 03:26:54,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c82ff1f-2203-4a48-9c1f-e6f3e990c15f Date: Sat, 06 Oct 2018 03:26:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:26:54,468 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/file used request id req-8c82ff1f-2203-4a48-9c1f-e6f3e990c15f 2018-10-06 03:26:54,469 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:26:54,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:54,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-48acc37e-800c-4886-aaf8-172acafa1f92 Date: Sat, 06 Oct 2018 03:26:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:26:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:26:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/snap", "metadata": {}}], "self": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662", "min_disk": 0, "protected": false, "id": "1bfe2eec-7daf-4f59-86f9-56f26818a662", "file": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:26:54,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 used request id req-48acc37e-800c-4886-aaf8-172acafa1f92 2018-10-06 03:26:54,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:54,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcc2f312-ac9c-4dff-a441-34a657f72b25 Date: Sat, 06 Oct 2018 03:26: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", "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-10-06 03:26:54,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bcc2f312-ac9c-4dff-a441-34a657f72b25 2018-10-06 03:26:54,859 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image 2018-10-06 03:26:54,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:26:55,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-1089198d-c2f0-4d69-b3cd-f1ab48f98943 Date: Sat, 06 Oct 2018 03:26:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:26:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:26:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/snap", "metadata": {}}], "self": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662", "min_disk": 0, "protected": false, "id": "1bfe2eec-7daf-4f59-86f9-56f26818a662", "file": "/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1bfe2eec-7daf-4f59-86f9-56f26818a662/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:26:55,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 used request id req-1089198d-c2f0-4d69-b3cd-f1ab48f98943 2018-10-06 03:26:55,028 - create_image - DEBUG - Instance status is - active 2018-10-06 03:26:55,028 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image 2018-10-06 03:26:55,028 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image 2018-10-06 03:26:55,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:26:55,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:55,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["rsQoHXDNRiyRjNxedVCF_w"], "issued_at": "2018-10-06T03:26:55.000000Z"}} 2018-10-06 03:26:55,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00917598092ce53a722879af613a841212193d0d" 2018-10-06 03:26:55,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b15bb460-fe5e-401b-832c-8ed28dee0903 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:26:55,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b15bb460-fe5e-401b-832c-8ed28dee0903 2018-10-06 03:26:55,420 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:26:55,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00917598092ce53a722879af613a841212193d0d" 2018-10-06 03:26:55,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-2a7ab8f8-97e7-4c31-8b4f-0920aca7f7b5 x-compute-request-id: req-2a7ab8f8-97e7-4c31-8b4f-0920aca7f7b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:26:55,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2a7ab8f8-97e7-4c31-8b4f-0920aca7f7b5 2018-10-06 03:26:55,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00917598092ce53a722879af613a841212193d0d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 03:26:55,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:26: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-a1aea061-affe-46b5-8d7e-0b5fcd4d34f8 x-compute-request-id: req-a1aea061-affe-46b5-8d7e-0b5fcd4d34f8 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9987e73-df7c-4390-a2c4-7ca4175eda50", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9987e73-df7c-4390-a2c4-7ca4175eda50", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c9987e73-df7c-4390-a2c4-7ca4175eda50", "name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:26:55,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a1aea061-affe-46b5-8d7e-0b5fcd4d34f8 2018-10-06 03:26:55,683 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:26:55,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:26:56,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["CVlrT9VzTXCvKAEnwNKa6g"], "issued_at": "2018-10-06T03:26:56.000000Z"}} 2018-10-06 03:26:56,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "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": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}}' 2018-10-06 03:26:59,763 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:26:56 GMT Server: Apache x-openstack-request-id: req-17a2f02b-d72e-4faf-a6d0-4e3d059efb1c Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}]}} 2018-10-06 03:26:59,763 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-17a2f02b-d72e-4faf-a6d0-4e3d059efb1c 2018-10-06 03:26:59,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:00,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:26:59 GMT Server: Apache x-openstack-request-id: req-7186cc11-013e-4bc3-90c5-c22beb063c3a Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:00,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:00 GMT Server: Apache x-openstack-request-id: req-496bb12f-f4f1-48dd-a49c-dd9c9baa099f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:00,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-496bb12f-f4f1-48dd-a49c-dd9c9baa099f 2018-10-06 03:27:00,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:01,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:00 GMT Server: Apache x-openstack-request-id: req-e4d44825-6510-4a22-8973-8f9406b86613 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "deletion_time": null, "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "tags": null}]} 2018-10-06 03:27:01,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1 used request id req-e4d44825-6510-4a22-8973-8f9406b86613 2018-10-06 03:27:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:02,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:01 GMT Server: Apache x-openstack-request-id: req-87dc4ecc-03d4-4973-83b8-8261fa97956c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "deletion_time": null, "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "tags": null}]} 2018-10-06 03:27:02,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1 used request id req-87dc4ecc-03d4-4973-83b8-8261fa97956c 2018-10-06 03:27:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:02,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:02 GMT Server: Apache x-openstack-request-id: req-33df4f77-6e2f-4fab-b8ba-15f72aa1a4f0 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:03,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:02 GMT Server: Apache x-openstack-request-id: req-5240c6aa-d308-4d74-a9b0-38df0bdc9661 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:03,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-5240c6aa-d308-4d74-a9b0-38df0bdc9661 2018-10-06 03:27:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:04,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:03 GMT Server: Apache x-openstack-request-id: req-2f223897-4b99-470f-b07b-70289ad77b53 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:04,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:04 GMT Server: Apache x-openstack-request-id: req-d4f6d99b-afc8-4627-a748-9c478d97f693 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "965f8407-7a09-4571-a419-7582220a6318", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9daebc4a-7a80-4882-93d2-2e6a581b4ff0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3981b62e-8e56-4fc1-884a-f109719838d5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-06T03:26:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:27:04,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources used request id req-d4f6d99b-afc8-4627-a748-9c478d97f693 2018-10-06 03:27:04,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:05,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:04 GMT Server: Apache x-openstack-request-id: req-5b509e41-f43a-4fd1-82e3-1411ba343470 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:06,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:05 GMT Server: Apache x-openstack-request-id: req-718ff331-00b3-4005-8f5b-d066d6716c71 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:06,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-718ff331-00b3-4005-8f5b-d066d6716c71 2018-10-06 03:27:06,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:06,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:06 GMT Server: Apache x-openstack-request-id: req-85ecbcd1-e4b8-49b2-b119-c302828184b4 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:07,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:06 GMT Server: Apache x-openstack-request-id: req-202091cf-6028-4569-a31a-4c803d76932e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:07,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-202091cf-6028-4569-a31a-4c803d76932e 2018-10-06 03:27:10,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:10,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:10 GMT Server: Apache x-openstack-request-id: req-471d9267-f849-4acd-b08a-9096322c2cea Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:11,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:10 GMT Server: Apache x-openstack-request-id: req-7d717331-6b97-481c-ac6b-ab164d95e727 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:11,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-7d717331-6b97-481c-ac6b-ab164d95e727 2018-10-06 03:27:14,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:14,107 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:14 GMT Server: Apache x-openstack-request-id: req-8675d59d-b27c-478f-a7c7-7dcbe82f271d Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:14,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:14 GMT Server: Apache x-openstack-request-id: req-fd32af79-2597-4ef9-b095-fe94d8d9fcaf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:14,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-fd32af79-2597-4ef9-b095-fe94d8d9fcaf 2018-10-06 03:27:17,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:18,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:17 GMT Server: Apache x-openstack-request-id: req-2af75220-6bea-43a0-9e8d-15528ba0f53b Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:18,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:18 GMT Server: Apache x-openstack-request-id: req-08e1c22d-3f4e-4ec8-9caf-fde57a199a2c 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1", "stack_user_project_id": "25023dbe1a424fbea1398050bcabda71", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:26:59Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:18,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-08e1c22d-3f4e-4ec8-9caf-fde57a199a2c 2018-10-06 03:27:18,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:19,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:18 GMT Server: Apache x-openstack-request-id: req-95da69d7-cb96-43b3-ba27-08e136268060 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:19,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:19 GMT Server: Apache x-openstack-request-id: req-4e509858-a13a-4969-bcd4-f842edca4edf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "965f8407-7a09-4571-a419-7582220a6318", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9daebc4a-7a80-4882-93d2-2e6a581b4ff0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3981b62e-8e56-4fc1-884a-f109719838d5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ce527341-2222-420e-9491-fb2a6055ee15", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:27:19,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources used request id req-4e509858-a13a-4969-bcd4-f842edca4edf 2018-10-06 03:27:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=3981b62e-8e56-4fc1-884a-f109719838d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:19,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d4d6a8b2-1094-4811-af02-582fd91a8334 Date: Sat, 06 Oct 2018 03:27:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3981b62e-8e56-4fc1-884a-f109719838d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9daebc4a-7a80-4882-93d2-2e6a581b4ff0"],"description":"","tags":[],"updated_at":"2018-10-06T03:27:01Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:00Z","provider:network_type":"vxlan"}]} 2018-10-06 03:27:19,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=3981b62e-8e56-4fc1-884a-f109719838d5 used request id req-d4d6a8b2-1094-4811-af02-582fd91a8334 2018-10-06 03:27:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:19,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eff43860-3869-4aef-920a-5ce9c67f012b Date: Sat, 06 Oct 2018 03:27:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:01Z","dns_nameservers":[],"updated_at":"2018-10-06T03:27:01Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet"}]} 2018-10-06 03:27:19,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 used request id req-eff43860-3869-4aef-920a-5ce9c67f012b 2018-10-06 03:27:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:19,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d4d1dd2-9602-46e8-995d-551df3f6cc79 Date: Sat, 06 Oct 2018 03:27:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:01Z","dns_nameservers":[],"updated_at":"2018-10-06T03:27:01Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet"}]} 2018-10-06 03:27:19,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 used request id req-7d4d1dd2-9602-46e8-995d-551df3f6cc79 2018-10-06 03:27:19,997 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:27:19,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:20,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a4f045-5008-4da6-8143-0c474623cfbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:27:20,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-88a4f045-5008-4da6-8143-0c474623cfbd 2018-10-06 03:27:20,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:20,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:20 GMT Server: Apache x-openstack-request-id: req-86f275cc-6bec-4c10-825b-1a9a7dfc1125 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:20,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:20 GMT Server: Apache x-openstack-request-id: req-dfa14fe7-aa8b-4891-8367-71bb0ff0099b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "965f8407-7a09-4571-a419-7582220a6318", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9daebc4a-7a80-4882-93d2-2e6a581b4ff0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3981b62e-8e56-4fc1-884a-f109719838d5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ce527341-2222-420e-9491-fb2a6055ee15", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:27:20,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources used request id req-dfa14fe7-aa8b-4891-8367-71bb0ff0099b 2018-10-06 03:27:20,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/ce527341-2222-420e-9491-fb2a6055ee15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-7206d24a-a79b-4e5b-88a5-bd7d60ecfb61 x-compute-request-id: req-7206d24a-a79b-4e5b-88a5-bd7d60ecfb61 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:cb:fd", "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ce527341-2222-420e-9491-fb2a6055ee15", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ce527341-2222-420e-9491-fb2a6055ee15", "rel": "bookmark"}], "image": {"id": "1bfe2eec-7daf-4f59-86f9-56f26818a662", "links": [{"href": "http://172.30.9.29:8774/images/1bfe2eec-7daf-4f59-86f9-56f26818a662", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-06T03:27:08.000000", "flavor": {"id": "c9987e73-df7c-4390-a2c4-7ca4175eda50", "links": [{"href": "http://172.30.9.29:8774/flavors/c9987e73-df7c-4390-a2c4-7ca4175eda50", "rel": "bookmark"}]}, "id": "ce527341-2222-420e-9491-fb2a6055ee15", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:27:13Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "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": "HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-inst", "created": "2018-10-06T03:27:07Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:27:21,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/ce527341-2222-420e-9491-fb2a6055ee15 used request id req-7206d24a-a79b-4e5b-88a5-bd7d60ecfb61 2018-10-06 03:27:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-35ca8c29-c785-42fc-aa4f-fa9323e8d284 Date: Sat, 06 Oct 2018 03:27:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3981b62e-8e56-4fc1-884a-f109719838d5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["9daebc4a-7a80-4882-93d2-2e6a581b4ff0"],"description":"","tags":[],"updated_at":"2018-10-06T03:27:01Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:00Z","provider:network_type":"vxlan"}]} 2018-10-06 03:27:21,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-net used request id req-35ca8c29-c785-42fc-aa4f-fa9323e8d284 2018-10-06 03:27:21,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:27:21,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:27:21,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a23c73-9f82-44af-91e7-a924b7e50a42 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:27:21,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-a1a23c73-9f82-44af-91e7-a924b7e50a42 2018-10-06 03:27:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-54e80bac-04a1-460a-9abc-ddd7ab7b80a7 Date: Sat, 06 Oct 2018 03:27:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:01Z","dns_nameservers":[],"updated_at":"2018-10-06T03:27:01Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-subnet"}]} 2018-10-06 03:27:21,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 used request id req-54e80bac-04a1-460a-9abc-ddd7ab7b80a7 2018-10-06 03:27:21,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3910 X-Openstack-Request-Id: req-353fa5b6-c9b5-49cc-995e-ed269acb8e45 Date: Sat, 06 Oct 2018 03:27:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:27:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","ip_address":"10.0.0.2"}],"id":"0ba02cf3-1363-4d42-91f5-fec8a6f04097","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:73:9c","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3981b62e-8e56-4fc1-884a-f109719838d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:27:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","ip_address":"10.0.0.4"}],"id":"2d31a890-e708-459f-ad90-cb3a4426702c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:55:35","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3981b62e-8e56-4fc1-884a-f109719838d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:27:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","ip_address":"10.0.0.3"}],"id":"89f2e909-864f-4be2-96c8-22626a58e6b2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:8d:70","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3981b62e-8e56-4fc1-884a-f109719838d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:27:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9daebc4a-7a80-4882-93d2-2e6a581b4ff0","ip_address":"10.0.0.12"}],"id":"965f8407-7a09-4571-a419-7582220a6318","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:cb:fd","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1-server1_port-w2z5su2wkqkt","admin_state_up":true,"network_id":"3981b62e-8e56-4fc1-884a-f109719838d5","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:27:03Z","binding:vnic_type":"normal","device_id":"ce527341-2222-420e-9491-fb2a6055ee15"}]} 2018-10-06 03:27:21,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=3981b62e-8e56-4fc1-884a-f109719838d5 used request id req-353fa5b6-c9b5-49cc-995e-ed269acb8e45 2018-10-06 03:27:21,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache x-openstack-request-id: req-e7d2d004-eb2a-49a7-bf54-ed927a0ae4c9 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:21,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache x-openstack-request-id: req-d80e3615-2d18-475f-ab34-422b3d4f00e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "965f8407-7a09-4571-a419-7582220a6318", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9daebc4a-7a80-4882-93d2-2e6a581b4ff0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3981b62e-8e56-4fc1-884a-f109719838d5", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T03:26:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:26:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ce527341-2222-420e-9491-fb2a6055ee15", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:27:21,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae/resources used request id req-d80e3615-2d18-475f-ab34-422b3d4f00e8 2018-10-06 03:27:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d73b4967050dba482e35b7fa7de306ec46467e8" 2018-10-06 03:27:21,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache x-openstack-request-id: req-893e887d-74a6-47f8-8981-e7e1433fc015 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:22,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:27:21 GMT Server: Apache x-openstack-request-id: req-ce938e86-0ad2-43be-b2a7-cc97eef016f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:27:22,567 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-stack1/b90f79f4-2ca9-41bf-ad25-79ef9d10c1ae used request id req-ce938e86-0ad2-43be-b2a7-cc97eef016f4 2018-10-06 03:27:22,568 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-d8d4f48d-bb08-4381-9c7d-5077fb8f8f6f-image 2018-10-06 03:27:22,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6e1f76e6812b0f241e5162539977b2876ca16ec" 2018-10-06 03:27:24,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-482610c8-ab9a-43f8-b739-238119a660e9 Date: Sat, 06 Oct 2018 03:27:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:27:24,417 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1bfe2eec-7daf-4f59-86f9-56f26818a662 used request id req-482610c8-ab9a-43f8-b739-238119a660e9 2018-10-06 03:27:24,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/c9987e73-df7c-4390-a2c4-7ca4175eda50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00917598092ce53a722879af613a841212193d0d" 2018-10-06 03:27:24,461 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-e7a5aa0c-ddc8-4418-8051-ac9ab3ca2aea x-compute-request-id: req-e7a5aa0c-ddc8-4418-8051-ac9ab3ca2aea Content-Length: 0 Content-Type: application/json 2018-10-06 03:27:24,462 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c9987e73-df7c-4390-a2c4-7ca4175eda50 used request id req-e7a5aa0c-ddc8-4418-8051-ac9ab3ca2aea 2018-10-06 03:27:24,463 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:27:24,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:27:24,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:27:24,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["uCZprv-zQ42zA6_YNLCEJQ"], "issued_at": "2018-10-06T03:27:24.000000Z"}} 2018-10-06 03:27:24,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:24,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d3b0fe-1912-41f3-982e-a98ea176f1fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:27:24,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c8d3b0fe-1912-41f3-982e-a98ea176f1fa 2018-10-06 03:27:24,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:25,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-8f316643-cc03-43f1-8e04-c447a953d1ef Date: Sat, 06 Oct 2018 03:27:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image"} 2018-10-06 03:27:25,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image used request id req-8f316643-cc03-43f1-8e04-c447a953d1ef 2018-10-06 03:27:25,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:25,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3fa5c382-6006-44c7-9394-3d606feca409 Date: Sat, 06 Oct 2018 03:27:25 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", "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-10-06 03:27:25,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3fa5c382-6006-44c7-9394-3d606feca409 2018-10-06 03:27:25,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image"}' 2018-10-06 03:27:25,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f X-Openstack-Request-Id: req-47f884e0-bec4-4158-a6e3-41f1a65b3d4d Date: Sat, 06 Oct 2018 03:27:25 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:27:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:27:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "min_disk": 0, "protected": false, "id": "aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "file": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:27:25,991 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-47f884e0-bec4-4158-a6e3-41f1a65b3d4d 2018-10-06 03:27:26,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" -d '' 2018-10-06 03:27:27,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff6578f8-bf7f-48e5-a6b9-21fe5c6f28bb Date: Sat, 06 Oct 2018 03:27:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:27:27,907 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/file used request id req-ff6578f8-bf7f-48e5-a6b9-21fe5c6f28bb 2018-10-06 03:27:27,907 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:27:27,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:28,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-73e0e07c-79ea-4d9e-beee-f7c8f156e356 Date: Sat, 06 Oct 2018 03:27:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:27:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:27:27Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/snap", "metadata": {}}], "self": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "min_disk": 0, "protected": false, "id": "aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "file": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:27:28,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f used request id req-73e0e07c-79ea-4d9e-beee-f7c8f156e356 2018-10-06 03:27:28,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:28,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-83559d36-2171-4be4-ab2c-d71dd744f740 Date: Sat, 06 Oct 2018 03:27: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", "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-10-06 03:27:28,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-83559d36-2171-4be4-ab2c-d71dd744f740 2018-10-06 03:27:28,251 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image 2018-10-06 03:27:28,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:27:28,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-9818590b-4e56-49d3-ae23-9e5e5945f7b7 Date: Sat, 06 Oct 2018 03:27:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:27:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:27:27Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/snap", "metadata": {}}], "self": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "min_disk": 0, "protected": false, "id": "aa935fa9-d9c0-4c02-a4ff-41190ed0149f", "file": "/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:27:28,270 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f used request id req-9818590b-4e56-49d3-ae23-9e5e5945f7b7 2018-10-06 03:27:28,271 - create_image - DEBUG - Instance status is - active 2018-10-06 03:27:28,271 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image 2018-10-06 03:27:28,271 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image 2018-10-06 03:27:28,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:27:28,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:27:28,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["r6Aoff0UQFKQ6gzJW-Y5jQ"], "issued_at": "2018-10-06T03:27:28.000000Z"}} 2018-10-06 03:27:28,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e624b8512c3d620b8e8cd0a38468b104dac14a" 2018-10-06 03:27:28,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b270a787-6cb0-474c-948b-906615fc85eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:27:28,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b270a787-6cb0-474c-948b-906615fc85eb 2018-10-06 03:27:28,745 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:27:28,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e624b8512c3d620b8e8cd0a38468b104dac14a" 2018-10-06 03:27:28,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-2e5303e4-0390-460f-ba9a-f8982936d335 x-compute-request-id: req-2e5303e4-0390-460f-ba9a-f8982936d335 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:27:28,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2e5303e4-0390-460f-ba9a-f8982936d335 2018-10-06 03:27:28,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e624b8512c3d620b8e8cd0a38468b104dac14a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-06 03:27:28,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-d9a74a40-496c-4e69-bb7e-dfae506aa7c1 x-compute-request-id: req-d9a74a40-496c-4e69-bb7e-dfae506aa7c1 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/784e4d43-a968-460c-9348-83603a7ea3fc", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/784e4d43-a968-460c-9348-83603a7ea3fc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "784e4d43-a968-460c-9348-83603a7ea3fc", "name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:27:28,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d9a74a40-496c-4e69-bb7e-dfae506aa7c1 2018-10-06 03:27:28,992 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:27:29,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:27:29,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["wj5BzG26QCesXnLd5uWi-w"], "issued_at": "2018-10-06T03:27:29.000000Z"}} 2018-10-06 03:27:29,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "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": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}}' 2018-10-06 03:27:32,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:27:29 GMT Server: Apache x-openstack-request-id: req-d89fb9e9-6304-4863-a361-f476a8295f52 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}]}} 2018-10-06 03:27:32,111 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-d89fb9e9-6304-4863-a361-f476a8295f52 2018-10-06 03:27:32,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:32,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:32 GMT Server: Apache x-openstack-request-id: req-f0035fa8-f9c1-425d-8a5a-ac54246e8f19 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:32,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:32 GMT Server: Apache x-openstack-request-id: req-6f31ba75-208b-4f67-a09f-a92631e73884 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:32,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-6f31ba75-208b-4f67-a09f-a92631e73884 2018-10-06 03:27:32,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:33,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:32 GMT Server: Apache x-openstack-request-id: req-ac9ea813-39e7-4760-88d4-085d649ba08b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "deletion_time": null, "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "tags": null}]} 2018-10-06 03:27:33,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1 used request id req-ac9ea813-39e7-4760-88d4-085d649ba08b 2018-10-06 03:27:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:33 GMT Server: Apache x-openstack-request-id: req-cf46bf61-f5e3-413d-a8f8-422026f17fbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "deletion_time": null, "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "tags": null}]} 2018-10-06 03:27:33,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1 used request id req-cf46bf61-f5e3-413d-a8f8-422026f17fbc 2018-10-06 03:27:33,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:34,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:33 GMT Server: Apache x-openstack-request-id: req-4d6e70af-2873-4449-baae-43ee23b41cd1 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:35,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:34 GMT Server: Apache x-openstack-request-id: req-88f6bc28-af60-49b2-ad2f-9122cebd115b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:35,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-88f6bc28-af60-49b2-ad2f-9122cebd115b 2018-10-06 03:27:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:35,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:35 GMT Server: Apache x-openstack-request-id: req-4a49aeca-3e84-4c51-9697-42f447e451d1 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:35,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:35 GMT Server: Apache x-openstack-request-id: req-5bf06c2d-dbb5-4ebf-90e5-28a9807f198a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:35,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-5bf06c2d-dbb5-4ebf-90e5-28a9807f198a 2018-10-06 03:27:38,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:39,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:38 GMT Server: Apache x-openstack-request-id: req-d279a4bf-ec91-4aea-a1a3-3221e085b582 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:39,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:39 GMT Server: Apache x-openstack-request-id: req-a55f1926-ec8c-42ca-98ea-d39cedaa7737 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:39,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-a55f1926-ec8c-42ca-98ea-d39cedaa7737 2018-10-06 03:27:42,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:42,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:42 GMT Server: Apache x-openstack-request-id: req-ba27524b-2145-46b9-816c-f078468c9f2b Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:42,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:42 GMT Server: Apache x-openstack-request-id: req-a481a725-5d9f-458b-a640-c27d6ca4e5d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:42,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-a481a725-5d9f-458b-a640-c27d6ca4e5d2 2018-10-06 03:27:45,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:45,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:45 GMT Server: Apache x-openstack-request-id: req-cfe9d266-4a00-436e-a7f7-bfa26a853741 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:46,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:45 GMT Server: Apache x-openstack-request-id: req-a765c0ec-5d17-4c7b-81c6-9e64392d118e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:46,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-a765c0ec-5d17-4c7b-81c6-9e64392d118e 2018-10-06 03:27:49,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:49,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:49 GMT Server: Apache x-openstack-request-id: req-a52e50b3-9c45-4709-838f-e423feeac198 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:49,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:49 GMT Server: Apache x-openstack-request-id: req-cf4b08d3-20b7-44e7-b3c5-318b9d5dafec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:49,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-cf4b08d3-20b7-44e7-b3c5-318b9d5dafec 2018-10-06 03:27:52,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:52,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:52 GMT Server: Apache x-openstack-request-id: req-1c58d690-8fa3-45c2-bc10-371ed3b2f3bb Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:52,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:52 GMT Server: Apache x-openstack-request-id: req-59344eba-30cc-44fc-86db-df6e05d3bec6 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1", "stack_user_project_id": "64eb904157ff44c29450c6c5d1a47258", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:27:31Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b8b0386d-a476-4d76-82b6-d3c90960eb87", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:52,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-59344eba-30cc-44fc-86db-df6e05d3bec6 2018-10-06 03:27:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "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": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}}' 2018-10-06 03:27:54,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:27:52 GMT Server: Apache x-openstack-request-id: req-28008feb-e3a7-4722-bb7d-287984b88ad8 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}]}} 2018-10-06 03:27:54,379 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-28008feb-e3a7-4722-bb7d-287984b88ad8 2018-10-06 03:27:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:55,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:54 GMT Server: Apache x-openstack-request-id: req-d57a281f-a751-4996-b1d4-78151ef65abd Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:55,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:55 GMT Server: Apache x-openstack-request-id: req-fc666840-d23a-421a-9ea6-3c0bb802ebf4 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:55,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-fc666840-d23a-421a-9ea6-3c0bb802ebf4 2018-10-06 03:27:55,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:55,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:55 GMT Server: Apache x-openstack-request-id: req-6c0abab6-9a91-452c-ae05-9370f136d406 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "deletion_time": null, "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "tags": null}]} 2018-10-06 03:27:55,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2 used request id req-6c0abab6-9a91-452c-ae05-9370f136d406 2018-10-06 03:27:55,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:56,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:55 GMT Server: Apache x-openstack-request-id: req-ce1861e0-e599-4908-98bd-346c434870fc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "deletion_time": null, "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "updated_time": null, "project": "e4e4dbc1765f472bbf0303a7f0b4a801", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "tags": null}]} 2018-10-06 03:27:56,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks?stack_name=HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2 used request id req-ce1861e0-e599-4908-98bd-346c434870fc 2018-10-06 03:27:56,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:56,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:56 GMT Server: Apache x-openstack-request-id: req-a4222dd3-9092-4e7c-836b-36c388e2f8df Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:56,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:56 GMT Server: Apache x-openstack-request-id: req-40525251-3617-4acc-9284-3696e4e111d3 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:56,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-40525251-3617-4acc-9284-3696e4e111d3 2018-10-06 03:27:56,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:56,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:56 GMT Server: Apache x-openstack-request-id: req-e363b38e-079a-48ce-ab84-c30f079fa135 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:56,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:56 GMT Server: Apache x-openstack-request-id: req-58e0a082-ebb4-43bd-9333-f983283c2506 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:56,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-58e0a082-ebb4-43bd-9333-f983283c2506 2018-10-06 03:27:59,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:27:59,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:27:59 GMT Server: Apache x-openstack-request-id: req-4dcce807-1ec2-48b3-af2f-d033b5f095a4 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:27:59,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:27:59 GMT Server: Apache x-openstack-request-id: req-87b4889c-280d-4977-a982-fa9ab95bad1e 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:27:59,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-87b4889c-280d-4977-a982-fa9ab95bad1e 2018-10-06 03:28:02,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:02,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:02 GMT Server: Apache x-openstack-request-id: req-2766d010-88ac-4b3c-9249-1018136e001d Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:02,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:02 GMT Server: Apache x-openstack-request-id: req-915d4595-3fc0-4b5e-a4ce-55997a27fb82 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:02,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-915d4595-3fc0-4b5e-a4ce-55997a27fb82 2018-10-06 03:28:05,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:05,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:05 GMT Server: Apache x-openstack-request-id: req-abc877d3-779b-4037-aad7-5cf9a0f679fe Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:06,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:05 GMT Server: Apache x-openstack-request-id: req-642ad911-a7b9-4585-a3be-000122a98910 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:06,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-642ad911-a7b9-4585-a3be-000122a98910 2018-10-06 03:28:09,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:09,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:09 GMT Server: Apache x-openstack-request-id: req-d7682ca5-59f3-48ad-8c0e-ca9f1d39811d Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:10,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:09 GMT Server: Apache x-openstack-request-id: req-16cbe6f0-0c31-4bd5-a79c-62e878e3d1bd 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:10,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-16cbe6f0-0c31-4bd5-a79c-62e878e3d1bd 2018-10-06 03:28:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:13,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:13 GMT Server: Apache x-openstack-request-id: req-3ad7d371-c5b9-46a0-a209-178650a73bbd Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:13,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:13 GMT Server: Apache x-openstack-request-id: req-8ffee1b1-36d0-45a6-8b7f-ee58b1261405 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:13,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-8ffee1b1-36d0-45a6-8b7f-ee58b1261405 2018-10-06 03:28:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:16,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:16 GMT Server: Apache x-openstack-request-id: req-de16d858-92bb-4729-aadb-9bfd03463acb Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:16,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:16 GMT Server: Apache x-openstack-request-id: req-843085a4-d0f4-41f5-8f9e-6b8d944c027b 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:16,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-843085a4-d0f4-41f5-8f9e-6b8d944c027b 2018-10-06 03:28:19,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:19,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:19 GMT Server: Apache x-openstack-request-id: req-b5b47aef-2dee-4d96-a37c-9caf89fb22e1 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:19,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:19 GMT Server: Apache x-openstack-request-id: req-7cfb4df8-998e-43f0-9f2c-7dfd2d94b8fd 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:19,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-7cfb4df8-998e-43f0-9f2c-7dfd2d94b8fd 2018-10-06 03:28:22,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:23,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:22 GMT Server: Apache x-openstack-request-id: req-eaa0da5d-138e-4087-b0c4-710cfdec7bb9 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:23,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:23 GMT Server: Apache x-openstack-request-id: req-fa29ea21-9866-48b9-a056-488a8cd6c002 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:23,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-fa29ea21-9866-48b9-a056-488a8cd6c002 2018-10-06 03:28:26,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:26,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:26 GMT Server: Apache x-openstack-request-id: req-a560dd24-08b4-4494-95e8-12350dc722cb Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:26,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:26 GMT Server: Apache x-openstack-request-id: req-8a48764f-42d5-4a58-8b4e-f066a94a1952 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:26,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-8a48764f-42d5-4a58-8b4e-f066a94a1952 2018-10-06 03:28:29,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:30,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:29 GMT Server: Apache x-openstack-request-id: req-eb92f44b-6ba3-41a4-b525-1f0a709a3e4f Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:30,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:30 GMT Server: Apache x-openstack-request-id: req-19c9864e-6365-4885-9d9d-40908c7f81d4 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:30,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-19c9864e-6365-4885-9d9d-40908c7f81d4 2018-10-06 03:28:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:33,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:33 GMT Server: Apache x-openstack-request-id: req-9c1cf1d7-8cbb-4c4b-a4e5-a96f1b53aa68 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:33,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:33 GMT Server: Apache x-openstack-request-id: req-4fa5d29a-65a4-4cd3-9095-ee0db04a9745 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:33,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-4fa5d29a-65a4-4cd3-9095-ee0db04a9745 2018-10-06 03:28:36,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:36,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:36 GMT Server: Apache x-openstack-request-id: req-cd1c34d8-1339-4d4f-82b6-13372691a003 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:36,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:36 GMT Server: Apache x-openstack-request-id: req-cd3c54cf-eb87-4518-9c9d-cc3ad05e218e 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:36,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-cd3c54cf-eb87-4518-9c9d-cc3ad05e218e 2018-10-06 03:28:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:39,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:39 GMT Server: Apache x-openstack-request-id: req-3cd27f00-e400-437f-9357-cb78d1b33cff Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:39,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:39 GMT Server: Apache x-openstack-request-id: req-0291630c-83ce-4aae-9b7b-5cbe60b4eca1 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:39,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-0291630c-83ce-4aae-9b7b-5cbe60b4eca1 2018-10-06 03:28:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:42,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:42 GMT Server: Apache x-openstack-request-id: req-d30b0c6f-1606-4744-8a39-d6619edd0ec2 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:42,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:42 GMT Server: Apache x-openstack-request-id: req-11895b10-59ad-45de-829a-8a3cea0eebf5 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:42,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-11895b10-59ad-45de-829a-8a3cea0eebf5 2018-10-06 03:28:45,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:46,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:45 GMT Server: Apache x-openstack-request-id: req-91d1dfb4-b571-494e-b596-b866a9e1026b Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:46,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:46 GMT Server: Apache x-openstack-request-id: req-bf361750-fa4f-448b-a18e-60aa575bac50 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image", "inst_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2", "stack_user_project_id": "443cf56c8dbb47fb8c6dc2d8bfd3574e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:27:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "18c7c73b-d1d3-4cc0-9399-9714bd029568", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 03:28:46,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-bf361750-fa4f-448b-a18e-60aa575bac50 2018-10-06 03:28:46,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/b8b0386d-a476-4d76-82b6-d3c90960eb87 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:46,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:46 GMT Server: Apache x-openstack-request-id: req-f8a2afb6-6c9a-4578-9a2d-54f7ad885327 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:46,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:28:46 GMT Server: Apache x-openstack-request-id: req-fc7ef20a-d8ba-40b6-b3dd-c46e78eeb3e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:28:46,148 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack1/b8b0386d-a476-4d76-82b6-d3c90960eb87 used request id req-fc7ef20a-d8ba-40b6-b3dd-c46e78eeb3e6 2018-10-06 03:28:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/18c7c73b-d1d3-4cc0-9399-9714bd029568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af13bd6c5d71995303bb0c1095e0a10eb8538725" 2018-10-06 03:28:46,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:46 GMT Server: Apache x-openstack-request-id: req-96816666-101a-4ab7-859d-b1940c21092b Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:46,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:28:46 GMT Server: Apache x-openstack-request-id: req-53db0ca0-1b3d-4df8-9d60-2538491b8f88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:28:46,250 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-stack2/18c7c73b-d1d3-4cc0-9399-9714bd029568 used request id req-53db0ca0-1b3d-4df8-9d60-2538491b8f88 2018-10-06 03:28:46,251 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-02f2136c-0f26-4030-be4e-0093e2038f83-image 2018-10-06 03:28:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d164e642ccc46dc19300e7c8cabe0e2158134175" 2018-10-06 03:28:47,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fc784de-8874-4b17-a1f6-4c5e096d966d Date: Sat, 06 Oct 2018 03:28:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:28:47,668 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/aa935fa9-d9c0-4c02-a4ff-41190ed0149f used request id req-0fc784de-8874-4b17-a1f6-4c5e096d966d 2018-10-06 03:28:47,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/784e4d43-a968-460c-9348-83603a7ea3fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e624b8512c3d620b8e8cd0a38468b104dac14a" 2018-10-06 03:28:47,733 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:28: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-a694b8b0-e0d2-4833-9ca1-45b179483af4 x-compute-request-id: req-a694b8b0-e0d2-4833-9ca1-45b179483af4 Content-Length: 0 Content-Type: application/json 2018-10-06 03:28:47,733 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/784e4d43-a968-460c-9348-83603a7ea3fc used request id req-a694b8b0-e0d2-4833-9ca1-45b179483af4 2018-10-06 03:28:47,734 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:28:47,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:28:47,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:28:48,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["GCHvkguAThGquXM5zPV-ag"], "issued_at": "2018-10-06T03:28:48.000000Z"}} 2018-10-06 03:28:48,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:48,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdef7cf2-732d-4165-9243-d67da9f5d0e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:28:48,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fdef7cf2-732d-4165-9243-d67da9f5d0e2 2018-10-06 03:28:48,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:48,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-380e5217-a90e-4d9e-af2b-4a35215ffd56 Date: Sat, 06 Oct 2018 03:28:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"} 2018-10-06 03:28:48,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 used request id req-380e5217-a90e-4d9e-af2b-4a35215ffd56 2018-10-06 03:28:48,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:48,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-324cb31e-bc3f-4ffe-b9b3-db296a753b5c Date: Sat, 06 Oct 2018 03:28: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", "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-10-06 03:28:48,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-324cb31e-bc3f-4ffe-b9b3-db296a753b5c 2018-10-06 03:28:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}' 2018-10-06 03:28:48,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb X-Openstack-Request-Id: req-d15c0f30-a484-4b1e-bb24-eec4e8a081c6 Date: Sat, 06 Oct 2018 03:28:48 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "min_disk": 0, "protected": false, "id": "a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "file": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:48,926 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d15c0f30-a484-4b1e-bb24-eec4e8a081c6 2018-10-06 03:28:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" -d '' 2018-10-06 03:28:51,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ff6cdd8-7de2-41dd-9b1b-1613bc53968c Date: Sat, 06 Oct 2018 03:28:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:28:51,475 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file used request id req-4ff6cdd8-7de2-41dd-9b1b-1613bc53968c 2018-10-06 03:28:51,476 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:28:51,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:51,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-cba9f191-dab3-4bc6-9472-c54a23a6621e Date: Sat, 06 Oct 2018 03:28:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "metadata": {}}], "self": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "min_disk": 0, "protected": false, "id": "a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "file": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:51,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb used request id req-cba9f191-dab3-4bc6-9472-c54a23a6621e 2018-10-06 03:28:51,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:52,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4a35208a-3ac7-45a7-a945-c6b42ee445ef Date: Sat, 06 Oct 2018 03:28: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", "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-10-06 03:28:52,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-4a35208a-3ac7-45a7-a945-c6b42ee445ef 2018-10-06 03:28:52,219 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 2018-10-06 03:28:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:28:52,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-9eb081e6-7571-490f-b585-e6266144ebc2 Date: Sat, 06 Oct 2018 03:28:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "metadata": {}}], "self": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "min_disk": 0, "protected": false, "id": "a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "file": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:52,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb used request id req-9eb081e6-7571-490f-b585-e6266144ebc2 2018-10-06 03:28:52,394 - create_image - DEBUG - Instance status is - active 2018-10-06 03:28:52,394 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 2018-10-06 03:28:52,394 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 2018-10-06 03:28:52,394 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:28:52,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:28:52,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:28:52,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["YJO8IdQ6S32FuLGBLPkGdQ"], "issued_at": "2018-10-06T03:28:52.000000Z"}} 2018-10-06 03:28:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:52,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408a4f7b-907b-4292-bf3c-a15ecb1fbc57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:28:52,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-408a4f7b-907b-4292-bf3c-a15ecb1fbc57 2018-10-06 03:28:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:53,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-6f0ae720-593f-47cf-87d9-0fa4eecb8286 Date: Sat, 06 Oct 2018 03:28:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2"} 2018-10-06 03:28:53,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 used request id req-6f0ae720-593f-47cf-87d9-0fa4eecb8286 2018-10-06 03:28:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:53,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ddd1545-c9e9-4ee1-a6f7-fb596662fad9 Date: Sat, 06 Oct 2018 03:28: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", "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-10-06 03:28:53,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1ddd1545-c9e9-4ee1-a6f7-fb596662fad9 2018-10-06 03:28:53,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2"}' 2018-10-06 03:28:53,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 X-Openstack-Request-Id: req-ce1b5ace-d341-4a94-8025-6e6d426a2eb0 Date: Sat, 06 Oct 2018 03:28:53 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "min_disk": 0, "protected": false, "id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "file": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file", "checksum": null, "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:53,473 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ce1b5ace-d341-4a94-8025-6e6d426a2eb0 2018-10-06 03:28:53,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" -d '' 2018-10-06 03:28:54,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1eab2d00-a55b-44b5-9c83-a7ad66bea2c6 Date: Sat, 06 Oct 2018 03:28:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:28:54,558 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file used request id req-1eab2d00-a55b-44b5-9c83-a7ad66bea2c6 2018-10-06 03:28:54,558 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:28:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:54,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-7d123bb4-22b6-4799-ac6d-2d374c69b22d Date: Sat, 06 Oct 2018 03:28:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "metadata": {}}], "self": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "min_disk": 0, "protected": false, "id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "file": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:54,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 used request id req-7d123bb4-22b6-4799-ac6d-2d374c69b22d 2018-10-06 03:28:54,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:54,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-375857f0-0b98-48a6-9de4-659f8f774a2e Date: Sat, 06 Oct 2018 03:28: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", "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-10-06 03:28:54,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-375857f0-0b98-48a6-9de4-659f8f774a2e 2018-10-06 03:28:54,870 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 2018-10-06 03:28:54,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:28:54,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5cf84da6-aef1-4079-8b22-ae11a101615e Date: Sat, 06 Oct 2018 03:28:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "metadata": {}}], "self": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "min_disk": 0, "protected": false, "id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "file": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:28:54,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 used request id req-5cf84da6-aef1-4079-8b22-ae11a101615e 2018-10-06 03:28:54,892 - create_image - DEBUG - Instance status is - active 2018-10-06 03:28:54,892 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 2018-10-06 03:28:54,892 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 2018-10-06 03:28:54,893 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:28:54,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:28:55,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:28:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["71Vw0xWAQAiWTJN1UAZvjg"], "issued_at": "2018-10-06T03:28:55.000000Z"}} 2018-10-06 03:28:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net"}}' 2018-10-06 03:28:59,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:28:55 GMT Server: Apache x-openstack-request-id: req-6fe67004-dce9-4f73-bf71-a86b83b2da2c Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}]}} 2018-10-06 03:28:59,024 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-6fe67004-dce9-4f73-bf71-a86b83b2da2c 2018-10-06 03:28:59,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:28:59,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:59 GMT Server: Apache x-openstack-request-id: req-28c18599-aacf-4792-892a-00fd07f0ca94 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:28:59,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:59 GMT Server: Apache x-openstack-request-id: req-9d77ca2b-d728-4bae-af42-988880daba50 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "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-10-06 03:28:59,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-9d77ca2b-d728-4bae-af42-988880daba50 2018-10-06 03:28:59,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:28:59,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:28:59 GMT Server: Apache x-openstack-request-id: req-47ce2ed0-ca50-48a2-b1a3-549eaa6b29d6 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:00,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:28:59 GMT Server: Apache x-openstack-request-id: req-00a80258-0219-481d-acb5-be6d29be10f2 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:00,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-00a80258-0219-481d-acb5-be6d29be10f2 2018-10-06 03:29:03,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:03,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:03 GMT Server: Apache x-openstack-request-id: req-4a985940-246d-4bf1-a0f4-9578e4fed364 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:03,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:03 GMT Server: Apache x-openstack-request-id: req-e349f979-40f8-4202-ad1c-d94c9ccceccb 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:03,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-e349f979-40f8-4202-ad1c-d94c9ccceccb 2018-10-06 03:29:06,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:07,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:06 GMT Server: Apache x-openstack-request-id: req-9e48726e-a767-4d40-aaeb-29a49c16f46c Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:07,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:07 GMT Server: Apache x-openstack-request-id: req-201f8a4d-47b4-4dec-9d3b-3130cedc9d16 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:07,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-201f8a4d-47b4-4dec-9d3b-3130cedc9d16 2018-10-06 03:29:10,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:10,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:10 GMT Server: Apache x-openstack-request-id: req-21fc9555-2702-4686-a410-e111954b9aa1 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:11,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:10 GMT Server: Apache x-openstack-request-id: req-5f9c8a70-7de7-41bf-8337-56ddf8e6c137 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:11,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-5f9c8a70-7de7-41bf-8337-56ddf8e6c137 2018-10-06 03:29:14,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:14,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:14 GMT Server: Apache x-openstack-request-id: req-f94aa733-2465-4100-8b6b-0d72cbbb9eed Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:14,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:14 GMT Server: Apache x-openstack-request-id: req-fc638eb8-45cc-4648-9d12-52bdf3f1a1c1 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:14,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-fc638eb8-45cc-4648-9d12-52bdf3f1a1c1 2018-10-06 03:29:17,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:18,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:17 GMT Server: Apache x-openstack-request-id: req-4ce1a993-4a99-41b2-9e64-100ef80b73b8 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:18,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:18 GMT Server: Apache x-openstack-request-id: req-7038a65e-a278-4f20-8122-18fd17b723d0 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:18,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-7038a65e-a278-4f20-8122-18fd17b723d0 2018-10-06 03:29:21,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:21,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:21 GMT Server: Apache x-openstack-request-id: req-5a9404d5-01c2-4125-9997-dad7398db861 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:21,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:21 GMT Server: Apache x-openstack-request-id: req-f53dcc00-0591-4b60-ba21-0eb1e6aa85e2 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:21,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-f53dcc00-0591-4b60-ba21-0eb1e6aa85e2 2018-10-06 03:29:24,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:24,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:24 GMT Server: Apache x-openstack-request-id: req-966292dd-f329-46b5-a43e-e941e244a8d7 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:24,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:24 GMT Server: Apache x-openstack-request-id: req-20381896-2e3d-45d9-aca2-a707d08c0cf6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:24,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-20381896-2e3d-45d9-aca2-a707d08c0cf6 2018-10-06 03:29:24,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:24,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:24 GMT Server: Apache x-openstack-request-id: req-51754c64-b400-4a4c-98e9-a15111c89e33 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:25,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:24 GMT Server: Apache x-openstack-request-id: req-e08188e7-812a-45d1-9405-7a9dce99ec81 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d5696082-7873-4d33-a4e4-1bbc0fa4084e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d9180d03-3d8f-4d5d-ae47-369c01910ad2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "80e8bf64-1fd7-46e3-896f-0c72c7838acd", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63aa992d-5566-4d57-8814-7864632ae9da", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1b566ec-bee7-4a44-9e1f-eb73bbcaa053", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58:subnet_id=cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "00d23882-0068-4761-8ec0-5a06b482b24e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1539ecb-69b9-4e40-82b5-b18c43044ff8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "db68aa6a-7323-4408-93ad-081d2226fa1e", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:29:25,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources used request id req-e08188e7-812a-45d1-9405-7a9dce99ec81 2018-10-06 03:29:25,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:25,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:25 GMT Server: Apache x-openstack-request-id: req-16daab18-1f2f-414c-a066-62ecbd8ba39e Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:26,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:25 GMT Server: Apache x-openstack-request-id: req-26631da4-9609-4184-aba5-85670067c8fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:26,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-26631da4-9609-4184-aba5-85670067c8fb 2018-10-06 03:29:26,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:26 GMT Server: Apache x-openstack-request-id: req-b2dffb5c-e0e4-4e33-b424-95444b20398e Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:26,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:26 GMT Server: Apache x-openstack-request-id: req-a9185dba-54d0-4850-9a53-e154415ed693 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d5696082-7873-4d33-a4e4-1bbc0fa4084e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d9180d03-3d8f-4d5d-ae47-369c01910ad2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "80e8bf64-1fd7-46e3-896f-0c72c7838acd", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63aa992d-5566-4d57-8814-7864632ae9da", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1b566ec-bee7-4a44-9e1f-eb73bbcaa053", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58:subnet_id=cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "00d23882-0068-4761-8ec0-5a06b482b24e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1539ecb-69b9-4e40-82b5-b18c43044ff8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "db68aa6a-7323-4408-93ad-081d2226fa1e", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:29:26,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources used request id req-a9185dba-54d0-4850-9a53-e154415ed693 2018-10-06 03:29:26,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-eedffe87-15f4-452c-83fb-4e2e83bb35b1 Date: Sat, 06 Oct 2018 03:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":58,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["cf96a0df-f2ab-4046-87a0-bb0db25db242"],"description":"","tags":[],"updated_at":"2018-10-06T03:29:03Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:01Z","provider:network_type":"vxlan"}]} 2018-10-06 03:29:26,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-eedffe87-15f4-452c-83fb-4e2e83bb35b1 2018-10-06 03:29:26,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e65e58a0-0464-431d-87ac-10d362f5dc78 Date: Sat, 06 Oct 2018 03:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:29:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet"}]} 2018-10-06 03:29:26,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-e65e58a0-0464-431d-87ac-10d362f5dc78 2018-10-06 03:29:26,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d3aa2fca-da29-49d3-a722-f38dc3e1a693 Date: Sat, 06 Oct 2018 03:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:29:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet"}]} 2018-10-06 03:29:26,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-d3aa2fca-da29-49d3-a722-f38dc3e1a693 2018-10-06 03:29:26,608 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:29:26,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff797a4-4d30-4277-877d-1dcebe696f87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:29:26,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eff797a4-4d30-4277-877d-1dcebe696f87 2018-10-06 03:29:26,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:26,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:26 GMT Server: Apache x-openstack-request-id: req-bad73388-57ae-4c2f-9d22-4800ba546ece Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:26,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:26 GMT Server: Apache x-openstack-request-id: req-0d9621ed-2cbf-444a-b460-b73f8117e3b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d5696082-7873-4d33-a4e4-1bbc0fa4084e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d9180d03-3d8f-4d5d-ae47-369c01910ad2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "80e8bf64-1fd7-46e3-896f-0c72c7838acd", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63aa992d-5566-4d57-8814-7864632ae9da", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1b566ec-bee7-4a44-9e1f-eb73bbcaa053", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58:subnet_id=cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "00d23882-0068-4761-8ec0-5a06b482b24e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1539ecb-69b9-4e40-82b5-b18c43044ff8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "db68aa6a-7323-4408-93ad-081d2226fa1e", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:29:26,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources used request id req-0d9621ed-2cbf-444a-b460-b73f8117e3b9 2018-10-06 03:29:26,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/f1539ecb-69b9-4e40-82b5-b18c43044ff8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29: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-1c8371ed-7f09-4d9e-88c4-6cd76083e18c x-compute-request-id: req-1c8371ed-7f09-4d9e-88c4-6cd76083e18c Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:b2:5a", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f1539ecb-69b9-4e40-82b5-b18c43044ff8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f1539ecb-69b9-4e40-82b5-b18c43044ff8", "rel": "bookmark"}], "image": {"id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "links": [{"href": "http://172.30.9.29:8774/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-10-06T03:29:12.000000", "flavor": {"id": "d5696082-7873-4d33-a4e4-1bbc0fa4084e", "links": [{"href": "http://172.30.9.29:8774/flavors/d5696082-7873-4d33-a4e4-1bbc0fa4084e", "rel": "bookmark"}]}, "id": "f1539ecb-69b9-4e40-82b5-b18c43044ff8", "security_groups": [{"name": "default"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:29:15Z", "hostId": "d291dace525ac150a9593cdca1a1eb2408c424f45f4743de2c8415ae", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "created": "2018-10-06T03:29:06Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:29:27,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/f1539ecb-69b9-4e40-82b5-b18c43044ff8 used request id req-1c8371ed-7f09-4d9e-88c4-6cd76083e18c 2018-10-06 03:29:27,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3e7c2c57-de32-4c96-b34f-8044148ed354 Date: Sat, 06 Oct 2018 03:29:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":58,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["cf96a0df-f2ab-4046-87a0-bb0db25db242"],"description":"","tags":[],"updated_at":"2018-10-06T03:29:03Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:01Z","provider:network_type":"vxlan"}]} 2018-10-06 03:29:27,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net used request id req-3e7c2c57-de32-4c96-b34f-8044148ed354 2018-10-06 03:29:27,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:29:27,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:29:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:29:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bea4e2f-dfe9-4862-8b14-21ebc01760bc Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:29:27,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-8bea4e2f-dfe9-4862-8b14-21ebc01760bc 2018-10-06 03:29:27,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b68179f5-b13b-41b4-a19a-9f6c80fdd4b7 Date: Sat, 06 Oct 2018 03:29:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:29:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet"}]} 2018-10-06 03:29:27,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-b68179f5-b13b-41b4-a19a-9f6c80fdd4b7 2018-10-06 03:29:27,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5783 X-Openstack-Request-Id: req-1219a331-e702-4586-8ff2-9bd0ac2b5687 Date: Sat, 06 Oct 2018 03:29:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.9"}],"id":"00d23882-0068-4761-8ec0-5a06b482b24e","security_groups":["63aa992d-5566-4d57-8814-7864632ae9da"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:98:2a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack-port1-5cecq72rkxfp","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:06Z","binding:vnic_type":"normal","device_id":"db68aa6a-7323-4408-93ad-081d2226fa1e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.1"}],"id":"41bfbbee-27c5-41ba-91f0-445ec11e5c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ba:98","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:10Z","binding:vnic_type":"normal","device_id":"b498ff5f-6683-4bec-b953-071385633d58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.8"}],"id":"6d0bf176-c0af-4241-9e26-88567c6848db","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:b2:5a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:08Z","binding:vnic_type":"normal","device_id":"f1539ecb-69b9-4e40-82b5-b18c43044ff8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.4"}],"id":"91aaffb5-6e7d-4c4e-80c4-00ed40513d32","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:25:b7","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-80e8bf64-1fd7-46e3-896f-0c72c7838acd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.2"}],"id":"b4c2fb16-26af-4702-8a9f-6b57d569149e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:77:31","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-80e8bf64-1fd7-46e3-896f-0c72c7838acd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.3"}],"id":"f6a026bf-84e9-446f-8502-c82ed1e387fc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:7b:dc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-80e8bf64-1fd7-46e3-896f-0c72c7838acd"}]} 2018-10-06 03:29:27,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-1219a331-e702-4586-8ff2-9bd0ac2b5687 2018-10-06 03:29:27,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/db68aa6a-7323-4408-93ad-081d2226fa1e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:27,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29: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-b679c37d-fe21-4e9e-a265-30045157ae34 x-compute-request-id: req-b679c37d-fe21-4e9e-a265-30045157ae34 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:98:2a", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:98:2a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/db68aa6a-7323-4408-93ad-081d2226fa1e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/db68aa6a-7323-4408-93ad-081d2226fa1e", "rel": "bookmark"}], "image": {"id": "a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "links": [{"href": "http://172.30.9.29:8774/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-10-06T03:29:14.000000", "flavor": {"id": "d9180d03-3d8f-4d5d-ae47-369c01910ad2", "links": [{"href": "http://172.30.9.29:8774/flavors/d9180d03-3d8f-4d5d-ae47-369c01910ad2", "rel": "bookmark"}]}, "id": "db68aa6a-7323-4408-93ad-081d2226fa1e", "security_groups": [{"name": "security_group_name"}], "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:29:19Z", "hostId": "33aded1c30659b2abff95f5a231cd674a4384cb71474b2fbf4d2d7e7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "created": "2018-10-06T03:29:09Z", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:29:27,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/db68aa6a-7323-4408-93ad-081d2226fa1e used request id req-b679c37d-fe21-4e9e-a265-30045157ae34 2018-10-06 03:29:27,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-729d9234-8737-4fdb-8a05-e240d4dad0a0 Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":58,"ipv4_address_scope":null,"shared":false,"project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","subnets":["cf96a0df-f2ab-4046-87a0-bb0db25db242"],"description":"","tags":[],"updated_at":"2018-10-06T03:29:03Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net","admin_state_up":true,"tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:01Z","provider:network_type":"vxlan"}]} 2018-10-06 03:29:28,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net used request id req-729d9234-8737-4fdb-8a05-e240d4dad0a0 2018-10-06 03:29:28,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61efddde-d9ed-4b46-9e93-8d2db671fa7b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:29:28,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-61efddde-d9ed-4b46-9e93-8d2db671fa7b 2018-10-06 03:29:28,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ed91f16d-b314-475f-b41a-f40effeafba9 Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","dns_nameservers":[],"updated_at":"2018-10-06T03:29:03Z","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":"e4e4dbc1765f472bbf0303a7f0b4a801","id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet"}]} 2018-10-06 03:29:28,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-ed91f16d-b314-475f-b41a-f40effeafba9 2018-10-06 03:29:28,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-72ace335-ee2a-48cb-ad3c-74686d25e16e Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.9"}],"id":"00d23882-0068-4761-8ec0-5a06b482b24e","security_groups":["63aa992d-5566-4d57-8814-7864632ae9da"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:98:2a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack-port1-5cecq72rkxfp","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:06Z","binding:vnic_type":"normal","device_id":"db68aa6a-7323-4408-93ad-081d2226fa1e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.1"}],"id":"41bfbbee-27c5-41ba-91f0-445ec11e5c83","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:ba:98","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:10Z","binding:vnic_type":"normal","device_id":"b498ff5f-6683-4bec-b953-071385633d58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.8"}],"id":"6d0bf176-c0af-4241-9e26-88567c6848db","security_groups":["d50e67e3-7b62-472c-a38d-cd3964133c90"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:b2:5a","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:08Z","binding:vnic_type":"normal","device_id":"f1539ecb-69b9-4e40-82b5-b18c43044ff8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.4"}],"id":"91aaffb5-6e7d-4c4e-80c4-00ed40513d32","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:25:b7","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-80e8bf64-1fd7-46e3-896f-0c72c7838acd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.2"}],"id":"b4c2fb16-26af-4702-8a9f-6b57d569149e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:77:31","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-80e8bf64-1fd7-46e3-896f-0c72c7838acd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:29:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf96a0df-f2ab-4046-87a0-bb0db25db242","ip_address":"10.1.2.3"}],"id":"f6a026bf-84e9-446f-8502-c82ed1e387fc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:7b:dc","project_id":"e4e4dbc1765f472bbf0303a7f0b4a801","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"80e8bf64-1fd7-46e3-896f-0c72c7838acd","tenant_id":"e4e4dbc1765f472bbf0303a7f0b4a801","created_at":"2018-10-06T03:29:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-80e8bf64-1fd7-46e3-896f-0c72c7838acd"}]} 2018-10-06 03:29:28,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=80e8bf64-1fd7-46e3-896f-0c72c7838acd used request id req-72ace335-ee2a-48cb-ad3c-74686d25e16e 2018-10-06 03:29:28,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:28 GMT Server: Apache x-openstack-request-id: req-26aa7271-b76d-4af0-9779-300143ee20c3 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:28,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:28 GMT Server: Apache x-openstack-request-id: req-e8c08ab3-9836-4331-9e8d-3dcaaae5c5a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1045 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d5696082-7873-4d33-a4e4-1bbc0fa4084e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d9180d03-3d8f-4d5d-ae47-369c01910ad2", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "80e8bf64-1fd7-46e3-896f-0c72c7838acd", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63aa992d-5566-4d57-8814-7864632ae9da", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a1b566ec-bee7-4a44-9e1f-eb73bbcaa053", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58:subnet_id=cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cf96a0df-f2ab-4046-87a0-bb0db25db242", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b498ff5f-6683-4bec-b953-071385633d58", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "00d23882-0068-4761-8ec0-5a06b482b24e", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1539ecb-69b9-4e40-82b5-b18c43044ff8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T03:28:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:28:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "db68aa6a-7323-4408-93ad-081d2226fa1e", "resource_type": "OS::Nova::Server"}]} 2018-10-06 03:29:28,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220/resources used request id req-e8c08ab3-9836-4331-9e8d-3dcaaae5c5a1 2018-10-06 03:29:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a59ebf50-9dc6-4483-a5f6-4cd351e259c6 Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "metadata": {}}], "self": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "min_disk": 0, "protected": false, "id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "file": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:29:28,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 used request id req-a59ebf50-9dc6-4483-a5f6-4cd351e259c6 2018-10-06 03:29:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d337e729-1bd8-4c71-ba11-347ba4224777 Date: Sat, 06 Oct 2018 03:29: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", "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-10-06 03:29:28,747 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d337e729-1bd8-4c71-ba11-347ba4224777 2018-10-06 03:29:28,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-57db2af3-a0dd-4c74-9c45-8b080b71cf83 Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "metadata": {}}], "self": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96", "min_disk": 0, "protected": false, "id": "149cee37-8162-4e37-b4e1-4b5db1d96b96", "file": "/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/149cee37-8162-4e37-b4e1-4b5db1d96b96/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:29:28,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 used request id req-57db2af3-a0dd-4c74-9c45-8b080b71cf83 2018-10-06 03:29:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a41d2f40-0756-4295-9164-1d4f9daa0b21 Date: Sat, 06 Oct 2018 03:29:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:28:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:28:51Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "metadata": {}}], "self": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "min_disk": 0, "protected": false, "id": "a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb", "file": "/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e4e4dbc1765f472bbf0303a7f0b4a801", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:29:28,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb used request id req-a41d2f40-0756-4295-9164-1d4f9daa0b21 2018-10-06 03:29:28,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:28,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:28 GMT Server: Apache x-openstack-request-id: req-6f3b5718-0221-4b2a-9978-c9f9c946dc28 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:29,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:28 GMT Server: Apache x-openstack-request-id: req-e0611347-973e-4697-8014-6b319e6506bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:29,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-e0611347-973e-4697-8014-6b319e6506bc 2018-10-06 03:29:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:29,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-b3a312dc-4938-43d1-9da2-e7d995c46199 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:29,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-88db55b3-0a2a-4693-b72f-131f71f4b99a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAs3GvMNqbog/TvdA+SqceJwaKcRWFqjkcOwV5r09jZ8J6FxaE\nraS7CnAUM/QeYo9sdSHp0NWYBSxf5HcSNV5DVT/5MrLZmW8+8b0Xgp+ERruNiwcp\nj8dwIOhBOErIkvkp1kUb2rLlAQncxPDrKzjtNJKTY4qnsGU0LVdJel4kaQ8xG/MH\nbA51LfWVTrbl2uV8zRQlu4P/nA6VaVNd5ooMZgHvBPY1/vBclGIZMU7yOLVm1kb6\nFlvAuT58K4V8+2WVBvyPNtI4/xXo9LrVdIdMN8jnhe7kgbaWCOgWcJq/jFvB643a\nOmrEZ4iuAhSnxu0gB7JfzT4U4q5C+6mbbFZbqwIDAQABAoIBAB18c84yTdqegSuy\nmVnJBkJhZ8RXRgSHp+Tm7GzrPaliIo/CqoCiDf4UFq3G0mtdp/PDY9lmD7nh5cvz\n6PEOEUBj5731952n0w8EBGX5clHxJbwPrDutCPbPU1A9saG9Aavs5TvVo529EiLm\nd649h3TZFREJSq7Ion9E1ZUe/RqqFuSchjGRk5dJVwSOjeUJi1aG9wBQAaLIcNsI\nAXX3l9auS5JSUkKeyZiaa3MVglfS0yGh/KyH3jmApcIeW8drKJ/HB1OmoV7LxngJ\n8a0e3g+zXevFPZy5nMMbp9fAJypPjCe2YMU2Tz4gZGUWF9ONz+/P5ylkE9z1mxns\nfq+weBkCgYEA4Bggb5G24ebOnFKqqG92apMdPwXokfoS9GPcjsL7/OAw1SV/vNAp\nng83vWh3Fqn9XNnh2a9w42ME1EH1oXXLQQJHibW7pcFbzx/VHD8pIBc6pgzqjXE5\nl/fSYhKCwE78Ne0j3XGSkRPvvn+dbG3Ehky8/Jr2VO8pEjRY6Nf2dx8CgYEAzP4h\nl4qp/SM8Bv0anHg2dhcz4y8/esicSdCNEl3XqcW2bEaKW02DJ8v7UAd7tRxAxrln\nI9AYat26cjF+OJ47Z+SruWTlS6FBsJLroCzSIKfU5CQNXUUK7FDUyNlsMwEF6mLQ\nYq5KFL7XX0AJDQyGxfR9jcPUhWyCH11rvExFRfUCgYEAxM0Ld0/9z2hWnLyQuXmi\nAjiOn7F9rO10xgIJSar9h/gPirDy/IvHcNMmfYYHx/Sj2G5UxUspFdj4/burjw+W\n39Gzp8HdONWV3lGzY6ooYNFlpTyEpJECJm7y6UQeZes33dgT/j7mm9hpXOBQDVBd\nHiC4fBNPMAoVBLLKPjqjbbsCgYEAiUYZWrD5+tFQjmGKI4QA/H23OojWWrPirS+i\neM0s8by717A5UMEMdmcL6WDJf9PmsO1RW1MsNsw64eOw4dtcbstcD++3+TiIk+Uf\nMwkwwbuCPjDCXlYw5WWPyNyIr3Mc8gOwBpUueMv/0AJCzWE5E3ERbxDXzW2Hidd2\noQb2UM0CgYEAym1Om0EL63CdZtJ28vYPP8zlfIxwl47wrFr17H0wnwDN6A1Y9iZ2\nf0H/2Db5dzByX02KNfqe7vnfDsFpeCLUlPozNG/+p4YFMKfQLrY7tHTPziFL+K6I\nNcQWY3ErXn7136oTTjw65kHFAkuLHH8J3b39X4j1mIvf+aFTw5lUxJA=\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-10-06 03:29:29,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-88db55b3-0a2a-4693-b72f-131f71f4b99a 2018-10-06 03:29:29,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:29,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-99a69889-c851-47f0-bef8-446275dc3477 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:29,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-db5b69a0-8eeb-4b1f-adde-720cf3212ad0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:29:29,538 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-db5b69a0-8eeb-4b1f-adde-720cf3212ad0 2018-10-06 03:29:29,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:29,724 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-a660fbd4-7a40-42ba-83cc-8523ec6f464a Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:29,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:29 GMT Server: Apache x-openstack-request-id: req-d1ae9268-fac9-40b1-8979-8dcfd76617be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "stack_status_reason": "Stack DELETE started", "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-10-06 03:29:29,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-d1ae9268-fac9-40b1-8979-8dcfd76617be 2018-10-06 03:29:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:32,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:32 GMT Server: Apache x-openstack-request-id: req-b17eb1cd-9699-4997-a7c5-5863a92bbed9 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:33,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:32 GMT Server: Apache x-openstack-request-id: req-8d1f7068-fa40-4f0e-b7c2-a1929747df86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "stack_status_reason": "Stack DELETE started", "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-10-06 03:29:33,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-8d1f7068-fa40-4f0e-b7c2-a1929747df86 2018-10-06 03:29:36,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:36,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:36 GMT Server: Apache x-openstack-request-id: req-28498eba-4cdd-4f4d-8506-efdd153932bc Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:36,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:36 GMT Server: Apache x-openstack-request-id: req-46a57997-d8e7-410f-a01e-ab9b2e5913ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "stack_status_reason": "Stack DELETE started", "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-10-06 03:29:36,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-46a57997-d8e7-410f-a01e-ab9b2e5913ed 2018-10-06 03:29:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:39,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:39 GMT Server: Apache x-openstack-request-id: req-f101e2b5-de4e-42e5-b3fd-3ae23874392f Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:40,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:39 GMT Server: Apache x-openstack-request-id: req-e32141e9-786e-491e-a27d-110c3da99a78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "stack_status_reason": "Stack DELETE started", "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-10-06 03:29:40,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-e32141e9-786e-491e-a27d-110c3da99a78 2018-10-06 03:29:43,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:43,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:43 GMT Server: Apache x-openstack-request-id: req-33f797a4-a54e-431f-88ce-e3d76b46d89d Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:43,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:43 GMT Server: Apache x-openstack-request-id: req-c9f098bb-c2b2-42f7-a3dd-448b98df80b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "stack_status_reason": "Stack DELETE started", "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-10-06 03:29:43,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-c9f098bb-c2b2-42f7-a3dd-448b98df80b0 2018-10-06 03:29:46,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/8ead6d38-99b0-4dd0-9cec-39a40a317220 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25436d97b38051e6e8bb6979e91d9151596d8ca6" 2018-10-06 03:29:46,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:46 GMT Server: Apache x-openstack-request-id: req-c7c80858-7b0e-4411-b776-bc3899a72733 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:46,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:46 GMT Server: Apache x-openstack-request-id: req-0c0a1961-ff4c-4550-8eb1-4562c3808703 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 692 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": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor2", "OS::project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "OS::stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-subnet", "net_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1"}, "deletion_time": "2018-10-06T03:29:44Z", "stack_name": "HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack", "stack_user_project_id": "87904e78642a415fb3e5dac92c26afb8", "tags": null, "creation_time": "2018-10-06T03:28:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T03:29:29Z", "id": "8ead6d38-99b0-4dd0-9cec-39a40a317220", "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-10-06 03:29:46,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-stack/8ead6d38-99b0-4dd0-9cec-39a40a317220 used request id req-0c0a1961-ff4c-4550-8eb1-4562c3808703 2018-10-06 03:29:46,610 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image1 2018-10-06 03:29:46,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b03ac1bf2d1df8ab92a9cd41a8bdf1f3d1517973" 2018-10-06 03:29:47,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b412f591-c6da-40e6-bd7f-60e881ac35b3 Date: Sat, 06 Oct 2018 03:29:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:29:47,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a33419ee-62ef-4d8e-a0fb-33abfd8ca4fb used request id req-b412f591-c6da-40e6-bd7f-60e881ac35b3 2018-10-06 03:29:47,717 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-2459bd79-9d4f-43f2-bd27-e3ce3357670d-image2 2018-10-06 03:29:47,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2738947c611c2d3ad38bd55a80bae310b882af8d" 2018-10-06 03:29:48,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce9c90b3-98e0-4f09-aa03-baffb493022b Date: Sat, 06 Oct 2018 03:29:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:29:48,999 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/149cee37-8162-4e37-b4e1-4b5db1d96b96 used request id req-ce9c90b3-98e0-4f09-aa03-baffb493022b 2018-10-06 03:29:49,002 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:29:49,002 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:29:49,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:29:49,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["mpTBOg4fSxSBJ20u2bh1CA"], "issued_at": "2018-10-06T03:29:49.000000Z"}} 2018-10-06 03:29:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" -d '{"stack_name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-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-10-06 03:29:51,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:29:49 GMT Server: Apache x-openstack-request-id: req-13764757-d374-4af4-8160-b6bab212f2f0 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "rel": "self"}]}} 2018-10-06 03:29:51,535 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-13764757-d374-4af4-8160-b6bab212f2f0 2018-10-06 03:29:51,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" 2018-10-06 03:29:51,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:51 GMT Server: Apache x-openstack-request-id: req-16333073-0d3c-4814-b229-e8bdb323c471 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:51,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:51 GMT Server: Apache x-openstack-request-id: req-5b8755d0-ff1b-4d06-beff-b559211d92b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 505 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "OS::stack_name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack", "stack_user_project_id": "025f47dfc94646e89fe00b2ef43add66", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:29:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 03:29:51,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa used request id req-5b8755d0-ff1b-4d06-beff-b559211d92b3 2018-10-06 03:29:51,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" 2018-10-06 03:29:52,130 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:51 GMT Server: Apache x-openstack-request-id: req-aaad3f34-64a0-42c6-ac08-d3006971e6f5 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:52,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache x-openstack-request-id: req-8d4da482-2680-4412-a62c-0d854fbedbb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "OS::stack_name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack", "stack_user_project_id": "025f47dfc94646e89fe00b2ef43add66", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:29:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 03:29:52,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa used request id req-8d4da482-2680-4412-a62c-0d854fbedbb7 2018-10-06 03:29:52,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" 2018-10-06 03:29:52,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache x-openstack-request-id: req-47d1c63a-0b18-4d3d-89f0-ef8a1820ceb5 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:52,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache x-openstack-request-id: req-637b8903-fe56-4985-b5b8-763053858973 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.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-06T03:29:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:29:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6f153bf5-dd61-4cbe-9854-4a0be41bdcfe", "resource_type": "OS::Nova::Flavor"}]} 2018-10-06 03:29:52,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa/resources used request id req-637b8903-fe56-4985-b5b8-763053858973 2018-10-06 03:29:52,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/6f153bf5-dd61-4cbe-9854-4a0be41bdcfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" 2018-10-06 03:29:52,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a27e740d-06af-426e-9e27-441697397e7d x-compute-request-id: req-a27e740d-06af-426e-9e27-441697397e7d Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6f153bf5-dd61-4cbe-9854-4a0be41bdcfe", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6f153bf5-dd61-4cbe-9854-4a0be41bdcfe", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "6f153bf5-dd61-4cbe-9854-4a0be41bdcfe", "name": "HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack-flavor-blfkfep4ba46", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:29:52,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/6f153bf5-dd61-4cbe-9854-4a0be41bdcfe used request id req-a27e740d-06af-426e-9e27-441697397e7d 2018-10-06 03:29:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4d89467f412517a827921aa65da52138c75d47" 2018-10-06 03:29:52,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache x-openstack-request-id: req-82851ecc-252f-4241-b64e-f91fb2e2b229 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:53,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:29:52 GMT Server: Apache x-openstack-request-id: req-5e6395e6-7455-4d62-a9c5-1ceb7595745f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:29:53,176 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsFlavorTests-1e34d843-e1d6-41b2-b7fa-6c64f265079d-stack/fed2cfcb-dcb2-4e26-ae6d-c6886c733ffa used request id req-5e6395e6-7455-4d62-a9c5-1ceb7595745f 2018-10-06 03:29:53,177 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:29:53,178 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:29:53,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:29:53,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["OtWdxh4bQ-O8j8-Cpkl5Hw"], "issued_at": "2018-10-06T03:29:53.000000Z"}} 2018-10-06 03:29:53,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" -d '{"stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-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": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp"}}' 2018-10-06 03:29:55,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:29:53 GMT Server: Apache x-openstack-request-id: req-cdbfe1c7-9267-4bab-a7ed-5b63d403011c Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "rel": "self"}]}} 2018-10-06 03:29:55,273 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-cdbfe1c7-9267-4bab-a7ed-5b63d403011c 2018-10-06 03:29:55,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:55,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:55 GMT Server: Apache x-openstack-request-id: req-9b05c03d-716e-490e-9fd1-7ff1f4f621fc Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:55,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:55 GMT Server: Apache x-openstack-request-id: req-f15f4ef0-9de5-4203-a70f-be05f616d4e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1897 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "OS::stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "keypair_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "stack_user_project_id": "6752664118c445cebbe91fe052fd7df8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:29:54Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA27ebNevvTSUxq0OQXcynojoPuAI1DMLpEIv2F0RVANHJBgoZ\nrdea+CtcC9qpufxUZ7+X7VbkRK3wWDOnMpQ3t3TPIcNTZsRnLnWiZdJyEuGB1si0\nRLHjG1wrrlbnZowIAYYNF7Vs/ZI6lyhsWwWMb90XMdfX+5GxlL+D0tMjNY1azUWH\nTjSjyoO9UURoV3rIdMDbMa5oIKfrxJ03d5qwx1ArKWCXEJlc1qrcrQvh3LZ6MyzP\nsf/DwBh43qGSXywoltEY924VFpSQOc+t1jlMTw2L+D+7sJhxoAJFNRp0ZLVy/J3E\nl6pYo/eBwPPw5VXIN/lh34KA8QTV7LhLuPd+XQIDAQABAoIBAH1JEu4KXOgGf24D\nFr0Fx8jPhssMJyfhtHhE9syJoFbZSOFyvPXN7YX5Y4E27HUrFw4ZyA4D8CHhdR02\nRu6maaboqnu8H0CIWbW6SiH5gCaYBCtvQquxK6kcQ6Qj1cs5qg8EW07bmwx0Z4ht\n+mtknJHk5ib7xyKiDzqcghSjZH5Rz1plxqMfX1xLXZaWs0m0rYQD6YK4M0mYMGwO\nmCo+WK5F+Y/7hptnPwSvPuGmYKJ1TGZem4C7M5i3+xWHTUEC8BsiZXNDtYpNRirE\n4DZit0gIe1Sbc5gdgL3xnyskj8tmvy52hP7aehfe0rk7dUAkZZjH6wb0kfOspH43\nNQkxndkCgYEA+Rk3Mn1LT/+iVyD1hbyNhsBIU5XXWE2ITcQz+jcHB3kfsTGze7g3\n+P2WDRKrUDaqt6V5h9uhShQAcbJxdp4FAbQLVvdm9zMfyd/12/uDcBH0hKTxYp7Q\nAd370MwlzJhjn50HnguMtOhnO1I352TtzW4/p/BvonvRCm5sikfbwacCgYEA4c3/\nY+wC+NI/HRhX6jTUFHJFt3Kdw9BcCak5yrGh7mh9jvUbT++1BFqJ4zPp7ndMlh++\nh6WMVGgSd4JSiIJxY5f9a5dfd8eRwzaT6VCyEUT6NMN7qzx+n9L/gDN/NJ2Rldku\n9arEpW3fo9Sq3d3/u1hXO3uiHl7aKbVEBRD+GFsCgYEAw1ySXMfFdEVyRdE0niGm\nAaP2VY+0J64PE6aoeToFCkhloavwLzzosR/5OeGFeFCXjZZ6/SE0mwua2ZDwye3e\n0VoqdpdsKr3u1X4PrerRR+jdE9bk9crGKmC16SjjEFYH9BvM6Jf4T73hkLXH4HPY\nyYAI7qZ0d0OSTBMUj1MSOAsCgYADljMVUj1l2GkaPDXBSZ+Ix5vl4xMwdhHQMXjy\niEnLMKu15pzNc0BL1mhUTJHNsOVtiQmMvAtzl8ebUF2hP3kvnM1wtRHWJDxjfm1x\nClAZyB+1UNmZCbf1L/PRBIBjxJD4cV+2lUTUX99qiclBBvK19hxEnJ0hoF4UxYVU\nE0YF+wKBgG58K4iIC6lXMGHQvBDtA2UftBR6MHQwCO520X+6YmwrNCuShrnbqYNY\nqG66t43B7BHvYWI4/GeoWBBzM+FYbRshnwEArhfOGbeN03k5LzEiz/iK2md9z5c1\nEGObU5j2LcVEQwh2K4y1y/VlKsN2VYDLL4IQhShYZS8fesgKJAlN\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-10-06 03:29:55,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a used request id req-f15f4ef0-9de5-4203-a70f-be05f616d4e0 2018-10-06 03:29:55,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:55,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:55 GMT Server: Apache x-openstack-request-id: req-fec2048e-e5fa-492e-98a4-e752355d3af1 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:56,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:55 GMT Server: Apache x-openstack-request-id: req-28b21da6-6ffb-4458-b433-1a648be1f687 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "OS::stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "keypair_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "stack_user_project_id": "6752664118c445cebbe91fe052fd7df8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:29:54Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA27ebNevvTSUxq0OQXcynojoPuAI1DMLpEIv2F0RVANHJBgoZ\nrdea+CtcC9qpufxUZ7+X7VbkRK3wWDOnMpQ3t3TPIcNTZsRnLnWiZdJyEuGB1si0\nRLHjG1wrrlbnZowIAYYNF7Vs/ZI6lyhsWwWMb90XMdfX+5GxlL+D0tMjNY1azUWH\nTjSjyoO9UURoV3rIdMDbMa5oIKfrxJ03d5qwx1ArKWCXEJlc1qrcrQvh3LZ6MyzP\nsf/DwBh43qGSXywoltEY924VFpSQOc+t1jlMTw2L+D+7sJhxoAJFNRp0ZLVy/J3E\nl6pYo/eBwPPw5VXIN/lh34KA8QTV7LhLuPd+XQIDAQABAoIBAH1JEu4KXOgGf24D\nFr0Fx8jPhssMJyfhtHhE9syJoFbZSOFyvPXN7YX5Y4E27HUrFw4ZyA4D8CHhdR02\nRu6maaboqnu8H0CIWbW6SiH5gCaYBCtvQquxK6kcQ6Qj1cs5qg8EW07bmwx0Z4ht\n+mtknJHk5ib7xyKiDzqcghSjZH5Rz1plxqMfX1xLXZaWs0m0rYQD6YK4M0mYMGwO\nmCo+WK5F+Y/7hptnPwSvPuGmYKJ1TGZem4C7M5i3+xWHTUEC8BsiZXNDtYpNRirE\n4DZit0gIe1Sbc5gdgL3xnyskj8tmvy52hP7aehfe0rk7dUAkZZjH6wb0kfOspH43\nNQkxndkCgYEA+Rk3Mn1LT/+iVyD1hbyNhsBIU5XXWE2ITcQz+jcHB3kfsTGze7g3\n+P2WDRKrUDaqt6V5h9uhShQAcbJxdp4FAbQLVvdm9zMfyd/12/uDcBH0hKTxYp7Q\nAd370MwlzJhjn50HnguMtOhnO1I352TtzW4/p/BvonvRCm5sikfbwacCgYEA4c3/\nY+wC+NI/HRhX6jTUFHJFt3Kdw9BcCak5yrGh7mh9jvUbT++1BFqJ4zPp7ndMlh++\nh6WMVGgSd4JSiIJxY5f9a5dfd8eRwzaT6VCyEUT6NMN7qzx+n9L/gDN/NJ2Rldku\n9arEpW3fo9Sq3d3/u1hXO3uiHl7aKbVEBRD+GFsCgYEAw1ySXMfFdEVyRdE0niGm\nAaP2VY+0J64PE6aoeToFCkhloavwLzzosR/5OeGFeFCXjZZ6/SE0mwua2ZDwye3e\n0VoqdpdsKr3u1X4PrerRR+jdE9bk9crGKmC16SjjEFYH9BvM6Jf4T73hkLXH4HPY\nyYAI7qZ0d0OSTBMUj1MSOAsCgYADljMVUj1l2GkaPDXBSZ+Ix5vl4xMwdhHQMXjy\niEnLMKu15pzNc0BL1mhUTJHNsOVtiQmMvAtzl8ebUF2hP3kvnM1wtRHWJDxjfm1x\nClAZyB+1UNmZCbf1L/PRBIBjxJD4cV+2lUTUX99qiclBBvK19hxEnJ0hoF4UxYVU\nE0YF+wKBgG58K4iIC6lXMGHQvBDtA2UftBR6MHQwCO520X+6YmwrNCuShrnbqYNY\nqG66t43B7BHvYWI4/GeoWBBzM+FYbRshnwEArhfOGbeN03k5LzEiz/iK2md9z5c1\nEGObU5j2LcVEQwh2K4y1y/VlKsN2VYDLL4IQhShYZS8fesgKJAlN\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-10-06 03:29:56,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a used request id req-28b21da6-6ffb-4458-b433-1a648be1f687 2018-10-06 03:29:56,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:56,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:56 GMT Server: Apache x-openstack-request-id: req-c5b6011d-9e28-4cad-b379-3d70f35d31a9 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:56,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:56 GMT Server: Apache x-openstack-request-id: req-dbaaee13-bfe5-4f52-a2f2-0a28f7c633d6 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.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T03:29:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:29:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-06 03:29:56,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a/resources used request id req-dbaaee13-bfe5-4f52-a2f2-0a28f7c633d6 2018-10-06 03:29:56,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:56,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29: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-238cf2cd-7f6e-49d3-9da9-3095856af10b x-compute-request-id: req-238cf2cd-7f6e-49d3-9da9-3095856af10b Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbt5s16+9NJTGrQ5BdzKeiOg+4AjUMwukQi/YXRFUA0ckGChmt15r4K1wL2qm5/FRnv5ftVuRErfBYM6cylDe3dM8hw1NmxGcudaJl0nIS4YHWyLREseMbXCuuVudmjAgBhg0XtWz9kjqXKGxbBYxv3Rcx19f7kbGUv4PS0yM1jVrNRYdONKPKg71RRGhXesh0wNsxrmggp+vEnTd3mrDHUCspYJcQmVzWqtytC+HctnozLM+x/8PAGHjeoZJfLCiW0Rj3bhUWlJA5z63WOUxPDYv4P7uwmHGgAkU1GnRktXL8ncSXqlij94HA8/DlVcg3+WHfgoDxBNXsuEu4935d Generated-by-Nova", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp", "deleted": false, "created_at": "2018-10-06T03:29:55.000000", "updated_at": null, "fingerprint": "1d:91:d7:18:fe:75:ea:37:57:60:1d:dc:6d:64:4e:96", "deleted_at": null, "id": 14}} 2018-10-06 03:29:56,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp used request id req-238cf2cd-7f6e-49d3-9da9-3095856af10b 2018-10-06 03:29:56,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:56,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:56 GMT Server: Apache x-openstack-request-id: req-ad8d80c4-dfb9-41e1-9fa9-3a61dd3f93c9 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:56,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:56 GMT Server: Apache x-openstack-request-id: req-f8b73d51-839e-4509-91c6-2e0fad57cac1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "OS::stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "keypair_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack", "stack_user_project_id": "6752664118c445cebbe91fe052fd7df8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:29:54Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "430eb784-29c6-4481-a4e1-f1ccbbc5cd3a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA27ebNevvTSUxq0OQXcynojoPuAI1DMLpEIv2F0RVANHJBgoZ\nrdea+CtcC9qpufxUZ7+X7VbkRK3wWDOnMpQ3t3TPIcNTZsRnLnWiZdJyEuGB1si0\nRLHjG1wrrlbnZowIAYYNF7Vs/ZI6lyhsWwWMb90XMdfX+5GxlL+D0tMjNY1azUWH\nTjSjyoO9UURoV3rIdMDbMa5oIKfrxJ03d5qwx1ArKWCXEJlc1qrcrQvh3LZ6MyzP\nsf/DwBh43qGSXywoltEY924VFpSQOc+t1jlMTw2L+D+7sJhxoAJFNRp0ZLVy/J3E\nl6pYo/eBwPPw5VXIN/lh34KA8QTV7LhLuPd+XQIDAQABAoIBAH1JEu4KXOgGf24D\nFr0Fx8jPhssMJyfhtHhE9syJoFbZSOFyvPXN7YX5Y4E27HUrFw4ZyA4D8CHhdR02\nRu6maaboqnu8H0CIWbW6SiH5gCaYBCtvQquxK6kcQ6Qj1cs5qg8EW07bmwx0Z4ht\n+mtknJHk5ib7xyKiDzqcghSjZH5Rz1plxqMfX1xLXZaWs0m0rYQD6YK4M0mYMGwO\nmCo+WK5F+Y/7hptnPwSvPuGmYKJ1TGZem4C7M5i3+xWHTUEC8BsiZXNDtYpNRirE\n4DZit0gIe1Sbc5gdgL3xnyskj8tmvy52hP7aehfe0rk7dUAkZZjH6wb0kfOspH43\nNQkxndkCgYEA+Rk3Mn1LT/+iVyD1hbyNhsBIU5XXWE2ITcQz+jcHB3kfsTGze7g3\n+P2WDRKrUDaqt6V5h9uhShQAcbJxdp4FAbQLVvdm9zMfyd/12/uDcBH0hKTxYp7Q\nAd370MwlzJhjn50HnguMtOhnO1I352TtzW4/p/BvonvRCm5sikfbwacCgYEA4c3/\nY+wC+NI/HRhX6jTUFHJFt3Kdw9BcCak5yrGh7mh9jvUbT++1BFqJ4zPp7ndMlh++\nh6WMVGgSd4JSiIJxY5f9a5dfd8eRwzaT6VCyEUT6NMN7qzx+n9L/gDN/NJ2Rldku\n9arEpW3fo9Sq3d3/u1hXO3uiHl7aKbVEBRD+GFsCgYEAw1ySXMfFdEVyRdE0niGm\nAaP2VY+0J64PE6aoeToFCkhloavwLzzosR/5OeGFeFCXjZZ6/SE0mwua2ZDwye3e\n0VoqdpdsKr3u1X4PrerRR+jdE9bk9crGKmC16SjjEFYH9BvM6Jf4T73hkLXH4HPY\nyYAI7qZ0d0OSTBMUj1MSOAsCgYADljMVUj1l2GkaPDXBSZ+Ix5vl4xMwdhHQMXjy\niEnLMKu15pzNc0BL1mhUTJHNsOVtiQmMvAtzl8ebUF2hP3kvnM1wtRHWJDxjfm1x\nClAZyB+1UNmZCbf1L/PRBIBjxJD4cV+2lUTUX99qiclBBvK19hxEnJ0hoF4UxYVU\nE0YF+wKBgG58K4iIC6lXMGHQvBDtA2UftBR6MHQwCO520X+6YmwrNCuShrnbqYNY\nqG66t43B7BHvYWI4/GeoWBBzM+FYbRshnwEArhfOGbeN03k5LzEiz/iK2md9z5c1\nEGObU5j2LcVEQwh2K4y1y/VlKsN2VYDLL4IQhShYZS8fesgKJAlN\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-10-06 03:29:56,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a used request id req-f8b73d51-839e-4509-91c6-2e0fad57cac1 2018-10-06 03:29:56,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:56,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29: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-f25b009c-1c90-418a-b1aa-541618b1c0b3 x-compute-request-id: req-f25b009c-1c90-418a-b1aa-541618b1c0b3 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbt5s16+9NJTGrQ5BdzKeiOg+4AjUMwukQi/YXRFUA0ckGChmt15r4K1wL2qm5/FRnv5ftVuRErfBYM6cylDe3dM8hw1NmxGcudaJl0nIS4YHWyLREseMbXCuuVudmjAgBhg0XtWz9kjqXKGxbBYxv3Rcx19f7kbGUv4PS0yM1jVrNRYdONKPKg71RRGhXesh0wNsxrmggp+vEnTd3mrDHUCspYJcQmVzWqtytC+HctnozLM+x/8PAGHjeoZJfLCiW0Rj3bhUWlJA5z63WOUxPDYv4P7uwmHGgAkU1GnRktXL8ncSXqlij94HA8/DlVcg3+WHfgoDxBNXsuEu4935d Generated-by-Nova", "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "name": "HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp", "deleted": false, "created_at": "2018-10-06T03:29:55.000000", "updated_at": null, "fingerprint": "1d:91:d7:18:fe:75:ea:37:57:60:1d:dc:6d:64:4e:96", "deleted_at": null, "id": 14}} 2018-10-06 03:29:56,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-kp used request id req-f25b009c-1c90-418a-b1aa-541618b1c0b3 2018-10-06 03:29:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e792a06f65dcae5c9750aeaf28fcc0f20cbd902d" 2018-10-06 03:29:57,587 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:56 GMT Server: Apache x-openstack-request-id: req-a9f4c6c9-16f9-479c-8261-919af32d358f Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:57,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:29:57 GMT Server: Apache x-openstack-request-id: req-39395135-a79e-4cb2-9bbc-fe49f851d873 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:29:57,629 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsKeypairTests-9042d533-f3c8-4744-ad4a-a78d43be918f-stack/430eb784-29c6-4481-a4e1-f1ccbbc5cd3a used request id req-39395135-a79e-4cb2-9bbc-fe49f851d873 2018-10-06 03:29:57,630 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 03:29:57,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:29:58,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["quIIApVgQHyR3surnX0enQ"], "issued_at": "2018-10-06T03:29:58.000000Z"}} 2018-10-06 03:29:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" -d '{"stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-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": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-sec-grp"}}' 2018-10-06 03:29:59,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:29:58 GMT Server: Apache x-openstack-request-id: req-8bfb2b5e-fe92-4d6c-a247-77b08f17e59b Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac", "rel": "self"}]}} 2018-10-06 03:29:59,494 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks used request id req-8bfb2b5e-fe92-4d6c-a247-77b08f17e59b 2018-10-06 03:29:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/6f75a5b4-1362-4072-bae6-78168cc3c3ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:29:59,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:59 GMT Server: Apache x-openstack-request-id: req-1c0f5722-ca6a-433c-a8bf-d9045f748315 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:29:59,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:59 GMT Server: Apache x-openstack-request-id: req-aabd0acf-3897-4ee2-a41e-60fd3f877ece Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "OS::stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "stack_user_project_id": "033a5a57c9404a99ba5f5e6c46015fb0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:29:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 03:29:59,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac used request id req-aabd0acf-3897-4ee2-a41e-60fd3f877ece 2018-10-06 03:29:59,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/6f75a5b4-1362-4072-bae6-78168cc3c3ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:29:59,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:29:59 GMT Server: Apache x-openstack-request-id: req-3186ebf4-78c4-4b36-a128-b69a48327166 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:30:00,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:29:59 GMT Server: Apache x-openstack-request-id: req-124cb8d4-b199-49d9-9cf6-77c80c70672e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "OS::stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "stack_user_project_id": "033a5a57c9404a99ba5f5e6c46015fb0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T03:29:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 03:30:00,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac used request id req-124cb8d4-b199-49d9-9cf6-77c80c70672e 2018-10-06 03:30:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/6f75a5b4-1362-4072-bae6-78168cc3c3ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:30:03,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-294cb2fc-bcb9-441e-98d1-1cba9553b6ac Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:30:03,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-4fe07c83-1377-40b5-af0a-3e7d6d19ee04 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": "e4e4dbc1765f472bbf0303a7f0b4a801", "OS::stack_id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "OS::stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack", "stack_user_project_id": "033a5a57c9404a99ba5f5e6c46015fb0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T03:29:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6f75a5b4-1362-4072-bae6-78168cc3c3ac", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 03:30:03,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac used request id req-4fe07c83-1377-40b5-af0a-3e7d6d19ee04 2018-10-06 03:30:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/6f75a5b4-1362-4072-bae6-78168cc3c3ac/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:30:03,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-5c81f3ba-ceec-4fa4-b13c-a4c3a305f26d Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:30:03,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-d7457582-c50e-4a8b-b3ee-0531b58d70d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T03:29:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T03:29:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-06 03:30:03,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac/resources used request id req-d7457582-c50e-4a8b-b3ee-0531b58d70d3 2018-10-06 03:30:03,564 - neutron_utils - INFO - Retrieving security group with ID - ffb7d73a-7826-4566-add8-f879dfd0a6cd 2018-10-06 03:30:03,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=ffb7d73a-7826-4566-add8-f879dfd0a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:30:03,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-b2836b9d-d170-4cbb-9ef8-208cd6569829 Date: Sat, 06 Oct 2018 03:30:03 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:29:59Z", "updated_at": "2018-10-06T03:30:01Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T03:30:01Z", "revision_number": 0, "id": "152d5d3d-966f-4081-a6de-0db779dca1ea", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T03:30:01Z", "security_group_id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:30:01Z", "revision_number": 0, "id": "dea57257-26e1-4a15-a317-308472c5f4e7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T03:30:01Z", "security_group_id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 6, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "name": "HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-sec-grp"}]} 2018-10-06 03:30:03,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=ffb7d73a-7826-4566-add8-f879dfd0a6cd used request id req-b2836b9d-d170-4cbb-9ef8-208cd6569829 2018-10-06 03:30:03,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb7d73a-7826-4566-add8-f879dfd0a6cd 2018-10-06 03:30:03,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ffb7d73a-7826-4566-add8-f879dfd0a6cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:30:03,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-28e19b5f-db71-4c17-a607-8096168bc17d Date: Sat, 06 Oct 2018 03:30:03 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-10-06T03:30:01Z", "security_group_id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "port_range_min": 22, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:30:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "152d5d3d-966f-4081-a6de-0db779dca1ea"}, {"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-10-06T03:30:01Z", "security_group_id": "ffb7d73a-7826-4566-add8-f879dfd0a6cd", "port_range_min": null, "revision_number": 0, "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:30:01Z", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "dea57257-26e1-4a15-a317-308472c5f4e7"}]} 2018-10-06 03:30:03,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ffb7d73a-7826-4566-add8-f879dfd0a6cd used request id req-28e19b5f-db71-4c17-a607-8096168bc17d 2018-10-06 03:30:03,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/6f75a5b4-1362-4072-bae6-78168cc3c3ac -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3faa878e3a8dfff739cbe52c714e4b34e1736021" 2018-10-06 03:30:03,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-b452f636-8405-44fb-a6ca-deb8e8e3e7d7 Location: http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 03:30:04,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:03 GMT Server: Apache x-openstack-request-id: req-7bcda5d3-39c7-4de5-9589-647998d8ca8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:04,020 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801/stacks/HeatUtilsSecurityGroupTests-0f3b4ad2-6a60-4a32-8031-91264ebf2f34-stack/6f75a5b4-1362-4072-bae6-78168cc3c3ac used request id req-7bcda5d3-39c7-4de5-9589-647998d8ca8a 2018-10-06 03:30:04,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:04,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["sjBkI0fqTWWMUgf5iQ9KGQ"], "issued_at": "2018-10-06T03:30:04.000000Z"}} 2018-10-06 03:30:04,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e4d05603b8a621b4b29a7bc0dfb5fb410897b5" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-3f6427f8-1851-4d5c-993d-5a8d125e00c2"}}' 2018-10-06 03:30:04,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:04 GMT Server: Apache x-compute-request-id: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "f755795c-46f7-44a9-9e5d-7945139ea0d5", "name": "CinderUtilsQoSTests-3f6427f8-1851-4d5c-993d-5a8d125e00c2"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5", "rel": "bookmark"}]} 2018-10-06 03:30:04,628 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a 2018-10-06 03:30:04,632 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e4d05603b8a621b4b29a7bc0dfb5fb410897b5" 2018-10-06 03:30:04,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:04 GMT Server: Apache x-compute-request-id: req-e8780250-3413-44a4-8b38-31e3834ba1da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8780250-3413-44a4-8b38-31e3834ba1da Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "f755795c-46f7-44a9-9e5d-7945139ea0d5", "name": "CinderUtilsQoSTests-3f6427f8-1851-4d5c-993d-5a8d125e00c2"}]} 2018-10-06 03:30:04,795 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-e8780250-3413-44a4-8b38-31e3834ba1da 2018-10-06 03:30:04,796 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3f6427f8-1851-4d5c-993d-5a8d125e00c2 2018-10-06 03:30:04,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e4d05603b8a621b4b29a7bc0dfb5fb410897b5" 2018-10-06 03:30:05,536 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d3ea58a2-a9d1-47c7-95a1-7ae0511be0a0 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-10-06 03:30:05,536 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5?force=False used request id req-d3ea58a2-a9d1-47c7-95a1-7ae0511be0a0 2018-10-06 03:30:05,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e4d05603b8a621b4b29a7bc0dfb5fb410897b5" 2018-10-06 03:30:05,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:05 GMT Server: Apache x-compute-request-id: req-a00e1942-661d-498a-9cd4-f02a10486669 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a00e1942-661d-498a-9cd4-f02a10486669 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 03:30:05,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-a00e1942-661d-498a-9cd4-f02a10486669 2018-10-06 03:30:05,716 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3f6427f8-1851-4d5c-993d-5a8d125e00c2 2018-10-06 03:30:05,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5855913-a0fa-4b26-ad7b-e71f264c8e7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e4d05603b8a621b4b29a7bc0dfb5fb410897b5" 2018-10-06 03:30:06,462 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a929c33b-77e8-4035-bd3d-c54accdc1e7c x-openstack-request-id: req-a929c33b-77e8-4035-bd3d-c54accdc1e7c Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec f755795c-46f7-44a9-9e5d-7945139ea0d5.", "code": 404}} 2018-10-06 03:30:06,462 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f755795c-46f7-44a9-9e5d-7945139ea0d5?force=False used request id req-a929c33b-77e8-4035-bd3d-c54accdc1e7c 2018-10-06 03:30:06,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:06,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["ntFou17lQAaZnyQslM2F8Q"], "issued_at": "2018-10-06T03:30:06.000000Z"}} 2018-10-06 03:30:06,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c40fc609cc4080908a9f3f078d5a6dfcad7a832" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-0e0568c6-efe2-4e0a-910f-588a78ec391f"}}' 2018-10-06 03:30:07,069 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:06 GMT Server: Apache x-compute-request-id: req-c7576866-c876-43e0-91db-d0a43f7bef37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7576866-c876-43e0-91db-d0a43f7bef37 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d00f409f-9f47-4358-9672-147b8e676a5b", "name": "CinderUtilsQoSTests-0e0568c6-efe2-4e0a-910f-588a78ec391f"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b", "rel": "bookmark"}]} 2018-10-06 03:30:07,070 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-c7576866-c876-43e0-91db-d0a43f7bef37 2018-10-06 03:30:07,073 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7576866-c876-43e0-91db-d0a43f7bef37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c40fc609cc4080908a9f3f078d5a6dfcad7a832" 2018-10-06 03:30:07,796 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:07 GMT Server: Apache x-compute-request-id: req-99f3a875-690c-4aa7-96d8-3628a25a0ddc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99f3a875-690c-4aa7-96d8-3628a25a0ddc Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d00f409f-9f47-4358-9672-147b8e676a5b", "name": "CinderUtilsQoSTests-0e0568c6-efe2-4e0a-910f-588a78ec391f"}]} 2018-10-06 03:30:07,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-99f3a875-690c-4aa7-96d8-3628a25a0ddc 2018-10-06 03:30:07,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7576866-c876-43e0-91db-d0a43f7bef37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c40fc609cc4080908a9f3f078d5a6dfcad7a832" 2018-10-06 03:30:07,991 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:07 GMT Server: Apache x-compute-request-id: req-a4c62702-8b76-4dbd-a8e6-91358513e432 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4c62702-8b76-4dbd-a8e6-91358513e432 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d00f409f-9f47-4358-9672-147b8e676a5b", "name": "CinderUtilsQoSTests-0e0568c6-efe2-4e0a-910f-588a78ec391f"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b", "rel": "bookmark"}]} 2018-10-06 03:30:07,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b used request id req-a4c62702-8b76-4dbd-a8e6-91358513e432 2018-10-06 03:30:07,992 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-0e0568c6-efe2-4e0a-910f-588a78ec391f 2018-10-06 03:30:07,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7576866-c876-43e0-91db-d0a43f7bef37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c40fc609cc4080908a9f3f078d5a6dfcad7a832" 2018-10-06 03:30:08,203 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dfafd490-fe10-439b-9bf1-fecc758657e9 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-10-06 03:30:08,203 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/d00f409f-9f47-4358-9672-147b8e676a5b?force=False used request id req-dfafd490-fe10-439b-9bf1-fecc758657e9 2018-10-06 03:30:08,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:08,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["DszYGPG0TCa-f970Ua1JJg"], "issued_at": "2018-10-06T03:30:08.000000Z"}} 2018-10-06 03:30:08,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0145a12194f8965bfd3fdc7a2fa5ae4990cfd633" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-6098e077-dfab-4fa1-9823-9dd089b8f196"}}' 2018-10-06 03:30:09,442 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:08 GMT Server: Apache x-compute-request-id: req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "f95e383b-dfe5-4e68-b8a0-453e71a7b070", "name": "CinderUtilsQoSTests-6098e077-dfab-4fa1-9823-9dd089b8f196"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070", "rel": "bookmark"}]} 2018-10-06 03:30:09,442 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17 2018-10-06 03:30:09,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0145a12194f8965bfd3fdc7a2fa5ae4990cfd633" 2018-10-06 03:30:10,174 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:09 GMT Server: Apache x-compute-request-id: req-8e4a44ce-52ca-43c0-9308-798a531b38a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e4a44ce-52ca-43c0-9308-798a531b38a0 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "f95e383b-dfe5-4e68-b8a0-453e71a7b070", "name": "CinderUtilsQoSTests-6098e077-dfab-4fa1-9823-9dd089b8f196"}]} 2018-10-06 03:30:10,174 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-8e4a44ce-52ca-43c0-9308-798a531b38a0 2018-10-06 03:30:10,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0145a12194f8965bfd3fdc7a2fa5ae4990cfd633" 2018-10-06 03:30:10,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:10 GMT Server: Apache x-compute-request-id: req-f8c28eae-6ad7-4202-9c5d-71360d980560 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8c28eae-6ad7-4202-9c5d-71360d980560 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "f95e383b-dfe5-4e68-b8a0-453e71a7b070", "name": "CinderUtilsQoSTests-6098e077-dfab-4fa1-9823-9dd089b8f196"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070", "rel": "bookmark"}]} 2018-10-06 03:30:10,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070 used request id req-f8c28eae-6ad7-4202-9c5d-71360d980560 2018-10-06 03:30:10,444 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6098e077-dfab-4fa1-9823-9dd089b8f196 2018-10-06 03:30:10,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e8ebe2d6-e909-4c1f-ac3d-ed356c608b17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0145a12194f8965bfd3fdc7a2fa5ae4990cfd633" 2018-10-06 03:30:10,673 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b0ec169c-7971-48e9-9a23-3d6abb024fb3 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-10-06 03:30:10,673 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/f95e383b-dfe5-4e68-b8a0-453e71a7b070?force=False used request id req-b0ec169c-7971-48e9-9a23-3d6abb024fb3 2018-10-06 03:30:10,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:11,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["qlYQYVKMR9WxNEPzDOmnAA"], "issued_at": "2018-10-06T03:30:11.000000Z"}} 2018-10-06 03:30:11,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216328765783080c9dc6950a5d12c500b4f823dd" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-21ba276c-68a1-4caf-984b-8592ca402f2c"}}' 2018-10-06 03:30:11,282 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:11 GMT Server: Apache x-compute-request-id: req-79a08dd3-6ba3-4ec6-8ae1-c75245851def OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79a08dd3-6ba3-4ec6-8ae1-c75245851def Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "2f1c31e8-ab31-4473-9735-35d829676e38", "name": "CinderUtilsQoSTests-21ba276c-68a1-4caf-984b-8592ca402f2c"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38", "rel": "bookmark"}]} 2018-10-06 03:30:11,283 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-79a08dd3-6ba3-4ec6-8ae1-c75245851def 2018-10-06 03:30:11,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79a08dd3-6ba3-4ec6-8ae1-c75245851def" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216328765783080c9dc6950a5d12c500b4f823dd" 2018-10-06 03:30:11,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:11 GMT Server: Apache x-compute-request-id: req-6b958e49-1fdb-498d-a522-da3e7a152a3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b958e49-1fdb-498d-a522-da3e7a152a3d Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "2f1c31e8-ab31-4473-9735-35d829676e38", "name": "CinderUtilsQoSTests-21ba276c-68a1-4caf-984b-8592ca402f2c"}]} 2018-10-06 03:30:11,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-6b958e49-1fdb-498d-a522-da3e7a152a3d 2018-10-06 03:30:11,471 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79a08dd3-6ba3-4ec6-8ae1-c75245851def" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216328765783080c9dc6950a5d12c500b4f823dd" 2018-10-06 03:30:11,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:11 GMT Server: Apache x-compute-request-id: req-ef888923-a922-4fdf-a2b3-3c9cda4eb185 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef888923-a922-4fdf-a2b3-3c9cda4eb185 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "2f1c31e8-ab31-4473-9735-35d829676e38", "name": "CinderUtilsQoSTests-21ba276c-68a1-4caf-984b-8592ca402f2c"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38", "rel": "bookmark"}]} 2018-10-06 03:30:11,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38 used request id req-ef888923-a922-4fdf-a2b3-3c9cda4eb185 2018-10-06 03:30:11,628 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-21ba276c-68a1-4caf-984b-8592ca402f2c 2018-10-06 03:30:11,631 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79a08dd3-6ba3-4ec6-8ae1-c75245851def" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216328765783080c9dc6950a5d12c500b4f823dd" 2018-10-06 03:30:11,853 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e972b8a2-f9a7-4f09-9ca0-05a975d9c1d7 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-10-06 03:30:11,853 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/2f1c31e8-ab31-4473-9735-35d829676e38?force=False used request id req-e972b8a2-f9a7-4f09-9ca0-05a975d9c1d7 2018-10-06 03:30:11,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:12,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["YoKEQeoXQ-q2gukOB7cr1Q"], "issued_at": "2018-10-06T03:30:12.000000Z"}} 2018-10-06 03:30:12,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:12,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6863a9fc-8417-4e67-8393-ea74eff003b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:12,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6863a9fc-8417-4e67-8393-ea74eff003b7 2018-10-06 03:30:12,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "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-10-06 03:30:12,772 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:12 GMT Server: Apache x-compute-request-id: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T03:30:12.638978", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "63059551-5da6-4512-ba3b-50a828b28db0", "size": 1}} 2018-10-06 03:30:12,772 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes used request id req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834 2018-10-06 03:30:12,776 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:12,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:12 GMT Server: Apache x-compute-request-id: req-723c3b9a-f618-4285-a0e2-a4f60bf7cc40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-723c3b9a-f618-4285-a0e2-a4f60bf7cc40 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "63059551-5da6-4512-ba3b-50a828b28db0", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "bootable": "false", "created_at": "2018-10-06T03:30:12.000000", "volume_type": null}} 2018-10-06 03:30:12,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-723c3b9a-f618-4285-a0e2-a4f60bf7cc40 2018-10-06 03:30:12,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:13,837 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:12 GMT Server: Apache x-compute-request-id: req-520a819c-6670-4bf5-87cc-bf880a6f883c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-520a819c-6670-4bf5-87cc-bf880a6f883c Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:13.000000", "replication_status": null, "snapshot_id": null, "id": "63059551-5da6-4512-ba3b-50a828b28db0", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "bootable": "false", "created_at": "2018-10-06T03:30:12.000000", "volume_type": null}} 2018-10-06 03:30:13,837 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-520a819c-6670-4bf5-87cc-bf880a6f883c 2018-10-06 03:30:13,841 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:14,039 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:13 GMT Server: Apache x-compute-request-id: req-db8b3cc1-343f-4dc2-a16c-d121d8d09e32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db8b3cc1-343f-4dc2-a16c-d121d8d09e32 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:13.000000", "replication_status": null, "snapshot_id": null, "id": "63059551-5da6-4512-ba3b-50a828b28db0", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "bootable": "false", "created_at": "2018-10-06T03:30:12.000000", "volume_type": null}]} 2018-10-06 03:30:14,039 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-db8b3cc1-343f-4dc2-a16c-d121d8d09e32 2018-10-06 03:30:14,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:30:14,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:30:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:30:14,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:14,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3773a9-c92c-45a3-a83b-da30bfaf82a7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:30:14,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-7d3773a9-c92c-45a3-a83b-da30bfaf82a7 2018-10-06 03:30:14,141 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac 2018-10-06 03:30:14,144 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:14,401 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ccdd987-4284-4985-bdde-da3455919f2a 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-10-06 03:30:14,401 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-5ccdd987-4284-4985-bdde-da3455919f2a 2018-10-06 03:30:14,404 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:14,604 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:14 GMT Server: Apache x-compute-request-id: req-0a0c667b-b184-4d41-90d9-28dcbd8489c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a0c667b-b184-4d41-90d9-28dcbd8489c8 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:14.000000", "replication_status": null, "snapshot_id": null, "id": "63059551-5da6-4512-ba3b-50a828b28db0", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac", "bootable": "false", "created_at": "2018-10-06T03:30:12.000000", "volume_type": null}} 2018-10-06 03:30:14,604 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-0a0c667b-b184-4d41-90d9-28dcbd8489c8 2018-10-06 03:30:17,611 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:17,796 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cb58a252-c410-4b0d-a5cf-abab8a625363 x-openstack-request-id: req-cb58a252-c410-4b0d-a5cf-abab8a625363 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 63059551-5da6-4512-ba3b-50a828b28db0 could not be found.", "code": 404}} 2018-10-06 03:30:17,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-cb58a252-c410-4b0d-a5cf-abab8a625363 2018-10-06 03:30:17,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:18,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:17 GMT Server: Apache x-compute-request-id: req-3b3b64a7-4a63-4b98-b8ad-f90de6b37c5e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b3b64a7-4a63-4b98-b8ad-f90de6b37c5e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 03:30:18,006 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-3b3b64a7-4a63-4b98-b8ad-f90de6b37c5e 2018-10-06 03:30:18,006 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-76322108-9ba3-4b79-92b5-2d4666094fac 2018-10-06 03:30:18,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:18,202 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-602879bd-9339-4df7-89ff-36675d8755c3 x-openstack-request-id: req-602879bd-9339-4df7-89ff-36675d8755c3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 63059551-5da6-4512-ba3b-50a828b28db0 could not be found.", "code": 404}} 2018-10-06 03:30:18,202 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-602879bd-9339-4df7-89ff-36675d8755c3 2018-10-06 03:30:18,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f9161f5b-00a0-4cf5-acb9-3f93e52b8834" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12e49aa6b4234248757f62b54be348a81a47662" 2018-10-06 03:30:18,340 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a98ab358-5e16-4433-acf5-3a656c2ebbd0 x-openstack-request-id: req-a98ab358-5e16-4433-acf5-3a656c2ebbd0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 63059551-5da6-4512-ba3b-50a828b28db0 could not be found.", "code": 404}} 2018-10-06 03:30:18,340 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/63059551-5da6-4512-ba3b-50a828b28db0 used request id req-a98ab358-5e16-4433-acf5-3a656c2ebbd0 2018-10-06 03:30:18,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:18,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["DvYaoPrHShapF8KvO249rA"], "issued_at": "2018-10-06T03:30:18.000000Z"}} 2018-10-06 03:30:18,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:18,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49ffa6b-dbed-4fdc-a42a-b670d6fb9a0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:18,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f49ffa6b-dbed-4fdc-a42a-b670d6fb9a0c 2018-10-06 03:30:18,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "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-10-06 03:30:19,129 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:18 GMT Server: Apache x-compute-request-id: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T03:30:19.049533", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1}} 2018-10-06 03:30:19,129 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes used request id req-09f1b234-2c3b-49be-8f0e-8c575878a5d5 2018-10-06 03:30:19,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:19,336 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:19 GMT Server: Apache x-compute-request-id: req-27fdc09d-bd7c-4755-8a31-abe2b78341e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27fdc09d-bd7c-4755-8a31-abe2b78341e0 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:19.000000", "replication_status": null, "snapshot_id": null, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "bootable": "false", "created_at": "2018-10-06T03:30:19.000000", "volume_type": null}} 2018-10-06 03:30:19,336 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-27fdc09d-bd7c-4755-8a31-abe2b78341e0 2018-10-06 03:30:19,339 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:19,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:19 GMT Server: Apache x-compute-request-id: req-0a997135-a1fb-4a5e-92ed-4579f2b12e3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a997135-a1fb-4a5e-92ed-4579f2b12e3a Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:19.000000", "replication_status": null, "snapshot_id": null, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "bootable": "false", "created_at": "2018-10-06T03:30:19.000000", "volume_type": null}} 2018-10-06 03:30:19,533 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-0a997135-a1fb-4a5e-92ed-4579f2b12e3a 2018-10-06 03:30:22,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:22,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:22 GMT Server: Apache x-compute-request-id: req-902fffff-4035-4ac9-a8b8-080c2fb1a468 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-902fffff-4035-4ac9-a8b8-080c2fb1a468 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:19.000000", "replication_status": null, "snapshot_id": null, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "bootable": "false", "created_at": "2018-10-06T03:30:19.000000", "volume_type": null}} 2018-10-06 03:30:22,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-902fffff-4035-4ac9-a8b8-080c2fb1a468 2018-10-06 03:30:22,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:22,953 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:22 GMT Server: Apache x-compute-request-id: req-36cecf3d-e76e-4cc8-ac4d-8c1ce74556f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36cecf3d-e76e-4cc8-ac4d-8c1ce74556f9 Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:19.000000", "replication_status": null, "snapshot_id": null, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "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": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "bootable": "false", "created_at": "2018-10-06T03:30:19.000000", "volume_type": null}]} 2018-10-06 03:30:22,953 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/detail used request id req-36cecf3d-e76e-4cc8-ac4d-8c1ce74556f9 2018-10-06 03:30:22,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:30:22,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:30:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:30:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:23,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46bb4fef-67e8-4aae-8977-db63721f4fd6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:30:23,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-46bb4fef-67e8-4aae-8977-db63721f4fd6 2018-10-06 03:30:23,062 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2 2018-10-06 03:30:23,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:23,298 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9c2eead0-229b-440e-9ed9-afd624e23732 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-10-06 03:30:23,298 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-9c2eead0-229b-440e-9ed9-afd624e23732 2018-10-06 03:30:23,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:23,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:23 GMT Server: Apache x-compute-request-id: req-4dac1f5e-5e1d-4f60-a203-824fb046a65a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dac1f5e-5e1d-4f60-a203-824fb046a65a Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T03:30:23.000000", "replication_status": null, "snapshot_id": null, "id": "cb810a07-e156-435a-afdc-b74dc92d6d11", "size": 1, "user_id": "11ac70ed76414b388ec9ef0f6d1a4d43", "os-vol-tenant-attr:tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-92e0f2d0-a30f-4de7-a0d2-24511ffcd6a2", "bootable": "false", "created_at": "2018-10-06T03:30:19.000000", "volume_type": null}} 2018-10-06 03:30:23,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-4dac1f5e-5e1d-4f60-a203-824fb046a65a 2018-10-06 03:30:26,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09f1b234-2c3b-49be-8f0e-8c575878a5d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8f6d9dc7d7481c839a449c191242983e8ece8a7" 2018-10-06 03:30:26,715 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-908d0f72-062f-4b0d-b6ac-4f75662a2fbb x-openstack-request-id: req-908d0f72-062f-4b0d-b6ac-4f75662a2fbb Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume cb810a07-e156-435a-afdc-b74dc92d6d11 could not be found.", "code": 404}} 2018-10-06 03:30:26,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/volumes/cb810a07-e156-435a-afdc-b74dc92d6d11 used request id req-908d0f72-062f-4b0d-b6ac-4f75662a2fbb 2018-10-06 03:30:26,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:27,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["6cfmdEWWRsiZZpuxN1LqLw"], "issued_at": "2018-10-06T03:30:27.000000Z"}} 2018-10-06 03:30:27,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c", "description": null}}' 2018-10-06 03:30:27,334 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:27 GMT Server: Apache x-compute-request-id: req-3efa9463-2e2b-4364-a545-89315189aa6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3efa9463-2e2b-4364-a545-89315189aa6e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "83edb9e4-0eb2-4590-9931-955270eeada6", "description": null}} 2018-10-06 03:30:27,334 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-3efa9463-2e2b-4364-a545-89315189aa6e 2018-10-06 03:30:27,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:27,514 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:27 GMT Server: Apache x-compute-request-id: req-c0c76ac6-1584-4680-860e-875b7096f0e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0c76ac6-1584-4680-860e-875b7096f0e3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "83edb9e4-0eb2-4590-9931-955270eeada6", "description": null}]} 2018-10-06 03:30:27,514 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types?is_public=None used request id req-c0c76ac6-1584-4680-860e-875b7096f0e3 2018-10-06 03:30:27,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:27,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:27 GMT Server: Apache x-compute-request-id: req-27d80eba-d89b-4803-a046-b1e4f59ace50 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27d80eba-d89b-4803-a046-b1e4f59ace50 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "83edb9e4-0eb2-4590-9931-955270eeada6", "description": null}} 2018-10-06 03:30:27,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 used request id req-27d80eba-d89b-4803-a046-b1e4f59ace50 2018-10-06 03:30:27,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:27,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:27 GMT Server: Apache x-compute-request-id: req-75d55e62-2e75-4008-9e17-20d2e0aa9fd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-75d55e62-2e75-4008-9e17-20d2e0aa9fd0 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 03:30:27,898 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6/encryption used request id req-75d55e62-2e75-4008-9e17-20d2e0aa9fd0 2018-10-06 03:30:27,899 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c 2018-10-06 03:30:27,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:28,113 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4097c5bc-f4a3-4b63-b7c2-d16946fd4057 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-10-06 03:30:28,113 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 used request id req-4097c5bc-f4a3-4b63-b7c2-d16946fd4057 2018-10-06 03:30:28,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:28,295 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c396a73f-6cd0-46bf-bafc-5e1239e2d2af x-openstack-request-id: req-c396a73f-6cd0-46bf-bafc-5e1239e2d2af Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 83edb9e4-0eb2-4590-9931-955270eeada6 could not be found.", "code": 404}} 2018-10-06 03:30:28,295 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 used request id req-c396a73f-6cd0-46bf-bafc-5e1239e2d2af 2018-10-06 03:30:28,295 - cinder_utils - INFO - Volume with ID [83edb9e4-0eb2-4590-9931-955270eeada6] does not exist 2018-10-06 03:30:28,296 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4c5123bb-006b-45cc-af7c-02be3573c16c 2018-10-06 03:30:28,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3efa9463-2e2b-4364-a545-89315189aa6e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70e45de048edc4f4c9e1331522c64e8f5ac26e84" 2018-10-06 03:30:28,489 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1d747ec4-0dea-4ea2-84a8-f696671edf29 x-openstack-request-id: req-1d747ec4-0dea-4ea2-84a8-f696671edf29 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 83edb9e4-0eb2-4590-9931-955270eeada6 could not be found.", "code": 404}} 2018-10-06 03:30:28,489 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/83edb9e4-0eb2-4590-9931-955270eeada6 used request id req-1d747ec4-0dea-4ea2-84a8-f696671edf29 2018-10-06 03:30:28,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:28,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["hoLJZr2jR_KSfnQsuOIqaA"], "issued_at": "2018-10-06T03:30:28.000000Z"}} 2018-10-06 03:30:28,867 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "description": null}}' 2018-10-06 03:30:29,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:28 GMT Server: Apache x-compute-request-id: req-f3734033-617e-4841-b790-8d68e8750233 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3734033-617e-4841-b790-8d68e8750233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d937df4-dbf3-4ca1-a9da-82a1fa788cec", "description": null}} 2018-10-06 03:30:29,084 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-f3734033-617e-4841-b790-8d68e8750233 2018-10-06 03:30:29,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:29,266 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-f88ab2bf-30d4-4769-8484-e43e7a98149f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f88ab2bf-30d4-4769-8484-e43e7a98149f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d937df4-dbf3-4ca1-a9da-82a1fa788cec", "description": null}]} 2018-10-06 03:30:29,267 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types?is_public=None used request id req-f88ab2bf-30d4-4769-8484-e43e7a98149f 2018-10-06 03:30:29,270 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:29,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-dba4838b-4867-4698-a6d0-273b54cde08a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dba4838b-4867-4698-a6d0-273b54cde08a Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d937df4-dbf3-4ca1-a9da-82a1fa788cec", "description": null}} 2018-10-06 03:30:29,458 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec used request id req-dba4838b-4867-4698-a6d0-273b54cde08a 2018-10-06 03:30:29,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:29,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-72fb5dc1-10fa-415e-aec9-676862b861a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-72fb5dc1-10fa-415e-aec9-676862b861a7 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 03:30:29,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec/encryption used request id req-72fb5dc1-10fa-415e-aec9-676862b861a7 2018-10-06 03:30:29,631 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:29,652 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-f6ac1641-936b-407a-a134-60169ddea0ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f6ac1641-936b-407a-a134-60169ddea0ca Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d937df4-dbf3-4ca1-a9da-82a1fa788cec", "description": null}} 2018-10-06 03:30:29,652 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec used request id req-f6ac1641-936b-407a-a134-60169ddea0ca 2018-10-06 03:30:29,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:29,838 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-a4a71eef-f839-40a0-ba9b-8fdf04911dc8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4a71eef-f839-40a0-ba9b-8fdf04911dc8 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d937df4-dbf3-4ca1-a9da-82a1fa788cec", "description": null}} 2018-10-06 03:30:29,838 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec used request id req-a4a71eef-f839-40a0-ba9b-8fdf04911dc8 2018-10-06 03:30:29,841 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:30,015 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:29 GMT Server: Apache x-compute-request-id: req-3b9789c6-c6fa-43af-be78-f56d016bb918 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b9789c6-c6fa-43af-be78-f56d016bb918 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 03:30:30,015 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec/encryption used request id req-3b9789c6-c6fa-43af-be78-f56d016bb918 2018-10-06 03:30:30,016 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-c9a048f4-cdde-4922-bdfc-c971e7aebb80 2018-10-06 03:30:30,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3734033-617e-4841-b790-8d68e8750233" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b39fa1a11ed4bb5e08a2e06fcac2a725769031" 2018-10-06 03:30:30,229 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-93cfe1f6-662b-4376-b8c1-5aa94cfb47b7 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-10-06 03:30:30,229 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/8d937df4-dbf3-4ca1-a9da-82a1fa788cec used request id req-93cfe1f6-662b-4376-b8c1-5aa94cfb47b7 2018-10-06 03:30:30,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:30,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["OWFn88jXS-OjlK2ZHET9QQ"], "issued_at": "2018-10-06T03:30:30.000000Z"}} 2018-10-06 03:30:30,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05eeaae35c6ba18423d6af2448a7eefc8b70477" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-4bba0c94-6f6a-44f2-985f-9a2c6a2a12ef-type", "description": null}}' 2018-10-06 03:30:30,836 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:30 GMT Server: Apache x-compute-request-id: req-b1a54cce-a44a-4f8b-8258-d16a65f245c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1a54cce-a44a-4f8b-8258-d16a65f245c5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4bba0c94-6f6a-44f2-985f-9a2c6a2a12ef-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a179ec32-dd74-42b8-9f53-2c6a675a3a71", "description": null}} 2018-10-06 03:30:30,836 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-b1a54cce-a44a-4f8b-8258-d16a65f245c5 2018-10-06 03:30:30,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a179ec32-dd74-42b8-9f53-2c6a675a3a71/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b1a54cce-a44a-4f8b-8258-d16a65f245c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05eeaae35c6ba18423d6af2448a7eefc8b70477" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-4bba0c94-6f6a-44f2-985f-9a2c6a2a12ef", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-06 03:30:31,115 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 03:30:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fd345b14-443e-4ddc-9533-686b23706ffa x-openstack-request-id: req-fd345b14-443e-4ddc-9533-686b23706ffa Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-06 03:30:31,115 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a179ec32-dd74-42b8-9f53-2c6a675a3a71/encryption used request id req-fd345b14-443e-4ddc-9533-686b23706ffa 2018-10-06 03:30:31,115 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-4bba0c94-6f6a-44f2-985f-9a2c6a2a12ef-type 2018-10-06 03:30:31,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a179ec32-dd74-42b8-9f53-2c6a675a3a71 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b1a54cce-a44a-4f8b-8258-d16a65f245c5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05eeaae35c6ba18423d6af2448a7eefc8b70477" 2018-10-06 03:30:31,328 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-819f0028-b89d-4a89-b4f3-058e72358810 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-10-06 03:30:31,328 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a179ec32-dd74-42b8-9f53-2c6a675a3a71 used request id req-819f0028-b89d-4a89-b4f3-058e72358810 2018-10-06 03:30:31,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:31,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["JaWsIWqVTLSMa46lDk52ww"], "issued_at": "2018-10-06T03:30:31.000000Z"}} 2018-10-06 03:30:31,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "description": null}}' 2018-10-06 03:30:31,932 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:31 GMT Server: Apache x-compute-request-id: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "description": null}} 2018-10-06 03:30:31,932 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a 2018-10-06 03:30:31,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a", "provider": "LuksEncryptor"}}' 2018-10-06 03:30:32,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:31 GMT Server: Apache x-compute-request-id: req-49ee2ca8-1e0f-4817-8668-1b2cc5c14301 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49ee2ca8-1e0f-4817-8668-1b2cc5c14301 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a", "control_location": "back-end", "encryption_id": "00f8cef1-2157-43ac-bf9d-4a8732453cda", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-06 03:30:32,160 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption used request id req-49ee2ca8-1e0f-4817-8668-1b2cc5c14301 2018-10-06 03:30:32,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:32,349 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:32 GMT Server: Apache x-compute-request-id: req-d10c92f6-364e-4676-9cf7-03b7ab476e4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d10c92f6-364e-4676-9cf7-03b7ab476e4b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "description": null}} 2018-10-06 03:30:32,349 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d used request id req-d10c92f6-364e-4676-9cf7-03b7ab476e4b 2018-10-06 03:30:32,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:32,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:32 GMT Server: Apache x-compute-request-id: req-a7ae5015-396a-4c66-962a-2de37bb70d84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a7ae5015-396a-4c66-962a-2de37bb70d84 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T03:30:32.000000", "updated_at": null, "encryption_id": "00f8cef1-2157-43ac-bf9d-4a8732453cda", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-06 03:30:32,532 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption used request id req-a7ae5015-396a-4c66-962a-2de37bb70d84 2018-10-06 03:30:32,532 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type 2018-10-06 03:30:32,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:32,700 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:32 GMT Server: Apache x-compute-request-id: req-8c0ff92f-44fc-44c9-9f43-1ec38d8c07d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c0ff92f-44fc-44c9-9f43-1ec38d8c07d1 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "description": null}} 2018-10-06 03:30:32,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d used request id req-8c0ff92f-44fc-44c9-9f43-1ec38d8c07d1 2018-10-06 03:30:32,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:32,895 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4570b2c0-7034-4209-88ee-2f46457ab2eb 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-10-06 03:30:32,895 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption/provider used request id req-4570b2c0-7034-4209-88ee-2f46457ab2eb 2018-10-06 03:30:32,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:33,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:32 GMT Server: Apache x-compute-request-id: req-37ee8220-0eb8-4547-bd41-79c9a9c7898a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37ee8220-0eb8-4547-bd41-79c9a9c7898a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "description": null}} 2018-10-06 03:30:33,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d used request id req-37ee8220-0eb8-4547-bd41-79c9a9c7898a 2018-10-06 03:30:33,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:33,247 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:33 GMT Server: Apache x-compute-request-id: req-a87e8778-853c-490b-a3e6-1a2a10a0d11b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a87e8778-853c-490b-a3e6-1a2a10a0d11b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 03:30:33,247 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption used request id req-a87e8778-853c-490b-a3e6-1a2a10a0d11b 2018-10-06 03:30:33,248 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type 2018-10-06 03:30:33,251 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:33,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:33 GMT Server: Apache x-compute-request-id: req-8ff11447-f334-4699-bad1-554be15e2836 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ff11447-f334-4699-bad1-554be15e2836 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9967db8c-1eca-4ca5-bf5a-428a36dd425d", "description": null}} 2018-10-06 03:30:33,273 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d used request id req-8ff11447-f334-4699-bad1-554be15e2836 2018-10-06 03:30:33,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:33,468 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-23eebf13-d2f8-4434-be4f-47c73cf05f60 x-openstack-request-id: req-23eebf13-d2f8-4434-be4f-47c73cf05f60 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 9967db8c-1eca-4ca5-bf5a-428a36dd425d does not exist.", "code": 404}} 2018-10-06 03:30:33,468 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d/encryption/provider used request id req-23eebf13-d2f8-4434-be4f-47c73cf05f60 2018-10-06 03:30:33,469 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-5cf0415e-c0dc-4f61-85bb-147b07e5566a-type 2018-10-06 03:30:33,471 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf9ec95c-e353-4573-a1ac-963b1b6eb56a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5f3a0ca1cb2e193343346cffd4bf2166a5c0a" 2018-10-06 03:30:33,526 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-decd7f40-7779-40a9-bcc0-bebc2191853d 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-10-06 03:30:33,526 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9967db8c-1eca-4ca5-bf5a-428a36dd425d used request id req-decd7f40-7779-40a9-bcc0-bebc2191853d 2018-10-06 03:30:33,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:33,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["OjhCMX8MRgeUyl-TxNOf2A"], "issued_at": "2018-10-06T03:30:33.000000Z"}} 2018-10-06 03:30:33,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type", "description": null}}' 2018-10-06 03:30:34,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:33 GMT Server: Apache x-compute-request-id: req-877b0e34-39fb-4059-bd4e-1043e8264763 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-877b0e34-39fb-4059-bd4e-1043e8264763 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7856e764-4730-4f56-b7dd-fc3e5b286874", "description": null}} 2018-10-06 03:30:34,116 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-877b0e34-39fb-4059-bd4e-1043e8264763 2018-10-06 03:30:34,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927", "provider": "foo"}}' 2018-10-06 03:30:34,317 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:34 GMT Server: Apache x-compute-request-id: req-a1cf2217-7e71-4df1-a910-bb650b6a0ecc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1cf2217-7e71-4df1-a910-bb650b6a0ecc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "7856e764-4730-4f56-b7dd-fc3e5b286874", "name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927", "control_location": "front-end", "encryption_id": "e1703719-07bc-4e6e-b292-d2962b2e097f", "provider": "foo", "provider_class": "foo"}} 2018-10-06 03:30:34,317 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption used request id req-a1cf2217-7e71-4df1-a910-bb650b6a0ecc 2018-10-06 03:30:34,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" 2018-10-06 03:30:34,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:34 GMT Server: Apache x-compute-request-id: req-8e6dd92e-da09-4469-96ff-f785fef5997f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e6dd92e-da09-4469-96ff-f785fef5997f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7856e764-4730-4f56-b7dd-fc3e5b286874", "description": null}} 2018-10-06 03:30:34,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 used request id req-8e6dd92e-da09-4469-96ff-f785fef5997f 2018-10-06 03:30:34,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" 2018-10-06 03:30:34,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:34 GMT Server: Apache x-compute-request-id: req-de535083-0211-4075-a1db-529496cd56d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de535083-0211-4075-a1db-529496cd56d5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "7856e764-4730-4f56-b7dd-fc3e5b286874", "control_location": "front-end", "deleted": false, "created_at": "2018-10-06T03:30:34.000000", "updated_at": null, "encryption_id": "e1703719-07bc-4e6e-b292-d2962b2e097f", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-06 03:30:34,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption used request id req-de535083-0211-4075-a1db-529496cd56d5 2018-10-06 03:30:34,680 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type 2018-10-06 03:30:34,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" 2018-10-06 03:30:34,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:34 GMT Server: Apache x-compute-request-id: req-07271f9d-d6df-46d9-96b8-fc919f459cc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-07271f9d-d6df-46d9-96b8-fc919f459cc7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7856e764-4730-4f56-b7dd-fc3e5b286874", "description": null}} 2018-10-06 03:30:34,855 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 used request id req-07271f9d-d6df-46d9-96b8-fc919f459cc7 2018-10-06 03:30:34,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" 2018-10-06 03:30:35,063 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-406cbe94-6598-4f89-aa71-d95ec7dc2ab6 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-10-06 03:30:35,063 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874/encryption/provider used request id req-406cbe94-6598-4f89-aa71-d95ec7dc2ab6 2018-10-06 03:30:35,063 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-438de809-c9b2-4251-98b3-ebd010386927-type 2018-10-06 03:30:35,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b0e34-39fb-4059-bd4e-1043e8264763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd12defab95398f84e39531a39b062ac62972bb" 2018-10-06 03:30:35,285 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-24d1c042-bd7d-4635-adc1-ec1981629587 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-10-06 03:30:35,285 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/7856e764-4730-4f56-b7dd-fc3e5b286874 used request id req-24d1c042-bd7d-4635-adc1-ec1981629587 2018-10-06 03:30:35,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:35,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["Mth5ESQcT8yYiA0kJCpIZg"], "issued_at": "2018-10-06T03:30:35.000000Z"}} 2018-10-06 03:30:35,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type", "description": null}}' 2018-10-06 03:30:35,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:35 GMT Server: Apache x-compute-request-id: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "04ea284b-cf1a-4fcd-929c-191d6b16d453", "description": null}} 2018-10-06 03:30:35,870 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-f94de7a4-0b3f-44cf-8b71-4083e9bee508 2018-10-06 03:30:35,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-06 03:30:36,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:35 GMT Server: Apache x-compute-request-id: req-87d5a9c7-2c5d-4333-8fb2-7238458f703a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87d5a9c7-2c5d-4333-8fb2-7238458f703a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "04ea284b-cf1a-4fcd-929c-191d6b16d453", "name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844", "control_location": "back-end", "encryption_id": "fb9a6b44-60d5-43cf-9eca-3568be8c86c0", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-06 03:30:36,084 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption used request id req-87d5a9c7-2c5d-4333-8fb2-7238458f703a 2018-10-06 03:30:36,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" 2018-10-06 03:30:36,266 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:36 GMT Server: Apache x-compute-request-id: req-a4dc7cfa-2d6a-442b-bf39-2f18149144d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4dc7cfa-2d6a-442b-bf39-2f18149144d2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "04ea284b-cf1a-4fcd-929c-191d6b16d453", "description": null}} 2018-10-06 03:30:36,266 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 used request id req-a4dc7cfa-2d6a-442b-bf39-2f18149144d2 2018-10-06 03:30:36,269 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" 2018-10-06 03:30:36,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:36 GMT Server: Apache x-compute-request-id: req-dec2b835-cd5d-4aea-b24b-7fbd664172fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dec2b835-cd5d-4aea-b24b-7fbd664172fb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "04ea284b-cf1a-4fcd-929c-191d6b16d453", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T03:30:36.000000", "updated_at": null, "encryption_id": "fb9a6b44-60d5-43cf-9eca-3568be8c86c0", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-06 03:30:36,431 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption used request id req-dec2b835-cd5d-4aea-b24b-7fbd664172fb 2018-10-06 03:30:36,431 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type 2018-10-06 03:30:36,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" 2018-10-06 03:30:36,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:36 GMT Server: Apache x-compute-request-id: req-248ee3c8-aa4f-40de-9ed5-c0d9d7e602dc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-248ee3c8-aa4f-40de-9ed5-c0d9d7e602dc Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "04ea284b-cf1a-4fcd-929c-191d6b16d453", "description": null}} 2018-10-06 03:30:36,605 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 used request id req-248ee3c8-aa4f-40de-9ed5-c0d9d7e602dc 2018-10-06 03:30:36,608 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" 2018-10-06 03:30:36,817 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5389f4a4-c8e5-4041-b22f-300277366bcc 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-10-06 03:30:36,817 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453/encryption/provider used request id req-5389f4a4-c8e5-4041-b22f-300277366bcc 2018-10-06 03:30:36,817 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-b66093a1-c6e9-4c79-8893-8a74a1987844-type 2018-10-06 03:30:36,821 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f94de7a4-0b3f-44cf-8b71-4083e9bee508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b82caa6c8bf86c5cbc43ad9984dcef23b8dcc8" 2018-10-06 03:30:36,873 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8f40a22-e09d-410b-84c2-37559c63ccb4 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-10-06 03:30:36,873 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/04ea284b-cf1a-4fcd-929c-191d6b16d453 used request id req-d8f40a22-e09d-410b-84c2-37559c63ccb4 2018-10-06 03:30:36,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:37,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["u6-B8yIOSEik95yMrsubww"], "issued_at": "2018-10-06T03:30:37.000000Z"}} 2018-10-06 03:30:37,258 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84-qos"}}' 2018-10-06 03:30:37,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:37 GMT Server: Apache x-compute-request-id: req-4847600a-d42f-40d6-b721-241df94ea5a4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4847600a-d42f-40d6-b721-241df94ea5a4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "09294d4d-bd68-493b-ae43-e0b8653e9136", "name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/09294d4d-bd68-493b-ae43-e0b8653e9136", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/09294d4d-bd68-493b-ae43-e0b8653e9136", "rel": "bookmark"}]} 2018-10-06 03:30:37,436 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-4847600a-d42f-40d6-b721-241df94ea5a4 2018-10-06 03:30:37,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84", "description": null}}' 2018-10-06 03:30:37,656 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:37 GMT Server: Apache x-compute-request-id: req-88aaf777-68a2-4739-8e62-c66fd0b9bac4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88aaf777-68a2-4739-8e62-c66fd0b9bac4 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a7edd778-99e3-48a1-82c6-4f050b791ad3", "description": null}} 2018-10-06 03:30:37,656 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-88aaf777-68a2-4739-8e62-c66fd0b9bac4 2018-10-06 03:30:37,660 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 03:30:37,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:37 GMT Server: Apache x-compute-request-id: req-c78b3604-0b01-44e4-95a5-1898f4f9f4a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c78b3604-0b01-44e4-95a5-1898f4f9f4a9 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a7edd778-99e3-48a1-82c6-4f050b791ad3", "name": "foo", "control_location": "back-end", "encryption_id": "534a0f3d-2556-4635-a9d4-f02fb3b8c707", "provider": "bar", "provider_class": "bar"}} 2018-10-06 03:30:37,862 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption used request id req-c78b3604-0b01-44e4-95a5-1898f4f9f4a9 2018-10-06 03:30:37,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:37 GMT Server: Apache x-compute-request-id: req-5c869f87-b05e-4ba2-a806-4e5243c48a70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c869f87-b05e-4ba2-a806-4e5243c48a70 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a7edd778-99e3-48a1-82c6-4f050b791ad3", "description": null}} 2018-10-06 03:30:38,026 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 used request id req-5c869f87-b05e-4ba2-a806-4e5243c48a70 2018-10-06 03:30:38,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,203 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:38 GMT Server: Apache x-compute-request-id: req-6c6b058d-0acd-4e5b-abcb-cf9152c1b90a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c6b058d-0acd-4e5b-abcb-cf9152c1b90a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "a7edd778-99e3-48a1-82c6-4f050b791ad3", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T03:30:37.000000", "updated_at": null, "encryption_id": "534a0f3d-2556-4635-a9d4-f02fb3b8c707", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 03:30:38,203 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption used request id req-6c6b058d-0acd-4e5b-abcb-cf9152c1b90a 2018-10-06 03:30:38,203 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84 2018-10-06 03:30:38,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,377 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:38 GMT Server: Apache x-compute-request-id: req-e8f7c882-151f-442c-aba5-2d61492f50e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8f7c882-151f-442c-aba5-2d61492f50e2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a7edd778-99e3-48a1-82c6-4f050b791ad3", "description": null}} 2018-10-06 03:30:38,377 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 used request id req-e8f7c882-151f-442c-aba5-2d61492f50e2 2018-10-06 03:30:38,381 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,566 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62c22b9d-af31-4016-a959-cf8136d2576f 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-10-06 03:30:38,566 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3/encryption/provider used request id req-62c22b9d-af31-4016-a959-cf8136d2576f 2018-10-06 03:30:38,566 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84 2018-10-06 03:30:38,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,615 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-52436570-6b6a-4924-90b7-88f368c2c55f 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-10-06 03:30:38,615 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/a7edd778-99e3-48a1-82c6-4f050b791ad3 used request id req-52436570-6b6a-4924-90b7-88f368c2c55f 2018-10-06 03:30:38,616 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-4391ebe5-978b-47d4-9402-159e93749f84-qos 2018-10-06 03:30:38,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/09294d4d-bd68-493b-ae43-e0b8653e9136?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4847600a-d42f-40d6-b721-241df94ea5a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8796bc8351bef09df95f90b71499f2eb47375d0" 2018-10-06 03:30:38,657 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d2bd3259-0688-465e-8427-f7953823bab9 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-10-06 03:30:38,657 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/09294d4d-bd68-493b-ae43-e0b8653e9136?force=False used request id req-d2bd3259-0688-465e-8427-f7953823bab9 2018-10-06 03:30:38,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:39,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["O_b_sMJjQcqE7Sr2xr3Grw"], "issued_at": "2018-10-06T03:30:39.000000Z"}} 2018-10-06 03:30:39,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93-qos"}}' 2018-10-06 03:30:39,239 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:39 GMT Server: Apache x-compute-request-id: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0ddfdbda-131b-4ad5-861b-4818591a92a0", "name": "CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/0ddfdbda-131b-4ad5-861b-4818591a92a0", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/0ddfdbda-131b-4ad5-861b-4818591a92a0", "rel": "bookmark"}]} 2018-10-06 03:30:39,239 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-13f4ac1c-324f-404c-a5b5-1bac09ead33f 2018-10-06 03:30:39,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93", "description": null}}' 2018-10-06 03:30:39,530 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:39 GMT Server: Apache x-compute-request-id: req-e4de0871-6fb4-4bf9-8804-2c597e0be2df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4de0871-6fb4-4bf9-8804-2c597e0be2df Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bfa337fd-5976-41c6-8bc8-dd04373f06a2", "description": null}} 2018-10-06 03:30:39,531 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-e4de0871-6fb4-4bf9-8804-2c597e0be2df 2018-10-06 03:30:39,534 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" 2018-10-06 03:30:39,696 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:39 GMT Server: Apache x-compute-request-id: req-0feb0837-c9b5-49b3-95ed-3e2d7facbc97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0feb0837-c9b5-49b3-95ed-3e2d7facbc97 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "0ddfdbda-131b-4ad5-861b-4818591a92a0", "name": "CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93-qos"}]} 2018-10-06 03:30:39,696 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-0feb0837-c9b5-49b3-95ed-3e2d7facbc97 2018-10-06 03:30:39,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/None/associate?vol_type_id=bfa337fd-5976-41c6-8bc8-dd04373f06a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" 2018-10-06 03:30:39,874 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:30:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-36bbf5d1-1907-4da0-bf29-19128868c84a x-openstack-request-id: req-36bbf5d1-1907-4da0-bf29-19128868c84a Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-06 03:30:39,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/None/associate?vol_type_id=bfa337fd-5976-41c6-8bc8-dd04373f06a2 used request id req-36bbf5d1-1907-4da0-bf29-19128868c84a 2018-10-06 03:30:39,875 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-36bbf5d1-1907-4da0-bf29-19128868c84a) 2018-10-06 03:30:39,875 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93 2018-10-06 03:30:39,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/bfa337fd-5976-41c6-8bc8-dd04373f06a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" 2018-10-06 03:30:40,082 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f90b49d-1af9-4b44-8621-55517727071e 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-10-06 03:30:40,082 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/bfa337fd-5976-41c6-8bc8-dd04373f06a2 used request id req-5f90b49d-1af9-4b44-8621-55517727071e 2018-10-06 03:30:40,083 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-17bc03a3-033a-462c-9cb9-22a803334e93-qos 2018-10-06 03:30:40,086 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/0ddfdbda-131b-4ad5-861b-4818591a92a0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-13f4ac1c-324f-404c-a5b5-1bac09ead33f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61435f796afecce0d92872d39f82ff405f6d51ba" 2018-10-06 03:30:40,262 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3254ae4e-fd1b-4579-b2f6-59beb5bf1cf0 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-10-06 03:30:40,263 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/0ddfdbda-131b-4ad5-861b-4818591a92a0?force=False used request id req-3254ae4e-fd1b-4579-b2f6-59beb5bf1cf0 2018-10-06 03:30:40,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:40,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["jOxMmMZGQQ66p_myC342pQ"], "issued_at": "2018-10-06T03:30:40.000000Z"}} 2018-10-06 03:30:40,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae-qos"}}' 2018-10-06 03:30:40,844 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:40 GMT Server: Apache x-compute-request-id: req-41fc1f95-0340-448f-b5dd-2053ffc17451 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41fc1f95-0340-448f-b5dd-2053ffc17451 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "cc147a08-bbc3-425a-8909-b59105625f8b", "name": "CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b", "rel": "bookmark"}]} 2018-10-06 03:30:40,844 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-41fc1f95-0340-448f-b5dd-2053ffc17451 2018-10-06 03:30:40,847 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-41fc1f95-0340-448f-b5dd-2053ffc17451" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae", "description": null}}' 2018-10-06 03:30:41,063 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:40 GMT Server: Apache x-compute-request-id: req-408e9bef-bc10-47d3-8254-f84806d141c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-408e9bef-bc10-47d3-8254-f84806d141c5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9aeb0ad6-2eb5-419c-b3cf-2ef3aac92587", "description": null}} 2018-10-06 03:30:41,063 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-408e9bef-bc10-47d3-8254-f84806d141c5 2018-10-06 03:30:41,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41fc1f95-0340-448f-b5dd-2053ffc17451" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" 2018-10-06 03:30:41,236 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:41 GMT Server: Apache x-compute-request-id: req-cdec0a7e-a10e-46fb-b7d1-8a26a44f1fb4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdec0a7e-a10e-46fb-b7d1-8a26a44f1fb4 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "cc147a08-bbc3-425a-8909-b59105625f8b", "name": "CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae-qos"}]} 2018-10-06 03:30:41,236 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-cdec0a7e-a10e-46fb-b7d1-8a26a44f1fb4 2018-10-06 03:30:41,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b/associate?vol_type_id=9aeb0ad6-2eb5-419c-b3cf-2ef3aac92587 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41fc1f95-0340-448f-b5dd-2053ffc17451" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" 2018-10-06 03:30:41,448 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56c9459e-fe59-4355-a3c2-a0cba5af29e5 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-10-06 03:30:41,448 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b/associate?vol_type_id=9aeb0ad6-2eb5-419c-b3cf-2ef3aac92587 used request id req-56c9459e-fe59-4355-a3c2-a0cba5af29e5 2018-10-06 03:30:41,448 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae 2018-10-06 03:30:41,451 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9aeb0ad6-2eb5-419c-b3cf-2ef3aac92587 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41fc1f95-0340-448f-b5dd-2053ffc17451" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" 2018-10-06 03:30:41,657 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a8148810-81e4-491c-b6f9-0b059fa36dd3 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-10-06 03:30:41,657 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/9aeb0ad6-2eb5-419c-b3cf-2ef3aac92587 used request id req-a8148810-81e4-491c-b6f9-0b059fa36dd3 2018-10-06 03:30:41,658 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-6b9a4ebf-00fe-42b0-aa4d-3a69a5b7e5ae-qos 2018-10-06 03:30:41,661 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-41fc1f95-0340-448f-b5dd-2053ffc17451" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8ab94ca99892770ee62a3bce0123a273050d427" 2018-10-06 03:30:41,861 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f86cbee6-5863-4e09-baf4-cd93711435aa 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-10-06 03:30:41,861 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/cc147a08-bbc3-425a-8909-b59105625f8b?force=False used request id req-f86cbee6-5863-4e09-baf4-cd93711435aa 2018-10-06 03:30:41,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:42,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a7bb206fd4b34647b7c4de28d13604f7", "name": "Member"}, {"id": "e540a2790970408a9a0d4693ab3b0089", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "id": "11ac70ed76414b388ec9ef0f6d1a4d43"}, "audit_ids": ["vQoO-vaZS7ukzU4UsHqvew"], "issued_at": "2018-10-06T03:30:42.000000Z"}} 2018-10-06 03:30:42,250 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa-qos"}}' 2018-10-06 03:30:42,987 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:42 GMT Server: Apache x-compute-request-id: req-de479bc8-dd55-49a6-b6da-30a42b799fa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de479bc8-dd55-49a6-b6da-30a42b799fa9 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa-qos"}, "links": [{"href": "http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "rel": "self"}, {"href": "http://172.30.9.29:8776/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "rel": "bookmark"}]} 2018-10-06 03:30:42,987 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-de479bc8-dd55-49a6-b6da-30a42b799fa9 2018-10-06 03:30:42,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa", "description": null}}' 2018-10-06 03:30:43,206 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:42 GMT Server: Apache x-compute-request-id: req-61109705-a0fe-467a-b849-ce5005bf4afa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61109705-a0fe-467a-b849-ce5005bf4afa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1f59ac5b-ad5c-458e-933e-4d3ea11886c8", "description": null}} 2018-10-06 03:30:43,206 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types used request id req-61109705-a0fe-467a-b849-ce5005bf4afa 2018-10-06 03:30:43,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 03:30:43,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:43 GMT Server: Apache x-compute-request-id: req-42dbe6b5-9e2b-45bd-af48-eae413a25261 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42dbe6b5-9e2b-45bd-af48-eae413a25261 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1f59ac5b-ad5c-458e-933e-4d3ea11886c8", "name": "foo", "control_location": "back-end", "encryption_id": "28e0a166-0e59-4fab-a737-308ff3b6d1af", "provider": "bar", "provider_class": "bar"}} 2018-10-06 03:30:43,419 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption used request id req-42dbe6b5-9e2b-45bd-af48-eae413a25261 2018-10-06 03:30:43,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:43,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:43 GMT Server: Apache x-compute-request-id: req-4ae679ff-33da-46f4-9cd7-1a385d859f61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ae679ff-33da-46f4-9cd7-1a385d859f61 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa-qos"}]} 2018-10-06 03:30:43,595 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs used request id req-4ae679ff-33da-46f4-9cd7-1a385d859f61 2018-10-06 03:30:43,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5/associate?vol_type_id=1f59ac5b-ad5c-458e-933e-4d3ea11886c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:43,813 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-174920be-ecb9-4b6b-b458-fbf5f431177a 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-10-06 03:30:43,814 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5/associate?vol_type_id=1f59ac5b-ad5c-458e-933e-4d3ea11886c8 used request id req-174920be-ecb9-4b6b-b458-fbf5f431177a 2018-10-06 03:30:43,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:43,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:43 GMT Server: Apache x-compute-request-id: req-5cdab3ad-8ea7-4594-af0e-ac405f378840 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cdab3ad-8ea7-4594-af0e-ac405f378840 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa", "qos_specs_id": "44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1f59ac5b-ad5c-458e-933e-4d3ea11886c8", "description": null}} 2018-10-06 03:30:43,997 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 used request id req-5cdab3ad-8ea7-4594-af0e-ac405f378840 2018-10-06 03:30:44,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:44,163 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:44 GMT Server: Apache x-compute-request-id: req-6b8d7937-c8f3-4e0b-ae0d-49bc628a7dbb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b8d7937-c8f3-4e0b-ae0d-49bc628a7dbb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "1f59ac5b-ad5c-458e-933e-4d3ea11886c8", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T03:30:43.000000", "updated_at": null, "encryption_id": "28e0a166-0e59-4fab-a737-308ff3b6d1af", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 03:30:44,163 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption used request id req-6b8d7937-c8f3-4e0b-ae0d-49bc628a7dbb 2018-10-06 03:30:44,164 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa 2018-10-06 03:30:44,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:44,338 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:44 GMT Server: Apache x-compute-request-id: req-9afa0ef8-c36e-4b8c-9c3a-063d0165c12c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9afa0ef8-c36e-4b8c-9c3a-063d0165c12c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa", "qos_specs_id": "44f6b9fe-2ae6-4528-b1d4-165aa973f5b5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1f59ac5b-ad5c-458e-933e-4d3ea11886c8", "description": null}} 2018-10-06 03:30:44,339 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 used request id req-9afa0ef8-c36e-4b8c-9c3a-063d0165c12c 2018-10-06 03:30:44,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:44,541 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1a4304cd-c593-40bc-97ed-0b2fe012f440 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-10-06 03:30:44,542 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8/encryption/provider used request id req-1a4304cd-c593-40bc-97ed-0b2fe012f440 2018-10-06 03:30:44,542 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa 2018-10-06 03:30:44,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:44,729 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-36942ba1-e7ff-4f40-8d3c-8a859a4a410e 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-10-06 03:30:44,729 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/types/1f59ac5b-ad5c-458e-933e-4d3ea11886c8 used request id req-36942ba1-e7ff-4f40-8d3c-8a859a4a410e 2018-10-06 03:30:44,730 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-a7925d18-918f-4a02-a8a7-4946f4bad9aa-qos 2018-10-06 03:30:44,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de479bc8-dd55-49a6-b6da-30a42b799fa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77e733f70fe884db0ddb0bb8b4c42d3175cadd5b" 2018-10-06 03:30:44,927 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:30:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b689135f-aec0-4e9f-9bfd-7c56da72d8a7 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-10-06 03:30:44,927 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e4e4dbc1765f472bbf0303a7f0b4a801/qos-specs/44f6b9fe-2ae6-4528-b1d4-165aa973f5b5?force=False used request id req-b689135f-aec0-4e9f-9bfd-7c56da72d8a7 2018-10-06 03:30:44,928 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 781.179s OK 2018-10-06 03:30:45,050 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:30:45,051 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 03:30:45,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7444a7c4-22bd-4c06-b76d-5f2cd3bcf9bb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "e540a2790970408a9a0d4693ab3b0089", "links": {"self": "http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:45,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7444a7c4-22bd-4c06-b76d-5f2cd3bcf9bb 2018-10-06 03:30:45,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762331485748s 2018-10-06 03:30:45,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:30:45,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8d58d2d-215b-417e-9375-1f5b7396284f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:45,275 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e540a2790970408a9a0d4693ab3b0089 used request id req-a8d58d2d-215b-417e-9375-1f5b7396284f 2018-10-06 03:30:45,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.139708042145s 2018-10-06 03:30:45,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:30:45,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0faf8e-a2a5-446a-b97b-0749726f8040 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d", "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "domain_id": "default", "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:30:45,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3f0faf8e-a2a5-446a-b97b-0749726f8040 2018-10-06 03:30:45,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994720458984s 2018-10-06 03:30:45,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3f0faf8e-a2a5-446a-b97b-0749726f8040 2018-10-06 03:30:45,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:30:45,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef875b8-94fe-4656-b3c0-c1e280ee972b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43"}, "enabled": true, "id": "11ac70ed76414b388ec9ef0f6d1a4d43", "options": {}, "domain_id": "default", "name": "api_check-user_ee866ded-79c3-447c-ac22-71ae262ea50d"}} 2018-10-06 03:30:45,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 used request id req-fef875b8-94fe-4656-b3c0-c1e280ee972b 2018-10-06 03:30:45,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916891098022s 2018-10-06 03:30:45,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 used request id req-fef875b8-94fe-4656-b3c0-c1e280ee972b 2018-10-06 03:30:45,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:30:45,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1932bad3-df54-440d-ba0d-4ebb4e7e1611 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:45,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 used request id req-1932bad3-df54-440d-ba0d-4ebb4e7e1611 2018-10-06 03:30:45,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.190731048584s 2018-10-06 03:30:45,665 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/11ac70ed76414b388ec9ef0f6d1a4d43 used request id req-1932bad3-df54-440d-ba0d-4ebb4e7e1611 2018-10-06 03:30:45,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:30:45,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e24fbec5-244b-4655-9cee-17129b11a067 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801"}, "enabled": true, "id": "e4e4dbc1765f472bbf0303a7f0b4a801", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ee866ded-79c3-447c-ac22-71ae262ea50d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:30:45,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-e24fbec5-244b-4655-9cee-17129b11a067 2018-10-06 03:30:45,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819110870361s 2018-10-06 03:30:45,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-e24fbec5-244b-4655-9cee-17129b11a067 2018-10-06 03:30:45,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:30:45,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:45,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7694eb5-599f-4012-8d7d-4208129b7cfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:45,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-c7694eb5-599f-4012-8d7d-4208129b7cfc 2018-10-06 03:30:45,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.212625026703s 2018-10-06 03:30:45,964 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e4e4dbc1765f472bbf0303a7f0b4a801 used request id req-c7694eb5-599f-4012-8d7d-4208129b7cfc 2018-10-06 03:30:45,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:46,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66fa36d2-1829-49d5-9bd7-63735ce73c57 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a7bb206fd4b34647b7c4de28d13604f7", "links": {"self": "http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:46,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-66fa36d2-1829-49d5-9bd7-63735ce73c57 2018-10-06 03:30:46,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761158466339s 2018-10-06 03:30:46,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:30:46,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:46,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cb42559-a1e8-461a-b403-ddde28f4e5f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:46,182 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a7bb206fd4b34647b7c4de28d13604f7 used request id req-0cb42559-a1e8-461a-b403-ddde28f4e5f6 2018-10-06 03:30:46,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.140127897263s 2018-10-06 03:30:46,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:30:46,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e4e4dbc1765f472bbf0303a7f0b4a801&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:46,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f1450610-093c-4106-8bbf-2b23f1c477fa Date: Sat, 06 Oct 2018 03:30:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}]} 2018-10-06 03:30:46,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e4e4dbc1765f472bbf0303a7f0b4a801&name=default used request id req-f1450610-093c-4106-8bbf-2b23f1c477fa 2018-10-06 03:30:46,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199209928513s 2018-10-06 03:30:46,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=e4e4dbc1765f472bbf0303a7f0b4a801&name=default used request id req-f1450610-093c-4106-8bbf-2b23f1c477fa 2018-10-06 03:30:46,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:30:46,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:46,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a60aaf96-eaa0-4a74-91da-bf9efd988283 Date: Sat, 06 Oct 2018 03:30:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "created_at": "2018-10-06T03:18:10Z", "updated_at": "2018-10-06T03:18:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "4bb5413b-e0ce-4425-90a1-305989ce5adb", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "ba243b46-5570-4a29-8604-3d74761efb6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv6", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b40686e5-5047-4944-b346-c38e86cdab69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:18:11Z", "revision_number": 0, "id": "b1f7da82-83d4-4881-b343-137ae8d49d29", "remote_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "remote_ip_prefix": null, "created_at": "2018-10-06T03:18:11Z", "security_group_id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "tenant_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "port_range_min": null, "ethertype": "IPv4", "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801"}], "revision_number": 4, "project_id": "e4e4dbc1765f472bbf0303a7f0b4a801", "id": "d50e67e3-7b62-472c-a38d-cd3964133c90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 03:30:46,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a60aaf96-eaa0-4a74-91da-bf9efd988283 2018-10-06 03:30:46,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18772983551s 2018-10-06 03:30:46,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a60aaf96-eaa0-4a74-91da-bf9efd988283 2018-10-06 03:30:46,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 03:30:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d50e67e3-7b62-472c-a38d-cd3964133c90.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aef261fb9ad0506f0bd300d838205af23272c4fd" 2018-10-06 03:30:46,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-077fb378-1e58-40db-9023-a54062b398fc Content-Length: 0 Date: Sat, 06 Oct 2018 03:30:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:30:46,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d50e67e3-7b62-472c-a38d-cd3964133c90.json used request id req-077fb378-1e58-40db-9023-a54062b398fc 2018-10-06 03:30:46,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.283314943314s 2018-10-06 03:30:46,867 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d50e67e3-7b62-472c-a38d-cd3964133c90.json used request id req-077fb378-1e58-40db-9023-a54062b398fc 2018-10-06 03:30:46,888 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-06 03:30:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:30:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:30:46,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:30:46,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:30:46,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:30:46,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:30:46,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1100c17-dfab-4659-8793-ad33d530cb95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:46,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1100c17-dfab-4659-8793-ad33d530cb95 2018-10-06 03:30:46,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:47,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["_WD2f7haTDqy4CRY087CoA"], "issued_at": "2018-10-06T03:30:47.000000Z"}} 2018-10-06 03:30:47,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:47,306 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:30:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:47,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b82c4c-17ed-46f4-9e3f-4a78a804a8ca Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:30:47,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b4b82c4c-17ed-46f4-9e3f-4a78a804a8ca 2018-10-06 03:30:47,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.469326019287s 2018-10-06 03:30:47,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:30:47,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}}' 2018-10-06 03:30:47,489 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb3bb24a-a6d1-4692-bc72-79e14d9727a6 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}} 2018-10-06 03:30:47,489 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cb3bb24a-a6d1-4692-bc72-79e14d9727a6 2018-10-06 03:30:47,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10315489769s 2018-10-06 03:30:47,490 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cb3bb24a-a6d1-4692-bc72-79e14d9727a6 2018-10-06 03:30:47,491 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b', 'id': u'de178d42551a47908926a2c3b7951ca3', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:30:47,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:30:47,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.358075857162s 2018-10-06 03:30:47,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:47,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e148b14e-3639-47f6-8e2a-546db5b9e1bd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}} 2018-10-06 03:30:47,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 used request id req-e148b14e-3639-47f6-8e2a-546db5b9e1bd 2018-10-06 03:30:47,943 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6f17b0ad66d84cdbbd380e1737d88cf2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b'}) 2018-10-06 03:30:47,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:47,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:47,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8497183-0dd8-466d-b4fd-6f809ab817d9 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:47,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b8497183-0dd8-466d-b4fd-6f809ab817d9 2018-10-06 03:30:47,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0168697834015s 2018-10-06 03:30:47,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:47,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09b6b3b-6364-49e6-bd09-1006a1900d40 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:48,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e09b6b3b-6364-49e6-bd09-1006a1900d40 2018-10-06 03:30:48,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806310176849s 2018-10-06 03:30:48,043 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:30:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:30:48,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" -d '{"role": {"name": "Member"}}' 2018-10-06 03:30:48,177 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75929314-40cc-451d-b661-afd177173f4a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}} 2018-10-06 03:30:48,177 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-75929314-40cc-451d-b661-afd177173f4a 2018-10-06 03:30:48,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.134027004242s 2018-10-06 03:30:48,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3b8c2d-0582-44f2-97e1-0568c48f4e00 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "domain_id": null, "name": "Member", "id": "0f12452bf12b448fa2765465bdd719b9"}} 2018-10-06 03:30:48,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9 used request id req-4b3b8c2d-0582-44f2-97e1-0568c48f4e00 2018-10-06 03:30:48,262 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9'}, 'domain_id': None, 'human_id': None, 'id': u'0f12452bf12b448fa2765465bdd719b9', 'HUMAN_ID': False}) 2018-10-06 03:30:48,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:48,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23eb1078-72c9-4e13-be06-9ace856a93c5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:48,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-23eb1078-72c9-4e13-be06-9ace856a93c5 2018-10-06 03:30:48,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0847139358521s 2018-10-06 03:30:48,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:30:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2ed912-f71a-43de-9c5c-af3e76e2d842 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:30:48,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-cc2ed912-f71a-43de-9c5c-af3e76e2d842 2018-10-06 03:30:48,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0737149715424s 2018-10-06 03:30:48,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:30:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a997f6-f6f5-44a4-ac63-6538fecf1c24 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "domain_id": "default", "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:30:48,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a4a997f6-f6f5-44a4-ac63-6538fecf1c24 2018-10-06 03:30:48,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965268611908s 2018-10-06 03:30:48,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a4a997f6-f6f5-44a4-ac63-6538fecf1c24 2018-10-06 03:30:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:30:48,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf823e2-af37-44f3-9512-afa72562e2d7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:30:48,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-bbf823e2-af37-44f3-9512-afa72562e2d7 2018-10-06 03:30:48,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0897150039673s 2018-10-06 03:30:48,617 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-bbf823e2-af37-44f3-9512-afa72562e2d7 2018-10-06 03:30:48,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:30:48,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=0f12452bf12b448fa2765465bdd719b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa06c79-70dd-4c3e-891c-df23f3fb6776 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=0f12452bf12b448fa2765465bdd719b9", "previous": null, "next": null}} 2018-10-06 03:30:48,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=0f12452bf12b448fa2765465bdd719b9 used request id req-baa06c79-70dd-4c3e-891c-df23f3fb6776 2018-10-06 03:30:48,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0765600204468s 2018-10-06 03:30:48,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:30:48,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/0f12452bf12b448fa2765465bdd719b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e3e8754-c781-467f-8724-8edbe39f68b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:48,821 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/0f12452bf12b448fa2765465bdd719b9 used request id req-2e3e8754-c781-467f-8724-8edbe39f68b5 2018-10-06 03:30:48,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12505698204s 2018-10-06 03:30:48,822 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '6b759d9f-0db3-4095-b3b4-347382ed28c8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b', 'project_id': u'de178d42551a47908926a2c3b7951ca3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:30:48,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:30:48,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:30:48,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:30:48,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:30:48,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:30:48,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:30:48,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:30:48,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:30:48,827 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b', 'password': '6b759d9f-0db3-4095-b3b4-347382ed28c8', 'project_name': 'snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'de178d42551a47908926a2c3b7951ca3', 'project_domain_name': 'Default'} 2018-10-06 03:30:48,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ed9706-434e-4f4c-af69-606c03870132 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:48,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-40ed9706-434e-4f4c-af69-606c03870132 2018-10-06 03:30:48,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859949588776s 2018-10-06 03:30:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:48,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:48,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc61d6b3-8794-4fdb-8824-d2c5d2ce4e06 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:48,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fc61d6b3-8794-4fdb-8824-d2c5d2ce4e06 2018-10-06 03:30:48,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0725781917572s 2018-10-06 03:30:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:30:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a820b3f-35d9-4ebf-80d3-2014a743da6f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:30:49,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-4a820b3f-35d9-4ebf-80d3-2014a743da6f 2018-10-06 03:30:49,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804660320282s 2018-10-06 03:30:49,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:30:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5edd465-7c4d-40e4-871e-dff31a59cbad Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "domain_id": "default", "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:30:49,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e5edd465-7c4d-40e4-871e-dff31a59cbad 2018-10-06 03:30:49,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997588634491s 2018-10-06 03:30:49,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e5edd465-7c4d-40e4-871e-dff31a59cbad 2018-10-06 03:30:49,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:30:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38fda7e-8f97-4b07-b761-ed721ec07d90 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:30:49,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d38fda7e-8f97-4b07-b761-ed721ec07d90 2018-10-06 03:30:49,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0769860744476s 2018-10-06 03:30:49,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d38fda7e-8f97-4b07-b761-ed721ec07d90 2018-10-06 03:30:49,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:30:49,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad321531-a7af-4ee9-bfee-814240298123 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 03:30:49,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-ad321531-a7af-4ee9-bfee-814240298123 2018-10-06 03:30:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0789818763733s 2018-10-06 03:30:49,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:30:49,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-257d3686-e219-4d61-9c67-f280bb092366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:49,469 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-257d3686-e219-4d61-9c67-f280bb092366 2018-10-06 03:30:49,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.133322954178s 2018-10-06 03:30:49,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:49,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f1279a-c0af-4a05-9680-383f9ea052bd Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:49,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-10f1279a-c0af-4a05-9680-383f9ea052bd 2018-10-06 03:30:49,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791311264038s 2018-10-06 03:30:49,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:30:49,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 03:30:49,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dcf8e8a-48bc-4afe-a1e0-2b6baae63ef9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4be65469a0944c53a29a5e783b96bd51", "links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "name": "heat_stack_owner"}} 2018-10-06 03:30:49,657 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5dcf8e8a-48bc-4afe-a1e0-2b6baae63ef9 2018-10-06 03:30:49,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107586860657s 2018-10-06 03:30:49,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed35d72d-ec96-4454-bbc1-95fae8c8bca4 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "domain_id": null, "name": "heat_stack_owner", "id": "4be65469a0944c53a29a5e783b96bd51"}} 2018-10-06 03:30:49,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51 used request id req-ed35d72d-ec96-4454-bbc1-95fae8c8bca4 2018-10-06 03:30:49,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:30:49,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b165ce-1a5b-4f15-b65e-a8c5c73829c4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4be65469a0944c53a29a5e783b96bd51", "links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:49,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f3b165ce-1a5b-4f15-b65e-a8c5c73829c4 2018-10-06 03:30:49,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770890712738s 2018-10-06 03:30:49,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:30:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:49,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91eb5600-3afe-4a67-b95f-90745402f358 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:30:49,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-91eb5600-3afe-4a67-b95f-90745402f358 2018-10-06 03:30:49,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0831310749054s 2018-10-06 03:30:49,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:30:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:50,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45d0cdc-b73a-41bf-8e52-69148878234d Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "domain_id": "default", "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:30:50,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e45d0cdc-b73a-41bf-8e52-69148878234d 2018-10-06 03:30:50,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102622032166s 2018-10-06 03:30:50,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e45d0cdc-b73a-41bf-8e52-69148878234d 2018-10-06 03:30:50,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:30:50,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:50,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac7f7b1-d7a1-4830-8479-4c6bb135344c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:30:50,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9ac7f7b1-d7a1-4830-8479-4c6bb135344c 2018-10-06 03:30:50,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.073009967804s 2018-10-06 03:30:50,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9ac7f7b1-d7a1-4830-8479-4c6bb135344c 2018-10-06 03:30:50,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:30:50,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=4be65469a0944c53a29a5e783b96bd51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:50,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be461070-136d-4a49-9a32-b3e7810adbe4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=4be65469a0944c53a29a5e783b96bd51", "previous": null, "next": null}} 2018-10-06 03:30:50,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6f17b0ad66d84cdbbd380e1737d88cf2&scope.project.id=de178d42551a47908926a2c3b7951ca3&role.id=4be65469a0944c53a29a5e783b96bd51 used request id req-be461070-136d-4a49-9a32-b3e7810adbe4 2018-10-06 03:30:50,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0863718986511s 2018-10-06 03:30:50,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:30:50,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/4be65469a0944c53a29a5e783b96bd51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:30:50,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a166685-f9c9-4c91-a711-f692b1ce427b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:50,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3/users/6f17b0ad66d84cdbbd380e1737d88cf2/roles/4be65469a0944c53a29a5e783b96bd51 used request id req-1a166685-f9c9-4c91-a711-f692b1ce427b 2018-10-06 03:30:50,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126809835434s 2018-10-06 03:30:50,301 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 03:30:50,301 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 03:30:50,302 - openstack_tests - INFO - OS Credentials = > 2018-10-06 03:30:50,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:50,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:50,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0f12452bf12b448fa2765465bdd719b9", "name": "Member"}, {"id": "4be65469a0944c53a29a5e783b96bd51", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de178d42551a47908926a2c3b7951ca3", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "id": "6f17b0ad66d84cdbbd380e1737d88cf2"}, "audit_ids": ["In2zHwnNQrCF2o8l_cbppA"], "issued_at": "2018-10-06T03:30:50.000000Z"}} 2018-10-06 03:30:50,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fa03868788af7ab6c01e78c388f7449c0131e0a" 2018-10-06 03:30:50,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b60bdce5-8e7a-45fc-92e2-4596bbf8ef62 Date: Sat, 06 Oct 2018 03:30:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:30:50,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-b60bdce5-8e7a-45fc-92e2-4596bbf8ef62 2018-10-06 03:30:50,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fa03868788af7ab6c01e78c388f7449c0131e0a" 2018-10-06 03:30:51,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-618624ee-1e77-4053-9335-f008b52170fb Date: Sat, 06 Oct 2018 03:30:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 03:30:51,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-618624ee-1e77-4053-9335-f008b52170fb 2018-10-06 03:30:51,135 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 03:30:51,135 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-06 03:30:51,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:51,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:51,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0f12452bf12b448fa2765465bdd719b9", "name": "Member"}, {"id": "4be65469a0944c53a29a5e783b96bd51", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de178d42551a47908926a2c3b7951ca3", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "id": "6f17b0ad66d84cdbbd380e1737d88cf2"}, "audit_ids": ["rK6NNOFwROWs28GJEwlARQ"], "issued_at": "2018-10-06T03:30:51.000000Z"}} 2018-10-06 03:30:51,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670ccc90565431709e2afd4ca85ea053e25d3c8" 2018-10-06 03:30:51,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc6bbf6-4dce-4757-85d1-0b920e378b42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:51,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4cc6bbf6-4dce-4757-85d1-0b920e378b42 2018-10-06 03:30:51,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:51,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:51,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0f12452bf12b448fa2765465bdd719b9", "name": "Member"}, {"id": "4be65469a0944c53a29a5e783b96bd51", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de178d42551a47908926a2c3b7951ca3", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "id": "6f17b0ad66d84cdbbd380e1737d88cf2"}, "audit_ids": ["IQCisM1ySEuHfOiNcXeRNg"], "issued_at": "2018-10-06T03:30:51.000000Z"}} 2018-10-06 03:30:51,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:52,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2ae082-cd96-4b7e-916d-86276f1e33a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:52,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fc2ae082-cd96-4b7e-916d-86276f1e33a8 2018-10-06 03:30:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:30:52,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:30:52,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-2e52a857-76f7-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:52,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2077b210-7425-4a3e-9e5d-a36fd931ad8d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-2e52a857-76f7-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 03:30:52,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-2e52a857-76f7-4e6-proj used request id req-2077b210-7425-4a3e-9e5d-a36fd931ad8d 2018-10-06 03:30:52,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:52,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8db1b5e-1f81-4375-834f-1ac07085e5d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:30:52,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f8db1b5e-1f81-4375-834f-1ac07085e5d8 2018-10-06 03:30:52,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}}' 2018-10-06 03:30:52,414 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d55f5bb-c6e7-4f37-8f8e-c468ed349bf4 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:30:52,414 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0d55f5bb-c6e7-4f37-8f8e-c468ed349bf4 2018-10-06 03:30:52,415 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-2e52a857-76f7-4e6-proj 2018-10-06 03:30:52,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:52,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:52,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0f12452bf12b448fa2765465bdd719b9", "name": "Member"}, {"id": "4be65469a0944c53a29a5e783b96bd51", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:30:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de178d42551a47908926a2c3b7951ca3", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "id": "6f17b0ad66d84cdbbd380e1737d88cf2"}, "audit_ids": ["yTXc4kmgRPKQBq8yzKbBhg"], "issued_at": "2018-10-06T03:30:52.000000Z"}} 2018-10-06 03:30:52,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa24daeec2e909f2936af91d75cb0d59416a2f2f" 2018-10-06 03:30:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0080c3f2-8879-4f53-86c0-f286c1a554da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:52,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0080c3f2-8879-4f53-86c0-f286c1a554da 2018-10-06 03:30:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:30:52,885 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:30:52,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa24daeec2e909f2936af91d75cb0d59416a2f2f" 2018-10-06 03:30:52,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d1ab57-f2e7-47fb-9df0-65519359b4e2 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "domain_id": "default", "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:30:52,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-62d1ab57-f2e7-47fb-9df0-65519359b4e2 2018-10-06 03:30:52,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-2e52a857-76f7-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa24daeec2e909f2936af91d75cb0d59416a2f2f" 2018-10-06 03:30:53,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c63525-c2e5-4d2a-80be-9df1403d2cc8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-2e52a857-76f7-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}]} 2018-10-06 03:30:53,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-2e52a857-76f7-4e6-proj used request id req-b3c63525-c2e5-4d2a-80be-9df1403d2cc8 2018-10-06 03:30:53,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa24daeec2e909f2936af91d75cb0d59416a2f2f" 2018-10-06 03:30:53,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61dc064-dc83-4c28-865a-6134e466f0e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 03:30:53,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c61dc064-dc83-4c28-865a-6134e466f0e8 2018-10-06 03:30:53,514 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-2e52a857-76f7-4e6-user 2018-10-06 03:30:53,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:53,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:53,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8226a3bb-f7c6-49fc-b10e-3f28fb328530 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4be65469a0944c53a29a5e783b96bd51", "links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:30:53,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8226a3bb-f7c6-49fc-b10e-3f28fb328530 2018-10-06 03:30:53,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" -d '{"role": {"name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}}' 2018-10-06 03:30:53,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:30:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2853cd80-c357-4f1f-ac46-aa08409298c8 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dc4a5eca187047aa894779ca52265071", "links": {"self": "http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071"}, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}} 2018-10-06 03:30:53,646 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2853cd80-c357-4f1f-ac46-aa08409298c8 2018-10-06 03:30:53,646 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-2e52a857-76f7-4e6-proj-role 2018-10-06 03:30:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:53,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f183d9-6e07-435a-b1c6-f039f1053999 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071"}, "domain_id": null, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role", "id": "dc4a5eca187047aa894779ca52265071"}} 2018-10-06 03:30:53,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071 used request id req-e8f183d9-6e07-435a-b1c6-f039f1053999 2018-10-06 03:30:53,733 - keystone_utils - INFO - Granting role SimpleHealthCheck-2e52a857-76f7-4e6-proj-role to project SimpleHealthCheck-2e52a857-76f7-4e6-proj 2018-10-06 03:30:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308/users/9efb87cac7db45caabc25acba8ed9201/roles/dc4a5eca187047aa894779ca52265071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:30:53,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:30:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6390c48f-267f-4427-99ec-43f695a523a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:30:53,870 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308/users/9efb87cac7db45caabc25acba8ed9201/roles/dc4a5eca187047aa894779ca52265071 used request id req-6390c48f-267f-4427-99ec-43f695a523a2 2018-10-06 03:30:53,870 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:30:53,871 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 03:30:53,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:53,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:54,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4a5eca187047aa894779ca52265071", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}], "expires_at": "2018-10-06T04:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05077bec9b934d8ea831dba3e136e308", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-user", "id": "9efb87cac7db45caabc25acba8ed9201"}, "audit_ids": ["blrQW97iQRmgaoTslz5Fxw"], "issued_at": "2018-10-06T03:30:54.000000Z"}} 2018-10-06 03:30:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:54,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed0bf54-22f2-4043-b4e8-f25fe2976809 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:54,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5ed0bf54-22f2-4043-b4e8-f25fe2976809 2018-10-06 03:30:54,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:54,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-fc30d441-d3c8-47a9-80d8-0925df2c1627 Date: Sat, 06 Oct 2018 03:30:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image"} 2018-10-06 03:30:54,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image used request id req-fc30d441-d3c8-47a9-80d8-0925df2c1627 2018-10-06 03:30:54,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:54,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e6bf9bf6-5143-49d7-9bb2-80e08d9b5425 Date: Sat, 06 Oct 2018 03:30: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", "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-10-06 03:30:54,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e6bf9bf6-5143-49d7-9bb2-80e08d9b5425 2018-10-06 03:30:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image"}' 2018-10-06 03:30:54,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c X-Openstack-Request-Id: req-4ad3b6c7-b551-4910-b17d-0d08a2ac7391 Date: Sat, 06 Oct 2018 03:30:54 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:30:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T03:30:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "min_disk": 0, "protected": false, "id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "file": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file", "checksum": null, "owner": "05077bec9b934d8ea831dba3e136e308", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:30:54,934 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4ad3b6c7-b551-4910-b17d-0d08a2ac7391 2018-10-06 03:30:54,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" -d '' 2018-10-06 03:30:56,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2061b9bc-bfbb-41ab-84ce-6f61012ef15a Date: Sat, 06 Oct 2018 03:30:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:30:56,813 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file used request id req-2061b9bc-bfbb-41ab-84ce-6f61012ef15a 2018-10-06 03:30:56,813 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:30:56,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:56,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8e389ad3-6424-455b-9014-ff0790348781 Date: Sat, 06 Oct 2018 03:30:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:30:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:30:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "metadata": {}}], "self": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "min_disk": 0, "protected": false, "id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "file": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05077bec9b934d8ea831dba3e136e308", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:30:56,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c used request id req-8e389ad3-6424-455b-9014-ff0790348781 2018-10-06 03:30:56,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:57,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-077aebcb-24d1-459c-96c4-7caf90eeb61d Date: Sat, 06 Oct 2018 03:30: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", "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-10-06 03:30:57,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-077aebcb-24d1-459c-96c4-7caf90eeb61d 2018-10-06 03:30:57,148 - create_image - INFO - Created image with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image 2018-10-06 03:30:57,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:30:57,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8e575c67-5f96-4cae-a582-90c216de9036 Date: Sat, 06 Oct 2018 03:30:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:30:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:30:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "metadata": {}}], "self": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "min_disk": 0, "protected": false, "id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "file": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05077bec9b934d8ea831dba3e136e308", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 03:30:57,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c used request id req-8e575c67-5f96-4cae-a582-90c216de9036 2018-10-06 03:30:57,168 - create_image - DEBUG - Instance status is - active 2018-10-06 03:30:57,169 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image 2018-10-06 03:30:57,169 - create_image - INFO - Image is now active with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image 2018-10-06 03:30:57,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:30:57,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:30:57,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4a5eca187047aa894779ca52265071", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}], "expires_at": "2018-10-06T04:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05077bec9b934d8ea831dba3e136e308", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-user", "id": "9efb87cac7db45caabc25acba8ed9201"}, "audit_ids": ["o37A8lkoRD2iPopCbmInYw"], "issued_at": "2018-10-06T03:30:57.000000Z"}} 2018-10-06 03:30:57,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:30:57,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e850d22c-ec40-4146-9c03-0249717f1b23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:30:57,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e850d22c-ec40-4146-9c03-0249717f1b23 2018-10-06 03:30:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:30:57,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-09f8edc8-15c0-4435-a550-5cb66c06b10e Date: Sat, 06 Oct 2018 03:30:57 GMT RESP BODY: {"networks":[]} 2018-10-06 03:30:57,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-09f8edc8-15c0-4435-a550-5cb66c06b10e 2018-10-06 03:30:57,810 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net 2018-10-06 03:30:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" -d '{"network": {"name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net", "admin_state_up": true}}' 2018-10-06 03:30:58,350 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6e3cd932-c810-45c0-8567-88771bf267dc Date: Sat, 06 Oct 2018 03:30:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4d595777-9245-4752-b4f8-571d663d21f3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:30:58Z","is_default":false,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","mtu":1450}} 2018-10-06 03:30:58,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6e3cd932-c810-45c0-8567-88771bf267dc 2018-10-06 03:30:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:30:58,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-c0187160-e40c-4c37-8eab-331e231bd9b7 Date: Sat, 06 Oct 2018 03:30:58 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-10-06T03:30:58Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:30:58,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-c0187160-e40c-4c37-8eab-331e231bd9b7 2018-10-06 03:30:58,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:30:58,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6d306cf-f7fd-4a92-ba77-de7129149c5f Date: Sat, 06 Oct 2018 03:30:58 GMT RESP BODY: {"subnets":[]} 2018-10-06 03:30:58,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-e6d306cf-f7fd-4a92-ba77-de7129149c5f 2018-10-06 03:30:58,788 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet 2018-10-06 03:30:58,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" -d '{"subnets": [{"ip_version": 4, "network_id": "4d595777-9245-4752-b4f8-571d663d21f3", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]}' 2018-10-06 03:30:59,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-433fdf9b-a44d-4a13-aa86-877d3f25818a Date: Sat, 06 Oct 2018 03:30:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","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":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:30:59,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-433fdf9b-a44d-4a13-aa86-877d3f25818a 2018-10-06 03:30:59,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:30:59,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-aad45dda-5caf-4981-a937-66af802b90f7 Date: Sat, 06 Oct 2018 03:30: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:30:59,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-aad45dda-5caf-4981-a937-66af802b90f7 2018-10-06 03:30:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:31:00,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f3442879-bcd4-4d93-9c21-b88c24d3f217 Date: Sat, 06 Oct 2018 03:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:00,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-f3442879-bcd4-4d93-9c21-b88c24d3f217 2018-10-06 03:31:00,059 - OpenStackNetwork - DEBUG - Network [4d595777-9245-4752-b4f8-571d663d21f3] created successfully 2018-10-06 03:31:00,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:31:00,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:31:00,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0f12452bf12b448fa2765465bdd719b9", "name": "Member"}, {"id": "4be65469a0944c53a29a5e783b96bd51", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T04:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de178d42551a47908926a2c3b7951ca3", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de178d42551a47908926a2c3b7951ca3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "id": "6f17b0ad66d84cdbbd380e1737d88cf2"}, "audit_ids": ["LwdBSpUYQMeD7pUnWb6rXQ"], "issued_at": "2018-10-06T03:31:00.000000Z"}} 2018-10-06 03:31:00,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391b4c82e0ffa3d0c63bd6dea89f5e481d61d43e" 2018-10-06 03:31:00,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01901c88-9ae5-4d1d-acfd-075261546b9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:00,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01901c88-9ae5-4d1d-acfd-075261546b9a 2018-10-06 03:31:00,540 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:31:00,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391b4c82e0ffa3d0c63bd6dea89f5e481d61d43e" 2018-10-06 03:31:00,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-ccbd8973-a8d3-4f12-89d3-69b3ea8c132e x-compute-request-id: req-ccbd8973-a8d3-4f12-89d3-69b3ea8c132e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 03:31:00,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ccbd8973-a8d3-4f12-89d3-69b3ea8c132e 2018-10-06 03:31:00,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391b4c82e0ffa3d0c63bd6dea89f5e481d61d43e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-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-10-06 03:31:00,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-879edcb8-0983-4eb8-82f5-35c672d9b181 x-compute-request-id: req-879edcb8-0983-4eb8-82f5-35c672d9b181 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:31:00,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-879edcb8-0983-4eb8-82f5-35c672d9b181 2018-10-06 03:31:00,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:31:00,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:31:01,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4a5eca187047aa894779ca52265071", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}], "expires_at": "2018-10-06T04:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05077bec9b934d8ea831dba3e136e308", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-user", "id": "9efb87cac7db45caabc25acba8ed9201"}, "audit_ids": ["hJXvYyveS-yw7wAD2G6gMg"], "issued_at": "2018-10-06T03:31:01.000000Z"}} 2018-10-06 03:31:01,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:01,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b8ad0d-a5e9-4f21-9319-95119cabdf98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:01,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c9b8ad0d-a5e9-4f21-9319-95119cabdf98 2018-10-06 03:31:01,228 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 03:31:01,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:01,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51bf1c52-ced5-44b4-9277-e255259332c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:01,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-51bf1c52-ced5-44b4-9277-e255259332c5 2018-10-06 03:31:01,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:01,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-66247256-248c-412f-8e3e-75deb2623262 Date: Sat, 06 Oct 2018 03:31: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:01,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-66247256-248c-412f-8e3e-75deb2623262 2018-10-06 03:31:01,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:31:01,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:31:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:31:01,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:01,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb72046c-7655-4dfc-ab43-40d98099e451 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:01,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-eb72046c-7655-4dfc-ab43-40d98099e451 2018-10-06 03:31:01,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:01,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1592cddc-a198-485b-bb75-724d286fcc67 Date: Sat, 06 Oct 2018 03:31:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:01,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-1592cddc-a198-485b-bb75-724d286fcc67 2018-10-06 03:31:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:02,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-637fbc12-7e24-47cd-9a1d-a9702ebb0838 Date: Sat, 06 Oct 2018 03:31:02 GMT RESP BODY: {"ports":[]} 2018-10-06 03:31:02,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True used request id req-637fbc12-7e24-47cd-9a1d-a9702ebb0838 2018-10-06 03:31:02,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:02,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-3e697c10-0c61-476e-9820-977caa439c91 x-compute-request-id: req-3e697c10-0c61-476e-9820-977caa439c91 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:31:02,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst used request id req-3e697c10-0c61-476e-9820-977caa439c91 2018-10-06 03:31:02,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:02,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-012e8ecd-e18a-4025-8b12-f2bfc883f7c5 Date: Sat, 06 Oct 2018 03:31: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:02,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-012e8ecd-e18a-4025-8b12-f2bfc883f7c5 2018-10-06 03:31:02,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:02,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d250ee08-274d-423a-a7e2-fdf8df6e938b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:02,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-d250ee08-274d-423a-a7e2-fdf8df6e938b 2018-10-06 03:31:02,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:03,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-994ac98d-5b4c-4d99-b6bf-8f353b7ff605 Date: Sat, 06 Oct 2018 03:31:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:03,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-994ac98d-5b4c-4d99-b6bf-8f353b7ff605 2018-10-06 03:31:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:03,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e38e967e-f734-4d49-947b-d0bfc45bcc38 Date: Sat, 06 Oct 2018 03:31:03 GMT RESP BODY: {"ports":[]} 2018-10-06 03:31:03,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True used request id req-e38e967e-f734-4d49-947b-d0bfc45bcc38 2018-10-06 03:31:03,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 03:31:03,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:31:03,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4a5eca187047aa894779ca52265071", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj-role"}], "expires_at": "2018-10-06T04:31:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05077bec9b934d8ea831dba3e136e308", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/05077bec9b934d8ea831dba3e136e308", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-2e52a857-76f7-4e6-user", "id": "9efb87cac7db45caabc25acba8ed9201"}, "audit_ids": ["0m7kEIKtQvS9yXIYYyWLPg"], "issued_at": "2018-10-06T03:31:03.000000Z"}} 2018-10-06 03:31:03,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c947fee279e3c5d7f938b7b93649b8558dfcd252" 2018-10-06 03:31:03,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75730e2e-de11-44fe-ad8e-f3da5aeda2e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:03,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-75730e2e-de11-44fe-ad8e-f3da5aeda2e0 2018-10-06 03:31:03,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:03,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6980dcf2-dd98-4f24-aee9-4565682829cc Date: Sat, 06 Oct 2018 03: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:03,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-6980dcf2-dd98-4f24-aee9-4565682829cc 2018-10-06 03:31:03,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:04,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2aae7648-c94e-42a4-8057-c14bde3bf426 Date: Sat, 06 Oct 2018 03:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:04,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-2aae7648-c94e-42a4-8057-c14bde3bf426 2018-10-06 03:31:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:04,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-da693986-9b5d-46f1-8fa0-f8fe745266b0 Date: Sat, 06 Oct 2018 03:31: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:04,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-da693986-9b5d-46f1-8fa0-f8fe745266b0 2018-10-06 03:31:04,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:31:04,296 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:31:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:31:04,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c947fee279e3c5d7f938b7b93649b8558dfcd252" 2018-10-06 03:31:04,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e419e9-2f62-4bd2-b80e-526fcedb3d64 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:04,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-c1e419e9-2f62-4bd2-b80e-526fcedb3d64 2018-10-06 03:31:04,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:04,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a43b7804-fe6d-4763-a723-05131610c743 Date: Sat, 06 Oct 2018 03:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:04,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-a43b7804-fe6d-4763-a723-05131610c743 2018-10-06 03:31:04,531 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net 2018-10-06 03:31:04,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" -d '{"port": {"network_id": "4d595777-9245-4752-b4f8-571d663d21f3", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1", "admin_state_up": true}}' 2018-10-06 03:31:05,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-3dd0cdc6-d0fa-49fd-bea2-8dedb7b19882 Date: Sat, 06 Oct 2018 03:31:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.12"}],"id":"b351b336-f752-4342-82b0-b5082f3b6546","security_groups":["958c151b-d962-4f5d-ac3b-b08c7c9bfe7d"],"mac_address":"fa:16:3e:bd:99:ea","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1","project_id":"05077bec9b934d8ea831dba3e136e308","qos_policy_id":null,"admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:31:04Z","binding:vnic_type":"normal"}} 2018-10-06 03:31:05,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-3dd0cdc6-d0fa-49fd-bea2-8dedb7b19882 2018-10-06 03:31:05,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0ac29061-b984-4a54-a03c-ebbf965e78a4 Date: Sat, 06 Oct 2018 03:31: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:05,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-0ac29061-b984-4a54-a03c-ebbf965e78a4 2018-10-06 03:31:05,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786ff410-57f7-403f-a37c-38e74a897b1e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:05,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-786ff410-57f7-403f-a37c-38e74a897b1e 2018-10-06 03:31:05,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2c5e8d73-342b-40fc-92ea-85329d99d233 Date: Sat, 06 Oct 2018 03:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:05,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-2c5e8d73-342b-40fc-92ea-85329d99d233 2018-10-06 03:31:05,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-e27969a0-d970-424a-b010-0e04ff398dba Date: Sat, 06 Oct 2018 03:31:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.12"}],"id":"b351b336-f752-4342-82b0-b5082f3b6546","security_groups":["958c151b-d962-4f5d-ac3b-b08c7c9bfe7d"],"mac_address":"fa:16:3e:bd:99:ea","project_id":"05077bec9b934d8ea831dba3e136e308","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1","admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:31:04Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 03:31:05,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1&admin_state_up=True used request id req-e27969a0-d970-424a-b010-0e04ff398dba 2018-10-06 03:31:05,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56e5523-04ed-4158-bf61-147b70fbb787 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:05,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-c56e5523-04ed-4158-bf61-147b70fbb787 2018-10-06 03:31:05,928 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst 2018-10-06 03:31:05,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-9398f18a-6e80-42e9-bb14-8cfe05dc5a4e x-compute-request-id: req-9398f18a-6e80-42e9-bb14-8cfe05dc5a4e Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}], "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-flavor-name"}]} 2018-10-06 03:31:05,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9398f18a-6e80-42e9-bb14-8cfe05dc5a4e 2018-10-06 03:31:05,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:05,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-75355bea-df71-44ec-ba75-1ea374e947d3 x-compute-request-id: req-75355bea-df71-44ec-ba75-1ea374e947d3 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:31:05,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c used request id req-75355bea-df71-44ec-ba75-1ea374e947d3 2018-10-06 03:31:05,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:06,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9fc1dfaf-8e9a-4b53-bd00-e6e13d9c6bc6 Date: Sat, 06 Oct 2018 03:31:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T03:30:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T03:30:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "metadata": {}}], "self": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "min_disk": 0, "protected": false, "id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "file": "/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05077bec9b934d8ea831dba3e136e308", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image"} 2018-10-06 03:31:06,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image used request id req-9fc1dfaf-8e9a-4b53-bd00-e6e13d9c6bc6 2018-10-06 03:31:06,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:06,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f195f98-8115-41c0-b7b8-3d4998a8a0c8 Date: Sat, 06 Oct 2018 03:31: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", "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-10-06 03:31:06,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6f195f98-8115-41c0-b7b8-3d4998a8a0c8 2018-10-06 03:31:06,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" -d '{"server": {"name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "imageRef": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "flavorRef": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "max_count": 1, "min_count": 1, "networks": [{"port": "b351b336-f752-4342-82b0-b5082f3b6546"}]}}' 2018-10-06 03:31:07,908 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:31: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-5cae4632-02d9-4f52-969e-1caf5992fcc8 x-compute-request-id: req-5cae4632-02d9-4f52-969e-1caf5992fcc8 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "adminPass": "vr7SBffzbYh3"}} 2018-10-06 03:31:07,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5cae4632-02d9-4f52-969e-1caf5992fcc8 2018-10-06 03:31:07,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:08,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-8775c921-8504-4e9f-9c7d-48678d4a8fa1 x-compute-request-id: req-8775c921-8504-4e9f-9c7d-48678d4a8fa1 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:31:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:08,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-8775c921-8504-4e9f-9c7d-48678d4a8fa1 2018-10-06 03:31:08,145 - create_instance - INFO - Created instance with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst 2018-10-06 03:31:08,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:08,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-b9f5753a-30f1-465d-9fb1-4a7a41ea6e87 x-compute-request-id: req-b9f5753a-30f1-465d-9fb1-4a7a41ea6e87 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.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:31:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:08,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-b9f5753a-30f1-465d-9fb1-4a7a41ea6e87 2018-10-06 03:31:08,512 - create_instance - DEBUG - Instance status [SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst] is - BUILD 2018-10-06 03:31:08,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:31:11,515 - create_instance - DEBUG - VM status query timeout in 896.630325079 2018-10-06 03:31:11,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:11,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-104691a7-2ac6-418d-9d6c-dc7c0b3d17ee x-compute-request-id: req-104691a7-2ac6-418d-9d6c-dc7c0b3d17ee 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.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "security_groups": [{"name": "default"}], "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:31:08Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:11,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-104691a7-2ac6-418d-9d6c-dc7c0b3d17ee 2018-10-06 03:31:11,948 - create_instance - DEBUG - Instance status [SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst] is - BUILD 2018-10-06 03:31:11,948 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:31:14,951 - create_instance - DEBUG - VM status query timeout in 893.194698095 2018-10-06 03:31:14,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:15,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-c232bda3-e52b-49b4-b6c6-edd8f444d07b x-compute-request-id: req-c232bda3-e52b-49b4-b6c6-edd8f444d07b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:99:ea", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:31:08.000000", "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "security_groups": [{"name": "default"}], "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:31:13Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:15,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-c232bda3-e52b-49b4-b6c6-edd8f444d07b 2018-10-06 03:31:15,408 - create_instance - DEBUG - Instance status [SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst] is - ACTIVE 2018-10-06 03:31:15,408 - create_instance - INFO - VM is - ACTIVE 2018-10-06 03:31:15,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:16,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-0e7b9b39-d7cd-4b98-a632-648028caaf09 x-compute-request-id: req-0e7b9b39-d7cd-4b98-a632-648028caaf09 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:99:ea", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:31:08.000000", "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "security_groups": [{"name": "default"}], "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:31:13Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:16,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-0e7b9b39-d7cd-4b98-a632-648028caaf09 2018-10-06 03:31:16,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:16,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-361211f0-6cd9-4e7f-b371-d7940d561de1 Date: Sat, 06 Oct 2018 03:31: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":["c782497f-1195-4d05-9a29-2097c4465a8b"],"updated_at":"2018-10-06T03:30:59Z","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05077bec9b934d8ea831dba3e136e308","id":"4d595777-9245-4752-b4f8-571d663d21f3","name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net"}]} 2018-10-06 03:31:16,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net used request id req-361211f0-6cd9-4e7f-b371-d7940d561de1 2018-10-06 03:31:16,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:16,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53271ccf-e426-4835-a6b9-6065ff280e7c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:16,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-53271ccf-e426-4835-a6b9-6065ff280e7c 2018-10-06 03:31:16,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:16,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c547cc76-7432-4106-bcfa-c870dd0da052 Date: Sat, 06 Oct 2018 03:31:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","dns_nameservers":[],"updated_at":"2018-10-06T03:30:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05077bec9b934d8ea831dba3e136e308","id":"c782497f-1195-4d05-9a29-2097c4465a8b","subnetpool_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet"}]} 2018-10-06 03:31:16,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-c547cc76-7432-4106-bcfa-c870dd0da052 2018-10-06 03:31:16,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:16,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-77c07113-f3f4-4c56-a4ff-37fe4a503906 Date: Sat, 06 Oct 2018 03:31:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.2"}],"id":"1255a96f-2924-4dbb-9ce3-64a8f6222e8a","security_groups":[],"mac_address":"fa:16:3e:d9:76:08","project_id":"05077bec9b934d8ea831dba3e136e308","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:30:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d595777-9245-4752-b4f8-571d663d21f3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.12"}],"id":"b351b336-f752-4342-82b0-b5082f3b6546","security_groups":["958c151b-d962-4f5d-ac3b-b08c7c9bfe7d"],"mac_address":"fa:16:3e:bd:99:ea","project_id":"05077bec9b934d8ea831dba3e136e308","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1","admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:31:04Z","binding:vnic_type":"normal","device_id":"86e39c1d-7136-46e2-9fd1-b43fe0fec77b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.3"}],"id":"b3b645ca-83a9-409d-b111-307a094277dc","security_groups":[],"mac_address":"fa:16:3e:26:84:ee","project_id":"05077bec9b934d8ea831dba3e136e308","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:31:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d595777-9245-4752-b4f8-571d663d21f3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:31:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c782497f-1195-4d05-9a29-2097c4465a8b","ip_address":"10.55.0.4"}],"id":"ddb3bdef-f356-456d-ac42-99b4e240623b","security_groups":[],"mac_address":"fa:16:3e:51:4e:80","project_id":"05077bec9b934d8ea831dba3e136e308","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d595777-9245-4752-b4f8-571d663d21f3","tenant_id":"05077bec9b934d8ea831dba3e136e308","created_at":"2018-10-06T03:31:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d595777-9245-4752-b4f8-571d663d21f3"}]} 2018-10-06 03:31:16,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=4d595777-9245-4752-b4f8-571d663d21f3 used request id req-77c07113-f3f4-4c56-a4ff-37fe4a503906 2018-10-06 03:31:16,628 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-10-06 03:31:16,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:17,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-7567e503-2f4a-4d32-b740-e03fb87ccfef x-compute-request-id: req-7567e503-2f4a-4d32-b740-e03fb87ccfef Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:99:ea", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:31:08.000000", "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "security_groups": [{"name": "default"}], "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:31:13Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:17,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-7567e503-2f4a-4d32-b740-e03fb87ccfef 2018-10-06 03:31:17,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 03:31:18,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-2dc413be-5439-4b30-9d25-27b6567e4fe1 x-compute-request-id: req-2dc413be-5439-4b30-9d25-27b6567e4fe1 Content-Encoding: gzip Content-Length: 9397 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 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 533428929 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.134800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136450] pid_max: default: 32768 minimum: 301\n[ 0.137342] ACPI: Core revision 20150930\n[ 0.138721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140065] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141608] AppArmor: AppArmor initialized\n[ 0.142461] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143753] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144997] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146186] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147553] Initializing cgroup subsys io\n[ 0.148364] Initializing cgroup subsys memory\n[ 0.149213] Initializing cgroup subsys devices\n[ 0.150088] Initializing cgroup subsys freezer\n[ 0.151023] Initializing cgroup subsys net_cls\n[ 0.151887] Initializing cgroup subsys perf_event\n[ 0.152786] Initializing cgroup subsys net_prio\n[ 0.153983] Initializing cgroup subsys hugetlb\n[ 0.155127] Initializing cgroup subsys pids\n[ 0.156259] CPU: Physical Processor ID: 0\n[ 0.158035] mce: CPU supports 10 MCE banks\n[ 0.159115] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160414] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172581] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179530] ftrace: allocating 31920 entries in 125 pages\n[ 0.205896] smpboot: Max logical packages: 1\n[ 0.207040] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208795] x2apic enabled\n[ 0.209775] Switched APIC routing to physical x2apic.\n[ 0.211852] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213349] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217873] KVM setup paravirtual spinlock\n[ 0.219166] x86: Booted up 1 node, 1 CPUs\n[ 0.219970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221353] devtmpfs: initialized\n[ 0.223066] evm: security.selinux\n[ 0.223812] evm: security.SMACK64\n[ 0.224498] evm: security.SMACK64EXEC\n[ 0.225232] evm: security.SMACK64TRANSMUTE\n[ 0.226028] evm: security.SMACK64MMAP\n[ 0.226772] evm: security.ima\n[ 0.227410] evm: security.capability\n[ 0.228211] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230037] pinctrl core: initialized pinctrl subsystem\n[ 0.231129] RTC time: 3:31:08, date: 10/06/18\n[ 0.232075] NET: Registered protocol family 16\n[ 0.233031] cpuidle: using governor ladder\n[ 0.233837] cpuidle: using governor menu\n[ 0.234649] PCCT header not found.\n[ 0.235406] ACPI: bus type PCI registered\n[ 0.236199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237424] PCI: Using configuration type 1 for base access\n[ 0.239149] ACPI: Added _OSI(Module Device)\n[ 0.239986] ACPI: Added _OSI(Processor Device)\n[ 0.240845] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241998] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244475] ACPI: Interpreter enabled\n[ 0.245472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253037] ACPI: (supports S0 S5)\n[ 0.253740] ACPI: Using IOAPIC for interrupt routing\n[ 0.254808] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257877] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258999] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263569] acpiphp: Slot [3] registered\n[ 0.264380] acpiphp: Slot [4] registered\n[ 0.265167] acpiphp: Slot [5] registered\n[ 0.265968] acpiphp: Slot [6] registered\n[ 0.266758] acpiphp: Slot [7] registered\n[ 0.267541] acpiphp: Slot [8] registered\n[ 0.268333] acpiphp: Slot [9] registered\n[ 0.269115] acpiphp: Slot [10] registered\n[ 0.269917] acpiphp: Slot [11] registered\n[ 0.270741] acpiphp: Slot [12] registered\n[ 0.271543] acpiphp: Slot [13] registered\n[ 0.272340] acpiphp: Slot [14] registered\n[ 0.273132] acpiphp: Slot [15] registered\n[ 0.283999] acpiphp: Slot [16] registered\n[ 0.284806] acpiphp: Slot [17] registered\n[ 0.285609] acpiphp: Slot [18] registered\n[ 0.286410] acpiphp: Slot [19] registered\n[ 0.287206] acpiphp: Slot [20] registered\n[ 0.288017] acpiphp: Slot [21] registered\n[ 0.288822] acpiphp: Slot [22] registered\n[ 0.289623] acpiphp: Slot [23] registered\n[ 0.290426] acpiphp: Slot [24] registered\n[ 0.291222] acpiphp: Slot [25] registered\n[ 0.292028] acpiphp: Slot [26] registered\n[ 0.292832] acpiphp: Slot [27] registered\n[ 0.293638] acpiphp: Slot [28] registered\n[ 0.294437] acpiphp: Slot [29] registered\n[ 0.295231] acpiphp: Slot [30] registered\n[ 0.296038] acpiphp: Slot [31] registered\n[ 0.296838] PCI host bridge to bus 0000:00\n[ 0.297636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298827] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300017] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301442] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.302859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309147] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311579] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320002] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321415] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372709] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374132] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378190] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381918] vgaarb: loaded\n[ 0.382513] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383637] SCSI subsystem initialized\n[ 0.384452] ACPI: bus type USB registered\n[ 0.385256] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387266] usbcore: registered new device driver usb\n[ 0.388315] PCI: Using ACPI for IRQ routing\n[ 0.389327] NetLabel: Initializing\n[ 0.390028] NetLabel: domain hash size = 128\n[ 0.390866] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391800] NetLabel: unlabeled traffic allowed by default\n[ 0.392878] clocksource: Switched to clocksource kvm-clock\n[ 0.398149] AppArmor: AppArmor Filesystem Enabled\n[ 0.399114] pnp: PnP ACPI init\n[ 0.400016] pnp: PnP ACPI: found 5 devices\n[ 0.406042] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407716] NET: Registered protocol family 2\n[ 0.408668] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.409937] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411084] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412224] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413281] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414431] NET: Registered protocol family 1\n[ 0.415279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416361] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417419] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446018] Trying to unpack rootfs image as initramfs...\n[ 0.495561] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.509733] Scanning for low memory corruption every 60 seconds\n[ 0.511044] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512172] audit: initializing netlink subsys (disabled)\n[ 0.513183] audit: type=2000 audit(1538796669.139:1): initialized\n[ 0.514466] Initialise system trusted keyring\n[ 0.515394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516548] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518542] zbud: loaded\n[ 0.519235] VFS: Disk quotas dquot_6.6.0\n[ 0.520047] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521564] fuse init (API version 7.23)\n[ 0.522479] Key type big_key registered\n[ 0.523268] Allocating IMA MOK and blacklist keyrings.\n[ 0.524401] Key type asymmetric registered\n[ 0.525258] Asymmetric key parser 'x509' registered\n[ 0.526207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527662] io scheduler noop registered\n[ 0.528453] io scheduler deadline registered (default)\n[ 0.529445] io scheduler cfq registered\n[ 0.530270] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532556] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534006] ACPI: Power Button [PWRF]\n[ 0.534837] GHES: HEST is not enabled!\n[ 0.550239] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579017] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581486] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605608] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607761] Linux agpgart interface v0.103\n[ 0.610201] brd: module loaded\n[ 0.611380] loop: module loaded\n[ 0.616350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617791] GPT:90111 != 20971519\n[ 0.618473] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619546] GPT:90111 != 20971519\n[ 0.620220] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621175] vda: vda1 vda15\n[ 0.622598] scsi host0: ata_piix\n[ 0.623346] scsi host1: ata_piix\n[ 0.624041] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627037] libphy: Fixed MDIO Bus: probed\n[ 0.627850] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628784] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630897] PPP generic driver version 2.4.2\n[ 0.632082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633431] ehci-pci: EHCI PCI platform driver\n[ 0.634296] ehci-platform: EHCI generic platform driver\n[ 0.635262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636370] ohci-pci: OHCI PCI platform driver\n[ 0.637231] ohci-platform: OHCI generic platform driver\n[ 0.638210] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652606] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656041] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659751] usb usb1: Product: UHCI Host Controller\n[ 0.660673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661801] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662842] hub 1-0:1.0: USB hub found\n[ 0.663614] hub 1-0:1.0: 2 ports detected\n[ 0.664508] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666608] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668580] mousedev: PS/2 mouse device common for all mice\n[ 0.669833] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671650] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672731] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675108] i2c /dev entries driver\n[ 0.675860] device-mapper: uevent: version 1.0.3\n[ 0.676785] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679658] NET: Registered protocol family 10\n[ 0.680648] NET: Registered protocol family 17\n[ 0.681535] Key type dns_resolver registered\n[ 0.682453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683525] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685253] registered taskstats version 1\n[ 0.686080] Loading compiled-in X.509 certificates\n[ 0.687531] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689369] zswap: loaded using pool lzo/zbud\n[ 0.690735] Key type trusted registered\n[ 0.692267] Key type encrypted registered\n[ 0.693102] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694127] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695155] evm: HMAC attrs: 0x1\n[ 0.696083] Magic number: 6:268:512\n[ 0.696938] rtc_cmos 00:00: setting system clock to 2018-10-06 03:31:08 UTC (1538796668)\n[ 0.698528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699634] EDD information not available.\n[ 0.786112] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787672] Write protecting the kernel read-only data: 14336k\n[ 0.799555] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801373] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848397] 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 1.00\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.55.0.12...\nLease of 10.55.0.12 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.17. iid=i-0000001d\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCSwUdPoEk5VsnIxqoSVs5WNf1h7PI755uNKZu+f+OST9DY+aB15XeRZGcws2V/UpIWWysdCtAm1tB/KGEHKMet7SGG7+Rp4CD9PoIPIO0QzVjz7CpFW+/ZdNQp9gh8rj++TLxSQ/SHazD8F46msZNKchrgSUgW4PXFq+Bcq7pIYhLo7NbPYvnTdTE9E+jHSgRzh8afv1zzyo7IhbZT+4ps/WNeLLSNyzkgmc6hT+ZEH5JJnlNaM1cx4EVb9BBiLQOWu8qmBFQSvBl+CuQMS5B0gtd/QoeiVO/EvpytntYSQeNWR7zmR7VkZgtoN8qnVeNitUry+PkLvNg99sjaxecb root@simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAPgxkCUbXbzgsbpbVBLYMeVspr0P+JWa3j0AqAX5zdykW5BHdhnsLYW/MrBwjSWZRkRmQikIo+fxjdIsi/SSbSrHTWhppgpvz3+uc+fVNqOa/6QmzBU8yrqW6LBJgNGqlEdDNdoJo0hrAaQCdoWLI9ceRChKBsDJuroWrPEIkJohAAAAFQDT67EDEr7YPtVP0PNwapPcxuvCMwAAAIEAiRMOC0puSzJ6Y6D1+4oABjQqE1+pssaVUfzbyzLsGlLL21nxWF/xGZ9gFS5VZw66JpiaJvulWAMf2nSjd0xXuUn3O+gLp2yxueILBuSQn5PvPy/yvvGSlJE6UD6UOYnxPSrXsrNEukfCy3q0XlFypBUKBsG3V78f4zHdJGPpM8YAAACAV0/VniMua2S+Q6JO8WffiG846bzLzWswMbdcjE05PjpRl2C5unD0dUE/Hi4XXGIJO0SNFYU8Zmjgw1fuZ/wDzMDtVmJduYousZOB1/hK8DtUqPS7Q4tCDTqPrqMgitrZ61vOM17y6+SeAE5zdx68aHD/KYBpMkeSSr1Bs9wLimQ= root@simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-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.12,24,fe80::f816:3eff:febd:99ea/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.69 ===\n"} 2018-10-06 03:31:18,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b/action used request id req-2dc413be-5439-4b30-9d25-27b6567e4fe1 2018-10-06 03:31:18,217 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 03:31:18,217 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 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 533428929 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.134800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136450] pid_max: default: 32768 minimum: 301 [ 0.137342] ACPI: Core revision 20150930 [ 0.138721] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140065] Security Framework initialized [ 0.140878] Yama: becoming mindful. [ 0.141608] AppArmor: AppArmor initialized [ 0.142461] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143753] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144997] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146186] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147553] Initializing cgroup subsys io [ 0.148364] Initializing cgroup subsys memory [ 0.149213] Initializing cgroup subsys devices [ 0.150088] Initializing cgroup subsys freezer [ 0.151023] Initializing cgroup subsys net_cls [ 0.151887] Initializing cgroup subsys perf_event [ 0.152786] Initializing cgroup subsys net_prio [ 0.153983] Initializing cgroup subsys hugetlb [ 0.155127] Initializing cgroup subsys pids [ 0.156259] CPU: Physical Processor ID: 0 [ 0.158035] mce: CPU supports 10 MCE banks [ 0.159115] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160414] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172581] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179530] ftrace: allocating 31920 entries in 125 pages [ 0.205896] smpboot: Max logical packages: 1 [ 0.207040] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208795] x2apic enabled [ 0.209775] Switched APIC routing to physical x2apic. [ 0.211852] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213349] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217873] KVM setup paravirtual spinlock [ 0.219166] x86: Booted up 1 node, 1 CPUs [ 0.219970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221353] devtmpfs: initialized [ 0.223066] evm: security.selinux [ 0.223812] evm: security.SMACK64 [ 0.224498] evm: security.SMACK64EXEC [ 0.225232] evm: security.SMACK64TRANSMUTE [ 0.226028] evm: security.SMACK64MMAP [ 0.226772] evm: security.ima [ 0.227410] evm: security.capability [ 0.228211] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230037] pinctrl core: initialized pinctrl subsystem [ 0.231129] RTC time: 3:31:08, date: 10/06/18 [ 0.232075] NET: Registered protocol family 16 [ 0.233031] cpuidle: using governor ladder [ 0.233837] cpuidle: using governor menu [ 0.234649] PCCT header not found. [ 0.235406] ACPI: bus type PCI registered [ 0.236199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237424] PCI: Using configuration type 1 for base access [ 0.239149] ACPI: Added _OSI(Module Device) [ 0.239986] ACPI: Added _OSI(Processor Device) [ 0.240845] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241998] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244475] ACPI: Interpreter enabled [ 0.245472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253037] ACPI: (supports S0 S5) [ 0.253740] ACPI: Using IOAPIC for interrupt routing [ 0.254808] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257877] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258999] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263569] acpiphp: Slot [3] registered [ 0.264380] acpiphp: Slot [4] registered [ 0.265167] acpiphp: Slot [5] registered [ 0.265968] acpiphp: Slot [6] registered [ 0.266758] acpiphp: Slot [7] registered [ 0.267541] acpiphp: Slot [8] registered [ 0.268333] acpiphp: Slot [9] registered [ 0.269115] acpiphp: Slot [10] registered [ 0.269917] acpiphp: Slot [11] registered [ 0.270741] acpiphp: Slot [12] registered [ 0.271543] acpiphp: Slot [13] registered [ 0.272340] acpiphp: Slot [14] registered [ 0.273132] acpiphp: Slot [15] registered [ 0.283999] acpiphp: Slot [16] registered [ 0.284806] acpiphp: Slot [17] registered [ 0.285609] acpiphp: Slot [18] registered [ 0.286410] acpiphp: Slot [19] registered [ 0.287206] acpiphp: Slot [20] registered [ 0.288017] acpiphp: Slot [21] registered [ 0.288822] acpiphp: Slot [22] registered [ 0.289623] acpiphp: Slot [23] registered [ 0.290426] acpiphp: Slot [24] registered [ 0.291222] acpiphp: Slot [25] registered [ 0.292028] acpiphp: Slot [26] registered [ 0.292832] acpiphp: Slot [27] registered [ 0.293638] acpiphp: Slot [28] registered [ 0.294437] acpiphp: Slot [29] registered [ 0.295231] acpiphp: Slot [30] registered [ 0.296038] acpiphp: Slot [31] registered [ 0.296838] PCI host bridge to bus 0000:00 [ 0.297636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298827] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300017] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301442] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.302859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309147] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311579] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.320002] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321415] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372709] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374132] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.375549] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.376953] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.378190] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.379344] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.380397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.381918] vgaarb: loaded [ 0.382513] vgaarb: bridge control possible 0000:00:02.0 [ 0.383637] SCSI subsystem initialized [ 0.384452] ACPI: bus type USB registered [ 0.385256] usbcore: registered new interface driver usbfs [ 0.386274] usbcore: registered new interface driver hub [ 0.387266] usbcore: registered new device driver usb [ 0.388315] PCI: Using ACPI for IRQ routing [ 0.389327] NetLabel: Initializing [ 0.390028] NetLabel: domain hash size = 128 [ 0.390866] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.391800] NetLabel: unlabeled traffic allowed by default [ 0.392878] clocksource: Switched to clocksource kvm-clock [ 0.398149] AppArmor: AppArmor Filesystem Enabled [ 0.399114] pnp: PnP ACPI init [ 0.400016] pnp: PnP ACPI: found 5 devices [ 0.406042] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407716] NET: Registered protocol family 2 [ 0.408668] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.409937] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411084] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412224] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413281] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414431] NET: Registered protocol family 1 [ 0.415279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416361] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417419] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.431788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446018] Trying to unpack rootfs image as initramfs... [ 0.495561] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.509733] Scanning for low memory corruption every 60 seconds [ 0.511044] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512172] audit: initializing netlink subsys (disabled) [ 0.513183] audit: type=2000 audit(1538796669.139:1): initialized [ 0.514466] Initialise system trusted keyring [ 0.515394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.516548] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.518542] zbud: loaded [ 0.519235] VFS: Disk quotas dquot_6.6.0 [ 0.520047] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.521564] fuse init (API version 7.23) [ 0.522479] Key type big_key registered [ 0.523268] Allocating IMA MOK and blacklist keyrings. [ 0.524401] Key type asymmetric registered [ 0.525258] Asymmetric key parser 'x509' registered [ 0.526207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527662] io scheduler noop registered [ 0.528453] io scheduler deadline registered (default) [ 0.529445] io scheduler cfq registered [ 0.530270] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532556] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534006] ACPI: Power Button [PWRF] [ 0.534837] GHES: HEST is not enabled! [ 0.550239] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579017] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581486] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.605608] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607761] Linux agpgart interface v0.103 [ 0.610201] brd: module loaded [ 0.611380] loop: module loaded [ 0.616350] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617791] GPT:90111 != 20971519 [ 0.618473] GPT:Alternate GPT header not at the end of the disk. [ 0.619546] GPT:90111 != 20971519 [ 0.620220] GPT: Use GNU Parted to correct GPT errors. [ 0.621175] vda: vda1 vda15 [ 0.622598] scsi host0: ata_piix [ 0.623346] scsi host1: ata_piix [ 0.624041] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627037] libphy: Fixed MDIO Bus: probed [ 0.627850] tun: Universal TUN/TAP device driver, 1.6 [ 0.628784] tun: (C) 1999-2004 Max Krasnyansky [ 0.630897] PPP generic driver version 2.4.2 [ 0.632082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633431] ehci-pci: EHCI PCI platform driver [ 0.634296] ehci-platform: EHCI generic platform driver [ 0.635262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636370] ohci-pci: OHCI PCI platform driver [ 0.637231] ohci-platform: OHCI generic platform driver [ 0.638210] uhci_hcd: USB Universal Host Controller Interface driver [ 0.652606] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.653613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.655041] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.656041] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.657145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.658351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659751] usb usb1: Product: UHCI Host Controller [ 0.660673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661801] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662842] hub 1-0:1.0: USB hub found [ 0.663614] hub 1-0:1.0: 2 ports detected [ 0.664508] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.666608] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.667568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.668580] mousedev: PS/2 mouse device common for all mice [ 0.669833] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.671650] rtc_cmos 00:00: RTC can wake from S4 [ 0.672731] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.675108] i2c /dev entries driver [ 0.675860] device-mapper: uevent: version 1.0.3 [ 0.676785] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.678398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679658] NET: Registered protocol family 10 [ 0.680648] NET: Registered protocol family 17 [ 0.681535] Key type dns_resolver registered [ 0.682453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.683525] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.685253] registered taskstats version 1 [ 0.686080] Loading compiled-in X.509 certificates [ 0.687531] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.689369] zswap: loaded using pool lzo/zbud [ 0.690735] Key type trusted registered [ 0.692267] Key type encrypted registered [ 0.693102] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694127] ima: No TPM chip found, activating TPM-bypass! [ 0.695155] evm: HMAC attrs: 0x1 [ 0.696083] Magic number: 6:268:512 [ 0.696938] rtc_cmos 00:00: setting system clock to 2018-10-06 03:31:08 UTC (1538796668) [ 0.698528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699634] EDD information not available. [ 0.786112] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787672] Write protecting the kernel read-only data: 14336k [ 0.799555] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.801373] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848397] 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 1.00 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.55.0.12... Lease of 10.55.0.12 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.17. iid=i-0000001d 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCSwUdPoEk5VsnIxqoSVs5WNf1h7PI755uNKZu+f+OST9DY+aB15XeRZGcws2V/UpIWWysdCtAm1tB/KGEHKMet7SGG7+Rp4CD9PoIPIO0QzVjz7CpFW+/ZdNQp9gh8rj++TLxSQ/SHazD8F46msZNKchrgSUgW4PXFq+Bcq7pIYhLo7NbPYvnTdTE9E+jHSgRzh8afv1zzyo7IhbZT+4ps/WNeLLSNyzkgmc6hT+ZEH5JJnlNaM1cx4EVb9BBiLQOWu8qmBFQSvBl+CuQMS5B0gtd/QoeiVO/EvpytntYSQeNWR7zmR7VkZgtoN8qnVeNitUry+PkLvNg99sjaxecb root@simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst ssh-dss AAAAB3NzaC1kc3MAAACBAPgxkCUbXbzgsbpbVBLYMeVspr0P+JWa3j0AqAX5zdykW5BHdhnsLYW/MrBwjSWZRkRmQikIo+fxjdIsi/SSbSrHTWhppgpvz3+uc+fVNqOa/6QmzBU8yrqW6LBJgNGqlEdDNdoJo0hrAaQCdoWLI9ceRChKBsDJuroWrPEIkJohAAAAFQDT67EDEr7YPtVP0PNwapPcxuvCMwAAAIEAiRMOC0puSzJ6Y6D1+4oABjQqE1+pssaVUfzbyzLsGlLL21nxWF/xGZ9gFS5VZw66JpiaJvulWAMf2nSjd0xXuUn3O+gLp2yxueILBuSQn5PvPy/yvvGSlJE6UD6UOYnxPSrXsrNEukfCy3q0XlFypBUKBsG3V78f4zHdJGPpM8YAAACAV0/VniMua2S+Q6JO8WffiG846bzLzWswMbdcjE05PjpRl2C5unD0dUE/Hi4XXGIJO0SNFYU8Zmjgw1fuZ/wDzMDtVmJduYousZOB1/hK8DtUqPS7Q4tCDTqPrqMgitrZ61vOM17y6+SeAE5zdx68aHD/KYBpMkeSSr1Bs9wLimQ= root@simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:febd:99ea/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.69 === 2018-10-06 03:31:18,218 - create_instance - INFO - Deleting Port with ID - b351b336-f752-4342-82b0-b5082f3b6546 2018-10-06 03:31:18,218 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cdport-1 2018-10-06 03:31:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/b351b336-f752-4342-82b0-b5082f3b6546 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:18,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bb7f8cf-9dda-449a-9ed5-14096194acb3 Date: Sat, 06 Oct 2018 03:31:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:31:18,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/b351b336-f752-4342-82b0-b5082f3b6546 used request id req-6bb7f8cf-9dda-449a-9ed5-14096194acb3 2018-10-06 03:31:18,832 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst 2018-10-06 03:31:18,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:18,988 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31: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-7da45322-851a-4dde-b5e3-5b1b3b1fd79b x-compute-request-id: req-7da45322-851a-4dde-b5e3-5b1b3b1fd79b Content-Type: application/json 2018-10-06 03:31:18,988 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-7da45322-851a-4dde-b5e3-5b1b3b1fd79b 2018-10-06 03:31:18,989 - create_instance - INFO - Checking deletion status 2018-10-06 03:31:18,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:19,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-a651b4be-3cc9-440e-9b95-5edd19dbe7d1 x-compute-request-id: req-a651b4be-3cc9-440e-9b95-5edd19dbe7d1 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:99:ea", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:31:08.000000", "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:31:18Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:19,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-a651b4be-3cc9-440e-9b95-5edd19dbe7d1 2018-10-06 03:31:19,172 - create_instance - DEBUG - Instance status [SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst] is - ACTIVE 2018-10-06 03:31:19,172 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:31:22,175 - create_instance - DEBUG - VM status query timeout in 296.813733816 2018-10-06 03:31:22,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:22,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31: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-f84e3ed2-d6b1-4730-9f69-dd0ed9b6afda x-compute-request-id: req-f84e3ed2-d6b1-4730-9f69-dd0ed9b6afda Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "rel": "bookmark"}], "image": {"id": "a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "links": [{"href": "http://172.30.9.29:8774/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:31:08.000000", "flavor": {"id": "7e06b54e-1d31-4245-a444-bddb3235ee5c", "links": [{"href": "http://172.30.9.29:8774/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c", "rel": "bookmark"}]}, "id": "86e39c1d-7136-46e2-9fd1-b43fe0fec77b", "user_id": "9efb87cac7db45caabc25acba8ed9201", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:31:18Z", "hostId": "8624c32f0a510196ba8e784966e5c5a93f6fd85a671931a8c44976f3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst", "created": "2018-10-06T03:31:07Z", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 03:31:22,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-f84e3ed2-d6b1-4730-9f69-dd0ed9b6afda 2018-10-06 03:31:22,559 - create_instance - DEBUG - Instance status [SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst] is - ACTIVE 2018-10-06 03:31:22,560 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 03:31:25,563 - create_instance - DEBUG - VM status query timeout in 293.425951004 2018-10-06 03:31:25,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da706285695ebecc474cced2640897fbfbf35e23" 2018-10-06 03:31:25,614 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 03:31: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-17a9eb7b-77ed-4a47-b2d7-feee33d7ef27 x-compute-request-id: req-17a9eb7b-77ed-4a47-b2d7-feee33d7ef27 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 86e39c1d-7136-46e2-9fd1-b43fe0fec77b could not be found.", "code": 404}} 2018-10-06 03:31:25,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/86e39c1d-7136-46e2-9fd1-b43fe0fec77b used request id req-17a9eb7b-77ed-4a47-b2d7-feee33d7ef27 2018-10-06 03:31:25,615 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 86e39c1d-7136-46e2-9fd1-b43fe0fec77b could not be found. (HTTP 404) (Request-ID: req-17a9eb7b-77ed-4a47-b2d7-feee33d7ef27) 2018-10-06 03:31:25,615 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-inst 2018-10-06 03:31:25,616 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet 2018-10-06 03:31:25,616 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-subnet 2018-10-06 03:31:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/c782497f-1195-4d05-9a29-2097c4465a8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:31:28,034 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87a7ab31-4fe0-476f-8066-f39bd3e7a4fd Date: Sat, 06 Oct 2018 03:31:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:31:28,034 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c782497f-1195-4d05-9a29-2097c4465a8b used request id req-87a7ab31-4fe0-476f-8066-f39bd3e7a4fd 2018-10-06 03:31:28,035 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-priv-net 2018-10-06 03:31:28,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/4d595777-9245-4752-b4f8-571d663d21f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd7571c0205cf41f424a0083e959b123a4bf664e" 2018-10-06 03:31:29,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d66de3cd-c31f-4486-8ce0-ab520847a42b Date: Sat, 06 Oct 2018 03:31:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:31:29,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4d595777-9245-4752-b4f8-571d663d21f3 used request id req-d66de3cd-c31f-4486-8ce0-ab520847a42b 2018-10-06 03:31:29,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391b4c82e0ffa3d0c63bd6dea89f5e481d61d43e" 2018-10-06 03:31:29,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:31: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-020899b2-bda9-48de-8763-665d3706f4f9 x-compute-request-id: req-020899b2-bda9-48de-8763-665d3706f4f9 Content-Length: 0 Content-Type: application/json 2018-10-06 03:31:29,343 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7e06b54e-1d31-4245-a444-bddb3235ee5c used request id req-020899b2-bda9-48de-8763-665d3706f4f9 2018-10-06 03:31:29,344 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-7052dd87-03a6-4555-a147-f61be37f51cd-image 2018-10-06 03:31:29,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ebc8ee81cbfe4265b15c6fea1fa9576703e6fe" 2018-10-06 03:31:30,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0638d418-6550-47b6-8909-8ce7433d659a Date: Sat, 06 Oct 2018 03:31:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:31:30,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a5c7dee7-59d5-4ce4-902e-cabbd700ee3c used request id req-0638d418-6550-47b6-8909-8ce7433d659a 2018-10-06 03:31:30,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b499ab4e-b56c-45ab-bda6-768920384f65 Date: Sat, 06 Oct 2018 03:31:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "de178d42551a47908926a2c3b7951ca3", "created_at": "2018-10-06T03:31:30Z", "updated_at": "2018-10-06T03:31:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "26514417-de47-499a-b0ee-5f2ee6bc65a1", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "5cfa463c-a567-4229-a4c4-15f7534ddf7b", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "dd9c2013-4c8d-465d-8aa8-421297c53481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "f4aebda0-4329-478d-a339-2349d1aad297", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}], "revision_number": 4, "project_id": "de178d42551a47908926a2c3b7951ca3", "id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05077bec9b934d8ea831dba3e136e308", "created_at": "2018-10-06T03:30:58Z", "updated_at": "2018-10-06T03:30:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "revision_number": 0, "id": "261eab37-4747-4105-9074-36df74cc0240", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "port_range_min": null, "ethertype": "IPv6", "project_id": "05077bec9b934d8ea831dba3e136e308"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "revision_number": 0, "id": "3c65deac-0ad4-4498-953f-4e760e20536a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "port_range_min": null, "ethertype": "IPv4", "project_id": "05077bec9b934d8ea831dba3e136e308"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "revision_number": 0, "id": "c2767c24-2b00-46b1-9ccd-45c07c37500f", "remote_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "port_range_min": null, "ethertype": "IPv6", "project_id": "05077bec9b934d8ea831dba3e136e308"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "revision_number": 0, "id": "fd92e2c9-997a-4a8e-be00-8ccefb92d279", "remote_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "tenant_id": "05077bec9b934d8ea831dba3e136e308", "port_range_min": null, "ethertype": "IPv4", "project_id": "05077bec9b934d8ea831dba3e136e308"}], "revision_number": 4, "project_id": "05077bec9b934d8ea831dba3e136e308", "id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 03:31:31,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b499ab4e-b56c-45ab-bda6-768920384f65 2018-10-06 03:31:31,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33402802-f65c-4591-a6ea-898431efd783 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 03:31:31,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-33402802-f65c-4591-a6ea-898431efd783 2018-10-06 03:31:31,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024569db-3b83-4e6e-894f-febcbc25f06c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}} 2018-10-06 03:31:31,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3 used request id req-024569db-3b83-4e6e-894f-febcbc25f06c 2018-10-06 03:31:31,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50aab15c-760c-4f16-8fa6-b40fbf6c691d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308"}, "enabled": true, "id": "05077bec9b934d8ea831dba3e136e308", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-2e52a857-76f7-4e6-proj"}} 2018-10-06 03:31:31,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-50aab15c-760c-4f16-8fa6-b40fbf6c691d 2018-10-06 03:31:31,323 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 958c151b-d962-4f5d-ac3b-b08c7c9bfe7d 2018-10-06 03:31:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=958c151b-d962-4f5d-ac3b-b08c7c9bfe7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-495dcb34-3ce8-483f-bd61-1fd514cc9cd8 Date: Sat, 06 Oct 2018 03:31: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-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "port_range_min": null, "revision_number": 0, "tenant_id": "05077bec9b934d8ea831dba3e136e308", "created_at": "2018-10-06T03:30:58Z", "project_id": "05077bec9b934d8ea831dba3e136e308", "id": "261eab37-4747-4105-9074-36df74cc0240"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "port_range_min": null, "revision_number": 0, "tenant_id": "05077bec9b934d8ea831dba3e136e308", "created_at": "2018-10-06T03:30:58Z", "project_id": "05077bec9b934d8ea831dba3e136e308", "id": "3c65deac-0ad4-4498-953f-4e760e20536a"}, {"remote_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "port_range_min": null, "revision_number": 0, "tenant_id": "05077bec9b934d8ea831dba3e136e308", "created_at": "2018-10-06T03:30:58Z", "project_id": "05077bec9b934d8ea831dba3e136e308", "id": "c2767c24-2b00-46b1-9ccd-45c07c37500f"}, {"remote_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T03:30:58Z", "security_group_id": "958c151b-d962-4f5d-ac3b-b08c7c9bfe7d", "port_range_min": null, "revision_number": 0, "tenant_id": "05077bec9b934d8ea831dba3e136e308", "created_at": "2018-10-06T03:30:58Z", "project_id": "05077bec9b934d8ea831dba3e136e308", "id": "fd92e2c9-997a-4a8e-be00-8ccefb92d279"}]} 2018-10-06 03:31:31,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=958c151b-d962-4f5d-ac3b-b08c7c9bfe7d used request id req-495dcb34-3ce8-483f-bd61-1fd514cc9cd8 2018-10-06 03:31:31,505 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 03:31:31,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/958c151b-d962-4f5d-ac3b-b08c7c9bfe7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0da86f4d-dc93-42c6-8c6b-cc7fd48be9a7 Content-Length: 0 Date: Sat, 06 Oct 2018 03:31:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:31:31,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/958c151b-d962-4f5d-ac3b-b08c7c9bfe7d used request id req-0da86f4d-dc93-42c6-8c6b-cc7fd48be9a7 2018-10-06 03:31:31,796 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-2e52a857-76f7-4e6-proj 2018-10-06 03:31:31,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:31,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5ffd648-d570-4dbe-9d8c-83ecdc711adc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:31,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/05077bec9b934d8ea831dba3e136e308 used request id req-a5ffd648-d570-4dbe-9d8c-83ecdc711adc 2018-10-06 03:31:31,983 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-2e52a857-76f7-4e6-proj-role 2018-10-06 03:31:31,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:32,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-499f1deb-0d48-4bc1-be4d-fc1f6efe1906 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:32,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/dc4a5eca187047aa894779ca52265071 used request id req-499f1deb-0d48-4bc1-be4d-fc1f6efe1906 2018-10-06 03:31:32,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c10278a3b58c904891108d17f169ca8fed7fbd94" 2018-10-06 03:31:32,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-359e607e-7009-45df-bdef-61f217fbcca8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4be65469a0944c53a29a5e783b96bd51", "links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:32,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-359e607e-7009-45df-bdef-61f217fbcca8 2018-10-06 03:31:32,181 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-2e52a857-76f7-4e6-user 2018-10-06 03:31:32,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9efb87cac7db45caabc25acba8ed9201 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa24daeec2e909f2936af91d75cb0d59416a2f2f" 2018-10-06 03:31:32,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df9e0f5-94c1-48bc-a1c2-f04fc7beade4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:32,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9efb87cac7db45caabc25acba8ed9201 used request id req-0df9e0f5-94c1-48bc-a1c2-f04fc7beade4 2018-10-06 03:31:32,357 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.220s OK 2018-10-06 03:31:32,471 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:31:32,471 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-06 03:31:32,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:31:32,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:32,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e295ba4c-ae78-44d0-9a0e-eabcb8e180fe Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4be65469a0944c53a29a5e783b96bd51", "links": {"self": "http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:32,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e295ba4c-ae78-44d0-9a0e-eabcb8e180fe 2018-10-06 03:31:32,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871210098267s 2018-10-06 03:31:32,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:31:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:32,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-851c2925-71b2-46aa-9f04-4e8830391b07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:32,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4be65469a0944c53a29a5e783b96bd51 used request id req-851c2925-71b2-46aa-9f04-4e8830391b07 2018-10-06 03:31:32,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.121637821198s 2018-10-06 03:31:32,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:31:32,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:32,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617c5a3c-dd66-4ce3-959a-3d572988a051 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b", "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "domain_id": "default", "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:31:32,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-617c5a3c-dd66-4ce3-959a-3d572988a051 2018-10-06 03:31:32,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0890738964081s 2018-10-06 03:31:32,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-617c5a3c-dd66-4ce3-959a-3d572988a051 2018-10-06 03:31:32,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:31:32,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:32,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a87f1b1-fe6c-4b84-a42d-eb32b129f191 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2"}, "enabled": true, "id": "6f17b0ad66d84cdbbd380e1737d88cf2", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}} 2018-10-06 03:31:32,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 used request id req-9a87f1b1-fe6c-4b84-a42d-eb32b129f191 2018-10-06 03:31:32,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106187820435s 2018-10-06 03:31:32,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 used request id req-9a87f1b1-fe6c-4b84-a42d-eb32b129f191 2018-10-06 03:31:32,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:31:32,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aab100b-af28-4e7a-a775-ad00a16cf789 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:33,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 used request id req-6aab100b-af28-4e7a-a775-ad00a16cf789 2018-10-06 03:31:33,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.196509838104s 2018-10-06 03:31:33,087 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6f17b0ad66d84cdbbd380e1737d88cf2 used request id req-6aab100b-af28-4e7a-a775-ad00a16cf789 2018-10-06 03:31:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:31:33,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee3d448-e39c-404d-b0bc-35ec1fbb5e86 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3"}, "enabled": true, "id": "de178d42551a47908926a2c3b7951ca3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_ba5f3c02-99a2-4eb0-b718-0214b1c6067b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:31:33,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6ee3d448-e39c-404d-b0bc-35ec1fbb5e86 2018-10-06 03:31:33,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0719411373138s 2018-10-06 03:31:33,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-6ee3d448-e39c-404d-b0bc-35ec1fbb5e86 2018-10-06 03:31:33,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:31:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14b3cd23-64df-4b1f-b5a3-5ccad3db8c0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:33,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3 used request id req-14b3cd23-64df-4b1f-b5a3-5ccad3db8c0f 2018-10-06 03:31:33,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155652999878s 2018-10-06 03:31:33,319 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/de178d42551a47908926a2c3b7951ca3 used request id req-14b3cd23-64df-4b1f-b5a3-5ccad3db8c0f 2018-10-06 03:31:33,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:31:33,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98329abd-da89-46f2-87d8-8c4bc716a9be Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f12452bf12b448fa2765465bdd719b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:33,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-98329abd-da89-46f2-87d8-8c4bc716a9be 2018-10-06 03:31:33,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.161101102829s 2018-10-06 03:31:33,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:31:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87c6fc87-987e-4d85-a946-064eda90b4f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:33,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0f12452bf12b448fa2765465bdd719b9 used request id req-87c6fc87-987e-4d85-a946-064eda90b4f4 2018-10-06 03:31:33,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0976030826569s 2018-10-06 03:31:33,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:31:33,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=de178d42551a47908926a2c3b7951ca3&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-9044eaca-710b-46c2-a7d4-ead50dabf742 Date: Sat, 06 Oct 2018 03:31:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "de178d42551a47908926a2c3b7951ca3", "created_at": "2018-10-06T03:31:30Z", "updated_at": "2018-10-06T03:31:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "26514417-de47-499a-b0ee-5f2ee6bc65a1", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "5cfa463c-a567-4229-a4c4-15f7534ddf7b", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "dd9c2013-4c8d-465d-8aa8-421297c53481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "f4aebda0-4329-478d-a339-2349d1aad297", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}], "revision_number": 4, "project_id": "de178d42551a47908926a2c3b7951ca3", "id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "name": "default"}]} 2018-10-06 03:31:33,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=de178d42551a47908926a2c3b7951ca3&name=default used request id req-9044eaca-710b-46c2-a7d4-ead50dabf742 2018-10-06 03:31:33,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197188854218s 2018-10-06 03:31:33,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=de178d42551a47908926a2c3b7951ca3&name=default used request id req-9044eaca-710b-46c2-a7d4-ead50dabf742 2018-10-06 03:31:33,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:31:33,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:33,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-64fc87c8-3ed9-4786-bab5-4117dfdcef9b Date: Sat, 06 Oct 2018 03:31:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "de178d42551a47908926a2c3b7951ca3", "created_at": "2018-10-06T03:31:30Z", "updated_at": "2018-10-06T03:31:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "f4aebda0-4329-478d-a339-2349d1aad297", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "26514417-de47-499a-b0ee-5f2ee6bc65a1", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "dd9c2013-4c8d-465d-8aa8-421297c53481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv4", "project_id": "de178d42551a47908926a2c3b7951ca3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:30Z", "revision_number": 0, "id": "5cfa463c-a567-4229-a4c4-15f7534ddf7b", "remote_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:30Z", "security_group_id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "tenant_id": "de178d42551a47908926a2c3b7951ca3", "port_range_min": null, "ethertype": "IPv6", "project_id": "de178d42551a47908926a2c3b7951ca3"}], "revision_number": 4, "project_id": "de178d42551a47908926a2c3b7951ca3", "id": "3705a75b-add8-4148-ac5e-b33c2ad1245d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 03:31:33,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-64fc87c8-3ed9-4786-bab5-4117dfdcef9b 2018-10-06 03:31:33,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195053100586s 2018-10-06 03:31:33,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-64fc87c8-3ed9-4786-bab5-4117dfdcef9b 2018-10-06 03:31:33,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 03:31:33,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3705a75b-add8-4148-ac5e-b33c2ad1245d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb1495320f0e0c8666dd60fb3a9bcce64c18dd8e" 2018-10-06 03:31:34,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4be285fd-6a1d-4594-8460-1dffce034e17 Content-Length: 0 Date: Sat, 06 Oct 2018 03:31:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:31:34,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3705a75b-add8-4148-ac5e-b33c2ad1245d.json used request id req-4be285fd-6a1d-4594-8460-1dffce034e17 2018-10-06 03:31:34,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.269849061966s 2018-10-06 03:31:34,257 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3705a75b-add8-4148-ac5e-b33c2ad1245d.json used request id req-4be285fd-6a1d-4594-8460-1dffce034e17 2018-10-06 03:31:34,257 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:01 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-06 03:31:34,262 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 03:31:41,920 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 03:31:41,926 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 03:31:41,926 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 03:31:41,927 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-10-06 03:31:41,969 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-06 03:31:46,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:31:46,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:31:46,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:31:46,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:31:46,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:31:46,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:31:46,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:31:46,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:31:46,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:31:46,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee564288-fafd-462a-9732-81ba29562d13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:46,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee564288-fafd-462a-9732-81ba29562d13 2018-10-06 03:31:46,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:31:46,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["RH8fVrS4S-aU6xQI116Bfw"], "issued_at": "2018-10-06T03:31:46.000000Z"}} 2018-10-06 03:31:46,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:31:46,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:46,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9993a6a0-0725-4ba9-9339-f9cc6d236054 Date: Sat, 06 Oct 2018 03:31:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:31:46,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9993a6a0-0725-4ba9-9339-f9cc6d236054 2018-10-06 03:31:46,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238045215607s 2018-10-06 03:31:46,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9993a6a0-0725-4ba9-9339-f9cc6d236054 2018-10-06 03:31:46,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:31:46,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:46,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:31:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:31:47,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:47,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8054bf-1e99-4685-8a54-7bde0aa1a55a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:31:47,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-9a8054bf-1e99-4685-8a54-7bde0aa1a55a 2018-10-06 03:31:47,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.48594212532s 2018-10-06 03:31:47,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:31:47,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}}' 2018-10-06 03:31:47,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:31:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dffba126-61c5-4fd6-9f1e-0156c364714e Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922"}, "enabled": true, "id": "889255afdbb944e1a61e9cd90a261922", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:31:47,535 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-dffba126-61c5-4fd6-9f1e-0156c364714e 2018-10-06 03:31:47,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.161190032959s 2018-10-06 03:31:47,536 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-dffba126-61c5-4fd6-9f1e-0156c364714e 2018-10-06 03:31:47,536 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', 'id': u'889255afdbb944e1a61e9cd90a261922', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:31:47,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:31:47,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.392249107361s 2018-10-06 03:31:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb373786-8c6d-4492-b297-2db400534465 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec"}, "enabled": true, "id": "6d0d34641e814d91b8fa4adb52f482ec", "options": {}, "domain_id": "default", "name": "vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:31:48,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec used request id req-bb373786-8c6d-4492-b297-2db400534465 2018-10-06 03:31:48,023 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6d0d34641e814d91b8fa4adb52f482ec', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a'}) 2018-10-06 03:31:48,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:31:48,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c592fe9b-46f2-4705-8898-c539c321ddbb Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:48,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c592fe9b-46f2-4705-8898-c539c321ddbb 2018-10-06 03:31:48,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0911500453949s 2018-10-06 03:31:48,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:31:48,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c370fcb-aa5b-4ca0-aadc-74e90465781e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:48,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3c370fcb-aa5b-4ca0-aadc-74e90465781e 2018-10-06 03:31:48,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745820999146s 2018-10-06 03:31:48,192 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:31:48,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:31:48,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" -d '{"role": {"name": "Member"}}' 2018-10-06 03:31:48,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84f2bf75-d8a1-4c03-9d08-fc634ca5cccf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "baa944273617440f925cb135c5b82073", "links": {"self": "http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073"}, "name": "Member"}} 2018-10-06 03:31:48,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-84f2bf75-d8a1-4c03-9d08-fc634ca5cccf 2018-10-06 03:31:48,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.160026073456s 2018-10-06 03:31:48,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c56534e-9149-4d90-830a-01609433bc55 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073"}, "domain_id": null, "name": "Member", "id": "baa944273617440f925cb135c5b82073"}} 2018-10-06 03:31:48,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073 used request id req-1c56534e-9149-4d90-830a-01609433bc55 2018-10-06 03:31:48,370 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073'}, 'domain_id': None, 'human_id': None, 'id': u'baa944273617440f925cb135c5b82073', 'HUMAN_ID': False}) 2018-10-06 03:31:48,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:31:48,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd545756-6e5b-4200-9ea5-95fe1104689f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baa944273617440f925cb135c5b82073", "links": {"self": "http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:31:48,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cd545756-6e5b-4200-9ea5-95fe1104689f 2018-10-06 03:31:48,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731317996979s 2018-10-06 03:31:48,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:31:48,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d99472-eff2-4b37-92b2-bb7528697640 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:31:48,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-23d99472-eff2-4b37-92b2-bb7528697640 2018-10-06 03:31:48,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0775361061096s 2018-10-06 03:31:48,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:31:48,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e4ef5d-50f7-400c-a9ae-bc91880bbb01 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a", "links": {"self": "http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec"}, "domain_id": "default", "enabled": true, "id": "6d0d34641e814d91b8fa4adb52f482ec", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:31:48,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-09e4ef5d-50f7-400c-a9ae-bc91880bbb01 2018-10-06 03:31:48,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100882053375s 2018-10-06 03:31:48,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-09e4ef5d-50f7-400c-a9ae-bc91880bbb01 2018-10-06 03:31:48,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:31:48,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f7274cd-f9de-4271-8e23-96ea38a80e52 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922"}, "enabled": true, "id": "889255afdbb944e1a61e9cd90a261922", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:31:48,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4f7274cd-f9de-4271-8e23-96ea38a80e52 2018-10-06 03:31:48,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780959129333s 2018-10-06 03:31:48,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4f7274cd-f9de-4271-8e23-96ea38a80e52 2018-10-06 03:31:48,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:31:48,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=6d0d34641e814d91b8fa4adb52f482ec&scope.project.id=889255afdbb944e1a61e9cd90a261922&role.id=baa944273617440f925cb135c5b82073 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e901598-087c-4faf-aeb0-4ea3d38da030 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=6d0d34641e814d91b8fa4adb52f482ec&scope.project.id=889255afdbb944e1a61e9cd90a261922&role.id=baa944273617440f925cb135c5b82073", "previous": null, "next": null}} 2018-10-06 03:31:48,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=6d0d34641e814d91b8fa4adb52f482ec&scope.project.id=889255afdbb944e1a61e9cd90a261922&role.id=baa944273617440f925cb135c5b82073 used request id req-4e901598-087c-4faf-aeb0-4ea3d38da030 2018-10-06 03:31:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0913679599762s 2018-10-06 03:31:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:31:48,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922/users/6d0d34641e814d91b8fa4adb52f482ec/roles/baa944273617440f925cb135c5b82073 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:48,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e081fa43-7292-47b4-9836-1fdd56a1bc5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:31:48,923 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922/users/6d0d34641e814d91b8fa4adb52f482ec/roles/baa944273617440f925cb135c5b82073 used request id req-e081fa43-7292-47b4-9836-1fdd56a1bc5d 2018-10-06 03:31:48,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119384050369s 2018-10-06 03:31:48,925 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '27ef4b4e-19db-4535-b953-b0c87cda0293', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a', 'project_id': u'889255afdbb944e1a61e9cd90a261922', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:31:48,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:31:48,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:31:48,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:31:48,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:31:48,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:31:48,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:31:48,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:31:48,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:31:48,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:31:48,931 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a', 'password': '27ef4b4e-19db-4535-b953-b0c87cda0293', 'project_name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '889255afdbb944e1a61e9cd90a261922', 'project_domain_name': 'Default'} 2018-10-06 03:31:48,931 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-06 03:31:48,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:31:48,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:49,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45db351b-ef27-412b-a263-678993b2ef11 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:31:49,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-45db351b-ef27-412b-a263-678993b2ef11 2018-10-06 03:31:49,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0757749080658s 2018-10-06 03:31:49,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:31:49,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:31:49,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49df674f-518d-468d-afe4-5b84fe927096 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922"}, "enabled": true, "id": "889255afdbb944e1a61e9cd90a261922", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:31:49,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-49df674f-518d-468d-afe4-5b84fe927096 2018-10-06 03:31:49,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.159802913666s 2018-10-06 03:31:49,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-49df674f-518d-468d-afe4-5b84fe927096 2018-10-06 03:31:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 03:31:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" -d '{"network": {"tenant_id": "889255afdbb944e1a61e9cd90a261922", "name": "vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a", "admin_state_up": true}}' 2018-10-06 03:31:49,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-df48be31-6316-4f9c-8d2b-42dba67a8049 Date: Sat, 06 Oct 2018 03:31:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2309e283-5025-4c76-beef-6febad4dd195","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:31:49Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a","admin_state_up":true,"tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","mtu":1450}} 2018-10-06 03:31:49,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df48be31-6316-4f9c-8d2b-42dba67a8049 2018-10-06 03:31:49,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.573422908783s 2018-10-06 03:31:49,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df48be31-6316-4f9c-8d2b-42dba67a8049 2018-10-06 03:31:49,746 - 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-10-06T03:31:49Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2309e283-5025-4c76-beef-6febad4dd195', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a', u'created_at': u'2018-10-06T03:31:49Z', u'mtu': 1450, u'tenant_id': u'889255afdbb944e1a61e9cd90a261922', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'889255afdbb944e1a61e9cd90a261922'}) 2018-10-06 03:31:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:31:49,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee08ab30-40c4-4f8e-9ab8-4dacdc4fb955 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:31:49,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee08ab30-40c4-4f8e-9ab8-4dacdc4fb955 2018-10-06 03:31:49,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:31:50,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baa944273617440f925cb135c5b82073", "name": "Member"}], "expires_at": "2018-10-06T04:31:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "889255afdbb944e1a61e9cd90a261922", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/889255afdbb944e1a61e9cd90a261922", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/889255afdbb944e1a61e9cd90a261922", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/889255afdbb944e1a61e9cd90a261922", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/889255afdbb944e1a61e9cd90a261922", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/889255afdbb944e1a61e9cd90a261922", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/889255afdbb944e1a61e9cd90a261922", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/889255afdbb944e1a61e9cd90a261922", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/889255afdbb944e1a61e9cd90a261922", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/889255afdbb944e1a61e9cd90a261922", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/889255afdbb944e1a61e9cd90a261922", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/889255afdbb944e1a61e9cd90a261922", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/889255afdbb944e1a61e9cd90a261922", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a", "id": "6d0d34641e814d91b8fa4adb52f482ec"}, "audit_ids": ["yVLnwjifSZSdQL08oEJudQ"], "issued_at": "2018-10-06T03:31:50.000000Z"}} 2018-10-06 03:31:50,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:31:50,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:31:50,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-ea3cb0b4-5bd3-4536-9b3f-21e82f937622 Date: Sat, 06 Oct 2018 03:31:50 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-10-06T03:31:49Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:31:50,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ea3cb0b4-5bd3-4536-9b3f-21e82f937622 2018-10-06 03:31:50,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26628112793s 2018-10-06 03:31:50,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ea3cb0b4-5bd3-4536-9b3f-21e82f937622 2018-10-06 03:31:50,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 03:31:50,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"subnet": {"name": "vping_ssh-subnet_14bc521d-6031-45cd-96d3-81da14c97a2a", "enable_dhcp": true, "network_id": "2309e283-5025-4c76-beef-6febad4dd195", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 03:31:51,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-3e0fc79b-d70d-451e-8bca-0c1c98ebd10a Date: Sat, 06 Oct 2018 03:31:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:31:50Z","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":"889255afdbb944e1a61e9cd90a261922","id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","subnetpool_id":null,"name":"vping_ssh-subnet_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:31:51,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3e0fc79b-d70d-451e-8bca-0c1c98ebd10a 2018-10-06 03:31:51,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.05698108673s 2018-10-06 03:31:51,458 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3e0fc79b-d70d-451e-8bca-0c1c98ebd10a 2018-10-06 03:31:51,458 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:31:50Z', 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'fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_14bc521d-6031-45cd-96d3-81da14c97a2a', u'enable_dhcp': True, u'network_id': u'2309e283-5025-4c76-beef-6febad4dd195', u'tenant_id': u'889255afdbb944e1a61e9cd90a261922', u'created_at': u'2018-10-06T03:31:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'889255afdbb944e1a61e9cd90a261922'}) 2018-10-06 03:31:51,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 03:31:51,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "vping_ssh-router_14bc521d-6031-45cd-96d3-81da14c97a2a", "admin_state_up": true}}' 2018-10-06 03:31:56,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-7fc5f2f9-890c-4a33-903a-091d4e4e8d3c Date: Sat, 06 Oct 2018 03:31:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:52Z", "admin_state_up": true, "updated_at": "2018-10-06T03:31:53Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "501139ee-5de8-43c7-a172-815efe0968d8", "name": "vping_ssh-router_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:31:56,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-7fc5f2f9-890c-4a33-903a-091d4e4e8d3c 2018-10-06 03:31:56,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.09197711945s 2018-10-06 03:31:56,551 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-7fc5f2f9-890c-4a33-903a-091d4e4e8d3c 2018-10-06 03:31:56,552 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:31:53Z', u'revision_number': 3, u'id': u'501139ee-5de8-43c7-a172-815efe0968d8', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_14bc521d-6031-45cd-96d3-81da14c97a2a', u'admin_state_up': True, u'tenant_id': u'889255afdbb944e1a61e9cd90a261922', u'created_at': u'2018-10-06T03:31:52Z', u'flavor_id': None, u'routes': [], u'project_id': u'889255afdbb944e1a61e9cd90a261922'}) 2018-10-06 03:31:56,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 03:31:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"subnet_id": "fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"}' 2018-10-06 03:31:58,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2884bb9c-472b-4b3c-9e51-5d4a77483f03 Date: Sat, 06 Oct 2018 03:31:58 GMT RESP BODY: {"network_id": "2309e283-5025-4c76-beef-6febad4dd195", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "subnet_id": "fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1", "subnet_ids": ["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"], "port_id": "09e3b245-27d2-409c-b982-b4c73ab6d1d7", "id": "501139ee-5de8-43c7-a172-815efe0968d8"} 2018-10-06 03:31:58,644 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/add_router_interface.json used request id req-2884bb9c-472b-4b3c-9e51-5d4a77483f03 2018-10-06 03:31:58,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09200716019s 2018-10-06 03:31:58,645 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/add_router_interface.json used request id req-2884bb9c-472b-4b3c-9e51-5d4a77483f03 returning object 501139ee-5de8-43c7-a172-815efe0968d8 2018-10-06 03:31:58,646 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:31:58,777 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 03:31:58,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:31:58,784 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 03:31:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 03:31:58,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:31:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:31:58,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b206dbb3-5ff2-408e-96b4-dc5da42bd158 Date: Sat, 06 Oct 2018 03:31:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:31:58,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b206dbb3-5ff2-408e-96b4-dc5da42bd158 2018-10-06 03:31:58,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177437067032s 2018-10-06 03:31:58,966 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b206dbb3-5ff2-408e-96b4-dc5da42bd158 2018-10-06 03:31:58,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 03:31:58,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a"}' 2018-10-06 03:31:59,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0 X-Openstack-Request-Id: req-dc8762df-8647-4f8d-b68d-b19e94b05dcb Date: Sat, 06 Oct 2018 03:31:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file", "owner": "889255afdbb944e1a61e9cd90a261922", "id": "3df02aad-1987-4255-bb94-eef87f7568b0", "size": null, "self": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:31:59Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "checksum": null, "created_at": "2018-10-06T03:31:59Z", "protected": false} 2018-10-06 03:31:59,219 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-dc8762df-8647-4f8d-b68d-b19e94b05dcb 2018-10-06 03:31:59,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.251903057098s 2018-10-06 03:31:59,220 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-dc8762df-8647-4f8d-b68d-b19e94b05dcb returning object 3df02aad-1987-4255-bb94-eef87f7568b0 2018-10-06 03:31:59,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 03:31:59,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '' 2018-10-06 03:32:01,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b888ad99-5c9c-46b2-bcda-b485ce616b8a Date: Sat, 06 Oct 2018 03:32:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:32:01,127 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file used request id req-b888ad99-5c9c-46b2-bcda-b485ce616b8a 2018-10-06 03:32:01,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.90700888634s 2018-10-06 03:32:01,128 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file used request id req-b888ad99-5c9c-46b2-bcda-b485ce616b8a 2018-10-06 03:32:01,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:32:01,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:01,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-10cde2da-80ba-4510-9eb8-9abf8bf0626c Date: Sat, 06 Oct 2018 03:32:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "metadata": {}}], "file": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file", "owner": "889255afdbb944e1a61e9cd90a261922", "id": "3df02aad-1987-4255-bb94-eef87f7568b0", "size": 12716032, "self": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:32:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:31:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:32:01,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-10cde2da-80ba-4510-9eb8-9abf8bf0626c 2018-10-06 03:32:01,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170653104782s 2018-10-06 03:32:01,300 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-10cde2da-80ba-4510-9eb8-9abf8bf0626c 2018-10-06 03:32:01,302 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file', 'owner': u'889255afdbb944e1a61e9cd90a261922', 'id': u'3df02aad-1987-4255-bb94-eef87f7568b0', 'size': 12716032, u'self': u'/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'889255afdbb944e1a61e9cd90a261922', 'name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T03:32:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T03:32:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a', 'created': u'2018-10-06T03:31:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T03:31:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 03:32:01,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:32:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:32:01,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-f49e9b85-9d9d-48ea-958e-fe55a09537ff x-compute-request-id: req-f49e9b85-9d9d-48ea-958e-fe55a09537ff Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "342660bb-44c2-48b6-864a-0418c831d795", "name": "vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:32:01,545 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f49e9b85-9d9d-48ea-958e-fe55a09537ff 2018-10-06 03:32:01,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242690086365s 2018-10-06 03:32:01,546 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f49e9b85-9d9d-48ea-958e-fe55a09537ff returning object 342660bb-44c2-48b6-864a-0418c831d795 2018-10-06 03:32:01,547 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a', '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'43b0e43720f24df1860fcd99772e846d', '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'342660bb-44c2-48b6-864a-0418c831d795', 'swap': 0}) 2018-10-06 03:32:01,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:32:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" -d '{"extra_specs": {}}' 2018-10-06 03:32:01,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-69dd62d9-8572-4e49-a4a3-e37f97a68725 x-compute-request-id: req-69dd62d9-8572-4e49-a4a3-e37f97a68725 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:32:01,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795/os-extra_specs used request id req-69dd62d9-8572-4e49-a4a3-e37f97a68725 2018-10-06 03:32:01,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022020816803s 2018-10-06 03:32:01,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795/os-extra_specs used request id req-69dd62d9-8572-4e49-a4a3-e37f97a68725 2018-10-06 03:32:01,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-06 03:32:01,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"keypair": {"name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a"}}' 2018-10-06 03:32:01,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-a8d5591e-7d46-4755-ade0-b709b5ab9879 x-compute-request-id: req-a8d5591e-7d46-4755-ade0-b709b5ab9879 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZMlNJtVM+cYT2c5yFxGi5jYMWrYaoTAGBq+K7PLezhGIXbLLDVdkqBBOT/ebBibeNR2W/FZaVNgC2vyUtfchEl3JMRqtN8qKWXXtpE1UAl5GKmmU9x8NFGjS2LLqx57LEAqzWFuyG6SLSDEHgKLibaskQmF4FdS6bJn1SFrOPcuDzPbSziV3XMA6F3PKocwtpGxEZPBjUgVDtZkplrozNr0l4/tzDQAJfu77LROrPHJJu3mcMb3R+Fv4mHm7M1/ShkkqPQe8Mul1/rbPPM4HTf8RNBUaAEcNyVta+RaE57S5LidSS+zlUKrJ9kCin+gyppY+eTBubcy8AOk9cfp7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxWTJTSbVTPnGE9nOchcRouY2DFq2GqEwBgaviuzy3s4RiF2y\nyw1XZKgQTk/3mwYm3jUdlvxWWlTYAtr8lLX3IRJdyTEarTfKill17aRNVAJeRipp\nlPcfDRRo0tiy6seeyxAKs1hbshuki0gxB4Ci4m2rJEJheBXUumyZ9Uhazj3Lg8z2\n0s4ld1zAOhdzyqHMLaRsRGTwY1IFQ7WZKZa6Mza9JeP7cw0ACX7u+y0TqzxySbt5\nnDG90fhb+Jh5uzNf0oZJKj0HvDLpdf62zzzOB03/ETQVGgBHDclbWvkWhOe0uS4n\nUkvs5VCqyfZAop/oMqaWPnkwbm3MvADpPXH6ewIDAQABAoIBAQCqe2OIqNNsSgUT\nO/gbfWUUBjQD84x372LksX2HRSJ14BAwcIxs5rbmDmkW2eYGFAgZvlIyBvolxkVS\nIgQoBAjOnWg2zZw2oorhdmZtuou21NzLSPIrYEuHJmtqPxI3x/STeOVlBBkd+NXi\nHZWK30TOvt0i0doQtvolkIpf1//lQuFEhyYSafvWtoCH9FnZIlAYPUQp1hV+IhdP\n5S11ktawhKJkZIeFjig2wkJicQ2XX/ipn/IQW0avEaUOtxJA5JjP8xO0CahMCOrG\nUU3jIOZfdEZTU5DRp8FSX5jCBk6RZRiNwbpHmV6RFXpxG7dM03fSXE6rm4/yStZv\nvf/y+xzxAoGBAObW9DnTdDdkRj6KpbAfUWtr0IoF+2sqta7XaB9MRyuoSzWZfsY4\nWZJuSULELaGHY4UeQGPMdBl4hmcPguKQHhs/XhNC1MW2vbJSRKtPBu+WOQv14BR2\nWwkhejEzgANTlAEOxmFTeo/jHU+TytQpm1soH71mVZUIIY3L6roFIfLvAoGBANro\nmZ/RexAcLV5HWjzRyMUB2K0WNlyGH90FmwSaTvxZrcMLvEEYxbE6KDd6XPNDp1s2\nK4MnTisLzhzj9sSIP8P4iCQR6l5YM6GJnb/Sv4SwhAyEh3Zcx455RaAeqq//8s4u\n/Falmj0TVTK2M1iIotZWqcIq1UPUY3Qfme9tBEE1AoGBANLkmyehWdGpWMuWm5z2\nX8pGK7WNlY7o7CeaQFQnufXWwS9s1nd9z8eJ3oCS/iVOrctWQflrNr52cEQD1c3r\nYLYABJCQRBeFxnT92CKyBmIo2mFk9p17K9yBq0L8C/3+A3+b4f3U6GpAUez71xhS\nEs8LL0Q4FAQd85m6LO5Z9hQdAoGAbZ97hwgNO4UQxxyuOLTJeLay/gKYmH7mJ/Wt\nqoFnuoFiPcF7tZGlNlosV5PkRkID5e5bneMqBu5zeg5CviqI3CdybbW3CyXaPTPA\nFpaAJ/+JMQeRGpndqSBb2JJi4Z4nxk7LOMzXT2yGBs4tKlHKUdG2UzDF+aC7aSSG\nHtsV/V0CgYAqwDaEXue0V6WiSN1HE4Iht1OJueXEZjF3Xiw4ObI3afemeZv4ODvo\ny7sX+g5heyp6w9HXwUi3KZit/AQs04iqROrx295M1LeH0ARRRsBr9+HiJ6Jh7vgu\nwPVX16WA6bVkP/Ws+aaIxFztRh6RHFoZRfuyDLjApR9Zl7WJgbtLZw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "fingerprint": "e2:ef:8d:51:cf:33:a9:55:d5:0c:47:5f:e0:53:5f:49"}} 2018-10-06 03:32:01,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a8d5591e-7d46-4755-ade0-b709b5ab9879 2018-10-06 03:32:01,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.276768922806s 2018-10-06 03:32:01,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a8d5591e-7d46-4755-ade0-b709b5ab9879 2018-10-06 03:32:01,848 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZMlNJtVM+cYT2c5yFxGi5jYMWrYaoTAGBq+K7PLezhGIXbLLDVdkqBBOT/ebBibeNR2W/FZaVNgC2vyUtfchEl3JMRqtN8qKWXXtpE1UAl5GKmmU9x8NFGjS2LLqx57LEAqzWFuyG6SLSDEHgKLibaskQmF4FdS6bJn1SFrOPcuDzPbSziV3XMA6F3PKocwtpGxEZPBjUgVDtZkplrozNr0l4/tzDQAJfu77LROrPHJJu3mcMb3R+Fv4mHm7M1/ShkkqPQe8Mul1/rbPPM4HTf8RNBUaAEcNyVta+RaE57S5LidSS+zlUKrJ9kCin+gyppY+eTBubcy8AOk9cfp7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxWTJTSbVTPnGE9nOchcRouY2DFq2GqEwBgaviuzy3s4RiF2y\nyw1XZKgQTk/3mwYm3jUdlvxWWlTYAtr8lLX3IRJdyTEarTfKill17aRNVAJeRipp\nlPcfDRRo0tiy6seeyxAKs1hbshuki0gxB4Ci4m2rJEJheBXUumyZ9Uhazj3Lg8z2\n0s4ld1zAOhdzyqHMLaRsRGTwY1IFQ7WZKZa6Mza9JeP7cw0ACX7u+y0TqzxySbt5\nnDG90fhb+Jh5uzNf0oZJKj0HvDLpdf62zzzOB03/ETQVGgBHDclbWvkWhOe0uS4n\nUkvs5VCqyfZAop/oMqaWPnkwbm3MvADpPXH6ewIDAQABAoIBAQCqe2OIqNNsSgUT\nO/gbfWUUBjQD84x372LksX2HRSJ14BAwcIxs5rbmDmkW2eYGFAgZvlIyBvolxkVS\nIgQoBAjOnWg2zZw2oorhdmZtuou21NzLSPIrYEuHJmtqPxI3x/STeOVlBBkd+NXi\nHZWK30TOvt0i0doQtvolkIpf1//lQuFEhyYSafvWtoCH9FnZIlAYPUQp1hV+IhdP\n5S11ktawhKJkZIeFjig2wkJicQ2XX/ipn/IQW0avEaUOtxJA5JjP8xO0CahMCOrG\nUU3jIOZfdEZTU5DRp8FSX5jCBk6RZRiNwbpHmV6RFXpxG7dM03fSXE6rm4/yStZv\nvf/y+xzxAoGBAObW9DnTdDdkRj6KpbAfUWtr0IoF+2sqta7XaB9MRyuoSzWZfsY4\nWZJuSULELaGHY4UeQGPMdBl4hmcPguKQHhs/XhNC1MW2vbJSRKtPBu+WOQv14BR2\nWwkhejEzgANTlAEOxmFTeo/jHU+TytQpm1soH71mVZUIIY3L6roFIfLvAoGBANro\nmZ/RexAcLV5HWjzRyMUB2K0WNlyGH90FmwSaTvxZrcMLvEEYxbE6KDd6XPNDp1s2\nK4MnTisLzhzj9sSIP8P4iCQR6l5YM6GJnb/Sv4SwhAyEh3Zcx455RaAeqq//8s4u\n/Falmj0TVTK2M1iIotZWqcIq1UPUY3Qfme9tBEE1AoGBANLkmyehWdGpWMuWm5z2\nX8pGK7WNlY7o7CeaQFQnufXWwS9s1nd9z8eJ3oCS/iVOrctWQflrNr52cEQD1c3r\nYLYABJCQRBeFxnT92CKyBmIo2mFk9p17K9yBq0L8C/3+A3+b4f3U6GpAUez71xhS\nEs8LL0Q4FAQd85m6LO5Z9hQdAoGAbZ97hwgNO4UQxxyuOLTJeLay/gKYmH7mJ/Wt\nqoFnuoFiPcF7tZGlNlosV5PkRkID5e5bneMqBu5zeg5CviqI3CdybbW3CyXaPTPA\nFpaAJ/+JMQeRGpndqSBb2JJi4Z4nxk7LOMzXT2yGBs4tKlHKUdG2UzDF+aC7aSSG\nHtsV/V0CgYAqwDaEXue0V6WiSN1HE4Iht1OJueXEZjF3Xiw4ObI3afemeZv4ODvo\ny7sX+g5heyp6w9HXwUi3KZit/AQs04iqROrx295M1LeH0ARRRsBr9+HiJ6Jh7vgu\nwPVX16WA6bVkP/Ws+aaIxFztRh6RHFoZRfuyDLjApR9Zl7WJgbtLZw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6d0d34641e814d91b8fa4adb52f482ec', 'name': u'vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a', 'created_at': '2018-10-06T03:32:01.848794', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'889255afdbb944e1a61e9cd90a261922', 'name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e2:ef:8d:51:cf:33:a9:55:d5:0c:47:5f:e0:53:5f:49', 'type': 'ssh', 'id': u'vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a'}) 2018-10-06 03:32:01,849 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxWTJTSbVTPnGE9nOchcRouY2DFq2GqEwBgaviuzy3s4RiF2y yw1XZKgQTk/3mwYm3jUdlvxWWlTYAtr8lLX3IRJdyTEarTfKill17aRNVAJeRipp lPcfDRRo0tiy6seeyxAKs1hbshuki0gxB4Ci4m2rJEJheBXUumyZ9Uhazj3Lg8z2 0s4ld1zAOhdzyqHMLaRsRGTwY1IFQ7WZKZa6Mza9JeP7cw0ACX7u+y0TqzxySbt5 nDG90fhb+Jh5uzNf0oZJKj0HvDLpdf62zzzOB03/ETQVGgBHDclbWvkWhOe0uS4n Ukvs5VCqyfZAop/oMqaWPnkwbm3MvADpPXH6ewIDAQABAoIBAQCqe2OIqNNsSgUT O/gbfWUUBjQD84x372LksX2HRSJ14BAwcIxs5rbmDmkW2eYGFAgZvlIyBvolxkVS IgQoBAjOnWg2zZw2oorhdmZtuou21NzLSPIrYEuHJmtqPxI3x/STeOVlBBkd+NXi HZWK30TOvt0i0doQtvolkIpf1//lQuFEhyYSafvWtoCH9FnZIlAYPUQp1hV+IhdP 5S11ktawhKJkZIeFjig2wkJicQ2XX/ipn/IQW0avEaUOtxJA5JjP8xO0CahMCOrG UU3jIOZfdEZTU5DRp8FSX5jCBk6RZRiNwbpHmV6RFXpxG7dM03fSXE6rm4/yStZv vf/y+xzxAoGBAObW9DnTdDdkRj6KpbAfUWtr0IoF+2sqta7XaB9MRyuoSzWZfsY4 WZJuSULELaGHY4UeQGPMdBl4hmcPguKQHhs/XhNC1MW2vbJSRKtPBu+WOQv14BR2 WwkhejEzgANTlAEOxmFTeo/jHU+TytQpm1soH71mVZUIIY3L6roFIfLvAoGBANro mZ/RexAcLV5HWjzRyMUB2K0WNlyGH90FmwSaTvxZrcMLvEEYxbE6KDd6XPNDp1s2 K4MnTisLzhzj9sSIP8P4iCQR6l5YM6GJnb/Sv4SwhAyEh3Zcx455RaAeqq//8s4u /Falmj0TVTK2M1iIotZWqcIq1UPUY3Qfme9tBEE1AoGBANLkmyehWdGpWMuWm5z2 X8pGK7WNlY7o7CeaQFQnufXWwS9s1nd9z8eJ3oCS/iVOrctWQflrNr52cEQD1c3r YLYABJCQRBeFxnT92CKyBmIo2mFk9p17K9yBq0L8C/3+A3+b4f3U6GpAUez71xhS Es8LL0Q4FAQd85m6LO5Z9hQdAoGAbZ97hwgNO4UQxxyuOLTJeLay/gKYmH7mJ/Wt qoFnuoFiPcF7tZGlNlosV5PkRkID5e5bneMqBu5zeg5CviqI3CdybbW3CyXaPTPA FpaAJ/+JMQeRGpndqSBb2JJi4Z4nxk7LOMzXT2yGBs4tKlHKUdG2UzDF+aC7aSSG HtsV/V0CgYAqwDaEXue0V6WiSN1HE4Iht1OJueXEZjF3Xiw4ObI3afemeZv4ODvo y7sX+g5heyp6w9HXwUi3KZit/AQs04iqROrx295M1LeH0ARRRsBr9+HiJ6Jh7vgu wPVX16WA6bVkP/Ws+aaIxFztRh6RHFoZRfuyDLjApR9Zl7WJgbtLZw== -----END RSA PRIVATE KEY----- 2018-10-06 03:32:01,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-06 03:32:01,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"security_group": {"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-06 03:32:02,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a04e2167-fbe9-4ea9-aca9-46be4b187f1b Date: Sat, 06 Oct 2018 03:32:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:02Z", "updated_at": "2018-10-06T03:32:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "23af3962-2023-4d93-8114-6f3c6363e8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "5e0f9632-2c0d-4f6a-a52f-2cb6fee5c82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 2, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:32:02,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a04e2167-fbe9-4ea9-aca9-46be4b187f1b 2018-10-06 03:32:02,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.507228136063s 2018-10-06 03:32:02,360 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a04e2167-fbe9-4ea9-aca9-46be4b187f1b 2018-10-06 03:32:02,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:32:02,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:02,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-47c7a095-0180-4a1c-b1e8-35cb40a62d0e Date: Sat, 06 Oct 2018 03:32:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:02Z", "updated_at": "2018-10-06T03:32:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "23af3962-2023-4d93-8114-6f3c6363e8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "5e0f9632-2c0d-4f6a-a52f-2cb6fee5c82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 2, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"description": "Default security group", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:49Z", "updated_at": "2018-10-06T03:31:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "170a3456-b4b4-4818-a48b-c97b85de5edf", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "2b07e3f4-b3e6-422d-8563-8374fa42aeef", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "698cad4c-0863-4d5c-9f4d-ae294d3efdb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "c8e8f3ff-ba64-430c-af44-b730a5690c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "bf59060d-87eb-4269-a94f-4d48df651311", "name": "default"}]} 2018-10-06 03:32:02,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-47c7a095-0180-4a1c-b1e8-35cb40a62d0e 2018-10-06 03:32:02,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188622951508s 2018-10-06 03:32:02,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-47c7a095-0180-4a1c-b1e8-35cb40a62d0e 2018-10-06 03:32:02,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 03:32:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -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": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}}' 2018-10-06 03:32:02,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-23c44d39-54c5-4153-a3ea-8ecf1400bc2b Date: Sat, 06 Oct 2018 03:32:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "port_range_min": 22, "revision_number": 0, "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:02Z", "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "688a87d7-6174-4483-9051-7701d083c013"}} 2018-10-06 03:32:02,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-23c44d39-54c5-4153-a3ea-8ecf1400bc2b 2018-10-06 03:32:02,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.297842979431s 2018-10-06 03:32:02,856 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-23c44d39-54c5-4153-a3ea-8ecf1400bc2b 2018-10-06 03:32:02,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:32:02,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:02,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-105d2a32-b96a-4c18-93ed-3c359366a77b Date: Sat, 06 Oct 2018 03:32:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:02Z", "updated_at": "2018-10-06T03:32:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "23af3962-2023-4d93-8114-6f3c6363e8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "5e0f9632-2c0d-4f6a-a52f-2cb6fee5c82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "688a87d7-6174-4483-9051-7701d083c013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": 22, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 3, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"description": "Default security group", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:49Z", "updated_at": "2018-10-06T03:31:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "170a3456-b4b4-4818-a48b-c97b85de5edf", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "2b07e3f4-b3e6-422d-8563-8374fa42aeef", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "698cad4c-0863-4d5c-9f4d-ae294d3efdb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "c8e8f3ff-ba64-430c-af44-b730a5690c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "bf59060d-87eb-4269-a94f-4d48df651311", "name": "default"}]} 2018-10-06 03:32:02,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-105d2a32-b96a-4c18-93ed-3c359366a77b 2018-10-06 03:32:02,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0781548023224s 2018-10-06 03:32:02,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-105d2a32-b96a-4c18-93ed-3c359366a77b 2018-10-06 03:32:02,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 03:32:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -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": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}}' 2018-10-06 03:32:03,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-87b6012c-e35b-4ad0-a718-c279fa2cadeb Date: Sat, 06 Oct 2018 03:32:03 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-10-06T03:32:03Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "port_range_min": null, "revision_number": 0, "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:03Z", "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "b0e7ef18-5624-48fc-ad7e-219c81326cc8"}} 2018-10-06 03:32:03,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-87b6012c-e35b-4ad0-a718-c279fa2cadeb 2018-10-06 03:32:03,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.363071918488s 2018-10-06 03:32:03,305 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-87b6012c-e35b-4ad0-a718-c279fa2cadeb 2018-10-06 03:32:03,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:03,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:03,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-d677d4aa-3175-43e6-a53b-4c07a1f3e5ea Date: Sat, 06 Oct 2018 03: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":["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"],"updated_at":"2018-10-06T03:31:50Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:32:03,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d677d4aa-3175-43e6-a53b-4c07a1f3e5ea 2018-10-06 03:32:03,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246505022049s 2018-10-06 03:32:03,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d677d4aa-3175-43e6-a53b-4c07a1f3e5ea 2018-10-06 03:32:03,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:32:03,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:03,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ed39d7e5-0cc4-424a-8f2a-8c0b3f706c92 Date: Sat, 06 Oct 2018 03:32:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "metadata": {}}], "file": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file", "owner": "889255afdbb944e1a61e9cd90a261922", "id": "3df02aad-1987-4255-bb94-eef87f7568b0", "size": 12716032, "self": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:32:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:31:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:32:03,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ed39d7e5-0cc4-424a-8f2a-8c0b3f706c92 2018-10-06 03:32:03,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180423021317s 2018-10-06 03:32:03,735 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ed39d7e5-0cc4-424a-8f2a-8c0b3f706c92 2018-10-06 03:32:03,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:32:03,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:03,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-962bbf5d-c98a-4a08-b3ad-54204cee038f x-compute-request-id: req-962bbf5d-c98a-4a08-b3ad-54204cee038f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "342660bb-44c2-48b6-864a-0418c831d795", "name": "vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:32:03,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-962bbf5d-c98a-4a08-b3ad-54204cee038f 2018-10-06 03:32:03,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0372231006622s 2018-10-06 03:32:03,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-962bbf5d-c98a-4a08-b3ad-54204cee038f 2018-10-06 03:32:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 03:32:03,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"server": {"name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "imageRef": "3df02aad-1987-4255-bb94-eef87f7568b0", "flavorRef": "342660bb-44c2-48b6-864a-0418c831d795", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2309e283-5025-4c76-beef-6febad4dd195"}], "security_groups": [{"name": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}]}}' 2018-10-06 03:32:05,830 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-5dfd2935-5923-4216-909f-7a39f118c8dc x-compute-request-id: req-5dfd2935-5923-4216-909f-7a39f118c8dc Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}], "OS-DCF:diskConfig": "MANUAL", "id": "70cb2017-2c88-4480-8271-063cc883962b", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "adminPass": "jHPhN9XM7N89"}} 2018-10-06 03:32:05,831 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5dfd2935-5923-4216-909f-7a39f118c8dc 2018-10-06 03:32:05,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.05433797836s 2018-10-06 03:32:05,831 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5dfd2935-5923-4216-909f-7a39f118c8dc 2018-10-06 03:32:05,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:05,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:06,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-fae3df28-76a7-4d8a-9525-5a1ee3378f14 x-compute-request-id: req-fae3df28-76a7-4d8a-9525-5a1ee3378f14 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.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:06,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fae3df28-76a7-4d8a-9525-5a1ee3378f14 2018-10-06 03:32:06,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.273679018021s 2018-10-06 03:32:06,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fae3df28-76a7-4d8a-9525-5a1ee3378f14 2018-10-06 03:32:06,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:06,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e47058bd-26b0-48d0-b42b-06448b3133bd Date: Sat, 06 Oct 2018 03: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":["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"],"updated_at":"2018-10-06T03:31:50Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:32:06,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e47058bd-26b0-48d0-b42b-06448b3133bd 2018-10-06 03:32:06,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113174915314s 2018-10-06 03:32:06,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e47058bd-26b0-48d0-b42b-06448b3133bd 2018-10-06 03:32:06,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 03:32:06,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:06,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-fb0ee389-7a32-4779-adf9-2fe4746e5947 Date: Sat, 06 Oct 2018 03:32:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:31:50Z","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":"889255afdbb944e1a61e9cd90a261922","id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","subnetpool_id":null,"name":"vping_ssh-subnet_14bc521d-6031-45cd-96d3-81da14c97a2a"}]} 2018-10-06 03:32:06,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fb0ee389-7a32-4779-adf9-2fe4746e5947 2018-10-06 03:32:06,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0489630699158s 2018-10-06 03:32:06,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fb0ee389-7a32-4779-adf9-2fe4746e5947 2018-10-06 03:32:06,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:08,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:08,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:08,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-df4a6214-984c-430f-b75a-d104f8f19eba x-compute-request-id: req-df4a6214-984c-430f-b75a-d104f8f19eba 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.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:06Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:08,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-df4a6214-984c-430f-b75a-d104f8f19eba 2018-10-06 03:32:08,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649142980576s 2018-10-06 03:32:08,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-df4a6214-984c-430f-b75a-d104f8f19eba 2018-10-06 03:32:08,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:10,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-a4149a8f-1683-42cd-9925-9081c2a50657 x-compute-request-id: req-a4149a8f-1683-42cd-9925-9081c2a50657 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:11,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a4149a8f-1683-42cd-9925-9081c2a50657 2018-10-06 03:32:11,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.842526912689s 2018-10-06 03:32:11,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a4149a8f-1683-42cd-9925-9081c2a50657 2018-10-06 03:32:11,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 03:32:11,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=70cb2017-2c88-4480-8271-063cc883962b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:11,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e7e65bde-c857-4ce0-afde-cee81bfecbe4 Date: Sat, 06 Oct 2018 03:32:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:32:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","ip_address":"192.168.120.6"}],"id":"1cad87d1-2347-4ef3-9cc8-74dd53352636","security_groups":["5978d57e-e068-49e1-bc4e-d1e9234e6281"],"mac_address":"fa:16:3e:f2:4b:3f","project_id":"889255afdbb944e1a61e9cd90a261922","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:32:07Z","binding:vnic_type":"normal","device_id":"70cb2017-2c88-4480-8271-063cc883962b"}]} 2018-10-06 03:32:11,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=70cb2017-2c88-4480-8271-063cc883962b used request id req-e7e65bde-c857-4ce0-afde-cee81bfecbe4 2018-10-06 03:32:11,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.192950963974s 2018-10-06 03:32:11,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=70cb2017-2c88-4480-8271-063cc883962b used request id req-e7e65bde-c857-4ce0-afde-cee81bfecbe4 2018-10-06 03:32:11,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:11,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1cad87d1-2347-4ef3-9cc8-74dd53352636" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:12,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a0252644-006f-48ec-ba9e-d847e44554e5 Date: Sat, 06 Oct 2018 03:32:12 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:32:12,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1cad87d1-2347-4ef3-9cc8-74dd53352636 used request id req-a0252644-006f-48ec-ba9e-d847e44554e5 2018-10-06 03:32:12,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.10498714447s 2018-10-06 03:32:12,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1cad87d1-2347-4ef3-9cc8-74dd53352636 used request id req-a0252644-006f-48ec-ba9e-d847e44554e5 2018-10-06 03:32:12,088 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f2:4b:3f', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3df02aad-1987-4255-bb94-eef87f7568b0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T03:32:06.000000', 'flavor': Munch({u'id': u'342660bb-44c2-48b6-864a-0418c831d795'}), 'az': u'nova', 'id': u'70cb2017-2c88-4480-8271-063cc883962b', 'security_groups': [Munch({u'name': u'vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6d0d34641e814d91b8fa4adb52f482ec', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'889255afdbb944e1a61e9cd90a261922', 'name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', '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-10-06T03:32:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T03:32:10Z', 'hostId': u'75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b', '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-10-06T03:32:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'889255afdbb944e1a61e9cd90a261922', 'name': u'vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a', 'adminPass': u'jHPhN9XM7N89', 'tenant_id': u'889255afdbb944e1a61e9cd90a261922', 'region': 'regionOne', 'created': u'2018-10-06T03:32:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 03:32:12,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:12,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:12,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-78306fa6-74f0-448a-8b90-c3c21394dfef Date: Sat, 06 Oct 2018 03:32: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":["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"],"updated_at":"2018-10-06T03:31:50Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:32:12,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-78306fa6-74f0-448a-8b90-c3c21394dfef 2018-10-06 03:32:12,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252857923508s 2018-10-06 03:32:12,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-78306fa6-74f0-448a-8b90-c3c21394dfef 2018-10-06 03:32:12,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:32:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:12,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-aedd19ff-89a2-428a-a940-58ad87270cc8 Date: Sat, 06 Oct 2018 03:32:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "metadata": {}}], "file": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file", "owner": "889255afdbb944e1a61e9cd90a261922", "id": "3df02aad-1987-4255-bb94-eef87f7568b0", "size": 12716032, "self": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:32:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:31:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:32:12,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aedd19ff-89a2-428a-a940-58ad87270cc8 2018-10-06 03:32:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0335731506348s 2018-10-06 03:32:12,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-aedd19ff-89a2-428a-a940-58ad87270cc8 2018-10-06 03:32:12,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:32:12,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:12,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-81ef502d-4f07-44b2-a7da-fa3163cfdb25 x-compute-request-id: req-81ef502d-4f07-44b2-a7da-fa3163cfdb25 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "342660bb-44c2-48b6-864a-0418c831d795", "name": "vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:32:12,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-81ef502d-4f07-44b2-a7da-fa3163cfdb25 2018-10-06 03:32:12,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317709445953s 2018-10-06 03:32:12,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-81ef502d-4f07-44b2-a7da-fa3163cfdb25 2018-10-06 03:32:12,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 03:32:12,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"server": {"name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "imageRef": "3df02aad-1987-4255-bb94-eef87f7568b0", "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "flavorRef": "342660bb-44c2-48b6-864a-0418c831d795", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2309e283-5025-4c76-beef-6febad4dd195"}], "security_groups": [{"name": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}]}}' 2018-10-06 03:32:14,516 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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-cce4cef7-bb56-4a5d-a392-492a792bd9c1 x-compute-request-id: req-cce4cef7-bb56-4a5d-a392-492a792bd9c1 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5978d57e-e068-49e1-bc4e-d1e9234e6281"}], "OS-DCF:diskConfig": "MANUAL", "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "adminPass": "BR4dXe3i745J"}} 2018-10-06 03:32:14,516 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-cce4cef7-bb56-4a5d-a392-492a792bd9c1 2018-10-06 03:32:14,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.10312199593s 2018-10-06 03:32:14,517 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-cce4cef7-bb56-4a5d-a392-492a792bd9c1 2018-10-06 03:32:14,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:14,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:15,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-66ff9510-d964-4cbb-a93f-bbeccf7988ce x-compute-request-id: req-66ff9510-d964-4cbb-a93f-bbeccf7988ce Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:15,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-66ff9510-d964-4cbb-a93f-bbeccf7988ce 2018-10-06 03:32:15,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49995803833s 2018-10-06 03:32:15,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-66ff9510-d964-4cbb-a93f-bbeccf7988ce 2018-10-06 03:32:15,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:17,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:17,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd91c7da-b125-44cc-b647-213ef5d26d06 x-compute-request-id: req-fd91c7da-b125-44cc-b647-213ef5d26d06 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:16Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:17,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fd91c7da-b125-44cc-b647-213ef5d26d06 2018-10-06 03:32:17,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.294983863831s 2018-10-06 03:32:17,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fd91c7da-b125-44cc-b647-213ef5d26d06 2018-10-06 03:32:17,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:19,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:19,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:19,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-ccac89e4-3b34-4428-8df7-ec4b84bcc558 x-compute-request-id: req-ccac89e4-3b34-4428-8df7-ec4b84bcc558 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:16Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:19,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ccac89e4-3b34-4428-8df7-ec4b84bcc558 2018-10-06 03:32:19,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665503025055s 2018-10-06 03:32:19,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ccac89e4-3b34-4428-8df7-ec4b84bcc558 2018-10-06 03:32:19,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:22,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:22,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:22,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4643ba19-43ed-451b-9b3c-19ab7174f1f4 x-compute-request-id: req-4643ba19-43ed-451b-9b3c-19ab7174f1f4 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:32:16Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:22,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4643ba19-43ed-451b-9b3c-19ab7174f1f4 2018-10-06 03:32:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460183858871s 2018-10-06 03:32:22,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4643ba19-43ed-451b-9b3c-19ab7174f1f4 2018-10-06 03:32:22,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:24,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:24,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:25,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-193d4312-1cad-46a3-a481-05bc18350647 x-compute-request-id: req-193d4312-1cad-46a3-a481-05bc18350647 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:20.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:24Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:10Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:25,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-193d4312-1cad-46a3-a481-05bc18350647 2018-10-06 03:32:25,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667861938477s 2018-10-06 03:32:25,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-193d4312-1cad-46a3-a481-05bc18350647 2018-10-06 03:32:25,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 03:32:25,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:25,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-d42b54e0-7a8f-4c7f-bfb6-35fa45f36464 Date: Sat, 06 Oct 2018 03:32:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:32:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","ip_address":"192.168.120.5"}],"id":"be960c58-acff-4592-882d-39b6805171be","security_groups":["5978d57e-e068-49e1-bc4e-d1e9234e6281"],"mac_address":"fa:16:3e:e0:89:c9","project_id":"889255afdbb944e1a61e9cd90a261922","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:32:17Z","binding:vnic_type":"normal","device_id":"d86f03e2-04db-4a7e-b683-2d8b564b7d64"}]} 2018-10-06 03:32:25,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-d42b54e0-7a8f-4c7f-bfb6-35fa45f36464 2018-10-06 03:32:25,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.058032989502s 2018-10-06 03:32:25,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-d42b54e0-7a8f-4c7f-bfb6-35fa45f36464 2018-10-06 03:32:25,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=be960c58-acff-4592-882d-39b6805171be" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:25,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7e28d640-c81b-431b-9be5-9e9164853280 Date: Sat, 06 Oct 2018 03:32:25 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:32:25,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=be960c58-acff-4592-882d-39b6805171be used request id req-7e28d640-c81b-431b-9be5-9e9164853280 2018-10-06 03:32:25,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0211501121521s 2018-10-06 03:32:25,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=be960c58-acff-4592-882d-39b6805171be used request id req-7e28d640-c81b-431b-9be5-9e9164853280 2018-10-06 03:32:25,229 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e0:89:c9', 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'3df02aad-1987-4255-bb94-eef87f7568b0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T03:32:20.000000', 'flavor': Munch({u'id': u'342660bb-44c2-48b6-864a-0418c831d795'}), 'az': u'nova', 'id': u'd86f03e2-04db-4a7e-b683-2d8b564b7d64', 'security_groups': [Munch({u'name': u'vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6d0d34641e814d91b8fa4adb52f482ec', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'889255afdbb944e1a61e9cd90a261922', 'name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', '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-10-06T03:32:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T03:32:24Z', 'hostId': u'd54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'd54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4', '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-10-06T03:32:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'889255afdbb944e1a61e9cd90a261922', 'name': u'vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a', 'adminPass': u'BR4dXe3i745J', 'tenant_id': u'889255afdbb944e1a61e9cd90a261922', 'region': 'regionOne', 'created': u'2018-10-06T03:32:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 03:32:25,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:25,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-45738b36-06f1-441d-8f14-1040ab2d62ed Date: Sat, 06 Oct 2018 03:32: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":["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"],"updated_at":"2018-10-06T03:31:50Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:32:25,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-45738b36-06f1-441d-8f14-1040ab2d62ed 2018-10-06 03:32:25,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259928941727s 2018-10-06 03:32:25,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-45738b36-06f1-441d-8f14-1040ab2d62ed 2018-10-06 03:32:25,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 03:32:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:25,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-15d0afb8-ab35-4008-86d2-c81d86c98e67 Date: Sat, 06 Oct 2018 03:32:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:32:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","ip_address":"192.168.120.5"}],"id":"be960c58-acff-4592-882d-39b6805171be","security_groups":["5978d57e-e068-49e1-bc4e-d1e9234e6281"],"mac_address":"fa:16:3e:e0:89:c9","project_id":"889255afdbb944e1a61e9cd90a261922","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:32:17Z","binding:vnic_type":"normal","device_id":"d86f03e2-04db-4a7e-b683-2d8b564b7d64"}]} 2018-10-06 03:32:25,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-15d0afb8-ab35-4008-86d2-c81d86c98e67 2018-10-06 03:32:25,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0540881156921s 2018-10-06 03:32:25,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-15d0afb8-ab35-4008-86d2-c81d86c98e67 2018-10-06 03:32:25,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-06 03:32:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.5", "port_id": "be960c58-acff-4592-882d-39b6805171be"}}' 2018-10-06 03:32:27,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-6cf31513-118a-4d03-9461-f8c19c69a68e Date: Sat, 06 Oct 2018 03:32:27 GMT RESP BODY: {"floatingip": {"router_id": "501139ee-5de8-43c7-a172-815efe0968d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:26Z", "updated_at": "2018-10-06T03:32:26Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "889255afdbb944e1a61e9cd90a261922", "port_id": "be960c58-acff-4592-882d-39b6805171be", "id": "d6c434de-e44d-46bd-b6ab-fdb1b9c4b043"}} 2018-10-06 03:32:27,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6cf31513-118a-4d03-9461-f8c19c69a68e 2018-10-06 03:32:27,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.82201385498s 2018-10-06 03:32:27,372 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6cf31513-118a-4d03-9461-f8c19c69a68e 2018-10-06 03:32:27,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:27,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:27,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ac6b107c-586a-41ab-a108-c1153dd92653 Date: Sat, 06 Oct 2018 03:32:27 GMT RESP BODY: {"floatingips": [{"router_id": "501139ee-5de8-43c7-a172-815efe0968d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:26Z", "updated_at": "2018-10-06T03:32:26Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "889255afdbb944e1a61e9cd90a261922", "port_id": "be960c58-acff-4592-882d-39b6805171be", "id": "d6c434de-e44d-46bd-b6ab-fdb1b9c4b043"}]} 2018-10-06 03:32:27,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ac6b107c-586a-41ab-a108-c1153dd92653 2018-10-06 03:32:27,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.189588069916s 2018-10-06 03:32:27,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ac6b107c-586a-41ab-a108-c1153dd92653 2018-10-06 03:32:27,574 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 03:32:27,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:27,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:27,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5330e56e-c41c-4dd7-9cd5-00646404bbbd Date: Sat, 06 Oct 2018 03:32:27 GMT RESP BODY: {"floatingips": [{"router_id": "501139ee-5de8-43c7-a172-815efe0968d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:26Z", "updated_at": "2018-10-06T03:32:26Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "889255afdbb944e1a61e9cd90a261922", "port_id": "be960c58-acff-4592-882d-39b6805171be", "id": "d6c434de-e44d-46bd-b6ab-fdb1b9c4b043"}]} 2018-10-06 03:32:27,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5330e56e-c41c-4dd7-9cd5-00646404bbbd 2018-10-06 03:32:27,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0254950523376s 2018-10-06 03:32:27,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5330e56e-c41c-4dd7-9cd5-00646404bbbd 2018-10-06 03:32:27,709 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 03:32:27,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:27,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:27,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-661e4655-d32e-4487-92ee-fb369e9e3796 Date: Sat, 06 Oct 2018 03:32:27 GMT RESP BODY: {"floatingips": [{"router_id": "501139ee-5de8-43c7-a172-815efe0968d8", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:26Z", "updated_at": "2018-10-06T03:32:26Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "889255afdbb944e1a61e9cd90a261922", "port_id": "be960c58-acff-4592-882d-39b6805171be", "id": "d6c434de-e44d-46bd-b6ab-fdb1b9c4b043"}]} 2018-10-06 03:32:27,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-661e4655-d32e-4487-92ee-fb369e9e3796 2018-10-06 03:32:27,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.15974521637s 2018-10-06 03:32:27,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-661e4655-d32e-4487-92ee-fb369e9e3796 2018-10-06 03:32:27,978 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'501139ee-5de8-43c7-a172-815efe0968d8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'889255afdbb944e1a61e9cd90a261922', 'created_at': u'2018-10-06T03:32:26Z', 'attached': True, 'updated_at': u'2018-10-06T03:32:26Z', 'id': u'd6c434de-e44d-46bd-b6ab-fdb1b9c4b043', 'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'889255afdbb944e1a61e9cd90a261922', 'name': 'vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'501139ee-5de8-43c7-a172-815efe0968d8', 'project_id': u'889255afdbb944e1a61e9cd90a261922', 'port_id': u'be960c58-acff-4592-882d-39b6805171be', 'port': u'be960c58-acff-4592-882d-39b6805171be', 'network': u'a6517c0e-8c87-4fe1-b885-3a296982e720'}) 2018-10-06 03:32:27,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 03:32:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 03:32:29,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-da88735f-d6c2-4316-922d-2533c9e2582f x-compute-request-id: req-da88735f-d6c2-4316-922d-2533c9e2582f Content-Encoding: gzip Content-Length: 9518 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500962843 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128260] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129900] pid_max: default: 32768 minimum: 301\n[ 0.130783] ACPI: Core revision 20150930\n[ 0.132157] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133449] Security Framework initialized\n[ 0.134256] Yama: becoming mindful.\n[ 0.134975] AppArmor: AppArmor initialized\n[ 0.135827] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139601] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140978] Initializing cgroup subsys io\n[ 0.141781] Initializing cgroup subsys memory\n[ 0.142629] Initializing cgroup subsys devices\n[ 0.143505] Initializing cgroup subsys freezer\n[ 0.144369] Initializing cgroup subsys net_cls\n[ 0.145227] Initializing cgroup subsys perf_event\n[ 0.146125] Initializing cgroup subsys net_prio\n[ 0.147008] Initializing cgroup subsys hugetlb\n[ 0.147872] Initializing cgroup subsys pids\n[ 0.148736] CPU: Physical Processor ID: 0\n[ 0.150222] mce: CPU supports 10 MCE banks\n[ 0.151062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168940] ftrace: allocating 31920 entries in 125 pages\n[ 0.195039] smpboot: Max logical packages: 1\n[ 0.195889] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197218] x2apic enabled\n[ 0.198016] Switched APIC routing to physical x2apic.\n[ 0.199753] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202824] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204571] KVM setup paravirtual spinlock\n[ 0.205863] x86: Booted up 1 node, 1 CPUs\n[ 0.206653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208018] devtmpfs: initialized\n[ 0.209726] evm: security.selinux\n[ 0.210412] evm: security.SMACK64\n[ 0.211091] evm: security.SMACK64EXEC\n[ 0.211823] evm: security.SMACK64TRANSMUTE\n[ 0.212613] evm: security.SMACK64MMAP\n[ 0.213342] evm: security.ima\n[ 0.213980] evm: security.capability\n[ 0.214774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216586] pinctrl core: initialized pinctrl subsystem\n[ 0.217662] RTC time: 3:32:20, date: 10/06/18\n[ 0.218614] NET: Registered protocol family 16\n[ 0.219573] cpuidle: using governor ladder\n[ 0.220380] cpuidle: using governor menu\n[ 0.221152] PCCT header not found.\n[ 0.221887] ACPI: bus type PCI registered\n[ 0.222679] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223911] PCI: Using configuration type 1 for base access\n[ 0.225642] ACPI: Added _OSI(Module Device)\n[ 0.226469] ACPI: Added _OSI(Processor Device)\n[ 0.227322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228206] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230322] ACPI: Interpreter enabled\n[ 0.231077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238307] ACPI: (supports S0 S5)\n[ 0.239004] ACPI: Using IOAPIC for interrupt routing\n[ 0.240012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243069] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244190] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245393] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248736] acpiphp: Slot [3] registered\n[ 0.249519] acpiphp: Slot [4] registered\n[ 0.250305] acpiphp: Slot [5] registered\n[ 0.251095] acpiphp: Slot [6] registered\n[ 0.251877] acpiphp: Slot [7] registered\n[ 0.252660] acpiphp: Slot [8] registered\n[ 0.253444] acpiphp: Slot [9] registered\n[ 0.254227] acpiphp: Slot [10] registered\n[ 0.255027] acpiphp: Slot [11] registered\n[ 0.255829] acpiphp: Slot [12] registered\n[ 0.256622] acpiphp: Slot [13] registered\n[ 0.257421] acpiphp: Slot [14] registered\n[ 0.258221] acpiphp: Slot [15] registered\n[ 0.269131] acpiphp: Slot [16] registered\n[ 0.269936] acpiphp: Slot [17] registered\n[ 0.270733] acpiphp: Slot [18] registered\n[ 0.271525] acpiphp: Slot [19] registered\n[ 0.272321] acpiphp: Slot [20] registered\n[ 0.273123] acpiphp: Slot [21] registered\n[ 0.273920] acpiphp: Slot [22] registered\n[ 0.274716] acpiphp: Slot [23] registered\n[ 0.275507] acpiphp: Slot [24] registered\n[ 0.276307] acpiphp: Slot [25] registered\n[ 0.277100] acpiphp: Slot [26] registered\n[ 0.277900] acpiphp: Slot [27] registered\n[ 0.278695] acpiphp: Slot [28] registered\n[ 0.279488] acpiphp: Slot [29] registered\n[ 0.280283] acpiphp: Slot [30] registered\n[ 0.281079] acpiphp: Slot [31] registered\n[ 0.281870] PCI host bridge to bus 0000:00\n[ 0.282664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283859] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286456] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287879] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294104] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295355] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296512] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297756] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304092] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305499] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351049] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352526] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353956] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355362] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356744] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357978] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359113] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360311] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361844] vgaarb: loaded\n[ 0.362439] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363553] SCSI subsystem initialized\n[ 0.364362] ACPI: bus type USB registered\n[ 0.365163] usbcore: registered new interface driver usbfs\n[ 0.366170] usbcore: registered new interface driver hub\n[ 0.367161] usbcore: registered new device driver usb\n[ 0.368195] PCI: Using ACPI for IRQ routing\n[ 0.369201] NetLabel: Initializing\n[ 0.369904] NetLabel: domain hash size = 128\n[ 0.370738] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371674] NetLabel: unlabeled traffic allowed by default\n[ 0.372749] clocksource: Switched to clocksource kvm-clock\n[ 0.378135] AppArmor: AppArmor Filesystem Enabled\n[ 0.379077] pnp: PnP ACPI init\n[ 0.379971] pnp: PnP ACPI: found 5 devices\n[ 0.386326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388002] NET: Registered protocol family 2\n[ 0.388939] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390187] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391331] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392464] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393519] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394669] NET: Registered protocol family 1\n[ 0.395519] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397651] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411648] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425730] Trying to unpack rootfs image as initramfs...\n[ 0.474648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488852] Scanning for low memory corruption every 60 seconds\n[ 0.490148] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491279] audit: initializing netlink subsys (disabled)\n[ 0.492288] audit: type=2000 audit(1538796741.618:1): initialized\n[ 0.493583] Initialise system trusted keyring\n[ 0.494491] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497577] zbud: loaded\n[ 0.498277] VFS: Disk quotas dquot_6.6.0\n[ 0.499087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500562] fuse init (API version 7.23)\n[ 0.501463] Key type big_key registered\n[ 0.502263] Allocating IMA MOK and blacklist keyrings.\n[ 0.503349] Key type asymmetric registered\n[ 0.504160] Asymmetric key parser 'x509' registered\n[ 0.505109] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506555] io scheduler noop registered\n[ 0.507340] io scheduler deadline registered (default)\n[ 0.508305] io scheduler cfq registered\n[ 0.509133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510163] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511395] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512832] ACPI: Power Button [PWRF]\n[ 0.514031] GHES: HEST is not enabled!\n[ 0.527717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555388] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582952] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585160] Linux agpgart interface v0.103\n[ 0.587179] brd: module loaded\n[ 0.588330] loop: module loaded\n[ 0.592733] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594182] GPT:90111 != 2097151\n[ 0.594859] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595941] GPT:90111 != 2097151\n[ 0.596609] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597574] vda: vda1 vda15\n[ 0.599266] scsi host0: ata_piix\n[ 0.600001] scsi host1: ata_piix\n[ 0.600703] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601921] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603354] libphy: Fixed MDIO Bus: probed\n[ 0.604172] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605125] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607375] PPP generic driver version 2.4.2\n[ 0.608261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609618] ehci-pci: EHCI PCI platform driver\n[ 0.610495] ehci-platform: EHCI generic platform driver\n[ 0.611481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612600] ohci-pci: OHCI PCI platform driver\n[ 0.613473] ohci-platform: OHCI generic platform driver\n[ 0.614462] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628974] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631427] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633537] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634758] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636172] usb usb1: Product: UHCI Host Controller\n[ 0.637112] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638253] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639270] hub 1-0:1.0: USB hub found\n[ 0.640051] hub 1-0:1.0: 2 ports detected\n[ 0.640962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643066] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645047] mousedev: PS/2 mouse device common for all mice\n[ 0.646303] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648133] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650421] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651602] i2c /dev entries driver\n[ 0.652360] device-mapper: uevent: version 1.0.3\n[ 0.653301] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654924] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656207] NET: Registered protocol family 10\n[ 0.657210] NET: Registered protocol family 17\n[ 0.658100] Key type dns_resolver registered\n[ 0.659023] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661862] registered taskstats version 1\n[ 0.662691] Loading compiled-in X.509 certificates\n[ 0.664127] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665976] zswap: loaded using pool lzo/zbud\n[ 0.667332] Key type trusted registered\n[ 0.668905] Key type encrypted registered\n[ 0.669732] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670757] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671794] evm: HMAC attrs: 0x1\n[ 0.672735] Magic number: 6:268:512\n[ 0.673593] rtc_cmos 00:00: setting system clock to 2018-10-06 03:32:21 UTC (1538796741)\n[ 0.675200] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676342] EDD information not available.\n[ 0.761691] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763251] Write protecting the kernel read-only data: 14336k\n[ 0.775284] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777119] 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.819327] 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 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.36. iid=i-00000023\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCy1cJ6ed761LDbQ12mkjndi2FwBe3TzZX5uKdXG3qvkB/xqg11tRkHsAJkZeIn46HHdoEV4Cwg+ER1hTjHvrV+pN3T59b0xPCMahxfjZi7DuQiTJGRSK6992UJx3TC9w/JIk7D892s03l8nYMT6VVYpwZg654YAs1O2iGb4IBelsDrY2jbFqJonYBXC8U8KOSfuTB8jwTIgu8yvqVlVOCHK2X9JCfCpkbS8z4JdLLwvow1KVw6UQbvQ81fTQEnuP2ukQJIyFxaj2eSlMPeFB6toObMTJfYbRRRoaOCLnUC5J7q7Dn/sLvOoCmOE9FXfBcg1oAc2Q2CRBOIOckLU3rr root@vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a\nssh-dss AAAAB3NzaC1kc3MAAACBAN4JfgR71GEZLyT4e/hdOyA0J14ize+tWC3nXF+Lbysdes8ZskZHuusFgIsmd09VgojTtKUXBhPlm4HA29Cxf1Xc7G0FGKVhxmShGWgcIitaG/fW+Z18E7OZ29yqRsCcSK8icye4JRbmNGyDoGGcbUSnUEX6AAnwlfpBLsZ6iCqvAAAAFQCzBxXU29pIccXedcJ4u+wU5jz2dwAAAIEAqdgjw1Vk0j0o33on3P5XO5zq5woeaMQ2Fth2Fb8XO/PLC1uktJVvs1ADc4q90u03vRgTLMp8L9PvzkTuUrZe+Ab9Yahi/PYhnelhTVpeWa1jmN5Nt4l21v8mlnA7z2st11Co5vuCh2zibGVH5Qe+x+Pkv3AGPiSd3pbxpc23KMkAAACAMaTR3DsGR6bPQOiwaR9Uh5xG8TNxFvB5RuE/vuWjdd2CYy5hMamyuQu54R7YnSPiiDWU+0FVZw/vl2rDCv4yA6rwaccNyTg7lNhBnZ6jBwkIuMaw2BVIcDDnI4aIrN2j+S0E3IQWCUKT0vcu6SAx1eYK2tFQOSBF1g1aka7ohQ4= root@vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fee0:89c9/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.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.05 ===\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-14bc521d-6031-45cd-96d3-81da14c97a2a login: "} 2018-10-06 03:32:29,088 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64/action used request id req-da88735f-d6c2-4316-922d-2533c9e2582f 2018-10-06 03:32:29,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10951209068s 2018-10-06 03:32:29,089 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64/action used request id req-da88735f-d6c2-4316-922d-2533c9e2582f 2018-10-06 03:32:29,089 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 500962843 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.128260] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129900] pid_max: default: 32768 minimum: 301 [ 0.130783] ACPI: Core revision 20150930 [ 0.132157] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133449] Security Framework initialized [ 0.134256] Yama: becoming mindful. [ 0.134975] AppArmor: AppArmor initialized [ 0.135827] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139601] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140978] Initializing cgroup subsys io [ 0.141781] Initializing cgroup subsys memory [ 0.142629] Initializing cgroup subsys devices [ 0.143505] Initializing cgroup subsys freezer [ 0.144369] Initializing cgroup subsys net_cls [ 0.145227] Initializing cgroup subsys perf_event [ 0.146125] Initializing cgroup subsys net_prio [ 0.147008] Initializing cgroup subsys hugetlb [ 0.147872] Initializing cgroup subsys pids [ 0.148736] CPU: Physical Processor ID: 0 [ 0.150222] mce: CPU supports 10 MCE banks [ 0.151062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168940] ftrace: allocating 31920 entries in 125 pages [ 0.195039] smpboot: Max logical packages: 1 [ 0.195889] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197218] x2apic enabled [ 0.198016] Switched APIC routing to physical x2apic. [ 0.199753] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202824] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204571] KVM setup paravirtual spinlock [ 0.205863] x86: Booted up 1 node, 1 CPUs [ 0.206653] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208018] devtmpfs: initialized [ 0.209726] evm: security.selinux [ 0.210412] evm: security.SMACK64 [ 0.211091] evm: security.SMACK64EXEC [ 0.211823] evm: security.SMACK64TRANSMUTE [ 0.212613] evm: security.SMACK64MMAP [ 0.213342] evm: security.ima [ 0.213980] evm: security.capability [ 0.214774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216586] pinctrl core: initialized pinctrl subsystem [ 0.217662] RTC time: 3:32:20, date: 10/06/18 [ 0.218614] NET: Registered protocol family 16 [ 0.219573] cpuidle: using governor ladder [ 0.220380] cpuidle: using governor menu [ 0.221152] PCCT header not found. [ 0.221887] ACPI: bus type PCI registered [ 0.222679] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223911] PCI: Using configuration type 1 for base access [ 0.225642] ACPI: Added _OSI(Module Device) [ 0.226469] ACPI: Added _OSI(Processor Device) [ 0.227322] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228206] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230322] ACPI: Interpreter enabled [ 0.231077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238307] ACPI: (supports S0 S5) [ 0.239004] ACPI: Using IOAPIC for interrupt routing [ 0.240012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243069] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244190] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245393] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248736] acpiphp: Slot [3] registered [ 0.249519] acpiphp: Slot [4] registered [ 0.250305] acpiphp: Slot [5] registered [ 0.251095] acpiphp: Slot [6] registered [ 0.251877] acpiphp: Slot [7] registered [ 0.252660] acpiphp: Slot [8] registered [ 0.253444] acpiphp: Slot [9] registered [ 0.254227] acpiphp: Slot [10] registered [ 0.255027] acpiphp: Slot [11] registered [ 0.255829] acpiphp: Slot [12] registered [ 0.256622] acpiphp: Slot [13] registered [ 0.257421] acpiphp: Slot [14] registered [ 0.258221] acpiphp: Slot [15] registered [ 0.269131] acpiphp: Slot [16] registered [ 0.269936] acpiphp: Slot [17] registered [ 0.270733] acpiphp: Slot [18] registered [ 0.271525] acpiphp: Slot [19] registered [ 0.272321] acpiphp: Slot [20] registered [ 0.273123] acpiphp: Slot [21] registered [ 0.273920] acpiphp: Slot [22] registered [ 0.274716] acpiphp: Slot [23] registered [ 0.275507] acpiphp: Slot [24] registered [ 0.276307] acpiphp: Slot [25] registered [ 0.277100] acpiphp: Slot [26] registered [ 0.277900] acpiphp: Slot [27] registered [ 0.278695] acpiphp: Slot [28] registered [ 0.279488] acpiphp: Slot [29] registered [ 0.280283] acpiphp: Slot [30] registered [ 0.281079] acpiphp: Slot [31] registered [ 0.281870] PCI host bridge to bus 0000:00 [ 0.282664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283859] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286456] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287879] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294104] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295355] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296512] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297756] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304092] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305499] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351049] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352526] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353956] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355362] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356744] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357978] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360311] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361844] vgaarb: loaded [ 0.362439] vgaarb: bridge control possible 0000:00:02.0 [ 0.363553] SCSI subsystem initialized [ 0.364362] ACPI: bus type USB registered [ 0.365163] usbcore: registered new interface driver usbfs [ 0.366170] usbcore: registered new interface driver hub [ 0.367161] usbcore: registered new device driver usb [ 0.368195] PCI: Using ACPI for IRQ routing [ 0.369201] NetLabel: Initializing [ 0.369904] NetLabel: domain hash size = 128 [ 0.370738] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371674] NetLabel: unlabeled traffic allowed by default [ 0.372749] clocksource: Switched to clocksource kvm-clock [ 0.378135] AppArmor: AppArmor Filesystem Enabled [ 0.379077] pnp: PnP ACPI init [ 0.379971] pnp: PnP ACPI: found 5 devices [ 0.386326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388002] NET: Registered protocol family 2 [ 0.388939] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390187] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391331] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392464] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393519] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394669] NET: Registered protocol family 1 [ 0.395519] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397651] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411648] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425730] Trying to unpack rootfs image as initramfs... [ 0.474648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488852] Scanning for low memory corruption every 60 seconds [ 0.490148] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491279] audit: initializing netlink subsys (disabled) [ 0.492288] audit: type=2000 audit(1538796741.618:1): initialized [ 0.493583] Initialise system trusted keyring [ 0.494491] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495635] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497577] zbud: loaded [ 0.498277] VFS: Disk quotas dquot_6.6.0 [ 0.499087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500562] fuse init (API version 7.23) [ 0.501463] Key type big_key registered [ 0.502263] Allocating IMA MOK and blacklist keyrings. [ 0.503349] Key type asymmetric registered [ 0.504160] Asymmetric key parser 'x509' registered [ 0.505109] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506555] io scheduler noop registered [ 0.507340] io scheduler deadline registered (default) [ 0.508305] io scheduler cfq registered [ 0.509133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510163] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511395] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512832] ACPI: Power Button [PWRF] [ 0.514031] GHES: HEST is not enabled! [ 0.527717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555388] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557662] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582952] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585160] Linux agpgart interface v0.103 [ 0.587179] brd: module loaded [ 0.588330] loop: module loaded [ 0.592733] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.594182] GPT:90111 != 2097151 [ 0.594859] GPT:Alternate GPT header not at the end of the disk. [ 0.595941] GPT:90111 != 2097151 [ 0.596609] GPT: Use GNU Parted to correct GPT errors. [ 0.597574] vda: vda1 vda15 [ 0.599266] scsi host0: ata_piix [ 0.600001] scsi host1: ata_piix [ 0.600703] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601921] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.603354] libphy: Fixed MDIO Bus: probed [ 0.604172] tun: Universal TUN/TAP device driver, 1.6 [ 0.605125] tun: (C) 1999-2004 Max Krasnyansky [ 0.607375] PPP generic driver version 2.4.2 [ 0.608261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609618] ehci-pci: EHCI PCI platform driver [ 0.610495] ehci-platform: EHCI generic platform driver [ 0.611481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612600] ohci-pci: OHCI PCI platform driver [ 0.613473] ohci-platform: OHCI generic platform driver [ 0.614462] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628974] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.631427] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.632422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.633537] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634758] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636172] usb usb1: Product: UHCI Host Controller [ 0.637112] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.638253] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639270] hub 1-0:1.0: USB hub found [ 0.640051] hub 1-0:1.0: 2 ports detected [ 0.640962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643066] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644018] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645047] mousedev: PS/2 mouse device common for all mice [ 0.646303] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648133] rtc_cmos 00:00: RTC can wake from S4 [ 0.649236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650421] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651602] i2c /dev entries driver [ 0.652360] device-mapper: uevent: version 1.0.3 [ 0.653301] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.654924] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656207] NET: Registered protocol family 10 [ 0.657210] NET: Registered protocol family 17 [ 0.658100] Key type dns_resolver registered [ 0.659023] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660120] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.661862] registered taskstats version 1 [ 0.662691] Loading compiled-in X.509 certificates [ 0.664127] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.665976] zswap: loaded using pool lzo/zbud [ 0.667332] Key type trusted registered [ 0.668905] Key type encrypted registered [ 0.669732] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670757] ima: No TPM chip found, activating TPM-bypass! [ 0.671794] evm: HMAC attrs: 0x1 [ 0.672735] Magic number: 6:268:512 [ 0.673593] rtc_cmos 00:00: setting system clock to 2018-10-06 03:32:21 UTC (1538796741) [ 0.675200] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676342] EDD information not available. [ 0.761691] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763251] Write protecting the kernel read-only data: 14336k [ 0.775284] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.777119] 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.819327] 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 1.08 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.36. iid=i-00000023 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCy1cJ6ed761LDbQ12mkjndi2FwBe3TzZX5uKdXG3qvkB/xqg11tRkHsAJkZeIn46HHdoEV4Cwg+ER1hTjHvrV+pN3T59b0xPCMahxfjZi7DuQiTJGRSK6992UJx3TC9w/JIk7D892s03l8nYMT6VVYpwZg654YAs1O2iGb4IBelsDrY2jbFqJonYBXC8U8KOSfuTB8jwTIgu8yvqVlVOCHK2X9JCfCpkbS8z4JdLLwvow1KVw6UQbvQ81fTQEnuP2ukQJIyFxaj2eSlMPeFB6toObMTJfYbRRRoaOCLnUC5J7q7Dn/sLvOoCmOE9FXfBcg1oAc2Q2CRBOIOckLU3rr root@vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a ssh-dss AAAAB3NzaC1kc3MAAACBAN4JfgR71GEZLyT4e/hdOyA0J14ize+tWC3nXF+Lbysdes8ZskZHuusFgIsmd09VgojTtKUXBhPlm4HA29Cxf1Xc7G0FGKVhxmShGWgcIitaG/fW+Z18E7OZ29yqRsCcSK8icye4JRbmNGyDoGGcbUSnUEX6AAnwlfpBLsZ6iCqvAAAAFQCzBxXU29pIccXedcJ4u+wU5jz2dwAAAIEAqdgjw1Vk0j0o33on3P5XO5zq5woeaMQ2Fth2Fb8XO/PLC1uktJVvs1ADc4q90u03vRgTLMp8L9PvzkTuUrZe+Ab9Yahi/PYhnelhTVpeWa1jmN5Nt4l21v8mlnA7z2st11Co5vuCh2zibGVH5Qe+x+Pkv3AGPiSd3pbxpc23KMkAAACAMaTR3DsGR6bPQOiwaR9Uh5xG8TNxFvB5RuE/vuWjdd2CYy5hMamyuQu54R7YnSPiiDWU+0FVZw/vl2rDCv4yA6rwaccNyTg7lNhBnZ6jBwkIuMaw2BVIcDDnI4aIrN2j+S0E3IQWCUKT0vcu6SAx1eYK2tFQOSBF1g1aka7ohQ4= root@vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fee0:89c9/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.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-14bc521d-6031-45cd-96d3-81da14c97a2a login: 2018-10-06 03:32:29,094 - paramiko.transport - DEBUG - starting thread (client mode): 0x794a7610L 2018-10-06 03:32:29,094 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 03:32:29,095 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 03:32:29,095 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 03:32:29,096 - 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-10-06 03:32:29,096 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 03:32:29,097 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 03:32:29,097 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 03:32:29,097 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 03:32:29,097 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 03:32:29,157 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 03:32:29,157 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 03:32:29,173 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 0640570275b0515d14376af117c9f7d4 2018-10-06 03:32:29,175 - paramiko.transport - DEBUG - Trying key e2ef8d51cf33a955d50c475fe0535f49 from /tmp/tmpxRlrry 2018-10-06 03:32:29,196 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 03:32:31,104 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 03:32:31,109 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 03:32:31,110 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 03:32:31,110 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 03:32:31,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 03:32:31,114 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 03:32:31,115 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=1.250 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.250/1.250/1.250 ms 2018-10-06 03:32:31,115 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-06 03:32:31,122 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 03:32:31,242 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:32:31,242 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 03:32:31,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 03:32:31,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:31,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32: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-f6e1c2df-7f22-4573-88b5-4eea2f71d80b x-compute-request-id: req-f6e1c2df-7f22-4573-88b5-4eea2f71d80b Content-Type: application/json 2018-10-06 03:32:31,420 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b used request id req-f6e1c2df-7f22-4573-88b5-4eea2f71d80b 2018-10-06 03:32:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.171516895294s 2018-10-06 03:32:31,420 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b used request id req-f6e1c2df-7f22-4573-88b5-4eea2f71d80b 2018-10-06 03:32:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:31,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:32,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-8067f870-87cf-44a1-8fd4-95a6eabfe1d9 x-compute-request-id: req-8067f870-87cf-44a1-8fd4-95a6eabfe1d9 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:20.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:24Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:4b:3f", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70cb2017-2c88-4480-8271-063cc883962b", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:06.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "70cb2017-2c88-4480-8271-063cc883962b", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:31Z", "hostId": "75456b37aaf85cf003f8c5427197c09508a7a5860efddecfef37691b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:05Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:32,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8067f870-87cf-44a1-8fd4-95a6eabfe1d9 2018-10-06 03:32:32,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675980091095s 2018-10-06 03:32:32,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8067f870-87cf-44a1-8fd4-95a6eabfe1d9 2018-10-06 03:32:32,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:34,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:34,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:34,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-4f9317a2-b939-494a-ac67-1c5cc085504c x-compute-request-id: req-4f9317a2-b939-494a-ac67-1c5cc085504c Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:20.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:24Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:34,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4f9317a2-b939-494a-ac67-1c5cc085504c 2018-10-06 03:32:34,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486234903336s 2018-10-06 03:32:34,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4f9317a2-b939-494a-ac67-1c5cc085504c 2018-10-06 03:32:34,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 03:32:34,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/d6c434de-e44d-46bd-b6ab-fdb1b9c4b043.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:35,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb6a5628-a0fa-45d1-b84b-57cd62038920 Content-Length: 0 Date: Sat, 06 Oct 2018 03:32:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:35,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/d6c434de-e44d-46bd-b6ab-fdb1b9c4b043.json used request id req-eb6a5628-a0fa-45d1-b84b-57cd62038920 2018-10-06 03:32:35,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.19882202148s 2018-10-06 03:32:35,792 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/d6c434de-e44d-46bd-b6ab-fdb1b9c4b043.json used request id req-eb6a5628-a0fa-45d1-b84b-57cd62038920 2018-10-06 03:32:35,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:32:35,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:35,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6790330d-a1d8-439b-ab6e-e3fceb1d9c9c Date: Sat, 06 Oct 2018 03:32:35 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:32:35,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6790330d-a1d8-439b-ab6e-e3fceb1d9c9c 2018-10-06 03:32:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.1702439785s 2018-10-06 03:32:35,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6790330d-a1d8-439b-ab6e-e3fceb1d9c9c 2018-10-06 03:32:35,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 03:32:35,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:36,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32: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-8a535dcf-0d75-4a43-86f8-bfcd547f4b7a x-compute-request-id: req-8a535dcf-0d75-4a43-86f8-bfcd547f4b7a Content-Type: application/json 2018-10-06 03:32:36,143 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-8a535dcf-0d75-4a43-86f8-bfcd547f4b7a 2018-10-06 03:32:36,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172883987427s 2018-10-06 03:32:36,144 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64 used request id req-8a535dcf-0d75-4a43-86f8-bfcd547f4b7a 2018-10-06 03:32:36,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:36,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-4ada9c4d-adcd-4712-8ea1-53f7d590825a x-compute-request-id: req-4ada9c4d-adcd-4712-8ea1-53f7d590825a Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:89:c9", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d86f03e2-04db-4a7e-b683-2d8b564b7d64", "rel": "bookmark"}], "image": {"id": "3df02aad-1987-4255-bb94-eef87f7568b0", "links": [{"href": "http://172.30.9.29:8774/images/3df02aad-1987-4255-bb94-eef87f7568b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:32:20.000000", "flavor": {"id": "342660bb-44c2-48b6-864a-0418c831d795", "links": [{"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}]}, "id": "d86f03e2-04db-4a7e-b683-2d8b564b7d64", "security_groups": [{"name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}], "user_id": "6d0d34641e814d91b8fa4adb52f482ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:32:36Z", "hostId": "d54a6310947bf85f29005872cabe234a81cac05fd8bc1635800d92c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a", "name": "vping_ssh-vm_14bc521d-6031-45cd-96d3-81da14c97a2a", "created": "2018-10-06T03:32:14Z", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:32:36,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4ada9c4d-adcd-4712-8ea1-53f7d590825a 2018-10-06 03:32:36,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343591928482s 2018-10-06 03:32:36,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4ada9c4d-adcd-4712-8ea1-53f7d590825a 2018-10-06 03:32:36,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:32:38,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:32:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:38,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-f01bfa89-ed53-4302-9fb3-e7bf4916f041 x-compute-request-id: req-f01bfa89-ed53-4302-9fb3-e7bf4916f041 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:32:38,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f01bfa89-ed53-4302-9fb3-e7bf4916f041 2018-10-06 03:32:38,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0832598209381s 2018-10-06 03:32:38,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f01bfa89-ed53-4302-9fb3-e7bf4916f041 2018-10-06 03:32:38,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:32:38,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:38,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-621fab73-5dec-48ab-9e42-7e36672ea5fc Date: Sat, 06 Oct 2018 03:32:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:32:02Z", "updated_at": "2018-10-06T03:32:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "23af3962-2023-4d93-8114-6f3c6363e8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "5e0f9632-2c0d-4f6a-a52f-2cb6fee5c82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T03:32:02Z", "revision_number": 0, "id": "688a87d7-6174-4483-9051-7701d083c013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:02Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": 22, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:03Z", "revision_number": 0, "id": "b0e7ef18-5624-48fc-ad7e-219c81326cc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:03Z", "security_group_id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "5978d57e-e068-49e1-bc4e-d1e9234e6281", "name": "vping_ssh-sg_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"description": "Default security group", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:49Z", "updated_at": "2018-10-06T03:31:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "170a3456-b4b4-4818-a48b-c97b85de5edf", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "2b07e3f4-b3e6-422d-8563-8374fa42aeef", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "698cad4c-0863-4d5c-9f4d-ae294d3efdb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "c8e8f3ff-ba64-430c-af44-b730a5690c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "bf59060d-87eb-4269-a94f-4d48df651311", "name": "default"}]} 2018-10-06 03:32:38,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-621fab73-5dec-48ab-9e42-7e36672ea5fc 2018-10-06 03:32:38,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0561101436615s 2018-10-06 03:32:38,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-621fab73-5dec-48ab-9e42-7e36672ea5fc 2018-10-06 03:32:38,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 03:32:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/5978d57e-e068-49e1-bc4e-d1e9234e6281.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:38,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9426fa50-3d7e-404f-866f-922d05201a41 Content-Length: 0 Date: Sat, 06 Oct 2018 03:32:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:38,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5978d57e-e068-49e1-bc4e-d1e9234e6281.json used request id req-9426fa50-3d7e-404f-866f-922d05201a41 2018-10-06 03:32:38,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.160722017288s 2018-10-06 03:32:38,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/5978d57e-e068-49e1-bc4e-d1e9234e6281.json used request id req-9426fa50-3d7e-404f-866f-922d05201a41 2018-10-06 03:32:38,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-06 03:32:38,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:38,843 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:32: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-99cbf48a-1858-4b97-b04d-521c1b759525 x-compute-request-id: req-99cbf48a-1858-4b97-b04d-521c1b759525 Content-Length: 0 Content-Type: application/json 2018-10-06 03:32:38,843 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a used request id req-99cbf48a-1858-4b97-b04d-521c1b759525 2018-10-06 03:32:38,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0405020713806s 2018-10-06 03:32:38,843 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_14bc521d-6031-45cd-96d3-81da14c97a2a used request id req-99cbf48a-1858-4b97-b04d-521c1b759525 2018-10-06 03:32:38,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 03:32:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" -d '{"subnet_id": "fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"}' 2018-10-06 03:32:40,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29354758-53d0-4dec-83cb-6a00eada0159 Date: Sat, 06 Oct 2018 03:32:40 GMT RESP BODY: {"network_id": "2309e283-5025-4c76-beef-6febad4dd195", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "subnet_id": "fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1", "subnet_ids": ["fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1"], "port_id": "09e3b245-27d2-409c-b982-b4c73ab6d1d7", "id": "501139ee-5de8-43c7-a172-815efe0968d8"} 2018-10-06 03:32:40,296 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/remove_router_interface.json used request id req-29354758-53d0-4dec-83cb-6a00eada0159 2018-10-06 03:32:40,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.45275187492s 2018-10-06 03:32:40,297 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8/remove_router_interface.json used request id req-29354758-53d0-4dec-83cb-6a00eada0159 returning object 501139ee-5de8-43c7-a172-815efe0968d8 2018-10-06 03:32:40,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 03:32:40,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:40,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-8893d579-f8cc-4a6a-8a12-66a774d6955c Date: Sat, 06 Oct 2018 03:32:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:52Z", "admin_state_up": true, "updated_at": "2018-10-06T03:32:39Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "501139ee-5de8-43c7-a172-815efe0968d8", "name": "vping_ssh-router_14bc521d-6031-45cd-96d3-81da14c97a2a"}]} 2018-10-06 03:32:40,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8893d579-f8cc-4a6a-8a12-66a774d6955c 2018-10-06 03:32:40,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0698528289795s 2018-10-06 03:32:40,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8893d579-f8cc-4a6a-8a12-66a774d6955c 2018-10-06 03:32:40,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 03:32:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:43,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6f65331-59e6-4c28-8b93-f913d6f08d0b Content-Length: 0 Date: Sat, 06 Oct 2018 03:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:43,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8.json used request id req-f6f65331-59e6-4c28-8b93-f913d6f08d0b 2018-10-06 03:32:43,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.23844790459s 2018-10-06 03:32:43,608 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/501139ee-5de8-43c7-a172-815efe0968d8.json used request id req-f6f65331-59e6-4c28-8b93-f913d6f08d0b 2018-10-06 03:32:43,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 03:32:43,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:43,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-65b42db9-6397-4315-bcc1-18cc21222e16 Date: Sat, 06 Oct 2018 03:32:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2309e283-5025-4c76-beef-6febad4dd195","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:31:50Z","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":"889255afdbb944e1a61e9cd90a261922","id":"fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1","subnetpool_id":null,"name":"vping_ssh-subnet_14bc521d-6031-45cd-96d3-81da14c97a2a"}]} 2018-10-06 03:32:43,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-65b42db9-6397-4315-bcc1-18cc21222e16 2018-10-06 03:32:43,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0626330375671s 2018-10-06 03:32:43,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-65b42db9-6397-4315-bcc1-18cc21222e16 2018-10-06 03:32:43,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 03:32:43,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:45,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a728f14-ce63-45b6-92d6-af6a0f248fa7 Date: Sat, 06 Oct 2018 03:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:45,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1.json used request id req-3a728f14-ce63-45b6-92d6-af6a0f248fa7 2018-10-06 03:32:45,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26066493988s 2018-10-06 03:32:45,934 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fb22ecd0-d6b3-4e9b-8b70-f71b4e19f9c1.json used request id req-3a728f14-ce63-45b6-92d6-af6a0f248fa7 2018-10-06 03:32:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:46,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-55cdceba-29ba-4efb-b25f-64a0f72c9561 Date: Sat, 06 Oct 2018 03:32: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":[],"updated_at":"2018-10-06T03:32:45Z","tenant_id":"889255afdbb944e1a61e9cd90a261922","created_at":"2018-10-06T03:31:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"889255afdbb944e1a61e9cd90a261922","id":"2309e283-5025-4c76-beef-6febad4dd195","name":"vping_ssh-net_14bc521d-6031-45cd-96d3-81da14c97a2a"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 03:32:46,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-55cdceba-29ba-4efb-b25f-64a0f72c9561 2018-10-06 03:32:46,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107533931732s 2018-10-06 03:32:46,042 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-55cdceba-29ba-4efb-b25f-64a0f72c9561 2018-10-06 03:32:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 03:32:46,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/2309e283-5025-4c76-beef-6febad4dd195.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:47,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f897a90c-dd6f-4d36-983d-c098d7118bbd Date: Sat, 06 Oct 2018 03:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:47,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2309e283-5025-4c76-beef-6febad4dd195.json used request id req-f897a90c-dd6f-4d36-983d-c098d7118bbd 2018-10-06 03:32:47,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16028904915s 2018-10-06 03:32:47,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2309e283-5025-4c76-beef-6febad4dd195.json used request id req-f897a90c-dd6f-4d36-983d-c098d7118bbd 2018-10-06 03:32:47,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:32:47,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:47,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a6caa589-c1b3-45aa-9eba-a2732ea67cfc Date: Sat, 06 Oct 2018 03:32:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "metadata": {}}], "file": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0/file", "owner": "889255afdbb944e1a61e9cd90a261922", "id": "3df02aad-1987-4255-bb94-eef87f7568b0", "size": 12716032, "self": "/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3df02aad-1987-4255-bb94-eef87f7568b0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:32:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_14bc521d-6031-45cd-96d3-81da14c97a2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:31:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:32:47,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a6caa589-c1b3-45aa-9eba-a2732ea67cfc 2018-10-06 03:32:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.032781124115s 2018-10-06 03:32:47,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a6caa589-c1b3-45aa-9eba-a2732ea67cfc 2018-10-06 03:32:47,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 03:32:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09b8955384d72635c463b559620041df00e39980" 2018-10-06 03:32:49,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2d2a426-033a-4296-bb65-58c0ef83e20c Date: Sat, 06 Oct 2018 03:32:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:32:49,059 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0 used request id req-f2d2a426-033a-4296-bb65-58c0ef83e20c 2018-10-06 03:32:49,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.81971311569s 2018-10-06 03:32:49,059 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3df02aad-1987-4255-bb94-eef87f7568b0 used request id req-f2d2a426-033a-4296-bb65-58c0ef83e20c 2018-10-06 03:32:49,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:32:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32: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-ba11ebcc-b5bc-4883-8fb0-eaeefa108a14 x-compute-request-id: req-ba11ebcc-b5bc-4883-8fb0-eaeefa108a14 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/342660bb-44c2-48b6-864a-0418c831d795", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "342660bb-44c2-48b6-864a-0418c831d795", "name": "vping_ssh-flavor_14bc521d-6031-45cd-96d3-81da14c97a2a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:32:49,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ba11ebcc-b5bc-4883-8fb0-eaeefa108a14 2018-10-06 03:32:49,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343029499054s 2018-10-06 03:32:49,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ba11ebcc-b5bc-4883-8fb0-eaeefa108a14 2018-10-06 03:32:49,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 03:32:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,148 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:32: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-e7014273-41f2-4988-ac8c-d590e3cd9bef x-compute-request-id: req-e7014273-41f2-4988-ac8c-d590e3cd9bef Content-Length: 0 Content-Type: application/json 2018-10-06 03:32:49,148 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795 used request id req-e7014273-41f2-4988-ac8c-d590e3cd9bef 2018-10-06 03:32:49,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0525679588318s 2018-10-06 03:32:49,149 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/342660bb-44c2-48b6-864a-0418c831d795 used request id req-e7014273-41f2-4988-ac8c-d590e3cd9bef 2018-10-06 03:32:49,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:32:49,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277013ad-a3b0-4f76-8664-4915a46544bd Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a", "links": {"self": "http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec"}, "domain_id": "default", "enabled": true, "id": "6d0d34641e814d91b8fa4adb52f482ec", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:32:49,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-277013ad-a3b0-4f76-8664-4915a46544bd 2018-10-06 03:32:49,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952858924866s 2018-10-06 03:32:49,245 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-277013ad-a3b0-4f76-8664-4915a46544bd 2018-10-06 03:32:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:32:49,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c1676d-9638-403a-b735-ddaa36824f27 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec"}, "enabled": true, "id": "6d0d34641e814d91b8fa4adb52f482ec", "options": {}, "domain_id": "default", "name": "vping_ssh-user_14bc521d-6031-45cd-96d3-81da14c97a2a"}} 2018-10-06 03:32:49,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec used request id req-68c1676d-9638-403a-b735-ddaa36824f27 2018-10-06 03:32:49,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0889730453491s 2018-10-06 03:32:49,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec used request id req-68c1676d-9638-403a-b735-ddaa36824f27 2018-10-06 03:32:49,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:32:49,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba0e67e4-bc73-488a-88d9-e0cb698072bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:32:49,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec used request id req-ba0e67e4-bc73-488a-88d9-e0cb698072bd 2018-10-06 03:32:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.250023126602s 2018-10-06 03:32:49,591 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6d0d34641e814d91b8fa4adb52f482ec used request id req-ba0e67e4-bc73-488a-88d9-e0cb698072bd 2018-10-06 03:32:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:32:49,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329389b6-48ce-4ebf-8ab6-047608597fb7 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922"}, "enabled": true, "id": "889255afdbb944e1a61e9cd90a261922", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_14bc521d-6031-45cd-96d3-81da14c97a2a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:32:49,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-329389b6-48ce-4ebf-8ab6-047608597fb7 2018-10-06 03:32:49,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0779149532318s 2018-10-06 03:32:49,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-329389b6-48ce-4ebf-8ab6-047608597fb7 2018-10-06 03:32:49,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:32:49,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa4fdd6-fa5a-4e2c-9990-f56105ba59b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:32:49,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922 used request id req-5aa4fdd6-fa5a-4e2c-9990-f56105ba59b9 2018-10-06 03:32:49,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155906915665s 2018-10-06 03:32:49,828 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/889255afdbb944e1a61e9cd90a261922 used request id req-5aa4fdd6-fa5a-4e2c-9990-f56105ba59b9 2018-10-06 03:32:49,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:32:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:49,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ebf48c-be71-4e41-adec-c9bc7dfbb245 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baa944273617440f925cb135c5b82073", "links": {"self": "http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:32:49,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-51ebf48c-be71-4e41-adec-c9bc7dfbb245 2018-10-06 03:32:49,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07683801651s 2018-10-06 03:32:49,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:32:49,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:50,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a04c3456-92da-4dbe-bb9d-f478c057d1b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:32:50,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/baa944273617440f925cb135c5b82073 used request id req-a04c3456-92da-4dbe-bb9d-f478c057d1b6 2018-10-06 03:32:50,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10898399353s 2018-10-06 03:32:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:32:50,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=889255afdbb944e1a61e9cd90a261922&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:50,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-cac7465c-3c64-4a7e-b348-40ae9e857bb3 Date: Sat, 06 Oct 2018 03:32:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:49Z", "updated_at": "2018-10-06T03:31:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "170a3456-b4b4-4818-a48b-c97b85de5edf", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "2b07e3f4-b3e6-422d-8563-8374fa42aeef", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "698cad4c-0863-4d5c-9f4d-ae294d3efdb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "c8e8f3ff-ba64-430c-af44-b730a5690c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "bf59060d-87eb-4269-a94f-4d48df651311", "name": "default"}]} 2018-10-06 03:32:50,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=889255afdbb944e1a61e9cd90a261922&name=default used request id req-cac7465c-3c64-4a7e-b348-40ae9e857bb3 2018-10-06 03:32:50,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200289964676s 2018-10-06 03:32:50,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=889255afdbb944e1a61e9cd90a261922&name=default used request id req-cac7465c-3c64-4a7e-b348-40ae9e857bb3 2018-10-06 03:32:50,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:32:50,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:50,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8c422f8c-d94a-4026-9e80-e07bb7b2bbe3 Date: Sat, 06 Oct 2018 03:32:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "889255afdbb944e1a61e9cd90a261922", "created_at": "2018-10-06T03:31:49Z", "updated_at": "2018-10-06T03:31:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "c8e8f3ff-ba64-430c-af44-b730a5690c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "170a3456-b4b4-4818-a48b-c97b85de5edf", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv6", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "698cad4c-0863-4d5c-9f4d-ae294d3efdb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:31:49Z", "revision_number": 0, "id": "2b07e3f4-b3e6-422d-8563-8374fa42aeef", "remote_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "remote_ip_prefix": null, "created_at": "2018-10-06T03:31:49Z", "security_group_id": "bf59060d-87eb-4269-a94f-4d48df651311", "tenant_id": "889255afdbb944e1a61e9cd90a261922", "port_range_min": null, "ethertype": "IPv4", "project_id": "889255afdbb944e1a61e9cd90a261922"}], "revision_number": 4, "project_id": "889255afdbb944e1a61e9cd90a261922", "id": "bf59060d-87eb-4269-a94f-4d48df651311", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 03:32:50,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8c422f8c-d94a-4026-9e80-e07bb7b2bbe3 2018-10-06 03:32:50,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.348716974258s 2018-10-06 03:32:50,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8c422f8c-d94a-4026-9e80-e07bb7b2bbe3 2018-10-06 03:32:50,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 03:32:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/bf59060d-87eb-4269-a94f-4d48df651311.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1b43f8e51ac787b5741223fb9e17347123b184f" 2018-10-06 03:32:50,889 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5a9f2cb-b997-494f-b315-4774cce2c2b1 Content-Length: 0 Date: Sat, 06 Oct 2018 03:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:32:50,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/bf59060d-87eb-4269-a94f-4d48df651311.json used request id req-a5a9f2cb-b997-494f-b315-4774cce2c2b1 2018-10-06 03:32:50,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.312102079391s 2018-10-06 03:32:50,889 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/bf59060d-87eb-4269-a94f-4d48df651311.json used request id req-a5a9f2cb-b997-494f-b315-4774cce2c2b1 2018-10-06 03:32:50,942 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:32:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:32:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:32:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:32:51,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:32:51,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d93bbb-36df-46a0-8212-3e3bddf7c0f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:32:51,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7d93bbb-36df-46a0-8212-3e3bddf7c0f8 2018-10-06 03:32:51,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:32:51,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["NHHGiS2ATCOeCNz1S96yFQ"], "issued_at": "2018-10-06T03:32:51.000000Z"}} 2018-10-06 03:32:51,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:51,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f731986f-b2c5-4d41-bff1-2960177b1f03 Date: Sat, 06 Oct 2018 03:32:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:32:51,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f731986f-b2c5-4d41-bff1-2960177b1f03 2018-10-06 03:32:51,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246360778809s 2018-10-06 03:32:51,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f731986f-b2c5-4d41-bff1-2960177b1f03 2018-10-06 03:32:51,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:32:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:51,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:32:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:32:51,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:51,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e19c04-45f7-42f0-8afd-3c094c32fdf4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:32:51,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-81e19c04-45f7-42f0-8afd-3c094c32fdf4 2018-10-06 03:32:51,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0947849750519s 2018-10-06 03:32:51,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:32:51,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}}' 2018-10-06 03:32:51,855 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:32:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e98f88e7-b69b-4412-9795-907007c13252 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824"}, "enabled": true, "id": "734562bfc7f04007a754ad9798791824", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}} 2018-10-06 03:32:51,855 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e98f88e7-b69b-4412-9795-907007c13252 2018-10-06 03:32:51,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118714809418s 2018-10-06 03:32:51,856 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e98f88e7-b69b-4412-9795-907007c13252 2018-10-06 03:32:51,856 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'id': u'734562bfc7f04007a754ad9798791824', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:32:51,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:32:52,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351022958755s 2018-10-06 03:32:52,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51486621-347d-4c74-bbbb-7a1ba99d47ed Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143"}, "enabled": true, "id": "81729dba7d9845cbba8ee27670d0e143", "options": {}, "domain_id": "default", "name": "vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}} 2018-10-06 03:32:52,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 used request id req-51486621-347d-4c74-bbbb-7a1ba99d47ed 2018-10-06 03:32:52,303 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'81729dba7d9845cbba8ee27670d0e143', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f'}) 2018-10-06 03:32:52,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:32:52,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5275f6d4-bb31-41ef-9fb3-2158e98c7f57 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:32:52,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5275f6d4-bb31-41ef-9fb3-2158e98c7f57 2018-10-06 03:32:52,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0158450603485s 2018-10-06 03:32:52,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:32:52,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f21cfcc-9db2-437b-a761-46e887bc92be Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:32:52,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6f21cfcc-9db2-437b-a761-46e887bc92be 2018-10-06 03:32:52,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788550376892s 2018-10-06 03:32:52,400 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:32:52,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:32:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" -d '{"role": {"name": "Member"}}' 2018-10-06 03:32:52,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65bda5fd-c238-41b0-9b61-447d25718a0e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "926cdbc2dd3f4e71926ffd857a450e56", "links": {"self": "http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56"}, "name": "Member"}} 2018-10-06 03:32:52,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-65bda5fd-c238-41b0-9b61-447d25718a0e 2018-10-06 03:32:52,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.119349002838s 2018-10-06 03:32:52,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f039af-2f9a-4826-9d03-b7ac963fbaf1 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56"}, "domain_id": null, "name": "Member", "id": "926cdbc2dd3f4e71926ffd857a450e56"}} 2018-10-06 03:32:52,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56 used request id req-d9f039af-2f9a-4826-9d03-b7ac963fbaf1 2018-10-06 03:32:52,594 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56'}, 'domain_id': None, 'human_id': None, 'id': u'926cdbc2dd3f4e71926ffd857a450e56', 'HUMAN_ID': False}) 2018-10-06 03:32:52,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:32:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7afc6f2-9e1e-4973-bbfd-19a99bc9032e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "926cdbc2dd3f4e71926ffd857a450e56", "links": {"self": "http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:32:52,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a7afc6f2-9e1e-4973-bbfd-19a99bc9032e 2018-10-06 03:32:52,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833699703217s 2018-10-06 03:32:52,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:32:52,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e40568a-8ce5-489a-946b-5958dbaaf24b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:32:52,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-0e40568a-8ce5-489a-946b-5958dbaaf24b 2018-10-06 03:32:52,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807139873505s 2018-10-06 03:32:52,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:32:52,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdd9a87-5043-4332-a866-1d27f3181757 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "links": {"self": "http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143"}, "domain_id": "default", "enabled": true, "id": "81729dba7d9845cbba8ee27670d0e143", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:32:52,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9fdd9a87-5043-4332-a866-1d27f3181757 2018-10-06 03:32:52,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0912339687347s 2018-10-06 03:32:52,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9fdd9a87-5043-4332-a866-1d27f3181757 2018-10-06 03:32:52,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:32:52,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:52,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b935d91b-5a78-49f9-8254-687b50c79348 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824"}, "enabled": true, "id": "734562bfc7f04007a754ad9798791824", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:32:52,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b935d91b-5a78-49f9-8254-687b50c79348 2018-10-06 03:32:52,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843191146851s 2018-10-06 03:32:52,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b935d91b-5a78-49f9-8254-687b50c79348 2018-10-06 03:32:52,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:32:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=81729dba7d9845cbba8ee27670d0e143&scope.project.id=734562bfc7f04007a754ad9798791824&role.id=926cdbc2dd3f4e71926ffd857a450e56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:53,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a95ff0d-7d0d-4ef2-9c59-2d70264fee40 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=81729dba7d9845cbba8ee27670d0e143&scope.project.id=734562bfc7f04007a754ad9798791824&role.id=926cdbc2dd3f4e71926ffd857a450e56", "previous": null, "next": null}} 2018-10-06 03:32:53,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=81729dba7d9845cbba8ee27670d0e143&scope.project.id=734562bfc7f04007a754ad9798791824&role.id=926cdbc2dd3f4e71926ffd857a450e56 used request id req-3a95ff0d-7d0d-4ef2-9c59-2d70264fee40 2018-10-06 03:32:53,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787539482117s 2018-10-06 03:32:53,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:32:53,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824/users/81729dba7d9845cbba8ee27670d0e143/roles/926cdbc2dd3f4e71926ffd857a450e56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:53,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06a6f7a2-9904-498f-9d1d-97df9f66ad0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:32:53,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824/users/81729dba7d9845cbba8ee27670d0e143/roles/926cdbc2dd3f4e71926ffd857a450e56 used request id req-06a6f7a2-9904-498f-9d1d-97df9f66ad0d 2018-10-06 03:32:53,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.107382059097s 2018-10-06 03:32:53,133 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '51f4e269-33d3-402b-a896-6486d78f875f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'project_id': u'734562bfc7f04007a754ad9798791824', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:32:53,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:32:53,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:32:53,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:32:53,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:32:53,139 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'password': '51f4e269-33d3-402b-a896-6486d78f875f', 'project_name': 'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '734562bfc7f04007a754ad9798791824', 'project_domain_name': 'Default'} 2018-10-06 03:32:53,139 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-06 03:32:53,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:32:53,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:53,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3139ae-cac1-4ff1-829c-2152a022970c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:32:53,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-cc3139ae-cac1-4ff1-829c-2152a022970c 2018-10-06 03:32:53,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.088063955307s 2018-10-06 03:32:53,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:32:53,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:32:53,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58b93299-ba39-4566-8c5e-16640aac99fa Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824"}, "enabled": true, "id": "734562bfc7f04007a754ad9798791824", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:32:53,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-58b93299-ba39-4566-8c5e-16640aac99fa 2018-10-06 03:32:53,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814220905304s 2018-10-06 03:32:53,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-58b93299-ba39-4566-8c5e-16640aac99fa 2018-10-06 03:32:53,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 03:32:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" -d '{"network": {"tenant_id": "734562bfc7f04007a754ad9798791824", "name": "vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "admin_state_up": true}}' 2018-10-06 03:32:53,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-59acd13c-7621-4f2f-88d5-e6281ef320d3 Date: Sat, 06 Oct 2018 03:32:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b8d003f9-29b6-4851-8406-b347fc551826","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:32:53Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f","admin_state_up":true,"tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","mtu":1450}} 2018-10-06 03:32:53,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-59acd13c-7621-4f2f-88d5-e6281ef320d3 2018-10-06 03:32:53,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.509510040283s 2018-10-06 03:32:53,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-59acd13c-7621-4f2f-88d5-e6281ef320d3 2018-10-06 03:32:53,825 - 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-10-06T03:32:53Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b8d003f9-29b6-4851-8406-b347fc551826', u'provider:segmentation_id': 63, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'created_at': u'2018-10-06T03:32:53Z', u'mtu': 1450, u'tenant_id': u'734562bfc7f04007a754ad9798791824', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'734562bfc7f04007a754ad9798791824'}) 2018-10-06 03:32:53,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:32:53,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a653bc-63db-4603-81cf-de3977424a6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:32:53,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c7a653bc-63db-4603-81cf-de3977424a6e 2018-10-06 03:32:53,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:32:54,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "926cdbc2dd3f4e71926ffd857a450e56", "name": "Member"}], "expires_at": "2018-10-06T04:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "734562bfc7f04007a754ad9798791824", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/734562bfc7f04007a754ad9798791824", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/734562bfc7f04007a754ad9798791824", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/734562bfc7f04007a754ad9798791824", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/734562bfc7f04007a754ad9798791824", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/734562bfc7f04007a754ad9798791824", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/734562bfc7f04007a754ad9798791824", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/734562bfc7f04007a754ad9798791824", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/734562bfc7f04007a754ad9798791824", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/734562bfc7f04007a754ad9798791824", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/734562bfc7f04007a754ad9798791824", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/734562bfc7f04007a754ad9798791824", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/734562bfc7f04007a754ad9798791824", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "id": "81729dba7d9845cbba8ee27670d0e143"}, "audit_ids": ["_CN3xOBKTZ-ashF3UT5xBQ"], "issued_at": "2018-10-06T03:32:54.000000Z"}} 2018-10-06 03:32:54,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:32:54,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:32:54,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-b3960bdf-2e65-40f5-8b01-76dddfdd675f Date: Sat, 06 Oct 2018 03:32:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T03:32:53Z","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","id":"b8d003f9-29b6-4851-8406-b347fc551826","name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:32:54,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b3960bdf-2e65-40f5-8b01-76dddfdd675f 2018-10-06 03:32:54,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258241891861s 2018-10-06 03:32:54,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b3960bdf-2e65-40f5-8b01-76dddfdd675f 2018-10-06 03:32:54,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 03:32:54,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"subnet": {"name": "vping_userdata-subnet_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "enable_dhcp": true, "network_id": "b8d003f9-29b6-4851-8406-b347fc551826", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 03:32:55,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2cec4fe2-c7f4-489b-ad31-c1871be46de0 Date: Sat, 06 Oct 2018 03:32:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8d003f9-29b6-4851-8406-b347fc551826","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:32:54Z","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":"734562bfc7f04007a754ad9798791824","id":"6c7c7805-04db-4a4a-a2c0-40af6f926038","subnetpool_id":null,"name":"vping_userdata-subnet_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}} 2018-10-06 03:32:55,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2cec4fe2-c7f4-489b-ad31-c1871be46de0 2018-10-06 03:32:55,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.796493053436s 2018-10-06 03:32:55,267 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2cec4fe2-c7f4-489b-ad31-c1871be46de0 2018-10-06 03:32:55,267 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:32:54Z', 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'6c7c7805-04db-4a4a-a2c0-40af6f926038', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'enable_dhcp': True, u'network_id': u'b8d003f9-29b6-4851-8406-b347fc551826', u'tenant_id': u'734562bfc7f04007a754ad9798791824', u'created_at': u'2018-10-06T03:32:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'734562bfc7f04007a754ad9798791824'}) 2018-10-06 03:32:55,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 03:32:55,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "vping_userdata-router_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "admin_state_up": true}}' 2018-10-06 03:33:00,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a48304a6-5051-4cfb-9531-11ca2c3e84b9 Date: Sat, 06 Oct 2018 03:33:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "734562bfc7f04007a754ad9798791824", "created_at": "2018-10-06T03:32:56Z", "admin_state_up": true, "updated_at": "2018-10-06T03:32:56Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "734562bfc7f04007a754ad9798791824", "id": "8c7f32a8-f0c3-4300-87f2-c85c061371d6", "name": "vping_userdata-router_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}} 2018-10-06 03:33:00,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a48304a6-5051-4cfb-9531-11ca2c3e84b9 2018-10-06 03:33:00,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.07914209366s 2018-10-06 03:33:00,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a48304a6-5051-4cfb-9531-11ca2c3e84b9 2018-10-06 03:33:00,348 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:32:56Z', u'revision_number': 3, u'id': u'8c7f32a8-f0c3-4300-87f2-c85c061371d6', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'admin_state_up': True, u'tenant_id': u'734562bfc7f04007a754ad9798791824', u'created_at': u'2018-10-06T03:32:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'734562bfc7f04007a754ad9798791824'}) 2018-10-06 03:33:00,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 03:33:00,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"subnet_id": "6c7c7805-04db-4a4a-a2c0-40af6f926038"}' 2018-10-06 03:33:02,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7457900-ca2e-4ba4-adc2-33bfbc893763 Date: Sat, 06 Oct 2018 03:33:02 GMT RESP BODY: {"network_id": "b8d003f9-29b6-4851-8406-b347fc551826", "tenant_id": "734562bfc7f04007a754ad9798791824", "subnet_id": "6c7c7805-04db-4a4a-a2c0-40af6f926038", "subnet_ids": ["6c7c7805-04db-4a4a-a2c0-40af6f926038"], "port_id": "fecb4707-546f-4275-b674-71ca202c9350", "id": "8c7f32a8-f0c3-4300-87f2-c85c061371d6"} 2018-10-06 03:33:02,304 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/add_router_interface.json used request id req-a7457900-ca2e-4ba4-adc2-33bfbc893763 2018-10-06 03:33:02,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95581007004s 2018-10-06 03:33:02,305 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/add_router_interface.json used request id req-a7457900-ca2e-4ba4-adc2-33bfbc893763 returning object 8c7f32a8-f0c3-4300-87f2-c85c061371d6 2018-10-06 03:33:02,305 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:33:02,437 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 03:33:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:02,444 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 03:33:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 03:33:02,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:33:02,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:02,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-69dd8568-d934-437d-87e6-eaf588ed8979 Date: Sat, 06 Oct 2018 03:33:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:33:02,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-69dd8568-d934-437d-87e6-eaf588ed8979 2018-10-06 03:33:02,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1641061306s 2018-10-06 03:33:02,610 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-69dd8568-d934-437d-87e6-eaf588ed8979 2018-10-06 03:33:02,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 03:33:02,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}' 2018-10-06 03:33:02,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239 X-Openstack-Request-Id: req-61227ec1-d506-4f85-b3ee-23249b23dd3d Date: Sat, 06 Oct 2018 03:33:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file", "owner": "734562bfc7f04007a754ad9798791824", "id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "size": null, "self": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:33:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "checksum": null, "created_at": "2018-10-06T03:33:02Z", "protected": false} 2018-10-06 03:33:02,816 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-61227ec1-d506-4f85-b3ee-23249b23dd3d 2018-10-06 03:33:02,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.204629898071s 2018-10-06 03:33:02,817 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-61227ec1-d506-4f85-b3ee-23249b23dd3d returning object 5dfab133-79ce-4d41-8446-1ae2c7233239 2018-10-06 03:33:02,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 03:33:02,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '' 2018-10-06 03:33:04,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e104717-ef72-4200-b3cd-37e02a05dea7 Date: Sat, 06 Oct 2018 03:33:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:33:04,391 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file used request id req-9e104717-ef72-4200-b3cd-37e02a05dea7 2018-10-06 03:33:04,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57391905785s 2018-10-06 03:33:04,391 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file used request id req-9e104717-ef72-4200-b3cd-37e02a05dea7 2018-10-06 03:33:04,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:33:04,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:04,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4d9fd48a-3701-4e9e-a73f-55f4030b759d Date: Sat, 06 Oct 2018 03:33:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "metadata": {}}], "file": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file", "owner": "734562bfc7f04007a754ad9798791824", "id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "size": 12716032, "self": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:33:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:33:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:33:04,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4d9fd48a-3701-4e9e-a73f-55f4030b759d 2018-10-06 03:33:04,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170378923416s 2018-10-06 03:33:04,563 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4d9fd48a-3701-4e9e-a73f-55f4030b759d 2018-10-06 03:33:04,565 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file', 'owner': u'734562bfc7f04007a754ad9798791824', 'id': u'5dfab133-79ce-4d41-8446-1ae2c7233239', 'size': 12716032, u'self': u'/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'734562bfc7f04007a754ad9798791824', 'name': 'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T03:33:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T03:33:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'created': u'2018-10-06T03:33:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T03:33:02Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 03:33:04,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:33:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:33:04,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-861a7a97-6396-47b1-9f9c-a251065129fe x-compute-request-id: req-861a7a97-6396-47b1-9f9c-a251065129fe Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "name": "vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:33:04,763 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-861a7a97-6396-47b1-9f9c-a251065129fe 2018-10-06 03:33:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197543859482s 2018-10-06 03:33:04,764 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-861a7a97-6396-47b1-9f9c-a251065129fe returning object 50bf1044-a4b5-4799-a748-dcd664b8b656 2018-10-06 03:33:04,765 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', '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'43b0e43720f24df1860fcd99772e846d', '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'50bf1044-a4b5-4799-a748-dcd664b8b656', 'swap': 0}) 2018-10-06 03:33:04,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:33:04,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" -d '{"extra_specs": {}}' 2018-10-06 03:33:04,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-73176ea2-52fe-44ff-98c5-96377ae41662 x-compute-request-id: req-73176ea2-52fe-44ff-98c5-96377ae41662 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:33:04,787 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656/os-extra_specs used request id req-73176ea2-52fe-44ff-98c5-96377ae41662 2018-10-06 03:33:04,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218939781189s 2018-10-06 03:33:04,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656/os-extra_specs used request id req-73176ea2-52fe-44ff-98c5-96377ae41662 2018-10-06 03:33:04,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:33:04,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:05,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-8483cd5a-a0a5-40ac-a2bf-d1df950b51f2 Date: Sat, 06 Oct 2018 03:33:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c7c7805-04db-4a4a-a2c0-40af6f926038"],"updated_at":"2018-10-06T03:32:54Z","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","id":"b8d003f9-29b6-4851-8406-b347fc551826","name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:05,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8483cd5a-a0a5-40ac-a2bf-d1df950b51f2 2018-10-06 03:33:05,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25754404068s 2018-10-06 03:33:05,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8483cd5a-a0a5-40ac-a2bf-d1df950b51f2 2018-10-06 03:33:05,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:33:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:05,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-eddef825-44f3-4908-9c72-c539492d226d Date: Sat, 06 Oct 2018 03:33:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "metadata": {}}], "file": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file", "owner": "734562bfc7f04007a754ad9798791824", "id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "size": 12716032, "self": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:33:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:33:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:33:05,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-eddef825-44f3-4908-9c72-c539492d226d 2018-10-06 03:33:05,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174213886261s 2018-10-06 03:33:05,222 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-eddef825-44f3-4908-9c72-c539492d226d 2018-10-06 03:33:05,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:33:05,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:05,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40365ce7-2ac6-42b0-a23d-37c1d0e37de5 x-compute-request-id: req-40365ce7-2ac6-42b0-a23d-37c1d0e37de5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "name": "vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:33:05,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-40365ce7-2ac6-42b0-a23d-37c1d0e37de5 2018-10-06 03:33:05,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184350013733s 2018-10-06 03:33:05,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-40365ce7-2ac6-42b0-a23d-37c1d0e37de5 2018-10-06 03:33:05,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 03:33:05,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"server": {"name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "imageRef": "5dfab133-79ce-4d41-8446-1ae2c7233239", "flavorRef": "50bf1044-a4b5-4799-a748-dcd664b8b656", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b8d003f9-29b6-4851-8406-b347fc551826"}]}}' 2018-10-06 03:33:07,222 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e1c247e-09fb-4842-9856-4fb44d5fd4ae x-compute-request-id: req-9e1c247e-09fb-4842-9856-4fb44d5fd4ae Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "adminPass": "hmT8YqCJwyiz"}} 2018-10-06 03:33:07,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-9e1c247e-09fb-4842-9856-4fb44d5fd4ae 2018-10-06 03:33:07,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.81103587151s 2018-10-06 03:33:07,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-9e1c247e-09fb-4842-9856-4fb44d5fd4ae 2018-10-06 03:33:07,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:07,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:07,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-3c30fff0-6c49-4956-8db5-4e2101c701ee x-compute-request-id: req-3c30fff0-6c49-4956-8db5-4e2101c701ee 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.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:07,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3c30fff0-6c49-4956-8db5-4e2101c701ee 2018-10-06 03:33:07,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.278302192688s 2018-10-06 03:33:07,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3c30fff0-6c49-4956-8db5-4e2101c701ee 2018-10-06 03:33:07,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:33:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:07,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-e088789c-f4e3-42a9-87bd-6294c06fbfb9 Date: Sat, 06 Oct 2018 03:33:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c7c7805-04db-4a4a-a2c0-40af6f926038"],"updated_at":"2018-10-06T03:32:54Z","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","id":"b8d003f9-29b6-4851-8406-b347fc551826","name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:07,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e088789c-f4e3-42a9-87bd-6294c06fbfb9 2018-10-06 03:33:07,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257035970688s 2018-10-06 03:33:07,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e088789c-f4e3-42a9-87bd-6294c06fbfb9 2018-10-06 03:33:07,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 03:33:07,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:07,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ffcfb124-de89-40b8-96e2-d28c64deb4ce Date: Sat, 06 Oct 2018 03:33:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8d003f9-29b6-4851-8406-b347fc551826","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:32:54Z","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":"734562bfc7f04007a754ad9798791824","id":"6c7c7805-04db-4a4a-a2c0-40af6f926038","subnetpool_id":null,"name":"vping_userdata-subnet_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:07,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ffcfb124-de89-40b8-96e2-d28c64deb4ce 2018-10-06 03:33:07,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.194031953812s 2018-10-06 03:33:07,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ffcfb124-de89-40b8-96e2-d28c64deb4ce 2018-10-06 03:33:07,962 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:09,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:10,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-49ebb4d2-5f69-4442-a41a-2a734ac59703 x-compute-request-id: req-49ebb4d2-5f69-4442-a41a-2a734ac59703 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.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:08Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:10,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-49ebb4d2-5f69-4442-a41a-2a734ac59703 2018-10-06 03:33:10,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624240875244s 2018-10-06 03:33:10,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-49ebb4d2-5f69-4442-a41a-2a734ac59703 2018-10-06 03:33:10,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:12,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:13,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-85c21c6a-3ca7-4698-9a00-d7cc2c82e3f4 x-compute-request-id: req-85c21c6a-3ca7-4698-9a00-d7cc2c82e3f4 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.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:08Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:13,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85c21c6a-3ca7-4698-9a00-d7cc2c82e3f4 2018-10-06 03:33:13,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5237429142s 2018-10-06 03:33:13,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85c21c6a-3ca7-4698-9a00-d7cc2c82e3f4 2018-10-06 03:33:13,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:15,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:15,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:15,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-8b0e1fb6-14e1-4d69-8502-aea7e08f2ce8 x-compute-request-id: req-8b0e1fb6-14e1-4d69-8502-aea7e08f2ce8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:15,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8b0e1fb6-14e1-4d69-8502-aea7e08f2ce8 2018-10-06 03:33:15,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662153959274s 2018-10-06 03:33:15,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8b0e1fb6-14e1-4d69-8502-aea7e08f2ce8 2018-10-06 03:33:15,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 03:33:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=2a6d89ed-253b-40ea-ab6a-12c50de7d6b0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:15,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1c55eb31-b432-44dd-80f2-9b05907009d1 Date: Sat, 06 Oct 2018 03:33:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:33:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c7c7805-04db-4a4a-a2c0-40af6f926038","ip_address":"192.168.120.7"}],"id":"cc32a179-9817-4e62-93da-0baf7ef00f34","security_groups":["aca87775-3f74-4438-9543-bca7ecc81eb1"],"mac_address":"fa:16:3e:20:51:a9","project_id":"734562bfc7f04007a754ad9798791824","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8d003f9-29b6-4851-8406-b347fc551826","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:33:08Z","binding:vnic_type":"normal","device_id":"2a6d89ed-253b-40ea-ab6a-12c50de7d6b0"}]} 2018-10-06 03:33:15,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 used request id req-1c55eb31-b432-44dd-80f2-9b05907009d1 2018-10-06 03:33:15,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.204908132553s 2018-10-06 03:33:15,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 used request id req-1c55eb31-b432-44dd-80f2-9b05907009d1 2018-10-06 03:33:16,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:33:16,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=cc32a179-9817-4e62-93da-0baf7ef00f34" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:16,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-50b89f0c-9b06-40cc-83c0-9ee9f9bb63df Date: Sat, 06 Oct 2018 03:33:16 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:33:16,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=cc32a179-9817-4e62-93da-0baf7ef00f34 used request id req-50b89f0c-9b06-40cc-83c0-9ee9f9bb63df 2018-10-06 03:33:16,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.168460130692s 2018-10-06 03:33:16,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=cc32a179-9817-4e62-93da-0baf7ef00f34 used request id req-50b89f0c-9b06-40cc-83c0-9ee9f9bb63df 2018-10-06 03:33:16,174 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:20:51:a9', 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'5dfab133-79ce-4d41-8446-1ae2c7233239'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T03:33:10.000000', 'flavor': Munch({u'id': u'50bf1044-a4b5-4799-a748-dcd664b8b656'}), 'az': u'nova', 'id': u'2a6d89ed-253b-40ea-ab6a-12c50de7d6b0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81729dba7d9845cbba8ee27670d0e143', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'734562bfc7f04007a754ad9798791824', 'name': 'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', '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-10-06T03:33:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T03:33:14Z', 'hostId': u'93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826', '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-10-06T03:33:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'734562bfc7f04007a754ad9798791824', 'name': u'vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'adminPass': u'hmT8YqCJwyiz', 'tenant_id': u'734562bfc7f04007a754ad9798791824', 'region': 'regionOne', 'created': u'2018-10-06T03:33:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 03:33:16,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:33:16,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:16,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-90dd4249-88f8-4568-9456-334f6a218e79 Date: Sat, 06 Oct 2018 03:33:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6c7c7805-04db-4a4a-a2c0-40af6f926038"],"updated_at":"2018-10-06T03:32:54Z","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","id":"b8d003f9-29b6-4851-8406-b347fc551826","name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:16,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-90dd4249-88f8-4568-9456-334f6a218e79 2018-10-06 03:33:16,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1148250103s 2018-10-06 03:33:16,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-90dd4249-88f8-4568-9456-334f6a218e79 2018-10-06 03:33:16,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:33:16,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:16,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ffee88c7-97f5-4108-8552-4182e2999e74 Date: Sat, 06 Oct 2018 03:33:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "metadata": {}}], "file": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file", "owner": "734562bfc7f04007a754ad9798791824", "id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "size": 12716032, "self": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:33:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:33:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:33:16,330 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ffee88c7-97f5-4108-8552-4182e2999e74 2018-10-06 03:33:16,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0393030643463s 2018-10-06 03:33:16,331 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ffee88c7-97f5-4108-8552-4182e2999e74 2018-10-06 03:33:16,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:33:16,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:16,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-e2c3bfc5-4f26-4abd-9dc9-7fc6c7224b61 x-compute-request-id: req-e2c3bfc5-4f26-4abd-9dc9-7fc6c7224b61 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "name": "vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:33:16,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e2c3bfc5-4f26-4abd-9dc9-7fc6c7224b61 2018-10-06 03:33:16,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0306880474091s 2018-10-06 03:33:16,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e2c3bfc5-4f26-4abd-9dc9-7fc6c7224b61 2018-10-06 03:33:16,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 03:33:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"server": {"name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "imageRef": "5dfab133-79ce-4d41-8446-1ae2c7233239", "flavorRef": "50bf1044-a4b5-4799-a748-dcd664b8b656", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjcgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b8d003f9-29b6-4851-8406-b347fc551826"}]}}' 2018-10-06 03:33:17,995 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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-79fe430d-1487-43d6-951d-870188912b62 x-compute-request-id: req-79fe430d-1487-43d6-951d-870188912b62 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "adminPass": "exwiEsUVD99P"}} 2018-10-06 03:33:17,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-79fe430d-1487-43d6-951d-870188912b62 2018-10-06 03:33:17,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.63077688217s 2018-10-06 03:33:17,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-79fe430d-1487-43d6-951d-870188912b62 2018-10-06 03:33:17,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:17,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:18,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-eec8c78e-2da7-4d65-93dc-667d1d326ce7 x-compute-request-id: req-eec8c78e-2da7-4d65-93dc-667d1d326ce7 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:18,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-eec8c78e-2da7-4d65-93dc-667d1d326ce7 2018-10-06 03:33:18,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659955978394s 2018-10-06 03:33:18,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-eec8c78e-2da7-4d65-93dc-667d1d326ce7 2018-10-06 03:33:18,662 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:20,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:20,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:21,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-241f13d4-b1e5-4cb4-a759-6105fd324c18 x-compute-request-id: req-241f13d4-b1e5-4cb4-a759-6105fd324c18 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:19Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:21,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-241f13d4-b1e5-4cb4-a759-6105fd324c18 2018-10-06 03:33:21,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.59215593338s 2018-10-06 03:33:21,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-241f13d4-b1e5-4cb4-a759-6105fd324c18 2018-10-06 03:33:21,262 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:23,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:23,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:24,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-d7ecd047-18d7-4f92-8743-50b463ab1121 x-compute-request-id: req-d7ecd047-18d7-4f92-8743-50b463ab1121 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T03:33:19Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:24,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d7ecd047-18d7-4f92-8743-50b463ab1121 2018-10-06 03:33:24,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801759958267s 2018-10-06 03:33:24,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d7ecd047-18d7-4f92-8743-50b463ab1121 2018-10-06 03:33:24,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:26,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:26,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:26,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-0ccae8a0-0126-42de-b879-a69151c33014 x-compute-request-id: req-0ccae8a0-0126-42de-b879-a69151c33014 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:26,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0ccae8a0-0126-42de-b879-a69151c33014 2018-10-06 03:33:26,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674026966095s 2018-10-06 03:33:26,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0ccae8a0-0126-42de-b879-a69151c33014 2018-10-06 03:33:26,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 03:33:26,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=430f43e7-0945-4fd2-a5f5-b7ddcb48df9c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:26,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-83305dcc-685f-4d6d-9734-54cb0da08ccb Date: Sat, 06 Oct 2018 03:33:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T03:33:25Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c7c7805-04db-4a4a-a2c0-40af6f926038","ip_address":"192.168.120.15"}],"id":"0a485410-b7e0-417d-ad51-a10592270305","security_groups":["aca87775-3f74-4438-9543-bca7ecc81eb1"],"mac_address":"fa:16:3e:ef:df:8c","project_id":"734562bfc7f04007a754ad9798791824","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8d003f9-29b6-4851-8406-b347fc551826","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:33:19Z","binding:vnic_type":"normal","device_id":"430f43e7-0945-4fd2-a5f5-b7ddcb48df9c"}]} 2018-10-06 03:33:26,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=430f43e7-0945-4fd2-a5f5-b7ddcb48df9c used request id req-83305dcc-685f-4d6d-9734-54cb0da08ccb 2018-10-06 03:33:26,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.212337970734s 2018-10-06 03:33:26,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=430f43e7-0945-4fd2-a5f5-b7ddcb48df9c used request id req-83305dcc-685f-4d6d-9734-54cb0da08ccb 2018-10-06 03:33:26,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 03:33:26,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=0a485410-b7e0-417d-ad51-a10592270305" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:26,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-63dc35c6-229a-4db9-ba82-9a2590d3758d Date: Sat, 06 Oct 2018 03:33:26 GMT RESP BODY: {"floatingips": []} 2018-10-06 03:33:26,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=0a485410-b7e0-417d-ad51-a10592270305 used request id req-63dc35c6-229a-4db9-ba82-9a2590d3758d 2018-10-06 03:33:26,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0204930305481s 2018-10-06 03:33:26,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=0a485410-b7e0-417d-ad51-a10592270305 used request id req-63dc35c6-229a-4db9-ba82-9a2590d3758d 2018-10-06 03:33:26,994 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ef:df:8c', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5dfab133-79ce-4d41-8446-1ae2c7233239'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T03:33:20.000000', 'flavor': Munch({u'id': u'50bf1044-a4b5-4799-a748-dcd664b8b656'}), 'az': u'nova', 'id': u'430f43e7-0945-4fd2-a5f5-b7ddcb48df9c', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'81729dba7d9845cbba8ee27670d0e143', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'734562bfc7f04007a754ad9798791824', 'name': 'vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', '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-10-06T03:33:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T03:33:25Z', 'hostId': u'c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995', '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-10-06T03:33:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'734562bfc7f04007a754ad9798791824', 'name': u'vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f', 'adminPass': u'exwiEsUVD99P', 'tenant_id': u'734562bfc7f04007a754ad9798791824', 'region': 'regionOne', 'created': u'2018-10-06T03:33:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 03:33:26,995 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-06 03:33:27,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:27,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:28,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-f5d5ad87-befa-4cb7-907d-d0f7fe140f3d x-compute-request-id: req-f5d5ad87-befa-4cb7-907d-d0f7fe140f3d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:28,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f5d5ad87-befa-4cb7-907d-d0f7fe140f3d 2018-10-06 03:33:28,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.795357942581s 2018-10-06 03:33:28,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f5d5ad87-befa-4cb7-907d-d0f7fe140f3d 2018-10-06 03:33:28,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 03:33:28,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 03:33:29,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-138b6f71-ee04-454b-a886-f27f93031e66 x-compute-request-id: req-138b6f71-ee04-454b-a886-f27f93031e66 Content-Encoding: gzip Content-Length: 7929 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491909860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147295] pid_max: default: 32768 minimum: 301\n[ 0.148306] ACPI: Core revision 20150930\n[ 0.149755] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151161] Security Framework initialized\n[ 0.152022] Yama: becoming mindful.\n[ 0.152798] AppArmor: AppArmor initialized\n[ 0.153735] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155140] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156482] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157813] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159249] Initializing cgroup subsys io\n[ 0.160081] Initializing cgroup subsys memory\n[ 0.161024] Initializing cgroup subsys devices\n[ 0.161929] Initializing cgroup subsys freezer\n[ 0.162818] Initializing cgroup subsys net_cls\n[ 0.163731] Initializing cgroup subsys perf_event\n[ 0.164739] Initializing cgroup subsys net_prio\n[ 0.165731] Initializing cgroup subsys hugetlb\n[ 0.166634] Initializing cgroup subsys pids\n[ 0.167527] CPU: Physical Processor ID: 0\n[ 0.169114] mce: CPU supports 10 MCE banks\n[ 0.170011] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181764] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188265] ftrace: allocating 31920 entries in 125 pages\n[ 0.214557] smpboot: Max logical packages: 1\n[ 0.215473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216889] x2apic enabled\n[ 0.217757] Switched APIC routing to physical x2apic.\n[ 0.219547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224693] KVM setup paravirtual spinlock\n[ 0.226015] x86: Booted up 1 node, 1 CPUs\n[ 0.226851] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228298] devtmpfs: initialized\n[ 0.230010] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231425] evm: security.SMACK64EXEC\n[ 0.232185] evm: security.SMACK64TRANSMUTE\n[ 0.233030] evm: security.SMACK64MMAP\n[ 0.233810] evm: security.ima\n[ 0.234494] evm: security.capability\n[ 0.235343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237260] pinctrl core: initialized pinctrl subsystem\n[ 0.238387] RTC time: 3:33:20, date: 10/06/18\n[ 0.239360] NET: Registered protocol family 16\n[ 0.240389] cpuidle: using governor ladder\n[ 0.241223] cpuidle: using governor menu\n[ 0.242048] PCCT header not found.\n[ 0.242815] ACPI: bus type PCI registered\n[ 0.243641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244978] PCI: Using configuration type 1 for base access\n[ 0.246726] ACPI: Added _OSI(Module Device)\n[ 0.247599] ACPI: Added _OSI(Processor Device)\n[ 0.248519] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249453] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251628] ACPI: Interpreter enabled\n[ 0.252421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260271] ACPI: (supports S0 S5)\n[ 0.261017] ACPI: Using IOAPIC for interrupt routing\n[ 0.262144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266563] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267888] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271540] acpiphp: Slot [3] registered\n[ 0.272379] acpiphp: Slot [4] registered\n[ 0.273222] acpiphp: Slot [5] registered\n[ 0.274060] acpiphp: Slot [6] registered\n[ 0.274904] acpiphp: Slot [7] registered\n[ 0.275753] acpiphp: Slot [8] registered\n[ 0.276610] acpiphp: Slot [9] registered\n[ 0.277471] acpiphp: Slot [10] registered\n[ 0.278340] acpiphp: Slot [11] registered\n[ 0.279206] acpiphp: Slot [12] registered\n[ 0.280073] acpiphp: Slot [13] registered\n[ 0.280935] acpiphp: Slot [14] registered\n[ 0.281806] acpiphp: Slot [15] registered\n[ 0.292864] acpiphp: Slot [16] registered\n[ 0.293726] acpiphp: Slot [17] registered\n[ 0.294577] acpiphp: Slot [18] registered\n[ 0.295427] acpiphp: Slot [19] registered\n[ 0.296286] acpiphp: Slot [20] registered\n[ 0.297141] acpiphp: Slot [21] registered\n[ 0.298003] acpiphp: Slot [22] registered\n[ 0.298861] acpiphp: Slot [23] registered\n[ 0.299725] acpiphp: Slot [24] registered\n[ 0.300590] acpiphp: Slot [25] registered\n[ 0.301457] acpiphp: Slot [26] registered\n[ 0.302324] acpiphp: Slot [27] registered\n[ 0.303191] acpiphp: Slot [28] registered\n[ 0.304053] acpiphp: Slot [29] registered\n[ 0.304907] acpiphp: Slot [30] registered\n[ 0.305776] acpiphp: Slot [31] registered\n[ 0.306641] PCI host bridge to bus 0000:00\n[ 0.307507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310086] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313120] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330019] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379666] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382590] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.388288] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.389366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390975] vgaarb: loaded\n[ 0.391585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392732] SCSI subsystem initialized\n[ 0.393560] ACPI: bus type USB registered\n[ 0.394385] usbcore: registered new interface driver usbfs\n[ 0.395436] usbcore: registered new interface driver hub\n[ 0.396464] usbcore: registered new device driver usb\n[ 0.397543] PCI: Using ACPI for IRQ routing\n[ 0.398591] NetLabel: Initializing\n[ 0.399317] NetLabel: domain hash size = 128\n[ 0.400231] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401209] NetLabel: unlabeled traffic allowed by default\n[ 0.402323] clocksource: Switched to clocksource kvm-clock\n[ 0.407660] AppArmor: AppArmor Filesystem Enabled\n[ 0.408635] pnp: PnP ACPI init\n[ 0.409541] pnp: PnP ACPI: found 5 devices\n[ 0.415906] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417696] NET: Registered protocol family 2\n[ 0.418709] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422397] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424697] NET: Registered protocol family 1\n[ 0.425581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426709] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427818] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441546] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455486] Trying to unpack rootfs image as initramfs...\n[ 0.504237] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518429] Scanning for low memory corruption every 60 seconds\n[ 0.519930] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521181] audit: initializing netlink subsys (disabled)\n[ 0.522291] audit: type=2000 audit(1538796801.628:1): initialized\n[ 0.523732] Initialise system trusted keyring\n[ 0.524719] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528030] zbud: loaded\n[ 0.528782] VFS: Disk quotas dquot_6.6.0\n[ 0.529684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531310] fuse init (API version 7.23)\n[ 0.532243] Key type big_key registered\n[ 0.533144] Allocating IMA MOK and blacklist keyrings.\n[ 0.534358] Key type asymmetric registered\n[ 0.535231] Asymmetric key parser 'x509' registered\n[ 0.536255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537792] io scheduler noop registered\n[ 0.538669] io scheduler deadline registered (default)\n[ 0.539763] io scheduler cfq registered\n[ 0.541035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543518] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545089] ACPI: Power Button [PWRF]\n[ 0.545996] GHES: HEST is not enabled!\n[ 0.559564] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619347] Linux agpgart interface v0.103\n[ 0.621582] brd: module loaded\n[ 0.622954] loop: module loaded\n[ 0.628266] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629830] GPT:90111 != 2097151\n[ 0.630548] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631710] GPT:90111 != 2097151\n[ 0.632453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633494] vda: vda1 vda15\n[ 0.634968] scsi host0: ata_piix\n[ 0.635732] scsi host1: ata_piix\n[ 0.636499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637784] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639301] libphy: Fixed MDIO Bus: probed\n[ 0.640159] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641159] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643395] PPP generic driver version 2.4.2\n[ 0.644438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645865] ehci-pci: EHCI PCI platform driver\n[ 0.646823] ehci-platform: EHCI generic platform driver\n[ 0.647890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649110] ohci-pci: OHCI PCI platform driver\n[ 0.650040] ohci-platform: OHCI generic platform driver\n[ 0.651111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665537] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668153] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673154] usb usb1: Product: UHCI Host Controller\n[ 0.674121] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676414] hub 1-0:1.0: USB hub found\n[ 0.677221] hub 1-0:1.0: 2 ports detected\n[ 0.678146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681305] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682384] mousedev: PS/2 mouse device common for all mice\n[ 0.683762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688125] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689390] i2c /dev entries driver\n[ 0.690180] device-mapper: uevent: version 1.0.3\n[ 0.691182] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692885] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694238] NET: Registered protocol family 10\n[ 0.695311] NET: Registered protocol family 17\n[ 0.696236] Key type dns_resolver registered\n[ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700265] registered taskstats version 1\n[ 0.701156] Loading compiled-in X.509 certificates\n[ 0.702668] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704626] zswap: loaded using pool lzo/zbud\n[ 0.706029] Key type trusted registered\n[ 0.707589] Key type encrypted registered\n[ 0.722000] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730484] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731560] evm: HMAC attrs: 0x1\n[ 0.732513] Magic number: 6:818:562\n[ 0.733426] rtc_cmos 00:00: setting system clock to 2018-10-06 03:33:21 UTC (1538796801)\n[ 0.735086] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736241] EDD information not available.\n[ 0.799540] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801174] Write protecting the kernel read-only data: 14336k\n[ 0.812993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814931] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858146] 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 2.28\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.15...\nLease of 192.168.120.15 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 2.55. iid=i-00000029\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: "} 2018-10-06 03:33:29,900 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action used request id req-138b6f71-ee04-454b-a886-f27f93031e66 2018-10-06 03:33:29,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10444498062s 2018-10-06 03:33:29,901 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action used request id req-138b6f71-ee04-454b-a886-f27f93031e66 2018-10-06 03:33:29,901 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491909860 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.145578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147295] pid_max: default: 32768 minimum: 301 [ 0.148306] ACPI: Core revision 20150930 [ 0.149755] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151161] Security Framework initialized [ 0.152022] Yama: becoming mindful. [ 0.152798] AppArmor: AppArmor initialized [ 0.153735] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155140] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156482] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157813] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159249] Initializing cgroup subsys io [ 0.160081] Initializing cgroup subsys memory [ 0.161024] Initializing cgroup subsys devices [ 0.161929] Initializing cgroup subsys freezer [ 0.162818] Initializing cgroup subsys net_cls [ 0.163731] Initializing cgroup subsys perf_event [ 0.164739] Initializing cgroup subsys net_prio [ 0.165731] Initializing cgroup subsys hugetlb [ 0.166634] Initializing cgroup subsys pids [ 0.167527] CPU: Physical Processor ID: 0 [ 0.169114] mce: CPU supports 10 MCE banks [ 0.170011] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181764] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188265] ftrace: allocating 31920 entries in 125 pages [ 0.214557] smpboot: Max logical packages: 1 [ 0.215473] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216889] x2apic enabled [ 0.217757] Switched APIC routing to physical x2apic. [ 0.219547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224693] KVM setup paravirtual spinlock [ 0.226015] x86: Booted up 1 node, 1 CPUs [ 0.226851] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228298] devtmpfs: initialized [ 0.230010] evm: security.selinux [ 0.230720] evm: security.SMACK64 [ 0.231425] evm: security.SMACK64EXEC [ 0.232185] evm: security.SMACK64TRANSMUTE [ 0.233030] evm: security.SMACK64MMAP [ 0.233810] evm: security.ima [ 0.234494] evm: security.capability [ 0.235343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237260] pinctrl core: initialized pinctrl subsystem [ 0.238387] RTC time: 3:33:20, date: 10/06/18 [ 0.239360] NET: Registered protocol family 16 [ 0.240389] cpuidle: using governor ladder [ 0.241223] cpuidle: using governor menu [ 0.242048] PCCT header not found. [ 0.242815] ACPI: bus type PCI registered [ 0.243641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244978] PCI: Using configuration type 1 for base access [ 0.246726] ACPI: Added _OSI(Module Device) [ 0.247599] ACPI: Added _OSI(Processor Device) [ 0.248519] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249453] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251628] ACPI: Interpreter enabled [ 0.252421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260271] ACPI: (supports S0 S5) [ 0.261017] ACPI: Using IOAPIC for interrupt routing [ 0.262144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266563] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267888] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271540] acpiphp: Slot [3] registered [ 0.272379] acpiphp: Slot [4] registered [ 0.273222] acpiphp: Slot [5] registered [ 0.274060] acpiphp: Slot [6] registered [ 0.274904] acpiphp: Slot [7] registered [ 0.275753] acpiphp: Slot [8] registered [ 0.276610] acpiphp: Slot [9] registered [ 0.277471] acpiphp: Slot [10] registered [ 0.278340] acpiphp: Slot [11] registered [ 0.279206] acpiphp: Slot [12] registered [ 0.280073] acpiphp: Slot [13] registered [ 0.280935] acpiphp: Slot [14] registered [ 0.281806] acpiphp: Slot [15] registered [ 0.292864] acpiphp: Slot [16] registered [ 0.293726] acpiphp: Slot [17] registered [ 0.294577] acpiphp: Slot [18] registered [ 0.295427] acpiphp: Slot [19] registered [ 0.296286] acpiphp: Slot [20] registered [ 0.297141] acpiphp: Slot [21] registered [ 0.298003] acpiphp: Slot [22] registered [ 0.298861] acpiphp: Slot [23] registered [ 0.299725] acpiphp: Slot [24] registered [ 0.300590] acpiphp: Slot [25] registered [ 0.301457] acpiphp: Slot [26] registered [ 0.302324] acpiphp: Slot [27] registered [ 0.303191] acpiphp: Slot [28] registered [ 0.304053] acpiphp: Slot [29] registered [ 0.304907] acpiphp: Slot [30] registered [ 0.305776] acpiphp: Slot [31] registered [ 0.306641] PCI host bridge to bus 0000:00 [ 0.307507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.310086] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313120] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.319334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330019] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.379666] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.381158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.382590] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.384091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.385508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.386783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.388288] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.389366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.390975] vgaarb: loaded [ 0.391585] vgaarb: bridge control possible 0000:00:02.0 [ 0.392732] SCSI subsystem initialized [ 0.393560] ACPI: bus type USB registered [ 0.394385] usbcore: registered new interface driver usbfs [ 0.395436] usbcore: registered new interface driver hub [ 0.396464] usbcore: registered new device driver usb [ 0.397543] PCI: Using ACPI for IRQ routing [ 0.398591] NetLabel: Initializing [ 0.399317] NetLabel: domain hash size = 128 [ 0.400231] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.401209] NetLabel: unlabeled traffic allowed by default [ 0.402323] clocksource: Switched to clocksource kvm-clock [ 0.407660] AppArmor: AppArmor Filesystem Enabled [ 0.408635] pnp: PnP ACPI init [ 0.409541] pnp: PnP ACPI: found 5 devices [ 0.415906] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417696] NET: Registered protocol family 2 [ 0.418709] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421207] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422397] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.424697] NET: Registered protocol family 1 [ 0.425581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.426709] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.427818] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.441546] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.455486] Trying to unpack rootfs image as initramfs... [ 0.504237] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.518429] Scanning for low memory corruption every 60 seconds [ 0.519930] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521181] audit: initializing netlink subsys (disabled) [ 0.522291] audit: type=2000 audit(1538796801.628:1): initialized [ 0.523732] Initialise system trusted keyring [ 0.524719] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.525955] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.528030] zbud: loaded [ 0.528782] VFS: Disk quotas dquot_6.6.0 [ 0.529684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.531310] fuse init (API version 7.23) [ 0.532243] Key type big_key registered [ 0.533144] Allocating IMA MOK and blacklist keyrings. [ 0.534358] Key type asymmetric registered [ 0.535231] Asymmetric key parser 'x509' registered [ 0.536255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.537792] io scheduler noop registered [ 0.538669] io scheduler deadline registered (default) [ 0.539763] io scheduler cfq registered [ 0.541035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543518] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545089] ACPI: Power Button [PWRF] [ 0.545996] GHES: HEST is not enabled! [ 0.559564] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.589701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.592855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.616953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.619347] Linux agpgart interface v0.103 [ 0.621582] brd: module loaded [ 0.622954] loop: module loaded [ 0.628266] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.629830] GPT:90111 != 2097151 [ 0.630548] GPT:Alternate GPT header not at the end of the disk. [ 0.631710] GPT:90111 != 2097151 [ 0.632453] GPT: Use GNU Parted to correct GPT errors. [ 0.633494] vda: vda1 vda15 [ 0.634968] scsi host0: ata_piix [ 0.635732] scsi host1: ata_piix [ 0.636499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.637784] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.639301] libphy: Fixed MDIO Bus: probed [ 0.640159] tun: Universal TUN/TAP device driver, 1.6 [ 0.641159] tun: (C) 1999-2004 Max Krasnyansky [ 0.643395] PPP generic driver version 2.4.2 [ 0.644438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.645865] ehci-pci: EHCI PCI platform driver [ 0.646823] ehci-platform: EHCI generic platform driver [ 0.647890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.649110] ohci-pci: OHCI PCI platform driver [ 0.650040] ohci-platform: OHCI generic platform driver [ 0.651111] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.668153] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.671691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673154] usb usb1: Product: UHCI Host Controller [ 0.674121] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.675414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.676414] hub 1-0:1.0: USB hub found [ 0.677221] hub 1-0:1.0: 2 ports detected [ 0.678146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680305] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681305] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.682384] mousedev: PS/2 mouse device common for all mice [ 0.683762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.685717] rtc_cmos 00:00: RTC can wake from S4 [ 0.686862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.688125] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.689390] i2c /dev entries driver [ 0.690180] device-mapper: uevent: version 1.0.3 [ 0.691182] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.692885] ledtrig-cpu: registered to indicate activity on CPUs [ 0.694238] NET: Registered protocol family 10 [ 0.695311] NET: Registered protocol family 17 [ 0.696236] Key type dns_resolver registered [ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.698405] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.700265] registered taskstats version 1 [ 0.701156] Loading compiled-in X.509 certificates [ 0.702668] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.704626] zswap: loaded using pool lzo/zbud [ 0.706029] Key type trusted registered [ 0.707589] Key type encrypted registered [ 0.722000] AppArmor: AppArmor sha1 policy hashing enabled [ 0.730484] ima: No TPM chip found, activating TPM-bypass! [ 0.731560] evm: HMAC attrs: 0x1 [ 0.732513] Magic number: 6:818:562 [ 0.733426] rtc_cmos 00:00: setting system clock to 2018-10-06 03:33:21 UTC (1538796801) [ 0.735086] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.736241] EDD information not available. [ 0.799540] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.801174] Write protecting the kernel read-only data: 14336k [ 0.812993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814931] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.858146] 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 2.28 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.15... Lease of 192.168.120.15 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 2.55. iid=i-00000029 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: 2018-10-06 03:33:29,902 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-10-06 03:33:30,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:31,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-01f94eb1-b294-4eea-b920-5574fc81d931 x-compute-request-id: req-01f94eb1-b294-4eea-b920-5574fc81d931 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:14Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:31,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01f94eb1-b294-4eea-b920-5574fc81d931 2018-10-06 03:33:31,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522494077682s 2018-10-06 03:33:31,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01f94eb1-b294-4eea-b920-5574fc81d931 2018-10-06 03:33:31,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 03:33:31,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 03:33:32,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-310bc081-b7e8-48fc-a920-fa19324adab0 x-compute-request-id: req-310bc081-b7e8-48fc-a920-fa19324adab0 Content-Encoding: gzip Content-Length: 9510 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491909860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147295] pid_max: default: 32768 minimum: 301\n[ 0.148306] ACPI: Core revision 20150930\n[ 0.149755] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151161] Security Framework initialized\n[ 0.152022] Yama: becoming mindful.\n[ 0.152798] AppArmor: AppArmor initialized\n[ 0.153735] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155140] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156482] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157813] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159249] Initializing cgroup subsys io\n[ 0.160081] Initializing cgroup subsys memory\n[ 0.161024] Initializing cgroup subsys devices\n[ 0.161929] Initializing cgroup subsys freezer\n[ 0.162818] Initializing cgroup subsys net_cls\n[ 0.163731] Initializing cgroup subsys perf_event\n[ 0.164739] Initializing cgroup subsys net_prio\n[ 0.165731] Initializing cgroup subsys hugetlb\n[ 0.166634] Initializing cgroup subsys pids\n[ 0.167527] CPU: Physical Processor ID: 0\n[ 0.169114] mce: CPU supports 10 MCE banks\n[ 0.170011] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181764] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188265] ftrace: allocating 31920 entries in 125 pages\n[ 0.214557] smpboot: Max logical packages: 1\n[ 0.215473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216889] x2apic enabled\n[ 0.217757] Switched APIC routing to physical x2apic.\n[ 0.219547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224693] KVM setup paravirtual spinlock\n[ 0.226015] x86: Booted up 1 node, 1 CPUs\n[ 0.226851] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228298] devtmpfs: initialized\n[ 0.230010] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231425] evm: security.SMACK64EXEC\n[ 0.232185] evm: security.SMACK64TRANSMUTE\n[ 0.233030] evm: security.SMACK64MMAP\n[ 0.233810] evm: security.ima\n[ 0.234494] evm: security.capability\n[ 0.235343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237260] pinctrl core: initialized pinctrl subsystem\n[ 0.238387] RTC time: 3:33:20, date: 10/06/18\n[ 0.239360] NET: Registered protocol family 16\n[ 0.240389] cpuidle: using governor ladder\n[ 0.241223] cpuidle: using governor menu\n[ 0.242048] PCCT header not found.\n[ 0.242815] ACPI: bus type PCI registered\n[ 0.243641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244978] PCI: Using configuration type 1 for base access\n[ 0.246726] ACPI: Added _OSI(Module Device)\n[ 0.247599] ACPI: Added _OSI(Processor Device)\n[ 0.248519] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249453] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251628] ACPI: Interpreter enabled\n[ 0.252421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260271] ACPI: (supports S0 S5)\n[ 0.261017] ACPI: Using IOAPIC for interrupt routing\n[ 0.262144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266563] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267888] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271540] acpiphp: Slot [3] registered\n[ 0.272379] acpiphp: Slot [4] registered\n[ 0.273222] acpiphp: Slot [5] registered\n[ 0.274060] acpiphp: Slot [6] registered\n[ 0.274904] acpiphp: Slot [7] registered\n[ 0.275753] acpiphp: Slot [8] registered\n[ 0.276610] acpiphp: Slot [9] registered\n[ 0.277471] acpiphp: Slot [10] registered\n[ 0.278340] acpiphp: Slot [11] registered\n[ 0.279206] acpiphp: Slot [12] registered\n[ 0.280073] acpiphp: Slot [13] registered\n[ 0.280935] acpiphp: Slot [14] registered\n[ 0.281806] acpiphp: Slot [15] registered\n[ 0.292864] acpiphp: Slot [16] registered\n[ 0.293726] acpiphp: Slot [17] registered\n[ 0.294577] acpiphp: Slot [18] registered\n[ 0.295427] acpiphp: Slot [19] registered\n[ 0.296286] acpiphp: Slot [20] registered\n[ 0.297141] acpiphp: Slot [21] registered\n[ 0.298003] acpiphp: Slot [22] registered\n[ 0.298861] acpiphp: Slot [23] registered\n[ 0.299725] acpiphp: Slot [24] registered\n[ 0.300590] acpiphp: Slot [25] registered\n[ 0.301457] acpiphp: Slot [26] registered\n[ 0.302324] acpiphp: Slot [27] registered\n[ 0.303191] acpiphp: Slot [28] registered\n[ 0.304053] acpiphp: Slot [29] registered\n[ 0.304907] acpiphp: Slot [30] registered\n[ 0.305776] acpiphp: Slot [31] registered\n[ 0.306641] PCI host bridge to bus 0000:00\n[ 0.307507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310086] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313120] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330019] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379666] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382590] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.386783] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.388288] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.389366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.390975] vgaarb: loaded\n[ 0.391585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392732] SCSI subsystem initialized\n[ 0.393560] ACPI: bus type USB registered\n[ 0.394385] usbcore: registered new interface driver usbfs\n[ 0.395436] usbcore: registered new interface driver hub\n[ 0.396464] usbcore: registered new device driver usb\n[ 0.397543] PCI: Using ACPI for IRQ routing\n[ 0.398591] NetLabel: Initializing\n[ 0.399317] NetLabel: domain hash size = 128\n[ 0.400231] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401209] NetLabel: unlabeled traffic allowed by default\n[ 0.402323] clocksource: Switched to clocksource kvm-clock\n[ 0.407660] AppArmor: AppArmor Filesystem Enabled\n[ 0.408635] pnp: PnP ACPI init\n[ 0.409541] pnp: PnP ACPI: found 5 devices\n[ 0.415906] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417696] NET: Registered protocol family 2\n[ 0.418709] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421207] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422397] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424697] NET: Registered protocol family 1\n[ 0.425581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426709] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427818] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441546] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455486] Trying to unpack rootfs image as initramfs...\n[ 0.504237] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518429] Scanning for low memory corruption every 60 seconds\n[ 0.519930] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521181] audit: initializing netlink subsys (disabled)\n[ 0.522291] audit: type=2000 audit(1538796801.628:1): initialized\n[ 0.523732] Initialise system trusted keyring\n[ 0.524719] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528030] zbud: loaded\n[ 0.528782] VFS: Disk quotas dquot_6.6.0\n[ 0.529684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531310] fuse init (API version 7.23)\n[ 0.532243] Key type big_key registered\n[ 0.533144] Allocating IMA MOK and blacklist keyrings.\n[ 0.534358] Key type asymmetric registered\n[ 0.535231] Asymmetric key parser 'x509' registered\n[ 0.536255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537792] io scheduler noop registered\n[ 0.538669] io scheduler deadline registered (default)\n[ 0.539763] io scheduler cfq registered\n[ 0.541035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543518] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545089] ACPI: Power Button [PWRF]\n[ 0.545996] GHES: HEST is not enabled!\n[ 0.559564] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619347] Linux agpgart interface v0.103\n[ 0.621582] brd: module loaded\n[ 0.622954] loop: module loaded\n[ 0.628266] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629830] GPT:90111 != 2097151\n[ 0.630548] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631710] GPT:90111 != 2097151\n[ 0.632453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633494] vda: vda1 vda15\n[ 0.634968] scsi host0: ata_piix\n[ 0.635732] scsi host1: ata_piix\n[ 0.636499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637784] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639301] libphy: Fixed MDIO Bus: probed\n[ 0.640159] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641159] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643395] PPP generic driver version 2.4.2\n[ 0.644438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645865] ehci-pci: EHCI PCI platform driver\n[ 0.646823] ehci-platform: EHCI generic platform driver\n[ 0.647890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649110] ohci-pci: OHCI PCI platform driver\n[ 0.650040] ohci-platform: OHCI generic platform driver\n[ 0.651111] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665537] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668153] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673154] usb usb1: Product: UHCI Host Controller\n[ 0.674121] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675414] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676414] hub 1-0:1.0: USB hub found\n[ 0.677221] hub 1-0:1.0: 2 ports detected\n[ 0.678146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681305] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682384] mousedev: PS/2 mouse device common for all mice\n[ 0.683762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688125] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689390] i2c /dev entries driver\n[ 0.690180] device-mapper: uevent: version 1.0.3\n[ 0.691182] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692885] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694238] NET: Registered protocol family 10\n[ 0.695311] NET: Registered protocol family 17\n[ 0.696236] Key type dns_resolver registered\n[ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700265] registered taskstats version 1\n[ 0.701156] Loading compiled-in X.509 certificates\n[ 0.702668] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704626] zswap: loaded using pool lzo/zbud\n[ 0.706029] Key type trusted registered\n[ 0.707589] Key type encrypted registered\n[ 0.722000] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730484] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731560] evm: HMAC attrs: 0x1\n[ 0.732513] Magic number: 6:818:562\n[ 0.733426] rtc_cmos 00:00: setting system clock to 2018-10-06 03:33:21 UTC (1538796801)\n[ 0.735086] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736241] EDD information not available.\n[ 0.799540] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801174] Write protecting the kernel read-only data: 14336k\n[ 0.812993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814931] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858146] 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 2.28\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.15...\nLease of 192.168.120.15 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 2.55. iid=i-00000029\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC89vE1zOOYIUpyTBu4wmEfpAdseUDl7wXKb5d39KkR6CS9ySW2Bsn69WNPTcLJvPWCcb52CWzvCLsomjb97CbbLt3scBg87cpn6+NqyIeZ5/dApdo2CIPzosfQxLtxr9LuAvJK8bG1WEHwQeXAYIRxUAMXri0mfrob47svVFdI4SsoJ9k8B/D5LlAPhg/3SPh30FFHSwYMf+3v4Nec7u0ztFGighHM2n6YFf5AFeFSFdoZOS8b744thD0HNP/ha1tTNUard2qckLFC13cjtG7AiZsdmfklneQQQ7f2RdpRN6JBvCdCNqrEKunKyiY7HNF7OYQG+C4dpDkwTcMWtjjv root@vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f\nssh-dss AAAAB3NzaC1kc3MAAACBANBtfiAx51nFSH5dJ2j2EkFbIXZl+MY2IJXGuYtqq98Q5iQ9PSi6p7JeyOMCNRUbUMWVBx1Y6hJBj05n2Q+/EUiRFVKI/fNTJrcLLLRW7DfEsN8pftrl0IQQzdyGtCdSEk68FP/sqqNklzoTLux6+5dydi5GSCEI9MXZBHrMhAwFAAAAFQCctM/bDzdQQDfbDWkgJlM5vXF2KQAAAIBxwlxY+9tWqYerSXWGyRNtP1GsVS+PenuAF9Dno5aK9L2Oz2jGnPREaaP2uMgbf2SnDEH4CMvGe/mAH5QukG2//1lLQrloUbofW08y/tGudVWok00K2f3Vdrnw+n2ebi31zRPjlCXpt8bbz9kKWPtvL5EMT7hAHhNStPTZoo7wjQAAAIBpCCivjg8trLPitdDSf449DtHtlHG3z1UxTaOnjltQKlLw6ckR7nYQUVl3TJxSvXYGM+VKobFYwLExvAY9o+tpvGc4IrtJBQu/Ui8K6CUN6qDIlY77hNU1NKHRaen4HCZ97lXRjm0LuclgA8AvLerKe2wF+5EDkvJHfoxSZWbd/g== root@vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:feef:df8c/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.15 \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-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.18 ===\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-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f login: "} 2018-10-06 03:33:32,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action used request id req-310bc081-b7e8-48fc-a920-fa19324adab0 2018-10-06 03:33:32,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10064196587s 2018-10-06 03:33:32,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c/action used request id req-310bc081-b7e8-48fc-a920-fa19324adab0 2018-10-06 03:33:32,532 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 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 491909860 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.145578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147295] pid_max: default: 32768 minimum: 301 [ 0.148306] ACPI: Core revision 20150930 [ 0.149755] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151161] Security Framework initialized [ 0.152022] Yama: becoming mindful. [ 0.152798] AppArmor: AppArmor initialized [ 0.153735] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155140] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156482] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157813] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159249] Initializing cgroup subsys io [ 0.160081] Initializing cgroup subsys memory [ 0.161024] Initializing cgroup subsys devices [ 0.161929] Initializing cgroup subsys freezer [ 0.162818] Initializing cgroup subsys net_cls [ 0.163731] Initializing cgroup subsys perf_event [ 0.164739] Initializing cgroup subsys net_prio [ 0.165731] Initializing cgroup subsys hugetlb [ 0.166634] Initializing cgroup subsys pids [ 0.167527] CPU: Physical Processor ID: 0 [ 0.169114] mce: CPU supports 10 MCE banks [ 0.170011] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181764] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188265] ftrace: allocating 31920 entries in 125 pages [ 0.214557] smpboot: Max logical packages: 1 [ 0.215473] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216889] x2apic enabled [ 0.217757] Switched APIC routing to physical x2apic. [ 0.219547] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224693] KVM setup paravirtual spinlock [ 0.226015] x86: Booted up 1 node, 1 CPUs [ 0.226851] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228298] devtmpfs: initialized [ 0.230010] evm: security.selinux [ 0.230720] evm: security.SMACK64 [ 0.231425] evm: security.SMACK64EXEC [ 0.232185] evm: security.SMACK64TRANSMUTE [ 0.233030] evm: security.SMACK64MMAP [ 0.233810] evm: security.ima [ 0.234494] evm: security.capability [ 0.235343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237260] pinctrl core: initialized pinctrl subsystem [ 0.238387] RTC time: 3:33:20, date: 10/06/18 [ 0.239360] NET: Registered protocol family 16 [ 0.240389] cpuidle: using governor ladder [ 0.241223] cpuidle: using governor menu [ 0.242048] PCCT header not found. [ 0.242815] ACPI: bus type PCI registered [ 0.243641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244978] PCI: Using configuration type 1 for base access [ 0.246726] ACPI: Added _OSI(Module Device) [ 0.247599] ACPI: Added _OSI(Processor Device) [ 0.248519] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249453] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251628] ACPI: Interpreter enabled [ 0.252421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260271] ACPI: (supports S0 S5) [ 0.261017] ACPI: Using IOAPIC for interrupt routing [ 0.262144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266563] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267888] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271540] acpiphp: Slot [3] registered [ 0.272379] acpiphp: Slot [4] registered [ 0.273222] acpiphp: Slot [5] registered [ 0.274060] acpiphp: Slot [6] registered [ 0.274904] acpiphp: Slot [7] registered [ 0.275753] acpiphp: Slot [8] registered [ 0.276610] acpiphp: Slot [9] registered [ 0.277471] acpiphp: Slot [10] registered [ 0.278340] acpiphp: Slot [11] registered [ 0.279206] acpiphp: Slot [12] registered [ 0.280073] acpiphp: Slot [13] registered [ 0.280935] acpiphp: Slot [14] registered [ 0.281806] acpiphp: Slot [15] registered [ 0.292864] acpiphp: Slot [16] registered [ 0.293726] acpiphp: Slot [17] registered [ 0.294577] acpiphp: Slot [18] registered [ 0.295427] acpiphp: Slot [19] registered [ 0.296286] acpiphp: Slot [20] registered [ 0.297141] acpiphp: Slot [21] registered [ 0.298003] acpiphp: Slot [22] registered [ 0.298861] acpiphp: Slot [23] registered [ 0.299725] acpiphp: Slot [24] registered [ 0.300590] acpiphp: Slot [25] registered [ 0.301457] acpiphp: Slot [26] registered [ 0.302324] acpiphp: Slot [27] registered [ 0.303191] acpiphp: Slot [28] registered [ 0.304053] acpiphp: Slot [29] registered [ 0.304907] acpiphp: Slot [30] registered [ 0.305776] acpiphp: Slot [31] registered [ 0.306641] PCI host bridge to bus 0000:00 [ 0.307507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.310086] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313120] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.319334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330019] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.379666] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.381158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.382590] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.384091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.385508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.386783] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.388288] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.389366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.390975] vgaarb: loaded [ 0.391585] vgaarb: bridge control possible 0000:00:02.0 [ 0.392732] SCSI subsystem initialized [ 0.393560] ACPI: bus type USB registered [ 0.394385] usbcore: registered new interface driver usbfs [ 0.395436] usbcore: registered new interface driver hub [ 0.396464] usbcore: registered new device driver usb [ 0.397543] PCI: Using ACPI for IRQ routing [ 0.398591] NetLabel: Initializing [ 0.399317] NetLabel: domain hash size = 128 [ 0.400231] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.401209] NetLabel: unlabeled traffic allowed by default [ 0.402323] clocksource: Switched to clocksource kvm-clock [ 0.407660] AppArmor: AppArmor Filesystem Enabled [ 0.408635] pnp: PnP ACPI init [ 0.409541] pnp: PnP ACPI: found 5 devices [ 0.415906] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417696] NET: Registered protocol family 2 [ 0.418709] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421207] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422397] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423496] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.424697] NET: Registered protocol family 1 [ 0.425581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.426709] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.427818] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.441546] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.455486] Trying to unpack rootfs image as initramfs... [ 0.504237] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.518429] Scanning for low memory corruption every 60 seconds [ 0.519930] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521181] audit: initializing netlink subsys (disabled) [ 0.522291] audit: type=2000 audit(1538796801.628:1): initialized [ 0.523732] Initialise system trusted keyring [ 0.524719] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.525955] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.528030] zbud: loaded [ 0.528782] VFS: Disk quotas dquot_6.6.0 [ 0.529684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.531310] fuse init (API version 7.23) [ 0.532243] Key type big_key registered [ 0.533144] Allocating IMA MOK and blacklist keyrings. [ 0.534358] Key type asymmetric registered [ 0.535231] Asymmetric key parser 'x509' registered [ 0.536255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.537792] io scheduler noop registered [ 0.538669] io scheduler deadline registered (default) [ 0.539763] io scheduler cfq registered [ 0.541035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543518] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545089] ACPI: Power Button [PWRF] [ 0.545996] GHES: HEST is not enabled! [ 0.559564] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.589701] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.592855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.616953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.619347] Linux agpgart interface v0.103 [ 0.621582] brd: module loaded [ 0.622954] loop: module loaded [ 0.628266] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.629830] GPT:90111 != 2097151 [ 0.630548] GPT:Alternate GPT header not at the end of the disk. [ 0.631710] GPT:90111 != 2097151 [ 0.632453] GPT: Use GNU Parted to correct GPT errors. [ 0.633494] vda: vda1 vda15 [ 0.634968] scsi host0: ata_piix [ 0.635732] scsi host1: ata_piix [ 0.636499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.637784] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.639301] libphy: Fixed MDIO Bus: probed [ 0.640159] tun: Universal TUN/TAP device driver, 1.6 [ 0.641159] tun: (C) 1999-2004 Max Krasnyansky [ 0.643395] PPP generic driver version 2.4.2 [ 0.644438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.645865] ehci-pci: EHCI PCI platform driver [ 0.646823] ehci-platform: EHCI generic platform driver [ 0.647890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.649110] ohci-pci: OHCI PCI platform driver [ 0.650040] ohci-platform: OHCI generic platform driver [ 0.651111] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.668153] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.671691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673154] usb usb1: Product: UHCI Host Controller [ 0.674121] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.675414] usb usb1: SerialNumber: 0000:00:01.2 [ 0.676414] hub 1-0:1.0: USB hub found [ 0.677221] hub 1-0:1.0: 2 ports detected [ 0.678146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680305] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681305] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.682384] mousedev: PS/2 mouse device common for all mice [ 0.683762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.685717] rtc_cmos 00:00: RTC can wake from S4 [ 0.686862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.688125] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.689390] i2c /dev entries driver [ 0.690180] device-mapper: uevent: version 1.0.3 [ 0.691182] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.692885] ledtrig-cpu: registered to indicate activity on CPUs [ 0.694238] NET: Registered protocol family 10 [ 0.695311] NET: Registered protocol family 17 [ 0.696236] Key type dns_resolver registered [ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.698405] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.700265] registered taskstats version 1 [ 0.701156] Loading compiled-in X.509 certificates [ 0.702668] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.704626] zswap: loaded using pool lzo/zbud [ 0.706029] Key type trusted registered [ 0.707589] Key type encrypted registered [ 0.722000] AppArmor: AppArmor sha1 policy hashing enabled [ 0.730484] ima: No TPM chip found, activating TPM-bypass! [ 0.731560] evm: HMAC attrs: 0x1 [ 0.732513] Magic number: 6:818:562 [ 0.733426] rtc_cmos 00:00: setting system clock to 2018-10-06 03:33:21 UTC (1538796801) [ 0.735086] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.736241] EDD information not available. [ 0.799540] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.801174] Write protecting the kernel read-only data: 14336k [ 0.812993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814931] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.858146] 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 2.28 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.15... Lease of 192.168.120.15 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 2.55. iid=i-00000029 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC89vE1zOOYIUpyTBu4wmEfpAdseUDl7wXKb5d39KkR6CS9ySW2Bsn69WNPTcLJvPWCcb52CWzvCLsomjb97CbbLt3scBg87cpn6+NqyIeZ5/dApdo2CIPzosfQxLtxr9LuAvJK8bG1WEHwQeXAYIRxUAMXri0mfrob47svVFdI4SsoJ9k8B/D5LlAPhg/3SPh30FFHSwYMf+3v4Nec7u0ztFGighHM2n6YFf5AFeFSFdoZOS8b744thD0HNP/ha1tTNUard2qckLFC13cjtG7AiZsdmfklneQQQ7f2RdpRN6JBvCdCNqrEKunKyiY7HNF7OYQG+C4dpDkwTcMWtjjv root@vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f ssh-dss AAAAB3NzaC1kc3MAAACBANBtfiAx51nFSH5dJ2j2EkFbIXZl+MY2IJXGuYtqq98Q5iQ9PSi6p7JeyOMCNRUbUMWVBx1Y6hJBj05n2Q+/EUiRFVKI/fNTJrcLLLRW7DfEsN8pftrl0IQQzdyGtCdSEk68FP/sqqNklzoTLux6+5dydi5GSCEI9MXZBHrMhAwFAAAAFQCctM/bDzdQQDfbDWkgJlM5vXF2KQAAAIBxwlxY+9tWqYerSXWGyRNtP1GsVS+PenuAF9Dno5aK9L2Oz2jGnPREaaP2uMgbf2SnDEH4CMvGe/mAH5QukG2//1lLQrloUbofW08y/tGudVWok00K2f3Vdrnw+n2ebi31zRPjlCXpt8bbz9kKWPtvL5EMT7hAHhNStPTZoo7wjQAAAIBpCCivjg8trLPitdDSf449DtHtlHG3z1UxTaOnjltQKlLw6ckR7nYQUVl3TJxSvXYGM+VKobFYwLExvAY9o+tpvGc4IrtJBQu/Ui8K6CUN6qDIlY77hNU1NKHRaen4HCZ97lXRjm0LuclgA8AvLerKe2wF+5EDkvJHfoxSZWbd/g== root@vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:feef:df8c/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.15 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-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-c9601a78-5b1e-4bf7-8d16-3d6124b62c7f login: 2018-10-06 03:33:32,534 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-06 03:33:32,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:33:32,646 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-06 03:33:32,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 03:33:32,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:32,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33: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-451fa630-12a1-4bea-b5fa-b2791e3f163c x-compute-request-id: req-451fa630-12a1-4bea-b5fa-b2791e3f163c Content-Type: application/json 2018-10-06 03:33:32,821 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 used request id req-451fa630-12a1-4bea-b5fa-b2791e3f163c 2018-10-06 03:33:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169944047928s 2018-10-06 03:33:32,821 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0 used request id req-451fa630-12a1-4bea-b5fa-b2791e3f163c 2018-10-06 03:33:32,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:33,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-4cbfeead-3d8f-493c-ba15-d994f1772fcd x-compute-request-id: req-4cbfeead-3d8f-493c-ba15-d994f1772fcd Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:51:a9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:32Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:33,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4cbfeead-3d8f-493c-ba15-d994f1772fcd 2018-10-06 03:33:33,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612903118134s 2018-10-06 03:33:33,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4cbfeead-3d8f-493c-ba15-d994f1772fcd 2018-10-06 03:33:33,438 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:35,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:35,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:35,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-19c769d1-627b-4834-ab5b-28d964ff1e8a x-compute-request-id: req-19c769d1-627b-4834-ab5b-28d964ff1e8a Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:10.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "2a6d89ed-253b-40ea-ab6a-12c50de7d6b0", "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:34Z", "hostId": "93b865791fccfe140c0beef9cbb0396a9288310ca1c82c6bcf9d7826", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:07Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:35,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-19c769d1-627b-4834-ab5b-28d964ff1e8a 2018-10-06 03:33:35,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361987113953s 2018-10-06 03:33:35,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-19c769d1-627b-4834-ab5b-28d964ff1e8a 2018-10-06 03:33:35,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:37,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:38,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-e2fe3793-65cb-4486-acee-c681260fdf7d x-compute-request-id: req-e2fe3793-65cb-4486-acee-c681260fdf7d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:25Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:38,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e2fe3793-65cb-4486-acee-c681260fdf7d 2018-10-06 03:33:38,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554787158966s 2018-10-06 03:33:38,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e2fe3793-65cb-4486-acee-c681260fdf7d 2018-10-06 03:33:38,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 03:33:38,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:38,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33: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-096974ef-9fc3-44d3-ac99-4b050b1bb0ec x-compute-request-id: req-096974ef-9fc3-44d3-ac99-4b050b1bb0ec Content-Type: application/json 2018-10-06 03:33:38,827 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c used request id req-096974ef-9fc3-44d3-ac99-4b050b1bb0ec 2018-10-06 03:33:38,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.461259126663s 2018-10-06 03:33:38,827 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c used request id req-096974ef-9fc3-44d3-ac99-4b050b1bb0ec 2018-10-06 03:33:38,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:38,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:39,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33: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-0f8d10ba-3114-40b5-80d4-856db848657d x-compute-request-id: req-0f8d10ba-3114-40b5-80d4-856db848657d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:df:8c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "security_groups": [{"name": "default"}], "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T03:33:38Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:39,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f8d10ba-3114-40b5-80d4-856db848657d 2018-10-06 03:33:39,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5201420784s 2018-10-06 03:33:39,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f8d10ba-3114-40b5-80d4-856db848657d 2018-10-06 03:33:39,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:41,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:41,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:41,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c132d31e-5583-4e3b-ae02-a506c3a2eb4b x-compute-request-id: req-c132d31e-5583-4e3b-ae02-a506c3a2eb4b Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "rel": "bookmark"}], "image": {"id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "links": [{"href": "http://172.30.9.29:8774/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-10-06T03:33:20.000000", "flavor": {"id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "links": [{"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}]}, "id": "430f43e7-0945-4fd2-a5f5-b7ddcb48df9c", "user_id": "81729dba7d9845cbba8ee27670d0e143", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-10-06T03:33:41Z", "hostId": "c7d3e6cc5fae2ed8d9a124faafbc7bb3917a02c9ac71e471493ec995", "OS-SRV-USG:terminated_at": "2018-10-06T03:33:36.000000", "key_name": null, "name": "vping_userdata-vm2_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "created": "2018-10-06T03:33:17Z", "tenant_id": "734562bfc7f04007a754ad9798791824", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 03:33:41,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c132d31e-5583-4e3b-ae02-a506c3a2eb4b 2018-10-06 03:33:41,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.292823076248s 2018-10-06 03:33:41,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c132d31e-5583-4e3b-ae02-a506c3a2eb4b 2018-10-06 03:33:41,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 03:33:43,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 03:33:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:43,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-79e55676-e5e4-4a0e-b45f-d790c0ed91bb x-compute-request-id: req-79e55676-e5e4-4a0e-b45f-d790c0ed91bb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 03:33:43,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-79e55676-e5e4-4a0e-b45f-d790c0ed91bb 2018-10-06 03:33:43,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0840399265289s 2018-10-06 03:33:43,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-79e55676-e5e4-4a0e-b45f-d790c0ed91bb 2018-10-06 03:33:43,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 03:33:43,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" -d '{"subnet_id": "6c7c7805-04db-4a4a-a2c0-40af6f926038"}' 2018-10-06 03:33:45,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4ec4818-4bbf-4c68-9697-16f2094f07f4 Date: Sat, 06 Oct 2018 03:33:45 GMT RESP BODY: {"network_id": "b8d003f9-29b6-4851-8406-b347fc551826", "tenant_id": "734562bfc7f04007a754ad9798791824", "subnet_id": "6c7c7805-04db-4a4a-a2c0-40af6f926038", "subnet_ids": ["6c7c7805-04db-4a4a-a2c0-40af6f926038"], "port_id": "fecb4707-546f-4275-b674-71ca202c9350", "id": "8c7f32a8-f0c3-4300-87f2-c85c061371d6"} 2018-10-06 03:33:45,072 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/remove_router_interface.json used request id req-e4ec4818-4bbf-4c68-9697-16f2094f07f4 2018-10-06 03:33:45,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.33656406403s 2018-10-06 03:33:45,073 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6/remove_router_interface.json used request id req-e4ec4818-4bbf-4c68-9697-16f2094f07f4 returning object 8c7f32a8-f0c3-4300-87f2-c85c061371d6 2018-10-06 03:33:45,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 03:33:45,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:45,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-b6b04395-6ff9-4b27-b2b5-cd8239234ab7 Date: Sat, 06 Oct 2018 03:33:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "734562bfc7f04007a754ad9798791824", "created_at": "2018-10-06T03:32:56Z", "admin_state_up": true, "updated_at": "2018-10-06T03:33:44Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "734562bfc7f04007a754ad9798791824", "id": "8c7f32a8-f0c3-4300-87f2-c85c061371d6", "name": "vping_userdata-router_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:45,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b6b04395-6ff9-4b27-b2b5-cd8239234ab7 2018-10-06 03:33:45,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0849380493164s 2018-10-06 03:33:45,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b6b04395-6ff9-4b27-b2b5-cd8239234ab7 2018-10-06 03:33:45,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 03:33:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:48,424 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc191fac-423a-4fb8-8569-2afc7052b9a8 Content-Length: 0 Date: Sat, 06 Oct 2018 03:33:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:33:48,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6.json used request id req-dc191fac-423a-4fb8-8569-2afc7052b9a8 2018-10-06 03:33:48,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.26472616196s 2018-10-06 03:33:48,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/8c7f32a8-f0c3-4300-87f2-c85c061371d6.json used request id req-dc191fac-423a-4fb8-8569-2afc7052b9a8 2018-10-06 03:33:48,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 03:33:48,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:48,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-725cebc0-46d9-4fad-9968-432bb3ba5bc0 Date: Sat, 06 Oct 2018 03:33:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8d003f9-29b6-4851-8406-b347fc551826","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:32:54Z","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":"734562bfc7f04007a754ad9798791824","id":"6c7c7805-04db-4a4a-a2c0-40af6f926038","subnetpool_id":null,"name":"vping_userdata-subnet_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:48,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-725cebc0-46d9-4fad-9968-432bb3ba5bc0 2018-10-06 03:33:48,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0568461418152s 2018-10-06 03:33:48,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-725cebc0-46d9-4fad-9968-432bb3ba5bc0 2018-10-06 03:33:48,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 03:33:48,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/6c7c7805-04db-4a4a-a2c0-40af6f926038.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:50,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46e137a2-16e8-414d-8d21-1a4c674849cf Date: Sat, 06 Oct 2018 03:33:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:33:50,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6c7c7805-04db-4a4a-a2c0-40af6f926038.json used request id req-46e137a2-16e8-414d-8d21-1a4c674849cf 2018-10-06 03:33:50,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.43296599388s 2018-10-06 03:33:50,918 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6c7c7805-04db-4a4a-a2c0-40af6f926038.json used request id req-46e137a2-16e8-414d-8d21-1a4c674849cf 2018-10-06 03:33:50,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:33:50,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:51,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-ca9106df-d84f-4cc4-a58f-2245071c8228 Date: Sat, 06 Oct 2018 03:33:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T03:33:50Z","tenant_id":"734562bfc7f04007a754ad9798791824","created_at":"2018-10-06T03:32:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"734562bfc7f04007a754ad9798791824","id":"b8d003f9-29b6-4851-8406-b347fc551826","name":"vping_userdata-net_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}]} 2018-10-06 03:33:51,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ca9106df-d84f-4cc4-a58f-2245071c8228 2018-10-06 03:33:51,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256582021713s 2018-10-06 03:33:51,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ca9106df-d84f-4cc4-a58f-2245071c8228 2018-10-06 03:33:51,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 03:33:51,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/b8d003f9-29b6-4851-8406-b347fc551826.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:52,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e23a1764-0d93-488d-bc80-0c6f33accb29 Date: Sat, 06 Oct 2018 03:33:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:33:52,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b8d003f9-29b6-4851-8406-b347fc551826.json used request id req-e23a1764-0d93-488d-bc80-0c6f33accb29 2018-10-06 03:33:52,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23399186134s 2018-10-06 03:33:52,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b8d003f9-29b6-4851-8406-b347fc551826.json used request id req-e23a1764-0d93-488d-bc80-0c6f33accb29 2018-10-06 03:33:52,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:33:52,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:52,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-22dad246-cdac-4608-9ace-c1803cc9f026 Date: Sat, 06 Oct 2018 03:33:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "metadata": {}}], "file": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239/file", "owner": "734562bfc7f04007a754ad9798791824", "id": "5dfab133-79ce-4d41-8446-1ae2c7233239", "size": 12716032, "self": "/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5dfab133-79ce-4d41-8446-1ae2c7233239/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:33:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:33:02Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:33:52,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-22dad246-cdac-4608-9ace-c1803cc9f026 2018-10-06 03:33:52,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0323829650879s 2018-10-06 03:33:52,444 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-22dad246-cdac-4608-9ace-c1803cc9f026 2018-10-06 03:33:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 03:33:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9715f194c547418637037692d85d860b86377d0a" 2018-10-06 03:33:53,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab520e25-eede-498d-8058-a01a6079d3f3 Date: Sat, 06 Oct 2018 03:33:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:33:53,307 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239 used request id req-ab520e25-eede-498d-8058-a01a6079d3f3 2018-10-06 03:33:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.861509084702s 2018-10-06 03:33:53,308 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5dfab133-79ce-4d41-8446-1ae2c7233239 used request id req-ab520e25-eede-498d-8058-a01a6079d3f3 2018-10-06 03:33:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:33:53,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-f4edc94f-ce0a-48ba-9774-d26e4bedf409 x-compute-request-id: req-f4edc94f-ce0a-48ba-9774-d26e4bedf409 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "50bf1044-a4b5-4799-a748-dcd664b8b656", "name": "vping_userdata-flavor_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:33:53,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-f4edc94f-ce0a-48ba-9774-d26e4bedf409 2018-10-06 03:33:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325441360474s 2018-10-06 03:33:53,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-f4edc94f-ce0a-48ba-9774-d26e4bedf409 2018-10-06 03:33:53,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 03:33:53,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,437 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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-6550b8b5-ed27-45bf-9384-217b433f38af x-compute-request-id: req-6550b8b5-ed27-45bf-9384-217b433f38af Content-Length: 0 Content-Type: application/json 2018-10-06 03:33:53,437 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656 used request id req-6550b8b5-ed27-45bf-9384-217b433f38af 2018-10-06 03:33:53,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0944030284882s 2018-10-06 03:33:53,437 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/50bf1044-a4b5-4799-a748-dcd664b8b656 used request id req-6550b8b5-ed27-45bf-9384-217b433f38af 2018-10-06 03:33:53,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:33:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e16c1f-ddc1-4e9a-a2ed-feb7ec46f5dc Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f", "links": {"self": "http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143"}, "domain_id": "default", "enabled": true, "id": "81729dba7d9845cbba8ee27670d0e143", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:33:53,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-59e16c1f-ddc1-4e9a-a2ed-feb7ec46f5dc 2018-10-06 03:33:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992760658264s 2018-10-06 03:33:53,538 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-59e16c1f-ddc1-4e9a-a2ed-feb7ec46f5dc 2018-10-06 03:33:53,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:33:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a39bb0-6a30-44cd-a4cb-ec371aa97108 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143"}, "enabled": true, "id": "81729dba7d9845cbba8ee27670d0e143", "options": {}, "domain_id": "default", "name": "vping_userdata-user_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}} 2018-10-06 03:33:53,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 used request id req-d7a39bb0-6a30-44cd-a4cb-ec371aa97108 2018-10-06 03:33:53,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914311408997s 2018-10-06 03:33:53,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 used request id req-d7a39bb0-6a30-44cd-a4cb-ec371aa97108 2018-10-06 03:33:53,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:33:53,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be269688-3e26-4a8a-8791-6f7dba99d102 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:53,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 used request id req-be269688-3e26-4a8a-8791-6f7dba99d102 2018-10-06 03:33:53,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.260104179382s 2018-10-06 03:33:53,897 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/81729dba7d9845cbba8ee27670d0e143 used request id req-be269688-3e26-4a8a-8791-6f7dba99d102 2018-10-06 03:33:53,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:33:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:53,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c858ddb6-5106-43bd-b2b5-c3a5893034a9 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824"}, "enabled": true, "id": "734562bfc7f04007a754ad9798791824", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c9601a78-5b1e-4bf7-8d16-3d6124b62c7f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:33:53,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c858ddb6-5106-43bd-b2b5-c3a5893034a9 2018-10-06 03:33:53,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824708938599s 2018-10-06 03:33:53,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c858ddb6-5106-43bd-b2b5-c3a5893034a9 2018-10-06 03:33:53,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:33:53,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:54,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-101cc09e-c4f0-477c-a91f-26167216943c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:54,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824 used request id req-101cc09e-c4f0-477c-a91f-26167216943c 2018-10-06 03:33:54,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146484136581s 2018-10-06 03:33:54,129 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/734562bfc7f04007a754ad9798791824 used request id req-101cc09e-c4f0-477c-a91f-26167216943c 2018-10-06 03:33:54,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:54,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394e8152-a3a0-4df9-85e7-ae988ee31c52 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "926cdbc2dd3f4e71926ffd857a450e56", "links": {"self": "http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:54,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-394e8152-a3a0-4df9-85e7-ae988ee31c52 2018-10-06 03:33:54,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802850723267s 2018-10-06 03:33:54,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:33:54,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:54,321 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbdbbee2-b850-42a2-8b89-4cd8507a6e0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:54,321 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/926cdbc2dd3f4e71926ffd857a450e56 used request id req-bbdbbee2-b850-42a2-8b89-4cd8507a6e0a 2018-10-06 03:33:54,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109699010849s 2018-10-06 03:33:54,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:33:54,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=734562bfc7f04007a754ad9798791824&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:54,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-bc11313f-4d95-4383-80e2-840cb6600af5 Date: Sat, 06 Oct 2018 03:33:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "734562bfc7f04007a754ad9798791824", "created_at": "2018-10-06T03:32:53Z", "updated_at": "2018-10-06T03:32:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "065ff401-4aac-4f2d-b178-08783bd1e6fd", "remote_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv4", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "9a74ac0a-7a7d-4133-86e6-57c5d7f4e833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv4", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "baae1721-6225-450b-891c-90a73dace138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv6", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "c88b949d-0451-411d-9cd8-61da664a839e", "remote_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv6", "project_id": "734562bfc7f04007a754ad9798791824"}], "revision_number": 4, "project_id": "734562bfc7f04007a754ad9798791824", "id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "name": "default"}]} 2018-10-06 03:33:54,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=734562bfc7f04007a754ad9798791824&name=default used request id req-bc11313f-4d95-4383-80e2-840cb6600af5 2018-10-06 03:33:54,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186389923096s 2018-10-06 03:33:54,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=734562bfc7f04007a754ad9798791824&name=default used request id req-bc11313f-4d95-4383-80e2-840cb6600af5 2018-10-06 03:33:54,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:33:54,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:54,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0cf2d724-15c4-4c17-ae5c-a8d00a70bb45 Date: Sat, 06 Oct 2018 03:33:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "734562bfc7f04007a754ad9798791824", "created_at": "2018-10-06T03:32:53Z", "updated_at": "2018-10-06T03:32:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "c88b949d-0451-411d-9cd8-61da664a839e", "remote_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv6", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "baae1721-6225-450b-891c-90a73dace138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv6", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "9a74ac0a-7a7d-4133-86e6-57c5d7f4e833", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv4", "project_id": "734562bfc7f04007a754ad9798791824"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:32:53Z", "revision_number": 0, "id": "065ff401-4aac-4f2d-b178-08783bd1e6fd", "remote_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "remote_ip_prefix": null, "created_at": "2018-10-06T03:32:53Z", "security_group_id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "tenant_id": "734562bfc7f04007a754ad9798791824", "port_range_min": null, "ethertype": "IPv4", "project_id": "734562bfc7f04007a754ad9798791824"}], "revision_number": 4, "project_id": "734562bfc7f04007a754ad9798791824", "id": "aca87775-3f74-4438-9543-bca7ecc81eb1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 03:33:54,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0cf2d724-15c4-4c17-ae5c-a8d00a70bb45 2018-10-06 03:33:54,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192265987396s 2018-10-06 03:33:54,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0cf2d724-15c4-4c17-ae5c-a8d00a70bb45 2018-10-06 03:33:54,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 03:33:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/aca87775-3f74-4438-9543-bca7ecc81eb1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}71a13d531e5f79b11b19ea67b6476dc30266bdfd" 2018-10-06 03:33:55,015 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b76a77dc-25bd-4df1-bc7c-3fac22c26e55 Content-Length: 0 Date: Sat, 06 Oct 2018 03:33:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 03:33:55,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/aca87775-3f74-4438-9543-bca7ecc81eb1.json used request id req-b76a77dc-25bd-4df1-bc7c-3fac22c26e55 2018-10-06 03:33:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.302395105362s 2018-10-06 03:33:55,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/aca87775-3f74-4438-9543-bca7ecc81eb1.json used request id req-b76a77dc-25bd-4df1-bc7c-3fac22c26e55 2018-10-06 03:33:55,064 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-06 03:33:55,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:33:55,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:33:55,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:33:55,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:33:55,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:33:55,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:33:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:33:55,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:33:55,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f2915d-f4af-4c90-96a0-90a9379a5448 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:33:55,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20f2915d-f4af-4c90-96a0-90a9379a5448 2018-10-06 03:33:55,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:33:55,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["PR0PkJwUSvqIa3cvjvY5Pw"], "issued_at": "2018-10-06T03:33:55.000000Z"}} 2018-10-06 03:33:55,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:33:55,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:55,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-74d80e2b-77b0-4ad2-aeeb-46406c382d99 Date: Sat, 06 Oct 2018 03:33:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:33:55,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74d80e2b-77b0-4ad2-aeeb-46406c382d99 2018-10-06 03:33:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246904850006s 2018-10-06 03:33:55,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74d80e2b-77b0-4ad2-aeeb-46406c382d99 2018-10-06 03:33:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:33:55,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:55,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:33:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:33:55,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:55,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee601c48-8c15-4b21-a08a-e75376f24d16 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:33:55,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-ee601c48-8c15-4b21-a08a-e75376f24d16 2018-10-06 03:33:55,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0870549678802s 2018-10-06 03:33:55,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:33:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}}' 2018-10-06 03:33:56,004 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:33:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39c6031c-d678-438a-a64c-21e6866fbb43 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5"}, "enabled": true, "id": "4f0b0b6aaeb94a978730d856856ba8f5", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}} 2018-10-06 03:33:56,004 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-39c6031c-d678-438a-a64c-21e6866fbb43 2018-10-06 03:33:56,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116754055023s 2018-10-06 03:33:56,005 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-39c6031c-d678-438a-a64c-21e6866fbb43 2018-10-06 03:33:56,005 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'id': u'4f0b0b6aaeb94a978730d856856ba8f5', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:33:56,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:33:56,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.36278796196s 2018-10-06 03:33:56,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e131fc-f0db-4cc4-9534-24c87e581844 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}} 2018-10-06 03:33:56,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 used request id req-71e131fc-f0db-4cc4-9534-24c87e581844 2018-10-06 03:33:56,463 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1ad9f8bba95e4fa3bb3cb261c60a1942', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf'}) 2018-10-06 03:33:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be075a39-b3be-426d-bfac-29ee57c13c55 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:56,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-be075a39-b3be-426d-bfac-29ee57c13c55 2018-10-06 03:33:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0139899253845s 2018-10-06 03:33:56,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc310b1-6378-40bb-8519-d227bbb1854d Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:56,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6bc310b1-6378-40bb-8519-d227bbb1854d 2018-10-06 03:33:56,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0893638134003s 2018-10-06 03:33:56,568 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:33:56,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:33:56,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"role": {"name": "Member"}}' 2018-10-06 03:33:56,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb0fd5b-8cbb-4821-be50-923f1d15e30c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}} 2018-10-06 03:33:56,674 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cfb0fd5b-8cbb-4821-be50-923f1d15e30c 2018-10-06 03:33:56,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.106076002121s 2018-10-06 03:33:56,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061bf564-74f8-44ca-b385-9b055366cdaa Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "domain_id": null, "name": "Member", "id": "cbaf473511ef4838a0b03d57ac143407"}} 2018-10-06 03:33:56,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407 used request id req-061bf564-74f8-44ca-b385-9b055366cdaa 2018-10-06 03:33:56,753 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407'}, 'domain_id': None, 'human_id': None, 'id': u'cbaf473511ef4838a0b03d57ac143407', 'HUMAN_ID': False}) 2018-10-06 03:33:56,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:56,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e0b683-30ca-4ed3-9285-d175ab9402fb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:56,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-01e0b683-30ca-4ed3-9285-d175ab9402fb 2018-10-06 03:33:56,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812690258026s 2018-10-06 03:33:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:33:56,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:56,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc42738-ce1d-4f30-9b7c-6edd6e5877be Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:33:56,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8dc42738-ce1d-4f30-9b7c-6edd6e5877be 2018-10-06 03:33:56,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768640041351s 2018-10-06 03:33:56,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:33:56,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcfa1c8f-d035-4ef0-a3b8-1d9df1970bdd Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "domain_id": "default", "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:33:57,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fcfa1c8f-d035-4ef0-a3b8-1d9df1970bdd 2018-10-06 03:33:57,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985698699951s 2018-10-06 03:33:57,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fcfa1c8f-d035-4ef0-a3b8-1d9df1970bdd 2018-10-06 03:33:57,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:33:57,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06d4de6-e946-4f26-8b40-6d05e97b0cbd Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5"}, "enabled": true, "id": "4f0b0b6aaeb94a978730d856856ba8f5", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:33:57,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e06d4de6-e946-4f26-8b40-6d05e97b0cbd 2018-10-06 03:33:57,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792620182037s 2018-10-06 03:33:57,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e06d4de6-e946-4f26-8b40-6d05e97b0cbd 2018-10-06 03:33:57,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:33:57,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=cbaf473511ef4838a0b03d57ac143407 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b217c05c-472d-4735-b384-5aad4cb80b19 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=cbaf473511ef4838a0b03d57ac143407", "previous": null, "next": null}} 2018-10-06 03:33:57,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=cbaf473511ef4838a0b03d57ac143407 used request id req-b217c05c-472d-4735-b384-5aad4cb80b19 2018-10-06 03:33:57,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.073646068573s 2018-10-06 03:33:57,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:33:57,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/cbaf473511ef4838a0b03d57ac143407 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04bc9fc5-241f-4249-91a7-4aa7afa2d0f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:57,294 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/cbaf473511ef4838a0b03d57ac143407 used request id req-04bc9fc5-241f-4249-91a7-4aa7afa2d0f9 2018-10-06 03:33:57,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118113040924s 2018-10-06 03:33:57,295 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'd7ffdacc-b868-447c-822e-96c431672ae2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'project_id': u'4f0b0b6aaeb94a978730d856856ba8f5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:33:57,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:33:57,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:33:57,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:33:57,300 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'password': 'd7ffdacc-b868-447c-822e-96c431672ae2', 'project_name': 'tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '4f0b0b6aaeb94a978730d856856ba8f5', 'project_domain_name': 'Default'} 2018-10-06 03:33:57,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:57,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a788cb34-2ebf-4070-b46c-6ceed7ca8708 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:57,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a788cb34-2ebf-4070-b46c-6ceed7ca8708 2018-10-06 03:33:57,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0917930603027s 2018-10-06 03:33:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:57,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c14f0c2-4b8b-44da-8b94-148a5f138586 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:57,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8c14f0c2-4b8b-44da-8b94-148a5f138586 2018-10-06 03:33:57,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755321979523s 2018-10-06 03:33:57,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:33:57,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b828ba9d-3877-4256-9418-a225fea74800 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:33:57,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-b828ba9d-3877-4256-9418-a225fea74800 2018-10-06 03:33:57,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.16618514061s 2018-10-06 03:33:57,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:33:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e353dbad-adf8-4881-9951-fd6794b4ae95 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "domain_id": "default", "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:33:57,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e353dbad-adf8-4881-9951-fd6794b4ae95 2018-10-06 03:33:57,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949001312256s 2018-10-06 03:33:57,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e353dbad-adf8-4881-9951-fd6794b4ae95 2018-10-06 03:33:57,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:33:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03021cd-8b17-4a4b-9634-61e586f81e51 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5"}, "enabled": true, "id": "4f0b0b6aaeb94a978730d856856ba8f5", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:33:57,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e03021cd-8b17-4a4b-9634-61e586f81e51 2018-10-06 03:33:57,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0718240737915s 2018-10-06 03:33:57,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-e03021cd-8b17-4a4b-9634-61e586f81e51 2018-10-06 03:33:57,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:33:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:57,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949c7c92-fab8-4f1f-b7ee-c61386e4c7e7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 03:33:57,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&scope.project.id=4f0b0b6aaeb94a978730d856856ba8f5&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-949c7c92-fab8-4f1f-b7ee-c61386e4c7e7 2018-10-06 03:33:57,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.07932305336s 2018-10-06 03:33:57,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:33:57,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,024 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd1a889f-7ee7-4d87-a2c8-8c38c699216c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:58,024 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-dd1a889f-7ee7-4d87-a2c8-8c38c699216c 2018-10-06 03:33:58,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131591081619s 2018-10-06 03:33:58,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:33:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071c5bc1-c699-49e7-9cd2-0809340a6ee7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:33:58,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-071c5bc1-c699-49e7-9cd2-0809340a6ee7 2018-10-06 03:33:58,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0715539455414s 2018-10-06 03:33:58,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:33:58,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de82cbd1-2455-45e1-bbbc-0431bfbc31dd Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:33:58,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-de82cbd1-2455-45e1-bbbc-0431bfbc31dd 2018-10-06 03:33:58,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0783121585846s 2018-10-06 03:33:58,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:33:58,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d559b98-29af-4895-a264-26be6903d854 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "domain_id": "default", "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:33:58,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3d559b98-29af-4895-a264-26be6903d854 2018-10-06 03:33:58,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100152015686s 2018-10-06 03:33:58,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3d559b98-29af-4895-a264-26be6903d854 2018-10-06 03:33:58,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:33:58,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd28674-e73e-44e9-9cad-0cff140a7e00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 03:33:58,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ad9f8bba95e4fa3bb3cb261c60a1942&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default used request id req-6dd28674-e73e-44e9-9cad-0cff140a7e00 2018-10-06 03:33:58,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803718566895s 2018-10-06 03:33:58,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:33:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:33:58,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:33:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f06b44b7-b272-41a0-9fc3-405e80bf16b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:33:58,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/1ad9f8bba95e4fa3bb3cb261c60a1942/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f06b44b7-b272-41a0-9fc3-405e80bf16b3 2018-10-06 03:33:58,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109385967255s 2018-10-06 03:33:58,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 03:34:10,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 03:34:10.682 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c86fe9af-97d6-4113-9dee-e41e0adaa5f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c86fe9af-97d6-4113-9dee-e41e0adaa5f0 | 2018-10-06T03:34:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c86fe9af-97d6-4113-9dee-e41e0adaa5f0 ~/.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-10-06 03:34:14,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 03:34:14,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 03:34:22,521 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 03:34:18.490 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 03:34:18.638 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 03:34:22.333 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055) as the default verifier for the future CLI operations. 2018-10-06 03:34:25,500 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-06 03:34:25,502 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:34:25,629 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 03:34:25,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:34:25,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf0a062-66c2-4c3f-9b81-0b04dfc4b75c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:34:25,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8bf0a062-66c2-4c3f-9b81-0b04dfc4b75c 2018-10-06 03:34:25,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:34:26,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "cbaf473511ef4838a0b03d57ac143407", "name": "Member"}], "expires_at": "2018-10-06T04:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f0b0b6aaeb94a978730d856856ba8f5", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4f0b0b6aaeb94a978730d856856ba8f5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "id": "1ad9f8bba95e4fa3bb3cb261c60a1942"}, "audit_ids": ["1U5htxyYSO6JYWh8S0JjTw"], "issued_at": "2018-10-06T03:34:26.000000Z"}} 2018-10-06 03:34:26,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:26,038 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 03:34:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 03:34:26,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:34:26,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:26,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1331a172-dc73-44e5-8c5d-6d51b02ad699 Date: Sat, 06 Oct 2018 03:34:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:34:26,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1331a172-dc73-44e5-8c5d-6d51b02ad699 2018-10-06 03:34:26,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178133964539s 2018-10-06 03:34:26,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1331a172-dc73-44e5-8c5d-6d51b02ad699 2018-10-06 03:34:26,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 03:34:26,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}' 2018-10-06 03:34:26,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34 X-Openstack-Request-Id: req-080b27dd-7229-4394-bb88-4da099aab2a5 Date: Sat, 06 Oct 2018 03:34:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "82592df8-a5b1-4f51-b4e3-941494997e34", "size": null, "self": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:26Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": null, "created_at": "2018-10-06T03:34:26Z", "protected": false} 2018-10-06 03:34:26,433 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-080b27dd-7229-4394-bb88-4da099aab2a5 2018-10-06 03:34:26,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.211522102356s 2018-10-06 03:34:26,434 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-080b27dd-7229-4394-bb88-4da099aab2a5 returning object 82592df8-a5b1-4f51-b4e3-941494997e34 2018-10-06 03:34:26,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 03:34:26,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" -d '' 2018-10-06 03:34:28,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e068193a-37ce-46d6-baac-e522dad3ea19 Date: Sat, 06 Oct 2018 03:34:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:34:28,091 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file used request id req-e068193a-37ce-46d6-baac-e522dad3ea19 2018-10-06 03:34:28,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65656614304s 2018-10-06 03:34:28,092 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file used request id req-e068193a-37ce-46d6-baac-e522dad3ea19 2018-10-06 03:34:28,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:34:28,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:28,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-5b00bd51-86bf-46d9-b937-06c9ecec4dd3 Date: Sat, 06 Oct 2018 03:34:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "metadata": {}}], "file": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "82592df8-a5b1-4f51-b4e3-941494997e34", "size": 12716032, "self": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:34:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:34:28,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5b00bd51-86bf-46d9-b937-06c9ecec4dd3 2018-10-06 03:34:28,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0226039886475s 2018-10-06 03:34:28,115 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5b00bd51-86bf-46d9-b937-06c9ecec4dd3 2018-10-06 03:34:28,116 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap', u'metadata': Munch({})})], 'file': u'/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file', 'owner': u'4f0b0b6aaeb94a978730d856856ba8f5', 'id': u'82592df8-a5b1-4f51-b4e3-941494997e34', 'size': 12716032, u'self': u'/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4f0b0b6aaeb94a978730d856856ba8f5', 'name': 'tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T03:34:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T03:34:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'created': u'2018-10-06T03:34:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T03:34:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 03:34:28,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:34:28,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:34:28,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:34: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-e07f22ae-f789-460d-bc48-d9983c857e14 x-compute-request-id: req-e07f22ae-f789-460d-bc48-d9983c857e14 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d362b5f0-c0f5-4e08-8087-f08923888d38", "name": "tempest_smoke_serial-flavor_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:34:28,328 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e07f22ae-f789-460d-bc48-d9983c857e14 2018-10-06 03:34:28,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.21114397049s 2018-10-06 03:34:28,329 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e07f22ae-f789-460d-bc48-d9983c857e14 returning object d362b5f0-c0f5-4e08-8087-f08923888d38 2018-10-06 03:34:28,329 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_6f38885d-1538-42c8-94bb-a4dd4b5463cf', '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'43b0e43720f24df1860fcd99772e846d', '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'd362b5f0-c0f5-4e08-8087-f08923888d38', 'swap': 0}) 2018-10-06 03:34:28,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:34:28,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"extra_specs": {}}' 2018-10-06 03:34:28,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:34: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-8b7636d8-45e1-45b8-bdcb-3d42c4f22ae3 x-compute-request-id: req-8b7636d8-45e1-45b8-bdcb-3d42c4f22ae3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:34:28,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38/os-extra_specs used request id req-8b7636d8-45e1-45b8-bdcb-3d42c4f22ae3 2018-10-06 03:34:28,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197911262512s 2018-10-06 03:34:28,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38/os-extra_specs used request id req-8b7636d8-45e1-45b8-bdcb-3d42c4f22ae3 2018-10-06 03:34:28,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:34:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:28,375 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:34:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:34:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:28,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9822e1c0-7d95-4df5-8ea2-909f04e99413 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:34:28,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9822e1c0-7d95-4df5-8ea2-909f04e99413 2018-10-06 03:34:28,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859479904175s 2018-10-06 03:34:28,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 03:34:28,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:28,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:34: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-89024501-a56e-4d6d-8a68-9e6aaf7e149a x-compute-request-id: req-89024501-a56e-4d6d-8a68-9e6aaf7e149a Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 03:34:28,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-89024501-a56e-4d6d-8a68-9e6aaf7e149a 2018-10-06 03:34:28,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.169929027557s 2018-10-06 03:34:28,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-89024501-a56e-4d6d-8a68-9e6aaf7e149a 2018-10-06 03:34:28,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:34:28,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:28,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-d1caec26-e185-48ae-a0eb-7410daeeaab9 Date: Sat, 06 Oct 2018 03:34:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "metadata": {}}], "file": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "82592df8-a5b1-4f51-b4e3-941494997e34", "size": 12716032, "self": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:34:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:34:28,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d1caec26-e185-48ae-a0eb-7410daeeaab9 2018-10-06 03:34:28,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176638126373s 2018-10-06 03:34:28,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d1caec26-e185-48ae-a0eb-7410daeeaab9 2018-10-06 03:34:28,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 03:34:28,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}' 2018-10-06 03:34:28,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f X-Openstack-Request-Id: req-6da505b4-b924-4f01-b0da-38c6945ea2fc Date: Sat, 06 Oct 2018 03:34:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "541cf1f4-540b-4e35-92ff-d8b15e21e82f", "size": null, "self": "/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": null, "created_at": "2018-10-06T03:34:28Z", "protected": false} 2018-10-06 03:34:28,850 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6da505b4-b924-4f01-b0da-38c6945ea2fc 2018-10-06 03:34:28,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0437150001526s 2018-10-06 03:34:28,851 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6da505b4-b924-4f01-b0da-38c6945ea2fc returning object 541cf1f4-540b-4e35-92ff-d8b15e21e82f 2018-10-06 03:34:28,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 03:34:28,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" -d '' 2018-10-06 03:34:30,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce703c46-552f-4c67-9542-7fe74c9f2685 Date: Sat, 06 Oct 2018 03:34:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:34:30,366 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file used request id req-ce703c46-552f-4c67-9542-7fe74c9f2685 2018-10-06 03:34:30,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.51443815231s 2018-10-06 03:34:30,366 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file used request id req-ce703c46-552f-4c67-9542-7fe74c9f2685 2018-10-06 03:34:30,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:34:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:34:30,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-58d22c48-d6e0-48ab-b187-584c759bc49d Date: Sat, 06 Oct 2018 03:34:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/snap", "metadata": {}}], "file": "/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "541cf1f4-540b-4e35-92ff-d8b15e21e82f", "size": 12716032, "self": "/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:30Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:34:28Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "metadata": {}}], "file": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "82592df8-a5b1-4f51-b4e3-941494997e34", "size": 12716032, "self": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:34:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:34:30,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-58d22c48-d6e0-48ab-b187-584c759bc49d 2018-10-06 03:34:30,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162229061127s 2018-10-06 03:34:30,529 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-58d22c48-d6e0-48ab-b187-584c759bc49d 2018-10-06 03:34:30,532 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/file', 'owner': u'4f0b0b6aaeb94a978730d856856ba8f5', 'id': u'541cf1f4-540b-4e35-92ff-d8b15e21e82f', 'size': 12716032, u'self': u'/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4f0b0b6aaeb94a978730d856856ba8f5', 'name': 'tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T03:34:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T03:34:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', 'created': u'2018-10-06T03:34:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T03:34:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 03:34:30,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:34:30,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:34:30,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-7831bdb9-33c4-420c-bda6-84e793adf14b x-compute-request-id: req-7831bdb9-33c4-420c-bda6-84e793adf14b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c1a91f08-6493-407c-a818-833df22e3e5f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1a91f08-6493-407c-a818-833df22e3e5f", "name": "tempest_smoke_serial-flavor_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:34:30,597 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7831bdb9-33c4-420c-bda6-84e793adf14b 2018-10-06 03:34:30,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0637340545654s 2018-10-06 03:34:30,597 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7831bdb9-33c4-420c-bda6-84e793adf14b returning object c1a91f08-6493-407c-a818-833df22e3e5f 2018-10-06 03:34:30,598 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', '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'43b0e43720f24df1860fcd99772e846d', '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'c1a91f08-6493-407c-a818-833df22e3e5f', 'swap': 0}) 2018-10-06 03:34:30,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:34:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" -d '{"extra_specs": {}}' 2018-10-06 03:34:30,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-702da4ef-635a-474a-bf61-72baf3b5ea6e x-compute-request-id: req-702da4ef-635a-474a-bf61-72baf3b5ea6e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:34:30,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f/os-extra_specs used request id req-702da4ef-635a-474a-bf61-72baf3b5ea6e 2018-10-06 03:34:30,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216999053955s 2018-10-06 03:34:30,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f/os-extra_specs used request id req-702da4ef-635a-474a-bf61-72baf3b5ea6e 2018-10-06 03:34:30,621 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf', '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'43b0e43720f24df1860fcd99772e846d', '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'c1a91f08-6493-407c-a818-833df22e3e5f', 'swap': 0}) 2018-10-06 03:34:33,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 03:34:32.677 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055) for deployment 'opnfv-rally' (UUID=c86fe9af-97d6-4113-9dee-e41e0adaa5f0). 2018-10-06 03:34:33.567 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 03:34:33.569 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055) has been successfully configured for deployment 'opnfv-rally' (UUID=c86fe9af-97d6-4113-9dee-e41e0adaa5f0)! 2018-10-06 03:34:33,737 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 03:34:33,737 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 03:34:33,739 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 03:34:33,785 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 03:34:39,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a2f4305b-af0d-42f7-aa7d-fb418c8cf055/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-06 03:34:39,315 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 03:34:39,342 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 03:34:39,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-10-06 03:34:41,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:34:41.562 51 INFO rally.api [-] Starting verification (UUID=0486ccda-94f2-47b7-8dbc-cf2edaa42de9) for deployment 'opnfv-rally' (UUID=c86fe9af-97d6-4113-9dee-e41e0adaa5f0) by verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055). 2018-10-06 03:34:41,564 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0486ccda-94f2-47b7-8dbc-cf2edaa42de9 2018-10-06 03:34:47,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:34:47.661 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-10-06 03:34:47,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:34:47.721 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-10-06 03:34:54,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:34:54.154 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.656s] 2018-10-06 03:34:57,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:34:57.580 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.425s] 2018-10-06 03:35:10,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:35:10.553 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.916s] 2018-10-06 03:35:28,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:35:28.456 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.847s] 2018-10-06 03:36:05,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:36:05.593 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-10-06 03:36:05,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:36:05.595 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-06 03:36:43,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:36:43.737 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-10-06 03:36:43,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:36:43.738 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-06 03:37:21,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:37:21.202 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-10-06 03:37:21,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:37:21.203 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-06 03:38:12,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:12.974 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.488s] 2018-10-06 03:38:39,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:39.738 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-10-06 03:38:39,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:39.833 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-10-06 03:38:47,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:47.533 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.652s] 2018-10-06 03:38:47,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:47.543 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-06 03:38:48,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:48.796 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 03:38:48,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:48.796 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 03:38:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:53.007 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.322s] 2018-10-06 03:38:58,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:38:58.968 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.408s] 2018-10-06 03:39:05,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:05.221 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.482s] 2018-10-06 03:39:12,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:12.629 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.334s] 2018-10-06 03:39:21,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:21.542 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.932s] 2018-10-06 03:39:27,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:27.945 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.669s] 2018-10-06 03:39:33,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:33.681 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-10-06 03:39:40,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:40.926 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.402s] 2018-10-06 03:39:47,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:47.807 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.722s] 2018-10-06 03:39:56,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:56.816 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.776s] 2018-10-06 03:39:59,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:39:59.267 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-06 03:40:01,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:01.183 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-10-06 03:40:01,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:01.264 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-10-06 03:40:01,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:01.335 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-10-06 03:40:01,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:01.341 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-06 03:40:05,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:05.460 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.836s] 2018-10-06 03:40:07,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:07.702 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.242s] 2018-10-06 03:40:09,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:09.740 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.037s] 2018-10-06 03:40:15,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:15.869 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-06 03:40:22,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:22.882 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.781s] 2018-10-06 03:40:39,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:39.559 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.348s] 2018-10-06 03:40:43,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:43.823 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.262s] 2018-10-06 03:40:56,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:40:56.810 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.048s] 2018-10-06 03:41:00,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:00.897 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.086s] 2018-10-06 03:41:06,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:06.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.182s] 2018-10-06 03:41:15,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:15.260 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.850s] 2018-10-06 03:41:18,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:18.765 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.503s] 2018-10-06 03:41:22,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:22.624 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.859s] 2018-10-06 03:41:37,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:37.818 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.337s] 2018-10-06 03:41:38,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:38.236 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.418s] 2018-10-06 03:41:38,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:38.631 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.394s] 2018-10-06 03:41:38,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:38.720 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2018-10-06 03:41:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:39.163 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.443s] 2018-10-06 03:41:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:39.218 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.055s] 2018-10-06 03:41:52,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:52.850 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.561s] 2018-10-06 03:41:53,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:53.150 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.299s] 2018-10-06 03:41:53,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:53.407 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.257s] 2018-10-06 03:41:53,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:53.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.205s] 2018-10-06 03:41:53,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:53.755 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.141s] 2018-10-06 03:41:53,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:41:53.946 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.191s] 2018-10-06 03:42:07,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:07.614 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.391s] 2018-10-06 03:42:13,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:13.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.367s] 2018-10-06 03:42:16,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:16.130 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.147s] 2018-10-06 03:42:16,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:16.188 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-10-06 03:42:16,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:16.400 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.212s] 2018-10-06 03:42:28,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:28.432 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.293s] 2018-10-06 03:42:34,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:34.738 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.305s] 2018-10-06 03:42:36,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:36.582 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.844s] 2018-10-06 03:42:36,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:36.772 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.190s] 2018-10-06 03:42:36,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:36.983 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.211s] 2018-10-06 03:42:58,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:42:58.094 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.771s] 2018-10-06 03:43:09,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:43:09.752 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.658s] 2018-10-06 03:43:19,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:43:19.908 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.154s] 2018-10-06 03:43:29,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:43:29.502 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.593s] 2018-10-06 03:44:00,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:00.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.458s] 2018-10-06 03:44:11,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:11.385 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.919s] 2018-10-06 03:44:22,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:22.435 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.049s] 2018-10-06 03:44:31,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:31.164 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.728s] 2018-10-06 03:44:47,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:47.356 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.540s] 2018-10-06 03:44:49,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:49.217 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.858s] 2018-10-06 03:44:49,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:49.410 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.197s] 2018-10-06 03:44:54,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:54.110 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.681s] 2018-10-06 03:44:56,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:56.411 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.298s] 2018-10-06 03:44:56,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:44:56.460 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2018-10-06 03:45:00,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:00.678 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.246s] 2018-10-06 03:45:03,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:03.973 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-06 03:45:05,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:05.281 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-06 03:45:05,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:05.283 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-06 03:45:05,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:05.284 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-06 03:45:05,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:05.285 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 03:45:05,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:05.286 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-06 03:45:07,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:07.171 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-06 03:45:22,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:22.775 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.604s] 2018-10-06 03:45:35,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:35.613 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.835s] 2018-10-06 03:45:48,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:48.179 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.563s] 2018-10-06 03:45:56,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:45:56.845 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-10-06 03:47:09,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:47:09.804 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [67.102s] 2018-10-06 03:47:49,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:47:49.083 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.474s] 2018-10-06 03:48:45,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 03:48:45.143 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.439s] 2018-10-06 03:49:05,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0486ccda-94f2-47b7-8dbc-cf2edaa42de9 2018-10-06 03:49:05,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0486ccda-94f2-47b7-8dbc-cf2edaa42de9']'. 2018-10-06 03:49:06,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0486ccda-94f2-47b7-8dbc-cf2edaa42de9 | 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 03:34:41 | 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 03:49:05 | 2018-10-06 03:49:06,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:24 | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a2f4305b-af0d-42f7-aa7d-fb418c8cf055) | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c86fe9af-97d6-4113-9dee-e41e0adaa5f0) | 2018-10-06 03:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 839.539 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 03:49:06,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 03:49:06,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 03:49:06,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-10-06 03:49:06,578 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 03:49:06,578 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:41 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-10-06 03:49:06,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 03:49:06,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:49:07,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23d75884-e18f-491d-965b-32ecf1c02949 Date: Sat, 06 Oct 2018 03:49:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:49:07,872 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f used request id req-23d75884-e18f-491d-965b-32ecf1c02949 2018-10-06 03:49:07,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.28719806671s 2018-10-06 03:49:07,872 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/541cf1f4-540b-4e35-92ff-d8b15e21e82f used request id req-23d75884-e18f-491d-965b-32ecf1c02949 2018-10-06 03:49:07,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:49:07,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:08,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-8a956219-2d28-4bf7-8b39-87613be5fd44 x-compute-request-id: req-8a956219-2d28-4bf7-8b39-87613be5fd44 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c1a91f08-6493-407c-a818-833df22e3e5f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1a91f08-6493-407c-a818-833df22e3e5f", "name": "tempest_smoke_serial-flavor_alt_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d362b5f0-c0f5-4e08-8087-f08923888d38", "name": "tempest_smoke_serial-flavor_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:49:08,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8a956219-2d28-4bf7-8b39-87613be5fd44 2018-10-06 03:49:08,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181430101395s 2018-10-06 03:49:08,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8a956219-2d28-4bf7-8b39-87613be5fd44 2018-10-06 03:49:08,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 03:49:08,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:08,100 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-ccdf237a-8bb1-42e5-b04f-b2913bea27f8 x-compute-request-id: req-ccdf237a-8bb1-42e5-b04f-b2913bea27f8 Content-Length: 0 Content-Type: application/json 2018-10-06 03:49:08,101 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f used request id req-ccdf237a-8bb1-42e5-b04f-b2913bea27f8 2018-10-06 03:49:08,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433077812195s 2018-10-06 03:49:08,101 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c1a91f08-6493-407c-a818-833df22e3e5f used request id req-ccdf237a-8bb1-42e5-b04f-b2913bea27f8 2018-10-06 03:49:08,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:49:08,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:49:08,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-4c76a943-a9bf-4ef2-8ca9-668f0eda541d Date: Sat, 06 Oct 2018 03:49:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "metadata": {}}], "file": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34/file", "owner": "4f0b0b6aaeb94a978730d856856ba8f5", "id": "82592df8-a5b1-4f51-b4e3-941494997e34", "size": 12716032, "self": "/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/82592df8-a5b1-4f51-b4e3-941494997e34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:34:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:34:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:49:08,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4c76a943-a9bf-4ef2-8ca9-668f0eda541d 2018-10-06 03:49:08,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175714015961s 2018-10-06 03:49:08,278 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4c76a943-a9bf-4ef2-8ca9-668f0eda541d 2018-10-06 03:49:08,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 03:49:08,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ef09b3736818220f7e0746f413305baddabd46f" 2018-10-06 03:49:10,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-312177ca-1341-4f80-8637-086c1fee87e9 Date: Sat, 06 Oct 2018 03:49:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:49:10,286 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34 used request id req-312177ca-1341-4f80-8637-086c1fee87e9 2018-10-06 03:49:10,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.00628781319s 2018-10-06 03:49:10,286 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/82592df8-a5b1-4f51-b4e3-941494997e34 used request id req-312177ca-1341-4f80-8637-086c1fee87e9 2018-10-06 03:49:10,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 03:49:10,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-9b938c40-89e6-46c2-ae76-aaf6f1b71e9f x-compute-request-id: req-9b938c40-89e6-46c2-ae76-aaf6f1b71e9f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d362b5f0-c0f5-4e08-8087-f08923888d38", "name": "tempest_smoke_serial-flavor_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 03:49:10,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9b938c40-89e6-46c2-ae76-aaf6f1b71e9f 2018-10-06 03:49:10,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0376238822937s 2018-10-06 03:49:10,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9b938c40-89e6-46c2-ae76-aaf6f1b71e9f 2018-10-06 03:49:10,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 03:49:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-30858278-c15a-4a43-b925-3d1f2619d41c x-compute-request-id: req-30858278-c15a-4a43-b925-3d1f2619d41c Content-Length: 0 Content-Type: application/json 2018-10-06 03:49:10,370 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38 used request id req-30858278-c15a-4a43-b925-3d1f2619d41c 2018-10-06 03:49:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0432860851288s 2018-10-06 03:49:10,370 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d362b5f0-c0f5-4e08-8087-f08923888d38 used request id req-30858278-c15a-4a43-b925-3d1f2619d41c 2018-10-06 03:49:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:49:10,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10441dc-fe3a-4ab2-bb08-6ce1ca036323 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf", "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "domain_id": "default", "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:49:10,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a10441dc-fe3a-4ab2-bb08-6ce1ca036323 2018-10-06 03:49:10,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934240818024s 2018-10-06 03:49:10,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a10441dc-fe3a-4ab2-bb08-6ce1ca036323 2018-10-06 03:49:10,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:49:10,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c1a21c-a739-4d33-9838-7d2d871f52c3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942"}, "enabled": true, "id": "1ad9f8bba95e4fa3bb3cb261c60a1942", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}} 2018-10-06 03:49:10,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 used request id req-48c1a21c-a739-4d33-9838-7d2d871f52c3 2018-10-06 03:49:10,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992078781128s 2018-10-06 03:49:10,570 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 used request id req-48c1a21c-a739-4d33-9838-7d2d871f52c3 2018-10-06 03:49:10,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 03:49:10,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65e9c810-febf-4888-b13a-a8eb9f76664b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:49:10,800 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 used request id req-65e9c810-febf-4888-b13a-a8eb9f76664b 2018-10-06 03:49:10,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.229460954666s 2018-10-06 03:49:10,801 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ad9f8bba95e4fa3bb3cb261c60a1942 used request id req-65e9c810-febf-4888-b13a-a8eb9f76664b 2018-10-06 03:49:10,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:49:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:10,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58db3a59-ae3f-46ed-991e-2d3a63b0a0b7 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5"}, "enabled": true, "id": "4f0b0b6aaeb94a978730d856856ba8f5", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_6f38885d-1538-42c8-94bb-a4dd4b5463cf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:49:10,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-58db3a59-ae3f-46ed-991e-2d3a63b0a0b7 2018-10-06 03:49:10,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0772879123688s 2018-10-06 03:49:10,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-58db3a59-ae3f-46ed-991e-2d3a63b0a0b7 2018-10-06 03:49:10,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 03:49:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:11,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beaba6bd-51fe-45ed-8f9e-3f4930abc070 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:49:11,042 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5 used request id req-beaba6bd-51fe-45ed-8f9e-3f4930abc070 2018-10-06 03:49:11,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160879850388s 2018-10-06 03:49:11,043 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4f0b0b6aaeb94a978730d856856ba8f5 used request id req-beaba6bd-51fe-45ed-8f9e-3f4930abc070 2018-10-06 03:49:11,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:11,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:11,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4406ec3c-d245-43b2-81cd-170b269e945b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cbaf473511ef4838a0b03d57ac143407", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:49:11,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4406ec3c-d245-43b2-81cd-170b269e945b 2018-10-06 03:49:11,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841069221497s 2018-10-06 03:49:11,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 03:49:11,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:11,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9fda3e7-495b-478d-9b69-cbb1675467b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:49:11,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cbaf473511ef4838a0b03d57ac143407 used request id req-b9fda3e7-495b-478d-9b69-cbb1675467b6 2018-10-06 03:49:11,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113340854645s 2018-10-06 03:49:11,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 03:49:11,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4f0b0b6aaeb94a978730d856856ba8f5&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9251874aefc8944e93bd3716b917cada953436c2" 2018-10-06 03:49:11,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a6b0f16d-99a7-4e36-99a4-aa3e4ce8f502 Date: Sat, 06 Oct 2018 03:49:11 GMT RESP BODY: {"security_groups": []} 2018-10-06 03:49:11,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4f0b0b6aaeb94a978730d856856ba8f5&name=default used request id req-a6b0f16d-99a7-4e36-99a4-aa3e4ce8f502 2018-10-06 03:49:11,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183799028397s 2018-10-06 03:49:11,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=4f0b0b6aaeb94a978730d856856ba8f5&name=default used request id req-a6b0f16d-99a7-4e36-99a4-aa3e4ce8f502 2018-10-06 03:49:11,483 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-06 03:49:11,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:49:11,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:49:11,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:49:11,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:49:11,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:49:11,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:49:11,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc3694d-5018-4e26-a983-522898bcec16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:49:11,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dbc3694d-5018-4e26-a983-522898bcec16 2018-10-06 03:49:11,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:49:11,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T04:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["CGmZ_pM2TG6e3yVf6uniVQ"], "issued_at": "2018-10-06T03:49:11.000000Z"}} 2018-10-06 03:49:11,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:49:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:12,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-422eb345-f2e4-4f65-9bc0-9c3f212f2f0a Date: Sat, 06 Oct 2018 03:49:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:49:12,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-422eb345-f2e4-4f65-9bc0-9c3f212f2f0a 2018-10-06 03:49:12,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.221649885178s 2018-10-06 03:49:12,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-422eb345-f2e4-4f65-9bc0-9c3f212f2f0a 2018-10-06 03:49:12,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:49:12,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:12,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 03:49:12,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:12,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740f89e5-10bf-4d7a-a377-840d349039a0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:49:12,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-740f89e5-10bf-4d7a-a377-840d349039a0 2018-10-06 03:49:12,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0962328910828s 2018-10-06 03:49:12,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 03:49:12,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}}' 2018-10-06 03:49:12,398 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c38f44-a827-46cc-9001-c14af0b84a0b Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c"}, "enabled": true, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}} 2018-10-06 03:49:12,398 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-29c38f44-a827-46cc-9001-c14af0b84a0b 2018-10-06 03:49:12,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109548091888s 2018-10-06 03:49:12,399 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-29c38f44-a827-46cc-9001-c14af0b84a0b 2018-10-06 03:49:12,399 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'id': u'9b002aba1aae41e1926ed27ab1d2ac6c', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 03:49:12,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 03:49:12,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.339065074921s 2018-10-06 03:49:12,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:12,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c3bbc8-0c2d-4702-95f9-9079870343d1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0"}, "enabled": true, "id": "169d8a38d27e48d89f4e650dcdfb47b0", "options": {}, "domain_id": "default", "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}} 2018-10-06 03:49:12,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 used request id req-d6c3bbc8-0c2d-4702-95f9-9079870343d1 2018-10-06 03:49:12,849 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'169d8a38d27e48d89f4e650dcdfb47b0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f'}) 2018-10-06 03:49:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:12,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:12,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7454c6-f93d-4df9-b0f5-e97143dba477 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:49:12,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2d7454c6-f93d-4df9-b0f5-e97143dba477 2018-10-06 03:49:12,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865061283112s 2018-10-06 03:49:12,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7294f92b-f93f-408f-a010-aa7bf483e797 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 03:49:13,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7294f92b-f93f-408f-a010-aa7bf483e797 2018-10-06 03:49:13,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756008625031s 2018-10-06 03:49:13,014 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 03:49:13,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 03:49:13,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"role": {"name": "Member"}}' 2018-10-06 03:49:13,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f8ffe4a-dd1e-4265-ab8d-a5f64a326716 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eff4fe7b54c84559accdd210638d27c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "name": "Member"}} 2018-10-06 03:49:13,117 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3f8ffe4a-dd1e-4265-ab8d-a5f64a326716 2018-10-06 03:49:13,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.102928876877s 2018-10-06 03:49:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02181417-fc1f-4731-bfe7-25b2b9f9b74b Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "domain_id": null, "name": "Member", "id": "eff4fe7b54c84559accdd210638d27c4"}} 2018-10-06 03:49:13,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4 used request id req-02181417-fc1f-4731-bfe7-25b2b9f9b74b 2018-10-06 03:49:13,197 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4'}, 'domain_id': None, 'human_id': None, 'id': u'eff4fe7b54c84559accdd210638d27c4', 'HUMAN_ID': False}) 2018-10-06 03:49:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:13,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca874786-ade7-4256-8631-4d8096676d2d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eff4fe7b54c84559accdd210638d27c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "name": "Member"}]} 2018-10-06 03:49:13,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca874786-ade7-4256-8631-4d8096676d2d 2018-10-06 03:49:13,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0729949474335s 2018-10-06 03:49:13,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:49:13,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74ba6f7e-0cb9-44e3-8d76-430dc0e5e222 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:49:13,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-74ba6f7e-0cb9-44e3-8d76-430dc0e5e222 2018-10-06 03:49:13,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782771110535s 2018-10-06 03:49:13,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:49:13,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bf5dd4-2cd6-45fb-ba78-c0685393b541 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "links": {"self": "http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0"}, "domain_id": "default", "enabled": true, "id": "169d8a38d27e48d89f4e650dcdfb47b0", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:49:13,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-32bf5dd4-2cd6-45fb-ba78-c0685393b541 2018-10-06 03:49:13,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096440076828s 2018-10-06 03:49:13,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-32bf5dd4-2cd6-45fb-ba78-c0685393b541 2018-10-06 03:49:13,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:49:13,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fbe102b-7e61-460b-ae69-de7663ff72db Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c"}, "enabled": true, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:49:13,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8fbe102b-7e61-460b-ae69-de7663ff72db 2018-10-06 03:49:13,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.071967124939s 2018-10-06 03:49:13,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8fbe102b-7e61-460b-ae69-de7663ff72db 2018-10-06 03:49:13,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:49:13,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=eff4fe7b54c84559accdd210638d27c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-925aa182-7c1c-4dbb-bc9f-2e023a871b31 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=eff4fe7b54c84559accdd210638d27c4", "previous": null, "next": null}} 2018-10-06 03:49:13,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=eff4fe7b54c84559accdd210638d27c4 used request id req-925aa182-7c1c-4dbb-bc9f-2e023a871b31 2018-10-06 03:49:13,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798058509827s 2018-10-06 03:49:13,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:49:13,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c/users/169d8a38d27e48d89f4e650dcdfb47b0/roles/eff4fe7b54c84559accdd210638d27c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34452c1e-f37e-40d7-8266-1dc3dc37d1d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:49:13,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c/users/169d8a38d27e48d89f4e650dcdfb47b0/roles/eff4fe7b54c84559accdd210638d27c4 used request id req-34452c1e-f37e-40d7-8266-1dc3dc37d1d7 2018-10-06 03:49:13,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.146128892899s 2018-10-06 03:49:13,756 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'c94d42f8-e692-42b7-843f-417b66c77be9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'project_id': u'9b002aba1aae41e1926ed27ab1d2ac6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 03:49:13,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 03:49:13,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 03:49:13,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 03:49:13,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 03:49:13,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 03:49:13,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 03:49:13,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 03:49:13,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 03:49:13,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 03:49:13,761 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'password': 'c94d42f8-e692-42b7-843f-417b66c77be9', 'project_name': 'rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '9b002aba1aae41e1926ed27ab1d2ac6c', 'project_domain_name': 'Default'} 2018-10-06 03:49:13,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:13,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ac14ef-776b-48ce-a774-3f710aeca209 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eff4fe7b54c84559accdd210638d27c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "name": "Member"}]} 2018-10-06 03:49:13,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-65ac14ef-776b-48ce-a774-3f710aeca209 2018-10-06 03:49:13,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076297044754s 2018-10-06 03:49:13,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 03:49:13,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b917ba85-e383-4bd6-9230-9b6b83a67131 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eff4fe7b54c84559accdd210638d27c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "name": "Member"}]} 2018-10-06 03:49:13,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b917ba85-e383-4bd6-9230-9b6b83a67131 2018-10-06 03:49:13,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078085899353s 2018-10-06 03:49:13,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 03:49:13,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:13,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6869cec-95b1-434f-a670-42e7b1e55a34 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 03:49:13,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e6869cec-95b1-434f-a670-42e7b1e55a34 2018-10-06 03:49:13,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798540115356s 2018-10-06 03:49:13,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 03:49:14,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:14,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ffeccd-558d-43a9-9b4a-2bd54e440b90 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "links": {"self": "http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0"}, "domain_id": "default", "enabled": true, "id": "169d8a38d27e48d89f4e650dcdfb47b0", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 03:49:14,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-80ffeccd-558d-43a9-9b4a-2bd54e440b90 2018-10-06 03:49:14,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939741134644s 2018-10-06 03:49:14,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-80ffeccd-558d-43a9-9b4a-2bd54e440b90 2018-10-06 03:49:14,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:49:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:14,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d02c73-8f91-4871-9331-a23140c9a698 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c"}, "enabled": true, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:49:14,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-c6d02c73-8f91-4871-9331-a23140c9a698 2018-10-06 03:49:14,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0769839286804s 2018-10-06 03:49:14,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-c6d02c73-8f91-4871-9331-a23140c9a698 2018-10-06 03:49:14,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 03:49:14,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:14,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4cf2e8-0799-4c04-b568-ee8258726fb4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 03:49:14,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=169d8a38d27e48d89f4e650dcdfb47b0&scope.project.id=9b002aba1aae41e1926ed27ab1d2ac6c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-fc4cf2e8-0799-4c04-b568-ee8258726fb4 2018-10-06 03:49:14,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0765459537506s 2018-10-06 03:49:14,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 03:49:14,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c/users/169d8a38d27e48d89f4e650dcdfb47b0/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:14,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bffcd7ae-95d0-42db-b211-6e37c96ad85c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 03:49:14,371 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c/users/169d8a38d27e48d89f4e650dcdfb47b0/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-bffcd7ae-95d0-42db-b211-6e37c96ad85c 2018-10-06 03:49:14,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115262031555s 2018-10-06 03:49:14,372 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-06 03:49:18,548 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-06 03:49:18,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 03:49:18,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:18,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce47dc2e-15d3-44c0-81e1-043245a9f98d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 03:49:18,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-ce47dc2e-15d3-44c0-81e1-043245a9f98d 2018-10-06 03:49:18,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0985860824585s 2018-10-06 03:49:18,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 03:49:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 03:49:18,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0580346f-72b3-4985-9037-c68aaabaeb5f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c"}, "enabled": true, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 03:49:18,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0580346f-72b3-4985-9037-c68aaabaeb5f 2018-10-06 03:49:18,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101600885391s 2018-10-06 03:49:18,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0580346f-72b3-4985-9037-c68aaabaeb5f 2018-10-06 03:49:18,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 03:49:18,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"network": {"shared": true, "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "name": "rally_sanity-net_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "admin_state_up": true}}' 2018-10-06 03:49:19,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3b02d8fd-8dc3-4ed8-83dd-ef262aedddf4 Date: Sat, 06 Oct 2018 03:49:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1124e923-2a56-4f33-b1bf-ffb1d9840854","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":true,"project_id":"9b002aba1aae41e1926ed27ab1d2ac6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:49:19Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f","admin_state_up":true,"tenant_id":"9b002aba1aae41e1926ed27ab1d2ac6c","created_at":"2018-10-06T03:49:19Z","mtu":1450}} 2018-10-06 03:49:19,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3b02d8fd-8dc3-4ed8-83dd-ef262aedddf4 2018-10-06 03:49:19,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.655323028564s 2018-10-06 03:49:19,409 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3b02d8fd-8dc3-4ed8-83dd-ef262aedddf4 2018-10-06 03:49:19,409 - 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-10-06T03:49:19Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1124e923-2a56-4f33-b1bf-ffb1d9840854', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'created_at': u'2018-10-06T03:49:19Z', u'mtu': 1450, u'tenant_id': u'9b002aba1aae41e1926ed27ab1d2ac6c', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'9b002aba1aae41e1926ed27ab1d2ac6c'}) 2018-10-06 03:49:19,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 03:49:19,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a374ac4c-72f5-4d68-99fd-4ec5093b8a2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 03:49:19,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a374ac4c-72f5-4d68-99fd-4ec5093b8a2c 2018-10-06 03:49:19,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 03:49:19,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "eff4fe7b54c84559accdd210638d27c4", "name": "Member"}], "expires_at": "2018-10-06T04:49:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9b002aba1aae41e1926ed27ab1d2ac6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "id": "169d8a38d27e48d89f4e650dcdfb47b0"}, "audit_ids": ["SqnVpmqLS2al3hjS4FAvsQ"], "issued_at": "2018-10-06T03:49:19.000000Z"}} 2018-10-06 03:49:19,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 03:49:19,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 03:49:20,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e4674db9-b165-45ab-b489-90aa1a4f33de Date: Sat, 06 Oct 2018 03:49:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1124e923-2a56-4f33-b1bf-ffb1d9840854","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":true,"project_id":"9b002aba1aae41e1926ed27ab1d2ac6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T03:49:19Z","qos_policy_id":null,"name":"rally_sanity-net_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f","admin_state_up":true,"tenant_id":"9b002aba1aae41e1926ed27ab1d2ac6c","created_at":"2018-10-06T03:49:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 03:49:20,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e4674db9-b165-45ab-b489-90aa1a4f33de 2018-10-06 03:49:20,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.223106861115s 2018-10-06 03:49:20,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e4674db9-b165-45ab-b489-90aa1a4f33de 2018-10-06 03:49:20,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 03:49:20,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '{"subnet": {"name": "rally_sanity-subnet_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "enable_dhcp": true, "network_id": "1124e923-2a56-4f33-b1bf-ffb1d9840854", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 03:49:20,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5c320b6e-9c58-431d-8040-49a2ee2293cc Date: Sat, 06 Oct 2018 03:49:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1124e923-2a56-4f33-b1bf-ffb1d9840854","tenant_id":"9b002aba1aae41e1926ed27ab1d2ac6c","created_at":"2018-10-06T03:49:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:49: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":"9b002aba1aae41e1926ed27ab1d2ac6c","id":"ce26a5c0-981e-4df1-ae08-c43b5ec32f1a","subnetpool_id":null,"name":"rally_sanity-subnet_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}} 2018-10-06 03:49:20,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-5c320b6e-9c58-431d-8040-49a2ee2293cc 2018-10-06 03:49:20,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.569150924683s 2018-10-06 03:49:20,600 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-5c320b6e-9c58-431d-8040-49a2ee2293cc 2018-10-06 03:49:20,601 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:49: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'ce26a5c0-981e-4df1-ae08-c43b5ec32f1a', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'enable_dhcp': True, u'network_id': u'1124e923-2a56-4f33-b1bf-ffb1d9840854', u'tenant_id': u'9b002aba1aae41e1926ed27ab1d2ac6c', u'created_at': u'2018-10-06T03:49: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'9b002aba1aae41e1926ed27ab1d2ac6c'}) 2018-10-06 03:49:20,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 03:49:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "rally_sanity-router_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "admin_state_up": true}}' 2018-10-06 03:49:25,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-18680083-4318-47b2-b035-e50d6d86b3cc Date: Sat, 06 Oct 2018 03:49:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "created_at": "2018-10-06T03:49:21Z", "admin_state_up": true, "updated_at": "2018-10-06T03:49:22Z", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "48b827a5-cf02-4deb-8a66-6ad9d4408004", "name": "rally_sanity-router_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}} 2018-10-06 03:49:25,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-18680083-4318-47b2-b035-e50d6d86b3cc 2018-10-06 03:49:25,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.23466491699s 2018-10-06 03:49:25,836 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-18680083-4318-47b2-b035-e50d6d86b3cc 2018-10-06 03:49:25,837 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T03:49:22Z', u'revision_number': 2, u'ha': True, u'id': u'48b827a5-cf02-4deb-8a66-6ad9d4408004', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'admin_state_up': True, u'tenant_id': u'9b002aba1aae41e1926ed27ab1d2ac6c', u'created_at': u'2018-10-06T03:49:21Z', u'flavor_id': None, u'routes': [], u'project_id': u'9b002aba1aae41e1926ed27ab1d2ac6c'}) 2018-10-06 03:49:25,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 03:49:25,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '{"subnet_id": "ce26a5c0-981e-4df1-ae08-c43b5ec32f1a"}' 2018-10-06 03:49:27,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8ce02c84-455b-4af6-b992-890c6c677ed5 Date: Sat, 06 Oct 2018 03:49:27 GMT RESP BODY: {"network_id": "1124e923-2a56-4f33-b1bf-ffb1d9840854", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "subnet_id": "ce26a5c0-981e-4df1-ae08-c43b5ec32f1a", "subnet_ids": ["ce26a5c0-981e-4df1-ae08-c43b5ec32f1a"], "port_id": "16d78d7d-3dd2-4cf4-a32f-193024f12cc4", "id": "48b827a5-cf02-4deb-8a66-6ad9d4408004"} 2018-10-06 03:49:27,733 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/add_router_interface.json used request id req-8ce02c84-455b-4af6-b992-890c6c677ed5 2018-10-06 03:49:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89524888992s 2018-10-06 03:49:27,733 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/add_router_interface.json used request id req-8ce02c84-455b-4af6-b992-890c6c677ed5 returning object 48b827a5-cf02-4deb-8a66-6ad9d4408004 2018-10-06 03:49:27,734 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 03:49:27,866 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 03:49:27,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 03:49:27,872 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 03:49:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 03:49:27,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:49:27,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 03:49:28,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9113deb0-3f25-436a-879b-93b1cbc4faba Date: Sat, 06 Oct 2018 03:49:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:49:28,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9113deb0-3f25-436a-879b-93b1cbc4faba 2018-10-06 03:49:28,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167395114899s 2018-10-06 03:49:28,043 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9113deb0-3f25-436a-879b-93b1cbc4faba 2018-10-06 03:49:28,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 03:49:28,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}' 2018-10-06 03:49:28,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451 X-Openstack-Request-Id: req-a6daead2-dd33-42c9-bea7-56637b0ba5cf Date: Sat, 06 Oct 2018 03:49:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file", "owner": "9b002aba1aae41e1926ed27ab1d2ac6c", "id": "3fd11bf3-de2c-4ade-be12-fb0682173451", "size": null, "self": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:49:28Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "checksum": null, "created_at": "2018-10-06T03:49:28Z", "protected": false} 2018-10-06 03:49:28,269 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a6daead2-dd33-42c9-bea7-56637b0ba5cf 2018-10-06 03:49:28,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.223871946335s 2018-10-06 03:49:28,270 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a6daead2-dd33-42c9-bea7-56637b0ba5cf returning object 3fd11bf3-de2c-4ade-be12-fb0682173451 2018-10-06 03:49:28,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 03:49:28,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '' 2018-10-06 03:49:29,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9aa47b87-3b8c-4956-9f07-2aaed526d060 Date: Sat, 06 Oct 2018 03:49:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 03:49:29,489 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file used request id req-9aa47b87-3b8c-4956-9f07-2aaed526d060 2018-10-06 03:49:29,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21930909157s 2018-10-06 03:49:29,490 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file used request id req-9aa47b87-3b8c-4956-9f07-2aaed526d060 2018-10-06 03:49:29,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 03:49:29,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 03:49:29,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-2e87b72e-15c6-4f82-b642-8485674ecd7d Date: Sat, 06 Oct 2018 03:49:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap", "metadata": {}}], "file": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file", "owner": "9b002aba1aae41e1926ed27ab1d2ac6c", "id": "3fd11bf3-de2c-4ade-be12-fb0682173451", "size": 12716032, "self": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:49:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:49:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 03:49:29,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2e87b72e-15c6-4f82-b642-8485674ecd7d 2018-10-06 03:49:29,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174882888794s 2018-10-06 03:49:29,666 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2e87b72e-15c6-4f82-b642-8485674ecd7d 2018-10-06 03:49:29,668 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file', 'owner': u'9b002aba1aae41e1926ed27ab1d2ac6c', 'id': u'3fd11bf3-de2c-4ade-be12-fb0682173451', 'size': 12716032, u'self': u'/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b002aba1aae41e1926ed27ab1d2ac6c', 'name': 'rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T03:49:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T03:49:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'created': u'2018-10-06T03:49:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T03:49:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 03:49:29,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:49:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:49:29,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-4f278eac-92ee-4c18-8212-b44601f5b929 x-compute-request-id: req-4f278eac-92ee-4c18-8212-b44601f5b929 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:49:29,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4f278eac-92ee-4c18-8212-b44601f5b929 2018-10-06 03:49:29,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.198004007339s 2018-10-06 03:49:29,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4f278eac-92ee-4c18-8212-b44601f5b929 returning object eb9ca17f-b8d2-4215-9ea4-76d71ef26129 2018-10-06 03:49:29,869 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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'43b0e43720f24df1860fcd99772e846d', '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'eb9ca17f-b8d2-4215-9ea4-76d71ef26129', 'swap': 0}) 2018-10-06 03:49:29,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:49:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"extra_specs": {}}' 2018-10-06 03:49:29,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-f39d576b-432a-4e67-a0b6-655288f4b6e8 x-compute-request-id: req-f39d576b-432a-4e67-a0b6-655288f4b6e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:49:29,891 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129/os-extra_specs used request id req-f39d576b-432a-4e67-a0b6-655288f4b6e8 2018-10-06 03:49:29,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217339992523s 2018-10-06 03:49:29,891 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129/os-extra_specs used request id req-f39d576b-432a-4e67-a0b6-655288f4b6e8 2018-10-06 03:49:29,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 03:49:32,365 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 03:49:31.989 117 INFO rally.deployment.engine [-] Deployment c86fe9af-97d6-4113-9dee-e41e0adaa5f0 | Starting: Destroy cloud and free allocated resources. 2018-10-06 03:49:32.065 117 INFO rally.deployment.engine [-] Deployment c86fe9af-97d6-4113-9dee-e41e0adaa5f0 | Completed: Destroy cloud and free allocated resources. 2018-10-06 03:49:32.098 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055) for deployment 'opnfv-rally'. 2018-10-06 03:49:32.111 117 INFO rally.api [-] Deleting verification (UUID=0486ccda-94f2-47b7-8dbc-cf2edaa42de9). 2018-10-06 03:49:32.153 117 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 03:49:32.154 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055). 2018-10-06 03:49:32.161 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 03:49:34,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 03:49:34.560 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d0022a88-1d8e-44f7-aa4d-3da1912403ee) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d0022a88-1d8e-44f7-aa4d-3da1912403ee | 2018-10-06T03:49:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d0022a88-1d8e-44f7-aa4d-3da1912403ee ~/.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-10-06 03:49:38,048 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 03:49:38,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-06 03:49:38,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 03:49:38,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 03:49:38,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-3fa4e1c7-8371-4e28-83a8-f0334a83512a x-compute-request-id: req-3fa4e1c7-8371-4e28-83a8-f0334a83512a Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 03:49:38,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-3fa4e1c7-8371-4e28-83a8-f0334a83512a 2018-10-06 03:49:38,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.196200847626s 2018-10-06 03:49:38,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-3fa4e1c7-8371-4e28-83a8-f0334a83512a 2018-10-06 03:49:38,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 03:49:38,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 03:49:38,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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-d0cca0d3-9040-4005-95c2-b0a699df48c6 x-compute-request-id: req-d0cca0d3-9040-4005-95c2-b0a699df48c6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8a9fe46d-495e-478f-9f08-d78b6c55a735", "name": "rally_sanity-flavor_alt_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 03:49:38,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d0cca0d3-9040-4005-95c2-b0a699df48c6 2018-10-06 03:49:38,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.047073841095s 2018-10-06 03:49:38,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d0cca0d3-9040-4005-95c2-b0a699df48c6 returning object 8a9fe46d-495e-478f-9f08-d78b6c55a735 2018-10-06 03:49:38,296 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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'43b0e43720f24df1860fcd99772e846d', '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'8a9fe46d-495e-478f-9f08-d78b6c55a735', 'swap': 0}) 2018-10-06 03:49:38,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 03:49:38,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" -d '{"extra_specs": {}}' 2018-10-06 03:49:38,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 03: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 x-openstack-request-id: req-5e3d64ff-4812-4347-a214-d28d2d0cb1ab x-compute-request-id: req-5e3d64ff-4812-4347-a214-d28d2d0cb1ab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 03:49:38,319 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735/os-extra_specs used request id req-5e3d64ff-4812-4347-a214-d28d2d0cb1ab 2018-10-06 03:49:38,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218830108643s 2018-10-06 03:49:38,319 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735/os-extra_specs used request id req-5e3d64ff-4812-4347-a214-d28d2d0cb1ab 2018-10-06 03:49:38,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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'43b0e43720f24df1860fcd99772e846d', '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'8a9fe46d-495e-478f-9f08-d78b6c55a735', 'swap': 0}) 2018-10-06 03:49:38,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-06 03:49:38,334 - 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-10-06 03:49:38,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 03:49:38,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 03:49:38,367 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 03:50:40,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d68132e3-b939-4f9a-b986-43001c37665e 2018-10-06 03:50:40,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-06 03:50:40,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd68132e3-b939-4f9a-b986-43001c37665e'] 2018-10-06 03:50:41,664 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d68132e3-b939-4f9a-b986-43001c37665e -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | total | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> duration | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.470728 Full duration: 7.381898 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> duration | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.333328 Full duration: 8.196816 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | total | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> duration | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.053987 Full duration: 7.661324 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.806872 Full duration: 7.761854 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | total | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> duration | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.989298 Full duration: 7.965753 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d68132e3-b939-4f9a-b986-43001c37665e 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.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 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.767284 Full duration: 7.765656 HINTS: * To plot HTML graphics with this data, run: rally task report d68132e3-b939-4f9a-b986-43001c37665e --out output.html * To generate a JUnit report, run: rally task export d68132e3-b939-4f9a-b986-43001c37665e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d68132e3-b939-4f9a-b986-43001c37665e --json --out output.json 2018-10-06 03:50:41,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd68132e3-b939-4f9a-b986-43001c37665e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-06 03:50:44,112 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d68132e3-b939-4f9a-b986-43001c37665e --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-06 03:50:43.960 728 INFO rally.api [-] Building 'json' report for the following task(s): 'd68132e3-b939-4f9a-b986-43001c37665e'. 2018-10-06 03:50:43.966 728 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:50:44,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd68132e3-b939-4f9a-b986-43001c37665e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-06 03:50:46,409 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d68132e3-b939-4f9a-b986-43001c37665e --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-06 03:50:46.228 731 INFO rally.api [-] Building 'html' report for the following task(s): 'd68132e3-b939-4f9a-b986-43001c37665e'. 2018-10-06 03:50:46.262 731 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:50:46,413 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-06 03:50:46,413 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-06 03:50:46,428 - 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-10-06 03:50:46,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 03:50:46,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 03:50:46,449 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 03:52:30,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : af83d9c5-f3eb-476b-855c-94c9f45fc61e 2018-10-06 03:52:30,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'af83d9c5-f3eb-476b-855c-94c9f45fc61e'] 2018-10-06 03:52:32,024 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid af83d9c5-f3eb-476b-855c-94c9f45fc61e -------------------------------------------------------------------------------- Task af83d9c5-f3eb-476b-855c-94c9f45fc61e: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task af83d9c5-f3eb-476b-855c-94c9f45fc61e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.005 | 5.005 | 5.005 | 5.005 | 5.005 | 5.005 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | -> glance_v2.upload_data | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | glance_v2.delete_image | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | total | 6.064 | 6.064 | 6.064 | 6.064 | 6.064 | 6.064 | 100.0% | 1 | | -> duration | 6.064 | 6.064 | 6.064 | 6.064 | 6.064 | 6.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.064481 Full duration: 14.547149 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task af83d9c5-f3eb-476b-855c-94c9f45fc61e 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.991 | 3.991 | 3.991 | 3.991 | 3.991 | 3.991 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | glance_v2.list_images | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 4.165 | 4.165 | 4.165 | 4.165 | 4.165 | 4.165 | 100.0% | 1 | | -> duration | 4.165 | 4.165 | 4.165 | 4.165 | 4.165 | 4.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.164859 Full duration: 16.256198 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task af83d9c5-f3eb-476b-855c-94c9f45fc61e 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | -> duration | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.344007 Full duration: 8.088413 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "number_instances": 2, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task af83d9c5-f3eb-476b-855c-94c9f45fc61e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.076 | 5.076 | 5.076 | 5.076 | 5.076 | 5.076 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | -> glance_v2.upload_data | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 2.136 | 100.0% | 1 | | nova.boot_servers | 13.985 | 13.985 | 13.985 | 13.985 | 13.985 | 13.985 | 100.0% | 1 | | total | 19.063 | 19.063 | 19.063 | 19.063 | 19.063 | 19.063 | 100.0% | 1 | | -> duration | 18.063 | 18.063 | 18.063 | 18.063 | 18.063 | 18.063 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.062518 Full duration: 44.898384 HINTS: * To plot HTML graphics with this data, run: rally task report af83d9c5-f3eb-476b-855c-94c9f45fc61e --out output.html * To generate a JUnit report, run: rally task export af83d9c5-f3eb-476b-855c-94c9f45fc61e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report af83d9c5-f3eb-476b-855c-94c9f45fc61e --json --out output.json 2018-10-06 03:52:32,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'af83d9c5-f3eb-476b-855c-94c9f45fc61e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-06 03:52:34,266 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid af83d9c5-f3eb-476b-855c-94c9f45fc61e --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-06 03:52:34.150 1284 INFO rally.api [-] Building 'json' report for the following task(s): 'af83d9c5-f3eb-476b-855c-94c9f45fc61e'. 2018-10-06 03:52:34.155 1284 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:52:34,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'af83d9c5-f3eb-476b-855c-94c9f45fc61e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-06 03:52:36,528 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid af83d9c5-f3eb-476b-855c-94c9f45fc61e --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-06 03:52:36.405 1287 INFO rally.api [-] Building 'html' report for the following task(s): 'af83d9c5-f3eb-476b-855c-94c9f45fc61e'. 2018-10-06 03:52:36.426 1287 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:52:36,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-06 03:52:36,534 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-06 03:52:36,534 - 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-10-06 03:52:36,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 03:52:36,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 03:52:36,569 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 03:55:56,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 925bd32b-873b-4691-be2c-d6316c291be0 2018-10-06 03:55:56,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '925bd32b-873b-4691-be2c-d6316c291be0'] 2018-10-06 03:55:57,144 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 925bd32b-873b-4691-be2c-d6316c291be0 -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.121 | 3.121 | 3.121 | 3.121 | 3.121 | 3.121 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.834 | 3.834 | 3.834 | 3.834 | 3.834 | 3.834 | 100.0% | 1 | | total | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 100.0% | 1 | | -> duration | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 6.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.955586 Full duration: 23.818518 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.154 | 3.154 | 3.154 | 3.154 | 3.154 | 3.154 | 100.0% | 1 | | cinder_v2.delete_volume | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 100.0% | 1 | | total | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 100.0% | 1 | | -> duration | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.796969 Full duration: 15.635595 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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 | 8.857 | 8.857 | 8.857 | 8.857 | 8.857 | 8.857 | 100.0% | 1 | | cinder_v2.delete_volume | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 11.543 | 11.543 | 11.543 | 11.543 | 11.543 | 11.543 | 100.0% | 1 | | -> duration | 11.543 | 11.543 | 11.543 | 11.543 | 11.543 | 11.543 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.542604 Full duration: 22.377902 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.249 | 3.249 | 3.249 | 3.249 | 3.249 | 3.249 | 100.0% | 1 | | cinder_v2.delete_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> duration | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 5.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.885462 Full duration: 15.918016 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.192 | 3.192 | 3.192 | 3.192 | 3.192 | 3.192 | 100.0% | 1 | | cinder_v2.extend_volume | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 2.649 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 8.323 | 8.323 | 8.323 | 8.323 | 8.323 | 8.323 | 100.0% | 1 | | -> duration | 8.323 | 8.323 | 8.323 | 8.323 | 8.323 | 8.323 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.32339 Full duration: 18.162758 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 100.0% | 1 | | cinder_v2.delete_volume | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 100.0% | 1 | | total | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> duration | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.848602 Full duration: 23.186412 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | cinder_v2.list_qos | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.887539 Full duration: 12.641787 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.set_qos | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816498 Full duration: 12.654883 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777352 Full duration: 12.448172 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 925bd32b-873b-4691-be2c-d6316c291be0 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.876016 Full duration: 12.581243 HINTS: * To plot HTML graphics with this data, run: rally task report 925bd32b-873b-4691-be2c-d6316c291be0 --out output.html * To generate a JUnit report, run: rally task export 925bd32b-873b-4691-be2c-d6316c291be0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 925bd32b-873b-4691-be2c-d6316c291be0 --json --out output.json 2018-10-06 03:55:57,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '925bd32b-873b-4691-be2c-d6316c291be0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-06 03:55:59,426 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 925bd32b-873b-4691-be2c-d6316c291be0 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-06 03:55:59.317 3076 INFO rally.api [-] Building 'json' report for the following task(s): '925bd32b-873b-4691-be2c-d6316c291be0'. 2018-10-06 03:55:59.325 3076 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:55:59,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '925bd32b-873b-4691-be2c-d6316c291be0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-06 03:56:01,619 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 925bd32b-873b-4691-be2c-d6316c291be0 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-06 03:56:01.478 3079 INFO rally.api [-] Building 'html' report for the following task(s): '925bd32b-873b-4691-be2c-d6316c291be0'. 2018-10-06 03:56:01.507 3079 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:56:01,630 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-06 03:56:01,630 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-06 03:56:01,631 - 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-10-06 03:56:01,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 03:56:01,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 03:56:01,653 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 03:57:24,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba 2018-10-06 03:57:24,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba'] 2018-10-06 03:57:25,863 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba -------------------------------------------------------------------------------- Task db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba 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.574 | 4.574 | 4.574 | 4.574 | 4.574 | 4.574 | 100.0% | 1 | | heat.update_stack | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 100.0% | 1 | | heat.delete_stack | 3.443 | 3.443 | 3.443 | 3.443 | 3.443 | 3.443 | 100.0% | 1 | | total | 10.749 | 10.749 | 10.749 | 10.749 | 10.749 | 10.749 | 100.0% | 1 | | -> duration | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 6.749 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.74907 Full duration: 19.319026 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba 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.461 | 4.461 | 4.461 | 4.461 | 4.461 | 4.461 | 100.0% | 1 | | heat.check_stack | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 0.953 | 100.0% | 1 | | heat.delete_stack | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | total | 7.154 | 7.154 | 7.154 | 7.154 | 7.154 | 7.154 | 100.0% | 1 | | -> duration | 5.154 | 5.154 | 5.154 | 5.154 | 5.154 | 5.154 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.154125 Full duration: 17.10287 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "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 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba 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.162 | 5.162 | 5.162 | 5.162 | 5.162 | 5.162 | 100.0% | 1 | | heat.suspend_stack | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | heat.resume_stack | 1.686 | 1.686 | 1.686 | 1.686 | 1.686 | 1.686 | 100.0% | 1 | | heat.delete_stack | 2.502 | 2.502 | 2.502 | 2.502 | 2.502 | 2.502 | 100.0% | 1 | | total | 10.287 | 10.287 | 10.287 | 10.287 | 10.287 | 10.287 | 100.0% | 1 | | -> duration | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 8.287 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.287195 Full duration: 19.013411 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba 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.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | total | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> duration | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.561742 Full duration: 8.27305 HINTS: * To plot HTML graphics with this data, run: rally task report db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba --out output.html * To generate a JUnit report, run: rally task export db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba --type junit --to output.xml * To get raw JSON output of task results, run: rally task report db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba --json --out output.json 2018-10-06 03:57:25,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-06 03:57:28,003 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-06 03:57:27.897 3812 INFO rally.api [-] Building 'json' report for the following task(s): 'db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba'. 2018-10-06 03:57:27.902 3812 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:57:28,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-06 03:57:30,250 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-06 03:57:30.133 3815 INFO rally.api [-] Building 'html' report for the following task(s): 'db7e4ca7-fcc0-49a0-9398-cb723ff0a0ba'. 2018-10-06 03:57:30.154 3815 INFO rally.api [-] The report has been successfully built. 2018-10-06 03:57:30,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-06 03:57:30,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-06 03:57:30,256 - 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-10-06 03:57:30,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 03:57:30,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 03:57:30,286 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 04:00:48,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 187bd7b2-6454-4c9c-adcb-2471855b4dac 2018-10-06 04:00:48,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '187bd7b2-6454-4c9c-adcb-2471855b4dac'] 2018-10-06 04:00:49,812 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 187bd7b2-6454-4c9c-adcb-2471855b4dac -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 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.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81454 Full duration: 14.69768 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753823 Full duration: 14.438119 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778627 Full duration: 14.825041 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.delete_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> duration | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635335 Full duration: 12.234254 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_service | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627781 Full duration: 12.364334 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | keystone_v3.create_user | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 0.536 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_user | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.903027 Full duration: 20.152561 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> duration | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968675 Full duration: 12.906338 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860863 Full duration: 14.612619 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735314 Full duration: 14.616538 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.875441 Full duration: 14.657949 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 187bd7b2-6454-4c9c-adcb-2471855b4dac 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | keystone_v3.create_users | 5.092 | 5.092 | 5.092 | 5.092 | 5.092 | 5.092 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.091 | 5.091 | 5.091 | 5.091 | 5.091 | 5.091 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | total | 6.793 | 6.793 | 6.793 | 6.793 | 6.793 | 6.793 | 100.0% | 1 | | -> duration | 6.793 | 6.793 | 6.793 | 6.793 | 6.793 | 6.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.792703 Full duration: 23.96604 HINTS: * To plot HTML graphics with this data, run: rally task report 187bd7b2-6454-4c9c-adcb-2471855b4dac --out output.html * To generate a JUnit report, run: rally task export 187bd7b2-6454-4c9c-adcb-2471855b4dac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 187bd7b2-6454-4c9c-adcb-2471855b4dac --json --out output.json 2018-10-06 04:00:49,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '187bd7b2-6454-4c9c-adcb-2471855b4dac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-06 04:00:51,864 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 187bd7b2-6454-4c9c-adcb-2471855b4dac --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-06 04:00:51.749 5730 INFO rally.api [-] Building 'json' report for the following task(s): '187bd7b2-6454-4c9c-adcb-2471855b4dac'. 2018-10-06 04:00:51.759 5730 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:00:51,865 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '187bd7b2-6454-4c9c-adcb-2471855b4dac', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-06 04:00:54,191 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 187bd7b2-6454-4c9c-adcb-2471855b4dac --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-06 04:00:54.011 5733 INFO rally.api [-] Building 'html' report for the following task(s): '187bd7b2-6454-4c9c-adcb-2471855b4dac'. 2018-10-06 04:00:54.045 5733 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:00:54,197 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-06 04:00:54,197 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-06 04:00:54,198 - 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-10-06 04:00:54,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 04:00:54,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 04:00:54,211 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 04:06:59,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 2018-10-06 04:06:59,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d'] 2018-10-06 04:07:00,674 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | neutron.delete_network | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | total | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 100.0% | 1 | | -> duration | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 1.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.829275 Full duration: 15.276628 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | neutron.delete_port | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | total | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 100.0% | 1 | | -> duration | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.170171 Full duration: 35.748468 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | neutron.create_subnet | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | neutron.create_router | 3.108 | 3.108 | 3.108 | 3.108 | 3.108 | 3.108 | 100.0% | 1 | | neutron.add_interface_router | 1.967 | 1.967 | 1.967 | 1.967 | 1.967 | 1.967 | 100.0% | 1 | | neutron.remove_interface_router | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | neutron.delete_router | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 100.0% | 1 | | total | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 100.0% | 1 | | -> duration | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 9.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.689791 Full duration: 47.387557 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.delete_subnet | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | total | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> duration | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.809219 Full duration: 35.915447 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | neutron.list_networks | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> duration | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.34521 Full duration: 17.011461 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.465 | 1.465 | 1.465 | 1.465 | 1.465 | 1.465 | 100.0% | 1 | | neutron.list_ports | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 100.0% | 1 | | -> duration | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 1.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.696761 Full duration: 34.379341 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | neutron.create_subnet | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | neutron.create_router | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 100.0% | 1 | | neutron.add_interface_router | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 1.951 | 100.0% | 1 | | neutron.list_routers | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 100.0% | 1 | | -> duration | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 6.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.655762 Full duration: 49.340683 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_subnet | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | neutron.list_subnets | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 100.0% | 1 | | -> duration | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.716595 Full duration: 40.855887 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> duration | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.126095 Full duration: 14.437451 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | neutron.create_security_group_rule | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | neutron.delete_security_group | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> duration | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.769899 Full duration: 14.957261 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d 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.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.create_router | 3.716 | 3.716 | 3.716 | 3.716 | 3.716 | 3.716 | 100.0% | 1 | | neutron.add_gateway_router | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | neutron.remove_gateway_router | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | total | 7.831 | 7.831 | 7.831 | 7.831 | 7.831 | 7.831 | 100.0% | 1 | | -> duration | 7.831 | 7.831 | 7.831 | 7.831 | 7.831 | 7.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.830915 Full duration: 30.677869 HINTS: * To plot HTML graphics with this data, run: rally task report f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d --out output.html * To generate a JUnit report, run: rally task export f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d --json --out output.json 2018-10-06 04:07:00,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-06 04:07:02,984 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-06 04:07:02.829 9028 INFO rally.api [-] Building 'json' report for the following task(s): 'f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d'. 2018-10-06 04:07:02.839 9028 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:07:02,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-06 04:07:05,359 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-06 04:07:05.176 9031 INFO rally.api [-] Building 'html' report for the following task(s): 'f4e5b8c6-7a3a-4dcc-9170-2b178c2db99d'. 2018-10-06 04:07:05.210 9031 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:07:05,368 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-06 04:07:05,368 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-06 04:07:05,368 - 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-10-06 04:07:05,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 04:07:05,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 04:07:05,394 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 04:14:13,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4833be05-60c7-4962-9dbd-9b87bb501514 2018-10-06 04:14:13,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4833be05-60c7-4962-9dbd-9b87bb501514'] 2018-10-06 04:14:14,998 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4833be05-60c7-4962-9dbd-9b87bb501514 -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "block_migration": false, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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 | 11.951 | 11.951 | 11.951 | 11.951 | 11.951 | 11.951 | 100.0% | 1 | | nova.find_host_to_migrate | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | nova.live_migrate | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 100.0% | 1 | | nova.delete_server | 2.662 | 2.662 | 2.662 | 2.662 | 2.662 | 2.662 | 100.0% | 1 | | total | 29.45 | 29.45 | 29.45 | 29.45 | 29.45 | 29.45 | 100.0% | 1 | | -> duration | 28.45 | 28.45 | 28.45 | 28.45 | 28.45 | 28.45 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.45044 Full duration: 39.260947 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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.65 | 9.65 | 9.65 | 9.65 | 9.65 | 9.65 | 100.0% | 1 | | cinder_v2.create_volume | 2.834 | 2.834 | 2.834 | 2.834 | 2.834 | 2.834 | 100.0% | 1 | | nova.attach_volume | 4.359 | 4.359 | 4.359 | 4.359 | 4.359 | 4.359 | 100.0% | 1 | | nova.find_host_to_migrate | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | nova.live_migrate | 13.826 | 13.826 | 13.826 | 13.826 | 13.826 | 13.826 | 100.0% | 1 | | nova.detach_volume | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | cinder_v2.delete_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | nova.delete_server | 2.939 | 2.939 | 2.939 | 2.939 | 2.939 | 2.939 | 100.0% | 1 | | total | 38.381 | 38.381 | 38.381 | 38.381 | 38.381 | 38.381 | 100.0% | 1 | | -> duration | 37.381 | 37.381 | 37.381 | 37.381 | 37.381 | 37.381 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.380517 Full duration: 50.194255 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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 | 8.84 | 8.84 | 8.84 | 8.84 | 8.84 | 8.84 | 100.0% | 1 | | nova.boot_server | 12.574 | 12.574 | 12.574 | 12.574 | 12.574 | 12.574 | 100.0% | 1 | | nova.find_host_to_migrate | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | nova.live_migrate | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 13.99 | 100.0% | 1 | | nova.delete_server | 8.264 | 8.264 | 8.264 | 8.264 | 8.264 | 8.264 | 100.0% | 1 | | total | 45.002 | 45.002 | 45.002 | 45.002 | 45.002 | 45.002 | 100.0% | 1 | | -> duration | 44.002 | 44.002 | 44.002 | 44.002 | 44.002 | 44.002 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.002085 Full duration: 56.756043 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "server_kwargs": { "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | nova.boot_server | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 100.0% | 1 | | nova.delete_server | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | nova.delete_keypair | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 | | total | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 11.515 | 100.0% | 1 | | -> duration | 10.515 | 10.515 | 10.515 | 10.515 | 10.515 | 10.515 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.514713 Full duration: 42.195897 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "volume_size": 5, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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 | 8.879 | 8.879 | 8.879 | 8.879 | 8.879 | 8.879 | 100.0% | 1 | | nova.boot_server | 9.378 | 9.378 | 9.378 | 9.378 | 9.378 | 9.378 | 100.0% | 1 | | nova.delete_server | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 3.298 | 100.0% | 1 | | total | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 100.0% | 1 | | -> duration | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.556079 Full duration: 55.476761 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "force_delete": false, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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.743 | 9.743 | 9.743 | 9.743 | 9.743 | 9.743 | 100.0% | 1 | | nova.pause_server | 2.93 | 2.93 | 2.93 | 2.93 | 2.93 | 2.93 | 100.0% | 1 | | nova.unpause_server | 2.724 | 2.724 | 2.724 | 2.724 | 2.724 | 2.724 | 100.0% | 1 | | nova.delete_server | 5.389 | 5.389 | 5.389 | 5.389 | 5.389 | 5.389 | 100.0% | 1 | | total | 20.787 | 20.787 | 20.787 | 20.787 | 20.787 | 20.787 | 100.0% | 1 | | -> duration | 15.787 | 15.787 | 15.787 | 15.787 | 15.787 | 15.787 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.787002 Full duration: 52.623729 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "nics": [ { "net-id": "1124e923-2a56-4f33-b1bf-ffb1d9840854" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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 | 11.791 | 11.791 | 11.791 | 11.791 | 11.791 | 11.791 | 100.0% | 1 | | nova.migrate | 13.796 | 13.796 | 13.796 | 13.796 | 13.796 | 13.796 | 100.0% | 1 | | nova.resize_confirm | 3.291 | 3.291 | 3.291 | 3.291 | 3.291 | 3.291 | 100.0% | 1 | | nova.delete_server | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 2.797 | 100.0% | 1 | | total | 31.675 | 31.675 | 31.675 | 31.675 | 31.675 | 31.675 | 100.0% | 1 | | -> duration | 30.675 | 30.675 | 30.675 | 30.675 | 30.675 | 30.675 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.675077 Full duration: 41.038203 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "image": { "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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.722 | 9.722 | 9.722 | 9.722 | 9.722 | 9.722 | 100.0% | 1 | | nova.list_interfaces | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 0.391 | 100.0% | 1 | | total | 10.114 | 10.114 | 10.114 | 10.114 | 10.114 | 10.114 | 100.0% | 1 | | -> duration | 9.114 | 9.114 | 9.114 | 9.114 | 9.114 | 9.114 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.113655 Full duration: 47.824198 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4833be05-60c7-4962-9dbd-9b87bb501514 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | nova.delete_server_group | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713201 Full duration: 9.267675 HINTS: * To plot HTML graphics with this data, run: rally task report 4833be05-60c7-4962-9dbd-9b87bb501514 --out output.html * To generate a JUnit report, run: rally task export 4833be05-60c7-4962-9dbd-9b87bb501514 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4833be05-60c7-4962-9dbd-9b87bb501514 --json --out output.json 2018-10-06 04:14:14,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4833be05-60c7-4962-9dbd-9b87bb501514', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-06 04:14:17,286 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4833be05-60c7-4962-9dbd-9b87bb501514 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-06 04:14:17.173 10674 INFO rally.api [-] Building 'json' report for the following task(s): '4833be05-60c7-4962-9dbd-9b87bb501514'. 2018-10-06 04:14:17.182 10674 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:14:17,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4833be05-60c7-4962-9dbd-9b87bb501514', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-06 04:14:19,585 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4833be05-60c7-4962-9dbd-9b87bb501514 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-06 04:14:19.453 10677 INFO rally.api [-] Building 'html' report for the following task(s): '4833be05-60c7-4962-9dbd-9b87bb501514'. 2018-10-06 04:14:19.484 10677 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:14:19,599 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-06 04:14:19,599 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-06 04:14:19,600 - 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-10-06 04:14:19,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-06 04:14:19,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-06 04:14:19,624 - 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': '1124e923-2a56-4f33-b1bf-ffb1d9840854', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', 'flavor_name': 'rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f', '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-10-06 04:15:13,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3ff93eab-d95b-4dba-9da9-5c993e991fad 2018-10-06 04:15:13,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3ff93eab-d95b-4dba-9da9-5c993e991fad'] 2018-10-06 04:15:14,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3ff93eab-d95b-4dba-9da9-5c993e991fad -------------------------------------------------------------------------------- Task 3ff93eab-d95b-4dba-9da9-5c993e991fad: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3ff93eab-d95b-4dba-9da9-5c993e991fad 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.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | quotas.delete_quotas | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> duration | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.011118 Full duration: 8.749372 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3ff93eab-d95b-4dba-9da9-5c993e991fad 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729858 Full duration: 8.514743 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3ff93eab-d95b-4dba-9da9-5c993e991fad 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.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.723186 Full duration: 8.514653 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3ff93eab-d95b-4dba-9da9-5c993e991fad 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.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | total | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> duration | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.141828 Full duration: 8.953421 HINTS: * To plot HTML graphics with this data, run: rally task report 3ff93eab-d95b-4dba-9da9-5c993e991fad --out output.html * To generate a JUnit report, run: rally task export 3ff93eab-d95b-4dba-9da9-5c993e991fad --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3ff93eab-d95b-4dba-9da9-5c993e991fad --json --out output.json 2018-10-06 04:15:14,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3ff93eab-d95b-4dba-9da9-5c993e991fad', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-06 04:15:16,335 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3ff93eab-d95b-4dba-9da9-5c993e991fad --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-06 04:15:16.208 11190 INFO rally.api [-] Building 'json' report for the following task(s): '3ff93eab-d95b-4dba-9da9-5c993e991fad'. 2018-10-06 04:15:16.212 11190 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:15:16,336 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3ff93eab-d95b-4dba-9da9-5c993e991fad', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-06 04:15:18,600 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3ff93eab-d95b-4dba-9da9-5c993e991fad --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-06 04:15:18.476 11193 INFO rally.api [-] Building 'html' report for the following task(s): '3ff93eab-d95b-4dba-9da9-5c993e991fad'. 2018-10-06 04:15:18.497 11193 INFO rally.api [-] The report has been successfully built. 2018-10-06 04:15:18,605 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-06 04:15:18,608 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:23 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 05:35 | 11 | 100.00% | | nova | 06:34 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:38 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-06 04:15:18,609 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-06 04:15:18,725 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 04:15:18,725 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 26:00 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-06 04:15:18,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:15:18,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:18,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6de753f-d4db-42e2-8807-65ac6430592a x-compute-request-id: req-f6de753f-d4db-42e2-8807-65ac6430592a Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8a9fe46d-495e-478f-9f08-d78b6c55a735", "name": "rally_sanity-flavor_alt_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:15:18,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-f6de753f-d4db-42e2-8807-65ac6430592a 2018-10-06 04:15:18,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.224081039429s 2018-10-06 04:15:18,956 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-f6de753f-d4db-42e2-8807-65ac6430592a 2018-10-06 04:15:18,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:15:18,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:19,008 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebb15e93-b4ed-45b0-962c-5cae7d7b63bf x-compute-request-id: req-ebb15e93-b4ed-45b0-962c-5cae7d7b63bf Content-Length: 0 Content-Type: application/json 2018-10-06 04:15:19,008 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735 used request id req-ebb15e93-b4ed-45b0-962c-5cae7d7b63bf 2018-10-06 04:15:19,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0498631000519s 2018-10-06 04:15:19,009 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8a9fe46d-495e-478f-9f08-d78b6c55a735 used request id req-ebb15e93-b4ed-45b0-962c-5cae7d7b63bf 2018-10-06 04:15:19,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 04:15:19,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" -d '{"subnet_id": "ce26a5c0-981e-4df1-ae08-c43b5ec32f1a"}' 2018-10-06 04:15:20,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5eabda04-4d16-4b72-b331-5492ecc4ecd5 Date: Sat, 06 Oct 2018 04:15:20 GMT RESP BODY: {"network_id": "1124e923-2a56-4f33-b1bf-ffb1d9840854", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "subnet_id": "ce26a5c0-981e-4df1-ae08-c43b5ec32f1a", "subnet_ids": ["ce26a5c0-981e-4df1-ae08-c43b5ec32f1a"], "port_id": "16d78d7d-3dd2-4cf4-a32f-193024f12cc4", "id": "48b827a5-cf02-4deb-8a66-6ad9d4408004"} 2018-10-06 04:15:20,492 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/remove_router_interface.json used request id req-5eabda04-4d16-4b72-b331-5492ecc4ecd5 2018-10-06 04:15:20,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48267698288s 2018-10-06 04:15:20,493 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004/remove_router_interface.json used request id req-5eabda04-4d16-4b72-b331-5492ecc4ecd5 returning object 48b827a5-cf02-4deb-8a66-6ad9d4408004 2018-10-06 04:15:20,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 04:15:20,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:20,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-e0849ab1-295d-418c-8b98-7c347ae94826 Date: Sat, 06 Oct 2018 04:15:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "created_at": "2018-10-06T03:49:21Z", "admin_state_up": true, "updated_at": "2018-10-06T04:15:19Z", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "48b827a5-cf02-4deb-8a66-6ad9d4408004", "name": "rally_sanity-router_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}]} 2018-10-06 04:15:20,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e0849ab1-295d-418c-8b98-7c347ae94826 2018-10-06 04:15:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.226764202118s 2018-10-06 04:15:20,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e0849ab1-295d-418c-8b98-7c347ae94826 2018-10-06 04:15:20,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 04:15:20,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:24,231 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-097ffb93-6049-4b90-9386-1a62fc5fc10a Content-Length: 0 Date: Sat, 06 Oct 2018 04:15:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:15:24,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004.json used request id req-097ffb93-6049-4b90-9386-1a62fc5fc10a 2018-10-06 04:15:24,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.50922203064s 2018-10-06 04:15:24,231 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/48b827a5-cf02-4deb-8a66-6ad9d4408004.json used request id req-097ffb93-6049-4b90-9386-1a62fc5fc10a 2018-10-06 04:15:24,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 04:15:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:24,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-d00d6092-f8ce-4532-af5e-5add6dc766cb Date: Sat, 06 Oct 2018 04:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1124e923-2a56-4f33-b1bf-ffb1d9840854","tenant_id":"9b002aba1aae41e1926ed27ab1d2ac6c","created_at":"2018-10-06T03:49:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T03:49: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":"9b002aba1aae41e1926ed27ab1d2ac6c","id":"ce26a5c0-981e-4df1-ae08-c43b5ec32f1a","subnetpool_id":null,"name":"rally_sanity-subnet_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:15:24,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-d00d6092-f8ce-4532-af5e-5add6dc766cb 2018-10-06 04:15:24,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.20349407196s 2018-10-06 04:15:24,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-d00d6092-f8ce-4532-af5e-5add6dc766cb 2018-10-06 04:15:24,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 04:15:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/ce26a5c0-981e-4df1-ae08-c43b5ec32f1a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:26,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06bc9ca6-b5b8-454c-b8f3-5f1446570840 Date: Sat, 06 Oct 2018 04:15:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:15:26,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ce26a5c0-981e-4df1-ae08-c43b5ec32f1a.json used request id req-06bc9ca6-b5b8-454c-b8f3-5f1446570840 2018-10-06 04:15:26,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2548058033s 2018-10-06 04:15:26,693 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ce26a5c0-981e-4df1-ae08-c43b5ec32f1a.json used request id req-06bc9ca6-b5b8-454c-b8f3-5f1446570840 2018-10-06 04:15:26,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 04:15:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:26,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-f53ff6d2-66d9-4994-8f76-7cb85a21662a Date: Sat, 06 Oct 2018 04:15:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"1124e923-2a56-4f33-b1bf-ffb1d9840854","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":true,"project_id":"9b002aba1aae41e1926ed27ab1d2ac6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:15:26Z","qos_policy_id":null,"name":"rally_sanity-net_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f","admin_state_up":true,"tenant_id":"9b002aba1aae41e1926ed27ab1d2ac6c","created_at":"2018-10-06T03:49:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:15:26,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f53ff6d2-66d9-4994-8f76-7cb85a21662a 2018-10-06 04:15:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244382858276s 2018-10-06 04:15:26,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f53ff6d2-66d9-4994-8f76-7cb85a21662a 2018-10-06 04:15:26,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 04:15:26,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/1124e923-2a56-4f33-b1bf-ffb1d9840854.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:27,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87b3147b-5244-4b30-b517-84150aad5daa Date: Sat, 06 Oct 2018 04:15:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:15:27,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/1124e923-2a56-4f33-b1bf-ffb1d9840854.json used request id req-87b3147b-5244-4b30-b517-84150aad5daa 2018-10-06 04:15:27,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.905005931854s 2018-10-06 04:15:27,845 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/1124e923-2a56-4f33-b1bf-ffb1d9840854.json used request id req-87b3147b-5244-4b30-b517-84150aad5daa 2018-10-06 04:15:27,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:15:27,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:28,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-ae0f5fa9-b1fe-4d1c-a3bd-89bdf912fcdb Date: Sat, 06 Oct 2018 04:15:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap", "metadata": {}}], "file": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451/file", "owner": "9b002aba1aae41e1926ed27ab1d2ac6c", "id": "3fd11bf3-de2c-4ade-be12-fb0682173451", "size": 12716032, "self": "/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3fd11bf3-de2c-4ade-be12-fb0682173451/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T03:49:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T03:49:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:15:28,402 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ae0f5fa9-b1fe-4d1c-a3bd-89bdf912fcdb 2018-10-06 04:15:28,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.556563854218s 2018-10-06 04:15:28,402 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ae0f5fa9-b1fe-4d1c-a3bd-89bdf912fcdb 2018-10-06 04:15:28,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 04:15:28,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2fa84afe3925eca7ce94d3ccf52ba25c2da79920" 2018-10-06 04:15:30,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20ee1018-f95e-46de-bdde-9e8a130cbe7e Date: Sat, 06 Oct 2018 04:15:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:15:30,031 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451 used request id req-20ee1018-f95e-46de-bdde-9e8a130cbe7e 2018-10-06 04:15:30,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.62730813026s 2018-10-06 04:15:30,032 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3fd11bf3-de2c-4ade-be12-fb0682173451 used request id req-20ee1018-f95e-46de-bdde-9e8a130cbe7e 2018-10-06 04:15:30,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:15:30,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06709fea-26a5-41b3-be7a-a594e6582c4b x-compute-request-id: req-06709fea-26a5-41b3-be7a-a594e6582c4b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "eb9ca17f-b8d2-4215-9ea4-76d71ef26129", "name": "rally_sanity-flavor_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:15:30,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-06709fea-26a5-41b3-be7a-a594e6582c4b 2018-10-06 04:15:30,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331411361694s 2018-10-06 04:15:30,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-06709fea-26a5-41b3-be7a-a594e6582c4b 2018-10-06 04:15:30,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:15:30,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,321 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06854bba-83a5-468b-9772-711ab76de8ef x-compute-request-id: req-06854bba-83a5-468b-9772-711ab76de8ef Content-Length: 0 Content-Type: application/json 2018-10-06 04:15:30,322 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129 used request id req-06854bba-83a5-468b-9772-711ab76de8ef 2018-10-06 04:15:30,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.253648996353s 2018-10-06 04:15:30,322 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/eb9ca17f-b8d2-4215-9ea4-76d71ef26129 used request id req-06854bba-83a5-468b-9772-711ab76de8ef 2018-10-06 04:15:30,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:15:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd16ace-9aa4-466a-9634-43712984f7de Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f", "links": {"self": "http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0"}, "domain_id": "default", "enabled": true, "id": "169d8a38d27e48d89f4e650dcdfb47b0", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:15:30,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6dd16ace-9aa4-466a-9634-43712984f7de 2018-10-06 04:15:30,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102234840393s 2018-10-06 04:15:30,425 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6dd16ace-9aa4-466a-9634-43712984f7de 2018-10-06 04:15:30,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:15:30,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556bdcd5-7132-41c3-8074-c8bef854290f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0"}, "enabled": true, "id": "169d8a38d27e48d89f4e650dcdfb47b0", "options": {}, "domain_id": "default", "name": "rally_sanity-user_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}} 2018-10-06 04:15:30,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 used request id req-556bdcd5-7132-41c3-8074-c8bef854290f 2018-10-06 04:15:30,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0870559215546s 2018-10-06 04:15:30,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 used request id req-556bdcd5-7132-41c3-8074-c8bef854290f 2018-10-06 04:15:30,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 04:15:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da1e1b09-fe57-46e8-9c0b-11ad28cd09e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:30,690 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 used request id req-da1e1b09-fe57-46e8-9c0b-11ad28cd09e0 2018-10-06 04:15:30,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.170001029968s 2018-10-06 04:15:30,690 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/169d8a38d27e48d89f4e650dcdfb47b0 used request id req-da1e1b09-fe57-46e8-9c0b-11ad28cd09e0 2018-10-06 04:15:30,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:15:30,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf5c9fa-11cd-46ce-b4eb-51b36e37f571 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c"}, "enabled": true, "id": "9b002aba1aae41e1926ed27ab1d2ac6c", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ab7ac7d8-a482-4832-9b2c-c6bfd91b984f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:15:30,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bcf5c9fa-11cd-46ce-b4eb-51b36e37f571 2018-10-06 04:15:30,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835359096527s 2018-10-06 04:15:30,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-bcf5c9fa-11cd-46ce-b4eb-51b36e37f571 2018-10-06 04:15:30,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 04:15:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa6151ee-409c-433a-b523-9429f07c471f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:30,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c used request id req-aa6151ee-409c-433a-b523-9429f07c471f 2018-10-06 04:15:30,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.13047504425s 2018-10-06 04:15:30,908 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9b002aba1aae41e1926ed27ab1d2ac6c used request id req-aa6151ee-409c-433a-b523-9429f07c471f 2018-10-06 04:15:30,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:30,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:30,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaaca243-8490-4328-b033-2711f6efcf40 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eff4fe7b54c84559accdd210638d27c4", "links": {"self": "http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4"}, "name": "Member"}]} 2018-10-06 04:15:30,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aaaca243-8490-4328-b033-2711f6efcf40 2018-10-06 04:15:30,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779089927673s 2018-10-06 04:15:30,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 04:15:30,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:31,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25b2f5cc-06ce-41fa-9635-4a3ea7cbd99d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:31,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/eff4fe7b54c84559accdd210638d27c4 used request id req-25b2f5cc-06ce-41fa-9635-4a3ea7cbd99d 2018-10-06 04:15:31,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102988004684s 2018-10-06 04:15:31,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 04:15:31,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9b002aba1aae41e1926ed27ab1d2ac6c&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:31,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e3d3a1b1-299c-46f8-a045-04d9dcc50f9c Date: Sat, 06 Oct 2018 04:15:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "created_at": "2018-10-06T03:49:18Z", "updated_at": "2018-10-06T03:49:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "2b1ad4a5-96af-4235-a841-f0bc15ebe134", "remote_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "411963f9-0c68-48b9-a0b8-d6b764de87c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "459e8703-8104-4d0c-8347-326ac1d8e8b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "9078686a-f2ce-48b3-a922-56e1573ab8dd", "remote_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}], "revision_number": 4, "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "name": "default"}]} 2018-10-06 04:15:31,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9b002aba1aae41e1926ed27ab1d2ac6c&name=default used request id req-e3d3a1b1-299c-46f8-a045-04d9dcc50f9c 2018-10-06 04:15:31,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204789161682s 2018-10-06 04:15:31,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=9b002aba1aae41e1926ed27ab1d2ac6c&name=default used request id req-e3d3a1b1-299c-46f8-a045-04d9dcc50f9c 2018-10-06 04:15:31,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 04:15:31,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:31,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a9657515-dd41-471f-8941-f43d0644ac2f Date: Sat, 06 Oct 2018 04:15:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "created_at": "2018-10-06T03:49:18Z", "updated_at": "2018-10-06T03:49:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "2b1ad4a5-96af-4235-a841-f0bc15ebe134", "remote_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "9078686a-f2ce-48b3-a922-56e1573ab8dd", "remote_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "459e8703-8104-4d0c-8347-326ac1d8e8b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:49:19Z", "revision_number": 0, "id": "411963f9-0c68-48b9-a0b8-d6b764de87c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:49:19Z", "security_group_id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "tenant_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c"}], "revision_number": 4, "project_id": "9b002aba1aae41e1926ed27ab1d2ac6c", "id": "74c61c5a-2684-459f-92af-22fe755a0c8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:15:31,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a9657515-dd41-471f-8941-f43d0644ac2f 2018-10-06 04:15:31,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191730976105s 2018-10-06 04:15:31,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a9657515-dd41-471f-8941-f43d0644ac2f 2018-10-06 04:15:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 04:15:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/74c61c5a-2684-459f-92af-22fe755a0c8f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d52f5223ee9ef511caa58670d369c4dd4f651d00" 2018-10-06 04:15:32,188 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33c0cd39-599a-4b4d-8961-4cfd05cbb6ce Content-Length: 0 Date: Sat, 06 Oct 2018 04:15:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:15:32,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/74c61c5a-2684-459f-92af-22fe755a0c8f.json used request id req-33c0cd39-599a-4b4d-8961-4cfd05cbb6ce 2018-10-06 04:15:32,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.689418077469s 2018-10-06 04:15:32,189 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/74c61c5a-2684-459f-92af-22fe755a0c8f.json used request id req-33c0cd39-599a-4b4d-8961-4cfd05cbb6ce 2018-10-06 04:15:32,239 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-06 04:15:32,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:15:32,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:15:32,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:15:32,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:15:32,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:15:32,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:15:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:15:32,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924781ef-ad69-4aac-8d2b-39e7ad70022d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:15:32,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-924781ef-ad69-4aac-8d2b-39e7ad70022d 2018-10-06 04:15:32,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:15:32,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T05:15:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["yhR55niZTa2wVPPXEvmsQg"], "issued_at": "2018-10-06T04:15:32.000000Z"}} 2018-10-06 04:15:32,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 04:15:32,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:32,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-949a4a03-abcc-4ed0-9f85-2f188b209d92 Date: Sat, 06 Oct 2018 04:15:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:15:32,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-949a4a03-abcc-4ed0-9f85-2f188b209d92 2018-10-06 04:15:32,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253676891327s 2018-10-06 04:15:32,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-949a4a03-abcc-4ed0-9f85-2f188b209d92 2018-10-06 04:15:32,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 04:15:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:33,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:15:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:15:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:33,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cebbb8ef-506e-42e4-9698-81633f5354a6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 04:15:33,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-cebbb8ef-506e-42e4-9698-81633f5354a6 2018-10-06 04:15:33,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.095242023468s 2018-10-06 04:15:33,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 04:15:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}}' 2018-10-06 04:15:33,210 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19cf8960-6dcc-49fa-a3c0-ea1b3e648560 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da"}, "enabled": true, "id": "dd49625be7f84c248440b42faff018da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}} 2018-10-06 04:15:33,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-19cf8960-6dcc-49fa-a3c0-ea1b3e648560 2018-10-06 04:15:33,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117426872253s 2018-10-06 04:15:33,211 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-19cf8960-6dcc-49fa-a3c0-ea1b3e648560 2018-10-06 04:15:33,212 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'id': u'dd49625be7f84c248440b42faff018da', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 04:15:33,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 04:15:33,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357682228088s 2018-10-06 04:15:33,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:33,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da30bc7-7ed9-403d-8cc9-c36523841f92 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}} 2018-10-06 04:15:33,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 used request id req-7da30bc7-7ed9-403d-8cc9-c36523841f92 2018-10-06 04:15:33,680 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3d153d497d874d21a61814045fb3de15', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac'}) 2018-10-06 04:15:33,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:33,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:33,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d8c251-7ea8-4594-869d-073e8dba6285 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:33,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-93d8c251-7ea8-4594-869d-073e8dba6285 2018-10-06 04:15:33,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0862729549408s 2018-10-06 04:15:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:33,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:33,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374748a9-2b7c-411a-ac07-a8b56a4c3d29 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:33,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-374748a9-2b7c-411a-ac07-a8b56a4c3d29 2018-10-06 04:15:33,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764977931976s 2018-10-06 04:15:33,846 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 04:15:33,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 04:15:33,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"role": {"name": "Member"}}' 2018-10-06 04:15:33,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84870dd9-2131-4871-8455-149c5d7346cf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}} 2018-10-06 04:15:33,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-84870dd9-2131-4871-8455-149c5d7346cf 2018-10-06 04:15:33,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100319862366s 2018-10-06 04:15:33,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45dfcaf5-f694-49fc-812d-250011a46f86 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "domain_id": null, "name": "Member", "id": "a2b57df996f9415a93284a105f316f1d"}} 2018-10-06 04:15:34,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d used request id req-45dfcaf5-f694-49fc-812d-250011a46f86 2018-10-06 04:15:34,028 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d'}, 'domain_id': None, 'human_id': None, 'id': u'a2b57df996f9415a93284a105f316f1d', 'HUMAN_ID': False}) 2018-10-06 04:15:34,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:34,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788a586d-e816-45a3-877f-03805bf83ff2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:34,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-788a586d-e816-45a3-877f-03805bf83ff2 2018-10-06 04:15:34,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0853109359741s 2018-10-06 04:15:34,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:15:34,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf13fee-63a4-46e1-a48c-4ab0881038ba Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:15:34,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-2bf13fee-63a4-46e1-a48c-4ab0881038ba 2018-10-06 04:15:34,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.073970079422s 2018-10-06 04:15:34,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:15:34,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87f8985-275e-445c-96d6-63a4f7546dd4 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "domain_id": "default", "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:15:34,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d87f8985-275e-445c-96d6-63a4f7546dd4 2018-10-06 04:15:34,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099221944809s 2018-10-06 04:15:34,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d87f8985-275e-445c-96d6-63a4f7546dd4 2018-10-06 04:15:34,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:15:34,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ce9710-8c37-440b-a492-faf332e641d5 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da"}, "enabled": true, "id": "dd49625be7f84c248440b42faff018da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:15:34,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b3ce9710-8c37-440b-a492-faf332e641d5 2018-10-06 04:15:34,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0873219966888s 2018-10-06 04:15:34,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b3ce9710-8c37-440b-a492-faf332e641d5 2018-10-06 04:15:34,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:15:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=a2b57df996f9415a93284a105f316f1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a75e3b-8fc6-4e97-afcc-f5fb971b6726 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=a2b57df996f9415a93284a105f316f1d", "previous": null, "next": null}} 2018-10-06 04:15:34,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=a2b57df996f9415a93284a105f316f1d used request id req-36a75e3b-8fc6-4e97-afcc-f5fb971b6726 2018-10-06 04:15:34,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782639980316s 2018-10-06 04:15:34,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:15:34,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da/users/3d153d497d874d21a61814045fb3de15/roles/a2b57df996f9415a93284a105f316f1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7291bda-7d81-4bb8-abb6-c987f982d395 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:34,602 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da/users/3d153d497d874d21a61814045fb3de15/roles/a2b57df996f9415a93284a105f316f1d used request id req-c7291bda-7d81-4bb8-abb6-c987f982d395 2018-10-06 04:15:34,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.136836767197s 2018-10-06 04:15:34,604 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '4aa9c9ec-137d-48b6-8649-1e16a246c6c5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'project_id': u'dd49625be7f84c248440b42faff018da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 04:15:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:15:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:15:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:15:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:15:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:15:34,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:15:34,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:15:34,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:15:34,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:15:34,609 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'password': '4aa9c9ec-137d-48b6-8649-1e16a246c6c5', 'project_name': 'refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'dd49625be7f84c248440b42faff018da', 'project_domain_name': 'Default'} 2018-10-06 04:15:34,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:34,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d76f2d-bb84-439c-93e9-ee31052ef129 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:34,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-91d76f2d-bb84-439c-93e9-ee31052ef129 2018-10-06 04:15:34,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772111415863s 2018-10-06 04:15:34,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:34,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e9f018-d593-4992-a77a-bdb84ed910dd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:34,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a9e9f018-d593-4992-a77a-bdb84ed910dd 2018-10-06 04:15:34,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741431713104s 2018-10-06 04:15:34,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:15:34,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786252ab-52b3-4ef6-a8d6-65f20df3db9d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:15:34,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-786252ab-52b3-4ef6-a8d6-65f20df3db9d 2018-10-06 04:15:34,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0764701366425s 2018-10-06 04:15:34,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:15:34,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:34,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19cc3d23-b74b-41d2-ae85-9e77f49e5ca0 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "domain_id": "default", "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:15:34,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-19cc3d23-b74b-41d2-ae85-9e77f49e5ca0 2018-10-06 04:15:34,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964260101318s 2018-10-06 04:15:34,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-19cc3d23-b74b-41d2-ae85-9e77f49e5ca0 2018-10-06 04:15:34,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:15:34,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09273378-80af-4a3a-b564-73ae09eefe6f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da"}, "enabled": true, "id": "dd49625be7f84c248440b42faff018da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:15:35,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-09273378-80af-4a3a-b564-73ae09eefe6f 2018-10-06 04:15:35,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0723969936371s 2018-10-06 04:15:35,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-09273378-80af-4a3a-b564-73ae09eefe6f 2018-10-06 04:15:35,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:15:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed3a62b-28cd-4967-813d-7803a4c1adb0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 04:15:35,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&scope.project.id=dd49625be7f84c248440b42faff018da&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-6ed3a62b-28cd-4967-813d-7803a4c1adb0 2018-10-06 04:15:35,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0878179073334s 2018-10-06 04:15:35,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:15:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da/users/3d153d497d874d21a61814045fb3de15/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f063b547-5656-4f01-84fa-406241338f9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:35,225 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da/users/3d153d497d874d21a61814045fb3de15/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f063b547-5656-4f01-84fa-406241338f9d 2018-10-06 04:15:35,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117751836777s 2018-10-06 04:15:35,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:35,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e614397f-508c-4803-a153-e5d87350cfb2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:35,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e614397f-508c-4803-a153-e5d87350cfb2 2018-10-06 04:15:35,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0732719898224s 2018-10-06 04:15:35,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:15:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5978e09a-dcfa-4493-be03-c7684eaef86c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:15:35,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-5978e09a-dcfa-4493-be03-c7684eaef86c 2018-10-06 04:15:35,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0820481777191s 2018-10-06 04:15:35,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:15:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73529f1a-6041-43d3-89f0-23d11a9b8aaa Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "domain_id": "default", "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:15:35,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-73529f1a-6041-43d3-89f0-23d11a9b8aaa 2018-10-06 04:15:35,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962650775909s 2018-10-06 04:15:35,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-73529f1a-6041-43d3-89f0-23d11a9b8aaa 2018-10-06 04:15:35,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:15:35,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c2332d-9832-4f6f-a6d5-b02710df9244 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 04:15:35,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=3d153d497d874d21a61814045fb3de15&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default used request id req-97c2332d-9832-4f6f-a6d5-b02710df9244 2018-10-06 04:15:35,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0759949684143s 2018-10-06 04:15:35,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:15:35,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/3d153d497d874d21a61814045fb3de15/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:15:35,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:15:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50bed91c-267e-4961-a5dd-d4b096877289 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:15:35,680 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/3d153d497d874d21a61814045fb3de15/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-50bed91c-267e-4961-a5dd-d4b096877289 2018-10-06 04:15:35,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117534160614s 2018-10-06 04:15:35,681 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 04:15:38,153 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 04:15:37.788 11196 INFO rally.deployment.engine [-] Deployment d0022a88-1d8e-44f7-aa4d-3da1912403ee | Starting: Destroy cloud and free allocated resources. 2018-10-06 04:15:37.909 11196 INFO rally.deployment.engine [-] Deployment d0022a88-1d8e-44f7-aa4d-3da1912403ee | Completed: Destroy cloud and free allocated resources. 2018-10-06 04:15:37.934 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055). 2018-10-06 04:15:37.938 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 04:15:40,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 04:15:40.323 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=980412af-56e9-4e9c-bc0f-f9a69eacba38) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 980412af-56e9-4e9c-bc0f-f9a69eacba38 | 2018-10-06T04:15:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 980412af-56e9-4e9c-bc0f-f9a69eacba38 ~/.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-10-06 04:15:44,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 04:15:44,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 04:15:46,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 04:15:46.158 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a2f4305b-af0d-42f7-aa7d-fb418c8cf055). 2018-10-06 04:15:46.292 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 04:15:50,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 04:15:48.486 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 04:15:48.620 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 04:15:49.993 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a) as the default verifier for the future CLI operations. 2018-10-06 04:15:53,142 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-06 04:15:53,143 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:15:53,265 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 04:15:53,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:15:53,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b0a31b-7660-4b6f-86f3-811d4e484305 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:15:53,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04b0a31b-7660-4b6f-86f3-811d4e484305 2018-10-06 04:15:53,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:15:53,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a2b57df996f9415a93284a105f316f1d", "name": "Member"}], "expires_at": "2018-10-06T05:15:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd49625be7f84c248440b42faff018da", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dd49625be7f84c248440b42faff018da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/dd49625be7f84c248440b42faff018da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/dd49625be7f84c248440b42faff018da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/dd49625be7f84c248440b42faff018da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/dd49625be7f84c248440b42faff018da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/dd49625be7f84c248440b42faff018da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dd49625be7f84c248440b42faff018da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/dd49625be7f84c248440b42faff018da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/dd49625be7f84c248440b42faff018da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/dd49625be7f84c248440b42faff018da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/dd49625be7f84c248440b42faff018da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/dd49625be7f84c248440b42faff018da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "id": "3d153d497d874d21a61814045fb3de15"}, "audit_ids": ["CLX-uA_BQf6Mq_L7sxIsbg"], "issued_at": "2018-10-06T04:15:53.000000Z"}} 2018-10-06 04:15:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:53,664 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 04:15:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 04:15:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:15:53,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:53,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d6c0e1b2-0833-4097-b037-bd0ab69a1ae5 Date: Sat, 06 Oct 2018 04:15:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:15:53,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d6c0e1b2-0833-4097-b037-bd0ab69a1ae5 2018-10-06 04:15:53,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.192795038223s 2018-10-06 04:15:53,860 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d6c0e1b2-0833-4097-b037-bd0ab69a1ae5 2018-10-06 04:15:53,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 04:15:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}' 2018-10-06 04:15:54,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464 X-Openstack-Request-Id: req-448f505a-6aad-4519-b552-1cdcf233489a Date: Sat, 06 Oct 2018 04:15:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "5b11dbbf-4d7e-4756-9387-17e226b00464", "size": null, "self": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:54Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": null, "created_at": "2018-10-06T04:15:54Z", "protected": false} 2018-10-06 04:15:54,117 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-448f505a-6aad-4519-b552-1cdcf233489a 2018-10-06 04:15:54,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.254770040512s 2018-10-06 04:15:54,118 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-448f505a-6aad-4519-b552-1cdcf233489a returning object 5b11dbbf-4d7e-4756-9387-17e226b00464 2018-10-06 04:15:54,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 04:15:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" -d '' 2018-10-06 04:15:55,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-796c1d10-4673-4bef-b20c-20dbad843ae4 Date: Sat, 06 Oct 2018 04:15:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:15:55,338 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file used request id req-796c1d10-4673-4bef-b20c-20dbad843ae4 2018-10-06 04:15:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21920490265s 2018-10-06 04:15:55,338 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file used request id req-796c1d10-4673-4bef-b20c-20dbad843ae4 2018-10-06 04:15:55,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:15:55,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:55,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-4bd9331d-1e06-4170-8cb6-a531106fb26c Date: Sat, 06 Oct 2018 04:15:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "metadata": {}}], "file": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "5b11dbbf-4d7e-4756-9387-17e226b00464", "size": 12716032, "self": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:15:55,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4bd9331d-1e06-4170-8cb6-a531106fb26c 2018-10-06 04:15:55,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17899107933s 2018-10-06 04:15:55,518 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4bd9331d-1e06-4170-8cb6-a531106fb26c 2018-10-06 04:15:55,520 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file', 'owner': u'dd49625be7f84c248440b42faff018da', 'id': u'5b11dbbf-4d7e-4756-9387-17e226b00464', 'size': 12716032, u'self': u'/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd49625be7f84c248440b42faff018da', 'name': 'refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T04:15:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T04:15:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'created': u'2018-10-06T04:15:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T04:15:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 04:15:55,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 04:15:55,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 04:15:55,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15: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-3cf27866-b15f-4b8e-b319-c9557e70a5db x-compute-request-id: req-3cf27866-b15f-4b8e-b319-c9557e70a5db Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fca014b-7d9e-4865-b2c5-05e6c942783d", "name": "refstack_defcore-flavor_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:15:55,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3cf27866-b15f-4b8e-b319-c9557e70a5db 2018-10-06 04:15:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.27797293663s 2018-10-06 04:15:55,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3cf27866-b15f-4b8e-b319-c9557e70a5db returning object 4fca014b-7d9e-4865-b2c5-05e6c942783d 2018-10-06 04:15:55,800 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', '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'43b0e43720f24df1860fcd99772e846d', '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'4fca014b-7d9e-4865-b2c5-05e6c942783d', 'swap': 0}) 2018-10-06 04:15:55,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 04:15:55,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"extra_specs": {}}' 2018-10-06 04:15:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15: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-1258b2ec-48cf-4432-a5d1-1de0d3641314 x-compute-request-id: req-1258b2ec-48cf-4432-a5d1-1de0d3641314 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 04:15:55,823 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d/os-extra_specs used request id req-1258b2ec-48cf-4432-a5d1-1de0d3641314 2018-10-06 04:15:55,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217041969299s 2018-10-06 04:15:55,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d/os-extra_specs used request id req-1258b2ec-48cf-4432-a5d1-1de0d3641314 2018-10-06 04:15:55,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:15:55,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:55,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:15:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:15:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:55,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9db6e86-74a7-4c25-a74b-0bcaa536dd03 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:15:55,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c9db6e86-74a7-4c25-a74b-0bcaa536dd03 2018-10-06 04:15:55,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0900897979736s 2018-10-06 04:15:55,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 04:15:55,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:56,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:15: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-d51726f4-2521-4916-874a-0ac44a82aa94 x-compute-request-id: req-d51726f4-2521-4916-874a-0ac44a82aa94 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 04:15:56,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-d51726f4-2521-4916-874a-0ac44a82aa94 2018-10-06 04:15:56,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.181209087372s 2018-10-06 04:15:56,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-d51726f4-2521-4916-874a-0ac44a82aa94 2018-10-06 04:15:56,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:15:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:56,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-4df0b6e7-4aca-4fda-94c7-65891ddcdd7c Date: Sat, 06 Oct 2018 04:15:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "metadata": {}}], "file": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "5b11dbbf-4d7e-4756-9387-17e226b00464", "size": 12716032, "self": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:15:56,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4df0b6e7-4aca-4fda-94c7-65891ddcdd7c 2018-10-06 04:15:56,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246450901031s 2018-10-06 04:15:56,126 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4df0b6e7-4aca-4fda-94c7-65891ddcdd7c 2018-10-06 04:15:56,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 04:15:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}' 2018-10-06 04:15:56,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0 X-Openstack-Request-Id: req-2b1f0c55-fa6e-49f9-a5f8-e6ab3eba401a Date: Sat, 06 Oct 2018 04:15:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "27e2049c-5da1-497e-80b9-4415d6283fe0", "size": null, "self": "/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:56Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": null, "created_at": "2018-10-06T04:15:56Z", "protected": false} 2018-10-06 04:15:56,320 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2b1f0c55-fa6e-49f9-a5f8-e6ab3eba401a 2018-10-06 04:15:56,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.193233013153s 2018-10-06 04:15:56,321 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2b1f0c55-fa6e-49f9-a5f8-e6ab3eba401a returning object 27e2049c-5da1-497e-80b9-4415d6283fe0 2018-10-06 04:15:56,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 04:15:56,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" -d '' 2018-10-06 04:15:57,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4a71a3c-9f8c-49d5-a257-d10e53e0e06d Date: Sat, 06 Oct 2018 04:15:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:15:57,721 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file used request id req-e4a71a3c-9f8c-49d5-a257-d10e53e0e06d 2018-10-06 04:15:57,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39930105209s 2018-10-06 04:15:57,722 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file used request id req-e4a71a3c-9f8c-49d5-a257-d10e53e0e06d 2018-10-06 04:15:57,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:15:57,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:15:57,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-43e016ba-03bf-45e8-8cb7-c54e8603958c Date: Sat, 06 Oct 2018 04:15:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/27e2049c-5da1-497e-80b9-4415d6283fe0/snap", "metadata": {}}], "file": "/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "27e2049c-5da1-497e-80b9-4415d6283fe0", "size": 12716032, "self": "/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/27e2049c-5da1-497e-80b9-4415d6283fe0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:57Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:15:56Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "metadata": {}}], "file": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "5b11dbbf-4d7e-4756-9387-17e226b00464", "size": 12716032, "self": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:15:57,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43e016ba-03bf-45e8-8cb7-c54e8603958c 2018-10-06 04:15:57,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182492017746s 2018-10-06 04:15:57,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43e016ba-03bf-45e8-8cb7-c54e8603958c 2018-10-06 04:15:57,908 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/27e2049c-5da1-497e-80b9-4415d6283fe0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0/file', 'owner': u'dd49625be7f84c248440b42faff018da', 'id': u'27e2049c-5da1-497e-80b9-4415d6283fe0', 'size': 12716032, u'self': u'/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd49625be7f84c248440b42faff018da', 'name': 'refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/27e2049c-5da1-497e-80b9-4415d6283fe0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T04:15:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T04:15:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', 'created': u'2018-10-06T04:15:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T04:15:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 04:15:57,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 04:15:57,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 04:15:57,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-a23e2645-92d7-4e1a-aa91-54b846cb603b x-compute-request-id: req-a23e2645-92d7-4e1a-aa91-54b846cb603b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "name": "refstack_defcore-flavor_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:15:57,964 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a23e2645-92d7-4e1a-aa91-54b846cb603b 2018-10-06 04:15:57,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0553119182587s 2018-10-06 04:15:57,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a23e2645-92d7-4e1a-aa91-54b846cb603b returning object bf8cd480-b37f-40fc-abf2-b090e7ea6f93 2018-10-06 04:15:57,965 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', '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'43b0e43720f24df1860fcd99772e846d', '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'bf8cd480-b37f-40fc-abf2-b090e7ea6f93', 'swap': 0}) 2018-10-06 04:15:57,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 04:15:57,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" -d '{"extra_specs": {}}' 2018-10-06 04:15:57,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-39339a5c-6ccc-4b19-8b51-194470c87884 x-compute-request-id: req-39339a5c-6ccc-4b19-8b51-194470c87884 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 04:15:57,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93/os-extra_specs used request id req-39339a5c-6ccc-4b19-8b51-194470c87884 2018-10-06 04:15:57,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208911895752s 2018-10-06 04:15:57,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93/os-extra_specs used request id req-39339a5c-6ccc-4b19-8b51-194470c87884 2018-10-06 04:15:57,988 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac', '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'43b0e43720f24df1860fcd99772e846d', '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'bf8cd480-b37f-40fc-abf2-b090e7ea6f93', 'swap': 0}) 2018-10-06 04:16:01,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 04:16:00.103 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a) for deployment 'opnfv-rally' (UUID=980412af-56e9-4e9c-bc0f-f9a69eacba38). 2018-10-06 04:16:01.422 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 04:16:01.425 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a) has been successfully configured for deployment 'opnfv-rally' (UUID=980412af-56e9-4e9c-bc0f-f9a69eacba38)! 2018-10-06 04:16:01,581 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 04:16:01,581 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 04:16:01,584 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 04:16:07,704 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-10-06 04:16:07,704 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-10-06 04:16:07,705 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-10-06 04:16:07,706 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-10-06 04:16:07,707 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-10-06 04:16:07,708 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-06 04:16:07,709 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-06 04:16:07,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 04:16:07,726 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 04:16:07,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-10-06 04:16:09,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:09.798 11239 INFO rally.api [-] Starting verification (UUID=d83590dd-63f7-40a6-b060-a329f2beda5f) for deployment 'opnfv-rally' (UUID=980412af-56e9-4e9c-bc0f-f9a69eacba38) by verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a). 2018-10-06 04:16:09,800 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d83590dd-63f7-40a6-b060-a329f2beda5f 2018-10-06 04:16:16,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:16.671 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.194s] 2018-10-06 04:16:16,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:16.730 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2018-10-06 04:16:19,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:19.007 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.561s] 2018-10-06 04:16:20,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:20.188 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.225s] 2018-10-06 04:16:29,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:29.464 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.089s] 2018-10-06 04:16:33,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:33.845 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.831s] 2018-10-06 04:16:36,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.060 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2018-10-06 04:16:36,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.071 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-06 04:16:36,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.232 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.160s] 2018-10-06 04:16:36,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.246 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-10-06 04:16:36,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.261 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2018-10-06 04:16:36,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.291 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-10-06 04:16:36,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.362 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.069s] 2018-10-06 04:16:36,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.424 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-10-06 04:16:36,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.570 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.145s] 2018-10-06 04:16:36,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.584 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-06 04:16:36,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:36.651 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-10-06 04:16:43,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:43.025 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-10-06 04:16:43,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:43.276 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-10-06 04:16:46,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:46.909 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.630s] 2018-10-06 04:16:47,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:47.097 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2018-10-06 04:16:47,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:47.174 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-10-06 04:16:47,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:47.245 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-10-06 04:16:51,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:51.026 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.155s] 2018-10-06 04:16:51,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:51.184 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.158s] 2018-10-06 04:16:51,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:51.206 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [25.534s] 2018-10-06 04:16:51,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:51.681 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.836s] 2018-10-06 04:16:52,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:52.015 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.828s] 2018-10-06 04:16:52,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:52.177 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.162s] 2018-10-06 04:16:52,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:52.234 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.031s] 2018-10-06 04:16:52,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:16:52.350 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.173s] 2018-10-06 04:17:00,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:00.200 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [8.518s] 2018-10-06 04:17:01,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:01.805 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.908s] 2018-10-06 04:17:06,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:06.160 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.354s] 2018-10-06 04:17:10,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:10.233 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.072s] 2018-10-06 04:17:14,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:14.895 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.661s] 2018-10-06 04:17:15,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:15.013 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.656s] 2018-10-06 04:17:15,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:15.871 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.855s] 2018-10-06 04:17:16,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:16.372 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.501s] 2018-10-06 04:17:16,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:16.885 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.511s] 2018-10-06 04:17:17,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.534 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.649s] 2018-10-06 04:17:17,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.603 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-10-06 04:17:17,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.684 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-10-06 04:17:17,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.786 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.101s] 2018-10-06 04:17:17,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.850 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-10-06 04:17:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:17.914 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-10-06 04:17:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:18.065 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.150s] 2018-10-06 04:17:18,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:18.317 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.422s] 2018-10-06 04:17:21,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:21.650 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.331s] 2018-10-06 04:17:26,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:26.084 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.433s] 2018-10-06 04:17:32,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:32.449 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.364s] 2018-10-06 04:17:34,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:34.886 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.406s] 2018-10-06 04:17:34,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:34.955 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-10-06 04:17:35,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:35.667 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.712s] 2018-10-06 04:17:35,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:35.764 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-10-06 04:17:35,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:35.766 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-06 04:17:37,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.082 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.632s] 2018-10-06 04:17:37,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.368 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.287s] 2018-10-06 04:17:37,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.612 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.243s] 2018-10-06 04:17:37,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.662 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.049s] 2018-10-06 04:17:37,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.739 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.077s] 2018-10-06 04:17:38,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:37.999 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.259s] 2018-10-06 04:17:38,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:38.090 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.091s] 2018-10-06 04:17:38,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:38.166 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2018-10-06 04:17:38,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:38.745 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.578s] 2018-10-06 04:17:43,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:43.624 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.877s] 2018-10-06 04:17:50,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:50.920 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.179s] 2018-10-06 04:17:52,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:52.405 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.483s] 2018-10-06 04:17:53,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:53.750 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.345s] 2018-10-06 04:17:54,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:54.622 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.870s] 2018-10-06 04:17:56,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:56.313 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.691s] 2018-10-06 04:17:57,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:57.768 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.451s] 2018-10-06 04:17:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.174 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.408s] 2018-10-06 04:17:59,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.483 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.310s] 2018-10-06 04:17:59,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.654 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.171s] 2018-10-06 04:17:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.673 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-10-06 04:17:59,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.691 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-06 04:17:59,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:17:59.800 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [59.587s] 2018-10-06 04:18:04,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:04.457 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.336s] 2018-10-06 04:18:04,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:04.849 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.393s] 2018-10-06 04:18:06,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:06.067 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.481s] 2018-10-06 04:18:07,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:07.515 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.448s] 2018-10-06 04:18:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:18.444 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.710s] 2018-10-06 04:18:18,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:18.518 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-10-06 04:18:19,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:19.033 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.515s] 2018-10-06 04:18:19,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:19.196 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.163s] 2018-10-06 04:18:19,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:19.199 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-06 04:18:21,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:21.425 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.199s] 2018-10-06 04:18:24,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:24.641 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.668s] 2018-10-06 04:18:28,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:28.051 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.623s] 2018-10-06 04:18:30,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:30.519 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [5.880s] 2018-10-06 04:18:46,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:46.300 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.033s] 2018-10-06 04:18:46,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:46.526 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.225s] 2018-10-06 04:18:46,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:46.740 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.213s] 2018-10-06 04:18:47,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:47.256 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.515s] 2018-10-06 04:18:47,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:47.669 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.412s] 2018-10-06 04:18:48,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:48.054 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.385s] 2018-10-06 04:18:54,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:54.147 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.113s] 2018-10-06 04:18:56,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:18:56.204 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.057s] 2018-10-06 04:19:02,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:02.551 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.024s] 2018-10-06 04:19:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:04.565 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.018s] 2018-10-06 04:19:06,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:06.081 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.516s] 2018-10-06 04:19:10,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:10.100 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.013s] 2018-10-06 04:19:10,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:10.825 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.729s] 2018-10-06 04:19:12,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:12.551 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.724s] 2018-10-06 04:19:13,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:13.776 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.226s] 2018-10-06 04:19:15,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:15.445 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.666s] 2018-10-06 04:19:15,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:15.494 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2018-10-06 04:19:18,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:18.717 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.156s] 2018-10-06 04:19:19,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:19.373 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.820s] 2018-10-06 04:19:24,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:24.800 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.886s] 2018-10-06 04:19:25,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:25.515 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.714s] 2018-10-06 04:19:46,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:46.046 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.747s] 2018-10-06 04:19:46,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:46.939 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.892s] 2018-10-06 04:19:47,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:47.825 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.885s] 2018-10-06 04:19:48,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:48.592 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.767s] 2018-10-06 04:19:49,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:49.483 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.889s] 2018-10-06 04:19:50,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:50.248 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.764s] 2018-10-06 04:19:50,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:50.780 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.532s] 2018-10-06 04:19:51,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:51.149 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.368s] 2018-10-06 04:19:51,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:51.688 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.538s] 2018-10-06 04:19:52,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:52.762 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.073s] 2018-10-06 04:19:53,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:53.461 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.698s] 2018-10-06 04:19:54,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:53.999 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.538s] 2018-10-06 04:19:54,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:54.532 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.532s] 2018-10-06 04:19:55,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:55.453 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.919s] 2018-10-06 04:19:55,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:55.697 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.244s] 2018-10-06 04:19:56,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:56.217 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.520s] 2018-10-06 04:19:56,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:56.883 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.665s] 2018-10-06 04:19:57,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:57.391 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.506s] 2018-10-06 04:19:59,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:19:59.275 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [33.752s] 2018-10-06 04:20:04,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:04.544 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.108s] 2018-10-06 04:20:12,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:12.610 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.217s] 2018-10-06 04:20:12,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:12.685 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.135s] 2018-10-06 04:20:13,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:13.115 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.505s] 2018-10-06 04:20:17,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:17.758 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.073s] 2018-10-06 04:20:17,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:17.923 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [119.908s] 2018-10-06 04:20:20,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:20.171 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.412s] 2018-10-06 04:20:20,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:20.260 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.089s] 2018-10-06 04:20:20,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:20.316 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.056s] 2018-10-06 04:20:20,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:20.508 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.191s] 2018-10-06 04:20:20,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:20.554 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-10-06 04:20:26,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:26.201 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.165s] 2018-10-06 04:20:37,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:37.169 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.488s] 2018-10-06 04:20:46,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:46.701 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.769s] 2018-10-06 04:20:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:20:48.214 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.043s] 2018-10-06 04:21:01,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:01.780 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.563s] 2018-10-06 04:21:03,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:03.566 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-10-06 04:21:17,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:17.645 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.180s] 2018-10-06 04:21:17,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:17.803 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.158s] 2018-10-06 04:21:18,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:18.375 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.570s] 2018-10-06 04:21:18,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:18.487 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.113s] 2018-10-06 04:21:18,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:18.727 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.239s] 2018-10-06 04:21:19,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:19.084 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.355s] 2018-10-06 04:21:19,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:19.414 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.330s] 2018-10-06 04:21:19,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:19.611 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.196s] 2018-10-06 04:21:19,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:19.654 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-10-06 04:21:19,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:19.839 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.184s] 2018-10-06 04:21:32,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:32.622 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.567s] 2018-10-06 04:21:32,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:32.797 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.175s] 2018-10-06 04:21:37,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:37.937 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.406s] 2018-10-06 04:21:45,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:45.372 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.000s] 2018-10-06 04:21:46,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:46.124 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.751s] 2018-10-06 04:21:58,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:58.161 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.193s] 2018-10-06 04:21:58,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:58.199 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-10-06 04:21:58,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:58.245 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.045s] 2018-10-06 04:21:58,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:58.950 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.704s] 2018-10-06 04:21:59,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:59.045 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.094s] 2018-10-06 04:21:59,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:59.566 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.520s] 2018-10-06 04:21:59,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:59.751 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.185s] 2018-10-06 04:21:59,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:21:59.938 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.186s] 2018-10-06 04:22:00,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.132 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.193s] 2018-10-06 04:22:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.186 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.053s] 2018-10-06 04:22:00,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.227 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-10-06 04:22:00,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.303 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.075s] 2018-10-06 04:22:00,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.503 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.199s] 2018-10-06 04:22:00,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.552 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-10-06 04:22:00,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:00.605 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-10-06 04:22:07,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:07.198 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.165s] 2018-10-06 04:22:07,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:07.362 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.163s] 2018-10-06 04:22:07,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:07.551 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-10-06 04:22:07,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:07.712 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.160s] 2018-10-06 04:22:07,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:07.864 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.152s] 2018-10-06 04:22:08,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.031 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.166s] 2018-10-06 04:22:08,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.225 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.193s] 2018-10-06 04:22:08,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.260 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-10-06 04:22:08,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.269 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-06 04:22:08,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.302 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-10-06 04:22:08,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.312 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-06 04:22:08,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.498 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.185s] 2018-10-06 04:22:08,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.696 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.197s] 2018-10-06 04:22:08,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.884 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.187s] 2018-10-06 04:22:08,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.923 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-10-06 04:22:08,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.932 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-06 04:22:08,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:08.967 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-10-06 04:22:09,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:09.002 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-10-06 04:22:09,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:09.038 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.035s] 2018-10-06 04:22:09,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:22:09.070 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-10-06 04:25:23,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:25:23.115 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.189s] 2018-10-06 04:25:23,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:25:23.325 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.210s] 2018-10-06 04:25:26,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d83590dd-63f7-40a6-b060-a329f2beda5f 2018-10-06 04:25:26,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd83590dd-63f7-40a6-b060-a329f2beda5f']'. 2018-10-06 04:25:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 04:25:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 04:25:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 04:25:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d83590dd-63f7-40a6-b060-a329f2beda5f | 2018-10-06 04:25:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 04:16:09 | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 04:25:26 | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:17 | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 04:25:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 23b5305c-5838-43d6-b48a-94fb9af82a5a) | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 980412af-56e9-4e9c-bc0f-f9a69eacba38) | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 548.759 | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-06 04:25:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 04:25:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 04:25:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-06 04:25:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 04:25:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 04:25:27,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 04:25:27,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-10-06 04:25:28,181 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 04:25:28,181 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 09:35 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-06 04:25:28,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 04:25:28,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:25:29,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab8bccb0-047d-4375-a732-cc1e9c820c45 Date: Sat, 06 Oct 2018 04:25:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:25:29,809 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0 used request id req-ab8bccb0-047d-4375-a732-cc1e9c820c45 2018-10-06 04:25:29,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.62043023109s 2018-10-06 04:25:29,810 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/27e2049c-5da1-497e-80b9-4415d6283fe0 used request id req-ab8bccb0-047d-4375-a732-cc1e9c820c45 2018-10-06 04:25:29,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:25:29,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25: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-7cf40b54-6127-40f4-a268-4f129c32710c x-compute-request-id: req-7cf40b54-6127-40f4-a268-4f129c32710c Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fca014b-7d9e-4865-b2c5-05e6c942783d", "name": "refstack_defcore-flavor_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bf8cd480-b37f-40fc-abf2-b090e7ea6f93", "name": "refstack_defcore-flavor_alt_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:25:30,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7cf40b54-6127-40f4-a268-4f129c32710c 2018-10-06 04:25:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.197884082794s 2018-10-06 04:25:30,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7cf40b54-6127-40f4-a268-4f129c32710c 2018-10-06 04:25:30,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:25:30,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:30,055 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:25: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-49afb91b-a490-4ee4-80ad-74e8ad895fb4 x-compute-request-id: req-49afb91b-a490-4ee4-80ad-74e8ad895fb4 Content-Length: 0 Content-Type: application/json 2018-10-06 04:25:30,055 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93 used request id req-49afb91b-a490-4ee4-80ad-74e8ad895fb4 2018-10-06 04:25:30,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437378883362s 2018-10-06 04:25:30,056 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/bf8cd480-b37f-40fc-abf2-b090e7ea6f93 used request id req-49afb91b-a490-4ee4-80ad-74e8ad895fb4 2018-10-06 04:25:30,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:25:30,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:25:30,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-e0935dae-d58a-436e-9c30-310d1c2ccd17 Date: Sat, 06 Oct 2018 04:25:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "metadata": {}}], "file": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464/file", "owner": "dd49625be7f84c248440b42faff018da", "id": "5b11dbbf-4d7e-4756-9387-17e226b00464", "size": 12716032, "self": "/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5b11dbbf-4d7e-4756-9387-17e226b00464/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:15:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:25:30,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e0935dae-d58a-436e-9c30-310d1c2ccd17 2018-10-06 04:25:30,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.534191846848s 2018-10-06 04:25:30,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e0935dae-d58a-436e-9c30-310d1c2ccd17 2018-10-06 04:25:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 04:25:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93b10230871f0620a349ca0de273d806b07b0904" 2018-10-06 04:25:31,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecffc779-6cbd-44ea-8f42-fa2d6e417888 Date: Sat, 06 Oct 2018 04:25:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:25:31,971 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464 used request id req-ecffc779-6cbd-44ea-8f42-fa2d6e417888 2018-10-06 04:25:31,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37793397903s 2018-10-06 04:25:31,971 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5b11dbbf-4d7e-4756-9387-17e226b00464 used request id req-ecffc779-6cbd-44ea-8f42-fa2d6e417888 2018-10-06 04:25:31,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:25:31,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25: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-acc02429-5de3-4a8c-9067-dd74dcdd0b5f x-compute-request-id: req-acc02429-5de3-4a8c-9067-dd74dcdd0b5f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fca014b-7d9e-4865-b2c5-05e6c942783d", "name": "refstack_defcore-flavor_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:25:32,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-acc02429-5de3-4a8c-9067-dd74dcdd0b5f 2018-10-06 04:25:32,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0328488349915s 2018-10-06 04:25:32,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-acc02429-5de3-4a8c-9067-dd74dcdd0b5f 2018-10-06 04:25:32,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:25:32,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,055 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:25: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-51fac0f3-e43e-41e0-8fce-1ca89c9bbf96 x-compute-request-id: req-51fac0f3-e43e-41e0-8fce-1ca89c9bbf96 Content-Length: 0 Content-Type: application/json 2018-10-06 04:25:32,056 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d used request id req-51fac0f3-e43e-41e0-8fce-1ca89c9bbf96 2018-10-06 04:25:32,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0486371517181s 2018-10-06 04:25:32,056 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4fca014b-7d9e-4865-b2c5-05e6c942783d used request id req-51fac0f3-e43e-41e0-8fce-1ca89c9bbf96 2018-10-06 04:25:32,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:25:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fe4603-2a43-4e16-bb8b-855af170b65e Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac", "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "domain_id": "default", "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:25:32,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-15fe4603-2a43-4e16-bb8b-855af170b65e 2018-10-06 04:25:32,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10369515419s 2018-10-06 04:25:32,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-15fe4603-2a43-4e16-bb8b-855af170b65e 2018-10-06 04:25:32,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:25:32,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08e9326-56d9-4dc4-8201-edea0ad71e34 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15"}, "enabled": true, "id": "3d153d497d874d21a61814045fb3de15", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}} 2018-10-06 04:25:32,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 used request id req-e08e9326-56d9-4dc4-8201-edea0ad71e34 2018-10-06 04:25:32,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099555015564s 2018-10-06 04:25:32,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 used request id req-e08e9326-56d9-4dc4-8201-edea0ad71e34 2018-10-06 04:25:32,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 04:25:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44c8ed65-8b87-42c6-b844-370d500447f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:32,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 used request id req-44c8ed65-8b87-42c6-b844-370d500447f1 2018-10-06 04:25:32,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181338071823s 2018-10-06 04:25:32,449 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3d153d497d874d21a61814045fb3de15 used request id req-44c8ed65-8b87-42c6-b844-370d500447f1 2018-10-06 04:25:32,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:25:32,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f18b8f-4ee0-4745-badf-2252b36ee1a6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da"}, "enabled": true, "id": "dd49625be7f84c248440b42faff018da", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d4e73042-fe4e-4f45-bb7f-43f520ccb0ac"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:25:32,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-75f18b8f-4ee0-4745-badf-2252b36ee1a6 2018-10-06 04:25:32,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0834438800812s 2018-10-06 04:25:32,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-75f18b8f-4ee0-4745-badf-2252b36ee1a6 2018-10-06 04:25:32,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 04:25:32,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-581d27ed-e857-4e69-8589-0f23e2421426 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:32,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da used request id req-581d27ed-e857-4e69-8589-0f23e2421426 2018-10-06 04:25:32,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.143002033234s 2018-10-06 04:25:32,680 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/dd49625be7f84c248440b42faff018da used request id req-581d27ed-e857-4e69-8589-0f23e2421426 2018-10-06 04:25:32,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:32,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f0de4d6-baeb-4b06-a8c0-fbb3098c14f6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2b57df996f9415a93284a105f316f1d", "links": {"self": "http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:32,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5f0de4d6-baeb-4b06-a8c0-fbb3098c14f6 2018-10-06 04:25:32,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.090646982193s 2018-10-06 04:25:32,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 04:25:32,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:32,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-150a1f90-0207-4b41-8cad-ace4f5606991 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:32,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a2b57df996f9415a93284a105f316f1d used request id req-150a1f90-0207-4b41-8cad-ace4f5606991 2018-10-06 04:25:32,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102014064789s 2018-10-06 04:25:32,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 04:25:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=dd49625be7f84c248440b42faff018da&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8318e7c590fd5f5a7edf0b2cd10103328a327e9" 2018-10-06 04:25:33,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c70810ce-f2dd-4bdc-b754-71e4351b4920 Date: Sat, 06 Oct 2018 04:25:33 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:25:33,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=dd49625be7f84c248440b42faff018da&name=default used request id req-c70810ce-f2dd-4bdc-b754-71e4351b4920 2018-10-06 04:25:33,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177964925766s 2018-10-06 04:25:33,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=dd49625be7f84c248440b42faff018da&name=default used request id req-c70810ce-f2dd-4bdc-b754-71e4351b4920 2018-10-06 04:25:33,109 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-06 04:25:33,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:25:33,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:25:33,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:25:33,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:25:33,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:25:33,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:25:33,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc21264a-9168-4e4f-95ff-c469f07ca31f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:25:33,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bc21264a-9168-4e4f-95ff-c469f07ca31f 2018-10-06 04:25:33,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:25:33,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T05:25:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["nKqxAH4gRw2LKSljLd-ZQw"], "issued_at": "2018-10-06T04:25:33.000000Z"}} 2018-10-06 04:25:33,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 04:25:33,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:33,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2a6951ee-19eb-46c0-bc1c-bcdf8af2a7e0 Date: Sat, 06 Oct 2018 04:25:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:25:33,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2a6951ee-19eb-46c0-bc1c-bcdf8af2a7e0 2018-10-06 04:25:33,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.226442098618s 2018-10-06 04:25:33,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2a6951ee-19eb-46c0-bc1c-bcdf8af2a7e0 2018-10-06 04:25:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 04:25:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:33,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:25:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:25:33,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:33,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23544a70-7da7-468e-9730-c29fa4f07eea Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 04:25:33,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-23544a70-7da7-468e-9730-c29fa4f07eea 2018-10-06 04:25:33,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0884110927582s 2018-10-06 04:25:33,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 04:25:33,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}}' 2018-10-06 04:25:33,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:25:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4ca484b-9c91-43b7-8f00-c10a9f2c9502 Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127"}, "enabled": true, "id": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}} 2018-10-06 04:25:33,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b4ca484b-9c91-43b7-8f00-c10a9f2c9502 2018-10-06 04:25:33,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103265047073s 2018-10-06 04:25:33,994 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b4ca484b-9c91-43b7-8f00-c10a9f2c9502 2018-10-06 04:25:33,995 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98', 'id': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 04:25:33,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 04:25:34,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364563941956s 2018-10-06 04:25:34,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b633ff-ef41-4f9f-8a1c-17b1c2fcf51f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}, "domain_id": "default", "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98"}} 2018-10-06 04:25:34,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 used request id req-86b633ff-ef41-4f9f-8a1c-17b1c2fcf51f 2018-10-06 04:25:34,451 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1ffbc1b3c82843539d5c8b623b09fe89', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98'}) 2018-10-06 04:25:34,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:34,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c21bf34-dba6-40ee-8393-ac96a6f030fb Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:34,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0c21bf34-dba6-40ee-8393-ac96a6f030fb 2018-10-06 04:25:34,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842471122742s 2018-10-06 04:25:34,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be9693b-a6da-463b-9089-c700d7e1b121 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:34,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3be9693b-a6da-463b-9089-c700d7e1b121 2018-10-06 04:25:34,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837938785553s 2018-10-06 04:25:34,621 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 04:25:34,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 04:25:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"role": {"name": "Member"}}' 2018-10-06 04:25:34,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58624e00-1ba0-4a14-a17e-a8a79116d3b1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}} 2018-10-06 04:25:34,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-58624e00-1ba0-4a14-a17e-a8a79116d3b1 2018-10-06 04:25:34,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0971710681915s 2018-10-06 04:25:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b80872-da55-4c12-9537-adff68fa1133 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "domain_id": null, "name": "Member", "id": "a65ed6d664ad4942bbdb96ca2c586b56"}} 2018-10-06 04:25:34,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56 used request id req-f0b80872-da55-4c12-9537-adff68fa1133 2018-10-06 04:25:34,805 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56'}, 'domain_id': None, 'human_id': None, 'id': u'a65ed6d664ad4942bbdb96ca2c586b56', 'HUMAN_ID': False}) 2018-10-06 04:25:34,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439b6179-8385-4a0e-b55a-a489ed713deb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:34,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-439b6179-8385-4a0e-b55a-a489ed713deb 2018-10-06 04:25:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816259384155s 2018-10-06 04:25:34,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:25:34,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:34,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2ecb13-d076-4a77-b12b-5cfab10c842a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:25:34,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-7b2ecb13-d076-4a77-b12b-5cfab10c842a 2018-10-06 04:25:34,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0779421329498s 2018-10-06 04:25:34,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:25:34,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f37f3c9-031e-4510-a6d1-5d61fb943a50 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98", "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "domain_id": "default", "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:25:35,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8f37f3c9-031e-4510-a6d1-5d61fb943a50 2018-10-06 04:25:35,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191900014877s 2018-10-06 04:25:35,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8f37f3c9-031e-4510-a6d1-5d61fb943a50 2018-10-06 04:25:35,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:25:35,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830d025c-395b-4841-b90f-ecbf01f54d04 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127"}, "enabled": true, "id": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}]} 2018-10-06 04:25:35,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-830d025c-395b-4841-b90f-ecbf01f54d04 2018-10-06 04:25:35,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0870430469513s 2018-10-06 04:25:35,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-830d025c-395b-4841-b90f-ecbf01f54d04 2018-10-06 04:25:35,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:25:35,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=a65ed6d664ad4942bbdb96ca2c586b56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37496185-65b5-4370-8d23-bbc1a9ca0109 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=a65ed6d664ad4942bbdb96ca2c586b56", "previous": null, "next": null}} 2018-10-06 04:25:35,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=a65ed6d664ad4942bbdb96ca2c586b56 used request id req-37496185-65b5-4370-8d23-bbc1a9ca0109 2018-10-06 04:25:35,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0760960578918s 2018-10-06 04:25:35,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:25:35,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/a65ed6d664ad4942bbdb96ca2c586b56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ab47085-172d-4aa1-99e5-e05201dcc2f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:35,458 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/a65ed6d664ad4942bbdb96ca2c586b56 used request id req-4ab47085-172d-4aa1-99e5-e05201dcc2f6 2018-10-06 04:25:35,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125160932541s 2018-10-06 04:25:35,459 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '256075c5-c6af-4f12-86bc-cfc83d172d5b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98', 'project_id': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 04:25:35,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:25:35,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:25:35,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:25:35,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:25:35,465 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98', 'password': '256075c5-c6af-4f12-86bc-cfc83d172d5b', 'project_name': 'patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'project_domain_name': 'Default'} 2018-10-06 04:25:35,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:35,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382c1c57-fffd-4b73-8d88-9e9d612a9e6b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:35,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-382c1c57-fffd-4b73-8d88-9e9d612a9e6b 2018-10-06 04:25:35,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818099975586s 2018-10-06 04:25:35,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:35,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e265020-92dc-4858-9ed3-3808193dfe52 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:35,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6e265020-92dc-4858-9ed3-3808193dfe52 2018-10-06 04:25:35,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0748131275177s 2018-10-06 04:25:35,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:25:35,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c569516-210f-43d7-b672-027a1b98731d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:25:35,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8c569516-210f-43d7-b672-027a1b98731d 2018-10-06 04:25:35,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.084214925766s 2018-10-06 04:25:35,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:25:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40bbb149-83c0-4f7d-b41e-af770a6f700d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98", "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "domain_id": "default", "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:25:35,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-40bbb149-83c0-4f7d-b41e-af770a6f700d 2018-10-06 04:25:35,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101186037064s 2018-10-06 04:25:35,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-40bbb149-83c0-4f7d-b41e-af770a6f700d 2018-10-06 04:25:35,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:25:35,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:35,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d094b9-5453-4b2f-bfbf-d625adb2319e Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127"}, "enabled": true, "id": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}]} 2018-10-06 04:25:35,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-08d094b9-5453-4b2f-bfbf-d625adb2319e 2018-10-06 04:25:35,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760190486908s 2018-10-06 04:25:35,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-08d094b9-5453-4b2f-bfbf-d625adb2319e 2018-10-06 04:25:35,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:25:35,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4a3961-2427-4e50-840b-aeee26bbe13c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 04:25:36,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&scope.project.id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-fb4a3961-2427-4e50-840b-aeee26bbe13c 2018-10-06 04:25:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.162307024002s 2018-10-06 04:25:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:25:36,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-926f1d2e-afff-4a0d-a0b9-ac6360533659 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:36,182 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-926f1d2e-afff-4a0d-a0b9-ac6360533659 2018-10-06 04:25:36,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123599052429s 2018-10-06 04:25:36,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:36,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d7bc2d-7da1-4602-b20f-8ee2c6a6ba64 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:36,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-06d7bc2d-7da1-4602-b20f-8ee2c6a6ba64 2018-10-06 04:25:36,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073695898056s 2018-10-06 04:25:36,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:25:36,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902916b3-c6fe-4c9a-bdd6-0c191be4bd22 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:25:36,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-902916b3-c6fe-4c9a-bdd6-0c191be4bd22 2018-10-06 04:25:36,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0169517993927s 2018-10-06 04:25:36,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:25:36,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcac90d-0ca2-4de5-be74-6417c5161496 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98", "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "domain_id": "default", "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:25:36,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-edcac90d-0ca2-4de5-be74-6417c5161496 2018-10-06 04:25:36,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987899303436s 2018-10-06 04:25:36,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-edcac90d-0ca2-4de5-be74-6417c5161496 2018-10-06 04:25:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:25:36,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1f8700-a6c4-4555-84d4-d4f56be3a840 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 04:25:36,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1ffbc1b3c82843539d5c8b623b09fe89&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default used request id req-1a1f8700-a6c4-4555-84d4-d4f56be3a840 2018-10-06 04:25:36,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0754110813141s 2018-10-06 04:25:36,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:25:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:25:36,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:25:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-886485ed-5c1c-4a7f-b1cc-90a1a18a947c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:25:36,571 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/1ffbc1b3c82843539d5c8b623b09fe89/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-886485ed-5c1c-4a7f-b1cc-90a1a18a947c 2018-10-06 04:25:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114237070084s 2018-10-06 04:25:36,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 04:25:39,090 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 04:25:38.692 11291 INFO rally.deployment.engine [-] Deployment 980412af-56e9-4e9c-bc0f-f9a69eacba38 | Starting: Destroy cloud and free allocated resources. 2018-10-06 04:25:38.778 11291 INFO rally.deployment.engine [-] Deployment 980412af-56e9-4e9c-bc0f-f9a69eacba38 | Completed: Destroy cloud and free allocated resources. 2018-10-06 04:25:38.816 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a) for deployment 'opnfv-rally'. 2018-10-06 04:25:38.836 11291 INFO rally.api [-] Deleting verification (UUID=d83590dd-63f7-40a6-b060-a329f2beda5f). 2018-10-06 04:25:38.876 11291 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 04:25:38.877 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a). 2018-10-06 04:25:38.884 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 04:25:41,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 04:25:41.255 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=006200b5-1a46-4887-9151-ef7f0ae1541f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 006200b5-1a46-4887-9151-ef7f0ae1541f | 2018-10-06T04:25:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 006200b5-1a46-4887-9151-ef7f0ae1541f ~/.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-10-06 04:25:44,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 04:25:44,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 04:25:47,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 04:25:46.827 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=23b5305c-5838-43d6-b48a-94fb9af82a5a). 2018-10-06 04:25:46.954 11300 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 04:25:50,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 04:25:49.259 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 04:25:49.413 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 04:25:50.775 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1) as the default verifier for the future CLI operations. 2018-10-06 04:25:54,181 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-06 04:25:54,182 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:25:54,311 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 04:25:54,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:25:54,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fce86d-c9cd-4758-a0bb-397fd97cb884 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:25:54,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46fce86d-c9cd-4758-a0bb-397fd97cb884 2018-10-06 04:25:54,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:25:54,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "a65ed6d664ad4942bbdb96ca2c586b56", "name": "Member"}], "expires_at": "2018-10-06T05:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f29c2e2a7cd04e8e9a9b0c7b1a95e127", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98", "id": "1ffbc1b3c82843539d5c8b623b09fe89"}, "audit_ids": ["wlkin4tkSMKherLum9WW1g"], "issued_at": "2018-10-06T04:25:54.000000Z"}} 2018-10-06 04:25:54,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:54,727 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 04:25:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 04:25:54,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:25:54,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:55,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d0690e97-a9a8-469e-9af5-623e8674722a Date: Sat, 06 Oct 2018 04:25:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:25:55,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d0690e97-a9a8-469e-9af5-623e8674722a 2018-10-06 04:25:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.586763858795s 2018-10-06 04:25:55,318 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d0690e97-a9a8-469e-9af5-623e8674722a 2018-10-06 04:25:55,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 04:25:55,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98"}' 2018-10-06 04:25:55,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84 X-Openstack-Request-Id: req-95169247-2f2b-40a0-b188-a5ab3744d9bf Date: Sat, 06 Oct 2018 04:25:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "736e892a-6972-46a3-a3c8-86ca2f102b84", "size": null, "self": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:55Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": null, "created_at": "2018-10-06T04:25:55Z", "protected": false} 2018-10-06 04:25:55,567 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-95169247-2f2b-40a0-b188-a5ab3744d9bf 2018-10-06 04:25:55,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.247641086578s 2018-10-06 04:25:55,568 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-95169247-2f2b-40a0-b188-a5ab3744d9bf returning object 736e892a-6972-46a3-a3c8-86ca2f102b84 2018-10-06 04:25:55,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 04:25:55,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" -d '' 2018-10-06 04:25:57,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a958875-a45d-4b7b-a321-3085eea3f6e1 Date: Sat, 06 Oct 2018 04:25:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:25:57,451 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file used request id req-2a958875-a45d-4b7b-a321-3085eea3f6e1 2018-10-06 04:25:57,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.88238692284s 2018-10-06 04:25:57,451 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file used request id req-2a958875-a45d-4b7b-a321-3085eea3f6e1 2018-10-06 04:25:57,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:25:57,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:57,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-f0aeab47-a60e-4594-b0e1-a6135bee20e0 Date: Sat, 06 Oct 2018 04:25:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "metadata": {}}], "file": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "736e892a-6972-46a3-a3c8-86ca2f102b84", "size": 12716032, "self": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:57Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:25:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:25:57,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f0aeab47-a60e-4594-b0e1-a6135bee20e0 2018-10-06 04:25:57,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.535936832428s 2018-10-06 04:25:57,988 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f0aeab47-a60e-4594-b0e1-a6135bee20e0 2018-10-06 04:25:57,991 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap', u'metadata': Munch({})})], 'file': u'/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file', 'owner': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'id': u'736e892a-6972-46a3-a3c8-86ca2f102b84', 'size': 12716032, u'self': u'/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'name': 'patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T04:25:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T04:25:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98', 'created': u'2018-10-06T04:25:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T04:25:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 04:25:57,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 04:25:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_3a3a8446-9297-4db0-82b2-626819ddde98", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 04:25:58,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25: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-cae95017-b8f0-435c-9d25-9d8519c21b2a x-compute-request-id: req-cae95017-b8f0-435c-9d25-9d8519c21b2a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea9cc334-3e82-4473-93be-c2896375c61d", "name": "patrole-flavor_3a3a8446-9297-4db0-82b2-626819ddde98", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:25:58,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cae95017-b8f0-435c-9d25-9d8519c21b2a 2018-10-06 04:25:58,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.576362133026s 2018-10-06 04:25:58,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cae95017-b8f0-435c-9d25-9d8519c21b2a returning object ea9cc334-3e82-4473-93be-c2896375c61d 2018-10-06 04:25:58,569 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_3a3a8446-9297-4db0-82b2-626819ddde98', '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'43b0e43720f24df1860fcd99772e846d', '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'ea9cc334-3e82-4473-93be-c2896375c61d', 'swap': 0}) 2018-10-06 04:25:58,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 04:25:58,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"extra_specs": {}}' 2018-10-06 04:25:58,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25: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-3ddfacaf-0d11-4b38-a929-3c1b03f9c7f1 x-compute-request-id: req-3ddfacaf-0d11-4b38-a929-3c1b03f9c7f1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 04:25:58,596 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d/os-extra_specs used request id req-3ddfacaf-0d11-4b38-a929-3c1b03f9c7f1 2018-10-06 04:25:58,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0255019664764s 2018-10-06 04:25:58,596 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d/os-extra_specs used request id req-3ddfacaf-0d11-4b38-a929-3c1b03f9c7f1 2018-10-06 04:25:58,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:25:58,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:58,607 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:25:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:25:58,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:58,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5af27f-d0cc-4a4a-8cba-b038df01b62b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:25:58,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca5af27f-d0cc-4a4a-8cba-b038df01b62b 2018-10-06 04:25:58,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0895521640778s 2018-10-06 04:25:58,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 04:25:58,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:58,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:25: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-444f1758-35f9-498e-b71b-cb4217cef8e8 x-compute-request-id: req-444f1758-35f9-498e-b71b-cb4217cef8e8 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 04:25:58,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-444f1758-35f9-498e-b71b-cb4217cef8e8 2018-10-06 04:25:58,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182385921478s 2018-10-06 04:25:58,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-444f1758-35f9-498e-b71b-cb4217cef8e8 2018-10-06 04:25:58,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:25:58,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:25:59,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-73f70af5-8ffa-452e-aa9b-0ec5ff5f51fc Date: Sat, 06 Oct 2018 04:25:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "metadata": {}}], "file": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "736e892a-6972-46a3-a3c8-86ca2f102b84", "size": 12716032, "self": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:57Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:25:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:25:59,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-73f70af5-8ffa-452e-aa9b-0ec5ff5f51fc 2018-10-06 04:25:59,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.237309932709s 2018-10-06 04:25:59,116 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-73f70af5-8ffa-452e-aa9b-0ec5ff5f51fc 2018-10-06 04:25:59,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 04:25:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98"}' 2018-10-06 04:25:59,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c X-Openstack-Request-Id: req-83c94fe4-6f3c-4ade-a83a-47c6e3a4354c Date: Sat, 06 Oct 2018 04:25:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "57195dcc-f8ab-4070-b05c-b3baa70d8e1c", "size": null, "self": "/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:59Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": null, "created_at": "2018-10-06T04:25:59Z", "protected": false} 2018-10-06 04:25:59,711 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-83c94fe4-6f3c-4ade-a83a-47c6e3a4354c 2018-10-06 04:25:59,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.593092918396s 2018-10-06 04:25:59,712 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-83c94fe4-6f3c-4ade-a83a-47c6e3a4354c returning object 57195dcc-f8ab-4070-b05c-b3baa70d8e1c 2018-10-06 04:25:59,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 04:25:59,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" -d '' 2018-10-06 04:26:00,732 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0f52ef8-5050-48d6-ada4-a1476b49f774 Date: Sat, 06 Oct 2018 04:26:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:26:00,732 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file used request id req-b0f52ef8-5050-48d6-ada4-a1476b49f774 2018-10-06 04:26:00,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.01921200752s 2018-10-06 04:26:00,732 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file used request id req-b0f52ef8-5050-48d6-ada4-a1476b49f774 2018-10-06 04:26:00,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:26:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:26:00,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-1190c934-7c4f-4203-becf-e039b6e1c2b7 Date: Sat, 06 Oct 2018 04:26:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/snap", "metadata": {}}], "file": "/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "57195dcc-f8ab-4070-b05c-b3baa70d8e1c", "size": 12716032, "self": "/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:26:00Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:25:59Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "metadata": {}}], "file": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "736e892a-6972-46a3-a3c8-86ca2f102b84", "size": 12716032, "self": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:57Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:25:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:26:00,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1190c934-7c4f-4203-becf-e039b6e1c2b7 2018-10-06 04:26:00,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265510082245s 2018-10-06 04:26:00,760 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1190c934-7c4f-4203-becf-e039b6e1c2b7 2018-10-06 04:26:00,763 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/file', 'owner': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'id': u'57195dcc-f8ab-4070-b05c-b3baa70d8e1c', 'size': 12716032, u'self': u'/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f29c2e2a7cd04e8e9a9b0c7b1a95e127', 'name': 'patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T04:26:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T04:26:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98', 'created': u'2018-10-06T04:25:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T04:25:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a3a8446-9297-4db0-82b2-626819ddde98', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 04:26:00,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 04:26:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 04:26:00,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:26: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-48ab5231-31aa-4422-99f7-47eafb101edd x-compute-request-id: req-48ab5231-31aa-4422-99f7-47eafb101edd Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "name": "patrole-flavor_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:26:00,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-48ab5231-31aa-4422-99f7-47eafb101edd 2018-10-06 04:26:00,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0567879676819s 2018-10-06 04:26:00,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-48ab5231-31aa-4422-99f7-47eafb101edd returning object 36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf 2018-10-06 04:26:00,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a3a8446-9297-4db0-82b2-626819ddde98', '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'43b0e43720f24df1860fcd99772e846d', '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'36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf', 'swap': 0}) 2018-10-06 04:26:00,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 04:26:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" -d '{"extra_specs": {}}' 2018-10-06 04:26:00,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:26: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-384a96c6-1520-4088-b42f-600ca452c2b9 x-compute-request-id: req-384a96c6-1520-4088-b42f-600ca452c2b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 04:26:00,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf/os-extra_specs used request id req-384a96c6-1520-4088-b42f-600ca452c2b9 2018-10-06 04:26:00,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215878486633s 2018-10-06 04:26:00,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf/os-extra_specs used request id req-384a96c6-1520-4088-b42f-600ca452c2b9 2018-10-06 04:26:00,845 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a3a8446-9297-4db0-82b2-626819ddde98', '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'43b0e43720f24df1860fcd99772e846d', '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'36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf', 'swap': 0}) 2018-10-06 04:26:04,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 04:26:02.994 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1) for deployment 'opnfv-rally' (UUID=006200b5-1a46-4887-9151-ef7f0ae1541f). 2018-10-06 04:26:03.854 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 04:26:03.857 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1) has been successfully configured for deployment 'opnfv-rally' (UUID=006200b5-1a46-4887-9151-ef7f0ae1541f)! 2018-10-06 04:26:04,037 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 04:26:04,037 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 04:26:04,039 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 04:26:04,054 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 04:26:08,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2f1f395f-beed-4b85-88db-ae8461bd3cd1/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-10-06 04:26:08,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 04:26:08,203 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 04:26:08,204 - 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-10-06 04:26:10,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 04:26:10.377 11331 INFO rally.api [-] Starting verification (UUID=91c79d51-033a-46d2-b566-a38f6c12ffb7) for deployment 'opnfv-rally' (UUID=006200b5-1a46-4887-9151-ef7f0ae1541f) by verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1). 2018-10-06 04:26:10,378 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 91c79d51-033a-46d2-b566-a38f6c12ffb7 2018-10-06 04:28:36,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 91c79d51-033a-46d2-b566-a38f6c12ffb7 2018-10-06 04:28:36,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '91c79d51-033a-46d2-b566-a38f6c12ffb7']'. 2018-10-06 04:28:37,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 04:28:37,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 04:28:37,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 04:28:37,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 91c79d51-033a-46d2-b566-a38f6c12ffb7 | 2018-10-06 04:28:37,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 04:26:10 | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 04:28:35 | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:25 | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2f1f395f-beed-4b85-88db-ae8461bd3cd1) | 2018-10-06 04:28:37,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 006200b5-1a46-4887-9151-ef7f0ae1541f) | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 137.232 | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-10-06 04:28:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 04:28:37,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 04:28:37,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-06 04:28:37,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 04:28:37,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 04:28:37,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 04:28:37,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-06 04:28:37,815 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 04:28:37,815 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 04:28:37,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 04:28:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:28:38,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec9b34c1-cb78-43e5-8d27-4b966310e27d Date: Sat, 06 Oct 2018 04:28:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:28:38,689 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c used request id req-ec9b34c1-cb78-43e5-8d27-4b966310e27d 2018-10-06 04:28:38,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.870090007782s 2018-10-06 04:28:38,689 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/57195dcc-f8ab-4070-b05c-b3baa70d8e1c used request id req-ec9b34c1-cb78-43e5-8d27-4b966310e27d 2018-10-06 04:28:38,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:28:38,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:38,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28: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-5bd7ffd9-9604-4fd7-a5b4-d26eb06bb16f x-compute-request-id: req-5bd7ffd9-9604-4fd7-a5b4-d26eb06bb16f Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf", "name": "patrole-flavor_alt_3a3a8446-9297-4db0-82b2-626819ddde98", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea9cc334-3e82-4473-93be-c2896375c61d", "name": "patrole-flavor_3a3a8446-9297-4db0-82b2-626819ddde98", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:28:38,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5bd7ffd9-9604-4fd7-a5b4-d26eb06bb16f 2018-10-06 04:28:38,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0322341918945s 2018-10-06 04:28:38,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5bd7ffd9-9604-4fd7-a5b4-d26eb06bb16f 2018-10-06 04:28:38,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:28:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:38,768 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:28: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-4dd7fbc0-9310-4445-9dbd-da3e21ef0817 x-compute-request-id: req-4dd7fbc0-9310-4445-9dbd-da3e21ef0817 Content-Length: 0 Content-Type: application/json 2018-10-06 04:28:38,768 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf used request id req-4dd7fbc0-9310-4445-9dbd-da3e21ef0817 2018-10-06 04:28:38,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436131954193s 2018-10-06 04:28:38,768 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/36b2aaf0-d313-4fdd-8e48-14fbc8d08ecf used request id req-4dd7fbc0-9310-4445-9dbd-da3e21ef0817 2018-10-06 04:28:38,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 04:28:38,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:28:38,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-291c7319-b9dd-461a-8364-959dd165f95f Date: Sat, 06 Oct 2018 04:28:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "metadata": {}}], "file": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84/file", "owner": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "id": "736e892a-6972-46a3-a3c8-86ca2f102b84", "size": 12716032, "self": "/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/736e892a-6972-46a3-a3c8-86ca2f102b84/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T04:25:57Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3a3a8446-9297-4db0-82b2-626819ddde98", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T04:25:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 04:28:38,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-291c7319-b9dd-461a-8364-959dd165f95f 2018-10-06 04:28:38,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193104982376s 2018-10-06 04:28:38,962 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-291c7319-b9dd-461a-8364-959dd165f95f 2018-10-06 04:28:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 04:28:38,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}184cf773397e65a1b9c61336504f03368571b4f4" 2018-10-06 04:28:40,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1256b19-84c1-4e91-b561-e9ba7843168f Date: Sat, 06 Oct 2018 04:28:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:28:40,109 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84 used request id req-f1256b19-84c1-4e91-b561-e9ba7843168f 2018-10-06 04:28:40,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14541387558s 2018-10-06 04:28:40,109 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/736e892a-6972-46a3-a3c8-86ca2f102b84 used request id req-f1256b19-84c1-4e91-b561-e9ba7843168f 2018-10-06 04:28:40,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 04:28:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28: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-5fd3edb3-a1b2-4ef2-a302-601ffb366452 x-compute-request-id: req-5fd3edb3-a1b2-4ef2-a302-601ffb366452 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ea9cc334-3e82-4473-93be-c2896375c61d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea9cc334-3e82-4473-93be-c2896375c61d", "name": "patrole-flavor_3a3a8446-9297-4db0-82b2-626819ddde98", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 04:28:40,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5fd3edb3-a1b2-4ef2-a302-601ffb366452 2018-10-06 04:28:40,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0346369743347s 2018-10-06 04:28:40,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5fd3edb3-a1b2-4ef2-a302-601ffb366452 2018-10-06 04:28:40,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 04:28:40,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,180 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:28: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-bc1435c9-c80c-4b87-9d2e-a20d140d5537 x-compute-request-id: req-bc1435c9-c80c-4b87-9d2e-a20d140d5537 Content-Length: 0 Content-Type: application/json 2018-10-06 04:28:40,181 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d used request id req-bc1435c9-c80c-4b87-9d2e-a20d140d5537 2018-10-06 04:28:40,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0342400074005s 2018-10-06 04:28:40,181 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ea9cc334-3e82-4473-93be-c2896375c61d used request id req-bc1435c9-c80c-4b87-9d2e-a20d140d5537 2018-10-06 04:28:40,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:28:40,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2110b31-58fa-452d-be24-70e1dde55eb6 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98", "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "domain_id": "default", "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:40,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c2110b31-58fa-452d-be24-70e1dde55eb6 2018-10-06 04:28:40,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893750190735s 2018-10-06 04:28:40,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c2110b31-58fa-452d-be24-70e1dde55eb6 2018-10-06 04:28:40,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:28:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed3ac0a-e625-428a-b701-14574536000e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89"}, "enabled": true, "id": "1ffbc1b3c82843539d5c8b623b09fe89", "options": {}, "domain_id": "default", "name": "patrole-user_3a3a8446-9297-4db0-82b2-626819ddde98"}} 2018-10-06 04:28:40,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 used request id req-1ed3ac0a-e625-428a-b701-14574536000e 2018-10-06 04:28:40,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109100103378s 2018-10-06 04:28:40,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 used request id req-1ed3ac0a-e625-428a-b701-14574536000e 2018-10-06 04:28:40,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 04:28:40,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,573 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91b209f8-32b3-4a25-b6ed-dad4e06c15cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:40,573 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 used request id req-91b209f8-32b3-4a25-b6ed-dad4e06c15cb 2018-10-06 04:28:40,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.186743021011s 2018-10-06 04:28:40,574 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ffbc1b3c82843539d5c8b623b09fe89 used request id req-91b209f8-32b3-4a25-b6ed-dad4e06c15cb 2018-10-06 04:28:40,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:28:40,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657442ff-95ca-4594-8ddc-5bf413f5464b Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127"}, "enabled": true, "id": "f29c2e2a7cd04e8e9a9b0c7b1a95e127", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3a3a8446-9297-4db0-82b2-626819ddde98"}]} 2018-10-06 04:28:40,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-657442ff-95ca-4594-8ddc-5bf413f5464b 2018-10-06 04:28:40,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778779983521s 2018-10-06 04:28:40,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-657442ff-95ca-4594-8ddc-5bf413f5464b 2018-10-06 04:28:40,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 04:28:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-424e27e7-c29b-42f9-90be-30c083bd96c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:40,786 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127 used request id req-424e27e7-c29b-42f9-90be-30c083bd96c3 2018-10-06 04:28:40,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.131951093674s 2018-10-06 04:28:40,787 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f29c2e2a7cd04e8e9a9b0c7b1a95e127 used request id req-424e27e7-c29b-42f9-90be-30c083bd96c3 2018-10-06 04:28:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:40,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c3c401-72bf-4597-9b7b-b46a153f2359 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a65ed6d664ad4942bbdb96ca2c586b56", "links": {"self": "http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56"}, "name": "Member"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:40,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11c3c401-72bf-4597-9b7b-b46a153f2359 2018-10-06 04:28:40,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756258964539s 2018-10-06 04:28:40,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 04:28:40,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:40,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fe4322f-c872-42a6-9e13-032c4a0d1b1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:40,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a65ed6d664ad4942bbdb96ca2c586b56 used request id req-2fe4322f-c872-42a6-9e13-032c4a0d1b1d 2018-10-06 04:28:40,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105045080185s 2018-10-06 04:28:40,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 04:28:40,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5e6695ccd497554dface8ef12d2a79a0b70ac58" 2018-10-06 04:28:41,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3184347e-ad0d-435b-a24b-4631b5baf750 Date: Sat, 06 Oct 2018 04:28:41 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:28:41,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&name=default used request id req-3184347e-ad0d-435b-a24b-4631b5baf750 2018-10-06 04:28:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.39402794838s 2018-10-06 04:28:41,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=f29c2e2a7cd04e8e9a9b0c7b1a95e127&name=default used request id req-3184347e-ad0d-435b-a24b-4631b5baf750 2018-10-06 04:28:41,420 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-06 04:28:41,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:28:41,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:28:41,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:28:41,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:28:41,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:28:41,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:28:41,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:28:41,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:28:41,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 04:28:41,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:41,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2e9897-1ec8-4223-b034-f12e30d1c42c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:41,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7e2e9897-1ec8-4223-b034-f12e30d1c42c 2018-10-06 04:28:41,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:42,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T05:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["SsFEGj2CSpSPSf07rQGUaQ"], "issued_at": "2018-10-06T04:28:42.000000Z"}} 2018-10-06 04:28:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:42,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:42,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dffbbaf7-92cc-4d50-a30c-ff3cb3bc95b8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 04:28:42,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-dffbbaf7-92cc-4d50-a30c-ff3cb3bc95b8 2018-10-06 04:28:42,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.480881929398s 2018-10-06 04:28:42,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 04:28:42,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}}' 2018-10-06 04:28:42,574 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-575be487-019a-4007-9c2e-763267867fa9 Content-Length: 356 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:28:42,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-575be487-019a-4007-9c2e-763267867fa9 2018-10-06 04:28:42,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.120023965836s 2018-10-06 04:28:42,575 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-575be487-019a-4007-9c2e-763267867fa9 2018-10-06 04:28:42,576 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7', 'id': u'a7d6caa95069492db33f7f33bd6078c2', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 04:28:42,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 04:28:42,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350198030472s 2018-10-06 04:28:42,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8437da2f-bd94-4273-ab9e-c8c8aabf5aa2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:28:43,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d used request id req-8437da2f-bd94-4273-ab9e-c8c8aabf5aa2 2018-10-06 04:28:43,020 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8d0446c3d26f48b386d6089436a9646d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7'}) 2018-10-06 04:28:43,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:43,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db43a803-b594-4c6b-b19a-2a0ccf06df9e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:43,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-db43a803-b594-4c6b-b19a-2a0ccf06df9e 2018-10-06 04:28:43,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859131813049s 2018-10-06 04:28:43,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:43,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406c54b2-cda0-4b99-bb87-cd1c58cc3949 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:43,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-406c54b2-cda0-4b99-bb87-cd1c58cc3949 2018-10-06 04:28:43,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755100250244s 2018-10-06 04:28:43,184 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 04:28:43,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 04:28:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" -d '{"role": {"name": "Member"}}' 2018-10-06 04:28:43,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea2d8300-7613-4cee-a64b-88c714172e02 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}} 2018-10-06 04:28:43,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ea2d8300-7613-4cee-a64b-88c714172e02 2018-10-06 04:28:43,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0904929637909s 2018-10-06 04:28:43,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a91c2cc-6a1d-404d-ac27-652b8fe95f8f Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "domain_id": null, "name": "Member", "id": "82037cfb2780492ea2c39da1ada54a24"}} 2018-10-06 04:28:43,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24 used request id req-0a91c2cc-6a1d-404d-ac27-652b8fe95f8f 2018-10-06 04:28:43,291 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24'}, 'domain_id': None, 'human_id': None, 'id': u'82037cfb2780492ea2c39da1ada54a24', 'HUMAN_ID': False}) 2018-10-06 04:28:43,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:43,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a296fb2b-ec64-4c3e-9520-0d28ec2680ef Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:43,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a296fb2b-ec64-4c3e-9520-0d28ec2680ef 2018-10-06 04:28:43,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731720924377s 2018-10-06 04:28:43,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:28:43,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176d40a1-e5f5-4cde-a547-c68bc0cb40de Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:28:43,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-176d40a1-e5f5-4cde-a547-c68bc0cb40de 2018-10-06 04:28:43,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806419849396s 2018-10-06 04:28:43,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:28:43,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa52e917-4356-4db1-aeb6-9565ceb42f80 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:43,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fa52e917-4356-4db1-aeb6-9565ceb42f80 2018-10-06 04:28:43,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103302001953s 2018-10-06 04:28:43,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fa52e917-4356-4db1-aeb6-9565ceb42f80 2018-10-06 04:28:43,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:28:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55711701-a683-4a38-844d-a01a81defc95 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:28:43,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-55711701-a683-4a38-844d-a01a81defc95 2018-10-06 04:28:43,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0800528526306s 2018-10-06 04:28:43,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-55711701-a683-4a38-844d-a01a81defc95 2018-10-06 04:28:43,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:28:43,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=82037cfb2780492ea2c39da1ada54a24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17d7f44-d17f-4c1f-aa46-7ca5e8e0816c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=82037cfb2780492ea2c39da1ada54a24", "previous": null, "next": null}} 2018-10-06 04:28:43,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=82037cfb2780492ea2c39da1ada54a24 used request id req-b17d7f44-d17f-4c1f-aa46-7ca5e8e0816c 2018-10-06 04:28:43,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829269886017s 2018-10-06 04:28:43,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:28:43,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/82037cfb2780492ea2c39da1ada54a24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d552c87e-4164-4f14-a7d6-7f75b2ece5f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:43,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/82037cfb2780492ea2c39da1ada54a24 used request id req-d552c87e-4164-4f14-a7d6-7f75b2ece5f4 2018-10-06 04:28:43,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123702049255s 2018-10-06 04:28:43,848 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'f21758aa-9d97-448c-80d1-23865459f0e7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7', 'project_id': u'a7d6caa95069492db33f7f33bd6078c2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 04:28:43,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 04:28:43,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 04:28:43,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 04:28:43,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 04:28:43,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 04:28:43,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 04:28:43,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 04:28:43,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 04:28:43,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 04:28:43,853 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7', 'password': 'f21758aa-9d97-448c-80d1-23865459f0e7', 'project_name': 'snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'a7d6caa95069492db33f7f33bd6078c2', 'project_domain_name': 'Default'} 2018-10-06 04:28:43,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:43,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d5867f-10e5-477a-8ea5-5b508997b75f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:43,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-19d5867f-10e5-477a-8ea5-5b508997b75f 2018-10-06 04:28:43,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0719449520111s 2018-10-06 04:28:43,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf84f83f-a55d-4030-8e26-a7e4f4c2d50f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:44,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bf84f83f-a55d-4030-8e26-a7e4f4c2d50f 2018-10-06 04:28:44,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822379589081s 2018-10-06 04:28:44,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:28:44,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7f9677-fe82-4f2d-82d8-e4b4eabe7855 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:28:44,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-fd7f9677-fe82-4f2d-82d8-e4b4eabe7855 2018-10-06 04:28:44,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.080904006958s 2018-10-06 04:28:44,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:28:44,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b59fca5b-ec4a-4946-9152-b1f80765036d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:44,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b59fca5b-ec4a-4946-9152-b1f80765036d 2018-10-06 04:28:44,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090096950531s 2018-10-06 04:28:44,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b59fca5b-ec4a-4946-9152-b1f80765036d 2018-10-06 04:28:44,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:28:44,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b57a7f6-0ae2-4845-b00e-660bbe83d50a Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:28:44,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9b57a7f6-0ae2-4845-b00e-660bbe83d50a 2018-10-06 04:28:44,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783689022064s 2018-10-06 04:28:44,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-9b57a7f6-0ae2-4845-b00e-660bbe83d50a 2018-10-06 04:28:44,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:28:44,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601f2e47-ad97-41a8-a1d9-a8fce65b72b3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 04:28:44,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-601f2e47-ad97-41a8-a1d9-a8fce65b72b3 2018-10-06 04:28:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.079537153244s 2018-10-06 04:28:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:28:44,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-790b8a17-8bb1-49d1-af4d-1c980fcb3b52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:44,456 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-790b8a17-8bb1-49d1-af4d-1c980fcb3b52 2018-10-06 04:28:44,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112179994583s 2018-10-06 04:28:44,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:44,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799721be-8e41-4a58-9ff5-6f424d088d50 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:44,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-799721be-8e41-4a58-9ff5-6f424d088d50 2018-10-06 04:28:44,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848529338837s 2018-10-06 04:28:44,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 04:28:44,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-06 04:28:44,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a376b54-7f7d-45ef-8012-69ac532e5c88 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}} 2018-10-06 04:28:44,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8a376b54-7f7d-45ef-8012-69ac532e5c88 2018-10-06 04:28:44,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0968110561371s 2018-10-06 04:28:44,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd1b1dd-a0ca-41c4-aed7-e36a5933fcc9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 04:28:44,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-7cd1b1dd-a0ca-41c4-aed7-e36a5933fcc9 2018-10-06 04:28:44,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 04:28:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39becd44-1215-48f8-8f63-e226568e7245 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:44,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-39becd44-1215-48f8-8f63-e226568e7245 2018-10-06 04:28:44,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810959339142s 2018-10-06 04:28:44,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 04:28:44,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ed6e49-0d92-4771-8657-f3f8f93eeee2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 04:28:44,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-17ed6e49-0d92-4771-8657-f3f8f93eeee2 2018-10-06 04:28:44,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0802521705627s 2018-10-06 04:28:44,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 04:28:44,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:44,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91fe413-4825-4355-b177-d9660faf661c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:44,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c91fe413-4825-4355-b177-d9660faf661c 2018-10-06 04:28:44,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0909700393677s 2018-10-06 04:28:44,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c91fe413-4825-4355-b177-d9660faf661c 2018-10-06 04:28:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 04:28:44,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:45,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a07881-303f-4de5-9f5d-640118ff23e6 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 04:28:45,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-15a07881-303f-4de5-9f5d-640118ff23e6 2018-10-06 04:28:45,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796990394592s 2018-10-06 04:28:45,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-15a07881-303f-4de5-9f5d-640118ff23e6 2018-10-06 04:28:45,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 04:28:45,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:45,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6850201-c008-458c-8170-886d1aad2cbf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=51ace7d50ccf4fc9843e13b41c4f6a1b", "previous": null, "next": null}} 2018-10-06 04:28:45,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=8d0446c3d26f48b386d6089436a9646d&scope.project.id=a7d6caa95069492db33f7f33bd6078c2&role.id=51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-c6850201-c008-458c-8170-886d1aad2cbf 2018-10-06 04:28:45,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0911440849304s 2018-10-06 04:28:45,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 04:28:45,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 04:28:45,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b482981-3869-462f-9d4a-adaa71e25aae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:45,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2/users/8d0446c3d26f48b386d6089436a9646d/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-3b482981-3869-462f-9d4a-adaa71e25aae 2018-10-06 04:28:45,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.105314970016s 2018-10-06 04:28:45,253 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-06 04:28:45,253 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-06 04:28:45,254 - openstack_tests - INFO - OS Credentials = > 2018-10-06 04:28:45,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:45,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:45,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yuT7woQiQbOJv8b9Fg77gA"], "issued_at": "2018-10-06T04:28:45.000000Z"}} 2018-10-06 04:28:45,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328e27070e63340ea8fcf851ce73187c1221e5b8" 2018-10-06 04:28:45,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7900b06b-307e-41fb-be16-c1412adef7c4 Date: Sat, 06 Oct 2018 04:28:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:28:45,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?router%3Aexternal=True used request id req-7900b06b-307e-41fb-be16-c1412adef7c4 2018-10-06 04:28:45,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}328e27070e63340ea8fcf851ce73187c1221e5b8" 2018-10-06 04:28:46,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5ebc9438-f070-459f-85fe-4d55849b6761 Date: Sat, 06 Oct 2018 04:28:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:28:46,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-5ebc9438-f070-459f-85fe-4d55849b6761 2018-10-06 04:28:46,100 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-06 04:28:46,100 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-06 04:28:46,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:46,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["gJUxPMF0Tn-rY-3Kz8hK6A"], "issued_at": "2018-10-06T04:28:46.000000Z"}} 2018-10-06 04:28:46,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9696b7ddbc90f2829bd4b1219711e9609e4fd52" 2018-10-06 04:28:46,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaee8f82-f60e-4230-a350-c3b7e5bcc0b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:46,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eaee8f82-f60e-4230-a350-c3b7e5bcc0b0 2018-10-06 04:28:46,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:46,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:47,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["wrkS5IHgRqu_bTXakuOVbA"], "issued_at": "2018-10-06T04:28:47.000000Z"}} 2018-10-06 04:28:47,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:47,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca6a987-6144-4759-bb81-48dcc951813b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:47,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fca6a987-6144-4759-bb81-48dcc951813b 2018-10-06 04:28:47,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:47,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:47,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:47,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b273337-6467-49b4-8809-7090f77972cf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:28:47,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj used request id req-7b273337-6467-49b4-8809-7090f77972cf 2018-10-06 04:28:47,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:47,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a29a0e2f-5e32-4075-b2c6-6f7a3db50805 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:28:47,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a29a0e2f-5e32-4075-b2c6-6f7a3db50805 2018-10-06 04:28:47,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}}' 2018-10-06 04:28:47,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f1c0f59-9d2a-46e2-a86b-310129f91fd0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39"}, "enabled": true, "id": "7f62ffb392764f16908f25703bfa6f39", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}} 2018-10-06 04:28:47,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1f1c0f59-9d2a-46e2-a86b-310129f91fd0 2018-10-06 04:28:47,419 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj 2018-10-06 04:28:47,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:47,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:47,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["du4HppqURBeYv8kXIxK35Q"], "issued_at": "2018-10-06T04:28:47.000000Z"}} 2018-10-06 04:28:47,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869f3162effe5e0ae9524d82b77c4921829517b3" 2018-10-06 04:28:47,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8077fc-c2e0-412a-9e6c-9a97aa487bf1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:47,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b8077fc-c2e0-412a-9e6c-9a97aa487bf1 2018-10-06 04:28:47,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:47,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:47,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869f3162effe5e0ae9524d82b77c4921829517b3" 2018-10-06 04:28:47,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0ba6d5-a0df-4ab6-99da-9e4a0810ce0b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:47,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2f0ba6d5-a0df-4ab6-99da-9e4a0810ce0b 2018-10-06 04:28:47,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869f3162effe5e0ae9524d82b77c4921829517b3" 2018-10-06 04:28:48,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc8bff8-79ac-4d5c-8e75-cbab246b9175 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39"}, "enabled": true, "id": "7f62ffb392764f16908f25703bfa6f39", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}]} 2018-10-06 04:28:48,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj used request id req-ddc8bff8-79ac-4d5c-8e75-cbab246b9175 2018-10-06 04:28:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869f3162effe5e0ae9524d82b77c4921829517b3" 2018-10-06 04:28:48,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a316ca0e-e06e-49ab-8bbb-9ac159478b71 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:28:48,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a316ca0e-e06e-49ab-8bbb-9ac159478b71 2018-10-06 04:28:48,496 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-user 2018-10-06 04:28:48,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:48,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:48,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351126c6-2bc9-4b19-afac-a915241f0b60 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:48,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-351126c6-2bc9-4b19-afac-a915241f0b60 2018-10-06 04:28:48,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" -d '{"role": {"name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role"}}' 2018-10-06 04:28:48,694 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56ae1a88-8fde-4705-9ee4-f2900d8672d5 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5bc92080e094b309ca9f29daa51d351", "links": {"self": "http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351"}, "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role"}} 2018-10-06 04:28:48,694 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-56ae1a88-8fde-4705-9ee4-f2900d8672d5 2018-10-06 04:28:48,694 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role 2018-10-06 04:28:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:48,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b44820e-0ded-40b1-8caf-c6bb6b3947cc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351"}, "domain_id": null, "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role", "id": "b5bc92080e094b309ca9f29daa51d351"}} 2018-10-06 04:28:48,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351 used request id req-2b44820e-0ded-40b1-8caf-c6bb6b3947cc 2018-10-06 04:28:48,786 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role to project CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj 2018-10-06 04:28:48,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39/users/0c061c28ff8d44639ab7b505e1f8f58a/roles/b5bc92080e094b309ca9f29daa51d351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:48,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76467786-611d-4a3e-8850-e0b5e97ebb57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:48,924 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39/users/0c061c28ff8d44639ab7b505e1f8f58a/roles/b5bc92080e094b309ca9f29daa51d351 used request id req-76467786-611d-4a3e-8850-e0b5e97ebb57 2018-10-06 04:28:48,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:48,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:49,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5bc92080e094b309ca9f29daa51d351", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role"}], "expires_at": "2018-10-06T05:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f62ffb392764f16908f25703bfa6f39", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-user", "id": "0c061c28ff8d44639ab7b505e1f8f58a"}, "audit_ids": ["jGz_5t6tS2W9ABVXQ35jmw"], "issued_at": "2018-10-06T04:28:49.000000Z"}} 2018-10-06 04:28:49,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:49,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51eae99a-4894-446e-9a4a-d97a77ab0af8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:49,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-51eae99a-4894-446e-9a4a-d97a77ab0af8 2018-10-06 04:28:49,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:49,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ce6143da-9b11-4bdb-800e-79bf57bbcbd0 Date: Sat, 06 Oct 2018 04:28:49 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:28:49,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name&description=hello+group used request id req-ce6143da-9b11-4bdb-800e-79bf57bbcbd0 2018-10-06 04:28:49,780 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name... 2018-10-06 04:28:49,781 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name 2018-10-06 04:28:49,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" -d '{"security_group": {"name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name", "description": "hello group"}}' 2018-10-06 04:28:50,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d1610be5-448c-4cad-ad8e-2861c471040d Date: Sat, 06 Oct 2018 04:28:50 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 2, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}} 2018-10-06 04:28:50,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-d1610be5-448c-4cad-ad8e-2861c471040d 2018-10-06 04:28:50,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:50,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-096bda3a-dad6-4294-bfe3-fe4e6c5f2d34 Date: Sat, 06 Oct 2018 04:28:50 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-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:50,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-096bda3a-dad6-4294-bfe3-fe4e6c5f2d34 2018-10-06 04:28:50,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:50,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:50,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-115a7730-ba0b-470c-8785-ddcbe4ba00bc Date: Sat, 06 Oct 2018 04:28:50 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-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:50,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-115a7730-ba0b-470c-8785-ddcbe4ba00bc 2018-10-06 04:28:50,477 - neutron_utils - INFO - Retrieving security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:50,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:50,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-758bd6ee-e3bb-461e-89f9-3db9651a9d10 Date: Sat, 06 Oct 2018 04:28:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 2, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:50,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-758bd6ee-e3bb-461e-89f9-3db9651a9d10 2018-10-06 04:28:50,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:50,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:50,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f15b22cb-6bd9-4d5b-b93d-90a18c012f80 Date: Sat, 06 Oct 2018 04:28:50 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-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:50,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-f15b22cb-6bd9-4d5b-b93d-90a18c012f80 2018-10-06 04:28:50,847 - neutron_utils - INFO - Retrieving security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:50,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-030a70ff-c100-4d0e-ad5d-004e9979ac21 Date: Sat, 06 Oct 2018 04:28:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 2, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:51,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-030a70ff-c100-4d0e-ad5d-004e9979ac21 2018-10-06 04:28:51,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:51,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7690ac85-b087-4de7-86c7-5675fe795a89 Date: Sat, 06 Oct 2018 04:28:51 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-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:51,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-7690ac85-b087-4de7-86c7-5675fe795a89 2018-10-06 04:28:51,244 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name 2018-10-06 04:28:51,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d8dc24fc-5ad5-4bb5-8f29-9cf41a04bd75 Date: Sat, 06 Oct 2018 04:28:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 2, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:51,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name used request id req-d8dc24fc-5ad5-4bb5-8f29-9cf41a04bd75 2018-10-06 04:28:51,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:51,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c330bff-ba6b-411b-86ba-b7eb2a5bcefa Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39"}, "enabled": true, "id": "7f62ffb392764f16908f25703bfa6f39", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}} 2018-10-06 04:28:51,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 used request id req-0c330bff-ba6b-411b-86ba-b7eb2a5bcefa 2018-10-06 04:28:51,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:51,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0d62a0b-92ab-4f6b-8cb4-6f65535cb48b Date: Sat, 06 Oct 2018 04:28:51 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-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:51,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-f0d62a0b-92ab-4f6b-8cb4-6f65535cb48b 2018-10-06 04:28:51,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}e6780bb578ee3cd66cdecce4dc91e8c243c11062" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8"}}' 2018-10-06 04:28:51,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-7b560cc6-0017-4819-8b4d-2c8bf06d386b Date: Sat, 06 Oct 2018 04:28:51 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}} 2018-10-06 04:28:51,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7b560cc6-0017-4819-8b4d-2c8bf06d386b 2018-10-06 04:28:51,869 - neutron_utils - INFO - Retrieving security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:51,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3352be58-c762-4169-8ac8-7f108f3aa8ca Date: Sat, 06 Oct 2018 04:28:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:51Z", "revision_number": 0, "id": "8f851bb2-dc87-4937-876c-565cde9493c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 3, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:51,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-3352be58-c762-4169-8ac8-7f108f3aa8ca 2018-10-06 04:28:51,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:51,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-79a2eef4-c7f0-4bc3-8757-11f24f4b2ecf Date: Sat, 06 Oct 2018 04:28:51 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:51,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-79a2eef4-c7f0-4bc3-8757-11f24f4b2ecf 2018-10-06 04:28:51,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:52,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5bc92080e094b309ca9f29daa51d351", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role"}], "expires_at": "2018-10-06T05:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f62ffb392764f16908f25703bfa6f39", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7f62ffb392764f16908f25703bfa6f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-user", "id": "0c061c28ff8d44639ab7b505e1f8f58a"}, "audit_ids": ["Hs7PoJA4QLq2nJA6rezeig"], "issued_at": "2018-10-06T04:28:52.000000Z"}} 2018-10-06 04:28:52,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:52,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-664b5844-9394-4cbc-9391-4859047c23c6 Date: Sat, 06 Oct 2018 04:28:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:51Z", "revision_number": 0, "id": "8f851bb2-dc87-4937-876c-565cde9493c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 3, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:52,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name&description=hello+group used request id req-664b5844-9394-4cbc-9391-4859047c23c6 2018-10-06 04:28:52,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:52,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:52,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d558977a-44f9-4f21-a0f7-b9c71f7e7550 Date: Sat, 06 Oct 2018 04:28:52 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:52,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-d558977a-44f9-4f21-a0f7-b9c71f7e7550 2018-10-06 04:28:52,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:52,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:52,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0969bd15-ff52-4e77-a9f7-a5746ae60798 Date: Sat, 06 Oct 2018 04:28:52 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:52,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-0969bd15-ff52-4e77-a9f7-a5746ae60798 2018-10-06 04:28:52,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:53,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-94ef3ef9-4787-4c36-8e20-e697c33ab489 Date: Sat, 06 Oct 2018 04:28:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:51Z", "revision_number": 0, "id": "8f851bb2-dc87-4937-876c-565cde9493c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 3, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:53,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name used request id req-94ef3ef9-4787-4c36-8e20-e697c33ab489 2018-10-06 04:28:53,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:53,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:53,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7186f283-a261-4986-8737-9e40282549bb Date: Sat, 06 Oct 2018 04:28:53 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:53,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-7186f283-a261-4986-8737-9e40282549bb 2018-10-06 04:28:53,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:53,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:53,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1ab9bd58-1114-4d85-a330-2ea064d1cf23 Date: Sat, 06 Oct 2018 04:28:53 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:53,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-1ab9bd58-1114-4d85-a330-2ea064d1cf23 2018-10-06 04:28:53,525 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name 2018-10-06 04:28:53,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:53,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-b32f5ea7-0d5c-4992-9e52-ad17f66ce209 Date: Sat, 06 Oct 2018 04:28:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:51Z", "revision_number": 0, "id": "8f851bb2-dc87-4937-876c-565cde9493c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "be64ef22-1237-42fc-8ef6-35240d1da8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "revision_number": 0, "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 3, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "name": "CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name"}]} 2018-10-06 04:28:53,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name used request id req-b32f5ea7-0d5c-4992-9e52-ad17f66ce209 2018-10-06 04:28:53,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:53,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a394f0b8-7f83-4bcd-b1ce-0040c1565024 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39"}, "enabled": true, "id": "7f62ffb392764f16908f25703bfa6f39", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}} 2018-10-06 04:28:53,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 used request id req-a394f0b8-7f83-4bcd-b1ce-0040c1565024 2018-10-06 04:28:53,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:53,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-13e1c060-51a7-4d78-8e2f-4373a9e169c1 Date: Sat, 06 Oct 2018 04:28:53 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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:53,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-13e1c060-51a7-4d78-8e2f-4373a9e169c1 2018-10-06 04:28:53,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}e6780bb578ee3cd66cdecce4dc91e8c243c11062" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8"}}' 2018-10-06 04:28:54,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-62e31d3e-69e0-46c7-9816-d71fd0539c57 Date: Sat, 06 Oct 2018 04:28:54 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-10-06T04:28:54Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:54Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "771e1542-4a05-492e-bd0c-35eeccfe2063"}} 2018-10-06 04:28:54,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-62e31d3e-69e0-46c7-9816-d71fd0539c57 2018-10-06 04:28:54,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86920bb3-6c25-4ae4-91c8-83c7a44baab8 2018-10-06 04:28:54,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5d2a7caa9b643abe00266345328668643a51b7" 2018-10-06 04:28:54,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-c04f43ca-c8cb-4bba-a060-8a2586020d91 Date: Sat, 06 Oct 2018 04:28:54 GMT RESP BODY: {"security_group_rules": [{"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-10-06T04:28:54Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:54Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "771e1542-4a05-492e-bd0c-35eeccfe2063"}, {"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-10-06T04:28:51Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:51Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "8f851bb2-dc87-4937-876c-565cde9493c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "be64ef22-1237-42fc-8ef6-35240d1da8be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:50Z", "security_group_id": "86920bb3-6c25-4ae4-91c8-83c7a44baab8", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:50Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "d227bd77-2c0d-4d83-a84c-97c2e3f14cca"}]} 2018-10-06 04:28:54,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-c04f43ca-c8cb-4bba-a060-8a2586020d91 2018-10-06 04:28:54,502 - neutron_utils - INFO - Deleting security group rule with ID - 771e1542-4a05-492e-bd0c-35eeccfe2063 2018-10-06 04:28:54,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/771e1542-4a05-492e-bd0c-35eeccfe2063 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:54,656 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49b0e889-7201-4052-a894-4979019d7421 Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:54,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/771e1542-4a05-492e-bd0c-35eeccfe2063 used request id req-49b0e889-7201-4052-a894-4979019d7421 2018-10-06 04:28:54,657 - neutron_utils - INFO - Deleting security group rule with ID - be64ef22-1237-42fc-8ef6-35240d1da8be 2018-10-06 04:28:54,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/be64ef22-1237-42fc-8ef6-35240d1da8be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:54,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-608a6af9-21d3-4802-a69d-449bc4ed7159 Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:54,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/be64ef22-1237-42fc-8ef6-35240d1da8be used request id req-608a6af9-21d3-4802-a69d-449bc4ed7159 2018-10-06 04:28:54,908 - neutron_utils - INFO - Deleting security group rule with ID - d227bd77-2c0d-4d83-a84c-97c2e3f14cca 2018-10-06 04:28:54,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d227bd77-2c0d-4d83-a84c-97c2e3f14cca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:55,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b77068b9-7aad-4099-b31b-23287ad35458 Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:55,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d227bd77-2c0d-4d83-a84c-97c2e3f14cca used request id req-b77068b9-7aad-4099-b31b-23287ad35458 2018-10-06 04:28:55,006 - neutron_utils - INFO - Deleting security group rule with ID - 8f851bb2-dc87-4937-876c-565cde9493c1 2018-10-06 04:28:55,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/8f851bb2-dc87-4937-876c-565cde9493c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:55,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c8053d8-4d6f-40a8-a441-8f433bcc9fbf Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:55,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/8f851bb2-dc87-4937-876c-565cde9493c1 used request id req-7c8053d8-4d6f-40a8-a441-8f433bcc9fbf 2018-10-06 04:28:55,100 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fae117a7-e990-4142-8fb7-d70a36578410name 2018-10-06 04:28:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/86920bb3-6c25-4ae4-91c8-83c7a44baab8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6780bb578ee3cd66cdecce4dc91e8c243c11062" 2018-10-06 04:28:55,216 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-065b656d-18c1-4709-9e17-88bc78895165 Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:55,217 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/86920bb3-6c25-4ae4-91c8-83c7a44baab8 used request id req-065b656d-18c1-4709-9e17-88bc78895165 2018-10-06 04:28:55,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:55,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-616dded3-70a7-4470-87f1-fd04d42f8ed3 Date: Sat, 06 Oct 2018 04:28:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "updated_at": "2018-10-06T04:28:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "revision_number": 0, "id": "3a316cde-983f-4eb7-89d9-b3e9d2d37abb", "remote_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "revision_number": 0, "id": "a16d2f13-5ee7-4ddb-af72-2e0282470c79", "remote_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "revision_number": 0, "id": "bfd7f2b3-c7e6-4f4d-8aab-58c65d665e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f62ffb392764f16908f25703bfa6f39"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "revision_number": 0, "id": "e7e9dafc-4fc0-4cd3-9772-ef5f5c24a4b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f62ffb392764f16908f25703bfa6f39"}], "revision_number": 4, "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "2499d4cc-297b-4a63-81d7-a5af97845897", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:28:55,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-616dded3-70a7-4470-87f1-fd04d42f8ed3 2018-10-06 04:28:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:55,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105d9b99-0583-4fc8-a7c7-a6605f10eefb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:28:55,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-105d9b99-0583-4fc8-a7c7-a6605f10eefb 2018-10-06 04:28:55,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:55,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928e794b-3ef8-4dac-b05a-e1b36c7b033a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39"}, "enabled": true, "id": "7f62ffb392764f16908f25703bfa6f39", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj"}} 2018-10-06 04:28:55,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 used request id req-928e794b-3ef8-4dac-b05a-e1b36c7b033a 2018-10-06 04:28:55,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2499d4cc-297b-4a63-81d7-a5af97845897 2018-10-06 04:28:55,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2499d4cc-297b-4a63-81d7-a5af97845897 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:56,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1f674e5f-0ca4-4251-a18d-7e59d62c1e0e Date: Sat, 06 Oct 2018 04:28:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "3a316cde-983f-4eb7-89d9-b3e9d2d37abb"}, {"remote_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "a16d2f13-5ee7-4ddb-af72-2e0282470c79"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "bfd7f2b3-c7e6-4f4d-8aab-58c65d665e90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:28:49Z", "security_group_id": "2499d4cc-297b-4a63-81d7-a5af97845897", "port_range_min": null, "revision_number": 0, "tenant_id": "7f62ffb392764f16908f25703bfa6f39", "created_at": "2018-10-06T04:28:49Z", "project_id": "7f62ffb392764f16908f25703bfa6f39", "id": "e7e9dafc-4fc0-4cd3-9772-ef5f5c24a4b5"}]} 2018-10-06 04:28:56,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2499d4cc-297b-4a63-81d7-a5af97845897 used request id req-1f674e5f-0ca4-4251-a18d-7e59d62c1e0e 2018-10-06 04:28:56,001 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:28:56,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2499d4cc-297b-4a63-81d7-a5af97845897 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:56,286 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d85bf05-0389-4855-b150-33728fa326c8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:28:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:28:56,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2499d4cc-297b-4a63-81d7-a5af97845897 used request id req-3d85bf05-0389-4855-b150-33728fa326c8 2018-10-06 04:28:56,287 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj 2018-10-06 04:28:56,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:56,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03dfaa37-3c5e-44be-8ff5-93c470152e59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:56,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7f62ffb392764f16908f25703bfa6f39 used request id req-03dfaa37-3c5e-44be-8ff5-93c470152e59 2018-10-06 04:28:56,481 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-proj-role 2018-10-06 04:28:56,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:56,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b92d195f-73b0-4363-9b2d-4aecc4a4ae57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:56,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b5bc92080e094b309ca9f29daa51d351 used request id req-b92d195f-73b0-4363-9b2d-4aecc4a4ae57 2018-10-06 04:28:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4240832f1c8f5e57e2f55f15aab207910a2341" 2018-10-06 04:28:56,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd138a6-b4dd-4619-88b1-0f4cbfee307d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:56,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-acd138a6-b4dd-4619-88b1-0f4cbfee307d 2018-10-06 04:28:56,691 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-93d0ddc0-77a9-4cb-user 2018-10-06 04:28:56,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0c061c28ff8d44639ab7b505e1f8f58a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869f3162effe5e0ae9524d82b77c4921829517b3" 2018-10-06 04:28:56,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09a88e45-0c87-4a5e-82cf-21a2e1a2ee6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:56,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0c061c28ff8d44639ab7b505e1f8f58a used request id req-09a88e45-0c87-4a5e-82cf-21a2e1a2ee6d 2018-10-06 04:28:56,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:57,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["lUbt9OAITgqYh1MPpqenvg"], "issued_at": "2018-10-06T04:28:57.000000Z"}} 2018-10-06 04:28:57,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b1b42e4b89419df9c4378e90a4ccbf16b0d7053" 2018-10-06 04:28:57,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431eaf35-61e1-4dfa-a9e8-9f6859644a4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:57,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-431eaf35-61e1-4dfa-a9e8-9f6859644a4d 2018-10-06 04:28:57,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:57,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:57,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["1_BzLpDUR6iXUBJh4FhJbg"], "issued_at": "2018-10-06T04:28:57.000000Z"}} 2018-10-06 04:28:57,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:57,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deda7d53-d0aa-47ea-831a-e716da69e3d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:57,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-deda7d53-d0aa-47ea-831a-e716da69e3d9 2018-10-06 04:28:57,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:57,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:57,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:57,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db24ebf4-2f37-4599-9945-ac3f33cb08e5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:28:57,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj used request id req-db24ebf4-2f37-4599-9945-ac3f33cb08e5 2018-10-06 04:28:57,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:58,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3330a2ae-ed73-4a7a-83bc-abda896e7e6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:28:58,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3330a2ae-ed73-4a7a-83bc-abda896e7e6a 2018-10-06 04:28:58,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}}' 2018-10-06 04:28:58,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7855c30-20c6-4a5e-8357-0b8d6a78c34a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf"}, "enabled": true, "id": "0699d38b325343578d60743eed832ecf", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}} 2018-10-06 04:28:58,132 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c7855c30-20c6-4a5e-8357-0b8d6a78c34a 2018-10-06 04:28:58,132 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj 2018-10-06 04:28:58,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:58,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:28:58,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:28:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yEmUs6GhTZu1wvoL3cSGig"], "issued_at": "2018-10-06T04:28:58.000000Z"}} 2018-10-06 04:28:58,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aa6607d26506bc0605a29b2a865098c95bcc11" 2018-10-06 04:28:58,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34e9f0e-c9e2-423f-acd0-a4e499e1dac4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:28:58,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e34e9f0e-c9e2-423f-acd0-a4e499e1dac4 2018-10-06 04:28:58,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:28:58,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:28:58,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aa6607d26506bc0605a29b2a865098c95bcc11" 2018-10-06 04:28:58,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300af845-08f4-4a4b-bd6a-0916c167647e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:28:58,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-300af845-08f4-4a4b-bd6a-0916c167647e 2018-10-06 04:28:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aa6607d26506bc0605a29b2a865098c95bcc11" 2018-10-06 04:28:58,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e3a99d-f723-4bab-9408-e8471b9a82cd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf"}, "enabled": true, "id": "0699d38b325343578d60743eed832ecf", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}]} 2018-10-06 04:28:58,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj used request id req-f0e3a99d-f723-4bab-9408-e8471b9a82cd 2018-10-06 04:28:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aa6607d26506bc0605a29b2a865098c95bcc11" 2018-10-06 04:28:58,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1493ad9-b053-4633-86cb-beaabfb7a8a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:28:58,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f1493ad9-b053-4633-86cb-beaabfb7a8a5 2018-10-06 04:28:59,377 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-user 2018-10-06 04:28:59,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:59,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd3c33d-87f6-4ef6-9ed9-dc00aebc2851 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:28:59,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dbd3c33d-87f6-4ef6-9ed9-dc00aebc2851 2018-10-06 04:28:59,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" -d '{"role": {"name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role"}}' 2018-10-06 04:28:59,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-027cd69f-7c03-4b48-a010-72fab59bff19 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be0a500a11314a998cd212fa68d95897", "links": {"self": "http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897"}, "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role"}} 2018-10-06 04:28:59,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-027cd69f-7c03-4b48-a010-72fab59bff19 2018-10-06 04:28:59,593 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role 2018-10-06 04:28:59,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:59,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768d79f2-cbd3-4097-b90a-b2b58578ab9a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897"}, "domain_id": null, "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role", "id": "be0a500a11314a998cd212fa68d95897"}} 2018-10-06 04:28:59,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897 used request id req-768d79f2-cbd3-4097-b90a-b2b58578ab9a 2018-10-06 04:28:59,687 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role to project CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj 2018-10-06 04:28:59,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf/users/8069b451fece4812a2c454e8590be112/roles/be0a500a11314a998cd212fa68d95897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:28:59,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-737009d6-21f5-4ae4-a950-4158995dc6ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:28:59,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf/users/8069b451fece4812a2c454e8590be112/roles/be0a500a11314a998cd212fa68d95897 used request id req-737009d6-21f5-4ae4-a950-4158995dc6ce 2018-10-06 04:28:59,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:28:59,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:00,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be0a500a11314a998cd212fa68d95897", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role"}], "expires_at": "2018-10-06T05:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0699d38b325343578d60743eed832ecf", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-user", "id": "8069b451fece4812a2c454e8590be112"}, "audit_ids": ["1p07JIbeTFOpQ1yA-PIvwg"], "issued_at": "2018-10-06T04:29:00.000000Z"}} 2018-10-06 04:29:00,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:00,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a297d241-b34f-4a82-8ac9-917343810ae2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:00,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a297d241-b34f-4a82-8ac9-917343810ae2 2018-10-06 04:29:00,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:00,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-53b4eb39-f50c-44d2-ac21-258539c42be2 Date: Sat, 06 Oct 2018 04:29:00 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:00,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname&description=hello+group used request id req-53b4eb39-f50c-44d2-ac21-258539c42be2 2018-10-06 04:29:00,489 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname... 2018-10-06 04:29:00,489 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname 2018-10-06 04:29:00,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" -d '{"security_group": {"name": "CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname", "description": "hello group"}}' 2018-10-06 04:29:00,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-0d0317ec-e022-4e58-8d06-69496f0a42f0 Date: Sat, 06 Oct 2018 04:29:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "updated_at": "2018-10-06T04:29:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "531290df-29d9-4164-8058-2a264c3c530f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "80044e42-196b-445f-b65d-bb6ac0441d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}], "revision_number": 2, "project_id": "0699d38b325343578d60743eed832ecf", "id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "name": "CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname"}} 2018-10-06 04:29:00,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-0d0317ec-e022-4e58-8d06-69496f0a42f0 2018-10-06 04:29:00,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff38ceb5-dc7d-4db0-b5e7-e7fdb1941e99 Date: Sat, 06 Oct 2018 04:29:00 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-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "531290df-29d9-4164-8058-2a264c3c530f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "80044e42-196b-445f-b65d-bb6ac0441d2b"}]} 2018-10-06 04:29:01,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-ff38ceb5-dc7d-4db0-b5e7-e7fdb1941e99 2018-10-06 04:29:01,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3765c0a-47f8-443e-ad0f-e9b8c5a8e1e8 Date: Sat, 06 Oct 2018 04:29:01 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-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "531290df-29d9-4164-8058-2a264c3c530f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "80044e42-196b-445f-b65d-bb6ac0441d2b"}]} 2018-10-06 04:29:01,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-c3765c0a-47f8-443e-ad0f-e9b8c5a8e1e8 2018-10-06 04:29:01,186 - neutron_utils - INFO - Retrieving security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3709ad6a-ef26-4dcd-9bd7-3a930b71a036 Date: Sat, 06 Oct 2018 04:29:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "updated_at": "2018-10-06T04:29:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "531290df-29d9-4164-8058-2a264c3c530f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "80044e42-196b-445f-b65d-bb6ac0441d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}], "revision_number": 2, "project_id": "0699d38b325343578d60743eed832ecf", "id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "name": "CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname"}]} 2018-10-06 04:29:01,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-3709ad6a-ef26-4dcd-9bd7-3a930b71a036 2018-10-06 04:29:01,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d7bc894-913d-45c2-91ce-1667171c1ec6 Date: Sat, 06 Oct 2018 04:29:01 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-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "531290df-29d9-4164-8058-2a264c3c530f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "80044e42-196b-445f-b65d-bb6ac0441d2b"}]} 2018-10-06 04:29:01,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-9d7bc894-913d-45c2-91ce-1667171c1ec6 2018-10-06 04:29:01,575 - neutron_utils - INFO - Retrieving security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-771aaf91-5d1a-4ceb-89d2-34913c0d8efd Date: Sat, 06 Oct 2018 04:29:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "updated_at": "2018-10-06T04:29:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "531290df-29d9-4164-8058-2a264c3c530f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "80044e42-196b-445f-b65d-bb6ac0441d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}], "revision_number": 2, "project_id": "0699d38b325343578d60743eed832ecf", "id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "name": "CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname"}]} 2018-10-06 04:29:01,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-771aaf91-5d1a-4ceb-89d2-34913c0d8efd 2018-10-06 04:29:01,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:01,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9fc33bda-0fa9-43de-afc7-99e93869912a Date: Sat, 06 Oct 2018 04:29:01 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-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "531290df-29d9-4164-8058-2a264c3c530f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "80044e42-196b-445f-b65d-bb6ac0441d2b"}]} 2018-10-06 04:29:01,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-9fc33bda-0fa9-43de-afc7-99e93869912a 2018-10-06 04:29:01,812 - neutron_utils - INFO - Retrieving security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:01,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:02,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7558a2c7-ab03-4414-9bea-e8e5b9f0f790 Date: Sat, 06 Oct 2018 04:29:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "updated_at": "2018-10-06T04:29:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "531290df-29d9-4164-8058-2a264c3c530f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "80044e42-196b-445f-b65d-bb6ac0441d2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}], "revision_number": 2, "project_id": "0699d38b325343578d60743eed832ecf", "id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "name": "CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname"}]} 2018-10-06 04:29:02,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-7558a2c7-ab03-4414-9bea-e8e5b9f0f790 2018-10-06 04:29:02,004 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27bc0980-d091-4d05-9835-72e2e0566a7c 2018-10-06 04:29:02,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:02,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-363463b5-c1b4-412d-b639-85802a248ed5 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "531290df-29d9-4164-8058-2a264c3c530f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "27bc0980-d091-4d05-9835-72e2e0566a7c", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "80044e42-196b-445f-b65d-bb6ac0441d2b"}]} 2018-10-06 04:29:02,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-363463b5-c1b4-412d-b639-85802a248ed5 2018-10-06 04:29:02,186 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname 2018-10-06 04:29:02,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:02,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be0a500a11314a998cd212fa68d95897", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role"}], "expires_at": "2018-10-06T05:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0699d38b325343578d60743eed832ecf", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0699d38b325343578d60743eed832ecf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-user", "id": "8069b451fece4812a2c454e8590be112"}, "audit_ids": ["MxAox-jWSlCZ8DAR4hYz_Q"], "issued_at": "2018-10-06T04:29:02.000000Z"}} 2018-10-06 04:29:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4cf95706049db7a8e8e32234cc809a4d8b8c631" 2018-10-06 04:29:02,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2eb295e9-30bb-4d1e-9a2e-d6e62bf350ce Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:02,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-2eb295e9-30bb-4d1e-9a2e-d6e62bf350ce 2018-10-06 04:29:02,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4cf95706049db7a8e8e32234cc809a4d8b8c631" 2018-10-06 04:29:03,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e02d5a33-73a6-4e03-9ec1-ada3ec843707 Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:03,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname&description=hello+group used request id req-e02d5a33-73a6-4e03-9ec1-ada3ec843707 2018-10-06 04:29:03,044 - neutron_utils - INFO - Deleting security group rule with ID - 531290df-29d9-4164-8058-2a264c3c530f 2018-10-06 04:29:03,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/531290df-29d9-4164-8058-2a264c3c530f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:03,072 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-5f3c433f-d4b8-4f38-93bb-c1e27b559125 Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 531290df-29d9-4164-8058-2a264c3c530f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:29:03,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/531290df-29d9-4164-8058-2a264c3c530f used request id req-5f3c433f-d4b8-4f38-93bb-c1e27b559125 2018-10-06 04:29:03,073 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 531290df-29d9-4164-8058-2a264c3c530f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:29:03,073 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 531290df-29d9-4164-8058-2a264c3c530f does not exist Neutron server returns request_ids: ['req-5f3c433f-d4b8-4f38-93bb-c1e27b559125'] 2018-10-06 04:29:03,074 - neutron_utils - INFO - Deleting security group rule with ID - 80044e42-196b-445f-b65d-bb6ac0441d2b 2018-10-06 04:29:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/80044e42-196b-445f-b65d-bb6ac0441d2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:03,104 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-9203c463-38e7-45b4-bded-e51377791fc9 Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 80044e42-196b-445f-b65d-bb6ac0441d2b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:29:03,104 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/80044e42-196b-445f-b65d-bb6ac0441d2b used request id req-9203c463-38e7-45b4-bded-e51377791fc9 2018-10-06 04:29:03,104 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 80044e42-196b-445f-b65d-bb6ac0441d2b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:29:03,105 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 80044e42-196b-445f-b65d-bb6ac0441d2b does not exist Neutron server returns request_ids: ['req-9203c463-38e7-45b4-bded-e51377791fc9'] 2018-10-06 04:29:03,105 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3650e1d1-2156-4e50-85ce-1e71ba383fecname 2018-10-06 04:29:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/27bc0980-d091-4d05-9835-72e2e0566a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1ac76b7b3a0bf44b41bbd9b522c6b02d467e75" 2018-10-06 04:29:03,283 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-2a82b28d-1e6b-4971-aa3b-33eac8ba0af0 Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"NeutronError": {"message": "Security group 27bc0980-d091-4d05-9835-72e2e0566a7c does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 04:29:03,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/27bc0980-d091-4d05-9835-72e2e0566a7c used request id req-2a82b28d-1e6b-4971-aa3b-33eac8ba0af0 2018-10-06 04:29:03,284 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 27bc0980-d091-4d05-9835-72e2e0566a7c does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-06 04:29:03,284 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 27bc0980-d091-4d05-9835-72e2e0566a7c does not exist Neutron server returns request_ids: ['req-2a82b28d-1e6b-4971-aa3b-33eac8ba0af0'] 2018-10-06 04:29:03,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:03,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c40ba382-cfb3-4efa-8f71-326a1f99bec7 Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "updated_at": "2018-10-06T04:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "36464293-3541-4d4b-95d9-48d813a083ec", "remote_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "69909347-a55e-44a5-aa20-2ee58e651f3c", "remote_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "82d39bb5-048f-4e05-9414-5e72f81f29d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv4", "project_id": "0699d38b325343578d60743eed832ecf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "revision_number": 0, "id": "91c6261a-82d6-4c39-ae02-2c01f1d8cf67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "tenant_id": "0699d38b325343578d60743eed832ecf", "port_range_min": null, "ethertype": "IPv6", "project_id": "0699d38b325343578d60743eed832ecf"}], "revision_number": 4, "project_id": "0699d38b325343578d60743eed832ecf", "id": "b4757b1c-cc59-456d-ad31-0024dc881274", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:03,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c40ba382-cfb3-4efa-8f71-326a1f99bec7 2018-10-06 04:29:03,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:03,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84cbd870-5d04-4ea3-b69b-a4efdfb43d25 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:29:03,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-84cbd870-5d04-4ea3-b69b-a4efdfb43d25 2018-10-06 04:29:03,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:03,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5440999-0a46-4f3b-9b92-7a83db18fea3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:29:03,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-b5440999-0a46-4f3b-9b92-7a83db18fea3 2018-10-06 04:29:03,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:03,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d498bcbb-f0c5-478b-ba0f-dda95881e722 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf"}, "enabled": true, "id": "0699d38b325343578d60743eed832ecf", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj"}} 2018-10-06 04:29:03,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf used request id req-d498bcbb-f0c5-478b-ba0f-dda95881e722 2018-10-06 04:29:03,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b4757b1c-cc59-456d-ad31-0024dc881274 2018-10-06 04:29:03,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b4757b1c-cc59-456d-ad31-0024dc881274 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:03,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cf5c2c0d-2d0a-4f98-9552-947da059ffee Date: Sat, 06 Oct 2018 04:29:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "36464293-3541-4d4b-95d9-48d813a083ec"}, {"remote_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "69909347-a55e-44a5-aa20-2ee58e651f3c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "82d39bb5-048f-4e05-9414-5e72f81f29d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:00Z", "security_group_id": "b4757b1c-cc59-456d-ad31-0024dc881274", "port_range_min": null, "revision_number": 0, "tenant_id": "0699d38b325343578d60743eed832ecf", "created_at": "2018-10-06T04:29:00Z", "project_id": "0699d38b325343578d60743eed832ecf", "id": "91c6261a-82d6-4c39-ae02-2c01f1d8cf67"}]} 2018-10-06 04:29:03,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b4757b1c-cc59-456d-ad31-0024dc881274 used request id req-cf5c2c0d-2d0a-4f98-9552-947da059ffee 2018-10-06 04:29:03,974 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b4757b1c-cc59-456d-ad31-0024dc881274 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:04,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e502506-3f93-4b6d-a814-c7ae369b713e Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:04,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b4757b1c-cc59-456d-ad31-0024dc881274 used request id req-6e502506-3f93-4b6d-a814-c7ae369b713e 2018-10-06 04:29:04,274 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj 2018-10-06 04:29:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:04,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c9406c7-78d1-4585-8f73-789348132b71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:04,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0699d38b325343578d60743eed832ecf used request id req-8c9406c7-78d1-4585-8f73-789348132b71 2018-10-06 04:29:04,482 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-proj-role 2018-10-06 04:29:04,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:04,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fdeda38-c83b-4092-b022-1fd5d36c29b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:04,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/be0a500a11314a998cd212fa68d95897 used request id req-6fdeda38-c83b-4092-b022-1fd5d36c29b6 2018-10-06 04:29:04,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc622b50438aa51d5ddfe6b1f0a01ed943fa702" 2018-10-06 04:29:04,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04821d1-2ae2-471d-8e18-04d08f1b807d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:04,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e04821d1-2ae2-471d-8e18-04d08f1b807d 2018-10-06 04:29:04,677 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6fafaf19-a5d9-42e-user 2018-10-06 04:29:04,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/8069b451fece4812a2c454e8590be112 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aa6607d26506bc0605a29b2a865098c95bcc11" 2018-10-06 04:29:04,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b3a23c1-1826-4834-86f6-f70c558dad95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:04,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8069b451fece4812a2c454e8590be112 used request id req-6b3a23c1-1826-4834-86f6-f70c558dad95 2018-10-06 04:29:04,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:05,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zRG0GpzxR--mZziJM9M6YA"], "issued_at": "2018-10-06T04:29:05.000000Z"}} 2018-10-06 04:29:05,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcbc8eb6fb1e1e2bf2a4ae27e5a6e9e67301058" 2018-10-06 04:29:05,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1454a7-96ed-4404-8d9c-df7edee1ee34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:05,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b1454a7-96ed-4404-8d9c-df7edee1ee34 2018-10-06 04:29:05,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:05,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:05,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["19PlNjnMTHaHL095m_Uzww"], "issued_at": "2018-10-06T04:29:05.000000Z"}} 2018-10-06 04:29:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:05,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45308be1-9644-41d0-bfb8-f7bfa2faf4f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:05,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-45308be1-9644-41d0-bfb8-f7bfa2faf4f0 2018-10-06 04:29:05,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:05,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:05,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c953a04e-85ef-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:05,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d4d1e0-4c7a-437b-9e09-d84ceb095cf6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c953a04e-85ef-428-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:05,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c953a04e-85ef-428-proj used request id req-40d4d1e0-4c7a-437b-9e09-d84ceb095cf6 2018-10-06 04:29:05,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:06,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef1d286-e41f-47bb-811a-ceab99c6da60 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:06,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fef1d286-e41f-47bb-811a-ceab99c6da60 2018-10-06 04:29:06,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}}' 2018-10-06 04:29:06,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b303f235-4678-4ac7-ba8b-1a61af784bb5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}} 2018-10-06 04:29:06,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b303f235-4678-4ac7-ba8b-1a61af784bb5 2018-10-06 04:29:06,125 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c953a04e-85ef-428-proj 2018-10-06 04:29:06,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:06,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:06,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PQ7y8aQhSHG0J9A-5Db1MA"], "issued_at": "2018-10-06T04:29:06.000000Z"}} 2018-10-06 04:29:06,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542237fc8ae53c4b2ebb9fdcd87070ab5ed50299" 2018-10-06 04:29:06,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c390c086-a29a-48e3-a3b5-946cf78a0d87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:06,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c390c086-a29a-48e3-a3b5-946cf78a0d87 2018-10-06 04:29:06,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:06,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542237fc8ae53c4b2ebb9fdcd87070ab5ed50299" 2018-10-06 04:29:06,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4c003a-c132-41cd-b185-644d8a0a833a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:06,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6f4c003a-c132-41cd-b185-644d8a0a833a 2018-10-06 04:29:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542237fc8ae53c4b2ebb9fdcd87070ab5ed50299" 2018-10-06 04:29:06,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17a4f76-c0ae-454f-bef0-467c9dbd77b5 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}]} 2018-10-06 04:29:06,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj used request id req-a17a4f76-c0ae-454f-bef0-467c9dbd77b5 2018-10-06 04:29:06,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542237fc8ae53c4b2ebb9fdcd87070ab5ed50299" 2018-10-06 04:29:06,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a98172-2e6c-4465-8758-2957f32817a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:06,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-49a98172-2e6c-4465-8758-2957f32817a5 2018-10-06 04:29:07,257 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c953a04e-85ef-428-user 2018-10-06 04:29:07,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:07,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8f49c7-d3e9-4f95-b4e5-6a7fc13f9e3d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:07,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a8f49c7-d3e9-4f95-b4e5-6a7fc13f9e3d 2018-10-06 04:29:07,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" -d '{"role": {"name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj-role"}}' 2018-10-06 04:29:07,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8f3ff53-f5c6-406c-b08b-d93756ad59a8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fbdd4d4a66a349879b48a4c0fb74d2e0", "links": {"self": "http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0"}, "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj-role"}} 2018-10-06 04:29:07,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f8f3ff53-f5c6-406c-b08b-d93756ad59a8 2018-10-06 04:29:07,456 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c953a04e-85ef-428-proj-role 2018-10-06 04:29:07,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:07,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0903459f-ddba-49e2-82b6-38448ad31f01 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0"}, "domain_id": null, "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj-role", "id": "fbdd4d4a66a349879b48a4c0fb74d2e0"}} 2018-10-06 04:29:07,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 used request id req-0903459f-ddba-49e2-82b6-38448ad31f01 2018-10-06 04:29:07,551 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c953a04e-85ef-428-proj-role to project CreateSecurityGroupTests-c953a04e-85ef-428-proj 2018-10-06 04:29:07,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612/users/34e78f63db214ac68c8ad4e584649af8/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:07,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d47366cb-dacb-45ec-a0ef-150dab0390de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:07,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612/users/34e78f63db214ac68c8ad4e584649af8/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 used request id req-d47366cb-dacb-45ec-a0ef-150dab0390de 2018-10-06 04:29:07,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:07,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:08,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8pJRjV_lS8WEbee4BxL5yA"], "issued_at": "2018-10-06T04:29:08.000000Z"}} 2018-10-06 04:29:08,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:08,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca9264b-2444-475c-b1df-9f89664b1cac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:08,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3ca9264b-2444-475c-b1df-9f89664b1cac 2018-10-06 04:29:08,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:08,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f0bd382a-9edc-4c10-9400-42c3e51db4d9 Date: Sat, 06 Oct 2018 04:29:08 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:08,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name&description=hello+group used request id req-f0bd382a-9edc-4c10-9400-42c3e51db4d9 2018-10-06 04:29:08,336 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name... 2018-10-06 04:29:08,337 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name 2018-10-06 04:29:08,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:08,345 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:08,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:08,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0992f0-fafa-42cb-9ed9-1c544aad9feb Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}]} 2018-10-06 04:29:08,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c953a04e-85ef-428-proj used request id req-2b0992f0-fafa-42cb-9ed9-1c544aad9feb 2018-10-06 04:29:08,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" -d '{"security_group": {"tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name", "description": "hello group"}}' 2018-10-06 04:29:08,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-b6b440bb-b93f-4f9a-82ad-f7fb8fb507cf Date: Sat, 06 Oct 2018 04:29:08 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}} 2018-10-06 04:29:08,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-b6b440bb-b93f-4f9a-82ad-f7fb8fb507cf 2018-10-06 04:29:08,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:08,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:09,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ab2d3d5-ad5d-42a4-b0ec-3f651f3c3c06 Date: Sat, 06 Oct 2018 04:29:09 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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:09,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-5ab2d3d5-ad5d-42a4-b0ec-3f651f3c3c06 2018-10-06 04:29:09,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:09,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:09,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6ba7526-1125-4a6d-b4e0-2c32be981c69 Date: Sat, 06 Oct 2018 04:29:09 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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:09,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-f6ba7526-1125-4a6d-b4e0-2c32be981c69 2018-10-06 04:29:09,277 - neutron_utils - INFO - Retrieving security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:09,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:09,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-38eaf706-edc8-4772-acf2-a78b3197aad2 Date: Sat, 06 Oct 2018 04:29:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:09,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-38eaf706-edc8-4772-acf2-a78b3197aad2 2018-10-06 04:29:09,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:09,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:09,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3ce6914-c0cd-449b-958f-7d9e1c46739b Date: Sat, 06 Oct 2018 04:29:09 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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:09,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-a3ce6914-c0cd-449b-958f-7d9e1c46739b 2018-10-06 04:29:09,679 - neutron_utils - INFO - Retrieving security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:09,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-080e282a-3e7d-4d1c-b051-418b553f59b3 Date: Sat, 06 Oct 2018 04:29:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:09,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-080e282a-3e7d-4d1c-b051-418b553f59b3 2018-10-06 04:29:09,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:10,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7bc6a0f4-ec78-413a-ae9b-fcf30454662f Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:10,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-7bc6a0f4-ec78-413a-ae9b-fcf30454662f 2018-10-06 04:29:10,061 - neutron_utils - INFO - Retrieving security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:10,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:10,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c95b6112-9298-469d-b29f-9d7e97fc397e Date: Sat, 06 Oct 2018 04:29:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:10,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-c95b6112-9298-469d-b29f-9d7e97fc397e 2018-10-06 04:29:10,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:10,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1999dc99-4bf2-48d5-9e60-93219309d96f Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:10,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-1999dc99-4bf2-48d5-9e60-93219309d96f 2018-10-06 04:29:10,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:10,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdd4d4a66a349879b48a4c0fb74d2e0", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj-role"}], "expires_at": "2018-10-06T05:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fb6a71e742d40e982f932eb6cddb612", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c953a04e-85ef-428-user", "id": "34e78f63db214ac68c8ad4e584649af8"}, "audit_ids": ["8w8O-wHwR-q-vopDGAHWZg"], "issued_at": "2018-10-06T04:29:10.000000Z"}} 2018-10-06 04:29:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452241fc18124310d1acdcdbbef33d5ab56fd4f7" 2018-10-06 04:29:10,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1161d9b4-30a8-47a4-b7ba-52ef9ee2afb4 Date: Sat, 06 Oct 2018 04:29:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:10,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name&description=hello+group used request id req-1161d9b4-30a8-47a4-b7ba-52ef9ee2afb4 2018-10-06 04:29:10,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:10,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:10,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcbc8eb6fb1e1e2bf2a4ae27e5a6e9e67301058" 2018-10-06 04:29:10,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c385eefe-b1b7-47ae-a781-3f492b23d584 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}} 2018-10-06 04:29:10,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 used request id req-c385eefe-b1b7-47ae-a781-3f492b23d584 2018-10-06 04:29:10,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:10,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452241fc18124310d1acdcdbbef33d5ab56fd4f7" 2018-10-06 04:29:11,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96ee9d39-0956-475b-9fce-0dcd227bd728 Date: Sat, 06 Oct 2018 04:29:11 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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:11,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-96ee9d39-0956-475b-9fce-0dcd227bd728 2018-10-06 04:29:11,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}452241fc18124310d1acdcdbbef33d5ab56fd4f7" 2018-10-06 04:29:11,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e768257a-a28b-49db-85f9-b9031d685610 Date: Sat, 06 Oct 2018 04:29:11 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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:11,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-e768257a-a28b-49db-85f9-b9031d685610 2018-10-06 04:29:11,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:11,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:11,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdd4d4a66a349879b48a4c0fb74d2e0", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj-role"}], "expires_at": "2018-10-06T05:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fb6a71e742d40e982f932eb6cddb612", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4fb6a71e742d40e982f932eb6cddb612", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c953a04e-85ef-428-user", "id": "34e78f63db214ac68c8ad4e584649af8"}, "audit_ids": ["a-fUo9z7RQupUTTDG6ml7A"], "issued_at": "2018-10-06T04:29:11.000000Z"}} 2018-10-06 04:29:11,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:11,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e42483c-a7ae-4beb-aca3-d9a53a08b99c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:11,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8e42483c-a7ae-4beb-aca3-d9a53a08b99c 2018-10-06 04:29:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:11,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ec80fcf1-f027-48b4-837e-607d37350f94 Date: Sat, 06 Oct 2018 04:29:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:11,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name used request id req-ec80fcf1-f027-48b4-837e-607d37350f94 2018-10-06 04:29:11,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:11,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:12,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1dce374-2a70-4a03-b13e-b649719d24c8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}} 2018-10-06 04:29:12,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 used request id req-f1dce374-2a70-4a03-b13e-b649719d24c8 2018-10-06 04:29:12,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:12,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:12,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-df2af68c-a703-4daa-8da4-c4fa7f4c982d Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:12,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-df2af68c-a703-4daa-8da4-c4fa7f4c982d 2018-10-06 04:29:12,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:12,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:12,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-852b1422-8a3a-48d1-94d6-1983a963b9f2 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:12,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-852b1422-8a3a-48d1-94d6-1983a963b9f2 2018-10-06 04:29:12,434 - neutron_utils - INFO - Retrieving security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:12,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:12,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d5a74e0a-a483-4386-bc65-d8b47821be81 Date: Sat, 06 Oct 2018 04:29:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "bdbef28c-28f0-4328-940b-2553c1488a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 2, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "name": "CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name"}]} 2018-10-06 04:29:12,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-d5a74e0a-a483-4386-bc65-d8b47821be81 2018-10-06 04:29:12,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1cd0438-f028-4d29-9b18-8275d721b6cf 2018-10-06 04:29:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd6f1615e8fc9e67c2b952f944b4a2d6273cdb1" 2018-10-06 04:29:12,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3921cb24-97d2-497b-ac46-3db64a3d5591 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "a5f34e3f-a6a0-4433-a6b8-929bbc024059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "a1cd0438-f028-4d29-9b18-8275d721b6cf", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "bdbef28c-28f0-4328-940b-2553c1488a46"}]} 2018-10-06 04:29:12,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-3921cb24-97d2-497b-ac46-3db64a3d5591 2018-10-06 04:29:12,821 - neutron_utils - INFO - Deleting security group rule with ID - bdbef28c-28f0-4328-940b-2553c1488a46 2018-10-06 04:29:12,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/bdbef28c-28f0-4328-940b-2553c1488a46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:12,911 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04062c25-66d6-41e1-9e28-81d2e627eed5 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:12,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/bdbef28c-28f0-4328-940b-2553c1488a46 used request id req-04062c25-66d6-41e1-9e28-81d2e627eed5 2018-10-06 04:29:12,911 - neutron_utils - INFO - Deleting security group rule with ID - a5f34e3f-a6a0-4433-a6b8-929bbc024059 2018-10-06 04:29:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/a5f34e3f-a6a0-4433-a6b8-929bbc024059 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:12,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9e103c9-1105-414a-8141-b071d323f1c8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:12,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/a5f34e3f-a6a0-4433-a6b8-929bbc024059 used request id req-b9e103c9-1105-414a-8141-b071d323f1c8 2018-10-06 04:29:12,992 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fe8706a5-398a-4458-939d-9a0a55e15895name 2018-10-06 04:29:12,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/a1cd0438-f028-4d29-9b18-8275d721b6cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e9a29338ee4e9e5a304f9b90410c57d03aa2" 2018-10-06 04:29:13,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6acecebe-fe9e-4565-a7cf-85573d32e7bf Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:13,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a1cd0438-f028-4d29-9b18-8275d721b6cf used request id req-6acecebe-fe9e-4565-a7cf-85573d32e7bf 2018-10-06 04:29:13,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:13,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bdb5cc62-7488-4b6c-9023-e0c5a47da1d6 Date: Sat, 06 Oct 2018 04:29:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "updated_at": "2018-10-06T04:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "35145fac-fc28-4b17-8047-e69ab72a8283", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "80c5cab0-c44d-48d0-9409-e153fff4da55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "d2ac8ab5-0e4c-4682-964b-d87dca53926e", "remote_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv6", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "revision_number": 0, "id": "ffa45ed0-b110-4816-9652-b1758f60dcdd", "remote_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "port_range_min": null, "ethertype": "IPv4", "project_id": "4fb6a71e742d40e982f932eb6cddb612"}], "revision_number": 4, "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "9d68733d-e693-4610-9023-be6573c9fcca", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:13,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-bdb5cc62-7488-4b6c-9023-e0c5a47da1d6 2018-10-06 04:29:13,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:13,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d29d0d61-d7f4-4009-b37a-649d2dab31e8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:29:13,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d29d0d61-d7f4-4009-b37a-649d2dab31e8 2018-10-06 04:29:13,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:13,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eae9416-0148-49c2-a32a-1d86bc64a371 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:29:13,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6eae9416-0148-49c2-a32a-1d86bc64a371 2018-10-06 04:29:13,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:13,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0881321c-6da0-4004-aa5f-2c5ff0703fd0 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612"}, "enabled": true, "id": "4fb6a71e742d40e982f932eb6cddb612", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c953a04e-85ef-428-proj"}} 2018-10-06 04:29:13,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 used request id req-0881321c-6da0-4004-aa5f-2c5ff0703fd0 2018-10-06 04:29:13,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d68733d-e693-4610-9023-be6573c9fcca 2018-10-06 04:29:13,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d68733d-e693-4610-9023-be6573c9fcca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:13,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-56f38417-7a31-4d2e-8471-7e2abecf19ad Date: Sat, 06 Oct 2018 04:29:13 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-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "35145fac-fc28-4b17-8047-e69ab72a8283"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "80c5cab0-c44d-48d0-9409-e153fff4da55"}, {"remote_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "d2ac8ab5-0e4c-4682-964b-d87dca53926e"}, {"remote_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:08Z", "security_group_id": "9d68733d-e693-4610-9023-be6573c9fcca", "port_range_min": null, "revision_number": 0, "tenant_id": "4fb6a71e742d40e982f932eb6cddb612", "created_at": "2018-10-06T04:29:08Z", "project_id": "4fb6a71e742d40e982f932eb6cddb612", "id": "ffa45ed0-b110-4816-9652-b1758f60dcdd"}]} 2018-10-06 04:29:13,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9d68733d-e693-4610-9023-be6573c9fcca used request id req-56f38417-7a31-4d2e-8471-7e2abecf19ad 2018-10-06 04:29:13,779 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:13,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9d68733d-e693-4610-9023-be6573c9fcca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:14,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6eaab709-f88d-4870-8e71-d9c88e1dcac4 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:14,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9d68733d-e693-4610-9023-be6573c9fcca used request id req-6eaab709-f88d-4870-8e71-d9c88e1dcac4 2018-10-06 04:29:14,080 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c953a04e-85ef-428-proj 2018-10-06 04:29:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:14,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad03b318-e093-4cef-a988-740df93acc7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:14,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4fb6a71e742d40e982f932eb6cddb612 used request id req-ad03b318-e093-4cef-a988-740df93acc7a 2018-10-06 04:29:14,272 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c953a04e-85ef-428-proj-role 2018-10-06 04:29:14,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:14,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f844ced3-151e-44f3-96c8-61868055ca29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:14,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/fbdd4d4a66a349879b48a4c0fb74d2e0 used request id req-f844ced3-151e-44f3-96c8-61868055ca29 2018-10-06 04:29:14,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb3a1243e94521f980444279077ad06c58c26537" 2018-10-06 04:29:14,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693f1299-155a-4604-ac0a-490316b689ef Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:14,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-693f1299-155a-4604-ac0a-490316b689ef 2018-10-06 04:29:14,468 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c953a04e-85ef-428-user 2018-10-06 04:29:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/34e78f63db214ac68c8ad4e584649af8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}542237fc8ae53c4b2ebb9fdcd87070ab5ed50299" 2018-10-06 04:29:14,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-561d1867-0a08-46d7-8fb3-5e5977583dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:14,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/34e78f63db214ac68c8ad4e584649af8 used request id req-561d1867-0a08-46d7-8fb3-5e5977583dec 2018-10-06 04:29:14,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:15,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["nU5QoFbbR8OgpusDx6DCzw"], "issued_at": "2018-10-06T04:29:15.000000Z"}} 2018-10-06 04:29:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1448ffbc96688bb441396d408b873a754b53fd22" 2018-10-06 04:29:15,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5efcd5e-82ba-43e4-94eb-d2d2983dedbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:15,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c5efcd5e-82ba-43e4-94eb-d2d2983dedbf 2018-10-06 04:29:15,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:15,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:15,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Q4UML1CXQkuatCa0h1NimA"], "issued_at": "2018-10-06T04:29:15.000000Z"}} 2018-10-06 04:29:15,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:15,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e2fb3d-4515-4931-8fa2-ad438a4bca20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:15,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04e2fb3d-4515-4931-8fa2-ad438a4bca20 2018-10-06 04:29:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:15,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:15,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-955446e2-900a-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:15,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d6e959-d2d4-4737-8463-3f9168653fc0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-955446e2-900a-42b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:15,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-955446e2-900a-42b-proj used request id req-06d6e959-d2d4-4737-8463-3f9168653fc0 2018-10-06 04:29:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:15,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee87913-3faf-4d62-bd55-5e20c78b5039 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:15,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-eee87913-3faf-4d62-bd55-5e20c78b5039 2018-10-06 04:29:15,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}}' 2018-10-06 04:29:15,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88ffa23e-4fee-46e4-a3c1-b65356b76728 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79"}, "enabled": true, "id": "8797f6bb42ac4be590024cd1733f3b79", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}} 2018-10-06 04:29:15,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-88ffa23e-4fee-46e4-a3c1-b65356b76728 2018-10-06 04:29:15,929 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-955446e2-900a-42b-proj 2018-10-06 04:29:15,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:15,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:16,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XJhLGm33RX6Lq-1dmfuUFg"], "issued_at": "2018-10-06T04:29:16.000000Z"}} 2018-10-06 04:29:16,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b431a4511317fa6d7a0158fbe1acbf6798847cf" 2018-10-06 04:29:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c07a15-b2b3-4d0d-80eb-e28113bbf056 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:16,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-65c07a15-b2b3-4d0d-80eb-e28113bbf056 2018-10-06 04:29:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:16,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:16,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b431a4511317fa6d7a0158fbe1acbf6798847cf" 2018-10-06 04:29:16,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe0a7e5-aaae-49ad-ba29-5be1b5001155 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:16,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0fe0a7e5-aaae-49ad-ba29-5be1b5001155 2018-10-06 04:29:16,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b431a4511317fa6d7a0158fbe1acbf6798847cf" 2018-10-06 04:29:16,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a653856-df83-4e46-8219-91a41f024aeb Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79"}, "enabled": true, "id": "8797f6bb42ac4be590024cd1733f3b79", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}]} 2018-10-06 04:29:16,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj used request id req-9a653856-df83-4e46-8219-91a41f024aeb 2018-10-06 04:29:16,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b431a4511317fa6d7a0158fbe1acbf6798847cf" 2018-10-06 04:29:16,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8025269b-51ca-4472-bbfe-ac345e75de28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:16,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8025269b-51ca-4472-bbfe-ac345e75de28 2018-10-06 04:29:17,005 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-955446e2-900a-42b-user 2018-10-06 04:29:17,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:17,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59172d1c-92c2-43a9-93bd-2aa2b265973d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:17,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-59172d1c-92c2-43a9-93bd-2aa2b265973d 2018-10-06 04:29:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" -d '{"role": {"name": "CreateSecurityGroupTests-955446e2-900a-42b-proj-role"}}' 2018-10-06 04:29:17,196 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9343cbe2-3909-4b17-9e4d-18fb4211b676 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "03e6a886ffd6468aabf9de92c1cd9e67", "links": {"self": "http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67"}, "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj-role"}} 2018-10-06 04:29:17,197 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9343cbe2-3909-4b17-9e4d-18fb4211b676 2018-10-06 04:29:17,197 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-955446e2-900a-42b-proj-role 2018-10-06 04:29:17,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:17,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf193bc1-6583-4f16-9670-50d42fed1ce1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67"}, "domain_id": null, "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj-role", "id": "03e6a886ffd6468aabf9de92c1cd9e67"}} 2018-10-06 04:29:17,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67 used request id req-cf193bc1-6583-4f16-9670-50d42fed1ce1 2018-10-06 04:29:17,286 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-955446e2-900a-42b-proj-role to project CreateSecurityGroupTests-955446e2-900a-42b-proj 2018-10-06 04:29:17,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79/users/11d45a226de241c5adb21e3bb38b586b/roles/03e6a886ffd6468aabf9de92c1cd9e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:17,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8793957f-bb04-4c7b-9951-d03c44f0a018 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:17,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79/users/11d45a226de241c5adb21e3bb38b586b/roles/03e6a886ffd6468aabf9de92c1cd9e67 used request id req-8793957f-bb04-4c7b-9951-d03c44f0a018 2018-10-06 04:29:17,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:17,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:17,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["B3E14DY9RN2ytE5vy2eAQA"], "issued_at": "2018-10-06T04:29:17.000000Z"}} 2018-10-06 04:29:17,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:17,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6b6abe-f090-4633-a16b-e508afc458e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:17,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b6b6abe-f090-4633-a16b-e508afc458e2 2018-10-06 04:29:17,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:18,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-67014087-6287-477e-91fe-264f5920af17 Date: Sat, 06 Oct 2018 04:29:18 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:18,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename&description=hello+group used request id req-67014087-6287-477e-91fe-264f5920af17 2018-10-06 04:29:18,077 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename... 2018-10-06 04:29:18,078 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename 2018-10-06 04:29:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:18,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:18,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:18,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187db2df-698a-4b98-89e6-0593d8187190 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79"}, "enabled": true, "id": "8797f6bb42ac4be590024cd1733f3b79", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}]} 2018-10-06 04:29:18,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-955446e2-900a-42b-proj used request id req-187db2df-698a-4b98-89e6-0593d8187190 2018-10-06 04:29:18,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" -d '{"security_group": {"tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename", "description": "hello group"}}' 2018-10-06 04:29:18,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-da0ec6f3-99c9-4a2a-b27e-148591d8bd96 Date: Sat, 06 Oct 2018 04:29:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "4f029e8a-b515-42c6-a531-341df6b3f44d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 2, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename"}} 2018-10-06 04:29:18,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-da0ec6f3-99c9-4a2a-b27e-148591d8bd96 2018-10-06 04:29:18,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:18,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:18,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9dd01de9-ac72-41d9-a56c-1cf8e2fe1fe3 Date: Sat, 06 Oct 2018 04:29:18 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:18,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-9dd01de9-ac72-41d9-a56c-1cf8e2fe1fe3 2018-10-06 04:29:18,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:18,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cef2c6f2-8383-48fa-8057-de91827773c3 Date: Sat, 06 Oct 2018 04:29:19 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:19,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-cef2c6f2-8383-48fa-8057-de91827773c3 2018-10-06 04:29:19,133 - neutron_utils - INFO - Retrieving security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a147a960-cf3f-412a-9532-c135dc2b049a Date: Sat, 06 Oct 2018 04:29:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "4f029e8a-b515-42c6-a531-341df6b3f44d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 2, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename"}]} 2018-10-06 04:29:19,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-a147a960-cf3f-412a-9532-c135dc2b049a 2018-10-06 04:29:19,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14a0dfae-aeaa-43d0-962c-ededc8edaeb1 Date: Sat, 06 Oct 2018 04:29:19 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:19,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-14a0dfae-aeaa-43d0-962c-ededc8edaeb1 2018-10-06 04:29:19,533 - neutron_utils - INFO - Retrieving security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-328b4d98-f067-428d-86d9-cf8d232377e7 Date: Sat, 06 Oct 2018 04:29:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "4f029e8a-b515-42c6-a531-341df6b3f44d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 2, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename"}]} 2018-10-06 04:29:19,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-328b4d98-f067-428d-86d9-cf8d232377e7 2018-10-06 04:29:19,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f614a79-d4a5-42f4-9ceb-ef8fbd49290b Date: Sat, 06 Oct 2018 04:29:19 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:19,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-1f614a79-d4a5-42f4-9ceb-ef8fbd49290b 2018-10-06 04:29:19,609 - neutron_utils - INFO - Retrieving security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:19,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6ee7f24d-b82b-40a7-94c7-f262ff5da467 Date: Sat, 06 Oct 2018 04:29:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "4f029e8a-b515-42c6-a531-341df6b3f44d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 2, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename"}]} 2018-10-06 04:29:19,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-6ee7f24d-b82b-40a7-94c7-f262ff5da467 2018-10-06 04:29:19,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:19,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:20,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a6fc72e2-cd13-4f7c-b8b4-f920c8da09b3 Date: Sat, 06 Oct 2018 04:29:20 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:20,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-a6fc72e2-cd13-4f7c-b8b4-f920c8da09b3 2018-10-06 04:29:20,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:20,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "03e6a886ffd6468aabf9de92c1cd9e67", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj-role"}], "expires_at": "2018-10-06T05:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8797f6bb42ac4be590024cd1733f3b79", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8797f6bb42ac4be590024cd1733f3b79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8797f6bb42ac4be590024cd1733f3b79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8797f6bb42ac4be590024cd1733f3b79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8797f6bb42ac4be590024cd1733f3b79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8797f6bb42ac4be590024cd1733f3b79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8797f6bb42ac4be590024cd1733f3b79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8797f6bb42ac4be590024cd1733f3b79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-955446e2-900a-42b-user", "id": "11d45a226de241c5adb21e3bb38b586b"}, "audit_ids": ["faKzzkIMTAS6m81kUqqFcA"], "issued_at": "2018-10-06T04:29:20.000000Z"}} 2018-10-06 04:29:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3105e53db0c8ef9bdc9d5526b5d2810a1dd763d9" 2018-10-06 04:29:20,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23e797e1-e853-4dfa-a66e-fd45494c97c9 Date: Sat, 06 Oct 2018 04:29:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "4f029e8a-b515-42c6-a531-341df6b3f44d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 2, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "name": "CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename"}]} 2018-10-06 04:29:20,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename&description=hello+group used request id req-23e797e1-e853-4dfa-a66e-fd45494c97c9 2018-10-06 04:29:20,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:20,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1448ffbc96688bb441396d408b873a754b53fd22" 2018-10-06 04:29:20,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6a1383-bd9c-4d35-92ed-168af1445f8a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79"}, "enabled": true, "id": "8797f6bb42ac4be590024cd1733f3b79", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}} 2018-10-06 04:29:20,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 used request id req-ad6a1383-bd9c-4d35-92ed-168af1445f8a 2018-10-06 04:29:20,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:20,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3105e53db0c8ef9bdc9d5526b5d2810a1dd763d9" 2018-10-06 04:29:20,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fb72af17-f768-451d-8a79-542ddabfda64 Date: Sat, 06 Oct 2018 04:29:20 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:20,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-fb72af17-f768-451d-8a79-542ddabfda64 2018-10-06 04:29:20,890 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 2018-10-06 04:29:20,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3105e53db0c8ef9bdc9d5526b5d2810a1dd763d9" 2018-10-06 04:29:21,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14c60a1a-3731-439e-884e-1e9ece0ceb0b Date: Sat, 06 Oct 2018 04:29:21 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-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "2d49221b-6a6e-4db0-b85b-6dc2d9f8f520"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "59f9a9e1-aaf0-4087-8f8c-3421304a4fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "4f029e8a-b515-42c6-a531-341df6b3f44d"}]} 2018-10-06 04:29:21,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-14c60a1a-3731-439e-884e-1e9ece0ceb0b 2018-10-06 04:29:21,062 - neutron_utils - INFO - Deleting security group rule with ID - 4f029e8a-b515-42c6-a531-341df6b3f44d 2018-10-06 04:29:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4f029e8a-b515-42c6-a531-341df6b3f44d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:21,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f30bc31-9e85-4212-9ad0-2c048e417d30 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:21,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4f029e8a-b515-42c6-a531-341df6b3f44d used request id req-1f30bc31-9e85-4212-9ad0-2c048e417d30 2018-10-06 04:29:21,303 - neutron_utils - INFO - Deleting security group rule with ID - 2d49221b-6a6e-4db0-b85b-6dc2d9f8f520 2018-10-06 04:29:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/2d49221b-6a6e-4db0-b85b-6dc2d9f8f520 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:21,553 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22a04837-14fc-4a5a-8c43-585804b07496 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:21,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/2d49221b-6a6e-4db0-b85b-6dc2d9f8f520 used request id req-22a04837-14fc-4a5a-8c43-585804b07496 2018-10-06 04:29:21,553 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-69b15f03-03f6-48a5-8559-bb7dd6e8799ename 2018-10-06 04:29:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad361a7f3562cc3a2af3a21aff3dc985168477e3" 2018-10-06 04:29:21,844 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb748fa3-4329-4eb3-b00a-d4bbc8e07e34 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:21,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/59f9a9e1-aaf0-4087-8f8c-3421304a4fd7 used request id req-cb748fa3-4329-4eb3-b00a-d4bbc8e07e34 2018-10-06 04:29:21,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2ea1c743-713c-4d5f-a743-8e200f02af53 Date: Sat, 06 Oct 2018 04:29:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "updated_at": "2018-10-06T04:29:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "72b7ef5c-2e75-400b-9796-1231b514b255", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "83c889f9-a69f-4449-8e70-9cdbe4b673fd", "remote_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "d2da65cf-32e9-469e-be04-7cf962cd4506", "remote_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv6", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "revision_number": 0, "id": "e95871f6-24d2-40fb-a6c4-45e3d8ccd6a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "port_range_min": null, "ethertype": "IPv4", "project_id": "8797f6bb42ac4be590024cd1733f3b79"}], "revision_number": 4, "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:22,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2ea1c743-713c-4d5f-a743-8e200f02af53 2018-10-06 04:29:22,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafa024b-edfb-489a-b595-6e3b897a1f7e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79"}, "enabled": true, "id": "8797f6bb42ac4be590024cd1733f3b79", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-955446e2-900a-42b-proj"}} 2018-10-06 04:29:22,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 used request id req-aafa024b-edfb-489a-b595-6e3b897a1f7e 2018-10-06 04:29:22,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bce00c6-8135-48ae-9331-db3f40eb7d7f 2018-10-06 04:29:22,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0bce00c6-8135-48ae-9331-db3f40eb7d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9d274b75-bb2c-49a4-81f3-c7a6423ff64f Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "72b7ef5c-2e75-400b-9796-1231b514b255"}, {"remote_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "83c889f9-a69f-4449-8e70-9cdbe4b673fd"}, {"remote_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "d2da65cf-32e9-469e-be04-7cf962cd4506"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:18Z", "security_group_id": "0bce00c6-8135-48ae-9331-db3f40eb7d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "8797f6bb42ac4be590024cd1733f3b79", "created_at": "2018-10-06T04:29:18Z", "project_id": "8797f6bb42ac4be590024cd1733f3b79", "id": "e95871f6-24d2-40fb-a6c4-45e3d8ccd6a1"}]} 2018-10-06 04:29:22,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=0bce00c6-8135-48ae-9331-db3f40eb7d7f used request id req-9d274b75-bb2c-49a4-81f3-c7a6423ff64f 2018-10-06 04:29:22,332 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:22,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/0bce00c6-8135-48ae-9331-db3f40eb7d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,637 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19492973-8509-4690-a8b7-7b2588b419dc Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:22,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/0bce00c6-8135-48ae-9331-db3f40eb7d7f used request id req-19492973-8509-4690-a8b7-7b2588b419dc 2018-10-06 04:29:22,638 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-955446e2-900a-42b-proj 2018-10-06 04:29:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e0b1ff-57dd-4792-816a-cc0dbe4c4380 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:22,877 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8797f6bb42ac4be590024cd1733f3b79 used request id req-99e0b1ff-57dd-4792-816a-cc0dbe4c4380 2018-10-06 04:29:22,877 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-955446e2-900a-42b-proj-role 2018-10-06 04:29:22,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:22,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1bdb9ee-dbd2-4460-92ba-4abbfcb206c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:22,993 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/03e6a886ffd6468aabf9de92c1cd9e67 used request id req-c1bdb9ee-dbd2-4460-92ba-4abbfcb206c0 2018-10-06 04:29:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78cc512f12088c98d3ff5f4e14bc25cae81a0202" 2018-10-06 04:29:23,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47201896-b9f5-4fdd-b1d3-3cb33308e265 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:23,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-47201896-b9f5-4fdd-b1d3-3cb33308e265 2018-10-06 04:29:23,090 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-955446e2-900a-42b-user 2018-10-06 04:29:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/11d45a226de241c5adb21e3bb38b586b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b431a4511317fa6d7a0158fbe1acbf6798847cf" 2018-10-06 04:29:23,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d64097a7-36af-4099-9a8d-6df8dbe05d09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:23,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/11d45a226de241c5adb21e3bb38b586b used request id req-d64097a7-36af-4099-9a8d-6df8dbe05d09 2018-10-06 04:29:23,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:23,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BBcO6bkxQ9iM5u5bCQhE4A"], "issued_at": "2018-10-06T04:29:23.000000Z"}} 2018-10-06 04:29:23,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}342cd57ee02c2d9b56ab42ca1223133fa42320a3" 2018-10-06 04:29:23,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167d8611-3529-4162-8b4f-2de9acf9c7da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:23,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-167d8611-3529-4162-8b4f-2de9acf9c7da 2018-10-06 04:29:23,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:23,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:24,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8XU33BboTZWzdMSr6htMsg"], "issued_at": "2018-10-06T04:29:24.000000Z"}} 2018-10-06 04:29:24,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:24,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69b2116a-0cee-4f04-9dcf-6b9466f19915 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:24,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-69b2116a-0cee-4f04-9dcf-6b9466f19915 2018-10-06 04:29:24,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:24,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:24,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:24,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0601eac3-aa45-4973-b120-9a992bd7e8ef Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:24,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj used request id req-0601eac3-aa45-4973-b120-9a992bd7e8ef 2018-10-06 04:29:24,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:24,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc43dc9-422f-40bd-8db4-e1d436c22683 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:24,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-edc43dc9-422f-40bd-8db4-e1d436c22683 2018-10-06 04:29:24,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}}' 2018-10-06 04:29:24,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e264632b-e96b-4215-94af-9cb475587bad Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a"}, "enabled": true, "id": "9388558d15aa44eaa32a79502420044a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}} 2018-10-06 04:29:24,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e264632b-e96b-4215-94af-9cb475587bad 2018-10-06 04:29:24,629 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-proj 2018-10-06 04:29:24,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:24,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:25,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["7Am8vWtEQV623H0w-sXDqg"], "issued_at": "2018-10-06T04:29:24.000000Z"}} 2018-10-06 04:29:25,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf798a816ab274c223fbe3064ed2fc4c42ddd3e" 2018-10-06 04:29:25,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-525d06e3-7203-4314-9bc4-25421674f166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:25,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-525d06e3-7203-4314-9bc4-25421674f166 2018-10-06 04:29:25,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:25,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf798a816ab274c223fbe3064ed2fc4c42ddd3e" 2018-10-06 04:29:25,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c0f38c8-6907-49e6-ba99-f817c82de778 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:25,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1c0f38c8-6907-49e6-ba99-f817c82de778 2018-10-06 04:29:25,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf798a816ab274c223fbe3064ed2fc4c42ddd3e" 2018-10-06 04:29:25,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b5f5e5-3ecb-4f4d-8816-dbe88b9ecbe0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a"}, "enabled": true, "id": "9388558d15aa44eaa32a79502420044a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}]} 2018-10-06 04:29:25,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-c7166c47-eb49-4c3-proj used request id req-42b5f5e5-3ecb-4f4d-8816-dbe88b9ecbe0 2018-10-06 04:29:25,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf798a816ab274c223fbe3064ed2fc4c42ddd3e" 2018-10-06 04:29:25,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed409636-cc05-4363-b255-f49269979739 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:25,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ed409636-cc05-4363-b255-f49269979739 2018-10-06 04:29:25,749 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-user 2018-10-06 04:29:25,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:25,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:25,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84daa2e-82dc-44a0-ba9c-063ea53b9d7c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:25,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b84daa2e-82dc-44a0-ba9c-063ea53b9d7c 2018-10-06 04:29:25,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" -d '{"role": {"name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role"}}' 2018-10-06 04:29:25,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a678d99-0199-424d-80be-ac88050c6260 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e958151645134b48acf14c9dc8080728", "links": {"self": "http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728"}, "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role"}} 2018-10-06 04:29:25,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7a678d99-0199-424d-80be-ac88050c6260 2018-10-06 04:29:25,964 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role 2018-10-06 04:29:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:26,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641c3d58-b3fb-4637-9195-7e2285ffde77 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728"}, "domain_id": null, "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role", "id": "e958151645134b48acf14c9dc8080728"}} 2018-10-06 04:29:26,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728 used request id req-641c3d58-b3fb-4637-9195-7e2285ffde77 2018-10-06 04:29:26,052 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role to project CreateSecurityGroupTests-c7166c47-eb49-4c3-proj 2018-10-06 04:29:26,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a/users/1ab1b2801fd4423dbd03865f01fa430c/roles/e958151645134b48acf14c9dc8080728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:26,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe150a43-7d85-4c33-aa66-3d963e89693f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:26,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a/users/1ab1b2801fd4423dbd03865f01fa430c/roles/e958151645134b48acf14c9dc8080728 used request id req-fe150a43-7d85-4c33-aa66-3d963e89693f 2018-10-06 04:29:26,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:26,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:26,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e958151645134b48acf14c9dc8080728", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role"}], "expires_at": "2018-10-06T05:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9388558d15aa44eaa32a79502420044a", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-user", "id": "1ab1b2801fd4423dbd03865f01fa430c"}, "audit_ids": ["wNx4z4UOTCa07Foe-NFeaw"], "issued_at": "2018-10-06T04:29:26.000000Z"}} 2018-10-06 04:29:26,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:26,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4681ed9-5f8f-499f-aee6-e0e78bef64b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:26,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e4681ed9-5f8f-499f-aee6-e0e78bef64b8 2018-10-06 04:29:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:26,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b3f7ba7e-7db5-4be1-88cd-55eb5e24f98e Date: Sat, 06 Oct 2018 04:29:26 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:26,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname&description=hello+group used request id req-b3f7ba7e-7db5-4be1-88cd-55eb5e24f98e 2018-10-06 04:29:26,957 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname... 2018-10-06 04:29:26,957 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname 2018-10-06 04:29:26,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" -d '{"security_group": {"name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname", "description": "hello group"}}' 2018-10-06 04:29:27,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4c82b7c8-5fcf-429a-96be-3737f18a67b1 Date: Sat, 06 Oct 2018 04:29:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 2, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}} 2018-10-06 04:29:27,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-4c82b7c8-5fcf-429a-96be-3737f18a67b1 2018-10-06 04:29:27,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:27,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:27,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d7767dd1-8907-4f9c-a0c6-7f50e4e79235 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}]} 2018-10-06 04:29:27,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-d7767dd1-8907-4f9c-a0c6-7f50e4e79235 2018-10-06 04:29:27,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:27,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:27,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7dfb37f2-3bc5-4911-b9bd-cf35831297fa Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}]} 2018-10-06 04:29:27,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-7dfb37f2-3bc5-4911-b9bd-cf35831297fa 2018-10-06 04:29:27,547 - neutron_utils - INFO - Retrieving security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:27,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:27,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4bd04f1f-085e-4d9e-a736-486a80478a6e Date: Sat, 06 Oct 2018 04:29:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 2, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:27,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-4bd04f1f-085e-4d9e-a736-486a80478a6e 2018-10-06 04:29:27,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:27,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:27,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-57de39c8-91d9-46ca-b6e2-3c4c80d8d7d9 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}]} 2018-10-06 04:29:27,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-57de39c8-91d9-46ca-b6e2-3c4c80d8d7d9 2018-10-06 04:29:27,928 - neutron_utils - INFO - Retrieving security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:27,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:28,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-05eb66ae-0ab8-4edf-bdec-88549f5873cb Date: Sat, 06 Oct 2018 04:29:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 2, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:28,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-05eb66ae-0ab8-4edf-bdec-88549f5873cb 2018-10-06 04:29:28,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:28,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24f51533-42b1-45ad-8119-e826d44c37cc Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}]} 2018-10-06 04:29:28,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-24f51533-42b1-45ad-8119-e826d44c37cc 2018-10-06 04:29:28,289 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname 2018-10-06 04:29:28,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:28,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b3b07d25-1230-4c82-9426-df0a616c6f29 Date: Sat, 06 Oct 2018 04:29:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 2, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:28,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname used request id req-b3b07d25-1230-4c82-9426-df0a616c6f29 2018-10-06 04:29:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:28,496 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:28,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:28,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a48c05e-2593-4822-80bf-62dc1db67f05 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a"}, "enabled": true, "id": "9388558d15aa44eaa32a79502420044a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}} 2018-10-06 04:29:28,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a used request id req-4a48c05e-2593-4822-80bf-62dc1db67f05 2018-10-06 04:29:28,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:28,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:28,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fabd418f-235d-4e28-b90a-728bf6b1db6c Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}]} 2018-10-06 04:29:28,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-fabd418f-235d-4e28-b90a-728bf6b1db6c 2018-10-06 04:29:28,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}2db5cb74d09d9825296f5cb296e9829590562194" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10}}' 2018-10-06 04:29:28,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-8c14c4d7-9b37-4cef-ab29-1172a84017c7 Date: Sat, 06 Oct 2018 04:29:28 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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}} 2018-10-06 04:29:28,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8c14c4d7-9b37-4cef-ab29-1172a84017c7 2018-10-06 04:29:28,773 - neutron_utils - INFO - Retrieving security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:28,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:29,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-1d611ac5-9722-408c-9507-8242c68f1429 Date: Sat, 06 Oct 2018 04:29:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:28Z", "revision_number": 0, "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 3, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:29,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-1d611ac5-9722-408c-9507-8242c68f1429 2018-10-06 04:29:29,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:29,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:29,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-fab82909-034c-4c48-aa7b-01832a0fd30b Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:29,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-fab82909-034c-4c48-aa7b-01832a0fd30b 2018-10-06 04:29:29,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:29,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e958151645134b48acf14c9dc8080728", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role"}], "expires_at": "2018-10-06T05:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9388558d15aa44eaa32a79502420044a", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9388558d15aa44eaa32a79502420044a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-user", "id": "1ab1b2801fd4423dbd03865f01fa430c"}, "audit_ids": ["9rhYOgYzQDO6aKxkUBdt7A"], "issued_at": "2018-10-06T04:29:29.000000Z"}} 2018-10-06 04:29:29,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:29,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-c9ed0a31-1559-41ba-911c-c707ae450be5 Date: Sat, 06 Oct 2018 04:29:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:28Z", "revision_number": 0, "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 3, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:29,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname&description=hello+group used request id req-c9ed0a31-1559-41ba-911c-c707ae450be5 2018-10-06 04:29:29,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:29,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-eb023807-b817-4cb1-9130-fb7b423db283 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:29,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-eb023807-b817-4cb1-9130-fb7b423db283 2018-10-06 04:29:29,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:29,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-2a09b08c-92f2-4eeb-ae53-7c005f28baa4 Date: Sat, 06 Oct 2018 04:29:30 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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:30,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-2a09b08c-92f2-4eeb-ae53-7c005f28baa4 2018-10-06 04:29:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-705b7760-61a0-4991-b37b-f86fb2c4d72c Date: Sat, 06 Oct 2018 04:29:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:28Z", "revision_number": 0, "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 3, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:30,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname used request id req-705b7760-61a0-4991-b37b-f86fb2c4d72c 2018-10-06 04:29:30,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-bbf3a129-03ad-43e1-8eb1-2ccd11691ca6 Date: Sat, 06 Oct 2018 04:29:30 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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:30,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-bbf3a129-03ad-43e1-8eb1-2ccd11691ca6 2018-10-06 04:29:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-ac1cde49-e8f4-400d-b08a-7d6b26259e6b Date: Sat, 06 Oct 2018 04:29:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:28Z", "revision_number": 0, "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 3, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:30,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname used request id req-ac1cde49-e8f4-400d-b08a-7d6b26259e6b 2018-10-06 04:29:30,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-487933b1-c280-4066-bc31-5dd7758787b1 Date: Sat, 06 Oct 2018 04:29:30 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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:30,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-487933b1-c280-4066-bc31-5dd7758787b1 2018-10-06 04:29:30,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:30,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-5a051852-12d1-43aa-922a-179308b918f6 Date: Sat, 06 Oct 2018 04:29:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "updated_at": "2018-10-06T04:29:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "revision_number": 0, "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:28Z", "revision_number": 0, "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 3, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "name": "CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname"}]} 2018-10-06 04:29:30,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname used request id req-5a051852-12d1-43aa-922a-179308b918f6 2018-10-06 04:29:30,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38f1e403-774c-4ecb-8c49-c2e71c53b319 2018-10-06 04:29:30,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca5841839384622de8f6d7b71ba5b3b0022aad7" 2018-10-06 04:29:31,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-c8b83d23-8c66-4ead-a333-1869255e9932 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "5f4d163a-f791-44c5-84e2-1fad0426ad80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:27Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:27Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "d734dfe5-3916-4381-a0bf-332c3dc1c771"}, {"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-10-06T04:29:28Z", "security_group_id": "38f1e403-774c-4ecb-8c49-c2e71c53b319", "port_range_min": 10, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:28Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "dfced7df-ff81-4bca-b478-3a18a9d5aad6"}]} 2018-10-06 04:29:31,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-c8b83d23-8c66-4ead-a333-1869255e9932 2018-10-06 04:29:31,151 - neutron_utils - INFO - Deleting security group rule with ID - dfced7df-ff81-4bca-b478-3a18a9d5aad6 2018-10-06 04:29:31,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/dfced7df-ff81-4bca-b478-3a18a9d5aad6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:31,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2788891-1670-4619-b6b0-5f859ee8d2df Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:31,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/dfced7df-ff81-4bca-b478-3a18a9d5aad6 used request id req-f2788891-1670-4619-b6b0-5f859ee8d2df 2018-10-06 04:29:31,446 - neutron_utils - INFO - Deleting security group rule with ID - 5f4d163a-f791-44c5-84e2-1fad0426ad80 2018-10-06 04:29:31,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5f4d163a-f791-44c5-84e2-1fad0426ad80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:31,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9188d123-5a1e-4a06-ba58-0f96536078c7 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:31,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5f4d163a-f791-44c5-84e2-1fad0426ad80 used request id req-9188d123-5a1e-4a06-ba58-0f96536078c7 2018-10-06 04:29:31,548 - neutron_utils - INFO - Deleting security group rule with ID - d734dfe5-3916-4381-a0bf-332c3dc1c771 2018-10-06 04:29:31,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d734dfe5-3916-4381-a0bf-332c3dc1c771 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:31,787 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a0c787e-8d70-4190-855e-cf3f672ffc7f Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:31,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d734dfe5-3916-4381-a0bf-332c3dc1c771 used request id req-2a0c787e-8d70-4190-855e-cf3f672ffc7f 2018-10-06 04:29:31,787 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-cb20623d-51c5-41af-9bde-4fb09f1b9dfaname 2018-10-06 04:29:31,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/38f1e403-774c-4ecb-8c49-c2e71c53b319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db5cb74d09d9825296f5cb296e9829590562194" 2018-10-06 04:29:32,058 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc889cec-087d-41de-9a0c-f00645c12dc2 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:32,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/38f1e403-774c-4ecb-8c49-c2e71c53b319 used request id req-bc889cec-087d-41de-9a0c-f00645c12dc2 2018-10-06 04:29:32,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:32,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-268128cb-7dad-4aa7-baad-d570943264f4 Date: Sat, 06 Oct 2018 04:29:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:26Z", "updated_at": "2018-10-06T04:29:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "revision_number": 0, "id": "4fb44b49-efa9-42c6-ab5d-b0b3d752c34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "revision_number": 0, "id": "87f5f7fa-58a1-4187-827d-1430511f1f2f", "remote_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "revision_number": 0, "id": "950789b1-3654-4321-a708-2200b0f53fa0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9388558d15aa44eaa32a79502420044a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "revision_number": 0, "id": "f737f42d-8f4e-431d-83ff-97d5a675fbaa", "remote_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "tenant_id": "9388558d15aa44eaa32a79502420044a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9388558d15aa44eaa32a79502420044a"}], "revision_number": 4, "project_id": "9388558d15aa44eaa32a79502420044a", "id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:32,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-268128cb-7dad-4aa7-baad-d570943264f4 2018-10-06 04:29:32,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:32,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b90e70-a914-4583-86c4-ebda371fb640 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:29:32,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-a1b90e70-a914-4583-86c4-ebda371fb640 2018-10-06 04:29:32,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:32,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8296c9b-27f6-44fa-a0fe-dec16a441cad Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a"}, "enabled": true, "id": "9388558d15aa44eaa32a79502420044a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c7166c47-eb49-4c3-proj"}} 2018-10-06 04:29:32,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a used request id req-c8296c9b-27f6-44fa-a0fe-dec16a441cad 2018-10-06 04:29:32,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61c7b885-5fba-43ec-8275-56c4c68839f7 2018-10-06 04:29:32,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=61c7b885-5fba-43ec-8275-56c4c68839f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:32,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-02d66eed-0fb9-404b-b5dc-593fd4ef70f7 Date: Sat, 06 Oct 2018 04:29:32 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-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:26Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "4fb44b49-efa9-42c6-ab5d-b0b3d752c34b"}, {"remote_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:26Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "87f5f7fa-58a1-4187-827d-1430511f1f2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:26Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "950789b1-3654-4321-a708-2200b0f53fa0"}, {"remote_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:26Z", "security_group_id": "61c7b885-5fba-43ec-8275-56c4c68839f7", "port_range_min": null, "revision_number": 0, "tenant_id": "9388558d15aa44eaa32a79502420044a", "created_at": "2018-10-06T04:29:26Z", "project_id": "9388558d15aa44eaa32a79502420044a", "id": "f737f42d-8f4e-431d-83ff-97d5a675fbaa"}]} 2018-10-06 04:29:32,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=61c7b885-5fba-43ec-8275-56c4c68839f7 used request id req-02d66eed-0fb9-404b-b5dc-593fd4ef70f7 2018-10-06 04:29:32,644 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:32,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/61c7b885-5fba-43ec-8275-56c4c68839f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:32,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12dc3ca1-617f-4d47-9546-48774c8158be Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:32,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/61c7b885-5fba-43ec-8275-56c4c68839f7 used request id req-12dc3ca1-617f-4d47-9546-48774c8158be 2018-10-06 04:29:32,936 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-proj 2018-10-06 04:29:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:33,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94bb28d7-84f4-415f-8a89-d9ff25724aa6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:33,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9388558d15aa44eaa32a79502420044a used request id req-94bb28d7-84f4-415f-8a89-d9ff25724aa6 2018-10-06 04:29:33,176 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-proj-role 2018-10-06 04:29:33,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:33,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb7f1d5-022c-4a8b-84b6-076d7a499cc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:33,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e958151645134b48acf14c9dc8080728 used request id req-9fb7f1d5-022c-4a8b-84b6-076d7a499cc2 2018-10-06 04:29:33,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d82f95a681ddd14a898cabe7aa0eb44acc488b15" 2018-10-06 04:29:33,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393c0151-d0fb-491f-a35f-48de7ac6f82b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:33,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-393c0151-d0fb-491f-a35f-48de7ac6f82b 2018-10-06 04:29:33,400 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c7166c47-eb49-4c3-user 2018-10-06 04:29:33,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1ab1b2801fd4423dbd03865f01fa430c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbf798a816ab274c223fbe3064ed2fc4c42ddd3e" 2018-10-06 04:29:33,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cc47542-64be-4a2b-a9c7-e733ab5df5c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:33,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1ab1b2801fd4423dbd03865f01fa430c used request id req-3cc47542-64be-4a2b-a9c7-e733ab5df5c3 2018-10-06 04:29:33,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:33,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["suClz9AQQbi2AH2Z06tSGg"], "issued_at": "2018-10-06T04:29:33.000000Z"}} 2018-10-06 04:29:33,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23045a965a70ede84f02e698cd1dc429b7621956" 2018-10-06 04:29:34,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0b9ca0-4ca1-4c05-bd5a-068aeb032fe5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:34,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba0b9ca0-4ca1-4c05-bd5a-068aeb032fe5 2018-10-06 04:29:34,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:34,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:34,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Fj7Cs3J6TyGJhKKtOE162g"], "issued_at": "2018-10-06T04:29:34.000000Z"}} 2018-10-06 04:29:34,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:34,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e68b859-33a7-439f-b853-fa3a401fdbac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:34,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7e68b859-33a7-439f-b853-fa3a401fdbac 2018-10-06 04:29:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:34,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:34,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a2bcdf-6d2e-4e6c-ae7f-967f2c057589 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:34,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj used request id req-52a2bcdf-6d2e-4e6c-ae7f-967f2c057589 2018-10-06 04:29:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:34,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039ccd9c-14f9-440d-9a4e-a291defa7517 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:34,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-039ccd9c-14f9-440d-9a4e-a291defa7517 2018-10-06 04:29:34,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}}' 2018-10-06 04:29:34,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-747dc2d2-71ec-4ee3-8391-2de6b052d720 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857"}, "enabled": true, "id": "56ec197979384f5f8f761067d49fb857", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}} 2018-10-06 04:29:34,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-747dc2d2-71ec-4ee3-8391-2de6b052d720 2018-10-06 04:29:34,916 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-48ac84b6-b78e-405-proj 2018-10-06 04:29:34,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:34,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:35,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MciTQgJ4QF694utvFAQxsg"], "issued_at": "2018-10-06T04:29:35.000000Z"}} 2018-10-06 04:29:35,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ac228f308b156466d937a66556438780c0c41" 2018-10-06 04:29:35,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566342a2-e541-4e22-89e4-6ac80c6f018f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:35,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-566342a2-e541-4e22-89e4-6ac80c6f018f 2018-10-06 04:29:35,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:35,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:35,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ac228f308b156466d937a66556438780c0c41" 2018-10-06 04:29:35,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d780b3-a7f5-402d-8517-bf172c565e6d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:35,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-89d780b3-a7f5-402d-8517-bf172c565e6d 2018-10-06 04:29:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ac228f308b156466d937a66556438780c0c41" 2018-10-06 04:29:35,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13e182a-9e77-4542-a68b-485a552cb7ad Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857"}, "enabled": true, "id": "56ec197979384f5f8f761067d49fb857", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}]} 2018-10-06 04:29:35,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-48ac84b6-b78e-405-proj used request id req-d13e182a-9e77-4542-a68b-485a552cb7ad 2018-10-06 04:29:35,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ac228f308b156466d937a66556438780c0c41" 2018-10-06 04:29:35,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ab76fe-645f-4e63-bd16-6eee92498023 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:35,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b1ab76fe-645f-4e63-bd16-6eee92498023 2018-10-06 04:29:36,029 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-48ac84b6-b78e-405-user 2018-10-06 04:29:36,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:36,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:36,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2d58e8-237c-45de-8351-90c75b7a8b5f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:36,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4e2d58e8-237c-45de-8351-90c75b7a8b5f 2018-10-06 04:29:36,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" -d '{"role": {"name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role"}}' 2018-10-06 04:29:36,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6af1c8b6-9ef0-41f7-a0c5-a42c0e8a95e0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da095685a5f8438f9a2476c6e19f2e36", "links": {"self": "http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36"}, "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role"}} 2018-10-06 04:29:36,329 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-6af1c8b6-9ef0-41f7-a0c5-a42c0e8a95e0 2018-10-06 04:29:36,329 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role 2018-10-06 04:29:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:36,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d22535e-91c6-4acf-99c6-a97dafd9d5a9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36"}, "domain_id": null, "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role", "id": "da095685a5f8438f9a2476c6e19f2e36"}} 2018-10-06 04:29:36,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36 used request id req-0d22535e-91c6-4acf-99c6-a97dafd9d5a9 2018-10-06 04:29:36,417 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role to project CreateSecurityGroupTests-48ac84b6-b78e-405-proj 2018-10-06 04:29:36,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857/users/d960112959324ebebe0f8cad4416b162/roles/da095685a5f8438f9a2476c6e19f2e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:36,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23a89d38-7035-4d0d-a853-621eed13cd12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:36,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857/users/d960112959324ebebe0f8cad4416b162/roles/da095685a5f8438f9a2476c6e19f2e36 used request id req-23a89d38-7035-4d0d-a853-621eed13cd12 2018-10-06 04:29:36,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:36,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:36,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da095685a5f8438f9a2476c6e19f2e36", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role"}], "expires_at": "2018-10-06T05:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56ec197979384f5f8f761067d49fb857", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-user", "id": "d960112959324ebebe0f8cad4416b162"}, "audit_ids": ["SaMddPlBTrC5FAEyovkpaA"], "issued_at": "2018-10-06T04:29:36.000000Z"}} 2018-10-06 04:29:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:36,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25cef2d6-2a44-4ead-a3c1-4db828d87470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:36,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-25cef2d6-2a44-4ead-a3c1-4db828d87470 2018-10-06 04:29:37,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:37,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ff2be8bd-d84d-4708-a6c7-b56f186f72fd Date: Sat, 06 Oct 2018 04:29:37 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:37,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname&description=hello+group used request id req-ff2be8bd-d84d-4708-a6c7-b56f186f72fd 2018-10-06 04:29:37,475 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname... 2018-10-06 04:29:37,476 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname 2018-10-06 04:29:37,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" -d '{"security_group": {"name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname", "description": "hello group"}}' 2018-10-06 04:29:37,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-db246778-e953-470e-b408-051753e6b484 Date: Sat, 06 Oct 2018 04:29:37 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 2, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}} 2018-10-06 04:29:37,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-db246778-e953-470e-b408-051753e6b484 2018-10-06 04:29:37,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:37,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-88124282-31fe-4457-a23a-df95911c2074 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}]} 2018-10-06 04:29:38,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-88124282-31fe-4457-a23a-df95911c2074 2018-10-06 04:29:38,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:38,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fe3d442e-cc24-45a5-a9c4-871106bf6c33 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}]} 2018-10-06 04:29:38,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-fe3d442e-cc24-45a5-a9c4-871106bf6c33 2018-10-06 04:29:38,181 - neutron_utils - INFO - Retrieving security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:38,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-06a5e747-18e3-44db-a960-c6f6d9a8ad38 Date: Sat, 06 Oct 2018 04:29:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 2, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:38,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-06a5e747-18e3-44db-a960-c6f6d9a8ad38 2018-10-06 04:29:38,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:38,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e550a2d-606c-4eaa-8c97-1da93864c097 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}]} 2018-10-06 04:29:38,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-2e550a2d-606c-4eaa-8c97-1da93864c097 2018-10-06 04:29:38,659 - neutron_utils - INFO - Retrieving security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:38,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d7b86d68-36d3-4ca0-b121-25d41ef023a1 Date: Sat, 06 Oct 2018 04:29:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 2, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:38,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-d7b86d68-36d3-4ca0-b121-25d41ef023a1 2018-10-06 04:29:38,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:38,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b4e5e36d-9f57-4890-aceb-c7036ee31f2c Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}]} 2018-10-06 04:29:38,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-b4e5e36d-9f57-4890-aceb-c7036ee31f2c 2018-10-06 04:29:38,883 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname 2018-10-06 04:29:38,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:39,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-340cfd04-9313-481e-a8ef-e1f97c0d40de Date: Sat, 06 Oct 2018 04:29:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 2, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:39,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname used request id req-340cfd04-9313-481e-a8ef-e1f97c0d40de 2018-10-06 04:29:39,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:39,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:39,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:39,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-124b0133-b4b5-41ab-9f0b-e2320ea82430 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857"}, "enabled": true, "id": "56ec197979384f5f8f761067d49fb857", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}} 2018-10-06 04:29:39,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 used request id req-124b0133-b4b5-41ab-9f0b-e2320ea82430 2018-10-06 04:29:39,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:39,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:39,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e997502c-aed9-4b6e-8c3a-7ac80d85209a Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}]} 2018-10-06 04:29:39,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-e997502c-aed9-4b6e-8c3a-7ac80d85209a 2018-10-06 04:29:39,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24"}}' 2018-10-06 04:29:39,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-0e4da16b-f87d-4d47-977f-4a744ef17fcd Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}} 2018-10-06 04:29:39,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-0e4da16b-f87d-4d47-977f-4a744ef17fcd 2018-10-06 04:29:39,492 - neutron_utils - INFO - Retrieving security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:39,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:39,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-691d04f8-aa1c-44be-9e48-64bf2a09453d Date: Sat, 06 Oct 2018 04:29:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:39Z", "revision_number": 0, "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 3, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:39,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-691d04f8-aa1c-44be-9e48-64bf2a09453d 2018-10-06 04:29:39,689 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:39,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:39,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2f5e2841-bc1d-4d74-ac9b-3278bb702458 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:39,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-2f5e2841-bc1d-4d74-ac9b-3278bb702458 2018-10-06 04:29:39,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:40,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da095685a5f8438f9a2476c6e19f2e36", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role"}], "expires_at": "2018-10-06T05:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56ec197979384f5f8f761067d49fb857", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56ec197979384f5f8f761067d49fb857", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-user", "id": "d960112959324ebebe0f8cad4416b162"}, "audit_ids": ["h10XTLEuRTeJKLKEWiIDeQ"], "issued_at": "2018-10-06T04:29:40.000000Z"}} 2018-10-06 04:29:40,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:40,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0b08dfde-6d1d-4cdf-b950-6bfbd500064e Date: Sat, 06 Oct 2018 04:29:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:39Z", "revision_number": 0, "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 3, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:40,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname&description=hello+group used request id req-0b08dfde-6d1d-4cdf-b950-6bfbd500064e 2018-10-06 04:29:40,296 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:40,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:40,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-e8a5c07b-4d04-4f64-8395-4dd94dd4b58c Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:40,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-e8a5c07b-4d04-4f64-8395-4dd94dd4b58c 2018-10-06 04:29:40,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:40,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:40,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-fe279e85-8a06-4e72-bf8c-e17e824c2365 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:40,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-fe279e85-8a06-4e72-bf8c-e17e824c2365 2018-10-06 04:29:40,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:40,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-22d81a1a-b6b6-417e-a748-5ed9b2d36f75 Date: Sat, 06 Oct 2018 04:29:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:39Z", "revision_number": 0, "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 3, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:40,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname used request id req-22d81a1a-b6b6-417e-a748-5ed9b2d36f75 2018-10-06 04:29:40,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:40,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:41,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-346ba441-a12a-4fa3-8ea2-4ebcb237bc91 Date: Sat, 06 Oct 2018 04:29:41 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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:41,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-346ba441-a12a-4fa3-8ea2-4ebcb237bc91 2018-10-06 04:29:41,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:41,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7e494f97-7fd9-470c-970f-cae50c40b97f Date: Sat, 06 Oct 2018 04:29:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:39Z", "revision_number": 0, "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 3, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:41,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname used request id req-7e494f97-7fd9-470c-970f-cae50c40b97f 2018-10-06 04:29:41,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:41,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:41,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-14380170-d3ee-4025-98ee-793cb2c04c0b Date: Sat, 06 Oct 2018 04:29:41 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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:41,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-14380170-d3ee-4025-98ee-793cb2c04c0b 2018-10-06 04:29:41,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:41,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0531b7f2-17be-49b1-961f-32a52dfc42e8 Date: Sat, 06 Oct 2018 04:29:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:39Z", "revision_number": 0, "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 3, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "name": "CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname"}]} 2018-10-06 04:29:41,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname used request id req-0531b7f2-17be-49b1-961f-32a52dfc42e8 2018-10-06 04:29:41,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 877c9f35-abe9-4da7-95e7-5cb899a3bf24 2018-10-06 04:29:41,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a360e9a306587b079add4e9c2d99c7a9a9b5683" 2018-10-06 04:29:41,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-26d23533-0ba0-4025-a096-46f6ab11d4e5 Date: Sat, 06 Oct 2018 04:29:41 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-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "18df9d85-8ef3-4017-bf12-0b39f76c5744"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "65dba0d0-0869-4870-b6c0-bd9a9e0b3db8"}, {"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-10-06T04:29:39Z", "security_group_id": "877c9f35-abe9-4da7-95e7-5cb899a3bf24", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:39Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "7582456a-f0df-4d82-9aa0-0cf141f36cb6"}]} 2018-10-06 04:29:41,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-26d23533-0ba0-4025-a096-46f6ab11d4e5 2018-10-06 04:29:41,803 - neutron_utils - INFO - Deleting security group rule with ID - 65dba0d0-0869-4870-b6c0-bd9a9e0b3db8 2018-10-06 04:29:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/65dba0d0-0869-4870-b6c0-bd9a9e0b3db8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:42,046 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d25dbc15-e1f3-4e88-804d-c5e0c847df19 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:42,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/65dba0d0-0869-4870-b6c0-bd9a9e0b3db8 used request id req-d25dbc15-e1f3-4e88-804d-c5e0c847df19 2018-10-06 04:29:42,046 - neutron_utils - INFO - Deleting security group rule with ID - 7582456a-f0df-4d82-9aa0-0cf141f36cb6 2018-10-06 04:29:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/7582456a-f0df-4d82-9aa0-0cf141f36cb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:42,286 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b3ac329-0135-4b95-b292-f007f49674fe Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:42,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/7582456a-f0df-4d82-9aa0-0cf141f36cb6 used request id req-7b3ac329-0135-4b95-b292-f007f49674fe 2018-10-06 04:29:42,287 - neutron_utils - INFO - Deleting security group rule with ID - 18df9d85-8ef3-4017-bf12-0b39f76c5744 2018-10-06 04:29:42,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/18df9d85-8ef3-4017-bf12-0b39f76c5744 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:42,372 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bc750e5-c803-492e-9bb8-77a311caee68 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:42,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/18df9d85-8ef3-4017-bf12-0b39f76c5744 used request id req-2bc750e5-c803-492e-9bb8-77a311caee68 2018-10-06 04:29:42,372 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-67683c1b-84f9-4e0c-9e14-335415c44c3cname 2018-10-06 04:29:42,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/877c9f35-abe9-4da7-95e7-5cb899a3bf24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89dbe7678d5b0800fdb9cd2f5640b2ea627f904" 2018-10-06 04:29:42,485 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d12720ee-24d1-4482-b229-a8499eacb1dc Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:42,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/877c9f35-abe9-4da7-95e7-5cb899a3bf24 used request id req-d12720ee-24d1-4482-b229-a8499eacb1dc 2018-10-06 04:29:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:42,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-82962514-4a65-45c7-bdcf-99d2d19f966f Date: Sat, 06 Oct 2018 04:29:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "updated_at": "2018-10-06T04:29:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "05a258c4-8b28-4ac4-837b-2fe14a28e4ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "285e3516-1caa-4aad-ab43-57f7afb6ddef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "cd28ab25-529c-4c4d-8a52-2eaca1f6358d", "remote_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv6", "project_id": "56ec197979384f5f8f761067d49fb857"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "revision_number": 0, "id": "d6ad0f75-68d0-4091-b5fb-0fdd2b90b933", "remote_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "tenant_id": "56ec197979384f5f8f761067d49fb857", "port_range_min": null, "ethertype": "IPv4", "project_id": "56ec197979384f5f8f761067d49fb857"}], "revision_number": 4, "project_id": "56ec197979384f5f8f761067d49fb857", "id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:42,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-82962514-4a65-45c7-bdcf-99d2d19f966f 2018-10-06 04:29:42,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:42,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5fae6a6-3731-4fc0-845e-e27d72863c31 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:29:42,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-a5fae6a6-3731-4fc0-845e-e27d72863c31 2018-10-06 04:29:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:42,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01e49dd-d87f-415b-8997-2bfa9cd3092a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857"}, "enabled": true, "id": "56ec197979384f5f8f761067d49fb857", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48ac84b6-b78e-405-proj"}} 2018-10-06 04:29:42,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 used request id req-d01e49dd-d87f-415b-8997-2bfa9cd3092a 2018-10-06 04:29:42,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 519f73b0-66b8-4410-89dc-7f07b03cc4ca 2018-10-06 04:29:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=519f73b0-66b8-4410-89dc-7f07b03cc4ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:43,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-88deeca5-04cd-4f63-b5f0-9ee02e803044 Date: Sat, 06 Oct 2018 04: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-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "05a258c4-8b28-4ac4-837b-2fe14a28e4ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "285e3516-1caa-4aad-ab43-57f7afb6ddef"}, {"remote_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "cd28ab25-529c-4c4d-8a52-2eaca1f6358d"}, {"remote_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:37Z", "security_group_id": "519f73b0-66b8-4410-89dc-7f07b03cc4ca", "port_range_min": null, "revision_number": 0, "tenant_id": "56ec197979384f5f8f761067d49fb857", "created_at": "2018-10-06T04:29:37Z", "project_id": "56ec197979384f5f8f761067d49fb857", "id": "d6ad0f75-68d0-4091-b5fb-0fdd2b90b933"}]} 2018-10-06 04:29:43,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=519f73b0-66b8-4410-89dc-7f07b03cc4ca used request id req-88deeca5-04cd-4f63-b5f0-9ee02e803044 2018-10-06 04:29:43,172 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:43,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/519f73b0-66b8-4410-89dc-7f07b03cc4ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:43,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6085b4c-18c4-4985-9799-6687dea5a7de Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:43,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/519f73b0-66b8-4410-89dc-7f07b03cc4ca used request id req-e6085b4c-18c4-4985-9799-6687dea5a7de 2018-10-06 04:29:43,468 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-48ac84b6-b78e-405-proj 2018-10-06 04:29:43,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:43,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79d03d71-c4c0-4c16-a322-33ebef30562c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:43,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/56ec197979384f5f8f761067d49fb857 used request id req-79d03d71-c4c0-4c16-a322-33ebef30562c 2018-10-06 04:29:43,655 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-48ac84b6-b78e-405-proj-role 2018-10-06 04:29:43,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:43,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eac4b837-548d-4771-ba13-c2a588e2ae15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:43,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/da095685a5f8438f9a2476c6e19f2e36 used request id req-eac4b837-548d-4771-ba13-c2a588e2ae15 2018-10-06 04:29:43,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db35c173574ea7b956e0b345eb4f834c78784955" 2018-10-06 04:29:43,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1fa94d-e0e1-4ad2-96f1-75eec75c4c31 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:43,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7a1fa94d-e0e1-4ad2-96f1-75eec75c4c31 2018-10-06 04:29:43,865 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-48ac84b6-b78e-405-user 2018-10-06 04:29:43,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d960112959324ebebe0f8cad4416b162 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ac228f308b156466d937a66556438780c0c41" 2018-10-06 04:29:44,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25e03d0c-f2d9-418f-8230-d768bc9266aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:44,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d960112959324ebebe0f8cad4416b162 used request id req-25e03d0c-f2d9-418f-8230-d768bc9266aa 2018-10-06 04:29:44,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:44,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Ee71MMuHRxyEPTyNUAunfA"], "issued_at": "2018-10-06T04:29:44.000000Z"}} 2018-10-06 04:29:44,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de90d602b4ba349a21655a8401deb19dfa13b3b8" 2018-10-06 04:29:44,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd17e41a-ad61-4dbd-9602-7a48aacce809 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:44,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd17e41a-ad61-4dbd-9602-7a48aacce809 2018-10-06 04:29:44,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:44,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:44,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["hP58gf68S0WKzemPM8fe3Q"], "issued_at": "2018-10-06T04:29:44.000000Z"}} 2018-10-06 04:29:44,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:44,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f59c94b9-5b26-4443-9a3a-2937532393b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:44,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f59c94b9-5b26-4443-9a3a-2937532393b0 2018-10-06 04:29:44,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:44,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:44,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:45,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181958c1-6eb2-4f4d-b903-b7ec6f493710 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:45,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj used request id req-181958c1-6eb2-4f4d-b903-b7ec6f493710 2018-10-06 04:29:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:45,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a69648-7bad-4c53-b259-2f720099a24e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:45,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f2a69648-7bad-4c53-b259-2f720099a24e 2018-10-06 04:29:45,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}}' 2018-10-06 04:29:45,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4990a4ad-ae9e-43cf-8d3a-20daa8e10931 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}} 2018-10-06 04:29:45,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4990a4ad-ae9e-43cf-8d3a-20daa8e10931 2018-10-06 04:29:45,305 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-proj 2018-10-06 04:29:45,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:45,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:45,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["znJEg3ChSJCFut21IFE8cQ"], "issued_at": "2018-10-06T04:29:45.000000Z"}} 2018-10-06 04:29:45,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49036b56b5dfad01bf3fa439f90587c9dc23ee63" 2018-10-06 04:29:45,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad9a6678-3cad-44b6-8d11-2b7005d7723f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:45,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad9a6678-3cad-44b6-8d11-2b7005d7723f 2018-10-06 04:29:45,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:45,861 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49036b56b5dfad01bf3fa439f90587c9dc23ee63" 2018-10-06 04:29:45,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6009d82-bfb2-448e-9a73-f4a47cd84463 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:45,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f6009d82-bfb2-448e-9a73-f4a47cd84463 2018-10-06 04:29:45,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49036b56b5dfad01bf3fa439f90587c9dc23ee63" 2018-10-06 04:29:45,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28352079-d089-4855-bd46-569b9ad320d1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}]} 2018-10-06 04:29:45,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-3a7a1953-b912-4c3-proj used request id req-28352079-d089-4855-bd46-569b9ad320d1 2018-10-06 04:29:45,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49036b56b5dfad01bf3fa439f90587c9dc23ee63" 2018-10-06 04:29:46,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5975828-516f-4720-a93e-b66e8eefdafb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:46,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b5975828-516f-4720-a93e-b66e8eefdafb 2018-10-06 04:29:46,390 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-user 2018-10-06 04:29:46,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:46,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:46,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b32a20-ac80-46b9-bf03-739a8ade8240 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:46,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f5b32a20-ac80-46b9-bf03-739a8ade8240 2018-10-06 04:29:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" -d '{"role": {"name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role"}}' 2018-10-06 04:29:46,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa23ff73-9570-4bec-871e-4711e33c187c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1a9b8fb2c6ea4de09292ae26007d6fe7", "links": {"self": "http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7"}, "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role"}} 2018-10-06 04:29:46,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-aa23ff73-9570-4bec-871e-4711e33c187c 2018-10-06 04:29:46,640 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role 2018-10-06 04:29:46,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:46,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a04dcc-363b-4136-8871-8dce9202d9a1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7"}, "domain_id": null, "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role", "id": "1a9b8fb2c6ea4de09292ae26007d6fe7"}} 2018-10-06 04:29:46,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 used request id req-f9a04dcc-363b-4136-8871-8dce9202d9a1 2018-10-06 04:29:46,726 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role to project CreateSecurityGroupTests-3a7a1953-b912-4c3-proj 2018-10-06 04:29:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8/users/ddf9c07c46594e0593bfcb352d636762/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:46,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-903dfe14-d4c5-481e-827f-3cea1b03efc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:46,864 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8/users/ddf9c07c46594e0593bfcb352d636762/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 used request id req-903dfe14-d4c5-481e-827f-3cea1b03efc6 2018-10-06 04:29:46,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:46,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:47,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9b8fb2c6ea4de09292ae26007d6fe7", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role"}], "expires_at": "2018-10-06T05:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a21a69a1c664b5484fd2de3589eabc8", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-user", "id": "ddf9c07c46594e0593bfcb352d636762"}, "audit_ids": ["GNnBj-oNQqK1LAioyunLYA"], "issued_at": "2018-10-06T04:29:47.000000Z"}} 2018-10-06 04:29:47,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:47,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40727d03-0fa3-4280-aa79-b3b618a37c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:47,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-40727d03-0fa3-4280-aa79-b3b618a37c11 2018-10-06 04:29:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:47,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5a8af46e-8c67-4075-8580-47b170502f28 Date: Sat, 06 Oct 2018 04:29:47 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:29:47,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename&description=hello+group used request id req-5a8af46e-8c67-4075-8580-47b170502f28 2018-10-06 04:29:47,601 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename... 2018-10-06 04:29:47,601 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename 2018-10-06 04:29:47,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" -d '{"security_group": {"name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename", "description": "hello group"}}' 2018-10-06 04:29:47,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-99dccf44-10b4-42d2-a04c-f102232c5e55 Date: Sat, 06 Oct 2018 04:29:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 2, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}} 2018-10-06 04:29:47,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-99dccf44-10b4-42d2-a04c-f102232c5e55 2018-10-06 04:29:47,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:47,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-720ba47b-93e4-45aa-9f3e-068451ac2a54 Date: Sat, 06 Oct 2018 04:29:48 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-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:48,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-720ba47b-93e4-45aa-9f3e-068451ac2a54 2018-10-06 04:29:48,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:48,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ad7c1477-eb81-4ed7-a1e3-3d80dfdc2320 Date: Sat, 06 Oct 2018 04:29:48 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-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:48,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-ad7c1477-eb81-4ed7-a1e3-3d80dfdc2320 2018-10-06 04:29:48,145 - neutron_utils - INFO - Retrieving security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6ec825de-da67-4b55-9667-3263c036ee20 Date: Sat, 06 Oct 2018 04:29:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 2, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:48,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-6ec825de-da67-4b55-9667-3263c036ee20 2018-10-06 04:29:48,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:48,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ee9ea358-4d5e-4ba0-9f6b-78518a0e80cb Date: Sat, 06 Oct 2018 04:29:48 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-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:48,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-ee9ea358-4d5e-4ba0-9f6b-78518a0e80cb 2018-10-06 04:29:48,378 - neutron_utils - INFO - Retrieving security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:48,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0e383639-2c84-4d7a-a6e7-ed4c731f57cd Date: Sat, 06 Oct 2018 04:29:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 2, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:48,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-0e383639-2c84-4d7a-a6e7-ed4c731f57cd 2018-10-06 04:29:48,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4d6ce6f0-42c9-4529-b7b7-6d0b611b1181 Date: Sat, 06 Oct 2018 04:29:48 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-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:48,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-4d6ce6f0-42c9-4529-b7b7-6d0b611b1181 2018-10-06 04:29:48,769 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename 2018-10-06 04:29:48,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:48,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-464074d7-5ca4-4050-adba-1ddf68518999 Date: Sat, 06 Oct 2018 04:29:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 2, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:48,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-464074d7-5ca4-4050-adba-1ddf68518999 2018-10-06 04:29:48,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:48,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:48,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:49,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8061e155-917a-42a7-a7af-ba49363be327 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}} 2018-10-06 04:29:49,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 used request id req-8061e155-917a-42a7-a7af-ba49363be327 2018-10-06 04:29:49,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:49,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-74ce056b-c46c-4ec7-99e0-e0b2cab2c141 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:49,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-74ce056b-c46c-4ec7-99e0-e0b2cab2c141 2018-10-06 04:29:49,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0c9c72fca04676cb5bea097abb53baad71c251e2" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16"}}' 2018-10-06 04:29:49,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-5792da43-aabb-40a0-9d94-68be7cef21c9 Date: Sat, 06 Oct 2018 04:29:49 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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}} 2018-10-06 04:29:49,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-5792da43-aabb-40a0-9d94-68be7cef21c9 2018-10-06 04:29:49,552 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename 2018-10-06 04:29:49,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:49,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2823f3a4-e3d4-421b-bd46-3e8984d5d3f3 Date: Sat, 06 Oct 2018 04:29:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 3, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:49,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-2823f3a4-e3d4-421b-bd46-3e8984d5d3f3 2018-10-06 04:29:49,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:49,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9900c0c-ac25-4ed4-b812-ddcd49cbeeb7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}} 2018-10-06 04:29:49,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 used request id req-c9900c0c-ac25-4ed4-b812-ddcd49cbeeb7 2018-10-06 04:29:49,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:49,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5158bda6-e4ac-43ad-8d1c-acc244983eb9 Date: Sat, 06 Oct 2018 04:29:49 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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:49,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-5158bda6-e4ac-43ad-8d1c-acc244983eb9 2018-10-06 04:29:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0c9c72fca04676cb5bea097abb53baad71c251e2" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16"}}' 2018-10-06 04:29:50,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-b879e335-a6c8-496a-a42a-b22038360aef Date: Sat, 06 Oct 2018 04:29:50 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}} 2018-10-06 04:29:50,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-b879e335-a6c8-496a-a42a-b22038360aef 2018-10-06 04:29:50,187 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename 2018-10-06 04:29:50,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:50,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-f4c2b666-e476-4bca-913d-220b1db5f5d9 Date: Sat, 06 Oct 2018 04:29:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 4, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:50,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-f4c2b666-e476-4bca-913d-220b1db5f5d9 2018-10-06 04:29:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:50,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2884e359-08b5-494a-ad2e-ab74b682cb6e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}} 2018-10-06 04:29:50,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 used request id req-2884e359-08b5-494a-ad2e-ab74b682cb6e 2018-10-06 04:29:50,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:50,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:50,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-68d08e27-8eab-4f4e-b567-90b466d26443 Date: Sat, 06 Oct 2018 04:29:50 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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:50,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-68d08e27-8eab-4f4e-b567-90b466d26443 2018-10-06 04:29:50,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0c9c72fca04676cb5bea097abb53baad71c251e2" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10}}' 2018-10-06 04:29:50,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-7a4a0323-b827-4566-b041-d33bf2ac4f85 Date: Sat, 06 Oct 2018 04:29:50 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}} 2018-10-06 04:29:50,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7a4a0323-b827-4566-b041-d33bf2ac4f85 2018-10-06 04:29:50,695 - neutron_utils - INFO - Retrieving security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:50,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:50,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e4b91773-5b9d-4d07-945b-bd01a59d53d9 Date: Sat, 06 Oct 2018 04:29:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:50,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-e4b91773-5b9d-4d07-945b-bd01a59d53d9 2018-10-06 04:29:50,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:50,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:51,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a5495f86-a992-4173-aa2f-8c5f0ae2c580 Date: Sat, 06 Oct 2018 04:29:51 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:51,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-a5495f86-a992-4173-aa2f-8c5f0ae2c580 2018-10-06 04:29:51,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:51,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a9b8fb2c6ea4de09292ae26007d6fe7", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role"}], "expires_at": "2018-10-06T05:29:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a21a69a1c664b5484fd2de3589eabc8", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2a21a69a1c664b5484fd2de3589eabc8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-user", "id": "ddf9c07c46594e0593bfcb352d636762"}, "audit_ids": ["qmQCp-UeSB-h5qP7pkKB7Q"], "issued_at": "2018-10-06T04:29:51.000000Z"}} 2018-10-06 04:29:51,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:51,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a2e7a793-35fe-436b-8fcb-d5eedea4c4a0 Date: Sat, 06 Oct 2018 04:29:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:51,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename&description=hello+group used request id req-a2e7a793-35fe-436b-8fcb-d5eedea4c4a0 2018-10-06 04:29:51,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:51,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-487cfb44-fca2-40a4-b7b0-cbe6f305e379 Date: Sat, 06 Oct 2018 04:29:51 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:51,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-487cfb44-fca2-40a4-b7b0-cbe6f305e379 2018-10-06 04:29:51,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:51,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:52,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6bdbc2b0-538c-4d04-99ce-8d3e7d347730 Date: Sat, 06 Oct 2018 04:29:52 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:52,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-6bdbc2b0-538c-4d04-99ce-8d3e7d347730 2018-10-06 04:29:52,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:52,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-57232099-9a7c-49e3-bbef-91085b749891 Date: Sat, 06 Oct 2018 04:29:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:52,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-57232099-9a7c-49e3-bbef-91085b749891 2018-10-06 04:29:52,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:52,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:52,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c97a5a3e-5a0f-4a0e-843b-f651321a2a17 Date: Sat, 06 Oct 2018 04:29:52 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:52,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-c97a5a3e-5a0f-4a0e-843b-f651321a2a17 2018-10-06 04:29:52,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:52,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9076a1fd-6c42-495e-a6a2-d5a522b7019a Date: Sat, 06 Oct 2018 04:29:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:52,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-9076a1fd-6c42-495e-a6a2-d5a522b7019a 2018-10-06 04:29:52,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:52,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:52,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-30f47d95-2e58-45eb-bf9a-5e1bd919f05c Date: Sat, 06 Oct 2018 04:29:52 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:52,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-30f47d95-2e58-45eb-bf9a-5e1bd919f05c 2018-10-06 04:29:52,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-06622615-a4aa-4d4d-936e-fa41d3aecf4e Date: Sat, 06 Oct 2018 04:29:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:53,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-06622615-a4aa-4d4d-936e-fa41d3aecf4e 2018-10-06 04:29:53,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:53,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-14c58e84-6915-40ed-ab4a-32a6219875c9 Date: Sat, 06 Oct 2018 04:29:53 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:53,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-14c58e84-6915-40ed-ab4a-32a6219875c9 2018-10-06 04:29:53,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3c9d387f-05e2-41a6-b0cf-b9a0f12d8f43 Date: Sat, 06 Oct 2018 04:29:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:53,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-3c9d387f-05e2-41a6-b0cf-b9a0f12d8f43 2018-10-06 04:29:53,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:53,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3dd3b3cf-2ce6-47de-a994-8352badbcf6b Date: Sat, 06 Oct 2018 04:29:53 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:53,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-3dd3b3cf-2ce6-47de-a994-8352badbcf6b 2018-10-06 04:29:53,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f3011e54-0223-45bf-ba68-822da8a77260 Date: Sat, 06 Oct 2018 04:29:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:53,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-f3011e54-0223-45bf-ba68-822da8a77260 2018-10-06 04:29:53,628 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:53,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-eac684a4-510e-4571-a464-8cca3894ab81 Date: Sat, 06 Oct 2018 04:29:53 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:53,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-eac684a4-510e-4571-a464-8cca3894ab81 2018-10-06 04:29:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:54,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-619c77e5-0118-49e6-9deb-41fbdbbd0469 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:50Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "011ef822-2115-489d-a2f5-2e36ce9e3130", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:49Z", "revision_number": 0, "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:50Z", "revision_number": 0, "id": "b4b80045-76f3-4971-9b44-40c2fbff515f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 5, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "name": "CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename"}]} 2018-10-06 04:29:54,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename used request id req-619c77e5-0118-49e6-9deb-41fbdbbd0469 2018-10-06 04:29:54,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21809f0b-225b-481e-91e6-8a4ec5c32d16 2018-10-06 04:29:54,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f27bf4a032452bacfc31de04876b7cecab291e" 2018-10-06 04:29:54,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-df68b776-1269-4242-991a-60d9c5a304c8 Date: Sat, 06 Oct 2018 04:29:54 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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": 10, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "011ef822-2115-489d-a2f5-2e36ce9e3130"}, {"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-10-06T04:29:49Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:49Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "75fe07c4-afb1-40f6-bd69-eec364bf3315"}, {"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-10-06T04:29:50Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:50Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "b4b80045-76f3-4971-9b44-40c2fbff515f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "bf5fafd6-d943-4203-8ce8-9564e9bfbb0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "21809f0b-225b-481e-91e6-8a4ec5c32d16", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f"}]} 2018-10-06 04:29:54,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-df68b776-1269-4242-991a-60d9c5a304c8 2018-10-06 04:29:54,058 - neutron_utils - INFO - Deleting security group rule with ID - 75fe07c4-afb1-40f6-bd69-eec364bf3315 2018-10-06 04:29:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/75fe07c4-afb1-40f6-bd69-eec364bf3315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:54,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2df588f-ab0d-48e7-878d-3a1286574738 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:54,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/75fe07c4-afb1-40f6-bd69-eec364bf3315 used request id req-f2df588f-ab0d-48e7-878d-3a1286574738 2018-10-06 04:29:54,303 - neutron_utils - INFO - Deleting security group rule with ID - bf5fafd6-d943-4203-8ce8-9564e9bfbb0c 2018-10-06 04:29:54,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/bf5fafd6-d943-4203-8ce8-9564e9bfbb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:54,401 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c9df94a-49e4-428d-a837-bf05155b1ef3 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:54,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/bf5fafd6-d943-4203-8ce8-9564e9bfbb0c used request id req-4c9df94a-49e4-428d-a837-bf05155b1ef3 2018-10-06 04:29:54,402 - neutron_utils - INFO - Deleting security group rule with ID - 011ef822-2115-489d-a2f5-2e36ce9e3130 2018-10-06 04:29:54,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/011ef822-2115-489d-a2f5-2e36ce9e3130 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:54,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e001d803-b4c6-49e9-a5e8-67e5c39177c8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:54,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/011ef822-2115-489d-a2f5-2e36ce9e3130 used request id req-e001d803-b4c6-49e9-a5e8-67e5c39177c8 2018-10-06 04:29:54,515 - neutron_utils - INFO - Deleting security group rule with ID - b4b80045-76f3-4971-9b44-40c2fbff515f 2018-10-06 04:29:54,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b4b80045-76f3-4971-9b44-40c2fbff515f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:54,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b9dc923-11b8-4e15-84e7-5f1dbb7cfac8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:54,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b4b80045-76f3-4971-9b44-40c2fbff515f used request id req-5b9dc923-11b8-4e15-84e7-5f1dbb7cfac8 2018-10-06 04:29:54,608 - neutron_utils - INFO - Deleting security group rule with ID - e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f 2018-10-06 04:29:54,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:54,847 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33ce0929-076b-4e90-af7b-dd732a37e5f7 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:54,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e18fd2ef-8c1e-46d8-83f2-d8c7cfb2e82f used request id req-33ce0929-076b-4e90-af7b-dd732a37e5f7 2018-10-06 04:29:54,848 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8d9d8a21-b0f4-4ae4-b71d-b9f4817dfadename 2018-10-06 04:29:54,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/21809f0b-225b-481e-91e6-8a4ec5c32d16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c9c72fca04676cb5bea097abb53baad71c251e2" 2018-10-06 04:29:55,108 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db77b155-c95a-4f76-afe3-326018577676 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:55,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/21809f0b-225b-481e-91e6-8a4ec5c32d16 used request id req-db77b155-c95a-4f76-afe3-326018577676 2018-10-06 04:29:55,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:55,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ca63782d-b099-4e7f-b4f6-07d5cac23bb6 Date: Sat, 06 Oct 2018 04:29:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "updated_at": "2018-10-06T04:29:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "0a91a955-f4d9-480f-952e-d55072738129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "388081b5-7a9c-4619-b752-6108696333ca", "remote_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "7a23a706-6871-4b8b-965c-1a1d4579e767", "remote_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "revision_number": 0, "id": "f5753b5b-e49f-4bf7-bcd7-3858cd53b3d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a21a69a1c664b5484fd2de3589eabc8"}], "revision_number": 4, "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:29:55,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ca63782d-b099-4e7f-b4f6-07d5cac23bb6 2018-10-06 04:29:55,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:55,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02cb6b62-839a-4761-8f1c-62c0dfaec67b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:29:55,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-02cb6b62-839a-4761-8f1c-62c0dfaec67b 2018-10-06 04:29:55,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:55,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c243631d-9011-4f5c-9b03-191cc4c06daf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8"}, "enabled": true, "id": "2a21a69a1c664b5484fd2de3589eabc8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3a7a1953-b912-4c3-proj"}} 2018-10-06 04:29:55,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 used request id req-c243631d-9011-4f5c-9b03-191cc4c06daf 2018-10-06 04:29:55,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 459a8d9a-716c-452d-a7ae-9d444e11e112 2018-10-06 04:29:55,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=459a8d9a-716c-452d-a7ae-9d444e11e112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:55,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-11bced96-0069-4dfe-af05-31a274504f56 Date: Sat, 06 Oct 2018 04:29: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-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "0a91a955-f4d9-480f-952e-d55072738129"}, {"remote_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "388081b5-7a9c-4619-b752-6108696333ca"}, {"remote_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "7a23a706-6871-4b8b-965c-1a1d4579e767"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:29:47Z", "security_group_id": "459a8d9a-716c-452d-a7ae-9d444e11e112", "port_range_min": null, "revision_number": 0, "tenant_id": "2a21a69a1c664b5484fd2de3589eabc8", "created_at": "2018-10-06T04:29:47Z", "project_id": "2a21a69a1c664b5484fd2de3589eabc8", "id": "f5753b5b-e49f-4bf7-bcd7-3858cd53b3d3"}]} 2018-10-06 04:29:55,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=459a8d9a-716c-452d-a7ae-9d444e11e112 used request id req-11bced96-0069-4dfe-af05-31a274504f56 2018-10-06 04:29:55,677 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:29:55,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/459a8d9a-716c-452d-a7ae-9d444e11e112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:56,054 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2a1f2d6-f0f4-4960-9db4-91d5c8861bf6 Content-Length: 0 Date: Sat, 06 Oct 2018 04:29:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:29:56,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/459a8d9a-716c-452d-a7ae-9d444e11e112 used request id req-c2a1f2d6-f0f4-4960-9db4-91d5c8861bf6 2018-10-06 04:29:56,055 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-proj 2018-10-06 04:29:56,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:56,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ba5a071-4b12-4275-9c4e-4553a1c37f3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:56,279 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2a21a69a1c664b5484fd2de3589eabc8 used request id req-8ba5a071-4b12-4275-9c4e-4553a1c37f3b 2018-10-06 04:29:56,279 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-proj-role 2018-10-06 04:29:56,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:56,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3273d251-7613-403b-a0ac-c383f1e741eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:56,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1a9b8fb2c6ea4de09292ae26007d6fe7 used request id req-3273d251-7613-403b-a0ac-c383f1e741eb 2018-10-06 04:29:56,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9afa5486f806ae24391e6b607a01b5c7c35a5a" 2018-10-06 04:29:56,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd25ef26-625f-441f-b14a-b9e57267a120 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:56,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dd25ef26-625f-441f-b14a-b9e57267a120 2018-10-06 04:29:56,474 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3a7a1953-b912-4c3-user 2018-10-06 04:29:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ddf9c07c46594e0593bfcb352d636762 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49036b56b5dfad01bf3fa439f90587c9dc23ee63" 2018-10-06 04:29:56,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34479a5a-e6c6-4eca-a4a1-31bd8158ff75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:56,754 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ddf9c07c46594e0593bfcb352d636762 used request id req-34479a5a-e6c6-4eca-a4a1-31bd8158ff75 2018-10-06 04:29:56,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:57,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Aku_WzMUR3muvoIpa-ybvA"], "issued_at": "2018-10-06T04:29:57.000000Z"}} 2018-10-06 04:29:57,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c48d06ee3df6de3e323a4c5d3860edd4f807f1" 2018-10-06 04:29:57,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb548bad-c6ab-4e37-a503-2284223e672a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:57,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cb548bad-c6ab-4e37-a503-2284223e672a 2018-10-06 04:29:57,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:57,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:57,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["21mdBlcFR_23KXD8-lMkEQ"], "issued_at": "2018-10-06T04:29:57.000000Z"}} 2018-10-06 04:29:57,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:57,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac4fbf6-79ea-4d36-8a5e-044e53db428c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:57,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ac4fbf6-79ea-4d36-8a5e-044e53db428c 2018-10-06 04:29:57,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:57,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:57,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-85991363-13da-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:57,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242a72a7-c57e-42c8-8fd0-e8ee7a84b6cf Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-85991363-13da-4c8-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:29:57,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-85991363-13da-4c8-proj used request id req-242a72a7-c57e-42c8-8fd0-e8ee7a84b6cf 2018-10-06 04:29:57,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:57,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5362f59-1b77-40b1-84de-c4a42529cbad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:57,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e5362f59-1b77-40b1-84de-c4a42529cbad 2018-10-06 04:29:57,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}}' 2018-10-06 04:29:58,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b5e0ebc-aa49-44b3-bf83-121f39715ec3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760"}, "enabled": true, "id": "825c1da110ec4b90bb854d04d5e99760", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}} 2018-10-06 04:29:58,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0b5e0ebc-aa49-44b3-bf83-121f39715ec3 2018-10-06 04:29:58,114 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-85991363-13da-4c8-proj 2018-10-06 04:29:58,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:58,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:29:58,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LSjWpMCXRx-x89LGV5qsOA"], "issued_at": "2018-10-06T04:29:58.000000Z"}} 2018-10-06 04:29:58,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bacf03f34f4a8b57b1fd8ec3403d9ff3dd74d9" 2018-10-06 04:29:58,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d23ea3e-0ea9-42c4-a84b-2fa488e8c1fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:29:58,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d23ea3e-0ea9-42c4-a84b-2fa488e8c1fc 2018-10-06 04:29:58,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:29:58,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:29:58,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bacf03f34f4a8b57b1fd8ec3403d9ff3dd74d9" 2018-10-06 04:29:58,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bafe502-8151-431f-bbce-8a53a780360a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:29:58,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9bafe502-8151-431f-bbce-8a53a780360a 2018-10-06 04:29:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-85991363-13da-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bacf03f34f4a8b57b1fd8ec3403d9ff3dd74d9" 2018-10-06 04:29:58,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403f28ec-a584-420d-8c95-b0fed77c44c8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-85991363-13da-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760"}, "enabled": true, "id": "825c1da110ec4b90bb854d04d5e99760", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}]} 2018-10-06 04:29:58,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-85991363-13da-4c8-proj used request id req-403f28ec-a584-420d-8c95-b0fed77c44c8 2018-10-06 04:29:58,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bacf03f34f4a8b57b1fd8ec3403d9ff3dd74d9" 2018-10-06 04:29:58,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27eeddff-51a6-460f-aa18-6b41a847f0e5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:29:58,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-27eeddff-51a6-460f-aa18-6b41a847f0e5 2018-10-06 04:29:59,346 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-85991363-13da-4c8-user 2018-10-06 04:29:59,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:59,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:59,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4b1bc9-92cf-40d1-9cc3-4cf154268fe7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:29:59,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1b4b1bc9-92cf-40d1-9cc3-4cf154268fe7 2018-10-06 04:29:59,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" -d '{"role": {"name": "CreateSecurityGroupTests-85991363-13da-4c8-proj-role"}}' 2018-10-06 04:29:59,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-739b2104-2ff4-42c5-ae77-01f9d0c6d7e7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4e6eaed23e6a479e9a7f814645436de8", "links": {"self": "http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8"}, "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj-role"}} 2018-10-06 04:29:59,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-739b2104-2ff4-42c5-ae77-01f9d0c6d7e7 2018-10-06 04:29:59,563 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-85991363-13da-4c8-proj-role 2018-10-06 04:29:59,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:59,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07ca4c9-89d4-4f24-bf49-cc133b369918 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8"}, "domain_id": null, "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj-role", "id": "4e6eaed23e6a479e9a7f814645436de8"}} 2018-10-06 04:29:59,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8 used request id req-a07ca4c9-89d4-4f24-bf49-cc133b369918 2018-10-06 04:29:59,657 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-85991363-13da-4c8-proj-role to project CreateSecurityGroupTests-85991363-13da-4c8-proj 2018-10-06 04:29:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760/users/4327255d05024d6abdcae4d5ecb8d365/roles/4e6eaed23e6a479e9a7f814645436de8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:29:59,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6cec90b-c78a-4e95-9d6d-900afd540783 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:29:59,781 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760/users/4327255d05024d6abdcae4d5ecb8d365/roles/4e6eaed23e6a479e9a7f814645436de8 used request id req-e6cec90b-c78a-4e95-9d6d-900afd540783 2018-10-06 04:29:59,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:29:59,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:00,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4e6eaed23e6a479e9a7f814645436de8", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj-role"}], "expires_at": "2018-10-06T05:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "825c1da110ec4b90bb854d04d5e99760", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-85991363-13da-4c8-user", "id": "4327255d05024d6abdcae4d5ecb8d365"}, "audit_ids": ["ufU_nsXvQ9muRoHvvCqCLQ"], "issued_at": "2018-10-06T04:30:00.000000Z"}} 2018-10-06 04:30:00,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:00,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ea3435-72f8-4b72-8206-f3c323368c10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:00,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-08ea3435-72f8-4b72-8206-f3c323368c10 2018-10-06 04:30:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:00,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-766b8b67-62b0-4191-bd23-427759bf83b1 Date: Sat, 06 Oct 2018 04:30:00 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:30:00,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename&description=hello+group used request id req-766b8b67-62b0-4191-bd23-427759bf83b1 2018-10-06 04:30:00,529 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename... 2018-10-06 04:30:00,530 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename 2018-10-06 04:30:00,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" -d '{"security_group": {"name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename", "description": "hello group"}}' 2018-10-06 04:30:00,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-0e94911b-13fb-4460-8635-17f7ae54188d Date: Sat, 06 Oct 2018 04:30:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 2, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename"}} 2018-10-06 04:30:00,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-0e94911b-13fb-4460-8635-17f7ae54188d 2018-10-06 04:30:00,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a1748b3b-a2e5-422f-ba77-6763634d1847 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:01,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-a1748b3b-a2e5-422f-ba77-6763634d1847 2018-10-06 04:30:01,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ae811ae2-e5a0-407b-9b91-62b4dcf02dac Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:01,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-ae811ae2-e5a0-407b-9b91-62b4dcf02dac 2018-10-06 04:30:01,234 - neutron_utils - INFO - Retrieving security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3553fc4f-7946-4880-85fc-8d5288dd169a Date: Sat, 06 Oct 2018 04:30:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 2, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename"}]} 2018-10-06 04:30:01,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-3553fc4f-7946-4880-85fc-8d5288dd169a 2018-10-06 04:30:01,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9fbb1a3b-f059-41dd-8c8e-771d39e40ce1 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:01,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-9fbb1a3b-f059-41dd-8c8e-771d39e40ce1 2018-10-06 04:30:01,458 - neutron_utils - INFO - Retrieving security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-4da44235-b83a-4e9d-8782-7d65105f9399 Date: Sat, 06 Oct 2018 04:30:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 2, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename"}]} 2018-10-06 04:30:01,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-4da44235-b83a-4e9d-8782-7d65105f9399 2018-10-06 04:30:01,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-04d22039-a2aa-43dc-8f45-da23671117cb Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:01,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-04d22039-a2aa-43dc-8f45-da23671117cb 2018-10-06 04:30:01,543 - neutron_utils - INFO - Retrieving security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-965e4e2f-367f-45e1-b53d-6f39b97858fe Date: Sat, 06 Oct 2018 04:30:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 2, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename"}]} 2018-10-06 04:30:01,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-965e4e2f-367f-45e1-b53d-6f39b97858fe 2018-10-06 04:30:01,595 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:01,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:01,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-969feca3-23f5-4393-8f35-e4c862521c15 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:01,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-969feca3-23f5-4393-8f35-e4c862521c15 2018-10-06 04:30:01,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:01,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4e6eaed23e6a479e9a7f814645436de8", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj-role"}], "expires_at": "2018-10-06T05:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "825c1da110ec4b90bb854d04d5e99760", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/825c1da110ec4b90bb854d04d5e99760", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-85991363-13da-4c8-user", "id": "4327255d05024d6abdcae4d5ecb8d365"}, "audit_ids": ["qbFQMsSQRGm6nKAuuG0NDA"], "issued_at": "2018-10-06T04:30:01.000000Z"}} 2018-10-06 04:30:02,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc61c4b01e1cfc252896af586cedecb708af69a" 2018-10-06 04:30:02,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a1680289-5c83-4adb-b9e9-b6511fbd110c Date: Sat, 06 Oct 2018 04:30:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 2, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "name": "CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename"}]} 2018-10-06 04:30:02,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename&description=hello+group used request id req-a1680289-5c83-4adb-b9e9-b6511fbd110c 2018-10-06 04:30:02,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc61c4b01e1cfc252896af586cedecb708af69a" 2018-10-06 04:30:02,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-05b93e18-5c36-4da1-830d-98ab790b2922 Date: Sat, 06 Oct 2018 04:30:02 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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:02,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-05b93e18-5c36-4da1-830d-98ab790b2922 2018-10-06 04:30:02,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1acf2b47-f4d6-437d-bbf4-50f89341f80e 2018-10-06 04:30:02,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc61c4b01e1cfc252896af586cedecb708af69a" 2018-10-06 04:30:02,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1ec6e849-a694-490d-a0c6-86df437591dc Date: Sat, 06 Oct 2018 04:30:02 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-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "2dfeb257-e4a0-4a81-84f3-e246946008f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "1acf2b47-f4d6-437d-bbf4-50f89341f80e", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9"}]} 2018-10-06 04:30:02,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-1ec6e849-a694-490d-a0c6-86df437591dc 2018-10-06 04:30:02,593 - neutron_utils - INFO - Deleting security group rule with ID - 2dfeb257-e4a0-4a81-84f3-e246946008f9 2018-10-06 04:30:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/2dfeb257-e4a0-4a81-84f3-e246946008f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:02,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe96d066-736d-4a62-881d-6284e31476d0 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:02,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/2dfeb257-e4a0-4a81-84f3-e246946008f9 used request id req-fe96d066-736d-4a62-881d-6284e31476d0 2018-10-06 04:30:02,853 - neutron_utils - INFO - Deleting security group rule with ID - 49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9 2018-10-06 04:30:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:03,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-419081d1-c1c4-47a1-bacb-24ab955ee49a Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:03,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/49916bfd-e6a5-4ef5-8c89-5647b6d4e2f9 used request id req-419081d1-c1c4-47a1-bacb-24ab955ee49a 2018-10-06 04:30:03,114 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-832a39f1-e10f-45c6-94ab-e3bc8269329ename 2018-10-06 04:30:03,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/1acf2b47-f4d6-437d-bbf4-50f89341f80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7745d83cfcb3094a713d2be83df4a74a7bd11358" 2018-10-06 04:30:03,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d7d6925-2bcd-40b9-83a9-093ccc5b3d03 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:03,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/1acf2b47-f4d6-437d-bbf4-50f89341f80e used request id req-4d7d6925-2bcd-40b9-83a9-093ccc5b3d03 2018-10-06 04:30:03,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:03,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8b700ae6-451a-4df3-8a2f-6e813c3c8cef Date: Sat, 06 Oct 2018 04:30:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "updated_at": "2018-10-06T04:30:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "13e7bca8-87c3-4815-a546-9d4836e380c9", "remote_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "1d33f4df-60cc-4e6f-97eb-0d3ef3db84ca", "remote_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "490b0ef6-bcf7-4e42-94fb-92774bc890f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv4", "project_id": "825c1da110ec4b90bb854d04d5e99760"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "revision_number": 0, "id": "663a44ff-61fe-4d5c-8fce-079bc216ae7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "port_range_min": null, "ethertype": "IPv6", "project_id": "825c1da110ec4b90bb854d04d5e99760"}], "revision_number": 4, "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "cd673279-866d-4719-835d-f025abd23fe0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:03,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8b700ae6-451a-4df3-8a2f-6e813c3c8cef 2018-10-06 04:30:03,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:03,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e680bc3b-100a-48df-96b3-b48348295f1b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:03,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e680bc3b-100a-48df-96b3-b48348295f1b 2018-10-06 04:30:03,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:03,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6537c6c-5dab-449f-9360-2cbb0c830061 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:03,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-f6537c6c-5dab-449f-9360-2cbb0c830061 2018-10-06 04:30:03,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:03,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69459876-b31d-4fcd-8754-75ff15584a85 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760"}, "enabled": true, "id": "825c1da110ec4b90bb854d04d5e99760", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-85991363-13da-4c8-proj"}} 2018-10-06 04:30:03,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760 used request id req-69459876-b31d-4fcd-8754-75ff15584a85 2018-10-06 04:30:03,895 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd673279-866d-4719-835d-f025abd23fe0 2018-10-06 04:30:03,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cd673279-866d-4719-835d-f025abd23fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:04,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1fdf839d-be14-45f9-8944-33df94bbaf2f Date: Sat, 06 Oct 2018 04:30:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "13e7bca8-87c3-4815-a546-9d4836e380c9"}, {"remote_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "1d33f4df-60cc-4e6f-97eb-0d3ef3db84ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "490b0ef6-bcf7-4e42-94fb-92774bc890f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:00Z", "security_group_id": "cd673279-866d-4719-835d-f025abd23fe0", "port_range_min": null, "revision_number": 0, "tenant_id": "825c1da110ec4b90bb854d04d5e99760", "created_at": "2018-10-06T04:30:00Z", "project_id": "825c1da110ec4b90bb854d04d5e99760", "id": "663a44ff-61fe-4d5c-8fce-079bc216ae7e"}]} 2018-10-06 04:30:04,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cd673279-866d-4719-835d-f025abd23fe0 used request id req-1fdf839d-be14-45f9-8944-33df94bbaf2f 2018-10-06 04:30:04,080 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:30:04,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cd673279-866d-4719-835d-f025abd23fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:04,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5eab307-b97a-4cc9-9e9d-102c813f2387 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:04,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cd673279-866d-4719-835d-f025abd23fe0 used request id req-e5eab307-b97a-4cc9-9e9d-102c813f2387 2018-10-06 04:30:04,378 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-85991363-13da-4c8-proj 2018-10-06 04:30:04,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:04,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76002e63-0117-4056-aa7b-d0cb1d55ee97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:04,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/825c1da110ec4b90bb854d04d5e99760 used request id req-76002e63-0117-4056-aa7b-d0cb1d55ee97 2018-10-06 04:30:04,680 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-85991363-13da-4c8-proj-role 2018-10-06 04:30:04,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:04,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530692be-530f-4e4d-b7c0-20aecd54d049 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:04,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4e6eaed23e6a479e9a7f814645436de8 used request id req-530692be-530f-4e4d-b7c0-20aecd54d049 2018-10-06 04:30:04,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0f5386276f9a9076cdeb395c04e2db8fd6f6e4" 2018-10-06 04:30:04,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe90c0b8-e221-4f5a-8ce1-a95ce0464a3e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:04,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe90c0b8-e221-4f5a-8ce1-a95ce0464a3e 2018-10-06 04:30:04,895 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-85991363-13da-4c8-user 2018-10-06 04:30:04,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4327255d05024d6abdcae4d5ecb8d365 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91bacf03f34f4a8b57b1fd8ec3403d9ff3dd74d9" 2018-10-06 04:30:05,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde7903a-52c3-41d9-9bc4-6a4938808cdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:05,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4327255d05024d6abdcae4d5ecb8d365 used request id req-fde7903a-52c3-41d9-9bc4-6a4938808cdd 2018-10-06 04:30:05,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:05,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["0K7AOP9hThGaDkLmbstDDg"], "issued_at": "2018-10-06T04:30:05.000000Z"}} 2018-10-06 04:30:05,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec2cd3fb9fdf0c67a685ec838583e628379d6b3" 2018-10-06 04:30:05,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd3b7b7-a528-4aed-bbba-e4e9bdd3acf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:05,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3fd3b7b7-a528-4aed-bbba-e4e9bdd3acf4 2018-10-06 04:30:05,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:05,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:05,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2q0V1IuIR_CcEFoPkhoeGg"], "issued_at": "2018-10-06T04:30:05.000000Z"}} 2018-10-06 04:30:05,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:06,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a283939-76cf-4449-8263-0a1a2b5c68ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:06,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1a283939-76cf-4449-8263-0a1a2b5c68ca 2018-10-06 04:30:06,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:06,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:06,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-336f2a31-afce-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b90811c-4573-4ed7-9be7-250f2ebe7371 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-336f2a31-afce-481-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:06,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-336f2a31-afce-481-proj used request id req-7b90811c-4573-4ed7-9be7-250f2ebe7371 2018-10-06 04:30:06,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:06,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f6faae-931f-4734-926d-a540843db175 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:06,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-60f6faae-931f-4734-926d-a540843db175 2018-10-06 04:30:06,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}}' 2018-10-06 04:30:06,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9b6f340-8798-4765-a381-c6808f9d5f22 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}} 2018-10-06 04:30:06,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d9b6f340-8798-4765-a381-c6808f9d5f22 2018-10-06 04:30:06,347 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-336f2a31-afce-481-proj 2018-10-06 04:30:06,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:06,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:06,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LSLCA3KuQIWbSIgrHtSOTQ"], "issued_at": "2018-10-06T04:30:06.000000Z"}} 2018-10-06 04:30:06,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1878a80f2106a82b3267029b472faba80fd5a19b" 2018-10-06 04:30:06,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52baa4e0-f7fb-4efb-bd74-5b8a3dd24933 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:06,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-52baa4e0-f7fb-4efb-bd74-5b8a3dd24933 2018-10-06 04:30:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:06,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:06,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1878a80f2106a82b3267029b472faba80fd5a19b" 2018-10-06 04:30:06,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eda5f54-5b23-456b-87b6-cf3646b695b8 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:30:06,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6eda5f54-5b23-456b-87b6-cf3646b695b8 2018-10-06 04:30:06,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-336f2a31-afce-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1878a80f2106a82b3267029b472faba80fd5a19b" 2018-10-06 04:30:06,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21be68b-dc70-4b71-86d0-761fb70462b8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-336f2a31-afce-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}]} 2018-10-06 04:30:06,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-336f2a31-afce-481-proj used request id req-c21be68b-dc70-4b71-86d0-761fb70462b8 2018-10-06 04:30:06,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1878a80f2106a82b3267029b472faba80fd5a19b" 2018-10-06 04:30:07,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab0f641-492e-4cca-8143-71ca68c2e9d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:07,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8ab0f641-492e-4cca-8143-71ca68c2e9d7 2018-10-06 04:30:07,341 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-336f2a31-afce-481-user 2018-10-06 04:30:07,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:07,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:07,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80be05fe-0f73-4fdb-ae65-6b839e075515 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:07,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-80be05fe-0f73-4fdb-ae65-6b839e075515 2018-10-06 04:30:07,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" -d '{"role": {"name": "CreateSecurityGroupTests-336f2a31-afce-481-proj-role"}}' 2018-10-06 04:30:07,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfc1324b-dbbd-4ac9-abac-a06b5c7293dd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff51fb881a5b498fabcdd1cd132a03fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd"}, "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj-role"}} 2018-10-06 04:30:07,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cfc1324b-dbbd-4ac9-abac-a06b5c7293dd 2018-10-06 04:30:07,544 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-336f2a31-afce-481-proj-role 2018-10-06 04:30:07,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:07,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad31e934-d0f9-4d32-b4df-3a07dbeb3abb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd"}, "domain_id": null, "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj-role", "id": "ff51fb881a5b498fabcdd1cd132a03fd"}} 2018-10-06 04:30:07,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd used request id req-ad31e934-d0f9-4d32-b4df-3a07dbeb3abb 2018-10-06 04:30:07,640 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-336f2a31-afce-481-proj-role to project CreateSecurityGroupTests-336f2a31-afce-481-proj 2018-10-06 04:30:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50/users/7770a91bafb546988b0d00317e83d20e/roles/ff51fb881a5b498fabcdd1cd132a03fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:07,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ec41e34-ccff-4672-abc7-e21fcaef3de9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:07,787 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50/users/7770a91bafb546988b0d00317e83d20e/roles/ff51fb881a5b498fabcdd1cd132a03fd used request id req-6ec41e34-ccff-4672-abc7-e21fcaef3de9 2018-10-06 04:30:07,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:07,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:08,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff51fb881a5b498fabcdd1cd132a03fd", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj-role"}], "expires_at": "2018-10-06T05:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b01d780d85a4c46bacbda20f00ffc50", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-336f2a31-afce-481-user", "id": "7770a91bafb546988b0d00317e83d20e"}, "audit_ids": ["3Q8x7y67RuW6s_usNHYz4A"], "issued_at": "2018-10-06T04:30:08.000000Z"}} 2018-10-06 04:30:08,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:08,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2a9056-2cf1-461e-a763-e4c712c53883 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:08,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa2a9056-2cf1-461e-a763-e4c712c53883 2018-10-06 04:30:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:08,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-11e849f1-7ac0-4ff2-abad-7b8c75da1bd1 Date: Sat, 06 Oct 2018 04:30:08 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:30:08,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name&description=hello+group used request id req-11e849f1-7ac0-4ff2-abad-7b8c75da1bd1 2018-10-06 04:30:08,632 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name... 2018-10-06 04:30:08,632 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name 2018-10-06 04:30:08,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" -d '{"security_group": {"name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name", "description": "hello group"}}' 2018-10-06 04:30:08,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-966cc558-8c5c-4971-9c54-c1afcd0a5a0e Date: Sat, 06 Oct 2018 04:30:08 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 2, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}} 2018-10-06 04:30:08,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-966cc558-8c5c-4971-9c54-c1afcd0a5a0e 2018-10-06 04:30:08,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:08,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c8f4dd4e-248e-4188-9228-9581eaef363e Date: Sat, 06 Oct 2018 04:30:09 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}]} 2018-10-06 04:30:09,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-c8f4dd4e-248e-4188-9228-9581eaef363e 2018-10-06 04:30:09,162 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:09,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fdb3d173-47d1-45bb-88b5-222a142439e6 Date: Sat, 06 Oct 2018 04:30:09 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}]} 2018-10-06 04:30:09,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-fdb3d173-47d1-45bb-88b5-222a142439e6 2018-10-06 04:30:09,346 - neutron_utils - INFO - Retrieving security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:09,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-96ea50a2-8965-4ffe-b0cb-08d0a8aeb5f0 Date: Sat, 06 Oct 2018 04:30:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 2, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:09,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-96ea50a2-8965-4ffe-b0cb-08d0a8aeb5f0 2018-10-06 04:30:09,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-906203f2-d6d8-403e-9630-db23cdb139eb Date: Sat, 06 Oct 2018 04:30:09 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}]} 2018-10-06 04:30:09,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-906203f2-d6d8-403e-9630-db23cdb139eb 2018-10-06 04:30:09,721 - neutron_utils - INFO - Retrieving security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:09,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-44cb12df-a406-4a58-ba6b-8ebf5f0962e9 Date: Sat, 06 Oct 2018 04:30:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 2, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:09,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-44cb12df-a406-4a58-ba6b-8ebf5f0962e9 2018-10-06 04:30:09,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:09,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:09,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0092f81-74db-4ee8-a1ab-2f109cfb37e2 Date: Sat, 06 Oct 2018 04:30:09 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}]} 2018-10-06 04:30:09,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-c0092f81-74db-4ee8-a1ab-2f109cfb37e2 2018-10-06 04:30:09,954 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name 2018-10-06 04:30:09,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:10,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cd3902cc-937a-45f9-af1e-abb289b61bd8 Date: Sat, 06 Oct 2018 04:30:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 2, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:10,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-cd3902cc-937a-45f9-af1e-abb289b61bd8 2018-10-06 04:30:10,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:10,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:10,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:10,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8661ebe1-df98-42f6-90fa-720e75b3fcc6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}} 2018-10-06 04:30:10,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 used request id req-8661ebe1-df98-42f6-90fa-720e75b3fcc6 2018-10-06 04:30:10,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:10,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c63a774f-ffae-4b74-988b-0040d6b05629 Date: Sat, 06 Oct 2018 04:30:10 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}]} 2018-10-06 04:30:10,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-c63a774f-ffae-4b74-988b-0040d6b05629 2018-10-06 04:30:10,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}00236111e1b00a8e749cd2acd8e93781c5c4af1f" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42"}}' 2018-10-06 04:30:10,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a01f886c-f882-4e15-b7fc-247260566c84 Date: Sat, 06 Oct 2018 04:30:10 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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}} 2018-10-06 04:30:10,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-a01f886c-f882-4e15-b7fc-247260566c84 2018-10-06 04:30:10,737 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name 2018-10-06 04:30:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:10,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-fa7b654f-9a69-4e9b-a008-703b421e682e Date: Sat, 06 Oct 2018 04:30:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 3, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:10,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-fa7b654f-9a69-4e9b-a008-703b421e682e 2018-10-06 04:30:10,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:11,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28512a4-d168-49f2-932b-e4d86312c8b6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}} 2018-10-06 04:30:11,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 used request id req-f28512a4-d168-49f2-932b-e4d86312c8b6 2018-10-06 04:30:11,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:11,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:11,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-294c988b-48f6-463c-ac16-910063414193 Date: Sat, 06 Oct 2018 04:30:11 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}]} 2018-10-06 04:30:11,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-294c988b-48f6-463c-ac16-910063414193 2018-10-06 04:30:11,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}00236111e1b00a8e749cd2acd8e93781c5c4af1f" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42"}}' 2018-10-06 04:30:11,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-bf1ade7e-abc8-41f5-a2c2-73ef91b72345 Date: Sat, 06 Oct 2018 04:30:11 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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}} 2018-10-06 04:30:11,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-bf1ade7e-abc8-41f5-a2c2-73ef91b72345 2018-10-06 04:30:11,395 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name 2018-10-06 04:30:11,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:11,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-d4f00bff-34a0-4d2a-b046-1d9ca5c02196 Date: Sat, 06 Oct 2018 04:30:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 4, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:11,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-d4f00bff-34a0-4d2a-b046-1d9ca5c02196 2018-10-06 04:30:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:11,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6b2860-09d9-4c54-a026-2c676c691327 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}} 2018-10-06 04:30:11,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 used request id req-7c6b2860-09d9-4c54-a026-2c676c691327 2018-10-06 04:30:11,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:11,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:11,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-676b8152-f31f-443b-8e08-1b35263f8834 Date: Sat, 06 Oct 2018 04:30:11 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:11,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-676b8152-f31f-443b-8e08-1b35263f8834 2018-10-06 04:30:11,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}00236111e1b00a8e749cd2acd8e93781c5c4af1f" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10}}' 2018-10-06 04:30:12,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-8d6ab753-6f38-4d14-8d4e-2fdb9aaa783f Date: Sat, 06 Oct 2018 04:30:12 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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}} 2018-10-06 04:30:12,036 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8d6ab753-6f38-4d14-8d4e-2fdb9aaa783f 2018-10-06 04:30:12,037 - neutron_utils - INFO - Retrieving security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:12,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:12,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-24e65e6c-5fa3-431b-a771-ff9759099703 Date: Sat, 06 Oct 2018 04:30:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:12,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-24e65e6c-5fa3-431b-a771-ff9759099703 2018-10-06 04:30:12,091 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:12,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-451932df-3f60-49ff-99f3-42d1e8254f27 Date: Sat, 06 Oct 2018 04:30:12 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:12,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-451932df-3f60-49ff-99f3-42d1e8254f27 2018-10-06 04:30:12,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:12,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff51fb881a5b498fabcdd1cd132a03fd", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj-role"}], "expires_at": "2018-10-06T05:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b01d780d85a4c46bacbda20f00ffc50", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/1b01d780d85a4c46bacbda20f00ffc50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-336f2a31-afce-481-user", "id": "7770a91bafb546988b0d00317e83d20e"}, "audit_ids": ["1h947G5IQPWKdJAkSvcdQw"], "issued_at": "2018-10-06T04:30:12.000000Z"}} 2018-10-06 04:30:12,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:12,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5401123a-f1d9-4c04-a974-00dc21dc52ad Date: Sat, 06 Oct 2018 04:30:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:12,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name&description=hello+group used request id req-5401123a-f1d9-4c04-a974-00dc21dc52ad 2018-10-06 04:30:12,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:12,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-78926681-4fff-492a-96d5-b3f7e0f546ad Date: Sat, 06 Oct 2018 04:30:12 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:12,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-78926681-4fff-492a-96d5-b3f7e0f546ad 2018-10-06 04:30:12,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:12,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:13,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-66d98bb9-e2fc-4398-abe1-434df7deaff6 Date: Sat, 06 Oct 2018 04:30:13 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:13,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-66d98bb9-e2fc-4398-abe1-434df7deaff6 2018-10-06 04:30:13,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:13,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-69cf422b-b236-4105-94f3-9c86050f8fe7 Date: Sat, 06 Oct 2018 04:30:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:13,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-69cf422b-b236-4105-94f3-9c86050f8fe7 2018-10-06 04:30:13,296 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:13,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c452485b-12f9-407f-bc88-8e69d2c783cc Date: Sat, 06 Oct 2018 04:30:13 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:13,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-c452485b-12f9-407f-bc88-8e69d2c783cc 2018-10-06 04:30:13,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:13,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-401312fa-6d8e-4ba7-9232-2391913bcbc9 Date: Sat, 06 Oct 2018 04:30:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:13,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-401312fa-6d8e-4ba7-9232-2391913bcbc9 2018-10-06 04:30:13,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:13,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:13,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-46a3665b-1463-4663-9438-4fc421dd8468 Date: Sat, 06 Oct 2018 04:30:13 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:13,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-46a3665b-1463-4663-9438-4fc421dd8468 2018-10-06 04:30:13,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9101be8d-0f48-432f-891d-166bf42f5245 Date: Sat, 06 Oct 2018 04:30:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:14,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-9101be8d-0f48-432f-891d-166bf42f5245 2018-10-06 04:30:14,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5317eac7-bbdf-4287-8425-1b3deb2e2e01 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:14,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-5317eac7-bbdf-4287-8425-1b3deb2e2e01 2018-10-06 04:30:14,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fc4a1d97-7410-489d-847d-199d910141b1 Date: Sat, 06 Oct 2018 04:30:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:14,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-fc4a1d97-7410-489d-847d-199d910141b1 2018-10-06 04:30:14,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ad8b3652-fbf5-4120-a17f-336969c9a555 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:14,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-ad8b3652-fbf5-4120-a17f-336969c9a555 2018-10-06 04:30:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0fcf688b-3214-4254-b1e5-4f04d285a3eb Date: Sat, 06 Oct 2018 04:30:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:14,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-0fcf688b-3214-4254-b1e5-4f04d285a3eb 2018-10-06 04:30:14,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:14,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9307d01d-8d14-4a35-8751-475768f73369 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:14,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-9307d01d-8d14-4a35-8751-475768f73369 2018-10-06 04:30:14,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e05987d1-658a-4091-b4fb-0c26dc7ced83 Date: Sat, 06 Oct 2018 04:30:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:14,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-e05987d1-658a-4091-b4fb-0c26dc7ced83 2018-10-06 04:30:14,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:14,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:14,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b1c409da-74e8-49cc-97de-997b01109050 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:14,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-b1c409da-74e8-49cc-97de-997b01109050 2018-10-06 04:30:14,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8efce7e6-ca96-4e72-894b-07c7797f3c97 Date: Sat, 06 Oct 2018 04:30:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:15,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-8efce7e6-ca96-4e72-894b-07c7797f3c97 2018-10-06 04:30:15,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c8f8a4d5-9bcb-4a5f-81da-0775eb42315b Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-c8f8a4d5-9bcb-4a5f-81da-0775eb42315b 2018-10-06 04:30:15,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e3ef3a62-67da-49b0-9b57-9a0f96e09371 Date: Sat, 06 Oct 2018 04:30:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:15,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-e3ef3a62-67da-49b0-9b57-9a0f96e09371 2018-10-06 04:30:15,450 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:15,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0bab2df1-351b-420d-87fe-9319cc72c5ae Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-0bab2df1-351b-420d-87fe-9319cc72c5ae 2018-10-06 04:30:15,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5e3687fa-7bb8-4c99-a33d-d003da63da42 Date: Sat, 06 Oct 2018 04:30:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:15,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-5e3687fa-7bb8-4c99-a33d-d003da63da42 2018-10-06 04:30:15,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:15,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-698d9576-550d-44b0-a6d5-c93bf49b9ca9 Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-698d9576-550d-44b0-a6d5-c93bf49b9ca9 2018-10-06 04:30:15,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fb7aa64c-afed-45ad-8dcf-da5ad86a6543 Date: Sat, 06 Oct 2018 04:30:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:15,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-fb7aa64c-afed-45ad-8dcf-da5ad86a6543 2018-10-06 04:30:15,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a9a0794d-3ed4-4aa3-96cb-6c149d6e73b9 Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-a9a0794d-3ed4-4aa3-96cb-6c149d6e73b9 2018-10-06 04:30:15,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3e771628-bd2a-4b55-a342-517b32484da3 Date: Sat, 06 Oct 2018 04:30:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:10Z", "revision_number": 0, "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:11Z", "revision_number": 0, "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 5, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "name": "CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name"}]} 2018-10-06 04:30:15,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name used request id req-3e771628-bd2a-4b55-a342-517b32484da3 2018-10-06 04:30:15,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:15,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:15,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1d12417f-689c-4837-89d8-9da3e18e317e Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-1d12417f-689c-4837-89d8-9da3e18e317e 2018-10-06 04:30:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:15,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3068758b-ac2f-4ffb-8ebf-108f4129005a Date: Sat, 06 Oct 2018 04:30:15 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-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "35dbb4dc-2fa4-40ae-90ce-b964aa395f34"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:15,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-3068758b-ac2f-4ffb-8ebf-108f4129005a 2018-10-06 04:30:15,806 - neutron_utils - INFO - Deleting security group rule with ID - 35dbb4dc-2fa4-40ae-90ce-b964aa395f34 2018-10-06 04:30:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/35dbb4dc-2fa4-40ae-90ce-b964aa395f34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,072 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff67af3e-5ddf-4461-b32c-d5b6c7f29704 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:16,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/35dbb4dc-2fa4-40ae-90ce-b964aa395f34 used request id req-ff67af3e-5ddf-4461-b32c-d5b6c7f29704 2018-10-06 04:30:16,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 277f0fbc-b8b3-4761-abc2-5b4feb68dd42 2018-10-06 04:30:16,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d4efb80fa68abafe78dcf95aab4d4139a0889b" 2018-10-06 04:30:16,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2002 X-Openstack-Request-Id: req-fb50c523-bb3c-48d3-b242-5423978f4752 Date: Sat, 06 Oct 2018 04:30:16 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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": 10, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "7bb7e508-f80b-479b-92f1-1a11d3bac475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cd5387ee-9d57-4ca9-abbe-4a47e7d0110e"}, {"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-10-06T04:30:10Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:10Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "de778671-0dad-441d-b4a4-7fa85a9d2c25"}, {"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-10-06T04:30:11Z", "security_group_id": "277f0fbc-b8b3-4761-abc2-5b4feb68dd42", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:11Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "e45d2ff3-f735-4e46-a147-ce3e2437e2d1"}]} 2018-10-06 04:30:16,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-fb50c523-bb3c-48d3-b242-5423978f4752 2018-10-06 04:30:16,107 - neutron_utils - INFO - Deleting security group rule with ID - cd5387ee-9d57-4ca9-abbe-4a47e7d0110e 2018-10-06 04:30:16,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/cd5387ee-9d57-4ca9-abbe-4a47e7d0110e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,365 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41fc7211-2fa0-452e-bf66-1683bd5232ce Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:16,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/cd5387ee-9d57-4ca9-abbe-4a47e7d0110e used request id req-41fc7211-2fa0-452e-bf66-1683bd5232ce 2018-10-06 04:30:16,365 - neutron_utils - INFO - Deleting security group rule with ID - 35dbb4dc-2fa4-40ae-90ce-b964aa395f34 2018-10-06 04:30:16,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/35dbb4dc-2fa4-40ae-90ce-b964aa395f34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,522 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-66596585-a86b-45ef-9051-8704d91a7571 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 35dbb4dc-2fa4-40ae-90ce-b964aa395f34 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:30:16,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/35dbb4dc-2fa4-40ae-90ce-b964aa395f34 used request id req-66596585-a86b-45ef-9051-8704d91a7571 2018-10-06 04:30:16,523 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 35dbb4dc-2fa4-40ae-90ce-b964aa395f34 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:30:16,523 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 35dbb4dc-2fa4-40ae-90ce-b964aa395f34 does not exist Neutron server returns request_ids: ['req-66596585-a86b-45ef-9051-8704d91a7571'] 2018-10-06 04:30:16,524 - neutron_utils - INFO - Deleting security group rule with ID - e45d2ff3-f735-4e46-a147-ce3e2437e2d1 2018-10-06 04:30:16,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e45d2ff3-f735-4e46-a147-ce3e2437e2d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,643 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da1fc197-a0e0-4e4e-b824-3af72e9b51d8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:16,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e45d2ff3-f735-4e46-a147-ce3e2437e2d1 used request id req-da1fc197-a0e0-4e4e-b824-3af72e9b51d8 2018-10-06 04:30:16,643 - neutron_utils - INFO - Deleting security group rule with ID - de778671-0dad-441d-b4a4-7fa85a9d2c25 2018-10-06 04:30:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/de778671-0dad-441d-b4a4-7fa85a9d2c25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f07d577-d2b4-41ac-8a05-b57233580788 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:16,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/de778671-0dad-441d-b4a4-7fa85a9d2c25 used request id req-5f07d577-d2b4-41ac-8a05-b57233580788 2018-10-06 04:30:16,740 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b28bae39-4582-4b9f-b243-141a504bec86name 2018-10-06 04:30:16,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/277f0fbc-b8b3-4761-abc2-5b4feb68dd42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00236111e1b00a8e749cd2acd8e93781c5c4af1f" 2018-10-06 04:30:16,877 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b16ca643-fef0-4b87-a078-581678034979 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:16,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/277f0fbc-b8b3-4761-abc2-5b4feb68dd42 used request id req-b16ca643-fef0-4b87-a078-581678034979 2018-10-06 04:30:16,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-aa1c20b8-5097-4de2-aaee-03240d3ef608 Date: Sat, 06 Oct 2018 04:30:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "updated_at": "2018-10-06T04:30:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "05f3873c-acb5-4540-ad4c-d0bf9df48dce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "21e9fd3f-d74a-4697-a51f-7ea85f54bc76", "remote_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "991d488a-26cb-4e4b-a94f-3881b5b7b21a", "remote_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "revision_number": 0, "id": "cb16d72b-2725-47a6-8bdc-c2ef96660c8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b01d780d85a4c46bacbda20f00ffc50"}], "revision_number": 4, "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:17,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-aa1c20b8-5097-4de2-aaee-03240d3ef608 2018-10-06 04:30:17,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f7e15c-fb3c-435f-8914-89f03c149996 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:17,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-c4f7e15c-fb3c-435f-8914-89f03c149996 2018-10-06 04:30:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-073f2733-4b95-4112-825d-4630cebc5026 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:17,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-073f2733-4b95-4112-825d-4630cebc5026 2018-10-06 04:30:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75cb46c6-a27f-4db3-b43f-cb3fa4ebe420 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50"}, "enabled": true, "id": "1b01d780d85a4c46bacbda20f00ffc50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-336f2a31-afce-481-proj"}} 2018-10-06 04:30:17,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 used request id req-75cb46c6-a27f-4db3-b43f-cb3fa4ebe420 2018-10-06 04:30:17,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a 2018-10-06 04:30:17,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-28df95d5-7e11-4fa1-a6fb-bbbaded593db Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "05f3873c-acb5-4540-ad4c-d0bf9df48dce"}, {"remote_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "21e9fd3f-d74a-4697-a51f-7ea85f54bc76"}, {"remote_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "991d488a-26cb-4e4b-a94f-3881b5b7b21a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:08Z", "security_group_id": "ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b01d780d85a4c46bacbda20f00ffc50", "created_at": "2018-10-06T04:30:08Z", "project_id": "1b01d780d85a4c46bacbda20f00ffc50", "id": "cb16d72b-2725-47a6-8bdc-c2ef96660c8d"}]} 2018-10-06 04:30:17,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a used request id req-28df95d5-7e11-4fa1-a6fb-bbbaded593db 2018-10-06 04:30:17,537 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:30:17,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:17,891 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab5fb42c-c220-4213-b2c9-824eb995e425 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:17,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ad8ff57c-3ba6-4a4e-8da2-5d147fe8de6a used request id req-ab5fb42c-c220-4213-b2c9-824eb995e425 2018-10-06 04:30:17,892 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-336f2a31-afce-481-proj 2018-10-06 04:30:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:18,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fc165cb-24b3-4f18-b74c-ab2193516b84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:18,104 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/1b01d780d85a4c46bacbda20f00ffc50 used request id req-3fc165cb-24b3-4f18-b74c-ab2193516b84 2018-10-06 04:30:18,104 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-336f2a31-afce-481-proj-role 2018-10-06 04:30:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:18,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4714e22-49ba-45ec-ab3c-da7bd0a60e9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:18,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ff51fb881a5b498fabcdd1cd132a03fd used request id req-c4714e22-49ba-45ec-ab3c-da7bd0a60e9c 2018-10-06 04:30:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cecfd336cd06e87d8263a464ecb1b9f3748f24a" 2018-10-06 04:30:18,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1fc0031-da22-4f8e-a88e-7947fe90ac13 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:18,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c1fc0031-da22-4f8e-a88e-7947fe90ac13 2018-10-06 04:30:18,307 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-336f2a31-afce-481-user 2018-10-06 04:30:18,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7770a91bafb546988b0d00317e83d20e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1878a80f2106a82b3267029b472faba80fd5a19b" 2018-10-06 04:30:18,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c10250d9-5321-4b68-98bb-f465b5a010b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:18,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7770a91bafb546988b0d00317e83d20e used request id req-c10250d9-5321-4b68-98bb-f465b5a010b9 2018-10-06 04:30:18,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:18,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3p3QPdOyQQCZK7835Z2lfw"], "issued_at": "2018-10-06T04:30:18.000000Z"}} 2018-10-06 04:30:18,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc92667420d1c0589b50f60fc6a3c27eb222fee7" 2018-10-06 04:30:18,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6295f45a-aab6-43e1-9235-982b5563b28d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:18,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6295f45a-aab6-43e1-9235-982b5563b28d 2018-10-06 04:30:18,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:18,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:19,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ZNfBAAOHQlmEUfaLe_IEBQ"], "issued_at": "2018-10-06T04:30:19.000000Z"}} 2018-10-06 04:30:19,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:19,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd75a3bc-990d-47a0-9c47-1a7a105161d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:19,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd75a3bc-990d-47a0-9c47-1a7a105161d4 2018-10-06 04:30:19,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:19,469 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04b92779-087c-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:19,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea6d525-95f8-4040-8c17-47d806efc70e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04b92779-087c-42e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:19,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04b92779-087c-42e-proj used request id req-7ea6d525-95f8-4040-8c17-47d806efc70e 2018-10-06 04:30:19,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:19,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85590ca4-4497-438c-a6ec-cbdc5e4b675e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:19,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-85590ca4-4497-438c-a6ec-cbdc5e4b675e 2018-10-06 04:30:19,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}}' 2018-10-06 04:30:19,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52c4db1a-24e4-45da-9daf-6fbb5365d637 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}} 2018-10-06 04:30:19,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-52c4db1a-24e4-45da-9daf-6fbb5365d637 2018-10-06 04:30:19,754 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-04b92779-087c-42e-proj 2018-10-06 04:30:19,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:19,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:20,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["O8OcjRttRLGzi-ncxfR5NA"], "issued_at": "2018-10-06T04:30:20.000000Z"}} 2018-10-06 04:30:20,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46689ba1b579d6c83d857bca2f3d324a46e76be6" 2018-10-06 04:30:20,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10d831bf-ba64-4c04-8930-81480ee49f0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:20,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-10d831bf-ba64-4c04-8930-81480ee49f0e 2018-10-06 04:30:20,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:20,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:20,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46689ba1b579d6c83d857bca2f3d324a46e76be6" 2018-10-06 04:30:20,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f41dc8-6a43-455a-9679-8d4396c7a3b9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:30:20,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f1f41dc8-6a43-455a-9679-8d4396c7a3b9 2018-10-06 04:30:20,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-04b92779-087c-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46689ba1b579d6c83d857bca2f3d324a46e76be6" 2018-10-06 04:30:20,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae4e771-e0f3-4526-b19d-cfde469c116e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-04b92779-087c-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}]} 2018-10-06 04:30:20,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSecurityGroupTests-04b92779-087c-42e-proj used request id req-7ae4e771-e0f3-4526-b19d-cfde469c116e 2018-10-06 04:30:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46689ba1b579d6c83d857bca2f3d324a46e76be6" 2018-10-06 04:30:20,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40df6129-40c6-48db-b940-2ef5e0d3f71c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:20,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-40df6129-40c6-48db-b940-2ef5e0d3f71c 2018-10-06 04:30:20,951 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-04b92779-087c-42e-user 2018-10-06 04:30:20,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:21,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91185b6f-6074-4dce-9571-cb1dca329461 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:21,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-91185b6f-6074-4dce-9571-cb1dca329461 2018-10-06 04:30:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" -d '{"role": {"name": "CreateSecurityGroupTests-04b92779-087c-42e-proj-role"}}' 2018-10-06 04:30:21,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03d23fee-6cd6-441a-947f-306423340410 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af3a0cd4cf5a420f850d48b4295a7de9", "links": {"self": "http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9"}, "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj-role"}} 2018-10-06 04:30:21,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-03d23fee-6cd6-441a-947f-306423340410 2018-10-06 04:30:21,149 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-04b92779-087c-42e-proj-role 2018-10-06 04:30:21,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:21,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8092ed-1b9e-4eba-8bfb-7bdc17291fd5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9"}, "domain_id": null, "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj-role", "id": "af3a0cd4cf5a420f850d48b4295a7de9"}} 2018-10-06 04:30:21,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9 used request id req-0e8092ed-1b9e-4eba-8bfb-7bdc17291fd5 2018-10-06 04:30:21,171 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-04b92779-087c-42e-proj-role to project CreateSecurityGroupTests-04b92779-087c-42e-proj 2018-10-06 04:30:21,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea/users/56601ee652d24394931cc6433b1837fc/roles/af3a0cd4cf5a420f850d48b4295a7de9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:21,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fb7d136-3f96-43ee-8a81-751216d7068e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:21,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea/users/56601ee652d24394931cc6433b1837fc/roles/af3a0cd4cf5a420f850d48b4295a7de9 used request id req-2fb7d136-3f96-43ee-8a81-751216d7068e 2018-10-06 04:30:21,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:21,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:21,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af3a0cd4cf5a420f850d48b4295a7de9", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj-role"}], "expires_at": "2018-10-06T05:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73be49ca99f149edbffab338bb4c94ea", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-04b92779-087c-42e-user", "id": "56601ee652d24394931cc6433b1837fc"}, "audit_ids": ["BKMP-VD1TEyolC8gkeEzDA"], "issued_at": "2018-10-06T04:30:21.000000Z"}} 2018-10-06 04:30:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:21,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd4c481-879d-4ba7-94f1-d36a2d2ab8b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:21,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2fd4c481-879d-4ba7-94f1-d36a2d2ab8b3 2018-10-06 04:30:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:22,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7a64bd8c-08af-47a5-8f67-ba7312871b6f Date: Sat, 06 Oct 2018 04:30:22 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:30:22,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name&description=hello+group used request id req-7a64bd8c-08af-47a5-8f67-ba7312871b6f 2018-10-06 04:30:22,070 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name... 2018-10-06 04:30:22,070 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name 2018-10-06 04:30:22,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" -d '{"security_group": {"name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name", "description": "hello group"}}' 2018-10-06 04:30:22,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-e2a6f558-ebbb-4eaf-bfb9-e0812e75d394 Date: Sat, 06 Oct 2018 04:30:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 2, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}} 2018-10-06 04:30:22,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-e2a6f558-ebbb-4eaf-bfb9-e0812e75d394 2018-10-06 04:30:22,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:22,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:22,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-98692aec-2db0-4db6-a0cd-75b8a55a2916 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:22,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-98692aec-2db0-4db6-a0cd-75b8a55a2916 2018-10-06 04:30:22,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:22,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:22,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89e8dd09-3e37-4023-a37b-1f24f85ac000 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:22,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-89e8dd09-3e37-4023-a37b-1f24f85ac000 2018-10-06 04:30:22,772 - neutron_utils - INFO - Retrieving security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:22,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:22,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d22fab3a-0205-427a-a460-5599e56ab5fe Date: Sat, 06 Oct 2018 04:30:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 2, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:22,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-d22fab3a-0205-427a-a460-5599e56ab5fe 2018-10-06 04:30:22,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:22,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f825b5e1-f885-493a-a76b-23f764136ef7 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:23,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-f825b5e1-f885-493a-a76b-23f764136ef7 2018-10-06 04:30:23,150 - neutron_utils - INFO - Retrieving security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:23,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2e37956a-23ee-40de-bd29-6baac45af4b7 Date: Sat, 06 Oct 2018 04:30:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 2, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:23,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-2e37956a-23ee-40de-bd29-6baac45af4b7 2018-10-06 04:30:23,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:23,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4a0d41fc-6572-4af5-8b02-0de38505d6cf Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:23,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-4a0d41fc-6572-4af5-8b02-0de38505d6cf 2018-10-06 04:30:23,532 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name 2018-10-06 04:30:23,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0229e22c-9ae1-4a5e-845e-6bf97aac1cf1 Date: Sat, 06 Oct 2018 04:30:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 2, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:23,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-0229e22c-9ae1-4a5e-845e-6bf97aac1cf1 2018-10-06 04:30:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:23,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:23,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dce814-0722-4552-bced-f2cce05ab9f0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}} 2018-10-06 04:30:23,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea used request id req-24dce814-0722-4552-bced-f2cce05ab9f0 2018-10-06 04:30:23,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:23,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b7fd1dd4-e6a1-4493-bc77-256cab2fbf8f Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:23,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-b7fd1dd4-e6a1-4493-bc77-256cab2fbf8f 2018-10-06 04:30:23,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591"}}' 2018-10-06 04:30:24,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-1c9cd162-830f-4cb4-848f-5e6e98f92c37 Date: Sat, 06 Oct 2018 04:30:24 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}} 2018-10-06 04:30:24,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-1c9cd162-830f-4cb4-848f-5e6e98f92c37 2018-10-06 04:30:24,144 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name 2018-10-06 04:30:24,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:24,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-07c5795a-7962-4423-86e7-702799131aed Date: Sat, 06 Oct 2018 04:30:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 3, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:24,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-07c5795a-7962-4423-86e7-702799131aed 2018-10-06 04:30:24,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:24,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d60e54b-1270-427e-aba8-0c2bd8ffd14b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}} 2018-10-06 04:30:24,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea used request id req-5d60e54b-1270-427e-aba8-0c2bd8ffd14b 2018-10-06 04:30:24,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:24,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:24,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-38dd11ba-268e-4c44-ba7c-1761f49d6847 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:24,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-38dd11ba-268e-4c44-ba7c-1761f49d6847 2018-10-06 04:30:24,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591"}}' 2018-10-06 04:30:24,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-751b8b4b-420d-4016-bfec-45b439c3733f Date: Sat, 06 Oct 2018 04:30:24 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}} 2018-10-06 04:30:24,839 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-751b8b4b-420d-4016-bfec-45b439c3733f 2018-10-06 04:30:24,839 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name 2018-10-06 04:30:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:25,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-b53a07a9-3317-4c08-ab45-69bcf96712ee Date: Sat, 06 Oct 2018 04:30:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 4, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:25,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-b53a07a9-3317-4c08-ab45-69bcf96712ee 2018-10-06 04:30:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:25,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5fa0d6-2682-42cd-a925-a18961c078c5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}} 2018-10-06 04:30:25,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea used request id req-cc5fa0d6-2682-42cd-a925-a18961c078c5 2018-10-06 04:30:25,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:25,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-b8a676d2-40de-4d1f-8ba6-f8a2eef4da37 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:25,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-b8a676d2-40de-4d1f-8ba6-f8a2eef4da37 2018-10-06 04:30:25,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10}}' 2018-10-06 04:30:25,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-df6d9533-1678-4ad4-a708-2bf587e2ad56 Date: Sat, 06 Oct 2018 04:30:25 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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}} 2018-10-06 04:30:25,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-df6d9533-1678-4ad4-a708-2bf587e2ad56 2018-10-06 04:30:25,570 - neutron_utils - INFO - Retrieving security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:25,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:25,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8945c5fe-dcd4-429b-85e3-d88f0afdc01d Date: Sat, 06 Oct 2018 04:30:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:25,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-8945c5fe-dcd4-429b-85e3-d88f0afdc01d 2018-10-06 04:30:25,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:25,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-589ce1be-fe60-4fd0-a3eb-e4d3bdcbeb3b Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:25,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-589ce1be-fe60-4fd0-a3eb-e4d3bdcbeb3b 2018-10-06 04:30:25,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:26,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af3a0cd4cf5a420f850d48b4295a7de9", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj-role"}], "expires_at": "2018-10-06T05:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73be49ca99f149edbffab338bb4c94ea", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/73be49ca99f149edbffab338bb4c94ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-04b92779-087c-42e-user", "id": "56601ee652d24394931cc6433b1837fc"}, "audit_ids": ["hN3xHiWjT9K5Cc1dGl3eig"], "issued_at": "2018-10-06T04:30:26.000000Z"}} 2018-10-06 04:30:26,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:26,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-31130859-f082-49e0-b46d-32b7d0a6a806 Date: Sat, 06 Oct 2018 04:30:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:26,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name&description=hello+group used request id req-31130859-f082-49e0-b46d-32b7d0a6a806 2018-10-06 04:30:26,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:26,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:26,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-62348ff2-a6a6-4865-bb64-51bbc12c7c6f Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:26,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-62348ff2-a6a6-4865-bb64-51bbc12c7c6f 2018-10-06 04:30:26,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:26,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:26,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b8847fd5-a399-4810-9c3e-de0f2affdddc Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:26,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-b8847fd5-a399-4810-9c3e-de0f2affdddc 2018-10-06 04:30:26,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-58febe59-6012-4384-89e9-ae14795a3ea1 Date: Sat, 06 Oct 2018 04:30:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:27,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-58febe59-6012-4384-89e9-ae14795a3ea1 2018-10-06 04:30:27,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:27,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0357f3ae-c99b-4564-87eb-59ad1ec2dee2 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:27,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-0357f3ae-c99b-4564-87eb-59ad1ec2dee2 2018-10-06 04:30:27,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a790f954-ce13-42d7-b8f6-74a5f00dc671 Date: Sat, 06 Oct 2018 04:30:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:27,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-a790f954-ce13-42d7-b8f6-74a5f00dc671 2018-10-06 04:30:27,370 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:27,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d0ecb1ec-9a03-42af-9168-4d2ccd0ab599 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:27,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-d0ecb1ec-9a03-42af-9168-4d2ccd0ab599 2018-10-06 04:30:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-afc49406-6f4f-4af6-bcec-4299c88baea0 Date: Sat, 06 Oct 2018 04:30:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:27,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-afc49406-6f4f-4af6-bcec-4299c88baea0 2018-10-06 04:30:27,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:27,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-937aa9f7-6892-4e1b-a881-df4187ad2e57 Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:27,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-937aa9f7-6892-4e1b-a881-df4187ad2e57 2018-10-06 04:30:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-54e654d7-cef6-4804-b11d-9df81a22164c Date: Sat, 06 Oct 2018 04:30:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:27,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-54e654d7-cef6-4804-b11d-9df81a22164c 2018-10-06 04:30:27,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:27,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c9fe33d8-8473-4f7f-b2d2-d985c347b79d Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:27,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-c9fe33d8-8473-4f7f-b2d2-d985c347b79d 2018-10-06 04:30:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4c527dbb-36df-4048-b2e8-900bcee78d0e Date: Sat, 06 Oct 2018 04:30:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:28,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-4c527dbb-36df-4048-b2e8-900bcee78d0e 2018-10-06 04:30:28,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:28,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-df1092b9-d6d5-4abe-adc0-5e4f8e3f62cd Date: Sat, 06 Oct 2018 04:30:28 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:28,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-df1092b9-d6d5-4abe-adc0-5e4f8e3f62cd 2018-10-06 04:30:28,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f3d5f22e-29a9-4d1a-8c8c-46c674bd25de Date: Sat, 06 Oct 2018 04:30:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:28,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-f3d5f22e-29a9-4d1a-8c8c-46c674bd25de 2018-10-06 04:30:28,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:28,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f31fea01-b602-40b8-a418-01838a58b8d2 Date: Sat, 06 Oct 2018 04:30:28 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:28,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-f31fea01-b602-40b8-a418-01838a58b8d2 2018-10-06 04:30:28,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-512888a1-7b99-4384-867e-b01072a45b83 Date: Sat, 06 Oct 2018 04:30:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:28,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-512888a1-7b99-4384-867e-b01072a45b83 2018-10-06 04:30:28,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:28,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bb23d989-3a55-40f7-8578-20c320deb9e7 Date: Sat, 06 Oct 2018 04:30:28 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:28,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-bb23d989-3a55-40f7-8578-20c320deb9e7 2018-10-06 04:30:28,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bcf2c4b5-19e0-4425-9d00-53659bd1533e Date: Sat, 06 Oct 2018 04:30:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "updated_at": "2018-10-06T04:30:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:24Z", "revision_number": 0, "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-06T04:30:25Z", "revision_number": 0, "id": "addc56cf-d89a-43d4-a41b-e5242776f939", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": 10, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "revision_number": 0, "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 5, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "name": "CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name"}]} 2018-10-06 04:30:28,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name used request id req-bcf2c4b5-19e0-4425-9d00-53659bd1533e 2018-10-06 04:30:28,673 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:28,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:28,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f49f7db2-d0d0-4b00-9632-60c0db50fa0f Date: Sat, 06 Oct 2018 04:30:28 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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "175392f1-106e-4928-b2c8-02eea0eb9a5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:28,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-f49f7db2-d0d0-4b00-9632-60c0db50fa0f 2018-10-06 04:30:28,747 - neutron_utils - INFO - Deleting security group rule with ID - 175392f1-106e-4928-b2c8-02eea0eb9a5f 2018-10-06 04:30:28,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/175392f1-106e-4928-b2c8-02eea0eb9a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf9a4e29-964b-47e7-879d-e4b73b7aedfa Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/175392f1-106e-4928-b2c8-02eea0eb9a5f used request id req-cf9a4e29-964b-47e7-879d-e4b73b7aedfa 2018-10-06 04:30:29,018 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-06 04:30:29,018 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afd1039e-1e7d-4937-849e-77c5a4efa591 2018-10-06 04:30:29,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41486b2a0d67be24499e095a1aebe39f97cc68bd" 2018-10-06 04:30:29,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-42bcc0f2-fbfc-4b42-9b6a-acd1a52c46ca Date: Sat, 06 Oct 2018 04:30: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-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "6b2c8455-4c70-41ad-bec0-33687e6c3f19"}, {"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-10-06T04:30:24Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:24Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "872b997a-86c5-4bc3-86a1-e2a2aaf048e3"}, {"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-10-06T04:30:25Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": 10, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:25Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "addc56cf-d89a-43d4-a41b-e5242776f939"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:22Z", "security_group_id": "afd1039e-1e7d-4937-849e-77c5a4efa591", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:22Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "d0b7dc79-af8b-4a20-8844-42cc22fa13ef"}]} 2018-10-06 04:30:29,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-42bcc0f2-fbfc-4b42-9b6a-acd1a52c46ca 2018-10-06 04:30:29,223 - neutron_utils - INFO - Deleting security group rule with ID - addc56cf-d89a-43d4-a41b-e5242776f939 2018-10-06 04:30:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/addc56cf-d89a-43d4-a41b-e5242776f939 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7cfba6c4-1ced-4241-a8e0-d21c4704419e Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/addc56cf-d89a-43d4-a41b-e5242776f939 used request id req-7cfba6c4-1ced-4241-a8e0-d21c4704419e 2018-10-06 04:30:29,321 - neutron_utils - INFO - Deleting security group rule with ID - 872b997a-86c5-4bc3-86a1-e2a2aaf048e3 2018-10-06 04:30:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/872b997a-86c5-4bc3-86a1-e2a2aaf048e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00b7eb29-df0e-4d54-ac05-54006d9bf479 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/872b997a-86c5-4bc3-86a1-e2a2aaf048e3 used request id req-00b7eb29-df0e-4d54-ac05-54006d9bf479 2018-10-06 04:30:29,420 - neutron_utils - INFO - Deleting security group rule with ID - d0b7dc79-af8b-4a20-8844-42cc22fa13ef 2018-10-06 04:30:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d0b7dc79-af8b-4a20-8844-42cc22fa13ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4913861-4f84-48f2-88d0-dda28da7677f Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d0b7dc79-af8b-4a20-8844-42cc22fa13ef used request id req-c4913861-4f84-48f2-88d0-dda28da7677f 2018-10-06 04:30:29,526 - neutron_utils - INFO - Deleting security group rule with ID - 6b2c8455-4c70-41ad-bec0-33687e6c3f19 2018-10-06 04:30:29,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6b2c8455-4c70-41ad-bec0-33687e6c3f19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0bee901-7418-40b3-bb58-021252575c4e Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6b2c8455-4c70-41ad-bec0-33687e6c3f19 used request id req-a0bee901-7418-40b3-bb58-021252575c4e 2018-10-06 04:30:29,634 - neutron_utils - INFO - Deleting security group rule with ID - 175392f1-106e-4928-b2c8-02eea0eb9a5f 2018-10-06 04:30:29,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/175392f1-106e-4928-b2c8-02eea0eb9a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,659 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-7fb1a80d-e09f-4416-8ae9-5d30db4823c8 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 175392f1-106e-4928-b2c8-02eea0eb9a5f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:30:29,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/175392f1-106e-4928-b2c8-02eea0eb9a5f used request id req-7fb1a80d-e09f-4416-8ae9-5d30db4823c8 2018-10-06 04:30:29,660 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 175392f1-106e-4928-b2c8-02eea0eb9a5f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-06 04:30:29,660 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 175392f1-106e-4928-b2c8-02eea0eb9a5f does not exist Neutron server returns request_ids: ['req-7fb1a80d-e09f-4416-8ae9-5d30db4823c8'] 2018-10-06 04:30:29,660 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2026285f-538f-4c90-8ce0-6aa012cb33f5name 2018-10-06 04:30:29,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/afd1039e-1e7d-4937-849e-77c5a4efa591 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f03e937abfb0bee3a6eef7dafc9d91b627681f9" 2018-10-06 04:30:29,909 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7523ccae-ad2d-4133-98fe-ef15ad1e0c37 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:29,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/afd1039e-1e7d-4937-849e-77c5a4efa591 used request id req-7523ccae-ad2d-4133-98fe-ef15ad1e0c37 2018-10-06 04:30:29,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c2e7e718-a797-405e-8ec5-b36809c8dd36 Date: Sat, 06 Oct 2018 04:30:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:21Z", "updated_at": "2018-10-06T04:30:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "revision_number": 0, "id": "0ba44248-a6b2-4bc7-a65b-ddce756fafb9", "remote_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "revision_number": 0, "id": "4cea91a5-9573-47ef-bdd1-861e2200a199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "revision_number": 0, "id": "abf7e42c-15ab-4c52-97be-7c237944ad6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "73be49ca99f149edbffab338bb4c94ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "revision_number": 0, "id": "ed17df32-f811-4a36-9e8d-2517247461ab", "remote_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "remote_ip_prefix": null, "created_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "73be49ca99f149edbffab338bb4c94ea"}], "revision_number": 4, "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:30,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c2e7e718-a797-405e-8ec5-b36809c8dd36 2018-10-06 04:30:30,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85e1bf4-c97f-4b01-a648-49ef323d7183 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:30,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-c85e1bf4-c97f-4b01-a648-49ef323d7183 2018-10-06 04:30:30,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a23b9e1-8ed0-4cf3-a949-1df1d53ae492 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:30,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-3a23b9e1-8ed0-4cf3-a949-1df1d53ae492 2018-10-06 04:30:30,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ddf81d-861d-424a-80fc-6280817e21b0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea"}, "enabled": true, "id": "73be49ca99f149edbffab338bb4c94ea", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04b92779-087c-42e-proj"}} 2018-10-06 04:30:30,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea used request id req-24ddf81d-861d-424a-80fc-6280817e21b0 2018-10-06 04:30:30,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0af364c-5323-4ef6-a6ff-4c912bbe6670 2018-10-06 04:30:30,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b0af364c-5323-4ef6-a6ff-4c912bbe6670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-88d90fb2-2205-4f81-90e9-4e646572153e Date: Sat, 06 Oct 2018 04:30:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:21Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "0ba44248-a6b2-4bc7-a65b-ddce756fafb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:21Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "4cea91a5-9573-47ef-bdd1-861e2200a199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:21Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "abf7e42c-15ab-4c52-97be-7c237944ad6b"}, {"remote_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:30:21Z", "security_group_id": "b0af364c-5323-4ef6-a6ff-4c912bbe6670", "port_range_min": null, "revision_number": 0, "tenant_id": "73be49ca99f149edbffab338bb4c94ea", "created_at": "2018-10-06T04:30:21Z", "project_id": "73be49ca99f149edbffab338bb4c94ea", "id": "ed17df32-f811-4a36-9e8d-2517247461ab"}]} 2018-10-06 04:30:30,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b0af364c-5323-4ef6-a6ff-4c912bbe6670 used request id req-88d90fb2-2205-4f81-90e9-4e646572153e 2018-10-06 04:30:30,630 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:30:30,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b0af364c-5323-4ef6-a6ff-4c912bbe6670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:30,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36782144-7730-48fa-bd17-028ca929e378 Content-Length: 0 Date: Sat, 06 Oct 2018 04:30:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:30:30,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b0af364c-5323-4ef6-a6ff-4c912bbe6670 used request id req-36782144-7730-48fa-bd17-028ca929e378 2018-10-06 04:30:30,919 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-04b92779-087c-42e-proj 2018-10-06 04:30:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:31,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d183509-3db2-495e-8d0b-11dbb172c061 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:31,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/73be49ca99f149edbffab338bb4c94ea used request id req-7d183509-3db2-495e-8d0b-11dbb172c061 2018-10-06 04:30:31,110 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-04b92779-087c-42e-proj-role 2018-10-06 04:30:31,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:31,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c17a7f2f-e8d0-4a3a-9ca5-e467b9e5d932 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:31,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/af3a0cd4cf5a420f850d48b4295a7de9 used request id req-c17a7f2f-e8d0-4a3a-9ca5-e467b9e5d932 2018-10-06 04:30:31,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d2ebb3dccda30f3a1b55e633c4ebc47e7cf31e" 2018-10-06 04:30:31,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757d3ed0-4701-4264-88ca-742d6a9e6731 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:31,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-757d3ed0-4701-4264-88ca-742d6a9e6731 2018-10-06 04:30:31,303 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-04b92779-087c-42e-user 2018-10-06 04:30:31,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/56601ee652d24394931cc6433b1837fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46689ba1b579d6c83d857bca2f3d324a46e76be6" 2018-10-06 04:30:31,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a210e7-421a-4ed4-b26d-8a9cd6950b4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:31,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/56601ee652d24394931cc6433b1837fc used request id req-f9a210e7-421a-4ed4-b26d-8a9cd6950b4d 2018-10-06 04:30:31,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:31,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mFdktJXpQBCwE2Dj1pIyaA"], "issued_at": "2018-10-06T04:30:31.000000Z"}} 2018-10-06 04:30:31,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e5d2513f030071ee283125f513f83d7ae68b41" 2018-10-06 04:30:31,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce814f9a-4406-4f59-a2cb-b4516c82dea9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:31,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce814f9a-4406-4f59-a2cb-b4516c82dea9 2018-10-06 04:30:31,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:31,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:32,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Irq7zmbQQ7-BQqN6Jdnj0A"], "issued_at": "2018-10-06T04:30:32.000000Z"}} 2018-10-06 04:30:32,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:32,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711cdcac-37f1-4d01-a60d-1537d8722d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:32,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-711cdcac-37f1-4d01-a60d-1537d8722d8e 2018-10-06 04:30:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:32,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1df7099b-b086-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130ce09a-507e-4a44-8d20-ef756c7cbd7e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1df7099b-b086-43a-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:32,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-1df7099b-b086-43a-proj used request id req-130ce09a-507e-4a44-8d20-ef756c7cbd7e 2018-10-06 04:30:32,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:32,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c2f822-8a96-48aa-ad13-8183208c44d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:32,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-50c2f822-8a96-48aa-ad13-8183208c44d3 2018-10-06 04:30:32,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj"}}' 2018-10-06 04:30:32,736 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20911fe2-58c0-4a1e-a8ca-d3c3c624de57 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa"}, "enabled": true, "id": "807bccafd2aa4f0ca18a1bc327f5b4fa", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj"}} 2018-10-06 04:30:32,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-20911fe2-58c0-4a1e-a8ca-d3c3c624de57 2018-10-06 04:30:32,736 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-1df7099b-b086-43a-proj 2018-10-06 04:30:32,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:32,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:33,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-vcyDeffSnKKoBIV4y-XSg"], "issued_at": "2018-10-06T04:30:33.000000Z"}} 2018-10-06 04:30:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d93ece581f2d23a4e8e85d704bf81c1f2700db" 2018-10-06 04:30:33,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f6e51d-3457-4302-87a2-3fd4df8a22e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:33,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4f6e51d-3457-4302-87a2-3fd4df8a22e7 2018-10-06 04:30:33,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:33,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:33,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d93ece581f2d23a4e8e85d704bf81c1f2700db" 2018-10-06 04:30:33,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a8f0e3-d23d-4887-b7e8-edcba25987f6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:30:33,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-57a8f0e3-d23d-4887-b7e8-edcba25987f6 2018-10-06 04:30:33,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-1df7099b-b086-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d93ece581f2d23a4e8e85d704bf81c1f2700db" 2018-10-06 04:30:33,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527c3cfc-31c9-476d-8070-13680348e544 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-1df7099b-b086-43a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa"}, "enabled": true, "id": "807bccafd2aa4f0ca18a1bc327f5b4fa", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj"}]} 2018-10-06 04:30:33,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-1df7099b-b086-43a-proj used request id req-527c3cfc-31c9-476d-8070-13680348e544 2018-10-06 04:30:33,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d93ece581f2d23a4e8e85d704bf81c1f2700db" 2018-10-06 04:30:33,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df57b08f-2e80-47e1-9153-ba7c84816875 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:33,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-df57b08f-2e80-47e1-9153-ba7c84816875 2018-10-06 04:30:33,754 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-1df7099b-b086-43a-user 2018-10-06 04:30:33,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:33,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:33,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2005374-3f8f-4d14-accb-5a6b8bb2a809 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:33,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a2005374-3f8f-4d14-accb-5a6b8bb2a809 2018-10-06 04:30:33,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" -d '{"role": {"name": "CreateImageSuccessTests-1df7099b-b086-43a-proj-role"}}' 2018-10-06 04:30:33,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3632eb40-2d5b-42f6-983f-ce5e6a22c3d9 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8c7ce52c868a49ae8611a146f7f291b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6"}, "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj-role"}} 2018-10-06 04:30:33,964 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3632eb40-2d5b-42f6-983f-ce5e6a22c3d9 2018-10-06 04:30:33,964 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-1df7099b-b086-43a-proj-role 2018-10-06 04:30:33,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:33,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec2f8d69-4d0d-44b0-a60a-43e2e22891ea Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6"}, "domain_id": null, "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj-role", "id": "8c7ce52c868a49ae8611a146f7f291b6"}} 2018-10-06 04:30:33,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6 used request id req-ec2f8d69-4d0d-44b0-a60a-43e2e22891ea 2018-10-06 04:30:33,987 - keystone_utils - INFO - Granting role CreateImageSuccessTests-1df7099b-b086-43a-proj-role to project CreateImageSuccessTests-1df7099b-b086-43a-proj 2018-10-06 04:30:33,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa/users/6083667c5c1940239ca0634ccf07ab5c/roles/8c7ce52c868a49ae8611a146f7f291b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:34,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efd941b2-aeaa-4fb9-92fd-cedfd6d5ae2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:34,116 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa/users/6083667c5c1940239ca0634ccf07ab5c/roles/8c7ce52c868a49ae8611a146f7f291b6 used request id req-efd941b2-aeaa-4fb9-92fd-cedfd6d5ae2a 2018-10-06 04:30:34,136 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:30:34,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:34,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:34,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c7ce52c868a49ae8611a146f7f291b6", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj-role"}], "expires_at": "2018-10-06T05:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "807bccafd2aa4f0ca18a1bc327f5b4fa", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-1df7099b-b086-43a-user", "id": "6083667c5c1940239ca0634ccf07ab5c"}, "audit_ids": ["duAcZWdHQZifG5ThRJ5Z2w"], "issued_at": "2018-10-06T04:30:34.000000Z"}} 2018-10-06 04:30:34,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:34,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78fab61e-b9f6-4350-b520-88ead2e6955c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:34,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-78fab61e-b9f6-4350-b520-88ead2e6955c 2018-10-06 04:30:34,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:34,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-f9b6192a-a336-4c20-8317-d360ed855ed5 Date: Sat, 06 Oct 2018 04:30:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc"} 2018-10-06 04:30:34,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc used request id req-f9b6192a-a336-4c20-8317-d360ed855ed5 2018-10-06 04:30:34,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:35,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e8b44c9-20b5-402b-b3df-a3303be7949d Date: Sat, 06 Oct 2018 04:30:35 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", "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-10-06 04:30:35,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2e8b44c9-20b5-402b-b3df-a3303be7949d 2018-10-06 04:30:35,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc"}' 2018-10-06 04:30:35,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c X-Openstack-Request-Id: req-ad69db72-9323-4eb8-bfb1-22f29142170f Date: Sat, 06 Oct 2018 04:30:35 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c", "min_disk": 0, "protected": false, "id": "94abfcab-7068-4396-9412-94788cdaf24c", "file": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file", "checksum": null, "owner": "807bccafd2aa4f0ca18a1bc327f5b4fa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:35,247 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ad69db72-9323-4eb8-bfb1-22f29142170f 2018-10-06 04:30:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" -d '' 2018-10-06 04:30:36,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eeaf6276-e576-4ee1-b3e6-c646369ed5ca Date: Sat, 06 Oct 2018 04:30:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:36,488 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file used request id req-eeaf6276-e576-4ee1-b3e6-c646369ed5ca 2018-10-06 04:30:36,488 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:30:36,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:36,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-410db44e-1414-4205-8a3d-74ad57e61106 Date: Sat, 06 Oct 2018 04:30:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "metadata": {}}], "self": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c", "min_disk": 0, "protected": false, "id": "94abfcab-7068-4396-9412-94788cdaf24c", "file": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "807bccafd2aa4f0ca18a1bc327f5b4fa", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:36,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c used request id req-410db44e-1414-4205-8a3d-74ad57e61106 2018-10-06 04:30:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:36,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22135fcf-6ed1-46ec-97df-ab95c950ed9a Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:36,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-22135fcf-6ed1-46ec-97df-ab95c950ed9a 2018-10-06 04:30:36,831 - create_image - INFO - Created image with name - CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc 2018-10-06 04:30:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:37,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d8d28cf5-9b60-43f6-83dd-4f31c5041591 Date: Sat, 06 Oct 2018 04:30:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "metadata": {}}], "self": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c", "min_disk": 0, "protected": false, "id": "94abfcab-7068-4396-9412-94788cdaf24c", "file": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "807bccafd2aa4f0ca18a1bc327f5b4fa", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:37,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c used request id req-d8d28cf5-9b60-43f6-83dd-4f31c5041591 2018-10-06 04:30:37,005 - create_image - DEBUG - Instance status is - active 2018-10-06 04:30:37,005 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc 2018-10-06 04:30:37,005 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc 2018-10-06 04:30:37,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:37,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c7ce52c868a49ae8611a146f7f291b6", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj-role"}], "expires_at": "2018-10-06T05:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "807bccafd2aa4f0ca18a1bc327f5b4fa", "name": "CreateImageSuccessTests-1df7099b-b086-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/807bccafd2aa4f0ca18a1bc327f5b4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-1df7099b-b086-43a-user", "id": "6083667c5c1940239ca0634ccf07ab5c"}, "audit_ids": ["ASTECM-XTka31qPxEmKxUQ"], "issued_at": "2018-10-06T04:30:37.000000Z"}} 2018-10-06 04:30:37,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9b2511616179b6cc859318051973d704c807590" 2018-10-06 04:30:37,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-32d150a3-1251-4d5f-9ff6-b06982d21671 Date: Sat, 06 Oct 2018 04:30:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "metadata": {}}], "self": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c", "min_disk": 0, "protected": false, "id": "94abfcab-7068-4396-9412-94788cdaf24c", "file": "/v2/images/94abfcab-7068-4396-9412-94788cdaf24c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "807bccafd2aa4f0ca18a1bc327f5b4fa", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/94abfcab-7068-4396-9412-94788cdaf24c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc"} 2018-10-06 04:30:37,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc used request id req-32d150a3-1251-4d5f-9ff6-b06982d21671 2018-10-06 04:30:37,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9b2511616179b6cc859318051973d704c807590" 2018-10-06 04:30:37,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-75d14e43-c704-422a-8918-1f2a651a324b Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:37,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-75d14e43-c704-422a-8918-1f2a651a324b 2018-10-06 04:30:37,714 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc 2018-10-06 04:30:37,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9b2511616179b6cc859318051973d704c807590" 2018-10-06 04:30:38,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-541838a6-173c-447c-9056-cd9522cfc316 Date: Sat, 06 Oct 2018 04:30:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:38,802 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c used request id req-541838a6-173c-447c-9056-cd9522cfc316 2018-10-06 04:30:38,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9b2511616179b6cc859318051973d704c807590" 2018-10-06 04:30:39,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d9a08493-de14-44f2-8e2c-90690520edc1 Date: Sat, 06 Oct 2018 04:30:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc"} 2018-10-06 04:30:39,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc used request id req-d9a08493-de14-44f2-8e2c-90690520edc1 2018-10-06 04:30:39,073 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d1eb99fa-bf4a-46dc-97d8-e4e86cd628dc 2018-10-06 04:30:39,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd9df0320a19b703b4ba3a7478c8239e60b66d98" 2018-10-06 04:30:39,241 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-c966ae0c-0208-4ab4-ae22-748ee86d36bd Date: Sat, 06 Oct 2018 04:30:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:39,242 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/94abfcab-7068-4396-9412-94788cdaf24c used request id req-c966ae0c-0208-4ab4-ae22-748ee86d36bd 2018-10-06 04:30:39,242 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-10-06 04:30:39,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:39,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b418206f-6cb7-439c-90bc-3d72b11e7a2b Date: Sat, 06 Oct 2018 04:30:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:39,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b418206f-6cb7-439c-90bc-3d72b11e7a2b 2018-10-06 04:30:39,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:39,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc763e2-d90e-4bac-9948-bb11c0749624 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:39,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bdc763e2-d90e-4bac-9948-bb11c0749624 2018-10-06 04:30:39,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:39,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1569bdc0-7a83-4ac1-92d1-967b69fa9c4a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:39,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-1569bdc0-7a83-4ac1-92d1-967b69fa9c4a 2018-10-06 04:30:39,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:39,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abcf8dd0-49d5-4c23-913f-22121c081436 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:30:39,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-abcf8dd0-49d5-4c23-913f-22121c081436 2018-10-06 04:30:39,731 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-1df7099b-b086-43a-proj 2018-10-06 04:30:39,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:39,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f5fbc0-573c-4af2-9f73-75e595b1d77a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:39,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/807bccafd2aa4f0ca18a1bc327f5b4fa used request id req-35f5fbc0-573c-4af2-9f73-75e595b1d77a 2018-10-06 04:30:39,948 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-1df7099b-b086-43a-proj-role 2018-10-06 04:30:39,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:40,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-146f2bb1-8543-4efa-a0d1-8218d92a9da6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:40,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8c7ce52c868a49ae8611a146f7f291b6 used request id req-146f2bb1-8543-4efa-a0d1-8218d92a9da6 2018-10-06 04:30:40,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1eab055c4bde41430a7cbd858a2ea8d49a4f453" 2018-10-06 04:30:40,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4dd873e-bfc4-417b-bf01-82a0de1e0616 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:40,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c4dd873e-bfc4-417b-bf01-82a0de1e0616 2018-10-06 04:30:40,184 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-1df7099b-b086-43a-user 2018-10-06 04:30:40,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6083667c5c1940239ca0634ccf07ab5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d93ece581f2d23a4e8e85d704bf81c1f2700db" 2018-10-06 04:30:40,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa5876dc-6415-4167-b73e-1063c4712c3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:40,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6083667c5c1940239ca0634ccf07ab5c used request id req-aa5876dc-6415-4167-b73e-1063c4712c3b 2018-10-06 04:30:40,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:40,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oZWNys8GQBS2ix7ovXezAQ"], "issued_at": "2018-10-06T04:30:40.000000Z"}} 2018-10-06 04:30:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed6560e0459cd6551247cd350a9bc046e40dacf3" 2018-10-06 04:30:40,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2730caa-af87-4c4b-b9e7-9637b79b29b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:40,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2730caa-af87-4c4b-b9e7-9637b79b29b2 2018-10-06 04:30:40,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:40,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:41,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2r9nNIgeSLaAMGedszC3lA"], "issued_at": "2018-10-06T04:30:41.000000Z"}} 2018-10-06 04:30:41,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:41,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67b828b-8551-41f1-8726-55d204568a50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:41,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e67b828b-8551-41f1-8726-55d204568a50 2018-10-06 04:30:41,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:41,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:41,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf00b50-3349-4976-bbbe-1077dc0f3cbd Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:41,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj used request id req-edf00b50-3349-4976-bbbe-1077dc0f3cbd 2018-10-06 04:30:41,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:41,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ef5085-7a16-4feb-8628-7ae745554f48 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:41,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-80ef5085-7a16-4feb-8628-7ae745554f48 2018-10-06 04:30:41,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj"}}' 2018-10-06 04:30:41,694 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d8a16b7-369e-4fd7-94e9-af5fd087c7a1 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313"}, "enabled": true, "id": "346b344eb1ae4f02be1a0b1e723d1313", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj"}} 2018-10-06 04:30:41,694 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1d8a16b7-369e-4fd7-94e9-af5fd087c7a1 2018-10-06 04:30:41,694 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-proj 2018-10-06 04:30:41,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:41,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:42,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BoaS8mBjTyag_Na-LU0BxA"], "issued_at": "2018-10-06T04:30:42.000000Z"}} 2018-10-06 04:30:42,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95023a1d59e61ffda3f3e6883e593c96f54a1cae" 2018-10-06 04:30:42,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a41f58-3a1a-4b4f-b0a4-70a6f1fc3e5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:42,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22a41f58-3a1a-4b4f-b0a4-70a6f1fc3e5f 2018-10-06 04:30:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:42,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:42,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95023a1d59e61ffda3f3e6883e593c96f54a1cae" 2018-10-06 04:30:42,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e8efa2-4f72-4d6e-92eb-e05f0d7d6fa0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:30:42,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e9e8efa2-4f72-4d6e-92eb-e05f0d7d6fa0 2018-10-06 04:30:42,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95023a1d59e61ffda3f3e6883e593c96f54a1cae" 2018-10-06 04:30:42,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbe0651-75dc-4e3b-90f7-760ccd612228 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313"}, "enabled": true, "id": "346b344eb1ae4f02be1a0b1e723d1313", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj"}]} 2018-10-06 04:30:42,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-2b4f6b16-ec00-45e-proj used request id req-ffbe0651-75dc-4e3b-90f7-760ccd612228 2018-10-06 04:30:42,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95023a1d59e61ffda3f3e6883e593c96f54a1cae" 2018-10-06 04:30:42,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834cf4bb-a91c-433b-8970-538f439fde8e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:42,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-834cf4bb-a91c-433b-8970-538f439fde8e 2018-10-06 04:30:42,909 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-user 2018-10-06 04:30:42,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:43,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a9e3bf-b245-4437-9f00-9b5009ec33fa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:43,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-75a9e3bf-b245-4437-9f00-9b5009ec33fa 2018-10-06 04:30:43,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" -d '{"role": {"name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role"}}' 2018-10-06 04:30:43,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-232dbbdc-d458-4d5b-a792-f03c794c2dfd Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0d11180d5ae145c388f6a42914c64c41", "links": {"self": "http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41"}, "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role"}} 2018-10-06 04:30:43,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-232dbbdc-d458-4d5b-a792-f03c794c2dfd 2018-10-06 04:30:43,126 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role 2018-10-06 04:30:43,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:43,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72064760-ecf3-433d-a149-9a89746802f9 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41"}, "domain_id": null, "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role", "id": "0d11180d5ae145c388f6a42914c64c41"}} 2018-10-06 04:30:43,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41 used request id req-72064760-ecf3-433d-a149-9a89746802f9 2018-10-06 04:30:43,212 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role to project CreateImageSuccessTests-2b4f6b16-ec00-45e-proj 2018-10-06 04:30:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313/users/e0ab2c7744574882bd6b89f77cd5ad38/roles/0d11180d5ae145c388f6a42914c64c41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:43,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41d2cde8-4dce-4b70-8bd9-c3e7a53f02ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:43,380 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313/users/e0ab2c7744574882bd6b89f77cd5ad38/roles/0d11180d5ae145c388f6a42914c64c41 used request id req-41d2cde8-4dce-4b70-8bd9-c3e7a53f02ed 2018-10-06 04:30:43,380 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:30:43,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:43,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:43,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d11180d5ae145c388f6a42914c64c41", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role"}], "expires_at": "2018-10-06T05:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "346b344eb1ae4f02be1a0b1e723d1313", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-user", "id": "e0ab2c7744574882bd6b89f77cd5ad38"}, "audit_ids": ["oHPq8EcPT8eK_Hwe0iaVXw"], "issued_at": "2018-10-06T04:30:43.000000Z"}} 2018-10-06 04:30:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:43,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b16100-ef57-4c76-a1ed-b66402a1c974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:43,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c1b16100-ef57-4c76-a1ed-b66402a1c974 2018-10-06 04:30:43,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:44,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-8ce7fd1d-889c-4702-9a62-bcaafaa1bf87 Date: Sat, 06 Oct 2018 04:30:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1"} 2018-10-06 04:30:44,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 used request id req-8ce7fd1d-889c-4702-9a62-bcaafaa1bf87 2018-10-06 04:30:44,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:44,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0a26fa1e-3614-4e93-a11b-744afd522e16 Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:44,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-0a26fa1e-3614-4e93-a11b-744afd522e16 2018-10-06 04:30:44,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1"}' 2018-10-06 04:30:44,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 X-Openstack-Request-Id: req-71c78f6c-d75b-4fa1-984a-329d4cc03972 Date: Sat, 06 Oct 2018 04:30:44 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021", "min_disk": 0, "protected": false, "id": "314d05d4-69a4-4352-b042-8d9521c3e021", "file": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file", "checksum": null, "owner": "346b344eb1ae4f02be1a0b1e723d1313", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:44,488 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-71c78f6c-d75b-4fa1-984a-329d4cc03972 2018-10-06 04:30:44,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" -d '' 2018-10-06 04:30:46,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-763bb78a-44b3-4d25-a419-4997227af090 Date: Sat, 06 Oct 2018 04:30:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:46,094 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file used request id req-763bb78a-44b3-4d25-a419-4997227af090 2018-10-06 04:30:46,095 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:30:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:46,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-bed960b4-009f-4531-a09a-68c849bdde43 Date: Sat, 06 Oct 2018 04:30:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "metadata": {}}], "self": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021", "min_disk": 0, "protected": false, "id": "314d05d4-69a4-4352-b042-8d9521c3e021", "file": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "346b344eb1ae4f02be1a0b1e723d1313", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:46,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 used request id req-bed960b4-009f-4531-a09a-68c849bdde43 2018-10-06 04:30:46,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:46,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-78b418a5-7efd-4513-9875-acf493b7101e Date: Sat, 06 Oct 2018 04:30:46 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", "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-10-06 04:30:46,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-78b418a5-7efd-4513-9875-acf493b7101e 2018-10-06 04:30:46,810 - create_image - INFO - Created image with name - CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 2018-10-06 04:30:46,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:46,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-beaf2505-3c13-4943-84e2-01c8f625ed4f Date: Sat, 06 Oct 2018 04:30:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "metadata": {}}], "self": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021", "min_disk": 0, "protected": false, "id": "314d05d4-69a4-4352-b042-8d9521c3e021", "file": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "346b344eb1ae4f02be1a0b1e723d1313", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:46,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 used request id req-beaf2505-3c13-4943-84e2-01c8f625ed4f 2018-10-06 04:30:46,975 - create_image - DEBUG - Instance status is - active 2018-10-06 04:30:46,975 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 2018-10-06 04:30:46,976 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 2018-10-06 04:30:46,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:47,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d11180d5ae145c388f6a42914c64c41", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role"}], "expires_at": "2018-10-06T05:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "346b344eb1ae4f02be1a0b1e723d1313", "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/346b344eb1ae4f02be1a0b1e723d1313", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2b4f6b16-ec00-45e-user", "id": "e0ab2c7744574882bd6b89f77cd5ad38"}, "audit_ids": ["4xsUSwdDSa-cvcKnGIB0Eg"], "issued_at": "2018-10-06T04:30:47.000000Z"}} 2018-10-06 04:30:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1268e95dfc3326f50a26612fd8b9101ae837ce9" 2018-10-06 04:30:47,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f1170537-d492-4af6-b590-9e4fb5a261f1 Date: Sat, 06 Oct 2018 04:30:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "metadata": {}}], "self": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021", "min_disk": 0, "protected": false, "id": "314d05d4-69a4-4352-b042-8d9521c3e021", "file": "/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "346b344eb1ae4f02be1a0b1e723d1313", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/314d05d4-69a4-4352-b042-8d9521c3e021/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1"} 2018-10-06 04:30:47,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 used request id req-f1170537-d492-4af6-b590-9e4fb5a261f1 2018-10-06 04:30:47,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1268e95dfc3326f50a26612fd8b9101ae837ce9" 2018-10-06 04:30:47,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7060abcb-6419-42ea-b681-e42c96a30c82 Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:47,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7060abcb-6419-42ea-b681-e42c96a30c82 2018-10-06 04:30:47,678 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-bef61f73-d09a-417e-82e6-6441347d51f1 2018-10-06 04:30:47,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9254cd15aee5fa0175b46ceb656f8135e1614025" 2018-10-06 04:30:48,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23619f5c-a9f3-4778-815c-598a1631a076 Date: Sat, 06 Oct 2018 04:30:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:48,545 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/314d05d4-69a4-4352-b042-8d9521c3e021 used request id req-23619f5c-a9f3-4778-815c-598a1631a076 2018-10-06 04:30:48,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:48,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5cda6fb1-cab7-4e5b-a66d-f5aa563256e9 Date: Sat, 06 Oct 2018 04:30:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:48,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5cda6fb1-cab7-4e5b-a66d-f5aa563256e9 2018-10-06 04:30:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:48,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01b0e64-2ed6-474e-aff9-4b579cecde32 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:48,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d01b0e64-2ed6-474e-aff9-4b579cecde32 2018-10-06 04:30:48,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:48,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088a99dd-60bd-45c5-8fc2-6523564cd126 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:48,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-088a99dd-60bd-45c5-8fc2-6523564cd126 2018-10-06 04:30:48,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:49,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c22e91-0ac9-4811-bbab-69517f3caa73 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:30:49,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d0c22e91-0ac9-4811-bbab-69517f3caa73 2018-10-06 04:30:49,067 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-proj 2018-10-06 04:30:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:49,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65380594-ad7b-4762-980a-108da765addf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:49,290 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/346b344eb1ae4f02be1a0b1e723d1313 used request id req-65380594-ad7b-4762-980a-108da765addf 2018-10-06 04:30:49,290 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-proj-role 2018-10-06 04:30:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:49,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-561b4c1c-c747-4cdc-a81f-931d87549aca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:49,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0d11180d5ae145c388f6a42914c64c41 used request id req-561b4c1c-c747-4cdc-a81f-931d87549aca 2018-10-06 04:30:49,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c378a8283798f43f826adb3b174b70cad2e6992" 2018-10-06 04:30:49,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7334c2d1-f065-4f09-8cbc-fee44a2d413f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:49,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7334c2d1-f065-4f09-8cbc-fee44a2d413f 2018-10-06 04:30:49,493 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2b4f6b16-ec00-45e-user 2018-10-06 04:30:49,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e0ab2c7744574882bd6b89f77cd5ad38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95023a1d59e61ffda3f3e6883e593c96f54a1cae" 2018-10-06 04:30:49,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56c3a924-ae3b-40e1-9d38-80d465615c35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:49,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e0ab2c7744574882bd6b89f77cd5ad38 used request id req-56c3a924-ae3b-40e1-9d38-80d465615c35 2018-10-06 04:30:49,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:50,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["eTaFwKJ_QAioZFYgueINMw"], "issued_at": "2018-10-06T04:30:50.000000Z"}} 2018-10-06 04:30:50,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1319f5b01f1ebfddcfb19d6657a02cd3c6d8a18e" 2018-10-06 04:30:50,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18daaa49-c674-4634-94e7-f56dd69be8db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:50,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18daaa49-c674-4634-94e7-f56dd69be8db 2018-10-06 04:30:50,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:50,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:50,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yCL1ZA4xR8ijuaMG4AfzxQ"], "issued_at": "2018-10-06T04:30:50.000000Z"}} 2018-10-06 04:30:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:50,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c056df8c-0d1f-4d89-ab57-57d99fd46a03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:50,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c056df8c-0d1f-4d89-ab57-57d99fd46a03 2018-10-06 04:30:50,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:50,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:50,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:50,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37a9b7d0-5213-4669-8855-6b0af44753f2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:50,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj used request id req-37a9b7d0-5213-4669-8855-6b0af44753f2 2018-10-06 04:30:50,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:50,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cfa8ad-2b9a-40b2-9a17-616fb80bb3df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:50,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-22cfa8ad-2b9a-40b2-9a17-616fb80bb3df 2018-10-06 04:30:50,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj"}}' 2018-10-06 04:30:50,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-befc22aa-bff0-445d-be57-1a10dd68460a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47"}, "enabled": true, "id": "eb9a84f19e054c658f711d8ae822ef47", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj"}} 2018-10-06 04:30:50,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-befc22aa-bff0-445d-be57-1a10dd68460a 2018-10-06 04:30:50,929 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj 2018-10-06 04:30:50,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:50,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:51,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EHOvrH7-QSKVqGMYV6jTEw"], "issued_at": "2018-10-06T04:30:51.000000Z"}} 2018-10-06 04:30:51,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed020c668f82a798cedb33cdeabe946ebcbcfd8" 2018-10-06 04:30:51,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee275b1f-aca0-4a39-98b3-f33f1e68174f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:51,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee275b1f-aca0-4a39-98b3-f33f1e68174f 2018-10-06 04:30:51,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:51,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:51,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed020c668f82a798cedb33cdeabe946ebcbcfd8" 2018-10-06 04:30:51,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9b401d-ae67-4501-bae7-68f17868c63f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:30:51,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fd9b401d-ae67-4501-bae7-68f17868c63f 2018-10-06 04:30:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed020c668f82a798cedb33cdeabe946ebcbcfd8" 2018-10-06 04:30:51,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08040838-517a-41a7-bd3b-e048f6b14613 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47"}, "enabled": true, "id": "eb9a84f19e054c658f711d8ae822ef47", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj"}]} 2018-10-06 04:30:51,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj used request id req-08040838-517a-41a7-bd3b-e048f6b14613 2018-10-06 04:30:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed020c668f82a798cedb33cdeabe946ebcbcfd8" 2018-10-06 04:30:51,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23e735d-6d7f-4cc3-803c-32f23d7506b0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:51,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d23e735d-6d7f-4cc3-803c-32f23d7506b0 2018-10-06 04:30:51,999 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-user 2018-10-06 04:30:51,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:52,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:52,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63eb8563-0f59-41f3-a44c-de5446c8ffc7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:52,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-63eb8563-0f59-41f3-a44c-de5446c8ffc7 2018-10-06 04:30:52,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" -d '{"role": {"name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role"}}' 2018-10-06 04:30:52,197 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7572345-d260-41e0-93a6-147a4cd5fca6 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55f7acd4b04a406aabe6d6fe7c438ecd", "links": {"self": "http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd"}, "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role"}} 2018-10-06 04:30:52,197 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a7572345-d260-41e0-93a6-147a4cd5fca6 2018-10-06 04:30:52,197 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role 2018-10-06 04:30:52,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:52,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74588c30-3deb-4c0d-bbbd-daae6899833b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd"}, "domain_id": null, "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role", "id": "55f7acd4b04a406aabe6d6fe7c438ecd"}} 2018-10-06 04:30:52,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd used request id req-74588c30-3deb-4c0d-bbbd-daae6899833b 2018-10-06 04:30:52,291 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role to project CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj 2018-10-06 04:30:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47/users/cd4fcde0343546a0b1e86380bf9aa9ba/roles/55f7acd4b04a406aabe6d6fe7c438ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:52,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c04fbc7-69d7-4903-8d23-5c08db3d291e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:52,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47/users/cd4fcde0343546a0b1e86380bf9aa9ba/roles/55f7acd4b04a406aabe6d6fe7c438ecd used request id req-9c04fbc7-69d7-4903-8d23-5c08db3d291e 2018-10-06 04:30:52,427 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:30:52,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:52,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:52,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55f7acd4b04a406aabe6d6fe7c438ecd", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role"}], "expires_at": "2018-10-06T05:30:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb9a84f19e054c658f711d8ae822ef47", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-user", "id": "cd4fcde0343546a0b1e86380bf9aa9ba"}, "audit_ids": ["3QWVpQ-iRTm-YOf-cdDt2g"], "issued_at": "2018-10-06T04:30:52.000000Z"}} 2018-10-06 04:30:52,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:52,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb0b78ad-d7c1-4e60-abfa-3069a505b68b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:52,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fb0b78ad-d7c1-4e60-abfa-3069a505b68b 2018-10-06 04:30:52,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:53,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-9b75fc27-ba70-43d9-9191-7aa93945f3eb Date: Sat, 06 Oct 2018 04:30:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579"} 2018-10-06 04:30:53,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 used request id req-9b75fc27-ba70-43d9-9191-7aa93945f3eb 2018-10-06 04:30:53,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:53,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b81970da-71ad-4da6-871d-407c5bc0eeab Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:53,213 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b81970da-71ad-4da6-871d-407c5bc0eeab 2018-10-06 04:30:53,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579"}' 2018-10-06 04:30:53,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 X-Openstack-Request-Id: req-c44dc45c-682c-4303-8299-234abb8ad370 Date: Sat, 06 Oct 2018 04:30:53 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70", "min_disk": 0, "protected": false, "id": "9f2a794f-5f3e-4579-ba5a-852f1b355d70", "file": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file", "checksum": null, "owner": "eb9a84f19e054c658f711d8ae822ef47", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:53,450 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c44dc45c-682c-4303-8299-234abb8ad370 2018-10-06 04:30:53,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" -d '' 2018-10-06 04:30:54,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-272040c2-f73a-4dd1-95de-0bf07bef97a6 Date: Sat, 06 Oct 2018 04:30:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:54,840 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file used request id req-272040c2-f73a-4dd1-95de-0bf07bef97a6 2018-10-06 04:30:54,840 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:30:54,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:55,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f45a97d2-4b30-4692-821b-26ac161eff62 Date: Sat, 06 Oct 2018 04:30:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "metadata": {}}], "self": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70", "min_disk": 0, "protected": false, "id": "9f2a794f-5f3e-4579-ba5a-852f1b355d70", "file": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb9a84f19e054c658f711d8ae822ef47", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:55,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 used request id req-f45a97d2-4b30-4692-821b-26ac161eff62 2018-10-06 04:30:55,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:55,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2015182a-6dfb-4c21-b737-c5f8d8eeecef Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:55,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2015182a-6dfb-4c21-b737-c5f8d8eeecef 2018-10-06 04:30:55,158 - create_image - INFO - Created image with name - CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 2018-10-06 04:30:55,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:55,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-96570c21-e496-46f3-a2d0-bd10e48e7bb4 Date: Sat, 06 Oct 2018 04:30:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "metadata": {}}], "self": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70", "min_disk": 0, "protected": false, "id": "9f2a794f-5f3e-4579-ba5a-852f1b355d70", "file": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb9a84f19e054c658f711d8ae822ef47", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:30:55,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 used request id req-96570c21-e496-46f3-a2d0-bd10e48e7bb4 2018-10-06 04:30:55,178 - create_image - DEBUG - Instance status is - active 2018-10-06 04:30:55,178 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 2018-10-06 04:30:55,178 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 2018-10-06 04:30:55,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:55,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55f7acd4b04a406aabe6d6fe7c438ecd", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role"}], "expires_at": "2018-10-06T05:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb9a84f19e054c658f711d8ae822ef47", "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/eb9a84f19e054c658f711d8ae822ef47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7b5c8a23-aa3c-44b-user", "id": "cd4fcde0343546a0b1e86380bf9aa9ba"}, "audit_ids": ["7xoIYp-dQ0mHMkRiGgNjNw"], "issued_at": "2018-10-06T04:30:55.000000Z"}} 2018-10-06 04:30:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e585e3bdb2e15c15ca6b083c84d2ef86b4329505" 2018-10-06 04:30:55,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-4b14e690-380e-42b1-bf75-790793f638ac Date: Sat, 06 Oct 2018 04:30:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:30:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:30:54Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "metadata": {}}], "self": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70", "min_disk": 0, "protected": false, "id": "9f2a794f-5f3e-4579-ba5a-852f1b355d70", "file": "/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb9a84f19e054c658f711d8ae822ef47", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579"} 2018-10-06 04:30:55,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 used request id req-4b14e690-380e-42b1-bf75-790793f638ac 2018-10-06 04:30:55,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e585e3bdb2e15c15ca6b083c84d2ef86b4329505" 2018-10-06 04:30:55,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-465c520f-308a-4ce0-9a9b-2fa982624191 Date: Sat, 06 Oct 2018 04:30: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", "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-10-06 04:30:55,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-465c520f-308a-4ce0-9a9b-2fa982624191 2018-10-06 04:30:55,901 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a1feed86-c1ec-4412-82ac-acf5f35a5579 2018-10-06 04:30:55,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8395a68f6209de5d61fed92a561e2654a631bf74" 2018-10-06 04:30:57,508 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac4c26ea-056a-4273-8280-3dd7eb91617e Date: Sat, 06 Oct 2018 04:30:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:30:57,508 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9f2a794f-5f3e-4579-ba5a-852f1b355d70 used request id req-ac4c26ea-056a-4273-8280-3dd7eb91617e 2018-10-06 04:30:57,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:57,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9aa02769-908b-487d-b860-ceb6f6526159 Date: Sat, 06 Oct 2018 04:30:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:30:57,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9aa02769-908b-487d-b860-ceb6f6526159 2018-10-06 04:30:57,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:57,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3b259e-a91e-49c9-be78-90e1786fa5ec Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:30:57,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-3e3b259e-a91e-49c9-be78-90e1786fa5ec 2018-10-06 04:30:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:57,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332a12b6-e40b-495e-8536-80b008d86f78 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:30:57,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-332a12b6-e40b-495e-8536-80b008d86f78 2018-10-06 04:30:57,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:57,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d488fb-c8e0-4453-93d1-34347873edfb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:30:57,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-29d488fb-c8e0-4453-93d1-34347873edfb 2018-10-06 04:30:57,992 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj 2018-10-06 04:30:57,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:58,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3b6df0a-4dca-4221-9d24-1f771682ebb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:58,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/eb9a84f19e054c658f711d8ae822ef47 used request id req-c3b6df0a-4dca-4221-9d24-1f771682ebb1 2018-10-06 04:30:58,230 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-proj-role 2018-10-06 04:30:58,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:58,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99bbedf3-1ebd-4425-a49b-8d8fec5665c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:58,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/55f7acd4b04a406aabe6d6fe7c438ecd used request id req-99bbedf3-1ebd-4425-a49b-8d8fec5665c3 2018-10-06 04:30:58,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d054d72aa16bf70fb0ffe6674725b6c83b8d5b0" 2018-10-06 04:30:58,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d42a66-ae07-4502-b528-4daa2b5f13e6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:30:58,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-32d42a66-ae07-4502-b528-4daa2b5f13e6 2018-10-06 04:30:58,431 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7b5c8a23-aa3c-44b-user 2018-10-06 04:30:58,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/cd4fcde0343546a0b1e86380bf9aa9ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed020c668f82a798cedb33cdeabe946ebcbcfd8" 2018-10-06 04:30:58,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c88ad19c-2b30-4249-b712-04b0655fc5ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:30:58,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cd4fcde0343546a0b1e86380bf9aa9ba used request id req-c88ad19c-2b30-4249-b712-04b0655fc5ef 2018-10-06 04:30:58,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:59,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KsLxmgCgQxuWumOw7vsMPQ"], "issued_at": "2018-10-06T04:30:59.000000Z"}} 2018-10-06 04:30:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc75c08b3d9918ceebbb71b2f25950d81d58994" 2018-10-06 04:30:59,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3799c998-c505-4d91-8a1d-cebe91996c06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:59,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3799c998-c505-4d91-8a1d-cebe91996c06 2018-10-06 04:30:59,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:59,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:30:59,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-6qSzEmUQv2gwxlaXuxkkQ"], "issued_at": "2018-10-06T04:30:59.000000Z"}} 2018-10-06 04:30:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:30:59,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c10e2f-63ad-4a4f-bc3f-450c511280cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:30:59,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a5c10e2f-63ad-4a4f-bc3f-450c511280cb 2018-10-06 04:30:59,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:30:59,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:30:59,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-21994dd4-4b67-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:30:59,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ecffcbc-043c-4eaa-b10f-4a8626c3ca2c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-21994dd4-4b67-4db-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:30:59,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-21994dd4-4b67-4db-proj used request id req-4ecffcbc-043c-4eaa-b10f-4a8626c3ca2c 2018-10-06 04:30:59,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:30:59,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab3d5df-5683-439e-bc98-b1e5ce4bc2be Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:30:59,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3ab3d5df-5683-439e-bc98-b1e5ce4bc2be 2018-10-06 04:30:59,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj"}}' 2018-10-06 04:30:59,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d6ea12-ce8a-49f0-b22e-5803e28114c0 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d"}, "enabled": true, "id": "e6a43d1d9669456aa2f2cabde1ff251d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj"}} 2018-10-06 04:30:59,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d5d6ea12-ce8a-49f0-b22e-5803e28114c0 2018-10-06 04:30:59,886 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-21994dd4-4b67-4db-proj 2018-10-06 04:30:59,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:30:59,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:00,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8EU_mtZYRuGsQGH_DiiESA"], "issued_at": "2018-10-06T04:31:00.000000Z"}} 2018-10-06 04:31:00,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287db8b8d360d7483af2be73e4f92c68fd353e4" 2018-10-06 04:31:00,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6741cc12-3951-41be-b6d2-080aa7102b5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:00,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6741cc12-3951-41be-b6d2-080aa7102b5d 2018-10-06 04:31:00,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:00,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:00,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287db8b8d360d7483af2be73e4f92c68fd353e4" 2018-10-06 04:31:00,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4caf07b8-bccc-4bed-9fe4-9477b4b72d35 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:00,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4caf07b8-bccc-4bed-9fe4-9477b4b72d35 2018-10-06 04:31:00,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-21994dd4-4b67-4db-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287db8b8d360d7483af2be73e4f92c68fd353e4" 2018-10-06 04:31:00,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9673cc61-fc01-418b-8255-20a0bb636885 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-21994dd4-4b67-4db-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d"}, "enabled": true, "id": "e6a43d1d9669456aa2f2cabde1ff251d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj"}]} 2018-10-06 04:31:00,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-21994dd4-4b67-4db-proj used request id req-9673cc61-fc01-418b-8255-20a0bb636885 2018-10-06 04:31:00,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287db8b8d360d7483af2be73e4f92c68fd353e4" 2018-10-06 04:31:00,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1acd6b4a-9d4b-41c0-ab51-294dd8f9080a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:00,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1acd6b4a-9d4b-41c0-ab51-294dd8f9080a 2018-10-06 04:31:00,982 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-21994dd4-4b67-4db-user 2018-10-06 04:31:00,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:00,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:01,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5425e837-adfd-4e7e-b4b3-98a43a68467d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:01,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5425e837-adfd-4e7e-b4b3-98a43a68467d 2018-10-06 04:31:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" -d '{"role": {"name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj-role"}}' 2018-10-06 04:31:01,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9ec373b-89d1-4167-b596-cab1db450c0a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7bee56c962144f7eb7b724de861361ec", "links": {"self": "http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec"}, "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj-role"}} 2018-10-06 04:31:01,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b9ec373b-89d1-4167-b596-cab1db450c0a 2018-10-06 04:31:01,203 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-21994dd4-4b67-4db-proj-role 2018-10-06 04:31:01,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:01,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61797628-40a4-4fed-94cd-1db9a58418da Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec"}, "domain_id": null, "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj-role", "id": "7bee56c962144f7eb7b724de861361ec"}} 2018-10-06 04:31:01,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec used request id req-61797628-40a4-4fed-94cd-1db9a58418da 2018-10-06 04:31:01,295 - keystone_utils - INFO - Granting role CreateImageSuccessTests-21994dd4-4b67-4db-proj-role to project CreateImageSuccessTests-21994dd4-4b67-4db-proj 2018-10-06 04:31:01,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d/users/d8cdc9883e42416cad0ff758b5bf9b18/roles/7bee56c962144f7eb7b724de861361ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:01,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96eed2eb-6af0-45f8-be34-d69cc09ecec5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:01,440 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d/users/d8cdc9883e42416cad0ff758b5bf9b18/roles/7bee56c962144f7eb7b724de861361ec used request id req-96eed2eb-6af0-45f8-be34-d69cc09ecec5 2018-10-06 04:31:01,440 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:31:01,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:01,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:01,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7bee56c962144f7eb7b724de861361ec", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj-role"}], "expires_at": "2018-10-06T05:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6a43d1d9669456aa2f2cabde1ff251d", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-21994dd4-4b67-4db-user", "id": "d8cdc9883e42416cad0ff758b5bf9b18"}, "audit_ids": ["9luy5YGcS3S_jopaxtrhjQ"], "issued_at": "2018-10-06T04:31:01.000000Z"}} 2018-10-06 04:31:01,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:01,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-201a0ae6-e840-4173-8bac-4b68bbee51d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:01,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-201a0ae6-e840-4173-8bac-4b68bbee51d3 2018-10-06 04:31:01,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:02,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-75bb144e-3a4d-4498-9e5e-5b46a75e80cc Date: Sat, 06 Oct 2018 04:31:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe"} 2018-10-06 04:31:02,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe used request id req-75bb144e-3a4d-4498-9e5e-5b46a75e80cc 2018-10-06 04:31:02,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:02,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b90a95f0-d5c8-4ba2-b8ac-c802962454f9 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:02,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b90a95f0-d5c8-4ba2-b8ac-c802962454f9 2018-10-06 04:31:02,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe"}' 2018-10-06 04:31:02,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed X-Openstack-Request-Id: req-a836f085-6156-4373-9b8f-f1bc60413479 Date: Sat, 06 Oct 2018 04:31:02 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed", "min_disk": 0, "protected": false, "id": "c4392b40-01cf-4d47-a358-f4442f6c44ed", "file": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file", "checksum": null, "owner": "e6a43d1d9669456aa2f2cabde1ff251d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:02,456 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a836f085-6156-4373-9b8f-f1bc60413479 2018-10-06 04:31:02,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" -d '' 2018-10-06 04:31:03,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07de83da-7c5f-4322-aa6d-3c5c6ce2a722 Date: Sat, 06 Oct 2018 04:31:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:03,848 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file used request id req-07de83da-7c5f-4322-aa6d-3c5c6ce2a722 2018-10-06 04:31:03,849 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:31:03,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:04,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4c509bba-00a2-48fa-a69f-7ca7dcccf4f9 Date: Sat, 06 Oct 2018 04:31:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:03Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "metadata": {}}], "self": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed", "min_disk": 0, "protected": false, "id": "c4392b40-01cf-4d47-a358-f4442f6c44ed", "file": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6a43d1d9669456aa2f2cabde1ff251d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:04,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed used request id req-4c509bba-00a2-48fa-a69f-7ca7dcccf4f9 2018-10-06 04:31:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:04,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fcbab03c-fb42-4a05-a6d8-a8d876cc3c08 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:04,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fcbab03c-fb42-4a05-a6d8-a8d876cc3c08 2018-10-06 04:31:04,187 - create_image - INFO - Created image with name - CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe 2018-10-06 04:31:04,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:04,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e63bf18d-5380-47ad-9327-e22f7bd815e6 Date: Sat, 06 Oct 2018 04:31:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:03Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "metadata": {}}], "self": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed", "min_disk": 0, "protected": false, "id": "c4392b40-01cf-4d47-a358-f4442f6c44ed", "file": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6a43d1d9669456aa2f2cabde1ff251d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:04,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed used request id req-e63bf18d-5380-47ad-9327-e22f7bd815e6 2018-10-06 04:31:04,346 - create_image - DEBUG - Instance status is - active 2018-10-06 04:31:04,346 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe 2018-10-06 04:31:04,347 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe 2018-10-06 04:31:04,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:04,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7bee56c962144f7eb7b724de861361ec", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj-role"}], "expires_at": "2018-10-06T05:31:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6a43d1d9669456aa2f2cabde1ff251d", "name": "CreateImageSuccessTests-21994dd4-4b67-4db-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e6a43d1d9669456aa2f2cabde1ff251d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-21994dd4-4b67-4db-user", "id": "d8cdc9883e42416cad0ff758b5bf9b18"}, "audit_ids": ["3ep5hTnZT7mZSINAGzbqiA"], "issued_at": "2018-10-06T04:31:04.000000Z"}} 2018-10-06 04:31:04,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4555eb4219480f1284a27428ec9720c457a222" 2018-10-06 04:31:04,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-35e79d23-9c4f-4eea-95e0-d0c2ff7c02bb Date: Sat, 06 Oct 2018 04:31:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:03Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "metadata": {}}], "self": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed", "min_disk": 0, "protected": false, "id": "c4392b40-01cf-4d47-a358-f4442f6c44ed", "file": "/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6a43d1d9669456aa2f2cabde1ff251d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c4392b40-01cf-4d47-a358-f4442f6c44ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe"} 2018-10-06 04:31:04,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe used request id req-35e79d23-9c4f-4eea-95e0-d0c2ff7c02bb 2018-10-06 04:31:04,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4555eb4219480f1284a27428ec9720c457a222" 2018-10-06 04:31:05,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d94a9ed-e0b0-4f50-8ad6-b27d0e018831 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:05,083 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6d94a9ed-e0b0-4f50-8ad6-b27d0e018831 2018-10-06 04:31:05,086 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-bb6d18bc-9a56-4a9e-9ebf-5abb54355fbe 2018-10-06 04:31:05,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d70d6cbc58cb05fd616569ef295e75c4a9502934" 2018-10-06 04:31:06,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ad25afe-f731-4b78-8d74-deba76b55d8c Date: Sat, 06 Oct 2018 04:31:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:06,503 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c4392b40-01cf-4d47-a358-f4442f6c44ed used request id req-5ad25afe-f731-4b78-8d74-deba76b55d8c 2018-10-06 04:31:06,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:06,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0e6adb73-55e1-4416-90d5-95d0a5e43f00 Date: Sat, 06 Oct 2018 04:31:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:06,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0e6adb73-55e1-4416-90d5-95d0a5e43f00 2018-10-06 04:31:06,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:06,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c3b739-ba15-4c40-bf0b-32a255e1b943 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:06,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-f3c3b739-ba15-4c40-bf0b-32a255e1b943 2018-10-06 04:31:06,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:06,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df469139-1948-4622-be7c-315c5898d166 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:06,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-df469139-1948-4622-be7c-315c5898d166 2018-10-06 04:31:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:07,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf6ad80-105d-4356-a85f-38340ca01c2c Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:07,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-edf6ad80-105d-4356-a85f-38340ca01c2c 2018-10-06 04:31:07,014 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-21994dd4-4b67-4db-proj 2018-10-06 04:31:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:07,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19b33844-7636-47d9-875e-71ab143452e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:07,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e6a43d1d9669456aa2f2cabde1ff251d used request id req-19b33844-7636-47d9-875e-71ab143452e9 2018-10-06 04:31:07,320 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-21994dd4-4b67-4db-proj-role 2018-10-06 04:31:07,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:07,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecdb40b9-fc5a-4e86-8f1b-746ad4b5aa25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:07,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7bee56c962144f7eb7b724de861361ec used request id req-ecdb40b9-fc5a-4e86-8f1b-746ad4b5aa25 2018-10-06 04:31:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4661bad005ef2b1e0211d180bfa96af8ca36dc" 2018-10-06 04:31:07,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73a62c2-b844-4ad1-9ae7-951b4a8f78de Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:07,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a73a62c2-b844-4ad1-9ae7-951b4a8f78de 2018-10-06 04:31:07,524 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-21994dd4-4b67-4db-user 2018-10-06 04:31:07,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d8cdc9883e42416cad0ff758b5bf9b18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7287db8b8d360d7483af2be73e4f92c68fd353e4" 2018-10-06 04:31:07,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e3b42b7-6e4d-461a-a038-798dcb162c1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:07,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d8cdc9883e42416cad0ff758b5bf9b18 used request id req-2e3b42b7-6e4d-461a-a038-798dcb162c1e 2018-10-06 04:31:07,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:08,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["wgHxHCBYRHqUdxRvtxAlXg"], "issued_at": "2018-10-06T04:31:08.000000Z"}} 2018-10-06 04:31:08,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a7c71c4ca4d7549d574a3dcacf9fead6150572" 2018-10-06 04:31:08,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea2db4c8-8af2-48c2-a67a-bf9254f03952 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:08,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ea2db4c8-8af2-48c2-a67a-bf9254f03952 2018-10-06 04:31:08,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:08,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:08,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ih9y4vZySDeivoTGqwBYGg"], "issued_at": "2018-10-06T04:31:08.000000Z"}} 2018-10-06 04:31:08,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:08,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5852c5-5d70-4269-844e-b963a19a07f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:08,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f5852c5-5d70-4269-844e-b963a19a07f7 2018-10-06 04:31:08,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:08,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:08,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:08,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fba8800-2014-4e68-9605-1579c185973c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:08,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj used request id req-0fba8800-2014-4e68-9605-1579c185973c 2018-10-06 04:31:08,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:08,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258f2815-d44a-4c18-a899-1953341ff0b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:08,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-258f2815-d44a-4c18-a899-1953341ff0b7 2018-10-06 04:31:08,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}}' 2018-10-06 04:31:08,946 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f8472b9-6f28-4054-9afb-5507dac2a5e7 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714"}, "enabled": true, "id": "0925b8a94ef94de1836c76a3f7f60714", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}} 2018-10-06 04:31:08,946 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3f8472b9-6f28-4054-9afb-5507dac2a5e7 2018-10-06 04:31:08,946 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-94e72ab0-1219-4c5-proj 2018-10-06 04:31:08,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:08,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:09,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Rcpdwd7pS4uwpfXvOkNc_Q"], "issued_at": "2018-10-06T04:31:09.000000Z"}} 2018-10-06 04:31:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc588b1f8d6e8c97ddbe07ff8fb57fa2dd3e4ad" 2018-10-06 04:31:09,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cffe54a4-e184-4456-90a6-dac29c5efba7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:09,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cffe54a4-e184-4456-90a6-dac29c5efba7 2018-10-06 04:31:09,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:09,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:09,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc588b1f8d6e8c97ddbe07ff8fb57fa2dd3e4ad" 2018-10-06 04:31:09,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d6fe3c-019b-43a6-83ad-44eb646b1c80 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:09,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e7d6fe3c-019b-43a6-83ad-44eb646b1c80 2018-10-06 04:31:09,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc588b1f8d6e8c97ddbe07ff8fb57fa2dd3e4ad" 2018-10-06 04:31:09,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fedb40af-c8e4-46a9-a803-a37e2778e2af Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714"}, "enabled": true, "id": "0925b8a94ef94de1836c76a3f7f60714", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}]} 2018-10-06 04:31:09,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-94e72ab0-1219-4c5-proj used request id req-fedb40af-c8e4-46a9-a803-a37e2778e2af 2018-10-06 04:31:09,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc588b1f8d6e8c97ddbe07ff8fb57fa2dd3e4ad" 2018-10-06 04:31:09,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89a2dfb-0a82-410c-a720-39b323bc60e2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:09,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a89a2dfb-0a82-410c-a720-39b323bc60e2 2018-10-06 04:31:10,065 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-94e72ab0-1219-4c5-user 2018-10-06 04:31:10,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:10,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:10,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96596aa-e128-413b-abcd-de07b46aa594 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:10,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f96596aa-e128-413b-abcd-de07b46aa594 2018-10-06 04:31:10,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" -d '{"role": {"name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role"}}' 2018-10-06 04:31:10,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-270b655e-bb3a-4b76-9441-8d6c5dc7fe44 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cced78aa881549b6a6009e1195304f89", "links": {"self": "http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89"}, "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role"}} 2018-10-06 04:31:10,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-270b655e-bb3a-4b76-9441-8d6c5dc7fe44 2018-10-06 04:31:10,276 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role 2018-10-06 04:31:10,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:10,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5a24d8-cb6d-404c-b70a-3a3ad4dcafa5 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89"}, "domain_id": null, "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role", "id": "cced78aa881549b6a6009e1195304f89"}} 2018-10-06 04:31:10,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89 used request id req-cc5a24d8-cb6d-404c-b70a-3a3ad4dcafa5 2018-10-06 04:31:10,296 - keystone_utils - INFO - Granting role CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role to project CreateImageSuccessTests-94e72ab0-1219-4c5-proj 2018-10-06 04:31:10,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714/users/04c9d2c4a0fb4e859ed4442b379ed491/roles/cced78aa881549b6a6009e1195304f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:10,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2438c3c-3fda-4bad-bd19-5f1ca4a9b734 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:10,428 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714/users/04c9d2c4a0fb4e859ed4442b379ed491/roles/cced78aa881549b6a6009e1195304f89 used request id req-a2438c3c-3fda-4bad-bd19-5f1ca4a9b734 2018-10-06 04:31:10,428 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:31:10,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:10,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:10,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cced78aa881549b6a6009e1195304f89", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role"}], "expires_at": "2018-10-06T05:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0925b8a94ef94de1836c76a3f7f60714", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-user", "id": "04c9d2c4a0fb4e859ed4442b379ed491"}, "audit_ids": ["MHarld1fQbezZfXQoFSivQ"], "issued_at": "2018-10-06T04:31:10.000000Z"}} 2018-10-06 04:31:10,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:10,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3d06f7-4e37-479a-a187-0d162d2575b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:10,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b3d06f7-4e37-479a-a187-0d162d2575b2 2018-10-06 04:31:10,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:11,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c44ddbbc-3e81-4177-bd41-32e2b5b78b1d Date: Sat, 06 Oct 2018 04:31:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee"} 2018-10-06 04:31:11,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee used request id req-c44ddbbc-3e81-4177-bd41-32e2b5b78b1d 2018-10-06 04:31:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:11,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d659bc91-808b-44e1-b7d8-f85d2f189170 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:11,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d659bc91-808b-44e1-b7d8-f85d2f189170 2018-10-06 04:31:11,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee"}' 2018-10-06 04:31:11,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 X-Openstack-Request-Id: req-4ad4c5b1-5a96-4378-ab9e-f00d3de48fe0 Date: Sat, 06 Oct 2018 04:31:11 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "min_disk": 0, "protected": false, "id": "c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "file": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file", "checksum": null, "owner": "0925b8a94ef94de1836c76a3f7f60714", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:11,451 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4ad4c5b1-5a96-4378-ab9e-f00d3de48fe0 2018-10-06 04:31:11,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" -d '' 2018-10-06 04:31:12,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de88c72f-8cbf-4aa9-80fa-a8836c143626 Date: Sat, 06 Oct 2018 04:31:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:12,848 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file used request id req-de88c72f-8cbf-4aa9-80fa-a8836c143626 2018-10-06 04:31:12,848 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:31:12,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:13,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-112e7ca7-a4fa-4c64-8c2c-7842f489acb5 Date: Sat, 06 Oct 2018 04:31:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:12Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "metadata": {}}], "self": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "min_disk": 0, "protected": false, "id": "c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "file": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0925b8a94ef94de1836c76a3f7f60714", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:13,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 used request id req-112e7ca7-a4fa-4c64-8c2c-7842f489acb5 2018-10-06 04:31:13,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:13,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8fe9991c-b98b-4ecb-98eb-8d76922194a2 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:13,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8fe9991c-b98b-4ecb-98eb-8d76922194a2 2018-10-06 04:31:13,192 - create_image - INFO - Created image with name - CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee 2018-10-06 04:31:13,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:13,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e3b15f23-aa1a-45fe-a878-d0bbdc8a717d Date: Sat, 06 Oct 2018 04:31:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:12Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "metadata": {}}], "self": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "min_disk": 0, "protected": false, "id": "c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "file": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0925b8a94ef94de1836c76a3f7f60714", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:13,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 used request id req-e3b15f23-aa1a-45fe-a878-d0bbdc8a717d 2018-10-06 04:31:13,361 - create_image - DEBUG - Instance status is - active 2018-10-06 04:31:13,362 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee 2018-10-06 04:31:13,362 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee 2018-10-06 04:31:13,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:13,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cced78aa881549b6a6009e1195304f89", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role"}], "expires_at": "2018-10-06T05:31:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0925b8a94ef94de1836c76a3f7f60714", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-user", "id": "04c9d2c4a0fb4e859ed4442b379ed491"}, "audit_ids": ["jmvzASXfTH6VUYOiEbg9sA"], "issued_at": "2018-10-06T04:31:13.000000Z"}} 2018-10-06 04:31:13,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f27ad51fa677787d6f020c9d8084052aaa87a4da" 2018-10-06 04:31:13,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6fc174be-3257-43d2-b0ae-823e8a403d3b Date: Sat, 06 Oct 2018 04:31:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:12Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "metadata": {}}], "self": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "min_disk": 0, "protected": false, "id": "c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "file": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0925b8a94ef94de1836c76a3f7f60714", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee"} 2018-10-06 04:31:13,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee used request id req-6fc174be-3257-43d2-b0ae-823e8a403d3b 2018-10-06 04:31:13,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f27ad51fa677787d6f020c9d8084052aaa87a4da" 2018-10-06 04:31:14,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-95a6f1fd-508c-4209-b985-44bc048be617 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:14,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-95a6f1fd-508c-4209-b985-44bc048be617 2018-10-06 04:31:14,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:14,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:14,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cced78aa881549b6a6009e1195304f89", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role"}], "expires_at": "2018-10-06T05:31:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0925b8a94ef94de1836c76a3f7f60714", "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0925b8a94ef94de1836c76a3f7f60714", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-94e72ab0-1219-4c5-user", "id": "04c9d2c4a0fb4e859ed4442b379ed491"}, "audit_ids": ["8cIvhkIRR4ehg8Dm2MCxTg"], "issued_at": "2018-10-06T04:31:14.000000Z"}} 2018-10-06 04:31:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2f8865b10fd2cdcec32592d37c2476e8b95c333" 2018-10-06 04:31:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f004757-21c1-42d0-a1c5-5cedbf8daeca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:14,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f004757-21c1-42d0-a1c5-5cedbf8daeca 2018-10-06 04:31:14,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2f8865b10fd2cdcec32592d37c2476e8b95c333" 2018-10-06 04:31:14,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f4f371fa-ecb9-4929-beb8-9fd20ab9f31c Date: Sat, 06 Oct 2018 04:31:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:12Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "metadata": {}}], "self": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "min_disk": 0, "protected": false, "id": "c2a77411-71b9-4f0d-b6a2-1cbf0addd477", "file": "/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0925b8a94ef94de1836c76a3f7f60714", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee"} 2018-10-06 04:31:14,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee used request id req-f4f371fa-ecb9-4929-beb8-9fd20ab9f31c 2018-10-06 04:31:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e2f8865b10fd2cdcec32592d37c2476e8b95c333" 2018-10-06 04:31:14,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d93a384e-4e5e-4927-9662-ad7d6ce0e008 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:14,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d93a384e-4e5e-4927-9662-ad7d6ce0e008 2018-10-06 04:31:14,948 - create_image - INFO - Found image with name - CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee 2018-10-06 04:31:14,948 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-7dd98690-3425-4752-804c-3b43e6f25eee 2018-10-06 04:31:14,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}922b3fc31a52a79206da8a9771c63832f49a5c83" 2018-10-06 04:31:16,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1903b24c-1b08-4bf9-9d0e-b95296cdaaac Date: Sat, 06 Oct 2018 04:31:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:16,491 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c2a77411-71b9-4f0d-b6a2-1cbf0addd477 used request id req-1903b24c-1b08-4bf9-9d0e-b95296cdaaac 2018-10-06 04:31:16,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:16,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-78c3135f-1217-4efe-be4d-12c0d2ab24c5 Date: Sat, 06 Oct 2018 04:31:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:16,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-78c3135f-1217-4efe-be4d-12c0d2ab24c5 2018-10-06 04:31:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:16,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a06f046-c149-4bc8-a0c5-fb8136e98776 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:16,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-1a06f046-c149-4bc8-a0c5-fb8136e98776 2018-10-06 04:31:16,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:16,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bb42af-2d21-44c9-8e1f-daf0b73fc611 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:16,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-f6bb42af-2d21-44c9-8e1f-daf0b73fc611 2018-10-06 04:31:16,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:16,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3afa60-b29d-440d-9419-b5666cd94ad9 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:16,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-cb3afa60-b29d-440d-9419-b5666cd94ad9 2018-10-06 04:31:16,984 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-94e72ab0-1219-4c5-proj 2018-10-06 04:31:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:17,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-812323bf-578a-4b2a-8c10-f0d402f4bd40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:17,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0925b8a94ef94de1836c76a3f7f60714 used request id req-812323bf-578a-4b2a-8c10-f0d402f4bd40 2018-10-06 04:31:17,219 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-94e72ab0-1219-4c5-proj-role 2018-10-06 04:31:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:17,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91996d3c-f553-4864-974b-210a75da9176 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:17,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cced78aa881549b6a6009e1195304f89 used request id req-91996d3c-f553-4864-974b-210a75da9176 2018-10-06 04:31:17,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec1d18aefd0b307f1e709c934e2953fc89c27dd1" 2018-10-06 04:31:17,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e9f1985-82e6-4557-b1cc-431f18517eb1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:17,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4e9f1985-82e6-4557-b1cc-431f18517eb1 2018-10-06 04:31:17,423 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-94e72ab0-1219-4c5-user 2018-10-06 04:31:17,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/04c9d2c4a0fb4e859ed4442b379ed491 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc588b1f8d6e8c97ddbe07ff8fb57fa2dd3e4ad" 2018-10-06 04:31:17,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-314bb587-ba76-477d-bd7c-c09091a76b43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:17,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/04c9d2c4a0fb4e859ed4442b379ed491 used request id req-314bb587-ba76-477d-bd7c-c09091a76b43 2018-10-06 04:31:17,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:17,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2Kfdka4_S9Owc1bjRqnUzA"], "issued_at": "2018-10-06T04:31:17.000000Z"}} 2018-10-06 04:31:17,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c4dd05165bec28ad9f915d110e0c8b6d8f1f02" 2018-10-06 04:31:18,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aeb08e6-e68b-4968-abb2-b80805165c71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:18,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3aeb08e6-e68b-4968-abb2-b80805165c71 2018-10-06 04:31:18,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:18,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:18,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vsaClk-qRuS7ubq4PpO0pA"], "issued_at": "2018-10-06T04:31:18.000000Z"}} 2018-10-06 04:31:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:18,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19368005-224a-48b3-9346-2f55ba8fb2c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:18,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-19368005-224a-48b3-9346-2f55ba8fb2c5 2018-10-06 04:31:18,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:18,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:18,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-11d0b4a7-d740-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:18,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d973ef11-aeb5-4f46-a026-fc90f0a3d810 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-11d0b4a7-d740-476-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:18,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-11d0b4a7-d740-476-proj used request id req-d973ef11-aeb5-4f46-a026-fc90f0a3d810 2018-10-06 04:31:18,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:18,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a520daa-2ced-44b8-b09f-59b6672203dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:18,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9a520daa-2ced-44b8-b09f-59b6672203dc 2018-10-06 04:31:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}}' 2018-10-06 04:31:18,845 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a68c02-2e57-4d4f-9951-a4ae576b98f6 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995"}, "enabled": true, "id": "c802e2da1833473aa70b82de7e0ae995", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}} 2018-10-06 04:31:18,845 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-03a68c02-2e57-4d4f-9951-a4ae576b98f6 2018-10-06 04:31:18,845 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-11d0b4a7-d740-476-proj 2018-10-06 04:31:18,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:18,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:19,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QTtECsXdRH2wMuE4Qz-Piw"], "issued_at": "2018-10-06T04:31:19.000000Z"}} 2018-10-06 04:31:19,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f727f84e6a048022430c282756108626be93384" 2018-10-06 04:31:19,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5bc38b0-3e02-4794-8ac8-f9e5778f0590 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:19,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b5bc38b0-3e02-4794-8ac8-f9e5778f0590 2018-10-06 04:31:19,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:19,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f727f84e6a048022430c282756108626be93384" 2018-10-06 04:31:19,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b0aeecb-d3ae-442b-8c70-c1ae1fec4894 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:19,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6b0aeecb-d3ae-442b-8c70-c1ae1fec4894 2018-10-06 04:31:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-11d0b4a7-d740-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f727f84e6a048022430c282756108626be93384" 2018-10-06 04:31:19,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dcde19a-3043-4d30-9b49-7763ac6d9a58 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-11d0b4a7-d740-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995"}, "enabled": true, "id": "c802e2da1833473aa70b82de7e0ae995", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}]} 2018-10-06 04:31:19,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageSuccessTests-11d0b4a7-d740-476-proj used request id req-3dcde19a-3043-4d30-9b49-7763ac6d9a58 2018-10-06 04:31:19,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f727f84e6a048022430c282756108626be93384" 2018-10-06 04:31:19,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f27315-90c6-4470-9f00-a869a3023045 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:19,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-86f27315-90c6-4470-9f00-a869a3023045 2018-10-06 04:31:19,838 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-11d0b4a7-d740-476-user 2018-10-06 04:31:19,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:19,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e997de-3943-4c03-b212-a15d597f218e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:19,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-97e997de-3943-4c03-b212-a15d597f218e 2018-10-06 04:31:19,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" -d '{"role": {"name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role"}}' 2018-10-06 04:31:20,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8754d732-ec5b-43a3-abd7-bf2a814f4227 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ccbcda353f94174a979da693f148b5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e"}, "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role"}} 2018-10-06 04:31:20,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8754d732-ec5b-43a3-abd7-bf2a814f4227 2018-10-06 04:31:20,041 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-11d0b4a7-d740-476-proj-role 2018-10-06 04:31:20,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:20,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb81ca81-81bc-4585-8b72-06ee09d4df9d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e"}, "domain_id": null, "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role", "id": "6ccbcda353f94174a979da693f148b5e"}} 2018-10-06 04:31:20,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e used request id req-cb81ca81-81bc-4585-8b72-06ee09d4df9d 2018-10-06 04:31:20,135 - keystone_utils - INFO - Granting role CreateImageSuccessTests-11d0b4a7-d740-476-proj-role to project CreateImageSuccessTests-11d0b4a7-d740-476-proj 2018-10-06 04:31:20,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995/users/3eb814e59e2c4508837e07747b2840ce/roles/6ccbcda353f94174a979da693f148b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:20,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea203ff-5c46-41df-b523-69a593fde30a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:20,272 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995/users/3eb814e59e2c4508837e07747b2840ce/roles/6ccbcda353f94174a979da693f148b5e used request id req-bea203ff-5c46-41df-b523-69a593fde30a 2018-10-06 04:31:20,273 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:31:20,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:20,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:20,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ccbcda353f94174a979da693f148b5e", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role"}], "expires_at": "2018-10-06T05:31:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c802e2da1833473aa70b82de7e0ae995", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-11d0b4a7-d740-476-user", "id": "3eb814e59e2c4508837e07747b2840ce"}, "audit_ids": ["Tn-2JGttTsyrMnahO-D8gg"], "issued_at": "2018-10-06T04:31:20.000000Z"}} 2018-10-06 04:31:20,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:20,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e04743-09b5-4fce-968f-0681101227d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:20,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-74e04743-09b5-4fce-968f-0681101227d3 2018-10-06 04:31:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:20,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c9dfb923-60eb-4172-a856-b20146eaeb20 Date: Sat, 06 Oct 2018 04:31:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd"} 2018-10-06 04:31:20,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd used request id req-c9dfb923-60eb-4172-a856-b20146eaeb20 2018-10-06 04:31:20,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:21,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f6323741-d85d-46cb-a724-a03afe8aab6c Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:21,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-f6323741-d85d-46cb-a724-a03afe8aab6c 2018-10-06 04:31:21,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd"}' 2018-10-06 04:31:21,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d X-Openstack-Request-Id: req-60041b3c-b810-4a22-92d0-314f2a25ad05 Date: Sat, 06 Oct 2018 04:31:21 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "min_disk": 0, "protected": false, "id": "bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "file": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file", "checksum": null, "owner": "c802e2da1833473aa70b82de7e0ae995", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:21,308 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-60041b3c-b810-4a22-92d0-314f2a25ad05 2018-10-06 04:31:21,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" -d '' 2018-10-06 04:31:23,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f9b3314-d52c-45b1-b096-7d41c973e5dd Date: Sat, 06 Oct 2018 04:31:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:23,028 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file used request id req-3f9b3314-d52c-45b1-b096-7d41c973e5dd 2018-10-06 04:31:23,028 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:31:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:23,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1d5eb0c0-8e34-430f-90f7-c9de01a5078d Date: Sat, 06 Oct 2018 04:31:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:22Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "metadata": {}}], "self": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "min_disk": 0, "protected": false, "id": "bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "file": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c802e2da1833473aa70b82de7e0ae995", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:23,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d used request id req-1d5eb0c0-8e34-430f-90f7-c9de01a5078d 2018-10-06 04:31:23,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:23,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a661591b-bb3b-4400-901a-9ea5a6ba0941 Date: Sat, 06 Oct 2018 04:31:23 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", "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-10-06 04:31:23,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a661591b-bb3b-4400-901a-9ea5a6ba0941 2018-10-06 04:31:23,352 - create_image - INFO - Created image with name - CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd 2018-10-06 04:31:23,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:23,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-32d0287b-5544-44ff-aab7-35b521d0c3fd Date: Sat, 06 Oct 2018 04:31:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:22Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "metadata": {}}], "self": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "min_disk": 0, "protected": false, "id": "bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "file": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c802e2da1833473aa70b82de7e0ae995", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:23,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d used request id req-32d0287b-5544-44ff-aab7-35b521d0c3fd 2018-10-06 04:31:23,510 - create_image - DEBUG - Instance status is - active 2018-10-06 04:31:23,510 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd 2018-10-06 04:31:23,511 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd 2018-10-06 04:31:23,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:23,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ccbcda353f94174a979da693f148b5e", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role"}], "expires_at": "2018-10-06T05:31:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c802e2da1833473aa70b82de7e0ae995", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-11d0b4a7-d740-476-user", "id": "3eb814e59e2c4508837e07747b2840ce"}, "audit_ids": ["dxvgQ0kYR0mIC5eJFaQNkg"], "issued_at": "2018-10-06T04:31:23.000000Z"}} 2018-10-06 04:31:23,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aaf39e4878193cee56cf9a7c239ad08aab74a0" 2018-10-06 04:31:24,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-54e26ede-2623-46b2-9fa2-b84d02a21b30 Date: Sat, 06 Oct 2018 04:31:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:22Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "metadata": {}}], "self": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "min_disk": 0, "protected": false, "id": "bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "file": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c802e2da1833473aa70b82de7e0ae995", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd"} 2018-10-06 04:31:24,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd used request id req-54e26ede-2623-46b2-9fa2-b84d02a21b30 2018-10-06 04:31:24,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aaf39e4878193cee56cf9a7c239ad08aab74a0" 2018-10-06 04:31:24,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e45fe63a-103e-422d-95b0-9b6146de5914 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:24,223 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e45fe63a-103e-422d-95b0-9b6146de5914 2018-10-06 04:31:24,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:24,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:24,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ccbcda353f94174a979da693f148b5e", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj-role"}], "expires_at": "2018-10-06T05:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c802e2da1833473aa70b82de7e0ae995", "name": "CreateImageSuccessTests-11d0b4a7-d740-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c802e2da1833473aa70b82de7e0ae995", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-11d0b4a7-d740-476-user", "id": "3eb814e59e2c4508837e07747b2840ce"}, "audit_ids": ["vtVp4TWOQhWcYSgjkkkpag"], "issued_at": "2018-10-06T04:31:24.000000Z"}} 2018-10-06 04:31:24,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b44d9e7e917938152cb5013f26cdfe8defa51fc" 2018-10-06 04:31:24,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855b365c-cfcd-4a76-8144-e899ca1fab37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:24,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-855b365c-cfcd-4a76-8144-e899ca1fab37 2018-10-06 04:31:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b44d9e7e917938152cb5013f26cdfe8defa51fc" 2018-10-06 04:31:24,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-2cfe4983-4ecc-4ad0-8f64-a9c431931560 Date: Sat, 06 Oct 2018 04:31:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:22Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "metadata": {}}], "self": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "min_disk": 0, "protected": false, "id": "bb70337a-9760-4ed8-b78d-d0a4cc0c284d", "file": "/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c802e2da1833473aa70b82de7e0ae995", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd"} 2018-10-06 04:31:24,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd used request id req-2cfe4983-4ecc-4ad0-8f64-a9c431931560 2018-10-06 04:31:24,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b44d9e7e917938152cb5013f26cdfe8defa51fc" 2018-10-06 04:31:25,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-266f2fec-07a0-470f-8a72-4cb2bd167c57 Date: Sat, 06 Oct 2018 04:31:25 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", "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-10-06 04:31:25,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-266f2fec-07a0-470f-8a72-4cb2bd167c57 2018-10-06 04:31:25,032 - create_image - INFO - Found image with name - CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd 2018-10-06 04:31:25,033 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-07e8be7f-c152-4896-b3ef-7979021f87bd 2018-10-06 04:31:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f83480ac19384f0ac8dd8379f4d5deeb0ec6c46b" 2018-10-06 04:31:26,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad635c0e-a8cd-4919-a042-b7b452d390de Date: Sat, 06 Oct 2018 04:31:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:26,347 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bb70337a-9760-4ed8-b78d-d0a4cc0c284d used request id req-ad635c0e-a8cd-4919-a042-b7b452d390de 2018-10-06 04:31:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:26,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-683c955a-f609-46b6-aa7a-9bb8743a5ac2 Date: Sat, 06 Oct 2018 04:31:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:26,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-683c955a-f609-46b6-aa7a-9bb8743a5ac2 2018-10-06 04:31:26,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:26,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80757cd5-47a3-419c-b1e8-4211ea2f356e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:26,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-80757cd5-47a3-419c-b1e8-4211ea2f356e 2018-10-06 04:31:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:26,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474475e2-2ebf-471f-a099-8be54f6a61ab Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:26,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-474475e2-2ebf-471f-a099-8be54f6a61ab 2018-10-06 04:31:26,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:26,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45ba6338-2ae0-4e35-b3c5-41ceb9fe82da Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:26,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-45ba6338-2ae0-4e35-b3c5-41ceb9fe82da 2018-10-06 04:31:26,824 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-11d0b4a7-d740-476-proj 2018-10-06 04:31:26,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:27,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a68f6dc-b937-4974-904d-de1d0426148f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:27,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c802e2da1833473aa70b82de7e0ae995 used request id req-3a68f6dc-b937-4974-904d-de1d0426148f 2018-10-06 04:31:27,068 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-11d0b4a7-d740-476-proj-role 2018-10-06 04:31:27,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:27,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1fd60dd-8425-4942-afde-091639043076 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:27,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6ccbcda353f94174a979da693f148b5e used request id req-e1fd60dd-8425-4942-afde-091639043076 2018-10-06 04:31:27,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9fe21bf258252a08b6034e40e731fdf1d81f2c" 2018-10-06 04:31:27,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2957aef3-efe1-4f47-9491-20da9f05f265 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:27,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2957aef3-efe1-4f47-9491-20da9f05f265 2018-10-06 04:31:27,285 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-11d0b4a7-d740-476-user 2018-10-06 04:31:27,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3eb814e59e2c4508837e07747b2840ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f727f84e6a048022430c282756108626be93384" 2018-10-06 04:31:27,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-338f714c-9255-415f-957c-755738015477 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:27,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3eb814e59e2c4508837e07747b2840ce used request id req-338f714c-9255-415f-957c-755738015477 2018-10-06 04:31:27,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:27,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["YHAnG2zAQ6WGyTabeZL7-w"], "issued_at": "2018-10-06T04:31:27.000000Z"}} 2018-10-06 04:31:27,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46888a88165181fa1f6b535e1c1cd635a572c3df" 2018-10-06 04:31:28,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75abd2e1-abf7-464c-b22d-5b734134cf71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:28,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-75abd2e1-abf7-464c-b22d-5b734134cf71 2018-10-06 04:31:28,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:28,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:28,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vGfnXVZ7RceB0nXCzru2NA"], "issued_at": "2018-10-06T04:31:28.000000Z"}} 2018-10-06 04:31:28,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:28,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766561b9-7a7e-4c17-bf32-dad3a8219803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:28,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-766561b9-7a7e-4c17-bf32-dad3a8219803 2018-10-06 04:31:28,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:28,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:28,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f14bc11-badd-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:28,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ea7869-87cb-419b-b8d4-c4e6a4f08ccc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f14bc11-badd-425-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:28,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-8f14bc11-badd-425-proj used request id req-89ea7869-87cb-419b-b8d4-c4e6a4f08ccc 2018-10-06 04:31:28,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:28,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddbd24b-e5e6-459f-98f2-6fda0c9de2e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:28,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8ddbd24b-e5e6-459f-98f2-6fda0c9de2e4 2018-10-06 04:31:28,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj"}}' 2018-10-06 04:31:28,819 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-556c7787-1b10-4562-84ff-5e8d18a73ebf Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2"}, "enabled": true, "id": "9b5f743c521b4934a784b2d3772e91b2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj"}} 2018-10-06 04:31:28,820 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-556c7787-1b10-4562-84ff-5e8d18a73ebf 2018-10-06 04:31:28,820 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8f14bc11-badd-425-proj 2018-10-06 04:31:28,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:28,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:29,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8K9qrWZFRoyDaXRSfNNzmA"], "issued_at": "2018-10-06T04:31:29.000000Z"}} 2018-10-06 04:31:29,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9e1de37e5da566d4e1fa77b1e902ff9feab371" 2018-10-06 04:31:29,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d48b21bd-c5b0-4696-8098-71057bcc99ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:29,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d48b21bd-c5b0-4696-8098-71057bcc99ca 2018-10-06 04:31:29,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:29,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9e1de37e5da566d4e1fa77b1e902ff9feab371" 2018-10-06 04:31:29,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24ea14c-5955-404a-b8be-899ab88a7477 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:29,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b24ea14c-5955-404a-b8be-899ab88a7477 2018-10-06 04:31:29,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-8f14bc11-badd-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9e1de37e5da566d4e1fa77b1e902ff9feab371" 2018-10-06 04:31:29,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc71c401-74fc-42b1-bec2-94df8453e14d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-8f14bc11-badd-425-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2"}, "enabled": true, "id": "9b5f743c521b4934a784b2d3772e91b2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj"}]} 2018-10-06 04:31:29,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-8f14bc11-badd-425-proj used request id req-fc71c401-74fc-42b1-bec2-94df8453e14d 2018-10-06 04:31:29,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9e1de37e5da566d4e1fa77b1e902ff9feab371" 2018-10-06 04:31:29,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635ce203-f25e-480f-8703-7568ab119007 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:29,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-635ce203-f25e-480f-8703-7568ab119007 2018-10-06 04:31:29,957 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8f14bc11-badd-425-user 2018-10-06 04:31:29,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:29,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:30,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4037debb-c98e-4f12-9526-2c101cc7b72d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:30,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4037debb-c98e-4f12-9526-2c101cc7b72d 2018-10-06 04:31:30,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" -d '{"role": {"name": "CreateImageNegativeTests-8f14bc11-badd-425-proj-role"}}' 2018-10-06 04:31:30,161 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47f150e-e77e-40d3-90ea-95fa58db21ad Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f357a00240d041e2bf3e78225cd1046b", "links": {"self": "http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b"}, "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj-role"}} 2018-10-06 04:31:30,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b47f150e-e77e-40d3-90ea-95fa58db21ad 2018-10-06 04:31:30,161 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8f14bc11-badd-425-proj-role 2018-10-06 04:31:30,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:30,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654bd7c0-200f-4231-bb37-ff9829819d6a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b"}, "domain_id": null, "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj-role", "id": "f357a00240d041e2bf3e78225cd1046b"}} 2018-10-06 04:31:30,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b used request id req-654bd7c0-200f-4231-bb37-ff9829819d6a 2018-10-06 04:31:30,252 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8f14bc11-badd-425-proj-role to project CreateImageNegativeTests-8f14bc11-badd-425-proj 2018-10-06 04:31:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2/users/2000e68aaf04462e88abc9ba8c390f86/roles/f357a00240d041e2bf3e78225cd1046b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:30,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf42d472-39b1-453b-a1d4-7ad9cbf773cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:30,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2/users/2000e68aaf04462e88abc9ba8c390f86/roles/f357a00240d041e2bf3e78225cd1046b used request id req-cf42d472-39b1-453b-a1d4-7ad9cbf773cd 2018-10-06 04:31:30,445 - openstack_tests - DEBUG - Image metadata - None 2018-10-06 04:31:30,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:30,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:30,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f357a00240d041e2bf3e78225cd1046b", "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj-role"}], "expires_at": "2018-10-06T05:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b5f743c521b4934a784b2d3772e91b2", "name": "CreateImageNegativeTests-8f14bc11-badd-425-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9b5f743c521b4934a784b2d3772e91b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9b5f743c521b4934a784b2d3772e91b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9b5f743c521b4934a784b2d3772e91b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9b5f743c521b4934a784b2d3772e91b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9b5f743c521b4934a784b2d3772e91b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9b5f743c521b4934a784b2d3772e91b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9b5f743c521b4934a784b2d3772e91b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-8f14bc11-badd-425-user", "id": "2000e68aaf04462e88abc9ba8c390f86"}, "audit_ids": ["_5dCPe8VQXuOAqrA8AgCVA"], "issued_at": "2018-10-06T04:31:30.000000Z"}} 2018-10-06 04:31:30,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9740edac9003b0352623e54f2d2058be2a80c673" 2018-10-06 04:31:30,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22455e48-9982-45cd-996b-8952cac66c65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:30,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22455e48-9982-45cd-996b-8952cac66c65 2018-10-06 04:31:30,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9740edac9003b0352623e54f2d2058be2a80c673" 2018-10-06 04:31:31,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-2629f474-7ce8-48ad-bc65-81a8e0d3d2af Date: Sat, 06 Oct 2018 04:31:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf"} 2018-10-06 04:31:31,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf used request id req-2629f474-7ce8-48ad-bc65-81a8e0d3d2af 2018-10-06 04:31:31,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9740edac9003b0352623e54f2d2058be2a80c673" 2018-10-06 04:31:31,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-07fb1ed6-5269-402e-96c8-677c4a2b91d4 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:31,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-07fb1ed6-5269-402e-96c8-677c4a2b91d4 2018-10-06 04:31:31,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9740edac9003b0352623e54f2d2058be2a80c673" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf"}' 2018-10-06 04:31:31,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/25da6320-9fdf-4eaf-b1e8-91dd11d13068 X-Openstack-Request-Id: req-c99ec470-fa70-4948-b96a-c3830d3a5c8c Date: Sat, 06 Oct 2018 04:31:31 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:31:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:31:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/25da6320-9fdf-4eaf-b1e8-91dd11d13068", "min_disk": 0, "protected": false, "id": "25da6320-9fdf-4eaf-b1e8-91dd11d13068", "file": "/v2/images/25da6320-9fdf-4eaf-b1e8-91dd11d13068/file", "checksum": null, "owner": "9b5f743c521b4934a784b2d3772e91b2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:31:31,481 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c99ec470-fa70-4948-b96a-c3830d3a5c8c 2018-10-06 04:31:31,489 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-06 04:31:31,489 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-94cc28ec-63b8-49a4-88a0-c83753d8d7cf 2018-10-06 04:31:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/25da6320-9fdf-4eaf-b1e8-91dd11d13068 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9740edac9003b0352623e54f2d2058be2a80c673" 2018-10-06 04:31:31,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1235162f-d893-4eaf-b42c-c97b9f9949f8 Date: Sat, 06 Oct 2018 04:31:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:31:31,807 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/25da6320-9fdf-4eaf-b1e8-91dd11d13068 used request id req-1235162f-d893-4eaf-b42c-c97b9f9949f8 2018-10-06 04:31:31,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1d660a1f-342a-49e4-a32e-a6c542f71c8b Date: Sat, 06 Oct 2018 04:31:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:32,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1d660a1f-342a-49e4-a32e-a6c542f71c8b 2018-10-06 04:31:32,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be716fe9-89b7-4d21-8699-aa23be67e271 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:32,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-be716fe9-89b7-4d21-8699-aa23be67e271 2018-10-06 04:31:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84efd50f-a981-4197-b4f3-ba04d94d0ee9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:32,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-84efd50f-a981-4197-b4f3-ba04d94d0ee9 2018-10-06 04:31:32,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7530be5-a197-432a-9433-6fcc543d9c79 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:32,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d7530be5-a197-432a-9433-6fcc543d9c79 2018-10-06 04:31:32,370 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8f14bc11-badd-425-proj 2018-10-06 04:31:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da58bb4d-70b6-480d-a9ed-48b117dba9de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:32,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9b5f743c521b4934a784b2d3772e91b2 used request id req-da58bb4d-70b6-480d-a9ed-48b117dba9de 2018-10-06 04:31:32,571 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8f14bc11-badd-425-proj-role 2018-10-06 04:31:32,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6070f2bc-3beb-44c4-aa6f-b0479185f809 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:32,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f357a00240d041e2bf3e78225cd1046b used request id req-6070f2bc-3beb-44c4-aa6f-b0479185f809 2018-10-06 04:31:32,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627185b473694f9efaba6add04ac99226ac5503a" 2018-10-06 04:31:32,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c417dea9-8e24-4e9b-b4b6-41a6422bea07 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:32,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c417dea9-8e24-4e9b-b4b6-41a6422bea07 2018-10-06 04:31:32,788 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8f14bc11-badd-425-user 2018-10-06 04:31:32,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2000e68aaf04462e88abc9ba8c390f86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9e1de37e5da566d4e1fa77b1e902ff9feab371" 2018-10-06 04:31:32,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d5d2587-9b8a-4332-bfce-f1d965ae03fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:32,955 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2000e68aaf04462e88abc9ba8c390f86 used request id req-1d5d2587-9b8a-4332-bfce-f1d965ae03fd 2018-10-06 04:31:32,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:33,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["CVFGhpywR0mBCVJ9jsuWpg"], "issued_at": "2018-10-06T04:31:33.000000Z"}} 2018-10-06 04:31:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6235ef241bd7c0f915570059e79dfb711e5cc1b0" 2018-10-06 04:31:33,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d479b0b8-1572-474b-a3af-c3564c71268b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:33,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d479b0b8-1572-474b-a3af-c3564c71268b 2018-10-06 04:31:33,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:33,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:33,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["hQL6y68pR2uQu9K0Zjuyrg"], "issued_at": "2018-10-06T04:31:33.000000Z"}} 2018-10-06 04:31:33,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:33,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7124ea1-0ace-46fb-a828-5f0fd6812b98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:33,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f7124ea1-0ace-46fb-a828-5f0fd6812b98 2018-10-06 04:31:33,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:33,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:33,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fc358056-7718-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:34,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882e627f-2e9c-4712-84b1-8eaeb8f5540e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fc358056-7718-479-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:34,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-fc358056-7718-479-proj used request id req-882e627f-2e9c-4712-84b1-8eaeb8f5540e 2018-10-06 04:31:34,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:34,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e015f1-05a8-4e0f-be4d-0dad54b97019 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:34,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c1e015f1-05a8-4e0f-be4d-0dad54b97019 2018-10-06 04:31:34,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-fc358056-7718-479-proj"}}' 2018-10-06 04:31:34,245 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95137233-cdd7-400d-a68c-5cd7c625e55b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da"}, "enabled": true, "id": "9af52bd1401045929f159ad5997618da", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-fc358056-7718-479-proj"}} 2018-10-06 04:31:34,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-95137233-cdd7-400d-a68c-5cd7c625e55b 2018-10-06 04:31:34,245 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-fc358056-7718-479-proj 2018-10-06 04:31:34,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:34,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:34,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_-1WRWKbQdmlzLOKJUE68g"], "issued_at": "2018-10-06T04:31:34.000000Z"}} 2018-10-06 04:31:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ffec87e5613c1d7f080f884529446e900316ac7" 2018-10-06 04:31:34,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4497df2a-37a6-46c9-b18f-e30c6e0c8be3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:34,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4497df2a-37a6-46c9-b18f-e30c6e0c8be3 2018-10-06 04:31:34,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:34,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:34,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ffec87e5613c1d7f080f884529446e900316ac7" 2018-10-06 04:31:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7218d5ce-53ea-4ad0-8724-4a889d224d9f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:34,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-7218d5ce-53ea-4ad0-8724-4a889d224d9f 2018-10-06 04:31:34,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fc358056-7718-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ffec87e5613c1d7f080f884529446e900316ac7" 2018-10-06 04:31:34,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6226d3-bca3-41ea-a7a8-b4fd24512a35 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fc358056-7718-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da"}, "enabled": true, "id": "9af52bd1401045929f159ad5997618da", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-fc358056-7718-479-proj"}]} 2018-10-06 04:31:34,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-fc358056-7718-479-proj used request id req-dd6226d3-bca3-41ea-a7a8-b4fd24512a35 2018-10-06 04:31:34,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ffec87e5613c1d7f080f884529446e900316ac7" 2018-10-06 04:31:35,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3de10da-690c-438f-82b7-c3e65e5736ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:35,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c3de10da-690c-438f-82b7-c3e65e5736ca 2018-10-06 04:31:35,364 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-fc358056-7718-479-user 2018-10-06 04:31:35,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:35,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:35,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f44cbea-e2d9-4b92-ba60-baac9f7b5725 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:35,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5f44cbea-e2d9-4b92-ba60-baac9f7b5725 2018-10-06 04:31:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" -d '{"role": {"name": "CreateImageNegativeTests-fc358056-7718-479-proj-role"}}' 2018-10-06 04:31:35,562 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0939d2bf-7aaa-4bea-8b56-19dc1dd07a55 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73ca0193ea7d4bf1abbcea377310c48d", "links": {"self": "http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d"}, "name": "CreateImageNegativeTests-fc358056-7718-479-proj-role"}} 2018-10-06 04:31:35,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0939d2bf-7aaa-4bea-8b56-19dc1dd07a55 2018-10-06 04:31:35,562 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-fc358056-7718-479-proj-role 2018-10-06 04:31:35,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:35,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69456f99-800c-479e-90fe-4b55bd9546aa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d"}, "domain_id": null, "name": "CreateImageNegativeTests-fc358056-7718-479-proj-role", "id": "73ca0193ea7d4bf1abbcea377310c48d"}} 2018-10-06 04:31:35,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d used request id req-69456f99-800c-479e-90fe-4b55bd9546aa 2018-10-06 04:31:35,584 - keystone_utils - INFO - Granting role CreateImageNegativeTests-fc358056-7718-479-proj-role to project CreateImageNegativeTests-fc358056-7718-479-proj 2018-10-06 04:31:35,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da/users/121a46baedea46beb3c3b8989a1177fc/roles/73ca0193ea7d4bf1abbcea377310c48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:35,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64eee3ab-8539-45c7-a69b-681a3f0abc49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:35,714 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da/users/121a46baedea46beb3c3b8989a1177fc/roles/73ca0193ea7d4bf1abbcea377310c48d used request id req-64eee3ab-8539-45c7-a69b-681a3f0abc49 2018-10-06 04:31:35,715 - openstack_tests - DEBUG - Image metadata - None 2018-10-06 04:31:35,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:35,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:36,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73ca0193ea7d4bf1abbcea377310c48d", "name": "CreateImageNegativeTests-fc358056-7718-479-proj-role"}], "expires_at": "2018-10-06T05:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9af52bd1401045929f159ad5997618da", "name": "CreateImageNegativeTests-fc358056-7718-479-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9af52bd1401045929f159ad5997618da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9af52bd1401045929f159ad5997618da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9af52bd1401045929f159ad5997618da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9af52bd1401045929f159ad5997618da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9af52bd1401045929f159ad5997618da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9af52bd1401045929f159ad5997618da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9af52bd1401045929f159ad5997618da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9af52bd1401045929f159ad5997618da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9af52bd1401045929f159ad5997618da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9af52bd1401045929f159ad5997618da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9af52bd1401045929f159ad5997618da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9af52bd1401045929f159ad5997618da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-fc358056-7718-479-user", "id": "121a46baedea46beb3c3b8989a1177fc"}, "audit_ids": ["sXr_5ydMRHqo9EL_HLJs-A"], "issued_at": "2018-10-06T04:31:36.000000Z"}} 2018-10-06 04:31:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9da59001bdabaacac1b84cc4427789d6c7cd2ba" 2018-10-06 04:31:36,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86639774-9c6c-42c5-8af1-dc817618a90d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:36,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-86639774-9c6c-42c5-8af1-dc817618a90d 2018-10-06 04:31:36,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-ca3fc683-6d60-4974-91f6-3a3073789211 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9da59001bdabaacac1b84cc4427789d6c7cd2ba" 2018-10-06 04:31:36,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-88ed5210-7599-4255-8b73-542f894334d9 Date: Sat, 06 Oct 2018 04:31:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-ca3fc683-6d60-4974-91f6-3a3073789211"} 2018-10-06 04:31:36,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-ca3fc683-6d60-4974-91f6-3a3073789211 used request id req-88ed5210-7599-4255-8b73-542f894334d9 2018-10-06 04:31:36,354 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-10-06 04:31:36,355 - file_utils - DEBUG - Saving file to - /tmp/28f7e673-1a3f-48d3-aff6-645e34685ce0 2018-10-06 04:31:37,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9da59001bdabaacac1b84cc4427789d6c7cd2ba" 2018-10-06 04:31:37,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c57c3b8f-5d93-477a-9f36-4ab8bfc1b400 Date: Sat, 06 Oct 2018 04:31: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", "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-10-06 04:31:37,405 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c57c3b8f-5d93-477a-9f36-4ab8bfc1b400 2018-10-06 04:31:37,423 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-06 04:31:37,423 - glance_utils - DEBUG - Closing file ./tmp/28f7e673-1a3f-48d3-aff6-645e34685ce0 2018-10-06 04:31:37,423 - glance_utils - INFO - Removing file ./tmp/28f7e673-1a3f-48d3-aff6-645e34685ce0 2018-10-06 04:31:37,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:37,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-92f0b39a-7321-452e-808c-66cd0a5bf6dd Date: Sat, 06 Oct 2018 04:31:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:37,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-92f0b39a-7321-452e-808c-66cd0a5bf6dd 2018-10-06 04:31:37,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:37,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c37a9f-5b7d-4e2c-b24e-1d557a0fbf90 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:37,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e2c37a9f-5b7d-4e2c-b24e-1d557a0fbf90 2018-10-06 04:31:37,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:37,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b4d365-10de-46a8-b975-4f89d7e5d732 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:37,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-73b4d365-10de-46a8-b975-4f89d7e5d732 2018-10-06 04:31:37,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:37,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1b30586-4257-4722-9273-04df77851b30 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:37,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-e1b30586-4257-4722-9273-04df77851b30 2018-10-06 04:31:37,929 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-fc358056-7718-479-proj 2018-10-06 04:31:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:38,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6189a53a-d13a-4d69-8123-e5b20edea761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:38,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9af52bd1401045929f159ad5997618da used request id req-6189a53a-d13a-4d69-8123-e5b20edea761 2018-10-06 04:31:38,176 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-fc358056-7718-479-proj-role 2018-10-06 04:31:38,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:38,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-912e2c63-22fe-4394-aa79-e9fbba81fc77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:38,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/73ca0193ea7d4bf1abbcea377310c48d used request id req-912e2c63-22fe-4394-aa79-e9fbba81fc77 2018-10-06 04:31:38,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77be0c34107abac5016debe4a734d8a8f924ceab" 2018-10-06 04:31:38,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1ef61f3-1805-4970-be3c-dd67229a11a7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:38,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e1ef61f3-1805-4970-be3c-dd67229a11a7 2018-10-06 04:31:38,392 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-fc358056-7718-479-user 2018-10-06 04:31:38,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/121a46baedea46beb3c3b8989a1177fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ffec87e5613c1d7f080f884529446e900316ac7" 2018-10-06 04:31:38,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f586010-055f-4f7f-bbce-fe2c32253bc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:38,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/121a46baedea46beb3c3b8989a1177fc used request id req-4f586010-055f-4f7f-bbce-fe2c32253bc4 2018-10-06 04:31:38,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:38,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["80eCCq90TXytoyU2IsJr5w"], "issued_at": "2018-10-06T04:31:38.000000Z"}} 2018-10-06 04:31:38,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573c38263291287bbe0c1bb8c213e9a2f03a481d" 2018-10-06 04:31:39,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb2a391-e046-45e6-a1d0-a1fe20f08819 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:39,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3eb2a391-e046-45e6-a1d0-a1fe20f08819 2018-10-06 04:31:39,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:39,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:39,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["feBHMIMiTweGWFjU4t757A"], "issued_at": "2018-10-06T04:31:39.000000Z"}} 2018-10-06 04:31:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:39,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ff4dc3-fe99-40ca-b72e-d58711f7a7bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:39,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-48ff4dc3-fe99-40ca-b72e-d58711f7a7bd 2018-10-06 04:31:39,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:39,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:39,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8313ebbb-9784-4cf8-a736-af31bc8c0d63 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:39,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj used request id req-8313ebbb-9784-4cf8-a736-af31bc8c0d63 2018-10-06 04:31:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:39,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b3e0bd-e6f8-4a2f-a63e-e5b9015ffe5c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:39,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-39b3e0bd-e6f8-4a2f-a63e-e5b9015ffe5c 2018-10-06 04:31:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj"}}' 2018-10-06 04:31:39,820 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1832c427-e35e-40f5-9213-90cd45df7b40 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930"}, "enabled": true, "id": "70dc4c64198b4fa7afe279ccbe4b9930", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj"}} 2018-10-06 04:31:39,820 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1832c427-e35e-40f5-9213-90cd45df7b40 2018-10-06 04:31:39,820 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-25a0dbc9-8916-49a-proj 2018-10-06 04:31:39,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:39,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:40,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["iYgHLNo8Rk2wwwJ7rpEw4Q"], "issued_at": "2018-10-06T04:31:40.000000Z"}} 2018-10-06 04:31:40,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1750eb00c41052c71a1e8691b0b743708fecbf42" 2018-10-06 04:31:40,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7927df4b-a5e5-4e69-a6d2-650dc10782e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:40,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7927df4b-a5e5-4e69-a6d2-650dc10782e9 2018-10-06 04:31:40,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:40,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:40,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1750eb00c41052c71a1e8691b0b743708fecbf42" 2018-10-06 04:31:40,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a30e30-c913-40e6-b543-fbd9949423a5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:40,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e2a30e30-c913-40e6-b543-fbd9949423a5 2018-10-06 04:31:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1750eb00c41052c71a1e8691b0b743708fecbf42" 2018-10-06 04:31:40,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc21efd-b945-4e01-9f7e-b4204bd28f2c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930"}, "enabled": true, "id": "70dc4c64198b4fa7afe279ccbe4b9930", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj"}]} 2018-10-06 04:31:40,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-25a0dbc9-8916-49a-proj used request id req-8bc21efd-b945-4e01-9f7e-b4204bd28f2c 2018-10-06 04:31:40,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1750eb00c41052c71a1e8691b0b743708fecbf42" 2018-10-06 04:31:40,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc61c3f-0aca-4779-8c75-57525d57cd7f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:40,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1cc61c3f-0aca-4779-8c75-57525d57cd7f 2018-10-06 04:31:40,891 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-25a0dbc9-8916-49a-user 2018-10-06 04:31:40,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:40,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d837d82-157c-4c7b-af46-7e6e2b1467b4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:40,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8d837d82-157c-4c7b-af46-7e6e2b1467b4 2018-10-06 04:31:40,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" -d '{"role": {"name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role"}}' 2018-10-06 04:31:41,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c10db435-571d-4315-8aea-c35d56c4b848 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "979a4fd55a0a4172827d0fccc247974b", "links": {"self": "http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b"}, "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role"}} 2018-10-06 04:31:41,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c10db435-571d-4315-8aea-c35d56c4b848 2018-10-06 04:31:41,083 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role 2018-10-06 04:31:41,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:41,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f637b4-e592-43ec-b150-d72b434d50b1 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b"}, "domain_id": null, "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role", "id": "979a4fd55a0a4172827d0fccc247974b"}} 2018-10-06 04:31:41,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b used request id req-31f637b4-e592-43ec-b150-d72b434d50b1 2018-10-06 04:31:41,172 - keystone_utils - INFO - Granting role CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role to project CreateImageNegativeTests-25a0dbc9-8916-49a-proj 2018-10-06 04:31:41,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930/users/78ddd20486d149ea8887cdd890c2b29a/roles/979a4fd55a0a4172827d0fccc247974b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:41,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-948f7279-8a10-4ccc-8465-7c727e3d5ecc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:41,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930/users/78ddd20486d149ea8887cdd890c2b29a/roles/979a4fd55a0a4172827d0fccc247974b used request id req-948f7279-8a10-4ccc-8465-7c727e3d5ecc 2018-10-06 04:31:41,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:41,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:41,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "979a4fd55a0a4172827d0fccc247974b", "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role"}], "expires_at": "2018-10-06T05:31:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70dc4c64198b4fa7afe279ccbe4b9930", "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/70dc4c64198b4fa7afe279ccbe4b9930", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-25a0dbc9-8916-49a-user", "id": "78ddd20486d149ea8887cdd890c2b29a"}, "audit_ids": ["6Hpmc6V5SUWhQxh9NE97Aw"], "issued_at": "2018-10-06T04:31:41.000000Z"}} 2018-10-06 04:31:41,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6e4da5b57d8b075f6580de9c1a8a5bdc525a75" 2018-10-06 04:31:41,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e022c409-1259-4a15-abb8-7ce220ad6c2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:41,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e022c409-1259-4a15-abb8-7ce220ad6c2d 2018-10-06 04:31:41,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b6e4da5b57d8b075f6580de9c1a8a5bdc525a75" 2018-10-06 04:31:41,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-607df94f-ea65-4c64-a1e5-14663d821fb0 Date: Sat, 06 Oct 2018 04:31:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-06 04:31:41,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&name=foo used request id req-607df94f-ea65-4c64-a1e5-14663d821fb0 2018-10-06 04:31:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-84f9ba17-bdf1-4d68-b7f9-8f6a26a7aa94 Date: Sat, 06 Oct 2018 04:31:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:42,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-84f9ba17-bdf1-4d68-b7f9-8f6a26a7aa94 2018-10-06 04:31:42,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab37596e-2d8d-4d3e-8f1f-4bedbc3faeb9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:42,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-ab37596e-2d8d-4d3e-8f1f-4bedbc3faeb9 2018-10-06 04:31:42,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02156f48-4489-45b7-a8ba-ff26a8b27709 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:42,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-02156f48-4489-45b7-a8ba-ff26a8b27709 2018-10-06 04:31:42,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3417a0aa-b6a5-49f2-b0ed-5946a22ee43d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:42,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-3417a0aa-b6a5-49f2-b0ed-5946a22ee43d 2018-10-06 04:31:42,411 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-25a0dbc9-8916-49a-proj 2018-10-06 04:31:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd2291c0-5aa2-454a-a99d-8abf379f29f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:42,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/70dc4c64198b4fa7afe279ccbe4b9930 used request id req-bd2291c0-5aa2-454a-a99d-8abf379f29f1 2018-10-06 04:31:42,632 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-25a0dbc9-8916-49a-proj-role 2018-10-06 04:31:42,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f7ab372-3f74-40b6-918a-a7b343a2bf5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:42,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/979a4fd55a0a4172827d0fccc247974b used request id req-6f7ab372-3f74-40b6-918a-a7b343a2bf5c 2018-10-06 04:31:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}339c1ac277287e41d230a57e9e1e92566b87ad7a" 2018-10-06 04:31:42,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-770ff87e-7a44-4197-a98f-4bcf06f8cb56 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:42,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-770ff87e-7a44-4197-a98f-4bcf06f8cb56 2018-10-06 04:31:42,763 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-25a0dbc9-8916-49a-user 2018-10-06 04:31:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/78ddd20486d149ea8887cdd890c2b29a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1750eb00c41052c71a1e8691b0b743708fecbf42" 2018-10-06 04:31:42,944 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bdd9272-370b-4810-9c01-8036357b48e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:42,944 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/78ddd20486d149ea8887cdd890c2b29a used request id req-1bdd9272-370b-4810-9c01-8036357b48e0 2018-10-06 04:31:42,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:43,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["X0YNuB5NQuCCd9LiHF3KWA"], "issued_at": "2018-10-06T04:31:43.000000Z"}} 2018-10-06 04:31:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2327644b07307b4f214a9d6e6f92a1e2071eb7" 2018-10-06 04:31:43,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ecfe3b-65c3-4f57-8394-00b13cc6e6c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:43,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18ecfe3b-65c3-4f57-8394-00b13cc6e6c9 2018-10-06 04:31:43,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:43,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:43,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["O8L69xQLTvKup4BdBq5YXA"], "issued_at": "2018-10-06T04:31:43.000000Z"}} 2018-10-06 04:31:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:43,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5338f183-78a0-4cb2-a8b6-0492384b9ef9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:43,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5338f183-78a0-4cb2-a8b6-0492384b9ef9 2018-10-06 04:31:43,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:43,885 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:43,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cb2de027-9874-468-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:43,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c8b6b7-5688-4b3a-8452-5685f6e986a3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cb2de027-9874-468-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:43,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-cb2de027-9874-468-proj used request id req-a1c8b6b7-5688-4b3a-8452-5685f6e986a3 2018-10-06 04:31:43,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:43,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ddbf574-9334-4e1d-8508-b85d8fb6b869 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:43,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9ddbf574-9334-4e1d-8508-b85d8fb6b869 2018-10-06 04:31:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-cb2de027-9874-468-proj"}}' 2018-10-06 04:31:44,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d29d7750-3682-485f-b66e-41c6e11d39d5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a"}, "enabled": true, "id": "5510ccc8d61a44ad8ce99cf19b747e7a", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-cb2de027-9874-468-proj"}} 2018-10-06 04:31:44,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d29d7750-3682-485f-b66e-41c6e11d39d5 2018-10-06 04:31:44,114 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-cb2de027-9874-468-proj 2018-10-06 04:31:44,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:44,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:44,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["a77QRIPZQ86OGDcyjWoXsw"], "issued_at": "2018-10-06T04:31:44.000000Z"}} 2018-10-06 04:31:44,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2472c176832579b3f2f6f1d9a5202b856ac43344" 2018-10-06 04:31:44,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8226bf6b-6d54-4f15-b2bb-9379762384ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:44,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8226bf6b-6d54-4f15-b2bb-9379762384ef 2018-10-06 04:31:44,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:44,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:44,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2472c176832579b3f2f6f1d9a5202b856ac43344" 2018-10-06 04:31:44,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d061b7a-cc31-4130-a9c8-a208a3db5cde Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:44,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5d061b7a-cc31-4130-a9c8-a208a3db5cde 2018-10-06 04:31:44,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-cb2de027-9874-468-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2472c176832579b3f2f6f1d9a5202b856ac43344" 2018-10-06 04:31:44,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5c5b2f-5673-4426-8713-1dca09b97199 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-cb2de027-9874-468-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a"}, "enabled": true, "id": "5510ccc8d61a44ad8ce99cf19b747e7a", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-cb2de027-9874-468-proj"}]} 2018-10-06 04:31:44,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateImageNegativeTests-cb2de027-9874-468-proj used request id req-7b5c5b2f-5673-4426-8713-1dca09b97199 2018-10-06 04:31:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2472c176832579b3f2f6f1d9a5202b856ac43344" 2018-10-06 04:31:44,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3604d10a-2096-4159-b5b3-531b306db301 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:44,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3604d10a-2096-4159-b5b3-531b306db301 2018-10-06 04:31:45,227 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-cb2de027-9874-468-user 2018-10-06 04:31:45,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:45,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:45,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fd07085-0f47-466b-ab2c-4d56b2adb72b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:45,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2fd07085-0f47-466b-ab2c-4d56b2adb72b 2018-10-06 04:31:45,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" -d '{"role": {"name": "CreateImageNegativeTests-cb2de027-9874-468-proj-role"}}' 2018-10-06 04:31:45,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-297560a0-02b8-44ca-a524-cb0f0762396e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8979e406eeee4dc981d8fea2adbcbe18", "links": {"self": "http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18"}, "name": "CreateImageNegativeTests-cb2de027-9874-468-proj-role"}} 2018-10-06 04:31:45,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-297560a0-02b8-44ca-a524-cb0f0762396e 2018-10-06 04:31:45,419 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-cb2de027-9874-468-proj-role 2018-10-06 04:31:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:45,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b4f071-d214-47e8-a2f7-93283eaf9322 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18"}, "domain_id": null, "name": "CreateImageNegativeTests-cb2de027-9874-468-proj-role", "id": "8979e406eeee4dc981d8fea2adbcbe18"}} 2018-10-06 04:31:45,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18 used request id req-63b4f071-d214-47e8-a2f7-93283eaf9322 2018-10-06 04:31:45,438 - keystone_utils - INFO - Granting role CreateImageNegativeTests-cb2de027-9874-468-proj-role to project CreateImageNegativeTests-cb2de027-9874-468-proj 2018-10-06 04:31:45,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a/users/0cb33b6ce03144d891cfc5d364cf3b3d/roles/8979e406eeee4dc981d8fea2adbcbe18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:45,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80bb43cf-06a3-423b-80d3-41cc0b389a12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:45,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a/users/0cb33b6ce03144d891cfc5d364cf3b3d/roles/8979e406eeee4dc981d8fea2adbcbe18 used request id req-80bb43cf-06a3-423b-80d3-41cc0b389a12 2018-10-06 04:31:45,559 - openstack_tests - DEBUG - Image metadata - None 2018-10-06 04:31:45,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:45,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:45,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8979e406eeee4dc981d8fea2adbcbe18", "name": "CreateImageNegativeTests-cb2de027-9874-468-proj-role"}], "expires_at": "2018-10-06T05:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5510ccc8d61a44ad8ce99cf19b747e7a", "name": "CreateImageNegativeTests-cb2de027-9874-468-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5510ccc8d61a44ad8ce99cf19b747e7a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-cb2de027-9874-468-user", "id": "0cb33b6ce03144d891cfc5d364cf3b3d"}, "audit_ids": ["6y3-a8DVQdaGEVH2kCYm6g"], "issued_at": "2018-10-06T04:31:45.000000Z"}} 2018-10-06 04:31:45,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a09147e58e6e39168eef9ae6a44ec02f3f30cb8" 2018-10-06 04:31:46,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44829322-9ad4-4b22-b0e3-734bff0d5ac7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:46,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-44829322-9ad4-4b22-b0e3-734bff0d5ac7 2018-10-06 04:31:46,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-83cbaca8-d145-45f8-91e7-7e5912304ddb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a09147e58e6e39168eef9ae6a44ec02f3f30cb8" 2018-10-06 04:31:46,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-20eefcbf-e470-4560-bebb-2741e5bb6369 Date: Sat, 06 Oct 2018 04:31:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-83cbaca8-d145-45f8-91e7-7e5912304ddb"} 2018-10-06 04:31:46,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-83cbaca8-d145-45f8-91e7-7e5912304ddb used request id req-20eefcbf-e470-4560-bebb-2741e5bb6369 2018-10-06 04:31:46,218 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-10-06 04:31:46,219 - file_utils - DEBUG - Saving file to - /tmp/25e657d6-9851-4efc-858e-7edbd3c6f1d1 2018-10-06 04:31:46,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:46,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f46399f6-3ac9-4adb-b296-e259c0066d0b Date: Sat, 06 Oct 2018 04:31:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:46,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f46399f6-3ac9-4adb-b296-e259c0066d0b 2018-10-06 04:31:46,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:46,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c66c932-d594-4e1d-9584-b143e91de00c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:46,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-9c66c932-d594-4e1d-9584-b143e91de00c 2018-10-06 04:31:46,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:46,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152e573b-8d30-4e1c-affd-752f7b9ee9c4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:46,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-152e573b-8d30-4e1c-affd-752f7b9ee9c4 2018-10-06 04:31:46,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:46,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22e7a10-4564-4fda-9519-5c97eee418dd Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:46,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-a22e7a10-4564-4fda-9519-5c97eee418dd 2018-10-06 04:31:46,717 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-cb2de027-9874-468-proj 2018-10-06 04:31:46,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:46,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95b38255-b326-413b-b428-2b92fa48a3d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:46,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5510ccc8d61a44ad8ce99cf19b747e7a used request id req-95b38255-b326-413b-b428-2b92fa48a3d8 2018-10-06 04:31:46,924 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-cb2de027-9874-468-proj-role 2018-10-06 04:31:46,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:47,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cda3bc4-4adb-4a9a-bc01-c3b7ee708430 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:47,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8979e406eeee4dc981d8fea2adbcbe18 used request id req-2cda3bc4-4adb-4a9a-bc01-c3b7ee708430 2018-10-06 04:31:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e500056fc2f20bbd16cc5774a0fa3aa8d962b05" 2018-10-06 04:31:47,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ffdf2f-8672-45b9-b901-202454d53bac Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:47,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-86ffdf2f-8672-45b9-b901-202454d53bac 2018-10-06 04:31:47,137 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-cb2de027-9874-468-user 2018-10-06 04:31:47,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0cb33b6ce03144d891cfc5d364cf3b3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2472c176832579b3f2f6f1d9a5202b856ac43344" 2018-10-06 04:31:47,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-173ef0e9-ca63-4d59-9471-ae8a10785a19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:47,315 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0cb33b6ce03144d891cfc5d364cf3b3d used request id req-173ef0e9-ca63-4d59-9471-ae8a10785a19 2018-10-06 04:31:47,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:47,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["y6Jjcb2PTFiSNMiNHalhlQ"], "issued_at": "2018-10-06T04:31:47.000000Z"}} 2018-10-06 04:31:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f344496a7880843134be21e8bc3c171d9ee595f5" 2018-10-06 04:31:47,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d8c6030-1e6e-4fb5-9bdb-304875e6c987 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:47,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d8c6030-1e6e-4fb5-9bdb-304875e6c987 2018-10-06 04:31:47,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:47,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:48,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BNzVFif4QCKRByMqAYpDRw"], "issued_at": "2018-10-06T04:31:48.000000Z"}} 2018-10-06 04:31:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:48,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5904a27d-aa60-460b-b947-d69f34157bc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:48,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5904a27d-aa60-460b-b947-d69f34157bc2 2018-10-06 04:31:48,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:48,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:48,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:48,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fe17a5-88dc-4b4e-9514-46f1e6249b7d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:48,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj used request id req-39fe17a5-88dc-4b4e-9514-46f1e6249b7d 2018-10-06 04:31:48,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:48,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb06eee-5923-4af7-ab79-bc2e8dda9e62 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:48,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-abb06eee-5923-4af7-ab79-bc2e8dda9e62 2018-10-06 04:31:48,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj"}}' 2018-10-06 04:31:48,574 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ae6f4f-de1d-40b9-aa93-e88d1ab9e64a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022"}, "enabled": true, "id": "7bb2745a68184f8f97e02bf014944022", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj"}} 2018-10-06 04:31:48,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c8ae6f4f-de1d-40b9-aa93-e88d1ab9e64a 2018-10-06 04:31:48,575 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-proj 2018-10-06 04:31:48,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:48,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:48,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3IypYSJlRn-3a1cabjBtHg"], "issued_at": "2018-10-06T04:31:48.000000Z"}} 2018-10-06 04:31:48,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e24ffe3e036ee6455b66d9f4355bab51bd38ad" 2018-10-06 04:31:49,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c88f92-a630-4f4a-bd65-c775ff560da8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:49,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-83c88f92-a630-4f4a-bd65-c775ff560da8 2018-10-06 04:31:49,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:49,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e24ffe3e036ee6455b66d9f4355bab51bd38ad" 2018-10-06 04:31:49,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b01b62a-6fc2-4529-8a1b-ffb12c5546a0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:49,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2b01b62a-6fc2-4529-8a1b-ffb12c5546a0 2018-10-06 04:31:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e24ffe3e036ee6455b66d9f4355bab51bd38ad" 2018-10-06 04:31:49,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7519dfe-4f03-4ef7-8b94-10ebf853d67b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022"}, "enabled": true, "id": "7bb2745a68184f8f97e02bf014944022", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj"}]} 2018-10-06 04:31:49,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-fdf3db4f-39a9-434-proj used request id req-b7519dfe-4f03-4ef7-8b94-10ebf853d67b 2018-10-06 04:31:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e24ffe3e036ee6455b66d9f4355bab51bd38ad" 2018-10-06 04:31:49,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e4659d-20e5-4719-9c5d-9585cf4b98f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:49,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-05e4659d-20e5-4719-9c5d-9585cf4b98f6 2018-10-06 04:31:49,706 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-user 2018-10-06 04:31:49,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:49,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:49,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984b5d9d-b07f-44db-8c8e-a168f1c275e9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:49,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-984b5d9d-b07f-44db-8c8e-a168f1c275e9 2018-10-06 04:31:49,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" -d '{"role": {"name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role"}}' 2018-10-06 04:31:49,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e919a791-5e63-4bcd-a2d8-e4058651075c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f23e6e26b7c4ea19aa9e0480cbda5b8", "links": {"self": "http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8"}, "name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role"}} 2018-10-06 04:31:49,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e919a791-5e63-4bcd-a2d8-e4058651075c 2018-10-06 04:31:49,916 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role 2018-10-06 04:31:49,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1227d4-a89f-40c3-a9ae-9045e69293f6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8"}, "domain_id": null, "name": "CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role", "id": "2f23e6e26b7c4ea19aa9e0480cbda5b8"}} 2018-10-06 04:31:50,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 used request id req-6a1227d4-a89f-40c3-a9ae-9045e69293f6 2018-10-06 04:31:50,003 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role to project CreateMultiPartImageTests-fdf3db4f-39a9-434-proj 2018-10-06 04:31:50,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022/users/2293f6174ced4105858b8d1fd30765a6/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea0a576-132c-4e10-92d1-6dc1d137fa24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:50,134 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022/users/2293f6174ced4105858b8d1fd30765a6/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 used request id req-bea0a576-132c-4e10-92d1-6dc1d137fa24 2018-10-06 04:31:50,135 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-06 04:31:50,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bb7dc776-831f-4d73-bbb3-42a5444e990c Date: Sat, 06 Oct 2018 04:31:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:50,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-bb7dc776-831f-4d73-bbb3-42a5444e990c 2018-10-06 04:31:50,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caa58e55-c25b-4799-9caf-4de7628b9197 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:50,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-caa58e55-c25b-4799-9caf-4de7628b9197 2018-10-06 04:31:50,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17981bb8-bc39-4439-8a5f-7742297723fd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:50,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-17981bb8-bc39-4439-8a5f-7742297723fd 2018-10-06 04:31:50,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a2c578d-8061-4e9a-b9ac-ba5617200d7e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:50,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-9a2c578d-8061-4e9a-b9ac-ba5617200d7e 2018-10-06 04:31:50,637 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-proj 2018-10-06 04:31:50,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62d26c2a-2c5f-4fda-8829-4ec0225574b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:50,859 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7bb2745a68184f8f97e02bf014944022 used request id req-62d26c2a-2c5f-4fda-8829-4ec0225574b4 2018-10-06 04:31:50,859 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-proj-role 2018-10-06 04:31:50,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:50,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30c210bc-044f-470b-a587-7c3448290a8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:50,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2f23e6e26b7c4ea19aa9e0480cbda5b8 used request id req-30c210bc-044f-470b-a587-7c3448290a8a 2018-10-06 04:31:50,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53109c2e387e98bdaa089369806cd609b95b7225" 2018-10-06 04:31:51,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f29c8a-a4fc-4256-aaf2-5b91927f2932 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:51,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f6f29c8a-a4fc-4256-aaf2-5b91927f2932 2018-10-06 04:31:51,055 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-fdf3db4f-39a9-434-user 2018-10-06 04:31:51,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2293f6174ced4105858b8d1fd30765a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e24ffe3e036ee6455b66d9f4355bab51bd38ad" 2018-10-06 04:31:51,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0bbfe61-79eb-4e7f-a605-3f68a1324d51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:51,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2293f6174ced4105858b8d1fd30765a6 used request id req-d0bbfe61-79eb-4e7f-a605-3f68a1324d51 2018-10-06 04:31:51,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:51,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["1xSXHjvwROKfSS6HLm9Jaw"], "issued_at": "2018-10-06T04:31:51.000000Z"}} 2018-10-06 04:31:51,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea6ff84d1fce89f3a3ee5abf97eac55b710aa1e" 2018-10-06 04:31:51,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe40191f-c57d-41d5-98b7-757bfb081389 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:51,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe40191f-c57d-41d5-98b7-757bfb081389 2018-10-06 04:31:51,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:51,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:52,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Zy6k3FmqSjOL-LVQlxL6oA"], "issued_at": "2018-10-06T04:31:52.000000Z"}} 2018-10-06 04:31:52,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:52,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df231a4d-0931-4bce-abf7-12e973afa29e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:52,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df231a4d-0931-4bce-abf7-12e973afa29e 2018-10-06 04:31:52,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:52,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:52,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-55123038-6039-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:52,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba57070-b213-4239-a918-a3d1341c5ad8 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-55123038-6039-48c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:52,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-55123038-6039-48c-proj used request id req-0ba57070-b213-4239-a918-a3d1341c5ad8 2018-10-06 04:31:52,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:52,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24cf9df-693b-464a-a287-f7b295e3a8bb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:52,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c24cf9df-693b-464a-a287-f7b295e3a8bb 2018-10-06 04:31:52,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-55123038-6039-48c-proj"}}' 2018-10-06 04:31:52,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f83a86-39ee-4b21-bdab-9496f93f7b3e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32"}, "enabled": true, "id": "38efaf7b35f4498cb670822abb7c7a32", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-55123038-6039-48c-proj"}} 2018-10-06 04:31:52,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c8f83a86-39ee-4b21-bdab-9496f93f7b3e 2018-10-06 04:31:52,484 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-55123038-6039-48c-proj 2018-10-06 04:31:52,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:52,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:52,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Xdhjd0qJQ-2nTBvIQRepbg"], "issued_at": "2018-10-06T04:31:52.000000Z"}} 2018-10-06 04:31:52,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a3f314a6f40867de97c56449ba465f8aa417fe" 2018-10-06 04:31:52,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45425708-5326-4133-84d7-862f31776117 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:52,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-45425708-5326-4133-84d7-862f31776117 2018-10-06 04:31:52,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:52,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:52,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a3f314a6f40867de97c56449ba465f8aa417fe" 2018-10-06 04:31:53,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44607f2b-e68e-42d5-9414-91de70d71d51 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:53,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-44607f2b-e68e-42d5-9414-91de70d71d51 2018-10-06 04:31:53,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-55123038-6039-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a3f314a6f40867de97c56449ba465f8aa417fe" 2018-10-06 04:31:53,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a9f656-ab63-435c-8fa4-095f0621eb0f Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-55123038-6039-48c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32"}, "enabled": true, "id": "38efaf7b35f4498cb670822abb7c7a32", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-55123038-6039-48c-proj"}]} 2018-10-06 04:31:53,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-55123038-6039-48c-proj used request id req-a4a9f656-ab63-435c-8fa4-095f0621eb0f 2018-10-06 04:31:53,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a3f314a6f40867de97c56449ba465f8aa417fe" 2018-10-06 04:31:53,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-503a173d-b481-4ae4-ad1e-90e02a62d23e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:53,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-503a173d-b481-4ae4-ad1e-90e02a62d23e 2018-10-06 04:31:53,480 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-55123038-6039-48c-user 2018-10-06 04:31:53,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:53,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:53,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de111dc1-f4e9-46cb-8d6e-46bd6da86766 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:53,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-de111dc1-f4e9-46cb-8d6e-46bd6da86766 2018-10-06 04:31:53,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" -d '{"role": {"name": "CreateMultiPartImageTests-55123038-6039-48c-proj-role"}}' 2018-10-06 04:31:53,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfee5413-0d1c-4ea7-8c13-987eaad864cd Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27e65c6ea2824d398afa108807c60020", "links": {"self": "http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020"}, "name": "CreateMultiPartImageTests-55123038-6039-48c-proj-role"}} 2018-10-06 04:31:53,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-dfee5413-0d1c-4ea7-8c13-987eaad864cd 2018-10-06 04:31:53,689 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-55123038-6039-48c-proj-role 2018-10-06 04:31:53,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:53,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8fae51-aebb-4c43-b607-939fcbb8176e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020"}, "domain_id": null, "name": "CreateMultiPartImageTests-55123038-6039-48c-proj-role", "id": "27e65c6ea2824d398afa108807c60020"}} 2018-10-06 04:31:53,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020 used request id req-be8fae51-aebb-4c43-b607-939fcbb8176e 2018-10-06 04:31:53,783 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-55123038-6039-48c-proj-role to project CreateMultiPartImageTests-55123038-6039-48c-proj 2018-10-06 04:31:53,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32/users/95a9baddd8284ff78b7e77d8fcaf11e0/roles/27e65c6ea2824d398afa108807c60020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:53,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-814f86c8-961b-4ef0-a271-b604b367950d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:53,914 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32/users/95a9baddd8284ff78b7e77d8fcaf11e0/roles/27e65c6ea2824d398afa108807c60020 used request id req-814f86c8-961b-4ef0-a271-b604b367950d 2018-10-06 04:31:53,930 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 04:31:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-42b66ce4-3247-4fe4-b4a3-5f388f29ced9 Date: Sat, 06 Oct 2018 04:31:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:54,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-42b66ce4-3247-4fe4-b4a3-5f388f29ced9 2018-10-06 04:31:54,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3455ffa8-da83-43a2-8258-89427a7c2a84 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:54,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-3455ffa8-da83-43a2-8258-89427a7c2a84 2018-10-06 04:31:54,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-174bd54b-8e2c-4377-9fa0-3a806baab837 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:54,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-174bd54b-8e2c-4377-9fa0-3a806baab837 2018-10-06 04:31:54,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41075396-a6ea-4c5b-9046-45e58c97e0be Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:54,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-41075396-a6ea-4c5b-9046-45e58c97e0be 2018-10-06 04:31:54,419 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-55123038-6039-48c-proj 2018-10-06 04:31:54,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b98294db-40f2-45c1-baa9-98090c1fcd61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:54,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/38efaf7b35f4498cb670822abb7c7a32 used request id req-b98294db-40f2-45c1-baa9-98090c1fcd61 2018-10-06 04:31:54,608 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-55123038-6039-48c-proj-role 2018-10-06 04:31:54,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e0e572d-09df-4c1a-b745-f6bd7b8c1084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:54,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/27e65c6ea2824d398afa108807c60020 used request id req-7e0e572d-09df-4c1a-b745-f6bd7b8c1084 2018-10-06 04:31:54,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7aba89e11247148241b9c23631865c5cce8544" 2018-10-06 04:31:54,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a167b41-6378-4cbe-a385-361ff0c8a09e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:54,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0a167b41-6378-4cbe-a385-361ff0c8a09e 2018-10-06 04:31:54,809 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-55123038-6039-48c-user 2018-10-06 04:31:54,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/95a9baddd8284ff78b7e77d8fcaf11e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a3f314a6f40867de97c56449ba465f8aa417fe" 2018-10-06 04:31:54,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d6f82f0-2b6b-457c-b58f-66983316db85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:55,000 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/95a9baddd8284ff78b7e77d8fcaf11e0 used request id req-5d6f82f0-2b6b-457c-b58f-66983316db85 2018-10-06 04:31:55,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:55,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4qvSWo0mTv-zdy9Wevr9Cw"], "issued_at": "2018-10-06T04:31:55.000000Z"}} 2018-10-06 04:31:55,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}393cfbea24037ea02afa0022e17b0ee2ab3ff403" 2018-10-06 04:31:55,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50adcac-a15b-4480-aa05-2e38a9420f75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:55,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f50adcac-a15b-4480-aa05-2e38a9420f75 2018-10-06 04:31:55,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:55,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:55,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LuX64N-iQfSkOeQtdErZmQ"], "issued_at": "2018-10-06T04:31:55.000000Z"}} 2018-10-06 04:31:55,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:55,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecabe8f8-0351-43d3-bfcb-769888362a32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:55,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ecabe8f8-0351-43d3-bfcb-769888362a32 2018-10-06 04:31:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:55,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:55,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:56,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0079215d-1f83-49a7-9188-baaae93e3511 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:56,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj used request id req-0079215d-1f83-49a7-9188-baaae93e3511 2018-10-06 04:31:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:56,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3fb90a-3f5e-48ca-96c8-88de991c4726 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:56,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf3fb90a-3f5e-48ca-96c8-88de991c4726 2018-10-06 04:31:56,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj"}}' 2018-10-06 04:31:56,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64bd90d7-8e43-4187-a3e9-4262e5ff1347 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4"}, "enabled": true, "id": "a1dfb678b53b4bae9a2085abe21e8af4", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj"}} 2018-10-06 04:31:56,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-64bd90d7-8e43-4187-a3e9-4262e5ff1347 2018-10-06 04:31:56,179 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-proj 2018-10-06 04:31:56,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:56,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:56,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2JGGfF4nTNaYluXYQx-qcw"], "issued_at": "2018-10-06T04:31:56.000000Z"}} 2018-10-06 04:31:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f10672070451953735227d2ec6e1b2bd3ac0c57" 2018-10-06 04:31:56,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47f42b3-0ee4-4042-bd46-1e4dc13c3e8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:56,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b47f42b3-0ee4-4042-bd46-1e4dc13c3e8c 2018-10-06 04:31:56,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:56,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f10672070451953735227d2ec6e1b2bd3ac0c57" 2018-10-06 04:31:56,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e29d53-22b3-4247-9ba1-249aed8cd901 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:31:56,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-57e29d53-22b3-4247-9ba1-249aed8cd901 2018-10-06 04:31:56,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f10672070451953735227d2ec6e1b2bd3ac0c57" 2018-10-06 04:31:56,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39dbca48-f1cf-4cb9-88dd-4687f3187fbb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4"}, "enabled": true, "id": "a1dfb678b53b4bae9a2085abe21e8af4", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj"}]} 2018-10-06 04:31:56,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateMultiPartImageTests-cf66f712-93b4-4ae-proj used request id req-39dbca48-f1cf-4cb9-88dd-4687f3187fbb 2018-10-06 04:31:56,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f10672070451953735227d2ec6e1b2bd3ac0c57" 2018-10-06 04:31:56,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0a728d-0b01-4322-a25f-3aeb9c042e8b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:56,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4b0a728d-0b01-4322-a25f-3aeb9c042e8b 2018-10-06 04:31:57,335 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-user 2018-10-06 04:31:57,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:57,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:57,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d93a150-1c12-413e-9500-3fba79c1372e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:57,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8d93a150-1c12-413e-9500-3fba79c1372e 2018-10-06 04:31:57,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" -d '{"role": {"name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role"}}' 2018-10-06 04:31:57,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c6b99e1-dcd4-47d7-abca-4ead2447c545 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b6f74949fc5346f48de7797ad3fcb730", "links": {"self": "http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730"}, "name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role"}} 2018-10-06 04:31:57,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3c6b99e1-dcd4-47d7-abca-4ead2447c545 2018-10-06 04:31:57,545 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role 2018-10-06 04:31:57,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:57,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f503fd0a-eb96-4c3a-b818-9523bc723581 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730"}, "domain_id": null, "name": "CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role", "id": "b6f74949fc5346f48de7797ad3fcb730"}} 2018-10-06 04:31:57,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730 used request id req-f503fd0a-eb96-4c3a-b818-9523bc723581 2018-10-06 04:31:57,640 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role to project CreateMultiPartImageTests-cf66f712-93b4-4ae-proj 2018-10-06 04:31:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4/users/2becd3a093ee434aac53021c4718c4a0/roles/b6f74949fc5346f48de7797ad3fcb730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:57,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27b44e7c-0b10-43f6-b5e1-bdc062f8b222 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:57,769 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4/users/2becd3a093ee434aac53021c4718c4a0/roles/b6f74949fc5346f48de7797ad3fcb730 used request id req-27b44e7c-0b10-43f6-b5e1-bdc062f8b222 2018-10-06 04:31:57,787 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-06 04:31:57,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d98e7dfd-eb40-4ed8-9e60-a22dbde1f99f Date: Sat, 06 Oct 2018 04:31:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:31:58,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d98e7dfd-eb40-4ed8-9e60-a22dbde1f99f 2018-10-06 04:31:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e9270c-b1e6-445f-ad10-cf7ba1f16ec2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:31:58,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-b1e9270c-b1e6-445f-ad10-cf7ba1f16ec2 2018-10-06 04:31:58,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb16a6b4-3a51-48ec-8198-9328fe09337e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:31:58,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-cb16a6b4-3a51-48ec-8198-9328fe09337e 2018-10-06 04:31:58,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989fb611-04aa-4dd9-ab14-9c35402309c7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:31:58,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-989fb611-04aa-4dd9-ab14-9c35402309c7 2018-10-06 04:31:58,217 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-proj 2018-10-06 04:31:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c1a4f74-60fc-4b54-8da2-56e3a15bc48d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:58,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a1dfb678b53b4bae9a2085abe21e8af4 used request id req-8c1a4f74-60fc-4b54-8da2-56e3a15bc48d 2018-10-06 04:31:58,439 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-proj-role 2018-10-06 04:31:58,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b94c2792-224a-456a-8dee-15c5703b2f3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:58,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b6f74949fc5346f48de7797ad3fcb730 used request id req-b94c2792-224a-456a-8dee-15c5703b2f3b 2018-10-06 04:31:58,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be1738e3d96a959dd8981537763758a8c7b48854" 2018-10-06 04:31:58,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6c4eea-9446-41e5-a108-b9ea3519c49f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:31:58,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4e6c4eea-9446-41e5-a108-b9ea3519c49f 2018-10-06 04:31:58,643 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-cf66f712-93b4-4ae-user 2018-10-06 04:31:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2becd3a093ee434aac53021c4718c4a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f10672070451953735227d2ec6e1b2bd3ac0c57" 2018-10-06 04:31:58,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ee64740-508b-4ac8-8973-44459d1ecbfe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:31:58,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2becd3a093ee434aac53021c4718c4a0 used request id req-8ee64740-508b-4ac8-8973-44459d1ecbfe 2018-10-06 04:31:58,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:59,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["keseRFwFSuO-26kQwMxhaw"], "issued_at": "2018-10-06T04:31:59.000000Z"}} 2018-10-06 04:31:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f850a048442e63fde2c6311b18b0803b680dde3a" 2018-10-06 04:31:59,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-640eaaf5-1824-42b8-b95a-2052cdfc8745 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:59,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-640eaaf5-1824-42b8-b95a-2052cdfc8745 2018-10-06 04:31:59,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:59,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:31:59,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Po3kfM0jSyaytVWn-E6kRQ"], "issued_at": "2018-10-06T04:31:59.000000Z"}} 2018-10-06 04:31:59,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:31:59,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ed1c21-4e4a-457a-923b-a19017cffbf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:31:59,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c6ed1c21-4e4a-457a-923b-a19017cffbf5 2018-10-06 04:31:59,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:31:59,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:31:59,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-f764f49d-15b2-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:31:59,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d8e459-7015-4608-967a-5264c5515564 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-f764f49d-15b2-4df-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:31:59,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-f764f49d-15b2-4df-proj used request id req-93d8e459-7015-4608-967a-5264c5515564 2018-10-06 04:31:59,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:31:59,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e6731ce-7196-4d9f-9197-26357bff4baa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:31:59,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0e6731ce-7196-4d9f-9197-26357bff4baa 2018-10-06 04:31:59,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj"}}' 2018-10-06 04:31:59,981 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:31:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05e7355e-6eea-4053-8c5b-333901370da6 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24"}, "enabled": true, "id": "17b20d55f76349ac897183676126bd24", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj"}} 2018-10-06 04:31:59,981 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-05e7355e-6eea-4053-8c5b-333901370da6 2018-10-06 04:31:59,982 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f764f49d-15b2-4df-proj 2018-10-06 04:31:59,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:31:59,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:00,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["WEfgJBWhSsmzx_MN09z4WQ"], "issued_at": "2018-10-06T04:32:00.000000Z"}} 2018-10-06 04:32:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb04510bd1e8951385f463b934eb279808d30dfc" 2018-10-06 04:32:00,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb9b7ec9-82bb-400d-ad39-9dcc795fc6ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:00,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fb9b7ec9-82bb-400d-ad39-9dcc795fc6ca 2018-10-06 04:32:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:00,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:00,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb04510bd1e8951385f463b934eb279808d30dfc" 2018-10-06 04:32:00,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a421774a-5920-421d-bac7-d1455c981693 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:00,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a421774a-5920-421d-bac7-d1455c981693 2018-10-06 04:32:00,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-f764f49d-15b2-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb04510bd1e8951385f463b934eb279808d30dfc" 2018-10-06 04:32:00,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94eff1c0-73cb-4d65-9617-271251c2516e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-f764f49d-15b2-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24"}, "enabled": true, "id": "17b20d55f76349ac897183676126bd24", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj"}]} 2018-10-06 04:32:00,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-f764f49d-15b2-4df-proj used request id req-94eff1c0-73cb-4d65-9617-271251c2516e 2018-10-06 04:32:00,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb04510bd1e8951385f463b934eb279808d30dfc" 2018-10-06 04:32:00,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f4ef91-ce75-4084-8566-b754659b338d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:00,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-08f4ef91-ce75-4084-8566-b754659b338d 2018-10-06 04:32:00,975 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f764f49d-15b2-4df-user 2018-10-06 04:32:00,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:00,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:01,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f52e40ce-a456-49b8-890e-fa61dd57c327 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:01,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f52e40ce-a456-49b8-890e-fa61dd57c327 2018-10-06 04:32:01,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" -d '{"role": {"name": "CreateKeypairsTests-f764f49d-15b2-4df-proj-role"}}' 2018-10-06 04:32:01,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0a6abe-c0f5-4d46-a3a8-7220b6ba004d Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44b0e93f9b5c4c8193d633688c618d23", "links": {"self": "http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23"}, "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj-role"}} 2018-10-06 04:32:01,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ce0a6abe-c0f5-4d46-a3a8-7220b6ba004d 2018-10-06 04:32:01,180 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f764f49d-15b2-4df-proj-role 2018-10-06 04:32:01,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:01,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd4a39a-4c7f-40ab-97bf-31a3b1d2bb0e Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23"}, "domain_id": null, "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj-role", "id": "44b0e93f9b5c4c8193d633688c618d23"}} 2018-10-06 04:32:01,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23 used request id req-7bd4a39a-4c7f-40ab-97bf-31a3b1d2bb0e 2018-10-06 04:32:01,264 - keystone_utils - INFO - Granting role CreateKeypairsTests-f764f49d-15b2-4df-proj-role to project CreateKeypairsTests-f764f49d-15b2-4df-proj 2018-10-06 04:32:01,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24/users/bc7fb54746f248a5b5fb4a64ffa733fc/roles/44b0e93f9b5c4c8193d633688c618d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:01,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2710b56f-f181-43f7-a817-ee889a5963d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:01,403 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24/users/bc7fb54746f248a5b5fb4a64ffa733fc/roles/44b0e93f9b5c4c8193d633688c618d23 used request id req-2710b56f-f181-43f7-a817-ee889a5963d1 2018-10-06 04:32:01,404 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:01,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:01,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:01,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44b0e93f9b5c4c8193d633688c618d23", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj-role"}], "expires_at": "2018-10-06T05:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17b20d55f76349ac897183676126bd24", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-f764f49d-15b2-4df-user", "id": "bc7fb54746f248a5b5fb4a64ffa733fc"}, "audit_ids": ["EPxFVIQqTDC479qd0OS1Wg"], "issued_at": "2018-10-06T04:32:01.000000Z"}} 2018-10-06 04:32:01,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14aff7fb243e5938c881a4345fcd6d3735a7a997" 2018-10-06 04:32:01,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba22a49b-cb14-4beb-b8e8-3d2e9c0f15f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:01,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba22a49b-cb14-4beb-b8e8-3d2e9c0f15f3 2018-10-06 04:32:01,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:01,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14aff7fb243e5938c881a4345fcd6d3735a7a997" 2018-10-06 04:32:02,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-3015d6c9-0e19-432f-b965-7ed0d372ea8a x-compute-request-id: req-3015d6c9-0e19-432f-b965-7ed0d372ea8a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:02,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3015d6c9-0e19-432f-b965-7ed0d372ea8a 2018-10-06 04:32:02,106 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0... 2018-10-06 04:32:02,106 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:02,146 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 2018-10-06 04:32:02,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14aff7fb243e5938c881a4345fcd6d3735a7a997" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDESICJ2ZnWk1lQ4SB0RYdOA2IEkBzuAgz53FHiZ6uBqEFp/+xvbm62/1ue115psxnZftASX/X3+R2NLE2rSUSAHNBHp4PiqahVRahiCTgveqrux+OUA807lireHsChXuVMQlwlMCC+jo38fFtySe7kmLPf+7Qc4r5sBG3CG2dmLw==", "name": "CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0"}}' 2018-10-06 04:32:02,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-acbe4820-6f42-47ac-a1a6-658004ab5880 x-compute-request-id: req-acbe4820-6f42-47ac-a1a6-658004ab5880 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDESICJ2ZnWk1lQ4SB0RYdOA2IEkBzuAgz53FHiZ6uBqEFp/+xvbm62/1ue115psxnZftASX/X3+R2NLE2rSUSAHNBHp4PiqahVRahiCTgveqrux+OUA807lireHsChXuVMQlwlMCC+jo38fFtySe7kmLPf+7Qc4r5sBG3CG2dmLw==", "user_id": "bc7fb54746f248a5b5fb4a64ffa733fc", "name": "CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0", "fingerprint": "4a:f3:71:f6:d6:cc:2d:d9:07:a8:e3:62:17:bd:43:ba"}} 2018-10-06 04:32:02,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-acbe4820-6f42-47ac-a1a6-658004ab5880 2018-10-06 04:32:02,216 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 2018-10-06 04:32:02,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:02,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44b0e93f9b5c4c8193d633688c618d23", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj-role"}], "expires_at": "2018-10-06T05:32:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17b20d55f76349ac897183676126bd24", "name": "CreateKeypairsTests-f764f49d-15b2-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/17b20d55f76349ac897183676126bd24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-f764f49d-15b2-4df-user", "id": "bc7fb54746f248a5b5fb4a64ffa733fc"}, "audit_ids": ["MV1WYCgqSf2FcvaYJ0Fgow"], "issued_at": "2018-10-06T04:32:02.000000Z"}} 2018-10-06 04:32:02,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35a0e83cacbc6f1d6cb1853aadc9b0d0023dbfc" 2018-10-06 04:32:02,802 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-875a6c18-f89a-4294-b3c3-a6ec6892fd70 x-compute-request-id: req-875a6c18-f89a-4294-b3c3-a6ec6892fd70 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:02,802 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 used request id req-875a6c18-f89a-4294-b3c3-a6ec6892fd70 2018-10-06 04:32:02,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35a0e83cacbc6f1d6cb1853aadc9b0d0023dbfc" 2018-10-06 04:32:02,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-6e579ca0-39f5-4ba0-83b4-a50aa5ab8af3 x-compute-request-id: req-6e579ca0-39f5-4ba0-83b4-a50aa5ab8af3 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:02,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-6e579ca0-39f5-4ba0-83b4-a50aa5ab8af3 2018-10-06 04:32:02,831 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 2018-10-06 04:32:02,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14aff7fb243e5938c881a4345fcd6d3735a7a997" 2018-10-06 04:32:02,892 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:32: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-e9373a63-a494-4e94-b160-8c423fe688c2 x-compute-request-id: req-e9373a63-a494-4e94-b160-8c423fe688c2 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 not found for user bc7fb54746f248a5b5fb4a64ffa733fc", "code": 404}} 2018-10-06 04:32:02,893 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-f54c56af-c146-4866-9039-a396b81220e0 used request id req-e9373a63-a494-4e94-b160-8c423fe688c2 2018-10-06 04:32:02,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c2d11a70-1964-4905-a70c-64e15ed44bcb Date: Sat, 06 Oct 2018 04:32:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:03,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c2d11a70-1964-4905-a70c-64e15ed44bcb 2018-10-06 04:32:03,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1cb4f9-d54a-41ed-9e58-45293b1bca41 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:03,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-4c1cb4f9-d54a-41ed-9e58-45293b1bca41 2018-10-06 04:32:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fbb6c7-3b72-431b-b1fb-03137bb88c69 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:03,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-07fbb6c7-3b72-431b-b1fb-03137bb88c69 2018-10-06 04:32:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d154683d-aff0-4f8f-8047-845dc27486a8 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:03,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d154683d-aff0-4f8f-8047-845dc27486a8 2018-10-06 04:32:03,405 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f764f49d-15b2-4df-proj 2018-10-06 04:32:03,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd1bf337-8717-4837-ae7c-5160f706affd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:03,625 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/17b20d55f76349ac897183676126bd24 used request id req-dd1bf337-8717-4837-ae7c-5160f706affd 2018-10-06 04:32:03,625 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f764f49d-15b2-4df-proj-role 2018-10-06 04:32:03,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f27e662-ce8e-4aeb-9dd9-2071c70223c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:03,736 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/44b0e93f9b5c4c8193d633688c618d23 used request id req-1f27e662-ce8e-4aeb-9dd9-2071c70223c0 2018-10-06 04:32:03,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f021e02b0457d469a52b5a6f69012ff58036eaa9" 2018-10-06 04:32:03,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b137e067-4f03-473f-be5a-e036a46b9b5e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:03,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b137e067-4f03-473f-be5a-e036a46b9b5e 2018-10-06 04:32:03,836 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f764f49d-15b2-4df-user 2018-10-06 04:32:03,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bc7fb54746f248a5b5fb4a64ffa733fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb04510bd1e8951385f463b934eb279808d30dfc" 2018-10-06 04:32:04,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98baba3e-82ae-4778-a745-39e5d202b7da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:04,017 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bc7fb54746f248a5b5fb4a64ffa733fc used request id req-98baba3e-82ae-4778-a745-39e5d202b7da 2018-10-06 04:32:04,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:04,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6sF71vtRSzeMy2mqeDunBQ"], "issued_at": "2018-10-06T04:32:04.000000Z"}} 2018-10-06 04:32:04,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b1fc36f2b8037d946d242a609eec7c12e36cc5" 2018-10-06 04:32:04,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e0c3e6d-6bb5-4569-a8a2-b59692ae1485 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:04,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e0c3e6d-6bb5-4569-a8a2-b59692ae1485 2018-10-06 04:32:04,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:04,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:04,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["hmJsXYPBSTKJ-oVMsQU5nQ"], "issued_at": "2018-10-06T04:32:04.000000Z"}} 2018-10-06 04:32:04,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:04,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a81cccf-76a3-48d8-9ea9-6b625eb5b161 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:04,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7a81cccf-76a3-48d8-9ea9-6b625eb5b161 2018-10-06 04:32:04,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:04,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:04,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:05,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e147bd2-30a3-437f-9e65-ab09f73d0af1 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:05,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj used request id req-0e147bd2-30a3-437f-9e65-ab09f73d0af1 2018-10-06 04:32:05,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:05,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b22d411-52a9-4457-b373-b1ceb19fe538 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:05,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0b22d411-52a9-4457-b373-b1ceb19fe538 2018-10-06 04:32:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj"}}' 2018-10-06 04:32:05,257 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38a7667f-95fd-402b-9503-208d8e5ee8d9 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5"}, "enabled": true, "id": "8427ece9a17642e99ff5fc612bfa25d5", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj"}} 2018-10-06 04:32:05,257 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-38a7667f-95fd-402b-9503-208d8e5ee8d9 2018-10-06 04:32:05,257 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e21fd60e-5b35-4d9-proj 2018-10-06 04:32:05,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:05,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:05,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["nMUNKu1WT02Rizaryuiqmg"], "issued_at": "2018-10-06T04:32:05.000000Z"}} 2018-10-06 04:32:05,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82214a92f15793550e6bdea94f0ea9fa23231d20" 2018-10-06 04:32:05,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3205f0d-59b4-4a69-b240-62cb763f82ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:05,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a3205f0d-59b4-4a69-b240-62cb763f82ff 2018-10-06 04:32:05,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:05,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:05,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82214a92f15793550e6bdea94f0ea9fa23231d20" 2018-10-06 04:32:06,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b187b9-7939-4b0c-a46b-2adab09196a7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:06,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e4b187b9-7939-4b0c-a46b-2adab09196a7 2018-10-06 04:32:06,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82214a92f15793550e6bdea94f0ea9fa23231d20" 2018-10-06 04:32:06,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818e845b-9d44-471b-9835-58c98d750808 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5"}, "enabled": true, "id": "8427ece9a17642e99ff5fc612bfa25d5", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj"}]} 2018-10-06 04:32:06,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-e21fd60e-5b35-4d9-proj used request id req-818e845b-9d44-471b-9835-58c98d750808 2018-10-06 04:32:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82214a92f15793550e6bdea94f0ea9fa23231d20" 2018-10-06 04:32:06,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7a8e63-7e6d-485f-891f-bf9b420bb63d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:06,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6b7a8e63-7e6d-485f-891f-bf9b420bb63d 2018-10-06 04:32:06,551 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e21fd60e-5b35-4d9-user 2018-10-06 04:32:06,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:06,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:06,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46675a6c-c56b-4e13-aef9-a5cca09ca8ab Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:06,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-46675a6c-c56b-4e13-aef9-a5cca09ca8ab 2018-10-06 04:32:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" -d '{"role": {"name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role"}}' 2018-10-06 04:32:06,748 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c06a62bb-3f16-4f4f-af2a-a6e15513098c Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4263431ed7eb4cbe8c0362c64c1f2e6b", "links": {"self": "http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b"}, "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role"}} 2018-10-06 04:32:06,748 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c06a62bb-3f16-4f4f-af2a-a6e15513098c 2018-10-06 04:32:06,748 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role 2018-10-06 04:32:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:06,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda2172b-41d2-413e-9006-7770019510c8 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b"}, "domain_id": null, "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role", "id": "4263431ed7eb4cbe8c0362c64c1f2e6b"}} 2018-10-06 04:32:06,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b used request id req-cda2172b-41d2-413e-9006-7770019510c8 2018-10-06 04:32:06,773 - keystone_utils - INFO - Granting role CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role to project CreateKeypairsTests-e21fd60e-5b35-4d9-proj 2018-10-06 04:32:06,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5/users/95344e023b86496aa77ae6e5d999ebed/roles/4263431ed7eb4cbe8c0362c64c1f2e6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:06,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dec72363-f140-4762-9c83-a3e5bd53a877 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:06,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5/users/95344e023b86496aa77ae6e5d999ebed/roles/4263431ed7eb4cbe8c0362c64c1f2e6b used request id req-dec72363-f140-4762-9c83-a3e5bd53a877 2018-10-06 04:32:06,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:07,041 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c.pub 2018-10-06 04:32:07,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:07,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:07,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4263431ed7eb4cbe8c0362c64c1f2e6b", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role"}], "expires_at": "2018-10-06T05:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8427ece9a17642e99ff5fc612bfa25d5", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-user", "id": "95344e023b86496aa77ae6e5d999ebed"}, "audit_ids": ["9olOrJO7S8awY23WGGo-fw"], "issued_at": "2018-10-06T04:32:07.000000Z"}} 2018-10-06 04:32:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851691e99359d5bbb876790511e97064943dfe8f" 2018-10-06 04:32:07,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a2fa494-3a32-4ad7-9c33-8e68719adb50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:07,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9a2fa494-3a32-4ad7-9c33-8e68719adb50 2018-10-06 04:32:07,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:07,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851691e99359d5bbb876790511e97064943dfe8f" 2018-10-06 04:32:08,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-d87be6be-be85-406e-875a-48dd2bea9250 x-compute-request-id: req-d87be6be-be85-406e-875a-48dd2bea9250 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:08,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-d87be6be-be85-406e-875a-48dd2bea9250 2018-10-06 04:32:08,062 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c... 2018-10-06 04:32:08,062 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 04:32:08,062 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c.pub 2018-10-06 04:32:08,062 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c 2018-10-06 04:32:08,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851691e99359d5bbb876790511e97064943dfe8f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDanwnwkIvLqK0KLIMfCjjtg/CB2V7lQaBU1DpSCtknBhXrlLPIxKfrH066Y1q/l/ePEzHBJLwmYEV6H6Mgs3UT9CLqxnx1U3LZ+yZE8KXI3+qbKhidHpNi/8OaKfSsqW1T5eUlyJda4jiDge/zm8YrFHvdk/FLGtIS/n+QG1BiwLCl5Rd8xXbfCgupq6TUG0BVjABk/kHRmtg/QeR8MY2TR+aEKgS+w6/bcyVY/tT94O2WdDjyDqFRmslOq56HcdZnYTTfqi/peXzdkLkFQDm9KFVRvxzk2SBypcy7HwcRlKGpps1lyPlSABaEFxpkGh4L6URqFrCwZ7NXbNLSeU9B", "name": "CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c"}}' 2018-10-06 04:32:08,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-b69251be-24be-48f3-abe0-4c05c630d9d2 x-compute-request-id: req-b69251be-24be-48f3-abe0-4c05c630d9d2 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDanwnwkIvLqK0KLIMfCjjtg/CB2V7lQaBU1DpSCtknBhXrlLPIxKfrH066Y1q/l/ePEzHBJLwmYEV6H6Mgs3UT9CLqxnx1U3LZ+yZE8KXI3+qbKhidHpNi/8OaKfSsqW1T5eUlyJda4jiDge/zm8YrFHvdk/FLGtIS/n+QG1BiwLCl5Rd8xXbfCgupq6TUG0BVjABk/kHRmtg/QeR8MY2TR+aEKgS+w6/bcyVY/tT94O2WdDjyDqFRmslOq56HcdZnYTTfqi/peXzdkLkFQDm9KFVRvxzk2SBypcy7HwcRlKGpps1lyPlSABaEFxpkGh4L6URqFrCwZ7NXbNLSeU9B", "user_id": "95344e023b86496aa77ae6e5d999ebed", "name": "CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c", "fingerprint": "db:97:51:87:ec:99:df:04:d7:a5:7d:e0:74:99:d6:f7"}} 2018-10-06 04:32:08,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b69251be-24be-48f3-abe0-4c05c630d9d2 2018-10-06 04:32:08,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:08,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4263431ed7eb4cbe8c0362c64c1f2e6b", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role"}], "expires_at": "2018-10-06T05:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8427ece9a17642e99ff5fc612bfa25d5", "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8427ece9a17642e99ff5fc612bfa25d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e21fd60e-5b35-4d9-user", "id": "95344e023b86496aa77ae6e5d999ebed"}, "audit_ids": ["mD65NA-VQa6yP9FP-xCqSQ"], "issued_at": "2018-10-06T04:32:08.000000Z"}} 2018-10-06 04:32:08,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55c1b326fe91e062f3143ba693441c9ddc97a34a" 2018-10-06 04:32:09,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-83ab33c3-cfb1-48f3-8b32-1254498cfda5 x-compute-request-id: req-83ab33c3-cfb1-48f3-8b32-1254498cfda5 Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDanwnwkIvLqK0KLIMfCjjtg/CB2V7lQaBU1DpSCtknBhXrlLPIxKfrH066Y1q/l/ePEzHBJLwmYEV6H6Mgs3UT9CLqxnx1U3LZ+yZE8KXI3+qbKhidHpNi/8OaKfSsqW1T5eUlyJda4jiDge/zm8YrFHvdk/FLGtIS/n+QG1BiwLCl5Rd8xXbfCgupq6TUG0BVjABk/kHRmtg/QeR8MY2TR+aEKgS+w6/bcyVY/tT94O2WdDjyDqFRmslOq56HcdZnYTTfqi/peXzdkLkFQDm9KFVRvxzk2SBypcy7HwcRlKGpps1lyPlSABaEFxpkGh4L6URqFrCwZ7NXbNLSeU9B", "user_id": "95344e023b86496aa77ae6e5d999ebed", "name": "CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c", "deleted": false, "created_at": "2018-10-06T04:32:08.000000", "updated_at": null, "fingerprint": "db:97:51:87:ec:99:df:04:d7:a5:7d:e0:74:99:d6:f7", "deleted_at": null, "id": 65}} 2018-10-06 04:32:09,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c used request id req-83ab33c3-cfb1-48f3-8b32-1254498cfda5 2018-10-06 04:32:09,061 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c 2018-10-06 04:32:09,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851691e99359d5bbb876790511e97064943dfe8f" 2018-10-06 04:32:09,102 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-6bfd97e1-7fb8-49a9-8276-880cd866f963 x-compute-request-id: req-6bfd97e1-7fb8-49a9-8276-880cd866f963 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:09,102 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-a38f2a6a-398d-4cc0-a2f0-12e35ebed80c used request id req-6bfd97e1-7fb8-49a9-8276-880cd866f963 2018-10-06 04:32:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:09,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-14c18d1d-44df-44db-9f57-dff6fea610ba Date: Sat, 06 Oct 2018 04:32:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:09,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-14c18d1d-44df-44db-9f57-dff6fea610ba 2018-10-06 04:32:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:09,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6d57cb-550e-4e1f-89c6-976617c6c884 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:09,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-ae6d57cb-550e-4e1f-89c6-976617c6c884 2018-10-06 04:32:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:09,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6522ce81-3c2a-4891-a18b-7c80cdb9e0ac Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:09,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6522ce81-3c2a-4891-a18b-7c80cdb9e0ac 2018-10-06 04:32:09,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:09,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c89e9b92-fd62-4c74-a41b-6827730f02e1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:09,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-c89e9b92-fd62-4c74-a41b-6827730f02e1 2018-10-06 04:32:09,703 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e21fd60e-5b35-4d9-proj 2018-10-06 04:32:09,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:09,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0d2fe71-ae82-4b0d-a94d-a832149524a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:09,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8427ece9a17642e99ff5fc612bfa25d5 used request id req-d0d2fe71-ae82-4b0d-a94d-a832149524a2 2018-10-06 04:32:09,937 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e21fd60e-5b35-4d9-proj-role 2018-10-06 04:32:09,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:10,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-149891b7-4a4d-4956-93de-571924d59fba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:10,053 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4263431ed7eb4cbe8c0362c64c1f2e6b used request id req-149891b7-4a4d-4956-93de-571924d59fba 2018-10-06 04:32:10,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef504039eaabc43321233872a799280b3c2ef9ad" 2018-10-06 04:32:10,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b3c165-760f-4815-8f84-4fdbce40c20e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:10,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11b3c165-760f-4815-8f84-4fdbce40c20e 2018-10-06 04:32:10,138 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e21fd60e-5b35-4d9-user 2018-10-06 04:32:10,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/95344e023b86496aa77ae6e5d999ebed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82214a92f15793550e6bdea94f0ea9fa23231d20" 2018-10-06 04:32:10,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c886e6f-5674-49b5-93b1-07afe4cbf026 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:10,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/95344e023b86496aa77ae6e5d999ebed used request id req-0c886e6f-5674-49b5-93b1-07afe4cbf026 2018-10-06 04:32:10,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:10,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6kJy37C8QVOjAFPbjil3Nw"], "issued_at": "2018-10-06T04:32:10.000000Z"}} 2018-10-06 04:32:10,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9ffc135aad184d29517db189f7fd8f82450f95" 2018-10-06 04:32:10,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16294ecb-801d-49c9-baf4-50354bec558c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:10,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16294ecb-801d-49c9-baf4-50354bec558c 2018-10-06 04:32:10,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:10,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:11,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["dusw7WN6RzedCobLgPKy9Q"], "issued_at": "2018-10-06T04:32:11.000000Z"}} 2018-10-06 04:32:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:11,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f56bc7-f08a-4ef4-91a2-f1eaecfb0d32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:11,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b6f56bc7-f08a-4ef4-91a2-f1eaecfb0d32 2018-10-06 04:32:11,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:11,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:11,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-17631582-e2ea-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:11,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd6249a-6e29-4ea3-a907-8543433a188c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-17631582-e2ea-45c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:11,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-17631582-e2ea-45c-proj used request id req-edd6249a-6e29-4ea3-a907-8543433a188c 2018-10-06 04:32:11,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:11,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfd5a597-405f-4597-a843-3347b29f8cd5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:11,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bfd5a597-405f-4597-a843-3347b29f8cd5 2018-10-06 04:32:11,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj"}}' 2018-10-06 04:32:11,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-167ceeea-6c0d-47c2-b869-20408ac0f1de Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a"}, "enabled": true, "id": "4b44760492da405885ad41def6695e1a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj"}} 2018-10-06 04:32:11,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-167ceeea-6c0d-47c2-b869-20408ac0f1de 2018-10-06 04:32:11,604 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-17631582-e2ea-45c-proj 2018-10-06 04:32:11,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:11,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:11,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_eLhfG0YR9O8IkmtBLRqmA"], "issued_at": "2018-10-06T04:32:11.000000Z"}} 2018-10-06 04:32:11,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b993abc8ed66ee7dc6f189a5d2a9ff7a6bce07cb" 2018-10-06 04:32:12,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be06d9b-9306-4c91-9d0b-dffb69367918 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:12,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3be06d9b-9306-4c91-9d0b-dffb69367918 2018-10-06 04:32:12,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:12,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:12,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b993abc8ed66ee7dc6f189a5d2a9ff7a6bce07cb" 2018-10-06 04:32:12,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c90980-7862-49b5-b80b-125d6809c7cb Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:12,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-23c90980-7862-49b5-b80b-125d6809c7cb 2018-10-06 04:32:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-17631582-e2ea-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b993abc8ed66ee7dc6f189a5d2a9ff7a6bce07cb" 2018-10-06 04:32:12,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d72f6e4-bacb-48ef-8034-faadd479268b Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-17631582-e2ea-45c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a"}, "enabled": true, "id": "4b44760492da405885ad41def6695e1a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj"}]} 2018-10-06 04:32:12,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-17631582-e2ea-45c-proj used request id req-3d72f6e4-bacb-48ef-8034-faadd479268b 2018-10-06 04:32:12,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b993abc8ed66ee7dc6f189a5d2a9ff7a6bce07cb" 2018-10-06 04:32:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de116628-2f50-457f-a613-8eb1b945b04c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:12,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-de116628-2f50-457f-a613-8eb1b945b04c 2018-10-06 04:32:12,682 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-17631582-e2ea-45c-user 2018-10-06 04:32:12,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:12,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-532ec9a5-455d-4917-86b6-f612bc744b74 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:12,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-532ec9a5-455d-4917-86b6-f612bc744b74 2018-10-06 04:32:12,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" -d '{"role": {"name": "CreateKeypairsTests-17631582-e2ea-45c-proj-role"}}' 2018-10-06 04:32:12,975 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ea5e74f-afe0-48a1-985e-657cd5d1190f Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e42312d4ca6d4223ab62a7ce4ffe0c6a", "links": {"self": "http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a"}, "name": "CreateKeypairsTests-17631582-e2ea-45c-proj-role"}} 2018-10-06 04:32:12,975 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ea5e74f-afe0-48a1-985e-657cd5d1190f 2018-10-06 04:32:12,976 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-17631582-e2ea-45c-proj-role 2018-10-06 04:32:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:13,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef1dfeb-8354-4344-8a94-45129b90cf24 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a"}, "domain_id": null, "name": "CreateKeypairsTests-17631582-e2ea-45c-proj-role", "id": "e42312d4ca6d4223ab62a7ce4ffe0c6a"}} 2018-10-06 04:32:13,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a used request id req-fef1dfeb-8354-4344-8a94-45129b90cf24 2018-10-06 04:32:13,072 - keystone_utils - INFO - Granting role CreateKeypairsTests-17631582-e2ea-45c-proj-role to project CreateKeypairsTests-17631582-e2ea-45c-proj 2018-10-06 04:32:13,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a/users/2997f6c773c34ce2ad7104c1cc6aa71f/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:13,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac029e58-36cb-4616-8ae9-538babfb8ee3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:13,206 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a/users/2997f6c773c34ce2ad7104c1cc6aa71f/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a used request id req-ac029e58-36cb-4616-8ae9-538babfb8ee3 2018-10-06 04:32:13,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:13,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:13,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:13,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e42312d4ca6d4223ab62a7ce4ffe0c6a", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj-role"}], "expires_at": "2018-10-06T05:32:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b44760492da405885ad41def6695e1a", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-17631582-e2ea-45c-user", "id": "2997f6c773c34ce2ad7104c1cc6aa71f"}, "audit_ids": ["go92tOK3SHGmTOTxGangpw"], "issued_at": "2018-10-06T04:32:13.000000Z"}} 2018-10-06 04:32:13,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb9b9ca844d0111f93372c93cf65c48fca69e10" 2018-10-06 04:32:13,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81c3928-6f4a-46b0-91e5-8ccc422b0eb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:13,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d81c3928-6f4a-46b0-91e5-8ccc422b0eb8 2018-10-06 04:32:13,659 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:13,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb9b9ca844d0111f93372c93cf65c48fca69e10" 2018-10-06 04:32:14,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-8f5e0a96-6139-4d46-94e8-aaca7c6508a0 x-compute-request-id: req-8f5e0a96-6139-4d46-94e8-aaca7c6508a0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:14,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-8f5e0a96-6139-4d46-94e8-aaca7c6508a0 2018-10-06 04:32:14,218 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210... 2018-10-06 04:32:14,218 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:21,185 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 2018-10-06 04:32:21,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb9b9ca844d0111f93372c93cf65c48fca69e10" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDQLbdqeEfnIis+FVPOMx84uFYGyP9LCdK2z6TRJLb81tdD+uwft0ZX04m+zXPETzgtKdvvPdnwkPh+nw+aHyjP86YWVtisJ3t6boTnDhHrnK5NOR5mPqHvDq2MQ98HmNtA2McvOtPZ3d4JLakKMTSUEer6Mow1wsm7nsXYwNBkb5u0Vm0Ae9vgbOBZ4TwJJqXDKzYYSng5CpAcBIYuE0DqAoLoIXYUXQRbnz1cF82IxXOie+J2iW1637VJTsJxwl3/+0Xzv+3TY98664BEFknNhQks9X+D3PHkJ7QNRtVbPC0y3dgD3Xqm5qggJkgL6v+laRoH6YjQLIldBpiKV2BpWEUR/U5/ICIv2QZQe1xfr8J4iJ3Il+fFMA97Y9MoqGhXeq9+ueLp0C6bg6yD+N2JOmEVNlea367xmJBnrzPNlmdsx1aN8Fx484nUxfbmI+U4pQfOYgx/lFHaC7Cf9EPp/S3yALdWF3FtnvALd1rBLUQOv1SfWckh3VzzI/8kI+KbeLLYgyJoWPuiUuG8YT+wzq87oo+G0gXDdonGCYyzFLdNWMSflKGVFMZSPB8MFusAOoE5ewtd9zaQrXsBP9nRuIbYrYOLeFJvpaIgvO9ph3oapB6Zz0LnKhBx9ksI63lyUmJ1J2wfvqLNpx0RzRZStLJCtZX9Jyr1WErrho5+HEnB6NmAskvT3csUimNUZF0ojqnvMlS6aEWi7cndSjFkWa+zc9R4GxRrv9s0/ZKLhRm0ozpu8dZETY8W9iuRsprCSKB3ybuO6F2/5FkohRW18dZsaTNFGYc7EyFXO5bIvlAWwYtXdzcastJs/C3yk5ftoUkRcpCxd+K6bamWZs2p19PqIw4GQM1S2bIZSr/aHAm9SmDky1U8Cg0RypyUUnTCI4BwqtzifT6uSY0YJCufXH4QggoWua/scEDIGj2Ikz1Sz4CSCHYfNOzQDh9gK6yTQPuDCQSDileVqylIm9gbzua8pyDi/53fSdpxFOgIzIh9fFlVfaDIqnJDVn4Mq8Ma6trip94H2LgTN9mDGbgevTUh1uKPcgASdmjOo1bwoTJBFCiARDhZQ+DCq921lNAnMSyXsUNERXJVdTr5faDMedyBnqwN5biyBtwTdEboyUUgUsVY/bDczrnwIZlRyD48KeP9iDggNI5KcXt3aK+Jwc+ZctYs4+/l1QrkaWUgQF+bio9GcOrd2Ko1/TdX7ugoubChVx1FMM0ThADg4HAC/PphZbplC2YQRLHb6D6cTtBU/PErZARqs+gDA2eFiCG2PrjxfCyHBNrnVpu9vAl6CG5usET2yWSs9P8aB3awEFw1Lcd7UQE5pFjKOCFFrftICpyK300GCNuXw9gMBLkYi8prf5izxTK4uh3VonVRxSnL2d+BK/eLs70Ibl5CYQDvsVbUY+sdSznziQzuTFsJ29P/k0k5zp2xaSxW4UGfIiYP/EYfvb+aDU+nLw44X2YS2j/QsZDX3w/0i3cFz2bSfw0E6iyw3dJD52RqOJBnRmPhANMjsBRbbEgUgKWEcC+T37HfJX0GOO7/d6lQxgluXdILUf0XgDRSWmIcsx/4t9hpcJwwfepWFoY/SGUnZ8jnrKRz1Bc2xz2cy0yJAvCEAQuIvMctsGZ2IC7iXgQXWAyq+1tDfOwLB4EfQKmVeDaFmw==", "name": "CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210"}}' 2018-10-06 04:32:21,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3648a457-17c2-48e2-b29e-552cbbc2a15b x-compute-request-id: req-3648a457-17c2-48e2-b29e-552cbbc2a15b Content-Encoding: gzip Content-Length: 1508 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDQLbdqeEfnIis+FVPOMx84uFYGyP9LCdK2z6TRJLb81tdD+uwft0ZX04m+zXPETzgtKdvvPdnwkPh+nw+aHyjP86YWVtisJ3t6boTnDhHrnK5NOR5mPqHvDq2MQ98HmNtA2McvOtPZ3d4JLakKMTSUEer6Mow1wsm7nsXYwNBkb5u0Vm0Ae9vgbOBZ4TwJJqXDKzYYSng5CpAcBIYuE0DqAoLoIXYUXQRbnz1cF82IxXOie+J2iW1637VJTsJxwl3/+0Xzv+3TY98664BEFknNhQks9X+D3PHkJ7QNRtVbPC0y3dgD3Xqm5qggJkgL6v+laRoH6YjQLIldBpiKV2BpWEUR/U5/ICIv2QZQe1xfr8J4iJ3Il+fFMA97Y9MoqGhXeq9+ueLp0C6bg6yD+N2JOmEVNlea367xmJBnrzPNlmdsx1aN8Fx484nUxfbmI+U4pQfOYgx/lFHaC7Cf9EPp/S3yALdWF3FtnvALd1rBLUQOv1SfWckh3VzzI/8kI+KbeLLYgyJoWPuiUuG8YT+wzq87oo+G0gXDdonGCYyzFLdNWMSflKGVFMZSPB8MFusAOoE5ewtd9zaQrXsBP9nRuIbYrYOLeFJvpaIgvO9ph3oapB6Zz0LnKhBx9ksI63lyUmJ1J2wfvqLNpx0RzRZStLJCtZX9Jyr1WErrho5+HEnB6NmAskvT3csUimNUZF0ojqnvMlS6aEWi7cndSjFkWa+zc9R4GxRrv9s0/ZKLhRm0ozpu8dZETY8W9iuRsprCSKB3ybuO6F2/5FkohRW18dZsaTNFGYc7EyFXO5bIvlAWwYtXdzcastJs/C3yk5ftoUkRcpCxd+K6bamWZs2p19PqIw4GQM1S2bIZSr/aHAm9SmDky1U8Cg0RypyUUnTCI4BwqtzifT6uSY0YJCufXH4QggoWua/scEDIGj2Ikz1Sz4CSCHYfNOzQDh9gK6yTQPuDCQSDileVqylIm9gbzua8pyDi/53fSdpxFOgIzIh9fFlVfaDIqnJDVn4Mq8Ma6trip94H2LgTN9mDGbgevTUh1uKPcgASdmjOo1bwoTJBFCiARDhZQ+DCq921lNAnMSyXsUNERXJVdTr5faDMedyBnqwN5biyBtwTdEboyUUgUsVY/bDczrnwIZlRyD48KeP9iDggNI5KcXt3aK+Jwc+ZctYs4+/l1QrkaWUgQF+bio9GcOrd2Ko1/TdX7ugoubChVx1FMM0ThADg4HAC/PphZbplC2YQRLHb6D6cTtBU/PErZARqs+gDA2eFiCG2PrjxfCyHBNrnVpu9vAl6CG5usET2yWSs9P8aB3awEFw1Lcd7UQE5pFjKOCFFrftICpyK300GCNuXw9gMBLkYi8prf5izxTK4uh3VonVRxSnL2d+BK/eLs70Ibl5CYQDvsVbUY+sdSznziQzuTFsJ29P/k0k5zp2xaSxW4UGfIiYP/EYfvb+aDU+nLw44X2YS2j/QsZDX3w/0i3cFz2bSfw0E6iyw3dJD52RqOJBnRmPhANMjsBRbbEgUgKWEcC+T37HfJX0GOO7/d6lQxgluXdILUf0XgDRSWmIcsx/4t9hpcJwwfepWFoY/SGUnZ8jnrKRz1Bc2xz2cy0yJAvCEAQuIvMctsGZ2IC7iXgQXWAyq+1tDfOwLB4EfQKmVeDaFmw==", "user_id": "2997f6c773c34ce2ad7104c1cc6aa71f", "name": "CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210", "fingerprint": "9b:ec:62:a5:3c:c7:c2:09:5d:e2:42:80:d4:65:f2:a9"}} 2018-10-06 04:32:21,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3648a457-17c2-48e2-b29e-552cbbc2a15b 2018-10-06 04:32:21,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:21,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e42312d4ca6d4223ab62a7ce4ffe0c6a", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj-role"}], "expires_at": "2018-10-06T05:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b44760492da405885ad41def6695e1a", "name": "CreateKeypairsTests-17631582-e2ea-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4b44760492da405885ad41def6695e1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-17631582-e2ea-45c-user", "id": "2997f6c773c34ce2ad7104c1cc6aa71f"}, "audit_ids": ["rI0X4lEPRAO_3ARg_2zF6w"], "issued_at": "2018-10-06T04:32:21.000000Z"}} 2018-10-06 04:32:21,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e085cd76cbee6490439898e64c2c618ef65e5ca2" 2018-10-06 04:32:22,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7fdb916-9b42-4a7b-9c69-14545d1075da x-compute-request-id: req-b7fdb916-9b42-4a7b-9c69-14545d1075da Content-Encoding: gzip Content-Length: 1572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDQLbdqeEfnIis+FVPOMx84uFYGyP9LCdK2z6TRJLb81tdD+uwft0ZX04m+zXPETzgtKdvvPdnwkPh+nw+aHyjP86YWVtisJ3t6boTnDhHrnK5NOR5mPqHvDq2MQ98HmNtA2McvOtPZ3d4JLakKMTSUEer6Mow1wsm7nsXYwNBkb5u0Vm0Ae9vgbOBZ4TwJJqXDKzYYSng5CpAcBIYuE0DqAoLoIXYUXQRbnz1cF82IxXOie+J2iW1637VJTsJxwl3/+0Xzv+3TY98664BEFknNhQks9X+D3PHkJ7QNRtVbPC0y3dgD3Xqm5qggJkgL6v+laRoH6YjQLIldBpiKV2BpWEUR/U5/ICIv2QZQe1xfr8J4iJ3Il+fFMA97Y9MoqGhXeq9+ueLp0C6bg6yD+N2JOmEVNlea367xmJBnrzPNlmdsx1aN8Fx484nUxfbmI+U4pQfOYgx/lFHaC7Cf9EPp/S3yALdWF3FtnvALd1rBLUQOv1SfWckh3VzzI/8kI+KbeLLYgyJoWPuiUuG8YT+wzq87oo+G0gXDdonGCYyzFLdNWMSflKGVFMZSPB8MFusAOoE5ewtd9zaQrXsBP9nRuIbYrYOLeFJvpaIgvO9ph3oapB6Zz0LnKhBx9ksI63lyUmJ1J2wfvqLNpx0RzRZStLJCtZX9Jyr1WErrho5+HEnB6NmAskvT3csUimNUZF0ojqnvMlS6aEWi7cndSjFkWa+zc9R4GxRrv9s0/ZKLhRm0ozpu8dZETY8W9iuRsprCSKB3ybuO6F2/5FkohRW18dZsaTNFGYc7EyFXO5bIvlAWwYtXdzcastJs/C3yk5ftoUkRcpCxd+K6bamWZs2p19PqIw4GQM1S2bIZSr/aHAm9SmDky1U8Cg0RypyUUnTCI4BwqtzifT6uSY0YJCufXH4QggoWua/scEDIGj2Ikz1Sz4CSCHYfNOzQDh9gK6yTQPuDCQSDileVqylIm9gbzua8pyDi/53fSdpxFOgIzIh9fFlVfaDIqnJDVn4Mq8Ma6trip94H2LgTN9mDGbgevTUh1uKPcgASdmjOo1bwoTJBFCiARDhZQ+DCq921lNAnMSyXsUNERXJVdTr5faDMedyBnqwN5biyBtwTdEboyUUgUsVY/bDczrnwIZlRyD48KeP9iDggNI5KcXt3aK+Jwc+ZctYs4+/l1QrkaWUgQF+bio9GcOrd2Ko1/TdX7ugoubChVx1FMM0ThADg4HAC/PphZbplC2YQRLHb6D6cTtBU/PErZARqs+gDA2eFiCG2PrjxfCyHBNrnVpu9vAl6CG5usET2yWSs9P8aB3awEFw1Lcd7UQE5pFjKOCFFrftICpyK300GCNuXw9gMBLkYi8prf5izxTK4uh3VonVRxSnL2d+BK/eLs70Ibl5CYQDvsVbUY+sdSznziQzuTFsJ29P/k0k5zp2xaSxW4UGfIiYP/EYfvb+aDU+nLw44X2YS2j/QsZDX3w/0i3cFz2bSfw0E6iyw3dJD52RqOJBnRmPhANMjsBRbbEgUgKWEcC+T37HfJX0GOO7/d6lQxgluXdILUf0XgDRSWmIcsx/4t9hpcJwwfepWFoY/SGUnZ8jnrKRz1Bc2xz2cy0yJAvCEAQuIvMctsGZ2IC7iXgQXWAyq+1tDfOwLB4EfQKmVeDaFmw==", "user_id": "2997f6c773c34ce2ad7104c1cc6aa71f", "name": "CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210", "deleted": false, "created_at": "2018-10-06T04:32:21.000000", "updated_at": null, "fingerprint": "9b:ec:62:a5:3c:c7:c2:09:5d:e2:42:80:d4:65:f2:a9", "deleted_at": null, "id": 68}} 2018-10-06 04:32:22,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 used request id req-b7fdb916-9b42-4a7b-9c69-14545d1075da 2018-10-06 04:32:22,202 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 2018-10-06 04:32:22,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb9b9ca844d0111f93372c93cf65c48fca69e10" 2018-10-06 04:32:22,257 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5533962d-341d-4a10-81d9-f41b6a33a4cd x-compute-request-id: req-5533962d-341d-4a10-81d9-f41b6a33a4cd Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:22,257 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-ae24d4e0-ce81-44d0-ade4-de40fbe7d210 used request id req-5533962d-341d-4a10-81d9-f41b6a33a4cd 2018-10-06 04:32:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:22,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f6242172-7ff1-48d2-9a0e-0c09c087ef11 Date: Sat, 06 Oct 2018 04:32:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:22,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f6242172-7ff1-48d2-9a0e-0c09c087ef11 2018-10-06 04:32:22,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:22,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbb7d55-fbbc-4b59-a3a7-9500d6baed4f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:22,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-5bbb7d55-fbbc-4b59-a3a7-9500d6baed4f 2018-10-06 04:32:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:22,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6510d5-77b6-41d3-9081-ce51d6180e5d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:22,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-da6510d5-77b6-41d3-9081-ce51d6180e5d 2018-10-06 04:32:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:22,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee94ba17-9441-40df-8387-3674dd33a9e1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:22,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-ee94ba17-9441-40df-8387-3674dd33a9e1 2018-10-06 04:32:22,863 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-17631582-e2ea-45c-proj 2018-10-06 04:32:22,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:23,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec60655c-c4c4-4d9c-83c0-1f25404a090b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:23,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4b44760492da405885ad41def6695e1a used request id req-ec60655c-c4c4-4d9c-83c0-1f25404a090b 2018-10-06 04:32:23,056 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-17631582-e2ea-45c-proj-role 2018-10-06 04:32:23,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:23,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7caef10-f1e5-4a68-be8b-a2fac68929de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:23,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e42312d4ca6d4223ab62a7ce4ffe0c6a used request id req-e7caef10-f1e5-4a68-be8b-a2fac68929de 2018-10-06 04:32:23,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e45eef5c60c9db7a10eafd61fe1832dad9aa3c9" 2018-10-06 04:32:23,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba87c8b-ce9b-426c-b063-18d0e417b4c2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:23,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6ba87c8b-ce9b-426c-b063-18d0e417b4c2 2018-10-06 04:32:23,353 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-17631582-e2ea-45c-user 2018-10-06 04:32:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2997f6c773c34ce2ad7104c1cc6aa71f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b993abc8ed66ee7dc6f189a5d2a9ff7a6bce07cb" 2018-10-06 04:32:23,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5accd86-b324-4e5a-badb-423829b28c2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:23,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2997f6c773c34ce2ad7104c1cc6aa71f used request id req-a5accd86-b324-4e5a-badb-423829b28c2f 2018-10-06 04:32:23,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:23,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KQjcsW3qRzaS1_sY0CJ0Yw"], "issued_at": "2018-10-06T04:32:23.000000Z"}} 2018-10-06 04:32:23,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af866e6187b794d50ef025d92209a7c038bbfaa" 2018-10-06 04:32:24,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e7be9b-a247-43af-a20a-4199d16f52c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:24,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-24e7be9b-a247-43af-a20a-4199d16f52c8 2018-10-06 04:32:24,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:24,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:24,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["qkjix7elQa6t5pEvpmq_hg"], "issued_at": "2018-10-06T04:32:24.000000Z"}} 2018-10-06 04:32:24,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:24,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8131316-7417-490e-9ff0-b1d93b48b21a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:24,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c8131316-7417-490e-9ff0-b1d93b48b21a 2018-10-06 04:32:24,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:24,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:24,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-eb3c130c-454f-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:24,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c641542a-ba26-42d9-a5db-5bbb0e582210 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-eb3c130c-454f-469-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:24,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-eb3c130c-454f-469-proj used request id req-c641542a-ba26-42d9-a5db-5bbb0e582210 2018-10-06 04:32:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:24,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f75eb9-979d-4dff-91bd-75033c4d90a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:24,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d7f75eb9-979d-4dff-91bd-75033c4d90a9 2018-10-06 04:32:24,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj"}}' 2018-10-06 04:32:24,772 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10a8aecd-ec2a-4f38-9fcf-29bc15ae202e Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3"}, "enabled": true, "id": "e1023c65fe1c4142a583e34e35d168f3", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj"}} 2018-10-06 04:32:24,772 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-10a8aecd-ec2a-4f38-9fcf-29bc15ae202e 2018-10-06 04:32:24,772 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-eb3c130c-454f-469-proj 2018-10-06 04:32:24,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:24,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:25,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NDL2qIgHQayePbrNRH0Zxg"], "issued_at": "2018-10-06T04:32:25.000000Z"}} 2018-10-06 04:32:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84fd2568d774deabac371598ba04d60e79155cf9" 2018-10-06 04:32:25,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ae4212-2a9a-4fde-8e49-c62e21dc18c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:25,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f2ae4212-2a9a-4fde-8e49-c62e21dc18c4 2018-10-06 04:32:25,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:25,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84fd2568d774deabac371598ba04d60e79155cf9" 2018-10-06 04:32:25,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50e606c-4877-4db3-a7e3-9b15b605c63e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:25,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f50e606c-4877-4db3-a7e3-9b15b605c63e 2018-10-06 04:32:25,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-eb3c130c-454f-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84fd2568d774deabac371598ba04d60e79155cf9" 2018-10-06 04:32:25,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-653d88b5-ef32-4410-a47c-ea38533a206e Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-eb3c130c-454f-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3"}, "enabled": true, "id": "e1023c65fe1c4142a583e34e35d168f3", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj"}]} 2018-10-06 04:32:25,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-eb3c130c-454f-469-proj used request id req-653d88b5-ef32-4410-a47c-ea38533a206e 2018-10-06 04:32:25,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84fd2568d774deabac371598ba04d60e79155cf9" 2018-10-06 04:32:25,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61096386-515c-4a9b-99fb-f3ac7f381921 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:25,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-61096386-515c-4a9b-99fb-f3ac7f381921 2018-10-06 04:32:25,892 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-eb3c130c-454f-469-user 2018-10-06 04:32:25,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:25,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5536406-e248-4cc6-a38a-03a4a7288af8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:25,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d5536406-e248-4cc6-a38a-03a4a7288af8 2018-10-06 04:32:25,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" -d '{"role": {"name": "CreateKeypairsTests-eb3c130c-454f-469-proj-role"}}' 2018-10-06 04:32:26,107 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71faed74-c80c-46be-bf95-3aec2ef1d524 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0b4ea834dbea4d748b7fe5ca3c82237b", "links": {"self": "http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b"}, "name": "CreateKeypairsTests-eb3c130c-454f-469-proj-role"}} 2018-10-06 04:32:26,107 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-71faed74-c80c-46be-bf95-3aec2ef1d524 2018-10-06 04:32:26,107 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-eb3c130c-454f-469-proj-role 2018-10-06 04:32:26,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:26,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbb65da-f710-477f-b4e0-59f40567aa4c Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b"}, "domain_id": null, "name": "CreateKeypairsTests-eb3c130c-454f-469-proj-role", "id": "0b4ea834dbea4d748b7fe5ca3c82237b"}} 2018-10-06 04:32:26,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b used request id req-ffbb65da-f710-477f-b4e0-59f40567aa4c 2018-10-06 04:32:26,192 - keystone_utils - INFO - Granting role CreateKeypairsTests-eb3c130c-454f-469-proj-role to project CreateKeypairsTests-eb3c130c-454f-469-proj 2018-10-06 04:32:26,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3/users/30b65ef31091455094aeebe80f1124c8/roles/0b4ea834dbea4d748b7fe5ca3c82237b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:26,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49159d05-bb12-4ef1-95bf-c08d19cbfa81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:26,331 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3/users/30b65ef31091455094aeebe80f1124c8/roles/0b4ea834dbea4d748b7fe5ca3c82237b used request id req-49159d05-bb12-4ef1-95bf-c08d19cbfa81 2018-10-06 04:32:26,331 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:26,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:26,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:26,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b4ea834dbea4d748b7fe5ca3c82237b", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj-role"}], "expires_at": "2018-10-06T05:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1023c65fe1c4142a583e34e35d168f3", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-eb3c130c-454f-469-user", "id": "30b65ef31091455094aeebe80f1124c8"}, "audit_ids": ["0SF-RgVIR3aZChOgmdyIEw"], "issued_at": "2018-10-06T04:32:26.000000Z"}} 2018-10-06 04:32:26,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4400b0fb931a23a7d96ede70ab16b779872d58" 2018-10-06 04:32:26,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c232fe-b5b2-463c-a6cf-e4c42c94d2db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:26,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1c232fe-b5b2-463c-a6cf-e4c42c94d2db 2018-10-06 04:32:26,785 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:26,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4400b0fb931a23a7d96ede70ab16b779872d58" 2018-10-06 04:32:26,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-201a73af-8898-4abf-aefc-a097e1b7d083 x-compute-request-id: req-201a73af-8898-4abf-aefc-a097e1b7d083 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:26,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-201a73af-8898-4abf-aefc-a097e1b7d083 2018-10-06 04:32:26,945 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486... 2018-10-06 04:32:26,945 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:27,008 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 2018-10-06 04:32:27,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4400b0fb931a23a7d96ede70ab16b779872d58" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDxn9JUqbu5c+M43nMmMk5i6EcvGEjpJZajJCmbb5Xjmjn/fCTrAgIjwYzOjKIoDlkH9NJ9G0jOsybVV+DSCV8tzK3/ZIZIu32laP40dgm89qZ8Fgv9PBrR+1P76usmbQPos8NUlGIGMGjtqf0h93Lzjn5dFC9tGBPyw03ExLYoBw==", "name": "CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486"}}' 2018-10-06 04:32:27,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-3a35a80d-8139-4222-aa4a-40b21d1f5eca x-compute-request-id: req-3a35a80d-8139-4222-aa4a-40b21d1f5eca Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDxn9JUqbu5c+M43nMmMk5i6EcvGEjpJZajJCmbb5Xjmjn/fCTrAgIjwYzOjKIoDlkH9NJ9G0jOsybVV+DSCV8tzK3/ZIZIu32laP40dgm89qZ8Fgv9PBrR+1P76usmbQPos8NUlGIGMGjtqf0h93Lzjn5dFC9tGBPyw03ExLYoBw==", "user_id": "30b65ef31091455094aeebe80f1124c8", "name": "CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486", "fingerprint": "ff:b0:24:54:5e:c6:8b:76:38:c4:e9:ca:bb:ca:f3:9c"}} 2018-10-06 04:32:27,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3a35a80d-8139-4222-aa4a-40b21d1f5eca 2018-10-06 04:32:27,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:27,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b4ea834dbea4d748b7fe5ca3c82237b", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj-role"}], "expires_at": "2018-10-06T05:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1023c65fe1c4142a583e34e35d168f3", "name": "CreateKeypairsTests-eb3c130c-454f-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e1023c65fe1c4142a583e34e35d168f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-eb3c130c-454f-469-user", "id": "30b65ef31091455094aeebe80f1124c8"}, "audit_ids": ["-3afgHM0T4KLfQyn2mQWMg"], "issued_at": "2018-10-06T04:32:27.000000Z"}} 2018-10-06 04:32:27,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129e2b855a4c2bf392294a3723d1583bd15e125e" 2018-10-06 04:32:27,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-286f007c-062f-4f7e-9a89-51cbc75ca4ae x-compute-request-id: req-286f007c-062f-4f7e-9a89-51cbc75ca4ae Content-Encoding: gzip Content-Length: 424 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDxn9JUqbu5c+M43nMmMk5i6EcvGEjpJZajJCmbb5Xjmjn/fCTrAgIjwYzOjKIoDlkH9NJ9G0jOsybVV+DSCV8tzK3/ZIZIu32laP40dgm89qZ8Fgv9PBrR+1P76usmbQPos8NUlGIGMGjtqf0h93Lzjn5dFC9tGBPyw03ExLYoBw==", "user_id": "30b65ef31091455094aeebe80f1124c8", "name": "CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486", "deleted": false, "created_at": "2018-10-06T04:32:27.000000", "updated_at": null, "fingerprint": "ff:b0:24:54:5e:c6:8b:76:38:c4:e9:ca:bb:ca:f3:9c", "deleted_at": null, "id": 71}} 2018-10-06 04:32:27,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 used request id req-286f007c-062f-4f7e-9a89-51cbc75ca4ae 2018-10-06 04:32:27,614 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 2018-10-06 04:32:27,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4400b0fb931a23a7d96ede70ab16b779872d58" 2018-10-06 04:32:27,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-a64be163-8df1-4f53-89b9-01414648d4f2 x-compute-request-id: req-a64be163-8df1-4f53-89b9-01414648d4f2 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:27,653 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-80527d1f-5754-4d1a-9b65-5f33cac0d486 used request id req-a64be163-8df1-4f53-89b9-01414648d4f2 2018-10-06 04:32:27,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:27,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f15ffe85-f49a-417c-9485-e39a2da12061 Date: Sat, 06 Oct 2018 04:32:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:27,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f15ffe85-f49a-417c-9485-e39a2da12061 2018-10-06 04:32:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:27,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6be3b66c-2996-471e-8875-c0ad33b526ec Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:27,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-6be3b66c-2996-471e-8875-c0ad33b526ec 2018-10-06 04:32:27,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:28,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e8f3e4-df5c-47be-be7c-144e2be8f4e5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:28,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-73e8f3e4-df5c-47be-be7c-144e2be8f4e5 2018-10-06 04:32:28,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfdeece2-055d-4a0a-9e3d-d5c354728960 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:28,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-dfdeece2-055d-4a0a-9e3d-d5c354728960 2018-10-06 04:32:28,153 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-eb3c130c-454f-469-proj 2018-10-06 04:32:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:28,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96b60c09-97af-4a8d-a293-67565f3ad8ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:28,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e1023c65fe1c4142a583e34e35d168f3 used request id req-96b60c09-97af-4a8d-a293-67565f3ad8ba 2018-10-06 04:32:28,380 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-eb3c130c-454f-469-proj-role 2018-10-06 04:32:28,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:28,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1387edae-4210-42df-8711-10431cacfae9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:28,496 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0b4ea834dbea4d748b7fe5ca3c82237b used request id req-1387edae-4210-42df-8711-10431cacfae9 2018-10-06 04:32:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d70cb5054becbf745012f1576e6d9b2b81887746" 2018-10-06 04:32:28,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55adbc3a-23b0-4eb1-9ad7-c1ef61b6006a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:28,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-55adbc3a-23b0-4eb1-9ad7-c1ef61b6006a 2018-10-06 04:32:28,594 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-eb3c130c-454f-469-user 2018-10-06 04:32:28,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/30b65ef31091455094aeebe80f1124c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84fd2568d774deabac371598ba04d60e79155cf9" 2018-10-06 04:32:28,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5824a984-500b-43ab-a550-51f4c53405b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:28,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/30b65ef31091455094aeebe80f1124c8 used request id req-5824a984-500b-43ab-a550-51f4c53405b0 2018-10-06 04:32:28,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:29,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oAFRgnGjTPO3lHh5feNhRQ"], "issued_at": "2018-10-06T04:32:29.000000Z"}} 2018-10-06 04:32:29,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}066b28aec58396e388f6bd69222e659e697673e5" 2018-10-06 04:32:29,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c1b0c5-3455-4f6c-8145-b2a49307acb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:29,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0c1b0c5-3455-4f6c-8145-b2a49307acb3 2018-10-06 04:32:29,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:29,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:29,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["r-943u-aS6COh9aInXcUdQ"], "issued_at": "2018-10-06T04:32:29.000000Z"}} 2018-10-06 04:32:29,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:29,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51caed24-a496-4bdc-9d1a-cee3ce1f3a69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:29,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-51caed24-a496-4bdc-9d1a-cee3ce1f3a69 2018-10-06 04:32:29,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:29,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:29,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd1d3460-5b87-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:29,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8439d51b-250a-409d-b454-340c61f7a78d Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd1d3460-5b87-455-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:29,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bd1d3460-5b87-455-proj used request id req-8439d51b-250a-409d-b454-340c61f7a78d 2018-10-06 04:32:29,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:29,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c728c33-f56f-4d87-854c-cbd556fe0b71 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:29,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8c728c33-f56f-4d87-854c-cbd556fe0b71 2018-10-06 04:32:29,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj"}}' 2018-10-06 04:32:30,018 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15cef5e8-5402-40fe-9ad9-e71dff633af5 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f"}, "enabled": true, "id": "7524f4eb09c6459b83e013dbb7144c9f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj"}} 2018-10-06 04:32:30,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-15cef5e8-5402-40fe-9ad9-e71dff633af5 2018-10-06 04:32:30,018 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-bd1d3460-5b87-455-proj 2018-10-06 04:32:30,019 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:30,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:30,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4pWbWdhCS6adfOf91cNP8Q"], "issued_at": "2018-10-06T04:32:30.000000Z"}} 2018-10-06 04:32:30,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230c82018baf2be24618fcdcfefae5aaa8aa0f2e" 2018-10-06 04:32:30,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d22f6f5-c3bf-4eb9-aa2e-00d501e34dce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:30,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d22f6f5-c3bf-4eb9-aa2e-00d501e34dce 2018-10-06 04:32:30,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:30,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:30,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230c82018baf2be24618fcdcfefae5aaa8aa0f2e" 2018-10-06 04:32:30,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44c26d3-8770-49cd-8e67-232fb4b07150 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:30,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f44c26d3-8770-49cd-8e67-232fb4b07150 2018-10-06 04:32:30,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-bd1d3460-5b87-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230c82018baf2be24618fcdcfefae5aaa8aa0f2e" 2018-10-06 04:32:30,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400fcdf3-5e1f-48d2-b9b6-fa06994d2431 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-bd1d3460-5b87-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f"}, "enabled": true, "id": "7524f4eb09c6459b83e013dbb7144c9f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj"}]} 2018-10-06 04:32:30,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-bd1d3460-5b87-455-proj used request id req-400fcdf3-5e1f-48d2-b9b6-fa06994d2431 2018-10-06 04:32:30,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230c82018baf2be24618fcdcfefae5aaa8aa0f2e" 2018-10-06 04:32:30,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4172908-ae16-4c7b-a411-e354df001f8e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:30,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a4172908-ae16-4c7b-a411-e354df001f8e 2018-10-06 04:32:31,053 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-bd1d3460-5b87-455-user 2018-10-06 04:32:31,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:31,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef56964-9152-4615-b973-e03deb457c18 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:31,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7ef56964-9152-4615-b973-e03deb457c18 2018-10-06 04:32:31,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" -d '{"role": {"name": "CreateKeypairsTests-bd1d3460-5b87-455-proj-role"}}' 2018-10-06 04:32:31,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbf988a9-fd58-4268-8c44-b4be89a001c3 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8b9cd416fb034de19004a6b1695a660d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d"}, "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj-role"}} 2018-10-06 04:32:31,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-dbf988a9-fd58-4268-8c44-b4be89a001c3 2018-10-06 04:32:31,252 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-bd1d3460-5b87-455-proj-role 2018-10-06 04:32:31,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:31,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cceaeeef-ffc9-4e28-a847-c24c34ef536d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d"}, "domain_id": null, "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj-role", "id": "8b9cd416fb034de19004a6b1695a660d"}} 2018-10-06 04:32:31,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d used request id req-cceaeeef-ffc9-4e28-a847-c24c34ef536d 2018-10-06 04:32:31,272 - keystone_utils - INFO - Granting role CreateKeypairsTests-bd1d3460-5b87-455-proj-role to project CreateKeypairsTests-bd1d3460-5b87-455-proj 2018-10-06 04:32:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f/users/e25a5274ca064c74ae2e4c0c7f75e7e6/roles/8b9cd416fb034de19004a6b1695a660d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:31,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a3ae4e3-49ad-4afa-a941-76b519459336 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:31,398 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f/users/e25a5274ca064c74ae2e4c0c7f75e7e6/roles/8b9cd416fb034de19004a6b1695a660d used request id req-2a3ae4e3-49ad-4afa-a941-76b519459336 2018-10-06 04:32:31,398 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:31,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:31,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:31,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b9cd416fb034de19004a6b1695a660d", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj-role"}], "expires_at": "2018-10-06T05:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7524f4eb09c6459b83e013dbb7144c9f", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bd1d3460-5b87-455-user", "id": "e25a5274ca064c74ae2e4c0c7f75e7e6"}, "audit_ids": ["9JyhZpemSxSB33m5vGZEJA"], "issued_at": "2018-10-06T04:32:31.000000Z"}} 2018-10-06 04:32:31,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2c9c726130aaac926df27cc123dd607baad6b" 2018-10-06 04:32:31,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01c85bd-1391-4a7b-8d26-18c498d96309 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:31,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e01c85bd-1391-4a7b-8d26-18c498d96309 2018-10-06 04:32:31,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:31,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2c9c726130aaac926df27cc123dd607baad6b" 2018-10-06 04:32:32,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-0d88443a-1b6e-4ab1-a975-9888fff75af1 x-compute-request-id: req-0d88443a-1b6e-4ab1-a975-9888fff75af1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:32,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-0d88443a-1b6e-4ab1-a975-9888fff75af1 2018-10-06 04:32:32,031 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54... 2018-10-06 04:32:32,031 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:32,072 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 2018-10-06 04:32:32,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2c9c726130aaac926df27cc123dd607baad6b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwWbpKe+xO/Mtg/9oEuUA7bthXE3IryEDrOaA4Qzfe2Z6Kp2SOSQAFJUYR9qTcwEmCKQ/hR7GDa4TDWtnrx3JH1n8PiJsjPCaJmm3QcwIjHjrrkOtGsLLlooetattaDzy9oXncfNBdnjPvPRSxjNSnVnWTOI14vw4lMY+w8Fp7DQ==", "name": "CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54"}}' 2018-10-06 04:32:32,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-0d033409-19aa-4572-b93d-155bd60e8e99 x-compute-request-id: req-0d033409-19aa-4572-b93d-155bd60e8e99 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwWbpKe+xO/Mtg/9oEuUA7bthXE3IryEDrOaA4Qzfe2Z6Kp2SOSQAFJUYR9qTcwEmCKQ/hR7GDa4TDWtnrx3JH1n8PiJsjPCaJmm3QcwIjHjrrkOtGsLLlooetattaDzy9oXncfNBdnjPvPRSxjNSnVnWTOI14vw4lMY+w8Fp7DQ==", "user_id": "e25a5274ca064c74ae2e4c0c7f75e7e6", "name": "CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54", "fingerprint": "84:30:e9:d4:55:41:5c:d7:2b:77:58:77:e5:d6:80:ae"}} 2018-10-06 04:32:32,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-0d033409-19aa-4572-b93d-155bd60e8e99 2018-10-06 04:32:32,134 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54.pub 2018-10-06 04:32:32,134 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 2018-10-06 04:32:32,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:32,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b9cd416fb034de19004a6b1695a660d", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj-role"}], "expires_at": "2018-10-06T05:32:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7524f4eb09c6459b83e013dbb7144c9f", "name": "CreateKeypairsTests-bd1d3460-5b87-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7524f4eb09c6459b83e013dbb7144c9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bd1d3460-5b87-455-user", "id": "e25a5274ca064c74ae2e4c0c7f75e7e6"}, "audit_ids": ["8c7V20hZTt-7o2av4IA0gw"], "issued_at": "2018-10-06T04:32:32.000000Z"}} 2018-10-06 04:32:32,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dff1767b627c0695046d913c61bc8594a61bb2" 2018-10-06 04:32:32,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-395f35d5-01dc-4e8e-8e27-ffe860e6bd4f x-compute-request-id: req-395f35d5-01dc-4e8e-8e27-ffe860e6bd4f Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwWbpKe+xO/Mtg/9oEuUA7bthXE3IryEDrOaA4Qzfe2Z6Kp2SOSQAFJUYR9qTcwEmCKQ/hR7GDa4TDWtnrx3JH1n8PiJsjPCaJmm3QcwIjHjrrkOtGsLLlooetattaDzy9oXncfNBdnjPvPRSxjNSnVnWTOI14vw4lMY+w8Fp7DQ==", "user_id": "e25a5274ca064c74ae2e4c0c7f75e7e6", "name": "CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54", "deleted": false, "created_at": "2018-10-06T04:32:32.000000", "updated_at": null, "fingerprint": "84:30:e9:d4:55:41:5c:d7:2b:77:58:77:e5:d6:80:ae", "deleted_at": null, "id": 74}} 2018-10-06 04:32:32,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 used request id req-395f35d5-01dc-4e8e-8e27-ffe860e6bd4f 2018-10-06 04:32:32,683 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 2018-10-06 04:32:32,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2c9c726130aaac926df27cc123dd607baad6b" 2018-10-06 04:32:32,718 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-7b021292-daff-4bc8-8465-3584d04a4c17 x-compute-request-id: req-7b021292-daff-4bc8-8465-3584d04a4c17 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:32,718 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54 used request id req-7b021292-daff-4bc8-8465-3584d04a4c17 2018-10-06 04:32:32,719 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54.pub] 2018-10-06 04:32:32,719 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-0913f86c-e703-4cb7-b582-b6acccccac54] 2018-10-06 04:32:32,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:32,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e8cbb183-122d-4b74-9e26-f10b582e2115 Date: Sat, 06 Oct 2018 04:32:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:32,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e8cbb183-122d-4b74-9e26-f10b582e2115 2018-10-06 04:32:32,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40786e8-aaa7-447d-b757-356f0260e011 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:33,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-b40786e8-aaa7-447d-b757-356f0260e011 2018-10-06 04:32:33,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5d13ab-107d-4801-8aac-bfa2d4317928 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:33,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-7d5d13ab-107d-4801-8aac-bfa2d4317928 2018-10-06 04:32:33,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5016242e-3e3f-4780-912f-65c98f63cfbb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:33,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-5016242e-3e3f-4780-912f-65c98f63cfbb 2018-10-06 04:32:33,226 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-bd1d3460-5b87-455-proj 2018-10-06 04:32:33,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-944267a6-009c-4ab9-b50d-4eb31a390ef3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:33,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7524f4eb09c6459b83e013dbb7144c9f used request id req-944267a6-009c-4ab9-b50d-4eb31a390ef3 2018-10-06 04:32:33,458 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-bd1d3460-5b87-455-proj-role 2018-10-06 04:32:33,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1b014d4-763d-49f6-9cdf-f798af2c8a96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:33,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8b9cd416fb034de19004a6b1695a660d used request id req-f1b014d4-763d-49f6-9cdf-f798af2c8a96 2018-10-06 04:32:33,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0acdabe904324d8f2b998874bf44e8046fa0dfd7" 2018-10-06 04:32:33,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f9baff-9eff-4f11-a676-1cdaeccde803 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:33,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-37f9baff-9eff-4f11-a676-1cdaeccde803 2018-10-06 04:32:33,665 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-bd1d3460-5b87-455-user 2018-10-06 04:32:33,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e25a5274ca064c74ae2e4c0c7f75e7e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}230c82018baf2be24618fcdcfefae5aaa8aa0f2e" 2018-10-06 04:32:33,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-098b5273-389d-43e9-94cb-e166fe5925bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:33,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e25a5274ca064c74ae2e4c0c7f75e7e6 used request id req-098b5273-389d-43e9-94cb-e166fe5925bd 2018-10-06 04:32:33,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:34,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Rh7HyBXFRzu98gVExVLbAg"], "issued_at": "2018-10-06T04:32:34.000000Z"}} 2018-10-06 04:32:34,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcc5175e9fc6c6f0de2830a526381b2c98814c63" 2018-10-06 04:32:34,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22ea7df1-e161-4b41-aa39-4e34fc9da50c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:34,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22ea7df1-e161-4b41-aa39-4e34fc9da50c 2018-10-06 04:32:34,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:34,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:34,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["m54gB5IxThGgEJTCBawiFA"], "issued_at": "2018-10-06T04:32:34.000000Z"}} 2018-10-06 04:32:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:34,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c585aa-b61f-40fb-8e36-7def109e1a6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:34,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-17c585aa-b61f-40fb-8e36-7def109e1a6a 2018-10-06 04:32:34,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:34,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:34,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:34,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-109880c7-6551-4378-a6a4-ae840c979288 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:34,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj used request id req-109880c7-6551-4378-a6a4-ae840c979288 2018-10-06 04:32:34,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:34,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc04e88-768e-45b4-93ff-31f9f29ce7d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:34,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7fc04e88-768e-45b4-93ff-31f9f29ce7d8 2018-10-06 04:32:34,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj"}}' 2018-10-06 04:32:35,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be34eb7e-3175-4454-b224-addee50e5906 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b"}, "enabled": true, "id": "be28c74e1ba74c6d928394c74744001b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj"}} 2018-10-06 04:32:35,102 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-be34eb7e-3175-4454-b224-addee50e5906 2018-10-06 04:32:35,102 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-b7ef568d-1aea-4eb-proj 2018-10-06 04:32:35,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:35,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:35,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["266eOWzSS-2f1CYxpuFFIw"], "issued_at": "2018-10-06T04:32:35.000000Z"}} 2018-10-06 04:32:35,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b45af6b67884f90f24a71a1966879a4773a6b7e0" 2018-10-06 04:32:35,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3b6fea-ce63-481f-b2a5-309ef494e558 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:35,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb3b6fea-ce63-481f-b2a5-309ef494e558 2018-10-06 04:32:35,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:35,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:35,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b45af6b67884f90f24a71a1966879a4773a6b7e0" 2018-10-06 04:32:35,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15df71a6-849f-44d3-9062-33a468cd72c5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:35,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-15df71a6-849f-44d3-9062-33a468cd72c5 2018-10-06 04:32:35,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b45af6b67884f90f24a71a1966879a4773a6b7e0" 2018-10-06 04:32:35,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7a7f8c-b037-44c5-8943-4f9bd37adf4d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b"}, "enabled": true, "id": "be28c74e1ba74c6d928394c74744001b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj"}]} 2018-10-06 04:32:35,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsTests-b7ef568d-1aea-4eb-proj used request id req-0c7a7f8c-b037-44c5-8943-4f9bd37adf4d 2018-10-06 04:32:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b45af6b67884f90f24a71a1966879a4773a6b7e0" 2018-10-06 04:32:35,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95362acc-2e69-49ab-b052-c0b977d08d4a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:35,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-95362acc-2e69-49ab-b052-c0b977d08d4a 2018-10-06 04:32:36,161 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-b7ef568d-1aea-4eb-user 2018-10-06 04:32:36,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:36,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:36,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fb440d-b795-4ebe-a9f8-74084078de20 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:36,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-01fb440d-b795-4ebe-a9f8-74084078de20 2018-10-06 04:32:36,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" -d '{"role": {"name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role"}}' 2018-10-06 04:32:36,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a890547a-c0c2-475b-834d-771eda1ae9ae Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27e69c0de7534cea8f18ded60f5f158e", "links": {"self": "http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e"}, "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role"}} 2018-10-06 04:32:36,293 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a890547a-c0c2-475b-834d-771eda1ae9ae 2018-10-06 04:32:36,293 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role 2018-10-06 04:32:36,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:36,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffaa079d-6374-4d31-8739-118fe084c91d Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e"}, "domain_id": null, "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role", "id": "27e69c0de7534cea8f18ded60f5f158e"}} 2018-10-06 04:32:36,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e used request id req-ffaa079d-6374-4d31-8739-118fe084c91d 2018-10-06 04:32:36,315 - keystone_utils - INFO - Granting role CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role to project CreateKeypairsTests-b7ef568d-1aea-4eb-proj 2018-10-06 04:32:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b/users/2696f84425774545a772f6efa4a5ca48/roles/27e69c0de7534cea8f18ded60f5f158e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:36,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d3679e4-66dd-4b17-b3cf-3ca9a0f91d65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:36,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b/users/2696f84425774545a772f6efa4a5ca48/roles/27e69c0de7534cea8f18ded60f5f158e used request id req-1d3679e4-66dd-4b17-b3cf-3ca9a0f91d65 2018-10-06 04:32:36,451 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:36,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:36,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:36,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27e69c0de7534cea8f18ded60f5f158e", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role"}], "expires_at": "2018-10-06T05:32:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be28c74e1ba74c6d928394c74744001b", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-user", "id": "2696f84425774545a772f6efa4a5ca48"}, "audit_ids": ["qNNvTZCFTba0HzARcSbxUw"], "issued_at": "2018-10-06T04:32:36.000000Z"}} 2018-10-06 04:32:36,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e21a10acae799b913af2eabb681013dd1713ac7" 2018-10-06 04:32:36,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c82f75-dde4-4c2e-83a4-4523ee4f0f98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:36,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1c82f75-dde4-4c2e-83a4-4523ee4f0f98 2018-10-06 04:32:36,912 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:36,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e21a10acae799b913af2eabb681013dd1713ac7" 2018-10-06 04:32:37,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-6ef67669-2c9b-4bbe-bee6-ccd87dc1de07 x-compute-request-id: req-6ef67669-2c9b-4bbe-bee6-ccd87dc1de07 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:37,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-6ef67669-2c9b-4bbe-bee6-ccd87dc1de07 2018-10-06 04:32:37,479 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e... 2018-10-06 04:32:37,479 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:37,523 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e 2018-10-06 04:32:37,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e21a10acae799b913af2eabb681013dd1713ac7" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC3TDXvTk8c8FXvqDfgFTaJcP07nQgWPE0ujeNBDmwhR3yzs9gmn8/OdQlbsIlS4FkWn+3LzrfAjYwYtFDaOyAXlbtwvgpOIj4aZGkMvC1Wif241ZVM0ParEuiYVkccyuiHG2276lvZAwY0xUykXGPz+eHh1JRmx6YUP9CLjVUvsw==", "name": "CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e"}}' 2018-10-06 04:32:37,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-24d627cf-41d4-40ac-9a74-b2004496ffda x-compute-request-id: req-24d627cf-41d4-40ac-9a74-b2004496ffda Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC3TDXvTk8c8FXvqDfgFTaJcP07nQgWPE0ujeNBDmwhR3yzs9gmn8/OdQlbsIlS4FkWn+3LzrfAjYwYtFDaOyAXlbtwvgpOIj4aZGkMvC1Wif241ZVM0ParEuiYVkccyuiHG2276lvZAwY0xUykXGPz+eHh1JRmx6YUP9CLjVUvsw==", "user_id": "2696f84425774545a772f6efa4a5ca48", "name": "CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e", "fingerprint": "f7:e9:ce:b5:56:cb:9d:87:71:24:9b:34:93:18:3c:f2"}} 2018-10-06 04:32:37,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-24d627cf-41d4-40ac-9a74-b2004496ffda 2018-10-06 04:32:37,590 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e.pub 2018-10-06 04:32:37,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:37,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27e69c0de7534cea8f18ded60f5f158e", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role"}], "expires_at": "2018-10-06T05:32:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be28c74e1ba74c6d928394c74744001b", "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/be28c74e1ba74c6d928394c74744001b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-b7ef568d-1aea-4eb-user", "id": "2696f84425774545a772f6efa4a5ca48"}, "audit_ids": ["jFw9fCeYQzecKTEQ51xDMg"], "issued_at": "2018-10-06T04:32:37.000000Z"}} 2018-10-06 04:32:37,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c98e2754af7fccb952527650656d4c013a7d6f" 2018-10-06 04:32:38,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-483c87d8-edf4-4c68-9276-a28a4224ee47 x-compute-request-id: req-483c87d8-edf4-4c68-9276-a28a4224ee47 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC3TDXvTk8c8FXvqDfgFTaJcP07nQgWPE0ujeNBDmwhR3yzs9gmn8/OdQlbsIlS4FkWn+3LzrfAjYwYtFDaOyAXlbtwvgpOIj4aZGkMvC1Wif241ZVM0ParEuiYVkccyuiHG2276lvZAwY0xUykXGPz+eHh1JRmx6YUP9CLjVUvsw==", "user_id": "2696f84425774545a772f6efa4a5ca48", "name": "CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e", "deleted": false, "created_at": "2018-10-06T04:32:37.000000", "updated_at": null, "fingerprint": "f7:e9:ce:b5:56:cb:9d:87:71:24:9b:34:93:18:3c:f2", "deleted_at": null, "id": 77}} 2018-10-06 04:32:38,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e used request id req-483c87d8-edf4-4c68-9276-a28a4224ee47 2018-10-06 04:32:38,125 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e 2018-10-06 04:32:38,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e21a10acae799b913af2eabb681013dd1713ac7" 2018-10-06 04:32:38,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-922b8689-cbc7-4d71-8c31-0024b87f2010 x-compute-request-id: req-922b8689-cbc7-4d71-8c31-0024b87f2010 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:38,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e used request id req-922b8689-cbc7-4d71-8c31-0024b87f2010 2018-10-06 04:32:38,164 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-c43f82b6-8769-4e4a-b9fe-320d4ecdb88e.pub] 2018-10-06 04:32:38,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-298ae094-b7a6-432c-b22d-eba672f8ba88 Date: Sat, 06 Oct 2018 04:32:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:38,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-298ae094-b7a6-432c-b22d-eba672f8ba88 2018-10-06 04:32:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e613b25f-c270-44de-9e92-089cf6d3344b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:38,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e613b25f-c270-44de-9e92-089cf6d3344b 2018-10-06 04:32:38,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a32da0-2a69-497f-a0f6-49bb1dc4c565 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:38,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-10a32da0-2a69-497f-a0f6-49bb1dc4c565 2018-10-06 04:32:38,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819fefc4-c567-4b6f-9ff0-0b9d55bbca49 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:38,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-819fefc4-c567-4b6f-9ff0-0b9d55bbca49 2018-10-06 04:32:38,673 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-b7ef568d-1aea-4eb-proj 2018-10-06 04:32:38,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c103b7d-4d9d-4716-86fa-28006020dfd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:38,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/be28c74e1ba74c6d928394c74744001b used request id req-7c103b7d-4d9d-4716-86fa-28006020dfd1 2018-10-06 04:32:38,840 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-b7ef568d-1aea-4eb-proj-role 2018-10-06 04:32:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:38,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8037c956-2235-4acc-b393-c35b5e8080f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:38,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/27e69c0de7534cea8f18ded60f5f158e used request id req-8037c956-2235-4acc-b393-c35b5e8080f5 2018-10-06 04:32:38,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b71ca9c649bf8b0580b954851d28d0b6b35fc" 2018-10-06 04:32:39,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3005c41-aaad-462a-97f4-6a75480fcd5c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:39,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c3005c41-aaad-462a-97f4-6a75480fcd5c 2018-10-06 04:32:39,047 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-b7ef568d-1aea-4eb-user 2018-10-06 04:32:39,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2696f84425774545a772f6efa4a5ca48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b45af6b67884f90f24a71a1966879a4773a6b7e0" 2018-10-06 04:32:39,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d4faae5-f574-4f77-b20e-4f54c97f3852 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:39,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2696f84425774545a772f6efa4a5ca48 used request id req-0d4faae5-f574-4f77-b20e-4f54c97f3852 2018-10-06 04:32:39,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:39,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2Qrd5xYxSXuKooDQPF_vcw"], "issued_at": "2018-10-06T04:32:39.000000Z"}} 2018-10-06 04:32:39,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f6621c3e30fa16586e1fc8e7fefc55abf8a65c" 2018-10-06 04:32:39,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63396e15-5727-4e3d-aa2a-8ecf2058ade0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:39,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63396e15-5727-4e3d-aa2a-8ecf2058ade0 2018-10-06 04:32:39,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:39,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:40,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["GnAAShzXQn-QMONqsDT93w"], "issued_at": "2018-10-06T04:32:40.000000Z"}} 2018-10-06 04:32:40,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:40,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8871d9ae-e55b-4fc2-a1fa-5cf678269705 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:40,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8871d9ae-e55b-4fc2-a1fa-5cf678269705 2018-10-06 04:32:40,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:40,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:40,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:40,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6186a1b8-3874-4eee-809c-0821730d443b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:40,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj used request id req-6186a1b8-3874-4eee-809c-0821730d443b 2018-10-06 04:32:40,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:40,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc84188-756c-4506-8eaf-1bc2e452a509 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:40,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1fc84188-756c-4506-8eaf-1bc2e452a509 2018-10-06 04:32:40,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj"}}' 2018-10-06 04:32:40,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8a3e65a-a17f-4a92-b6de-f1f5fe685e98 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb"}, "enabled": true, "id": "94ba3c549c8e4e52957207a33ceeebdb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj"}} 2018-10-06 04:32:40,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b8a3e65a-a17f-4a92-b6de-f1f5fe685e98 2018-10-06 04:32:40,442 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-proj 2018-10-06 04:32:40,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:40,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:40,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["gh9-at9XQgKHj8SIwIoLMA"], "issued_at": "2018-10-06T04:32:40.000000Z"}} 2018-10-06 04:32:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c208623a0f91308a76429bd57a6d663823d2c521" 2018-10-06 04:32:40,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebdfeae-2eeb-4f87-92de-2f875b085abd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:40,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ebdfeae-2eeb-4f87-92de-2f875b085abd 2018-10-06 04:32:40,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:40,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:40,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c208623a0f91308a76429bd57a6d663823d2c521" 2018-10-06 04:32:41,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01417d61-32d7-4229-ae72-ca1acef91bce Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:41,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-01417d61-32d7-4229-ae72-ca1acef91bce 2018-10-06 04:32:41,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c208623a0f91308a76429bd57a6d663823d2c521" 2018-10-06 04:32:41,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc42f38-3023-4d06-af9d-c5f63894d867 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb"}, "enabled": true, "id": "94ba3c549c8e4e52957207a33ceeebdb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj"}]} 2018-10-06 04:32:41,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-121e264e-0a6d-421-proj used request id req-5fc42f38-3023-4d06-af9d-c5f63894d867 2018-10-06 04:32:41,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c208623a0f91308a76429bd57a6d663823d2c521" 2018-10-06 04:32:41,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19015625-caef-45f3-a644-e2e036dcdcc1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:41,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-19015625-caef-45f3-a644-e2e036dcdcc1 2018-10-06 04:32:41,592 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-user 2018-10-06 04:32:41,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:41,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:41,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-775cbd35-8a2e-4ba4-9a32-92533044c1ec Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:41,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-775cbd35-8a2e-4ba4-9a32-92533044c1ec 2018-10-06 04:32:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" -d '{"role": {"name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role"}}' 2018-10-06 04:32:41,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3436ba5-6347-431d-9b43-3b5efe475397 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a3075fa4ea244501893cfb487009f37b", "links": {"self": "http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b"}, "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role"}} 2018-10-06 04:32:41,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d3436ba5-6347-431d-9b43-3b5efe475397 2018-10-06 04:32:41,796 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role 2018-10-06 04:32:41,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:41,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b59a5c49-d55f-44cf-b0d8-c8b404c6f71c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role", "id": "a3075fa4ea244501893cfb487009f37b"}} 2018-10-06 04:32:41,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b used request id req-b59a5c49-d55f-44cf-b0d8-c8b404c6f71c 2018-10-06 04:32:41,814 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role to project CreateKeypairsCleanupTests-121e264e-0a6d-421-proj 2018-10-06 04:32:41,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb/users/f8699d32ae52409aa72e34967786369b/roles/a3075fa4ea244501893cfb487009f37b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:41,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d920e289-e9d7-449e-9d2d-91b644996546 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:41,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb/users/f8699d32ae52409aa72e34967786369b/roles/a3075fa4ea244501893cfb487009f37b used request id req-d920e289-e9d7-449e-9d2d-91b644996546 2018-10-06 04:32:41,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:42,219 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039.pub 2018-10-06 04:32:42,219 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039 2018-10-06 04:32:42,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:42,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:42,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a3075fa4ea244501893cfb487009f37b", "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role"}], "expires_at": "2018-10-06T05:32:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94ba3c549c8e4e52957207a33ceeebdb", "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/94ba3c549c8e4e52957207a33ceeebdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/94ba3c549c8e4e52957207a33ceeebdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/94ba3c549c8e4e52957207a33ceeebdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/94ba3c549c8e4e52957207a33ceeebdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/94ba3c549c8e4e52957207a33ceeebdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/94ba3c549c8e4e52957207a33ceeebdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/94ba3c549c8e4e52957207a33ceeebdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-121e264e-0a6d-421-user", "id": "f8699d32ae52409aa72e34967786369b"}, "audit_ids": ["Ja6QSZPrT_C3Z6HCDAVmLw"], "issued_at": "2018-10-06T04:32:42.000000Z"}} 2018-10-06 04:32:42,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18ea4d000085bd6535fa5adb7ad96d20b8ca9ea" 2018-10-06 04:32:42,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c35345-df2a-4c96-84c1-0045d6e66c39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:42,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42c35345-df2a-4c96-84c1-0045d6e66c39 2018-10-06 04:32:42,672 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:42,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18ea4d000085bd6535fa5adb7ad96d20b8ca9ea" 2018-10-06 04:32:43,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-1fc567a4-9a7b-4c05-a6c5-c03c0153d892 x-compute-request-id: req-1fc567a4-9a7b-4c05-a6c5-c03c0153d892 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:43,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-1fc567a4-9a7b-4c05-a6c5-c03c0153d892 2018-10-06 04:32:43,214 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039... 2018-10-06 04:32:43,214 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 04:32:43,215 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039.pub 2018-10-06 04:32:43,215 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039 2018-10-06 04:32:43,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18ea4d000085bd6535fa5adb7ad96d20b8ca9ea" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDENRLbJhMskC6N2lfM/XkYESgSTC8zQXSX8YkIFXHCR9JY5OqyAkcR7ZTY25gc78VKEEr3AcxoCwCGykNH3H5PdX6yd5nUEIA8Aajkb245FfWkCVQSJSdqoPmqmeR8QhkYgg7y3ROTlXNy7sY7ztgZQw/TJETHJGmNKUIOROHJUKaOPlxgPZFZZxm5zIRqBJ+awEfsv2MfbB8vagp1gIKbwOWPcwfvGsPkVV2SGurBF11ZvYmRiXbkhR41VK/7O1D2kmIsS5BJXrgBmaAjtQ0AtRN/QbJOfmF918kt6GB259B1FqMfBEb9j0Pg3O9dpBXnd0U8GAQr9ZJK3lg5zWIt", "name": "CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039"}}' 2018-10-06 04:32:43,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-bd90b4c0-8704-4993-a501-32044958cbe1 x-compute-request-id: req-bd90b4c0-8704-4993-a501-32044958cbe1 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDENRLbJhMskC6N2lfM/XkYESgSTC8zQXSX8YkIFXHCR9JY5OqyAkcR7ZTY25gc78VKEEr3AcxoCwCGykNH3H5PdX6yd5nUEIA8Aajkb245FfWkCVQSJSdqoPmqmeR8QhkYgg7y3ROTlXNy7sY7ztgZQw/TJETHJGmNKUIOROHJUKaOPlxgPZFZZxm5zIRqBJ+awEfsv2MfbB8vagp1gIKbwOWPcwfvGsPkVV2SGurBF11ZvYmRiXbkhR41VK/7O1D2kmIsS5BJXrgBmaAjtQ0AtRN/QbJOfmF918kt6GB259B1FqMfBEb9j0Pg3O9dpBXnd0U8GAQr9ZJK3lg5zWIt", "user_id": "f8699d32ae52409aa72e34967786369b", "name": "CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039", "fingerprint": "54:76:8a:23:de:36:6c:a2:57:87:c7:fa:2d:7c:81:c5"}} 2018-10-06 04:32:43,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-bd90b4c0-8704-4993-a501-32044958cbe1 2018-10-06 04:32:43,264 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039 2018-10-06 04:32:43,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d18ea4d000085bd6535fa5adb7ad96d20b8ca9ea" 2018-10-06 04:32:43,305 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-f97065d2-520b-49d2-856e-dbe957ddefdd x-compute-request-id: req-f97065d2-520b-49d2-856e-dbe957ddefdd Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:43,305 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039 used request id req-f97065d2-520b-49d2-856e-dbe957ddefdd 2018-10-06 04:32:43,305 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039.pub] 2018-10-06 04:32:43,306 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-a09dcf8b-3c3f-4869-a28c-c27bc5924039] 2018-10-06 04:32:43,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:43,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-632fe4b5-0b41-4dd9-aee4-e76bb4fd3402 Date: Sat, 06 Oct 2018 04:32:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:43,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-632fe4b5-0b41-4dd9-aee4-e76bb4fd3402 2018-10-06 04:32:43,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59892da7-a619-41da-a77a-ff47f5dadde1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-59892da7-a619-41da-a77a-ff47f5dadde1 2018-10-06 04:32:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:43,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86313200-06e4-44d9-a2b9-bb40f7cdb7bd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:43,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-86313200-06e4-44d9-a2b9-bb40f7cdb7bd 2018-10-06 04:32:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:43,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c73e98e1-7b12-4e93-99f7-e36934a3f25f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:43,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-c73e98e1-7b12-4e93-99f7-e36934a3f25f 2018-10-06 04:32:43,796 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-proj 2018-10-06 04:32:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:43,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1458571-1f9d-426f-850f-ed1f463673c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:43,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/94ba3c549c8e4e52957207a33ceeebdb used request id req-c1458571-1f9d-426f-850f-ed1f463673c1 2018-10-06 04:32:43,997 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-proj-role 2018-10-06 04:32:44,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:44,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ebedc29-65e5-48ac-b4c4-c5583dad73a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:44,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a3075fa4ea244501893cfb487009f37b used request id req-1ebedc29-65e5-48ac-b4c4-c5583dad73a3 2018-10-06 04:32:44,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0673ec7bd21cda81bf1767f970e8e0a70aae1531" 2018-10-06 04:32:44,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6d232a-0e5e-42fc-a112-95f201c7a5f6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:44,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-db6d232a-0e5e-42fc-a112-95f201c7a5f6 2018-10-06 04:32:44,190 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-121e264e-0a6d-421-user 2018-10-06 04:32:44,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f8699d32ae52409aa72e34967786369b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c208623a0f91308a76429bd57a6d663823d2c521" 2018-10-06 04:32:44,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e8a6aaa-8309-4ba4-916a-6765961eda2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:44,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f8699d32ae52409aa72e34967786369b used request id req-0e8a6aaa-8309-4ba4-916a-6765961eda2d 2018-10-06 04:32:44,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:44,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["IhQBsFz6RpqqHW8z4rlzQQ"], "issued_at": "2018-10-06T04:32:44.000000Z"}} 2018-10-06 04:32:44,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb7e055ea5597056e9d2e0b2729e5752cce83da5" 2018-10-06 04:32:44,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3b248c-d1b8-415a-acaa-50cc21aac958 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:44,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d3b248c-d1b8-415a-acaa-50cc21aac958 2018-10-06 04:32:44,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:44,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:45,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["y5PDafctRbiZYasaJWQbDg"], "issued_at": "2018-10-06T04:32:45.000000Z"}} 2018-10-06 04:32:45,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:45,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75dd9126-47bc-40d0-918a-03ba6eff2aa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:45,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-75dd9126-47bc-40d0-918a-03ba6eff2aa5 2018-10-06 04:32:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:45,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:45,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:45,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77147a1d-89f1-4203-b23b-17b4810d46e4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:45,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj used request id req-77147a1d-89f1-4203-b23b-17b4810d46e4 2018-10-06 04:32:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:45,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da813255-ff2d-40ba-b2a9-747c058b7454 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:45,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-da813255-ff2d-40ba-b2a9-747c058b7454 2018-10-06 04:32:45,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj"}}' 2018-10-06 04:32:45,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67917b37-1aa8-4ac8-af32-ac38d2aa1306 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8"}, "enabled": true, "id": "3e04d77ee41448b8ba6ea1115781a3e8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj"}} 2018-10-06 04:32:45,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-67917b37-1aa8-4ac8-af32-ac38d2aa1306 2018-10-06 04:32:45,628 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj 2018-10-06 04:32:45,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:45,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:46,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["H63kERMvQqqOWa7xufJ9KA"], "issued_at": "2018-10-06T04:32:46.000000Z"}} 2018-10-06 04:32:46,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea98b2ed2e95a393d62066b5ec31dac9085b54fd" 2018-10-06 04:32:46,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0d4fba-d15a-4f01-9a3e-ae53ae242672 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:46,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3e0d4fba-d15a-4f01-9a3e-ae53ae242672 2018-10-06 04:32:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:46,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:46,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea98b2ed2e95a393d62066b5ec31dac9085b54fd" 2018-10-06 04:32:46,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571689d0-2438-4a7b-9801-658005218021 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:46,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-571689d0-2438-4a7b-9801-658005218021 2018-10-06 04:32:46,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea98b2ed2e95a393d62066b5ec31dac9085b54fd" 2018-10-06 04:32:46,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa6f08c-5325-4b68-bc48-3abad15f5cf5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8"}, "enabled": true, "id": "3e04d77ee41448b8ba6ea1115781a3e8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj"}]} 2018-10-06 04:32:46,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj used request id req-9fa6f08c-5325-4b68-bc48-3abad15f5cf5 2018-10-06 04:32:46,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea98b2ed2e95a393d62066b5ec31dac9085b54fd" 2018-10-06 04:32:46,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a0cb46-8612-415f-8732-0521eec4d12a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:46,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-89a0cb46-8612-415f-8732-0521eec4d12a 2018-10-06 04:32:46,783 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-user 2018-10-06 04:32:46,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:46,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:46,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc61cb8-4711-444a-9f92-ebd625201f6f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:46,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3fc61cb8-4711-444a-9f92-ebd625201f6f 2018-10-06 04:32:46,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" -d '{"role": {"name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role"}}' 2018-10-06 04:32:46,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47cefe4d-553d-4707-99a0-ed043b5a50de Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86471e997b084259ab122520e70560ed", "links": {"self": "http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed"}, "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role"}} 2018-10-06 04:32:46,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-47cefe4d-553d-4707-99a0-ed043b5a50de 2018-10-06 04:32:46,970 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role 2018-10-06 04:32:46,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:47,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf138996-ae59-4a6f-a375-c42406adaad0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role", "id": "86471e997b084259ab122520e70560ed"}} 2018-10-06 04:32:47,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed used request id req-bf138996-ae59-4a6f-a375-c42406adaad0 2018-10-06 04:32:47,060 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role to project CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj 2018-10-06 04:32:47,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8/users/17ce71d6b0f741efa9eaab26a1383ab4/roles/86471e997b084259ab122520e70560ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:47,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1b10c23-e1b0-4cba-9939-cd08c04df6ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:47,188 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8/users/17ce71d6b0f741efa9eaab26a1383ab4/roles/86471e997b084259ab122520e70560ed used request id req-e1b10c23-e1b0-4cba-9939-cd08c04df6ef 2018-10-06 04:32:47,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:47,297 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88.pub 2018-10-06 04:32:47,297 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88 2018-10-06 04:32:47,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:47,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:47,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86471e997b084259ab122520e70560ed", "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role"}], "expires_at": "2018-10-06T05:32:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e04d77ee41448b8ba6ea1115781a3e8", "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/3e04d77ee41448b8ba6ea1115781a3e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-user", "id": "17ce71d6b0f741efa9eaab26a1383ab4"}, "audit_ids": ["jIUGNgNOSHOls10kXGpHMA"], "issued_at": "2018-10-06T04:32:47.000000Z"}} 2018-10-06 04:32:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}514c11f5c766bb6708f6eda7329e0665baed053b" 2018-10-06 04:32:47,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea07e89-b927-42fd-8afd-b9b85e39b8af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:47,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ea07e89-b927-42fd-8afd-b9b85e39b8af 2018-10-06 04:32:47,835 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:47,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}514c11f5c766bb6708f6eda7329e0665baed053b" 2018-10-06 04:32:48,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-600d7b4f-cdf3-465b-ae09-510cd410912f x-compute-request-id: req-600d7b4f-cdf3-465b-ae09-510cd410912f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:48,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-600d7b4f-cdf3-465b-ae09-510cd410912f 2018-10-06 04:32:48,388 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88... 2018-10-06 04:32:48,388 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-06 04:32:48,389 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88.pub 2018-10-06 04:32:48,389 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88 2018-10-06 04:32:48,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}514c11f5c766bb6708f6eda7329e0665baed053b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg2EWLp/XlOmGN4xIjHReAfFUvYHfzBdsjDZ/ORWGoAUvquvHF6B4aQ1sx9AcK2ybIcRXN4co/0uy6OiSfqzP5c4WpRIGUg4rqkxQE88MABEKGzTl5BSZYqOT1VtjzfnAlRSTT/Xhk4aYwML/FhlcS8106WL32dKC7uvrMY5xKezcU8N8uhWCotpuEFB6rmLnrUh2rQHIDzYnM8Rp4gDkK95vZf6dQjoH639Q3PuNoA8k++T57PstkGaELCQrxjNyJ1jB5llMz+uuaE39RHB0ITSOccKPzEfWhuDCrrm+V51PPlkh4fA4/9ET/sYzZZV3aYFdMMllLk1mPIvCWtHk1", "name": "CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88"}}' 2018-10-06 04:32:48,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32: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-85a9eca9-42ce-4ddd-8e7d-8a7c1525b020 x-compute-request-id: req-85a9eca9-42ce-4ddd-8e7d-8a7c1525b020 Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg2EWLp/XlOmGN4xIjHReAfFUvYHfzBdsjDZ/ORWGoAUvquvHF6B4aQ1sx9AcK2ybIcRXN4co/0uy6OiSfqzP5c4WpRIGUg4rqkxQE88MABEKGzTl5BSZYqOT1VtjzfnAlRSTT/Xhk4aYwML/FhlcS8106WL32dKC7uvrMY5xKezcU8N8uhWCotpuEFB6rmLnrUh2rQHIDzYnM8Rp4gDkK95vZf6dQjoH639Q3PuNoA8k++T57PstkGaELCQrxjNyJ1jB5llMz+uuaE39RHB0ITSOccKPzEfWhuDCrrm+V51PPlkh4fA4/9ET/sYzZZV3aYFdMMllLk1mPIvCWtHk1", "user_id": "17ce71d6b0f741efa9eaab26a1383ab4", "name": "CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88", "fingerprint": "84:9a:20:56:70:89:1a:c1:59:55:69:54:2c:d7:be:0b"}} 2018-10-06 04:32:48,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-85a9eca9-42ce-4ddd-8e7d-8a7c1525b020 2018-10-06 04:32:48,455 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88 2018-10-06 04:32:48,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}514c11f5c766bb6708f6eda7329e0665baed053b" 2018-10-06 04:32:48,498 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-51ccaec3-a852-4100-8677-e34b11ac07e5 x-compute-request-id: req-51ccaec3-a852-4100-8677-e34b11ac07e5 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:48,499 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-2cd519df-64eb-4113-b809-9644f42e3c88 used request id req-51ccaec3-a852-4100-8677-e34b11ac07e5 2018-10-06 04:32:48,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:48,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7fe443cd-7080-4a84-897a-30380cb3b8f4 Date: Sat, 06 Oct 2018 04:32:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:48,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7fe443cd-7080-4a84-897a-30380cb3b8f4 2018-10-06 04:32:48,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:48,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae4fc4d-eccc-410e-b88f-e5930f0a4a83 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:48,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-9ae4fc4d-eccc-410e-b88f-e5930f0a4a83 2018-10-06 04:32:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:48,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed835867-6348-4283-ad6a-6eb1879ec0f7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:48,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ed835867-6348-4283-ad6a-6eb1879ec0f7 2018-10-06 04:32:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:48,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d057cc-2467-4325-b453-e74efc0f85de Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:48,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-38d057cc-2467-4325-b453-e74efc0f85de 2018-10-06 04:32:48,837 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj 2018-10-06 04:32:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:49,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a8b1366-d808-4086-9e04-b2c5420159a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:49,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3e04d77ee41448b8ba6ea1115781a3e8 used request id req-3a8b1366-d808-4086-9e04-b2c5420159a5 2018-10-06 04:32:49,057 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-proj-role 2018-10-06 04:32:49,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:49,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49a59fcd-cd31-40e2-8f2c-10612f5884b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:49,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/86471e997b084259ab122520e70560ed used request id req-49a59fcd-cd31-40e2-8f2c-10612f5884b0 2018-10-06 04:32:49,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f837dfc4e660568c954cdefa97d420709b08db" 2018-10-06 04:32:49,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d8105ea-c038-4918-a419-b5a7b2e814f7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:49,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0d8105ea-c038-4918-a419-b5a7b2e814f7 2018-10-06 04:32:49,255 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-fc1bf9e0-6aab-43a-user 2018-10-06 04:32:49,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/17ce71d6b0f741efa9eaab26a1383ab4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea98b2ed2e95a393d62066b5ec31dac9085b54fd" 2018-10-06 04:32:49,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bd73ba3-1c01-468d-99fb-25772c94213b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:49,453 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/17ce71d6b0f741efa9eaab26a1383ab4 used request id req-8bd73ba3-1c01-468d-99fb-25772c94213b 2018-10-06 04:32:49,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:49,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NC8ENpJ3QEGJQKXAdR5g_g"], "issued_at": "2018-10-06T04:32:49.000000Z"}} 2018-10-06 04:32:49,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec70584cf8e812bde4f571b343eb02068c30179" 2018-10-06 04:32:50,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2280d832-cb33-4cb6-a8fa-6f7b0533cd1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:50,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2280d832-cb33-4cb6-a8fa-6f7b0533cd1b 2018-10-06 04:32:50,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:50,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:50,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["UKf_deepRIWllruDqWI5vQ"], "issued_at": "2018-10-06T04:32:50.000000Z"}} 2018-10-06 04:32:50,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:50,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd25140-a8a1-4dc2-9e15-4f28cb03c1c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:50,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5dd25140-a8a1-4dc2-9e15-4f28cb03c1c6 2018-10-06 04:32:50,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:50,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:50,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:50,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0752f08b-228a-44fa-ae22-dc8de9bfc772 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:50,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj used request id req-0752f08b-228a-44fa-ae22-dc8de9bfc772 2018-10-06 04:32:50,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:50,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce66774-83b1-4385-ba13-accf0a878a2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:50,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3ce66774-83b1-4385-ba13-accf0a878a2c 2018-10-06 04:32:50,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj"}}' 2018-10-06 04:32:50,838 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e25bbb-4ae1-408f-a1a7-fb3d629ae43c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f"}, "enabled": true, "id": "c2af967880ed46919a69c01549be838f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj"}} 2018-10-06 04:32:50,838 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-04e25bbb-4ae1-408f-a1a7-fb3d629ae43c 2018-10-06 04:32:50,838 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj 2018-10-06 04:32:50,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:50,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:51,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ltwb8ld3TT-_zaI85AufGw"], "issued_at": "2018-10-06T04:32:51.000000Z"}} 2018-10-06 04:32:51,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5fd7f3b411e0846d80026bb05eb771dfd109459" 2018-10-06 04:32:51,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b70d49-2364-4807-82e9-c90a491bd816 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:51,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f7b70d49-2364-4807-82e9-c90a491bd816 2018-10-06 04:32:51,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:51,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5fd7f3b411e0846d80026bb05eb771dfd109459" 2018-10-06 04:32:51,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6687f1-a801-44b6-afa8-6f54d322bbbe Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:51,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1f6687f1-a801-44b6-afa8-6f54d322bbbe 2018-10-06 04:32:51,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5fd7f3b411e0846d80026bb05eb771dfd109459" 2018-10-06 04:32:51,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9052845b-00b2-4444-a977-c1259f50e967 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f"}, "enabled": true, "id": "c2af967880ed46919a69c01549be838f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj"}]} 2018-10-06 04:32:51,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj used request id req-9052845b-00b2-4444-a977-c1259f50e967 2018-10-06 04:32:51,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5fd7f3b411e0846d80026bb05eb771dfd109459" 2018-10-06 04:32:51,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c50961-a16e-4caf-bd86-8ab66500858b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:51,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-75c50961-a16e-4caf-bd86-8ab66500858b 2018-10-06 04:32:51,915 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-user 2018-10-06 04:32:51,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:51,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:52,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37cf3c9d-7b38-4b51-9d37-d9e70e9d0fd4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:52,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-37cf3c9d-7b38-4b51-9d37-d9e70e9d0fd4 2018-10-06 04:32:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" -d '{"role": {"name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role"}}' 2018-10-06 04:32:52,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f485cd0e-6075-4b18-b95f-a12fc5c5effa Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "903820d3260e422d8ce8a95ea91b2e68", "links": {"self": "http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68"}, "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role"}} 2018-10-06 04:32:52,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f485cd0e-6075-4b18-b95f-a12fc5c5effa 2018-10-06 04:32:52,119 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role 2018-10-06 04:32:52,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:52,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc7113f9-9adb-4b89-93e6-980805dec473 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role", "id": "903820d3260e422d8ce8a95ea91b2e68"}} 2018-10-06 04:32:52,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68 used request id req-dc7113f9-9adb-4b89-93e6-980805dec473 2018-10-06 04:32:52,211 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role to project CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj 2018-10-06 04:32:52,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f/users/3a3e9765c0d64b7f9995acddbbd15c14/roles/903820d3260e422d8ce8a95ea91b2e68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:52,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-497fc428-4d90-443d-82ad-135081ad60f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:52,272 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f/users/3a3e9765c0d64b7f9995acddbbd15c14/roles/903820d3260e422d8ce8a95ea91b2e68 used request id req-497fc428-4d90-443d-82ad-135081ad60f4 2018-10-06 04:32:52,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:52,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:52,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:52,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "903820d3260e422d8ce8a95ea91b2e68", "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role"}], "expires_at": "2018-10-06T05:32:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2af967880ed46919a69c01549be838f", "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c2af967880ed46919a69c01549be838f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c2af967880ed46919a69c01549be838f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c2af967880ed46919a69c01549be838f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c2af967880ed46919a69c01549be838f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c2af967880ed46919a69c01549be838f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c2af967880ed46919a69c01549be838f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c2af967880ed46919a69c01549be838f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c2af967880ed46919a69c01549be838f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c2af967880ed46919a69c01549be838f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c2af967880ed46919a69c01549be838f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c2af967880ed46919a69c01549be838f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c2af967880ed46919a69c01549be838f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-user", "id": "3a3e9765c0d64b7f9995acddbbd15c14"}, "audit_ids": ["uS2MGD7oTyK0Mz8CX21suA"], "issued_at": "2018-10-06T04:32:52.000000Z"}} 2018-10-06 04:32:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f06f5ad253c9abdb1d033fd773e41616763e1f" 2018-10-06 04:32:52,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d572a019-9538-4995-9d13-a7168dbff21b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:52,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d572a019-9538-4995-9d13-a7168dbff21b 2018-10-06 04:32:52,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:52,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f06f5ad253c9abdb1d033fd773e41616763e1f" 2018-10-06 04:32:52,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-3d476f2a-25d2-45f6-8402-d6c67dd7fc43 x-compute-request-id: req-3d476f2a-25d2-45f6-8402-d6c67dd7fc43 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:52,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3d476f2a-25d2-45f6-8402-d6c67dd7fc43 2018-10-06 04:32:52,906 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6... 2018-10-06 04:32:52,906 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:52,924 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6 2018-10-06 04:32:52,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f06f5ad253c9abdb1d033fd773e41616763e1f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQqJ1OPtKTsJS2ez5AS7cFAGOZzOufofrwbL5FJbuFPFH6xlg0fUtmkEbaZPthU+29rWowm3KDoFpnQfuyncnq7PRfg8/qECMR1W8CHqdF6Or5zWjywSDEmwH44KI+ONjxXyaqYT6/c7X0MoUMPrapMQ55HNS8x80ZZbhvAeb1EQ==", "name": "CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6"}}' 2018-10-06 04:32:52,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-c5b62680-4052-4ff2-a23e-57c040b218d3 x-compute-request-id: req-c5b62680-4052-4ff2-a23e-57c040b218d3 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDQqJ1OPtKTsJS2ez5AS7cFAGOZzOufofrwbL5FJbuFPFH6xlg0fUtmkEbaZPthU+29rWowm3KDoFpnQfuyncnq7PRfg8/qECMR1W8CHqdF6Or5zWjywSDEmwH44KI+ONjxXyaqYT6/c7X0MoUMPrapMQ55HNS8x80ZZbhvAeb1EQ==", "user_id": "3a3e9765c0d64b7f9995acddbbd15c14", "name": "CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6", "fingerprint": "7e:ad:21:31:ef:06:23:aa:a2:6b:f9:0f:32:33:03:b6"}} 2018-10-06 04:32:52,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-c5b62680-4052-4ff2-a23e-57c040b218d3 2018-10-06 04:32:52,997 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6.pub 2018-10-06 04:32:52,997 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6 2018-10-06 04:32:52,997 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6 2018-10-06 04:32:52,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f06f5ad253c9abdb1d033fd773e41616763e1f" 2018-10-06 04:32:53,041 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:32: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-8abaf43f-77b7-45a9-86a6-697f0ea587aa x-compute-request-id: req-8abaf43f-77b7-45a9-86a6-697f0ea587aa Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:53,041 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6 used request id req-8abaf43f-77b7-45a9-86a6-697f0ea587aa 2018-10-06 04:32:53,041 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6.pub] 2018-10-06 04:32:53,041 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-8c8e7d5b-fcb4-4fb3-ab7b-fa997f78dad6] 2018-10-06 04:32:53,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fbc69bbc-9eb0-469b-beff-668ecb32445d Date: Sat, 06 Oct 2018 04:32:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:53,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-fbc69bbc-9eb0-469b-beff-668ecb32445d 2018-10-06 04:32:53,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd5942a-721d-424c-81fa-3a84cff27a2e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:53,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-dfd5942a-721d-424c-81fa-3a84cff27a2e 2018-10-06 04:32:53,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d8a9f0-a1b8-4f8a-9617-fe90f1b0a070 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:53,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-62d8a9f0-a1b8-4f8a-9617-fe90f1b0a070 2018-10-06 04:32:53,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09477618-6347-42e9-9e0b-105adc0b33aa Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:53,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-09477618-6347-42e9-9e0b-105adc0b33aa 2018-10-06 04:32:53,458 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj 2018-10-06 04:32:53,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64aa2889-ab71-4f66-a89b-fdca2c73bae5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:53,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c2af967880ed46919a69c01549be838f used request id req-64aa2889-ab71-4f66-a89b-fdca2c73bae5 2018-10-06 04:32:53,655 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-proj-role 2018-10-06 04:32:53,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3d3f95e-5cdb-4add-91ff-9c0c416d79a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:53,765 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/903820d3260e422d8ce8a95ea91b2e68 used request id req-b3d3f95e-5cdb-4add-91ff-9c0c416d79a1 2018-10-06 04:32:53,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974457bcd65cb4d39fb4fc9f6fe1d0333f19950c" 2018-10-06 04:32:53,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e9e94e-193b-4bfa-8b68-ce5a7af85889 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:53,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c0e9e94e-193b-4bfa-8b68-ce5a7af85889 2018-10-06 04:32:53,858 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f9a0896e-cae0-4e9-user 2018-10-06 04:32:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3a3e9765c0d64b7f9995acddbbd15c14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5fd7f3b411e0846d80026bb05eb771dfd109459" 2018-10-06 04:32:54,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31a630d2-6fe5-4567-b411-c2aee4ccca57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:54,015 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3a3e9765c0d64b7f9995acddbbd15c14 used request id req-31a630d2-6fe5-4567-b411-c2aee4ccca57 2018-10-06 04:32:54,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:54,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xSiWeIQASaa4DsRbh7xFpQ"], "issued_at": "2018-10-06T04:32:54.000000Z"}} 2018-10-06 04:32:54,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f59cbd427c855125d35e9eca9cffa302e0ef80f6" 2018-10-06 04:32:54,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700c409a-8e71-4f41-a1e2-3ec8eb6780db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:54,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-700c409a-8e71-4f41-a1e2-3ec8eb6780db 2018-10-06 04:32:54,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:54,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:54,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["RZX0_QmiSkmFsBlHKrDl8g"], "issued_at": "2018-10-06T04:32:54.000000Z"}} 2018-10-06 04:32:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:54,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437fbba8-9ee7-4028-b033-c2c37d306f82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:54,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-437fbba8-9ee7-4028-b033-c2c37d306f82 2018-10-06 04:32:54,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:54,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:54,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:55,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537d7eb2-4917-4cf0-9b63-0b5177822f04 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:55,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj used request id req-537d7eb2-4917-4cf0-9b63-0b5177822f04 2018-10-06 04:32:55,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:55,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76e818c-913d-4de6-b68b-d8846ce719b2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:55,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e76e818c-913d-4de6-b68b-d8846ce719b2 2018-10-06 04:32:55,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj"}}' 2018-10-06 04:32:55,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d472a2cf-45c3-476d-a28b-642480114ce6 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493"}, "enabled": true, "id": "61d3c107dc124b399bd1b75d7d1e3493", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj"}} 2018-10-06 04:32:55,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d472a2cf-45c3-476d-a28b-642480114ce6 2018-10-06 04:32:55,251 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj 2018-10-06 04:32:55,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:55,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:55,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["z_SolMdMQ8iBvg2A6EXVZw"], "issued_at": "2018-10-06T04:32:55.000000Z"}} 2018-10-06 04:32:55,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbf81871f7a194629c42dacac528c222b524022" 2018-10-06 04:32:55,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a56dc4-2e36-47f1-91ca-2875f6bf1741 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:55,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-19a56dc4-2e36-47f1-91ca-2875f6bf1741 2018-10-06 04:32:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:55,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbf81871f7a194629c42dacac528c222b524022" 2018-10-06 04:32:55,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e8ead9-0955-4a38-adb6-73818b719496 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:32:55,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-39e8ead9-0955-4a38-adb6-73818b719496 2018-10-06 04:32:55,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbf81871f7a194629c42dacac528c222b524022" 2018-10-06 04:32:55,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b36b1f-d72c-4b25-8a72-a04482c76713 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493"}, "enabled": true, "id": "61d3c107dc124b399bd1b75d7d1e3493", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj"}]} 2018-10-06 04:32:55,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj used request id req-b5b36b1f-d72c-4b25-8a72-a04482c76713 2018-10-06 04:32:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbf81871f7a194629c42dacac528c222b524022" 2018-10-06 04:32:55,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f483af08-8a7c-4659-af24-b1ad1944efe0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:55,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f483af08-8a7c-4659-af24-b1ad1944efe0 2018-10-06 04:32:56,215 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-user 2018-10-06 04:32:56,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:56,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f89be6c-81ee-4a07-95c0-e658dd5f1309 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:56,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0f89be6c-81ee-4a07-95c0-e658dd5f1309 2018-10-06 04:32:56,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" -d '{"role": {"name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role"}}' 2018-10-06 04:32:56,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6c301f3-13d9-46de-8013-fe704a3880f3 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "060078be3ada4f40b848a86d7a2c8bdf", "links": {"self": "http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf"}, "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role"}} 2018-10-06 04:32:56,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b6c301f3-13d9-46de-8013-fe704a3880f3 2018-10-06 04:32:56,425 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role 2018-10-06 04:32:56,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:56,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b4a597-9208-417c-be4d-fe6e2d0342ae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role", "id": "060078be3ada4f40b848a86d7a2c8bdf"}} 2018-10-06 04:32:56,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf used request id req-18b4a597-9208-417c-be4d-fe6e2d0342ae 2018-10-06 04:32:56,447 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role to project CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj 2018-10-06 04:32:56,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493/users/ed41a0654f0d4bbb9d9a15644880d29e/roles/060078be3ada4f40b848a86d7a2c8bdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:56,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41846d15-f696-4637-bd5d-cfe1892e64ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:56,577 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493/users/ed41a0654f0d4bbb9d9a15644880d29e/roles/060078be3ada4f40b848a86d7a2c8bdf used request id req-41846d15-f696-4637-bd5d-cfe1892e64ff 2018-10-06 04:32:56,577 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:56,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:56,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:56,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "060078be3ada4f40b848a86d7a2c8bdf", "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role"}], "expires_at": "2018-10-06T05:32:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61d3c107dc124b399bd1b75d7d1e3493", "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61d3c107dc124b399bd1b75d7d1e3493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61d3c107dc124b399bd1b75d7d1e3493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61d3c107dc124b399bd1b75d7d1e3493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61d3c107dc124b399bd1b75d7d1e3493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61d3c107dc124b399bd1b75d7d1e3493", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61d3c107dc124b399bd1b75d7d1e3493", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61d3c107dc124b399bd1b75d7d1e3493", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-d2d1f38d-5d13-416-user", "id": "ed41a0654f0d4bbb9d9a15644880d29e"}, "audit_ids": ["wJo8HWsnRWWUTOmtWprpjw"], "issued_at": "2018-10-06T04:32:56.000000Z"}} 2018-10-06 04:32:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32276998f716d85a02a54ffd82dea074473a6412" 2018-10-06 04:32:57,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42059887-a384-40c5-8991-a64cd93b844d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:57,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42059887-a384-40c5-8991-a64cd93b844d 2018-10-06 04:32:57,036 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:32:57,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32276998f716d85a02a54ffd82dea074473a6412" 2018-10-06 04:32:57,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-a270bb9a-db4a-4f54-88d4-a07866751b46 x-compute-request-id: req-a270bb9a-db4a-4f54-88d4-a07866751b46 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:32:57,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a270bb9a-db4a-4f54-88d4-a07866751b46 2018-10-06 04:32:57,205 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e... 2018-10-06 04:32:57,205 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:32:57,238 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e 2018-10-06 04:32:57,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32276998f716d85a02a54ffd82dea074473a6412" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDo4SVb7ZUwhdHV4gBif/VkhAAcFCGVMZMfVLmOH7C175Y3agXfzw3CEvyzP/Jol3dXJpqqAS16gZcw6ql1WF7DC+oC9AR7IlulOhz9AiW8vHSslYKtSWP7o4dKeji4sXY9e8aQvfb98GLoaSnwpQYjLkw9RpRmhEV1N+AaHbgMfw==", "name": "CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e"}}' 2018-10-06 04:32:57,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-87cd3581-86bd-427b-8ca4-d3258d0c8cff x-compute-request-id: req-87cd3581-86bd-427b-8ca4-d3258d0c8cff Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDo4SVb7ZUwhdHV4gBif/VkhAAcFCGVMZMfVLmOH7C175Y3agXfzw3CEvyzP/Jol3dXJpqqAS16gZcw6ql1WF7DC+oC9AR7IlulOhz9AiW8vHSslYKtSWP7o4dKeji4sXY9e8aQvfb98GLoaSnwpQYjLkw9RpRmhEV1N+AaHbgMfw==", "user_id": "ed41a0654f0d4bbb9d9a15644880d29e", "name": "CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e", "fingerprint": "fa:ff:94:fb:6a:8b:53:ab:5c:64:9d:08:43:b0:5f:9c"}} 2018-10-06 04:32:57,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-87cd3581-86bd-427b-8ca4-d3258d0c8cff 2018-10-06 04:32:57,309 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e.pub 2018-10-06 04:32:57,309 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e 2018-10-06 04:32:57,310 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e 2018-10-06 04:32:57,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32276998f716d85a02a54ffd82dea074473a6412" 2018-10-06 04:32:57,341 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-799b4c9f-ce8d-4f1c-a790-aa7865b2dc07 x-compute-request-id: req-799b4c9f-ce8d-4f1c-a790-aa7865b2dc07 Content-Length: 0 Content-Type: application/json 2018-10-06 04:32:57,341 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e used request id req-799b4c9f-ce8d-4f1c-a790-aa7865b2dc07 2018-10-06 04:32:57,342 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e.pub] 2018-10-06 04:32:57,342 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d9f6429c-5953-43e5-9803-90908dec074e] 2018-10-06 04:32:57,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:57,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bfaf737d-249b-4e59-b524-6281c59fd3a9 Date: Sat, 06 Oct 2018 04:32:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:32:57,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-bfaf737d-249b-4e59-b524-6281c59fd3a9 2018-10-06 04:32:57,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:57,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4aa68e-b515-49f0-93a3-42bd9fa98bea Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:32:57,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-8d4aa68e-b515-49f0-93a3-42bd9fa98bea 2018-10-06 04:32:57,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:57,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2ee476c-a869-4fba-bcf2-8c45ef6153a9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:32:57,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a2ee476c-a869-4fba-bcf2-8c45ef6153a9 2018-10-06 04:32:57,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:57,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d9171e-f0cc-4aff-87b6-b085e8d5fb7f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:32:57,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-40d9171e-f0cc-4aff-87b6-b085e8d5fb7f 2018-10-06 04:32:57,914 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj 2018-10-06 04:32:57,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:58,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bffffa4-3fbe-4120-b07c-9781d38659c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:58,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/61d3c107dc124b399bd1b75d7d1e3493 used request id req-2bffffa4-3fbe-4120-b07c-9781d38659c5 2018-10-06 04:32:58,164 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-proj-role 2018-10-06 04:32:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:58,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f464072-a5e6-4f3c-82ff-42cc3015920d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:58,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/060078be3ada4f40b848a86d7a2c8bdf used request id req-6f464072-a5e6-4f3c-82ff-42cc3015920d 2018-10-06 04:32:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d807cb1089b2a5a734b55e36bd5a548a6e8213da" 2018-10-06 04:32:58,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab91bfe2-d459-4d50-a949-9dd524d516d4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:32:58,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ab91bfe2-d459-4d50-a949-9dd524d516d4 2018-10-06 04:32:58,364 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-d2d1f38d-5d13-416-user 2018-10-06 04:32:58,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ed41a0654f0d4bbb9d9a15644880d29e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbf81871f7a194629c42dacac528c222b524022" 2018-10-06 04:32:58,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-427506a7-13d6-4a50-96ae-40e27786b94f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:32:58,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ed41a0654f0d4bbb9d9a15644880d29e used request id req-427506a7-13d6-4a50-96ae-40e27786b94f 2018-10-06 04:32:58,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:58,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["9cyTHV_2TIaa6hEg9_Trng"], "issued_at": "2018-10-06T04:32:58.000000Z"}} 2018-10-06 04:32:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db61ef587be67691d8988b00880dcfb533498ce" 2018-10-06 04:32:59,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65782eee-8c3a-4f39-a665-b7e87bb5f2a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:59,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-65782eee-8c3a-4f39-a665-b7e87bb5f2a2 2018-10-06 04:32:59,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:59,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:32:59,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:32:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2m63dxrxTyGz4hj-Td7Yaw"], "issued_at": "2018-10-06T04:32:59.000000Z"}} 2018-10-06 04:32:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:32:59,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee3e7ea4-6ce7-47bc-bec7-829e1b60e9f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:32:59,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ee3e7ea4-6ce7-47bc-bec7-829e1b60e9f7 2018-10-06 04:32:59,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:32:59,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:32:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:32:59,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5899e9-f3a3-4e02-918c-6957acaa30c9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:32:59,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj used request id req-ae5899e9-f3a3-4e02-918c-6957acaa30c9 2018-10-06 04:32:59,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:32:59,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4de42af-049e-4e73-b4cd-6dbc5f6b7bb0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:32:59,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d4de42af-049e-4e73-b4cd-6dbc5f6b7bb0 2018-10-06 04:32:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj"}}' 2018-10-06 04:32:59,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca610016-905a-4d51-9086-b3f81ba13dea Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5"}, "enabled": true, "id": "a15450b3dfc34a148936807174b8dee5", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj"}} 2018-10-06 04:32:59,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ca610016-905a-4d51-9086-b3f81ba13dea 2018-10-06 04:32:59,803 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-proj 2018-10-06 04:32:59,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:32:59,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:00,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["t5C9_6ymQVybb6PPynhaXg"], "issued_at": "2018-10-06T04:33:00.000000Z"}} 2018-10-06 04:33:00,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f7723bee7f45816dfb2aac68a8daa7af647d7b3" 2018-10-06 04:33:00,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6b73e7-e932-4469-959f-91dc60dac33e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:00,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a6b73e7-e932-4469-959f-91dc60dac33e 2018-10-06 04:33:00,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:00,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f7723bee7f45816dfb2aac68a8daa7af647d7b3" 2018-10-06 04:33:00,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234e73ef-bdca-45b0-890a-b0e412af3d71 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:33:00,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-234e73ef-bdca-45b0-890a-b0e412af3d71 2018-10-06 04:33:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f7723bee7f45816dfb2aac68a8daa7af647d7b3" 2018-10-06 04:33:00,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ecb58c3-e404-438c-91d6-e835ff0f1bc3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5"}, "enabled": true, "id": "a15450b3dfc34a148936807174b8dee5", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj"}]} 2018-10-06 04:33:00,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateKeypairsCleanupTests-ad8639cd-856c-407-proj used request id req-2ecb58c3-e404-438c-91d6-e835ff0f1bc3 2018-10-06 04:33:00,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f7723bee7f45816dfb2aac68a8daa7af647d7b3" 2018-10-06 04:33:00,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd19c97c-80fd-4668-a679-18aacbe8b714 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:00,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cd19c97c-80fd-4668-a679-18aacbe8b714 2018-10-06 04:33:00,868 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-user 2018-10-06 04:33:00,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:00,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:00,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f7e9e3-d468-4fd8-a233-636ea79473c6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:00,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-66f7e9e3-d468-4fd8-a233-636ea79473c6 2018-10-06 04:33:00,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" -d '{"role": {"name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role"}}' 2018-10-06 04:33:01,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e0b834b-0d6e-4d2c-adfc-ef84323f85b1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "87e3da34ddfc402786987ece15be58a2", "links": {"self": "http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2"}, "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role"}} 2018-10-06 04:33:01,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8e0b834b-0d6e-4d2c-adfc-ef84323f85b1 2018-10-06 04:33:01,066 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role 2018-10-06 04:33:01,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:01,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1d69a9-61e6-4710-bbd9-63e38fc5263c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role", "id": "87e3da34ddfc402786987ece15be58a2"}} 2018-10-06 04:33:01,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2 used request id req-0e1d69a9-61e6-4710-bbd9-63e38fc5263c 2018-10-06 04:33:01,156 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role to project CreateKeypairsCleanupTests-ad8639cd-856c-407-proj 2018-10-06 04:33:01,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5/users/ba50005b441d4db793f53a27fb51bf4c/roles/87e3da34ddfc402786987ece15be58a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:01,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80d595bb-89bb-4261-9347-7e4bc568826f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:01,290 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5/users/ba50005b441d4db793f53a27fb51bf4c/roles/87e3da34ddfc402786987ece15be58a2 used request id req-80d595bb-89bb-4261-9347-7e4bc568826f 2018-10-06 04:33:01,290 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:33:01,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:01,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:01,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87e3da34ddfc402786987ece15be58a2", "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role"}], "expires_at": "2018-10-06T05:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a15450b3dfc34a148936807174b8dee5", "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a15450b3dfc34a148936807174b8dee5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a15450b3dfc34a148936807174b8dee5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a15450b3dfc34a148936807174b8dee5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a15450b3dfc34a148936807174b8dee5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a15450b3dfc34a148936807174b8dee5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a15450b3dfc34a148936807174b8dee5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a15450b3dfc34a148936807174b8dee5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a15450b3dfc34a148936807174b8dee5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a15450b3dfc34a148936807174b8dee5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a15450b3dfc34a148936807174b8dee5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a15450b3dfc34a148936807174b8dee5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a15450b3dfc34a148936807174b8dee5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-ad8639cd-856c-407-user", "id": "ba50005b441d4db793f53a27fb51bf4c"}, "audit_ids": ["YCRcDhq9RfGF5FE3--Md9w"], "issued_at": "2018-10-06T04:33:01.000000Z"}} 2018-10-06 04:33:01,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a99a3c6493bc879b6c24fc9e445302fbf4c4de" 2018-10-06 04:33:01,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ac166f-ffbd-442f-b0ed-4885e65733b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:01,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0ac166f-ffbd-442f-b0ed-4885e65733b6 2018-10-06 04:33:01,735 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:33:01,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a99a3c6493bc879b6c24fc9e445302fbf4c4de" 2018-10-06 04:33:01,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-2245c0e9-2edb-4dc3-b38e-56db24a6def6 x-compute-request-id: req-2245c0e9-2edb-4dc3-b38e-56db24a6def6 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 04:33:01,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-2245c0e9-2edb-4dc3-b38e-56db24a6def6 2018-10-06 04:33:01,903 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a... 2018-10-06 04:33:01,904 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 04:33:01,919 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a 2018-10-06 04:33:01,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a99a3c6493bc879b6c24fc9e445302fbf4c4de" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDo2Da5Y4zYtwpSjxFOtov2TJgnTtrxSsftUQA9Kj+46fYKrEX19qTIDUt5nXhmYWeWaz4Hq/OlP0urApShJerx/t/2s8FxGkB+8i11vjsXryejA2OD/9Fz5//EwTf5YdjieI9BXuFnkKgQCDW/qumrYmQGxXEF598pdol/0TNRbQ==", "name": "CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a"}}' 2018-10-06 04:33:01,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-015ef11b-bba3-473b-b703-4867740fd434 x-compute-request-id: req-015ef11b-bba3-473b-b703-4867740fd434 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDo2Da5Y4zYtwpSjxFOtov2TJgnTtrxSsftUQA9Kj+46fYKrEX19qTIDUt5nXhmYWeWaz4Hq/OlP0urApShJerx/t/2s8FxGkB+8i11vjsXryejA2OD/9Fz5//EwTf5YdjieI9BXuFnkKgQCDW/qumrYmQGxXEF598pdol/0TNRbQ==", "user_id": "ba50005b441d4db793f53a27fb51bf4c", "name": "CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a", "fingerprint": "75:05:c4:26:84:4a:c0:5a:22:b2:2a:a7:35:bb:bf:38"}} 2018-10-06 04:33:01,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-015ef11b-bba3-473b-b703-4867740fd434 2018-10-06 04:33:01,992 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a.pub 2018-10-06 04:33:01,992 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a 2018-10-06 04:33:01,992 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a 2018-10-06 04:33:01,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a99a3c6493bc879b6c24fc9e445302fbf4c4de" 2018-10-06 04:33:02,024 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-d02b0e34-b6cc-481a-9ae3-f6cfc08dc6a2 x-compute-request-id: req-d02b0e34-b6cc-481a-9ae3-f6cfc08dc6a2 Content-Length: 0 Content-Type: application/json 2018-10-06 04:33:02,024 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-923e582d-6906-4d14-8e0f-9e41b957ba7a used request id req-d02b0e34-b6cc-481a-9ae3-f6cfc08dc6a2 2018-10-06 04:33:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0009d72a-49b6-4f8c-810f-da092c7b5f99 Date: Sat, 06 Oct 2018 04:33:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:33:02,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0009d72a-49b6-4f8c-810f-da092c7b5f99 2018-10-06 04:33:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f582a8e-4125-4a5f-bc8a-262a421c6dd0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:33:02,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-3f582a8e-4125-4a5f-bc8a-262a421c6dd0 2018-10-06 04:33:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb039d8b-1cbe-4e8a-9e4f-847cf5fd3b02 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:33:02,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-bb039d8b-1cbe-4e8a-9e4f-847cf5fd3b02 2018-10-06 04:33:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c491b914-75e8-4cbb-b345-9afc090c1228 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:33:02,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-c491b914-75e8-4cbb-b345-9afc090c1228 2018-10-06 04:33:02,534 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-proj 2018-10-06 04:33:02,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ce907a5-999d-494a-a9b8-96c1a865927f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:02,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a15450b3dfc34a148936807174b8dee5 used request id req-1ce907a5-999d-494a-a9b8-96c1a865927f 2018-10-06 04:33:02,739 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-proj-role 2018-10-06 04:33:02,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-626ffec1-b054-4933-a9c7-bdfa1fb10db4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:02,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/87e3da34ddfc402786987ece15be58a2 used request id req-626ffec1-b054-4933-a9c7-bdfa1fb10db4 2018-10-06 04:33:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2d778e364326c5314776407020e9aa0b915abf" 2018-10-06 04:33:02,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb8c18ce-1881-4c05-b8f2-24775f355750 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:02,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cb8c18ce-1881-4c05-b8f2-24775f355750 2018-10-06 04:33:02,942 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-ad8639cd-856c-407-user 2018-10-06 04:33:02,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ba50005b441d4db793f53a27fb51bf4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f7723bee7f45816dfb2aac68a8daa7af647d7b3" 2018-10-06 04:33:03,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8fb5462-83b2-4a6f-8244-e10911a4e8a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:03,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ba50005b441d4db793f53a27fb51bf4c used request id req-e8fb5462-83b2-4a6f-8244-e10911a4e8a5 2018-10-06 04:33:03,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:03,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["RcIP0STMTsWFlVZYP-dTbw"], "issued_at": "2018-10-06T04:33:03.000000Z"}} 2018-10-06 04:33:03,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462420cf137e3ce7e3c2a6affe98ff1d456fb1f8" 2018-10-06 04:33:03,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b297788c-4f7d-4c96-93a9-299fb28be8ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:03,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b297788c-4f7d-4c96-93a9-299fb28be8ee 2018-10-06 04:33:03,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:03,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:03,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5wenAT3FQAO6VMpt-Z3RbA"], "issued_at": "2018-10-06T04:33:03.000000Z"}} 2018-10-06 04:33:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:04,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e491b6b-f348-43b0-bb07-ee3562938b47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:04,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e491b6b-f348-43b0-bb07-ee3562938b47 2018-10-06 04:33:04,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:04,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:04,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:04,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb0251ee-c719-4185-baac-088a876aeeb4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:33:04,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj used request id req-cb0251ee-c719-4185-baac-088a876aeeb4 2018-10-06 04:33:04,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:04,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cb7243-ef12-4ef9-bd5b-a2d7d33d06ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:04,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-35cb7243-ef12-4ef9-bd5b-a2d7d33d06ad 2018-10-06 04:33:04,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}}' 2018-10-06 04:33:04,365 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7aa963f-189a-4fae-9e7e-c454e751e34f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965"}, "enabled": true, "id": "4ef3721298884f3e8f3545b2c2b5a965", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}} 2018-10-06 04:33:04,365 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e7aa963f-189a-4fae-9e7e-c454e751e34f 2018-10-06 04:33:04,365 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj 2018-10-06 04:33:04,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:04,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:04,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OBEyaBqyRumtQGEW4ZCl0Q"], "issued_at": "2018-10-06T04:33:04.000000Z"}} 2018-10-06 04:33:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30e9d963cf9ccb928be85ffac35a002bfcc7d0b" 2018-10-06 04:33:04,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474e1da1-9564-4416-8ff9-9d2dfc0d7c54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:04,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-474e1da1-9564-4416-8ff9-9d2dfc0d7c54 2018-10-06 04:33:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:04,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30e9d963cf9ccb928be85ffac35a002bfcc7d0b" 2018-10-06 04:33:04,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34499d4-031c-4fb6-b725-7ab943acb127 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:33:04,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c34499d4-031c-4fb6-b725-7ab943acb127 2018-10-06 04:33:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30e9d963cf9ccb928be85ffac35a002bfcc7d0b" 2018-10-06 04:33:04,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617cc2aa-d3b0-4988-9664-ec1d874b657b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965"}, "enabled": true, "id": "4ef3721298884f3e8f3545b2c2b5a965", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}]} 2018-10-06 04:33:04,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj used request id req-617cc2aa-d3b0-4988-9664-ec1d874b657b 2018-10-06 04:33:04,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30e9d963cf9ccb928be85ffac35a002bfcc7d0b" 2018-10-06 04:33:05,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79957204-ff1b-4743-9957-b0ed74d97e6c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:05,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-79957204-ff1b-4743-9957-b0ed74d97e6c 2018-10-06 04:33:05,364 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-user 2018-10-06 04:33:05,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:05,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:05,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f71e014-1c8d-42d2-bfc4-ae788adf80d6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:05,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7f71e014-1c8d-42d2-bfc4-ae788adf80d6 2018-10-06 04:33:05,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" -d '{"role": {"name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role"}}' 2018-10-06 04:33:05,568 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a22e104-b40b-45b1-b4d1-f7c45d34c86d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc56771b9d6a4dafbf769bcd8a0c6d1a", "links": {"self": "http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a"}, "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role"}} 2018-10-06 04:33:05,568 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7a22e104-b40b-45b1-b4d1-f7c45d34c86d 2018-10-06 04:33:05,568 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role 2018-10-06 04:33:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:05,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3460576e-094f-4ae7-a0bf-4ef011ca690d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a"}, "domain_id": null, "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role", "id": "bc56771b9d6a4dafbf769bcd8a0c6d1a"}} 2018-10-06 04:33:05,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a used request id req-3460576e-094f-4ae7-a0bf-4ef011ca690d 2018-10-06 04:33:05,659 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role to project CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj 2018-10-06 04:33:05,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965/users/2f0734cb77cc41e4b9e7bfcaf54c5e97/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:05,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b6bf8a-3b84-4369-8eb0-9be4051e99cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:05,786 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965/users/2f0734cb77cc41e4b9e7bfcaf54c5e97/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a used request id req-79b6bf8a-3b84-4369-8eb0-9be4051e99cf 2018-10-06 04:33:05,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:05,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:06,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc56771b9d6a4dafbf769bcd8a0c6d1a", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role"}], "expires_at": "2018-10-06T05:33:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ef3721298884f3e8f3545b2c2b5a965", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-user", "id": "2f0734cb77cc41e4b9e7bfcaf54c5e97"}, "audit_ids": ["SbTbhp1hRDGgoRelp2ZZHg"], "issued_at": "2018-10-06T04:33:06.000000Z"}} 2018-10-06 04:33:06,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:06,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbbb6d1-01ae-4ce0-b0c3-49b59c90c829 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:06,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fcbbb6d1-01ae-4ce0-b0c3-49b59c90c829 2018-10-06 04:33:06,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:06,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-724e3276-105b-4239-97d1-eb52a6506ffb Date: Sat, 06 Oct 2018 04:33:06 GMT RESP BODY: {"networks":[]} 2018-10-06 04:33:06,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net used request id req-724e3276-105b-4239-97d1-eb52a6506ffb 2018-10-06 04:33:06,425 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net 2018-10-06 04:33:06,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" -d '{"network": {"name": "CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net", "admin_state_up": true}}' 2018-10-06 04:33:06,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3c1f1a02-33f3-4ec4-970b-f02cc7d91b5c Date: Sat, 06 Oct 2018 04:33:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5f81ed74-688f-4fe0-9257-800840cb33e9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4ef3721298884f3e8f3545b2c2b5a965","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:33:06Z","is_default":false,"name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:06Z","mtu":1450}} 2018-10-06 04:33:06,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3c1f1a02-33f3-4ec4-970b-f02cc7d91b5c 2018-10-06 04:33:06,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:07,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-983b17ce-6985-48b3-bead-4b1dc9539abd Date: Sat, 06 Oct 2018 04:33: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-10-06T04:33:06Z","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4ef3721298884f3e8f3545b2c2b5a965","id":"5f81ed74-688f-4fe0-9257-800840cb33e9","name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net"}]} 2018-10-06 04:33:07,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-983b17ce-6985-48b3-bead-4b1dc9539abd 2018-10-06 04:33:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:07,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1f1d2c02-bdb9-4954-88b3-be8ba60fa9bd Date: Sat, 06 Oct 2018 04:33:07 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:33:07,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-1f1d2c02-bdb9-4954-88b3-be8ba60fa9bd 2018-10-06 04:33:07,245 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet 2018-10-06 04:33:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" -d '{"subnets": [{"ip_version": 4, "network_id": "5f81ed74-688f-4fe0-9257-800840cb33e9", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet"}]}' 2018-10-06 04:33:08,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c52043b6-11ef-4943-acbe-50f1cdbab471 Date: Sat, 06 Oct 2018 04:33:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81ed74-688f-4fe0-9257-800840cb33e9","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:07Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:07Z","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":"4ef3721298884f3e8f3545b2c2b5a965","id":"e16434c2-93bf-429d-be59-81f29776612d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet"}]} 2018-10-06 04:33:08,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-c52043b6-11ef-4943-acbe-50f1cdbab471 2018-10-06 04:33:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:08,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f3e5b195-5ccf-4a1f-9a99-519d169634e0 Date: Sat, 06 Oct 2018 04:33: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":["e16434c2-93bf-429d-be59-81f29776612d"],"updated_at":"2018-10-06T04:33:07Z","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4ef3721298884f3e8f3545b2c2b5a965","id":"5f81ed74-688f-4fe0-9257-800840cb33e9","name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net"}]} 2018-10-06 04:33:08,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-f3e5b195-5ccf-4a1f-9a99-519d169634e0 2018-10-06 04:33:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:08,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67c132ec-f618-4202-bcc4-08c6b26deb7c Date: Sat, 06 Oct 2018 04:33:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81ed74-688f-4fe0-9257-800840cb33e9","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:07Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:07Z","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":"4ef3721298884f3e8f3545b2c2b5a965","id":"e16434c2-93bf-429d-be59-81f29776612d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet"}]} 2018-10-06 04:33:08,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-67c132ec-f618-4202-bcc4-08c6b26deb7c 2018-10-06 04:33:08,402 - OpenStackNetwork - DEBUG - Network [5f81ed74-688f-4fe0-9257-800840cb33e9] created successfully 2018-10-06 04:33:08,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:08,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc56771b9d6a4dafbf769bcd8a0c6d1a", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role"}], "expires_at": "2018-10-06T05:33:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ef3721298884f3e8f3545b2c2b5a965", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4ef3721298884f3e8f3545b2c2b5a965", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-user", "id": "2f0734cb77cc41e4b9e7bfcaf54c5e97"}, "audit_ids": ["hbN0X4PoRMu3eN_kW-12WA"], "issued_at": "2018-10-06T04:33:08.000000Z"}} 2018-10-06 04:33:08,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddd087ce1cd87fa31cb6615676dfe54a7e82b5" 2018-10-06 04:33:09,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c32ebf2-3b73-47bc-8890-9ea08ebe74d9 Date: Sat, 06 Oct 2018 04:33: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":["e16434c2-93bf-429d-be59-81f29776612d"],"updated_at":"2018-10-06T04:33:07Z","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4ef3721298884f3e8f3545b2c2b5a965","id":"5f81ed74-688f-4fe0-9257-800840cb33e9","name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net"}]} 2018-10-06 04:33:09,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net used request id req-4c32ebf2-3b73-47bc-8890-9ea08ebe74d9 2018-10-06 04:33:09,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:09,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:09,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462420cf137e3ce7e3c2a6affe98ff1d456fb1f8" 2018-10-06 04:33:09,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ed0062-f669-4f18-b214-ec26c84ec78b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965"}, "enabled": true, "id": "4ef3721298884f3e8f3545b2c2b5a965", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}} 2018-10-06 04:33:09,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 used request id req-b6ed0062-f669-4f18-b214-ec26c84ec78b 2018-10-06 04:33:09,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddd087ce1cd87fa31cb6615676dfe54a7e82b5" 2018-10-06 04:33:09,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ff80e313-3f2e-4eed-9e0e-8a2336dbc239 Date: Sat, 06 Oct 2018 04:33:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81ed74-688f-4fe0-9257-800840cb33e9","tenant_id":"4ef3721298884f3e8f3545b2c2b5a965","created_at":"2018-10-06T04:33:07Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:07Z","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":"4ef3721298884f3e8f3545b2c2b5a965","id":"e16434c2-93bf-429d-be59-81f29776612d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet"}]} 2018-10-06 04:33:09,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-ff80e313-3f2e-4eed-9e0e-8a2336dbc239 2018-10-06 04:33:09,359 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet 2018-10-06 04:33:09,360 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet 2018-10-06 04:33:09,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e16434c2-93bf-429d-be59-81f29776612d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddd087ce1cd87fa31cb6615676dfe54a7e82b5" 2018-10-06 04:33:11,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6f051f7-1447-4174-9891-22c296d3f09f Date: Sat, 06 Oct 2018 04:33:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:11,610 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e16434c2-93bf-429d-be59-81f29776612d used request id req-b6f051f7-1447-4174-9891-22c296d3f09f 2018-10-06 04:33:11,611 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net 2018-10-06 04:33:11,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddd087ce1cd87fa31cb6615676dfe54a7e82b5" 2018-10-06 04:33:12,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fbe1093-57a1-4369-baf4-cf931d16125d Date: Sat, 06 Oct 2018 04:33:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:12,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-9fbe1093-57a1-4369-baf4-cf931d16125d 2018-10-06 04:33:12,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ddd087ce1cd87fa31cb6615676dfe54a7e82b5" 2018-10-06 04:33:13,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b21c152d-146e-4b5b-9656-a7cb9a30c4d2 Date: Sat, 06 Oct 2018 04:33:13 GMT RESP BODY: {"networks":[]} 2018-10-06 04:33:13,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net used request id req-b21c152d-146e-4b5b-9656-a7cb9a30c4d2 2018-10-06 04:33:13,081 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet 2018-10-06 04:33:13,081 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-subnet 2018-10-06 04:33:13,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e16434c2-93bf-429d-be59-81f29776612d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:13,122 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-a4ed9764-358d-4b6e-84d2-502388e73ec0 Date: Sat, 06 Oct 2018 04:33:13 GMT RESP BODY: {"NeutronError": {"message": "Subnet e16434c2-93bf-429d-be59-81f29776612d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 04:33:13,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e16434c2-93bf-429d-be59-81f29776612d used request id req-a4ed9764-358d-4b6e-84d2-502388e73ec0 2018-10-06 04:33:13,122 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet e16434c2-93bf-429d-be59-81f29776612d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-06 04:33:13,123 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a82ac85e-88d1-4e74-8f2c-bcc3c4abb7c4-pub-net 2018-10-06 04:33:13,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5f81ed74-688f-4fe0-9257-800840cb33e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c9d374b00a840c94ca00e02a57bcff8bc15767" 2018-10-06 04:33:13,305 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-775dc170-c1a8-43a2-9094-36ed1dcf0ca6 Date: Sat, 06 Oct 2018 04:33:13 GMT RESP BODY: {"NeutronError": {"message": "Network 5f81ed74-688f-4fe0-9257-800840cb33e9 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-06 04:33:13,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5f81ed74-688f-4fe0-9257-800840cb33e9 used request id req-775dc170-c1a8-43a2-9094-36ed1dcf0ca6 2018-10-06 04:33:13,306 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 5f81ed74-688f-4fe0-9257-800840cb33e9 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-06 04:33:13,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:13,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f29646b7-1551-4492-94c6-8fcf84f1dd69 Date: Sat, 06 Oct 2018 04:33:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "created_at": "2018-10-06T04:33:06Z", "updated_at": "2018-10-06T04:33:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "revision_number": 0, "id": "2402b0df-9354-42c7-86aa-71206bc5b82c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ef3721298884f3e8f3545b2c2b5a965"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "revision_number": 0, "id": "6f495626-ba87-4e76-9f1d-b839e6779d96", "remote_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ef3721298884f3e8f3545b2c2b5a965"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "revision_number": 0, "id": "8297a0ce-1e01-42a2-b9a8-ae28d3bfa83b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ef3721298884f3e8f3545b2c2b5a965"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "revision_number": 0, "id": "91d63b9b-aae7-4c44-be30-3b006eaf9ec3", "remote_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ef3721298884f3e8f3545b2c2b5a965"}], "revision_number": 4, "project_id": "4ef3721298884f3e8f3545b2c2b5a965", "id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:33:13,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f29646b7-1551-4492-94c6-8fcf84f1dd69 2018-10-06 04:33:13,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:13,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d7fa8a-ecb0-4844-8163-4e45e3f5bcc5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:33:13,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e4d7fa8a-ecb0-4844-8163-4e45e3f5bcc5 2018-10-06 04:33:13,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:13,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e39824-e249-4c5a-a22f-64e5b306e340 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965"}, "enabled": true, "id": "4ef3721298884f3e8f3545b2c2b5a965", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj"}} 2018-10-06 04:33:13,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 used request id req-95e39824-e249-4c5a-a22f-64e5b306e340 2018-10-06 04:33:13,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ea4cba9-7a16-48e4-9a79-fda4536173db 2018-10-06 04:33:13,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8ea4cba9-7a16-48e4-9a79-fda4536173db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:13,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-069e99e4-d489-4d52-929f-ebc282a24501 Date: Sat, 06 Oct 2018 04:33:13 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-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "port_range_min": null, "revision_number": 0, "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "created_at": "2018-10-06T04:33:06Z", "project_id": "4ef3721298884f3e8f3545b2c2b5a965", "id": "2402b0df-9354-42c7-86aa-71206bc5b82c"}, {"remote_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "port_range_min": null, "revision_number": 0, "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "created_at": "2018-10-06T04:33:06Z", "project_id": "4ef3721298884f3e8f3545b2c2b5a965", "id": "6f495626-ba87-4e76-9f1d-b839e6779d96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "port_range_min": null, "revision_number": 0, "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "created_at": "2018-10-06T04:33:06Z", "project_id": "4ef3721298884f3e8f3545b2c2b5a965", "id": "8297a0ce-1e01-42a2-b9a8-ae28d3bfa83b"}, {"remote_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:06Z", "security_group_id": "8ea4cba9-7a16-48e4-9a79-fda4536173db", "port_range_min": null, "revision_number": 0, "tenant_id": "4ef3721298884f3e8f3545b2c2b5a965", "created_at": "2018-10-06T04:33:06Z", "project_id": "4ef3721298884f3e8f3545b2c2b5a965", "id": "91d63b9b-aae7-4c44-be30-3b006eaf9ec3"}]} 2018-10-06 04:33:13,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=8ea4cba9-7a16-48e4-9a79-fda4536173db used request id req-069e99e4-d489-4d52-929f-ebc282a24501 2018-10-06 04:33:13,921 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:33:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/8ea4cba9-7a16-48e4-9a79-fda4536173db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:14,246 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb2a51cc-3d39-490e-a505-4159648e07af Content-Length: 0 Date: Sat, 06 Oct 2018 04:33:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:14,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/8ea4cba9-7a16-48e4-9a79-fda4536173db used request id req-bb2a51cc-3d39-490e-a505-4159648e07af 2018-10-06 04:33:14,247 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj 2018-10-06 04:33:14,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:14,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e5cf3a7-dadd-4b5a-a854-70e2ac71108b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:14,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4ef3721298884f3e8f3545b2c2b5a965 used request id req-8e5cf3a7-dadd-4b5a-a854-70e2ac71108b 2018-10-06 04:33:14,475 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-proj-role 2018-10-06 04:33:14,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:14,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a28ad49-1bdc-41ce-bb12-3437283222ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:14,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/bc56771b9d6a4dafbf769bcd8a0c6d1a used request id req-7a28ad49-1bdc-41ce-bb12-3437283222ec 2018-10-06 04:33:14,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}768f3955bccd942d02715c184b6a902bc16ecc3c" 2018-10-06 04:33:14,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57438d3b-88ec-42b0-99b3-4b58e6b46ca6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:14,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-57438d3b-88ec-42b0-99b3-4b58e6b46ca6 2018-10-06 04:33:14,681 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-9eefc566-ceb2-42a-user 2018-10-06 04:33:14,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2f0734cb77cc41e4b9e7bfcaf54c5e97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30e9d963cf9ccb928be85ffac35a002bfcc7d0b" 2018-10-06 04:33:14,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f84580-45fd-45a5-ae43-b3c2a838d941 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:14,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2f0734cb77cc41e4b9e7bfcaf54c5e97 used request id req-64f84580-45fd-45a5-ae43-b3c2a838d941 2018-10-06 04:33:14,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:15,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ZyyrpkWDQTKAUtk_aXEhlg"], "issued_at": "2018-10-06T04:33:15.000000Z"}} 2018-10-06 04:33:15,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331c968d5f8eb1e390672ea84f8be49408fc496a" 2018-10-06 04:33:15,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f121534-7e2a-4b8b-a848-b516f165ab8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:15,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f121534-7e2a-4b8b-a848-b516f165ab8b 2018-10-06 04:33:15,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:15,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:15,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["kiccRn-iTWuO70t7NoauDg"], "issued_at": "2018-10-06T04:33:15.000000Z"}} 2018-10-06 04:33:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:15,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd31f800-5ee6-4a28-b483-1c998b9c4f6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:15,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd31f800-5ee6-4a28-b483-1c998b9c4f6d 2018-10-06 04:33:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:15,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:15,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:15,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6e8456-2236-4794-be6d-ac4e716e25d8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:33:15,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj used request id req-af6e8456-2236-4794-be6d-ac4e716e25d8 2018-10-06 04:33:15,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76385a97-3e89-40ac-a531-5474aa5441cd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:15,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-76385a97-3e89-40ac-a531-5474aa5441cd 2018-10-06 04:33:15,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}}' 2018-10-06 04:33:16,119 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76dac55f-7831-4bd1-85c7-edbb405b5d97 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:16,120 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-76dac55f-7831-4bd1-85c7-edbb405b5d97 2018-10-06 04:33:16,120 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj 2018-10-06 04:33:16,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:16,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:16,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PS12F8VFSDWebuiNXUGKDg"], "issued_at": "2018-10-06T04:33:16.000000Z"}} 2018-10-06 04:33:16,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c61eadfcb5bcb20302fe7d1681753cfa25f62" 2018-10-06 04:33:16,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71de4946-1147-419c-8ae1-6e454adebdad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:16,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71de4946-1147-419c-8ae1-6e454adebdad 2018-10-06 04:33:16,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:16,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:16,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c61eadfcb5bcb20302fe7d1681753cfa25f62" 2018-10-06 04:33:16,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6ab2c9-cac2-42e5-8dd0-cdcedb5d92c9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:33:16,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8a6ab2c9-cac2-42e5-8dd0-cdcedb5d92c9 2018-10-06 04:33:16,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c61eadfcb5bcb20302fe7d1681753cfa25f62" 2018-10-06 04:33:16,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb44d9a8-5e1e-4997-b329-d3a0582041d0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}]} 2018-10-06 04:33:16,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj used request id req-bb44d9a8-5e1e-4997-b329-d3a0582041d0 2018-10-06 04:33:16,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c61eadfcb5bcb20302fe7d1681753cfa25f62" 2018-10-06 04:33:16,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf5c5fb-b02e-46c7-831f-4182e8f54aa7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:16,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bcf5c5fb-b02e-46c7-831f-4182e8f54aa7 2018-10-06 04:33:17,281 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-user 2018-10-06 04:33:17,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:17,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44729f1b-cec3-4b49-b4f4-ebcf0a3fddf4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:17,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-44729f1b-cec3-4b49-b4f4-ebcf0a3fddf4 2018-10-06 04:33:17,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" -d '{"role": {"name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role"}}' 2018-10-06 04:33:17,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fa1bb11-b3ef-4399-ae0a-5c4df45d3827 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af448378b8cf41d8a1fc09ec1f9fcc4d", "links": {"self": "http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d"}, "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role"}} 2018-10-06 04:33:17,504 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1fa1bb11-b3ef-4399-ae0a-5c4df45d3827 2018-10-06 04:33:17,504 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role 2018-10-06 04:33:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:17,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f3b43a-e255-4dc7-815e-4d327e31f928 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d"}, "domain_id": null, "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role", "id": "af448378b8cf41d8a1fc09ec1f9fcc4d"}} 2018-10-06 04:33:17,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d used request id req-e0f3b43a-e255-4dc7-815e-4d327e31f928 2018-10-06 04:33:17,595 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role to project CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj 2018-10-06 04:33:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977/users/9d9086004cb04475b492b62878093eaa/roles/af448378b8cf41d8a1fc09ec1f9fcc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:17,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02977a65-400d-415d-b443-5b96f57ecf87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:17,715 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977/users/9d9086004cb04475b492b62878093eaa/roles/af448378b8cf41d8a1fc09ec1f9fcc4d used request id req-02977a65-400d-415d-b443-5b96f57ecf87 2018-10-06 04:33:17,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:17,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:18,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MTynBkw5SwG87YZiwFB6jw"], "issued_at": "2018-10-06T04:33:18.000000Z"}} 2018-10-06 04:33:18,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:18,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83aa00d-d673-4472-9cd2-f4cf28cd9fb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:18,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f83aa00d-d673-4472-9cd2-f4cf28cd9fb6 2018-10-06 04:33:18,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:18,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1ac09e23-e777-4e86-a92a-719845053b62 Date: Sat, 06 Oct 2018 04:33:18 GMT RESP BODY: {"networks":[]} 2018-10-06 04:33:18,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net used request id req-1ac09e23-e777-4e86-a92a-719845053b62 2018-10-06 04:33:18,381 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net 2018-10-06 04:33:18,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:18,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:18,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BrWMk1_2R36cl62pINHtiA"], "issued_at": "2018-10-06T04:33:18.000000Z"}} 2018-10-06 04:33:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc40925b73b2e049f0c2abe4a564115a083de6ee" 2018-10-06 04:33:18,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b24d8ef-807f-4c9a-ba2e-08ba07ade8dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:18,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b24d8ef-807f-4c9a-ba2e-08ba07ade8dd 2018-10-06 04:33:18,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:18,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:18,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc40925b73b2e049f0c2abe4a564115a083de6ee" 2018-10-06 04:33:18,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bada609-6c8d-4ba7-9b31-d8068d066ba1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}]} 2018-10-06 04:33:18,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj used request id req-8bada609-6c8d-4ba7-9b31-d8068d066ba1 2018-10-06 04:33:18,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" -d '{"network": {"tenant_id": "82f0475e29cd4c6282875b7b12d23977", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net", "admin_state_up": true}}' 2018-10-06 04:33:19,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-74bae7e6-f80a-4f95-9fa6-d454948a09b5 Date: Sat, 06 Oct 2018 04:33:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"73043677-bec2-4904-9c0d-75d84a11eea7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:33:19Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net","admin_state_up":true,"tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","mtu":1450}} 2018-10-06 04:33:19,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-74bae7e6-f80a-4f95-9fa6-d454948a09b5 2018-10-06 04:33:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:19,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-9e1a702d-2eb6-4a43-92b5-31478222122b Date: Sat, 06 Oct 2018 04:33:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"73043677-bec2-4904-9c0d-75d84a11eea7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:33:19Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net","admin_state_up":true,"tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","provider:network_type":"vxlan"}]} 2018-10-06 04:33:19,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-9e1a702d-2eb6-4a43-92b5-31478222122b 2018-10-06 04:33:19,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:19,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd5b9a0b-2425-4325-84f6-a8b0eea989c3 Date: Sat, 06 Oct 2018 04:33:19 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:33:19,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-fd5b9a0b-2425-4325-84f6-a8b0eea989c3 2018-10-06 04:33:19,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:19,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:20,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KwGzilcSRjWo5w87LyYPxg"], "issued_at": "2018-10-06T04:33:20.000000Z"}} 2018-10-06 04:33:20,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eec70e9e1095b8eac3707ad973adc75e785fb45" 2018-10-06 04:33:20,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6991d3f3-4499-41f5-917d-fa5d7f1e33af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:20,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6991d3f3-4499-41f5-917d-fa5d7f1e33af 2018-10-06 04:33:20,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:20,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eec70e9e1095b8eac3707ad973adc75e785fb45" 2018-10-06 04:33:20,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3add27b-ccbc-49ee-b58a-4825fff05a63 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}]} 2018-10-06 04:33:20,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj used request id req-e3add27b-ccbc-49ee-b58a-4825fff05a63 2018-10-06 04:33:20,425 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet 2018-10-06 04:33:20,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" -d '{"subnets": [{"ip_version": 4, "network_id": "73043677-bec2-4904-9c0d-75d84a11eea7", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet", "tenant_id": "82f0475e29cd4c6282875b7b12d23977"}]}' 2018-10-06 04:33:21,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2118c6c9-0194-4773-9c67-b1b0b87adbca Date: Sat, 06 Oct 2018 04:33:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:21,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2118c6c9-0194-4773-9c67-b1b0b87adbca 2018-10-06 04:33:21,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:21,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f89209ec-d649-4ecb-b401-95e43bb76697 Date: Sat, 06 Oct 2018 04:33:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"73043677-bec2-4904-9c0d-75d84a11eea7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","status":"ACTIVE","subnets":["1f058a76-1056-4bab-a6ae-2acf7d6e7365"],"description":"","tags":[],"updated_at":"2018-10-06T04:33:20Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net","admin_state_up":true,"tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","provider:network_type":"vxlan"}]} 2018-10-06 04:33:21,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-f89209ec-d649-4ecb-b401-95e43bb76697 2018-10-06 04:33:21,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:21,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-843a2f78-16e6-43fc-867b-c09a74ef8a84 Date: Sat, 06 Oct 2018 04:33:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:21,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-843a2f78-16e6-43fc-867b-c09a74ef8a84 2018-10-06 04:33:21,654 - OpenStackNetwork - DEBUG - Network [73043677-bec2-4904-9c0d-75d84a11eea7] created successfully 2018-10-06 04:33:21,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:22,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af448378b8cf41d8a1fc09ec1f9fcc4d", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role"}], "expires_at": "2018-10-06T05:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82f0475e29cd4c6282875b7b12d23977", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-user", "id": "9d9086004cb04475b492b62878093eaa"}, "audit_ids": ["ofFZ8kguRdKhD8PgmYg3Jg"], "issued_at": "2018-10-06T04:33:22.000000Z"}} 2018-10-06 04:33:22,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}601b0c7794319abfd07c56402701a388932cfcc2" 2018-10-06 04:33:22,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6bc80ac1-9d0b-4897-ba5e-085044190037 Date: Sat, 06 Oct 2018 04:33: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":["1f058a76-1056-4bab-a6ae-2acf7d6e7365"],"updated_at":"2018-10-06T04:33:20Z","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","id":"73043677-bec2-4904-9c0d-75d84a11eea7","name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net"}]} 2018-10-06 04:33:22,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net used request id req-6bc80ac1-9d0b-4897-ba5e-085044190037 2018-10-06 04:33:22,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:22,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:22,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331c968d5f8eb1e390672ea84f8be49408fc496a" 2018-10-06 04:33:22,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-231248ce-c1db-4925-a539-3f73f0c44c71 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:22,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-231248ce-c1db-4925-a539-3f73f0c44c71 2018-10-06 04:33:22,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}601b0c7794319abfd07c56402701a388932cfcc2" 2018-10-06 04:33:22,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dad98630-c298-4be1-b24a-0c404e004d52 Date: Sat, 06 Oct 2018 04:33:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:22,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-dad98630-c298-4be1-b24a-0c404e004d52 2018-10-06 04:33:22,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:22,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:22,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "af448378b8cf41d8a1fc09ec1f9fcc4d", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role"}], "expires_at": "2018-10-06T05:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82f0475e29cd4c6282875b7b12d23977", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/82f0475e29cd4c6282875b7b12d23977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-user", "id": "9d9086004cb04475b492b62878093eaa"}, "audit_ids": ["QGgr9V_vRMOPjtFawAyOJg"], "issued_at": "2018-10-06T04:33:22.000000Z"}} 2018-10-06 04:33:22,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c364bb9088329bef3bcf13ff245135cc25c2f377" 2018-10-06 04:33:23,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34e5b5f-bfe7-4693-b54c-0a90a2c5ed87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:23,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e34e5b5f-bfe7-4693-b54c-0a90a2c5ed87 2018-10-06 04:33:23,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c364bb9088329bef3bcf13ff245135cc25c2f377" 2018-10-06 04:33:23,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-801336ad-6767-4ce0-86fb-6775c8a98c02 Date: Sat, 06 Oct 2018 04:33: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":["1f058a76-1056-4bab-a6ae-2acf7d6e7365"],"updated_at":"2018-10-06T04:33:20Z","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","id":"73043677-bec2-4904-9c0d-75d84a11eea7","name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net"}]} 2018-10-06 04:33:23,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net used request id req-801336ad-6767-4ce0-86fb-6775c8a98c02 2018-10-06 04:33:23,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:23,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c364bb9088329bef3bcf13ff245135cc25c2f377" 2018-10-06 04:33:23,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399afe2e-9c33-4706-b64d-89722d80e476 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:23,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-399afe2e-9c33-4706-b64d-89722d80e476 2018-10-06 04:33:23,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c364bb9088329bef3bcf13ff245135cc25c2f377" 2018-10-06 04:33:23,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ea93f206-4494-47c7-96dc-239b21b7e183 Date: Sat, 06 Oct 2018 04:33:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:23,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-ea93f206-4494-47c7-96dc-239b21b7e183 2018-10-06 04:33:23,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:23,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:23,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zNLML0m1SsGTefL9QpHuUA"], "issued_at": "2018-10-06T04:33:23.000000Z"}} 2018-10-06 04:33:23,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:24,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8363593b-bc05-4ff0-b790-40fc83a0cca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:24,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8363593b-bc05-4ff0-b790-40fc83a0cca9 2018-10-06 04:33:24,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:24,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-959216e6-a686-419f-94ac-137a235381cf Date: Sat, 06 Oct 2018 04:33:24 GMT RESP BODY: {"routers": []} 2018-10-06 04:33:24,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router&admin_state_up=True used request id req-959216e6-a686-419f-94ac-137a235381cf 2018-10-06 04:33:24,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:24,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:24,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["iZYjY5UNQfWUFRUWJHdxZg"], "issued_at": "2018-10-06T04:33:24.000000Z"}} 2018-10-06 04:33:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53dace8d6d252191974afbe13f38cfb4089d5ca3" 2018-10-06 04:33:24,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33dd860-358d-4fd4-b257-80744a22ee76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:24,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b33dd860-358d-4fd4-b257-80744a22ee76 2018-10-06 04:33:24,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:24,727 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:24,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53dace8d6d252191974afbe13f38cfb4089d5ca3" 2018-10-06 04:33:24,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9da727c-bbee-4d5e-98c4-2884dd1b9af1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}]} 2018-10-06 04:33:24,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj used request id req-d9da727c-bbee-4d5e-98c4-2884dd1b9af1 2018-10-06 04:33:24,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:25,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-72cd596f-9f6c-4723-8550-e44155ba8a25 Date: Sat, 06 Oct 2018 04:33:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:33:25,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-72cd596f-9f6c-4723-8550-e44155ba8a25 2018-10-06 04:33:25,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:25,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-081d46fc-a9e7-402c-95b4-d50f9f6a091e Date: Sat, 06 Oct 2018 04:33:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:33:25,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-081d46fc-a9e7-402c-95b4-d50f9f6a091e 2018-10-06 04:33:25,311 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router 2018-10-06 04:33:25,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router", "admin_state_up": true}}' 2018-10-06 04:33:30,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-22a2bfe7-3f1c-49f2-8abc-b260f73bfe2c Date: Sat, 06 Oct 2018 04:33:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:26Z", "admin_state_up": true, "updated_at": "2018-10-06T04:33:26Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "23ef0bb5-aad3-46f6-9ba5-7f5e0b673154", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router"}} 2018-10-06 04:33:30,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-22a2bfe7-3f1c-49f2-8abc-b260f73bfe2c 2018-10-06 04:33:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:30,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3250 X-Openstack-Request-Id: req-a5176242-20c7-4fa8-b9ae-e7d387c8b4ef Date: Sat, 06 Oct 2018 04:33:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:28Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.2"}],"id":"355f3545-501e-45e0-b534-e8e5ca85e94c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:16:e2:82","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:28Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:29Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.12"}],"id":"4e679798-d970-46f2-95a7-bd670b3bb2d9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2f:9f:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:28Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:30Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.206"}],"id":"6446be4d-9713-4c18-9ca0-3c7503602268","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:73:68","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:33:26Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:27Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.10"}],"id":"e4ffc9bc-fbd5-43a5-a3ae-85c832638b9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:dd:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:27Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"}]} 2018-10-06 04:33:30,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 used request id req-a5176242-20c7-4fa8-b9ae-e7d387c8b4ef 2018-10-06 04:33:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:30,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2230ffda-1218-4892-88b9-1f533396818a Date: Sat, 06 Oct 2018 04:33:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:33:30,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-2230ffda-1218-4892-88b9-1f533396818a 2018-10-06 04:33:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:31,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cc61962c-15fb-422f-a0bf-b1632dca861c Date: Sat, 06 Oct 2018 04:33:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:31,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-cc61962c-15fb-422f-a0bf-b1632dca861c 2018-10-06 04:33:31,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:31,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9844a5f1-314d-42b3-8c46-68d5dfffd9e9 Date: Sat, 06 Oct 2018 04:33:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:31,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-9844a5f1-314d-42b3-8c46-68d5dfffd9e9 2018-10-06 04:33:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:31,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-94feaca6-ea4f-4f9d-a73f-bd8d63ff3e80 Date: Sat, 06 Oct 2018 04:33:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:31,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-94feaca6-ea4f-4f9d-a73f-bd8d63ff3e80 2018-10-06 04:33:31,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:31,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-18bdee55-bb5f-49e5-b3c1-27dee0e63c86 Date: Sat, 06 Oct 2018 04:33:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"73043677-bec2-4904-9c0d-75d84a11eea7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":73,"ipv4_address_scope":null,"shared":false,"project_id":"82f0475e29cd4c6282875b7b12d23977","status":"ACTIVE","subnets":["1f058a76-1056-4bab-a6ae-2acf7d6e7365"],"description":"","tags":[],"updated_at":"2018-10-06T04:33:20Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net","admin_state_up":true,"tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:19Z","provider:network_type":"vxlan"}]} 2018-10-06 04:33:31,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net used request id req-18bdee55-bb5f-49e5-b3c1-27dee0e63c86 2018-10-06 04:33:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:31,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:31,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:31,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c3b9f7-088b-4699-8915-f46ba492b956 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:31,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-e9c3b9f7-088b-4699-8915-f46ba492b956 2018-10-06 04:33:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:32,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e228a502-ed9a-44d0-8d3a-7fb77211cfda Date: Sat, 06 Oct 2018 04:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:32,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-e228a502-ed9a-44d0-8d3a-7fb77211cfda 2018-10-06 04:33:32,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7&name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:32,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c1d8fa2a-dfe8-46f7-97b2-6a45eda0e712 Date: Sat, 06 Oct 2018 04:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}]} 2018-10-06 04:33:32,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=73043677-bec2-4904-9c0d-75d84a11eea7&name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet used request id req-c1d8fa2a-dfe8-46f7-97b2-6a45eda0e712 2018-10-06 04:33:32,233 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 04:33:32,233 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router 2018-10-06 04:33:32,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" -d '{"subnet_id": "1f058a76-1056-4bab-a6ae-2acf7d6e7365"}' 2018-10-06 04:33:34,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5e308f6c-d581-424a-b112-a28cba62ee13 Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"network_id": "73043677-bec2-4904-9c0d-75d84a11eea7", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "subnet_id": "1f058a76-1056-4bab-a6ae-2acf7d6e7365", "subnet_ids": ["1f058a76-1056-4bab-a6ae-2acf7d6e7365"], "port_id": "5ed8e21c-ec77-4646-96f7-caaeec41ac3a", "id": "23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"} 2018-10-06 04:33:34,172 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154/add_router_interface used request id req-5e308f6c-d581-424a-b112-a28cba62ee13 2018-10-06 04:33:34,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-8262c52f-b312-45f7-8645-fad1e5a6cb9c Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:26Z", "admin_state_up": true, "updated_at": "2018-10-06T04:33:33Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "23ef0bb5-aad3-46f6-9ba5-7f5e0b673154", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router"}} 2018-10-06 04:33:34,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 used request id req-8262c52f-b312-45f7-8645-fad1e5a6cb9c 2018-10-06 04:33:34,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4443 X-Openstack-Request-Id: req-9f702db1-7702-46a5-8f86-52945cc5ea07 Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:33Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.2"}],"id":"355f3545-501e-45e0-b534-e8e5ca85e94c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:16:e2:82","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:28Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:33Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.12"}],"id":"4e679798-d970-46f2-95a7-bd670b3bb2d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:9f:d9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:28Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","ip_address":"10.55.1.1"}],"id":"5ed8e21c-ec77-4646-96f7-caaeec41ac3a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:a4:03","project_id":"82f0475e29cd4c6282875b7b12d23977","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:32Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:32Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.206"}],"id":"6446be4d-9713-4c18-9ca0-3c7503602268","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:73:68","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:33:26Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:34Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","ip_address":"169.254.192.10"}],"id":"e4ffc9bc-fbd5-43a5-a3ae-85c832638b9a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:dd:91","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 82f0475e29cd4c6282875b7b12d23977","admin_state_up":true,"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:27Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"}]} 2018-10-06 04:33:34,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 used request id req-9f702db1-7702-46a5-8f86-52945cc5ea07 2018-10-06 04:33:34,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-82f3cbed-d1d9-4739-9357-a522f272fc3a Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:33:34,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-82f3cbed-d1d9-4739-9357-a522f272fc3a 2018-10-06 04:33:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4bd4890e-9e33-4a94-8fa0-65d496ddd656 Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:34,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-4bd4890e-9e33-4a94-8fa0-65d496ddd656 2018-10-06 04:33:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c73fb60b-9255-442f-bbf0-6acdf74bc09a Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:34,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-c73fb60b-9255-442f-bbf0-6acdf74bc09a 2018-10-06 04:33:34,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:34,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-37c0b765-fcf2-426d-baf3-786c68de915e Date: Sat, 06 Oct 2018 04:33:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cc7dd80-f706-4f69-896c-c7ef6c80d601","tenant_id":"","created_at":"2018-10-06T04:33:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:25Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3dfe49fe-0307-40e0-86cc-1e0106bc2d68","subnetpool_id":null,"name":"HA subnet tenant 82f0475e29cd4c6282875b7b12d23977"}} 2018-10-06 04:33:34,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3dfe49fe-0307-40e0-86cc-1e0106bc2d68 used request id req-37c0b765-fcf2-426d-baf3-786c68de915e 2018-10-06 04:33:34,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:35,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-8b731f1f-4b5a-421f-bbed-46c532a89be4 Date: Sat, 06 Oct 2018 04:33:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}} 2018-10-06 04:33:35,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 used request id req-8b731f1f-4b5a-421f-bbed-46c532a89be4 2018-10-06 04:33:35,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}601b0c7794319abfd07c56402701a388932cfcc2" 2018-10-06 04:33:35,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-682c5868-fb23-4469-abb6-b4d663b1755f Date: Sat, 06 Oct 2018 04:33:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:26Z", "admin_state_up": true, "updated_at": "2018-10-06T04:33:33Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "23ef0bb5-aad3-46f6-9ba5-7f5e0b673154", "name": "CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router"}]} 2018-10-06 04:33:35,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router&admin_state_up=True used request id req-682c5868-fb23-4469-abb6-b4d663b1755f 2018-10-06 04:33:35,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331c968d5f8eb1e390672ea84f8be49408fc496a" 2018-10-06 04:33:35,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ed72cd4-a601-46f2-84d4-f1e3fb947b1d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:35,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-9ed72cd4-a601-46f2-84d4-f1e3fb947b1d 2018-10-06 04:33:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}601b0c7794319abfd07c56402701a388932cfcc2" 2018-10-06 04:33:35,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-75e24461-2c67-4d39-b4ac-f83e39705bd4 Date: Sat, 06 Oct 2018 04:33:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","ip_address":"10.55.1.1"}],"id":"5ed8e21c-ec77-4646-96f7-caaeec41ac3a","security_groups":[],"mac_address":"fa:16:3e:a7:a4:03","project_id":"82f0475e29cd4c6282875b7b12d23977","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:32Z","binding:vnic_type":"normal","device_id":"23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"}]} 2018-10-06 04:33:35,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 used request id req-75e24461-2c67-4d39-b4ac-f83e39705bd4 2018-10-06 04:33:35,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}601b0c7794319abfd07c56402701a388932cfcc2" 2018-10-06 04:33:35,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-8522e700-596f-48f6-976e-000fe9a3341a Date: Sat, 06 Oct 2018 04:33:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73043677-bec2-4904-9c0d-75d84a11eea7","tenant_id":"82f0475e29cd4c6282875b7b12d23977","created_at":"2018-10-06T04:33:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33: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":"82f0475e29cd4c6282875b7b12d23977","id":"1f058a76-1056-4bab-a6ae-2acf7d6e7365","subnetpool_id":null,"name":"CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet"}} 2018-10-06 04:33:35,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 used request id req-8522e700-596f-48f6-976e-000fe9a3341a 2018-10-06 04:33:35,864 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router and subnet CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet 2018-10-06 04:33:35,864 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router 2018-10-06 04:33:35,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" -d '{"subnet_id": "1f058a76-1056-4bab-a6ae-2acf7d6e7365"}' 2018-10-06 04:33:37,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61a08e47-899a-4869-93f2-1b6400cc464d Date: Sat, 06 Oct 2018 04:33:37 GMT RESP BODY: {"network_id": "73043677-bec2-4904-9c0d-75d84a11eea7", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "subnet_id": "1f058a76-1056-4bab-a6ae-2acf7d6e7365", "subnet_ids": ["1f058a76-1056-4bab-a6ae-2acf7d6e7365"], "port_id": "5ed8e21c-ec77-4646-96f7-caaeec41ac3a", "id": "23ef0bb5-aad3-46f6-9ba5-7f5e0b673154"} 2018-10-06 04:33:37,363 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154/remove_router_interface used request id req-61a08e47-899a-4869-93f2-1b6400cc464d 2018-10-06 04:33:37,363 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router 2018-10-06 04:33:37,364 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-router 2018-10-06 04:33:37,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d9fcf8dd9155e5900d416e2ad09b129db81c52" 2018-10-06 04:33:40,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c922556-f0c8-4367-9d02-3a6a5093530e Content-Length: 0 Date: Sat, 06 Oct 2018 04:33:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:40,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/23ef0bb5-aad3-46f6-9ba5-7f5e0b673154 used request id req-1c922556-f0c8-4367-9d02-3a6a5093530e 2018-10-06 04:33:40,830 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet 2018-10-06 04:33:40,831 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-subnet 2018-10-06 04:33:40,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:42,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b26033b-c240-488e-8985-651285a3211b Date: Sat, 06 Oct 2018 04:33:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:42,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1f058a76-1056-4bab-a6ae-2acf7d6e7365 used request id req-5b26033b-c240-488e-8985-651285a3211b 2018-10-06 04:33:42,986 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-79a9e2dd-2c1b-42a4-b942-f4b75a811116-pub-net 2018-10-06 04:33:42,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/73043677-bec2-4904-9c0d-75d84a11eea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c4178c934305234a017b30b6f5a4d9e573a169" 2018-10-06 04:33:44,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91b223e4-4d0a-4dcb-818c-33b111ef4c80 Date: Sat, 06 Oct 2018 04:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:44,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/73043677-bec2-4904-9c0d-75d84a11eea7 used request id req-91b223e4-4d0a-4dcb-818c-33b111ef4c80 2018-10-06 04:33:44,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:44,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e99139ac-deb3-47c4-93f1-49a25ae40e77 Date: Sat, 06 Oct 2018 04:33:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:19Z", "updated_at": "2018-10-06T04:33:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "revision_number": 0, "id": "327fa7e1-2a08-4653-9abd-66e04c877458", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "port_range_min": null, "ethertype": "IPv4", "project_id": "82f0475e29cd4c6282875b7b12d23977"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "revision_number": 0, "id": "96ae9500-6667-40b5-816a-c1c3f24a5c36", "remote_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "port_range_min": null, "ethertype": "IPv4", "project_id": "82f0475e29cd4c6282875b7b12d23977"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "revision_number": 0, "id": "b13e7677-243e-4196-b5aa-067599ae117f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "port_range_min": null, "ethertype": "IPv6", "project_id": "82f0475e29cd4c6282875b7b12d23977"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "revision_number": 0, "id": "e7a29665-8b9d-4a50-ab3a-64b7308e588e", "remote_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "port_range_min": null, "ethertype": "IPv6", "project_id": "82f0475e29cd4c6282875b7b12d23977"}], "revision_number": 4, "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "087096a5-94c8-4d4d-ab11-9a565891affc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:33:44,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e99139ac-deb3-47c4-93f1-49a25ae40e77 2018-10-06 04:33:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:44,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75625fcd-a72b-4984-a0be-913e34b37aa6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977"}, "enabled": true, "id": "82f0475e29cd4c6282875b7b12d23977", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj"}} 2018-10-06 04:33:44,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-75625fcd-a72b-4984-a0be-913e34b37aa6 2018-10-06 04:33:44,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 087096a5-94c8-4d4d-ab11-9a565891affc 2018-10-06 04:33:44,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=087096a5-94c8-4d4d-ab11-9a565891affc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:44,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ab26b72b-6a99-40fe-a4ab-fab77a79a5d7 Date: Sat, 06 Oct 2018 04:33:44 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-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "port_range_min": null, "revision_number": 0, "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:19Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "327fa7e1-2a08-4653-9abd-66e04c877458"}, {"remote_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "port_range_min": null, "revision_number": 0, "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:19Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "96ae9500-6667-40b5-816a-c1c3f24a5c36"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "port_range_min": null, "revision_number": 0, "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:19Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "b13e7677-243e-4196-b5aa-067599ae117f"}, {"remote_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:19Z", "security_group_id": "087096a5-94c8-4d4d-ab11-9a565891affc", "port_range_min": null, "revision_number": 0, "tenant_id": "82f0475e29cd4c6282875b7b12d23977", "created_at": "2018-10-06T04:33:19Z", "project_id": "82f0475e29cd4c6282875b7b12d23977", "id": "e7a29665-8b9d-4a50-ab3a-64b7308e588e"}]} 2018-10-06 04:33:44,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=087096a5-94c8-4d4d-ab11-9a565891affc used request id req-ab26b72b-6a99-40fe-a4ab-fab77a79a5d7 2018-10-06 04:33:44,551 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:33:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/087096a5-94c8-4d4d-ab11-9a565891affc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:44,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-844792dd-e596-47b6-9b6b-5da516f52104 Content-Length: 0 Date: Sat, 06 Oct 2018 04:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:33:44,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/087096a5-94c8-4d4d-ab11-9a565891affc used request id req-844792dd-e596-47b6-9b6b-5da516f52104 2018-10-06 04:33:44,843 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj 2018-10-06 04:33:44,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:45,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b35ea51-d7cf-422b-a2db-ebde5985c9ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:45,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/82f0475e29cd4c6282875b7b12d23977 used request id req-2b35ea51-d7cf-422b-a2db-ebde5985c9ae 2018-10-06 04:33:45,044 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-proj-role 2018-10-06 04:33:45,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:45,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3a30cd9-2ce6-4609-a92c-8567fe594b45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:45,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/af448378b8cf41d8a1fc09ec1f9fcc4d used request id req-b3a30cd9-2ce6-4609-a92c-8567fe594b45 2018-10-06 04:33:45,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133b6ffc2f15ccea5e292bc548833b9fa00dfb2" 2018-10-06 04:33:45,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df23b0d-2508-4acb-8842-d06d7020c380 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:45,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8df23b0d-2508-4acb-8842-d06d7020c380 2018-10-06 04:33:45,239 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8a9dad4c-09f3-491-user 2018-10-06 04:33:45,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9d9086004cb04475b492b62878093eaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}755c61eadfcb5bcb20302fe7d1681753cfa25f62" 2018-10-06 04:33:45,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bfdecaa-387e-41c5-be62-d0486d8394eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:45,465 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9d9086004cb04475b492b62878093eaa used request id req-6bfdecaa-387e-41c5-be62-d0486d8394eb 2018-10-06 04:33:45,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:45,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["scE7JQgdREOpOAA41lK5_A"], "issued_at": "2018-10-06T04:33:45.000000Z"}} 2018-10-06 04:33:45,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}405f784dbb0a90f5ab06eb4d86da55394b8c1f97" 2018-10-06 04:33:45,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f15729-ae36-4dc4-8007-81d1784fdce0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:45,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d2f15729-ae36-4dc4-8007-81d1784fdce0 2018-10-06 04:33:45,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:45,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:46,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["tLjjpVHdQhO3yRJAVhM94A"], "issued_at": "2018-10-06T04:33:46.000000Z"}} 2018-10-06 04:33:46,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:46,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9ddfaf-987f-4310-a9bb-4220eb7ba2f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:46,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b9ddfaf-987f-4310-a9bb-4220eb7ba2f8 2018-10-06 04:33:46,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:46,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:46,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:46,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a9cdf4-ce58-4049-ac29-ad0f314dee8e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:33:46,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj used request id req-83a9cdf4-ce58-4049-ac29-ad0f314dee8e 2018-10-06 04:33:46,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:46,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5515b70c-3357-4cfd-a050-cbeedacaaa66 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:46,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5515b70c-3357-4cfd-a050-cbeedacaaa66 2018-10-06 04:33:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}}' 2018-10-06 04:33:46,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22f13f49-1545-4d48-a351-7201e65a94b3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}} 2018-10-06 04:33:46,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-22f13f49-1545-4d48-a351-7201e65a94b3 2018-10-06 04:33:46,730 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj 2018-10-06 04:33:46,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:46,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:47,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oEbixQbLT1mF8CbQwm_1Aw"], "issued_at": "2018-10-06T04:33:47.000000Z"}} 2018-10-06 04:33:47,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb24f79cd5eeeb3c1d4267fb0ea18708267eb4cc" 2018-10-06 04:33:47,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f678a09-0eff-4e8b-8b0f-37ad8b070efc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:47,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8f678a09-0eff-4e8b-8b0f-37ad8b070efc 2018-10-06 04:33:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:47,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:47,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb24f79cd5eeeb3c1d4267fb0ea18708267eb4cc" 2018-10-06 04:33:47,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e246c9-ac91-4bdd-9b56-b0bdd6235428 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:33:47,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-19e246c9-ac91-4bdd-9b56-b0bdd6235428 2018-10-06 04:33:47,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb24f79cd5eeeb3c1d4267fb0ea18708267eb4cc" 2018-10-06 04:33:47,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34cb12d-0deb-4f89-a578-b2e9304f6c31 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}]} 2018-10-06 04:33:47,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj used request id req-c34cb12d-0deb-4f89-a578-b2e9304f6c31 2018-10-06 04:33:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb24f79cd5eeeb3c1d4267fb0ea18708267eb4cc" 2018-10-06 04:33:47,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2718e05-d62f-4245-80a5-e62e3e6584a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:33:47,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a2718e05-d62f-4245-80a5-e62e3e6584a7 2018-10-06 04:33:47,795 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-user 2018-10-06 04:33:47,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:47,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:47,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca94bce-cf18-4b19-b23b-2116c287ef00 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:33:47,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-eca94bce-cf18-4b19-b23b-2116c287ef00 2018-10-06 04:33:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" -d '{"role": {"name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role"}}' 2018-10-06 04:33:47,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d38ee05-b840-48fd-b97b-673a2a796dd0 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "75fe8283c4f24c1abddee06e7078bdf1", "links": {"self": "http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1"}, "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role"}} 2018-10-06 04:33:47,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1d38ee05-b840-48fd-b97b-673a2a796dd0 2018-10-06 04:33:47,922 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role 2018-10-06 04:33:47,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:48,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c969c988-4625-49bc-9223-451853aa6a9a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1"}, "domain_id": null, "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role", "id": "75fe8283c4f24c1abddee06e7078bdf1"}} 2018-10-06 04:33:48,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1 used request id req-c969c988-4625-49bc-9223-451853aa6a9a 2018-10-06 04:33:48,015 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role to project CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj 2018-10-06 04:33:48,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3/users/f78cc95664754ecc98f1c49447ff6dda/roles/75fe8283c4f24c1abddee06e7078bdf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:33:48,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:33:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39116fee-341f-4eed-be01-f1c4aff79a17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:33:48,151 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3/users/f78cc95664754ecc98f1c49447ff6dda/roles/75fe8283c4f24c1abddee06e7078bdf1 used request id req-39116fee-341f-4eed-be01-f1c4aff79a17 2018-10-06 04:33:48,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:48,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:48,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["d82eRWyTR92qUxEbE5cDTg"], "issued_at": "2018-10-06T04:33:48.000000Z"}} 2018-10-06 04:33:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:48,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f7e80d-ab28-4478-86dc-3b50ca085472 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:48,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28f7e80d-ab28-4478-86dc-3b50ca085472 2018-10-06 04:33:48,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:48,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4e9acb24-5184-46f1-ad75-cd508f1500ac Date: Sat, 06 Oct 2018 04:33:48 GMT RESP BODY: {"networks":[]} 2018-10-06 04:33:48,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net used request id req-4e9acb24-5184-46f1-ad75-cd508f1500ac 2018-10-06 04:33:48,809 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net 2018-10-06 04:33:48,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:48,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:49,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["pXqu2CJ3Q3-TdNPfPC5fBA"], "issued_at": "2018-10-06T04:33:49.000000Z"}} 2018-10-06 04:33:49,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf617dea62def7cd025d111b231b9653e3c1b38f" 2018-10-06 04:33:49,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082e1dd5-6f14-4016-998c-cdd4de192c19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:49,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-082e1dd5-6f14-4016-998c-cdd4de192c19 2018-10-06 04:33:49,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:49,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:49,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf617dea62def7cd025d111b231b9653e3c1b38f" 2018-10-06 04:33:49,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25fa8765-b510-42dd-b84b-eb3f6296ec9f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}]} 2018-10-06 04:33:49,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj used request id req-25fa8765-b510-42dd-b84b-eb3f6296ec9f 2018-10-06 04:33:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" -d '{"network": {"tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net", "admin_state_up": true}}' 2018-10-06 04:33:49,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a9df46a1-8f4b-417e-9ace-865f09cd13fd Date: Sat, 06 Oct 2018 04:33:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"560c831e-6ed5-419a-81db-c78d29815dc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:33:49Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net","admin_state_up":true,"tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:49Z","mtu":1450}} 2018-10-06 04:33:49,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-a9df46a1-8f4b-417e-9ace-865f09cd13fd 2018-10-06 04:33:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:50,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-9a2e2d50-f6ef-424f-b301-202748375f87 Date: Sat, 06 Oct 2018 04:33:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"560c831e-6ed5-419a-81db-c78d29815dc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:33:49Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net","admin_state_up":true,"tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:49Z","provider:network_type":"vxlan"}]} 2018-10-06 04:33:50,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-9a2e2d50-f6ef-424f-b301-202748375f87 2018-10-06 04:33:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:50,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7ca7b615-925e-49d6-af36-2c8d59323b60 Date: Sat, 06 Oct 2018 04:33:50 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:33:50,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-7ca7b615-925e-49d6-af36-2c8d59323b60 2018-10-06 04:33:50,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:50,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:50,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Q1YKnpgyRRGKHw5N7iJIwQ"], "issued_at": "2018-10-06T04:33:50.000000Z"}} 2018-10-06 04:33:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4667efb36f4d520db0eb666642b14a8bf8c2c869" 2018-10-06 04:33:50,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ff185d-0428-4d99-b221-f382b9cbc078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:50,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7ff185d-0428-4d99-b221-f382b9cbc078 2018-10-06 04:33:50,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:50,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:50,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4667efb36f4d520db0eb666642b14a8bf8c2c869" 2018-10-06 04:33:50,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d47d1d9-373a-4398-a114-e46011a04248 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}]} 2018-10-06 04:33:50,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj used request id req-8d47d1d9-373a-4398-a114-e46011a04248 2018-10-06 04:33:50,946 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet 2018-10-06 04:33:50,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" -d '{"subnets": [{"ip_version": 4, "network_id": "560c831e-6ed5-419a-81db-c78d29815dc5", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3"}]}' 2018-10-06 04:33:51,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2fd049c7-64e3-449d-b282-762eb2b1a4bd Date: Sat, 06 Oct 2018 04:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}]} 2018-10-06 04:33:51,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2fd049c7-64e3-449d-b282-762eb2b1a4bd 2018-10-06 04:33:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:51,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bc6bff2c-5844-47a8-bba1-0eec5f546b43 Date: Sat, 06 Oct 2018 04:33:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"560c831e-6ed5-419a-81db-c78d29815dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"ACTIVE","subnets":["d7ba7001-6e30-4b17-89b7-c54edc17ddbb"],"description":"","tags":[],"updated_at":"2018-10-06T04:33:51Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net","admin_state_up":true,"tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:49Z","provider:network_type":"vxlan"}]} 2018-10-06 04:33:51,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-bc6bff2c-5844-47a8-bba1-0eec5f546b43 2018-10-06 04:33:51,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:33:52,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f420ea8e-8f8b-479e-bc34-3724cc4854df Date: Sat, 06 Oct 2018 04:33:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}]} 2018-10-06 04:33:52,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-f420ea8e-8f8b-479e-bc34-3724cc4854df 2018-10-06 04:33:52,165 - OpenStackNetwork - DEBUG - Network [560c831e-6ed5-419a-81db-c78d29815dc5] created successfully 2018-10-06 04:33:52,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:52,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75fe8283c4f24c1abddee06e7078bdf1", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role"}], "expires_at": "2018-10-06T05:33:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b072d85ae6ba4b0497885604de2d6da3", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b072d85ae6ba4b0497885604de2d6da3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/b072d85ae6ba4b0497885604de2d6da3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/b072d85ae6ba4b0497885604de2d6da3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/b072d85ae6ba4b0497885604de2d6da3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b072d85ae6ba4b0497885604de2d6da3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/b072d85ae6ba4b0497885604de2d6da3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/b072d85ae6ba4b0497885604de2d6da3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-user", "id": "f78cc95664754ecc98f1c49447ff6dda"}, "audit_ids": ["DrbRRqwGQs2CxOt2VsyDSw"], "issued_at": "2018-10-06T04:33:52.000000Z"}} 2018-10-06 04:33:52,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727f06baca14001b3e1d38deb09427eb9f21cd4a" 2018-10-06 04:33:52,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bcfc0835-4bb6-4d97-8983-c13745711b3b Date: Sat, 06 Oct 2018 04:33: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":["d7ba7001-6e30-4b17-89b7-c54edc17ddbb"],"updated_at":"2018-10-06T04:33:51Z","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b072d85ae6ba4b0497885604de2d6da3","id":"560c831e-6ed5-419a-81db-c78d29815dc5","name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net"}]} 2018-10-06 04:33:52,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net used request id req-bcfc0835-4bb6-4d97-8983-c13745711b3b 2018-10-06 04:33:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:52,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}405f784dbb0a90f5ab06eb4d86da55394b8c1f97" 2018-10-06 04:33:52,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce87d52f-2096-4bc5-8caf-5889f18e8a34 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}} 2018-10-06 04:33:52,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 used request id req-ce87d52f-2096-4bc5-8caf-5889f18e8a34 2018-10-06 04:33:52,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727f06baca14001b3e1d38deb09427eb9f21cd4a" 2018-10-06 04:33:53,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35366714-504b-42d3-9fb6-06e4fecf3c16 Date: Sat, 06 Oct 2018 04:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}]} 2018-10-06 04:33:53,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-35366714-504b-42d3-9fb6-06e4fecf3c16 2018-10-06 04:33:53,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:53,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:53,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PSgJ-xwVRPCz9MoObmZkBQ"], "issued_at": "2018-10-06T04:33:53.000000Z"}} 2018-10-06 04:33:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:53,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f86840a-b73a-41ed-8354-bcdcfdd3e403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:53,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f86840a-b73a-41ed-8354-bcdcfdd3e403 2018-10-06 04:33:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:53,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4c7405f5-02b1-48f3-85a8-3149011e2892 Date: Sat, 06 Oct 2018 04:33:53 GMT RESP BODY: {"routers": []} 2018-10-06 04:33:53,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router&admin_state_up=True used request id req-4c7405f5-02b1-48f3-85a8-3149011e2892 2018-10-06 04:33:53,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:33:53,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:33:54,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:33:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yh62oymqSo-ZDOtjZXSd8g"], "issued_at": "2018-10-06T04:33:54.000000Z"}} 2018-10-06 04:33:54,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b46a59e680508cbcdf1409f54fe3e9aa20bc06e" 2018-10-06 04:33:54,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c369b5-10f8-4d2a-8c81-e364d81e029a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:33:54,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-62c369b5-10f8-4d2a-8c81-e364d81e029a 2018-10-06 04:33:54,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:33:54,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:33:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:33:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b46a59e680508cbcdf1409f54fe3e9aa20bc06e" 2018-10-06 04:33:54,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7521b5e7-581a-47cb-ac27-85145321aefc Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}]} 2018-10-06 04:33:54,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj used request id req-7521b5e7-581a-47cb-ac27-85145321aefc 2018-10-06 04:33:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:54,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2cd6d6ed-ad9d-4ab9-b475-0e2b3e4ca26c Date: Sat, 06 Oct 2018 04:33:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:33:54,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-2cd6d6ed-ad9d-4ab9-b475-0e2b3e4ca26c 2018-10-06 04:33:54,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:54,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e6c2db74-7abb-496f-b2f3-f8223fe5a12f Date: Sat, 06 Oct 2018 04:33:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:33:54,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-e6c2db74-7abb-496f-b2f3-f8223fe5a12f 2018-10-06 04:33:54,724 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router 2018-10-06 04:33:54,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router", "admin_state_up": true}}' 2018-10-06 04:33:59,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4e708cc5-7946-4be2-b489-645ce0a478b4 Date: Sat, 06 Oct 2018 04:33:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:55Z", "admin_state_up": true, "updated_at": "2018-10-06T04:33:56Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "6bb70108-9992-4046-9d1f-32d7b24dca7f", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router"}} 2018-10-06 04:33:59,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-4e708cc5-7946-4be2-b489-645ce0a478b4 2018-10-06 04:33:59,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:59,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-5e074830-1fca-4c3c-b4de-3ad2184b998e Date: Sat, 06 Oct 2018 04:33:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.3"}],"id":"053bd624-0934-4866-b6cd-e5f923d06245","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:85:6f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:57Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:56Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.207"}],"id":"9b24f73d-9178-4c5f-90ce-9b957d1a4f78","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:cf:d5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:33:55Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.6"}],"id":"a2362142-cc5e-4442-9b4b-f2b5240d4f80","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3c:45:b1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:56Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:33:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.1"}],"id":"c6857701-6835-4d43-8e3b-7cd9355a6a98","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6d:bb:1c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:58Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"}]} 2018-10-06 04:33:59,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f used request id req-5e074830-1fca-4c3c-b4de-3ad2184b998e 2018-10-06 04:33:59,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:33:59,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-da71fb2a-1962-4764-8264-d981781e6f1e Date: Sat, 06 Oct 2018 04:33:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:33:59,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-da71fb2a-1962-4764-8264-d981781e6f1e 2018-10-06 04:33:59,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:00,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-eb524127-6aea-4b8a-9ad6-f2afce642e14 Date: Sat, 06 Oct 2018 04:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:00,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-eb524127-6aea-4b8a-9ad6-f2afce642e14 2018-10-06 04:34:00,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:00,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-169dd0f1-bbfa-4c46-9fee-6a376df72f35 Date: Sat, 06 Oct 2018 04:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:00,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-169dd0f1-bbfa-4c46-9fee-6a376df72f35 2018-10-06 04:34:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:00,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e818c914-4a3f-4d6a-97c7-a4e6ff4bd8ea Date: Sat, 06 Oct 2018 04:34:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:00,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-e818c914-4a3f-4d6a-97c7-a4e6ff4bd8ea 2018-10-06 04:34:00,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:00,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-af2cc7a1-1ad6-4d86-824c-ec5722394621 Date: Sat, 06 Oct 2018 04:34:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"560c831e-6ed5-419a-81db-c78d29815dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":75,"ipv4_address_scope":null,"shared":false,"project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"ACTIVE","subnets":["d7ba7001-6e30-4b17-89b7-c54edc17ddbb"],"description":"","tags":[],"updated_at":"2018-10-06T04:33:51Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net","admin_state_up":true,"tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:49Z","provider:network_type":"vxlan"}]} 2018-10-06 04:34:00,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net used request id req-af2cc7a1-1ad6-4d86-824c-ec5722394621 2018-10-06 04:34:00,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:00,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:00,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a307505e-ffdc-4e30-bb77-0c6f969d54db Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}} 2018-10-06 04:34:00,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 used request id req-a307505e-ffdc-4e30-bb77-0c6f969d54db 2018-10-06 04:34:00,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:01,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-76657b0d-38e0-4fe0-8870-c2fbf7da4614 Date: Sat, 06 Oct 2018 04:34:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}]} 2018-10-06 04:34:01,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-76657b0d-38e0-4fe0-8870-c2fbf7da4614 2018-10-06 04:34:01,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5&name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:01,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a01501c6-e51c-4511-953d-461c8f51ef2d Date: Sat, 06 Oct 2018 04:34:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}]} 2018-10-06 04:34:01,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=560c831e-6ed5-419a-81db-c78d29815dc5&name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet used request id req-a01501c6-e51c-4511-953d-461c8f51ef2d 2018-10-06 04:34:01,290 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 04:34:01,290 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router 2018-10-06 04:34:01,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" -d '{"subnet_id": "d7ba7001-6e30-4b17-89b7-c54edc17ddbb"}' 2018-10-06 04:34:03,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3898ab58-7eca-4741-8c6e-5ffb8efb1811 Date: Sat, 06 Oct 2018 04:34:03 GMT RESP BODY: {"network_id": "560c831e-6ed5-419a-81db-c78d29815dc5", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "subnet_id": "d7ba7001-6e30-4b17-89b7-c54edc17ddbb", "subnet_ids": ["d7ba7001-6e30-4b17-89b7-c54edc17ddbb"], "port_id": "f7c2a2b0-ff60-4d47-8c49-445842320626", "id": "6bb70108-9992-4046-9d1f-32d7b24dca7f"} 2018-10-06 04:34:03,254 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f/add_router_interface used request id req-3898ab58-7eca-4741-8c6e-5ffb8efb1811 2018-10-06 04:34:03,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:03,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-1cc02f08-87a1-4616-9f1c-7e62d8f9b421 Date: Sat, 06 Oct 2018 04:34:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:55Z", "admin_state_up": true, "updated_at": "2018-10-06T04:34:02Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "6bb70108-9992-4046-9d1f-32d7b24dca7f", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router"}} 2018-10-06 04:34:03,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f used request id req-1cc02f08-87a1-4616-9f1c-7e62d8f9b421 2018-10-06 04:34:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:03,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-297f0d22-6d19-4980-90b1-c70718367487 Date: Sat, 06 Oct 2018 04:34:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:02Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.3"}],"id":"053bd624-0934-4866-b6cd-e5f923d06245","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:85:6f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:57Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:01Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.207"}],"id":"9b24f73d-9178-4c5f-90ce-9b957d1a4f78","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:cf:d5","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:33:55Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:01Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.6"}],"id":"a2362142-cc5e-4442-9b4b-f2b5240d4f80","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:45:b1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:56Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:02Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","ip_address":"169.254.192.1"}],"id":"c6857701-6835-4d43-8e3b-7cd9355a6a98","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:bb:1c","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b072d85ae6ba4b0497885604de2d6da3","admin_state_up":true,"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:58Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:02Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","ip_address":"10.55.1.1"}],"id":"f7c2a2b0-ff60-4d47-8c49-445842320626","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d7:0a:af","project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:34:02Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"}]} 2018-10-06 04:34:03,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f used request id req-297f0d22-6d19-4980-90b1-c70718367487 2018-10-06 04:34:03,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:04,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b6543f7e-3e19-47da-ad2a-c338e7fb95b4 Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:34:04,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-b6543f7e-3e19-47da-ad2a-c338e7fb95b4 2018-10-06 04:34:04,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:04,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8d5d938f-3808-4a54-9c07-f7029e1f453a Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:04,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-8d5d938f-3808-4a54-9c07-f7029e1f453a 2018-10-06 04:34:04,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:04,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bf98cd46-245f-4630-ab9d-227f6d652d10 Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:04,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-bf98cd46-245f-4630-ab9d-227f6d652d10 2018-10-06 04:34:04,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:04,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4ed620d0-52e6-403e-aefe-7fd5485c9d18 Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e68b91d2-743b-4ee8-b355-47d62e1059eb","tenant_id":"","created_at":"2018-10-06T04:33:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4dfa6055-54ab-4958-b8a0-fbe5d9f90aea","subnetpool_id":null,"name":"HA subnet tenant b072d85ae6ba4b0497885604de2d6da3"}} 2018-10-06 04:34:04,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/4dfa6055-54ab-4958-b8a0-fbe5d9f90aea used request id req-4ed620d0-52e6-403e-aefe-7fd5485c9d18 2018-10-06 04:34:04,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:04,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b08417a5-3aee-4bc7-b471-b6afbd46f1f9 Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}} 2018-10-06 04:34:04,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb used request id req-b08417a5-3aee-4bc7-b471-b6afbd46f1f9 2018-10-06 04:34:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727f06baca14001b3e1d38deb09427eb9f21cd4a" 2018-10-06 04:34:04,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-c9e73ff2-fc78-4f99-8056-866c9d1652ac Date: Sat, 06 Oct 2018 04:34:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:55Z", "admin_state_up": true, "updated_at": "2018-10-06T04:34:02Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "6bb70108-9992-4046-9d1f-32d7b24dca7f", "name": "CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router"}]} 2018-10-06 04:34:04,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router&admin_state_up=True used request id req-c9e73ff2-fc78-4f99-8056-866c9d1652ac 2018-10-06 04:34:04,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}405f784dbb0a90f5ab06eb4d86da55394b8c1f97" 2018-10-06 04:34:04,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82eeca59-a843-4b0f-941e-acc9b828c1ef Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}} 2018-10-06 04:34:04,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 used request id req-82eeca59-a843-4b0f-941e-acc9b828c1ef 2018-10-06 04:34:04,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727f06baca14001b3e1d38deb09427eb9f21cd4a" 2018-10-06 04:34:05,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-bbca1618-6560-42ca-8d53-b8707fc8779e Date: Sat, 06 Oct 2018 04:34:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","ip_address":"10.55.1.1"}],"id":"f7c2a2b0-ff60-4d47-8c49-445842320626","security_groups":[],"mac_address":"fa:16:3e:d7:0a:af","project_id":"b072d85ae6ba4b0497885604de2d6da3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:34:02Z","binding:vnic_type":"normal","device_id":"6bb70108-9992-4046-9d1f-32d7b24dca7f"}]} 2018-10-06 04:34:05,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=6bb70108-9992-4046-9d1f-32d7b24dca7f used request id req-bbca1618-6560-42ca-8d53-b8707fc8779e 2018-10-06 04:34:05,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727f06baca14001b3e1d38deb09427eb9f21cd4a" 2018-10-06 04:34:05,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-307779f8-56b0-41c3-a07b-da37690c3f94 Date: Sat, 06 Oct 2018 04:34:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"560c831e-6ed5-419a-81db-c78d29815dc5","tenant_id":"b072d85ae6ba4b0497885604de2d6da3","created_at":"2018-10-06T04:33:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:33:51Z","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":"b072d85ae6ba4b0497885604de2d6da3","id":"d7ba7001-6e30-4b17-89b7-c54edc17ddbb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet"}} 2018-10-06 04:34:05,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb used request id req-307779f8-56b0-41c3-a07b-da37690c3f94 2018-10-06 04:34:05,331 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router and subnet CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet 2018-10-06 04:34:05,331 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router 2018-10-06 04:34:05,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" -d '{"subnet_id": "d7ba7001-6e30-4b17-89b7-c54edc17ddbb"}' 2018-10-06 04:34:07,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce8f172c-22e0-405e-bd74-f886df7f8d7f Date: Sat, 06 Oct 2018 04:34:07 GMT RESP BODY: {"network_id": "560c831e-6ed5-419a-81db-c78d29815dc5", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "subnet_id": "d7ba7001-6e30-4b17-89b7-c54edc17ddbb", "subnet_ids": ["d7ba7001-6e30-4b17-89b7-c54edc17ddbb"], "port_id": "f7c2a2b0-ff60-4d47-8c49-445842320626", "id": "6bb70108-9992-4046-9d1f-32d7b24dca7f"} 2018-10-06 04:34:07,146 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f/remove_router_interface used request id req-ce8f172c-22e0-405e-bd74-f886df7f8d7f 2018-10-06 04:34:07,147 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router 2018-10-06 04:34:07,147 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-router 2018-10-06 04:34:07,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36b31f079aa00ce3f080fbeb018739e4eb1d505" 2018-10-06 04:34:10,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-863ff009-c6c0-4520-ad66-9842c2b5bacd Content-Length: 0 Date: Sat, 06 Oct 2018 04:34:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:10,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/6bb70108-9992-4046-9d1f-32d7b24dca7f used request id req-863ff009-c6c0-4520-ad66-9842c2b5bacd 2018-10-06 04:34:10,453 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet 2018-10-06 04:34:10,453 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-subnet 2018-10-06 04:34:10,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:34:12,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7800be77-bf22-43e4-a381-6f3b26b8e6ee Date: Sat, 06 Oct 2018 04:34:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:12,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d7ba7001-6e30-4b17-89b7-c54edc17ddbb used request id req-7800be77-bf22-43e4-a381-6f3b26b8e6ee 2018-10-06 04:34:12,698 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-aa1ff47a-6321-4c2c-8d0e-ed00cef5cec6-pub-net 2018-10-06 04:34:12,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/560c831e-6ed5-419a-81db-c78d29815dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71376bb092fc75273db593871e9e558e03f3d617" 2018-10-06 04:34:13,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcafee83-4f28-4555-86bb-95eef16dc0ed Date: Sat, 06 Oct 2018 04:34:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:13,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/560c831e-6ed5-419a-81db-c78d29815dc5 used request id req-dcafee83-4f28-4555-86bb-95eef16dc0ed 2018-10-06 04:34:13,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:13,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-698a9d97-a727-47b0-a230-bd3ebb12dc8f Date: Sat, 06 Oct 2018 04:34:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:49Z", "updated_at": "2018-10-06T04:33:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "revision_number": 0, "id": "4e4ea594-d3ad-43b5-9b9f-5309cdfaa188", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b072d85ae6ba4b0497885604de2d6da3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "revision_number": 0, "id": "930baa99-edf4-4683-b52d-4d65281b663c", "remote_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b072d85ae6ba4b0497885604de2d6da3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "revision_number": 0, "id": "bf27c6fc-312c-468f-9463-18304edf35f3", "remote_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b072d85ae6ba4b0497885604de2d6da3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "revision_number": 0, "id": "d2c9d8a3-739a-4395-b764-cdcab24771d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b072d85ae6ba4b0497885604de2d6da3"}], "revision_number": 4, "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "c92b4534-b6f9-436e-abde-85171c0bad72", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:34:13,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-698a9d97-a727-47b0-a230-bd3ebb12dc8f 2018-10-06 04:34:13,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:13,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84cd5e6c-9b51-4a7d-bdc2-120cd8fda168 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:34:13,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-84cd5e6c-9b51-4a7d-bdc2-120cd8fda168 2018-10-06 04:34:13,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:13,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336f317b-bb73-4d69-b8aa-8bb168837b88 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:34:13,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-336f317b-bb73-4d69-b8aa-8bb168837b88 2018-10-06 04:34:13,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad8a743-a5ec-49ec-81dc-bb7a852ba087 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3"}, "enabled": true, "id": "b072d85ae6ba4b0497885604de2d6da3", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj"}} 2018-10-06 04:34:14,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 used request id req-1ad8a743-a5ec-49ec-81dc-bb7a852ba087 2018-10-06 04:34:14,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c92b4534-b6f9-436e-abde-85171c0bad72 2018-10-06 04:34:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c92b4534-b6f9-436e-abde-85171c0bad72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4f2f5c45-924f-4adb-9af6-38ae5ce933b4 Date: Sat, 06 Oct 2018 04:34: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-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "port_range_min": null, "revision_number": 0, "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:49Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "4e4ea594-d3ad-43b5-9b9f-5309cdfaa188"}, {"remote_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "port_range_min": null, "revision_number": 0, "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:49Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "930baa99-edf4-4683-b52d-4d65281b663c"}, {"remote_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "port_range_min": null, "revision_number": 0, "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:49Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "bf27c6fc-312c-468f-9463-18304edf35f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:33:49Z", "security_group_id": "c92b4534-b6f9-436e-abde-85171c0bad72", "port_range_min": null, "revision_number": 0, "tenant_id": "b072d85ae6ba4b0497885604de2d6da3", "created_at": "2018-10-06T04:33:49Z", "project_id": "b072d85ae6ba4b0497885604de2d6da3", "id": "d2c9d8a3-739a-4395-b764-cdcab24771d9"}]} 2018-10-06 04:34:14,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c92b4534-b6f9-436e-abde-85171c0bad72 used request id req-4f2f5c45-924f-4adb-9af6-38ae5ce933b4 2018-10-06 04:34:14,219 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:34:14,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c92b4534-b6f9-436e-abde-85171c0bad72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,549 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-360c2014-d167-4a1a-83a2-f97c7ce6e3f2 Content-Length: 0 Date: Sat, 06 Oct 2018 04:34:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:14,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c92b4534-b6f9-436e-abde-85171c0bad72 used request id req-360c2014-d167-4a1a-83a2-f97c7ce6e3f2 2018-10-06 04:34:14,549 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj 2018-10-06 04:34:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac1ae355-d7bb-4a70-8fcd-aa501d52c2fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:14,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b072d85ae6ba4b0497885604de2d6da3 used request id req-ac1ae355-d7bb-4a70-8fcd-aa501d52c2fc 2018-10-06 04:34:14,745 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-proj-role 2018-10-06 04:34:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dff17f00-ca4b-4044-9661-d84f1ef21f52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:14,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/75fe8283c4f24c1abddee06e7078bdf1 used request id req-dff17f00-ca4b-4044-9661-d84f1ef21f52 2018-10-06 04:34:14,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857fd4d1203740f39d32b34437f07fcb1d2f6346" 2018-10-06 04:34:14,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf76f76a-7bd9-41f3-bc16-5be5f3418619 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:14,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bf76f76a-7bd9-41f3-bc16-5be5f3418619 2018-10-06 04:34:14,939 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f7a3cc69-50b9-4a3-user 2018-10-06 04:34:14,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f78cc95664754ecc98f1c49447ff6dda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb24f79cd5eeeb3c1d4267fb0ea18708267eb4cc" 2018-10-06 04:34:15,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62179f4c-1145-449d-8be9-18847824622f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:15,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f78cc95664754ecc98f1c49447ff6dda used request id req-62179f4c-1145-449d-8be9-18847824622f 2018-10-06 04:34:15,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:15,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["DTZyeXWuQLqfxLhmFVqMyQ"], "issued_at": "2018-10-06T04:34:15.000000Z"}} 2018-10-06 04:34:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e8eb53bb928d138e52e07717343b926c5b5dc1" 2018-10-06 04:34:15,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74c97cc-86ac-4dfa-b2bd-47fae9a7b1fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:15,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e74c97cc-86ac-4dfa-b2bd-47fae9a7b1fd 2018-10-06 04:34:15,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:15,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:15,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PmGkXz_7Rsu6S8SFBRf1wA"], "issued_at": "2018-10-06T04:34:15.000000Z"}} 2018-10-06 04:34:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:16,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a80687-d7a6-4688-a509-236243be4322 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:16,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f5a80687-d7a6-4688-a509-236243be4322 2018-10-06 04:34:16,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:16,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:16,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9f68f3-43b3-4ccd-9ba8-92cdb7fda313 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:34:16,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj used request id req-6d9f68f3-43b3-4ccd-9ba8-92cdb7fda313 2018-10-06 04:34:16,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:16,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c28b6c8-1ca3-4040-aba0-554a46c85942 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:16,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4c28b6c8-1ca3-4040-aba0-554a46c85942 2018-10-06 04:34:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}}' 2018-10-06 04:34:16,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c6edac6-6b23-4fef-8873-cb28e816f256 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}} 2018-10-06 04:34:16,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9c6edac6-6b23-4fef-8873-cb28e816f256 2018-10-06 04:34:16,377 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-7c878066-ee80-44d-proj 2018-10-06 04:34:16,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:16,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:16,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mDUmjgOISmWOOJEVfqW8BA"], "issued_at": "2018-10-06T04:34:16.000000Z"}} 2018-10-06 04:34:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c99a7130489b716cd7e992a6f87f579fccebf7a0" 2018-10-06 04:34:16,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209e8b85-cb44-4da3-895a-5995af1505ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:16,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-209e8b85-cb44-4da3-895a-5995af1505ee 2018-10-06 04:34:16,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:16,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:16,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c99a7130489b716cd7e992a6f87f579fccebf7a0" 2018-10-06 04:34:16,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdc9b56-ff84-4581-b6dc-1f65da48b459 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:34:16,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9fdc9b56-ff84-4581-b6dc-1f65da48b459 2018-10-06 04:34:16,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c99a7130489b716cd7e992a6f87f579fccebf7a0" 2018-10-06 04:34:17,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a56d61a-8488-45b3-908f-69ff1c38880d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}]} 2018-10-06 04:34:17,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-7c878066-ee80-44d-proj used request id req-1a56d61a-8488-45b3-908f-69ff1c38880d 2018-10-06 04:34:17,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c99a7130489b716cd7e992a6f87f579fccebf7a0" 2018-10-06 04:34:17,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658e81d3-2f70-44a7-8efc-5a57dce268d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:17,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-658e81d3-2f70-44a7-8efc-5a57dce268d4 2018-10-06 04:34:17,538 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-7c878066-ee80-44d-user 2018-10-06 04:34:17,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:17,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:17,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94aeaf63-b6f6-49ad-bdc5-d844a848ade8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:17,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-94aeaf63-b6f6-49ad-bdc5-d844a848ade8 2018-10-06 04:34:17,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" -d '{"role": {"name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}}' 2018-10-06 04:34:17,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1b8ec06-925d-4f0b-8ca0-a414a859d843 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff1631160ac94253b45a09e21fd5e195", "links": {"self": "http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195"}, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}} 2018-10-06 04:34:17,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f1b8ec06-925d-4f0b-8ca0-a414a859d843 2018-10-06 04:34:17,754 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role 2018-10-06 04:34:17,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:17,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bce2b8-8319-4691-a7ca-833788f9b52d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195"}, "domain_id": null, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role", "id": "ff1631160ac94253b45a09e21fd5e195"}} 2018-10-06 04:34:17,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195 used request id req-39bce2b8-8319-4691-a7ca-833788f9b52d 2018-10-06 04:34:17,849 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role to project CreateNetworkSuccessTests-7c878066-ee80-44d-proj 2018-10-06 04:34:17,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e/users/3ac4ac6802a9440fbb8e5a3c912e38d3/roles/ff1631160ac94253b45a09e21fd5e195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:17,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42ed8876-9406-4878-9735-fdd225cd4b1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:17,978 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e/users/3ac4ac6802a9440fbb8e5a3c912e38d3/roles/ff1631160ac94253b45a09e21fd5e195 used request id req-42ed8876-9406-4878-9735-fdd225cd4b1c 2018-10-06 04:34:17,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:17,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:18,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff1631160ac94253b45a09e21fd5e195", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}], "expires_at": "2018-10-06T05:34:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-user", "id": "3ac4ac6802a9440fbb8e5a3c912e38d3"}, "audit_ids": ["1h5Otr8VRviMNQ3OnVRYBA"], "issued_at": "2018-10-06T04:34:18.000000Z"}} 2018-10-06 04:34:18,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:18,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef92d01-1ae2-4a5a-88b7-8b4547199253 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:18,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4ef92d01-1ae2-4a5a-88b7-8b4547199253 2018-10-06 04:34:18,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:18,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ffea0575-85e9-465b-ab9e-a8fa52312f0a Date: Sat, 06 Oct 2018 04:34:18 GMT RESP BODY: {"networks":[]} 2018-10-06 04:34:18,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net used request id req-ffea0575-85e9-465b-ab9e-a8fa52312f0a 2018-10-06 04:34:18,622 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net 2018-10-06 04:34:18,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" -d '{"network": {"name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net", "admin_state_up": true}}' 2018-10-06 04:34:19,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-485f0400-a546-404d-bd96-1ee1dc15be49 Date: Sat, 06 Oct 2018 04:34:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"923ef04e-e399-4fc5-b512-a6377a756ba5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:34:19Z","is_default":false,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:18Z","mtu":1450}} 2018-10-06 04:34:19,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-485f0400-a546-404d-bd96-1ee1dc15be49 2018-10-06 04:34:19,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:19,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-82bc6e2a-94ae-41b1-ab80-44ee4ad494d4 Date: Sat, 06 Oct 2018 04:34: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-10-06T04:34:19Z","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"923ef04e-e399-4fc5-b512-a6377a756ba5","name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net"}]} 2018-10-06 04:34:19,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-82bc6e2a-94ae-41b1-ab80-44ee4ad494d4 2018-10-06 04:34:19,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:19,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4d4380a6-23b3-4289-9fe2-4719a818ed1c Date: Sat, 06 Oct 2018 04:34:19 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:34:19,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-4d4380a6-23b3-4289-9fe2-4719a818ed1c 2018-10-06 04:34:19,696 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet 2018-10-06 04:34:19,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" -d '{"subnets": [{"ip_version": 4, "network_id": "923ef04e-e399-4fc5-b512-a6377a756ba5", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]}' 2018-10-06 04:34:20,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3e9d9b53-a775-46e2-852b-719bf9b7ae25 Date: Sat, 06 Oct 2018 04:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:20,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-3e9d9b53-a775-46e2-852b-719bf9b7ae25 2018-10-06 04:34:20,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:20,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0068ab55-e04d-4ad8-b6c8-b2f3c5da880f Date: Sat, 06 Oct 2018 04: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":["788639c5-5a27-4b4f-ac4c-21bb0bb9b659"],"updated_at":"2018-10-06T04:34:20Z","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"923ef04e-e399-4fc5-b512-a6377a756ba5","name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net"}]} 2018-10-06 04:34:20,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-0068ab55-e04d-4ad8-b6c8-b2f3c5da880f 2018-10-06 04:34:20,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:20,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6c233dc7-528b-4711-bb6a-f2e484d633bd Date: Sat, 06 Oct 2018 04:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:20,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-6c233dc7-528b-4711-bb6a-f2e484d633bd 2018-10-06 04:34:20,668 - OpenStackNetwork - DEBUG - Network [923ef04e-e399-4fc5-b512-a6377a756ba5] created successfully 2018-10-06 04:34:20,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:20,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:21,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff1631160ac94253b45a09e21fd5e195", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}], "expires_at": "2018-10-06T05:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-user", "id": "3ac4ac6802a9440fbb8e5a3c912e38d3"}, "audit_ids": ["kf74xKJjRoKDL52j3fGwMA"], "issued_at": "2018-10-06T04:34:21.000000Z"}} 2018-10-06 04:34:21,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:21,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-343c8d14-5551-4790-af6a-e169b58e7aed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:21,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-343c8d14-5551-4790-af6a-e169b58e7aed 2018-10-06 04:34:21,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:21,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aefa91c1-6971-4c8f-bd9c-6c8a3cc59aa2 Date: Sat, 06 Oct 2018 04:34:21 GMT RESP BODY: {"routers": []} 2018-10-06 04:34:21,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router&admin_state_up=True used request id req-aefa91c1-6971-4c8f-bd9c-6c8a3cc59aa2 2018-10-06 04:34:21,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:21,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:21,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff1631160ac94253b45a09e21fd5e195", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}], "expires_at": "2018-10-06T05:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-user", "id": "3ac4ac6802a9440fbb8e5a3c912e38d3"}, "audit_ids": ["ZruFrXq5SYq9J9uQPh3jew"], "issued_at": "2018-10-06T04:34:21.000000Z"}} 2018-10-06 04:34:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6507545b5a4062c05c9350cc2881573d5c925481" 2018-10-06 04:34:21,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b705918-f375-4e8e-84fd-b51a2649f26f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:21,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b705918-f375-4e8e-84fd-b51a2649f26f 2018-10-06 04:34:21,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:22,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3ffc37e5-4976-45d0-991b-ce7cc435c2b3 Date: Sat, 06 Oct 2018 04:34:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:34:22,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-3ffc37e5-4976-45d0-991b-ce7cc435c2b3 2018-10-06 04:34:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:22,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5ce4f580-a840-4a07-9b65-90f5532c3d18 Date: Sat, 06 Oct 2018 04:34:22 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:34:22,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-5ce4f580-a840-4a07-9b65-90f5532c3d18 2018-10-06 04:34:22,309 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router 2018-10-06 04:34:22,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router", "admin_state_up": true}}' 2018-10-06 04:34:27,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-50bc6f06-1c91-40ad-b294-58a27456a7ec Date: Sat, 06 Oct 2018 04:34:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:23Z", "admin_state_up": true, "updated_at": "2018-10-06T04:34:23Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "e08015bf-8dde-475f-980a-93a504645128", "name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router"}} 2018-10-06 04:34:27,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-50bc6f06-1c91-40ad-b294-58a27456a7ec 2018-10-06 04:34:27,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:27,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-50e18e1e-4e3d-4b86-a7d2-23f5d9431881 Date: Sat, 06 Oct 2018 04:34:27 GMT RESP BODY: {"ports":[]} 2018-10-06 04:34:27,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 used request id req-50e18e1e-4e3d-4b86-a7d2-23f5d9431881 2018-10-06 04:34:27,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:27,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-05403f3f-154b-469d-9d43-150b54af012f Date: Sat, 06 Oct 2018 04:34: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":["788639c5-5a27-4b4f-ac4c-21bb0bb9b659"],"updated_at":"2018-10-06T04:34:20Z","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"923ef04e-e399-4fc5-b512-a6377a756ba5","name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net"}]} 2018-10-06 04:34:27,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net used request id req-05403f3f-154b-469d-9d43-150b54af012f 2018-10-06 04:34:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:27,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:28,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:28,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82243f73-273d-4b92-9b29-d75d46cc5f51 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}} 2018-10-06 04:34:28,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e used request id req-82243f73-273d-4b92-9b29-d75d46cc5f51 2018-10-06 04:34:28,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:28,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cf408d3a-3343-4488-8c25-4921bedbe70e Date: Sat, 06 Oct 2018 04:34:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:28,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-cf408d3a-3343-4488-8c25-4921bedbe70e 2018-10-06 04:34:28,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5&name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:28,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-000da1ec-4b9f-4cd4-8165-5b413804b01a Date: Sat, 06 Oct 2018 04:34:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:28,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5&name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet used request id req-000da1ec-4b9f-4cd4-8165-5b413804b01a 2018-10-06 04:34:28,528 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 04:34:28,528 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router 2018-10-06 04:34:28,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" -d '{"subnet_id": "788639c5-5a27-4b4f-ac4c-21bb0bb9b659"}' 2018-10-06 04:34:30,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d946cf9f-a1ae-487b-8fbe-f51f6c74630f Date: Sat, 06 Oct 2018 04:34:30 GMT RESP BODY: {"network_id": "923ef04e-e399-4fc5-b512-a6377a756ba5", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "subnet_id": "788639c5-5a27-4b4f-ac4c-21bb0bb9b659", "subnet_ids": ["788639c5-5a27-4b4f-ac4c-21bb0bb9b659"], "port_id": "7175fe87-82de-42ac-9b69-4aa9b58820d4", "id": "e08015bf-8dde-475f-980a-93a504645128"} 2018-10-06 04:34:30,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128/add_router_interface used request id req-d946cf9f-a1ae-487b-8fbe-f51f6c74630f 2018-10-06 04:34:30,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:30,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-20cbe1ce-925c-482a-8f83-83847d79a508 Date: Sat, 06 Oct 2018 04:34:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:23Z", "admin_state_up": true, "updated_at": "2018-10-06T04:34:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "e08015bf-8dde-475f-980a-93a504645128", "name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router"}} 2018-10-06 04:34:30,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128 used request id req-20cbe1ce-925c-482a-8f83-83847d79a508 2018-10-06 04:34:30,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:30,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-81c8366b-f7fc-4294-b064-af03cec15acd Date: Sat, 06 Oct 2018 04:34:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:30Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","ip_address":"10.55.1.1"}],"id":"7175fe87-82de-42ac-9b69-4aa9b58820d4","security_groups":[],"mac_address":"fa:16:3e:65:8b:fb","project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:29Z","binding:vnic_type":"normal","device_id":"e08015bf-8dde-475f-980a-93a504645128"}]} 2018-10-06 04:34:30,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 used request id req-81c8366b-f7fc-4294-b064-af03cec15acd 2018-10-06 04:34:30,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:30,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-0caad351-e60c-4866-a783-3a3cf4e80e38 Date: Sat, 06 Oct 2018 04:34:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}} 2018-10-06 04:34:30,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 used request id req-0caad351-e60c-4866-a783-3a3cf4e80e38 2018-10-06 04:34:30,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:31,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff1631160ac94253b45a09e21fd5e195", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role"}], "expires_at": "2018-10-06T05:34:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ec07f3ad1f634f95bb0734a8d9e8026e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-user", "id": "3ac4ac6802a9440fbb8e5a3c912e38d3"}, "audit_ids": ["fE3V_RbHRN-jD3ZeQOZFtA"], "issued_at": "2018-10-06T04:34:31.000000Z"}} 2018-10-06 04:34:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:31,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5cd94033-99e0-4027-899a-cc1703b3f47a Date: Sat, 06 Oct 2018 04:34: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":["788639c5-5a27-4b4f-ac4c-21bb0bb9b659"],"updated_at":"2018-10-06T04:34:20Z","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"923ef04e-e399-4fc5-b512-a6377a756ba5","name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net"}]} 2018-10-06 04:34:31,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net used request id req-5cd94033-99e0-4027-899a-cc1703b3f47a 2018-10-06 04:34:31,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:31,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:31,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e8eb53bb928d138e52e07717343b926c5b5dc1" 2018-10-06 04:34:31,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160076cf-f630-4eb4-91c8-3aa858999ffb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}} 2018-10-06 04:34:31,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e used request id req-160076cf-f630-4eb4-91c8-3aa858999ffb 2018-10-06 04:34:31,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:31,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-86c69355-3c12-49b6-81bf-f812c7e9ee11 Date: Sat, 06 Oct 2018 04:34:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:31,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-86c69355-3c12-49b6-81bf-f812c7e9ee11 2018-10-06 04:34:31,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5&name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:32,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-63fda96c-3fc9-4d09-a376-571d1763a7ca Date: Sat, 06 Oct 2018 04:34:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}]} 2018-10-06 04:34:32,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=923ef04e-e399-4fc5-b512-a6377a756ba5&name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet used request id req-63fda96c-3fc9-4d09-a376-571d1763a7ca 2018-10-06 04:34:32,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:32,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-3821f4b3-18ed-4f24-8947-aaa39f96bec0 Date: Sat, 06 Oct 2018 04:34:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:23Z", "admin_state_up": true, "updated_at": "2018-10-06T04:34:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "e08015bf-8dde-475f-980a-93a504645128", "name": "CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router"}]} 2018-10-06 04:34:32,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router used request id req-3821f4b3-18ed-4f24-8947-aaa39f96bec0 2018-10-06 04:34:32,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e8eb53bb928d138e52e07717343b926c5b5dc1" 2018-10-06 04:34:32,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7bfc582-23c8-42cb-9473-f0464f10cf0b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}} 2018-10-06 04:34:32,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e used request id req-a7bfc582-23c8-42cb-9473-f0464f10cf0b 2018-10-06 04:34:32,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:32,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-1c112632-2d33-4569-8111-f4828d75a2f0 Date: Sat, 06 Oct 2018 04:34:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:34:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","ip_address":"10.55.1.1"}],"id":"7175fe87-82de-42ac-9b69-4aa9b58820d4","security_groups":[],"mac_address":"fa:16:3e:65:8b:fb","project_id":"ec07f3ad1f634f95bb0734a8d9e8026e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:29Z","binding:vnic_type":"normal","device_id":"e08015bf-8dde-475f-980a-93a504645128"}]} 2018-10-06 04:34:32,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e08015bf-8dde-475f-980a-93a504645128 used request id req-1c112632-2d33-4569-8111-f4828d75a2f0 2018-10-06 04:34:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d77f647be19eea831d0ae66ef16c994989afc55" 2018-10-06 04:34:32,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-644d2b7b-5896-4497-b5a7-b59d6d8caa9c Date: Sat, 06 Oct 2018 04:34:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"923ef04e-e399-4fc5-b512-a6377a756ba5","tenant_id":"ec07f3ad1f634f95bb0734a8d9e8026e","created_at":"2018-10-06T04:34:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34: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":"ec07f3ad1f634f95bb0734a8d9e8026e","id":"788639c5-5a27-4b4f-ac4c-21bb0bb9b659","subnetpool_id":null,"name":"CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet"}} 2018-10-06 04:34:32,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 used request id req-644d2b7b-5896-4497-b5a7-b59d6d8caa9c 2018-10-06 04:34:32,757 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router and subnet CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet 2018-10-06 04:34:32,757 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router 2018-10-06 04:34:32,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" -d '{"subnet_id": "788639c5-5a27-4b4f-ac4c-21bb0bb9b659"}' 2018-10-06 04:34:34,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-efceeb33-7608-4790-9d5d-e92683e5bb31 Date: Sat, 06 Oct 2018 04:34:34 GMT RESP BODY: {"network_id": "923ef04e-e399-4fc5-b512-a6377a756ba5", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "subnet_id": "788639c5-5a27-4b4f-ac4c-21bb0bb9b659", "subnet_ids": ["788639c5-5a27-4b4f-ac4c-21bb0bb9b659"], "port_id": "7175fe87-82de-42ac-9b69-4aa9b58820d4", "id": "e08015bf-8dde-475f-980a-93a504645128"} 2018-10-06 04:34:34,453 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128/remove_router_interface used request id req-efceeb33-7608-4790-9d5d-e92683e5bb31 2018-10-06 04:34:34,453 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router 2018-10-06 04:34:34,453 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-router 2018-10-06 04:34:34,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d62a847a0f0821e3ffc44d5d9ec6a7a8bba3f6e" 2018-10-06 04:34:37,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4889dcea-c05c-4664-b657-c4eeb1f6e1c1 Content-Length: 0 Date: Sat, 06 Oct 2018 04:34:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:37,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/e08015bf-8dde-475f-980a-93a504645128 used request id req-4889dcea-c05c-4664-b657-c4eeb1f6e1c1 2018-10-06 04:34:37,784 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet 2018-10-06 04:34:37,784 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-subnet 2018-10-06 04:34:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:40,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e3c3ce2-c2bf-4ee9-977e-411c1a2b635b Date: Sat, 06 Oct 2018 04:34:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:40,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/788639c5-5a27-4b4f-ac4c-21bb0bb9b659 used request id req-8e3c3ce2-c2bf-4ee9-977e-411c1a2b635b 2018-10-06 04:34:40,132 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-83eab9a1-a612-4a59-821c-506d18b4bf08-pub-net 2018-10-06 04:34:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/923ef04e-e399-4fc5-b512-a6377a756ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179dd1cef5c99700d21b32785093b7df2acda184" 2018-10-06 04:34:41,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87154739-4af7-4e27-ab27-73f5a3523cf4 Date: Sat, 06 Oct 2018 04:34:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:41,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/923ef04e-e399-4fc5-b512-a6377a756ba5 used request id req-87154739-4af7-4e27-ab27-73f5a3523cf4 2018-10-06 04:34:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:41,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f43f1580-414c-474d-b328-7216b9363c2b Date: Sat, 06 Oct 2018 04:34:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:18Z", "updated_at": "2018-10-06T04:34:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "revision_number": 0, "id": "0bb2b5c3-6aeb-47b2-9bec-e057db06da32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "revision_number": 0, "id": "2e225bad-d812-4b57-937d-eef48d952392", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "revision_number": 0, "id": "39014722-4340-4fc4-9e92-90b819325512", "remote_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "revision_number": 0, "id": "a7a326fc-114c-423b-bb2e-fef0c1cd537a", "remote_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e"}], "revision_number": 4, "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:34:41,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f43f1580-414c-474d-b328-7216b9363c2b 2018-10-06 04:34:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:41,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11361727-a10c-4a14-ace7-21a0272882b1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:34:41,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-11361727-a10c-4a14-ace7-21a0272882b1 2018-10-06 04:34:41,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:41,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993e3136-4bfe-4af3-8dc5-b6fcd7993da3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:34:41,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-993e3136-4bfe-4af3-8dc5-b6fcd7993da3 2018-10-06 04:34:41,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:41,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7b1284-3682-45af-9645-799435592375 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e"}, "enabled": true, "id": "ec07f3ad1f634f95bb0734a8d9e8026e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7c878066-ee80-44d-proj"}} 2018-10-06 04:34:41,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e used request id req-4d7b1284-3682-45af-9645-799435592375 2018-10-06 04:34:41,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9968281-9443-45c1-bae2-0d5502c68f4f 2018-10-06 04:34:41,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c9968281-9443-45c1-bae2-0d5502c68f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:42,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fea21b01-3bc9-4f78-a924-0672be770912 Date: Sat, 06 Oct 2018 04:34:42 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-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "port_range_min": null, "revision_number": 0, "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:18Z", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "0bb2b5c3-6aeb-47b2-9bec-e057db06da32"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "port_range_min": null, "revision_number": 0, "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:18Z", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "2e225bad-d812-4b57-937d-eef48d952392"}, {"remote_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "port_range_min": null, "revision_number": 0, "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:18Z", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "39014722-4340-4fc4-9e92-90b819325512"}, {"remote_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:18Z", "security_group_id": "c9968281-9443-45c1-bae2-0d5502c68f4f", "port_range_min": null, "revision_number": 0, "tenant_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "created_at": "2018-10-06T04:34:18Z", "project_id": "ec07f3ad1f634f95bb0734a8d9e8026e", "id": "a7a326fc-114c-423b-bb2e-fef0c1cd537a"}]} 2018-10-06 04:34:42,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c9968281-9443-45c1-bae2-0d5502c68f4f used request id req-fea21b01-3bc9-4f78-a924-0672be770912 2018-10-06 04:34:42,107 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:34:42,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c9968281-9443-45c1-bae2-0d5502c68f4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:42,401 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-023b9788-8f8d-4ba1-9913-b820f65129cc Content-Length: 0 Date: Sat, 06 Oct 2018 04:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:42,401 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c9968281-9443-45c1-bae2-0d5502c68f4f used request id req-023b9788-8f8d-4ba1-9913-b820f65129cc 2018-10-06 04:34:42,402 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-7c878066-ee80-44d-proj 2018-10-06 04:34:42,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:42,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ed48809-6b93-4ddc-bd55-a1c9809919ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:42,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ec07f3ad1f634f95bb0734a8d9e8026e used request id req-1ed48809-6b93-4ddc-bd55-a1c9809919ee 2018-10-06 04:34:42,619 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-7c878066-ee80-44d-proj-role 2018-10-06 04:34:42,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:42,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f1e9185-3660-4fd9-8e03-050fa763d28c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:42,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ff1631160ac94253b45a09e21fd5e195 used request id req-4f1e9185-3660-4fd9-8e03-050fa763d28c 2018-10-06 04:34:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2272a910360e9777e3b12f4fb3308ead3bc510f" 2018-10-06 04:34:42,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23dd4efe-4761-48d8-a94f-8b7e59b42f48 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:42,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-23dd4efe-4761-48d8-a94f-8b7e59b42f48 2018-10-06 04:34:42,831 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-7c878066-ee80-44d-user 2018-10-06 04:34:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3ac4ac6802a9440fbb8e5a3c912e38d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c99a7130489b716cd7e992a6f87f579fccebf7a0" 2018-10-06 04:34:43,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d13f0a67-3eb5-4f96-9252-2046a8bd79ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:43,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3ac4ac6802a9440fbb8e5a3c912e38d3 used request id req-d13f0a67-3eb5-4f96-9252-2046a8bd79ba 2018-10-06 04:34:43,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:43,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["byTmWDOMRw6RRMQGGRkZKg"], "issued_at": "2018-10-06T04:34:43.000000Z"}} 2018-10-06 04:34:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b504a363682305b63ba489572723b581c9a76a" 2018-10-06 04:34:43,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7270c5-b9b0-4ece-b033-a30dc795c5ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:43,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7d7270c5-b9b0-4ece-b033-a30dc795c5ab 2018-10-06 04:34:43,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:43,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:43,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["h8VUTsuLReC8dPgSuHzVtw"], "issued_at": "2018-10-06T04:34:43.000000Z"}} 2018-10-06 04:34:43,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:43,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f3bc5f-1b78-490e-93c5-5cb4a1ab8e6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:43,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-52f3bc5f-1b78-490e-93c5-5cb4a1ab8e6a 2018-10-06 04:34:43,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:43,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:43,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:44,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f4f979-8694-47f0-ad6a-4fdaa2c75630 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:34:44,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj used request id req-a3f4f979-8694-47f0-ad6a-4fdaa2c75630 2018-10-06 04:34:44,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:44,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce14585-6d50-4350-a2ac-8e628ea0c1e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:44,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bce14585-6d50-4350-a2ac-8e628ea0c1e0 2018-10-06 04:34:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}}' 2018-10-06 04:34:44,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c63bfd-c9c3-42fc-95f7-ae72fafd028b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31"}, "enabled": true, "id": "774ed5dc116943528080cf564db24e31", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}} 2018-10-06 04:34:44,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-34c63bfd-c9c3-42fc-95f7-ae72fafd028b 2018-10-06 04:34:44,312 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-proj 2018-10-06 04:34:44,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:44,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:44,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Fu9jW6YuQlKvuIcTK7gasg"], "issued_at": "2018-10-06T04:34:44.000000Z"}} 2018-10-06 04:34:44,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c06a4db2fcbf46b8159acab744f6fa9104a86" 2018-10-06 04:34:44,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb6b25f-f2e3-4fef-a4fd-8b422d1341f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:44,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1fb6b25f-f2e3-4fef-a4fd-8b422d1341f0 2018-10-06 04:34:44,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:44,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:44,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c06a4db2fcbf46b8159acab744f6fa9104a86" 2018-10-06 04:34:44,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d55ff7-b2cd-4f3c-b41f-ade2d7f97cc2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:34:44,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-73d55ff7-b2cd-4f3c-b41f-ade2d7f97cc2 2018-10-06 04:34:44,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c06a4db2fcbf46b8159acab744f6fa9104a86" 2018-10-06 04:34:44,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393f75e9-53d9-43f4-9b32-3808a7de892d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31"}, "enabled": true, "id": "774ed5dc116943528080cf564db24e31", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}]} 2018-10-06 04:34:44,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-9bbab390-261f-4c7-proj used request id req-393f75e9-53d9-43f4-9b32-3808a7de892d 2018-10-06 04:34:44,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c06a4db2fcbf46b8159acab744f6fa9104a86" 2018-10-06 04:34:45,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5edb406a-3675-49f0-a9ea-1c5e287c7910 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:45,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5edb406a-3675-49f0-a9ea-1c5e287c7910 2018-10-06 04:34:45,454 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-user 2018-10-06 04:34:45,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:45,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:45,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e157289-39a6-47b1-9416-dfeebb18fdb5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:45,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1e157289-39a6-47b1-9416-dfeebb18fdb5 2018-10-06 04:34:45,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" -d '{"role": {"name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role"}}' 2018-10-06 04:34:45,676 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c3f1e98-bd4b-4241-b928-1475b5a98508 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "498948ae1e384f43a7db9f8c59fd5b14", "links": {"self": "http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14"}, "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role"}} 2018-10-06 04:34:45,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-3c3f1e98-bd4b-4241-b928-1475b5a98508 2018-10-06 04:34:45,676 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role 2018-10-06 04:34:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:45,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6a88f7-4460-4546-995b-f4d174cec9af Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14"}, "domain_id": null, "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role", "id": "498948ae1e384f43a7db9f8c59fd5b14"}} 2018-10-06 04:34:45,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14 used request id req-1f6a88f7-4460-4546-995b-f4d174cec9af 2018-10-06 04:34:45,759 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role to project CreateNetworkSuccessTests-9bbab390-261f-4c7-proj 2018-10-06 04:34:45,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31/users/8ef7c897e72b4800aff92465b71c6f5c/roles/498948ae1e384f43a7db9f8c59fd5b14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:45,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-539a9117-1584-44f0-a5cd-56b5da41f16e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:45,894 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31/users/8ef7c897e72b4800aff92465b71c6f5c/roles/498948ae1e384f43a7db9f8c59fd5b14 used request id req-539a9117-1584-44f0-a5cd-56b5da41f16e 2018-10-06 04:34:45,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:45,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:46,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "498948ae1e384f43a7db9f8c59fd5b14", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role"}], "expires_at": "2018-10-06T05:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "774ed5dc116943528080cf564db24e31", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-user", "id": "8ef7c897e72b4800aff92465b71c6f5c"}, "audit_ids": ["hHr4K7nzQey23jfZiyA-Bg"], "issued_at": "2018-10-06T04:34:46.000000Z"}} 2018-10-06 04:34:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:46,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15a6d37-5549-44ac-8a2c-14a8df807277 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:46,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e15a6d37-5549-44ac-8a2c-14a8df807277 2018-10-06 04:34:46,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:46,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1779a276-098c-42a4-9ede-8ea7d8134958 Date: Sat, 06 Oct 2018 04:34:46 GMT RESP BODY: {"networks":[]} 2018-10-06 04:34:46,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net used request id req-1779a276-098c-42a4-9ede-8ea7d8134958 2018-10-06 04:34:46,528 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net 2018-10-06 04:34:46,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" -d '{"network": {"name": "CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net", "admin_state_up": true}}' 2018-10-06 04:34:47,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1a2eb133-56b7-427d-9808-33bb152a363f Date: Sat, 06 Oct 2018 04:34:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"774ed5dc116943528080cf564db24e31","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:34:46Z","is_default":false,"name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:46Z","mtu":1450}} 2018-10-06 04:34:47,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1a2eb133-56b7-427d-9808-33bb152a363f 2018-10-06 04:34:47,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:47,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2433f3f1-9d21-46c3-85f6-e107fba80e6d Date: Sat, 06 Oct 2018 04:34:47 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-10-06T04:34:46Z","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"774ed5dc116943528080cf564db24e31","id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net"}]} 2018-10-06 04:34:47,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-2433f3f1-9d21-46c3-85f6-e107fba80e6d 2018-10-06 04:34:47,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:47,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6945e586-085c-4a0b-95ad-50f47fb375e6 Date: Sat, 06 Oct 2018 04:34:47 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:34:47,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-6945e586-085c-4a0b-95ad-50f47fb375e6 2018-10-06 04:34:47,730 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet 2018-10-06 04:34:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" -d '{"subnets": [{"ip_version": 4, "network_id": "1b9aff9a-2697-4a9a-8773-110ac1a406df", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet"}]}' 2018-10-06 04:34:48,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4476d673-7259-4af1-8a20-6857f85f8666 Date: Sat, 06 Oct 2018 04:34:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34:48Z","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":"774ed5dc116943528080cf564db24e31","id":"1142453a-cf85-454d-909e-8153b75a63a4","subnetpool_id":null,"name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet"}]} 2018-10-06 04:34:48,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4476d673-7259-4af1-8a20-6857f85f8666 2018-10-06 04:34:48,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:48,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-462f6f48-5756-4dc7-aae2-f75e075a3265 Date: Sat, 06 Oct 2018 04:34: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":["1142453a-cf85-454d-909e-8153b75a63a4"],"updated_at":"2018-10-06T04:34:48Z","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"774ed5dc116943528080cf564db24e31","id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net"}]} 2018-10-06 04:34:48,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-462f6f48-5756-4dc7-aae2-f75e075a3265 2018-10-06 04:34:48,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:48,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b9d60d46-2883-4fe4-b714-677297dadfd1 Date: Sat, 06 Oct 2018 04:34:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34:48Z","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":"774ed5dc116943528080cf564db24e31","id":"1142453a-cf85-454d-909e-8153b75a63a4","subnetpool_id":null,"name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet"}]} 2018-10-06 04:34:48,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-b9d60d46-2883-4fe4-b714-677297dadfd1 2018-10-06 04:34:48,974 - OpenStackNetwork - DEBUG - Network [1b9aff9a-2697-4a9a-8773-110ac1a406df] created successfully 2018-10-06 04:34:48,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:49,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "498948ae1e384f43a7db9f8c59fd5b14", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role"}], "expires_at": "2018-10-06T05:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "774ed5dc116943528080cf564db24e31", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/774ed5dc116943528080cf564db24e31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-user", "id": "8ef7c897e72b4800aff92465b71c6f5c"}, "audit_ids": ["ETjqwoKZQsOhzQuOw9dXQA"], "issued_at": "2018-10-06T04:34:49.000000Z"}} 2018-10-06 04:34:49,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f985732ec046988426b33d2145fcc7c8536c47" 2018-10-06 04:34:49,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-588b9a83-bcc3-4c05-a134-dde36d10cd1c Date: Sat, 06 Oct 2018 04:34: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":["1142453a-cf85-454d-909e-8153b75a63a4"],"updated_at":"2018-10-06T04:34:48Z","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"774ed5dc116943528080cf564db24e31","id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net"}]} 2018-10-06 04:34:49,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net used request id req-588b9a83-bcc3-4c05-a134-dde36d10cd1c 2018-10-06 04:34:49,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:49,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:49,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b504a363682305b63ba489572723b581c9a76a" 2018-10-06 04:34:49,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3f4973-e9a4-48c1-8694-937b0eb9c1d8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31"}, "enabled": true, "id": "774ed5dc116943528080cf564db24e31", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}} 2018-10-06 04:34:49,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 used request id req-bf3f4973-e9a4-48c1-8694-937b0eb9c1d8 2018-10-06 04:34:49,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f985732ec046988426b33d2145fcc7c8536c47" 2018-10-06 04:34:50,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6e5ca713-fe26-4417-9aba-b14e5e01bbf9 Date: Sat, 06 Oct 2018 04:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34:48Z","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":"774ed5dc116943528080cf564db24e31","id":"1142453a-cf85-454d-909e-8153b75a63a4","subnetpool_id":null,"name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet"}]} 2018-10-06 04:34:50,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-6e5ca713-fe26-4417-9aba-b14e5e01bbf9 2018-10-06 04:34:50,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df&name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f985732ec046988426b33d2145fcc7c8536c47" 2018-10-06 04:34:50,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-21a1d418-0bb6-4c34-adf6-79a0238b2b3a Date: Sat, 06 Oct 2018 04:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b9aff9a-2697-4a9a-8773-110ac1a406df","tenant_id":"774ed5dc116943528080cf564db24e31","created_at":"2018-10-06T04:34:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:34:48Z","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":"774ed5dc116943528080cf564db24e31","id":"1142453a-cf85-454d-909e-8153b75a63a4","subnetpool_id":null,"name":"CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet"}]} 2018-10-06 04:34:50,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1b9aff9a-2697-4a9a-8773-110ac1a406df&name=CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet used request id req-21a1d418-0bb6-4c34-adf6-79a0238b2b3a 2018-10-06 04:34:50,297 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet 2018-10-06 04:34:50,297 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-subnet 2018-10-06 04:34:50,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1142453a-cf85-454d-909e-8153b75a63a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:52,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a463915-e0b8-4f89-94b0-f4a0fc7724f0 Date: Sat, 06 Oct 2018 04:34:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:52,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1142453a-cf85-454d-909e-8153b75a63a4 used request id req-5a463915-e0b8-4f89-94b0-f4a0fc7724f0 2018-10-06 04:34:52,653 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-eb33289b-7db4-45d8-9b50-e9c518725c56-pub-net 2018-10-06 04:34:52,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/1b9aff9a-2697-4a9a-8773-110ac1a406df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17527744fddc63cff333ca12695ede2b0936bdbf" 2018-10-06 04:34:53,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1416911-711e-4c4f-97c9-0353efc40db9 Date: Sat, 06 Oct 2018 04:34:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:53,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/1b9aff9a-2697-4a9a-8773-110ac1a406df used request id req-b1416911-711e-4c4f-97c9-0353efc40db9 2018-10-06 04:34:53,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f3afbb67-53a3-44fd-8846-488c2621d3d8 Date: Sat, 06 Oct 2018 04:34:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "774ed5dc116943528080cf564db24e31", "created_at": "2018-10-06T04:34:46Z", "updated_at": "2018-10-06T04:34:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "revision_number": 0, "id": "14416921-d31d-44bf-a566-bcaa216921ad", "remote_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "tenant_id": "774ed5dc116943528080cf564db24e31", "port_range_min": null, "ethertype": "IPv6", "project_id": "774ed5dc116943528080cf564db24e31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "revision_number": 0, "id": "1dbe07cc-5772-43e8-89a2-63ddd9ccc3a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "tenant_id": "774ed5dc116943528080cf564db24e31", "port_range_min": null, "ethertype": "IPv6", "project_id": "774ed5dc116943528080cf564db24e31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "revision_number": 0, "id": "793add9c-abac-4099-abd3-2758d2875a71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "tenant_id": "774ed5dc116943528080cf564db24e31", "port_range_min": null, "ethertype": "IPv4", "project_id": "774ed5dc116943528080cf564db24e31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "revision_number": 0, "id": "80313b71-77ad-47a9-96aa-d067dbbd2ef3", "remote_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "tenant_id": "774ed5dc116943528080cf564db24e31", "port_range_min": null, "ethertype": "IPv4", "project_id": "774ed5dc116943528080cf564db24e31"}], "revision_number": 4, "project_id": "774ed5dc116943528080cf564db24e31", "id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:34:54,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f3afbb67-53a3-44fd-8846-488c2621d3d8 2018-10-06 04:34:54,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ce8a5a-e0ab-4a42-9735-a38650741f2e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:34:54,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-68ce8a5a-e0ab-4a42-9735-a38650741f2e 2018-10-06 04:34:54,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ebe759f-8ca6-4c19-a4d4-325141bf0970 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:34:54,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-9ebe759f-8ca6-4c19-a4d4-325141bf0970 2018-10-06 04:34:54,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc670056-e5ec-4a46-b38a-c7f699bfb01e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31"}, "enabled": true, "id": "774ed5dc116943528080cf564db24e31", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9bbab390-261f-4c7-proj"}} 2018-10-06 04:34:54,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 used request id req-fc670056-e5ec-4a46-b38a-c7f699bfb01e 2018-10-06 04:34:54,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9712f68e-3c16-413b-ab4d-a1f8434479eb 2018-10-06 04:34:54,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9712f68e-3c16-413b-ab4d-a1f8434479eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a5276c51-017f-4250-ba9f-87ff39ac2c5d Date: Sat, 06 Oct 2018 04:34:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "port_range_min": null, "revision_number": 0, "tenant_id": "774ed5dc116943528080cf564db24e31", "created_at": "2018-10-06T04:34:46Z", "project_id": "774ed5dc116943528080cf564db24e31", "id": "14416921-d31d-44bf-a566-bcaa216921ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "port_range_min": null, "revision_number": 0, "tenant_id": "774ed5dc116943528080cf564db24e31", "created_at": "2018-10-06T04:34:46Z", "project_id": "774ed5dc116943528080cf564db24e31", "id": "1dbe07cc-5772-43e8-89a2-63ddd9ccc3a5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "port_range_min": null, "revision_number": 0, "tenant_id": "774ed5dc116943528080cf564db24e31", "created_at": "2018-10-06T04:34:46Z", "project_id": "774ed5dc116943528080cf564db24e31", "id": "793add9c-abac-4099-abd3-2758d2875a71"}, {"remote_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:46Z", "security_group_id": "9712f68e-3c16-413b-ab4d-a1f8434479eb", "port_range_min": null, "revision_number": 0, "tenant_id": "774ed5dc116943528080cf564db24e31", "created_at": "2018-10-06T04:34:46Z", "project_id": "774ed5dc116943528080cf564db24e31", "id": "80313b71-77ad-47a9-96aa-d067dbbd2ef3"}]} 2018-10-06 04:34:54,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9712f68e-3c16-413b-ab4d-a1f8434479eb used request id req-a5276c51-017f-4250-ba9f-87ff39ac2c5d 2018-10-06 04:34:54,633 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:34:54,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9712f68e-3c16-413b-ab4d-a1f8434479eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:54,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2ce49f4-d056-437f-80e1-d66de2474352 Content-Length: 0 Date: Sat, 06 Oct 2018 04:34:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:34:54,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9712f68e-3c16-413b-ab4d-a1f8434479eb used request id req-a2ce49f4-d056-437f-80e1-d66de2474352 2018-10-06 04:34:54,930 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-proj 2018-10-06 04:34:54,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:55,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fa65c0c-a256-4f6e-860f-2575396161c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:55,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/774ed5dc116943528080cf564db24e31 used request id req-8fa65c0c-a256-4f6e-860f-2575396161c1 2018-10-06 04:34:55,135 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-proj-role 2018-10-06 04:34:55,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:55,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9214c5bc-bcbd-42da-a9c2-4142ba0f3cab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:55,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/498948ae1e384f43a7db9f8c59fd5b14 used request id req-9214c5bc-bcbd-42da-a9c2-4142ba0f3cab 2018-10-06 04:34:55,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18532ebd0a60a0e5e6f0877d1789bbbcebf4d153" 2018-10-06 04:34:55,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b38c2041-a763-417c-bdc9-366c347211a2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:55,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b38c2041-a763-417c-bdc9-366c347211a2 2018-10-06 04:34:55,352 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-9bbab390-261f-4c7-user 2018-10-06 04:34:55,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/8ef7c897e72b4800aff92465b71c6f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae4c06a4db2fcbf46b8159acab744f6fa9104a86" 2018-10-06 04:34:55,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2d77712-b6bd-4c1e-a675-7bd91b114369 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:55,524 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8ef7c897e72b4800aff92465b71c6f5c used request id req-e2d77712-b6bd-4c1e-a675-7bd91b114369 2018-10-06 04:34:55,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:55,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Ighcvfd9QQK9Z4gOHRwiLw"], "issued_at": "2018-10-06T04:34:55.000000Z"}} 2018-10-06 04:34:55,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a4b549d714072238771a5dc6588ba0d83adcb1" 2018-10-06 04:34:55,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0b3932-dba2-42fb-9baa-ec7be92fe47c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:55,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-eb0b3932-dba2-42fb-9baa-ec7be92fe47c 2018-10-06 04:34:55,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:55,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:56,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["AGpqAskmROWV2vRRtarnPQ"], "issued_at": "2018-10-06T04:34:56.000000Z"}} 2018-10-06 04:34:56,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:56,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b38c9a22-490c-4e0e-8978-f35eaa1a0f97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:56,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b38c9a22-490c-4e0e-8978-f35eaa1a0f97 2018-10-06 04:34:56,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:56,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:56,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:56,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68523dd-b804-49c6-b020-b7a3e148c796 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:34:56,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj used request id req-d68523dd-b804-49c6-b020-b7a3e148c796 2018-10-06 04:34:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:56,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248ae2af-e617-4617-b809-bef2298b64b9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:56,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-248ae2af-e617-4617-b809-bef2298b64b9 2018-10-06 04:34:56,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}}' 2018-10-06 04:34:56,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6103dc1-f78e-41af-8b5d-4c6ae11ee519 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6"}, "enabled": true, "id": "c38dd6c121ce4164988a7d3127599ad6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}} 2018-10-06 04:34:56,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e6103dc1-f78e-41af-8b5d-4c6ae11ee519 2018-10-06 04:34:56,760 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj 2018-10-06 04:34:56,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:56,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:57,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:34:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["CDAnx8M3Q6Kl-w6bcFO5fA"], "issued_at": "2018-10-06T04:34:57.000000Z"}} 2018-10-06 04:34:57,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c755dfa85898bb39875d1939342aac1f3eb9d39" 2018-10-06 04:34:57,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86cb0324-bbb1-4972-a213-d3cafa09df66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:57,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-86cb0324-bbb1-4972-a213-d3cafa09df66 2018-10-06 04:34:57,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:34:57,180 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:34:57,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c755dfa85898bb39875d1939342aac1f3eb9d39" 2018-10-06 04:34:57,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a5c2a72-4ebb-44fd-80fe-995ec4f19ac1 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:34:57,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8a5c2a72-4ebb-44fd-80fe-995ec4f19ac1 2018-10-06 04:34:57,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c755dfa85898bb39875d1939342aac1f3eb9d39" 2018-10-06 04:34:57,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7d9fc0-49e6-4c54-90ca-a5517ab01fa8 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6"}, "enabled": true, "id": "c38dd6c121ce4164988a7d3127599ad6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}]} 2018-10-06 04:34:57,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj used request id req-6d7d9fc0-49e6-4c54-90ca-a5517ab01fa8 2018-10-06 04:34:57,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c755dfa85898bb39875d1939342aac1f3eb9d39" 2018-10-06 04:34:57,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6ff3d8-c969-40fb-bbc2-f8168283fed3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:34:57,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1c6ff3d8-c969-40fb-bbc2-f8168283fed3 2018-10-06 04:34:57,837 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-user 2018-10-06 04:34:57,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:57,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:57,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dbeb3ac-b555-4a57-8d10-0fd801ae6511 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:34:57,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9dbeb3ac-b555-4a57-8d10-0fd801ae6511 2018-10-06 04:34:57,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" -d '{"role": {"name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role"}}' 2018-10-06 04:34:58,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ce8d8c7-4209-48d4-b654-732f85476f97 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f464c1ecc40485d80e10c6bab2a69b3", "links": {"self": "http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3"}, "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role"}} 2018-10-06 04:34:58,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9ce8d8c7-4209-48d4-b654-732f85476f97 2018-10-06 04:34:58,041 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role 2018-10-06 04:34:58,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:58,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d5bb89-9bee-472e-b010-71bcae2097db Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3"}, "domain_id": null, "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role", "id": "1f464c1ecc40485d80e10c6bab2a69b3"}} 2018-10-06 04:34:58,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3 used request id req-84d5bb89-9bee-472e-b010-71bcae2097db 2018-10-06 04:34:58,134 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role to project CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj 2018-10-06 04:34:58,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6/users/c1c7cea46c6a4a9b956bf7706fc9f06b/roles/1f464c1ecc40485d80e10c6bab2a69b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:34:58,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:34:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ec8f1f4-0e23-4a34-8518-2dd2b0e47328 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:34:58,278 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6/users/c1c7cea46c6a4a9b956bf7706fc9f06b/roles/1f464c1ecc40485d80e10c6bab2a69b3 used request id req-6ec8f1f4-0e23-4a34-8518-2dd2b0e47328 2018-10-06 04:34:58,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:34:58,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:34:58,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f464c1ecc40485d80e10c6bab2a69b3", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role"}], "expires_at": "2018-10-06T05:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c38dd6c121ce4164988a7d3127599ad6", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-user", "id": "c1c7cea46c6a4a9b956bf7706fc9f06b"}, "audit_ids": ["6Ct-hU2TTVaM5O3ogRIBAA"], "issued_at": "2018-10-06T04:34:58.000000Z"}} 2018-10-06 04:34:58,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:34:58,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f6cb3e-6a19-44e6-b160-111f0c79f693 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:34:58,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-49f6cb3e-6a19-44e6-b160-111f0c79f693 2018-10-06 04:34:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:34:58,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9995e3b7-2fdc-4ca4-83c7-633468d71b63 Date: Sat, 06 Oct 2018 04:34:58 GMT RESP BODY: {"networks":[]} 2018-10-06 04:34:58,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net used request id req-9995e3b7-2fdc-4ca4-83c7-633468d71b63 2018-10-06 04:34:58,920 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net 2018-10-06 04:34:58,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" -d '{"network": {"name": "CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net", "admin_state_up": true}}' 2018-10-06 04:34:59,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2d14f9dd-4a2c-4a8f-bf3f-bd421ac52915 Date: Sat, 06 Oct 2018 04:34:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c38dd6c121ce4164988a7d3127599ad6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:34:59Z","is_default":false,"name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:34:59Z","mtu":1450}} 2018-10-06 04:34:59,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-2d14f9dd-4a2c-4a8f-bf3f-bd421ac52915 2018-10-06 04:34:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:34:59,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dc35cbcb-dab8-4eaf-a8d1-19863a35b922 Date: Sat, 06 Oct 2018 04:34: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-10-06T04:34:59Z","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:34:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c38dd6c121ce4164988a7d3127599ad6","id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net"}]} 2018-10-06 04:34:59,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-dc35cbcb-dab8-4eaf-a8d1-19863a35b922 2018-10-06 04:34:59,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:34:59,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-77a55bca-4814-4769-b549-3d11a903e557 Date: Sat, 06 Oct 2018 04:34:59 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:34:59,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-77a55bca-4814-4769-b549-3d11a903e557 2018-10-06 04:34:59,871 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet 2018-10-06 04:34:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" -d '{"subnets": [{"ip_version": 4, "network_id": "8442d2b2-e744-4bce-b5dc-745dff984c3a", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet"}]}' 2018-10-06 04:35:00,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ce793d76-460e-4f61-9f3a-48641c1d6fce Date: Sat, 06 Oct 2018 04:35:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:35:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:00Z","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":"c38dd6c121ce4164988a7d3127599ad6","id":"837d7cde-9796-4f90-865a-a4505f517124","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet"}]} 2018-10-06 04:35:00,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ce793d76-460e-4f61-9f3a-48641c1d6fce 2018-10-06 04:35:00,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:35:00,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-092c8836-5ca9-48c4-91d2-ffa7907dc3f6 Date: Sat, 06 Oct 2018 04:35: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":["837d7cde-9796-4f90-865a-a4505f517124"],"updated_at":"2018-10-06T04:35:00Z","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:34:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c38dd6c121ce4164988a7d3127599ad6","id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net"}]} 2018-10-06 04:35:00,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-092c8836-5ca9-48c4-91d2-ffa7907dc3f6 2018-10-06 04:35:00,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:35:00,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d381aab-1554-41af-bef4-1c4cfb91edf2 Date: Sat, 06 Oct 2018 04:35:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:35:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:00Z","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":"c38dd6c121ce4164988a7d3127599ad6","id":"837d7cde-9796-4f90-865a-a4505f517124","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet"}]} 2018-10-06 04:35:00,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-8d381aab-1554-41af-bef4-1c4cfb91edf2 2018-10-06 04:35:00,842 - OpenStackNetwork - DEBUG - Network [8442d2b2-e744-4bce-b5dc-745dff984c3a] created successfully 2018-10-06 04:35:00,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:00,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:01,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f464c1ecc40485d80e10c6bab2a69b3", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role"}], "expires_at": "2018-10-06T05:35:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c38dd6c121ce4164988a7d3127599ad6", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c38dd6c121ce4164988a7d3127599ad6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-user", "id": "c1c7cea46c6a4a9b956bf7706fc9f06b"}, "audit_ids": ["JKJkMTWbSZuVu6q6u2riWw"], "issued_at": "2018-10-06T04:35:01.000000Z"}} 2018-10-06 04:35:01,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf65609a9ca60d68fbf414babc6b93d8c45395f" 2018-10-06 04:35:01,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98e3e71-8fc0-491c-b0b6-be48bf090731 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:01,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b98e3e71-8fc0-491c-b0b6-be48bf090731 2018-10-06 04:35:01,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf65609a9ca60d68fbf414babc6b93d8c45395f" 2018-10-06 04:35:01,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-da87298c-f96f-4825-9b0a-4bb3f2d7d52c Date: Sat, 06 Oct 2018 04:35: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":["837d7cde-9796-4f90-865a-a4505f517124"],"updated_at":"2018-10-06T04:35:00Z","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:34:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c38dd6c121ce4164988a7d3127599ad6","id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net"}]} 2018-10-06 04:35:01,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net used request id req-da87298c-f96f-4825-9b0a-4bb3f2d7d52c 2018-10-06 04:35:01,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:01,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:01,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf65609a9ca60d68fbf414babc6b93d8c45395f" 2018-10-06 04:35:01,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d12d44-353e-4300-bbfe-7ba58e96a46b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6"}, "enabled": true, "id": "c38dd6c121ce4164988a7d3127599ad6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}} 2018-10-06 04:35:01,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 used request id req-a1d12d44-353e-4300-bbfe-7ba58e96a46b 2018-10-06 04:35:01,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf65609a9ca60d68fbf414babc6b93d8c45395f" 2018-10-06 04:35:01,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-566c0a4b-72b1-4d5d-866c-c02b98269874 Date: Sat, 06 Oct 2018 04:35:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8442d2b2-e744-4bce-b5dc-745dff984c3a","tenant_id":"c38dd6c121ce4164988a7d3127599ad6","created_at":"2018-10-06T04:35:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:00Z","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":"c38dd6c121ce4164988a7d3127599ad6","id":"837d7cde-9796-4f90-865a-a4505f517124","subnetpool_id":null,"name":"CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet"}]} 2018-10-06 04:35:01,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-566c0a4b-72b1-4d5d-866c-c02b98269874 2018-10-06 04:35:01,810 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet 2018-10-06 04:35:01,810 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-subnet 2018-10-06 04:35:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/837d7cde-9796-4f90-865a-a4505f517124 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:35:03,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f02955e0-d2b2-4844-9dca-0900ca757177 Date: Sat, 06 Oct 2018 04:35:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:03,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/837d7cde-9796-4f90-865a-a4505f517124 used request id req-f02955e0-d2b2-4844-9dca-0900ca757177 2018-10-06 04:35:03,353 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c5309841-32a3-4281-b0ef-c3e98326c30b-pub-net 2018-10-06 04:35:03,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/8442d2b2-e744-4bce-b5dc-745dff984c3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9304cc1700afd616f3be7b1cde1f6c0f56cb14a7" 2018-10-06 04:35:04,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d9c1fb5-82fc-46d4-9bdf-caeb31f1e602 Date: Sat, 06 Oct 2018 04:35:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:04,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/8442d2b2-e744-4bce-b5dc-745dff984c3a used request id req-3d9c1fb5-82fc-46d4-9bdf-caeb31f1e602 2018-10-06 04:35:04,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:04,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-562cd191-5b76-4689-9f92-5f81f9ac6c8a Date: Sat, 06 Oct 2018 04:35:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "created_at": "2018-10-06T04:34:59Z", "updated_at": "2018-10-06T04:34:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "revision_number": 0, "id": "406f4bad-201a-495a-abec-69ee3034d31a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c38dd6c121ce4164988a7d3127599ad6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "revision_number": 0, "id": "675f5ead-c928-493d-9e7c-0878d30c3413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c38dd6c121ce4164988a7d3127599ad6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "revision_number": 0, "id": "96abf262-3924-4a4d-a589-8658dcdabb59", "remote_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c38dd6c121ce4164988a7d3127599ad6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "revision_number": 0, "id": "d1e37533-905c-4a00-b932-9994e792c64c", "remote_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "remote_ip_prefix": null, "created_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c38dd6c121ce4164988a7d3127599ad6"}], "revision_number": 4, "project_id": "c38dd6c121ce4164988a7d3127599ad6", "id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:35:04,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-562cd191-5b76-4689-9f92-5f81f9ac6c8a 2018-10-06 04:35:04,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:04,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1e94dc-48d1-4e1f-8fd2-e7f3ebbde5bc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:35:04,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bd1e94dc-48d1-4e1f-8fd2-e7f3ebbde5bc 2018-10-06 04:35:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:04,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bfd01c7-5392-46b7-a4d2-418cb50d943a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:35:04,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-9bfd01c7-5392-46b7-a4d2-418cb50d943a 2018-10-06 04:35:04,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73cfb91-ebba-45d3-bca0-ce14d375b8dc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6"}, "enabled": true, "id": "c38dd6c121ce4164988a7d3127599ad6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj"}} 2018-10-06 04:35:05,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 used request id req-e73cfb91-ebba-45d3-bca0-ce14d375b8dc 2018-10-06 04:35:05,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9 2018-10-06 04:35:05,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-aaa01a5d-039f-4b0d-96ea-7c216386324d Date: Sat, 06 Oct 2018 04:35: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-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "port_range_min": null, "revision_number": 0, "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "created_at": "2018-10-06T04:34:59Z", "project_id": "c38dd6c121ce4164988a7d3127599ad6", "id": "406f4bad-201a-495a-abec-69ee3034d31a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "port_range_min": null, "revision_number": 0, "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "created_at": "2018-10-06T04:34:59Z", "project_id": "c38dd6c121ce4164988a7d3127599ad6", "id": "675f5ead-c928-493d-9e7c-0878d30c3413"}, {"remote_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "port_range_min": null, "revision_number": 0, "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "created_at": "2018-10-06T04:34:59Z", "project_id": "c38dd6c121ce4164988a7d3127599ad6", "id": "96abf262-3924-4a4d-a589-8658dcdabb59"}, {"remote_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:34:59Z", "security_group_id": "c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9", "port_range_min": null, "revision_number": 0, "tenant_id": "c38dd6c121ce4164988a7d3127599ad6", "created_at": "2018-10-06T04:34:59Z", "project_id": "c38dd6c121ce4164988a7d3127599ad6", "id": "d1e37533-905c-4a00-b932-9994e792c64c"}]} 2018-10-06 04:35:05,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9 used request id req-aaa01a5d-039f-4b0d-96ea-7c216386324d 2018-10-06 04:35:05,261 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:35:05,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,555 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-069eafdc-2e08-48ef-8ab7-a73d1fcd512b Content-Length: 0 Date: Sat, 06 Oct 2018 04:35:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:05,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c1e7697d-6836-4a3a-b1fa-5bc1e9dfffe9 used request id req-069eafdc-2e08-48ef-8ab7-a73d1fcd512b 2018-10-06 04:35:05,556 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj 2018-10-06 04:35:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf4bd0f-e680-4187-8cb8-f1dec6525c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:05,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c38dd6c121ce4164988a7d3127599ad6 used request id req-6bf4bd0f-e680-4187-8cb8-f1dec6525c7d 2018-10-06 04:35:05,762 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-proj-role 2018-10-06 04:35:05,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab491f54-c0f3-45b6-bdd9-33acdb53d367 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:05,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1f464c1ecc40485d80e10c6bab2a69b3 used request id req-ab491f54-c0f3-45b6-bdd9-33acdb53d367 2018-10-06 04:35:05,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68ee43e4194c4c54de9fb71c6c34b4dfc4af02b1" 2018-10-06 04:35:05,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e6d8b6-dec8-4d02-8fb3-eaca110ffde5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:05,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e6e6d8b6-dec8-4d02-8fb3-eaca110ffde5 2018-10-06 04:35:05,970 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d159ad62-1aa5-4cc-user 2018-10-06 04:35:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c1c7cea46c6a4a9b956bf7706fc9f06b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c755dfa85898bb39875d1939342aac1f3eb9d39" 2018-10-06 04:35:06,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d2d4803-f145-4281-ada8-6f6e4df377f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:06,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c1c7cea46c6a4a9b956bf7706fc9f06b used request id req-9d2d4803-f145-4281-ada8-6f6e4df377f5 2018-10-06 04:35:06,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:06,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3y0I9aRcS5uELzma-nQmpQ"], "issued_at": "2018-10-06T04:35:06.000000Z"}} 2018-10-06 04:35:06,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c426391a0eb901ca54f945a438faac8ee32577" 2018-10-06 04:35:06,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09d767e-5cc9-46de-af56-abb2a91a891b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:06,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e09d767e-5cc9-46de-af56-abb2a91a891b 2018-10-06 04:35:06,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:06,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:07,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QgQBVSbwTb2dz4Xw1yJUjQ"], "issued_at": "2018-10-06T04:35:07.000000Z"}} 2018-10-06 04:35:07,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:07,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc86c18-9d92-4ff0-8432-c4ccea0b6148 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:07,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bbc86c18-9d92-4ff0-8432-c4ccea0b6148 2018-10-06 04:35:07,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:07,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:07,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-8b2d6309-b347-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:07,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5aa7f62-8557-453e-9db0-6e65e6f1277e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-8b2d6309-b347-400-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:35:07,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-8b2d6309-b347-400-proj used request id req-c5aa7f62-8557-453e-9db0-6e65e6f1277e 2018-10-06 04:35:07,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:07,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b843741-76c8-4cfc-b56f-324216fdd35b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:07,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1b843741-76c8-4cfc-b56f-324216fdd35b 2018-10-06 04:35:07,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}}' 2018-10-06 04:35:07,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e1409c0-2a4c-4249-888b-f6b60e2ac13c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61"}, "enabled": true, "id": "112c73b334714a189f19195c5967ca61", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}} 2018-10-06 04:35:07,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9e1409c0-2a4c-4249-888b-f6b60e2ac13c 2018-10-06 04:35:07,425 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8b2d6309-b347-400-proj 2018-10-06 04:35:07,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:07,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:07,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["s2K0tTI3TqaCeEcNMULERw"], "issued_at": "2018-10-06T04:35:07.000000Z"}} 2018-10-06 04:35:07,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc963408a26929db04b1af159a5f9c71ad8bcec9" 2018-10-06 04:35:07,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e419b2-341d-4d8e-bf54-47e2dc41a27f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:07,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-64e419b2-341d-4d8e-bf54-47e2dc41a27f 2018-10-06 04:35:07,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:07,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:07,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc963408a26929db04b1af159a5f9c71ad8bcec9" 2018-10-06 04:35:08,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc49228-9f54-4b4a-9b54-65bd51d50121 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:35:08,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fcc49228-9f54-4b4a-9b54-65bd51d50121 2018-10-06 04:35:08,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-8b2d6309-b347-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc963408a26929db04b1af159a5f9c71ad8bcec9" 2018-10-06 04:35:08,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddda17a1-3f78-4502-b42a-2edacf3589a2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-8b2d6309-b347-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61"}, "enabled": true, "id": "112c73b334714a189f19195c5967ca61", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}]} 2018-10-06 04:35:08,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-8b2d6309-b347-400-proj used request id req-ddda17a1-3f78-4502-b42a-2edacf3589a2 2018-10-06 04:35:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc963408a26929db04b1af159a5f9c71ad8bcec9" 2018-10-06 04:35:08,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6581a678-45be-4bf1-ba55-eef325c51c79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:08,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6581a678-45be-4bf1-ba55-eef325c51c79 2018-10-06 04:35:08,652 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8b2d6309-b347-400-user 2018-10-06 04:35:08,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:08,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:08,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f213b2-f05b-4186-995f-32668a0d8ad8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:08,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-21f213b2-f05b-4186-995f-32668a0d8ad8 2018-10-06 04:35:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" -d '{"role": {"name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role"}}' 2018-10-06 04:35:08,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e67ce058-a893-44c7-9ae6-a8d616af9e0b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0af3f350537d49f8b653e7caef91bd80", "links": {"self": "http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80"}, "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role"}} 2018-10-06 04:35:08,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e67ce058-a893-44c7-9ae6-a8d616af9e0b 2018-10-06 04:35:08,790 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8b2d6309-b347-400-proj-role 2018-10-06 04:35:08,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:08,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89fa35e3-4e85-40ee-a5cc-008bbb7a5eab Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80"}, "domain_id": null, "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role", "id": "0af3f350537d49f8b653e7caef91bd80"}} 2018-10-06 04:35:08,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80 used request id req-89fa35e3-4e85-40ee-a5cc-008bbb7a5eab 2018-10-06 04:35:08,873 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8b2d6309-b347-400-proj-role to project CreateRouterSuccessTests-8b2d6309-b347-400-proj 2018-10-06 04:35:08,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61/users/e978e362b69e4cc4b8bc8210e6819f5b/roles/0af3f350537d49f8b653e7caef91bd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:08,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b09c347-bf93-473b-bf1e-ec7e8aba52f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:08,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61/users/e978e362b69e4cc4b8bc8210e6819f5b/roles/0af3f350537d49f8b653e7caef91bd80 used request id req-4b09c347-bf93-473b-bf1e-ec7e8aba52f4 2018-10-06 04:35:08,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:08,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:09,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af3f350537d49f8b653e7caef91bd80", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role"}], "expires_at": "2018-10-06T05:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "112c73b334714a189f19195c5967ca61", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-8b2d6309-b347-400-user", "id": "e978e362b69e4cc4b8bc8210e6819f5b"}, "audit_ids": ["uwRi-Hf0S8mh8GvkFOL_cg"], "issued_at": "2018-10-06T04:35:09.000000Z"}} 2018-10-06 04:35:09,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:09,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f761c428-0e97-484e-b48e-07ca8604e86b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:09,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f761c428-0e97-484e-b48e-07ca8604e86b 2018-10-06 04:35:09,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:09,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-85dc9334-7745-45d3-9726-0e6248d9c07b Date: Sat, 06 Oct 2018 04:35:09 GMT RESP BODY: {"routers": []} 2018-10-06 04:35:09,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True used request id req-85dc9334-7745-45d3-9726-0e6248d9c07b 2018-10-06 04:35:09,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:09,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:10,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af3f350537d49f8b653e7caef91bd80", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role"}], "expires_at": "2018-10-06T05:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "112c73b334714a189f19195c5967ca61", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-8b2d6309-b347-400-user", "id": "e978e362b69e4cc4b8bc8210e6819f5b"}, "audit_ids": ["1s8ahhXWQyuEEWF22vRjOw"], "issued_at": "2018-10-06T04:35:10.000000Z"}} 2018-10-06 04:35:10,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef6374586dc835f6e1be882963964c31d898389" 2018-10-06 04:35:10,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02bd17ee-1a4f-41ee-812e-116ab301d8b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:10,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-02bd17ee-1a4f-41ee-812e-116ab301d8b5 2018-10-06 04:35:10,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:10,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8369ea92-39dc-4497-85e4-0a88f6854671 Date: Sat, 06 Oct 2018 04:35:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:35:10,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-8369ea92-39dc-4497-85e4-0a88f6854671 2018-10-06 04:35:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:10,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8399df7-4060-4c51-aad0-307fad346a64 Date: Sat, 06 Oct 2018 04:35:10 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:35:10,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a8399df7-4060-4c51-aad0-307fad346a64 2018-10-06 04:35:10,706 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router 2018-10-06 04:35:10,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router", "admin_state_up": true}}' 2018-10-06 04:35:15,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-a49d1398-c8b6-4e20-99e8-5247393aa1ee Date: Sat, 06 Oct 2018 04:35:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "112c73b334714a189f19195c5967ca61", "created_at": "2018-10-06T04:35:11Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "112c73b334714a189f19195c5967ca61", "id": "311007ba-e736-47c9-8a1b-df52e118bc3a", "name": "CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router"}} 2018-10-06 04:35:15,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-a49d1398-c8b6-4e20-99e8-5247393aa1ee 2018-10-06 04:35:15,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:15,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4efdc3b1-9f30-4392-8946-46da328984be Date: Sat, 06 Oct 2018 04:35:15 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:15,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-4efdc3b1-9f30-4392-8946-46da328984be 2018-10-06 04:35:15,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:16,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-42fb2c40-1722-46eb-b5d0-ac1948d709ed Date: Sat, 06 Oct 2018 04:35:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "112c73b334714a189f19195c5967ca61", "created_at": "2018-10-06T04:35:11Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "112c73b334714a189f19195c5967ca61", "id": "311007ba-e736-47c9-8a1b-df52e118bc3a", "name": "CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router"}} 2018-10-06 04:35:16,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-42fb2c40-1722-46eb-b5d0-ac1948d709ed 2018-10-06 04:35:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:16,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a9fec2a-318f-4dba-b936-26896c8d1fbd Date: Sat, 06 Oct 2018 04:35:16 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:16,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-3a9fec2a-318f-4dba-b936-26896c8d1fbd 2018-10-06 04:35:16,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:16,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af3f350537d49f8b653e7caef91bd80", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj-role"}], "expires_at": "2018-10-06T05:35:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "112c73b334714a189f19195c5967ca61", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/112c73b334714a189f19195c5967ca61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-8b2d6309-b347-400-user", "id": "e978e362b69e4cc4b8bc8210e6819f5b"}, "audit_ids": ["lqjlMPLBTS2MPRXDrZjCIg"], "issued_at": "2018-10-06T04:35:16.000000Z"}} 2018-10-06 04:35:16,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e837475c1407e10fe954cec8d357a2dab8337728" 2018-10-06 04:35:16,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-2f8da873-788f-4485-b5af-bc075ab3c739 Date: Sat, 06 Oct 2018 04:35:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "112c73b334714a189f19195c5967ca61", "created_at": "2018-10-06T04:35:11Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "112c73b334714a189f19195c5967ca61", "id": "311007ba-e736-47c9-8a1b-df52e118bc3a", "name": "CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router"}]} 2018-10-06 04:35:16,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True used request id req-2f8da873-788f-4485-b5af-bc075ab3c739 2018-10-06 04:35:16,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:16,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:16,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65c426391a0eb901ca54f945a438faac8ee32577" 2018-10-06 04:35:17,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc596ab9-c407-4dd3-baf6-6fee1545e616 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61"}, "enabled": true, "id": "112c73b334714a189f19195c5967ca61", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-8b2d6309-b347-400-proj"}} 2018-10-06 04:35:17,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61 used request id req-fc596ab9-c407-4dd3-baf6-6fee1545e616 2018-10-06 04:35:17,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e837475c1407e10fe954cec8d357a2dab8337728" 2018-10-06 04:35:17,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b8f6607-216c-4adc-8c73-e8c2f120d670 Date: Sat, 06 Oct 2018 04:35:17 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:17,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-0b8f6607-216c-4adc-8c73-e8c2f120d670 2018-10-06 04:35:17,247 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router 2018-10-06 04:35:17,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e837475c1407e10fe954cec8d357a2dab8337728" 2018-10-06 04:35:21,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-280506aa-0007-43f2-837e-89ecf1b273d6 Content-Length: 0 Date: Sat, 06 Oct 2018 04:35:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:21,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-280506aa-0007-43f2-837e-89ecf1b273d6 2018-10-06 04:35:21,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e837475c1407e10fe954cec8d357a2dab8337728" 2018-10-06 04:35:21,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a6620658-5f3a-40b1-838e-954be12b8089 Date: Sat, 06 Oct 2018 04:35:21 GMT RESP BODY: {"routers": []} 2018-10-06 04:35:21,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router&admin_state_up=True used request id req-a6620658-5f3a-40b1-838e-954be12b8089 2018-10-06 04:35:21,576 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router 2018-10-06 04:35:21,577 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-60519aa4-eb62-4fb1-9668-4d7d33edef9e-pub-router 2018-10-06 04:35:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02bebe0fbe05a16d6fced46de6190e9c1db600bc" 2018-10-06 04:35:21,784 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-87194e0a-3a7c-4451-9600-fe40dac84ff0 Date: Sat, 06 Oct 2018 04:35:21 GMT RESP BODY: {"NeutronError": {"message": "Router 311007ba-e736-47c9-8a1b-df52e118bc3a could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-06 04:35:21,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/311007ba-e736-47c9-8a1b-df52e118bc3a used request id req-87194e0a-3a7c-4451-9600-fe40dac84ff0 2018-10-06 04:35:21,784 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 311007ba-e736-47c9-8a1b-df52e118bc3a could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-06 04:35:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:21,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8089d473-7c49-480e-aa88-95c18cb4015c Date: Sat, 06 Oct 2018 04:35:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:35:21,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-8089d473-7c49-480e-aa88-95c18cb4015c 2018-10-06 04:35:21,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c91b2b-de2e-43c0-b7cd-77ed9b47bdfa Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:35:22,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e7c91b2b-de2e-43c0-b7cd-77ed9b47bdfa 2018-10-06 04:35:22,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d54d06-eb4f-49a0-a347-c57423da5066 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:35:22,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-71d54d06-eb4f-49a0-a347-c57423da5066 2018-10-06 04:35:22,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc9dc57-e02e-4942-b9c5-3a67b158d521 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:35:22,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-edc9dc57-e02e-4942-b9c5-3a67b158d521 2018-10-06 04:35:22,259 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8b2d6309-b347-400-proj 2018-10-06 04:35:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-793eb390-406f-49a2-8458-75ff88feb1ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:22,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/112c73b334714a189f19195c5967ca61 used request id req-793eb390-406f-49a2-8458-75ff88feb1ab 2018-10-06 04:35:22,446 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8b2d6309-b347-400-proj-role 2018-10-06 04:35:22,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ef9bbee-b6ff-404f-8996-f7f514780b8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:22,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0af3f350537d49f8b653e7caef91bd80 used request id req-5ef9bbee-b6ff-404f-8996-f7f514780b8f 2018-10-06 04:35:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebd8cd06371e5fad07c99532becc47fb721f1cc" 2018-10-06 04:35:22,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b75ab5-68f6-4756-9c18-5206aeb4728b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:22,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-01b75ab5-68f6-4756-9c18-5206aeb4728b 2018-10-06 04:35:22,662 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8b2d6309-b347-400-user 2018-10-06 04:35:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e978e362b69e4cc4b8bc8210e6819f5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc963408a26929db04b1af159a5f9c71ad8bcec9" 2018-10-06 04:35:22,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51d0a498-1c99-4538-b5df-3b1219a46dce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:22,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e978e362b69e4cc4b8bc8210e6819f5b used request id req-51d0a498-1c99-4538-b5df-3b1219a46dce 2018-10-06 04:35:22,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:23,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["pXxdDda6Tfq1jDv_hyDoqg"], "issued_at": "2018-10-06T04:35:23.000000Z"}} 2018-10-06 04:35:23,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167432fe11ca74886f577c5ef111ac6dd750776c" 2018-10-06 04:35:23,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfd379c2-18c7-435c-adf3-d60fbf147307 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:23,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bfd379c2-18c7-435c-adf3-d60fbf147307 2018-10-06 04:35:23,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:23,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:23,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ZtJ-PRr_SZ2-mgNsm0RpMA"], "issued_at": "2018-10-06T04:35:23.000000Z"}} 2018-10-06 04:35:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:23,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4d1cb6-acb0-4ee9-a72d-7ad7cb6f0393 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:23,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c4d1cb6-acb0-4ee9-a72d-7ad7cb6f0393 2018-10-06 04:35:23,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:23,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:23,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:23,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f42eb4-b74d-470d-8e33-4ea867f42a71 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:35:23,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj used request id req-d9f42eb4-b74d-470d-8e33-4ea867f42a71 2018-10-06 04:35:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:23,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e37da5e-a699-4361-bf51-8aed595111b7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:23,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8e37da5e-a699-4361-bf51-8aed595111b7 2018-10-06 04:35:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}}' 2018-10-06 04:35:24,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42d2119d-ed6d-4620-b8ba-a3095b63c3db Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5"}, "enabled": true, "id": "a65eb29402f1459dae5fb6ab960eafa5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}} 2018-10-06 04:35:24,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-42d2119d-ed6d-4620-b8ba-a3095b63c3db 2018-10-06 04:35:24,077 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-46151cf9-d6ff-487-proj 2018-10-06 04:35:24,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:24,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:24,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["uLtdcqONRY-qWmKKAST-Xg"], "issued_at": "2018-10-06T04:35:24.000000Z"}} 2018-10-06 04:35:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efff8b940e5c32fc8cd59f8ffed1d824f529e70" 2018-10-06 04:35:24,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61bf6271-6fdc-4c76-82a8-ec0d40af0ca4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:24,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-61bf6271-6fdc-4c76-82a8-ec0d40af0ca4 2018-10-06 04:35:24,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:24,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:24,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efff8b940e5c32fc8cd59f8ffed1d824f529e70" 2018-10-06 04:35:24,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66804121-0888-4736-b2e9-7d6401d71076 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:35:24,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-66804121-0888-4736-b2e9-7d6401d71076 2018-10-06 04:35:24,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efff8b940e5c32fc8cd59f8ffed1d824f529e70" 2018-10-06 04:35:24,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1877bec-86e9-4e86-88db-4f5ff303e60f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5"}, "enabled": true, "id": "a65eb29402f1459dae5fb6ab960eafa5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}]} 2018-10-06 04:35:24,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-46151cf9-d6ff-487-proj used request id req-a1877bec-86e9-4e86-88db-4f5ff303e60f 2018-10-06 04:35:24,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efff8b940e5c32fc8cd59f8ffed1d824f529e70" 2018-10-06 04:35:24,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27545881-c4de-43a7-a3b5-054a9ff338b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:24,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-27545881-c4de-43a7-a3b5-054a9ff338b4 2018-10-06 04:35:25,163 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-46151cf9-d6ff-487-user 2018-10-06 04:35:25,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:25,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:25,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ffd8cb-2628-492d-9cc8-ae5e696bbbf6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:25,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-03ffd8cb-2628-492d-9cc8-ae5e696bbbf6 2018-10-06 04:35:25,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" -d '{"role": {"name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role"}}' 2018-10-06 04:35:25,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f8f3803-de85-4328-9cfa-96ebf84f32bf Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "574098e112e046f0ba6cd2f349b746c8", "links": {"self": "http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8"}, "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role"}} 2018-10-06 04:35:25,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2f8f3803-de85-4328-9cfa-96ebf84f32bf 2018-10-06 04:35:25,371 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role 2018-10-06 04:35:25,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:25,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5ce56c-9012-4f02-af95-849eb7c65865 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8"}, "domain_id": null, "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role", "id": "574098e112e046f0ba6cd2f349b746c8"}} 2018-10-06 04:35:25,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8 used request id req-0f5ce56c-9012-4f02-af95-849eb7c65865 2018-10-06 04:35:25,455 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role to project CreateRouterSuccessTests-46151cf9-d6ff-487-proj 2018-10-06 04:35:25,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5/users/7e0d9dcb6e594d94923da2ee767042bf/roles/574098e112e046f0ba6cd2f349b746c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:25,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c40231e1-44b1-4427-aecc-d63967f51128 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:25,601 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5/users/7e0d9dcb6e594d94923da2ee767042bf/roles/574098e112e046f0ba6cd2f349b746c8 used request id req-c40231e1-44b1-4427-aecc-d63967f51128 2018-10-06 04:35:25,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:25,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:25,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "574098e112e046f0ba6cd2f349b746c8", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role"}], "expires_at": "2018-10-06T05:35:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a65eb29402f1459dae5fb6ab960eafa5", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-user", "id": "7e0d9dcb6e594d94923da2ee767042bf"}, "audit_ids": ["jy_bWGvvTJCxA8E8_9zeGA"], "issued_at": "2018-10-06T04:35:25.000000Z"}} 2018-10-06 04:35:25,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:26,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f380cb1-2e7e-4c5d-917b-6ae5a02e6124 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:26,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3f380cb1-2e7e-4c5d-917b-6ae5a02e6124 2018-10-06 04:35:26,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:26,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e1a1a4b6-e722-4b5d-8405-eebcfac3cf1c Date: Sat, 06 Oct 2018 04:35:26 GMT RESP BODY: {"routers": []} 2018-10-06 04:35:26,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router&admin_state_up=True used request id req-e1a1a4b6-e722-4b5d-8405-eebcfac3cf1c 2018-10-06 04:35:26,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:26,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:26,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "574098e112e046f0ba6cd2f349b746c8", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role"}], "expires_at": "2018-10-06T05:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a65eb29402f1459dae5fb6ab960eafa5", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-user", "id": "7e0d9dcb6e594d94923da2ee767042bf"}, "audit_ids": ["bDAUt04OShWJNV5P4zJjZQ"], "issued_at": "2018-10-06T04:35:26.000000Z"}} 2018-10-06 04:35:26,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9619836ce9510a4725eeccf7295aea74a2979369" 2018-10-06 04:35:26,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0032b51-147d-499c-b4b1-a2da85205fd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:26,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f0032b51-147d-499c-b4b1-a2da85205fd2 2018-10-06 04:35:26,728 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router 2018-10-06 04:35:26,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" -d '{"router": {"name": "CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router", "admin_state_up": true}}' 2018-10-06 04:35:30,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-45c74a29-2678-44bf-9bcf-c16b1ae40124 Date: Sat, 06 Oct 2018 04:35:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a65eb29402f1459dae5fb6ab960eafa5", "created_at": "2018-10-06T04:35:27Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:27Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "a65eb29402f1459dae5fb6ab960eafa5", "id": "280a2a56-9cd2-4fde-b041-7c7419d7b847", "name": "CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router"}} 2018-10-06 04:35:30,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-45c74a29-2678-44bf-9bcf-c16b1ae40124 2018-10-06 04:35:30,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:30,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-abc15ace-bceb-4d97-9e4b-037c85225dd5 Date: Sat, 06 Oct 2018 04:35:30 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:30,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 used request id req-abc15ace-bceb-4d97-9e4b-037c85225dd5 2018-10-06 04:35:30,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/280a2a56-9cd2-4fde-b041-7c7419d7b847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:30,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-e358cece-1e00-4d5d-954f-e641d0c14719 Date: Sat, 06 Oct 2018 04:35:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a65eb29402f1459dae5fb6ab960eafa5", "created_at": "2018-10-06T04:35:27Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:29Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a65eb29402f1459dae5fb6ab960eafa5", "id": "280a2a56-9cd2-4fde-b041-7c7419d7b847", "name": "CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router"}} 2018-10-06 04:35:30,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/280a2a56-9cd2-4fde-b041-7c7419d7b847 used request id req-e358cece-1e00-4d5d-954f-e641d0c14719 2018-10-06 04:35:30,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:30,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-568d4e81-3e3b-488a-a764-c5230d5f710b Date: Sat, 06 Oct 2018 04:35:30 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:30,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 used request id req-568d4e81-3e3b-488a-a764-c5230d5f710b 2018-10-06 04:35:30,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:31,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "574098e112e046f0ba6cd2f349b746c8", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role"}], "expires_at": "2018-10-06T05:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a65eb29402f1459dae5fb6ab960eafa5", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a65eb29402f1459dae5fb6ab960eafa5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-user", "id": "7e0d9dcb6e594d94923da2ee767042bf"}, "audit_ids": ["DEDeYQVFSAS4WV6YU46yIg"], "issued_at": "2018-10-06T04:35:31.000000Z"}} 2018-10-06 04:35:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf405a7fc37336ec5ac478b7dea41a81293e439" 2018-10-06 04:35:31,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-f0288b0d-d145-4765-b1fc-dc7c561438fa Date: Sat, 06 Oct 2018 04:35:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a65eb29402f1459dae5fb6ab960eafa5", "created_at": "2018-10-06T04:35:27Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:29Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a65eb29402f1459dae5fb6ab960eafa5", "id": "280a2a56-9cd2-4fde-b041-7c7419d7b847", "name": "CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router"}]} 2018-10-06 04:35:31,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router&admin_state_up=True used request id req-f0288b0d-d145-4765-b1fc-dc7c561438fa 2018-10-06 04:35:31,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:31,455 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:31,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167432fe11ca74886f577c5ef111ac6dd750776c" 2018-10-06 04:35:31,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35376b2c-c5d8-4885-8a5c-654613b6bea3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5"}, "enabled": true, "id": "a65eb29402f1459dae5fb6ab960eafa5", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-46151cf9-d6ff-487-proj"}} 2018-10-06 04:35:31,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5 used request id req-35376b2c-c5d8-4885-8a5c-654613b6bea3 2018-10-06 04:35:31,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf405a7fc37336ec5ac478b7dea41a81293e439" 2018-10-06 04:35:31,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fec6bcef-44dd-43d3-871a-dde8ead50820 Date: Sat, 06 Oct 2018 04:35:31 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:31,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=280a2a56-9cd2-4fde-b041-7c7419d7b847 used request id req-fec6bcef-44dd-43d3-871a-dde8ead50820 2018-10-06 04:35:31,745 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router 2018-10-06 04:35:31,745 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b2dfca44-b3ba-4c7d-95f1-7bcf48d13f4e-pub-router 2018-10-06 04:35:31,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/280a2a56-9cd2-4fde-b041-7c7419d7b847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bf1d8eb0f7adc95868bed3fd3b6e7c075721cc" 2018-10-06 04:35:34,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b185c556-3321-4216-8581-236c94b850cc Content-Length: 0 Date: Sat, 06 Oct 2018 04:35:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:34,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/280a2a56-9cd2-4fde-b041-7c7419d7b847 used request id req-b185c556-3321-4216-8581-236c94b850cc 2018-10-06 04:35:34,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:34,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9e14991a-fffe-4f73-b33c-5b013ddca59f Date: Sat, 06 Oct 2018 04:35:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:35:34,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9e14991a-fffe-4f73-b33c-5b013ddca59f 2018-10-06 04:35:34,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:34,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f550592c-d024-49c8-a0b4-3eeb479602aa Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:35:34,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-f550592c-d024-49c8-a0b4-3eeb479602aa 2018-10-06 04:35:34,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:34,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cda4089-994c-497e-b41f-e4b8f852b1f3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:35:34,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-8cda4089-994c-497e-b41f-e4b8f852b1f3 2018-10-06 04:35:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:35,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce1ce0f-8516-41d5-ad27-c05b1fe527ad Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:35:35,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-3ce1ce0f-8516-41d5-ad27-c05b1fe527ad 2018-10-06 04:35:35,037 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-46151cf9-d6ff-487-proj 2018-10-06 04:35:35,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:35,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb756e4e-7fac-447e-9e22-e5ac1b2a545d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:35,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a65eb29402f1459dae5fb6ab960eafa5 used request id req-eb756e4e-7fac-447e-9e22-e5ac1b2a545d 2018-10-06 04:35:35,248 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-46151cf9-d6ff-487-proj-role 2018-10-06 04:35:35,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:35,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb0a9c7-b48b-4659-90d9-50ba237daf55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:35,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/574098e112e046f0ba6cd2f349b746c8 used request id req-7eb0a9c7-b48b-4659-90d9-50ba237daf55 2018-10-06 04:35:35,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0666055da28e19f62b408410192731ad71a9bf" 2018-10-06 04:35:35,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df98f1b2-5a79-44b8-8e9a-affd06a2191b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:35,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df98f1b2-5a79-44b8-8e9a-affd06a2191b 2018-10-06 04:35:35,465 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-46151cf9-d6ff-487-user 2018-10-06 04:35:35,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7e0d9dcb6e594d94923da2ee767042bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efff8b940e5c32fc8cd59f8ffed1d824f529e70" 2018-10-06 04:35:35,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cb9e321-e9bf-40a8-889e-b2d59dbf4953 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:35,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7e0d9dcb6e594d94923da2ee767042bf used request id req-5cb9e321-e9bf-40a8-889e-b2d59dbf4953 2018-10-06 04:35:35,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:36,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["v7JcUnTLRD6POIEeABvU-Q"], "issued_at": "2018-10-06T04:35:36.000000Z"}} 2018-10-06 04:35:36,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bf878136547c7e5be0fd6cdb26a7eabaa337326" 2018-10-06 04:35:36,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366b1072-5b9b-49bf-a100-32ba72f1f2c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:36,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-366b1072-5b9b-49bf-a100-32ba72f1f2c6 2018-10-06 04:35:36,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:36,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:36,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["9RkVYShUS_yK0c6Xjjea6w"], "issued_at": "2018-10-06T04:35:36.000000Z"}} 2018-10-06 04:35:36,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:36,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf1efd1-96e5-46d3-8ae8-41f3ea4e04bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:36,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0cf1efd1-96e5-46d3-8ae8-41f3ea4e04bf 2018-10-06 04:35:36,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:36,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:36,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eae97ea-8d21-4019-84d2-ccbb9f2305ff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:35:36,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj used request id req-3eae97ea-8d21-4019-84d2-ccbb9f2305ff 2018-10-06 04:35:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:36,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-003f21bb-16a0-419d-a3c6-ce96537d8de7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:36,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-003f21bb-16a0-419d-a3c6-ce96537d8de7 2018-10-06 04:35:36,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}}' 2018-10-06 04:35:36,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4adaa305-c5f5-4887-9618-1e6c399b06e2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed"}, "enabled": true, "id": "9f991b114e5646cf904bd7c64f9b53ed", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}} 2018-10-06 04:35:36,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4adaa305-c5f5-4887-9618-1e6c399b06e2 2018-10-06 04:35:36,934 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-proj 2018-10-06 04:35:36,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:36,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:37,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XFYeO0Y2RJWvIp0GGssgRg"], "issued_at": "2018-10-06T04:35:37.000000Z"}} 2018-10-06 04:35:37,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d2cf6d1ff43927345ec77f60110855ed4d828e" 2018-10-06 04:35:37,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7737a1b9-dacd-4bb2-b575-9d57d82e9c08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:37,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7737a1b9-dacd-4bb2-b575-9d57d82e9c08 2018-10-06 04:35:37,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:37,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:37,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d2cf6d1ff43927345ec77f60110855ed4d828e" 2018-10-06 04:35:37,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88520da4-dfab-4e32-a5ed-0fe5fa909d73 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:35:37,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-88520da4-dfab-4e32-a5ed-0fe5fa909d73 2018-10-06 04:35:37,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d2cf6d1ff43927345ec77f60110855ed4d828e" 2018-10-06 04:35:37,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9b7583-80ab-4f73-a6d9-8353725bc6e4 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed"}, "enabled": true, "id": "9f991b114e5646cf904bd7c64f9b53ed", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}]} 2018-10-06 04:35:37,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-09a8bb80-c65b-46b-proj used request id req-3d9b7583-80ab-4f73-a6d9-8353725bc6e4 2018-10-06 04:35:37,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d2cf6d1ff43927345ec77f60110855ed4d828e" 2018-10-06 04:35:37,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd764fc5-b392-4301-990c-8fa08afb9bfa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:37,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bd764fc5-b392-4301-990c-8fa08afb9bfa 2018-10-06 04:35:38,335 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-user 2018-10-06 04:35:38,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:38,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:38,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b34acc-f662-4d40-9fc3-e9c4ccc7969f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:38,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-41b34acc-f662-4d40-9fc3-e9c4ccc7969f 2018-10-06 04:35:38,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" -d '{"role": {"name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role"}}' 2018-10-06 04:35:38,562 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97cb1868-4461-47ed-9ee9-92a33263a125 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c8c46d0328b0491ea40077c00f3d7ac2", "links": {"self": "http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2"}, "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role"}} 2018-10-06 04:35:38,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-97cb1868-4461-47ed-9ee9-92a33263a125 2018-10-06 04:35:38,563 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role 2018-10-06 04:35:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:38,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40cdc18f-a8c2-4f99-91d3-b9c3e6fbf3f4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2"}, "domain_id": null, "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role", "id": "c8c46d0328b0491ea40077c00f3d7ac2"}} 2018-10-06 04:35:38,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2 used request id req-40cdc18f-a8c2-4f99-91d3-b9c3e6fbf3f4 2018-10-06 04:35:38,583 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role to project CreateRouterSuccessTests-09a8bb80-c65b-46b-proj 2018-10-06 04:35:38,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed/users/38d62950588e4e14a59042bf64ff9d8b/roles/c8c46d0328b0491ea40077c00f3d7ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:38,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc36142a-fb09-4578-9ce3-4b4b7ba51ae0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:38,715 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed/users/38d62950588e4e14a59042bf64ff9d8b/roles/c8c46d0328b0491ea40077c00f3d7ac2 used request id req-fc36142a-fb09-4578-9ce3-4b4b7ba51ae0 2018-10-06 04:35:38,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:38,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:39,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8c46d0328b0491ea40077c00f3d7ac2", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role"}], "expires_at": "2018-10-06T05:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f991b114e5646cf904bd7c64f9b53ed", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-user", "id": "38d62950588e4e14a59042bf64ff9d8b"}, "audit_ids": ["4TadIa-JSI6mCbTsvK3OgQ"], "issued_at": "2018-10-06T04:35:39.000000Z"}} 2018-10-06 04:35:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:39,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5cf915-e8a1-4491-8c18-eb6975f9b45c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:39,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3f5cf915-e8a1-4491-8c18-eb6975f9b45c 2018-10-06 04:35:39,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:39,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6b847920-9860-4db7-bce7-df8d97412a23 Date: Sat, 06 Oct 2018 04:35:39 GMT RESP BODY: {"routers": []} 2018-10-06 04:35:39,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router&admin_state_up=False used request id req-6b847920-9860-4db7-bce7-df8d97412a23 2018-10-06 04:35:39,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:39,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:39,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8c46d0328b0491ea40077c00f3d7ac2", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role"}], "expires_at": "2018-10-06T05:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f991b114e5646cf904bd7c64f9b53ed", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-user", "id": "38d62950588e4e14a59042bf64ff9d8b"}, "audit_ids": ["Ob1FocoPS2KfwudaimGCXg"], "issued_at": "2018-10-06T04:35:39.000000Z"}} 2018-10-06 04:35:39,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6feb6eb369327c2c0b014db123fad955104fb70" 2018-10-06 04:35:40,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facc1a65-ebad-4890-a216-813bf597e622 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:40,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-facc1a65-ebad-4890-a216-813bf597e622 2018-10-06 04:35:40,009 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router 2018-10-06 04:35:40,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" -d '{"router": {"name": "CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router", "admin_state_up": false}}' 2018-10-06 04:35:43,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-f6e90906-1f2a-44d0-b59c-e09378623966 Date: Sat, 06 Oct 2018 04:35:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9f991b114e5646cf904bd7c64f9b53ed", "created_at": "2018-10-06T04:35:40Z", "admin_state_up": false, "updated_at": "2018-10-06T04:35:40Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "9f991b114e5646cf904bd7c64f9b53ed", "id": "40ddbfad-4756-46a6-bc45-ebeda6264234", "name": "CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router"}} 2018-10-06 04:35:43,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-f6e90906-1f2a-44d0-b59c-e09378623966 2018-10-06 04:35:43,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:43,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-df02406c-de19-47b2-a020-c09c36c756ec Date: Sat, 06 Oct 2018 04:35:43 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:43,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 used request id req-df02406c-de19-47b2-a020-c09c36c756ec 2018-10-06 04:35:43,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/40ddbfad-4756-46a6-bc45-ebeda6264234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:44,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-3849707a-11c8-4d0f-91eb-f51d52acbcec Date: Sat, 06 Oct 2018 04:35:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9f991b114e5646cf904bd7c64f9b53ed", "created_at": "2018-10-06T04:35:40Z", "admin_state_up": false, "updated_at": "2018-10-06T04:35:43Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "9f991b114e5646cf904bd7c64f9b53ed", "id": "40ddbfad-4756-46a6-bc45-ebeda6264234", "name": "CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router"}} 2018-10-06 04:35:44,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/40ddbfad-4756-46a6-bc45-ebeda6264234 used request id req-3849707a-11c8-4d0f-91eb-f51d52acbcec 2018-10-06 04:35:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:44,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3769f098-6702-4750-808c-483b94b9b6dd Date: Sat, 06 Oct 2018 04:35:44 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:44,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 used request id req-3769f098-6702-4750-808c-483b94b9b6dd 2018-10-06 04:35:44,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:44,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8c46d0328b0491ea40077c00f3d7ac2", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role"}], "expires_at": "2018-10-06T05:35:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f991b114e5646cf904bd7c64f9b53ed", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9f991b114e5646cf904bd7c64f9b53ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-user", "id": "38d62950588e4e14a59042bf64ff9d8b"}, "audit_ids": ["7KrRPzFGQcyvOsv1YNrnTA"], "issued_at": "2018-10-06T04:35:44.000000Z"}} 2018-10-06 04:35:44,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af746d8dc4a257c1f3f862a5d1cfda7c986caf5a" 2018-10-06 04:35:44,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-881ce338-18ce-401c-9f70-9f9b619ee3ea Date: Sat, 06 Oct 2018 04:35:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9f991b114e5646cf904bd7c64f9b53ed", "created_at": "2018-10-06T04:35:40Z", "admin_state_up": false, "updated_at": "2018-10-06T04:35:43Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "9f991b114e5646cf904bd7c64f9b53ed", "id": "40ddbfad-4756-46a6-bc45-ebeda6264234", "name": "CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router"}]} 2018-10-06 04:35:44,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router&admin_state_up=False used request id req-881ce338-18ce-401c-9f70-9f9b619ee3ea 2018-10-06 04:35:44,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:44,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:44,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bf878136547c7e5be0fd6cdb26a7eabaa337326" 2018-10-06 04:35:44,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d11cdf80-1b09-44a8-87cd-3ba3ff062586 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed"}, "enabled": true, "id": "9f991b114e5646cf904bd7c64f9b53ed", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-09a8bb80-c65b-46b-proj"}} 2018-10-06 04:35:44,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed used request id req-d11cdf80-1b09-44a8-87cd-3ba3ff062586 2018-10-06 04:35:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af746d8dc4a257c1f3f862a5d1cfda7c986caf5a" 2018-10-06 04:35:45,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d35c1c7e-614a-41d6-a889-4fa4f8b5feaf Date: Sat, 06 Oct 2018 04:35:45 GMT RESP BODY: {"ports":[]} 2018-10-06 04:35:45,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=40ddbfad-4756-46a6-bc45-ebeda6264234 used request id req-d35c1c7e-614a-41d6-a889-4fa4f8b5feaf 2018-10-06 04:35:45,272 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router 2018-10-06 04:35:45,272 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-24d660fa-f5f0-4db5-8b46-742614b71e28-pub-router 2018-10-06 04:35:45,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/40ddbfad-4756-46a6-bc45-ebeda6264234 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58b71ce66ba202e12c05b9f2138d7239b2415b2" 2018-10-06 04:35:48,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-babaf0a2-b7d0-4340-af88-dbfecbca8009 Content-Length: 0 Date: Sat, 06 Oct 2018 04:35:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:35:48,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/40ddbfad-4756-46a6-bc45-ebeda6264234 used request id req-babaf0a2-b7d0-4340-af88-dbfecbca8009 2018-10-06 04:35:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9fa57d5b-f871-42bb-9c54-80f80c275d69 Date: Sat, 06 Oct 2018 04:35:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:35:48,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9fa57d5b-f871-42bb-9c54-80f80c275d69 2018-10-06 04:35:48,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3bb5dd-b5ff-4a49-bfa6-f9f4ba75e48a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:35:48,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-0a3bb5dd-b5ff-4a49-bfa6-f9f4ba75e48a 2018-10-06 04:35:48,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a16c8d-c369-4fb2-8e52-a8313164628d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:35:48,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-e1a16c8d-c369-4fb2-8e52-a8313164628d 2018-10-06 04:35:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9555bc25-5898-4b2d-b521-2054e9a14099 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:35:48,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-9555bc25-5898-4b2d-b521-2054e9a14099 2018-10-06 04:35:48,630 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-proj 2018-10-06 04:35:48,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1cca668-8dbd-4a4d-abe4-919dc53a2d22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:48,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9f991b114e5646cf904bd7c64f9b53ed used request id req-d1cca668-8dbd-4a4d-abe4-919dc53a2d22 2018-10-06 04:35:48,866 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-proj-role 2018-10-06 04:35:48,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:48,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c96c826b-6a61-4732-b0e0-73c7d03bf542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:48,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c8c46d0328b0491ea40077c00f3d7ac2 used request id req-c96c826b-6a61-4732-b0e0-73c7d03bf542 2018-10-06 04:35:48,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25df21165933abe37560bbc9c1156b9662b5d9c5" 2018-10-06 04:35:49,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a43b04c-2e12-4aa5-b591-f351578aa260 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:49,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a43b04c-2e12-4aa5-b591-f351578aa260 2018-10-06 04:35:49,075 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-09a8bb80-c65b-46b-user 2018-10-06 04:35:49,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/38d62950588e4e14a59042bf64ff9d8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d2cf6d1ff43927345ec77f60110855ed4d828e" 2018-10-06 04:35:49,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7103406d-65e9-4aec-9c9e-c3a060716bba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:49,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/38d62950588e4e14a59042bf64ff9d8b used request id req-7103406d-65e9-4aec-9c9e-c3a060716bba 2018-10-06 04:35:49,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:49,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Xg7OEf51TgKrvwsfAqL_bA"], "issued_at": "2018-10-06T04:35:49.000000Z"}} 2018-10-06 04:35:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d78531afcc24e99c1b36832bce12cdfce91c0f38" 2018-10-06 04:35:49,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6552a5-8d1d-4720-aa30-bc534d53c49c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:49,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd6552a5-8d1d-4720-aa30-bc534d53c49c 2018-10-06 04:35:49,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:49,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:50,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Ww_NyCQ4Q8ag1glF-_gsSw"], "issued_at": "2018-10-06T04:35:50.000000Z"}} 2018-10-06 04:35:50,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:50,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c971bc68-b4c1-4c4a-b42a-96099b5f8a37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:50,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c971bc68-b4c1-4c4a-b42a-96099b5f8a37 2018-10-06 04:35:50,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:50,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:50,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:50,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14e97d3e-6bbc-4277-a0e6-4ec8069dbef6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:35:50,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj used request id req-14e97d3e-6bbc-4277-a0e6-4ec8069dbef6 2018-10-06 04:35:50,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:50,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9963027-60ea-4339-9160-cc9bf8b0f544 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:50,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c9963027-60ea-4339-9160-cc9bf8b0f544 2018-10-06 04:35:50,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}}' 2018-10-06 04:35:50,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cccd5875-337d-475f-96b0-a0997c97877d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e"}, "enabled": true, "id": "a9ed01b2878244d18e9f6034a277500e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}} 2018-10-06 04:35:50,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cccd5875-337d-475f-96b0-a0997c97877d 2018-10-06 04:35:50,497 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-proj 2018-10-06 04:35:50,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:50,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:50,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2SCpCsCpTyKMjmgNrzfhkA"], "issued_at": "2018-10-06T04:35:50.000000Z"}} 2018-10-06 04:35:50,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbeeb850926317aca448c5149a22b1de4fe352f7" 2018-10-06 04:35:50,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0482a0-5f66-48e6-967e-4e8184a60dc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:50,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b0482a0-5f66-48e6-967e-4e8184a60dc1 2018-10-06 04:35:50,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:50,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:50,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbeeb850926317aca448c5149a22b1de4fe352f7" 2018-10-06 04:35:51,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1561411e-1f5f-4f0f-8e73-7cabfb767b07 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:35:51,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1561411e-1f5f-4f0f-8e73-7cabfb767b07 2018-10-06 04:35:51,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbeeb850926317aca448c5149a22b1de4fe352f7" 2018-10-06 04:35:51,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8faa50-02ad-4efb-b82d-58193cc88376 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e"}, "enabled": true, "id": "a9ed01b2878244d18e9f6034a277500e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}]} 2018-10-06 04:35:51,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj used request id req-4d8faa50-02ad-4efb-b82d-58193cc88376 2018-10-06 04:35:51,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbeeb850926317aca448c5149a22b1de4fe352f7" 2018-10-06 04:35:51,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03436c86-6a8a-4c8b-bbc7-3f7aede0d29c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:35:51,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-03436c86-6a8a-4c8b-bbc7-3f7aede0d29c 2018-10-06 04:35:51,490 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-user 2018-10-06 04:35:51,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:51,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:51,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36ed4c4-884b-45b6-a66c-0c5cb63314e9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:35:51,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f36ed4c4-884b-45b6-a66c-0c5cb63314e9 2018-10-06 04:35:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" -d '{"role": {"name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role"}}' 2018-10-06 04:35:51,711 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe6d0534-33e7-40c7-aa78-65a79f9c1cf0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72662759be2e4f65a1ab1844ba0a16fb", "links": {"self": "http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb"}, "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role"}} 2018-10-06 04:35:51,711 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe6d0534-33e7-40c7-aa78-65a79f9c1cf0 2018-10-06 04:35:51,712 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role 2018-10-06 04:35:51,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:51,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d66f48-49ed-4263-be2b-95a76f1750df Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb"}, "domain_id": null, "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role", "id": "72662759be2e4f65a1ab1844ba0a16fb"}} 2018-10-06 04:35:51,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb used request id req-e1d66f48-49ed-4263-be2b-95a76f1750df 2018-10-06 04:35:51,795 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role to project CreateRouterSuccessTests-a12b3982-ccdd-45d-proj 2018-10-06 04:35:51,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e/users/06add99269b54e19a29b5d04587fe030/roles/72662759be2e4f65a1ab1844ba0a16fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:35:51,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fb61e2c-af64-4b90-ac41-ef2d30536722 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:35:51,930 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e/users/06add99269b54e19a29b5d04587fe030/roles/72662759be2e4f65a1ab1844ba0a16fb used request id req-3fb61e2c-af64-4b90-ac41-ef2d30536722 2018-10-06 04:35:51,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:51,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:52,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["GU7lyZ4TTK-a7HvJ6WDWlw"], "issued_at": "2018-10-06T04:35:52.000000Z"}} 2018-10-06 04:35:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:52,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38497214-2d4c-4655-b58e-0dae83acbb9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:52,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38497214-2d4c-4655-b58e-0dae83acbb9d 2018-10-06 04:35:52,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:52,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-02fa8234-9d12-4da6-b001-7983ab324e64 Date: Sat, 06 Oct 2018 04:35:52 GMT RESP BODY: {"routers": []} 2018-10-06 04:35:52,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router&admin_state_up=True used request id req-02fa8234-9d12-4da6-b001-7983ab324e64 2018-10-06 04:35:52,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:35:52,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:35:53,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["SMnd4jxJQq-v6PbpFSaIOA"], "issued_at": "2018-10-06T04:35:53.000000Z"}} 2018-10-06 04:35:53,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7f5f980051fae16264c436be404961717ad1c6" 2018-10-06 04:35:53,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73c88b7-eefd-42e3-8f29-2647d2e64f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:35:53,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a73c88b7-eefd-42e3-8f29-2647d2e64f86 2018-10-06 04:35:53,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:35:53,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:35:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:35:53,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7f5f980051fae16264c436be404961717ad1c6" 2018-10-06 04:35:53,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd68e0d-76b0-45c8-9f36-3e3db3eb1f33 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e"}, "enabled": true, "id": "a9ed01b2878244d18e9f6034a277500e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}]} 2018-10-06 04:35:53,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a12b3982-ccdd-45d-proj used request id req-acd68e0d-76b0-45c8-9f36-3e3db3eb1f33 2018-10-06 04:35:53,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:53,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-be62eece-97ef-485f-9ba2-f488e901da94 Date: Sat, 06 Oct 2018 04:35:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:35:53,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-be62eece-97ef-485f-9ba2-f488e901da94 2018-10-06 04:35:53,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:53,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-388385f0-8ccd-4363-b313-031b863eab8c Date: Sat, 06 Oct 2018 04:35:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:35:53,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-388385f0-8ccd-4363-b313-031b863eab8c 2018-10-06 04:35:53,686 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router 2018-10-06 04:35:53,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "tenant_id": "a9ed01b2878244d18e9f6034a277500e", "name": "CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router", "admin_state_up": true}}' 2018-10-06 04:35:58,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e1a65c23-561d-45fa-a7e0-4b1577e9516c Date: Sat, 06 Oct 2018 04:35:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a9ed01b2878244d18e9f6034a277500e", "created_at": "2018-10-06T04:35:54Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:55Z", "project_id": "a9ed01b2878244d18e9f6034a277500e", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9235088b-891b-4557-9591-e9336ce2bcc3", "name": "CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router"}} 2018-10-06 04:35:58,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-e1a65c23-561d-45fa-a7e0-4b1577e9516c 2018-10-06 04:35:58,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:58,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-0c925504-14ff-492b-b8bb-b62d7d1100a3 Date: Sat, 06 Oct 2018 04:35:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.2"}],"id":"5c31487f-d26a-4f28-8904-b7c7e083facc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:45:2f:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:56Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.10"}],"id":"84e2bfef-873b-48e1-addc-d4f389cc6988","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:84:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:55Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:54Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.206"}],"id":"9ce8d431-85a0-4b89-b132-b8587eddcf89","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:90:0e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:35:54Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.8"}],"id":"fc7569bf-cc83-4a4b-ba9d-f0acb194207d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2d:cc:05","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:57Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"}]} 2018-10-06 04:35:58,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 used request id req-0c925504-14ff-492b-b8bb-b62d7d1100a3 2018-10-06 04:35:58,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:58,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-02a74a07-994e-435e-b1bf-fcafe2e78313 Date: Sat, 06 Oct 2018 04:35:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:35:58,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-02a74a07-994e-435e-b1bf-fcafe2e78313 2018-10-06 04:35:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:58,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4d14abad-759f-48f7-a512-68cf4ad51033 Date: Sat, 06 Oct 2018 04:35:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:35:58,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-4d14abad-759f-48f7-a512-68cf4ad51033 2018-10-06 04:35:58,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:59,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c79ed7db-56ee-4b6c-9a6f-b52f26fcb967 Date: Sat, 06 Oct 2018 04:35:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:35:59,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-c79ed7db-56ee-4b6c-9a6f-b52f26fcb967 2018-10-06 04:35:59,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:59,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4de3b29b-108f-42f6-b481-73b426a7ada5 Date: Sat, 06 Oct 2018 04:35:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:35:59,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-4de3b29b-108f-42f6-b481-73b426a7ada5 2018-10-06 04:35:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/9235088b-891b-4557-9591-e9336ce2bcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:59,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9c7bcdbe-a573-49b8-b1f7-cffa55436b0a Date: Sat, 06 Oct 2018 04:35:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a9ed01b2878244d18e9f6034a277500e", "created_at": "2018-10-06T04:35:54Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:57Z", "project_id": "a9ed01b2878244d18e9f6034a277500e", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "9235088b-891b-4557-9591-e9336ce2bcc3", "name": "CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router"}} 2018-10-06 04:35:59,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/9235088b-891b-4557-9591-e9336ce2bcc3 used request id req-9c7bcdbe-a573-49b8-b1f7-cffa55436b0a 2018-10-06 04:35:59,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:59,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-1659093a-bf2c-4564-9dda-55027c1827cd Date: Sat, 06 Oct 2018 04:35:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.2"}],"id":"5c31487f-d26a-4f28-8904-b7c7e083facc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:45:2f:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:56Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.10"}],"id":"84e2bfef-873b-48e1-addc-d4f389cc6988","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:84:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:55Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:59Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.206"}],"id":"9ce8d431-85a0-4b89-b132-b8587eddcf89","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:63:90:0e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:35:54Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:35:59Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","ip_address":"169.254.192.8"}],"id":"fc7569bf-cc83-4a4b-ba9d-f0acb194207d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2d:cc:05","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a9ed01b2878244d18e9f6034a277500e","admin_state_up":true,"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:57Z","binding:vnic_type":"normal","device_id":"9235088b-891b-4557-9591-e9336ce2bcc3"}]} 2018-10-06 04:35:59,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 used request id req-1659093a-bf2c-4564-9dda-55027c1827cd 2018-10-06 04:35:59,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:35:59,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-146cccf7-a577-4f11-b858-48f2a6027c51 Date: Sat, 06 Oct 2018 04:35:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:35:59,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-146cccf7-a577-4f11-b858-48f2a6027c51 2018-10-06 04:35:59,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:36:00,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a2145bc0-a9ea-43c7-9f1c-5b3389710d47 Date: Sat, 06 Oct 2018 04:36:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:36:00,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-a2145bc0-a9ea-43c7-9f1c-5b3389710d47 2018-10-06 04:36:00,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:36:00,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-398ad227-1cd6-4dda-8e0c-ce70c8adaee4 Date: Sat, 06 Oct 2018 04:36:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:36:00,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-398ad227-1cd6-4dda-8e0c-ce70c8adaee4 2018-10-06 04:36:00,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:36:00,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a237725d-2ff8-46a5-ae58-cc4c89b165af Date: Sat, 06 Oct 2018 04:36:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5e8e7a0c-e40c-498b-82e9-e7827d9798b2","tenant_id":"","created_at":"2018-10-06T04:35:53Z","dns_nameservers":[],"updated_at":"2018-10-06T04:35:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b","subnetpool_id":null,"name":"HA subnet tenant a9ed01b2878244d18e9f6034a277500e"}} 2018-10-06 04:36:00,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/568ba0ae-4c33-4a80-9f23-1c3a8cb0b79b used request id req-a237725d-2ff8-46a5-ae58-cc4c89b165af 2018-10-06 04:36:00,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:00,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72662759be2e4f65a1ab1844ba0a16fb", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role"}], "expires_at": "2018-10-06T05:36:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9ed01b2878244d18e9f6034a277500e", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a9ed01b2878244d18e9f6034a277500e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a9ed01b2878244d18e9f6034a277500e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a9ed01b2878244d18e9f6034a277500e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a9ed01b2878244d18e9f6034a277500e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a9ed01b2878244d18e9f6034a277500e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a9ed01b2878244d18e9f6034a277500e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a9ed01b2878244d18e9f6034a277500e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-user", "id": "06add99269b54e19a29b5d04587fe030"}, "audit_ids": ["YwqL0TKfRESRirumNboHIA"], "issued_at": "2018-10-06T04:36:00.000000Z"}} 2018-10-06 04:36:00,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}facef42574563a1728c2fb92a12f6fd33cb2dc0d" 2018-10-06 04:36:00,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-3294295b-b90a-483a-a092-1c2aa418e7fa Date: Sat, 06 Oct 2018 04:36:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a9ed01b2878244d18e9f6034a277500e", "created_at": "2018-10-06T04:35:54Z", "admin_state_up": true, "updated_at": "2018-10-06T04:35:57Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "a9ed01b2878244d18e9f6034a277500e", "id": "9235088b-891b-4557-9591-e9336ce2bcc3", "name": "CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router"}]} 2018-10-06 04:36:00,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router&admin_state_up=True used request id req-3294295b-b90a-483a-a092-1c2aa418e7fa 2018-10-06 04:36:00,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:00,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:00,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d78531afcc24e99c1b36832bce12cdfce91c0f38" 2018-10-06 04:36:01,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206cd4a2-fe18-48cf-8b74-6be56aa3b19f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e"}, "enabled": true, "id": "a9ed01b2878244d18e9f6034a277500e", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a12b3982-ccdd-45d-proj"}} 2018-10-06 04:36:01,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e used request id req-206cd4a2-fe18-48cf-8b74-6be56aa3b19f 2018-10-06 04:36:01,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}facef42574563a1728c2fb92a12f6fd33cb2dc0d" 2018-10-06 04:36:01,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-12abbcbc-cb08-4c79-b507-6d5db9f2973d Date: Sat, 06 Oct 2018 04:36:01 GMT RESP BODY: {"ports":[]} 2018-10-06 04:36:01,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9235088b-891b-4557-9591-e9336ce2bcc3 used request id req-12abbcbc-cb08-4c79-b507-6d5db9f2973d 2018-10-06 04:36:01,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}facef42574563a1728c2fb92a12f6fd33cb2dc0d" 2018-10-06 04:36:01,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b0c2ab0a-3321-4bf7-819f-2d34b7b5b308 Date: Sat, 06 Oct 2018 04:36:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:36:01,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-b0c2ab0a-3321-4bf7-819f-2d34b7b5b308 2018-10-06 04:36:01,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}facef42574563a1728c2fb92a12f6fd33cb2dc0d" 2018-10-06 04:36:01,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b5cc7279-3800-48fa-a041-805567dd0d2f Date: Sat, 06 Oct 2018 04:36:01 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:01,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-b5cc7279-3800-48fa-a041-805567dd0d2f 2018-10-06 04:36:01,631 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router 2018-10-06 04:36:01,631 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-355bce66-f1fc-46e1-8e05-108df3c6b4e9-pub-router 2018-10-06 04:36:01,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/9235088b-891b-4557-9591-e9336ce2bcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c932f6ff592b807495e1ea6e159b6111fc199e9" 2018-10-06 04:36:05,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8aaa9cd5-3e54-4325-adff-e924a09f2bc8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:05,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/9235088b-891b-4557-9591-e9336ce2bcc3 used request id req-8aaa9cd5-3e54-4325-adff-e924a09f2bc8 2018-10-06 04:36:05,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:05,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-df75cd41-02ed-4e19-9ce1-7b95e1507b30 Date: Sat, 06 Oct 2018 04:36:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:36:05,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-df75cd41-02ed-4e19-9ce1-7b95e1507b30 2018-10-06 04:36:05,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:05,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-180feaca-237c-428c-9904-ba34f6ab6c41 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:36:05,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-180feaca-237c-428c-9904-ba34f6ab6c41 2018-10-06 04:36:05,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:05,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c456af6-f419-4097-bbb9-671b9e62cf80 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:36:05,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-4c456af6-f419-4097-bbb9-671b9e62cf80 2018-10-06 04:36:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:05,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57461e7-badb-461d-8b11-12fcc9f207bb Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:36:05,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-a57461e7-badb-461d-8b11-12fcc9f207bb 2018-10-06 04:36:05,900 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-proj 2018-10-06 04:36:05,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:06,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eec68d9d-63d6-451f-a7dc-6fee00471045 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:06,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a9ed01b2878244d18e9f6034a277500e used request id req-eec68d9d-63d6-451f-a7dc-6fee00471045 2018-10-06 04:36:06,152 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-proj-role 2018-10-06 04:36:06,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:06,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0af1c4e-e487-4862-baeb-27d1b145373a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:06,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/72662759be2e4f65a1ab1844ba0a16fb used request id req-e0af1c4e-e487-4862-baeb-27d1b145373a 2018-10-06 04:36:06,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0328e9cdd9c90f315a7e04e22df65e06d615f433" 2018-10-06 04:36:06,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f505624-1cad-4a4b-ba81-8e23e03cf218 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:06,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8f505624-1cad-4a4b-ba81-8e23e03cf218 2018-10-06 04:36:06,433 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a12b3982-ccdd-45d-user 2018-10-06 04:36:06,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/06add99269b54e19a29b5d04587fe030 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbeeb850926317aca448c5149a22b1de4fe352f7" 2018-10-06 04:36:06,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7d9d3ef-4329-4ef4-a288-93eb3d6e88cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:06,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/06add99269b54e19a29b5d04587fe030 used request id req-b7d9d3ef-4329-4ef4-a288-93eb3d6e88cf 2018-10-06 04:36:06,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:07,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ylFtHoZtSn-lk3J9dHrG9g"], "issued_at": "2018-10-06T04:36:07.000000Z"}} 2018-10-06 04:36:07,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d1bd570e9a1ce33cd9735ff91d3c2063de36" 2018-10-06 04:36:07,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e678fc1a-339f-461f-a75e-7b9a24cb3557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:07,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e678fc1a-339f-461f-a75e-7b9a24cb3557 2018-10-06 04:36:07,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:07,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:07,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_ZUDQNVfSbSnOdkV3vn1bg"], "issued_at": "2018-10-06T04:36:07.000000Z"}} 2018-10-06 04:36:07,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:07,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1426a1f-73d3-49ef-8ff1-7abd53cd0715 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:07,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c1426a1f-73d3-49ef-8ff1-7abd53cd0715 2018-10-06 04:36:07,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:07,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:07,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:07,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a21d41-d1d0-455f-a0b9-714d93252f27 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:36:07,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj used request id req-90a21d41-d1d0-455f-a0b9-714d93252f27 2018-10-06 04:36:07,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:07,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf393fc2-b499-4b76-8f41-ea333d8b3645 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:07,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bf393fc2-b499-4b76-8f41-ea333d8b3645 2018-10-06 04:36:07,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}}' 2018-10-06 04:36:07,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63fa151f-d210-480a-8e4d-5cf65e2dcd47 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}} 2018-10-06 04:36:07,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-63fa151f-d210-480a-8e4d-5cf65e2dcd47 2018-10-06 04:36:07,999 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-proj 2018-10-06 04:36:07,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:08,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:08,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["B_Zz0VuqTDCe0fF6TJkTOQ"], "issued_at": "2018-10-06T04:36:08.000000Z"}} 2018-10-06 04:36:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7bb9c536dde072d2fd2d52919127fadabcf4c4" 2018-10-06 04:36:08,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3946f8-0861-464b-b115-0ea15bb1d699 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:08,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ff3946f8-0861-464b-b115-0ea15bb1d699 2018-10-06 04:36:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:08,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:08,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7bb9c536dde072d2fd2d52919127fadabcf4c4" 2018-10-06 04:36:08,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-775fda8e-06c2-4dec-80e8-068c31ed4410 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:36:08,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-775fda8e-06c2-4dec-80e8-068c31ed4410 2018-10-06 04:36:08,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7bb9c536dde072d2fd2d52919127fadabcf4c4" 2018-10-06 04:36:08,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-328d2df1-9ceb-4f6f-b8b1-1bb33fedcfad Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}]} 2018-10-06 04:36:08,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f405cf91-2a31-4fb-proj used request id req-328d2df1-9ceb-4f6f-b8b1-1bb33fedcfad 2018-10-06 04:36:08,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7bb9c536dde072d2fd2d52919127fadabcf4c4" 2018-10-06 04:36:08,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a127b03-6d8c-426c-95e4-b1714dc5a0d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:08,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9a127b03-6d8c-426c-95e4-b1714dc5a0d0 2018-10-06 04:36:09,070 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-user 2018-10-06 04:36:09,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:09,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-023088e8-3f04-4bf5-bb89-b6d9141e6f1a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:09,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-023088e8-3f04-4bf5-bb89-b6d9141e6f1a 2018-10-06 04:36:09,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" -d '{"role": {"name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}}' 2018-10-06 04:36:09,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db23074a-c467-4b60-841d-694c364d4570 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e9684bbfe818461e8c8e8574826e2cbf", "links": {"self": "http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf"}, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}} 2018-10-06 04:36:09,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-db23074a-c467-4b60-841d-694c364d4570 2018-10-06 04:36:09,269 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role 2018-10-06 04:36:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:09,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0067f616-ec63-4d91-8a27-f5ef5f645b09 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf"}, "domain_id": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role", "id": "e9684bbfe818461e8c8e8574826e2cbf"}} 2018-10-06 04:36:09,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf used request id req-0067f616-ec63-4d91-8a27-f5ef5f645b09 2018-10-06 04:36:09,288 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role to project CreateRouterSuccessTests-f405cf91-2a31-4fb-proj 2018-10-06 04:36:09,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2/users/db09dc6bbc3a4948b2abf0d1d8947eeb/roles/e9684bbfe818461e8c8e8574826e2cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:09,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88021db-d279-413d-80bd-18a25a153fa6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:09,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2/users/db09dc6bbc3a4948b2abf0d1d8947eeb/roles/e9684bbfe818461e8c8e8574826e2cbf used request id req-d88021db-d279-413d-80bd-18a25a153fa6 2018-10-06 04:36:09,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:09,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:09,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9684bbfe818461e8c8e8574826e2cbf", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}], "expires_at": "2018-10-06T05:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9705688fb6ca448d8c58f3082367dde2", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-user", "id": "db09dc6bbc3a4948b2abf0d1d8947eeb"}, "audit_ids": ["8ePcFOl6SdqmzhhLPe5KAw"], "issued_at": "2018-10-06T04:36:09.000000Z"}} 2018-10-06 04:36:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:09,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727e75f9-7fa8-4bfa-92bb-77b991d086c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:09,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-727e75f9-7fa8-4bfa-92bb-77b991d086c3 2018-10-06 04:36:09,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:10,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3aa4d4ae-c49b-4ada-b935-6f4fe169cf9a Date: Sat, 06 Oct 2018 04:36:10 GMT RESP BODY: {"networks":[]} 2018-10-06 04:36:10,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 used request id req-3aa4d4ae-c49b-4ada-b935-6f4fe169cf9a 2018-10-06 04:36:10,062 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 2018-10-06 04:36:10,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" -d '{"network": {"name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1", "admin_state_up": true}}' 2018-10-06 04:36:10,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-00fa9c22-a2c0-42bc-b8fa-aed5f70be9e9 Date: Sat, 06 Oct 2018 04:36:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2704a457-b570-4fe0-a931-0cc412288ca9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:36:10Z","is_default":false,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","mtu":1450}} 2018-10-06 04:36:10,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-00fa9c22-a2c0-42bc-b8fa-aed5f70be9e9 2018-10-06 04:36:10,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:10,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6e1d777c-2ff8-41b8-a16f-39bbb72a9e25 Date: Sat, 06 Oct 2018 04:36:10 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-10-06T04:36:10Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:10,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-6e1d777c-2ff8-41b8-a16f-39bbb72a9e25 2018-10-06 04:36:10,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:10,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c866994-13bd-4357-b5aa-793371fed6cc Date: Sat, 06 Oct 2018 04:36:10 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:10,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-4c866994-13bd-4357-b5aa-793371fed6cc 2018-10-06 04:36:10,889 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1 2018-10-06 04:36:10,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" -d '{"subnets": [{"ip_version": 4, "network_id": "2704a457-b570-4fe0-a931-0cc412288ca9", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]}' 2018-10-06 04:36:11,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ca279c78-dacb-4bfd-ba30-b888bbfb400f Date: Sat, 06 Oct 2018 04:36:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:11,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ca279c78-dacb-4bfd-ba30-b888bbfb400f 2018-10-06 04:36:11,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:11,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b24bc42f-9c61-4347-9707-bdfb7b367046 Date: Sat, 06 Oct 2018 04:36: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:11,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-b24bc42f-9c61-4347-9707-bdfb7b367046 2018-10-06 04:36:11,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:12,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2bc859eb-489c-4843-9902-51f6b710ed48 Date: Sat, 06 Oct 2018 04:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:12,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-2bc859eb-489c-4843-9902-51f6b710ed48 2018-10-06 04:36:12,017 - OpenStackNetwork - DEBUG - Network [2704a457-b570-4fe0-a931-0cc412288ca9] created successfully 2018-10-06 04:36:12,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:12,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:12,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9684bbfe818461e8c8e8574826e2cbf", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}], "expires_at": "2018-10-06T05:36:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9705688fb6ca448d8c58f3082367dde2", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-user", "id": "db09dc6bbc3a4948b2abf0d1d8947eeb"}, "audit_ids": ["qCOa0ZHaQxipOfwilRu7sQ"], "issued_at": "2018-10-06T04:36:12.000000Z"}} 2018-10-06 04:36:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:12,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277a137c-4e44-414d-bdb5-6c72de38b571 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:12,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-277a137c-4e44-414d-bdb5-6c72de38b571 2018-10-06 04:36:12,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:12,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-790e320f-626f-4bf0-baab-b42bd4f9152e Date: Sat, 06 Oct 2018 04:36:12 GMT RESP BODY: {"routers": []} 2018-10-06 04:36:12,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router&admin_state_up=True used request id req-790e320f-626f-4bf0-baab-b42bd4f9152e 2018-10-06 04:36:12,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:12,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:13,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9684bbfe818461e8c8e8574826e2cbf", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}], "expires_at": "2018-10-06T05:36:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9705688fb6ca448d8c58f3082367dde2", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-user", "id": "db09dc6bbc3a4948b2abf0d1d8947eeb"}, "audit_ids": ["B6FgQ-yIQhuX6mhQwCNU9g"], "issued_at": "2018-10-06T04:36:13.000000Z"}} 2018-10-06 04:36:13,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a367d4fb5c7dfe79002364b8ab0307f3e31a01ca" 2018-10-06 04:36:13,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30affcaa-0312-47e7-9fc8-70c4eef97af3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:13,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30affcaa-0312-47e7-9fc8-70c4eef97af3 2018-10-06 04:36:13,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:13,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-110eb6b0-544a-4754-93b1-8384fa16ffdc Date: Sat, 06 Oct 2018 04:36:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:36:13,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-110eb6b0-544a-4754-93b1-8384fa16ffdc 2018-10-06 04:36:13,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:13,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-263a1691-eaef-4720-b41f-0add3a3f2dc6 Date: Sat, 06 Oct 2018 04:36:13 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:13,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-263a1691-eaef-4720-b41f-0add3a3f2dc6 2018-10-06 04:36:13,557 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:13,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router", "admin_state_up": true}}' 2018-10-06 04:36:18,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-50536a6c-1abc-4bda-ac05-3b2f26e749d6 Date: Sat, 06 Oct 2018 04:36:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:14Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:15Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "fa2422fa-5561-473a-9cdb-5c2b3aaf1b66", "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router"}} 2018-10-06 04:36:18,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-50536a6c-1abc-4bda-ac05-3b2f26e749d6 2018-10-06 04:36:18,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:18,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-862915b3-ff6a-4c19-9b44-004a4b1b406f Date: Sat, 06 Oct 2018 04:36:18 GMT RESP BODY: {"ports":[]} 2018-10-06 04:36:18,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 used request id req-862915b3-ff6a-4c19-9b44-004a4b1b406f 2018-10-06 04:36:18,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:18,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3038090a-093a-45e1-b251-efdd1a847828 Date: Sat, 06 Oct 2018 04:36: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:18,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 used request id req-3038090a-093a-45e1-b251-efdd1a847828 2018-10-06 04:36:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:18,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:18,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:19,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a83789-c31e-42cc-a93c-dceac423e39c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}} 2018-10-06 04:36:19,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 used request id req-55a83789-c31e-42cc-a93c-dceac423e39c 2018-10-06 04:36:19,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:19,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3d5e0160-4cff-4de1-9df3-8b1b1bedebb0 Date: Sat, 06 Oct 2018 04:36:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:19,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-3d5e0160-4cff-4de1-9df3-8b1b1bedebb0 2018-10-06 04:36:19,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2704a457-b570-4fe0-a931-0cc412288ca9&name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:19,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b21357ec-e229-4f8a-9bcd-0f6781812570 Date: Sat, 06 Oct 2018 04:36:19 GMT RESP BODY: {"ports":[]} 2018-10-06 04:36:19,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2704a457-b570-4fe0-a931-0cc412288ca9&name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1&admin_state_up=True used request id req-b21357ec-e229-4f8a-9bcd-0f6781812570 2018-10-06 04:36:19,428 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1 for router - CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:19,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:19,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:19,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9684bbfe818461e8c8e8574826e2cbf", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}], "expires_at": "2018-10-06T05:36:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9705688fb6ca448d8c58f3082367dde2", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-user", "id": "db09dc6bbc3a4948b2abf0d1d8947eeb"}, "audit_ids": ["FiBcCvFSSXqHqgUJGubv_Q"], "issued_at": "2018-10-06T04:36:19.000000Z"}} 2018-10-06 04:36:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa999d381dcbcc9a83dcd4e6744f75598a2a2a3" 2018-10-06 04:36:19,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecaecdda-2529-464f-8876-14f941a05b5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:19,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ecaecdda-2529-464f-8876-14f941a05b5f 2018-10-06 04:36:19,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:20,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-95c33c2a-0d55-4578-8ba0-0dc8aac0434b Date: Sat, 06 Oct 2018 04:36: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:20,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 used request id req-95c33c2a-0d55-4578-8ba0-0dc8aac0434b 2018-10-06 04:36:20,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:20,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d6842ffa-90cc-4000-93b6-8f0b031762f9 Date: Sat, 06 Oct 2018 04:36:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:20,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-d6842ffa-90cc-4000-93b6-8f0b031762f9 2018-10-06 04:36:20,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:20,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cb37f3e5-74d7-4e76-b2e6-31a523b60e25 Date: Sat, 06 Oct 2018 04:36: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:20,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 used request id req-cb37f3e5-74d7-4e76-b2e6-31a523b60e25 2018-10-06 04:36:20,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:20,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa999d381dcbcc9a83dcd4e6744f75598a2a2a3" 2018-10-06 04:36:20,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3681499a-22b1-4420-8c4c-5ae62a264ce6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}} 2018-10-06 04:36:20,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 used request id req-3681499a-22b1-4420-8c4c-5ae62a264ce6 2018-10-06 04:36:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:21,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3f188ebe-106c-4cc4-8797-303b4d6982d5 Date: Sat, 06 Oct 2018 04:36:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:21,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-3f188ebe-106c-4cc4-8797-303b4d6982d5 2018-10-06 04:36:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9&name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:21,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5764ead8-7bb8-41d3-ae2a-582357e70ca1 Date: Sat, 06 Oct 2018 04:36:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:21,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9&name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1 used request id req-5764ead8-7bb8-41d3-ae2a-582357e70ca1 2018-10-06 04:36:21,105 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 2018-10-06 04:36:21,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" -d '{"port": {"network_id": "2704a457-b570-4fe0-a931-0cc412288ca9", "fixed_ips": [{"subnet_id": "685002b8-e390-49fe-a608-eb2f63b8791e", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1", "admin_state_up": true}}' 2018-10-06 04:36:22,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-5d2966e4-ce40-4500-bfbd-8a8c9be5d4ab Date: Sat, 06 Oct 2018 04:36:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.1"}],"id":"92df153a-4c9e-4b66-ae31-c78b198a0a30","security_groups":["97a215a8-d990-4633-8d3d-abf880f5996d"],"mac_address":"fa:16:3e:64:f2:c8","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1","project_id":"9705688fb6ca448d8c58f3082367dde2","qos_policy_id":null,"admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:21Z","binding:vnic_type":"normal"}} 2018-10-06 04:36:22,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-5d2966e4-ce40-4500-bfbd-8a8c9be5d4ab 2018-10-06 04:36:22,159 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1 for router - CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:22,159 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" -d '{"port_id": "92df153a-4c9e-4b66-ae31-c78b198a0a30"}' 2018-10-06 04:36:24,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f295c3d9-813e-4f36-88b8-6b27c81be70d Date: Sat, 06 Oct 2018 04:36:24 GMT RESP BODY: {"network_id": "2704a457-b570-4fe0-a931-0cc412288ca9", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "subnet_id": "685002b8-e390-49fe-a608-eb2f63b8791e", "subnet_ids": ["685002b8-e390-49fe-a608-eb2f63b8791e"], "port_id": "92df153a-4c9e-4b66-ae31-c78b198a0a30", "id": "fa2422fa-5561-473a-9cdb-5c2b3aaf1b66"} 2018-10-06 04:36:24,076 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66/add_router_interface used request id req-f295c3d9-813e-4f36-88b8-6b27c81be70d 2018-10-06 04:36:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:24,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f3ec5751-f1e6-444c-9a56-707a3cb83df7 Date: Sat, 06 Oct 2018 04:36:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:14Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "fa2422fa-5561-473a-9cdb-5c2b3aaf1b66", "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router"}} 2018-10-06 04:36:24,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 used request id req-f3ec5751-f1e6-444c-9a56-707a3cb83df7 2018-10-06 04:36:24,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:24,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-7bd25f66-0f4d-4eec-9f89-9c15cf260759 Date: Sat, 06 Oct 2018 04:36:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.1"}],"id":"92df153a-4c9e-4b66-ae31-c78b198a0a30","security_groups":["97a215a8-d990-4633-8d3d-abf880f5996d"],"mac_address":"fa:16:3e:64:f2:c8","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:21Z","binding:vnic_type":"normal","device_id":"fa2422fa-5561-473a-9cdb-5c2b3aaf1b66"}]} 2018-10-06 04:36:24,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 used request id req-7bd25f66-0f4d-4eec-9f89-9c15cf260759 2018-10-06 04:36:24,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:24,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-67264bd5-a83a-4f6d-91d1-0d186042cdc3 Date: Sat, 06 Oct 2018 04:36:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}} 2018-10-06 04:36:24,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e used request id req-67264bd5-a83a-4f6d-91d1-0d186042cdc3 2018-10-06 04:36:24,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:25,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e9684bbfe818461e8c8e8574826e2cbf", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role"}], "expires_at": "2018-10-06T05:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9705688fb6ca448d8c58f3082367dde2", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9705688fb6ca448d8c58f3082367dde2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-user", "id": "db09dc6bbc3a4948b2abf0d1d8947eeb"}, "audit_ids": ["7FKBhTbATI67wE406eDoQg"], "issued_at": "2018-10-06T04:36:25.000000Z"}} 2018-10-06 04:36:25,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:25,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-6d17580a-446b-47b3-909a-8179984a1096 Date: Sat, 06 Oct 2018 04:36:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:14Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "fa2422fa-5561-473a-9cdb-5c2b3aaf1b66", "name": "CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router"}]} 2018-10-06 04:36:25,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router&admin_state_up=True used request id req-6d17580a-446b-47b3-909a-8179984a1096 2018-10-06 04:36:25,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:25,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:25,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d1bd570e9a1ce33cd9735ff91d3c2063de36" 2018-10-06 04:36:25,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ec5984a-d1f1-4abf-9313-8e64fe4c2db2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}} 2018-10-06 04:36:25,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 used request id req-8ec5984a-d1f1-4abf-9313-8e64fe4c2db2 2018-10-06 04:36:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:25,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-65eea683-9e4f-458a-acee-fad9e7a80abf Date: Sat, 06 Oct 2018 04:36:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.1"}],"id":"92df153a-4c9e-4b66-ae31-c78b198a0a30","security_groups":["97a215a8-d990-4633-8d3d-abf880f5996d"],"mac_address":"fa:16:3e:64:f2:c8","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:21Z","binding:vnic_type":"normal","device_id":"fa2422fa-5561-473a-9cdb-5c2b3aaf1b66"}]} 2018-10-06 04:36:25,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 used request id req-65eea683-9e4f-458a-acee-fad9e7a80abf 2018-10-06 04:36:25,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:25,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2b0e06d0-1e11-4734-be03-ad286cf683c5 Date: Sat, 06 Oct 2018 04:36:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}} 2018-10-06 04:36:25,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e used request id req-2b0e06d0-1e11-4734-be03-ad286cf683c5 2018-10-06 04:36:25,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f51954ec-f18d-4050-8c35-d4ae85ec5919 Date: Sat, 06 Oct 2018 04:36:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:36:26,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-f51954ec-f18d-4050-8c35-d4ae85ec5919 2018-10-06 04:36:26,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-11b5b887-fc16-4e99-951f-72af809a9b65 Date: Sat, 06 Oct 2018 04:36:26 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:26,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-11b5b887-fc16-4e99-951f-72af809a9b65 2018-10-06 04:36:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-afe674a5-7891-49cc-9711-0480ed4d9072 Date: Sat, 06 Oct 2018 04: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:26,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-afe674a5-7891-49cc-9711-0480ed4d9072 2018-10-06 04:36:26,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-14742259-e44b-4bc9-b805-495c3f498b4e Date: Sat, 06 Oct 2018 04:36:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:26,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-14742259-e44b-4bc9-b805-495c3f498b4e 2018-10-06 04:36:26,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-4b0b1aaa-8704-46bd-b442-049fce666870 Date: Sat, 06 Oct 2018 04:36:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.2"}],"id":"86f88afe-85e4-4523-b466-4c0f1737a242","security_groups":[],"mac_address":"fa:16:3e:3f:f6:f8","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2704a457-b570-4fe0-a931-0cc412288ca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.4"}],"id":"8c9edc02-d9dc-4248-972a-c7d89d7436f3","security_groups":[],"mac_address":"fa:16:3e:45:b6:da","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2704a457-b570-4fe0-a931-0cc412288ca9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.1"}],"id":"92df153a-4c9e-4b66-ae31-c78b198a0a30","security_groups":["97a215a8-d990-4633-8d3d-abf880f5996d"],"mac_address":"fa:16:3e:64:f2:c8","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:21Z","binding:vnic_type":"normal","device_id":"fa2422fa-5561-473a-9cdb-5c2b3aaf1b66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"685002b8-e390-49fe-a608-eb2f63b8791e","ip_address":"10.200.201.3"}],"id":"b8e737b5-faba-4ecb-9c02-c46547676300","security_groups":[],"mac_address":"fa:16:3e:68:be:61","project_id":"9705688fb6ca448d8c58f3082367dde2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2704a457-b570-4fe0-a931-0cc412288ca9"}]} 2018-10-06 04:36:26,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-4b0b1aaa-8704-46bd-b442-049fce666870 2018-10-06 04:36:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:26,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1a561c06-4e91-40f7-9b8a-cea0d250aadc Date: Sat, 06 Oct 2018 04:36:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}} 2018-10-06 04:36:26,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e used request id req-1a561c06-4e91-40f7-9b8a-cea0d250aadc 2018-10-06 04:36:26,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:27,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-98eb1182-a28c-486a-a0c9-e8c022b1ad78 Date: Sat, 06 Oct 2018 04:36: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":["685002b8-e390-49fe-a608-eb2f63b8791e"],"updated_at":"2018-10-06T04:36:11Z","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9705688fb6ca448d8c58f3082367dde2","id":"2704a457-b570-4fe0-a931-0cc412288ca9","name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1"}]} 2018-10-06 04:36:27,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-98eb1182-a28c-486a-a0c9-e8c022b1ad78 2018-10-06 04:36:27,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4d297fb4e0ec23e9a8d5ff4218ec562c9593fe" 2018-10-06 04:36:27,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-837c3bf3-39d9-4766-a517-ff4d7c443cb1 Date: Sat, 06 Oct 2018 04:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2704a457-b570-4fe0-a931-0cc412288ca9","tenant_id":"9705688fb6ca448d8c58f3082367dde2","created_at":"2018-10-06T04:36:11Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:11Z","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":"9705688fb6ca448d8c58f3082367dde2","id":"685002b8-e390-49fe-a608-eb2f63b8791e","subnetpool_id":null,"name":"CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1"}]} 2018-10-06 04:36:27,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-837c3bf3-39d9-4766-a517-ff4d7c443cb1 2018-10-06 04:36:27,382 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router and port CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-port1 2018-10-06 04:36:27,382 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:27,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" -d '{"port_id": "92df153a-4c9e-4b66-ae31-c78b198a0a30"}' 2018-10-06 04:36:28,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aabc3f8e-5725-4804-84f7-d1c3889ec5f8 Date: Sat, 06 Oct 2018 04:36:28 GMT RESP BODY: {"network_id": "2704a457-b570-4fe0-a931-0cc412288ca9", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "subnet_id": "685002b8-e390-49fe-a608-eb2f63b8791e", "subnet_ids": ["685002b8-e390-49fe-a608-eb2f63b8791e"], "port_id": "92df153a-4c9e-4b66-ae31-c78b198a0a30", "id": "fa2422fa-5561-473a-9cdb-5c2b3aaf1b66"} 2018-10-06 04:36:28,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66/remove_router_interface used request id req-aabc3f8e-5725-4804-84f7-d1c3889ec5f8 2018-10-06 04:36:28,800 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:28,800 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-router 2018-10-06 04:36:28,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcd413427d1c94314fd1c66cce2d2befdf57d51" 2018-10-06 04:36:32,124 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1eaf5e9e-4d09-4a82-aeeb-be923dfb356c Content-Length: 0 Date: Sat, 06 Oct 2018 04:36:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:32,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/fa2422fa-5561-473a-9cdb-5c2b3aaf1b66 used request id req-1eaf5e9e-4d09-4a82-aeeb-be923dfb356c 2018-10-06 04:36:32,125 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1 2018-10-06 04:36:32,125 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-subnet1 2018-10-06 04:36:32,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:34,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4063799d-3675-4a38-adfc-44fa30bc804f Date: Sat, 06 Oct 2018 04:36:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:34,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/685002b8-e390-49fe-a608-eb2f63b8791e used request id req-4063799d-3675-4a38-adfc-44fa30bc804f 2018-10-06 04:36:34,621 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-06c8ad04-b605-45db-be32-adc607a23d19-pub-net1 2018-10-06 04:36:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/2704a457-b570-4fe0-a931-0cc412288ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc794ba2c850441dccd76f293cd7181f1b0177d8" 2018-10-06 04:36:35,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f36f4db-35c1-46f6-ba0c-0ce622d0d386 Date: Sat, 06 Oct 2018 04:36:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:35,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/2704a457-b570-4fe0-a931-0cc412288ca9 used request id req-6f36f4db-35c1-46f6-ba0c-0ce622d0d386 2018-10-06 04:36:35,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d34fcf5d-149c-493c-b28d-776cd3001bd2 Date: Sat, 06 Oct 2018 04:36:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:10Z", "updated_at": "2018-10-06T04:36:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "revision_number": 0, "id": "2e6a9855-d7f2-4e34-8787-ff62c97f1372", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "port_range_min": null, "ethertype": "IPv6", "project_id": "9705688fb6ca448d8c58f3082367dde2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "revision_number": 0, "id": "7244450f-2c18-40b3-a38f-1a97ebe26a28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "port_range_min": null, "ethertype": "IPv4", "project_id": "9705688fb6ca448d8c58f3082367dde2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "revision_number": 0, "id": "e043ea59-db9e-4139-9f85-3ae259b90e4a", "remote_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "port_range_min": null, "ethertype": "IPv6", "project_id": "9705688fb6ca448d8c58f3082367dde2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "revision_number": 0, "id": "e7e0e0a8-b051-4584-b258-be2c0190cd12", "remote_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "port_range_min": null, "ethertype": "IPv4", "project_id": "9705688fb6ca448d8c58f3082367dde2"}], "revision_number": 4, "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "97a215a8-d990-4633-8d3d-abf880f5996d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:36:36,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d34fcf5d-149c-493c-b28d-776cd3001bd2 2018-10-06 04:36:36,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0f4289-d384-445f-8b24-7b9ef6b1404b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:36:36,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-9d0f4289-d384-445f-8b24-7b9ef6b1404b 2018-10-06 04:36:36,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474bb777-bbaf-454b-ac13-6cabdd69b548 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:36:36,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-474bb777-bbaf-454b-ac13-6cabdd69b548 2018-10-06 04:36:36,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75198f6a-def1-49f8-b48b-b424c516e2f9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2"}, "enabled": true, "id": "9705688fb6ca448d8c58f3082367dde2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f405cf91-2a31-4fb-proj"}} 2018-10-06 04:36:36,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 used request id req-75198f6a-def1-49f8-b48b-b424c516e2f9 2018-10-06 04:36:36,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97a215a8-d990-4633-8d3d-abf880f5996d 2018-10-06 04:36:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=97a215a8-d990-4633-8d3d-abf880f5996d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70aac17d-9ec5-4eac-a84a-f13d85dbaef6 Date: Sat, 06 Oct 2018 04:36:36 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-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "port_range_min": null, "revision_number": 0, "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:10Z", "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "2e6a9855-d7f2-4e34-8787-ff62c97f1372"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "port_range_min": null, "revision_number": 0, "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:10Z", "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "7244450f-2c18-40b3-a38f-1a97ebe26a28"}, {"remote_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "port_range_min": null, "revision_number": 0, "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:10Z", "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "e043ea59-db9e-4139-9f85-3ae259b90e4a"}, {"remote_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:10Z", "security_group_id": "97a215a8-d990-4633-8d3d-abf880f5996d", "port_range_min": null, "revision_number": 0, "tenant_id": "9705688fb6ca448d8c58f3082367dde2", "created_at": "2018-10-06T04:36:10Z", "project_id": "9705688fb6ca448d8c58f3082367dde2", "id": "e7e0e0a8-b051-4584-b258-be2c0190cd12"}]} 2018-10-06 04:36:36,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=97a215a8-d990-4633-8d3d-abf880f5996d used request id req-70aac17d-9ec5-4eac-a84a-f13d85dbaef6 2018-10-06 04:36:36,553 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:36:36,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/97a215a8-d990-4633-8d3d-abf880f5996d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:36,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5392b83d-fc59-4a22-9939-f3ec913d8b37 Content-Length: 0 Date: Sat, 06 Oct 2018 04:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:36,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/97a215a8-d990-4633-8d3d-abf880f5996d used request id req-5392b83d-fc59-4a22-9939-f3ec913d8b37 2018-10-06 04:36:36,870 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-proj 2018-10-06 04:36:36,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:37,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73611a1e-7ea8-45d3-97b7-fcc4f821222b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:37,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9705688fb6ca448d8c58f3082367dde2 used request id req-73611a1e-7ea8-45d3-97b7-fcc4f821222b 2018-10-06 04:36:37,080 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-proj-role 2018-10-06 04:36:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:37,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a22c727-1299-445e-befb-8a93807d90eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:37,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e9684bbfe818461e8c8e8574826e2cbf used request id req-9a22c727-1299-445e-befb-8a93807d90eb 2018-10-06 04:36:37,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c38edc3ab4fcb799bbc4df81ca2db0442c6573" 2018-10-06 04:36:37,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82950b7e-716a-495b-bba0-a3f19c9483df Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:37,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-82950b7e-716a-495b-bba0-a3f19c9483df 2018-10-06 04:36:37,273 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f405cf91-2a31-4fb-user 2018-10-06 04:36:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/db09dc6bbc3a4948b2abf0d1d8947eeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7bb9c536dde072d2fd2d52919127fadabcf4c4" 2018-10-06 04:36:37,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abfa0567-5988-4907-b131-833a6d3468d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:37,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/db09dc6bbc3a4948b2abf0d1d8947eeb used request id req-abfa0567-5988-4907-b131-833a6d3468d3 2018-10-06 04:36:37,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:37,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ntGQR1PRT26HjIi8J8RNmw"], "issued_at": "2018-10-06T04:36:37.000000Z"}} 2018-10-06 04:36:37,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1aab332e4de1cb5930d05db09902877979a890" 2018-10-06 04:36:37,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-559815fe-dc80-4250-aac2-c711629c872c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:37,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-559815fe-dc80-4250-aac2-c711629c872c 2018-10-06 04:36:37,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:37,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:38,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["RKzX66iESHuy1wz6d_j1Uw"], "issued_at": "2018-10-06T04:36:38.000000Z"}} 2018-10-06 04:36:38,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:38,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413bc05d-7338-4f8a-9096-b380749f9ecf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:38,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-413bc05d-7338-4f8a-9096-b380749f9ecf 2018-10-06 04:36:38,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:38,418 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:38,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-801b546e-7e40-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:38,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cbdb0b-bb27-4004-83da-3e18c351e079 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-801b546e-7e40-463-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:36:38,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-801b546e-7e40-463-proj used request id req-d9cbdb0b-bb27-4004-83da-3e18c351e079 2018-10-06 04:36:38,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:38,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce51171-3a1c-4312-a615-ff93a1dad854 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:38,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bce51171-3a1c-4312-a615-ff93a1dad854 2018-10-06 04:36:38,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}}' 2018-10-06 04:36:38,711 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e5fa53-ff80-4e7c-a4f2-1f347d471814 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6"}, "enabled": true, "id": "f458325867bf4f8abbff1775da51b1f6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}} 2018-10-06 04:36:38,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a5e5fa53-ff80-4e7c-a4f2-1f347d471814 2018-10-06 04:36:38,712 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-801b546e-7e40-463-proj 2018-10-06 04:36:38,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:38,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:39,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["uj5Qf7JiTyuPvx2SWorklQ"], "issued_at": "2018-10-06T04:36:39.000000Z"}} 2018-10-06 04:36:39,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f627f9c98c4e5baf4fd27d22508012d23f829c81" 2018-10-06 04:36:39,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d294765d-35f4-4e29-a659-88534fcf6ffa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:39,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d294765d-35f4-4e29-a659-88534fcf6ffa 2018-10-06 04:36:39,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:39,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:39,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f627f9c98c4e5baf4fd27d22508012d23f829c81" 2018-10-06 04:36:39,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13751c36-33eb-469a-9701-7b8c613b0088 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:36:39,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-13751c36-33eb-469a-9701-7b8c613b0088 2018-10-06 04:36:39,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f627f9c98c4e5baf4fd27d22508012d23f829c81" 2018-10-06 04:36:39,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63396eb-fd21-4b9d-b767-e6bd4169491d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6"}, "enabled": true, "id": "f458325867bf4f8abbff1775da51b1f6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}]} 2018-10-06 04:36:39,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj used request id req-d63396eb-fd21-4b9d-b767-e6bd4169491d 2018-10-06 04:36:39,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f627f9c98c4e5baf4fd27d22508012d23f829c81" 2018-10-06 04:36:39,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1ec6cd-6498-4cb5-873e-ec0b2c362c88 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:39,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5f1ec6cd-6498-4cb5-873e-ec0b2c362c88 2018-10-06 04:36:39,891 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-801b546e-7e40-463-user 2018-10-06 04:36:39,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:39,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:39,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54890d04-285e-42e3-a97f-7573e912b258 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:39,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-54890d04-285e-42e3-a97f-7573e912b258 2018-10-06 04:36:39,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" -d '{"role": {"name": "CreateRouterSuccessTests-801b546e-7e40-463-proj-role"}}' 2018-10-06 04:36:40,095 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c4ee33e-831e-4243-b6fa-8d2aa971aa9f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0640abb0bd745929c6889d12a86e9c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3"}, "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj-role"}} 2018-10-06 04:36:40,095 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1c4ee33e-831e-4243-b6fa-8d2aa971aa9f 2018-10-06 04:36:40,095 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-801b546e-7e40-463-proj-role 2018-10-06 04:36:40,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:40,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f92641-d379-43c7-8028-0c42accbd93a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3"}, "domain_id": null, "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj-role", "id": "f0640abb0bd745929c6889d12a86e9c3"}} 2018-10-06 04:36:40,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3 used request id req-44f92641-d379-43c7-8028-0c42accbd93a 2018-10-06 04:36:40,115 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-801b546e-7e40-463-proj-role to project CreateRouterSuccessTests-801b546e-7e40-463-proj 2018-10-06 04:36:40,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6/users/cb727284892b4a29bc12e0ca858e626b/roles/f0640abb0bd745929c6889d12a86e9c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:40,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d2885e9-3d90-487f-b4d7-5d91b4e9fc58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:40,241 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6/users/cb727284892b4a29bc12e0ca858e626b/roles/f0640abb0bd745929c6889d12a86e9c3 used request id req-8d2885e9-3d90-487f-b4d7-5d91b4e9fc58 2018-10-06 04:36:40,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:40,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:40,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["TdKmAqOXT--su_MDBhwIcw"], "issued_at": "2018-10-06T04:36:40.000000Z"}} 2018-10-06 04:36:40,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:40,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4acab429-9bea-4634-8056-113003006fc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:40,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4acab429-9bea-4634-8056-113003006fc8 2018-10-06 04:36:40,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:40,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c26d8b58-02d1-40d5-8b63-4b5bffabb158 Date: Sat, 06 Oct 2018 04:36:40 GMT RESP BODY: {"routers": []} 2018-10-06 04:36:40,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router&admin_state_up=True used request id req-c26d8b58-02d1-40d5-8b63-4b5bffabb158 2018-10-06 04:36:40,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:40,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:41,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["D3kZk_wgRumJFfYvE13L9w"], "issued_at": "2018-10-06T04:36:41.000000Z"}} 2018-10-06 04:36:41,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4229255e66de7c8635bed4c3f902690aa81a48ce" 2018-10-06 04:36:41,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9e675b8-512e-4613-beb8-17c7902663d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:41,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f9e675b8-512e-4613-beb8-17c7902663d4 2018-10-06 04:36:41,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:41,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:41,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4229255e66de7c8635bed4c3f902690aa81a48ce" 2018-10-06 04:36:41,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d6ad0b-bfce-4c03-9f1b-fc2fd1e1ef65 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6"}, "enabled": true, "id": "f458325867bf4f8abbff1775da51b1f6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}]} 2018-10-06 04:36:41,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-801b546e-7e40-463-proj used request id req-49d6ad0b-bfce-4c03-9f1b-fc2fd1e1ef65 2018-10-06 04:36:41,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:41,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-579816ed-71b0-4b5f-b9ad-58bcfdace3a5 Date: Sat, 06 Oct 2018 04:36:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:36:41,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-579816ed-71b0-4b5f-b9ad-58bcfdace3a5 2018-10-06 04:36:41,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:41,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8a50b2cc-9367-4abf-b333-08e6d90d66de Date: Sat, 06 Oct 2018 04:36:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:36:41,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-8a50b2cc-9367-4abf-b333-08e6d90d66de 2018-10-06 04:36:41,945 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router 2018-10-06 04:36:41,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "tenant_id": "f458325867bf4f8abbff1775da51b1f6", "name": "CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router", "admin_state_up": true}}' 2018-10-06 04:36:46,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-191d9665-3c0b-4652-963b-3368af0399a2 Date: Sat, 06 Oct 2018 04:36:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f458325867bf4f8abbff1775da51b1f6", "created_at": "2018-10-06T04:36:42Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:43Z", "project_id": "f458325867bf4f8abbff1775da51b1f6", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f5c8bb00-efc0-45aa-982c-90f68c1a4cd0", "name": "CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router"}} 2018-10-06 04:36:46,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-191d9665-3c0b-4652-963b-3368af0399a2 2018-10-06 04:36:46,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:47,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-4373e372-840e-4ef4-b153-f39780cae6e5 Date: Sat, 06 Oct 2018 04:36:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.5"}],"id":"0d3d6357-8ae1-459b-82df-44fede52d0a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0c:4f:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:44Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:43Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.209"}],"id":"21a78859-339c-4582-8ceb-3819542bb78d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:d6:90","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:36:43Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.8"}],"id":"f9919385-06ed-44cd-8b7f-b00c1dcbd163","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:6a:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:45Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.4"}],"id":"fd05959e-9dd3-4579-a66f-53d739c56ee6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:3a:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:43Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"}]} 2018-10-06 04:36:47,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 used request id req-4373e372-840e-4ef4-b153-f39780cae6e5 2018-10-06 04:36:47,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:47,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cd4ea5d7-f4ab-4959-910f-d0d7a13521a8 Date: Sat, 06 Oct 2018 04:36:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:36:47,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-cd4ea5d7-f4ab-4959-910f-d0d7a13521a8 2018-10-06 04:36:47,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:47,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d2a77983-1e9c-41ef-ac1f-8e18df6faa88 Date: Sat, 06 Oct 2018 04:36:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:47,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-d2a77983-1e9c-41ef-ac1f-8e18df6faa88 2018-10-06 04:36:47,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:47,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-26c23522-de60-4e09-8cba-8bf886a0d9ba Date: Sat, 06 Oct 2018 04:36:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:47,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-26c23522-de60-4e09-8cba-8bf886a0d9ba 2018-10-06 04:36:47,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:47,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3e288f21-b448-412f-8e35-688033838714 Date: Sat, 06 Oct 2018 04:36:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:47,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-3e288f21-b448-412f-8e35-688033838714 2018-10-06 04:36:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-325ac2ee-c766-49ab-86de-714f130b4466 Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f458325867bf4f8abbff1775da51b1f6", "created_at": "2018-10-06T04:36:42Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:46Z", "project_id": "f458325867bf4f8abbff1775da51b1f6", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "f5c8bb00-efc0-45aa-982c-90f68c1a4cd0", "name": "CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router"}} 2018-10-06 04:36:48,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 used request id req-325ac2ee-c766-49ab-86de-714f130b4466 2018-10-06 04:36:48,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-a071ed91-d1dc-4f82-85e0-54d62ece5edc Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:44Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.5"}],"id":"0d3d6357-8ae1-459b-82df-44fede52d0a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0c:4f:28","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:44Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:48Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.209"}],"id":"21a78859-339c-4582-8ceb-3819542bb78d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:d6:90","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T04:36:43Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.8"}],"id":"f9919385-06ed-44cd-8b7f-b00c1dcbd163","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:6a:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:45Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:36:48Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","ip_address":"169.254.192.4"}],"id":"fd05959e-9dd3-4579-a66f-53d739c56ee6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:3a:0f","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f458325867bf4f8abbff1775da51b1f6","admin_state_up":true,"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:43Z","binding:vnic_type":"normal","device_id":"f5c8bb00-efc0-45aa-982c-90f68c1a4cd0"}]} 2018-10-06 04:36:48,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 used request id req-a071ed91-d1dc-4f82-85e0-54d62ece5edc 2018-10-06 04:36:48,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-36286e33-a180-4ac3-8271-9e6ae37c09d3 Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:36:48,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-36286e33-a180-4ac3-8271-9e6ae37c09d3 2018-10-06 04:36:48,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-bdf4eac7-6a3b-4dec-87fc-7ea58ac3f12d Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:48,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-bdf4eac7-6a3b-4dec-87fc-7ea58ac3f12d 2018-10-06 04:36:48,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5ef8fc99-6242-42de-9e24-350ddfb2ab89 Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:48,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-5ef8fc99-6242-42de-9e24-350ddfb2ab89 2018-10-06 04:36:48,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:48,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-088fbf9d-a717-4709-9f10-7c7b0aca177b Date: Sat, 06 Oct 2018 04:36:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b1d6466c-e04a-422a-b265-8bfa15694536","tenant_id":"","created_at":"2018-10-06T04:36:42Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1","subnetpool_id":null,"name":"HA subnet tenant f458325867bf4f8abbff1775da51b1f6"}} 2018-10-06 04:36:48,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3c2dc942-eb77-4fa7-9475-7cdc1fe28fa1 used request id req-088fbf9d-a717-4709-9f10-7c7b0aca177b 2018-10-06 04:36:48,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:49,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0640abb0bd745929c6889d12a86e9c3", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj-role"}], "expires_at": "2018-10-06T05:36:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f458325867bf4f8abbff1775da51b1f6", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f458325867bf4f8abbff1775da51b1f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f458325867bf4f8abbff1775da51b1f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f458325867bf4f8abbff1775da51b1f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f458325867bf4f8abbff1775da51b1f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f458325867bf4f8abbff1775da51b1f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f458325867bf4f8abbff1775da51b1f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f458325867bf4f8abbff1775da51b1f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-801b546e-7e40-463-user", "id": "cb727284892b4a29bc12e0ca858e626b"}, "audit_ids": ["H6QcCwXaRFS2GjOXLdEBww"], "issued_at": "2018-10-06T04:36:49.000000Z"}} 2018-10-06 04:36:49,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3d0644dd230daac1238fe7d088e923528f0158" 2018-10-06 04:36:49,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-5c905108-7fd8-4300-9fda-f1cd560ca4ce Date: Sat, 06 Oct 2018 04:36:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f458325867bf4f8abbff1775da51b1f6", "created_at": "2018-10-06T04:36:42Z", "admin_state_up": true, "updated_at": "2018-10-06T04:36:46Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "f458325867bf4f8abbff1775da51b1f6", "id": "f5c8bb00-efc0-45aa-982c-90f68c1a4cd0", "name": "CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router"}]} 2018-10-06 04:36:49,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router&admin_state_up=True used request id req-5c905108-7fd8-4300-9fda-f1cd560ca4ce 2018-10-06 04:36:49,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:49,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1aab332e4de1cb5930d05db09902877979a890" 2018-10-06 04:36:49,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-922f71b8-b4d8-42df-9c92-a8ae1750516e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6"}, "enabled": true, "id": "f458325867bf4f8abbff1775da51b1f6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-801b546e-7e40-463-proj"}} 2018-10-06 04:36:49,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6 used request id req-922f71b8-b4d8-42df-9c92-a8ae1750516e 2018-10-06 04:36:49,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3d0644dd230daac1238fe7d088e923528f0158" 2018-10-06 04:36:49,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a15f2412-93dc-49f3-b2ff-630683351608 Date: Sat, 06 Oct 2018 04:36:49 GMT RESP BODY: {"ports":[]} 2018-10-06 04:36:49,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 used request id req-a15f2412-93dc-49f3-b2ff-630683351608 2018-10-06 04:36:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3d0644dd230daac1238fe7d088e923528f0158" 2018-10-06 04:36:49,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b49ee5d9-20aa-4bb3-9680-20b1bde273a9 Date: Sat, 06 Oct 2018 04:36:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:36:49,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-b49ee5d9-20aa-4bb3-9680-20b1bde273a9 2018-10-06 04:36:49,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3d0644dd230daac1238fe7d088e923528f0158" 2018-10-06 04:36:49,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8b7e82db-aa57-46a0-a6b5-5aeaa589022c Date: Sat, 06 Oct 2018 04:36:49 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:49,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-8b7e82db-aa57-46a0-a6b5-5aeaa589022c 2018-10-06 04:36:49,910 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router 2018-10-06 04:36:49,910 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-28807aa9-03ae-4009-889f-9712d67df42b-pub-router 2018-10-06 04:36:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c98307d48d13913dcbfe9be5906369e0b8b78e9" 2018-10-06 04:36:53,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b09dbd4e-3b8e-4d94-8925-2939a1d995e7 Content-Length: 0 Date: Sat, 06 Oct 2018 04:36:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:36:53,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/f5c8bb00-efc0-45aa-982c-90f68c1a4cd0 used request id req-b09dbd4e-3b8e-4d94-8925-2939a1d995e7 2018-10-06 04:36:53,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fbf6ce86-4b99-46b7-828f-345edd53b006 Date: Sat, 06 Oct 2018 04:36:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:36:53,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-fbf6ce86-4b99-46b7-828f-345edd53b006 2018-10-06 04:36:53,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96464ba7-15b1-4b57-988c-a654d87d021f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:36:53,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-96464ba7-15b1-4b57-988c-a654d87d021f 2018-10-06 04:36:53,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56e7b4a-4213-4ada-8371-563fe5cb7c95 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:36:53,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a56e7b4a-4213-4ada-8371-563fe5cb7c95 2018-10-06 04:36:53,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3232e19d-715c-47cb-a48a-875e031dcea2 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:36:53,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-3232e19d-715c-47cb-a48a-875e031dcea2 2018-10-06 04:36:53,694 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-801b546e-7e40-463-proj 2018-10-06 04:36:53,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4f55cf4-7543-437f-8dfc-42e8032e6795 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:53,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f458325867bf4f8abbff1775da51b1f6 used request id req-e4f55cf4-7543-437f-8dfc-42e8032e6795 2018-10-06 04:36:53,882 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-801b546e-7e40-463-proj-role 2018-10-06 04:36:53,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:53,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7869a655-ec34-4b61-8e58-18282136d4cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:53,999 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f0640abb0bd745929c6889d12a86e9c3 used request id req-7869a655-ec34-4b61-8e58-18282136d4cc 2018-10-06 04:36:54,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249543bd089bb6218d208aab76adfec321bc13ef" 2018-10-06 04:36:54,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ca3636-ae39-4064-b097-44be685af841 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:54,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e9ca3636-ae39-4064-b097-44be685af841 2018-10-06 04:36:54,093 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-801b546e-7e40-463-user 2018-10-06 04:36:54,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/cb727284892b4a29bc12e0ca858e626b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f627f9c98c4e5baf4fd27d22508012d23f829c81" 2018-10-06 04:36:54,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d2b0a4-4e94-4539-95d9-1e4c60d51ba0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:54,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/cb727284892b4a29bc12e0ca858e626b used request id req-22d2b0a4-4e94-4539-95d9-1e4c60d51ba0 2018-10-06 04:36:54,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:54,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["TQepqgerS9a8uL1joF87EA"], "issued_at": "2018-10-06T04:36:54.000000Z"}} 2018-10-06 04:36:54,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae1967be81798403c2233d73e0f9bc6bada467e" 2018-10-06 04:36:54,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f188a3c3-9cdd-4c8a-b8aa-f8490528d71b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:54,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f188a3c3-9cdd-4c8a-b8aa-f8490528d71b 2018-10-06 04:36:54,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:54,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:55,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XZWJSozQRp-F0f90evcf0A"], "issued_at": "2018-10-06T04:36:55.000000Z"}} 2018-10-06 04:36:55,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:55,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1363937-b9b2-463d-806f-0eace893d873 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:55,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f1363937-b9b2-463d-806f-0eace893d873 2018-10-06 04:36:55,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:55,233 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:55,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:55,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad21e80-d912-4bf6-8f42-9d6d968f343a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:36:55,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj used request id req-6ad21e80-d912-4bf6-8f42-9d6d968f343a 2018-10-06 04:36:55,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:55,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05800f1-881e-4efc-8ddb-4bf8fd53abd3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:55,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a05800f1-881e-4efc-8ddb-4bf8fd53abd3 2018-10-06 04:36:55,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}}' 2018-10-06 04:36:55,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cdc3339-797b-428c-b6aa-90ac9386e4a6 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:36:55,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7cdc3339-797b-428c-b6aa-90ac9386e4a6 2018-10-06 04:36:55,539 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj 2018-10-06 04:36:55,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:55,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:55,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:36:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["H5xVHEBuS928leGa9SlYHQ"], "issued_at": "2018-10-06T04:36:55.000000Z"}} 2018-10-06 04:36:55,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60cafcff887791f666fdbc6d5bd0a772d954e357" 2018-10-06 04:36:56,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40eef110-fb7b-4ee9-89f2-5e8485cbd97f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:56,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-40eef110-fb7b-4ee9-89f2-5e8485cbd97f 2018-10-06 04:36:56,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:36:56,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:36:56,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60cafcff887791f666fdbc6d5bd0a772d954e357" 2018-10-06 04:36:56,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72934f20-9980-4360-af3e-2647d1cba968 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:36:56,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-72934f20-9980-4360-af3e-2647d1cba968 2018-10-06 04:36:56,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60cafcff887791f666fdbc6d5bd0a772d954e357" 2018-10-06 04:36:56,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39dadcc1-f5b8-45ef-8750-09a721ff8e7f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}]} 2018-10-06 04:36:56,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj used request id req-39dadcc1-f5b8-45ef-8750-09a721ff8e7f 2018-10-06 04:36:56,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60cafcff887791f666fdbc6d5bd0a772d954e357" 2018-10-06 04:36:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a24181-17a9-4c7f-8e7d-ee693a9c22cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:36:56,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-38a24181-17a9-4c7f-8e7d-ee693a9c22cb 2018-10-06 04:36:56,724 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-user 2018-10-06 04:36:56,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:56,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-550ee6ac-5a64-4d4d-ae84-a8c29b8f7280 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:36:56,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-550ee6ac-5a64-4d4d-ae84-a8c29b8f7280 2018-10-06 04:36:56,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" -d '{"role": {"name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}}' 2018-10-06 04:36:56,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ecb0feb-0d5a-4b0e-8d56-da91ff85cc88 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63a9638cabe244309cce1fecd869c039", "links": {"self": "http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039"}, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}} 2018-10-06 04:36:56,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ecb0feb-0d5a-4b0e-8d56-da91ff85cc88 2018-10-06 04:36:56,933 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role 2018-10-06 04:36:56,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:56,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24fb9456-335d-436b-b302-b35a1db5c63e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039"}, "domain_id": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role", "id": "63a9638cabe244309cce1fecd869c039"}} 2018-10-06 04:36:56,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039 used request id req-24fb9456-335d-436b-b302-b35a1db5c63e 2018-10-06 04:36:56,953 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role to project CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj 2018-10-06 04:36:56,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006/users/c3bfb73ca1de478f80cae6bd98b76b88/roles/63a9638cabe244309cce1fecd869c039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:36:57,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:36:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea207f5e-ffa7-4430-95c0-ef8e20349b44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:36:57,097 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006/users/c3bfb73ca1de478f80cae6bd98b76b88/roles/63a9638cabe244309cce1fecd869c039 used request id req-ea207f5e-ffa7-4430-95c0-ef8e20349b44 2018-10-06 04:36:57,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:57,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:36:57,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:36:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["qYi_hQ4ST8-gygrEeZ2qMg"], "issued_at": "2018-10-06T04:36:57.000000Z"}} 2018-10-06 04:36:57,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:57,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97e011e-eb75-467b-8f47-a570b1b6b898 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:36:57,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f97e011e-eb75-467b-8f47-a570b1b6b898 2018-10-06 04:36:57,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:57,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2477e36-602c-4cc4-a4a1-ad8038c83891 Date: Sat, 06 Oct 2018 04:36:57 GMT RESP BODY: {"networks":[]} 2018-10-06 04:36:57,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 used request id req-e2477e36-602c-4cc4-a4a1-ad8038c83891 2018-10-06 04:36:57,721 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 2018-10-06 04:36:57,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" -d '{"network": {"name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1", "admin_state_up": true}}' 2018-10-06 04:36:58,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-330d9d56-f864-4b48-b8ff-f067ffda2f10 Date: Sat, 06 Oct 2018 04:36:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:36:58Z","is_default":false,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","mtu":1450}} 2018-10-06 04:36:58,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-330d9d56-f864-4b48-b8ff-f067ffda2f10 2018-10-06 04:36:58,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:58,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fc8b8d61-af54-44dd-81b4-ad192ddc5537 Date: Sat, 06 Oct 2018 04:36:58 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-10-06T04:36:58Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:36:58,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-fc8b8d61-af54-44dd-81b4-ad192ddc5537 2018-10-06 04:36:58,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:58,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e994bd5-1ef0-4817-a133-2f9cd0c5e8b0 Date: Sat, 06 Oct 2018 04:36:58 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:36:58,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-6e994bd5-1ef0-4817-a133-2f9cd0c5e8b0 2018-10-06 04:36:58,681 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1 2018-10-06 04:36:58,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" -d '{"subnets": [{"ip_version": 4, "network_id": "c54fb5e1-0c60-4151-9595-76cecf2b75d4", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]}' 2018-10-06 04:36:59,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7d3d843a-f50c-4fe8-8cac-f2e9f3cb43cc Date: Sat, 06 Oct 2018 04:36:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:36:59,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-7d3d843a-f50c-4fe8-8cac-f2e9f3cb43cc 2018-10-06 04:36:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:59,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-914eeafc-207b-4137-921f-abb3bf32a65c Date: Sat, 06 Oct 2018 04:36: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:36:59,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-914eeafc-207b-4137-921f-abb3bf32a65c 2018-10-06 04:36:59,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:36:59,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-17db4d82-4124-475e-86ff-ce559de17a8c Date: Sat, 06 Oct 2018 04:36:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:36:59,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-17db4d82-4124-475e-86ff-ce559de17a8c 2018-10-06 04:36:59,634 - OpenStackNetwork - DEBUG - Network [c54fb5e1-0c60-4151-9595-76cecf2b75d4] created successfully 2018-10-06 04:36:59,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:36:59,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:00,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["SHhRk-QeTqiUyb3hvZlMZw"], "issued_at": "2018-10-06T04:37:00.000000Z"}} 2018-10-06 04:37:00,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:00,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25561939-8e76-43f7-88eb-ffe979ab3694 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:00,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-25561939-8e76-43f7-88eb-ffe979ab3694 2018-10-06 04:37:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:00,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3c0218aa-6f69-4bf5-8e79-a514c76ae70f Date: Sat, 06 Oct 2018 04:37:00 GMT RESP BODY: {"networks":[]} 2018-10-06 04:37:00,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 used request id req-3c0218aa-6f69-4bf5-8e79-a514c76ae70f 2018-10-06 04:37:00,211 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 2018-10-06 04:37:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" -d '{"network": {"name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2", "admin_state_up": true}}' 2018-10-06 04:37:00,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-dbd9669c-a4a9-4484-852d-c5431625406b Date: Sat, 06 Oct 2018 04:37:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"adb71944-678b-4699-a96d-3fa75da0e0f0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:37:00Z","is_default":false,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","mtu":1450}} 2018-10-06 04:37:00,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-dbd9669c-a4a9-4484-852d-c5431625406b 2018-10-06 04:37:00,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:00,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8539efda-08e4-4db4-be3c-038e9152df56 Date: Sat, 06 Oct 2018 04:37: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-10-06T04:37:00Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:00,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-8539efda-08e4-4db4-be3c-038e9152df56 2018-10-06 04:37:00,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:01,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b97ec8b-6a34-4781-8167-df8682c900c6 Date: Sat, 06 Oct 2018 04:37:01 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:37:01,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-6b97ec8b-6a34-4781-8167-df8682c900c6 2018-10-06 04:37:01,064 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2 2018-10-06 04:37:01,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" -d '{"subnets": [{"ip_version": 4, "network_id": "adb71944-678b-4699-a96d-3fa75da0e0f0", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]}' 2018-10-06 04:37:01,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d7378c87-ed92-41b2-b49d-8c362e7fcd94 Date: Sat, 06 Oct 2018 04:37:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:01,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d7378c87-ed92-41b2-b49d-8c362e7fcd94 2018-10-06 04:37:01,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:01,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8e04e6c2-3024-4e0d-9d7a-394ff3827fe9 Date: Sat, 06 Oct 2018 04:37: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:01,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-8e04e6c2-3024-4e0d-9d7a-394ff3827fe9 2018-10-06 04:37:01,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:02,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-75065bb4-d53a-442b-b115-30137b95f2cd Date: Sat, 06 Oct 2018 04:37:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:02,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-75065bb4-d53a-442b-b115-30137b95f2cd 2018-10-06 04:37:02,201 - OpenStackNetwork - DEBUG - Network [adb71944-678b-4699-a96d-3fa75da0e0f0] created successfully 2018-10-06 04:37:02,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:02,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:02,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["FXSTu--iQPKRhUwkGC1p4g"], "issued_at": "2018-10-06T04:37:02.000000Z"}} 2018-10-06 04:37:02,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:02,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3566882c-1bc3-4ad8-81dc-690e193b5e8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:02,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3566882c-1bc3-4ad8-81dc-690e193b5e8d 2018-10-06 04:37:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:03,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5cc7bac7-354e-4d8f-a010-0d772c7139e2 Date: Sat, 06 Oct 2018 04:37:03 GMT RESP BODY: {"routers": []} 2018-10-06 04:37:03,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True used request id req-5cc7bac7-354e-4d8f-a010-0d772c7139e2 2018-10-06 04:37:03,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:03,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:03,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["eurr8LWLStuE9hDhWuFa5A"], "issued_at": "2018-10-06T04:37:03.000000Z"}} 2018-10-06 04:37:03,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414192e8c96fe819a5d17097d0832f205b34493f" 2018-10-06 04:37:03,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f73b635-a761-4b18-89da-5d2a5826e3f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:03,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f73b635-a761-4b18-89da-5d2a5826e3f7 2018-10-06 04:37:03,533 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"router": {"name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router", "admin_state_up": true}}' 2018-10-06 04:37:07,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-14d8bd6f-165b-4a8c-a81f-3e1946aee958 Date: Sat, 06 Oct 2018 04:37:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:37:04Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:04Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router"}} 2018-10-06 04:37:07,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-14d8bd6f-165b-4a8c-a81f-3e1946aee958 2018-10-06 04:37:07,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:07,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6101190c-a63f-4d12-bbb8-f30f7e2e024c Date: Sat, 06 Oct 2018 04:37:07 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:07,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-6101190c-a63f-4d12-bbb8-f30f7e2e024c 2018-10-06 04:37:07,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:07,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a5f11aaf-e5b7-4f11-a479-bbeff292beed Date: Sat, 06 Oct 2018 04:37: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:07,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 used request id req-a5f11aaf-e5b7-4f11-a479-bbeff292beed 2018-10-06 04:37:07,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:07,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:07,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:07,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7883118-6280-4c33-bd05-87c5340a3d89 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:07,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-f7883118-6280-4c33-bd05-87c5340a3d89 2018-10-06 04:37:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:07,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-979beb5f-90cc-488b-b19e-83421fb4bc54 Date: Sat, 06 Oct 2018 04:37:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:07,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-979beb5f-90cc-488b-b19e-83421fb4bc54 2018-10-06 04:37:07,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:08,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f5fd53e3-84d1-41e1-8ab5-8bf1193a5331 Date: Sat, 06 Oct 2018 04:37:08 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:08,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1&admin_state_up=True used request id req-f5fd53e3-84d1-41e1-8ab5-8bf1193a5331 2018-10-06 04:37:08,032 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1 for router - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:08,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:08,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:08,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["r9AzqkdYTtGGtOm5McS0UA"], "issued_at": "2018-10-06T04:37:08.000000Z"}} 2018-10-06 04:37:08,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}376d316b81bd5647e2d581fdbbc645a99a0d5b7d" 2018-10-06 04:37:08,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90964650-af94-4ebd-a635-568a996385c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:08,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90964650-af94-4ebd-a635-568a996385c9 2018-10-06 04:37:08,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:08,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-96758f1c-0b2f-407a-9da9-1b8fbafd4d26 Date: Sat, 06 Oct 2018 04:37: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:08,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 used request id req-96758f1c-0b2f-407a-9da9-1b8fbafd4d26 2018-10-06 04:37:08,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:08,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b07702f5-e682-4b38-ad65-0cdbeca44201 Date: Sat, 06 Oct 2018 04:37:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:08,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-b07702f5-e682-4b38-ad65-0cdbeca44201 2018-10-06 04:37:08,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:09,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a8928cbd-ca09-44fa-999e-9f171e148753 Date: Sat, 06 Oct 2018 04: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:09,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 used request id req-a8928cbd-ca09-44fa-999e-9f171e148753 2018-10-06 04:37:09,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:09,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:09,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}376d316b81bd5647e2d581fdbbc645a99a0d5b7d" 2018-10-06 04:37:09,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98c9671-9e0f-43a6-b1c2-180bb9c6bc51 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:09,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-a98c9671-9e0f-43a6-b1c2-180bb9c6bc51 2018-10-06 04:37:09,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:09,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fa0f86c3-ba15-4240-98e2-6f948f8fba6e Date: Sat, 06 Oct 2018 04:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:09,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-fa0f86c3-ba15-4240-98e2-6f948f8fba6e 2018-10-06 04:37:09,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:09,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0f47dfb0-6107-4571-89f8-028619b8ce55 Date: Sat, 06 Oct 2018 04:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:09,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1 used request id req-0f47dfb0-6107-4571-89f8-028619b8ce55 2018-10-06 04:37:09,692 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 2018-10-06 04:37:09,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port": {"network_id": "c54fb5e1-0c60-4151-9595-76cecf2b75d4", "fixed_ips": [{"subnet_id": "25aa0145-d8f5-4cd7-a123-d81b042296d7", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1", "admin_state_up": true}}' 2018-10-06 04:37:10,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-3981b35e-bfce-4305-b9d3-cb673931b01d Date: Sat, 06 Oct 2018 04:37:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","project_id":"ade32dd0eba24c179f4bd6630d38d006","qos_policy_id":null,"admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal"}} 2018-10-06 04:37:10,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-3981b35e-bfce-4305-b9d3-cb673931b01d 2018-10-06 04:37:10,830 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1 for router - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:10,830 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:10,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port_id": "ec350a18-f221-4b4a-adc2-b72a0b9fe080"}' 2018-10-06 04:37:12,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d92a2d36-e6f4-4336-99aa-b6f8f87560c9 Date: Sat, 06 Oct 2018 04:37:12 GMT RESP BODY: {"network_id": "c54fb5e1-0c60-4151-9595-76cecf2b75d4", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "subnet_id": "25aa0145-d8f5-4cd7-a123-d81b042296d7", "subnet_ids": ["25aa0145-d8f5-4cd7-a123-d81b042296d7"], "port_id": "ec350a18-f221-4b4a-adc2-b72a0b9fe080", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e"} 2018-10-06 04:37:12,329 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/add_router_interface used request id req-d92a2d36-e6f4-4336-99aa-b6f8f87560c9 2018-10-06 04:37:12,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:12,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6ae6a9a2-d40b-4ebe-b582-4453b80f93f2 Date: Sat, 06 Oct 2018 04:37: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:12,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 used request id req-6ae6a9a2-d40b-4ebe-b582-4453b80f93f2 2018-10-06 04:37:12,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:12,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a9711a-0933-4f4f-af5c-8fb2ac9fffcb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:12,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-54a9711a-0933-4f4f-af5c-8fb2ac9fffcb 2018-10-06 04:37:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:12,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e1317a47-ca10-4793-8f7b-a8e3bc060823 Date: Sat, 06 Oct 2018 04:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:12,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-e1317a47-ca10-4793-8f7b-a8e3bc060823 2018-10-06 04:37:12,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:12,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a8e489f-46fd-4352-ad5e-72635ac25df1 Date: Sat, 06 Oct 2018 04:37:12 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:12,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2&admin_state_up=True used request id req-2a8e489f-46fd-4352-ad5e-72635ac25df1 2018-10-06 04:37:12,962 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2 for router - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:12,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:12,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:13,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["FAnltxRfRoy3KCS-VMaIhQ"], "issued_at": "2018-10-06T04:37:13.000000Z"}} 2018-10-06 04:37:13,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec52959dda84764fb1f24e8cf8a4aaa7ea81ed23" 2018-10-06 04:37:13,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d3296a-d0ca-4dfa-b18d-b2ef5e4f6e3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:13,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f0d3296a-d0ca-4dfa-b18d-b2ef5e4f6e3d 2018-10-06 04:37:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:13,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-652780bc-184f-4e53-9606-ebd4ba9521f1 Date: Sat, 06 Oct 2018 04: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:13,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 used request id req-652780bc-184f-4e53-9606-ebd4ba9521f1 2018-10-06 04:37:13,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:13,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0a367821-3ea8-4830-a7b7-070420eee9bf Date: Sat, 06 Oct 2018 04:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:13,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-0a367821-3ea8-4830-a7b7-070420eee9bf 2018-10-06 04:37:13,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:13,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3106ad30-c241-4d53-95ae-db9ded7ceca1 Date: Sat, 06 Oct 2018 04: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:13,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 used request id req-3106ad30-c241-4d53-95ae-db9ded7ceca1 2018-10-06 04:37:13,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:13,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:13,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec52959dda84764fb1f24e8cf8a4aaa7ea81ed23" 2018-10-06 04:37:14,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9da01c4-bbc4-4b43-b00b-e8b602953920 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:14,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-a9da01c4-bbc4-4b43-b00b-e8b602953920 2018-10-06 04:37:14,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:14,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c41d38af-8c1f-4721-a723-306f4cb55d2d Date: Sat, 06 Oct 2018 04:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:14,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-c41d38af-8c1f-4721-a723-306f4cb55d2d 2018-10-06 04:37:14,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:14,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8a9f9389-8271-4554-a674-67a710532a4e Date: Sat, 06 Oct 2018 04:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:14,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2 used request id req-8a9f9389-8271-4554-a674-67a710532a4e 2018-10-06 04:37:14,325 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 2018-10-06 04:37:14,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port": {"network_id": "adb71944-678b-4699-a96d-3fa75da0e0f0", "fixed_ips": [{"subnet_id": "db877582-7d7b-49ae-9aeb-ddad62c6fb2e", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2", "admin_state_up": true}}' 2018-10-06 04:37:15,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-a1bd8e26-122f-45c8-86f8-abaaa1fc984c Date: Sat, 06 Oct 2018 04:37:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","project_id":"ade32dd0eba24c179f4bd6630d38d006","qos_policy_id":null,"admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal"}} 2018-10-06 04:37:15,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-a1bd8e26-122f-45c8-86f8-abaaa1fc984c 2018-10-06 04:37:15,471 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2 for router - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:15,471 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:15,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port_id": "8cd57d59-bdcb-4457-961b-2ad6dc720c98"}' 2018-10-06 04:37:17,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a4a795d3-d52e-49b9-b79b-ce472d8a8501 Date: Sat, 06 Oct 2018 04:37:17 GMT RESP BODY: {"network_id": "adb71944-678b-4699-a96d-3fa75da0e0f0", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "subnet_id": "db877582-7d7b-49ae-9aeb-ddad62c6fb2e", "subnet_ids": ["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"], "port_id": "8cd57d59-bdcb-4457-961b-2ad6dc720c98", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e"} 2018-10-06 04:37:17,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/add_router_interface used request id req-a4a795d3-d52e-49b9-b79b-ce472d8a8501 2018-10-06 04:37:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:17,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-f99a83ef-d6b8-424d-815f-3df4ca6341c1 Date: Sat, 06 Oct 2018 04:37:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:37:04Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:16Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router"}} 2018-10-06 04:37:17,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-f99a83ef-d6b8-424d-815f-3df4ca6341c1 2018-10-06 04:37:17,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:17,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-ebad0717-c53a-462d-bc36-53e4fb6a01d6 Date: Sat, 06 Oct 2018 04:37:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:17,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-ebad0717-c53a-462d-bc36-53e4fb6a01d6 2018-10-06 04:37:17,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:17,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c281f6a2-6655-4ef2-b988-31b159294e46 Date: Sat, 06 Oct 2018 04:37:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}} 2018-10-06 04:37:17,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-c281f6a2-6655-4ef2-b988-31b159294e46 2018-10-06 04:37:17,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:17,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-35675376-e2fb-48bc-a747-2121a73546ca Date: Sat, 06 Oct 2018 04:37:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}} 2018-10-06 04:37:17,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-35675376-e2fb-48bc-a747-2121a73546ca 2018-10-06 04:37:17,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:18,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["T4XhA0R6TqS-8EybGav4BA"], "issued_at": "2018-10-06T04:37:18.000000Z"}} 2018-10-06 04:37:18,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:18,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-32a49061-1365-435b-820e-490266367f1c Date: Sat, 06 Oct 2018 04:37:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:37:04Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:16Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router"}]} 2018-10-06 04:37:18,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True used request id req-32a49061-1365-435b-820e-490266367f1c 2018-10-06 04:37:18,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:18,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae1967be81798403c2233d73e0f9bc6bada467e" 2018-10-06 04:37:18,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb1ec7a-23c6-4da8-9797-cec328ca82bf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:18,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-edb1ec7a-23c6-4da8-9797-cec328ca82bf 2018-10-06 04:37:18,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:18,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-e28872fa-559e-46b4-8cf1-ea05ab990a9a Date: Sat, 06 Oct 2018 04:37:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:18,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-e28872fa-559e-46b4-8cf1-ea05ab990a9a 2018-10-06 04:37:18,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:18,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b799b8f2-6174-48f3-9ca3-6ed2c0c7d4eb Date: Sat, 06 Oct 2018 04:37:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}} 2018-10-06 04:37:18,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-b799b8f2-6174-48f3-9ca3-6ed2c0c7d4eb 2018-10-06 04:37:18,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:19,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2ab85671-2f42-4da3-95cd-56d4e946e241 Date: Sat, 06 Oct 2018 04:37:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}} 2018-10-06 04:37:19,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-2ab85671-2f42-4da3-95cd-56d4e946e241 2018-10-06 04:37:19,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:19,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:19,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "63a9638cabe244309cce1fecd869c039", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role"}], "expires_at": "2018-10-06T05:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ade32dd0eba24c179f4bd6630d38d006", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ade32dd0eba24c179f4bd6630d38d006", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-user", "id": "c3bfb73ca1de478f80cae6bd98b76b88"}, "audit_ids": ["CQSE2qggSJK45pQj1MTWnA"], "issued_at": "2018-10-06T04:37:19.000000Z"}} 2018-10-06 04:37:19,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:19,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2d493a-2b5a-489d-bc17-e518597778ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:19,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa2d493a-2b5a-489d-bc17-e518597778ee 2018-10-06 04:37:19,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:19,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-c6e8c0c9-46bf-4f98-b2d1-ead7988b5072 Date: Sat, 06 Oct 2018 04:37:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:37:04Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:16Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router"}]} 2018-10-06 04:37:19,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router&admin_state_up=True used request id req-c6e8c0c9-46bf-4f98-b2d1-ead7988b5072 2018-10-06 04:37:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:19,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:19,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:19,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f95797a-849e-4df8-8875-6fa91ec26172 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:19,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-0f95797a-849e-4df8-8875-6fa91ec26172 2018-10-06 04:37:19,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:20,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-8c1a2304-2729-4ea5-820e-176e3e5018f9 Date: Sat, 06 Oct 2018 04:37:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:20,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-8c1a2304-2729-4ea5-820e-176e3e5018f9 2018-10-06 04:37:20,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:20,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c37ff727-53cf-4dbc-84d5-50a936bc1e5d Date: Sat, 06 Oct 2018 04:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}} 2018-10-06 04:37:20,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-c37ff727-53cf-4dbc-84d5-50a936bc1e5d 2018-10-06 04:37:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:20,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b0aec62d-556e-4d75-81c6-895947b2e0dc Date: Sat, 06 Oct 2018 04:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}} 2018-10-06 04:37:20,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-b0aec62d-556e-4d75-81c6-895947b2e0dc 2018-10-06 04:37:20,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:20,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5287d6c7-85bb-484c-a594-6772de2a5806 Date: Sat, 06 Oct 2018 04:37: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:20,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 used request id req-5287d6c7-85bb-484c-a594-6772de2a5806 2018-10-06 04:37:20,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b273a97f-0a3b-40c6-bece-81070c9ee225 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:21,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-b273a97f-0a3b-40c6-bece-81070c9ee225 2018-10-06 04:37:21,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8c65cf7a-ce9f-4d7c-a471-00ca94bd04d9 Date: Sat, 06 Oct 2018 04:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:21,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-8c65cf7a-ce9f-4d7c-a471-00ca94bd04d9 2018-10-06 04:37:21,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-272cd228-d480-43cd-9b9c-e0b2b0f7c443 Date: Sat, 06 Oct 2018 04:37:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:21,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1&admin_state_up=True used request id req-272cd228-d480-43cd-9b9c-e0b2b0f7c443 2018-10-06 04:37:21,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eeb6bbd-9cfc-4281-b7dc-136a265af25b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:21,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-3eeb6bbd-9cfc-4281-b7dc-136a265af25b 2018-10-06 04:37:21,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-deafe116-d130-49df-82ce-c69754035ac4 Date: Sat, 06 Oct 2018 04:37: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:21,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 used request id req-deafe116-d130-49df-82ce-c69754035ac4 2018-10-06 04:37:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:21,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b7423ea-c6a0-489b-a777-d987af968638 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:21,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-0b7423ea-c6a0-489b-a777-d987af968638 2018-10-06 04:37:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0f074d0a-ea3d-484a-b0d1-d5b25a4f64cc Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:22,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-0f074d0a-ea3d-484a-b0d1-d5b25a4f64cc 2018-10-06 04:37:22,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-b975860f-9de1-4a2b-ab84-4667dc8b4dcc Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:22,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0&name=CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2&admin_state_up=True used request id req-b975860f-9de1-4a2b-ab84-4667dc8b4dcc 2018-10-06 04:37:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618c3cac-6daa-4add-af95-77b0c2bf2d3d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:22,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-618c3cac-6daa-4add-af95-77b0c2bf2d3d 2018-10-06 04:37:22,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-83cd888a-d0ce-408d-ad9a-5c06e11eafdb Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:37:04Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:16Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e", "name": "CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router"}} 2018-10-06 04:37:22,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-83cd888a-d0ce-408d-ad9a-5c06e11eafdb 2018-10-06 04:37:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-ac9e97cd-71db-4091-b56b-e5ec581c1296 Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:22,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-ac9e97cd-71db-4091-b56b-e5ec581c1296 2018-10-06 04:37:22,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dc7eae43-2139-49c3-adff-dac83d5ec6a6 Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}} 2018-10-06 04:37:22,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-dc7eae43-2139-49c3-adff-dac83d5ec6a6 2018-10-06 04:37:22,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e68a8c29567ce2080c19f922346409f70017848" 2018-10-06 04:37:22,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7b6c47e9-20c2-40d4-b46f-7d2a6134d16d Date: Sat, 06 Oct 2018 04:37:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}} 2018-10-06 04:37:22,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-7b6c47e9-20c2-40d4-b46f-7d2a6134d16d 2018-10-06 04:37:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:22,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b6645a76-ad56-4091-bc65-a6676c6c9101 Date: Sat, 06 Oct 2018 04:37: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:22,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-b6645a76-ad56-4091-bc65-a6676c6c9101 2018-10-06 04:37:22,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:23,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-07d1611c-5fe4-40b0-90ad-aacedea912c5 Date: Sat, 06 Oct 2018 04:37:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:23,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-07d1611c-5fe4-40b0-90ad-aacedea912c5 2018-10-06 04:37:23,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:23,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-9c41d49f-8985-444a-a275-95a73637b51a Date: Sat, 06 Oct 2018 04:37:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.4"}],"id":"05276a73-8036-4fb7-af05-216426c7b0cd","security_groups":[],"mac_address":"fa:16:3e:24:4e:1b","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c54fb5e1-0c60-4151-9595-76cecf2b75d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.3"}],"id":"4a07e824-d24d-4595-9ebe-23bf494763bf","security_groups":[],"mac_address":"fa:16:3e:5d:19:8f","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c54fb5e1-0c60-4151-9595-76cecf2b75d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.2"}],"id":"ea144b8b-49ea-4211-b586-2916a5d24013","security_groups":[],"mac_address":"fa:16:3e:3b:f3:b7","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c54fb5e1-0c60-4151-9595-76cecf2b75d4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","ip_address":"10.200.201.1"}],"id":"ec350a18-f221-4b4a-adc2-b72a0b9fe080","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:02:15:b9","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1","admin_state_up":true,"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:10Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"}]} 2018-10-06 04:37:23,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-9c41d49f-8985-444a-a275-95a73637b51a 2018-10-06 04:37:23,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:23,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-201b4a0f-5d43-47ff-93e6-90b427bf5601 Date: Sat, 06 Oct 2018 04:37: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:23,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-201b4a0f-5d43-47ff-93e6-90b427bf5601 2018-10-06 04:37:23,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:23,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d511525a-1dd7-4572-9dcc-4cbeb4d14d89 Date: Sat, 06 Oct 2018 04:37:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:23,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-d511525a-1dd7-4572-9dcc-4cbeb4d14d89 2018-10-06 04:37:23,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:24,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-1c265d0d-a1d3-4fff-93ed-a9fa04d16615 Date: Sat, 06 Oct 2018 04:37:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.1"}],"id":"8cd57d59-bdcb-4457-961b-2ad6dc720c98","security_groups":["851063bc-7e3b-4b48-8932-bee1b6731e07"],"mac_address":"fa:16:3e:60:90:1d","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:14Z","binding:vnic_type":"normal","device_id":"9748ffd0-a2b8-46ce-b255-14f62201792e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.2"}],"id":"c952d322-a8fc-4df1-b4c0-3a4c5389db2d","security_groups":[],"mac_address":"fa:16:3e:ef:46:56","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adb71944-678b-4699-a96d-3fa75da0e0f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.4"}],"id":"f836d315-da9b-465d-989a-a1b449de39f7","security_groups":[],"mac_address":"fa:16:3e:8e:9c:c5","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adb71944-678b-4699-a96d-3fa75da0e0f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:37:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","ip_address":"10.200.202.3"}],"id":"fcaee138-ea40-41bc-a7a0-e73fb7772bf0","security_groups":[],"mac_address":"fa:16:3e:44:40:11","project_id":"ade32dd0eba24c179f4bd6630d38d006","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adb71944-678b-4699-a96d-3fa75da0e0f0"}]} 2018-10-06 04:37:24,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-1c265d0d-a1d3-4fff-93ed-a9fa04d16615 2018-10-06 04:37:24,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:24,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-67349609-90e3-432b-8411-ae0748d85f5a Date: Sat, 06 Oct 2018 04:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}} 2018-10-06 04:37:24,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-67349609-90e3-432b-8411-ae0748d85f5a 2018-10-06 04:37:24,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:24,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4924073-4166-42c3-afc3-1c78fff42463 Date: Sat, 06 Oct 2018 04:37: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":["25aa0145-d8f5-4cd7-a123-d81b042296d7"],"updated_at":"2018-10-06T04:36:59Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1"}]} 2018-10-06 04:37:24,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-f4924073-4166-42c3-afc3-1c78fff42463 2018-10-06 04:37:24,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:24,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-bb1ac4e1-b896-4c54-8109-1b30514a7b4c Date: Sat, 06 Oct 2018 04:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c54fb5e1-0c60-4151-9595-76cecf2b75d4","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:36:59Z","dns_nameservers":[],"updated_at":"2018-10-06T04:36: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":"ade32dd0eba24c179f4bd6630d38d006","id":"25aa0145-d8f5-4cd7-a123-d81b042296d7","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1"}]} 2018-10-06 04:37:24,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-bb1ac4e1-b896-4c54-8109-1b30514a7b4c 2018-10-06 04:37:24,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:24,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0ab9bc1c-b968-42f5-9c1c-c269959fb4f6 Date: Sat, 06 Oct 2018 04:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}} 2018-10-06 04:37:24,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-0ab9bc1c-b968-42f5-9c1c-c269959fb4f6 2018-10-06 04:37:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:25,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0483a2c7-1a9b-4c72-bc47-31e0830233ae Date: Sat, 06 Oct 2018 04:37: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":["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"],"updated_at":"2018-10-06T04:37:01Z","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ade32dd0eba24c179f4bd6630d38d006","id":"adb71944-678b-4699-a96d-3fa75da0e0f0","name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2"}]} 2018-10-06 04:37:25,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-0483a2c7-1a9b-4c72-bc47-31e0830233ae 2018-10-06 04:37:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61d993da8317797ad6e65c61cdbcd0fcb9939883" 2018-10-06 04:37:25,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c1e2f9a4-896f-4b75-b892-5f01e2e6713f Date: Sat, 06 Oct 2018 04:37:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adb71944-678b-4699-a96d-3fa75da0e0f0","tenant_id":"ade32dd0eba24c179f4bd6630d38d006","created_at":"2018-10-06T04:37:01Z","dns_nameservers":[],"updated_at":"2018-10-06T04:37:01Z","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":"ade32dd0eba24c179f4bd6630d38d006","id":"db877582-7d7b-49ae-9aeb-ddad62c6fb2e","subnetpool_id":null,"name":"CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2"}]} 2018-10-06 04:37:25,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-c1e2f9a4-896f-4b75-b892-5f01e2e6713f 2018-10-06 04:37:25,444 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router and port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port1 2018-10-06 04:37:25,445 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:25,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port_id": "ec350a18-f221-4b4a-adc2-b72a0b9fe080"}' 2018-10-06 04:37:26,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b63d6d4-3d5b-4db3-9991-47fd649904a6 Date: Sat, 06 Oct 2018 04:37:26 GMT RESP BODY: {"network_id": "c54fb5e1-0c60-4151-9595-76cecf2b75d4", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "subnet_id": "25aa0145-d8f5-4cd7-a123-d81b042296d7", "subnet_ids": ["25aa0145-d8f5-4cd7-a123-d81b042296d7"], "port_id": "ec350a18-f221-4b4a-adc2-b72a0b9fe080", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e"} 2018-10-06 04:37:26,792 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/remove_router_interface used request id req-7b63d6d4-3d5b-4db3-9991-47fd649904a6 2018-10-06 04:37:26,792 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router and port CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-port2 2018-10-06 04:37:26,792 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:26,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" -d '{"port_id": "8cd57d59-bdcb-4457-961b-2ad6dc720c98"}' 2018-10-06 04:37:28,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a0153648-3781-4132-bade-83f5090d1073 Date: Sat, 06 Oct 2018 04:37:28 GMT RESP BODY: {"network_id": "adb71944-678b-4699-a96d-3fa75da0e0f0", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "subnet_id": "db877582-7d7b-49ae-9aeb-ddad62c6fb2e", "subnet_ids": ["db877582-7d7b-49ae-9aeb-ddad62c6fb2e"], "port_id": "8cd57d59-bdcb-4457-961b-2ad6dc720c98", "id": "9748ffd0-a2b8-46ce-b255-14f62201792e"} 2018-10-06 04:37:28,059 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e/remove_router_interface used request id req-a0153648-3781-4132-bade-83f5090d1073 2018-10-06 04:37:28,060 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:28,060 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-router 2018-10-06 04:37:28,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f975d81bc02401391681d2be41c5405021a8da8" 2018-10-06 04:37:30,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-915e9b75-4af3-4606-a457-9ff02aa59440 Content-Length: 0 Date: Sat, 06 Oct 2018 04:37:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:30,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/9748ffd0-a2b8-46ce-b255-14f62201792e used request id req-915e9b75-4af3-4606-a457-9ff02aa59440 2018-10-06 04:37:30,867 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1 2018-10-06 04:37:30,867 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet1 2018-10-06 04:37:30,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:37:33,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab438867-9cad-44f8-8848-bc0ecfd5da67 Date: Sat, 06 Oct 2018 04:37:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:33,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/25aa0145-d8f5-4cd7-a123-d81b042296d7 used request id req-ab438867-9cad-44f8-8848-bc0ecfd5da67 2018-10-06 04:37:33,213 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net1 2018-10-06 04:37:33,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/c54fb5e1-0c60-4151-9595-76cecf2b75d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c8a5db782f06bbc875c7e36228598d4cdd958d" 2018-10-06 04:37:34,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-215279fa-1767-40e7-9a1b-299b37a8933f Date: Sat, 06 Oct 2018 04:37:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:34,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/c54fb5e1-0c60-4151-9595-76cecf2b75d4 used request id req-215279fa-1767-40e7-9a1b-299b37a8933f 2018-10-06 04:37:34,446 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2 2018-10-06 04:37:34,446 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-subnet2 2018-10-06 04:37:34,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:36,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-437c6bfd-4bb4-4558-acbc-7cb2682a6e80 Date: Sat, 06 Oct 2018 04:37:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:36,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/db877582-7d7b-49ae-9aeb-ddad62c6fb2e used request id req-437c6bfd-4bb4-4558-acbc-7cb2682a6e80 2018-10-06 04:37:36,802 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-7a782051-5f90-49da-a648-1b62ec72ce89-pub-net2 2018-10-06 04:37:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/adb71944-678b-4699-a96d-3fa75da0e0f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e980f2628ef522c9fb02604b4715c6f694864c67" 2018-10-06 04:37:38,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e399778a-f016-452a-97b7-2b9af70630e1 Date: Sat, 06 Oct 2018 04:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:38,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/adb71944-678b-4699-a96d-3fa75da0e0f0 used request id req-e399778a-f016-452a-97b7-2b9af70630e1 2018-10-06 04:37:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:38,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f712d692-8c60-4dab-9d84-be228997d25f Date: Sat, 06 Oct 2018 04:37:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:36:57Z", "updated_at": "2018-10-06T04:36:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:57Z", "revision_number": 0, "id": "0861d621-024a-4581-ab06-69e8ffb8aff3", "remote_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:57Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "port_range_min": null, "ethertype": "IPv4", "project_id": "ade32dd0eba24c179f4bd6630d38d006"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "revision_number": 0, "id": "5396c540-2c23-4745-a033-8af17474e455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "port_range_min": null, "ethertype": "IPv4", "project_id": "ade32dd0eba24c179f4bd6630d38d006"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "revision_number": 0, "id": "a2a8c688-f5b1-4308-96bc-4970c69b5493", "remote_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "port_range_min": null, "ethertype": "IPv6", "project_id": "ade32dd0eba24c179f4bd6630d38d006"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "revision_number": 0, "id": "cbe725a3-1997-4483-b476-c2be7965977e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "port_range_min": null, "ethertype": "IPv6", "project_id": "ade32dd0eba24c179f4bd6630d38d006"}], "revision_number": 4, "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:37:38,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f712d692-8c60-4dab-9d84-be228997d25f 2018-10-06 04:37:38,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:38,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9c3af8-ce8f-4a97-ba30-ddb1feaa0c22 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:37:38,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-2b9c3af8-ce8f-4a97-ba30-ddb1feaa0c22 2018-10-06 04:37:38,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:38,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042ea686-6f35-482d-8875-409b2e1d05d6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006"}, "enabled": true, "id": "ade32dd0eba24c179f4bd6630d38d006", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj"}} 2018-10-06 04:37:38,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-042ea686-6f35-482d-8875-409b2e1d05d6 2018-10-06 04:37:38,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 851063bc-7e3b-4b48-8932-bee1b6731e07 2018-10-06 04:37:38,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=851063bc-7e3b-4b48-8932-bee1b6731e07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:38,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ec3b0e04-60dd-4971-9dbb-f7297e2679d5 Date: Sat, 06 Oct 2018 04:37:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:57Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "port_range_min": null, "revision_number": 0, "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:36:57Z", "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "0861d621-024a-4581-ab06-69e8ffb8aff3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "port_range_min": null, "revision_number": 0, "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:36:58Z", "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "5396c540-2c23-4745-a033-8af17474e455"}, {"remote_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "port_range_min": null, "revision_number": 0, "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:36:58Z", "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "a2a8c688-f5b1-4308-96bc-4970c69b5493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:36:58Z", "security_group_id": "851063bc-7e3b-4b48-8932-bee1b6731e07", "port_range_min": null, "revision_number": 0, "tenant_id": "ade32dd0eba24c179f4bd6630d38d006", "created_at": "2018-10-06T04:36:58Z", "project_id": "ade32dd0eba24c179f4bd6630d38d006", "id": "cbe725a3-1997-4483-b476-c2be7965977e"}]} 2018-10-06 04:37:38,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=851063bc-7e3b-4b48-8932-bee1b6731e07 used request id req-ec3b0e04-60dd-4971-9dbb-f7297e2679d5 2018-10-06 04:37:38,937 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:37:38,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/851063bc-7e3b-4b48-8932-bee1b6731e07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:39,246 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1eb678df-e77c-43dc-882c-98bfb8ef9e00 Content-Length: 0 Date: Sat, 06 Oct 2018 04:37:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:39,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/851063bc-7e3b-4b48-8932-bee1b6731e07 used request id req-1eb678df-e77c-43dc-882c-98bfb8ef9e00 2018-10-06 04:37:39,247 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj 2018-10-06 04:37:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:39,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69c2e0d3-a10e-4dd3-9d7c-6fb4e4bdec75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:39,469 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ade32dd0eba24c179f4bd6630d38d006 used request id req-69c2e0d3-a10e-4dd3-9d7c-6fb4e4bdec75 2018-10-06 04:37:39,469 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-proj-role 2018-10-06 04:37:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:39,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b5da18c-cff5-4d25-9499-ca84207d3d2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:39,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/63a9638cabe244309cce1fecd869c039 used request id req-5b5da18c-cff5-4d25-9499-ca84207d3d2c 2018-10-06 04:37:39,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb504e9bf5c6b6647b8b3f89393a2ff629c8f9b3" 2018-10-06 04:37:39,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1369ef9a-39a4-423c-9ae1-136b5cde6b17 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:37:39,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1369ef9a-39a4-423c-9ae1-136b5cde6b17 2018-10-06 04:37:39,684 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b96acfc8-3f50-4d4-user 2018-10-06 04:37:39,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c3bfb73ca1de478f80cae6bd98b76b88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60cafcff887791f666fdbc6d5bd0a772d954e357" 2018-10-06 04:37:39,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bf6acc9-d7b0-469e-8926-637937a22e45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:39,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c3bfb73ca1de478f80cae6bd98b76b88 used request id req-2bf6acc9-d7b0-469e-8926-637937a22e45 2018-10-06 04:37:39,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:40,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5gZVPixlT4eQUsrWFNoZWg"], "issued_at": "2018-10-06T04:37:40.000000Z"}} 2018-10-06 04:37:40,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf3a6816732c6f08f3bdfabf67cfe0b0f13a65b" 2018-10-06 04:37:40,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d53650-1329-472c-9d3e-df009a6ecbb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:40,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b7d53650-1329-472c-9d3e-df009a6ecbb9 2018-10-06 04:37:40,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:40,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:40,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["B53gp7YdQROA2cghaswiCQ"], "issued_at": "2018-10-06T04:37:40.000000Z"}} 2018-10-06 04:37:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:40,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d495a7a6-3b42-4019-9aa6-664170371fe6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:40,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d495a7a6-3b42-4019-9aa6-664170371fe6 2018-10-06 04:37:40,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:40,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:40,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:40,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432fb83c-d30c-47c5-ab7f-05d0f8c1051b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:37:40,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj used request id req-432fb83c-d30c-47c5-ab7f-05d0f8c1051b 2018-10-06 04:37:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:41,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f4866db-3946-456b-b0f7-2de2227296a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:37:41,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3f4866db-3946-456b-b0f7-2de2227296a8 2018-10-06 04:37:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}}' 2018-10-06 04:37:41,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ee3e22-fbb2-442c-b8b8-ce7923163bde Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573"}, "enabled": true, "id": "e5035d68652b4e5e9f521ae68ade5573", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}} 2018-10-06 04:37:41,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-77ee3e22-fbb2-442c-b8b8-ce7923163bde 2018-10-06 04:37:41,150 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj 2018-10-06 04:37:41,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:41,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:41,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XzKYWJTYTaGiCibQP8vRCQ"], "issued_at": "2018-10-06T04:37:41.000000Z"}} 2018-10-06 04:37:41,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e57c0ea728df014b99fa6771efcea484594153" 2018-10-06 04:37:41,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8f118b-d8ba-47aa-81e8-344ce5a80a07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:41,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-de8f118b-d8ba-47aa-81e8-344ce5a80a07 2018-10-06 04:37:41,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:41,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:41,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e57c0ea728df014b99fa6771efcea484594153" 2018-10-06 04:37:41,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e6a19c-a1ab-445e-b0c3-7f0e389897d2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:37:41,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c9e6a19c-a1ab-445e-b0c3-7f0e389897d2 2018-10-06 04:37:41,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e57c0ea728df014b99fa6771efcea484594153" 2018-10-06 04:37:41,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6ec31f-9803-41ed-bd1e-a2a1b6bb9ece Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573"}, "enabled": true, "id": "e5035d68652b4e5e9f521ae68ade5573", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}]} 2018-10-06 04:37:41,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj used request id req-9e6ec31f-9803-41ed-bd1e-a2a1b6bb9ece 2018-10-06 04:37:41,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e57c0ea728df014b99fa6771efcea484594153" 2018-10-06 04:37:41,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7a1c0b-fc78-4048-b81b-e3136c1d61e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:37:41,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7b7a1c0b-fc78-4048-b81b-e3136c1d61e9 2018-10-06 04:37:42,334 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-user 2018-10-06 04:37:42,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:42,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:42,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d072233a-7d38-4bdd-aeab-e1aa95256468 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:37:42,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d072233a-7d38-4bdd-aeab-e1aa95256468 2018-10-06 04:37:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" -d '{"role": {"name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role"}}' 2018-10-06 04:37:42,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:37:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e9f4980-9db7-47a1-80b6-16352fc95108 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "93895c8516574039a395e4290f00625b", "links": {"self": "http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b"}, "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role"}} 2018-10-06 04:37:42,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1e9f4980-9db7-47a1-80b6-16352fc95108 2018-10-06 04:37:42,532 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role 2018-10-06 04:37:42,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:42,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7abf786-8c32-400a-87ca-db067737919b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b"}, "domain_id": null, "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role", "id": "93895c8516574039a395e4290f00625b"}} 2018-10-06 04:37:42,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b used request id req-f7abf786-8c32-400a-87ca-db067737919b 2018-10-06 04:37:42,626 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role to project CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj 2018-10-06 04:37:42,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573/users/4af26c9719c749289bb01d60972f2a90/roles/93895c8516574039a395e4290f00625b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:42,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b5be1f3-6bee-4013-9dcf-c1978a8c38dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:42,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573/users/4af26c9719c749289bb01d60972f2a90/roles/93895c8516574039a395e4290f00625b used request id req-7b5be1f3-6bee-4013-9dcf-c1978a8c38dd 2018-10-06 04:37:42,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:42,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:43,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93895c8516574039a395e4290f00625b", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role"}], "expires_at": "2018-10-06T05:37:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5035d68652b4e5e9f521ae68ade5573", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-user", "id": "4af26c9719c749289bb01d60972f2a90"}, "audit_ids": ["CdjASQGkTOqhamR7s7T0Zw"], "issued_at": "2018-10-06T04:37:43.000000Z"}} 2018-10-06 04:37:43,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:43,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb02806-edae-49f9-a4ce-2ddbbfda1435 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:43,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ecb02806-edae-49f9-a4ce-2ddbbfda1435 2018-10-06 04:37:43,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:43,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-63a9cc42-51f9-41a8-ace1-a2370d74d940 Date: Sat, 06 Oct 2018 04:37:43 GMT RESP BODY: {"routers": []} 2018-10-06 04:37:43,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router&admin_state_up=True used request id req-63a9cc42-51f9-41a8-ace1-a2370d74d940 2018-10-06 04:37:43,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:43,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:43,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93895c8516574039a395e4290f00625b", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role"}], "expires_at": "2018-10-06T05:37:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5035d68652b4e5e9f521ae68ade5573", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-user", "id": "4af26c9719c749289bb01d60972f2a90"}, "audit_ids": ["jWVPiQ8gSdKVnbUSWgG3jA"], "issued_at": "2018-10-06T04:37:43.000000Z"}} 2018-10-06 04:37:43,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3662e67cb8996c24982415245b777e999cebd838" 2018-10-06 04:37:43,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786402ee-06fc-4bac-afb7-4b0d88ac83e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:43,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-786402ee-06fc-4bac-afb7-4b0d88ac83e1 2018-10-06 04:37:43,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:44,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7ad6c354-7627-44f2-9d80-81f3fcd32ef9 Date: Sat, 06 Oct 2018 04:37:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:37:44,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-7ad6c354-7627-44f2-9d80-81f3fcd32ef9 2018-10-06 04:37:44,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:44,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-354bfcc2-b4b3-456e-9168-d0bfd771fd32 Date: Sat, 06 Oct 2018 04:37:44 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:37:44,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-354bfcc2-b4b3-456e-9168-d0bfd771fd32 2018-10-06 04:37:44,233 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router 2018-10-06 04:37:44,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router", "admin_state_up": true}}' 2018-10-06 04:37:49,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-8b803b47-f698-4342-9706-ceba24e3de67 Date: Sat, 06 Oct 2018 04:37:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e5035d68652b4e5e9f521ae68ade5573", "created_at": "2018-10-06T04:37:44Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:45Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "e5035d68652b4e5e9f521ae68ade5573", "id": "4c7ed84d-769b-41ff-97df-3e43b98aa409", "name": "CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router"}} 2018-10-06 04:37:49,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-8b803b47-f698-4342-9706-ceba24e3de67 2018-10-06 04:37:49,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:49,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-915a3a96-0187-4549-bec6-3bbd6c88d43d Date: Sat, 06 Oct 2018 04:37:49 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:49,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 used request id req-915a3a96-0187-4549-bec6-3bbd6c88d43d 2018-10-06 04:37:49,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/4c7ed84d-769b-41ff-97df-3e43b98aa409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:49,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f5a955f0-9bd2-4794-acc9-2e7d69154395 Date: Sat, 06 Oct 2018 04:37:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e5035d68652b4e5e9f521ae68ade5573", "created_at": "2018-10-06T04:37:44Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:48Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "e5035d68652b4e5e9f521ae68ade5573", "id": "4c7ed84d-769b-41ff-97df-3e43b98aa409", "name": "CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router"}} 2018-10-06 04:37:49,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/4c7ed84d-769b-41ff-97df-3e43b98aa409 used request id req-f5a955f0-9bd2-4794-acc9-2e7d69154395 2018-10-06 04:37:49,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:49,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f4432688-742d-47a4-a15b-1a3f383918b9 Date: Sat, 06 Oct 2018 04:37:49 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:49,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 used request id req-f4432688-742d-47a4-a15b-1a3f383918b9 2018-10-06 04:37:49,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:50,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "93895c8516574039a395e4290f00625b", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role"}], "expires_at": "2018-10-06T05:37:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5035d68652b4e5e9f521ae68ade5573", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e5035d68652b4e5e9f521ae68ade5573", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-user", "id": "4af26c9719c749289bb01d60972f2a90"}, "audit_ids": ["4jrNNz5JSrKcTSPC9AqJnQ"], "issued_at": "2018-10-06T04:37:50.000000Z"}} 2018-10-06 04:37:50,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cea232bae2e189c52a570f191d62a5fdb7dc1d7" 2018-10-06 04:37:50,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-14ecef4d-fb74-4529-8025-f6bebbbd6ea3 Date: Sat, 06 Oct 2018 04:37:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e5035d68652b4e5e9f521ae68ade5573", "created_at": "2018-10-06T04:37:44Z", "admin_state_up": true, "updated_at": "2018-10-06T04:37:48Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "e5035d68652b4e5e9f521ae68ade5573", "id": "4c7ed84d-769b-41ff-97df-3e43b98aa409", "name": "CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router"}]} 2018-10-06 04:37:50,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router&admin_state_up=True used request id req-14ecef4d-fb74-4529-8025-f6bebbbd6ea3 2018-10-06 04:37:50,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:50,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:50,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf3a6816732c6f08f3bdfabf67cfe0b0f13a65b" 2018-10-06 04:37:50,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1eedb57-e898-48a4-a8bc-2cb52e0cc6cf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573"}, "enabled": true, "id": "e5035d68652b4e5e9f521ae68ade5573", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj"}} 2018-10-06 04:37:50,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573 used request id req-f1eedb57-e898-48a4-a8bc-2cb52e0cc6cf 2018-10-06 04:37:50,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cea232bae2e189c52a570f191d62a5fdb7dc1d7" 2018-10-06 04:37:50,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4cddb06b-aa46-4849-aaef-c63486922bb1 Date: Sat, 06 Oct 2018 04:37:50 GMT RESP BODY: {"ports":[]} 2018-10-06 04:37:50,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=4c7ed84d-769b-41ff-97df-3e43b98aa409 used request id req-4cddb06b-aa46-4849-aaef-c63486922bb1 2018-10-06 04:37:50,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cea232bae2e189c52a570f191d62a5fdb7dc1d7" 2018-10-06 04:37:50,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-273c2c3a-10e6-4d52-b8f4-501a35f90711 Date: Sat, 06 Oct 2018 04:37:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:37:50,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-273c2c3a-10e6-4d52-b8f4-501a35f90711 2018-10-06 04:37:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cea232bae2e189c52a570f191d62a5fdb7dc1d7" 2018-10-06 04:37:51,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d3ed45f7-d6ba-466d-a7c5-e628aa5ce059 Date: Sat, 06 Oct 2018 04:37:51 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:37:51,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-d3ed45f7-d6ba-466d-a7c5-e628aa5ce059 2018-10-06 04:37:51,133 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router 2018-10-06 04:37:51,133 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-05251806-9981-4ed7-a037-ab8ca8ae1867-pub-router 2018-10-06 04:37:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/4c7ed84d-769b-41ff-97df-3e43b98aa409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046ae59af010bbde3dc512a7c8bbf706e0b3dbc9" 2018-10-06 04:37:54,628 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34fe0d1e-03dc-46e4-bc09-e4290d846a88 Content-Length: 0 Date: Sat, 06 Oct 2018 04:37:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:37:54,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/4c7ed84d-769b-41ff-97df-3e43b98aa409 used request id req-34fe0d1e-03dc-46e4-bc09-e4290d846a88 2018-10-06 04:37:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:54,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e889f2e0-9d79-4147-a2cb-8853d5028d57 Date: Sat, 06 Oct 2018 04:37:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:37:54,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e889f2e0-9d79-4147-a2cb-8853d5028d57 2018-10-06 04:37:54,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:54,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e2862e-9731-48d5-9fb6-729ff6197a51 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:37:54,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-84e2862e-9731-48d5-9fb6-729ff6197a51 2018-10-06 04:37:54,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:55,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d3ebe1-a2da-4558-a247-40517d6af62d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:37:55,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-44d3ebe1-a2da-4558-a247-40517d6af62d 2018-10-06 04:37:55,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:55,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe4f0da-43a0-498d-93e0-666d34d73014 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:37:55,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-3fe4f0da-43a0-498d-93e0-666d34d73014 2018-10-06 04:37:55,119 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj 2018-10-06 04:37:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:55,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51280787-26e9-424a-adea-08c2adf35899 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:55,344 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e5035d68652b4e5e9f521ae68ade5573 used request id req-51280787-26e9-424a-adea-08c2adf35899 2018-10-06 04:37:55,344 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-proj-role 2018-10-06 04:37:55,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:55,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af8c3c12-8ad7-458c-b9f2-895af4439dea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:55,460 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/93895c8516574039a395e4290f00625b used request id req-af8c3c12-8ad7-458c-b9f2-895af4439dea 2018-10-06 04:37:55,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37d7691d7b159b2eccedd2ef688d0f96f139687b" 2018-10-06 04:37:55,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e571422-191d-4b24-94db-2c5199bb62eb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:37:55,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2e571422-191d-4b24-94db-2c5199bb62eb 2018-10-06 04:37:55,548 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f45a7e16-bf6d-4b0-user 2018-10-06 04:37:55,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4af26c9719c749289bb01d60972f2a90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e57c0ea728df014b99fa6771efcea484594153" 2018-10-06 04:37:55,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e244bed8-aace-42df-adc3-7eac6f6abb21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:55,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4af26c9719c749289bb01d60972f2a90 used request id req-e244bed8-aace-42df-adc3-7eac6f6abb21 2018-10-06 04:37:55,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:56,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KsnJT9z2Q72qyiE5fat4Nw"], "issued_at": "2018-10-06T04:37:56.000000Z"}} 2018-10-06 04:37:56,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:37:56,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d227d56-0b32-47db-b693-db0a61eb729b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:56,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5d227d56-0b32-47db-b693-db0a61eb729b 2018-10-06 04:37:56,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:56,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:56,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["FqbHoTqpSmeLumLhQuZsYA"], "issued_at": "2018-10-06T04:37:56.000000Z"}} 2018-10-06 04:37:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:56,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f731eff-7c48-4eee-89e5-9ee8e7db4aa1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:56,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f731eff-7c48-4eee-89e5-9ee8e7db4aa1 2018-10-06 04:37:56,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:56,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:56,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:56,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d9f5f6-3df2-4e9f-b0e5-8191eba1d638 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:37:56,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj used request id req-96d9f5f6-3df2-4e9f-b0e5-8191eba1d638 2018-10-06 04:37:56,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:56,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245e2d47-de06-44e9-b0ce-16a856119be5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:37:56,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-245e2d47-de06-44e9-b0ce-16a856119be5 2018-10-06 04:37:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj"}}' 2018-10-06 04:37:57,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:37:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17c4ef0f-43ce-44aa-b43d-aa4a5b76a126 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939"}, "enabled": true, "id": "03a2da7c823d49ed8f4873efae90e939", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj"}} 2018-10-06 04:37:57,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-17c4ef0f-43ce-44aa-b43d-aa4a5b76a126 2018-10-06 04:37:57,084 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj 2018-10-06 04:37:57,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:57,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:57,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["JsNUBfTbRiio3RgaWDG8Rw"], "issued_at": "2018-10-06T04:37:57.000000Z"}} 2018-10-06 04:37:57,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e07d33a205221c6d6fbfc1be219d17ebaa75190" 2018-10-06 04:37:57,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2227f851-a43e-4d89-b7d2-4bea29fa0c3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:57,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2227f851-a43e-4d89-b7d2-4bea29fa0c3e 2018-10-06 04:37:57,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:37:57,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:37:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:37:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e07d33a205221c6d6fbfc1be219d17ebaa75190" 2018-10-06 04:37:57,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a99350d-aa88-49c4-a52c-bf833b44061d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:37:57,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-7a99350d-aa88-49c4-a52c-bf833b44061d 2018-10-06 04:37:57,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e07d33a205221c6d6fbfc1be219d17ebaa75190" 2018-10-06 04:37:57,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590ef5fe-a829-4a32-8908-08c4579cbff3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939"}, "enabled": true, "id": "03a2da7c823d49ed8f4873efae90e939", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj"}]} 2018-10-06 04:37:57,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj used request id req-590ef5fe-a829-4a32-8908-08c4579cbff3 2018-10-06 04:37:57,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e07d33a205221c6d6fbfc1be219d17ebaa75190" 2018-10-06 04:37:57,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a854b1fb-f895-4661-bbac-cc740f4b9e28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:37:57,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a854b1fb-f895-4661-bbac-cc740f4b9e28 2018-10-06 04:37:58,155 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-user 2018-10-06 04:37:58,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:58,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a54c53-6fa3-432e-90d9-d8e7bb0ea04d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:37:58,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-88a54c53-6fa3-432e-90d9-d8e7bb0ea04d 2018-10-06 04:37:58,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" -d '{"role": {"name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role"}}' 2018-10-06 04:37:58,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:37:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4592f19c-715e-4d39-9b3c-e0fc63dadc65 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "473bdc8aaef949169b90b3c0a10ea5b5", "links": {"self": "http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5"}, "name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role"}} 2018-10-06 04:37:58,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-4592f19c-715e-4d39-9b3c-e0fc63dadc65 2018-10-06 04:37:58,358 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role 2018-10-06 04:37:58,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:58,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd60194-8304-4c94-b189-ffb1e7197cca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5"}, "domain_id": null, "name": "CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role", "id": "473bdc8aaef949169b90b3c0a10ea5b5"}} 2018-10-06 04:37:58,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5 used request id req-5bd60194-8304-4c94-b189-ffb1e7197cca 2018-10-06 04:37:58,452 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role to project CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj 2018-10-06 04:37:58,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939/users/bd56521a9f1a4831aaacbfe2b24513fd/roles/473bdc8aaef949169b90b3c0a10ea5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:37:58,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:37:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de35c338-7dc3-452d-84b9-42f8983414cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:37:58,595 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939/users/bd56521a9f1a4831aaacbfe2b24513fd/roles/473bdc8aaef949169b90b3c0a10ea5b5 used request id req-de35c338-7dc3-452d-84b9-42f8983414cb 2018-10-06 04:37:58,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:58,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:58,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["L6ZI8g6xROysIh2fRasNLg"], "issued_at": "2018-10-06T04:37:58.000000Z"}} 2018-10-06 04:37:58,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:37:59,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3e0f7a-7a6b-497e-8593-64114be6a854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:59,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ac3e0f7a-7a6b-497e-8593-64114be6a854 2018-10-06 04:37:59,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:37:59,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3230ef59-961c-4fcf-956e-e3ba6ea8488b Date: Sat, 06 Oct 2018 04:37:59 GMT RESP BODY: {"routers": []} 2018-10-06 04:37:59,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router&admin_state_up=True used request id req-3230ef59-961c-4fcf-956e-e3ba6ea8488b 2018-10-06 04:37:59,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:37:59,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:37:59,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:37:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Plx91CetSc6J98A2F_78UQ"], "issued_at": "2018-10-06T04:37:59.000000Z"}} 2018-10-06 04:37:59,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e85eb73f04d101229fbf8b38dbfd262ccbd5f5a2" 2018-10-06 04:37:59,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab181e72-24d5-4638-bf5e-e06b08b50c34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:37:59,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab181e72-24d5-4638-bf5e-e06b08b50c34 2018-10-06 04:37:59,751 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:37:59,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" -d '{"router": {"name": "CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router", "admin_state_up": true}}' 2018-10-06 04:38:03,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-489c2bcd-ec76-42f5-bc6b-6c126db51f1a Date: Sat, 06 Oct 2018 04:38:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:38:00Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:00Z", "project_id": "a7d6caa95069492db33f7f33bd6078c2", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "0266e799-5d70-4d36-9fdb-ee4cc86c71e7", "name": "CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router"}} 2018-10-06 04:38:03,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-489c2bcd-ec76-42f5-bc6b-6c126db51f1a 2018-10-06 04:38:03,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:03,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2455 X-Openstack-Request-Id: req-c4a19299-bbbe-434a-bbab-e09cbe48fbcb Date: Sat, 06 Oct 2018 04:38:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.10"}],"id":"023e177c-d1ce-42c7-b192-5e446169fcf0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:44:ae","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.11"}],"id":"3dcac054-737e-46fb-a79b-6e305ce8ee9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:63:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:02Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.5"}],"id":"c9ecd08e-5730-4c3e-b89e-fdf877af8d04","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:60:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"}]} 2018-10-06 04:38:03,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 used request id req-c4a19299-bbbe-434a-bbab-e09cbe48fbcb 2018-10-06 04:38:03,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1839adb0-a915-40ca-900e-57cb84d2bfe7 Date: Sat, 06 Oct 2018 04:38:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:04,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-1839adb0-a915-40ca-900e-57cb84d2bfe7 2018-10-06 04:38:04,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-465dc675-c087-434b-aeb3-253fb285b9c0 Date: Sat, 06 Oct 2018 04:38:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:04,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-465dc675-c087-434b-aeb3-253fb285b9c0 2018-10-06 04:38:04,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-05fe3c45-9436-4560-9184-330d20bc73a0 Date: Sat, 06 Oct 2018 04:38:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:04,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-05fe3c45-9436-4560-9184-330d20bc73a0 2018-10-06 04:38:04,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b679f68c-75f0-4d5e-b539-8429fb0aa18b Date: Sat, 06 Oct 2018 04:38:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:38:04,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b679f68c-75f0-4d5e-b539-8429fb0aa18b 2018-10-06 04:38:04,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:04,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:04,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d068b51-f9ca-4d76-a23f-60d811ff459d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:38:04,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-4d068b51-f9ca-4d76-a23f-60d811ff459d 2018-10-06 04:38:04,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:04,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9d3f4409-33db-4a57-b62f-a519e7d3b5e5 Date: Sat, 06 Oct 2018 04:38:04 GMT RESP BODY: {"ports":[]} 2018-10-06 04:38:04,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1&admin_state_up=True used request id req-9d3f4409-33db-4a57-b62f-a519e7d3b5e5 2018-10-06 04:38:04,726 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1 for router - CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:04,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:04,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:05,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Za1WVmA3SGmIrzGYknGtBw"], "issued_at": "2018-10-06T04:38:05.000000Z"}} 2018-10-06 04:38:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79b665bc1bdea3afd8781c6bec1decfcaad428b4" 2018-10-06 04:38:05,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a10962-f4c3-4c8d-aa81-f2319b893de6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:05,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-25a10962-f4c3-4c8d-aa81-f2319b893de6 2018-10-06 04:38:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:05,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b9b8e70a-1ef9-4d19-a7c4-b807f429b23e Date: Sat, 06 Oct 2018 04:38:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:38:05,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b9b8e70a-1ef9-4d19-a7c4-b807f429b23e 2018-10-06 04:38:05,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:05,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f46f1d07-d707-4c4c-b45b-fe668dde857b Date: Sat, 06 Oct 2018 04:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:38:05,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-f46f1d07-d707-4c4c-b45b-fe668dde857b 2018-10-06 04:38:05,472 - neutron_utils - INFO - Creating port for network with name - external 2018-10-06 04:38:05,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" -d '{"port": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "name": "CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1", "admin_state_up": true}}' 2018-10-06 04:38:06,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-f19e54ab-1213-4c94-b95d-dbc343e721a5 Date: Sat, 06 Oct 2018 04:38:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:05Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:b7:7d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1","project_id":"a7d6caa95069492db33f7f33bd6078c2","qos_policy_id":null,"admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:05Z","binding:vnic_type":"normal"}} 2018-10-06 04:38:06,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f19e54ab-1213-4c94-b95d-dbc343e721a5 2018-10-06 04:38:06,261 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1 for router - CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:06,261 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:06,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" -d '{"port_id": "9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf"}' 2018-10-06 04:38:07,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fbaaff0-ba02-471f-baa8-9b45cf77c7a7 Date: Sat, 06 Oct 2018 04:38:07 GMT RESP BODY: {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "subnet_ids": ["fb5f7289-4181-4468-a8f0-6bf9013e6613"], "port_id": "9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf", "id": "0266e799-5d70-4d36-9fdb-ee4cc86c71e7"} 2018-10-06 04:38:07,760 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7/add_router_interface used request id req-3fbaaff0-ba02-471f-baa8-9b45cf77c7a7 2018-10-06 04:38:07,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:07,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-70b76d9b-4af8-42f9-b042-bd6b0a1bd21f Date: Sat, 06 Oct 2018 04:38:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:38:00Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:07Z", "project_id": "a7d6caa95069492db33f7f33bd6078c2", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "0266e799-5d70-4d36-9fdb-ee4cc86c71e7", "name": "CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router"}} 2018-10-06 04:38:07,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7 used request id req-70b76d9b-4af8-42f9-b042-bd6b0a1bd21f 2018-10-06 04:38:07,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:08,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3694 X-Openstack-Request-Id: req-f26d2076-4723-48be-89f6-7ef8faff74af Date: Sat, 06 Oct 2018 04:38:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:05Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.10"}],"id":"023e177c-d1ce-42c7-b192-5e446169fcf0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:44:ae","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:06Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.11"}],"id":"3dcac054-737e-46fb-a79b-6e305ce8ee9b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:63:59","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:02Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:b7:7d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:05Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:06Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.5"}],"id":"c9ecd08e-5730-4c3e-b89e-fdf877af8d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:60:4b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"}]} 2018-10-06 04:38:08,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 used request id req-f26d2076-4723-48be-89f6-7ef8faff74af 2018-10-06 04:38:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:08,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8b7ea328-dd41-4c77-84ac-a03179aa5545 Date: Sat, 06 Oct 2018 04:38:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:08,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-8b7ea328-dd41-4c77-84ac-a03179aa5545 2018-10-06 04:38:08,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:08,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fd3954d6-f3bc-4e48-871e-eac553b60ca0 Date: Sat, 06 Oct 2018 04:38:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:08,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-fd3954d6-f3bc-4e48-871e-eac553b60ca0 2018-10-06 04:38:08,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:08,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f51a0f5b-04ae-413d-9a6d-189bcbbccc55 Date: Sat, 06 Oct 2018 04:38:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:08,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-f51a0f5b-04ae-413d-9a6d-189bcbbccc55 2018-10-06 04:38:08,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:08,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-02537c46-8410-49c7-bdb2-0e9b4461ac62 Date: Sat, 06 Oct 2018 04:38:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:38:08,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-02537c46-8410-49c7-bdb2-0e9b4461ac62 2018-10-06 04:38:08,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:08,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994e1f72-247b-4512-ae2f-e820ec8bdc8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:08,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-994e1f72-247b-4512-ae2f-e820ec8bdc8b 2018-10-06 04:38:08,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-f64f6156-6dc0-453c-94f6-1ae4694ab4d2 Date: Sat, 06 Oct 2018 04:38:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:38:00Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:07Z", "project_id": "a7d6caa95069492db33f7f33bd6078c2", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "0266e799-5d70-4d36-9fdb-ee4cc86c71e7", "name": "CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router"}]} 2018-10-06 04:38:09,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router&admin_state_up=True used request id req-f64f6156-6dc0-453c-94f6-1ae4694ab4d2 2018-10-06 04:38:09,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:09,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:09,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdbf0db-1219-4370-bdb9-58a13d7dec43 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:38:09,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-afdbf0db-1219-4370-bdb9-58a13d7dec43 2018-10-06 04:38:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3790 X-Openstack-Request-Id: req-baf3185a-4769-41c9-a68b-faf659e2206a Date: Sat, 06 Oct 2018 04:38:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:05Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.10"}],"id":"023e177c-d1ce-42c7-b192-5e446169fcf0","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:44:ae","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:06Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.11"}],"id":"3dcac054-737e-46fb-a79b-6e305ce8ee9b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:63:59","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:02Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:b7:7d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:05Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:06Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","ip_address":"169.254.192.5"}],"id":"c9ecd08e-5730-4c3e-b89e-fdf877af8d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:60:4b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a7d6caa95069492db33f7f33bd6078c2","admin_state_up":true,"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:01Z","binding:vnic_type":"normal","device_id":"0266e799-5d70-4d36-9fdb-ee4cc86c71e7"}]} 2018-10-06 04:38:09,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=0266e799-5d70-4d36-9fdb-ee4cc86c71e7 used request id req-baf3185a-4769-41c9-a68b-faf659e2206a 2018-10-06 04:38:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9ff10bd0-5574-4523-a531-81b1fd813cfd Date: Sat, 06 Oct 2018 04:38:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:09,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-9ff10bd0-5574-4523-a531-81b1fd813cfd 2018-10-06 04:38:09,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-50fefabc-a282-443a-b435-2967a9f08b23 Date: Sat, 06 Oct 2018 04:38:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:09,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-50fefabc-a282-443a-b435-2967a9f08b23 2018-10-06 04:38:09,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:09,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9e04d0f0-804f-4ba8-9d58-51284c0db6ab Date: Sat, 06 Oct 2018 04:38:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26e761a6-2cb6-4037-8a75-8220fc072eb3","tenant_id":"","created_at":"2018-10-06T04:38:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"7240b4b5-511a-4b7e-a326-5065791f7d3e","subnetpool_id":null,"name":"HA subnet tenant a7d6caa95069492db33f7f33bd6078c2"}} 2018-10-06 04:38:09,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7240b4b5-511a-4b7e-a326-5065791f7d3e used request id req-9e04d0f0-804f-4ba8-9d58-51284c0db6ab 2018-10-06 04:38:09,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:10,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-78f6ecc8-796c-4ba9-9d93-6d86ddaa1d94 Date: Sat, 06 Oct 2018 04:38:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 04:38:10,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-78f6ecc8-796c-4ba9-9d93-6d86ddaa1d94 2018-10-06 04:38:10,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:10,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f3e4a859-a9c0-468f-8cee-f6dc3d4b4d67 Date: Sat, 06 Oct 2018 04:38:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 04:38:10,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-f3e4a859-a9c0-468f-8cee-f6dc3d4b4d67 2018-10-06 04:38:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}646ee630986e8d7def734120189cacfcfa7597f0" 2018-10-06 04:38:10,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-abb9fd83-1833-4fa3-833b-21d55c72ab99 Date: Sat, 06 Oct 2018 04:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-06 04:38:10,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-abb9fd83-1833-4fa3-833b-21d55c72ab99 2018-10-06 04:38:10,400 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router and port CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-port1 2018-10-06 04:38:10,400 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:10,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" -d '{"port_id": "9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf"}' 2018-10-06 04:38:11,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d19cc0be-f20d-4398-81f2-2cc7563da992 Date: Sat, 06 Oct 2018 04:38:11 GMT RESP BODY: {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "subnet_ids": ["fb5f7289-4181-4468-a8f0-6bf9013e6613"], "port_id": "9a20cc80-68bd-46e8-97ca-cf4c86ed6ddf", "id": "0266e799-5d70-4d36-9fdb-ee4cc86c71e7"} 2018-10-06 04:38:11,626 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7/remove_router_interface used request id req-d19cc0be-f20d-4398-81f2-2cc7563da992 2018-10-06 04:38:11,626 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:11,626 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6290987c-2df9-4524-b508-ec695a078efa-pub-router 2018-10-06 04:38:11,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9957ddfe33806c34e7462c54e80cb0450c5e5d7e" 2018-10-06 04:38:14,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d156916a-4356-4c35-a4f5-a1fbe65a60ef Content-Length: 0 Date: Sat, 06 Oct 2018 04:38:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:14,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/0266e799-5d70-4d36-9fdb-ee4cc86c71e7 used request id req-d156916a-4356-4c35-a4f5-a1fbe65a60ef 2018-10-06 04:38:14,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:14,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0f2846cc-ead8-4508-af3e-e4ee71de440f Date: Sat, 06 Oct 2018 04:38:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:38:14,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0f2846cc-ead8-4508-af3e-e4ee71de440f 2018-10-06 04:38:14,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7823bd96-5839-4dc9-84d4-1496c3bf0a12 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:38:15,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-7823bd96-5839-4dc9-84d4-1496c3bf0a12 2018-10-06 04:38:15,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4369b8c2-a8da-44bf-b1e2-c0d82c47e5a8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:38:15,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-4369b8c2-a8da-44bf-b1e2-c0d82c47e5a8 2018-10-06 04:38:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf976d4-7024-4b7f-8d18-cd3f6df26326 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:38:15,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-acf976d4-7024-4b7f-8d18-cd3f6df26326 2018-10-06 04:38:15,258 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj 2018-10-06 04:38:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b25564c-00c3-4ee1-aa5e-b553a5a11f58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:15,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/03a2da7c823d49ed8f4873efae90e939 used request id req-4b25564c-00c3-4ee1-aa5e-b553a5a11f58 2018-10-06 04:38:15,487 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-proj-role 2018-10-06 04:38:15,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66be6817-4291-4168-a7f5-926384340b70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:15,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/473bdc8aaef949169b90b3c0a10ea5b5 used request id req-66be6817-4291-4168-a7f5-926384340b70 2018-10-06 04:38:15,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc02f57afd76bea601c788aad3ee73cc32cec8d" 2018-10-06 04:38:15,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9726d741-04b4-455a-ae84-b71869688ba0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:38:15,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9726d741-04b4-455a-ae84-b71869688ba0 2018-10-06 04:38:15,723 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9e19a2f6-6ab3-46c-user 2018-10-06 04:38:15,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bd56521a9f1a4831aaacbfe2b24513fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e07d33a205221c6d6fbfc1be219d17ebaa75190" 2018-10-06 04:38:15,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-432ed329-0307-43d2-a88d-8e0ab9d2dbd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:15,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bd56521a9f1a4831aaacbfe2b24513fd used request id req-432ed329-0307-43d2-a88d-8e0ab9d2dbd8 2018-10-06 04:38:15,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:16,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zyvybo87TS-Yy6sX0vOcHw"], "issued_at": "2018-10-06T04:38:16.000000Z"}} 2018-10-06 04:38:16,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1eae2c07953e59298969b2134a3cdc4fc349790" 2018-10-06 04:38:16,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39873fc0-6b28-43a0-adb5-a6b0f4bcf436 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:16,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39873fc0-6b28-43a0-adb5-a6b0f4bcf436 2018-10-06 04:38:16,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:16,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:16,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Uip5IzkeT7u026Kqby4a2g"], "issued_at": "2018-10-06T04:38:16.000000Z"}} 2018-10-06 04:38:16,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:16,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ece3655-63bb-43b2-9aa6-39c753dd7626 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:16,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5ece3655-63bb-43b2-9aa6-39c753dd7626 2018-10-06 04:38:16,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:16,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:16,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5938e9aa-7bf3-4fe9-bd16-78d6d2ee3809 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:38:16,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj used request id req-5938e9aa-7bf3-4fe9-bd16-78d6d2ee3809 2018-10-06 04:38:16,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:17,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06be033d-5aad-4a51-aed6-044ea6939ab0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:38:17,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-06be033d-5aad-4a51-aed6-044ea6939ab0 2018-10-06 04:38:17,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}}' 2018-10-06 04:38:17,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf675fb3-a818-40b7-a688-5005178a651e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a"}, "enabled": true, "id": "634c74a781c2495592c9d7b4e484474a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}} 2018-10-06 04:38:17,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bf675fb3-a818-40b7-a688-5005178a651e 2018-10-06 04:38:17,191 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-proj 2018-10-06 04:38:17,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:17,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:17,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["16QudR8oSPKEx7CipCYOKA"], "issued_at": "2018-10-06T04:38:17.000000Z"}} 2018-10-06 04:38:17,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5abb55f59b165c7afcc815c2d99f374763492" 2018-10-06 04:38:17,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2779617-e305-4ee5-b3ef-e9ea9c830c80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:17,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f2779617-e305-4ee5-b3ef-e9ea9c830c80 2018-10-06 04:38:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:17,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:17,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5abb55f59b165c7afcc815c2d99f374763492" 2018-10-06 04:38:17,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d14537d1-155b-4756-8642-8425342dfcd6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:38:17,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d14537d1-155b-4756-8642-8425342dfcd6 2018-10-06 04:38:17,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5abb55f59b165c7afcc815c2d99f374763492" 2018-10-06 04:38:17,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36adec4b-700c-4941-81c0-b1d7e3bceb3b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a"}, "enabled": true, "id": "634c74a781c2495592c9d7b4e484474a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}]} 2018-10-06 04:38:17,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-a56ca05e-1051-4a2-proj used request id req-36adec4b-700c-4941-81c0-b1d7e3bceb3b 2018-10-06 04:38:17,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5abb55f59b165c7afcc815c2d99f374763492" 2018-10-06 04:38:17,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe7a774-ac71-49fb-a2c8-dd278e976a3a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:38:17,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ffe7a774-ac71-49fb-a2c8-dd278e976a3a 2018-10-06 04:38:18,322 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-user 2018-10-06 04:38:18,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:18,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:18,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb11969-6795-4781-a671-93d500c53ba4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:38:18,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2bb11969-6795-4781-a671-93d500c53ba4 2018-10-06 04:38:18,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" -d '{"role": {"name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role"}}' 2018-10-06 04:38:18,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3de75ae-c6a2-482f-b20f-ec43f9fe0eff Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1f804711887477faab9387e889b41ac", "links": {"self": "http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac"}, "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role"}} 2018-10-06 04:38:18,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e3de75ae-c6a2-482f-b20f-ec43f9fe0eff 2018-10-06 04:38:18,532 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role 2018-10-06 04:38:18,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:18,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-096610b7-8e73-439f-b0a4-ddefdc9cfae3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac"}, "domain_id": null, "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role", "id": "c1f804711887477faab9387e889b41ac"}} 2018-10-06 04:38:18,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac used request id req-096610b7-8e73-439f-b0a4-ddefdc9cfae3 2018-10-06 04:38:18,626 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role to project CreateRouterSuccessTests-a56ca05e-1051-4a2-proj 2018-10-06 04:38:18,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a/users/f7bed5bf879a43cebb7df52cdce12c12/roles/c1f804711887477faab9387e889b41ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:18,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94b6d09a-7363-47bd-b9c8-7d065453739b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:18,762 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a/users/f7bed5bf879a43cebb7df52cdce12c12/roles/c1f804711887477faab9387e889b41ac used request id req-94b6d09a-7363-47bd-b9c8-7d065453739b 2018-10-06 04:38:18,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:18,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:19,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1f804711887477faab9387e889b41ac", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role"}], "expires_at": "2018-10-06T05:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "634c74a781c2495592c9d7b4e484474a", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-user", "id": "f7bed5bf879a43cebb7df52cdce12c12"}, "audit_ids": ["b3Cj35C1SZ-RrqhkYbUDXA"], "issued_at": "2018-10-06T04:38:19.000000Z"}} 2018-10-06 04:38:19,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:19,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e0625a-487c-4376-b3ba-7b1e2cc0b39e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:19,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-02e0625a-487c-4376-b3ba-7b1e2cc0b39e 2018-10-06 04:38:19,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:19,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b0c13982-26e0-4267-8abd-dfd71dccff83 Date: Sat, 06 Oct 2018 04:38:19 GMT RESP BODY: {"networks":[]} 2018-10-06 04:38:19,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1 used request id req-b0c13982-26e0-4267-8abd-dfd71dccff83 2018-10-06 04:38:19,551 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1 2018-10-06 04:38:19,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" -d '{"network": {"name": "CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1", "admin_state_up": true}}' 2018-10-06 04:38:20,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-81d54a48-0b20-4772-b787-4911cd7bcab8 Date: Sat, 06 Oct 2018 04:38:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"634c74a781c2495592c9d7b4e484474a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:38:19Z","is_default":false,"name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:19Z","mtu":1450}} 2018-10-06 04:38:20,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-81d54a48-0b20-4772-b787-4911cd7bcab8 2018-10-06 04:38:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:20,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-133d46be-95d7-42fa-a5c9-c2ee4d66a8ce Date: Sat, 06 Oct 2018 04:38:20 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-10-06T04:38:19Z","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"634c74a781c2495592c9d7b4e484474a","id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1"}]} 2018-10-06 04:38:20,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 used request id req-133d46be-95d7-42fa-a5c9-c2ee4d66a8ce 2018-10-06 04:38:20,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:20,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8d3a062-f52f-4375-a7d6-62caccb4119f Date: Sat, 06 Oct 2018 04:38:20 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:38:20,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 used request id req-a8d3a062-f52f-4375-a7d6-62caccb4119f 2018-10-06 04:38:20,704 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 2018-10-06 04:38:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" -d '{"subnets": [{"ip_version": 4, "network_id": "e74932d7-4a8f-4323-b22d-3a1d6bfa39a3", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1"}]}' 2018-10-06 04:38:21,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b093b455-08e7-46ba-8266-8872c01f8c4d Date: Sat, 06 Oct 2018 04:38:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:20Z","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":"634c74a781c2495592c9d7b4e484474a","id":"f0cecb79-30e8-4adf-bd2a-1bd845394e47","subnetpool_id":null,"name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1"}]} 2018-10-06 04:38:21,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b093b455-08e7-46ba-8266-8872c01f8c4d 2018-10-06 04:38:21,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:21,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c1b8f102-db19-466b-8944-d204f4ddcca8 Date: Sat, 06 Oct 2018 04:38: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":["f0cecb79-30e8-4adf-bd2a-1bd845394e47"],"updated_at":"2018-10-06T04:38:20Z","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"634c74a781c2495592c9d7b4e484474a","id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1"}]} 2018-10-06 04:38:21,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 used request id req-c1b8f102-db19-466b-8944-d204f4ddcca8 2018-10-06 04:38:21,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:21,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-090ce097-85a9-4c0c-9054-e2ab3336ee41 Date: Sat, 06 Oct 2018 04:38:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:20Z","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":"634c74a781c2495592c9d7b4e484474a","id":"f0cecb79-30e8-4adf-bd2a-1bd845394e47","subnetpool_id":null,"name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1"}]} 2018-10-06 04:38:21,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 used request id req-090ce097-85a9-4c0c-9054-e2ab3336ee41 2018-10-06 04:38:21,537 - OpenStackNetwork - DEBUG - Network [e74932d7-4a8f-4323-b22d-3a1d6bfa39a3] created successfully 2018-10-06 04:38:21,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:21,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:21,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1f804711887477faab9387e889b41ac", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role"}], "expires_at": "2018-10-06T05:38:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "634c74a781c2495592c9d7b4e484474a", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-user", "id": "f7bed5bf879a43cebb7df52cdce12c12"}, "audit_ids": ["Z04xfJPZSO-x4KYWi4EsjA"], "issued_at": "2018-10-06T04:38:21.000000Z"}} 2018-10-06 04:38:21,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:21,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dd288f-699f-4d82-8094-8a50f6a5787e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:21,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d6dd288f-699f-4d82-8094-8a50f6a5787e 2018-10-06 04:38:21,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:22,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f619de1b-ecdf-4f85-8c38-fd1c2c7c93fb Date: Sat, 06 Oct 2018 04:38:22 GMT RESP BODY: {"routers": []} 2018-10-06 04:38:22,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router&admin_state_up=True used request id req-f619de1b-ecdf-4f85-8c38-fd1c2c7c93fb 2018-10-06 04:38:22,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:22,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:22,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1f804711887477faab9387e889b41ac", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role"}], "expires_at": "2018-10-06T05:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "634c74a781c2495592c9d7b4e484474a", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/634c74a781c2495592c9d7b4e484474a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-user", "id": "f7bed5bf879a43cebb7df52cdce12c12"}, "audit_ids": ["0qLRl8uDR6CHVwIvx8I3mw"], "issued_at": "2018-10-06T04:38:22.000000Z"}} 2018-10-06 04:38:22,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ac2e99c766a685aca563e400e35b16170406db4" 2018-10-06 04:38:22,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec55af90-fc0c-40a8-b344-7f3e4a6198f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:22,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec55af90-fc0c-40a8-b344-7f3e4a6198f7 2018-10-06 04:38:22,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:23,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-99d595f0-d284-448b-b961-3f3cde52be10 Date: Sat, 06 Oct 2018 04:38:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:38:23,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-99d595f0-d284-448b-b961-3f3cde52be10 2018-10-06 04:38:23,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:23,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02a6c5a1-0576-4132-85e1-4d70ddaf7d8d Date: Sat, 06 Oct 2018 04:38:23 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:38:23,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-02a6c5a1-0576-4132-85e1-4d70ddaf7d8d 2018-10-06 04:38:23,281 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router 2018-10-06 04:38:23,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router", "admin_state_up": true}}' 2018-10-06 04:38:28,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-c655f9dd-59f6-44bd-b2b8-6812ce5f091b Date: Sat, 06 Oct 2018 04:38:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:23Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:25Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "99fb5a56-4116-4afd-8c1b-bb3a47a46d9c", "name": "CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router"}} 2018-10-06 04:38:28,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-c655f9dd-59f6-44bd-b2b8-6812ce5f091b 2018-10-06 04:38:28,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=99fb5a56-4116-4afd-8c1b-bb3a47a46d9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:28,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ec269a5-72a5-4bc9-9235-bbf4e681b2db Date: Sat, 06 Oct 2018 04:38:28 GMT RESP BODY: {"ports":[]} 2018-10-06 04:38:28,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=99fb5a56-4116-4afd-8c1b-bb3a47a46d9c used request id req-4ec269a5-72a5-4bc9-9235-bbf4e681b2db 2018-10-06 04:38:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:28,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d94b6573-56ed-4d7f-9cb8-ee3f19f305b2 Date: Sat, 06 Oct 2018 04:38:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:20Z","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":"634c74a781c2495592c9d7b4e484474a","id":"f0cecb79-30e8-4adf-bd2a-1bd845394e47","subnetpool_id":null,"name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1"}]} 2018-10-06 04:38:28,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 used request id req-d94b6573-56ed-4d7f-9cb8-ee3f19f305b2 2018-10-06 04:38:28,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:28,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:28,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:28,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e3ef3ae-ab3f-4f02-8bda-f7b17e64718e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a"}, "enabled": true, "id": "634c74a781c2495592c9d7b4e484474a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}} 2018-10-06 04:38:28,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a used request id req-9e3ef3ae-ab3f-4f02-8bda-f7b17e64718e 2018-10-06 04:38:28,762 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 04:38:28,762 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router 2018-10-06 04:38:28,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" -d '{"subnet_id": "f0cecb79-30e8-4adf-bd2a-1bd845394e47"}' 2018-10-06 04:38:30,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fa8c5a6a-6db3-4223-80ef-74cf996ffd6d Date: Sat, 06 Oct 2018 04:38:30 GMT RESP BODY: {"network_id": "e74932d7-4a8f-4323-b22d-3a1d6bfa39a3", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "subnet_id": "f0cecb79-30e8-4adf-bd2a-1bd845394e47", "subnet_ids": ["f0cecb79-30e8-4adf-bd2a-1bd845394e47"], "port_id": "19623137-e8c4-4a84-a498-b2c04f7f8613", "id": "99fb5a56-4116-4afd-8c1b-bb3a47a46d9c"} 2018-10-06 04:38:30,720 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c/add_router_interface used request id req-fa8c5a6a-6db3-4223-80ef-74cf996ffd6d 2018-10-06 04:38:30,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:30,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3b9128d4-6c30-4e45-b443-6a199476fb0e Date: Sat, 06 Oct 2018 04:38:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:23Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "99fb5a56-4116-4afd-8c1b-bb3a47a46d9c", "name": "CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router"}} 2018-10-06 04:38:30,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c used request id req-3b9128d4-6c30-4e45-b443-6a199476fb0e 2018-10-06 04:38:30,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=99fb5a56-4116-4afd-8c1b-bb3a47a46d9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:31,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-0fb40ddb-921d-4025-9871-1605824e3c21 Date: Sat, 06 Oct 2018 04:38:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:38:30Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f0cecb79-30e8-4adf-bd2a-1bd845394e47","ip_address":"10.200.201.1"}],"id":"19623137-e8c4-4a84-a498-b2c04f7f8613","security_groups":[],"mac_address":"fa:16:3e:8e:55:7b","project_id":"634c74a781c2495592c9d7b4e484474a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:29Z","binding:vnic_type":"normal","device_id":"99fb5a56-4116-4afd-8c1b-bb3a47a46d9c"}]} 2018-10-06 04:38:31,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=99fb5a56-4116-4afd-8c1b-bb3a47a46d9c used request id req-0fb40ddb-921d-4025-9871-1605824e3c21 2018-10-06 04:38:31,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/f0cecb79-30e8-4adf-bd2a-1bd845394e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:31,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ae964e54-c4d2-49c0-89e9-8e42a58cea54 Date: Sat, 06 Oct 2018 04:38:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e74932d7-4a8f-4323-b22d-3a1d6bfa39a3","tenant_id":"634c74a781c2495592c9d7b4e484474a","created_at":"2018-10-06T04:38:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:20Z","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":"634c74a781c2495592c9d7b4e484474a","id":"f0cecb79-30e8-4adf-bd2a-1bd845394e47","subnetpool_id":null,"name":"CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1"}} 2018-10-06 04:38:31,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/f0cecb79-30e8-4adf-bd2a-1bd845394e47 used request id req-ae964e54-c4d2-49c0-89e9-8e42a58cea54 2018-10-06 04:38:31,063 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router and subnet CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 2018-10-06 04:38:31,063 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router 2018-10-06 04:38:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" -d '{"subnet_id": "f0cecb79-30e8-4adf-bd2a-1bd845394e47"}' 2018-10-06 04:38:32,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-82ec9182-8762-465d-81c9-5e4b0fcda5cf Date: Sat, 06 Oct 2018 04:38:32 GMT RESP BODY: {"network_id": "e74932d7-4a8f-4323-b22d-3a1d6bfa39a3", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "subnet_id": "f0cecb79-30e8-4adf-bd2a-1bd845394e47", "subnet_ids": ["f0cecb79-30e8-4adf-bd2a-1bd845394e47"], "port_id": "19623137-e8c4-4a84-a498-b2c04f7f8613", "id": "99fb5a56-4116-4afd-8c1b-bb3a47a46d9c"} 2018-10-06 04:38:32,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c/remove_router_interface used request id req-82ec9182-8762-465d-81c9-5e4b0fcda5cf 2018-10-06 04:38:32,650 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router 2018-10-06 04:38:32,650 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-router 2018-10-06 04:38:32,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c395c5013aa2fc6629aa70d8c29fa4e7a3e611" 2018-10-06 04:38:35,922 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f3a6478-b40b-4697-aab0-9bc8078a8530 Content-Length: 0 Date: Sat, 06 Oct 2018 04:38:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:35,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/99fb5a56-4116-4afd-8c1b-bb3a47a46d9c used request id req-6f3a6478-b40b-4697-aab0-9bc8078a8530 2018-10-06 04:38:35,923 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 2018-10-06 04:38:35,923 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-subnet1 2018-10-06 04:38:35,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f0cecb79-30e8-4adf-bd2a-1bd845394e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:38,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92d98a36-3463-4da0-a482-8af03544aea3 Date: Sat, 06 Oct 2018 04:38:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:38,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f0cecb79-30e8-4adf-bd2a-1bd845394e47 used request id req-92d98a36-3463-4da0-a482-8af03544aea3 2018-10-06 04:38:38,380 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-a9954d33-8bda-45b8-9344-09b0abc650de-pub-net1 2018-10-06 04:38:38,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2aef78888c47a28fb048d018ed146c4529e9c" 2018-10-06 04:38:39,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d90d51a-c40c-432d-be37-423be8696777 Date: Sat, 06 Oct 2018 04:38:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:39,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e74932d7-4a8f-4323-b22d-3a1d6bfa39a3 used request id req-3d90d51a-c40c-432d-be37-423be8696777 2018-10-06 04:38:39,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:39,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-683cfe60-06e7-4eff-82ce-5572b0b7d944 Date: Sat, 06 Oct 2018 04:38:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:19Z", "updated_at": "2018-10-06T04:38:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "revision_number": 0, "id": "55ec2dc8-b83b-412d-a177-ce88f870a045", "remote_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "remote_ip_prefix": null, "created_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "port_range_min": null, "ethertype": "IPv4", "project_id": "634c74a781c2495592c9d7b4e484474a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "revision_number": 0, "id": "5b7aea99-e925-4429-9255-8c71bb27b8f2", "remote_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "remote_ip_prefix": null, "created_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "port_range_min": null, "ethertype": "IPv6", "project_id": "634c74a781c2495592c9d7b4e484474a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "revision_number": 0, "id": "9e83e064-0daf-4d88-b5af-4e6865953922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "port_range_min": null, "ethertype": "IPv6", "project_id": "634c74a781c2495592c9d7b4e484474a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "revision_number": 0, "id": "b7d6cad1-549b-4c69-83cd-957537fc68b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "tenant_id": "634c74a781c2495592c9d7b4e484474a", "port_range_min": null, "ethertype": "IPv4", "project_id": "634c74a781c2495592c9d7b4e484474a"}], "revision_number": 4, "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:38:39,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-683cfe60-06e7-4eff-82ce-5572b0b7d944 2018-10-06 04:38:39,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:39,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c3b95a-c1fd-42d8-adb9-79c91b182ca5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:38:39,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-94c3b95a-c1fd-42d8-adb9-79c91b182ca5 2018-10-06 04:38:39,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:40,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e13d80-c0af-49b0-aa45-f8c2b9a9f0bc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a"}, "enabled": true, "id": "634c74a781c2495592c9d7b4e484474a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a56ca05e-1051-4a2-proj"}} 2018-10-06 04:38:40,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a used request id req-98e13d80-c0af-49b0-aa45-f8c2b9a9f0bc 2018-10-06 04:38:40,048 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cf226ae-a9c4-49d0-aadc-73616cf98dce 2018-10-06 04:38:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3cf226ae-a9c4-49d0-aadc-73616cf98dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:40,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b241f457-5c77-468a-8c0e-57b284347522 Date: Sat, 06 Oct 2018 04:38:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "port_range_min": null, "revision_number": 0, "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:19Z", "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "55ec2dc8-b83b-412d-a177-ce88f870a045"}, {"remote_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "port_range_min": null, "revision_number": 0, "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:19Z", "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "5b7aea99-e925-4429-9255-8c71bb27b8f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "port_range_min": null, "revision_number": 0, "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:19Z", "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "9e83e064-0daf-4d88-b5af-4e6865953922"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:38:19Z", "security_group_id": "3cf226ae-a9c4-49d0-aadc-73616cf98dce", "port_range_min": null, "revision_number": 0, "tenant_id": "634c74a781c2495592c9d7b4e484474a", "created_at": "2018-10-06T04:38:19Z", "project_id": "634c74a781c2495592c9d7b4e484474a", "id": "b7d6cad1-549b-4c69-83cd-957537fc68b8"}]} 2018-10-06 04:38:40,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3cf226ae-a9c4-49d0-aadc-73616cf98dce used request id req-b241f457-5c77-468a-8c0e-57b284347522 2018-10-06 04:38:40,221 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:38:40,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3cf226ae-a9c4-49d0-aadc-73616cf98dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:40,524 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b8f830f-17b9-4fb3-a008-9c01a10e6807 Content-Length: 0 Date: Sat, 06 Oct 2018 04:38:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:40,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3cf226ae-a9c4-49d0-aadc-73616cf98dce used request id req-4b8f830f-17b9-4fb3-a008-9c01a10e6807 2018-10-06 04:38:40,525 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-proj 2018-10-06 04:38:40,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:40,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba4e898f-f03b-4bdf-8424-b4bed795657a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:40,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/634c74a781c2495592c9d7b4e484474a used request id req-ba4e898f-f03b-4bdf-8424-b4bed795657a 2018-10-06 04:38:40,758 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-proj-role 2018-10-06 04:38:40,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:40,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ecf8e3e-c38a-49bf-835d-ec8da9f5706b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:40,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c1f804711887477faab9387e889b41ac used request id req-1ecf8e3e-c38a-49bf-835d-ec8da9f5706b 2018-10-06 04:38:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f13ff4f5261de4250497ce4c16494d09095717b" 2018-10-06 04:38:41,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8b7fd8-cb65-4a1d-8326-f4410a58c55c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:38:41,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ec8b7fd8-cb65-4a1d-8326-f4410a58c55c 2018-10-06 04:38:41,035 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a56ca05e-1051-4a2-user 2018-10-06 04:38:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f7bed5bf879a43cebb7df52cdce12c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5abb55f59b165c7afcc815c2d99f374763492" 2018-10-06 04:38:41,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c91098c-e2b8-45f7-bd88-a121755820cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:41,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f7bed5bf879a43cebb7df52cdce12c12 used request id req-2c91098c-e2b8-45f7-bd88-a121755820cf 2018-10-06 04:38:41,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:41,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["rRVDqBkLTJKSlVSLrwmN9g"], "issued_at": "2018-10-06T04:38:41.000000Z"}} 2018-10-06 04:38:41,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3c4f658bbbab77fa0b3f8a294f245c0082d9e08" 2018-10-06 04:38:41,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18dc470-0afb-4dbb-9944-fdd35e54f61f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:41,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f18dc470-0afb-4dbb-9944-fdd35e54f61f 2018-10-06 04:38:41,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:41,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:42,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["0JHxeXxsQHWnwUu6SiAY2A"], "issued_at": "2018-10-06T04:38:42.000000Z"}} 2018-10-06 04:38:42,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:42,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff446a7-8beb-4eb3-94bf-cf889c8299c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:42,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dff446a7-8beb-4eb3-94bf-cf889c8299c6 2018-10-06 04:38:42,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:42,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:42,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:42,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4df601-cbb6-442c-b556-d4872d447c49 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:38:42,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj used request id req-0b4df601-cbb6-442c-b556-d4872d447c49 2018-10-06 04:38:42,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:42,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c705d9-ffda-459a-801b-de6a435f4117 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:38:42,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-44c705d9-ffda-459a-801b-de6a435f4117 2018-10-06 04:38:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj"}}' 2018-10-06 04:38:42,478 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e9850e6-73bc-4e2e-b639-56a39579be3f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6"}, "enabled": true, "id": "83a1f07541c3439791f6c9554ca813b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj"}} 2018-10-06 04:38:42,478 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5e9850e6-73bc-4e2e-b639-56a39579be3f 2018-10-06 04:38:42,478 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-59be4a4d-bd06-461-proj 2018-10-06 04:38:42,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:42,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:42,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ttA0Iw6WQZes6Uq_NJ0Duw"], "issued_at": "2018-10-06T04:38:42.000000Z"}} 2018-10-06 04:38:42,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af37f728fb35d88cdfc2b3b290c59af60bafad" 2018-10-06 04:38:42,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16be11d0-7afd-4afc-b32c-3cfc81ae624d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:42,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16be11d0-7afd-4afc-b32c-3cfc81ae624d 2018-10-06 04:38:42,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:38:42,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:38:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af37f728fb35d88cdfc2b3b290c59af60bafad" 2018-10-06 04:38:43,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa667ed8-2e61-44d3-9aad-dc5a7273d117 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:38:43,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fa667ed8-2e61-44d3-9aad-dc5a7273d117 2018-10-06 04:38:43,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af37f728fb35d88cdfc2b3b290c59af60bafad" 2018-10-06 04:38:43,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78b433a-879e-4897-b6a0-2facef15cd71 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6"}, "enabled": true, "id": "83a1f07541c3439791f6c9554ca813b6", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj"}]} 2018-10-06 04:38:43,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterSuccessTests-59be4a4d-bd06-461-proj used request id req-a78b433a-879e-4897-b6a0-2facef15cd71 2018-10-06 04:38:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af37f728fb35d88cdfc2b3b290c59af60bafad" 2018-10-06 04:38:43,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4fcf371-8764-461a-b393-2387e280c2ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:38:43,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e4fcf371-8764-461a-b393-2387e280c2ba 2018-10-06 04:38:43,657 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-59be4a4d-bd06-461-user 2018-10-06 04:38:43,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:43,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:43,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c71057f6-8ecd-4dc1-b81d-515c8d0c5ac9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:38:43,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c71057f6-8ecd-4dc1-b81d-515c8d0c5ac9 2018-10-06 04:38:43,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" -d '{"role": {"name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role"}}' 2018-10-06 04:38:43,855 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcf0def8-2913-41d3-a284-b8a6b963679a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9348a9ee019b4ee38e5fef83b9239378", "links": {"self": "http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378"}, "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role"}} 2018-10-06 04:38:43,855 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-fcf0def8-2913-41d3-a284-b8a6b963679a 2018-10-06 04:38:43,856 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role 2018-10-06 04:38:43,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:43,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cac360-6b34-4808-9112-781a669159af Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378"}, "domain_id": null, "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role", "id": "9348a9ee019b4ee38e5fef83b9239378"}} 2018-10-06 04:38:43,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378 used request id req-52cac360-6b34-4808-9112-781a669159af 2018-10-06 04:38:43,944 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role to project CreateRouterSuccessTests-59be4a4d-bd06-461-proj 2018-10-06 04:38:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6/users/d42aa6e88e4d49a0ba0abd490ce4a501/roles/9348a9ee019b4ee38e5fef83b9239378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:38:44,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:38:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e16f42a-1d07-47cd-adbc-9ddf936aa172 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:38:44,079 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6/users/d42aa6e88e4d49a0ba0abd490ce4a501/roles/9348a9ee019b4ee38e5fef83b9239378 used request id req-4e16f42a-1d07-47cd-adbc-9ddf936aa172 2018-10-06 04:38:44,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:44,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:44,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["WKPUJycZRues_ffEwKJjxQ"], "issued_at": "2018-10-06T04:38:44.000000Z"}} 2018-10-06 04:38:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:44,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6344dd8c-0333-4e23-a085-04321dc39392 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:44,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6344dd8c-0333-4e23-a085-04321dc39392 2018-10-06 04:38:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:44,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-34ab4b44-4823-4c77-af4b-eb418b0e3c6a Date: Sat, 06 Oct 2018 04:38:44 GMT RESP BODY: {"networks":[]} 2018-10-06 04:38:44,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1 used request id req-34ab4b44-4823-4c77-af4b-eb418b0e3c6a 2018-10-06 04:38:44,741 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1 2018-10-06 04:38:44,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" -d '{"network": {"name": "CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1", "admin_state_up": true}}' 2018-10-06 04:38:45,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0782c8b4-285e-46d8-8683-597b7e184c74 Date: Sat, 06 Oct 2018 04:38:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"11dcc66b-b036-431d-b4a7-9edb05144167","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:38:45Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:44Z","mtu":1450}} 2018-10-06 04:38:45,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-0782c8b4-285e-46d8-8683-597b7e184c74 2018-10-06 04:38:45,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=11dcc66b-b036-431d-b4a7-9edb05144167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:45,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-ac80160b-300c-42a2-9974-8b38f4330307 Date: Sat, 06 Oct 2018 04:38:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11dcc66b-b036-431d-b4a7-9edb05144167","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:38:45Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:44Z","provider:network_type":"vxlan"}]} 2018-10-06 04:38:45,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=11dcc66b-b036-431d-b4a7-9edb05144167 used request id req-ac80160b-300c-42a2-9974-8b38f4330307 2018-10-06 04:38:45,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=11dcc66b-b036-431d-b4a7-9edb05144167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:45,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3407e6ad-adcd-45ed-bc44-1571c23ab02d Date: Sat, 06 Oct 2018 04:38:45 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:38:45,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=11dcc66b-b036-431d-b4a7-9edb05144167 used request id req-3407e6ad-adcd-45ed-bc44-1571c23ab02d 2018-10-06 04:38:45,526 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1 2018-10-06 04:38:45,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" -d '{"subnets": [{"ip_version": 4, "network_id": "11dcc66b-b036-431d-b4a7-9edb05144167", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1"}]}' 2018-10-06 04:38:46,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4310f375-864a-4fce-9a2c-b77ce11da4e8 Date: Sat, 06 Oct 2018 04:38:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11dcc66b-b036-431d-b4a7-9edb05144167","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:45Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:45Z","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":"a7d6caa95069492db33f7f33bd6078c2","id":"a5e8f426-c8d7-4d84-ac4e-55fa1fc70e88","subnetpool_id":null,"name":"CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1"}]} 2018-10-06 04:38:46,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4310f375-864a-4fce-9a2c-b77ce11da4e8 2018-10-06 04:38:46,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=11dcc66b-b036-431d-b4a7-9edb05144167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:46,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a0019651-0b26-411e-949d-ae503825aa6b Date: Sat, 06 Oct 2018 04:38:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"11dcc66b-b036-431d-b4a7-9edb05144167","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["a5e8f426-c8d7-4d84-ac4e-55fa1fc70e88"],"description":"","tags":[],"updated_at":"2018-10-06T04:38:45Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:44Z","provider:network_type":"vxlan"}]} 2018-10-06 04:38:46,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=11dcc66b-b036-431d-b4a7-9edb05144167 used request id req-a0019651-0b26-411e-949d-ae503825aa6b 2018-10-06 04:38:46,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=11dcc66b-b036-431d-b4a7-9edb05144167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:46,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a827538f-81c0-4754-8e42-b5c74ee83e48 Date: Sat, 06 Oct 2018 04:38:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11dcc66b-b036-431d-b4a7-9edb05144167","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:38:45Z","dns_nameservers":[],"updated_at":"2018-10-06T04:38:45Z","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":"a7d6caa95069492db33f7f33bd6078c2","id":"a5e8f426-c8d7-4d84-ac4e-55fa1fc70e88","subnetpool_id":null,"name":"CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1"}]} 2018-10-06 04:38:46,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=11dcc66b-b036-431d-b4a7-9edb05144167 used request id req-a827538f-81c0-4754-8e42-b5c74ee83e48 2018-10-06 04:38:46,512 - OpenStackNetwork - DEBUG - Network [11dcc66b-b036-431d-b4a7-9edb05144167] created successfully 2018-10-06 04:38:46,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:46,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:46,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9348a9ee019b4ee38e5fef83b9239378", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role"}], "expires_at": "2018-10-06T05:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83a1f07541c3439791f6c9554ca813b6", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-user", "id": "d42aa6e88e4d49a0ba0abd490ce4a501"}, "audit_ids": ["CCMULTU5RrG5Da9882vIIQ"], "issued_at": "2018-10-06T04:38:46.000000Z"}} 2018-10-06 04:38:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:46,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f58167-49d2-488f-9e42-4a4e1d5d18a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:46,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-00f58167-49d2-488f-9e42-4a4e1d5d18a4 2018-10-06 04:38:46,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:47,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f3791e79-0454-4922-99b3-f69b303325ae Date: Sat, 06 Oct 2018 04:38:47 GMT RESP BODY: {"routers": []} 2018-10-06 04:38:47,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router&admin_state_up=True used request id req-f3791e79-0454-4922-99b3-f69b303325ae 2018-10-06 04:38:47,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:38:47,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:38:47,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9348a9ee019b4ee38e5fef83b9239378", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role"}], "expires_at": "2018-10-06T05:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83a1f07541c3439791f6c9554ca813b6", "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/83a1f07541c3439791f6c9554ca813b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-59be4a4d-bd06-461-user", "id": "d42aa6e88e4d49a0ba0abd490ce4a501"}, "audit_ids": ["4xiLPemjTXmrThWNrJ65hA"], "issued_at": "2018-10-06T04:38:47.000000Z"}} 2018-10-06 04:38:47,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07503a7276be45b60c577fb49a41e9760be591e3" 2018-10-06 04:38:47,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767a2a5b-8d26-4d84-abeb-6395b4bfda7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:38:47,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-767a2a5b-8d26-4d84-abeb-6395b4bfda7f 2018-10-06 04:38:47,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:47,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6c993506-b34a-42e1-8a13-071fb0d2c1f6 Date: Sat, 06 Oct 2018 04:38:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:38:47,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-6c993506-b34a-42e1-8a13-071fb0d2c1f6 2018-10-06 04:38:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:48,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7baa028a-11e6-47e3-a91b-cf2b0875323d Date: Sat, 06 Oct 2018 04:38:48 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:38:48,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-7baa028a-11e6-47e3-a91b-cf2b0875323d 2018-10-06 04:38:48,087 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router 2018-10-06 04:38:48,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router", "admin_state_up": true}}' 2018-10-06 04:38:53,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-65808dc8-37e8-4da8-a052-9b71fe581343 Date: Sat, 06 Oct 2018 04:38:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "83a1f07541c3439791f6c9554ca813b6", "created_at": "2018-10-06T04:38:48Z", "admin_state_up": true, "updated_at": "2018-10-06T04:38:49Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "83a1f07541c3439791f6c9554ca813b6", "id": "c96329d3-a9e2-4d7e-886f-35094f05ecc6", "name": "CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router"}} 2018-10-06 04:38:53,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-65808dc8-37e8-4da8-a052-9b71fe581343 2018-10-06 04:38:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=c96329d3-a9e2-4d7e-886f-35094f05ecc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:53,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6e30a85d-a318-4e3d-b98d-ce364e928e6b Date: Sat, 06 Oct 2018 04:38:53 GMT RESP BODY: {"ports":[]} 2018-10-06 04:38:53,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=c96329d3-a9e2-4d7e-886f-35094f05ecc6 used request id req-6e30a85d-a318-4e3d-b98d-ce364e928e6b 2018-10-06 04:38:53,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:53,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dd560a73-8e46-4fc1-837f-579ac167baa4 Date: Sat, 06 Oct 2018 04:38:53 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:38:53,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?name=CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1 used request id req-dd560a73-8e46-4fc1-837f-579ac167baa4 2018-10-06 04:38:53,543 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router 2018-10-06 04:38:53,544 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-router 2018-10-06 04:38:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/c96329d3-a9e2-4d7e-886f-35094f05ecc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a642884a94acba75f1c9d858b3ab5bd5fdb3ea" 2018-10-06 04:38:56,759 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eda0f2f7-7276-4f58-9f2a-89305800b40a Content-Length: 0 Date: Sat, 06 Oct 2018 04:38:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:56,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/c96329d3-a9e2-4d7e-886f-35094f05ecc6 used request id req-eda0f2f7-7276-4f58-9f2a-89305800b40a 2018-10-06 04:38:56,760 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1 2018-10-06 04:38:56,760 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-subnet1 2018-10-06 04:38:56,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/a5e8f426-c8d7-4d84-ac4e-55fa1fc70e88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:38:58,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bd6bf79-48ce-45c8-aeb0-93d99bf1842e Date: Sat, 06 Oct 2018 04:38:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:38:58,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/a5e8f426-c8d7-4d84-ac4e-55fa1fc70e88 used request id req-1bd6bf79-48ce-45c8-aeb0-93d99bf1842e 2018-10-06 04:38:58,882 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-d9303d48-6893-4060-b382-a942ea492036-pub-net1 2018-10-06 04:38:58,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/11dcc66b-b036-431d-b4a7-9edb05144167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f23c4dd528ca43e83f8cbc83cb1093f9ecc79c" 2018-10-06 04:39:00,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70229786-37d7-4fb6-962b-8d9c87bf251b Date: Sat, 06 Oct 2018 04:39:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:39:00,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/11dcc66b-b036-431d-b4a7-9edb05144167 used request id req-70229786-37d7-4fb6-962b-8d9c87bf251b 2018-10-06 04:39:00,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:00,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2ccc73b0-3ca3-4f57-830a-ab99adc32b01 Date: Sat, 06 Oct 2018 04:39:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:00,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2ccc73b0-3ca3-4f57-830a-ab99adc32b01 2018-10-06 04:39:00,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:00,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10890fa6-ef5b-4755-91ba-7ed2f078ff31 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:00,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-10890fa6-ef5b-4755-91ba-7ed2f078ff31 2018-10-06 04:39:00,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:00,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3197e2-4e3b-4460-83ed-b10a64c93956 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:00,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-4e3197e2-4e3b-4460-83ed-b10a64c93956 2018-10-06 04:39:00,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:00,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee57f72-572e-46c4-8ad8-5408e57e6d09 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:00,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-9ee57f72-572e-46c4-8ad8-5408e57e6d09 2018-10-06 04:39:00,674 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-59be4a4d-bd06-461-proj 2018-10-06 04:39:00,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:00,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14595ca2-63a2-4449-a01e-b27fce25b6f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:00,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/83a1f07541c3439791f6c9554ca813b6 used request id req-14595ca2-63a2-4449-a01e-b27fce25b6f3 2018-10-06 04:39:00,972 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-59be4a4d-bd06-461-proj-role 2018-10-06 04:39:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:01,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a1ed877-b8d1-435d-b3c7-e1d43bc30f57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:01,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9348a9ee019b4ee38e5fef83b9239378 used request id req-2a1ed877-b8d1-435d-b3c7-e1d43bc30f57 2018-10-06 04:39:01,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03afccfef350f64b718f2ac61951f3f8318f885" 2018-10-06 04:39:01,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f92b48c-d723-4a8d-a448-583883cf4d9c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:01,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1f92b48c-d723-4a8d-a448-583883cf4d9c 2018-10-06 04:39:01,172 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-59be4a4d-bd06-461-user 2018-10-06 04:39:01,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d42aa6e88e4d49a0ba0abd490ce4a501 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93af37f728fb35d88cdfc2b3b290c59af60bafad" 2018-10-06 04:39:01,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97f523f-2d1c-4cee-bf6b-c0984cd416b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:01,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d42aa6e88e4d49a0ba0abd490ce4a501 used request id req-c97f523f-2d1c-4cee-bf6b-c0984cd416b6 2018-10-06 04:39:01,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:01,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["f8GL19heTLu8fEbLCzJtcg"], "issued_at": "2018-10-06T04:39:01.000000Z"}} 2018-10-06 04:39:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88e5ebf4725ca4720379486de38a7039ed0c0df0" 2018-10-06 04:39:01,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4033f6ba-1e69-4708-bff6-f6602c5b1872 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:01,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4033f6ba-1e69-4708-bff6-f6602c5b1872 2018-10-06 04:39:01,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:01,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:02,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["V38abLALQVeSqlWXuIzPIg"], "issued_at": "2018-10-06T04:39:02.000000Z"}} 2018-10-06 04:39:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:02,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ad3282-1a80-4eb5-9ceb-66f3bd00dc5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:02,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-67ad3282-1a80-4eb5-9ceb-66f3bd00dc5f 2018-10-06 04:39:02,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:02,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:02,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f1385e-a248-472d-9904-6a3c05296a26 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:02,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj used request id req-49f1385e-a248-472d-9904-6a3c05296a26 2018-10-06 04:39:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:02,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a9175a-015c-4e25-94ed-be026d1e868d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:02,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-13a9175a-015c-4e25-94ed-be026d1e868d 2018-10-06 04:39:02,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}}' 2018-10-06 04:39:02,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899fe0e8-01fc-46bd-90a0-297ba9565aa0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576"}, "enabled": true, "id": "faea66f4cdbc40dcab306f6243811576", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}} 2018-10-06 04:39:02,597 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-899fe0e8-01fc-46bd-90a0-297ba9565aa0 2018-10-06 04:39:02,598 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-74308c73-8a29-4cd-proj 2018-10-06 04:39:02,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:02,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:02,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["H2e9HC7ITlmrNC04ilKTRw"], "issued_at": "2018-10-06T04:39:02.000000Z"}} 2018-10-06 04:39:02,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d443427e664e144c613be1db9227c79112decf8" 2018-10-06 04:39:03,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f885eab-919d-4683-8222-233318d763f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:03,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f885eab-919d-4683-8222-233318d763f2 2018-10-06 04:39:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:03,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d443427e664e144c613be1db9227c79112decf8" 2018-10-06 04:39:03,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92cc820d-eb05-4b5e-aeaf-5dad2edaf858 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:03,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-92cc820d-eb05-4b5e-aeaf-5dad2edaf858 2018-10-06 04:39:03,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d443427e664e144c613be1db9227c79112decf8" 2018-10-06 04:39:03,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8140998e-04b7-4ccc-9de2-e985b7b56829 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576"}, "enabled": true, "id": "faea66f4cdbc40dcab306f6243811576", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}]} 2018-10-06 04:39:03,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-74308c73-8a29-4cd-proj used request id req-8140998e-04b7-4ccc-9de2-e985b7b56829 2018-10-06 04:39:03,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d443427e664e144c613be1db9227c79112decf8" 2018-10-06 04:39:03,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f99974c-8d95-4663-a2cd-6c7baf0e42ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:03,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-6f99974c-8d95-4663-a2cd-6c7baf0e42ee 2018-10-06 04:39:03,754 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-74308c73-8a29-4cd-user 2018-10-06 04:39:03,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:03,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1303d639-8542-4460-bd7b-f43a981021d8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:03,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1303d639-8542-4460-bd7b-f43a981021d8 2018-10-06 04:39:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" -d '{"role": {"name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role"}}' 2018-10-06 04:39:03,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70437a72-ae7a-4e60-bff6-78262590f658 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ead7cc960e14f768ee40637f7c869b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6"}, "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role"}} 2018-10-06 04:39:03,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-70437a72-ae7a-4e60-bff6-78262590f658 2018-10-06 04:39:03,951 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role 2018-10-06 04:39:03,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:04,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c247f48d-5fc5-454b-be10-61e1499ab746 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6"}, "domain_id": null, "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role", "id": "0ead7cc960e14f768ee40637f7c869b6"}} 2018-10-06 04:39:04,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6 used request id req-c247f48d-5fc5-454b-be10-61e1499ab746 2018-10-06 04:39:04,048 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role to project CreateRouterNegativeTests-74308c73-8a29-4cd-proj 2018-10-06 04:39:04,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576/users/b55150c55e6f4d6db02354c8e0ef87b5/roles/0ead7cc960e14f768ee40637f7c869b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:04,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b54d36f-524a-479a-b298-23d4179d4440 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:04,206 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576/users/b55150c55e6f4d6db02354c8e0ef87b5/roles/0ead7cc960e14f768ee40637f7c869b6 used request id req-8b54d36f-524a-479a-b298-23d4179d4440 2018-10-06 04:39:04,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:04,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:04,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Zv7U_KD9SquYh_xHVe_GoA"], "issued_at": "2018-10-06T04:39:04.000000Z"}} 2018-10-06 04:39:04,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:04,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa3772e-cae9-4efa-b649-8749eedab038 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:04,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ffa3772e-cae9-4efa-b649-8749eedab038 2018-10-06 04:39:04,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:04,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5079c72b-90f6-4f5e-afd2-9f0c11166cc0 Date: Sat, 06 Oct 2018 04:39:04 GMT RESP BODY: {"networks":[]} 2018-10-06 04:39:04,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 used request id req-5079c72b-90f6-4f5e-afd2-9f0c11166cc0 2018-10-06 04:39:04,885 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 2018-10-06 04:39:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" -d '{"network": {"name": "CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1", "admin_state_up": true}}' 2018-10-06 04:39:05,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-aa71eeb6-9064-40f7-b137-9b34a5b8eb2a Date: Sat, 06 Oct 2018 04:39:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e366c351-1ce2-4444-9414-4d39dde937eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:39:05Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:39:05Z","mtu":1450}} 2018-10-06 04:39:05,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-aa71eeb6-9064-40f7-b137-9b34a5b8eb2a 2018-10-06 04:39:05,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e366c351-1ce2-4444-9414-4d39dde937eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:05,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-4ba54887-f7c6-467e-93e0-3807e1005558 Date: Sat, 06 Oct 2018 04:39:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e366c351-1ce2-4444-9414-4d39dde937eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:39:05Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:39:05Z","provider:network_type":"vxlan"}]} 2018-10-06 04:39:05,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e366c351-1ce2-4444-9414-4d39dde937eb used request id req-4ba54887-f7c6-467e-93e0-3807e1005558 2018-10-06 04:39:05,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e366c351-1ce2-4444-9414-4d39dde937eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:05,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-10ff8588-0104-4ef8-9281-00919b5fffab Date: Sat, 06 Oct 2018 04:39:05 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:39:05,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e366c351-1ce2-4444-9414-4d39dde937eb used request id req-10ff8588-0104-4ef8-9281-00919b5fffab 2018-10-06 04:39:05,752 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1 2018-10-06 04:39:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" -d '{"subnets": [{"ip_version": 4, "network_id": "e366c351-1ce2-4444-9414-4d39dde937eb", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1"}]}' 2018-10-06 04:39:06,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-60f0bc9a-0e50-4f1a-bdd1-5a9b2bb0e420 Date: Sat, 06 Oct 2018 04:39:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e366c351-1ce2-4444-9414-4d39dde937eb","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:39:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:39:06Z","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":"a7d6caa95069492db33f7f33bd6078c2","id":"b218488a-7f0f-4f91-bc36-b3e91f46038c","subnetpool_id":null,"name":"CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1"}]} 2018-10-06 04:39:06,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-60f0bc9a-0e50-4f1a-bdd1-5a9b2bb0e420 2018-10-06 04:39:06,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e366c351-1ce2-4444-9414-4d39dde937eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:06,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-d87580b8-c4ec-46d4-860f-981fd7563f2d Date: Sat, 06 Oct 2018 04:39:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e366c351-1ce2-4444-9414-4d39dde937eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["b218488a-7f0f-4f91-bc36-b3e91f46038c"],"description":"","tags":[],"updated_at":"2018-10-06T04:39:06Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:39:05Z","provider:network_type":"vxlan"}]} 2018-10-06 04:39:06,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e366c351-1ce2-4444-9414-4d39dde937eb used request id req-d87580b8-c4ec-46d4-860f-981fd7563f2d 2018-10-06 04:39:06,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e366c351-1ce2-4444-9414-4d39dde937eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:06,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-898fc63c-f90e-471c-b6c7-80e2209f6432 Date: Sat, 06 Oct 2018 04:39:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e366c351-1ce2-4444-9414-4d39dde937eb","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:39:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:39:06Z","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":"a7d6caa95069492db33f7f33bd6078c2","id":"b218488a-7f0f-4f91-bc36-b3e91f46038c","subnetpool_id":null,"name":"CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1"}]} 2018-10-06 04:39:06,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e366c351-1ce2-4444-9414-4d39dde937eb used request id req-898fc63c-f90e-471c-b6c7-80e2209f6432 2018-10-06 04:39:06,796 - OpenStackNetwork - DEBUG - Network [e366c351-1ce2-4444-9414-4d39dde937eb] created successfully 2018-10-06 04:39:06,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:06,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:07,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ead7cc960e14f768ee40637f7c869b6", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role"}], "expires_at": "2018-10-06T05:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faea66f4cdbc40dcab306f6243811576", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-user", "id": "b55150c55e6f4d6db02354c8e0ef87b5"}, "audit_ids": ["woGEMCaOSkCVQoWzPNsGyg"], "issued_at": "2018-10-06T04:39:07.000000Z"}} 2018-10-06 04:39:07,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:07,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b894b6-0faf-4758-b3f4-03b178e7f971 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:07,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e4b894b6-0faf-4758-b3f4-03b178e7f971 2018-10-06 04:39:07,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:07,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-842dc72c-805b-4259-bead-d21b3de3adea Date: Sat, 06 Oct 2018 04:39:07 GMT RESP BODY: {"routers": []} 2018-10-06 04:39:07,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router&admin_state_up=True used request id req-842dc72c-805b-4259-bead-d21b3de3adea 2018-10-06 04:39:07,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:07,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:08,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ead7cc960e14f768ee40637f7c869b6", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role"}], "expires_at": "2018-10-06T05:39:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faea66f4cdbc40dcab306f6243811576", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-user", "id": "b55150c55e6f4d6db02354c8e0ef87b5"}, "audit_ids": ["8rzCs7SjQaelR2J8qfOzNQ"], "issued_at": "2018-10-06T04:39:08.000000Z"}} 2018-10-06 04:39:08,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43e0a80ccf57c19b892969968a660fa3cdc44596" 2018-10-06 04:39:08,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b39fd5-154b-4d1f-bfa8-86d267996c23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:08,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b8b39fd5-154b-4d1f-bfa8-86d267996c23 2018-10-06 04:39:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:08,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3c706157-7cd2-4f2d-87ee-d5bbc3ef74fc Date: Sat, 06 Oct 2018 04:39:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 04:39:08,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-3c706157-7cd2-4f2d-87ee-d5bbc3ef74fc 2018-10-06 04:39:08,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:08,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-327d58c6-cc8b-4307-bf38-30fdde6d9fb8 Date: Sat, 06 Oct 2018 04:39:08 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:39:08,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-327d58c6-cc8b-4307-bf38-30fdde6d9fb8 2018-10-06 04:39:08,573 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router 2018-10-06 04:39:08,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router", "admin_state_up": true}}' 2018-10-06 04:39:13,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-82dd0ffb-e9de-464f-b21c-1ed1e6bb73ce Date: Sat, 06 Oct 2018 04:39:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "faea66f4cdbc40dcab306f6243811576", "created_at": "2018-10-06T04:39:09Z", "admin_state_up": true, "updated_at": "2018-10-06T04:39:10Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "faea66f4cdbc40dcab306f6243811576", "id": "a686a698-1ee0-4b41-afe7-9bda1eb50016", "name": "CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router"}} 2018-10-06 04:39:13,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-82dd0ffb-e9de-464f-b21c-1ed1e6bb73ce 2018-10-06 04:39:13,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=a686a698-1ee0-4b41-afe7-9bda1eb50016 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:13,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f563721-3e6b-4901-9450-c608f5a1c061 Date: Sat, 06 Oct 2018 04:39:13 GMT RESP BODY: {"ports":[]} 2018-10-06 04:39:13,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=a686a698-1ee0-4b41-afe7-9bda1eb50016 used request id req-2f563721-3e6b-4901-9450-c608f5a1c061 2018-10-06 04:39:13,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:14,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4e8230e8-d44d-4ca7-9cbc-1d6877fef611 Date: Sat, 06 Oct 2018 04:39:14 GMT RESP BODY: {"networks":[]} 2018-10-06 04:39:14,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 used request id req-4e8230e8-d44d-4ca7-9cbc-1d6877fef611 2018-10-06 04:39:14,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:14,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eca3c07a-8a84-492a-8765-ace87851f0e7 Date: Sat, 06 Oct 2018 04:39:14 GMT RESP BODY: {"ports":[]} 2018-10-06 04:39:14,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-port1&admin_state_up=True used request id req-eca3c07a-8a84-492a-8765-ace87851f0e7 2018-10-06 04:39:14,263 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-port1 for router - CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router 2018-10-06 04:39:14,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:14,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:14,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ead7cc960e14f768ee40637f7c869b6", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role"}], "expires_at": "2018-10-06T05:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faea66f4cdbc40dcab306f6243811576", "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/faea66f4cdbc40dcab306f6243811576", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-74308c73-8a29-4cd-user", "id": "b55150c55e6f4d6db02354c8e0ef87b5"}, "audit_ids": ["kUZs0StCRqykb0Vz-YomFw"], "issued_at": "2018-10-06T04:39:14.000000Z"}} 2018-10-06 04:39:14,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccabc77ea898b5251b612beb2afb9d8eb389aaf" 2018-10-06 04:39:14,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d80fe8-52fb-4437-916e-ccc11de90c41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:14,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-12d80fe8-52fb-4437-916e-ccc11de90c41 2018-10-06 04:39:14,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:14,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fb71a155-84ee-449b-b36e-75d76e3e6fe6 Date: Sat, 06 Oct 2018 04:39:14 GMT RESP BODY: {"networks":[]} 2018-10-06 04:39:14,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 used request id req-fb71a155-84ee-449b-b36e-75d76e3e6fe6 2018-10-06 04:39:14,749 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router 2018-10-06 04:39:14,749 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-router 2018-10-06 04:39:14,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/a686a698-1ee0-4b41-afe7-9bda1eb50016 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97a1ccf7aea421751fe68c2594f654521da947f3" 2018-10-06 04:39:19,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54e1f862-63f8-4aa3-a905-8db82550623c Content-Length: 0 Date: Sat, 06 Oct 2018 04:39:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:39:19,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/a686a698-1ee0-4b41-afe7-9bda1eb50016 used request id req-54e1f862-63f8-4aa3-a905-8db82550623c 2018-10-06 04:39:19,234 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1 2018-10-06 04:39:19,234 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-subnet1 2018-10-06 04:39:19,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/b218488a-7f0f-4f91-bc36-b3e91f46038c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:21,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f437f87e-e7ad-4d99-82f0-1e2a6c13ef50 Date: Sat, 06 Oct 2018 04:39:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:39:21,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/b218488a-7f0f-4f91-bc36-b3e91f46038c used request id req-f437f87e-e7ad-4d99-82f0-1e2a6c13ef50 2018-10-06 04:39:21,381 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-f335f720-20c7-460c-8898-7a1287031ca7-pub-net1 2018-10-06 04:39:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e366c351-1ce2-4444-9414-4d39dde937eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a19a212a159ac0566e504cc514b4b425b3d2562" 2018-10-06 04:39:22,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-613f8184-d98a-4d8a-8642-b62a42a3987c Date: Sat, 06 Oct 2018 04:39:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:39:22,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e366c351-1ce2-4444-9414-4d39dde937eb used request id req-613f8184-d98a-4d8a-8642-b62a42a3987c 2018-10-06 04:39:22,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-238a96b4-cbc6-496a-95b7-08c15a530632 Date: Sat, 06 Oct 2018 04:39:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:23,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-238a96b4-cbc6-496a-95b7-08c15a530632 2018-10-06 04:39:23,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b03c28d-4943-43ca-9b42-6202536a378b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:23,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-1b03c28d-4943-43ca-9b42-6202536a378b 2018-10-06 04:39:23,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a2b6ea-3254-4e27-8e40-068308a2315c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:23,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-20a2b6ea-3254-4e27-8e40-068308a2315c 2018-10-06 04:39:23,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969371c2-51b2-4dca-b582-4476f17c36b7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:23,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-969371c2-51b2-4dca-b582-4476f17c36b7 2018-10-06 04:39:23,475 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-74308c73-8a29-4cd-proj 2018-10-06 04:39:23,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6224b0f1-c0c6-403c-8a57-487f953f4a96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:23,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/faea66f4cdbc40dcab306f6243811576 used request id req-6224b0f1-c0c6-403c-8a57-487f953f4a96 2018-10-06 04:39:23,738 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-74308c73-8a29-4cd-proj-role 2018-10-06 04:39:23,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-655d8a60-d8c4-4e22-8759-0ed2f846babb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:23,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0ead7cc960e14f768ee40637f7c869b6 used request id req-655d8a60-d8c4-4e22-8759-0ed2f846babb 2018-10-06 04:39:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bc6cff19200dd290f2122beab622d30e8595691" 2018-10-06 04:39:23,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6dc131-b5e5-4456-9de1-69964f955560 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:23,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ee6dc131-b5e5-4456-9de1-69964f955560 2018-10-06 04:39:23,941 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-74308c73-8a29-4cd-user 2018-10-06 04:39:23,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/b55150c55e6f4d6db02354c8e0ef87b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d443427e664e144c613be1db9227c79112decf8" 2018-10-06 04:39:24,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0cb23f0-bd39-431e-b824-ab89ebd95d5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:24,131 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/b55150c55e6f4d6db02354c8e0ef87b5 used request id req-f0cb23f0-bd39-431e-b824-ab89ebd95d5c 2018-10-06 04:39:24,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:24,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["rkD7f6GGTMqLyQhvWsAuPg"], "issued_at": "2018-10-06T04:39:24.000000Z"}} 2018-10-06 04:39:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05b9d1b19498e61f9cd361d87e1d923a95426a5" 2018-10-06 04:39:24,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197e3284-29bf-41d4-a3ec-430777b3c189 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:24,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-197e3284-29bf-41d4-a3ec-430777b3c189 2018-10-06 04:39:24,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:24,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:24,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_jiSKOQkQli6eHBIUEkKvA"], "issued_at": "2018-10-06T04:39:24.000000Z"}} 2018-10-06 04:39:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:25,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f13d8473-8a72-48db-b940-03073eaf7ed5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:25,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f13d8473-8a72-48db-b940-03073eaf7ed5 2018-10-06 04:39:25,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:25,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:25,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:25,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa8f98f-a656-493e-a912-bae9282ab897 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:25,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj used request id req-9fa8f98f-a656-493e-a912-bae9282ab897 2018-10-06 04:39:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:25,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bdb48d2-9bda-4c3a-bed2-7bb8b01eeae3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:25,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3bdb48d2-9bda-4c3a-bed2-7bb8b01eeae3 2018-10-06 04:39:25,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj"}}' 2018-10-06 04:39:25,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f2a2374-f27c-4ffa-9e02-3e721b0f5902 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697"}, "enabled": true, "id": "27a88daa0ccf405eb85b0f4c35cc2697", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj"}} 2018-10-06 04:39:25,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4f2a2374-f27c-4ffa-9e02-3e721b0f5902 2018-10-06 04:39:25,370 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-2542e1fb-dcca-401-proj 2018-10-06 04:39:25,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:25,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:25,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EuX1GXW5QT2X1gXVEgdZzA"], "issued_at": "2018-10-06T04:39:25.000000Z"}} 2018-10-06 04:39:25,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b36be8a8c9957d85402ba89f2c8fb295a5625a" 2018-10-06 04:39:25,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05aa3093-ede0-4a4b-a9b5-9fda64eeafbc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:25,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-05aa3093-ede0-4a4b-a9b5-9fda64eeafbc 2018-10-06 04:39:25,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:25,839 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:25,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b36be8a8c9957d85402ba89f2c8fb295a5625a" 2018-10-06 04:39:25,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9fc076-653c-458b-8fea-6d67beafb34a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:25,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0d9fc076-653c-458b-8fea-6d67beafb34a 2018-10-06 04:39:25,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b36be8a8c9957d85402ba89f2c8fb295a5625a" 2018-10-06 04:39:26,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0596e146-7c0d-491f-90a4-d916b96d0ca9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697"}, "enabled": true, "id": "27a88daa0ccf405eb85b0f4c35cc2697", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj"}]} 2018-10-06 04:39:26,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-2542e1fb-dcca-401-proj used request id req-0596e146-7c0d-491f-90a4-d916b96d0ca9 2018-10-06 04:39:26,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b36be8a8c9957d85402ba89f2c8fb295a5625a" 2018-10-06 04:39:26,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9397722-09aa-4d23-b05f-d4b66e7643ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:26,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d9397722-09aa-4d23-b05f-d4b66e7643ea 2018-10-06 04:39:26,436 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-2542e1fb-dcca-401-user 2018-10-06 04:39:26,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:26,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49fc928-52df-44db-b1e4-817775b715b3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:26,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d49fc928-52df-44db-b1e4-817775b715b3 2018-10-06 04:39:26,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" -d '{"role": {"name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role"}}' 2018-10-06 04:39:26,675 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59eaccd8-d8fb-4bdb-bc95-fe8f9b8ff7bc Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "048db66bfdca4f27b1bb81dd109c0ac5", "links": {"self": "http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5"}, "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role"}} 2018-10-06 04:39:26,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-59eaccd8-d8fb-4bdb-bc95-fe8f9b8ff7bc 2018-10-06 04:39:26,676 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role 2018-10-06 04:39:26,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:26,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03bf49f1-a769-4d5a-b984-8ffc201d2b29 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5"}, "domain_id": null, "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role", "id": "048db66bfdca4f27b1bb81dd109c0ac5"}} 2018-10-06 04:39:26,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5 used request id req-03bf49f1-a769-4d5a-b984-8ffc201d2b29 2018-10-06 04:39:26,774 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role to project CreateRouterNegativeTests-2542e1fb-dcca-401-proj 2018-10-06 04:39:26,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697/users/36f563c623ed4d8f9d440912a744257b/roles/048db66bfdca4f27b1bb81dd109c0ac5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:26,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab0b202-fa92-4b9e-83a8-eb41cc38cf0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:26,920 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697/users/36f563c623ed4d8f9d440912a744257b/roles/048db66bfdca4f27b1bb81dd109c0ac5 used request id req-eab0b202-fa92-4b9e-83a8-eb41cc38cf0c 2018-10-06 04:39:26,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:26,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:27,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "048db66bfdca4f27b1bb81dd109c0ac5", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role"}], "expires_at": "2018-10-06T05:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27a88daa0ccf405eb85b0f4c35cc2697", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-user", "id": "36f563c623ed4d8f9d440912a744257b"}, "audit_ids": ["loEWw0tdTAqeHPK4QFrEQA"], "issued_at": "2018-10-06T04:39:27.000000Z"}} 2018-10-06 04:39:27,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a096893034b3c16d7d002aa4e2de5d2a81d410c0" 2018-10-06 04:39:27,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df34c0f-aff2-40c8-b017-e0cf7e6c4080 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:27,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0df34c0f-aff2-40c8-b017-e0cf7e6c4080 2018-10-06 04:39:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-81406bb4-fbba-4501-9a97-15c4d5e5d41d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a096893034b3c16d7d002aa4e2de5d2a81d410c0" 2018-10-06 04:39:27,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-019d5841-8f92-4ac5-b4d5-98984644983f Date: Sat, 06 Oct 2018 04:39:27 GMT RESP BODY: {"routers": []} 2018-10-06 04:39:27,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateRouterNegativeTests-81406bb4-fbba-4501-9a97-15c4d5e5d41d-pub-router&admin_state_up=True used request id req-019d5841-8f92-4ac5-b4d5-98984644983f 2018-10-06 04:39:27,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:27,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:27,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "048db66bfdca4f27b1bb81dd109c0ac5", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role"}], "expires_at": "2018-10-06T05:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27a88daa0ccf405eb85b0f4c35cc2697", "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/27a88daa0ccf405eb85b0f4c35cc2697", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-2542e1fb-dcca-401-user", "id": "36f563c623ed4d8f9d440912a744257b"}, "audit_ids": ["xG5WVcQoQc-FYzgTKowgRA"], "issued_at": "2018-10-06T04:39:27.000000Z"}} 2018-10-06 04:39:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a75bd3db68888f2b5de3b87677a64f3a3af6b3" 2018-10-06 04:39:28,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a7003b-6526-40d0-982c-04c01a88e678 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:28,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-22a7003b-6526-40d0-982c-04c01a88e678 2018-10-06 04:39:28,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a096893034b3c16d7d002aa4e2de5d2a81d410c0" 2018-10-06 04:39:28,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d2f8f753-fc15-4f1e-b6f4-1bb22a93c336 Date: Sat, 06 Oct 2018 04:39:28 GMT RESP BODY: {"networks":[]} 2018-10-06 04:39:28,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=Invalid_name used request id req-d2f8f753-fc15-4f1e-b6f4-1bb22a93c336 2018-10-06 04:39:28,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:28,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9de300d9-8d76-4bad-8091-cda26dd84fa1 Date: Sat, 06 Oct 2018 04:39:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:28,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9de300d9-8d76-4bad-8091-cda26dd84fa1 2018-10-06 04:39:28,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:28,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d48ef177-7afb-41ca-af9a-e5c8470ce14e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:28,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d48ef177-7afb-41ca-af9a-e5c8470ce14e 2018-10-06 04:39:28,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:28,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65d2d6b-7f45-4f5b-be64-9cf43e1bf5bd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:28,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a65d2d6b-7f45-4f5b-be64-9cf43e1bf5bd 2018-10-06 04:39:28,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:28,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11308cc3-5cc4-4840-b125-62ab648a4003 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:28,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-11308cc3-5cc4-4840-b125-62ab648a4003 2018-10-06 04:39:28,701 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-2542e1fb-dcca-401-proj 2018-10-06 04:39:28,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:28,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-534bdfb1-2792-4df9-8f86-2a5eb0b1b542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:28,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/27a88daa0ccf405eb85b0f4c35cc2697 used request id req-534bdfb1-2792-4df9-8f86-2a5eb0b1b542 2018-10-06 04:39:28,931 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-2542e1fb-dcca-401-proj-role 2018-10-06 04:39:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:29,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39163038-c79f-495f-ab1a-313c0d6a6a73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:29,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/048db66bfdca4f27b1bb81dd109c0ac5 used request id req-39163038-c79f-495f-ab1a-313c0d6a6a73 2018-10-06 04:39:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e95eaca407ef1e34bf9dca6b3a28b263c6e900" 2018-10-06 04:39:29,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e266f6-4b0f-4ab3-8eda-2b3a1935260e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:29,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-71e266f6-4b0f-4ab3-8eda-2b3a1935260e 2018-10-06 04:39:29,129 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-2542e1fb-dcca-401-user 2018-10-06 04:39:29,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/36f563c623ed4d8f9d440912a744257b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b36be8a8c9957d85402ba89f2c8fb295a5625a" 2018-10-06 04:39:29,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-431540ca-1e9d-42c6-baa1-82a061a291b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:29,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/36f563c623ed4d8f9d440912a744257b used request id req-431540ca-1e9d-42c6-baa1-82a061a291b7 2018-10-06 04:39:29,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:29,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OaioVoJ2T0W2Fag09GKxIw"], "issued_at": "2018-10-06T04:39:29.000000Z"}} 2018-10-06 04:39:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea4e93d7955efdc66ae8c9ea1ac4c4babd4fada7" 2018-10-06 04:39:29,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6832b7da-9ca8-4988-995f-3cbf77b9e5e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:29,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6832b7da-9ca8-4988-995f-3cbf77b9e5e2 2018-10-06 04:39:29,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:29,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:30,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6Dm1mSa8S2iMviWDj86CvQ"], "issued_at": "2018-10-06T04:39:30.000000Z"}} 2018-10-06 04:39:30,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:30,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2920555-e6a5-4582-bf51-68bd588e6ef0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:30,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b2920555-e6a5-4582-bf51-68bd588e6ef0 2018-10-06 04:39:30,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:30,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5e479499-f6b7-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:30,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44649842-a5c6-4bb4-9964-c093864e9b55 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5e479499-f6b7-402-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:30,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-5e479499-f6b7-402-proj used request id req-44649842-a5c6-4bb4-9964-c093864e9b55 2018-10-06 04:39:30,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:30,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bea33e1-42e7-4746-b926-82b0cab2d791 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:30,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4bea33e1-42e7-4746-b926-82b0cab2d791 2018-10-06 04:39:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj"}}' 2018-10-06 04:39:30,616 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea2be57f-27d8-41f9-8da9-9c47276afcf6 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c"}, "enabled": true, "id": "3e28d20f461d4e478e8bddfc247ef44c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj"}} 2018-10-06 04:39:30,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ea2be57f-27d8-41f9-8da9-9c47276afcf6 2018-10-06 04:39:30,616 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-5e479499-f6b7-402-proj 2018-10-06 04:39:30,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:30,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:31,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QqlL_xqHSWGuAlkN8w3X3w"], "issued_at": "2018-10-06T04:39:31.000000Z"}} 2018-10-06 04:39:31,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b800e3b0da18cd6b8349ee5ece7e9f452c5211" 2018-10-06 04:39:31,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf58a1d4-b95c-4048-a3c1-ee695fda9682 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:31,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf58a1d4-b95c-4048-a3c1-ee695fda9682 2018-10-06 04:39:31,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:31,101 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:31,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b800e3b0da18cd6b8349ee5ece7e9f452c5211" 2018-10-06 04:39:31,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8530d7a6-5d8b-480a-a4c3-7e726597675f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:31,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8530d7a6-5d8b-480a-a4c3-7e726597675f 2018-10-06 04:39:31,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-5e479499-f6b7-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b800e3b0da18cd6b8349ee5ece7e9f452c5211" 2018-10-06 04:39:31,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3423259-0ea7-4ed4-b4d8-69605655b1ac Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-5e479499-f6b7-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c"}, "enabled": true, "id": "3e28d20f461d4e478e8bddfc247ef44c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj"}]} 2018-10-06 04:39:31,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateRouterNegativeTests-5e479499-f6b7-402-proj used request id req-a3423259-0ea7-4ed4-b4d8-69605655b1ac 2018-10-06 04:39:31,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b800e3b0da18cd6b8349ee5ece7e9f452c5211" 2018-10-06 04:39:31,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8673f0c2-79d8-4b62-8da6-7f043369f7fe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:31,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8673f0c2-79d8-4b62-8da6-7f043369f7fe 2018-10-06 04:39:31,693 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-5e479499-f6b7-402-user 2018-10-06 04:39:31,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:31,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b971bd0b-3cd0-4833-89d8-54de55fd3f1a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:31,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b971bd0b-3cd0-4833-89d8-54de55fd3f1a 2018-10-06 04:39:31,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" -d '{"role": {"name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj-role"}}' 2018-10-06 04:39:31,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4b642ae-634c-4be5-8bbd-b13f47dfa430 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bf4bf20a19340d79ff33cb36d160bef", "links": {"self": "http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef"}, "name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj-role"}} 2018-10-06 04:39:31,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d4b642ae-634c-4be5-8bbd-b13f47dfa430 2018-10-06 04:39:31,904 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-5e479499-f6b7-402-proj-role 2018-10-06 04:39:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:31,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca01dae-27fd-4a34-a690-947382eeeca5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef"}, "domain_id": null, "name": "CreateRouterNegativeTests-5e479499-f6b7-402-proj-role", "id": "5bf4bf20a19340d79ff33cb36d160bef"}} 2018-10-06 04:39:31,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef used request id req-fca01dae-27fd-4a34-a690-947382eeeca5 2018-10-06 04:39:31,991 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-5e479499-f6b7-402-proj-role to project CreateRouterNegativeTests-5e479499-f6b7-402-proj 2018-10-06 04:39:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c/users/42e6f3fd41b54854a04e46e99307ccdb/roles/5bf4bf20a19340d79ff33cb36d160bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-974ad88a-9b59-4a28-916a-058631ac419e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:32,134 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c/users/42e6f3fd41b54854a04e46e99307ccdb/roles/5bf4bf20a19340d79ff33cb36d160bef used request id req-974ad88a-9b59-4a28-916a-058631ac419e 2018-10-06 04:39:32,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7d8a698e-8681-4fc0-bf55-6bdd4ea8623a Date: Sat, 06 Oct 2018 04:39:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:32,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7d8a698e-8681-4fc0-bf55-6bdd4ea8623a 2018-10-06 04:39:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee9e23f-5f5c-4ee6-b8a8-29fcf6df6e0e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:32,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-dee9e23f-5f5c-4ee6-b8a8-29fcf6df6e0e 2018-10-06 04:39:32,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df6c482-e03b-4a52-b8d6-2980340b2879 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:32,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-8df6c482-e03b-4a52-b8d6-2980340b2879 2018-10-06 04:39:32,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad700394-3621-49e4-8488-4e7e89cae039 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:32,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-ad700394-3621-49e4-8488-4e7e89cae039 2018-10-06 04:39:32,629 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-5e479499-f6b7-402-proj 2018-10-06 04:39:32,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf642a9-9cc5-440c-b34d-dc82da6fa807 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:32,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3e28d20f461d4e478e8bddfc247ef44c used request id req-6bf642a9-9cc5-440c-b34d-dc82da6fa807 2018-10-06 04:39:32,858 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-5e479499-f6b7-402-proj-role 2018-10-06 04:39:32,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:32,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5b3ffbd-00eb-4195-be05-e2c374956a8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:32,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5bf4bf20a19340d79ff33cb36d160bef used request id req-c5b3ffbd-00eb-4195-be05-e2c374956a8e 2018-10-06 04:39:32,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec12391ed0a94aec0ad5569eda7d998db2721cb0" 2018-10-06 04:39:33,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-529b00e8-515b-41fc-a01a-9879e2f4f86a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:33,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-529b00e8-515b-41fc-a01a-9879e2f4f86a 2018-10-06 04:39:33,068 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-5e479499-f6b7-402-user 2018-10-06 04:39:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/42e6f3fd41b54854a04e46e99307ccdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b800e3b0da18cd6b8349ee5ece7e9f452c5211" 2018-10-06 04:39:33,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4470b9-5f9b-479e-9176-61cd7eec0162 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:33,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/42e6f3fd41b54854a04e46e99307ccdb used request id req-ac4470b9-5f9b-479e-9176-61cd7eec0162 2018-10-06 04:39:33,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:33,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8iJfnt5ISb6CtVDiS1xV5Q"], "issued_at": "2018-10-06T04:39:33.000000Z"}} 2018-10-06 04:39:33,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9362df51d9d225131ff95c15afbc707c8b6b7a58" 2018-10-06 04:39:33,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa1bca3-e95e-4e6c-bbce-10e2b631aedb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:33,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0fa1bca3-e95e-4e6c-bbce-10e2b631aedb 2018-10-06 04:39:33,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:33,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:34,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["TIk-o0YbTuuBoBgJVY-b8A"], "issued_at": "2018-10-06T04:39:34.000000Z"}} 2018-10-06 04:39:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:34,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf1d89d-c9d0-4d00-8c01-a2e641d5a9e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:34,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5cf1d89d-c9d0-4d00-8c01-a2e641d5a9e0 2018-10-06 04:39:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:34,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b02c6860-ebc3-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:34,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495dbc02-b36f-4b37-beed-02ea6667fb5d Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b02c6860-ebc3-444-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:34,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b02c6860-ebc3-444-proj used request id req-495dbc02-b36f-4b37-beed-02ea6667fb5d 2018-10-06 04:39:34,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:34,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dcf16a-0cf6-430b-9fd4-e26dc5b04cc3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:34,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d6dcf16a-0cf6-430b-9fd4-e26dc5b04cc3 2018-10-06 04:39:34,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-b02c6860-ebc3-444-proj"}}' 2018-10-06 04:39:34,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8364d6f-bd17-49c0-936d-7077921e8b84 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2"}, "enabled": true, "id": "b3a06eabb9ab440fa8a7bda1ad5b1fb2", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-b02c6860-ebc3-444-proj"}} 2018-10-06 04:39:34,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a8364d6f-bd17-49c0-936d-7077921e8b84 2018-10-06 04:39:34,484 - keystone_utils - INFO - Created project with name - CreateQoSTests-b02c6860-ebc3-444-proj 2018-10-06 04:39:34,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:34,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:34,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ZsIrdPNCTiuHrUdwDyCaUg"], "issued_at": "2018-10-06T04:39:34.000000Z"}} 2018-10-06 04:39:34,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de386e55214f0f9a510a63da01d5f5189cf88ac" 2018-10-06 04:39:34,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be54cc2-03f3-4706-a129-782f7eabc405 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:34,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5be54cc2-03f3-4706-a129-782f7eabc405 2018-10-06 04:39:34,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:34,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:34,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de386e55214f0f9a510a63da01d5f5189cf88ac" 2018-10-06 04:39:35,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06452d4e-2c86-4869-b660-0d8e0125e751 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:35,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-06452d4e-2c86-4869-b660-0d8e0125e751 2018-10-06 04:39:35,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-b02c6860-ebc3-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de386e55214f0f9a510a63da01d5f5189cf88ac" 2018-10-06 04:39:35,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ba55f3-7544-4a2a-8f6e-24b701e3e074 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-b02c6860-ebc3-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2"}, "enabled": true, "id": "b3a06eabb9ab440fa8a7bda1ad5b1fb2", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-b02c6860-ebc3-444-proj"}]} 2018-10-06 04:39:35,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-b02c6860-ebc3-444-proj used request id req-f5ba55f3-7544-4a2a-8f6e-24b701e3e074 2018-10-06 04:39:35,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de386e55214f0f9a510a63da01d5f5189cf88ac" 2018-10-06 04:39:35,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e90d7ac-ec78-4e12-8823-476c3537eb7e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:35,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1e90d7ac-ec78-4e12-8823-476c3537eb7e 2018-10-06 04:39:35,561 - keystone_utils - INFO - Created user with name - CreateQoSTests-b02c6860-ebc3-444-user 2018-10-06 04:39:35,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:35,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:35,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923b04d9-8737-4061-84bc-7421965b5168 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:35,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-923b04d9-8737-4061-84bc-7421965b5168 2018-10-06 04:39:35,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" -d '{"role": {"name": "CreateQoSTests-b02c6860-ebc3-444-proj-role"}}' 2018-10-06 04:39:35,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2f65a51-7e31-4369-935c-85f046f43451 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c80fc7a4212743cca310be446d54bedd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd"}, "name": "CreateQoSTests-b02c6860-ebc3-444-proj-role"}} 2018-10-06 04:39:35,777 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d2f65a51-7e31-4369-935c-85f046f43451 2018-10-06 04:39:35,777 - keystone_utils - INFO - Created role with name - CreateQoSTests-b02c6860-ebc3-444-proj-role 2018-10-06 04:39:35,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:35,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1592bd37-e8bf-477e-9213-ae8ee9d90cca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd"}, "domain_id": null, "name": "CreateQoSTests-b02c6860-ebc3-444-proj-role", "id": "c80fc7a4212743cca310be446d54bedd"}} 2018-10-06 04:39:35,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd used request id req-1592bd37-e8bf-477e-9213-ae8ee9d90cca 2018-10-06 04:39:35,873 - keystone_utils - INFO - Granting role CreateQoSTests-b02c6860-ebc3-444-proj-role to project CreateQoSTests-b02c6860-ebc3-444-proj 2018-10-06 04:39:35,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2/users/988b0e3ed61b45f4829233f2f2842e18/roles/c80fc7a4212743cca310be446d54bedd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:36,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c303f17e-7321-4a9a-96a3-dd6dd66507e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:36,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2/users/988b0e3ed61b45f4829233f2f2842e18/roles/c80fc7a4212743cca310be446d54bedd used request id req-c303f17e-7321-4a9a-96a3-dd6dd66507e6 2018-10-06 04:39:36,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:36,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:36,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["E-cemZ4oT4umu1hfSgzF-Q"], "issued_at": "2018-10-06T04:39:36.000000Z"}} 2018-10-06 04:39:36,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb3b9f807ee514cca8ddff0853517646d621904" 2018-10-06 04:39:36,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9394094-d4a5-4248-a539-9627e5076db0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:36,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f9394094-d4a5-4248-a539-9627e5076db0 2018-10-06 04:39:36,508 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb3b9f807ee514cca8ddff0853517646d621904" 2018-10-06 04:39:36,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:36 GMT Server: Apache x-compute-request-id: req-97776026-fab5-4c9d-8eb5-7b7dccef8bc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97776026-fab5-4c9d-8eb5-7b7dccef8bc4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:39:36,673 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-97776026-fab5-4c9d-8eb5-7b7dccef8bc4 2018-10-06 04:39:36,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-97776026-fab5-4c9d-8eb5-7b7dccef8bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb3b9f807ee514cca8ddff0853517646d621904" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498"}}' 2018-10-06 04:39:36,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:36 GMT Server: Apache x-compute-request-id: req-75119122-4924-4ca1-8d66-a77ca9c54995 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75119122-4924-4ca1-8d66-a77ca9c54995 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "08789225-aa96-400c-8e91-e7fa2156a4ae", "name": "CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae", "rel": "bookmark"}]} 2018-10-06 04:39:36,901 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-75119122-4924-4ca1-8d66-a77ca9c54995 2018-10-06 04:39:36,901 - create_qos - INFO - Created qos with name - CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498 2018-10-06 04:39:36,904 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9362df51d9d225131ff95c15afbc707c8b6b7a58" 2018-10-06 04:39:37,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:36 GMT Server: Apache x-compute-request-id: req-e0f9ad58-9564-4121-87fa-caa3f3cd2db0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0f9ad58-9564-4121-87fa-caa3f3cd2db0 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "08789225-aa96-400c-8e91-e7fa2156a4ae", "name": "CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498"}]} 2018-10-06 04:39:37,086 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-e0f9ad58-9564-4121-87fa-caa3f3cd2db0 2018-10-06 04:39:37,087 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498 2018-10-06 04:39:37,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0f9ad58-9564-4121-87fa-caa3f3cd2db0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9362df51d9d225131ff95c15afbc707c8b6b7a58" 2018-10-06 04:39:37,683 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:39:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bb49411a-29d6-48b3-830b-25d004394132 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-10-06 04:39:37,683 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae?force=False used request id req-bb49411a-29d6-48b3-830b-25d004394132 2018-10-06 04:39:37,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0f9ad58-9564-4121-87fa-caa3f3cd2db0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9362df51d9d225131ff95c15afbc707c8b6b7a58" 2018-10-06 04:39:37,872 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:37 GMT Server: Apache x-compute-request-id: req-cd0c0830-b937-470d-81b4-bca744fcf195 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd0c0830-b937-470d-81b4-bca744fcf195 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:39:37,872 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-cd0c0830-b937-470d-81b4-bca744fcf195 2018-10-06 04:39:37,873 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-bb3b4787-24e5-4b65-8287-5410d3858498 2018-10-06 04:39:37,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-97776026-fab5-4c9d-8eb5-7b7dccef8bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb3b9f807ee514cca8ddff0853517646d621904" 2018-10-06 04:39:38,068 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:39:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-623439ea-a4f3-4696-a248-15e923c0ae4b x-openstack-request-id: req-623439ea-a4f3-4696-a248-15e923c0ae4b Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 08789225-aa96-400c-8e91-e7fa2156a4ae.", "code": 404}} 2018-10-06 04:39:38,068 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/08789225-aa96-400c-8e91-e7fa2156a4ae?force=False used request id req-623439ea-a4f3-4696-a248-15e923c0ae4b 2018-10-06 04:39:38,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6f1283e5-3e52-4728-a554-c79858715003 Date: Sat, 06 Oct 2018 04:39:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:38,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-6f1283e5-3e52-4728-a554-c79858715003 2018-10-06 04:39:38,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20ca5880-cff0-475f-a232-147b0a6c1b09 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:38,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-20ca5880-cff0-475f-a232-147b0a6c1b09 2018-10-06 04:39:38,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd19ffc6-ac50-421f-8971-9f593561a642 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:38,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-dd19ffc6-ac50-421f-8971-9f593561a642 2018-10-06 04:39:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68abdfb-705b-4954-a847-e460158ba767 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:38,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-c68abdfb-705b-4954-a847-e460158ba767 2018-10-06 04:39:38,480 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-b02c6860-ebc3-444-proj 2018-10-06 04:39:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0530d8bd-8392-4468-aa8e-aaef4351dd43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:38,696 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b3a06eabb9ab440fa8a7bda1ad5b1fb2 used request id req-0530d8bd-8392-4468-aa8e-aaef4351dd43 2018-10-06 04:39:38,696 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-b02c6860-ebc3-444-proj-role 2018-10-06 04:39:38,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb1cf58-a285-4726-9d61-b26bd3f12824 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:38,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/c80fc7a4212743cca310be446d54bedd used request id req-8bb1cf58-a285-4726-9d61-b26bd3f12824 2018-10-06 04:39:38,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8cec87952e47fee396c4a3f39ad31b23a6be94" 2018-10-06 04:39:38,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06edc8aa-a5fb-4e3a-9cbc-c77c12bb096a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:38,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-06edc8aa-a5fb-4e3a-9cbc-c77c12bb096a 2018-10-06 04:39:38,894 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-b02c6860-ebc3-444-user 2018-10-06 04:39:38,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/988b0e3ed61b45f4829233f2f2842e18 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de386e55214f0f9a510a63da01d5f5189cf88ac" 2018-10-06 04:39:39,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa83f3f-d512-4d50-84fc-6a9dbefab9a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:39,075 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/988b0e3ed61b45f4829233f2f2842e18 used request id req-cfa83f3f-d512-4d50-84fc-6a9dbefab9a8 2018-10-06 04:39:39,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:39,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["R-qCDO5fTHeAgfZwughJRA"], "issued_at": "2018-10-06T04:39:39.000000Z"}} 2018-10-06 04:39:39,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}911f6248f58c26ee5f9898e249a805eac0a7bd4e" 2018-10-06 04:39:39,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3850e04-35f6-463d-9baf-28d3378c5695 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:39,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3850e04-35f6-463d-9baf-28d3378c5695 2018-10-06 04:39:39,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:39,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:39,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["tHDV9lO8T9m1C9-zqP_8xg"], "issued_at": "2018-10-06T04:39:39.000000Z"}} 2018-10-06 04:39:39,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:40,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf47eed-f0de-4d98-a884-7638ace18a83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:40,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-acf47eed-f0de-4d98-a884-7638ace18a83 2018-10-06 04:39:40,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:40,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6f3e3a56-35f6-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:40,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c0c130-b9cf-4d8c-863e-c6eb69ae3442 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6f3e3a56-35f6-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:40,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-6f3e3a56-35f6-4bb-proj used request id req-17c0c130-b9cf-4d8c-863e-c6eb69ae3442 2018-10-06 04:39:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:40,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ceb04d-f2e9-45e8-9581-34a513cefa4e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:40,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-39ceb04d-f2e9-45e8-9581-34a513cefa4e 2018-10-06 04:39:40,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj"}}' 2018-10-06 04:39:40,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97f7e412-5384-4a40-82fa-5db234c02b04 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1"}, "enabled": true, "id": "2d3c5012df1a44f1ad4cdc7a2d23b1f1", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj"}} 2018-10-06 04:39:40,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-97f7e412-5384-4a40-82fa-5db234c02b04 2018-10-06 04:39:40,328 - keystone_utils - INFO - Created project with name - CreateQoSTests-6f3e3a56-35f6-4bb-proj 2018-10-06 04:39:40,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:40,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:40,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["YQOQjdVwRuaD1pOX65igyQ"], "issued_at": "2018-10-06T04:39:40.000000Z"}} 2018-10-06 04:39:40,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8e4409aa033b78df927353fc7a0df9ce8395ea" 2018-10-06 04:39:40,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfc72e1-2213-4028-9e87-91ff0d02d8df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:40,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6dfc72e1-2213-4028-9e87-91ff0d02d8df 2018-10-06 04:39:40,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:40,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:40,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8e4409aa033b78df927353fc7a0df9ce8395ea" 2018-10-06 04:39:40,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4829100d-6fe6-45c9-b89f-338cbe0a81f0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:40,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4829100d-6fe6-45c9-b89f-338cbe0a81f0 2018-10-06 04:39:40,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-6f3e3a56-35f6-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8e4409aa033b78df927353fc7a0df9ce8395ea" 2018-10-06 04:39:40,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738cc53c-1232-4a12-acd3-4d791989a212 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-6f3e3a56-35f6-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1"}, "enabled": true, "id": "2d3c5012df1a44f1ad4cdc7a2d23b1f1", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj"}]} 2018-10-06 04:39:40,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-6f3e3a56-35f6-4bb-proj used request id req-738cc53c-1232-4a12-acd3-4d791989a212 2018-10-06 04:39:40,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8e4409aa033b78df927353fc7a0df9ce8395ea" 2018-10-06 04:39:41,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-712904c7-09f7-4515-b7c5-b08efc6f3d6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:41,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-712904c7-09f7-4515-b7c5-b08efc6f3d6f 2018-10-06 04:39:41,448 - keystone_utils - INFO - Created user with name - CreateQoSTests-6f3e3a56-35f6-4bb-user 2018-10-06 04:39:41,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:41,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7522dc6-5f21-4af6-a06a-6c7b9d14e5a7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:41,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a7522dc6-5f21-4af6-a06a-6c7b9d14e5a7 2018-10-06 04:39:41,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" -d '{"role": {"name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj-role"}}' 2018-10-06 04:39:41,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07c93bc-c058-444a-bb8a-3fd412e6d140 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "554662c1acdf45fda5ceb2fa97fe145b", "links": {"self": "http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b"}, "name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj-role"}} 2018-10-06 04:39:41,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d07c93bc-c058-444a-bb8a-3fd412e6d140 2018-10-06 04:39:41,640 - keystone_utils - INFO - Created role with name - CreateQoSTests-6f3e3a56-35f6-4bb-proj-role 2018-10-06 04:39:41,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:41,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9805d96f-91b2-49b7-922d-66a005ce36e0 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b"}, "domain_id": null, "name": "CreateQoSTests-6f3e3a56-35f6-4bb-proj-role", "id": "554662c1acdf45fda5ceb2fa97fe145b"}} 2018-10-06 04:39:41,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b used request id req-9805d96f-91b2-49b7-922d-66a005ce36e0 2018-10-06 04:39:41,661 - keystone_utils - INFO - Granting role CreateQoSTests-6f3e3a56-35f6-4bb-proj-role to project CreateQoSTests-6f3e3a56-35f6-4bb-proj 2018-10-06 04:39:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1/users/6c07c2b688ea420fa7bebc086959cea6/roles/554662c1acdf45fda5ceb2fa97fe145b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:41,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c867d68c-3f53-49db-9a1e-56adc33b7de6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:41,804 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1/users/6c07c2b688ea420fa7bebc086959cea6/roles/554662c1acdf45fda5ceb2fa97fe145b used request id req-c867d68c-3f53-49db-9a1e-56adc33b7de6 2018-10-06 04:39:41,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:41,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:42,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KqQOOsLvTTemYHUANlVT7w"], "issued_at": "2018-10-06T04:39:42.000000Z"}} 2018-10-06 04:39:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545a35c53d71d0d735302e89f0a4235fd384f107" 2018-10-06 04:39:42,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc47f0a-d636-4cc8-81f8-a235658d4c9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:42,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2cc47f0a-d636-4cc8-81f8-a235658d4c9f 2018-10-06 04:39:42,298 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545a35c53d71d0d735302e89f0a4235fd384f107" 2018-10-06 04:39:42,479 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:42 GMT Server: Apache x-compute-request-id: req-dc7e785a-0aa4-4da8-a738-fc633414601b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dc7e785a-0aa4-4da8-a738-fc633414601b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:39:42,479 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-dc7e785a-0aa4-4da8-a738-fc633414601b 2018-10-06 04:39:42,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-dc7e785a-0aa4-4da8-a738-fc633414601b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545a35c53d71d0d735302e89f0a4235fd384f107" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-0d6e3dc2-042b-4ee3-9b77-44c3cea7c946"}}' 2018-10-06 04:39:42,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:42 GMT Server: Apache x-compute-request-id: req-8f18ea6a-4589-4bd7-8159-70263943be53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f18ea6a-4589-4bd7-8159-70263943be53 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "2c19ecc5-4cb9-40fd-8758-88ff159d3c50", "name": "CreateQoSTests-0d6e3dc2-042b-4ee3-9b77-44c3cea7c946"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/2c19ecc5-4cb9-40fd-8758-88ff159d3c50", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/2c19ecc5-4cb9-40fd-8758-88ff159d3c50", "rel": "bookmark"}]} 2018-10-06 04:39:42,713 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-8f18ea6a-4589-4bd7-8159-70263943be53 2018-10-06 04:39:42,713 - create_qos - INFO - Created qos with name - CreateQoSTests-0d6e3dc2-042b-4ee3-9b77-44c3cea7c946 2018-10-06 04:39:42,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}911f6248f58c26ee5f9898e249a805eac0a7bd4e" 2018-10-06 04:39:42,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:42 GMT Server: Apache x-compute-request-id: req-f60675e9-5caf-4b1d-8b45-cbc692360c3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f60675e9-5caf-4b1d-8b45-cbc692360c3b Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "2c19ecc5-4cb9-40fd-8758-88ff159d3c50", "name": "CreateQoSTests-0d6e3dc2-042b-4ee3-9b77-44c3cea7c946"}]} 2018-10-06 04:39:42,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-f60675e9-5caf-4b1d-8b45-cbc692360c3b 2018-10-06 04:39:42,889 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-0d6e3dc2-042b-4ee3-9b77-44c3cea7c946 2018-10-06 04:39:42,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/2c19ecc5-4cb9-40fd-8758-88ff159d3c50?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc7e785a-0aa4-4da8-a738-fc633414601b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545a35c53d71d0d735302e89f0a4235fd384f107" 2018-10-06 04:39:43,101 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:39:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dc8a2c0b-fdbe-4e05-a8f6-364a6b5aa99a 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-10-06 04:39:43,101 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/2c19ecc5-4cb9-40fd-8758-88ff159d3c50?force=False used request id req-dc8a2c0b-fdbe-4e05-a8f6-364a6b5aa99a 2018-10-06 04:39:43,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-72a1db6f-01e0-4dd9-950b-494b6696a622 Date: Sat, 06 Oct 2018 04:39:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:43,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-72a1db6f-01e0-4dd9-950b-494b6696a622 2018-10-06 04:39:43,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef017bb2-4b12-45bc-a46b-98c6b8a5174e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:43,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-ef017bb2-4b12-45bc-a46b-98c6b8a5174e 2018-10-06 04:39:43,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1379873-8ad9-4798-ba8a-d5c58ab9538e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:43,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-d1379873-8ad9-4798-ba8a-d5c58ab9538e 2018-10-06 04:39:43,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99b3e01-ec3a-434a-8d0a-be64b79aa7d1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:43,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-b99b3e01-ec3a-434a-8d0a-be64b79aa7d1 2018-10-06 04:39:43,546 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-6f3e3a56-35f6-4bb-proj 2018-10-06 04:39:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64bdbceb-11d0-406d-90ed-60227172d1a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:43,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2d3c5012df1a44f1ad4cdc7a2d23b1f1 used request id req-64bdbceb-11d0-406d-90ed-60227172d1a9 2018-10-06 04:39:43,750 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-6f3e3a56-35f6-4bb-proj-role 2018-10-06 04:39:43,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc95d1cd-c2cf-4729-9767-2e443fac2cb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:43,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/554662c1acdf45fda5ceb2fa97fe145b used request id req-cc95d1cd-c2cf-4729-9767-2e443fac2cb2 2018-10-06 04:39:43,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca3b37ce6f5371e76587aa9b27833462980910" 2018-10-06 04:39:43,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6675a044-4d26-4a2f-96b0-03ac71b9a625 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:43,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6675a044-4d26-4a2f-96b0-03ac71b9a625 2018-10-06 04:39:43,961 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-6f3e3a56-35f6-4bb-user 2018-10-06 04:39:43,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6c07c2b688ea420fa7bebc086959cea6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8e4409aa033b78df927353fc7a0df9ce8395ea" 2018-10-06 04:39:44,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff56d17f-dcf1-4089-b9b3-3ed01fb2389e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:44,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6c07c2b688ea420fa7bebc086959cea6 used request id req-ff56d17f-dcf1-4089-b9b3-3ed01fb2389e 2018-10-06 04:39:44,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:44,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["J9rS21Q9RcGzAvSioBVc2g"], "issued_at": "2018-10-06T04:39:44.000000Z"}} 2018-10-06 04:39:44,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13571da981c189e236eb182d7d4ae490df4fd1c8" 2018-10-06 04:39:44,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddaccbe1-59a6-4467-9505-c0999f999283 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:44,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ddaccbe1-59a6-4467-9505-c0999f999283 2018-10-06 04:39:44,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:44,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:45,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vB0Bs-FuS-GyMdDDLiK_cQ"], "issued_at": "2018-10-06T04:39:45.000000Z"}} 2018-10-06 04:39:45,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:45,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996ad120-1044-4350-b964-88715c9e5568 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:45,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-996ad120-1044-4350-b964-88715c9e5568 2018-10-06 04:39:45,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:45,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:45,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-3b6782ba-1697-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:45,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-870e14d9-3bdd-47e9-a342-4fb3e190d0c9 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-3b6782ba-1697-4d2-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:45,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-3b6782ba-1697-4d2-proj used request id req-870e14d9-3bdd-47e9-a342-4fb3e190d0c9 2018-10-06 04:39:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:45,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241143bb-d944-403c-9207-004aaa5b0898 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:45,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-241143bb-d944-403c-9207-004aaa5b0898 2018-10-06 04:39:45,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-3b6782ba-1697-4d2-proj"}}' 2018-10-06 04:39:45,388 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cfa9da7-d066-4e6f-a726-34214ab091eb Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a"}, "enabled": true, "id": "e82a246778024a5aa7ccf90702df3d5a", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-3b6782ba-1697-4d2-proj"}} 2018-10-06 04:39:45,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5cfa9da7-d066-4e6f-a726-34214ab091eb 2018-10-06 04:39:45,389 - keystone_utils - INFO - Created project with name - CreateQoSTests-3b6782ba-1697-4d2-proj 2018-10-06 04:39:45,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:45,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:45,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["YHXhIGD7SZauasdAVT2kSw"], "issued_at": "2018-10-06T04:39:45.000000Z"}} 2018-10-06 04:39:45,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b4def13ed89cf5613cc8d121551ffb28e411f9" 2018-10-06 04:39:45,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30156009-6f44-4d4a-8182-234e0c8d014e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:45,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-30156009-6f44-4d4a-8182-234e0c8d014e 2018-10-06 04:39:45,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:45,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:45,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b4def13ed89cf5613cc8d121551ffb28e411f9" 2018-10-06 04:39:45,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae89d23e-61ad-4d5a-825c-ac4330fe1eae Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:45,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-ae89d23e-61ad-4d5a-825c-ac4330fe1eae 2018-10-06 04:39:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-3b6782ba-1697-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b4def13ed89cf5613cc8d121551ffb28e411f9" 2018-10-06 04:39:46,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da478d7e-6011-4d76-843c-dbefcecf4f81 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-3b6782ba-1697-4d2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a"}, "enabled": true, "id": "e82a246778024a5aa7ccf90702df3d5a", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-3b6782ba-1697-4d2-proj"}]} 2018-10-06 04:39:46,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateQoSTests-3b6782ba-1697-4d2-proj used request id req-da478d7e-6011-4d76-843c-dbefcecf4f81 2018-10-06 04:39:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b4def13ed89cf5613cc8d121551ffb28e411f9" 2018-10-06 04:39:46,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae1f3959-64dc-4364-a430-aa8623c6270e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:46,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ae1f3959-64dc-4364-a430-aa8623c6270e 2018-10-06 04:39:46,526 - keystone_utils - INFO - Created user with name - CreateQoSTests-3b6782ba-1697-4d2-user 2018-10-06 04:39:46,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:46,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ead6713c-0346-4453-a3b6-359ab664bbab Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:46,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ead6713c-0346-4453-a3b6-359ab664bbab 2018-10-06 04:39:46,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" -d '{"role": {"name": "CreateQoSTests-3b6782ba-1697-4d2-proj-role"}}' 2018-10-06 04:39:46,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a429ecfc-39fd-4fc1-801c-0cbdfcdccd32 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6bf2b8722351493a9e9be8b824581ea0", "links": {"self": "http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0"}, "name": "CreateQoSTests-3b6782ba-1697-4d2-proj-role"}} 2018-10-06 04:39:46,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a429ecfc-39fd-4fc1-801c-0cbdfcdccd32 2018-10-06 04:39:46,748 - keystone_utils - INFO - Created role with name - CreateQoSTests-3b6782ba-1697-4d2-proj-role 2018-10-06 04:39:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:46,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611338bb-ae80-4709-95d1-5098513eaa63 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0"}, "domain_id": null, "name": "CreateQoSTests-3b6782ba-1697-4d2-proj-role", "id": "6bf2b8722351493a9e9be8b824581ea0"}} 2018-10-06 04:39:46,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0 used request id req-611338bb-ae80-4709-95d1-5098513eaa63 2018-10-06 04:39:46,834 - keystone_utils - INFO - Granting role CreateQoSTests-3b6782ba-1697-4d2-proj-role to project CreateQoSTests-3b6782ba-1697-4d2-proj 2018-10-06 04:39:46,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a/users/e6f97d49996845cbaed74eec58a3b270/roles/6bf2b8722351493a9e9be8b824581ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:46,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ce0b24-f8e4-4689-acfc-0071bb2e48a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:46,966 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a/users/e6f97d49996845cbaed74eec58a3b270/roles/6bf2b8722351493a9e9be8b824581ea0 used request id req-36ce0b24-f8e4-4689-acfc-0071bb2e48a0 2018-10-06 04:39:46,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:46,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:47,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["G2jjSEeLRB65s0OEKCaJng"], "issued_at": "2018-10-06T04:39:47.000000Z"}} 2018-10-06 04:39:47,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dbd6d4fe91cabfb5bd8c1441f60a27bf1e0f71" 2018-10-06 04:39:47,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bac9c15-4e2a-4812-8b06-b223ddb7f8b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:47,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2bac9c15-4e2a-4812-8b06-b223ddb7f8b9 2018-10-06 04:39:47,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dbd6d4fe91cabfb5bd8c1441f60a27bf1e0f71" 2018-10-06 04:39:47,639 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:47 GMT Server: Apache x-compute-request-id: req-4521bd5d-f9b6-4094-9423-7576b4dc0cb5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4521bd5d-f9b6-4094-9423-7576b4dc0cb5 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:39:47,639 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-4521bd5d-f9b6-4094-9423-7576b4dc0cb5 2018-10-06 04:39:47,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4521bd5d-f9b6-4094-9423-7576b4dc0cb5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dbd6d4fe91cabfb5bd8c1441f60a27bf1e0f71" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68"}}' 2018-10-06 04:39:47,826 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:47 GMT Server: Apache x-compute-request-id: req-94916c5e-acc6-409b-8379-8a9bc9fe0d35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94916c5e-acc6-409b-8379-8a9bc9fe0d35 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "93899b16-b9a6-43c1-9cbc-2ba9340ef643", "name": "CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/93899b16-b9a6-43c1-9cbc-2ba9340ef643", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/93899b16-b9a6-43c1-9cbc-2ba9340ef643", "rel": "bookmark"}]} 2018-10-06 04:39:47,826 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-94916c5e-acc6-409b-8379-8a9bc9fe0d35 2018-10-06 04:39:47,827 - create_qos - INFO - Created qos with name - CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68 2018-10-06 04:39:47,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13571da981c189e236eb182d7d4ae490df4fd1c8" 2018-10-06 04:39:47,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:47 GMT Server: Apache x-compute-request-id: req-03ae50e9-0c5d-4e93-ab30-4ae25148c7bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-03ae50e9-0c5d-4e93-ab30-4ae25148c7bc Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "93899b16-b9a6-43c1-9cbc-2ba9340ef643", "name": "CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68"}]} 2018-10-06 04:39:47,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-03ae50e9-0c5d-4e93-ab30-4ae25148c7bc 2018-10-06 04:39:47,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:47,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:48,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NTfHhsUWQNmy0DHCDsT7Xg"], "issued_at": "2018-10-06T04:39:48.000000Z"}} 2018-10-06 04:39:48,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d326d686734fbbb4eae44a4d0d7d1fb97a927711" 2018-10-06 04:39:48,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42e5141-b9fb-4bea-9562-e2e1241c5d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:48,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b42e5141-b9fb-4bea-9562-e2e1241c5d8e 2018-10-06 04:39:48,485 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d326d686734fbbb4eae44a4d0d7d1fb97a927711" 2018-10-06 04:39:48,669 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:48 GMT Server: Apache x-compute-request-id: req-5cf34a7b-8772-40dc-b894-1e1b0deba445 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cf34a7b-8772-40dc-b894-1e1b0deba445 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "93899b16-b9a6-43c1-9cbc-2ba9340ef643", "name": "CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68"}]} 2018-10-06 04:39:48,669 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-5cf34a7b-8772-40dc-b894-1e1b0deba445 2018-10-06 04:39:48,670 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-b2019619-f6cd-4da4-a1eb-efed381b7c68 2018-10-06 04:39:48,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/93899b16-b9a6-43c1-9cbc-2ba9340ef643?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4521bd5d-f9b6-4094-9423-7576b4dc0cb5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36dbd6d4fe91cabfb5bd8c1441f60a27bf1e0f71" 2018-10-06 04:39:48,891 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:39:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a62690a-f128-492f-9d51-0ec858312bfe 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-10-06 04:39:48,891 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/93899b16-b9a6-43c1-9cbc-2ba9340ef643?force=False used request id req-8a62690a-f128-492f-9d51-0ec858312bfe 2018-10-06 04:39:48,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a6a50569-8924-4ab8-8c55-8132795e4122 Date: Sat, 06 Oct 2018 04:39:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:49,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a6a50569-8924-4ab8-8c55-8132795e4122 2018-10-06 04:39:49,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926515db-ecdb-4930-b916-76f20853f2a4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:49,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-926515db-ecdb-4930-b916-76f20853f2a4 2018-10-06 04:39:49,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756c012e-662e-4f32-bc4e-02e56b715861 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:49,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-756c012e-662e-4f32-bc4e-02e56b715861 2018-10-06 04:39:49,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb924546-6fc1-4dd2-9e2b-17e4ff71b5b9 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:49,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-eb924546-6fc1-4dd2-9e2b-17e4ff71b5b9 2018-10-06 04:39:49,315 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-3b6782ba-1697-4d2-proj 2018-10-06 04:39:49,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f4c7e14-4fab-45fb-97bf-de9ed7c9d4b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:49,498 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e82a246778024a5aa7ccf90702df3d5a used request id req-3f4c7e14-4fab-45fb-97bf-de9ed7c9d4b9 2018-10-06 04:39:49,498 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-3b6782ba-1697-4d2-proj-role 2018-10-06 04:39:49,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01b4bd95-bd59-4acd-8f77-6a4cd9ebcdc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:49,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6bf2b8722351493a9e9be8b824581ea0 used request id req-01b4bd95-bd59-4acd-8f77-6a4cd9ebcdc0 2018-10-06 04:39:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab04a07f87b61a5eb7394fd31a88d8d2179300ab" 2018-10-06 04:39:49,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8d7f22-1541-453a-b832-2376467e9df3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:49,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7c8d7f22-1541-453a-b832-2376467e9df3 2018-10-06 04:39:49,705 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-3b6782ba-1697-4d2-user 2018-10-06 04:39:49,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e6f97d49996845cbaed74eec58a3b270 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b4def13ed89cf5613cc8d121551ffb28e411f9" 2018-10-06 04:39:49,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a8caa99-9e90-482a-8e41-edc0ab3d51f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:49,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e6f97d49996845cbaed74eec58a3b270 used request id req-1a8caa99-9e90-482a-8e41-edc0ab3d51f1 2018-10-06 04:39:49,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:50,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ISrAGSycRxy6HJ3KLdmAIA"], "issued_at": "2018-10-06T04:39:50.000000Z"}} 2018-10-06 04:39:50,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:50,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db938c9-f8ce-4190-a0f0-7a6c0000476e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:50,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5db938c9-f8ce-4190-a0f0-7a6c0000476e 2018-10-06 04:39:50,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:50,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:50,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["REOl-PRyQhW4gG_Q26xM5A"], "issued_at": "2018-10-06T04:39:50.000000Z"}} 2018-10-06 04:39:50,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2cb727-52eb-4bc3-a23d-ff814bf039b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:50,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f2cb727-52eb-4bc3-a23d-ff814bf039b6 2018-10-06 04:39:50,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:50,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:50,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6e25c3-7345-4cb7-9251-a0d9995d40b4 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:50,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj used request id req-1e6e25c3-7345-4cb7-9251-a0d9995d40b4 2018-10-06 04:39:50,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:50,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d3891c-4a2e-40aa-8fcd-c709ab2d036a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:50,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-88d3891c-4a2e-40aa-8fcd-c709ab2d036a 2018-10-06 04:39:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj"}}' 2018-10-06 04:39:51,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-597096ab-bd5b-425d-8492-f41e62c85a5d Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb"}, "enabled": true, "id": "eb3c45ac7fa04ce88c9639cc3f7f85fb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj"}} 2018-10-06 04:39:51,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-597096ab-bd5b-425d-8492-f41e62c85a5d 2018-10-06 04:39:51,041 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj 2018-10-06 04:39:51,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:51,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:51,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["p4F-KLuoSlqb78W_LIYwZA"], "issued_at": "2018-10-06T04:39:51.000000Z"}} 2018-10-06 04:39:51,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fdf7cf0e43cf32b652d073555816bf093fb1aed" 2018-10-06 04:39:51,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d260846-c83d-4a57-9ce9-6222c0c969d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:51,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9d260846-c83d-4a57-9ce9-6222c0c969d1 2018-10-06 04:39:51,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:51,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:51,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fdf7cf0e43cf32b652d073555816bf093fb1aed" 2018-10-06 04:39:51,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f9268c4-0d2d-40de-b74b-f6207a5db62d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:51,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2f9268c4-0d2d-40de-b74b-f6207a5db62d 2018-10-06 04:39:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fdf7cf0e43cf32b652d073555816bf093fb1aed" 2018-10-06 04:39:51,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f644d4-df2a-4f3e-8c55-9497df4d6377 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb"}, "enabled": true, "id": "eb3c45ac7fa04ce88c9639cc3f7f85fb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj"}]} 2018-10-06 04:39:51,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj used request id req-b5f644d4-df2a-4f3e-8c55-9497df4d6377 2018-10-06 04:39:51,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fdf7cf0e43cf32b652d073555816bf093fb1aed" 2018-10-06 04:39:51,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4318dd5-c18a-4b82-be66-5e48cea01f10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:51,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d4318dd5-c18a-4b82-be66-5e48cea01f10 2018-10-06 04:39:52,155 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-user 2018-10-06 04:39:52,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:52,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:52,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d619f2f-5898-4fe2-b7bd-29b064ad449b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:52,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6d619f2f-5898-4fe2-b7bd-29b064ad449b 2018-10-06 04:39:52,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role"}}' 2018-10-06 04:39:52,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af88d58d-bbb3-4555-b639-a5c27f26f0b8 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d9348c4939a34bf6a501c4de8466e815", "links": {"self": "http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815"}, "name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role"}} 2018-10-06 04:39:52,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-af88d58d-bbb3-4555-b639-a5c27f26f0b8 2018-10-06 04:39:52,359 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role 2018-10-06 04:39:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:52,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf438bbe-adab-448f-99de-67491b6680a8 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role", "id": "d9348c4939a34bf6a501c4de8466e815"}} 2018-10-06 04:39:52,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815 used request id req-cf438bbe-adab-448f-99de-67491b6680a8 2018-10-06 04:39:52,446 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role to project CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj 2018-10-06 04:39:52,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb/users/c1bb814b3e764c2c88dc21abb596687e/roles/d9348c4939a34bf6a501c4de8466e815 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:52,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e69dc231-faa7-410a-82a1-c593b12a4872 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:52,582 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb/users/c1bb814b3e764c2c88dc21abb596687e/roles/d9348c4939a34bf6a501c4de8466e815 used request id req-e69dc231-faa7-410a-82a1-c593b12a4872 2018-10-06 04:39:52,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:52,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:52,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xeNaXspaQ8a60zoamABRsQ"], "issued_at": "2018-10-06T04:39:52.000000Z"}} 2018-10-06 04:39:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf96e8b4c50b09c201024bdf8d073d1dd22083" 2018-10-06 04:39:53,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-289303e1-7230-4f1b-b622-9ad44580fd97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:53,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-289303e1-7230-4f1b-b622-9ad44580fd97 2018-10-06 04:39:53,057 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf96e8b4c50b09c201024bdf8d073d1dd22083" 2018-10-06 04:39:53,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:53 GMT Server: Apache x-compute-request-id: req-c7d1e9b1-9e17-4d1a-a791-ad28cf0c3023 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7d1e9b1-9e17-4d1a-a791-ad28cf0c3023 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:39:53,235 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-c7d1e9b1-9e17-4d1a-a791-ad28cf0c3023 2018-10-06 04:39:53,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c7d1e9b1-9e17-4d1a-a791-ad28cf0c3023" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf96e8b4c50b09c201024bdf8d073d1dd22083" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341", "description": null}}' 2018-10-06 04:39:53,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:53 GMT Server: Apache x-compute-request-id: req-77a311af-c2f1-439d-a0f0-98b46b6dfc88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77a311af-c2f1-439d-a0f0-98b46b6dfc88 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "31ae7ed4-f2d0-462f-bc6c-b7892541252b", "description": null}} 2018-10-06 04:39:53,446 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-77a311af-c2f1-439d-a0f0-98b46b6dfc88 2018-10-06 04:39:53,447 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341 2018-10-06 04:39:53,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:53,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:53 GMT Server: Apache x-compute-request-id: req-a184c149-7b09-494c-b40c-be35ceaff382 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a184c149-7b09-494c-b40c-be35ceaff382 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "31ae7ed4-f2d0-462f-bc6c-b7892541252b", "description": null}]} 2018-10-06 04:39:53,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-a184c149-7b09-494c-b40c-be35ceaff382 2018-10-06 04:39:53,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a184c149-7b09-494c-b40c-be35ceaff382" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:53,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:53 GMT Server: Apache x-compute-request-id: req-47a5df42-ff5d-4282-ad35-cf3cff2cc136 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47a5df42-ff5d-4282-ad35-cf3cff2cc136 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "31ae7ed4-f2d0-462f-bc6c-b7892541252b", "description": null}} 2018-10-06 04:39:53,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b used request id req-47a5df42-ff5d-4282-ad35-cf3cff2cc136 2018-10-06 04:39:53,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a184c149-7b09-494c-b40c-be35ceaff382" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:54,089 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:53 GMT Server: Apache x-compute-request-id: req-4b6bf8bf-a9bb-4e77-8cb3-c0890ff86fda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b6bf8bf-a9bb-4e77-8cb3-c0890ff86fda Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:39:54,090 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b/encryption used request id req-4b6bf8bf-a9bb-4e77-8cb3-c0890ff86fda 2018-10-06 04:39:54,090 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341 2018-10-06 04:39:54,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a184c149-7b09-494c-b40c-be35ceaff382" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:54,287 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:39:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8b13947-609d-447b-95f5-13df08872ebe 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-10-06 04:39:54,287 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b used request id req-b8b13947-609d-447b-95f5-13df08872ebe 2018-10-06 04:39:54,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a184c149-7b09-494c-b40c-be35ceaff382" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6683e0f78fc0d7ae914eed9ae9a750b668583884" 2018-10-06 04:39:54,841 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:54 GMT Server: Apache x-compute-request-id: req-46f27820-de9d-4ba1-a794-349bac1b031e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-46f27820-de9d-4ba1-a794-349bac1b031e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:39:54,841 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-46f27820-de9d-4ba1-a794-349bac1b031e 2018-10-06 04:39:54,842 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d35edb0e-8302-46a7-8930-ff8ce8c48341 2018-10-06 04:39:54,845 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7d1e9b1-9e17-4d1a-a791-ad28cf0c3023" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf96e8b4c50b09c201024bdf8d073d1dd22083" 2018-10-06 04:39:55,400 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:39:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b0e402ff-bb07-4363-a573-1aec6175cf34 x-openstack-request-id: req-b0e402ff-bb07-4363-a573-1aec6175cf34 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 31ae7ed4-f2d0-462f-bc6c-b7892541252b could not be found.", "code": 404}} 2018-10-06 04:39:55,400 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/31ae7ed4-f2d0-462f-bc6c-b7892541252b used request id req-b0e402ff-bb07-4363-a573-1aec6175cf34 2018-10-06 04:39:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:55,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-abf7e18f-7ca6-4cca-a4cb-63dd0acdd042 Date: Sat, 06 Oct 2018 04:39:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:39:55,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-abf7e18f-7ca6-4cca-a4cb-63dd0acdd042 2018-10-06 04:39:55,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:55,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d373ff51-b398-42c2-b90a-d92e118c2f82 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:39:55,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d373ff51-b398-42c2-b90a-d92e118c2f82 2018-10-06 04:39:55,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:55,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133d2ec7-4e82-40d2-a4aa-3607f5f1d4d9 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:39:55,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-133d2ec7-4e82-40d2-a4aa-3607f5f1d4d9 2018-10-06 04:39:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:55,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7fe14e0-4825-4236-8be1-760d4ceeea62 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:39:55,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-a7fe14e0-4825-4236-8be1-760d4ceeea62 2018-10-06 04:39:55,816 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj 2018-10-06 04:39:55,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:56,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9f14c38-cdd2-42ac-b42b-5f2a86da4969 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:56,014 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/eb3c45ac7fa04ce88c9639cc3f7f85fb used request id req-a9f14c38-cdd2-42ac-b42b-5f2a86da4969 2018-10-06 04:39:56,015 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-proj-role 2018-10-06 04:39:56,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:56,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e33a1212-2bd2-4ec2-8880-f30ceabce38e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:56,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/d9348c4939a34bf6a501c4de8466e815 used request id req-e33a1212-2bd2-4ec2-8880-f30ceabce38e 2018-10-06 04:39:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5599e40ecbc2c3ec5d01ad764e032222e6d0025" 2018-10-06 04:39:56,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2e07be-a5f0-4388-a9a6-ee9173fd9afc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:56,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9b2e07be-a5f0-4388-a9a6-ee9173fd9afc 2018-10-06 04:39:56,210 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-690f11ac-1bb4-446-user 2018-10-06 04:39:56,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c1bb814b3e764c2c88dc21abb596687e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fdf7cf0e43cf32b652d073555816bf093fb1aed" 2018-10-06 04:39:56,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc30ade4-1e7c-4e68-a420-8a2e8e86d0c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:56,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c1bb814b3e764c2c88dc21abb596687e used request id req-fc30ade4-1e7c-4e68-a420-8a2e8e86d0c1 2018-10-06 04:39:56,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:56,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["sFZZxJ9gRB6GbIXjRumBuQ"], "issued_at": "2018-10-06T04:39:56.000000Z"}} 2018-10-06 04:39:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333eb1beba866f0b9ff390cb88304811dbc273b1" 2018-10-06 04:39:56,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71447c53-f0e6-4d2e-ac05-f5bbdcce7d32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:56,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71447c53-f0e6-4d2e-ac05-f5bbdcce7d32 2018-10-06 04:39:56,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:56,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:57,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["S2ciRFe9R9uPjd4NAkSB4Q"], "issued_at": "2018-10-06T04:39:57.000000Z"}} 2018-10-06 04:39:57,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:57,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee1239b-d611-4d28-b31b-eed3a8c81017 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:57,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ee1239b-d611-4d28-b31b-eed3a8c81017 2018-10-06 04:39:57,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:57,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:57,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:57,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18409e9b-dddf-4250-89e3-e241305d5a9c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:39:57,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj used request id req-18409e9b-dddf-4250-89e3-e241305d5a9c 2018-10-06 04:39:57,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:57,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e9a320-7fe4-4d9b-acfc-df49b099c5f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:57,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-93e9a320-7fe4-4d9b-acfc-df49b099c5f2 2018-10-06 04:39:57,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj"}}' 2018-10-06 04:39:57,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb2927d8-a8f5-4ef5-a0a5-bff164b201dc Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211"}, "enabled": true, "id": "ca5b4aa3ae024a779d2cf677a87ce211", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj"}} 2018-10-06 04:39:57,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-eb2927d8-a8f5-4ef5-a0a5-bff164b201dc 2018-10-06 04:39:57,627 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj 2018-10-06 04:39:57,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:57,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:58,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["v9MVm4D3SCK44gCzDKAZ4Q"], "issued_at": "2018-10-06T04:39:58.000000Z"}} 2018-10-06 04:39:58,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6eca80e42bf0d9ec2b40bb498861831c40a2f0" 2018-10-06 04:39:58,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad253b28-4cc1-4890-b98e-efb4a63c4b8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:58,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad253b28-4cc1-4890-b98e-efb4a63c4b8b 2018-10-06 04:39:58,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:39:58,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:39:58,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6eca80e42bf0d9ec2b40bb498861831c40a2f0" 2018-10-06 04:39:58,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c1d73f9-72f8-49d8-9e8e-919a42ca3c42 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:39:58,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3c1d73f9-72f8-49d8-9e8e-919a42ca3c42 2018-10-06 04:39:58,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6eca80e42bf0d9ec2b40bb498861831c40a2f0" 2018-10-06 04:39:58,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a448b4-8335-4d30-9388-2c09c794700f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211"}, "enabled": true, "id": "ca5b4aa3ae024a779d2cf677a87ce211", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj"}]} 2018-10-06 04:39:58,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj used request id req-32a448b4-8335-4d30-9388-2c09c794700f 2018-10-06 04:39:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6eca80e42bf0d9ec2b40bb498861831c40a2f0" 2018-10-06 04:39:58,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c83c5f0-e3c3-426b-8d77-cc5545847e2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:39:58,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5c83c5f0-e3c3-426b-8d77-cc5545847e2a 2018-10-06 04:39:58,783 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-user 2018-10-06 04:39:58,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:58,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6a1100-0177-4249-b563-825abe4f3f5d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:39:58,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1e6a1100-0177-4249-b563-825abe4f3f5d 2018-10-06 04:39:58,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role"}}' 2018-10-06 04:39:58,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1740b361-6c92-42c9-97cc-7dc881a3f7e8 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cf111cd627d54d3a9c8d4da373b381b8", "links": {"self": "http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8"}, "name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role"}} 2018-10-06 04:39:58,993 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1740b361-6c92-42c9-97cc-7dc881a3f7e8 2018-10-06 04:39:58,993 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role 2018-10-06 04:39:58,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:59,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c00d8c-d307-47b7-b067-2644968b1e4c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role", "id": "cf111cd627d54d3a9c8d4da373b381b8"}} 2018-10-06 04:39:59,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8 used request id req-00c00d8c-d307-47b7-b067-2644968b1e4c 2018-10-06 04:39:59,084 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role to project CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj 2018-10-06 04:39:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211/users/d68b917eb3f04c1696b4f6538164363b/roles/cf111cd627d54d3a9c8d4da373b381b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:39:59,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:39:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c839fee-db3d-4337-b663-ee44c68a6299 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:39:59,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211/users/d68b917eb3f04c1696b4f6538164363b/roles/cf111cd627d54d3a9c8d4da373b381b8 used request id req-5c839fee-db3d-4337-b663-ee44c68a6299 2018-10-06 04:39:59,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:39:59,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:39:59,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:39:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["k-1ijUHyRxmnAj7Zbgf5zA"], "issued_at": "2018-10-06T04:39:59.000000Z"}} 2018-10-06 04:39:59,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27f9f70a1b7d8183416d85b9a564417d2b73fcb" 2018-10-06 04:39:59,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f8a94a2-de3d-4269-a186-dbcfdc401713 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:39:59,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f8a94a2-de3d-4269-a186-dbcfdc401713 2018-10-06 04:39:59,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27f9f70a1b7d8183416d85b9a564417d2b73fcb" 2018-10-06 04:39:59,867 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:59 GMT Server: Apache x-compute-request-id: req-0d597c53-b9ee-4deb-8e3a-c77025a640b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d597c53-b9ee-4deb-8e3a-c77025a640b8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:39:59,867 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-0d597c53-b9ee-4deb-8e3a-c77025a640b8 2018-10-06 04:39:59,871 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0d597c53-b9ee-4deb-8e3a-c77025a640b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27f9f70a1b7d8183416d85b9a564417d2b73fcb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "description": null}}' 2018-10-06 04:40:00,137 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:39:59 GMT Server: Apache x-compute-request-id: req-e7cb3959-7b5f-4576-9386-074a0f66bfe3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7cb3959-7b5f-4576-9386-074a0f66bfe3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28eaf3e5-6449-486e-a25f-4510b8e6eb10", "description": null}} 2018-10-06 04:40:00,138 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-e7cb3959-7b5f-4576-9386-074a0f66bfe3 2018-10-06 04:40:00,138 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c 2018-10-06 04:40:00,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333eb1beba866f0b9ff390cb88304811dbc273b1" 2018-10-06 04:40:00,327 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:00 GMT Server: Apache x-compute-request-id: req-a170b72a-8140-438b-8921-cb8baf08a2b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a170b72a-8140-438b-8921-cb8baf08a2b9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28eaf3e5-6449-486e-a25f-4510b8e6eb10", "description": null}]} 2018-10-06 04:40:00,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-a170b72a-8140-438b-8921-cb8baf08a2b9 2018-10-06 04:40:00,331 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a170b72a-8140-438b-8921-cb8baf08a2b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333eb1beba866f0b9ff390cb88304811dbc273b1" 2018-10-06 04:40:00,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:00 GMT Server: Apache x-compute-request-id: req-aae1592b-381c-4240-ace8-4c72868286b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aae1592b-381c-4240-ace8-4c72868286b0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28eaf3e5-6449-486e-a25f-4510b8e6eb10", "description": null}} 2018-10-06 04:40:00,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 used request id req-aae1592b-381c-4240-ace8-4c72868286b0 2018-10-06 04:40:00,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a170b72a-8140-438b-8921-cb8baf08a2b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333eb1beba866f0b9ff390cb88304811dbc273b1" 2018-10-06 04:40:00,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:00 GMT Server: Apache x-compute-request-id: req-33ea1275-7cd0-4814-9163-c13eb1b27256 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-33ea1275-7cd0-4814-9163-c13eb1b27256 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:40:00,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10/encryption used request id req-33ea1275-7cd0-4814-9163-c13eb1b27256 2018-10-06 04:40:00,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:00,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:01,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XJjm2AGlRQGgsUlk-UeNVg"], "issued_at": "2018-10-06T04:40:01.000000Z"}} 2018-10-06 04:40:01,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c9a37141c3d77c6cc51b39282036f3af731e7f" 2018-10-06 04:40:01,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4754ca5-17b8-4dc8-9365-36f29c0981c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:01,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4754ca5-17b8-4dc8-9365-36f29c0981c0 2018-10-06 04:40:01,146 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c9a37141c3d77c6cc51b39282036f3af731e7f" 2018-10-06 04:40:01,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:01 GMT Server: Apache x-compute-request-id: req-732ab334-6b62-4094-9e04-da8bd41c2a17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-732ab334-6b62-4094-9e04-da8bd41c2a17 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28eaf3e5-6449-486e-a25f-4510b8e6eb10", "description": null}]} 2018-10-06 04:40:01,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-732ab334-6b62-4094-9e04-da8bd41c2a17 2018-10-06 04:40:01,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-732ab334-6b62-4094-9e04-da8bd41c2a17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c9a37141c3d77c6cc51b39282036f3af731e7f" 2018-10-06 04:40:01,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:01 GMT Server: Apache x-compute-request-id: req-526f8d92-fcfa-4f49-8153-cc5c15efc0bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-526f8d92-fcfa-4f49-8153-cc5c15efc0bc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28eaf3e5-6449-486e-a25f-4510b8e6eb10", "description": null}} 2018-10-06 04:40:01,900 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 used request id req-526f8d92-fcfa-4f49-8153-cc5c15efc0bc 2018-10-06 04:40:01,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-732ab334-6b62-4094-9e04-da8bd41c2a17" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c9a37141c3d77c6cc51b39282036f3af731e7f" 2018-10-06 04:40:02,071 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:01 GMT Server: Apache x-compute-request-id: req-3f5cc40d-6710-440a-a64f-aa14a4a7cf8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f5cc40d-6710-440a-a64f-aa14a4a7cf8c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:40:02,071 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10/encryption used request id req-3f5cc40d-6710-440a-a64f-aa14a4a7cf8c 2018-10-06 04:40:02,071 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-2dbece4d-5604-4583-982a-291452e5b73c 2018-10-06 04:40:02,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d597c53-b9ee-4deb-8e3a-c77025a640b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27f9f70a1b7d8183416d85b9a564417d2b73fcb" 2018-10-06 04:40:02,749 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14897776-b146-4b1d-9bca-19c7c7ce90de 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-10-06 04:40:02,749 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/28eaf3e5-6449-486e-a25f-4510b8e6eb10 used request id req-14897776-b146-4b1d-9bca-19c7c7ce90de 2018-10-06 04:40:02,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:02,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1e02cca9-3a57-4a63-877d-c6d05738f96b Date: Sat, 06 Oct 2018 04:40:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:02,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1e02cca9-3a57-4a63-877d-c6d05738f96b 2018-10-06 04:40:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3403b4fc-6351-4a02-bdaf-6710501ae41c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:03,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-3403b4fc-6351-4a02-bdaf-6710501ae41c 2018-10-06 04:40:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01b9ed2-27ef-4fd4-a3af-c84d5940ee56 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:03,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a01b9ed2-27ef-4fd4-a3af-c84d5940ee56 2018-10-06 04:40:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0424d743-0c52-4bae-b436-fce98c8523de Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:03,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-0424d743-0c52-4bae-b436-fce98c8523de 2018-10-06 04:40:03,241 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj 2018-10-06 04:40:03,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-932e5e53-2a93-4aaa-b94f-1832c077e3e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:03,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ca5b4aa3ae024a779d2cf677a87ce211 used request id req-932e5e53-2a93-4aaa-b94f-1832c077e3e3 2018-10-06 04:40:03,445 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-proj-role 2018-10-06 04:40:03,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a0b882-fe5e-4048-8d7c-77f596fb9dce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:03,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cf111cd627d54d3a9c8d4da373b381b8 used request id req-11a0b882-fe5e-4048-8d7c-77f596fb9dce 2018-10-06 04:40:03,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3085a91c7a7436359e057e661cd20d6979b45671" 2018-10-06 04:40:03,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7958ea15-2c9f-4662-8649-cccdf51935f5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:03,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7958ea15-2c9f-4662-8649-cccdf51935f5 2018-10-06 04:40:03,574 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-10739875-3d4a-47c-user 2018-10-06 04:40:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d68b917eb3f04c1696b4f6538164363b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6eca80e42bf0d9ec2b40bb498861831c40a2f0" 2018-10-06 04:40:03,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a8d646f-09a6-4929-a9d9-93d49a3d41d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:03,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d68b917eb3f04c1696b4f6538164363b used request id req-7a8d646f-09a6-4929-a9d9-93d49a3d41d7 2018-10-06 04:40:03,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:04,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MNBOdleURKKZT5-VbTUeZw"], "issued_at": "2018-10-06T04:40:04.000000Z"}} 2018-10-06 04:40:04,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:04,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4630b4e-7547-4b3d-b3f6-09f9238c91e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:04,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4630b4e-7547-4b3d-b3f6-09f9238c91e5 2018-10-06 04:40:04,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:04,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:04,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["pRhl4A9qQAegCTt2Ovc4KA"], "issued_at": "2018-10-06T04:40:04.000000Z"}} 2018-10-06 04:40:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:04,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12413d11-d5b8-4fbb-8665-18bf3e8ce6d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:04,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-12413d11-d5b8-4fbb-8665-18bf3e8ce6d3 2018-10-06 04:40:04,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:04,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:04,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:04,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e4f548-3469-4d9b-8416-aad8a866f672 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:04,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj used request id req-c8e4f548-3469-4d9b-8416-aad8a866f672 2018-10-06 04:40:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:04,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2271d3-cb9f-4523-862f-1b721caad77b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:04,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2f2271d3-cb9f-4523-862f-1b721caad77b 2018-10-06 04:40:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj"}}' 2018-10-06 04:40:05,088 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a391fbe8-27c1-48aa-9274-1388b2286561 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da"}, "enabled": true, "id": "a1f21f1f21ee4c62bf0a891dca2379da", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj"}} 2018-10-06 04:40:05,088 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-a391fbe8-27c1-48aa-9274-1388b2286561 2018-10-06 04:40:05,089 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj 2018-10-06 04:40:05,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:05,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:05,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["rkRsFHSXTKyY8tK9Dqthyw"], "issued_at": "2018-10-06T04:40:05.000000Z"}} 2018-10-06 04:40:05,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33366dfded8350c5063cdad99d4c780e2101d492" 2018-10-06 04:40:05,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eba4998-7eb0-427b-b67a-1d813dfb3500 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:05,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1eba4998-7eb0-427b-b67a-1d813dfb3500 2018-10-06 04:40:05,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:05,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:05,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33366dfded8350c5063cdad99d4c780e2101d492" 2018-10-06 04:40:05,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb76f90-a261-426c-85a4-8f780644cc97 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:05,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4cb76f90-a261-426c-85a4-8f780644cc97 2018-10-06 04:40:05,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33366dfded8350c5063cdad99d4c780e2101d492" 2018-10-06 04:40:05,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b40791-3d43-4ca4-b744-0ed70df7deb7 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da"}, "enabled": true, "id": "a1f21f1f21ee4c62bf0a891dca2379da", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj"}]} 2018-10-06 04:40:05,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj used request id req-72b40791-3d43-4ca4-b744-0ed70df7deb7 2018-10-06 04:40:05,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33366dfded8350c5063cdad99d4c780e2101d492" 2018-10-06 04:40:05,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb643c31-35e4-4ff3-bfb3-fea054ccc730 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:05,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-fb643c31-35e4-4ff3-bfb3-fea054ccc730 2018-10-06 04:40:06,226 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-user 2018-10-06 04:40:06,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:06,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:06,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cae3a0-c07e-4256-8767-5ec7ead3d7f5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:06,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d5cae3a0-c07e-4256-8767-5ec7ead3d7f5 2018-10-06 04:40:06,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role"}}' 2018-10-06 04:40:06,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d17dffdf-f9aa-43fe-baa6-db8a13bcb59d Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a3c9879612cf48b0bffd176725f020a9", "links": {"self": "http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9"}, "name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role"}} 2018-10-06 04:40:06,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d17dffdf-f9aa-43fe-baa6-db8a13bcb59d 2018-10-06 04:40:06,418 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role 2018-10-06 04:40:06,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:06,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6715485b-6217-4bce-81de-51d7f0b60f4d Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role", "id": "a3c9879612cf48b0bffd176725f020a9"}} 2018-10-06 04:40:06,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9 used request id req-6715485b-6217-4bce-81de-51d7f0b60f4d 2018-10-06 04:40:06,509 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role to project CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj 2018-10-06 04:40:06,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da/users/164e03a8774846ccb286a35fd4366d07/roles/a3c9879612cf48b0bffd176725f020a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:06,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b274fd0a-8531-45a0-8cb1-93ded6a9ce1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:06,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da/users/164e03a8774846ccb286a35fd4366d07/roles/a3c9879612cf48b0bffd176725f020a9 used request id req-b274fd0a-8531-45a0-8cb1-93ded6a9ce1f 2018-10-06 04:40:06,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:06,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:07,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4pVxXu8VRwSc05GhAc7umw"], "issued_at": "2018-10-06T04:40:07.000000Z"}} 2018-10-06 04:40:07,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425cc2cb1413d4f271475fcab0dba6df9de779f5" 2018-10-06 04:40:07,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0c7865-ca2e-4ca8-82f9-f14ad820bd86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:07,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b0c7865-ca2e-4ca8-82f9-f14ad820bd86 2018-10-06 04:40:07,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425cc2cb1413d4f271475fcab0dba6df9de779f5" 2018-10-06 04:40:07,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache x-compute-request-id: req-119db6d1-c2d5-42ef-8446-bbfb5c23bb88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-119db6d1-c2d5-42ef-8446-bbfb5c23bb88 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:40:07,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-119db6d1-c2d5-42ef-8446-bbfb5c23bb88 2018-10-06 04:40:07,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-119db6d1-c2d5-42ef-8446-bbfb5c23bb88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425cc2cb1413d4f271475fcab0dba6df9de779f5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "description": null}}' 2018-10-06 04:40:07,519 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache x-compute-request-id: req-c89cffb7-9170-41ed-87e7-728978a7fcd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c89cffb7-9170-41ed-87e7-728978a7fcd4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9444fa84-4536-4a3a-917e-e91ba5aa326d", "description": null}} 2018-10-06 04:40:07,519 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-c89cffb7-9170-41ed-87e7-728978a7fcd4 2018-10-06 04:40:07,520 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7 2018-10-06 04:40:07,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:07,682 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache x-compute-request-id: req-7017851a-b52f-4301-9c29-7aed595178c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7017851a-b52f-4301-9c29-7aed595178c0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9444fa84-4536-4a3a-917e-e91ba5aa326d", "description": null}]} 2018-10-06 04:40:07,683 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-7017851a-b52f-4301-9c29-7aed595178c0 2018-10-06 04:40:07,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7017851a-b52f-4301-9c29-7aed595178c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:07,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache x-compute-request-id: req-a6df98e2-a1a6-42ff-8e1b-9bd2d852da7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6df98e2-a1a6-42ff-8e1b-9bd2d852da7a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9444fa84-4536-4a3a-917e-e91ba5aa326d", "description": null}} 2018-10-06 04:40:07,867 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d used request id req-a6df98e2-a1a6-42ff-8e1b-9bd2d852da7a 2018-10-06 04:40:07,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7017851a-b52f-4301-9c29-7aed595178c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:08,047 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:07 GMT Server: Apache x-compute-request-id: req-ecafa968-12b3-4578-a6e9-3f074c099b11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ecafa968-12b3-4578-a6e9-3f074c099b11 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:40:08,047 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d/encryption used request id req-ecafa968-12b3-4578-a6e9-3f074c099b11 2018-10-06 04:40:08,050 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7017851a-b52f-4301-9c29-7aed595178c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:08,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:08 GMT Server: Apache x-compute-request-id: req-87c4556f-a80d-4c64-b031-9a67ee43d780 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87c4556f-a80d-4c64-b031-9a67ee43d780 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9444fa84-4536-4a3a-917e-e91ba5aa326d", "description": null}} 2018-10-06 04:40:08,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d used request id req-87c4556f-a80d-4c64-b031-9a67ee43d780 2018-10-06 04:40:08,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7017851a-b52f-4301-9c29-7aed595178c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:08,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:08 GMT Server: Apache x-compute-request-id: req-1e862fee-23fb-46c9-a193-6f143819e135 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e862fee-23fb-46c9-a193-6f143819e135 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9444fa84-4536-4a3a-917e-e91ba5aa326d", "description": null}} 2018-10-06 04:40:08,394 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d used request id req-1e862fee-23fb-46c9-a193-6f143819e135 2018-10-06 04:40:08,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7017851a-b52f-4301-9c29-7aed595178c0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2299d7d66c4c9a12206238532c34d0ed03ab79bb" 2018-10-06 04:40:08,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:08 GMT Server: Apache x-compute-request-id: req-b733c61a-2c66-4496-a059-9485aa528eb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b733c61a-2c66-4496-a059-9485aa528eb2 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:40:08,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d/encryption used request id req-b733c61a-2c66-4496-a059-9485aa528eb2 2018-10-06 04:40:08,574 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-b3bfc804-9407-4ead-a7a1-457391067db7 2018-10-06 04:40:08,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-119db6d1-c2d5-42ef-8446-bbfb5c23bb88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425cc2cb1413d4f271475fcab0dba6df9de779f5" 2018-10-06 04:40:08,771 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bddcddce-7c27-46d4-bde2-0096741d79f2 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-10-06 04:40:08,771 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/9444fa84-4536-4a3a-917e-e91ba5aa326d used request id req-bddcddce-7c27-46d4-bde2-0096741d79f2 2018-10-06 04:40:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:08,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-19397fa9-88d6-4e23-b7f8-eed2c4521fb5 Date: Sat, 06 Oct 2018 04:40:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:08,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-19397fa9-88d6-4e23-b7f8-eed2c4521fb5 2018-10-06 04:40:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac20cd42-5064-437f-aa9a-b476a7df8114 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:09,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-ac20cd42-5064-437f-aa9a-b476a7df8114 2018-10-06 04:40:09,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6741dc6-a901-48ba-8bb3-635658c59c3a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:09,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-d6741dc6-a901-48ba-8bb3-635658c59c3a 2018-10-06 04:40:09,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbe165d-c393-4d23-958e-e3c6d26a4013 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:09,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-1bbe165d-c393-4d23-958e-e3c6d26a4013 2018-10-06 04:40:09,276 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj 2018-10-06 04:40:09,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cea175f-d006-4202-aa69-3f446be1219a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:09,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a1f21f1f21ee4c62bf0a891dca2379da used request id req-6cea175f-d006-4202-aa69-3f446be1219a 2018-10-06 04:40:09,475 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-proj-role 2018-10-06 04:40:09,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5785a388-71ea-483d-b13d-8ddebb4a648b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:09,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/a3c9879612cf48b0bffd176725f020a9 used request id req-5785a388-71ea-483d-b13d-8ddebb4a648b 2018-10-06 04:40:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d3a1fff780873970fe1caaf18b0cf597d7a3b7b" 2018-10-06 04:40:09,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be8b3f0-0c0c-4fa0-85d2-6626b2adb203 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:09,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0be8b3f0-0c0c-4fa0-85d2-6626b2adb203 2018-10-06 04:40:09,686 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-a3aeee73-dbb1-46c-user 2018-10-06 04:40:09,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/164e03a8774846ccb286a35fd4366d07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33366dfded8350c5063cdad99d4c780e2101d492" 2018-10-06 04:40:09,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0787580d-a398-407a-bf2e-d89b210f5887 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:09,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/164e03a8774846ccb286a35fd4366d07 used request id req-0787580d-a398-407a-bf2e-d89b210f5887 2018-10-06 04:40:09,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:10,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["x8KQdNX_TBK8veQaQmZ9Gg"], "issued_at": "2018-10-06T04:40:10.000000Z"}} 2018-10-06 04:40:10,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ea2f8dd62006475ae2235706785b9e9734a70" 2018-10-06 04:40:10,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1007ee-2882-4d75-a5e2-804e6442b4f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:10,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1d1007ee-2882-4d75-a5e2-804e6442b4f0 2018-10-06 04:40:10,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:10,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:10,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["0Ub6yJlgS2a_YVWSDDzKRQ"], "issued_at": "2018-10-06T04:40:10.000000Z"}} 2018-10-06 04:40:10,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:10,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19a82f5-0d99-4dd2-8a4e-ecd00e00ff00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:10,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f19a82f5-0d99-4dd2-8a4e-ecd00e00ff00 2018-10-06 04:40:10,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:10,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:10,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:10,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c46ff07-4923-45f2-961f-fb4955c18a90 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:10,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj used request id req-5c46ff07-4923-45f2-961f-fb4955c18a90 2018-10-06 04:40:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:11,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f99ee35-8485-406a-a684-5408ea44155f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:11,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4f99ee35-8485-406a-a684-5408ea44155f 2018-10-06 04:40:11,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj"}}' 2018-10-06 04:40:11,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86734bf8-a17e-4ab7-9994-a5b6f0c29c71 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c"}, "enabled": true, "id": "73a857c451dc4d25b6a2d7f55967c02c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj"}} 2018-10-06 04:40:11,130 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-86734bf8-a17e-4ab7-9994-a5b6f0c29c71 2018-10-06 04:40:11,131 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-proj 2018-10-06 04:40:11,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:11,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:11,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xSe_2_G7RBKbmkwzHo-Kww"], "issued_at": "2018-10-06T04:40:11.000000Z"}} 2018-10-06 04:40:11,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24575cabd023bb70e1b51fc7b38c3036ac65d3e" 2018-10-06 04:40:11,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3adeeb-3065-4895-9129-c22673cd10c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:11,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b3adeeb-3065-4895-9129-c22673cd10c3 2018-10-06 04:40:11,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:11,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24575cabd023bb70e1b51fc7b38c3036ac65d3e" 2018-10-06 04:40:11,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb6e67e-0e31-48ad-9864-04bed934280d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:11,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5eb6e67e-0e31-48ad-9864-04bed934280d 2018-10-06 04:40:11,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24575cabd023bb70e1b51fc7b38c3036ac65d3e" 2018-10-06 04:40:11,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddfa346-c285-4595-8a58-573ae6eb279f Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c"}, "enabled": true, "id": "73a857c451dc4d25b6a2d7f55967c02c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj"}]} 2018-10-06 04:40:11,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-add98495-cbeb-438-proj used request id req-cddfa346-c285-4595-8a58-573ae6eb279f 2018-10-06 04:40:11,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24575cabd023bb70e1b51fc7b38c3036ac65d3e" 2018-10-06 04:40:11,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c1187a-05d8-43da-a691-590ba37e1ea1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:11,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-11c1187a-05d8-43da-a691-590ba37e1ea1 2018-10-06 04:40:12,197 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-user 2018-10-06 04:40:12,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:12,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:12,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c2fc96-194d-4837-8db0-dd193a1fc6a8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:12,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f7c2fc96-194d-4837-8db0-dd193a1fc6a8 2018-10-06 04:40:12,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" -d '{"role": {"name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role"}}' 2018-10-06 04:40:12,406 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f69eb626-d4a3-48a2-9b2a-428569a1188c Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ff273db9d70429793643fd6ff76bc35", "links": {"self": "http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35"}, "name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role"}} 2018-10-06 04:40:12,406 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f69eb626-d4a3-48a2-9b2a-428569a1188c 2018-10-06 04:40:12,407 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role 2018-10-06 04:40:12,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:12,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1feabc0-5432-4442-a1fe-2679ab304653 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role", "id": "2ff273db9d70429793643fd6ff76bc35"}} 2018-10-06 04:40:12,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35 used request id req-e1feabc0-5432-4442-a1fe-2679ab304653 2018-10-06 04:40:12,505 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role to project CreateVolumeTypeComplexTests-add98495-cbeb-438-proj 2018-10-06 04:40:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c/users/296912ae9c6840218745af046ba65f3e/roles/2ff273db9d70429793643fd6ff76bc35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:12,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe03533-2214-46e6-bfc3-78761bf578a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:12,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c/users/296912ae9c6840218745af046ba65f3e/roles/2ff273db9d70429793643fd6ff76bc35 used request id req-9fe03533-2214-46e6-bfc3-78761bf578a0 2018-10-06 04:40:12,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:12,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:13,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["djiiM5VaSXeFX4dvlvNIXQ"], "issued_at": "2018-10-06T04:40:13.000000Z"}} 2018-10-06 04:40:13,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180de5e41b969973984021e966dc3f0658bde96e" 2018-10-06 04:40:13,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74526e4b-9d3f-4c2e-8e06-8045f339ffc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:13,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-74526e4b-9d3f-4c2e-8e06-8045f339ffc4 2018-10-06 04:40:13,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180de5e41b969973984021e966dc3f0658bde96e" 2018-10-06 04:40:13,278 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:13 GMT Server: Apache x-compute-request-id: req-68d8bc83-8fe7-4c9c-af22-3401f08dba84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68d8bc83-8fe7-4c9c-af22-3401f08dba84 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:40:13,278 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-68d8bc83-8fe7-4c9c-af22-3401f08dba84 2018-10-06 04:40:13,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-68d8bc83-8fe7-4c9c-af22-3401f08dba84" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180de5e41b969973984021e966dc3f0658bde96e" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-qos-spec"}}' 2018-10-06 04:40:13,456 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:13 GMT Server: Apache x-compute-request-id: req-5ca08e29-c5bf-4b6d-a203-fabac3d9e7e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ca08e29-c5bf-4b6d-a203-fabac3d9e7e9 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "4098ccbe-6968-4da3-a85a-2dcf1fc08d2d", "name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/4098ccbe-6968-4da3-a85a-2dcf1fc08d2d", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/4098ccbe-6968-4da3-a85a-2dcf1fc08d2d", "rel": "bookmark"}]} 2018-10-06 04:40:13,456 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-5ca08e29-c5bf-4b6d-a203-fabac3d9e7e9 2018-10-06 04:40:13,457 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-qos-spec 2018-10-06 04:40:13,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:13,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:13,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["sHTOGAsfRCKgi31PefTxCA"], "issued_at": "2018-10-06T04:40:13.000000Z"}} 2018-10-06 04:40:13,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31aa5a629922ee08e2932e8134e538f894f3947e" 2018-10-06 04:40:13,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6af74f-2d33-4668-b352-f3b8de667511 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:13,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef6af74f-2d33-4668-b352-f3b8de667511 2018-10-06 04:40:13,940 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31aa5a629922ee08e2932e8134e538f894f3947e" 2018-10-06 04:40:14,111 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:13 GMT Server: Apache x-compute-request-id: req-feb347a5-08e3-4a8a-ba1f-60c617d86750 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-feb347a5-08e3-4a8a-ba1f-60c617d86750 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:40:14,111 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-feb347a5-08e3-4a8a-ba1f-60c617d86750 2018-10-06 04:40:14,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-feb347a5-08e3-4a8a-ba1f-60c617d86750" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31aa5a629922ee08e2932e8134e538f894f3947e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type", "description": null}}' 2018-10-06 04:40:14,322 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:14 GMT Server: Apache x-compute-request-id: req-74445b7b-1614-4966-a42a-ee7b59ab3228 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74445b7b-1614-4966-a42a-ee7b59ab3228 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2d50df2-7634-47fa-ae7c-1555bbd5edfd", "description": null}} 2018-10-06 04:40:14,322 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-74445b7b-1614-4966-a42a-ee7b59ab3228 2018-10-06 04:40:14,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-feb347a5-08e3-4a8a-ba1f-60c617d86750" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31aa5a629922ee08e2932e8134e538f894f3947e" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 04:40:14,935 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:14 GMT Server: Apache x-compute-request-id: req-d63075bd-609b-4b0e-a3b4-892d21940f63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d63075bd-609b-4b0e-a3b4-892d21940f63 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c2d50df2-7634-47fa-ae7c-1555bbd5edfd", "name": "foo", "control_location": "back-end", "encryption_id": "95354a0c-bac5-490c-a6ea-3ae1bb59261a", "provider": "bar", "provider_class": "bar"}} 2018-10-06 04:40:14,935 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd/encryption used request id req-d63075bd-609b-4b0e-a3b4-892d21940f63 2018-10-06 04:40:14,935 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type 2018-10-06 04:40:14,939 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ea2f8dd62006475ae2235706785b9e9734a70" 2018-10-06 04:40:15,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:14 GMT Server: Apache x-compute-request-id: req-76cccff7-9756-4d28-91c7-2aa8114ad1b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76cccff7-9756-4d28-91c7-2aa8114ad1b8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2d50df2-7634-47fa-ae7c-1555bbd5edfd", "description": null}} 2018-10-06 04:40:15,114 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd used request id req-76cccff7-9756-4d28-91c7-2aa8114ad1b8 2018-10-06 04:40:15,117 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cccff7-9756-4d28-91c7-2aa8114ad1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ea2f8dd62006475ae2235706785b9e9734a70" 2018-10-06 04:40:15,278 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:15 GMT Server: Apache x-compute-request-id: req-6717996b-facb-40ca-98ff-39062efd2a05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6717996b-facb-40ca-98ff-39062efd2a05 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2d50df2-7634-47fa-ae7c-1555bbd5edfd", "description": null}} 2018-10-06 04:40:15,278 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd used request id req-6717996b-facb-40ca-98ff-39062efd2a05 2018-10-06 04:40:15,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cccff7-9756-4d28-91c7-2aa8114ad1b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f84ea2f8dd62006475ae2235706785b9e9734a70" 2018-10-06 04:40:15,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:15 GMT Server: Apache x-compute-request-id: req-7df1c51c-976f-4b63-ad15-8a71d35b0d9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7df1c51c-976f-4b63-ad15-8a71d35b0d9d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "c2d50df2-7634-47fa-ae7c-1555bbd5edfd", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T04:40:14.000000", "updated_at": null, "encryption_id": "95354a0c-bac5-490c-a6ea-3ae1bb59261a", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 04:40:15,543 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd/encryption used request id req-7df1c51c-976f-4b63-ad15-8a71d35b0d9d 2018-10-06 04:40:15,544 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-vol_type 2018-10-06 04:40:15,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-feb347a5-08e3-4a8a-ba1f-60c617d86750" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31aa5a629922ee08e2932e8134e538f894f3947e" 2018-10-06 04:40:15,766 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fbf0a507-47ce-4085-b683-96bba1fb42ff 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-10-06 04:40:15,766 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/c2d50df2-7634-47fa-ae7c-1555bbd5edfd used request id req-fbf0a507-47ce-4085-b683-96bba1fb42ff 2018-10-06 04:40:15,767 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-93be9095-a61f-4cee-8f9d-fbd08b9fc0d5-qos-spec 2018-10-06 04:40:15,770 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/4098ccbe-6968-4da3-a85a-2dcf1fc08d2d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68d8bc83-8fe7-4c9c-af22-3401f08dba84" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180de5e41b969973984021e966dc3f0658bde96e" 2018-10-06 04:40:15,963 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01560f43-da79-442c-bb98-efc9eeb15015 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-10-06 04:40:15,963 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/4098ccbe-6968-4da3-a85a-2dcf1fc08d2d?force=False used request id req-01560f43-da79-442c-bb98-efc9eeb15015 2018-10-06 04:40:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f3be0c2e-a70e-4f74-a473-563aebb7aaf2 Date: Sat, 06 Oct 2018 04:40:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:16,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f3be0c2e-a70e-4f74-a473-563aebb7aaf2 2018-10-06 04:40:16,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a61329f4-ed34-4012-aaa9-c408f18b27f1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:16,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-a61329f4-ed34-4012-aaa9-c408f18b27f1 2018-10-06 04:40:16,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9f9c4f2-055a-49a2-9c7f-d25a2a49c131 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:16,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-f9f9c4f2-055a-49a2-9c7f-d25a2a49c131 2018-10-06 04:40:16,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5f8dc6-6ea4-4daf-92ae-cc727370757c Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:16,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-8d5f8dc6-6ea4-4daf-92ae-cc727370757c 2018-10-06 04:40:16,484 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-proj 2018-10-06 04:40:16,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87dc5fb5-455d-41b4-afa7-f947ad8114b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:16,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/73a857c451dc4d25b6a2d7f55967c02c used request id req-87dc5fb5-455d-41b4-afa7-f947ad8114b0 2018-10-06 04:40:16,769 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-proj-role 2018-10-06 04:40:16,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19641db8-feb0-4509-9f03-c44916554938 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:16,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2ff273db9d70429793643fd6ff76bc35 used request id req-19641db8-feb0-4509-9f03-c44916554938 2018-10-06 04:40:16,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ce04fad00a8075b77b9cf78acf6a4022b159ad8" 2018-10-06 04:40:16,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428bb232-7e52-4331-8cb0-f9e7d0723bcd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:16,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-428bb232-7e52-4331-8cb0-f9e7d0723bcd 2018-10-06 04:40:16,966 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-add98495-cbeb-438-user 2018-10-06 04:40:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/296912ae9c6840218745af046ba65f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d24575cabd023bb70e1b51fc7b38c3036ac65d3e" 2018-10-06 04:40:17,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18a6f716-eed9-45b6-ade3-f526b2c82871 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:17,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/296912ae9c6840218745af046ba65f3e used request id req-18a6f716-eed9-45b6-ade3-f526b2c82871 2018-10-06 04:40:17,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:17,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-UnPjR08QI2cN6yINFnbaA"], "issued_at": "2018-10-06T04:40:17.000000Z"}} 2018-10-06 04:40:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}309826b2fbcbab613d97ed1b2b817d19b860c050" 2018-10-06 04:40:17,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e88cae-3b30-4f8b-9e8c-3f09e5e3c92b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:17,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-25e88cae-3b30-4f8b-9e8c-3f09e5e3c92b 2018-10-06 04:40:17,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:17,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:18,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["nbtQmLMRTiyFioBnFSG9lg"], "issued_at": "2018-10-06T04:40:18.000000Z"}} 2018-10-06 04:40:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:18,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e51843-c336-4169-8383-0658e05ad50e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:18,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e5e51843-c336-4169-8383-0658e05ad50e 2018-10-06 04:40:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:18,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:18,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:18,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d011822f-4dda-442b-9c76-490376c8c0be Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:18,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj used request id req-d011822f-4dda-442b-9c76-490376c8c0be 2018-10-06 04:40:18,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:18,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7b526c-85cb-4e83-91ae-1fdb5de30d19 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:18,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4b7b526c-85cb-4e83-91ae-1fdb5de30d19 2018-10-06 04:40:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj"}}' 2018-10-06 04:40:18,430 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e425427e-fefb-4f01-b8f0-4179bb25e660 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2"}, "enabled": true, "id": "aa7ae59ec880463d84fca7e5bce9a0b2", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj"}} 2018-10-06 04:40:18,430 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e425427e-fefb-4f01-b8f0-4179bb25e660 2018-10-06 04:40:18,431 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj 2018-10-06 04:40:18,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:18,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:18,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["herMtdXxTiCOD6i8xj5jqA"], "issued_at": "2018-10-06T04:40:18.000000Z"}} 2018-10-06 04:40:18,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325ba8e91812c7da0537fcedbe9f5320cef9d9e6" 2018-10-06 04:40:18,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed36ed57-2e18-4c05-9587-4b088f4d3d6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:18,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ed36ed57-2e18-4c05-9587-4b088f4d3d6b 2018-10-06 04:40:18,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:18,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:18,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325ba8e91812c7da0537fcedbe9f5320cef9d9e6" 2018-10-06 04:40:19,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c397da2-1fe8-4420-a364-c86a8289a152 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:19,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0c397da2-1fe8-4420-a364-c86a8289a152 2018-10-06 04:40:19,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325ba8e91812c7da0537fcedbe9f5320cef9d9e6" 2018-10-06 04:40:19,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4959760c-52c0-4be1-bd93-2030ed75492a Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2"}, "enabled": true, "id": "aa7ae59ec880463d84fca7e5bce9a0b2", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj"}]} 2018-10-06 04:40:19,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj used request id req-4959760c-52c0-4be1-bd93-2030ed75492a 2018-10-06 04:40:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325ba8e91812c7da0537fcedbe9f5320cef9d9e6" 2018-10-06 04:40:19,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2ba6c8-4e66-49fa-a190-aa09b2680eee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:19,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5a2ba6c8-4e66-49fa-a190-aa09b2680eee 2018-10-06 04:40:19,496 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-user 2018-10-06 04:40:19,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:19,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:19,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5c9f82-7c68-4d4d-b4c3-3ace783f075d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:19,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e5c9f82-7c68-4d4d-b4c3-3ace783f075d 2018-10-06 04:40:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" -d '{"role": {"name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role"}}' 2018-10-06 04:40:19,712 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ebab6e9-3855-4b41-8277-90cf17392419 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "af37db714aba47fc9bd37e4f22993cd7", "links": {"self": "http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7"}, "name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role"}} 2018-10-06 04:40:19,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7ebab6e9-3855-4b41-8277-90cf17392419 2018-10-06 04:40:19,712 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role 2018-10-06 04:40:19,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:19,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd17dba-d5be-4c0e-ac86-25ccfd593efe Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role", "id": "af37db714aba47fc9bd37e4f22993cd7"}} 2018-10-06 04:40:19,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7 used request id req-4fd17dba-d5be-4c0e-ac86-25ccfd593efe 2018-10-06 04:40:19,731 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role to project CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj 2018-10-06 04:40:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2/users/6ec757885a3e4419b98b213c07a916e6/roles/af37db714aba47fc9bd37e4f22993cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:19,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b6865d5-a086-404f-b80c-5a0ad39d778b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:19,851 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2/users/6ec757885a3e4419b98b213c07a916e6/roles/af37db714aba47fc9bd37e4f22993cd7 used request id req-4b6865d5-a086-404f-b80c-5a0ad39d778b 2018-10-06 04:40:19,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:19,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:20,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["J9afEm2QSPS4QSCFNviZ0A"], "issued_at": "2018-10-06T04:40:20.000000Z"}} 2018-10-06 04:40:20,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70aad0051dd1328e82dae78d595f583c16b7053" 2018-10-06 04:40:20,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6045eca7-92c0-42f8-94a8-a2b2f6d32412 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:20,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6045eca7-92c0-42f8-94a8-a2b2f6d32412 2018-10-06 04:40:20,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70aad0051dd1328e82dae78d595f583c16b7053" 2018-10-06 04:40:20,448 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:20 GMT Server: Apache x-compute-request-id: req-9d2698af-e6e4-42dd-b491-cc18cf141d88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9d2698af-e6e4-42dd-b491-cc18cf141d88 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:40:20,448 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-9d2698af-e6e4-42dd-b491-cc18cf141d88 2018-10-06 04:40:20,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9d2698af-e6e4-42dd-b491-cc18cf141d88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70aad0051dd1328e82dae78d595f583c16b7053" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec"}}' 2018-10-06 04:40:20,658 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:20 GMT Server: Apache x-compute-request-id: req-59b7253a-a2a6-48a4-b980-5842242f016c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59b7253a-a2a6-48a4-b980-5842242f016c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "86d1cf90-c26d-4a49-9480-05b298134f7f", "name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f", "rel": "bookmark"}]} 2018-10-06 04:40:20,658 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-59b7253a-a2a6-48a4-b980-5842242f016c 2018-10-06 04:40:20,659 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec 2018-10-06 04:40:20,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:20,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:21,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["viZvXKiZQ6eLoATaAmb3xQ"], "issued_at": "2018-10-06T04:40:21.000000Z"}} 2018-10-06 04:40:21,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" 2018-10-06 04:40:21,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b526b61f-e613-41af-9130-254f7e7a30be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:21,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b526b61f-e613-41af-9130-254f7e7a30be 2018-10-06 04:40:21,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" 2018-10-06 04:40:21,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache x-compute-request-id: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:40:21,302 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825 2018-10-06 04:40:21,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type", "description": null}}' 2018-10-06 04:40:21,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache x-compute-request-id: req-c92ae43c-277c-4ed7-a7b2-d306bee65a8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c92ae43c-277c-4ed7-a7b2-d306bee65a8d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7649daff-bc36-4d55-a652-b93811667a0a", "description": null}} 2018-10-06 04:40:21,506 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-c92ae43c-277c-4ed7-a7b2-d306bee65a8d 2018-10-06 04:40:21,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" 2018-10-06 04:40:21,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache x-compute-request-id: req-c8894ad7-3a52-4bb6-a3dd-d59899a606ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8894ad7-3a52-4bb6-a3dd-d59899a606ba Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "86d1cf90-c26d-4a49-9480-05b298134f7f", "name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec"}]} 2018-10-06 04:40:21,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-c8894ad7-3a52-4bb6-a3dd-d59899a606ba 2018-10-06 04:40:21,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f/associate?vol_type_id=7649daff-bc36-4d55-a652-b93811667a0a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" 2018-10-06 04:40:21,903 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26c4cd8b-83d8-4b72-9de3-a5bb6297b02c 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-10-06 04:40:21,903 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f/associate?vol_type_id=7649daff-bc36-4d55-a652-b93811667a0a used request id req-26c4cd8b-83d8-4b72-9de3-a5bb6297b02c 2018-10-06 04:40:21,903 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type 2018-10-06 04:40:21,906 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}309826b2fbcbab613d97ed1b2b817d19b860c050" 2018-10-06 04:40:22,090 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:21 GMT Server: Apache x-compute-request-id: req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type", "qos_specs_id": "86d1cf90-c26d-4a49-9480-05b298134f7f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7649daff-bc36-4d55-a652-b93811667a0a", "description": null}} 2018-10-06 04:40:22,090 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a used request id req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48 2018-10-06 04:40:22,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}309826b2fbcbab613d97ed1b2b817d19b860c050" 2018-10-06 04:40:22,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:22 GMT Server: Apache x-compute-request-id: req-a43d5455-d92c-409b-ac9d-9304020ec30c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a43d5455-d92c-409b-ac9d-9304020ec30c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type", "qos_specs_id": "86d1cf90-c26d-4a49-9480-05b298134f7f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7649daff-bc36-4d55-a652-b93811667a0a", "description": null}} 2018-10-06 04:40:22,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a used request id req-a43d5455-d92c-409b-ac9d-9304020ec30c 2018-10-06 04:40:22,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}309826b2fbcbab613d97ed1b2b817d19b860c050" 2018-10-06 04:40:22,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:22 GMT Server: Apache x-compute-request-id: req-468aa557-d924-4736-b7a3-1d9eb3deb16c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-468aa557-d924-4736-b7a3-1d9eb3deb16c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 04:40:22,437 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a/encryption used request id req-468aa557-d924-4736-b7a3-1d9eb3deb16c 2018-10-06 04:40:22,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eeeac7a6-605c-4e17-bd2f-a6fc863b7a48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}309826b2fbcbab613d97ed1b2b817d19b860c050" 2018-10-06 04:40:22,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:22 GMT Server: Apache x-compute-request-id: req-10155f25-eaa6-438b-8c07-037dd2313649 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10155f25-eaa6-438b-8c07-037dd2313649 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "86d1cf90-c26d-4a49-9480-05b298134f7f", "name": "CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f", "rel": "bookmark"}]} 2018-10-06 04:40:22,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f used request id req-10155f25-eaa6-438b-8c07-037dd2313649 2018-10-06 04:40:22,619 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-vol_type 2018-10-06 04:40:22,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6521b5d1-cd81-4e84-8fab-8c03e0bfb825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0905ae8e8d16bf7c9bf0be4bfb6e1bc39a07ad" 2018-10-06 04:40:22,833 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b58b658e-cee4-4d58-9a16-91119caa274b 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-10-06 04:40:22,833 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/7649daff-bc36-4d55-a652-b93811667a0a used request id req-b58b658e-cee4-4d58-9a16-91119caa274b 2018-10-06 04:40:22,834 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-a2fc9838-0d5e-43e4-9106-20aaeb42fa6c-qos-spec 2018-10-06 04:40:22,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9d2698af-e6e4-42dd-b491-cc18cf141d88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70aad0051dd1328e82dae78d595f583c16b7053" 2018-10-06 04:40:23,041 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7bc87731-9f0e-47e6-a1ff-476ddf886d82 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-10-06 04:40:23,041 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/86d1cf90-c26d-4a49-9480-05b298134f7f?force=False used request id req-7bc87731-9f0e-47e6-a1ff-476ddf886d82 2018-10-06 04:40:23,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f6b23655-fcf8-412e-8e83-f44c459c6fd1 Date: Sat, 06 Oct 2018 04:40:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:23,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f6b23655-fcf8-412e-8e83-f44c459c6fd1 2018-10-06 04:40:23,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfdf2b1a-61a5-4777-b201-296a393d9a49 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:23,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-cfdf2b1a-61a5-4777-b201-296a393d9a49 2018-10-06 04:40:23,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9dbc9dc-67a6-4569-9a88-81014ee23f2b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:23,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-e9dbc9dc-67a6-4569-9a88-81014ee23f2b 2018-10-06 04:40:23,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d018e6d5-6b40-44fd-b70a-49c30b7a1030 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:23,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d018e6d5-6b40-44fd-b70a-49c30b7a1030 2018-10-06 04:40:23,466 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj 2018-10-06 04:40:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f4b14bc-4127-4706-9cce-7d34eecddd25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:23,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/aa7ae59ec880463d84fca7e5bce9a0b2 used request id req-0f4b14bc-4127-4706-9cce-7d34eecddd25 2018-10-06 04:40:23,685 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-proj-role 2018-10-06 04:40:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-906b063f-e44b-4fde-a4ea-4dfbb778c373 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:23,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/af37db714aba47fc9bd37e4f22993cd7 used request id req-906b063f-e44b-4fde-a4ea-4dfbb778c373 2018-10-06 04:40:23,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f8a35508702b83aede26333ce5b8cf989908d4" 2018-10-06 04:40:23,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18241484-3dbf-43d7-8568-3b6c1edd9136 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:23,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-18241484-3dbf-43d7-8568-3b6c1edd9136 2018-10-06 04:40:23,892 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c35d6600-4c40-48f-user 2018-10-06 04:40:23,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6ec757885a3e4419b98b213c07a916e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325ba8e91812c7da0537fcedbe9f5320cef9d9e6" 2018-10-06 04:40:24,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-509ed315-9f48-4fd7-991e-1c34e42194c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:24,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6ec757885a3e4419b98b213c07a916e6 used request id req-509ed315-9f48-4fd7-991e-1c34e42194c0 2018-10-06 04:40:24,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:24,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6uOO7VjDQB6if-oA1sEdFg"], "issued_at": "2018-10-06T04:40:24.000000Z"}} 2018-10-06 04:40:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680d9f769e1120bcc427a2c85d02f514b8f064d" 2018-10-06 04:40:24,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff015a7-38a5-48f8-ad8d-74dd664786da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:24,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dff015a7-38a5-48f8-ad8d-74dd664786da 2018-10-06 04:40:24,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:24,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:24,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BA0YOqlfT-iChlO5DvS_8A"], "issued_at": "2018-10-06T04:40:24.000000Z"}} 2018-10-06 04:40:24,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:25,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0812125a-22d7-48b4-b920-566039f76470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:25,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0812125a-22d7-48b4-b920-566039f76470 2018-10-06 04:40:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:25,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:25,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:25,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be260f3-0cb8-417a-a71e-2e7265675eb3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:25,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj used request id req-4be260f3-0cb8-417a-a71e-2e7265675eb3 2018-10-06 04:40:25,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:25,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3ad46c-bba9-4056-8f90-50a8a52c4376 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:25,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8e3ad46c-bba9-4056-8f90-50a8a52c4376 2018-10-06 04:40:25,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj"}}' 2018-10-06 04:40:25,340 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbde39e5-1e15-481c-8d2a-f88b421438ff Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47"}, "enabled": true, "id": "2f7c5a32ebeb4dc1ae9329beefff2b47", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj"}} 2018-10-06 04:40:25,340 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cbde39e5-1e15-481c-8d2a-f88b421438ff 2018-10-06 04:40:25,341 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj 2018-10-06 04:40:25,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:25,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:25,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["POrkFX8GQGq43IF2kV_sDA"], "issued_at": "2018-10-06T04:40:25.000000Z"}} 2018-10-06 04:40:25,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a83ec8d87bb2939c1b1a683f41f2a6f37905bd" 2018-10-06 04:40:25,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d311253f-4f50-436e-a797-438188ead9a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:25,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d311253f-4f50-436e-a797-438188ead9a4 2018-10-06 04:40:25,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:25,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:25,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a83ec8d87bb2939c1b1a683f41f2a6f37905bd" 2018-10-06 04:40:25,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9859754d-156d-4bd3-8a81-dcdf0ca7d06e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:25,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9859754d-156d-4bd3-8a81-dcdf0ca7d06e 2018-10-06 04:40:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a83ec8d87bb2939c1b1a683f41f2a6f37905bd" 2018-10-06 04:40:26,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d95b07f-fe03-44a5-87aa-eaa2754388e6 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47"}, "enabled": true, "id": "2f7c5a32ebeb4dc1ae9329beefff2b47", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj"}]} 2018-10-06 04:40:26,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj used request id req-1d95b07f-fe03-44a5-87aa-eaa2754388e6 2018-10-06 04:40:26,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a83ec8d87bb2939c1b1a683f41f2a6f37905bd" 2018-10-06 04:40:26,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88c3c4e-e0eb-4df3-9771-4e0ca7df7e32 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:26,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b88c3c4e-e0eb-4df3-9771-4e0ca7df7e32 2018-10-06 04:40:26,483 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-user 2018-10-06 04:40:26,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:26,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:26,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e7bccd0-8d8b-49e4-91b9-014493f96ef7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:26,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9e7bccd0-8d8b-49e4-91b9-014493f96ef7 2018-10-06 04:40:26,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" -d '{"role": {"name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role"}}' 2018-10-06 04:40:26,616 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41960e14-0fd9-4538-81be-c2a391b862d3 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b7262ca54ccc4ea7be0f9bce173a793e", "links": {"self": "http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e"}, "name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role"}} 2018-10-06 04:40:26,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-41960e14-0fd9-4538-81be-c2a391b862d3 2018-10-06 04:40:26,616 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role 2018-10-06 04:40:26,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:26,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcce175-ab09-4dee-87f4-3a26afae189c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role", "id": "b7262ca54ccc4ea7be0f9bce173a793e"}} 2018-10-06 04:40:26,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e used request id req-edcce175-ab09-4dee-87f4-3a26afae189c 2018-10-06 04:40:26,712 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role to project CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj 2018-10-06 04:40:26,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47/users/d77712e743874f21b087e1f0a6535409/roles/b7262ca54ccc4ea7be0f9bce173a793e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:26,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20432c70-a2d5-4dd2-b760-5f703a9023bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:26,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47/users/d77712e743874f21b087e1f0a6535409/roles/b7262ca54ccc4ea7be0f9bce173a793e used request id req-20432c70-a2d5-4dd2-b760-5f703a9023bd 2018-10-06 04:40:26,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:26,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:27,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["kCefzGj1TyqoXcjw1Vqojg"], "issued_at": "2018-10-06T04:40:27.000000Z"}} 2018-10-06 04:40:27,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab3a6360a98d08646ff28631a867f692dd67a87" 2018-10-06 04:40:27,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330dd5f1-9fde-4883-9b0d-0d6f05e5f097 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:27,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-330dd5f1-9fde-4883-9b0d-0d6f05e5f097 2018-10-06 04:40:27,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab3a6360a98d08646ff28631a867f692dd67a87" 2018-10-06 04:40:27,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:27 GMT Server: Apache x-compute-request-id: req-4bca917f-66bd-4f51-8143-4dd4fb43b6b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4bca917f-66bd-4f51-8143-4dd4fb43b6b6 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-06 04:40:27,579 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-4bca917f-66bd-4f51-8143-4dd4fb43b6b6 2018-10-06 04:40:27,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4bca917f-66bd-4f51-8143-4dd4fb43b6b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab3a6360a98d08646ff28631a867f692dd67a87" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec"}}' 2018-10-06 04:40:27,785 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:27 GMT Server: Apache x-compute-request-id: req-1b9b45a0-e58d-4e3c-8a32-b7b2efd72c54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b9b45a0-e58d-4e3c-8a32-b7b2efd72c54 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bc034fe2-99e0-47b8-8b39-58be5706171a", "name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a", "rel": "bookmark"}]} 2018-10-06 04:40:27,785 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-1b9b45a0-e58d-4e3c-8a32-b7b2efd72c54 2018-10-06 04:40:27,785 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec 2018-10-06 04:40:27,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:27,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:28,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-kMNerC3Sd2G6kjyUzzzjg"], "issued_at": "2018-10-06T04:40:28.000000Z"}} 2018-10-06 04:40:28,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" 2018-10-06 04:40:28,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-832301e2-9cbc-437f-8a28-1e24860d3e6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:28,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-832301e2-9cbc-437f-8a28-1e24860d3e6a 2018-10-06 04:40:28,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" 2018-10-06 04:40:28,423 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:28 GMT Server: Apache x-compute-request-id: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:40:28,423 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-8b245603-a7b6-4bed-b3f6-4be1d9e53833 2018-10-06 04:40:28,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type", "description": null}}' 2018-10-06 04:40:28,644 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:28 GMT Server: Apache x-compute-request-id: req-99ddcd51-5e92-4596-80cd-696f7960e886 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99ddcd51-5e92-4596-80cd-696f7960e886 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "abc7b4e2-e09e-475d-80a3-3c6c65d9e176", "description": null}} 2018-10-06 04:40:28,644 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-99ddcd51-5e92-4596-80cd-696f7960e886 2018-10-06 04:40:28,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-06 04:40:28,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:28 GMT Server: Apache x-compute-request-id: req-223f8e5c-4018-49bf-9ade-a69bcb06fefc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-223f8e5c-4018-49bf-9ade-a69bcb06fefc Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "abc7b4e2-e09e-475d-80a3-3c6c65d9e176", "name": "foo", "control_location": "back-end", "encryption_id": "2038e6d4-3420-4127-a773-eeb927863fee", "provider": "bar", "provider_class": "bar"}} 2018-10-06 04:40:28,880 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176/encryption used request id req-223f8e5c-4018-49bf-9ade-a69bcb06fefc 2018-10-06 04:40:28,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" 2018-10-06 04:40:29,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:28 GMT Server: Apache x-compute-request-id: req-21d851ab-4119-421a-b9e4-8c510a97a867 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21d851ab-4119-421a-b9e4-8c510a97a867 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "bc034fe2-99e0-47b8-8b39-58be5706171a", "name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec"}]} 2018-10-06 04:40:29,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs used request id req-21d851ab-4119-421a-b9e4-8c510a97a867 2018-10-06 04:40:29,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a/associate?vol_type_id=abc7b4e2-e09e-475d-80a3-3c6c65d9e176 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" 2018-10-06 04:40:29,264 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b3f8cc4e-ac6d-4f5d-8933-f97c7af6c9f2 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-10-06 04:40:29,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a/associate?vol_type_id=abc7b4e2-e09e-475d-80a3-3c6c65d9e176 used request id req-b3f8cc4e-ac6d-4f5d-8933-f97c7af6c9f2 2018-10-06 04:40:29,264 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type 2018-10-06 04:40:29,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680d9f769e1120bcc427a2c85d02f514b8f064d" 2018-10-06 04:40:29,440 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache x-compute-request-id: req-fa0900de-a259-468c-b0d4-2b49e2011e35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa0900de-a259-468c-b0d4-2b49e2011e35 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type", "qos_specs_id": "bc034fe2-99e0-47b8-8b39-58be5706171a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "abc7b4e2-e09e-475d-80a3-3c6c65d9e176", "description": null}} 2018-10-06 04:40:29,440 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 used request id req-fa0900de-a259-468c-b0d4-2b49e2011e35 2018-10-06 04:40:29,444 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa0900de-a259-468c-b0d4-2b49e2011e35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680d9f769e1120bcc427a2c85d02f514b8f064d" 2018-10-06 04:40:29,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache x-compute-request-id: req-46166026-7216-4b62-8baf-7759f786d904 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46166026-7216-4b62-8baf-7759f786d904 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type", "qos_specs_id": "bc034fe2-99e0-47b8-8b39-58be5706171a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "abc7b4e2-e09e-475d-80a3-3c6c65d9e176", "description": null}} 2018-10-06 04:40:29,601 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 used request id req-46166026-7216-4b62-8baf-7759f786d904 2018-10-06 04:40:29,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa0900de-a259-468c-b0d4-2b49e2011e35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680d9f769e1120bcc427a2c85d02f514b8f064d" 2018-10-06 04:40:29,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache x-compute-request-id: req-17748509-4bf1-4431-a96a-21a4aa3ca50e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17748509-4bf1-4431-a96a-21a4aa3ca50e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "abc7b4e2-e09e-475d-80a3-3c6c65d9e176", "control_location": "back-end", "deleted": false, "created_at": "2018-10-06T04:40:28.000000", "updated_at": null, "encryption_id": "2038e6d4-3420-4127-a773-eeb927863fee", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-06 04:40:29,792 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176/encryption used request id req-17748509-4bf1-4431-a96a-21a4aa3ca50e 2018-10-06 04:40:29,795 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa0900de-a259-468c-b0d4-2b49e2011e35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9680d9f769e1120bcc427a2c85d02f514b8f064d" 2018-10-06 04:40:29,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache x-compute-request-id: req-34960f33-7da4-4230-bb4f-71cad75ddaf7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34960f33-7da4-4230-bb4f-71cad75ddaf7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bc034fe2-99e0-47b8-8b39-58be5706171a", "name": "CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec"}, "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a", "rel": "bookmark"}]} 2018-10-06 04:40:29,968 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a used request id req-34960f33-7da4-4230-bb4f-71cad75ddaf7 2018-10-06 04:40:29,968 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-vol_type 2018-10-06 04:40:29,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b245603-a7b6-4bed-b3f6-4be1d9e53833" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a136956a4f2b89a75addf1efffc8a20037dfcea" 2018-10-06 04:40:30,029 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56d432fb-6925-4f52-b205-d906ad93ead7 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-10-06 04:40:30,029 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/abc7b4e2-e09e-475d-80a3-3c6c65d9e176 used request id req-56d432fb-6925-4f52-b205-d906ad93ead7 2018-10-06 04:40:30,030 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-b8516bc1-af8f-4062-9762-2ceae3e32b42-qos-spec 2018-10-06 04:40:30,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4bca917f-66bd-4f51-8143-4dd4fb43b6b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab3a6360a98d08646ff28631a867f692dd67a87" 2018-10-06 04:40:30,226 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-953b413e-390c-4e43-a26b-143cd230604a 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-10-06 04:40:30,226 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/qos-specs/bc034fe2-99e0-47b8-8b39-58be5706171a?force=False used request id req-953b413e-390c-4e43-a26b-143cd230604a 2018-10-06 04:40:30,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-79f62cb7-175e-4de9-bca0-82c8daf564c7 Date: Sat, 06 Oct 2018 04:40:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:30,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-79f62cb7-175e-4de9-bca0-82c8daf564c7 2018-10-06 04:40:30,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-592190ef-770d-46fc-8461-fd6e4a0662e0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:30,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-592190ef-770d-46fc-8461-fd6e4a0662e0 2018-10-06 04:40:30,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d95f8d6-b453-4b28-a91e-0e9bffa13f33 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:30,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-4d95f8d6-b453-4b28-a91e-0e9bffa13f33 2018-10-06 04:40:30,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75359940-2a7b-4b44-b94b-5c7ce63c6e0f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:30,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-75359940-2a7b-4b44-b94b-5c7ce63c6e0f 2018-10-06 04:40:30,729 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj 2018-10-06 04:40:30,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5dc93f2-b522-4b8b-814d-0f2a21bc50fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:30,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2f7c5a32ebeb4dc1ae9329beefff2b47 used request id req-c5dc93f2-b522-4b8b-814d-0f2a21bc50fb 2018-10-06 04:40:30,948 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-proj-role 2018-10-06 04:40:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:30,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99f28072-5d57-413c-b883-80b882d95858 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:30,993 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b7262ca54ccc4ea7be0f9bce173a793e used request id req-99f28072-5d57-413c-b883-80b882d95858 2018-10-06 04:40:30,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf1bb3c076636f6ed361d9c307cdf0b35309594c" 2018-10-06 04:40:31,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb62a845-ab9b-4623-a738-43bd727a8eeb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:31,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-eb62a845-ab9b-4623-a738-43bd727a8eeb 2018-10-06 04:40:31,088 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-4f443dd2-0ecf-4b6-user 2018-10-06 04:40:31,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d77712e743874f21b087e1f0a6535409 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a83ec8d87bb2939c1b1a683f41f2a6f37905bd" 2018-10-06 04:40:31,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c37671-f38a-4902-8f78-8a51bc53416b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:31,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d77712e743874f21b087e1f0a6535409 used request id req-42c37671-f38a-4902-8f78-8a51bc53416b 2018-10-06 04:40:31,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:31,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5T6-5sqxS0Ggd4lAzq5fNQ"], "issued_at": "2018-10-06T04:40:31.000000Z"}} 2018-10-06 04:40:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25f3319049ae8bf2eae622f35144ddfb38835270" 2018-10-06 04:40:31,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcda2939-cb1d-456d-b75c-afc7bc1eb0c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:31,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dcda2939-cb1d-456d-b75c-afc7bc1eb0c4 2018-10-06 04:40:31,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:31,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:32,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EnmyQ9UKTD-z_6oHXrJu_w"], "issued_at": "2018-10-06T04:40:32.000000Z"}} 2018-10-06 04:40:32,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:32,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152679c8-9fcf-49d4-87fa-29700e6e5a60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:32,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-152679c8-9fcf-49d4-87fa-29700e6e5a60 2018-10-06 04:40:32,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:32,217 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:32,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:32,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079a349f-6ad0-4094-98a5-723e25409aca Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:32,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj used request id req-079a349f-6ad0-4094-98a5-723e25409aca 2018-10-06 04:40:32,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:32,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1afa2e88-0ca2-4cea-8138-fe16d63d9fd7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:32,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1afa2e88-0ca2-4cea-8138-fe16d63d9fd7 2018-10-06 04:40:32,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}}' 2018-10-06 04:40:32,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f14e1ea-3339-413e-986c-45976262806e Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510"}, "enabled": true, "id": "77e529230e644d118e7d1f1b0b2dc510", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}} 2018-10-06 04:40:32,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-8f14e1ea-3339-413e-986c-45976262806e 2018-10-06 04:40:32,520 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj 2018-10-06 04:40:32,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:32,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:32,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["P1LtiTmNT6-yd_ortCpVSA"], "issued_at": "2018-10-06T04:40:32.000000Z"}} 2018-10-06 04:40:32,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386a047c1b635b3fdb178e8994ff3fca7725812b" 2018-10-06 04:40:32,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfbc0ce8-7a37-4cda-a356-48b624e70b46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:32,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cfbc0ce8-7a37-4cda-a356-48b624e70b46 2018-10-06 04:40:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:32,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:32,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386a047c1b635b3fdb178e8994ff3fca7725812b" 2018-10-06 04:40:33,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e41ac9-5062-47b5-96f9-0753b7064001 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:33,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f2e41ac9-5062-47b5-96f9-0753b7064001 2018-10-06 04:40:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386a047c1b635b3fdb178e8994ff3fca7725812b" 2018-10-06 04:40:33,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65548859-05a8-44f0-b837-69c7591ba1f1 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510"}, "enabled": true, "id": "77e529230e644d118e7d1f1b0b2dc510", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}]} 2018-10-06 04:40:33,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj used request id req-65548859-05a8-44f0-b837-69c7591ba1f1 2018-10-06 04:40:33,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386a047c1b635b3fdb178e8994ff3fca7725812b" 2018-10-06 04:40:33,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ace52ee-6581-477f-a326-73cfef236176 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:33,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2ace52ee-6581-477f-a326-73cfef236176 2018-10-06 04:40:33,586 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-user 2018-10-06 04:40:33,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:33,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6573595-f49c-4ff8-bd30-0fe36d6180ae Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:33,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e6573595-f49c-4ff8-bd30-0fe36d6180ae 2018-10-06 04:40:33,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role"}}' 2018-10-06 04:40:33,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f19f274a-1e2a-4b3f-820c-405c7e7007b0 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e23c3e0fe3da4c6889938a8543c8da40", "links": {"self": "http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40"}, "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role"}} 2018-10-06 04:40:33,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f19f274a-1e2a-4b3f-820c-405c7e7007b0 2018-10-06 04:40:33,802 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role 2018-10-06 04:40:33,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:33,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047100ca-6176-4243-9141-f390511316e3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role", "id": "e23c3e0fe3da4c6889938a8543c8da40"}} 2018-10-06 04:40:33,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40 used request id req-047100ca-6176-4243-9141-f390511316e3 2018-10-06 04:40:33,894 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role to project CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj 2018-10-06 04:40:33,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510/users/4a76d0648b004f0db71f09329ee00dbc/roles/e23c3e0fe3da4c6889938a8543c8da40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:34,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c9c798b-5019-424a-9cae-70a8ef1ad064 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:34,013 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510/users/4a76d0648b004f0db71f09329ee00dbc/roles/e23c3e0fe3da4c6889938a8543c8da40 used request id req-8c9c798b-5019-424a-9cae-70a8ef1ad064 2018-10-06 04:40:34,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:34,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e23c3e0fe3da4c6889938a8543c8da40", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role"}], "expires_at": "2018-10-06T05:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77e529230e644d118e7d1f1b0b2dc510", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-user", "id": "4a76d0648b004f0db71f09329ee00dbc"}, "audit_ids": ["JViJMnBfRHqG4QtiiQsJig"], "issued_at": "2018-10-06T04:40:34.000000Z"}} 2018-10-06 04:40:34,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a12946eb84e220bf745e159add19f8c68965891" 2018-10-06 04:40:34,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262c169e-1539-457f-ac4f-c960f9089558 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:34,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-262c169e-1539-457f-ac4f-c960f9089558 2018-10-06 04:40:34,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:34,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:34,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e23c3e0fe3da4c6889938a8543c8da40", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role"}], "expires_at": "2018-10-06T05:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77e529230e644d118e7d1f1b0b2dc510", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/77e529230e644d118e7d1f1b0b2dc510", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-user", "id": "4a76d0648b004f0db71f09329ee00dbc"}, "audit_ids": ["jLzOWvuAQHCl03S9fknOlw"], "issued_at": "2018-10-06T04:40:34.000000Z"}} 2018-10-06 04:40:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:34,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387fc514-76a2-467e-bf25-335d7d3fc949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:34,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-387fc514-76a2-467e-bf25-335d7d3fc949 2018-10-06 04:40:34,936 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:35,125 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:34 GMT Server: Apache x-compute-request-id: req-04c82a02-9789-4586-a916-615253b895ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04c82a02-9789-4586-a916-615253b895ad Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:40:35,125 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail used request id req-04c82a02-9789-4586-a916-615253b895ad 2018-10-06 04:40:35,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "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-10-06 04:40:35,449 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:35 GMT Server: Apache x-compute-request-id: req-29d6258a-7e62-4e3f-a886-5b43b1474c32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29d6258a-7e62-4e3f-a886-5b43b1474c32 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.364562", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}} 2018-10-06 04:40:35,449 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes used request id req-29d6258a-7e62-4e3f-a886-5b43b1474c32 2018-10-06 04:40:35,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:35,661 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:35 GMT Server: Apache x-compute-request-id: req-9ec2a350-22a8-4c19-bb59-8ee6e91b9113 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ec2a350-22a8-4c19-bb59-8ee6e91b9113 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "77e529230e644d118e7d1f1b0b2dc510", "updated_at": "2018-10-06T04:40:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}} 2018-10-06 04:40:35,662 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-9ec2a350-22a8-4c19-bb59-8ee6e91b9113 2018-10-06 04:40:35,662 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:35,665 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:35,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:35 GMT Server: Apache x-compute-request-id: req-84f1592c-22c8-40a9-a9c8-5511e0695fcd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84f1592c-22c8-40a9-a9c8-5511e0695fcd Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "77e529230e644d118e7d1f1b0b2dc510", "updated_at": "2018-10-06T04:40:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}} 2018-10-06 04:40:35,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-84f1592c-22c8-40a9-a9c8-5511e0695fcd 2018-10-06 04:40:35,861 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:35,861 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:35,861 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:35,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a12946eb84e220bf745e159add19f8c68965891" 2018-10-06 04:40:36,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:35 GMT Server: Apache x-compute-request-id: req-f6b96344-830a-4356-a993-14487ec0f357 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f6b96344-830a-4356-a993-14487ec0f357 Content-Encoding: gzip Content-Length: 458 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "77e529230e644d118e7d1f1b0b2dc510", "updated_at": "2018-10-06T04:40:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}]} 2018-10-06 04:40:36,062 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail used request id req-f6b96344-830a-4356-a993-14487ec0f357 2018-10-06 04:40:36,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:36,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:36,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a12946eb84e220bf745e159add19f8c68965891" 2018-10-06 04:40:36,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b06d8c3-e7f7-41bd-b38b-eb2307bfa3e1 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510"}, "enabled": true, "id": "77e529230e644d118e7d1f1b0b2dc510", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj"}} 2018-10-06 04:40:36,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510 used request id req-8b06d8c3-e7f7-41bd-b38b-eb2307bfa3e1 2018-10-06 04:40:36,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:36,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:36 GMT Server: Apache x-compute-request-id: req-91e87a99-9b77-417f-b29e-8bc7dcc726a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91e87a99-9b77-417f-b29e-8bc7dcc726a8 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "77e529230e644d118e7d1f1b0b2dc510", "updated_at": "2018-10-06T04:40:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}} 2018-10-06 04:40:36,348 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-91e87a99-9b77-417f-b29e-8bc7dcc726a8 2018-10-06 04:40:36,348 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:36,349 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:36,349 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:36,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:36,581 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be831eee-d5bd-4952-b70b-2cc964e7435e 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-10-06 04:40:36,581 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-be831eee-d5bd-4952-b70b-2cc964e7435e 2018-10-06 04:40:36,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:36,761 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:36 GMT Server: Apache x-compute-request-id: req-3e36ea64-6110-4385-a567-1c55657d4f86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e36ea64-6110-4385-a567-1c55657d4f86 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "4a76d0648b004f0db71f09329ee00dbc", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "77e529230e644d118e7d1f1b0b2dc510", "updated_at": "2018-10-06T04:40:36.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b514032-eaaa-442a-8fd7-f473d131f1ee", "size": 1}} 2018-10-06 04:40:36,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-3e36ea64-6110-4385-a567-1c55657d4f86 2018-10-06 04:40:36,762 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:40:36,762 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:40:39,765 - create_volume - DEBUG - Volume status query timeout in 56.8157968521 2018-10-06 04:40:39,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-04c82a02-9789-4586-a916-615253b895ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cfc6a954a975861f0a983c805509b28cdb43aa0" 2018-10-06 04:40:39,955 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:40:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2527395b-3357-43ef-bf13-b8f6defe5b0a x-openstack-request-id: req-2527395b-3357-43ef-bf13-b8f6defe5b0a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8b514032-eaaa-442a-8fd7-f473d131f1ee could not be found.", "code": 404}} 2018-10-06 04:40:39,955 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/8b514032-eaaa-442a-8fd7-f473d131f1ee used request id req-2527395b-3357-43ef-bf13-b8f6defe5b0a 2018-10-06 04:40:39,956 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8b514032-eaaa-442a-8fd7-f473d131f1ee could not be found. (HTTP 404) (Request-ID: req-2527395b-3357-43ef-bf13-b8f6defe5b0a) 2018-10-06 04:40:39,956 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-cd833e6f-1de9-41fb-89a3-14acc9a1e03c 2018-10-06 04:40:39,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6b96344-830a-4356-a993-14487ec0f357" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a12946eb84e220bf745e159add19f8c68965891" 2018-10-06 04:40:40,153 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:39 GMT Server: Apache x-compute-request-id: req-6655fc9c-6a45-4ae6-aa87-4841a0008db4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6655fc9c-6a45-4ae6-aa87-4841a0008db4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:40:40,153 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/77e529230e644d118e7d1f1b0b2dc510/volumes/detail used request id req-6655fc9c-6a45-4ae6-aa87-4841a0008db4 2018-10-06 04:40:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:40,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f9703b42-3bcd-4f75-ac1e-981c572ceedc Date: Sat, 06 Oct 2018 04:40:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:40,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f9703b42-3bcd-4f75-ac1e-981c572ceedc 2018-10-06 04:40:40,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:40,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5ebf15-2131-4a6c-8de9-1d4fb10a4a97 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:40,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-5a5ebf15-2131-4a6c-8de9-1d4fb10a4a97 2018-10-06 04:40:40,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:40,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b12f228-e2ee-40b1-91bc-81977f43a3c6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:40,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-7b12f228-e2ee-40b1-91bc-81977f43a3c6 2018-10-06 04:40:40,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:40,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10799e18-5f58-4e22-90ce-b32d3ed1cc77 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:40,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-10799e18-5f58-4e22-90ce-b32d3ed1cc77 2018-10-06 04:40:40,652 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj 2018-10-06 04:40:40,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:40,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd4353f5-96e4-449c-8d94-8cab6c2a799b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:40,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/77e529230e644d118e7d1f1b0b2dc510 used request id req-cd4353f5-96e4-449c-8d94-8cab6c2a799b 2018-10-06 04:40:40,877 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-proj-role 2018-10-06 04:40:40,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:41,010 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec0dbbc-bef7-44a5-bfdc-e824e94fbb79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:41,010 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e23c3e0fe3da4c6889938a8543c8da40 used request id req-1ec0dbbc-bef7-44a5-bfdc-e824e94fbb79 2018-10-06 04:40:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55bb82a5ad36c062f6494fd4305a195193b5686e" 2018-10-06 04:40:41,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fac246e2-1eeb-4fac-aa29-0f108b59d8c2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:41,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fac246e2-1eeb-4fac-aa29-0f108b59d8c2 2018-10-06 04:40:41,095 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-22103a1b-95d6-4bb-user 2018-10-06 04:40:41,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4a76d0648b004f0db71f09329ee00dbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386a047c1b635b3fdb178e8994ff3fca7725812b" 2018-10-06 04:40:41,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c27b743-18be-47f4-8101-065af14bdff8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:41,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4a76d0648b004f0db71f09329ee00dbc used request id req-2c27b743-18be-47f4-8101-065af14bdff8 2018-10-06 04:40:41,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:41,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MQaIeS4UTA6BzCnA6pPZ3A"], "issued_at": "2018-10-06T04:40:41.000000Z"}} 2018-10-06 04:40:41,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab19fc1e407d0b93714493a6b0888689a65a3161" 2018-10-06 04:40:41,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f6627a2-20a4-48f5-bd2d-37113b66edf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:41,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f6627a2-20a4-48f5-bd2d-37113b66edf8 2018-10-06 04:40:41,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:41,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:42,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Gf8jh8bLR8O2fWIm9iRmog"], "issued_at": "2018-10-06T04:40:42.000000Z"}} 2018-10-06 04:40:42,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:42,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9642084-9f71-4303-b76e-416ac42033e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:42,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9642084-9f71-4303-b76e-416ac42033e8 2018-10-06 04:40:42,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:42,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:42,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:42,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa46e505-8e09-4f6b-b48e-ccc324384f3a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:42,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj used request id req-fa46e505-8e09-4f6b-b48e-ccc324384f3a 2018-10-06 04:40:42,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:42,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffffa40a-f6e4-4e8d-8da2-d17414741382 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:42,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ffffa40a-f6e4-4e8d-8da2-d17414741382 2018-10-06 04:40:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}}' 2018-10-06 04:40:42,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dc60d14-9132-416a-a1aa-38511c455eb5 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145"}, "enabled": true, "id": "e3c65bba01244804a2f41b15fb798145", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}} 2018-10-06 04:40:42,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9dc60d14-9132-416a-a1aa-38511c455eb5 2018-10-06 04:40:42,628 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj 2018-10-06 04:40:42,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:42,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:43,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["0IOV_p2OT9-_hsHFeQxwYw"], "issued_at": "2018-10-06T04:40:43.000000Z"}} 2018-10-06 04:40:43,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe903fd4fb135ce65bbe7bb568a8b47e2ec3e3d" 2018-10-06 04:40:43,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0cdf4e-ee87-47d8-9e95-5fa7f6177672 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:43,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3d0cdf4e-ee87-47d8-9e95-5fa7f6177672 2018-10-06 04:40:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:43,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:43,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe903fd4fb135ce65bbe7bb568a8b47e2ec3e3d" 2018-10-06 04:40:43,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67890ac2-0de0-48e4-85a2-c35962b6ec3e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:43,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-67890ac2-0de0-48e4-85a2-c35962b6ec3e 2018-10-06 04:40:43,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe903fd4fb135ce65bbe7bb568a8b47e2ec3e3d" 2018-10-06 04:40:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21dd79e2-de3a-4b5e-a9e4-7934e19b1349 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145"}, "enabled": true, "id": "e3c65bba01244804a2f41b15fb798145", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}]} 2018-10-06 04:40:43,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj used request id req-21dd79e2-de3a-4b5e-a9e4-7934e19b1349 2018-10-06 04:40:43,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe903fd4fb135ce65bbe7bb568a8b47e2ec3e3d" 2018-10-06 04:40:43,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251cd0ce-3cf3-4fe3-aff0-6d6df94ac875 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:43,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-251cd0ce-3cf3-4fe3-aff0-6d6df94ac875 2018-10-06 04:40:43,777 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-user 2018-10-06 04:40:43,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:43,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910b00ef-9737-4d98-9379-d3183f298d17 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:43,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-910b00ef-9737-4d98-9379-d3183f298d17 2018-10-06 04:40:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role"}}' 2018-10-06 04:40:44,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-428afb57-9bb7-4076-a5e3-9247bd5f4b87 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ac0369215e54dd28d2b3da663ba988b", "links": {"self": "http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b"}, "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role"}} 2018-10-06 04:40:44,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-428afb57-9bb7-4076-a5e3-9247bd5f4b87 2018-10-06 04:40:44,059 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role 2018-10-06 04:40:44,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:44,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427c8fea-edb2-4ca3-893e-c0517a61f863 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role", "id": "0ac0369215e54dd28d2b3da663ba988b"}} 2018-10-06 04:40:44,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b used request id req-427c8fea-edb2-4ca3-893e-c0517a61f863 2018-10-06 04:40:44,080 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role to project CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj 2018-10-06 04:40:44,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145/users/f630244978b7415391d318674b9c9eb9/roles/0ac0369215e54dd28d2b3da663ba988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:44,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3cdc7b4-7b43-4fb4-8e85-c1317f6d0d59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:44,211 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145/users/f630244978b7415391d318674b9c9eb9/roles/0ac0369215e54dd28d2b3da663ba988b used request id req-f3cdc7b4-7b43-4fb4-8e85-c1317f6d0d59 2018-10-06 04:40:44,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:44,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ac0369215e54dd28d2b3da663ba988b", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role"}], "expires_at": "2018-10-06T05:40:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3c65bba01244804a2f41b15fb798145", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-user", "id": "f630244978b7415391d318674b9c9eb9"}, "audit_ids": ["pgdkDvu2TVajU8PYsI0r3w"], "issued_at": "2018-10-06T04:40:44.000000Z"}} 2018-10-06 04:40:44,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c0d03e7d0f552cf7a9867ee7657f0e27ebf1b78" 2018-10-06 04:40:44,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea5a0fe-d849-4577-9330-cb1aa26a5e50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:44,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ea5a0fe-d849-4577-9330-cb1aa26a5e50 2018-10-06 04:40:44,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:44,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:45,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ac0369215e54dd28d2b3da663ba988b", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role"}], "expires_at": "2018-10-06T05:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3c65bba01244804a2f41b15fb798145", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-user", "id": "f630244978b7415391d318674b9c9eb9"}, "audit_ids": ["hbQju8aLSLKP-IW9a2lO8w"], "issued_at": "2018-10-06T04:40:45.000000Z"}} 2018-10-06 04:40:45,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:45,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db5f64a-9617-4f60-b977-0513f1ddedaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:45,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8db5f64a-9617-4f60-b977-0513f1ddedaf 2018-10-06 04:40:45,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:45,305 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:45 GMT Server: Apache x-compute-request-id: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:40:45,305 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail used request id req-e9d91e35-df4d-4b49-8223-ccdee739eb4b 2018-10-06 04:40:45,309 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "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-10-06 04:40:45,626 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:45 GMT Server: Apache x-compute-request-id: req-2a49ac59-6032-40c8-8d6a-6492423f1a98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a49ac59-6032-40c8-8d6a-6492423f1a98 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.546771", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}} 2018-10-06 04:40:45,626 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes used request id req-2a49ac59-6032-40c8-8d6a-6492423f1a98 2018-10-06 04:40:45,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:45,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:45 GMT Server: Apache x-compute-request-id: req-b295bc77-a774-420d-b171-1ae422e708cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b295bc77-a774-420d-b171-1ae422e708cf Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}} 2018-10-06 04:40:45,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-b295bc77-a774-420d-b171-1ae422e708cf 2018-10-06 04:40:45,909 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:45,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:46,474 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:45 GMT Server: Apache x-compute-request-id: req-e0b09c9f-0759-4145-8d5a-9512e7581f13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0b09c9f-0759-4145-8d5a-9512e7581f13 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}} 2018-10-06 04:40:46,474 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-e0b09c9f-0759-4145-8d5a-9512e7581f13 2018-10-06 04:40:46,475 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:46,475 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:46,475 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:46,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c0d03e7d0f552cf7a9867ee7657f0e27ebf1b78" 2018-10-06 04:40:46,665 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:46 GMT Server: Apache x-compute-request-id: req-62cc7777-056d-47f7-a3c3-24ece59fff3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62cc7777-056d-47f7-a3c3-24ece59fff3d Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}]} 2018-10-06 04:40:46,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail used request id req-62cc7777-056d-47f7-a3c3-24ece59fff3d 2018-10-06 04:40:46,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:46,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:46,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c0d03e7d0f552cf7a9867ee7657f0e27ebf1b78" 2018-10-06 04:40:46,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efc88ee-aba4-4ef9-b780-b0c1f74d0902 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145"}, "enabled": true, "id": "e3c65bba01244804a2f41b15fb798145", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}} 2018-10-06 04:40:46,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 used request id req-7efc88ee-aba4-4ef9-b780-b0c1f74d0902 2018-10-06 04:40:46,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:46,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:47,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ac0369215e54dd28d2b3da663ba988b", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role"}], "expires_at": "2018-10-06T05:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3c65bba01244804a2f41b15fb798145", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e3c65bba01244804a2f41b15fb798145", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-user", "id": "f630244978b7415391d318674b9c9eb9"}, "audit_ids": ["UL5Em8HMTeC3EKFJ802OVQ"], "issued_at": "2018-10-06T04:40:47.000000Z"}} 2018-10-06 04:40:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a154775b9ba7623897425d254ec63811aa79f65" 2018-10-06 04:40:47,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414507e3-c2ab-49ea-b61b-a1165ae545a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:47,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-414507e3-c2ab-49ea-b61b-a1165ae545a2 2018-10-06 04:40:47,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a154775b9ba7623897425d254ec63811aa79f65" 2018-10-06 04:40:47,646 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache x-compute-request-id: req-eea3a8f0-37c2-460e-9592-a4f931b54ac6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eea3a8f0-37c2-460e-9592-a4f931b54ac6 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}]} 2018-10-06 04:40:47,646 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/detail used request id req-eea3a8f0-37c2-460e-9592-a4f931b54ac6 2018-10-06 04:40:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:47,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:47,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a154775b9ba7623897425d254ec63811aa79f65" 2018-10-06 04:40:47,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b53d5f-fa38-4190-b33b-f03493fbd8a4 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145"}, "enabled": true, "id": "e3c65bba01244804a2f41b15fb798145", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj"}} 2018-10-06 04:40:47,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 used request id req-73b53d5f-fa38-4190-b33b-f03493fbd8a4 2018-10-06 04:40:47,729 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-06 04:40:47,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:47,783 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache x-compute-request-id: req-92581827-a79d-4dec-a956-37f3fbdf5f65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-92581827-a79d-4dec-a956-37f3fbdf5f65 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}} 2018-10-06 04:40:47,783 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-92581827-a79d-4dec-a956-37f3fbdf5f65 2018-10-06 04:40:47,784 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:47,784 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:47,784 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:47,787 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:48,017 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da75e388-bddc-4776-8793-26c27b65861b 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-10-06 04:40:48,017 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-da75e388-bddc-4776-8793-26c27b65861b 2018-10-06 04:40:48,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:48,198 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:48 GMT Server: Apache x-compute-request-id: req-6133aa04-18d5-4604-adca-42cc9633de78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6133aa04-18d5-4604-adca-42cc9633de78 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "f630244978b7415391d318674b9c9eb9", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "self"}, {"href": "http://172.30.9.29:8776/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e3c65bba01244804a2f41b15fb798145", "updated_at": "2018-10-06T04:40:47.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "df13e634-e7a1-4b9d-8806-7577b24f8856", "size": 1}} 2018-10-06 04:40:48,199 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-6133aa04-18d5-4604-adca-42cc9633de78 2018-10-06 04:40:48,199 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:40:48,199 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:40:51,202 - create_volume - DEBUG - Volume status query timeout in 56.8154900074 2018-10-06 04:40:51,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9d91e35-df4d-4b49-8223-ccdee739eb4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd138909edc7bf0507fa234497d24df0ecc9a910" 2018-10-06 04:40:51,392 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:40:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-43883472-aa4a-4a8d-881d-2ce23d58ecfe x-openstack-request-id: req-43883472-aa4a-4a8d-881d-2ce23d58ecfe Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume df13e634-e7a1-4b9d-8806-7577b24f8856 could not be found.", "code": 404}} 2018-10-06 04:40:51,392 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/e3c65bba01244804a2f41b15fb798145/volumes/df13e634-e7a1-4b9d-8806-7577b24f8856 used request id req-43883472-aa4a-4a8d-881d-2ce23d58ecfe 2018-10-06 04:40:51,393 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume df13e634-e7a1-4b9d-8806-7577b24f8856 could not be found. (HTTP 404) (Request-ID: req-43883472-aa4a-4a8d-881d-2ce23d58ecfe) 2018-10-06 04:40:51,393 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-00c1f43d-278f-4db7-a8f0-128edf5d83cf 2018-10-06 04:40:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:51,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e2f3f19b-f989-4570-8ac0-8c2fd7ac0df1 Date: Sat, 06 Oct 2018 04:40:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:40:51,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e2f3f19b-f989-4570-8ac0-8c2fd7ac0df1 2018-10-06 04:40:51,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:51,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea1a303-67b4-473a-b2f7-7d4d889b791f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:40:51,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bea1a303-67b4-473a-b2f7-7d4d889b791f 2018-10-06 04:40:51,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:51,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-851c0089-bd1a-4378-b073-1f5f7879c786 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:40:51,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-851c0089-bd1a-4378-b073-1f5f7879c786 2018-10-06 04:40:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f55b8232-a449-40a8-a44f-96985326d477 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:40:51,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-f55b8232-a449-40a8-a44f-96985326d477 2018-10-06 04:40:51,892 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj 2018-10-06 04:40:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:52,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aadf6499-7a6d-4bb0-8464-6aeb779ff7ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:52,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e3c65bba01244804a2f41b15fb798145 used request id req-aadf6499-7a6d-4bb0-8464-6aeb779ff7ee 2018-10-06 04:40:52,111 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-proj-role 2018-10-06 04:40:52,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:52,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ea820f6-ae90-4ea6-9669-ec820b51d474 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:52,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0ac0369215e54dd28d2b3da663ba988b used request id req-5ea820f6-ae90-4ea6-9669-ec820b51d474 2018-10-06 04:40:52,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aff5a341fd462f714909aee8d192394ccf08f34" 2018-10-06 04:40:52,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d6070f-3246-47ce-83ce-bea9ad58d357 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:52,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-06d6070f-3246-47ce-83ce-bea9ad58d357 2018-10-06 04:40:52,386 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-9e2e7307-5582-4b1-user 2018-10-06 04:40:52,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f630244978b7415391d318674b9c9eb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fe903fd4fb135ce65bbe7bb568a8b47e2ec3e3d" 2018-10-06 04:40:52,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9e3d12c-8092-47d1-aca2-7c15b793479d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:52,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f630244978b7415391d318674b9c9eb9 used request id req-b9e3d12c-8092-47d1-aca2-7c15b793479d 2018-10-06 04:40:52,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:52,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NfIC3PPoRnG5RxlvZ-qOhQ"], "issued_at": "2018-10-06T04:40:52.000000Z"}} 2018-10-06 04:40:52,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80fc79617500b9ccd9fa714134ac09d583b0a3a1" 2018-10-06 04:40:53,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969f930c-04b9-4550-9436-fc120715bdec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:53,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-969f930c-04b9-4550-9436-fc120715bdec 2018-10-06 04:40:53,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:53,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:53,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6928HKx1Rjy_szaSBKB9nw"], "issued_at": "2018-10-06T04:40:53.000000Z"}} 2018-10-06 04:40:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:53,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bed55b-6ef0-41f0-979c-ed4a427514fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:53,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-14bed55b-6ef0-41f0-979c-ed4a427514fa 2018-10-06 04:40:53,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:53,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:53,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:53,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a45ee132-99e0-4e3f-ad5d-46f364bf787b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:40:53,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj used request id req-a45ee132-99e0-4e3f-ad5d-46f364bf787b 2018-10-06 04:40:53,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:53,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28bd6688-a510-40ee-ae16-7499db5d71bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:53,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-28bd6688-a510-40ee-ae16-7499db5d71bc 2018-10-06 04:40:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}}' 2018-10-06 04:40:53,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c43a78e1-4cb7-4793-8741-a0b6a0f82ea4 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634"}, "enabled": true, "id": "93a3bcd76bd247e3a75ba236370d2634", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}} 2018-10-06 04:40:53,837 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c43a78e1-4cb7-4793-8741-a0b6a0f82ea4 2018-10-06 04:40:53,837 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj 2018-10-06 04:40:53,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:53,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:54,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:40:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8F3KboonS3mW_3ELWsMH1Q"], "issued_at": "2018-10-06T04:40:54.000000Z"}} 2018-10-06 04:40:54,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f0ffdc85ebea2f017ac6e64b17a9c99210c4a1" 2018-10-06 04:40:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467025e7-f1e9-4550-87da-a4d1e482a54a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:54,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-467025e7-f1e9-4550-87da-a4d1e482a54a 2018-10-06 04:40:54,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:54,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:54,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f0ffdc85ebea2f017ac6e64b17a9c99210c4a1" 2018-10-06 04:40:54,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29fdd03-770d-4e21-8a68-414db4265041 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:40:54,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c29fdd03-770d-4e21-8a68-414db4265041 2018-10-06 04:40:54,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f0ffdc85ebea2f017ac6e64b17a9c99210c4a1" 2018-10-06 04:40:54,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e5076c-569e-4c47-8fe9-b07d08223197 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634"}, "enabled": true, "id": "93a3bcd76bd247e3a75ba236370d2634", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}]} 2018-10-06 04:40:54,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj used request id req-53e5076c-569e-4c47-8fe9-b07d08223197 2018-10-06 04:40:54,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f0ffdc85ebea2f017ac6e64b17a9c99210c4a1" 2018-10-06 04:40:54,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da172bc-d28f-47ea-81f5-1de90ac827a3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:40:54,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7da172bc-d28f-47ea-81f5-1de90ac827a3 2018-10-06 04:40:54,909 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-user 2018-10-06 04:40:54,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:54,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:55,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbc3efb-4419-4d02-b576-5ed5bcd73289 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:40:55,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7fbc3efb-4419-4d02-b576-5ed5bcd73289 2018-10-06 04:40:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role"}}' 2018-10-06 04:40:55,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:40:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57fa5261-6cb2-4d60-aae1-25717b723e40 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c9495f813a24dccb2a8905b42d1eb1a", "links": {"self": "http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a"}, "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role"}} 2018-10-06 04:40:55,130 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-57fa5261-6cb2-4d60-aae1-25717b723e40 2018-10-06 04:40:55,131 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role 2018-10-06 04:40:55,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:55,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23519895-557e-48e2-9808-074b0c3fdda1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role", "id": "4c9495f813a24dccb2a8905b42d1eb1a"}} 2018-10-06 04:40:55,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a used request id req-23519895-557e-48e2-9808-074b0c3fdda1 2018-10-06 04:40:55,152 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role to project CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj 2018-10-06 04:40:55,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634/users/5e4529a4aeaf41329f2bab07d0c3072c/roles/4c9495f813a24dccb2a8905b42d1eb1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:40:55,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:40:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06e0fbe3-2770-4a25-8c82-2446d5e256f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:40:55,289 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634/users/5e4529a4aeaf41329f2bab07d0c3072c/roles/4c9495f813a24dccb2a8905b42d1eb1a used request id req-06e0fbe3-2770-4a25-8c82-2446d5e256f7 2018-10-06 04:40:55,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:55,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c9495f813a24dccb2a8905b42d1eb1a", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role"}], "expires_at": "2018-10-06T05:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93a3bcd76bd247e3a75ba236370d2634", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-user", "id": "5e4529a4aeaf41329f2bab07d0c3072c"}, "audit_ids": ["gjJ4S3SIT4uEOsapeUWq3A"], "issued_at": "2018-10-06T04:40:55.000000Z"}} 2018-10-06 04:40:55,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d54d13341326aebe5884c196af6a0c229d2ecd" 2018-10-06 04:40:55,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0816879-4161-4fea-82c3-5a8b2937bb29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:55,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b0816879-4161-4fea-82c3-5a8b2937bb29 2018-10-06 04:40:55,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:40:55,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:40:56,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c9495f813a24dccb2a8905b42d1eb1a", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role"}], "expires_at": "2018-10-06T05:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93a3bcd76bd247e3a75ba236370d2634", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/93a3bcd76bd247e3a75ba236370d2634", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-user", "id": "5e4529a4aeaf41329f2bab07d0c3072c"}, "audit_ids": ["o0w00eSZR-W0mmyMT8pZCw"], "issued_at": "2018-10-06T04:40:56.000000Z"}} 2018-10-06 04:40:56,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:56,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21318e63-67ec-4f9f-9247-6893d5ae15a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:40:56,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-21318e63-67ec-4f9f-9247-6893d5ae15a2 2018-10-06 04:40:56,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:56,386 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:56 GMT Server: Apache x-compute-request-id: req-48179072-bfd7-4143-80ef-ef4c88bcbf94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48179072-bfd7-4143-80ef-ef4c88bcbf94 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:40:56,386 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/detail used request id req-48179072-bfd7-4143-80ef-ef4c88bcbf94 2018-10-06 04:40:56,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "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-10-06 04:40:56,692 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:56 GMT Server: Apache x-compute-request-id: req-5f9c4f03-121a-41d6-846a-c9021f223e22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f9c4f03-121a-41d6-846a-c9021f223e22 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.612375", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}} 2018-10-06 04:40:56,692 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes used request id req-5f9c4f03-121a-41d6-846a-c9021f223e22 2018-10-06 04:40:56,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:56,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:56 GMT Server: Apache x-compute-request-id: req-af65f1d4-d710-4b0f-b788-16612c043deb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af65f1d4-d710-4b0f-b788-16612c043deb Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93a3bcd76bd247e3a75ba236370d2634", "updated_at": "2018-10-06T04:40:56.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}} 2018-10-06 04:40:56,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-af65f1d4-d710-4b0f-b788-16612c043deb 2018-10-06 04:40:56,885 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:40:56,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:57,080 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:56 GMT Server: Apache x-compute-request-id: req-12195423-a690-41df-b0a8-4bb799fe3b65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12195423-a690-41df-b0a8-4bb799fe3b65 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93a3bcd76bd247e3a75ba236370d2634", "updated_at": "2018-10-06T04:40:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}} 2018-10-06 04:40:57,080 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-12195423-a690-41df-b0a8-4bb799fe3b65 2018-10-06 04:40:57,080 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:57,081 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:40:57,081 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:40:57,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d54d13341326aebe5884c196af6a0c229d2ecd" 2018-10-06 04:40:57,272 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache x-compute-request-id: req-5cf3847b-7cec-4810-83ba-910b1bc5d337 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cf3847b-7cec-4810-83ba-910b1bc5d337 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93a3bcd76bd247e3a75ba236370d2634", "updated_at": "2018-10-06T04:40:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}]} 2018-10-06 04:40:57,272 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/detail used request id req-5cf3847b-7cec-4810-83ba-910b1bc5d337 2018-10-06 04:40:57,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:40:57,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:40:57,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d54d13341326aebe5884c196af6a0c229d2ecd" 2018-10-06 04:40:57,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea47a488-652f-41fd-80d2-b99ed3615644 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634"}, "enabled": true, "id": "93a3bcd76bd247e3a75ba236370d2634", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj"}} 2018-10-06 04:40:57,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634 used request id req-ea47a488-652f-41fd-80d2-b99ed3615644 2018-10-06 04:40:57,346 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:57,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache x-compute-request-id: req-71c42aeb-a355-4295-8d0e-053f33b5985b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71c42aeb-a355-4295-8d0e-053f33b5985b Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93a3bcd76bd247e3a75ba236370d2634", "updated_at": "2018-10-06T04:40:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}} 2018-10-06 04:40:57,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-71c42aeb-a355-4295-8d0e-053f33b5985b 2018-10-06 04:40:57,563 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:40:57,563 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:40:57,563 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:40:57,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:57,783 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7ea4066-b3bd-4dd7-ac90-342c3f49dced 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-10-06 04:40:57,784 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-c7ea4066-b3bd-4dd7-ac90-342c3f49dced 2018-10-06 04:40:57,787 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:40:57,979 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:40:57 GMT Server: Apache x-compute-request-id: req-61ecfdcc-6ef8-48e0-9b48-492cc353b55a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61ecfdcc-6ef8-48e0-9b48-492cc353b55a Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "5e4529a4aeaf41329f2bab07d0c3072c", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "self"}, {"href": "http://172.30.9.29:8776/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:40:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93a3bcd76bd247e3a75ba236370d2634", "updated_at": "2018-10-06T04:40:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5794d036-9eed-4fa0-ab2b-3d09404fbab6", "size": 1}} 2018-10-06 04:40:57,979 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-61ecfdcc-6ef8-48e0-9b48-492cc353b55a 2018-10-06 04:40:57,980 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:40:57,980 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:41:00,983 - create_volume - DEBUG - Volume status query timeout in 56.8010339737 2018-10-06 04:41:00,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48179072-bfd7-4143-80ef-ef4c88bcbf94" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f16d7cd1a3134b2d0646be02a1cbd2464682dd4" 2018-10-06 04:41:01,179 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:41:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d1c0303e-9e72-4de1-ad68-1375587dec17 x-openstack-request-id: req-d1c0303e-9e72-4de1-ad68-1375587dec17 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5794d036-9eed-4fa0-ab2b-3d09404fbab6 could not be found.", "code": 404}} 2018-10-06 04:41:01,179 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/93a3bcd76bd247e3a75ba236370d2634/volumes/5794d036-9eed-4fa0-ab2b-3d09404fbab6 used request id req-d1c0303e-9e72-4de1-ad68-1375587dec17 2018-10-06 04:41:01,180 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 5794d036-9eed-4fa0-ab2b-3d09404fbab6 could not be found. (HTTP 404) (Request-ID: req-d1c0303e-9e72-4de1-ad68-1375587dec17) 2018-10-06 04:41:01,180 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-efb91cc2-0ab0-4a92-9341-cdc4305ad0f5 2018-10-06 04:41:01,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:01,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b9b2b0e5-d7d6-4f10-b0f1-621b673ad7f6 Date: Sat, 06 Oct 2018 04:41:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:01,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b9b2b0e5-d7d6-4f10-b0f1-621b673ad7f6 2018-10-06 04:41:01,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:01,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce755f4-a11a-4efa-a74c-0987cb557e1d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:01,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-1ce755f4-a11a-4efa-a74c-0987cb557e1d 2018-10-06 04:41:01,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:01,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111a27ac-d15a-4cf6-bdb9-20697aff5992 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:01,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-111a27ac-d15a-4cf6-bdb9-20697aff5992 2018-10-06 04:41:01,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:01,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f268cb3a-a7ec-43e7-aa08-308b639a1e42 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:01,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-f268cb3a-a7ec-43e7-aa08-308b639a1e42 2018-10-06 04:41:01,782 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj 2018-10-06 04:41:01,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:02,024 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0de4c9c5-1050-4fa9-9bdb-9e1f8a76139e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:02,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/93a3bcd76bd247e3a75ba236370d2634 used request id req-0de4c9c5-1050-4fa9-9bdb-9e1f8a76139e 2018-10-06 04:41:02,025 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-proj-role 2018-10-06 04:41:02,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:02,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee19e6b-2048-46c6-b93e-8b5e3343fcee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:02,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4c9495f813a24dccb2a8905b42d1eb1a used request id req-aee19e6b-2048-46c6-b93e-8b5e3343fcee 2018-10-06 04:41:02,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1666037524a0e3f65a9eb7af85709d1ce5da4aa6" 2018-10-06 04:41:02,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e61b13-6e0b-4ff5-b832-045e30273e2c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:02,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-64e61b13-6e0b-4ff5-b832-045e30273e2c 2018-10-06 04:41:02,239 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-006a9fd4-c84b-49b-user 2018-10-06 04:41:02,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/5e4529a4aeaf41329f2bab07d0c3072c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f0ffdc85ebea2f017ac6e64b17a9c99210c4a1" 2018-10-06 04:41:02,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-121ce635-f158-4123-93b8-825f5bcebde5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:02,398 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/5e4529a4aeaf41329f2bab07d0c3072c used request id req-121ce635-f158-4123-93b8-825f5bcebde5 2018-10-06 04:41:02,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:02,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EXXBG_htSjOcvrZPN-uoWw"], "issued_at": "2018-10-06T04:41:02.000000Z"}} 2018-10-06 04:41:02,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b91836302d23d0fa21c2f1061e5c7ef0b4a82a7" 2018-10-06 04:41:02,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feee2021-8a8d-4519-8760-ddf473518b90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:02,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-feee2021-8a8d-4519-8760-ddf473518b90 2018-10-06 04:41:02,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:02,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:03,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["uGutmB03RLWW95Cw6-LJbw"], "issued_at": "2018-10-06T04:41:03.000000Z"}} 2018-10-06 04:41:03,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:03,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd6cab86-a99e-421f-961d-a65e945a8d50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:03,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bd6cab86-a99e-421f-961d-a65e945a8d50 2018-10-06 04:41:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:03,351 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:03,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:03,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6386a9d2-7fca-4df4-baec-852594708094 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:03,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj used request id req-6386a9d2-7fca-4df4-baec-852594708094 2018-10-06 04:41:03,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:03,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8605bb9b-f90c-4d3a-847f-d81ac27c759d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:03,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8605bb9b-f90c-4d3a-847f-d81ac27c759d 2018-10-06 04:41:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj"}}' 2018-10-06 04:41:03,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-719de14c-5415-4f38-a016-31289238eea1 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb"}, "enabled": true, "id": "ad3e3c8dc3ac422a93e1981b1f154abb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj"}} 2018-10-06 04:41:03,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-719de14c-5415-4f38-a016-31289238eea1 2018-10-06 04:41:03,634 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj 2018-10-06 04:41:03,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:03,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:04,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["JfaigJ73T8ibdVztwklAmQ"], "issued_at": "2018-10-06T04:41:04.000000Z"}} 2018-10-06 04:41:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ccebdd8c7a603787f9b87cb44bb8684c4e4a748" 2018-10-06 04:41:04,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138202ab-aaf9-46fa-8344-c3a3fadaeb32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:04,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-138202ab-aaf9-46fa-8344-c3a3fadaeb32 2018-10-06 04:41:04,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:04,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ccebdd8c7a603787f9b87cb44bb8684c4e4a748" 2018-10-06 04:41:04,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed61e87-5dc0-4ef3-9f5b-6f33f35f7294 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:04,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4ed61e87-5dc0-4ef3-9f5b-6f33f35f7294 2018-10-06 04:41:04,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ccebdd8c7a603787f9b87cb44bb8684c4e4a748" 2018-10-06 04:41:04,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294e0886-caeb-4114-90f0-d671008b0930 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb"}, "enabled": true, "id": "ad3e3c8dc3ac422a93e1981b1f154abb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj"}]} 2018-10-06 04:41:04,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj used request id req-294e0886-caeb-4114-90f0-d671008b0930 2018-10-06 04:41:04,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ccebdd8c7a603787f9b87cb44bb8684c4e4a748" 2018-10-06 04:41:04,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b365b3f5-7a5b-4187-95c6-84a6e7e69f2f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:04,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b365b3f5-7a5b-4187-95c6-84a6e7e69f2f 2018-10-06 04:41:04,765 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-user 2018-10-06 04:41:04,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:04,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee0e7e8-c03a-4c84-9fc5-15662fe52029 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:04,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cee0e7e8-c03a-4c84-9fc5-15662fe52029 2018-10-06 04:41:04,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role"}}' 2018-10-06 04:41:04,981 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a5bcde8-5579-4571-9073-92279d45c21a Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0b250eb08c1e4c85ba9aa95d6fbcb75c", "links": {"self": "http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c"}, "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role"}} 2018-10-06 04:41:04,982 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-8a5bcde8-5579-4571-9073-92279d45c21a 2018-10-06 04:41:04,982 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role 2018-10-06 04:41:04,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:05,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df18311-4b1e-4c9a-bb75-cfb0e6b5be51 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role", "id": "0b250eb08c1e4c85ba9aa95d6fbcb75c"}} 2018-10-06 04:41:05,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c used request id req-8df18311-4b1e-4c9a-bb75-cfb0e6b5be51 2018-10-06 04:41:05,073 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role to project CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj 2018-10-06 04:41:05,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb/users/7bc7b2984cda411c8c196cc47ec0f8bc/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:05,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77e6a72d-9283-4d1b-b592-095615d73e02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:05,133 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb/users/7bc7b2984cda411c8c196cc47ec0f8bc/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c used request id req-77e6a72d-9283-4d1b-b592-095615d73e02 2018-10-06 04:41:05,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:05,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:05,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0b250eb08c1e4c85ba9aa95d6fbcb75c", "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role"}], "expires_at": "2018-10-06T05:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad3e3c8dc3ac422a93e1981b1f154abb", "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-user", "id": "7bc7b2984cda411c8c196cc47ec0f8bc"}, "audit_ids": ["Ug0JR9xLSeyHpvETqNNPKA"], "issued_at": "2018-10-06T04:41:05.000000Z"}} 2018-10-06 04:41:05,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}865385389274d7caf947a25ae3e152497ef6fb2d" 2018-10-06 04:41:05,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b6d762-0417-4dda-a605-d10f9fe02737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:05,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9b6d762-0417-4dda-a605-d10f9fe02737 2018-10-06 04:41:05,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}865385389274d7caf947a25ae3e152497ef6fb2d" 2018-10-06 04:41:05,779 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:05 GMT Server: Apache x-compute-request-id: req-14bf2676-1bf9-4131-9313-566c804b2494 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14bf2676-1bf9-4131-9313-566c804b2494 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:05,779 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb/volumes/detail used request id req-14bf2676-1bf9-4131-9313-566c804b2494 2018-10-06 04:41:05,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-14bf2676-1bf9-4131-9313-566c804b2494" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}865385389274d7caf947a25ae3e152497ef6fb2d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-788d675d-5333-4898-ad69-69dc6cdf0338", "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-10-06 04:41:06,243 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 04:41:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-25410caf-53e2-4971-b925-fdbfe6b63286 x-openstack-request-id: req-25410caf-53e2-4971-b925-fdbfe6b63286 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-06 04:41:06,243 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/ad3e3c8dc3ac422a93e1981b1f154abb/volumes used request id req-25410caf-53e2-4971-b925-fdbfe6b63286 2018-10-06 04:41:06,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:06,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9be330d5-b95f-4fd1-b3ce-8b441f75620d Date: Sat, 06 Oct 2018 04:41:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:06,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9be330d5-b95f-4fd1-b3ce-8b441f75620d 2018-10-06 04:41:06,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:06,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b4bf3c-cc68-4ced-ba1b-20b13cbe5489 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:06,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-b1b4bf3c-cc68-4ced-ba1b-20b13cbe5489 2018-10-06 04:41:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:06,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e98064-9262-4199-a1c0-8d25fa6a330e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:06,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-96e98064-9262-4199-a1c0-8d25fa6a330e 2018-10-06 04:41:06,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:06,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c29210-872f-43c2-9559-41a5f12da954 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:06,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-94c29210-872f-43c2-9559-41a5f12da954 2018-10-06 04:41:06,731 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj 2018-10-06 04:41:06,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:06,942 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f81a7ef-43ab-4933-83c4-5b4f034adb79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:06,942 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ad3e3c8dc3ac422a93e1981b1f154abb used request id req-0f81a7ef-43ab-4933-83c4-5b4f034adb79 2018-10-06 04:41:06,942 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-proj-role 2018-10-06 04:41:06,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:07,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb5651a6-3db0-434a-ac38-8eb31322e72e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:07,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0b250eb08c1e4c85ba9aa95d6fbcb75c used request id req-fb5651a6-3db0-434a-ac38-8eb31322e72e 2018-10-06 04:41:07,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0952e428467f1f391699535fd0d9a849d1de8191" 2018-10-06 04:41:07,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ade6ac71-cf8f-4d67-8311-94e3eba0ce60 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:07,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ade6ac71-cf8f-4d67-8311-94e3eba0ce60 2018-10-06 04:41:07,145 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-f31b33cc-519d-4fa-user 2018-10-06 04:41:07,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7bc7b2984cda411c8c196cc47ec0f8bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ccebdd8c7a603787f9b87cb44bb8684c4e4a748" 2018-10-06 04:41:07,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c63ca916-fece-4685-acb4-d403def9fee1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:07,315 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7bc7b2984cda411c8c196cc47ec0f8bc used request id req-c63ca916-fece-4685-acb4-d403def9fee1 2018-10-06 04:41:07,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:07,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["9ngZScKoQ9-9clNrTwvwlQ"], "issued_at": "2018-10-06T04:41:07.000000Z"}} 2018-10-06 04:41:07,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50e7335238d8484bbd93b0aede2e4bef1a811a9e" 2018-10-06 04:41:07,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28558de4-626d-4347-8571-3df26cfbdc0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:07,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28558de4-626d-4347-8571-3df26cfbdc0e 2018-10-06 04:41:07,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:07,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:08,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["nTMDbiQ_R1Ws2XHo7EkxzA"], "issued_at": "2018-10-06T04:41:08.000000Z"}} 2018-10-06 04:41:08,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:08,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8712a132-971f-4ac3-bebc-4ccdbcf2663f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:08,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8712a132-971f-4ac3-bebc-4ccdbcf2663f 2018-10-06 04:41:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:08,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:08,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:08,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96e6bae-4345-48a2-83f1-fa8205dd80a6 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:08,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj used request id req-d96e6bae-4345-48a2-83f1-fa8205dd80a6 2018-10-06 04:41:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:08,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9f03fc-5532-4f9d-bff3-e02ccf5ebffd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:08,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4f9f03fc-5532-4f9d-bff3-e02ccf5ebffd 2018-10-06 04:41:08,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj"}}' 2018-10-06 04:41:08,586 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5428dc9e-cf52-4aa5-86cb-1a2f420f9f9f Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af"}, "enabled": true, "id": "cfc54fd81eab49ba9d07e0acedac90af", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj"}} 2018-10-06 04:41:08,586 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5428dc9e-cf52-4aa5-86cb-1a2f420f9f9f 2018-10-06 04:41:08,586 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj 2018-10-06 04:41:08,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:08,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:08,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["tm6vFmnmSdCCp_6EtMePKw"], "issued_at": "2018-10-06T04:41:08.000000Z"}} 2018-10-06 04:41:08,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b34ba8cceb7161433f2163be768c02bef8e89d1" 2018-10-06 04:41:09,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34b8c83-9b52-4021-84f3-e2321aed0b8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:09,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c34b8c83-9b52-4021-84f3-e2321aed0b8f 2018-10-06 04:41:09,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:09,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:09,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b34ba8cceb7161433f2163be768c02bef8e89d1" 2018-10-06 04:41:09,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f2354c-d509-4393-aa04-cd34dc427eac Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:09,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-05f2354c-d509-4393-aa04-cd34dc427eac 2018-10-06 04:41:09,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b34ba8cceb7161433f2163be768c02bef8e89d1" 2018-10-06 04:41:09,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d4c3871-1633-45eb-bed5-5b41bdbc6f07 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af"}, "enabled": true, "id": "cfc54fd81eab49ba9d07e0acedac90af", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj"}]} 2018-10-06 04:41:09,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj used request id req-6d4c3871-1633-45eb-bed5-5b41bdbc6f07 2018-10-06 04:41:09,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b34ba8cceb7161433f2163be768c02bef8e89d1" 2018-10-06 04:41:09,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cfeb12-b744-4955-832d-0d2ebd4f830d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:09,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-36cfeb12-b744-4955-832d-0d2ebd4f830d 2018-10-06 04:41:09,729 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-user 2018-10-06 04:41:09,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:09,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:09,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83af42c-832c-4c4c-9b16-c079b64750d4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:09,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c83af42c-832c-4c4c-9b16-c079b64750d4 2018-10-06 04:41:09,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role"}}' 2018-10-06 04:41:09,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0de59000-55b1-4035-9a99-a0edf6af289d Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "79725c8b88d94566bef082e74d3d7b12", "links": {"self": "http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12"}, "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role"}} 2018-10-06 04:41:09,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0de59000-55b1-4035-9a99-a0edf6af289d 2018-10-06 04:41:09,939 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role 2018-10-06 04:41:09,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:10,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0deda1f9-7201-40ea-9f1c-b462bcfd5cf1 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role", "id": "79725c8b88d94566bef082e74d3d7b12"}} 2018-10-06 04:41:10,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12 used request id req-0deda1f9-7201-40ea-9f1c-b462bcfd5cf1 2018-10-06 04:41:10,034 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role to project CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj 2018-10-06 04:41:10,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af/users/8c1195770c1b450e8cf457eb0f541919/roles/79725c8b88d94566bef082e74d3d7b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:10,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf0c9ad1-49e6-4884-934a-de812ebb0420 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:10,102 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af/users/8c1195770c1b450e8cf457eb0f541919/roles/79725c8b88d94566bef082e74d3d7b12 used request id req-bf0c9ad1-49e6-4884-934a-de812ebb0420 2018-10-06 04:41:10,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:10,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:10,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79725c8b88d94566bef082e74d3d7b12", "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role"}], "expires_at": "2018-10-06T05:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfc54fd81eab49ba9d07e0acedac90af", "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cfc54fd81eab49ba9d07e0acedac90af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cfc54fd81eab49ba9d07e0acedac90af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cfc54fd81eab49ba9d07e0acedac90af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cfc54fd81eab49ba9d07e0acedac90af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cfc54fd81eab49ba9d07e0acedac90af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cfc54fd81eab49ba9d07e0acedac90af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cfc54fd81eab49ba9d07e0acedac90af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-648b134c-78c4-40d-user", "id": "8c1195770c1b450e8cf457eb0f541919"}, "audit_ids": ["UaYh5GuBRtexV2z4N4ruaA"], "issued_at": "2018-10-06T04:41:10.000000Z"}} 2018-10-06 04:41:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8294f02115d308887b46d98e054ce0c16f3f0" 2018-10-06 04:41:10,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731937d3-2a75-4ec9-a09f-77a28834126b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:10,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-731937d3-2a75-4ec9-a09f-77a28834126b 2018-10-06 04:41:10,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/cfc54fd81eab49ba9d07e0acedac90af/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8294f02115d308887b46d98e054ce0c16f3f0" 2018-10-06 04:41:10,740 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:10 GMT Server: Apache x-compute-request-id: req-afdc67bc-501e-4a76-b5bf-363282f0bb83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-afdc67bc-501e-4a76-b5bf-363282f0bb83 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:10,740 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/cfc54fd81eab49ba9d07e0acedac90af/volumes/detail used request id req-afdc67bc-501e-4a76-b5bf-363282f0bb83 2018-10-06 04:41:10,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/cfc54fd81eab49ba9d07e0acedac90af/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-afdc67bc-501e-4a76-b5bf-363282f0bb83" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8294f02115d308887b46d98e054ce0c16f3f0" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-a84838e6-692c-4757-b148-f27119f2e4aa", "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-10-06 04:41:10,904 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 04:41:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-018bbe95-4bac-4bdc-a379-291ded30224b x-openstack-request-id: req-018bbe95-4bac-4bdc-a379-291ded30224b 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-10-06 04:41:10,904 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/cfc54fd81eab49ba9d07e0acedac90af/volumes used request id req-018bbe95-4bac-4bdc-a379-291ded30224b 2018-10-06 04:41:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-da046bc2-e146-4942-b912-3557da8f5734 Date: Sat, 06 Oct 2018 04:41:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:11,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-da046bc2-e146-4942-b912-3557da8f5734 2018-10-06 04:41:11,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e53b52-c8e4-4ab7-b447-862689051f67 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:11,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-70e53b52-c8e4-4ab7-b447-862689051f67 2018-10-06 04:41:11,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c786a195-f3e7-4659-8694-9f0e86505cde Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:11,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-c786a195-f3e7-4659-8694-9f0e86505cde 2018-10-06 04:41:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff8ac50c-251f-4cd8-9f07-68ad985f55c8 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:11,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-ff8ac50c-251f-4cd8-9f07-68ad985f55c8 2018-10-06 04:41:11,388 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj 2018-10-06 04:41:11,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4ea0e6e-8230-4e65-a22e-a0847e17a5e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:11,696 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cfc54fd81eab49ba9d07e0acedac90af used request id req-b4ea0e6e-8230-4e65-a22e-a0847e17a5e6 2018-10-06 04:41:11,697 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-proj-role 2018-10-06 04:41:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-853e895e-63b8-45b7-93af-7d69accf5b6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:11,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/79725c8b88d94566bef082e74d3d7b12 used request id req-853e895e-63b8-45b7-93af-7d69accf5b6a 2018-10-06 04:41:11,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}607607f82ebf358be963c0702135ba4dc157b412" 2018-10-06 04:41:11,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fb39d4-f6bd-4346-8713-fb6cee4a2bcd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:11,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f8fb39d4-f6bd-4346-8713-fb6cee4a2bcd 2018-10-06 04:41:11,899 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-648b134c-78c4-40d-user 2018-10-06 04:41:11,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/8c1195770c1b450e8cf457eb0f541919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b34ba8cceb7161433f2163be768c02bef8e89d1" 2018-10-06 04:41:12,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-583c9c57-194a-4c65-a788-b3dfc24fce58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:12,070 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8c1195770c1b450e8cf457eb0f541919 used request id req-583c9c57-194a-4c65-a788-b3dfc24fce58 2018-10-06 04:41:12,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:12,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xkEhbIujSmqgsex-lJzoEQ"], "issued_at": "2018-10-06T04:41:12.000000Z"}} 2018-10-06 04:41:12,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47904a0fbc9093d9468e2c85adf1a3ccd6ac0caf" 2018-10-06 04:41:12,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99f2e98-f8c8-4f70-ae4b-0b92bc16022f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:12,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f99f2e98-f8c8-4f70-ae4b-0b92bc16022f 2018-10-06 04:41:12,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:12,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:12,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["kukmLyJoSZGGoat6TVTcFQ"], "issued_at": "2018-10-06T04:41:12.000000Z"}} 2018-10-06 04:41:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:13,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4360d6-5123-43a8-90fc-5564e713eb56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:13,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4a4360d6-5123-43a8-90fc-5564e713eb56 2018-10-06 04:41:13,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:13,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:13,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:13,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e6252e-8819-4610-a054-fab5a5cac30a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:13,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj used request id req-c5e6252e-8819-4610-a054-fab5a5cac30a 2018-10-06 04:41:13,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e59bc8c-78b8-4680-b404-23b18eb446ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:13,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0e59bc8c-78b8-4680-b404-23b18eb446ee 2018-10-06 04:41:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj"}}' 2018-10-06 04:41:13,364 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f7fcce2-1646-4abb-aac4-4aae38fd5a7b Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba"}, "enabled": true, "id": "389bad7ed67846418b1d793d9db351ba", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj"}} 2018-10-06 04:41:13,364 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7f7fcce2-1646-4abb-aac4-4aae38fd5a7b 2018-10-06 04:41:13,364 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj 2018-10-06 04:41:13,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:13,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:13,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ExM6hCZfT3GKulyBlJZTiQ"], "issued_at": "2018-10-06T04:41:13.000000Z"}} 2018-10-06 04:41:13,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66eb8c03ebbc296f2922f2a2206d940104cdb381" 2018-10-06 04:41:13,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c1c508-3c22-40cb-ac36-46a6de9421a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:13,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e5c1c508-3c22-40cb-ac36-46a6de9421a0 2018-10-06 04:41:13,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:13,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:13,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66eb8c03ebbc296f2922f2a2206d940104cdb381" 2018-10-06 04:41:13,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2bdd52-ada9-40c6-bace-acc9e284977f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:13,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8b2bdd52-ada9-40c6-bace-acc9e284977f 2018-10-06 04:41:13,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66eb8c03ebbc296f2922f2a2206d940104cdb381" 2018-10-06 04:41:14,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab06ba63-cdb0-47fa-af88-d93dc1cc47e7 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba"}, "enabled": true, "id": "389bad7ed67846418b1d793d9db351ba", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj"}]} 2018-10-06 04:41:14,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj used request id req-ab06ba63-cdb0-47fa-af88-d93dc1cc47e7 2018-10-06 04:41:14,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66eb8c03ebbc296f2922f2a2206d940104cdb381" 2018-10-06 04:41:14,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d665e2b1-a462-43a1-ac32-eddd66e887dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:14,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d665e2b1-a462-43a1-ac32-eddd66e887dc 2018-10-06 04:41:14,513 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-user 2018-10-06 04:41:14,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:14,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:14,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cde503-ae53-4aeb-9af5-eb600838b486 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:14,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b8cde503-ae53-4aeb-9af5-eb600838b486 2018-10-06 04:41:14,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role"}}' 2018-10-06 04:41:14,723 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef2eced8-316e-414b-809c-5f481b76e698 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e68ee553d66544ff8b6f6617d9f6ddb4", "links": {"self": "http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4"}, "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role"}} 2018-10-06 04:41:14,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ef2eced8-316e-414b-809c-5f481b76e698 2018-10-06 04:41:14,724 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role 2018-10-06 04:41:14,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:14,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4490d988-fedc-44ce-888d-6e52b8f21375 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role", "id": "e68ee553d66544ff8b6f6617d9f6ddb4"}} 2018-10-06 04:41:14,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4 used request id req-4490d988-fedc-44ce-888d-6e52b8f21375 2018-10-06 04:41:14,813 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role to project CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj 2018-10-06 04:41:14,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba/users/6a828d02916f4816a6a3a87972507e49/roles/e68ee553d66544ff8b6f6617d9f6ddb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:14,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8225c730-dffb-4bc5-9de4-8ff9ceeca960 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:14,947 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba/users/6a828d02916f4816a6a3a87972507e49/roles/e68ee553d66544ff8b6f6617d9f6ddb4 used request id req-8225c730-dffb-4bc5-9de4-8ff9ceeca960 2018-10-06 04:41:14,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:14,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:15,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e68ee553d66544ff8b6f6617d9f6ddb4", "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role"}], "expires_at": "2018-10-06T05:41:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "389bad7ed67846418b1d793d9db351ba", "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/389bad7ed67846418b1d793d9db351ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/389bad7ed67846418b1d793d9db351ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/389bad7ed67846418b1d793d9db351ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/389bad7ed67846418b1d793d9db351ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/389bad7ed67846418b1d793d9db351ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/389bad7ed67846418b1d793d9db351ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/389bad7ed67846418b1d793d9db351ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/389bad7ed67846418b1d793d9db351ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/389bad7ed67846418b1d793d9db351ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/389bad7ed67846418b1d793d9db351ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/389bad7ed67846418b1d793d9db351ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/389bad7ed67846418b1d793d9db351ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-166393ce-775e-45e-user", "id": "6a828d02916f4816a6a3a87972507e49"}, "audit_ids": ["FywIzOQqSV27PR3coXsKRA"], "issued_at": "2018-10-06T04:41:15.000000Z"}} 2018-10-06 04:41:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d824abb5445f67e74d63ee1e54a8a6e039a1d5de" 2018-10-06 04:41:15,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0fd2117-b4a3-46e7-b721-9f0ab12a9ac2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:15,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b0fd2117-b4a3-46e7-b721-9f0ab12a9ac2 2018-10-06 04:41:15,412 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/389bad7ed67846418b1d793d9db351ba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d824abb5445f67e74d63ee1e54a8a6e039a1d5de" 2018-10-06 04:41:15,606 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:15 GMT Server: Apache x-compute-request-id: req-5ba5277c-d543-487d-b844-06e05e0759fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ba5277c-d543-487d-b844-06e05e0759fb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:15,606 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/389bad7ed67846418b1d793d9db351ba/volumes/detail used request id req-5ba5277c-d543-487d-b844-06e05e0759fb 2018-10-06 04:41:15,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/389bad7ed67846418b1d793d9db351ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5ba5277c-d543-487d-b844-06e05e0759fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d824abb5445f67e74d63ee1e54a8a6e039a1d5de" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-009def96-4c2c-4dec-8dd0-c697e1e018ac", "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-10-06 04:41:15,761 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:41:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b11a7bfd-738c-4931-a053-bd2295b80a90 x-openstack-request-id: req-b11a7bfd-738c-4931-a053-bd2295b80a90 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-06 04:41:15,761 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/389bad7ed67846418b1d793d9db351ba/volumes used request id req-b11a7bfd-738c-4931-a053-bd2295b80a90 2018-10-06 04:41:15,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:15,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4bb142d6-7330-4eb9-ab75-c9d89dc2912e Date: Sat, 06 Oct 2018 04:41:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:15,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4bb142d6-7330-4eb9-ab75-c9d89dc2912e 2018-10-06 04:41:15,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c68695f-749e-40c3-9a1f-4f9f248308c5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:16,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-8c68695f-749e-40c3-9a1f-4f9f248308c5 2018-10-06 04:41:16,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f52f0c-e905-49b9-be5e-a244e9de00d0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:16,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-20f52f0c-e905-49b9-be5e-a244e9de00d0 2018-10-06 04:41:16,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e1c6ed-ea5a-447d-9479-5b467138d0b6 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:16,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-b4e1c6ed-ea5a-447d-9479-5b467138d0b6 2018-10-06 04:41:16,188 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj 2018-10-06 04:41:16,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fef4dd4c-ac6e-4523-8342-722182b80abc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:16,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/389bad7ed67846418b1d793d9db351ba used request id req-fef4dd4c-ac6e-4523-8342-722182b80abc 2018-10-06 04:41:16,391 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-proj-role 2018-10-06 04:41:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ea1e3f4-b419-4721-8ee9-c2eca440dc99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:16,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e68ee553d66544ff8b6f6617d9f6ddb4 used request id req-8ea1e3f4-b419-4721-8ee9-c2eca440dc99 2018-10-06 04:41:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}349c1277e82508d93d34a30029046d2a551e96e9" 2018-10-06 04:41:16,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51405876-6d82-45cc-bad9-d3f20b418e60 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:16,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-51405876-6d82-45cc-bad9-d3f20b418e60 2018-10-06 04:41:16,620 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-166393ce-775e-45e-user 2018-10-06 04:41:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6a828d02916f4816a6a3a87972507e49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66eb8c03ebbc296f2922f2a2206d940104cdb381" 2018-10-06 04:41:16,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-affe3d81-577d-4803-ab88-a81aa9eb7a67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:16,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6a828d02916f4816a6a3a87972507e49 used request id req-affe3d81-577d-4803-ab88-a81aa9eb7a67 2018-10-06 04:41:16,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:17,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["7bDQc4IAQE2rYXXng940ow"], "issued_at": "2018-10-06T04:41:17.000000Z"}} 2018-10-06 04:41:17,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc15b8172c97f78f9f0cb71f7f41dff13d5f007b" 2018-10-06 04:41:17,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73412b9a-bfad-4886-b92e-b9560630219f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:17,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73412b9a-bfad-4886-b92e-b9560630219f 2018-10-06 04:41:17,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:17,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:17,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["l3DH2iJzSGePBorBXBrvjA"], "issued_at": "2018-10-06T04:41:17.000000Z"}} 2018-10-06 04:41:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:17,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b06418f-9ae8-4e01-ae39-782e14c920c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:17,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6b06418f-9ae8-4e01-ae39-782e14c920c3 2018-10-06 04:41:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:17,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:17,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:17,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0cce9c9-5281-4143-bbeb-687fc92786b7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:17,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj used request id req-f0cce9c9-5281-4143-bbeb-687fc92786b7 2018-10-06 04:41:17,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:17,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a12dfe-55a7-40c0-9e5e-57bab214cc07 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:17,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-04a12dfe-55a7-40c0-9e5e-57bab214cc07 2018-10-06 04:41:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj"}}' 2018-10-06 04:41:18,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1bc6a60-b464-4d32-bc26-c9d263892438 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1"}, "enabled": true, "id": "8ee7039eb21c4775bd0c91e3d0c64ca1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj"}} 2018-10-06 04:41:18,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c1bc6a60-b464-4d32-bc26-c9d263892438 2018-10-06 04:41:18,059 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-proj 2018-10-06 04:41:18,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:18,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:18,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Fp3vMxrHQRi5dzBByDHfRA"], "issued_at": "2018-10-06T04:41:18.000000Z"}} 2018-10-06 04:41:18,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737428cfe65b976b35b425625e26a555dced6325" 2018-10-06 04:41:18,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c16285-436e-44f3-a446-b53cfb294b05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:18,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18c16285-436e-44f3-a446-b53cfb294b05 2018-10-06 04:41:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:18,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:18,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737428cfe65b976b35b425625e26a555dced6325" 2018-10-06 04:41:18,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13b97178-12ed-42c6-a90f-268064db84b2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:18,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-13b97178-12ed-42c6-a90f-268064db84b2 2018-10-06 04:41:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737428cfe65b976b35b425625e26a555dced6325" 2018-10-06 04:41:18,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5faa51-f232-40c7-9204-837025c5b14f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1"}, "enabled": true, "id": "8ee7039eb21c4775bd0c91e3d0c64ca1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj"}]} 2018-10-06 04:41:18,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-df58b6fb-de92-412-proj used request id req-df5faa51-f232-40c7-9204-837025c5b14f 2018-10-06 04:41:18,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737428cfe65b976b35b425625e26a555dced6325" 2018-10-06 04:41:18,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1674cf1d-8dff-48a9-b77d-d6d4352b629f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:18,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1674cf1d-8dff-48a9-b77d-d6d4352b629f 2018-10-06 04:41:19,112 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-user 2018-10-06 04:41:19,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:19,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:19,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06434220-3423-4fad-9bd3-ac82b5f05b2c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:19,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-06434220-3423-4fad-9bd3-ac82b5f05b2c 2018-10-06 04:41:19,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" -d '{"role": {"name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role"}}' 2018-10-06 04:41:19,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc11c50b-5b4b-49a7-b98b-771b86bb7db5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dbdb5921e0a84d818319f44c032240b9", "links": {"self": "http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9"}, "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role"}} 2018-10-06 04:41:19,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-dc11c50b-5b4b-49a7-b98b-771b86bb7db5 2018-10-06 04:41:19,323 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role 2018-10-06 04:41:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:19,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-506d07a7-7d36-4390-98b5-fb433d03a81f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role", "id": "dbdb5921e0a84d818319f44c032240b9"}} 2018-10-06 04:41:19,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9 used request id req-506d07a7-7d36-4390-98b5-fb433d03a81f 2018-10-06 04:41:19,403 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role to project CreateVolumeWithTypeTests-df58b6fb-de92-412-proj 2018-10-06 04:41:19,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1/users/6844966b52fd4ed98de6e2aa0fb8c20f/roles/dbdb5921e0a84d818319f44c032240b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:19,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ccd8817-2f1f-4b67-9110-59ed51c19e11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:19,535 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1/users/6844966b52fd4ed98de6e2aa0fb8c20f/roles/dbdb5921e0a84d818319f44c032240b9 used request id req-7ccd8817-2f1f-4b67-9110-59ed51c19e11 2018-10-06 04:41:19,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:19,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:19,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-e5Iaq8vRLK1LZfuN2_54w"], "issued_at": "2018-10-06T04:41:19.000000Z"}} 2018-10-06 04:41:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e57bc1d331f6a6982db0b935a8ac879d263265" 2018-10-06 04:41:20,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3059502-0f42-4a49-914a-c083b8edbb78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:20,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c3059502-0f42-4a49-914a-c083b8edbb78 2018-10-06 04:41:20,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e57bc1d331f6a6982db0b935a8ac879d263265" 2018-10-06 04:41:20,171 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:20 GMT Server: Apache x-compute-request-id: req-f85772ea-0bce-400c-924f-3affca11be1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f85772ea-0bce-400c-924f-3affca11be1f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:41:20,171 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-f85772ea-0bce-400c-924f-3affca11be1f 2018-10-06 04:41:20,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f85772ea-0bce-400c-924f-3affca11be1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e57bc1d331f6a6982db0b935a8ac879d263265" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-33f901f6-c164-42b7-ae80-5b10e00311f0-vol-type", "description": null}}' 2018-10-06 04:41:20,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:20 GMT Server: Apache x-compute-request-id: req-7c3fe43f-5991-4951-b1d6-daa2313e15f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c3fe43f-5991-4951-b1d6-daa2313e15f5 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-33f901f6-c164-42b7-ae80-5b10e00311f0-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e53e69ca-8149-4f41-b27c-f1d27c099467", "description": null}} 2018-10-06 04:41:20,387 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-7c3fe43f-5991-4951-b1d6-daa2313e15f5 2018-10-06 04:41:20,387 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-33f901f6-c164-42b7-ae80-5b10e00311f0-vol-type 2018-10-06 04:41:20,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:20,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:20,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dbdb5921e0a84d818319f44c032240b9", "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role"}], "expires_at": "2018-10-06T05:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ee7039eb21c4775bd0c91e3d0c64ca1", "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-df58b6fb-de92-412-user", "id": "6844966b52fd4ed98de6e2aa0fb8c20f"}, "audit_ids": ["1zU9HFAFTJ-QoiHqEEvI0w"], "issued_at": "2018-10-06T04:41:20.000000Z"}} 2018-10-06 04:41:20,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c959f4f49a547564b685a4f908b87f76e5e739cd" 2018-10-06 04:41:20,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8275ee54-b96c-4275-b93f-1b9ff6c5d108 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:20,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8275ee54-b96c-4275-b93f-1b9ff6c5d108 2018-10-06 04:41:20,847 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c959f4f49a547564b685a4f908b87f76e5e739cd" 2018-10-06 04:41:21,034 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:20 GMT Server: Apache x-compute-request-id: req-38e54c43-2a05-47ad-a1eb-12b5b4b8690b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-38e54c43-2a05-47ad-a1eb-12b5b4b8690b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:21,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1/volumes/detail used request id req-38e54c43-2a05-47ad-a1eb-12b5b4b8690b 2018-10-06 04:41:21,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-38e54c43-2a05-47ad-a1eb-12b5b4b8690b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c959f4f49a547564b685a4f908b87f76e5e739cd" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-33f901f6-c164-42b7-ae80-5b10e00311f0-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-10-06 04:41:21,200 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-09b4073a-406c-4a8b-9224-32b76261300a x-openstack-request-id: req-09b4073a-406c-4a8b-9224-32b76261300a Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-06 04:41:21,200 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/8ee7039eb21c4775bd0c91e3d0c64ca1/volumes used request id req-09b4073a-406c-4a8b-9224-32b76261300a 2018-10-06 04:41:21,201 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-33f901f6-c164-42b7-ae80-5b10e00311f0-vol-type 2018-10-06 04:41:21,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/e53e69ca-8149-4f41-b27c-f1d27c099467 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f85772ea-0bce-400c-924f-3affca11be1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e57bc1d331f6a6982db0b935a8ac879d263265" 2018-10-06 04:41:21,430 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-28e749d8-4720-49a0-874b-0fb93864ac12 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-10-06 04:41:21,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/e53e69ca-8149-4f41-b27c-f1d27c099467 used request id req-28e749d8-4720-49a0-874b-0fb93864ac12 2018-10-06 04:41:21,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:21,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5ef5bbde-2f69-4c17-9fe0-213990466066 Date: Sat, 06 Oct 2018 04:41:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:21,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5ef5bbde-2f69-4c17-9fe0-213990466066 2018-10-06 04:41:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:21,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d703f2-4e7e-44e2-96e5-30e3fb8e9f06 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:21,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-31d703f2-4e7e-44e2-96e5-30e3fb8e9f06 2018-10-06 04:41:21,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:21,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61fe10c3-aeea-456a-8b32-76d054bd597b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:21,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-61fe10c3-aeea-456a-8b32-76d054bd597b 2018-10-06 04:41:21,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:21,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9d8554-6337-425e-bc8d-dba049bf65dd Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:21,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-ce9d8554-6337-425e-bc8d-dba049bf65dd 2018-10-06 04:41:21,918 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-proj 2018-10-06 04:41:21,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:22,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-239e6245-002d-464c-9287-406e1b4ef38b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:22,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8ee7039eb21c4775bd0c91e3d0c64ca1 used request id req-239e6245-002d-464c-9287-406e1b4ef38b 2018-10-06 04:41:22,253 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-proj-role 2018-10-06 04:41:22,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:22,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ade01d9-7d79-46ff-83b7-ac02e825789a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:22,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/dbdb5921e0a84d818319f44c032240b9 used request id req-6ade01d9-7d79-46ff-83b7-ac02e825789a 2018-10-06 04:41:22,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ca0cb08a7a59dc3b61c41af7c2df6b882ea65e" 2018-10-06 04:41:22,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e683fbc0-7c76-4135-9d01-c09c3a6e9027 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:22,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e683fbc0-7c76-4135-9d01-c09c3a6e9027 2018-10-06 04:41:22,453 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-df58b6fb-de92-412-user 2018-10-06 04:41:22,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6844966b52fd4ed98de6e2aa0fb8c20f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737428cfe65b976b35b425625e26a555dced6325" 2018-10-06 04:41:22,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d4e1f73-e38e-46ce-a24f-be28d92cfde8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:22,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6844966b52fd4ed98de6e2aa0fb8c20f used request id req-9d4e1f73-e38e-46ce-a24f-be28d92cfde8 2018-10-06 04:41:22,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:23,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["lc-qTfOSTXOasnCQyCKx1A"], "issued_at": "2018-10-06T04:41:23.000000Z"}} 2018-10-06 04:41:23,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8567e45f7c4252fdad60a404dd82b06048e79971" 2018-10-06 04:41:23,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb67cfd2-fca4-4bbf-aca4-54d4f336d85e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:23,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb67cfd2-fca4-4bbf-aca4-54d4f336d85e 2018-10-06 04:41:23,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:23,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:23,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Gdx_paQcTcu6DbGlTVe36A"], "issued_at": "2018-10-06T04:41:23.000000Z"}} 2018-10-06 04:41:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:23,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64291c7-5e96-4566-8693-d9a9e23fe30e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:23,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e64291c7-5e96-4566-8693-d9a9e23fe30e 2018-10-06 04:41:23,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:23,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:23,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a566d2e-80cf-4653-b0d0-c4d1669cea73 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:23,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj used request id req-4a566d2e-80cf-4653-b0d0-c4d1669cea73 2018-10-06 04:41:23,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:23,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75465e4f-1bb8-450b-a04e-f524485ccbb7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:23,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-75465e4f-1bb8-450b-a04e-f524485ccbb7 2018-10-06 04:41:23,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj"}}' 2018-10-06 04:41:23,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f986e901-5914-4c60-8702-07b10a4a4faf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb"}, "enabled": true, "id": "63013c9cd4f842c996d887ce3bde17bb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj"}} 2018-10-06 04:41:23,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f986e901-5914-4c60-8702-07b10a4a4faf 2018-10-06 04:41:23,778 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj 2018-10-06 04:41:23,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:23,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:24,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["AXFOq9k2RhqVEuZiAQYSdg"], "issued_at": "2018-10-06T04:41:24.000000Z"}} 2018-10-06 04:41:24,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95bfa8bf78bfff00577b745044b96ed07fa82d6f" 2018-10-06 04:41:24,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7940e5e-5ad7-47eb-93fa-cf9157485be4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:24,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f7940e5e-5ad7-47eb-93fa-cf9157485be4 2018-10-06 04:41:24,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:24,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:24,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95bfa8bf78bfff00577b745044b96ed07fa82d6f" 2018-10-06 04:41:24,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be181d1-af96-4a8f-8c3e-cbd5f5ff7b3b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:24,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2be181d1-af96-4a8f-8c3e-cbd5f5ff7b3b 2018-10-06 04:41:24,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95bfa8bf78bfff00577b745044b96ed07fa82d6f" 2018-10-06 04:41:24,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2540d4-5dcc-4145-a02d-fd5927c71515 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb"}, "enabled": true, "id": "63013c9cd4f842c996d887ce3bde17bb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj"}]} 2018-10-06 04:41:24,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj used request id req-cf2540d4-5dcc-4145-a02d-fd5927c71515 2018-10-06 04:41:24,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95bfa8bf78bfff00577b745044b96ed07fa82d6f" 2018-10-06 04:41:24,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc70760a-7d36-4e7f-bae9-f3ec8a9ce015 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:24,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bc70760a-7d36-4e7f-bae9-f3ec8a9ce015 2018-10-06 04:41:24,999 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-user 2018-10-06 04:41:24,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:25,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:25,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1fcacd5-e142-4257-aa85-31b6fb9f5409 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:25,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f1fcacd5-e142-4257-aa85-31b6fb9f5409 2018-10-06 04:41:25,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" -d '{"role": {"name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role"}}' 2018-10-06 04:41:25,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190ac713-8e2f-4179-9ed0-39d937186761 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e366204104db453abe74bd814b9697fb", "links": {"self": "http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb"}, "name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role"}} 2018-10-06 04:41:25,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-190ac713-8e2f-4179-9ed0-39d937186761 2018-10-06 04:41:25,124 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role 2018-10-06 04:41:25,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:25,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16d933a-7bb7-49a1-b3a4-ea0b635bf45d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role", "id": "e366204104db453abe74bd814b9697fb"}} 2018-10-06 04:41:25,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb used request id req-a16d933a-7bb7-49a1-b3a4-ea0b635bf45d 2018-10-06 04:41:25,144 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role to project CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj 2018-10-06 04:41:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb/users/4ded006bf2054f3cbf11494274fcf26a/roles/e366204104db453abe74bd814b9697fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:25,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2c79adc-2875-4b40-afc7-eabd3c54658e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:25,277 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb/users/4ded006bf2054f3cbf11494274fcf26a/roles/e366204104db453abe74bd814b9697fb used request id req-b2c79adc-2875-4b40-afc7-eabd3c54658e 2018-10-06 04:41:25,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:25,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:25,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5-dLh9ZxQjasQNuB8ocsCw"], "issued_at": "2018-10-06T04:41:25.000000Z"}} 2018-10-06 04:41:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cab8d4fb31f03a8df76c4f781e6d4e4edd2fa46" 2018-10-06 04:41:25,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f84f3e96-cdf5-4bae-9cfa-0172351c2e6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:25,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f84f3e96-cdf5-4bae-9cfa-0172351c2e6f 2018-10-06 04:41:25,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cab8d4fb31f03a8df76c4f781e6d4e4edd2fa46" 2018-10-06 04:41:25,942 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache x-compute-request-id: req-211105c6-43f9-466f-8b5b-87a5e7f65038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-211105c6-43f9-466f-8b5b-87a5e7f65038 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-06 04:41:25,942 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types?is_public=None used request id req-211105c6-43f9-466f-8b5b-87a5e7f65038 2018-10-06 04:41:25,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-211105c6-43f9-466f-8b5b-87a5e7f65038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cab8d4fb31f03a8df76c4f781e6d4e4edd2fa46" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type", "description": null}}' 2018-10-06 04:41:26,140 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:25 GMT Server: Apache x-compute-request-id: req-8cfcd37a-27b3-4e30-9388-eeed27beb255 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8cfcd37a-27b3-4e30-9388-eeed27beb255 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "807ba427-64cb-42f8-b13f-6170c8751f05", "description": null}} 2018-10-06 04:41:26,141 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types used request id req-8cfcd37a-27b3-4e30-9388-eeed27beb255 2018-10-06 04:41:26,141 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type 2018-10-06 04:41:26,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:26,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:26,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["GRd7lqBJS7i0qSK3h2_1sg"], "issued_at": "2018-10-06T04:41:26.000000Z"}} 2018-10-06 04:41:26,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:26,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487a23e6-bfda-4e56-a123-5bde711b34eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:26,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-487a23e6-bfda-4e56-a123-5bde711b34eb 2018-10-06 04:41:26,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:26,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:26 GMT Server: Apache x-compute-request-id: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:26,815 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/detail used request id req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4 2018-10-06 04:41:26,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-06 04:41:27,250 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:41:26 GMT Server: Apache x-compute-request-id: req-40f37db3-1605-425e-8b32-1faffdf2e8e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-40f37db3-1605-425e-8b32-1faffdf2e8e7 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "8d0446c3d26f48b386d6089436a9646d", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:41:27.150071", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type", "name": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1}} 2018-10-06 04:41:27,250 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes used request id req-40f37db3-1605-425e-8b32-1faffdf2e8e7 2018-10-06 04:41:27,254 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:27,470 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:27 GMT Server: Apache x-compute-request-id: req-33623978-b7f5-476c-aed4-f7d16355c811 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33623978-b7f5-476c-aed4-f7d16355c811 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T04:41:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1, "user_id": "8d0446c3d26f48b386d6089436a9646d", "os-vol-tenant-attr:tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "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-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "bootable": "false", "created_at": "2018-10-06T04:41:27.000000", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type"}} 2018-10-06 04:41:27,471 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-33623978-b7f5-476c-aed4-f7d16355c811 2018-10-06 04:41:27,471 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:27,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:27,526 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:27 GMT Server: Apache x-compute-request-id: req-d790a1c7-e6b8-45ff-a4bf-2fa7071d2ec0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d790a1c7-e6b8-45ff-a4bf-2fa7071d2ec0 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T04:41:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1, "user_id": "8d0446c3d26f48b386d6089436a9646d", "os-vol-tenant-attr:tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "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-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "bootable": "false", "created_at": "2018-10-06T04:41:27.000000", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type"}} 2018-10-06 04:41:27,526 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-d790a1c7-e6b8-45ff-a4bf-2fa7071d2ec0 2018-10-06 04:41:27,527 - create_volume - DEBUG - Instance status is - creating 2018-10-06 04:41:27,527 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:41:30,530 - create_volume - DEBUG - Volume status query timeout in 296.941455126 2018-10-06 04:41:30,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:30,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:30 GMT Server: Apache x-compute-request-id: req-fa4b0f2c-cdb6-4a7d-b08d-e0191d002e2a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa4b0f2c-cdb6-4a7d-b08d-e0191d002e2a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T04:41:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1, "user_id": "8d0446c3d26f48b386d6089436a9646d", "os-vol-tenant-attr:tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "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-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "bootable": "false", "created_at": "2018-10-06T04:41:27.000000", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type"}} 2018-10-06 04:41:30,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-fa4b0f2c-cdb6-4a7d-b08d-e0191d002e2a 2018-10-06 04:41:30,884 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:41:30,884 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:30,884 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:30,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:31,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:30 GMT Server: Apache x-compute-request-id: req-8f21dda9-e25d-4cbe-a228-095b8e9aa17a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f21dda9-e25d-4cbe-a228-095b8e9aa17a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T04:41:27.000000", "replication_status": null, "snapshot_id": null, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1, "user_id": "8d0446c3d26f48b386d6089436a9646d", "os-vol-tenant-attr:tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "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-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "bootable": "false", "created_at": "2018-10-06T04:41:27.000000", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type"}} 2018-10-06 04:41:31,083 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-8f21dda9-e25d-4cbe-a228-095b8e9aa17a 2018-10-06 04:41:31,084 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:41:31,084 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:31,084 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:31,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:31,341 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:41:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-34556f8f-96fa-427a-b66a-f7f0b203e7cd 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-10-06 04:41:31,341 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-34556f8f-96fa-427a-b66a-f7f0b203e7cd 2018-10-06 04:41:31,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:31,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:31 GMT Server: Apache x-compute-request-id: req-1a30ef71-9d58-4a20-96f2-160128e21fb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a30ef71-9d58-4a20-96f2-160128e21fb2 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "self"}, {"href": "http://172.30.9.29:8776/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T04:41:31.000000", "replication_status": null, "snapshot_id": null, "id": "7bd8d54c-f8f7-4b9c-8163-0573e6f1a037", "size": 1, "user_id": "8d0446c3d26f48b386d6089436a9646d", "os-vol-tenant-attr:tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol", "bootable": "false", "created_at": "2018-10-06T04:41:27.000000", "volume_type": "CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type"}} 2018-10-06 04:41:31,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-1a30ef71-9d58-4a20-96f2-160128e21fb2 2018-10-06 04:41:31,542 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:41:31,542 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:41:34,545 - create_volume - DEBUG - Volume status query timeout in 56.7962961197 2018-10-06 04:41:34,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54f9eb2c-8ee9-4740-af71-5b1b02ef3bc4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32bc1a5b1dc9727eab031b647dfe2fcad09f353e" 2018-10-06 04:41:34,581 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:41:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e8d4b09a-7e2f-4873-b748-3a49f0c384c0 x-openstack-request-id: req-e8d4b09a-7e2f-4873-b748-3a49f0c384c0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 could not be found.", "code": 404}} 2018-10-06 04:41:34,581 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/volumes/7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 used request id req-e8d4b09a-7e2f-4873-b748-3a49f0c384c0 2018-10-06 04:41:34,581 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7bd8d54c-f8f7-4b9c-8163-0573e6f1a037 could not be found. (HTTP 404) (Request-ID: req-e8d4b09a-7e2f-4873-b748-3a49f0c384c0) 2018-10-06 04:41:34,582 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol 2018-10-06 04:41:34,582 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-54b1e054-cc63-46a6-aecd-0363fd78f588-vol-type 2018-10-06 04:41:34,585 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/807ba427-64cb-42f8-b13f-6170c8751f05 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-211105c6-43f9-466f-8b5b-87a5e7f65038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cab8d4fb31f03a8df76c4f781e6d4e4edd2fa46" 2018-10-06 04:41:34,783 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:41:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-16af545c-ef0d-4637-87ef-c16b15042af6 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-10-06 04:41:34,783 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2/types/807ba427-64cb-42f8-b13f-6170c8751f05 used request id req-16af545c-ef0d-4637-87ef-c16b15042af6 2018-10-06 04:41:34,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-48a7b5d8-2e02-4e41-b91a-8a824d7be125 Date: Sat, 06 Oct 2018 04:41:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:35,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-48a7b5d8-2e02-4e41-b91a-8a824d7be125 2018-10-06 04:41:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98744ee6-49e8-4b23-838e-8bcf9db532a8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:35,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-98744ee6-49e8-4b23-838e-8bcf9db532a8 2018-10-06 04:41:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c23ab9-78ea-43de-8427-568ecd3a0875 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:35,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-b0c23ab9-78ea-43de-8427-568ecd3a0875 2018-10-06 04:41:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58cfc71a-c96d-4f41-979c-2f4c6611e944 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:35,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-58cfc71a-c96d-4f41-979c-2f4c6611e944 2018-10-06 04:41:35,294 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj 2018-10-06 04:41:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0004bfae-394d-4c3b-94ec-96175f378c45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:35,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/63013c9cd4f842c996d887ce3bde17bb used request id req-0004bfae-394d-4c3b-94ec-96175f378c45 2018-10-06 04:41:35,474 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-proj-role 2018-10-06 04:41:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-187d987b-e176-4561-bad7-70fee09bb1a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:35,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e366204104db453abe74bd814b9697fb used request id req-187d987b-e176-4561-bad7-70fee09bb1a2 2018-10-06 04:41:35,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d96fad7e86cedc504467dabe1961d1c4d3007e" 2018-10-06 04:41:35,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf01d9a8-a07a-4bd4-8693-8a110b3134ac Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:35,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cf01d9a8-a07a-4bd4-8693-8a110b3134ac 2018-10-06 04:41:35,675 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-718bf8b2-d3c2-499-user 2018-10-06 04:41:35,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4ded006bf2054f3cbf11494274fcf26a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95bfa8bf78bfff00577b745044b96ed07fa82d6f" 2018-10-06 04:41:35,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6dd6c54-7dd6-42da-8996-6779bfa7698f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:35,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4ded006bf2054f3cbf11494274fcf26a used request id req-d6dd6c54-7dd6-42da-8996-6779bfa7698f 2018-10-06 04:41:35,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:36,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3zK9KO1wQHuAz5xDUwrR5g"], "issued_at": "2018-10-06T04:41:36.000000Z"}} 2018-10-06 04:41:36,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}670d27e68713da3d617dccbd1d4b78dc081e28ab" 2018-10-06 04:41:36,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2d8560-60cd-416d-b8fc-1f8a7dd581aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:36,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f2d8560-60cd-416d-b8fc-1f8a7dd581aa 2018-10-06 04:41:36,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:36,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:36,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mJsLXPafSjycsPFIs6NDng"], "issued_at": "2018-10-06T04:41:36.000000Z"}} 2018-10-06 04:41:36,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:36,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9921eec-5c61-4d00-93a9-42cfabeb0c0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:36,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9921eec-5c61-4d00-93a9-42cfabeb0c0f 2018-10-06 04:41:36,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:36,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:36,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:36,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91718a86-6b78-4685-a267-e5b7c5a459ec Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:36,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj used request id req-91718a86-6b78-4685-a267-e5b7c5a459ec 2018-10-06 04:41:36,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:36,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cccdc38-30f8-47e1-b57f-80bb7238aeaa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:36,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7cccdc38-30f8-47e1-b57f-80bb7238aeaa 2018-10-06 04:41:36,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj"}}' 2018-10-06 04:41:37,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-634b7f5e-b9ff-41ea-b081-28ee563d2d22 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c"}, "enabled": true, "id": "91e5e803c5f14bbeac85465e10d9432c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj"}} 2018-10-06 04:41:37,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-634b7f5e-b9ff-41ea-b081-28ee563d2d22 2018-10-06 04:41:37,101 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-24350f9e-77e6-412-proj 2018-10-06 04:41:37,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:37,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:37,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Cm9HplqKTsiRBRyNvTnEsw"], "issued_at": "2018-10-06T04:41:37.000000Z"}} 2018-10-06 04:41:37,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97edb02370035788afec9f014f29714ae73b90da" 2018-10-06 04:41:37,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c182ea9d-0ece-451b-badf-84827bc5da45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:37,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c182ea9d-0ece-451b-badf-84827bc5da45 2018-10-06 04:41:37,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:37,580 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:37,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97edb02370035788afec9f014f29714ae73b90da" 2018-10-06 04:41:37,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd9c276-4202-45ec-8300-acf559133933 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:37,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fdd9c276-4202-45ec-8300-acf559133933 2018-10-06 04:41:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97edb02370035788afec9f014f29714ae73b90da" 2018-10-06 04:41:37,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74d2268-458a-4478-829c-8565b601e852 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c"}, "enabled": true, "id": "91e5e803c5f14bbeac85465e10d9432c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj"}]} 2018-10-06 04:41:37,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-24350f9e-77e6-412-proj used request id req-b74d2268-458a-4478-829c-8565b601e852 2018-10-06 04:41:37,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97edb02370035788afec9f014f29714ae73b90da" 2018-10-06 04:41:37,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c089892-bda7-4645-9cd1-f8f58e292e66 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:37,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3c089892-bda7-4645-9cd1-f8f58e292e66 2018-10-06 04:41:38,112 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-24350f9e-77e6-412-user 2018-10-06 04:41:38,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:38,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:38,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216391f1-4727-42ee-a3a7-d8f9ef6f7506 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:38,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-216391f1-4727-42ee-a3a7-d8f9ef6f7506 2018-10-06 04:41:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" -d '{"role": {"name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role"}}' 2018-10-06 04:41:38,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-748e0dfe-89ba-4030-8291-56136f62543f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5e562542275e409e91475459f5d6de82", "links": {"self": "http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82"}, "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role"}} 2018-10-06 04:41:38,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-748e0dfe-89ba-4030-8291-56136f62543f 2018-10-06 04:41:38,400 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role 2018-10-06 04:41:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:38,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d83c333-6e7b-42f4-8597-9a8618f72133 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82"}, "domain_id": null, "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role", "id": "5e562542275e409e91475459f5d6de82"}} 2018-10-06 04:41:38,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82 used request id req-1d83c333-6e7b-42f4-8597-9a8618f72133 2018-10-06 04:41:38,484 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role to project CreateVolumeWithImageTests-24350f9e-77e6-412-proj 2018-10-06 04:41:38,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c/users/41b3a3932e344c1c87ddfd5f19b9b9a6/roles/5e562542275e409e91475459f5d6de82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:38,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-036092ab-8c16-4311-92b8-8954d0cf713e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:38,624 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c/users/41b3a3932e344c1c87ddfd5f19b9b9a6/roles/5e562542275e409e91475459f5d6de82 used request id req-036092ab-8c16-4311-92b8-8954d0cf713e 2018-10-06 04:41:38,626 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:41:38,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:38,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:39,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5e562542275e409e91475459f5d6de82", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role"}], "expires_at": "2018-10-06T05:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91e5e803c5f14bbeac85465e10d9432c", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-user", "id": "41b3a3932e344c1c87ddfd5f19b9b9a6"}, "audit_ids": ["k8wSPz4URmGhmjawJRj0Xw"], "issued_at": "2018-10-06T04:41:39.000000Z"}} 2018-10-06 04:41:39,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:39,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a41f01-8e16-49e1-a4f2-7af4e540cde3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:39,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-33a41f01-8e16-49e1-a4f2-7af4e540cde3 2018-10-06 04:41:39,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:39,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b77d7b5b-6dcb-4009-bce0-76aa596833cc Date: Sat, 06 Oct 2018 04:41:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image"} 2018-10-06 04:41:39,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image used request id req-b77d7b5b-6dcb-4009-bce0-76aa596833cc 2018-10-06 04:41:39,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:39,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-11c9b5b0-46b6-4fe3-b2a7-ac87e3085db5 Date: Sat, 06 Oct 2018 04: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", "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-10-06 04:41:39,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-11c9b5b0-46b6-4fe3-b2a7-ac87e3085db5 2018-10-06 04:41:39,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image"}' 2018-10-06 04:41:39,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac X-Openstack-Request-Id: req-eb1a806e-d2ee-498a-9a97-5f1beeb846a8 Date: Sat, 06 Oct 2018 04:41:39 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/38624443-e100-4237-9080-9145c82949ac", "min_disk": 0, "protected": false, "id": "38624443-e100-4237-9080-9145c82949ac", "file": "/v2/images/38624443-e100-4237-9080-9145c82949ac/file", "checksum": null, "owner": "91e5e803c5f14bbeac85465e10d9432c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:39,636 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-eb1a806e-d2ee-498a-9a97-5f1beeb846a8 2018-10-06 04:41:39,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" -d '' 2018-10-06 04:41:41,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e44054bf-3ec9-4d16-b3c5-ba703619c54a Date: Sat, 06 Oct 2018 04:41:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:41:41,458 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac/file used request id req-e44054bf-3ec9-4d16-b3c5-ba703619c54a 2018-10-06 04:41:41,458 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:41:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:41,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-cd0c9f23-100b-43c8-8ca0-145302dba5ce Date: Sat, 06 Oct 2018 04:41:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:41Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/38624443-e100-4237-9080-9145c82949ac/snap", "metadata": {}}], "self": "/v2/images/38624443-e100-4237-9080-9145c82949ac", "min_disk": 0, "protected": false, "id": "38624443-e100-4237-9080-9145c82949ac", "file": "/v2/images/38624443-e100-4237-9080-9145c82949ac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91e5e803c5f14bbeac85465e10d9432c", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/38624443-e100-4237-9080-9145c82949ac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:41,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac used request id req-cd0c9f23-100b-43c8-8ca0-145302dba5ce 2018-10-06 04:41:41,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:41,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-69d7c580-36dc-4c87-a80a-022079c24d84 Date: Sat, 06 Oct 2018 04:41: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", "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-10-06 04:41:41,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-69d7c580-36dc-4c87-a80a-022079c24d84 2018-10-06 04:41:41,788 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image 2018-10-06 04:41:41,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:41,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-58822c17-84ea-47f1-a421-dbc06ea479be Date: Sat, 06 Oct 2018 04:41:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:41Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/38624443-e100-4237-9080-9145c82949ac/snap", "metadata": {}}], "self": "/v2/images/38624443-e100-4237-9080-9145c82949ac", "min_disk": 0, "protected": false, "id": "38624443-e100-4237-9080-9145c82949ac", "file": "/v2/images/38624443-e100-4237-9080-9145c82949ac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91e5e803c5f14bbeac85465e10d9432c", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/38624443-e100-4237-9080-9145c82949ac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:41,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac used request id req-58822c17-84ea-47f1-a421-dbc06ea479be 2018-10-06 04:41:41,956 - create_image - DEBUG - Instance status is - active 2018-10-06 04:41:41,957 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image 2018-10-06 04:41:41,957 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image 2018-10-06 04:41:41,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:41,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:42,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5e562542275e409e91475459f5d6de82", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role"}], "expires_at": "2018-10-06T05:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91e5e803c5f14bbeac85465e10d9432c", "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/91e5e803c5f14bbeac85465e10d9432c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-24350f9e-77e6-412-user", "id": "41b3a3932e344c1c87ddfd5f19b9b9a6"}, "audit_ids": ["C8JSvegPS8yrRWRTVbPgiQ"], "issued_at": "2018-10-06T04:41:42.000000Z"}} 2018-10-06 04:41:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bda5e1751da3ebbe16e973dd2783b55c9f6f1f0" 2018-10-06 04:41:42,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5d44dd-b763-4287-8a20-f2eee05dc54c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:42,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bc5d44dd-b763-4287-8a20-f2eee05dc54c 2018-10-06 04:41:42,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bda5e1751da3ebbe16e973dd2783b55c9f6f1f0" 2018-10-06 04:41:42,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:42 GMT Server: Apache x-compute-request-id: req-0b53372e-9ae4-4b89-bd62-faee9d087d29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b53372e-9ae4-4b89-bd62-faee9d087d29 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:42,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c/volumes/detail used request id req-0b53372e-9ae4-4b89-bd62-faee9d087d29 2018-10-06 04:41:42,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0b53372e-9ae4-4b89-bd62-faee9d087d29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bda5e1751da3ebbe16e973dd2783b55c9f6f1f0" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-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-10-06 04:41:42,968 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 04:41:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f5302818-8f63-46e8-898c-6ec4b02bef6f x-openstack-request-id: req-f5302818-8f63-46e8-898c-6ec4b02bef6f Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-06 04:41:42,968 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/91e5e803c5f14bbeac85465e10d9432c/volumes used request id req-f5302818-8f63-46e8-898c-6ec4b02bef6f 2018-10-06 04:41:42,969 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-d53e9034-b8fd-4966-a749-e85983eb7cef-image 2018-10-06 04:41:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d25b4d765331bdda0415849f3d6ab3b4b5106370" 2018-10-06 04:41:45,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84884f8d-1e39-43bd-9b02-e1775418a17b Date: Sat, 06 Oct 2018 04:41:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:41:45,107 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/38624443-e100-4237-9080-9145c82949ac used request id req-84884f8d-1e39-43bd-9b02-e1775418a17b 2018-10-06 04:41:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-39987a21-9a58-469c-8126-b1521af3490f Date: Sat, 06 Oct 2018 04:41:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:41:45,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-39987a21-9a58-469c-8126-b1521af3490f 2018-10-06 04:41:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337a2429-bd1c-4f9a-a546-c85ee6591699 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:41:45,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-337a2429-bd1c-4f9a-a546-c85ee6591699 2018-10-06 04:41:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-073fbce6-844b-44fb-86a4-87d22191aa99 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:41:45,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-073fbce6-844b-44fb-86a4-87d22191aa99 2018-10-06 04:41:45,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576d564f-0065-4fda-9738-1dec952509c4 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:41:45,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-576d564f-0065-4fda-9738-1dec952509c4 2018-10-06 04:41:45,590 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-24350f9e-77e6-412-proj 2018-10-06 04:41:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30f704b6-1077-443b-93aa-a38cc853b54b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:45,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/91e5e803c5f14bbeac85465e10d9432c used request id req-30f704b6-1077-443b-93aa-a38cc853b54b 2018-10-06 04:41:45,799 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-24350f9e-77e6-412-proj-role 2018-10-06 04:41:45,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:45,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8be8d92b-e3b0-49fa-956a-3e2eb870249a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:45,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5e562542275e409e91475459f5d6de82 used request id req-8be8d92b-e3b0-49fa-956a-3e2eb870249a 2018-10-06 04:41:45,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca6083626161ca7ba7b987c9d9afdfc1af191ba" 2018-10-06 04:41:46,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2072c2f4-ae8c-419b-b714-e84d1c1c539c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:46,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2072c2f4-ae8c-419b-b714-e84d1c1c539c 2018-10-06 04:41:46,001 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-24350f9e-77e6-412-user 2018-10-06 04:41:46,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/41b3a3932e344c1c87ddfd5f19b9b9a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97edb02370035788afec9f014f29714ae73b90da" 2018-10-06 04:41:46,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1329fc65-d848-4294-9516-2d6126916953 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:46,188 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/41b3a3932e344c1c87ddfd5f19b9b9a6 used request id req-1329fc65-d848-4294-9516-2d6126916953 2018-10-06 04:41:46,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:46,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["13GdHQ5uRJCHnnjEXrbJyQ"], "issued_at": "2018-10-06T04:41:46.000000Z"}} 2018-10-06 04:41:46,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02911679f56406a8468a431c9aeef4af48e01c28" 2018-10-06 04:41:46,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf85b809-22d6-4f0c-bf2c-9e9815b63529 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:46,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cf85b809-22d6-4f0c-bf2c-9e9815b63529 2018-10-06 04:41:46,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:46,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:47,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["d_MqdoUhS5i7mfHeMQu94g"], "issued_at": "2018-10-06T04:41:47.000000Z"}} 2018-10-06 04:41:47,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:47,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d4195e-bb2e-4f2d-b88a-fa85715cf7d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:47,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0d4195e-bb2e-4f2d-b88a-fa85715cf7d0 2018-10-06 04:41:47,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:47,131 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:47,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54db33fb-0709-4820-9c21-351ab6599d93 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:41:47,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj used request id req-54db33fb-0709-4820-9c21-351ab6599d93 2018-10-06 04:41:47,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:47,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c98828-1d60-43a2-b76d-81d2e767a278 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:47,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-63c98828-1d60-43a2-b76d-81d2e767a278 2018-10-06 04:41:47,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}}' 2018-10-06 04:41:47,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15f1c8ea-5cc3-470f-9a46-89ba6f471319 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae"}, "enabled": true, "id": "06cc56213ed54e4fb57eb4c1004a68ae", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}} 2018-10-06 04:41:47,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-15f1c8ea-5cc3-470f-9a46-89ba6f471319 2018-10-06 04:41:47,442 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj 2018-10-06 04:41:47,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:47,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:47,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:41:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mRh7C-u0TVCALlfxEe1weA"], "issued_at": "2018-10-06T04:41:47.000000Z"}} 2018-10-06 04:41:47,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665577d84d505734cc3128c5a80353f2f1bbc3a9" 2018-10-06 04:41:47,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d99c08-ffca-4815-9d7a-05a72592d7e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:47,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3d99c08-ffca-4815-9d7a-05a72592d7e7 2018-10-06 04:41:47,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:41:47,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:41:47,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665577d84d505734cc3128c5a80353f2f1bbc3a9" 2018-10-06 04:41:48,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb055bc-3d76-4686-b1a9-65ac549e72dd Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:41:48,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cbb055bc-3d76-4686-b1a9-65ac549e72dd 2018-10-06 04:41:48,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665577d84d505734cc3128c5a80353f2f1bbc3a9" 2018-10-06 04:41:48,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5d19dab-8899-4609-8d45-8bd0f9bb4a06 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae"}, "enabled": true, "id": "06cc56213ed54e4fb57eb4c1004a68ae", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}]} 2018-10-06 04:41:48,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj used request id req-d5d19dab-8899-4609-8d45-8bd0f9bb4a06 2018-10-06 04:41:48,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665577d84d505734cc3128c5a80353f2f1bbc3a9" 2018-10-06 04:41:48,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d9f256b-89fb-448e-824e-693617436a48 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:41:48,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1d9f256b-89fb-448e-824e-693617436a48 2018-10-06 04:41:48,573 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-user 2018-10-06 04:41:48,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:48,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:48,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c9c963a-b982-48a9-b787-e295fc5eb6d6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:41:48,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5c9c963a-b982-48a9-b787-e295fc5eb6d6 2018-10-06 04:41:48,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" -d '{"role": {"name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role"}}' 2018-10-06 04:41:48,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-412f2eae-2065-41cd-a110-fec002a1d488 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97352aeac7ee4b059fdb20ff41342384", "links": {"self": "http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384"}, "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role"}} 2018-10-06 04:41:48,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-412f2eae-2065-41cd-a110-fec002a1d488 2018-10-06 04:41:48,801 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role 2018-10-06 04:41:48,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:48,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff2c41c-b387-4174-b62b-0f904d14f7e4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384"}, "domain_id": null, "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role", "id": "97352aeac7ee4b059fdb20ff41342384"}} 2018-10-06 04:41:48,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384 used request id req-7ff2c41c-b387-4174-b62b-0f904d14f7e4 2018-10-06 04:41:48,886 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role to project CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj 2018-10-06 04:41:48,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae/users/4909ce4772964e41989980edcdea9fb2/roles/97352aeac7ee4b059fdb20ff41342384 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:41:49,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:41:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4abc093-14d4-418f-985a-9ee58b08e2dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:41:49,032 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae/users/4909ce4772964e41989980edcdea9fb2/roles/97352aeac7ee4b059fdb20ff41342384 used request id req-b4abc093-14d4-418f-985a-9ee58b08e2dd 2018-10-06 04:41:49,034 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:41:49,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:49,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:49,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97352aeac7ee4b059fdb20ff41342384", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role"}], "expires_at": "2018-10-06T05:41:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06cc56213ed54e4fb57eb4c1004a68ae", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-user", "id": "4909ce4772964e41989980edcdea9fb2"}, "audit_ids": ["aMpEJap2SK27BTX45-nwqw"], "issued_at": "2018-10-06T04:41:49.000000Z"}} 2018-10-06 04:41:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:49,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52bc45a-ab3a-481b-ab5d-5c4ee08ee3fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:49,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d52bc45a-ab3a-481b-ab5d-5c4ee08ee3fa 2018-10-06 04:41:49,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:49,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-85850b70-1b74-4b99-bf81-356844c54e0d Date: Sat, 06 Oct 2018 04:41:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image"} 2018-10-06 04:41:49,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image used request id req-85850b70-1b74-4b99-bf81-356844c54e0d 2018-10-06 04:41:49,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:49,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5f7212f-5b0f-424c-9ce9-28802f4706db Date: Sat, 06 Oct 2018 04:41: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", "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-10-06 04:41:49,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c5f7212f-5b0f-424c-9ce9-28802f4706db 2018-10-06 04:41:49,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image"}' 2018-10-06 04:41:50,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 X-Openstack-Request-Id: req-f2eb0476-7a1c-498a-bdb1-e8a7ea758c7e Date: Sat, 06 Oct 2018 04:41:50 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "min_disk": 0, "protected": false, "id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "file": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/file", "checksum": null, "owner": "06cc56213ed54e4fb57eb4c1004a68ae", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:50,127 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f2eb0476-7a1c-498a-bdb1-e8a7ea758c7e 2018-10-06 04:41:50,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" -d '' 2018-10-06 04:41:52,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a3f6a0d-b116-475a-9dd8-0a30c4116564 Date: Sat, 06 Oct 2018 04:41:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:41:52,232 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/file used request id req-6a3f6a0d-b116-475a-9dd8-0a30c4116564 2018-10-06 04:41:52,233 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:41:52,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:52,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-da0ca17e-1c52-4908-addc-949009b60a89 Date: Sat, 06 Oct 2018 04:41:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:52Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/snap", "metadata": {}}], "self": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "min_disk": 0, "protected": false, "id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "file": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "06cc56213ed54e4fb57eb4c1004a68ae", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:52,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 used request id req-da0ca17e-1c52-4908-addc-949009b60a89 2018-10-06 04:41:52,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:52,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a94908b1-d7a3-40e9-abad-7386d4cc306b Date: Sat, 06 Oct 2018 04:41: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", "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-10-06 04:41:52,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a94908b1-d7a3-40e9-abad-7386d4cc306b 2018-10-06 04:41:52,545 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image 2018-10-06 04:41:52,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:41:52,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8467f08e-a69e-4d7f-80bb-da2ce1570fa6 Date: Sat, 06 Oct 2018 04:41:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:41:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:41:52Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/snap", "metadata": {}}], "self": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "min_disk": 0, "protected": false, "id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "file": "/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "06cc56213ed54e4fb57eb4c1004a68ae", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:41:52,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 used request id req-8467f08e-a69e-4d7f-80bb-da2ce1570fa6 2018-10-06 04:41:52,568 - create_image - DEBUG - Instance status is - active 2018-10-06 04:41:52,568 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image 2018-10-06 04:41:52,568 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image 2018-10-06 04:41:52,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:41:52,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:41:52,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97352aeac7ee4b059fdb20ff41342384", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role"}], "expires_at": "2018-10-06T05:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06cc56213ed54e4fb57eb4c1004a68ae", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-user", "id": "4909ce4772964e41989980edcdea9fb2"}, "audit_ids": ["JuL7u3tlS-GylV8tBsAdrw"], "issued_at": "2018-10-06T04:41:52.000000Z"}} 2018-10-06 04:41:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:41:53,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8e8155-607a-4315-81a2-ba79d606a557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:41:53,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8e8e8155-607a-4315-81a2-ba79d606a557 2018-10-06 04:41:53,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:41:53,228 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:53 GMT Server: Apache x-compute-request-id: req-d51145fb-0720-4ab4-b3ff-883e02c07050 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d51145fb-0720-4ab4-b3ff-883e02c07050 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:41:53,228 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/detail used request id req-d51145fb-0720-4ab4-b3ff-883e02c07050 2018-10-06 04:41:53,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "imageRef": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-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-10-06 04:41:54,644 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:41:53 GMT Server: Apache x-compute-request-id: req-9bd585e4-74ba-4a6a-8f42-a2b617caffdf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9bd585e4-74ba-4a6a-8f42-a2b617caffdf Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4909ce4772964e41989980edcdea9fb2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:41:54.561964", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1}} 2018-10-06 04:41:54,644 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes used request id req-9bd585e4-74ba-4a6a-8f42-a2b617caffdf 2018-10-06 04:41:54,648 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:41:54,841 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:54 GMT Server: Apache x-compute-request-id: req-9af0946b-3233-480c-8198-cadd35b348dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9af0946b-3233-480c-8198-cadd35b348dd Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4909ce4772964e41989980edcdea9fb2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "updated_at": "2018-10-06T04:41:54.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1}} 2018-10-06 04:41:54,842 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-9af0946b-3233-480c-8198-cadd35b348dd 2018-10-06 04:41:54,842 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:41:54,845 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:41:55,045 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:54 GMT Server: Apache x-compute-request-id: req-97acb82a-5918-4519-a849-819c3bb377d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97acb82a-5918-4519-a849-819c3bb377d1 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "4909ce4772964e41989980edcdea9fb2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "updated_at": "2018-10-06T04:41:54.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1}} 2018-10-06 04:41:55,045 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-97acb82a-5918-4519-a849-819c3bb377d1 2018-10-06 04:41:55,045 - create_volume - DEBUG - Instance status is - creating 2018-10-06 04:41:55,045 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:41:58,048 - create_volume - DEBUG - Volume status query timeout in 296.793825865 2018-10-06 04:41:58,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:41:58,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:41:58 GMT Server: Apache x-compute-request-id: req-3a3589eb-a520-4eab-b98f-5f5a0d801c99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a3589eb-a520-4eab-b98f-5f5a0d801c99 Content-Encoding: gzip Content-Length: 472 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "4909ce4772964e41989980edcdea9fb2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "updated_at": "2018-10-06T04:41:56.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1}} 2018-10-06 04:41:58,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-3a3589eb-a520-4eab-b98f-5f5a0d801c99 2018-10-06 04:41:58,260 - create_volume - DEBUG - Instance status is - downloading 2018-10-06 04:41:58,261 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:42:01,264 - create_volume - DEBUG - Volume status query timeout in 293.578495979 2018-10-06 04:42:01,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:01,487 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:01 GMT Server: Apache x-compute-request-id: req-c7540e94-e685-4e2d-a7c8-e4fa9a975e15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7540e94-e685-4e2d-a7c8-e4fa9a975e15 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-06T04:42:00.000000", "replication_status": null, "snapshot_id": null, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1, "user_id": "4909ce4772964e41989980edcdea9fb2", "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "image_id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "bootable": "true", "created_at": "2018-10-06T04:41:54.000000", "volume_type": null}} 2018-10-06 04:42:01,487 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-c7540e94-e685-4e2d-a7c8-e4fa9a975e15 2018-10-06 04:42:01,488 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:42:01,488 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:01,488 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:01,491 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:01,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:01 GMT Server: Apache x-compute-request-id: req-863ee01b-38ac-4628-a681-eb5c8a096e8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-863ee01b-38ac-4628-a681-eb5c8a096e8c Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-06T04:42:00.000000", "replication_status": null, "snapshot_id": null, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1, "user_id": "4909ce4772964e41989980edcdea9fb2", "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "image_id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "bootable": "true", "created_at": "2018-10-06T04:41:54.000000", "volume_type": null}} 2018-10-06 04:42:01,691 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-863ee01b-38ac-4628-a681-eb5c8a096e8c 2018-10-06 04:42:01,692 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:42:01,692 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:01,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:02,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97352aeac7ee4b059fdb20ff41342384", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role"}], "expires_at": "2018-10-06T05:42:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06cc56213ed54e4fb57eb4c1004a68ae", "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-52fb4748-89b5-4f2-user", "id": "4909ce4772964e41989980edcdea9fb2"}, "audit_ids": ["tfgssQR3TrizKPRAXToxkw"], "issued_at": "2018-10-06T04:42:02.000000Z"}} 2018-10-06 04:42:02,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}720001897ae34d5f657be7dd3fb8ef7ab239c359" 2018-10-06 04:42:02,286 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:02 GMT Server: Apache x-compute-request-id: req-90320bde-b202-427d-b572-c00529a90f07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90320bde-b202-427d-b572-c00529a90f07 Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-06T04:42:00.000000", "replication_status": null, "snapshot_id": null, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1, "user_id": "4909ce4772964e41989980edcdea9fb2", "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "image_id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "bootable": "true", "created_at": "2018-10-06T04:41:54.000000", "volume_type": null}} 2018-10-06 04:42:02,287 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-90320bde-b202-427d-b572-c00529a90f07 2018-10-06 04:42:02,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:02,342 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:02 GMT Server: Apache x-compute-request-id: req-6272e3b8-3bcc-42f4-9a7e-d1aff990125c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6272e3b8-3bcc-42f4-9a7e-d1aff990125c Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-06T04:42:00.000000", "replication_status": null, "snapshot_id": null, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1, "user_id": "4909ce4772964e41989980edcdea9fb2", "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "image_id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "bootable": "true", "created_at": "2018-10-06T04:41:54.000000", "volume_type": null}} 2018-10-06 04:42:02,342 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-6272e3b8-3bcc-42f4-9a7e-d1aff990125c 2018-10-06 04:42:02,342 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:42:02,342 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:02,342 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:02,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:02,425 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:42:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8bf240b-b202-4cb8-a66e-12dba5bff00b 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-10-06 04:42:02,425 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-f8bf240b-b202-4cb8-a66e-12dba5bff00b 2018-10-06 04:42:02,428 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:02,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:02 GMT Server: Apache x-compute-request-id: req-b0f4f18d-5200-46ec-9aaf-5c3ebcd1bcdf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0f4f18d-5200-46ec-9aaf-5c3ebcd1bcdf Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "self"}, {"href": "http://172.30.9.29:8776/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-06T04:42:02.000000", "replication_status": null, "snapshot_id": null, "id": "0326c0a4-3f4f-4bd9-b547-41fc367e0dd3", "size": 1, "user_id": "4909ce4772964e41989980edcdea9fb2", "os-vol-tenant-attr:tenant_id": "06cc56213ed54e4fb57eb4c1004a68ae", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image", "image_id": "4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol", "bootable": "true", "created_at": "2018-10-06T04:41:54.000000", "volume_type": null}} 2018-10-06 04:42:02,638 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-b0f4f18d-5200-46ec-9aaf-5c3ebcd1bcdf 2018-10-06 04:42:02,638 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:42:02,638 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:42:05,641 - create_volume - DEBUG - Volume status query timeout in 56.7838549614 2018-10-06 04:42:05,644 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d51145fb-0720-4ab4-b3ff-883e02c07050" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f5d95400fd130400c632f05a867a1fba4b0fdf" 2018-10-06 04:42:05,857 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:42:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-524fbd92-f98f-4f14-a55c-b2a913575160 x-openstack-request-id: req-524fbd92-f98f-4f14-a55c-b2a913575160 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 could not be found.", "code": 404}} 2018-10-06 04:42:05,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/06cc56213ed54e4fb57eb4c1004a68ae/volumes/0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 used request id req-524fbd92-f98f-4f14-a55c-b2a913575160 2018-10-06 04:42:05,858 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0326c0a4-3f4f-4bd9-b547-41fc367e0dd3 could not be found. (HTTP 404) (Request-ID: req-524fbd92-f98f-4f14-a55c-b2a913575160) 2018-10-06 04:42:05,858 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-vol 2018-10-06 04:42:05,859 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-2b06b0d0-1e51-4391-8591-93cec859d8a1-image 2018-10-06 04:42:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8eb0dfdecbf9f3d1f837ff90e8273bcb41f86ebd" 2018-10-06 04:42:07,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee55c479-d93c-4950-b2c5-1ef2d970dd28 Date: Sat, 06 Oct 2018 04:42:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:42:07,755 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/4c7d8c8e-66b7-4e6a-8b47-a0bc5e56c591 used request id req-ee55c479-d93c-4950-b2c5-1ef2d970dd28 2018-10-06 04:42:07,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:07,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3936cd19-37cc-4c38-81f8-d0b1e25cded0 Date: Sat, 06 Oct 2018 04:42:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:42:07,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3936cd19-37cc-4c38-81f8-d0b1e25cded0 2018-10-06 04:42:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e41fa3-77e4-4684-86d8-5786d3995468 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:42:08,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-99e41fa3-77e4-4684-86d8-5786d3995468 2018-10-06 04:42:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b89e396e-b670-422e-b275-ec8b796cef99 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:42:08,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-b89e396e-b670-422e-b275-ec8b796cef99 2018-10-06 04:42:08,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3806809-30bb-4d85-8c20-2f49b366673f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:42:08,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-c3806809-30bb-4d85-8c20-2f49b366673f 2018-10-06 04:42:08,264 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj 2018-10-06 04:42:08,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e717635-8190-421e-bd1f-5e2a74640e4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:08,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/06cc56213ed54e4fb57eb4c1004a68ae used request id req-0e717635-8190-421e-bd1f-5e2a74640e4f 2018-10-06 04:42:08,494 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-proj-role 2018-10-06 04:42:08,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2d69283-4f48-465d-8212-0883bb7f2232 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:08,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/97352aeac7ee4b059fdb20ff41342384 used request id req-e2d69283-4f48-465d-8212-0883bb7f2232 2018-10-06 04:42:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52d14408ea8a87a18bb1ea5c014706c4934088e1" 2018-10-06 04:42:08,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd3c094-75d9-4bd8-a846-12fd8ec57908 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:42:08,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4bd3c094-75d9-4bd8-a846-12fd8ec57908 2018-10-06 04:42:08,689 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-52fb4748-89b5-4f2-user 2018-10-06 04:42:08,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4909ce4772964e41989980edcdea9fb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665577d84d505734cc3128c5a80353f2f1bbc3a9" 2018-10-06 04:42:08,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7e7ea53-0c05-48d3-8421-fdda8afa33ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:08,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4909ce4772964e41989980edcdea9fb2 used request id req-a7e7ea53-0c05-48d3-8421-fdda8afa33ed 2018-10-06 04:42:08,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:09,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["l8Q31dKzTHi5B-9wqlMuJQ"], "issued_at": "2018-10-06T04:42:09.000000Z"}} 2018-10-06 04:42:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a64eceb95383dd96dbf144daadca3ad9893dd1e" 2018-10-06 04:42:09,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dea08fe-6c61-4a1e-9358-16def6e94b12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:09,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4dea08fe-6c61-4a1e-9358-16def6e94b12 2018-10-06 04:42:09,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:09,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:09,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["0_tlqzS8TdeD3uTSzNQqXw"], "issued_at": "2018-10-06T04:42:09.000000Z"}} 2018-10-06 04:42:09,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:09,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b288b1a-f9e7-4c2e-b599-c0590d9fd1fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:09,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b288b1a-f9e7-4c2e-b599-c0590d9fd1fd 2018-10-06 04:42:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:09,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7bec165e-bfc8-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:09,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-169ed66d-00bb-4f65-9d5c-628779d4d6d2 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7bec165e-bfc8-48b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:42:09,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-7bec165e-bfc8-48b-proj used request id req-169ed66d-00bb-4f65-9d5c-628779d4d6d2 2018-10-06 04:42:09,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:09,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb18af9f-0558-4361-a21b-a4f0b07531a3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:42:09,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bb18af9f-0558-4361-a21b-a4f0b07531a3 2018-10-06 04:42:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}}' 2018-10-06 04:42:10,120 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c4a94bd-a899-4d66-96e0-0d91fc895eb5 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:10,120 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-8c4a94bd-a899-4d66-96e0-0d91fc895eb5 2018-10-06 04:42:10,120 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-7bec165e-bfc8-48b-proj 2018-10-06 04:42:10,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:10,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:10,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8pGKF0LiQU-bxQM1qoXsGg"], "issued_at": "2018-10-06T04:42:10.000000Z"}} 2018-10-06 04:42:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b81d13b7392be5f4a93b2c4859c9ea58d776ea8" 2018-10-06 04:42:10,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041b74e0-3fdc-4b94-8ef5-e3e208fe7ba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:10,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-041b74e0-3fdc-4b94-8ef5-e3e208fe7ba5 2018-10-06 04:42:10,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:10,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:10,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b81d13b7392be5f4a93b2c4859c9ea58d776ea8" 2018-10-06 04:42:10,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd25dc2-83a3-4e2a-930d-029321d100e4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:42:10,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0dd25dc2-83a3-4e2a-930d-029321d100e4 2018-10-06 04:42:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-7bec165e-bfc8-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b81d13b7392be5f4a93b2c4859c9ea58d776ea8" 2018-10-06 04:42:10,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8396ce96-c018-40a1-a74f-181c2c1b9225 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-7bec165e-bfc8-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}]} 2018-10-06 04:42:10,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=SimpleHealthCheck-7bec165e-bfc8-48b-proj used request id req-8396ce96-c018-40a1-a74f-181c2c1b9225 2018-10-06 04:42:10,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b81d13b7392be5f4a93b2c4859c9ea58d776ea8" 2018-10-06 04:42:10,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbe1798-2eae-4f2b-8f77-d6cc261e2661 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:42:10,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5dbe1798-2eae-4f2b-8f77-d6cc261e2661 2018-10-06 04:42:11,274 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-7bec165e-bfc8-48b-user 2018-10-06 04:42:11,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:11,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80386615-e9a3-4959-9508-6a6b70fec4e8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:42:11,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-80386615-e9a3-4959-9508-6a6b70fec4e8 2018-10-06 04:42:11,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" -d '{"role": {"name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}}' 2018-10-06 04:42:11,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69f5f9f0-32ed-4698-9f96-118d9431c3d5 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "83bd59445f4649e1960515df4b96c44c", "links": {"self": "http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c"}, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}} 2018-10-06 04:42:11,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-69f5f9f0-32ed-4698-9f96-118d9431c3d5 2018-10-06 04:42:11,485 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-7bec165e-bfc8-48b-proj-role 2018-10-06 04:42:11,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:11,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec346da0-53a4-4628-b10f-3d0e30a8c5fd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c"}, "domain_id": null, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role", "id": "83bd59445f4649e1960515df4b96c44c"}} 2018-10-06 04:42:11,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c used request id req-ec346da0-53a4-4628-b10f-3d0e30a8c5fd 2018-10-06 04:42:11,578 - keystone_utils - INFO - Granting role SimpleHealthCheck-7bec165e-bfc8-48b-proj-role to project SimpleHealthCheck-7bec165e-bfc8-48b-proj 2018-10-06 04:42:11,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e/users/a46299d24c314e72a9af5305e3196126/roles/83bd59445f4649e1960515df4b96c44c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:11,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e5ccaa0-3fb0-41ab-9559-1b2dcb90c379 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:11,720 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e/users/a46299d24c314e72a9af5305e3196126/roles/83bd59445f4649e1960515df4b96c44c used request id req-7e5ccaa0-3fb0-41ab-9559-1b2dcb90c379 2018-10-06 04:42:11,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:42:11,722 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:42:11,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:11,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:12,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83bd59445f4649e1960515df4b96c44c", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}], "expires_at": "2018-10-06T05:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-user", "id": "a46299d24c314e72a9af5305e3196126"}, "audit_ids": ["B6yLXvWhRQW4u3enUus2eg"], "issued_at": "2018-10-06T04:42:12.000000Z"}} 2018-10-06 04:42:12,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:12,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea8865e-5d24-45d7-b9ca-d1fe09d0f048 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:12,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8ea8865e-5d24-45d7-b9ca-d1fe09d0f048 2018-10-06 04:42:12,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:12,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e27f1f6e-f4c2-4dbe-a464-00503297946a Date: Sat, 06 Oct 2018 04:42:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image"} 2018-10-06 04:42:12,365 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image used request id req-e27f1f6e-f4c2-4dbe-a464-00503297946a 2018-10-06 04:42:12,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:12,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43627586-c861-42e0-bae9-db7ed65c2094 Date: Sat, 06 Oct 2018 04:42: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", "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-10-06 04:42:12,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-43627586-c861-42e0-bae9-db7ed65c2094 2018-10-06 04:42:12,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image"}' 2018-10-06 04:42:12,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf X-Openstack-Request-Id: req-cdfad965-e445-4602-ba00-d5135dcf0c2e Date: Sat, 06 Oct 2018 04:42:12 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:42:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "min_disk": 0, "protected": false, "id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "file": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file", "checksum": null, "owner": "0c000b70c47f49aab6fd5218e7a6ef8e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:42:12,756 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-cdfad965-e445-4602-ba00-d5135dcf0c2e 2018-10-06 04:42:12,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" -d '' 2018-10-06 04:42:15,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c449cccd-4c89-49b2-9802-bbbfbb7a0321 Date: Sat, 06 Oct 2018 04:42:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:42:15,472 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file used request id req-c449cccd-4c89-49b2-9802-bbbfbb7a0321 2018-10-06 04:42:15,473 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:42:15,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:15,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2c35aead-3c03-40c2-b7fa-f24bebc7532d Date: Sat, 06 Oct 2018 04:42:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "metadata": {}}], "self": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "min_disk": 0, "protected": false, "id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "file": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c000b70c47f49aab6fd5218e7a6ef8e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:42:15,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf used request id req-2c35aead-3c03-40c2-b7fa-f24bebc7532d 2018-10-06 04:42:15,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:15,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dcfb09ed-0e2a-4acf-86ec-0db5d5789556 Date: Sat, 06 Oct 2018 04:42: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", "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-10-06 04:42:15,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-dcfb09ed-0e2a-4acf-86ec-0db5d5789556 2018-10-06 04:42:15,797 - create_image - INFO - Created image with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image 2018-10-06 04:42:15,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:15,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e3a41732-8d7c-4cdd-8214-d3cbad54d575 Date: Sat, 06 Oct 2018 04:42:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "metadata": {}}], "self": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "min_disk": 0, "protected": false, "id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "file": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c000b70c47f49aab6fd5218e7a6ef8e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:42:15,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf used request id req-e3a41732-8d7c-4cdd-8214-d3cbad54d575 2018-10-06 04:42:15,954 - create_image - DEBUG - Instance status is - active 2018-10-06 04:42:15,954 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image 2018-10-06 04:42:15,954 - create_image - INFO - Image is now active with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image 2018-10-06 04:42:15,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:15,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:16,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83bd59445f4649e1960515df4b96c44c", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}], "expires_at": "2018-10-06T05:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-user", "id": "a46299d24c314e72a9af5305e3196126"}, "audit_ids": ["HQIOWqHeRNq_iJK3xe7t8A"], "issued_at": "2018-10-06T04:42:16.000000Z"}} 2018-10-06 04:42:16,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:16,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88efa11-3545-4a91-b439-f2ccdd75a0c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:16,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a88efa11-3545-4a91-b439-f2ccdd75a0c5 2018-10-06 04:42:16,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:16,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37edfd3d-57e9-4164-a203-8c790e1d9461 Date: Sat, 06 Oct 2018 04:42:16 GMT RESP BODY: {"networks":[]} 2018-10-06 04:42:16,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-37edfd3d-57e9-4164-a203-8c790e1d9461 2018-10-06 04:42:16,593 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net 2018-10-06 04:42:16,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" -d '{"network": {"name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net", "admin_state_up": true}}' 2018-10-06 04:42:17,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-11d922a3-829b-4da6-8286-1596f1e202a1 Date: Sat, 06 Oct 2018 04:42:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:42:17Z","is_default":false,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","mtu":1450}} 2018-10-06 04:42:17,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-11d922a3-829b-4da6-8286-1596f1e202a1 2018-10-06 04:42:17,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:17,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-a31c99a8-cf95-4add-8eeb-5b662c1997b8 Date: Sat, 06 Oct 2018 04:42:17 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-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:17,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-a31c99a8-cf95-4add-8eeb-5b662c1997b8 2018-10-06 04:42:17,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:17,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f62609ed-baab-4207-94db-341587ef7c5c Date: Sat, 06 Oct 2018 04:42:17 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:42:17,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-f62609ed-baab-4207-94db-341587ef7c5c 2018-10-06 04:42:17,622 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet 2018-10-06 04:42:17,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" -d '{"subnets": [{"ip_version": 4, "network_id": "e774ad7a-3049-4ab5-82a5-cf69b115099b", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]}' 2018-10-06 04:42:18,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5655cbf1-13f2-417b-b494-4eada7e9ed9c Date: Sat, 06 Oct 2018 04:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","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":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:18,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-5655cbf1-13f2-417b-b494-4eada7e9ed9c 2018-10-06 04:42:18,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:18,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-3af1cda5-3c34-45f9-a718-0e52193fbb52 Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:18,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-3af1cda5-3c34-45f9-a718-0e52193fbb52 2018-10-06 04:42:18,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:18,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-07e7d2fe-c4be-476a-b380-8745b1d3133b Date: Sat, 06 Oct 2018 04:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:18,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-07e7d2fe-c4be-476a-b380-8745b1d3133b 2018-10-06 04:42:18,733 - OpenStackNetwork - DEBUG - Network [e774ad7a-3049-4ab5-82a5-cf69b115099b] created successfully 2018-10-06 04:42:18,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:18,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:19,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["TUYii1e8TpamWTN3NRZWcw"], "issued_at": "2018-10-06T04:42:19.000000Z"}} 2018-10-06 04:42:19,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571ba4ba49479e7fef30924d92269c52b282d7e2" 2018-10-06 04:42:19,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac88de0-24a7-4e4b-9e75-526e61b10670 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:19,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5ac88de0-24a7-4e4b-9e75-526e61b10670 2018-10-06 04:42:19,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:42:19,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571ba4ba49479e7fef30924d92269c52b282d7e2" 2018-10-06 04:42:19,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-ca63f4b8-e1ef-4f42-ac15-d2f7eb4cb895 x-compute-request-id: req-ca63f4b8-e1ef-4f42-ac15-d2f7eb4cb895 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:42:19,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ca63f4b8-e1ef-4f42-ac15-d2f7eb4cb895 2018-10-06 04:42:19,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571ba4ba49479e7fef30924d92269c52b282d7e2" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-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-10-06 04:42:19,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-1c685ab9-cd73-4648-a407-87f5dadf7386 x-compute-request-id: req-1c685ab9-cd73-4648-a407-87f5dadf7386 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "af747dc1-08df-4384-abd8-3c356a4de2be", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:42:19,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1c685ab9-cd73-4648-a407-87f5dadf7386 2018-10-06 04:42:19,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:19,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:19,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83bd59445f4649e1960515df4b96c44c", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}], "expires_at": "2018-10-06T05:42:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-user", "id": "a46299d24c314e72a9af5305e3196126"}, "audit_ids": ["5wnAGBlyQySLYWyW06GSKg"], "issued_at": "2018-10-06T04:42:19.000000Z"}} 2018-10-06 04:42:19,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:19,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31dbea7-9f43-40f3-91e3-22681f16af3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:19,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f31dbea7-9f43-40f3-91e3-22681f16af3b 2018-10-06 04:42:19,903 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:42:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:19,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823dbea5-6feb-4379-bc24-57f3a175c41e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:19,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-823dbea5-6feb-4379-bc24-57f3a175c41e 2018-10-06 04:42:19,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:20,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-3812a374-156a-46a9-835c-fcae4caeb162 Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:20,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-3812a374-156a-46a9-835c-fcae4caeb162 2018-10-06 04:42:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:20,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:20,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:20,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d819da50-af81-403f-b05e-8792ba40012f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:20,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-d819da50-af81-403f-b05e-8792ba40012f 2018-10-06 04:42:20,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:20,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-03f3371c-f2c2-4c70-b71f-819ded6dd266 Date: Sat, 06 Oct 2018 04:42:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:20,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-03f3371c-f2c2-4c70-b71f-819ded6dd266 2018-10-06 04:42:20,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:20,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-27363380-c7f2-4e8e-a68c-42c40185d88b Date: Sat, 06 Oct 2018 04:42:20 GMT RESP BODY: {"ports":[]} 2018-10-06 04:42:20,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True used request id req-27363380-c7f2-4e8e-a68c-42c40185d88b 2018-10-06 04:42:20,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:20,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-80d8d56c-aaed-48b6-98ec-f8c1cd2124b9 x-compute-request-id: req-80d8d56c-aaed-48b6-98ec-f8c1cd2124b9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:42:20,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst used request id req-80d8d56c-aaed-48b6-98ec-f8c1cd2124b9 2018-10-06 04:42:20,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:21,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-28a4d393-57ef-4494-92ef-f2409b5f0afd Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:21,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-28a4d393-57ef-4494-92ef-f2409b5f0afd 2018-10-06 04:42:21,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:21,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c3cfa39-ffe8-4950-8d4b-4f9119b1cd2b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:21,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-5c3cfa39-ffe8-4950-8d4b-4f9119b1cd2b 2018-10-06 04:42:21,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:21,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7ac82edd-b7d4-4ea6-9e02-d5efd09399ea Date: Sat, 06 Oct 2018 04:42:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:21,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-7ac82edd-b7d4-4ea6-9e02-d5efd09399ea 2018-10-06 04:42:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e0097dd6-53c6-4e89-bcfd-a3a2040a398e Date: Sat, 06 Oct 2018 04:42:21 GMT RESP BODY: {"ports":[]} 2018-10-06 04:42:21,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True used request id req-e0097dd6-53c6-4e89-bcfd-a3a2040a398e 2018-10-06 04:42:21,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:21,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:21,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "83bd59445f4649e1960515df4b96c44c", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj-role"}], "expires_at": "2018-10-06T05:42:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0c000b70c47f49aab6fd5218e7a6ef8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-7bec165e-bfc8-48b-user", "id": "a46299d24c314e72a9af5305e3196126"}, "audit_ids": ["C1A1Z3JoRdGjYILyHzAeyQ"], "issued_at": "2018-10-06T04:42:21.000000Z"}} 2018-10-06 04:42:21,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00b92724539e11230f35470459b93769753508a" 2018-10-06 04:42:22,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83d292d-0280-4a98-b3af-af6880a6782f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:22,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f83d292d-0280-4a98-b3af-af6880a6782f 2018-10-06 04:42:22,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:22,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6936385c-face-4a0f-84f0-1666049f7d3f Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:22,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-6936385c-face-4a0f-84f0-1666049f7d3f 2018-10-06 04:42:22,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:22,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6b1befe7-74f3-4c62-b743-7988d28a358f Date: Sat, 06 Oct 2018 04:42:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:22,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-6b1befe7-74f3-4c62-b743-7988d28a358f 2018-10-06 04:42:22,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:22,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-f9e83608-e15e-4ac9-8fb0-5c85bb10d3f3 Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:22,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-f9e83608-e15e-4ac9-8fb0-5c85bb10d3f3 2018-10-06 04:42:22,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:22,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:22,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00b92724539e11230f35470459b93769753508a" 2018-10-06 04:42:22,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798791ea-ac23-466a-a278-67c5f10a0989 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:22,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-798791ea-ac23-466a-a278-67c5f10a0989 2018-10-06 04:42:22,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:22,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d74dbff2-a39e-492f-ac41-e63db9a2ab4d Date: Sat, 06 Oct 2018 04:42:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:22,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-d74dbff2-a39e-492f-ac41-e63db9a2ab4d 2018-10-06 04:42:22,885 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net 2018-10-06 04:42:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" -d '{"port": {"network_id": "e774ad7a-3049-4ab5-82a5-cf69b115099b", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1", "admin_state_up": true}}' 2018-10-06 04:42:23,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-dbb2b4bc-3ee0-486c-bd06-f3cc4a22102a Date: Sat, 06 Oct 2018 04:42:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.13"}],"id":"f0d7552c-662e-41fa-a654-b2c4bc0b48b4","security_groups":["b740735e-2451-4d16-b4e7-361b96b95b94"],"mac_address":"fa:16:3e:da:d8:6f","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","qos_policy_id":null,"admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:23Z","binding:vnic_type":"normal"}} 2018-10-06 04:42:23,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-dbb2b4bc-3ee0-486c-bd06-f3cc4a22102a 2018-10-06 04:42:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2f80be42-4f57-435a-83d0-e847a2b18a11 Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:24,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-2f80be42-4f57-435a-83d0-e847a2b18a11 2018-10-06 04:42:24,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac0bfe1-8a75-4010-a329-ea5c7c277f61 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:24,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-7ac0bfe1-8a75-4010-a329-ea5c7c277f61 2018-10-06 04:42:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eabe66ff-0430-4441-8484-4befe05dc82b Date: Sat, 06 Oct 2018 04:42:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:24,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-eabe66ff-0430-4441-8484-4befe05dc82b 2018-10-06 04:42:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-d99d51f3-6e1a-4bdf-ade4-2104b468b604 Date: Sat, 06 Oct 2018 04:42:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.13"}],"id":"f0d7552c-662e-41fa-a654-b2c4bc0b48b4","security_groups":["b740735e-2451-4d16-b4e7-361b96b95b94"],"mac_address":"fa:16:3e:da:d8:6f","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1","admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:42:24,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1&admin_state_up=True used request id req-d99d51f3-6e1a-4bdf-ade4-2104b468b604 2018-10-06 04:42:24,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5809db-f8d8-4f71-9a46-0231b2d48ab7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:24,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-3b5809db-f8d8-4f71-9a46-0231b2d48ab7 2018-10-06 04:42:24,725 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst 2018-10-06 04:42:24,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-141a0716-121b-4a0e-b219-7aa2c8c94e70 x-compute-request-id: req-141a0716-121b-4a0e-b219-7aa2c8c94e70 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}], "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-flavor-name"}]} 2018-10-06 04:42:24,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-141a0716-121b-4a0e-b219-7aa2c8c94e70 2018-10-06 04:42:24,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-c89ca640-7990-4e45-bf4c-7b6563444b0f x-compute-request-id: req-c89ca640-7990-4e45-bf4c-7b6563444b0f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "af747dc1-08df-4384-abd8-3c356a4de2be", "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:42:24,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be used request id req-c89ca640-7990-4e45-bf4c-7b6563444b0f 2018-10-06 04:42:24,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:24,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-d1807b85-6205-42f7-9709-fc17d1fe14d0 Date: Sat, 06 Oct 2018 04:42:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "metadata": {}}], "self": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "min_disk": 0, "protected": false, "id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "file": "/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c000b70c47f49aab6fd5218e7a6ef8e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0b5a9717-9267-4626-b222-c551ad2d46bf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image"} 2018-10-06 04:42:24,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image used request id req-d1807b85-6205-42f7-9709-fc17d1fe14d0 2018-10-06 04:42:24,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:25,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c720d7a5-5a16-4a4f-a86e-88e12bb06c8f Date: Sat, 06 Oct 2018 04:42:25 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", "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-10-06 04:42:25,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c720d7a5-5a16-4a4f-a86e-88e12bb06c8f 2018-10-06 04:42:25,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" -d '{"server": {"name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "imageRef": "0b5a9717-9267-4626-b222-c551ad2d46bf", "flavorRef": "af747dc1-08df-4384-abd8-3c356a4de2be", "max_count": 1, "min_count": 1, "networks": [{"port": "f0d7552c-662e-41fa-a654-b2c4bc0b48b4"}]}}' 2018-10-06 04:42:26,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:42: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-ab0da40f-1710-4721-8d71-6a9caed8416b x-compute-request-id: req-ab0da40f-1710-4721-8d71-6a9caed8416b Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "adminPass": "dMDg7FAMZ439"}} 2018-10-06 04:42:26,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-ab0da40f-1710-4721-8d71-6a9caed8416b 2018-10-06 04:42:26,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:27,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-37f24d86-384e-4858-b26c-eea9c68a4772 x-compute-request-id: req-37f24d86-384e-4858-b26c-eea9c68a4772 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.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:42:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:27,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-37f24d86-384e-4858-b26c-eea9c68a4772 2018-10-06 04:42:27,113 - create_instance - INFO - Created instance with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst 2018-10-06 04:42:27,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:27,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-a27224b6-4f3d-4757-b504-fe064a86480a x-compute-request-id: req-a27224b6-4f3d-4757-b504-fe064a86480a 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.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:42:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:27,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-a27224b6-4f3d-4757-b504-fe064a86480a 2018-10-06 04:42:27,476 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - BUILD 2018-10-06 04:42:27,476 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:42:30,479 - create_instance - DEBUG - VM status query timeout in 896.633619785 2018-10-06 04:42:30,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:31,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-a88fa0c3-6371-4902-91d8-5ce2130eba52 x-compute-request-id: req-a88fa0c3-6371-4902-91d8-5ce2130eba52 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:42:29Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:31,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-a88fa0c3-6371-4902-91d8-5ce2130eba52 2018-10-06 04:42:31,101 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - BUILD 2018-10-06 04:42:31,101 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:42:34,105 - create_instance - DEBUG - VM status query timeout in 893.008245945 2018-10-06 04:42:34,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:34,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-fa621b4f-cacc-4373-8ff6-28d55c3b6bed x-compute-request-id: req-fa621b4f-cacc-4373-8ff6-28d55c3b6bed 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.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "security_groups": [{"name": "default"}], "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:42:29Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:34,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-fa621b4f-cacc-4373-8ff6-28d55c3b6bed 2018-10-06 04:42:34,663 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - BUILD 2018-10-06 04:42:34,664 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:42:37,667 - create_instance - DEBUG - VM status query timeout in 889.446069956 2018-10-06 04:42:37,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:38,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-068d1aee-bb35-4303-bb3d-5f5774fdf2e0 x-compute-request-id: req-068d1aee-bb35-4303-bb3d-5f5774fdf2e0 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d8:6f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:42:30.000000", "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "security_groups": [{"name": "default"}], "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:42:35Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:38,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-068d1aee-bb35-4303-bb3d-5f5774fdf2e0 2018-10-06 04:42:38,169 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - ACTIVE 2018-10-06 04:42:38,169 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:42:38,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:39,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-3824c59e-1e5b-45d2-be78-b3c9ed9061ba x-compute-request-id: req-3824c59e-1e5b-45d2-be78-b3c9ed9061ba Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d8:6f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:42:30.000000", "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "security_groups": [{"name": "default"}], "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:42:35Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:39,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-3824c59e-1e5b-45d2-be78-b3c9ed9061ba 2018-10-06 04:42:39,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:39,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ed92baeb-16bf-4b5c-b596-a5ebbd78f7c7 Date: Sat, 06 Oct 2018 04:42: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":["1a898c56-8a6f-4b89-915b-2838b74a3bd1"],"updated_at":"2018-10-06T04:42:17Z","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net"}]} 2018-10-06 04:42:39,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net used request id req-ed92baeb-16bf-4b5c-b596-a5ebbd78f7c7 2018-10-06 04:42:39,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:39,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be3dd86-f787-4e71-86fe-7b17e8e5bafa Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:39,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-8be3dd86-f787-4e71-86fe-7b17e8e5bafa 2018-10-06 04:42:39,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:39,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0586084e-b865-4d54-a7a5-f75cb53c77c3 Date: Sat, 06 Oct 2018 04:42:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:42:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","subnetpool_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet"}]} 2018-10-06 04:42:39,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-0586084e-b865-4d54-a7a5-f75cb53c77c3 2018-10-06 04:42:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:40,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-39b6599f-acd1-4ba7-8eba-6a28ed869fc8 Date: Sat, 06 Oct 2018 04:42:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.4"}],"id":"7ae0d324-36ff-424a-9e18-837ed46ecd7a","security_groups":[],"mac_address":"fa:16:3e:d9:7c:fd","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e774ad7a-3049-4ab5-82a5-cf69b115099b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.3"}],"id":"a7a6c63a-7c16-4716-80e2-7b6df0221c09","security_groups":[],"mac_address":"fa:16:3e:2b:97:65","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e774ad7a-3049-4ab5-82a5-cf69b115099b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.2"}],"id":"abbc40c6-69b6-473b-9751-5c4cfdbe0e74","security_groups":[],"mac_address":"fa:16:3e:a2:fd:fa","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e774ad7a-3049-4ab5-82a5-cf69b115099b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:42:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1a898c56-8a6f-4b89-915b-2838b74a3bd1","ip_address":"10.55.0.13"}],"id":"f0d7552c-662e-41fa-a654-b2c4bc0b48b4","security_groups":["b740735e-2451-4d16-b4e7-361b96b95b94"],"mac_address":"fa:16:3e:da:d8:6f","project_id":"0c000b70c47f49aab6fd5218e7a6ef8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1","admin_state_up":true,"network_id":"e774ad7a-3049-4ab5-82a5-cf69b115099b","tenant_id":"0c000b70c47f49aab6fd5218e7a6ef8e","created_at":"2018-10-06T04:42:23Z","binding:vnic_type":"normal","device_id":"8d8791b5-7644-460f-99ef-d2154f74e6c7"}]} 2018-10-06 04:42:40,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-39b6599f-acd1-4ba7-8eba-6a28ed869fc8 2018-10-06 04:42:40,112 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-10-06 04:42:40,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:40,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-63b6acaa-2d35-4986-885e-1da5f2145ed8 x-compute-request-id: req-63b6acaa-2d35-4986-885e-1da5f2145ed8 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d8:6f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:42:30.000000", "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "security_groups": [{"name": "default"}], "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:42:35Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:40,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-63b6acaa-2d35-4986-885e-1da5f2145ed8 2018-10-06 04:42:40,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 04:42:41,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-826f9287-1c90-4aae-b3e7-e5b2f34a6050 x-compute-request-id: req-826f9287-1c90-4aae-b3e7-e5b2f34a6050 Content-Encoding: gzip Content-Length: 9436 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\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 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 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 487700538 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.142830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144474] pid_max: default: 32768 minimum: 301\n[ 0.145363] ACPI: Core revision 20150930\n[ 0.146752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148065] Security Framework initialized\n[ 0.148874] Yama: becoming mindful.\n[ 0.149605] AppArmor: AppArmor initialized\n[ 0.150461] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151741] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.152996] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.154226] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.155637] Initializing cgroup subsys io\n[ 0.156470] Initializing cgroup subsys memory\n[ 0.157343] Initializing cgroup subsys devices\n[ 0.158249] Initializing cgroup subsys freezer\n[ 0.159131] Initializing cgroup subsys net_cls\n[ 0.160012] Initializing cgroup subsys perf_event\n[ 0.160935] Initializing cgroup subsys net_prio\n[ 0.161829] Initializing cgroup subsys hugetlb\n[ 0.162734] Initializing cgroup subsys pids\n[ 0.163640] CPU: Physical Processor ID: 0\n[ 0.165150] mce: CPU supports 10 MCE banks\n[ 0.166023] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184914] ftrace: allocating 31920 entries in 125 pages\n[ 0.212647] smpboot: Max logical packages: 1\n[ 0.213889] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215836] x2apic enabled\n[ 0.216885] Switched APIC routing to physical x2apic.\n[ 0.219082] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220721] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226156] KVM setup paravirtual spinlock\n[ 0.227846] x86: Booted up 1 node, 1 CPUs\n[ 0.229002] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230992] devtmpfs: initialized\n[ 0.232977] evm: security.selinux\n[ 0.233971] evm: security.SMACK64\n[ 0.234967] evm: security.SMACK64EXEC\n[ 0.236044] evm: security.SMACK64TRANSMUTE\n[ 0.237221] evm: security.SMACK64MMAP\n[ 0.238287] evm: security.ima\n[ 0.239197] evm: security.capability\n[ 0.240325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243047] pinctrl core: initialized pinctrl subsystem\n[ 0.244603] RTC time: 4:42:30, date: 10/06/18\n[ 0.245954] NET: Registered protocol family 16\n[ 0.247311] cpuidle: using governor ladder\n[ 0.248482] cpuidle: using governor menu\n[ 0.249630] PCCT header not found.\n[ 0.250685] ACPI: bus type PCI registered\n[ 0.251842] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253668] PCI: Using configuration type 1 for base access\n[ 0.255937] ACPI: Added _OSI(Module Device)\n[ 0.257144] ACPI: Added _OSI(Processor Device)\n[ 0.258412] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259736] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262356] ACPI: Interpreter enabled\n[ 0.263449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274270] ACPI: (supports S0 S5)\n[ 0.275299] ACPI: Using IOAPIC for interrupt routing\n[ 0.276676] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282243] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284066] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285853] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289064] acpiphp: Slot [3] registered\n[ 0.290197] acpiphp: Slot [4] registered\n[ 0.291329] acpiphp: Slot [5] registered\n[ 0.292460] acpiphp: Slot [6] registered\n[ 0.293597] acpiphp: Slot [7] registered\n[ 0.294731] acpiphp: Slot [8] registered\n[ 0.295863] acpiphp: Slot [9] registered\n[ 0.297004] acpiphp: Slot [10] registered\n[ 0.298162] acpiphp: Slot [11] registered\n[ 0.299347] acpiphp: Slot [12] registered\n[ 0.300500] acpiphp: Slot [13] registered\n[ 0.301654] acpiphp: Slot [14] registered\n[ 0.302814] acpiphp: Slot [15] registered\n[ 0.313935] acpiphp: Slot [16] registered\n[ 0.315096] acpiphp: Slot [17] registered\n[ 0.316256] acpiphp: Slot [18] registered\n[ 0.317439] acpiphp: Slot [19] registered\n[ 0.318612] acpiphp: Slot [20] registered\n[ 0.319774] acpiphp: Slot [21] registered\n[ 0.320925] acpiphp: Slot [22] registered\n[ 0.322079] acpiphp: Slot [23] registered\n[ 0.323241] acpiphp: Slot [24] registered\n[ 0.324390] acpiphp: Slot [25] registered\n[ 0.325544] acpiphp: Slot [26] registered\n[ 0.326694] acpiphp: Slot [27] registered\n[ 0.327881] acpiphp: Slot [28] registered\n[ 0.329036] acpiphp: Slot [29] registered\n[ 0.330191] acpiphp: Slot [30] registered\n[ 0.331350] acpiphp: Slot [31] registered\n[ 0.332505] PCI host bridge to bus 0000:00\n[ 0.333660] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335461] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337255] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339344] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.341419] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.349268] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351689] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358023] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.359453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.403970] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405469] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.406877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.408483] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.409878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.411149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.412354] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413566] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415107] vgaarb: loaded\n[ 0.415705] vgaarb: bridge control possible 0000:00:02.0\n[ 0.416852] SCSI subsystem initialized\n[ 0.417683] ACPI: bus type USB registered\n[ 0.418501] usbcore: registered new interface driver usbfs\n[ 0.419539] usbcore: registered new interface driver hub\n[ 0.420541] usbcore: registered new device driver usb\n[ 0.421590] PCI: Using ACPI for IRQ routing\n[ 0.422610] NetLabel: Initializing\n[ 0.423333] NetLabel: domain hash size = 128\n[ 0.424196] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425136] NetLabel: unlabeled traffic allowed by default\n[ 0.426224] clocksource: Switched to clocksource kvm-clock\n[ 0.431486] AppArmor: AppArmor Filesystem Enabled\n[ 0.432452] pnp: PnP ACPI init\n[ 0.433356] pnp: PnP ACPI: found 5 devices\n[ 0.439374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441070] NET: Registered protocol family 2\n[ 0.442024] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.443286] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.444447] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.445603] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447840] NET: Registered protocol family 1\n[ 0.448704] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449798] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450866] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.465235] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.479503] Trying to unpack rootfs image as initramfs...\n[ 0.528711] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.542772] Scanning for low memory corruption every 60 seconds\n[ 0.544433] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545958] audit: initializing netlink subsys (disabled)\n[ 0.547319] audit: type=2000 audit(1538800951.497:1): initialized\n[ 0.548995] Initialise system trusted keyring\n[ 0.550192] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.551739] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554099] zbud: loaded\n[ 0.554965] VFS: Disk quotas dquot_6.6.0\n[ 0.556028] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557961] fuse init (API version 7.23)\n[ 0.559093] Key type big_key registered\n[ 0.560133] Allocating IMA MOK and blacklist keyrings.\n[ 0.561570] Key type asymmetric registered\n[ 0.562650] Asymmetric key parser 'x509' registered\n[ 0.563922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.565862] io scheduler noop registered\n[ 0.566915] io scheduler deadline registered (default)\n[ 0.568237] io scheduler cfq registered\n[ 0.569318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.570722] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.572403] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.574372] ACPI: Power Button [PWRF]\n[ 0.575451] GHES: HEST is not enabled!\n[ 0.589344] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.622397] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646824] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649417] Linux agpgart interface v0.103\n[ 0.652111] brd: module loaded\n[ 0.653412] loop: module loaded\n[ 0.658442] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.660359] GPT:90111 != 20971519\n[ 0.661254] GPT:Alternate GPT header not at the end of the disk.\n[ 0.662699] GPT:90111 != 20971519\n[ 0.663592] GPT: Use GNU Parted to correct GPT errors.\n[ 0.664855] vda: vda1 vda15\n[ 0.666455] scsi host0: ata_piix\n[ 0.667747] scsi host1: ata_piix\n[ 0.668664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670278] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.672109] libphy: Fixed MDIO Bus: probed\n[ 0.673187] tun: Universal TUN/TAP device driver, 1.6\n[ 0.674445] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.677054] PPP generic driver version 2.4.2\n[ 0.678163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679673] ehci-pci: EHCI PCI platform driver\n[ 0.680580] ehci-platform: EHCI generic platform driver\n[ 0.681614] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.682790] ohci-pci: OHCI PCI platform driver\n[ 0.683692] ohci-platform: OHCI generic platform driver\n[ 0.684715] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699096] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.700169] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.701666] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.702741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.703890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.705178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.706685] usb usb1: Product: UHCI Host Controller\n[ 0.707674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.709890] hub 1-0:1.0: USB hub found\n[ 0.710682] hub 1-0:1.0: 2 ports detected\n[ 0.711598] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.713718] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.714687] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.715729] mousedev: PS/2 mouse device common for all mice\n[ 0.716992] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.718840] rtc_cmos 00:00: RTC can wake from S4\n[ 0.719945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.722364] i2c /dev entries driver\n[ 0.723131] device-mapper: uevent: version 1.0.3\n[ 0.724080] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.725715] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.727022] NET: Registered protocol family 10\n[ 0.728024] NET: Registered protocol family 17\n[ 0.728921] Key type dns_resolver registered\n[ 0.729858] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.730983] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732756] registered taskstats version 1\n[ 0.733607] Loading compiled-in X.509 certificates\n[ 0.735072] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.736943] zswap: loaded using pool lzo/zbud\n[ 0.738345] Key type trusted registered\n[ 0.739904] Key type encrypted registered\n[ 0.740745] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741790] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742855] evm: HMAC attrs: 0x1\n[ 0.743817] Magic number: 6:580:716\n[ 0.744676] rtc_cmos 00:00: setting system clock to 2018-10-06 04:42:31 UTC (1538800951)\n[ 0.746313] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.747468] EDD information not available.\n[ 0.831209] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832757] Write protecting the kernel read-only data: 14336k\n[ 0.844490] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.846309] 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 1.44\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.679483] 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.13...\nLease of 10.55.0.13 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.59. iid=i-000000ad\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFiTIgWbVdWqMjwbUQ6ReCRawpjrYCnCfgPgM1/8jFBVYGgaTglnR3/erJSeuQxYWHIC9fQxiNPVjlmC1Ic2XuNNMRcTF9Ld9Osc4VYVjc5KUHfLPRunagE6fPkBSv8QsGg0rYCPsEAB+2Dd7rYYXSVA5N62Zr5EJDnJzSPx2BKuI/oOkVPrCJuk9ePjeHSmfCegXuTyt/tvfh8jREx5mCXEHSQS/bXxYrgWwPDqFxtNlKHhEJa7mfRZzgDC/CSUwglmwSBA9rdnzOMfEccAjg95Iu2S7pedKBNTsLSeyiVSywSRt153RP6r5N86sdqSbU2WjCT84og8bQEUhu8x0T root@simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAJZ1wwbeZcCFsGmFEY3n9O4kp+rF8Q2OunQu2CEtfDPA/zmqBxtHqbjsLQqla5mVI58+pzDrF4vC0v2zAxLflAvNbsGZj33YL2zJ0URJKkF7Z+n56GELB22xUZVAKlml/vHG+sGgYzUs8qnu1JkX6TxH7OPG0Mj/JrBRW3AQFTB/AAAAFQDsTj2+ziqRsg/Cww2vdO7yEJJcgQAAAIAgHt9KPEriH+oPRy3y4fir+c/pvC1D9jTh1kC1bCuoMWyocIAGEWrmaK302GtwfEWCu/S1xzDRnzsHHvcA3u0iiCXyDpdfjMPcC34WkqNSpSsLVmriR+zfIOLPM5jvCUv35QC0lSWA7NT7osotqKHTLnK1lv3VqN9tKA+SYEuqsAAAAIBGXjD8XYTVwqIaYmdWt8FzP6GiHijFLZmHhDh6Llhrtm9f6m2KSGokuQPJH8dh1sKwumZmkwsy1FzdOPI/BeAedZ4wMhGu2YnbTmRgK1iFa8MdjAvic2n9QXw1lGWjvtvfwe8BnsyJ9X+8MS/JPnl7qqjg6QEyevEozgSZpuLj6Q== root@simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-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.13,24,fe80::f816:3eff:feda:d86f/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ad\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.82 ===\n"} 2018-10-06 04:42:41,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7/action used request id req-826f9287-1c90-4aae-b3e7-e5b2f34a6050 2018-10-06 04:42:41,760 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 04:42:41,761 - 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 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 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 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE1451 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 487700538 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.142830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144474] pid_max: default: 32768 minimum: 301 [ 0.145363] ACPI: Core revision 20150930 [ 0.146752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148065] Security Framework initialized [ 0.148874] Yama: becoming mindful. [ 0.149605] AppArmor: AppArmor initialized [ 0.150461] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151741] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.152996] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.154226] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.155637] Initializing cgroup subsys io [ 0.156470] Initializing cgroup subsys memory [ 0.157343] Initializing cgroup subsys devices [ 0.158249] Initializing cgroup subsys freezer [ 0.159131] Initializing cgroup subsys net_cls [ 0.160012] Initializing cgroup subsys perf_event [ 0.160935] Initializing cgroup subsys net_prio [ 0.161829] Initializing cgroup subsys hugetlb [ 0.162734] Initializing cgroup subsys pids [ 0.163640] CPU: Physical Processor ID: 0 [ 0.165150] mce: CPU supports 10 MCE banks [ 0.166023] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184914] ftrace: allocating 31920 entries in 125 pages [ 0.212647] smpboot: Max logical packages: 1 [ 0.213889] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215836] x2apic enabled [ 0.216885] Switched APIC routing to physical x2apic. [ 0.219082] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220721] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226156] KVM setup paravirtual spinlock [ 0.227846] x86: Booted up 1 node, 1 CPUs [ 0.229002] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230992] devtmpfs: initialized [ 0.232977] evm: security.selinux [ 0.233971] evm: security.SMACK64 [ 0.234967] evm: security.SMACK64EXEC [ 0.236044] evm: security.SMACK64TRANSMUTE [ 0.237221] evm: security.SMACK64MMAP [ 0.238287] evm: security.ima [ 0.239197] evm: security.capability [ 0.240325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243047] pinctrl core: initialized pinctrl subsystem [ 0.244603] RTC time: 4:42:30, date: 10/06/18 [ 0.245954] NET: Registered protocol family 16 [ 0.247311] cpuidle: using governor ladder [ 0.248482] cpuidle: using governor menu [ 0.249630] PCCT header not found. [ 0.250685] ACPI: bus type PCI registered [ 0.251842] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253668] PCI: Using configuration type 1 for base access [ 0.255937] ACPI: Added _OSI(Module Device) [ 0.257144] ACPI: Added _OSI(Processor Device) [ 0.258412] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259736] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262356] ACPI: Interpreter enabled [ 0.263449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274270] ACPI: (supports S0 S5) [ 0.275299] ACPI: Using IOAPIC for interrupt routing [ 0.276676] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.282243] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.284066] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285853] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289064] acpiphp: Slot [3] registered [ 0.290197] acpiphp: Slot [4] registered [ 0.291329] acpiphp: Slot [5] registered [ 0.292460] acpiphp: Slot [6] registered [ 0.293597] acpiphp: Slot [7] registered [ 0.294731] acpiphp: Slot [8] registered [ 0.295863] acpiphp: Slot [9] registered [ 0.297004] acpiphp: Slot [10] registered [ 0.298162] acpiphp: Slot [11] registered [ 0.299347] acpiphp: Slot [12] registered [ 0.300500] acpiphp: Slot [13] registered [ 0.301654] acpiphp: Slot [14] registered [ 0.302814] acpiphp: Slot [15] registered [ 0.313935] acpiphp: Slot [16] registered [ 0.315096] acpiphp: Slot [17] registered [ 0.316256] acpiphp: Slot [18] registered [ 0.317439] acpiphp: Slot [19] registered [ 0.318612] acpiphp: Slot [20] registered [ 0.319774] acpiphp: Slot [21] registered [ 0.320925] acpiphp: Slot [22] registered [ 0.322079] acpiphp: Slot [23] registered [ 0.323241] acpiphp: Slot [24] registered [ 0.324390] acpiphp: Slot [25] registered [ 0.325544] acpiphp: Slot [26] registered [ 0.326694] acpiphp: Slot [27] registered [ 0.327881] acpiphp: Slot [28] registered [ 0.329036] acpiphp: Slot [29] registered [ 0.330191] acpiphp: Slot [30] registered [ 0.331350] acpiphp: Slot [31] registered [ 0.332505] PCI host bridge to bus 0000:00 [ 0.333660] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335461] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337255] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339344] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.341419] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.349268] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.350438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.351689] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358023] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.359453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403970] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405469] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.408483] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.409878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411149] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.412354] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.413566] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415107] vgaarb: loaded [ 0.415705] vgaarb: bridge control possible 0000:00:02.0 [ 0.416852] SCSI subsystem initialized [ 0.417683] ACPI: bus type USB registered [ 0.418501] usbcore: registered new interface driver usbfs [ 0.419539] usbcore: registered new interface driver hub [ 0.420541] usbcore: registered new device driver usb [ 0.421590] PCI: Using ACPI for IRQ routing [ 0.422610] NetLabel: Initializing [ 0.423333] NetLabel: domain hash size = 128 [ 0.424196] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.425136] NetLabel: unlabeled traffic allowed by default [ 0.426224] clocksource: Switched to clocksource kvm-clock [ 0.431486] AppArmor: AppArmor Filesystem Enabled [ 0.432452] pnp: PnP ACPI init [ 0.433356] pnp: PnP ACPI: found 5 devices [ 0.439374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.441070] NET: Registered protocol family 2 [ 0.442024] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.443286] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.444447] TCP: Hash tables configured (established 2048 bind 2048) [ 0.445603] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.446676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.447840] NET: Registered protocol family 1 [ 0.448704] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.449798] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450866] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.465235] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.479503] Trying to unpack rootfs image as initramfs... [ 0.528711] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.542772] Scanning for low memory corruption every 60 seconds [ 0.544433] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.545958] audit: initializing netlink subsys (disabled) [ 0.547319] audit: type=2000 audit(1538800951.497:1): initialized [ 0.548995] Initialise system trusted keyring [ 0.550192] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551739] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554099] zbud: loaded [ 0.554965] VFS: Disk quotas dquot_6.6.0 [ 0.556028] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.557961] fuse init (API version 7.23) [ 0.559093] Key type big_key registered [ 0.560133] Allocating IMA MOK and blacklist keyrings. [ 0.561570] Key type asymmetric registered [ 0.562650] Asymmetric key parser 'x509' registered [ 0.563922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.565862] io scheduler noop registered [ 0.566915] io scheduler deadline registered (default) [ 0.568237] io scheduler cfq registered [ 0.569318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.570722] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.572403] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.574372] ACPI: Power Button [PWRF] [ 0.575451] GHES: HEST is not enabled! [ 0.589344] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.619527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.622397] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646824] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649417] Linux agpgart interface v0.103 [ 0.652111] brd: module loaded [ 0.653412] loop: module loaded [ 0.658442] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.660359] GPT:90111 != 20971519 [ 0.661254] GPT:Alternate GPT header not at the end of the disk. [ 0.662699] GPT:90111 != 20971519 [ 0.663592] GPT: Use GNU Parted to correct GPT errors. [ 0.664855] vda: vda1 vda15 [ 0.666455] scsi host0: ata_piix [ 0.667747] scsi host1: ata_piix [ 0.668664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.670278] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.672109] libphy: Fixed MDIO Bus: probed [ 0.673187] tun: Universal TUN/TAP device driver, 1.6 [ 0.674445] tun: (C) 1999-2004 Max Krasnyansky [ 0.677054] PPP generic driver version 2.4.2 [ 0.678163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.679673] ehci-pci: EHCI PCI platform driver [ 0.680580] ehci-platform: EHCI generic platform driver [ 0.681614] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.682790] ohci-pci: OHCI PCI platform driver [ 0.683692] ohci-platform: OHCI generic platform driver [ 0.684715] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699096] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.700169] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.701666] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.702741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.703890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.705178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706685] usb usb1: Product: UHCI Host Controller [ 0.707674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.708937] usb usb1: SerialNumber: 0000:00:01.2 [ 0.709890] hub 1-0:1.0: USB hub found [ 0.710682] hub 1-0:1.0: 2 ports detected [ 0.711598] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.713718] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.714687] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.715729] mousedev: PS/2 mouse device common for all mice [ 0.716992] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.718840] rtc_cmos 00:00: RTC can wake from S4 [ 0.719945] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.721143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722364] i2c /dev entries driver [ 0.723131] device-mapper: uevent: version 1.0.3 [ 0.724080] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.725715] ledtrig-cpu: registered to indicate activity on CPUs [ 0.727022] NET: Registered protocol family 10 [ 0.728024] NET: Registered protocol family 17 [ 0.728921] Key type dns_resolver registered [ 0.729858] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.730983] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.732756] registered taskstats version 1 [ 0.733607] Loading compiled-in X.509 certificates [ 0.735072] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.736943] zswap: loaded using pool lzo/zbud [ 0.738345] Key type trusted registered [ 0.739904] Key type encrypted registered [ 0.740745] AppArmor: AppArmor sha1 policy hashing enabled [ 0.741790] ima: No TPM chip found, activating TPM-bypass! [ 0.742855] evm: HMAC attrs: 0x1 [ 0.743817] Magic number: 6:580:716 [ 0.744676] rtc_cmos 00:00: setting system clock to 2018-10-06 04:42:31 UTC (1538800951) [ 0.746313] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.747468] EDD information not available. [ 0.831209] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.832757] Write protecting the kernel read-only data: 14336k [ 0.844490] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.846309] 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 1.44 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.679483] 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.13... Lease of 10.55.0.13 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.59. iid=i-000000ad 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFiTIgWbVdWqMjwbUQ6ReCRawpjrYCnCfgPgM1/8jFBVYGgaTglnR3/erJSeuQxYWHIC9fQxiNPVjlmC1Ic2XuNNMRcTF9Ld9Osc4VYVjc5KUHfLPRunagE6fPkBSv8QsGg0rYCPsEAB+2Dd7rYYXSVA5N62Zr5EJDnJzSPx2BKuI/oOkVPrCJuk9ePjeHSmfCegXuTyt/tvfh8jREx5mCXEHSQS/bXxYrgWwPDqFxtNlKHhEJa7mfRZzgDC/CSUwglmwSBA9rdnzOMfEccAjg95Iu2S7pedKBNTsLSeyiVSywSRt153RP6r5N86sdqSbU2WjCT84og8bQEUhu8x0T root@simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst ssh-dss AAAAB3NzaC1kc3MAAACBAJZ1wwbeZcCFsGmFEY3n9O4kp+rF8Q2OunQu2CEtfDPA/zmqBxtHqbjsLQqla5mVI58+pzDrF4vC0v2zAxLflAvNbsGZj33YL2zJ0URJKkF7Z+n56GELB22xUZVAKlml/vHG+sGgYzUs8qnu1JkX6TxH7OPG0Mj/JrBRW3AQFTB/AAAAFQDsTj2+ziqRsg/Cww2vdO7yEJJcgQAAAIAgHt9KPEriH+oPRy3y4fir+c/pvC1D9jTh1kC1bCuoMWyocIAGEWrmaK302GtwfEWCu/S1xzDRnzsHHvcA3u0iiCXyDpdfjMPcC34WkqNSpSsLVmriR+zfIOLPM5jvCUv35QC0lSWA7NT7osotqKHTLnK1lv3VqN9tKA+SYEuqsAAAAIBGXjD8XYTVwqIaYmdWt8FzP6GiHijFLZmHhDh6Llhrtm9f6m2KSGokuQPJH8dh1sKwumZmkwsy1FzdOPI/BeAedZ4wMhGu2YnbTmRgK1iFa8MdjAvic2n9QXw1lGWjvtvfwe8BnsyJ9X+8MS/JPnl7qqjg6QEyevEozgSZpuLj6Q== root@simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.13,24,fe80::f816:3eff:feda:d86f/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.13 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000ad name: N/A availability-zone: nova local-hostname: simplehealthcheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.82 === 2018-10-06 04:42:41,761 - create_instance - INFO - Deleting Port with ID - f0d7552c-662e-41fa-a654-b2c4bc0b48b4 2018-10-06 04:42:41,761 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4port-1 2018-10-06 04:42:41,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/f0d7552c-662e-41fa-a654-b2c4bc0b48b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:42,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa113526-bfe3-4ffa-8481-ce2ac632fa0e Date: Sat, 06 Oct 2018 04:42:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:42:42,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/f0d7552c-662e-41fa-a654-b2c4bc0b48b4 used request id req-aa113526-bfe3-4ffa-8481-ce2ac632fa0e 2018-10-06 04:42:42,380 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst 2018-10-06 04:42:42,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:42,533 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42: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-44b8b9c7-869e-4f6f-85d0-aa43be5399f9 x-compute-request-id: req-44b8b9c7-869e-4f6f-85d0-aa43be5399f9 Content-Type: application/json 2018-10-06 04:42:42,533 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-44b8b9c7-869e-4f6f-85d0-aa43be5399f9 2018-10-06 04:42:42,533 - create_instance - INFO - Checking deletion status 2018-10-06 04:42:42,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:43,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-09476356-659b-450d-bbcb-14946ef62325 x-compute-request-id: req-09476356-659b-450d-bbcb-14946ef62325 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:d8:6f", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:42:30.000000", "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:42:42Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:43,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-09476356-659b-450d-bbcb-14946ef62325 2018-10-06 04:42:43,173 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - ACTIVE 2018-10-06 04:42:43,173 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:42:46,176 - create_instance - DEBUG - VM status query timeout in 296.357136011 2018-10-06 04:42:46,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:46,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42: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-a01d62f8-d8a1-4f24-8f9c-55ed5f1a275c x-compute-request-id: req-a01d62f8-d8a1-4f24-8f9c-55ed5f1a275c Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7", "rel": "bookmark"}], "image": {"id": "0b5a9717-9267-4626-b222-c551ad2d46bf", "links": [{"href": "http://172.30.9.29:8774/images/0b5a9717-9267-4626-b222-c551ad2d46bf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:42:30.000000", "flavor": {"id": "af747dc1-08df-4384-abd8-3c356a4de2be", "links": [{"href": "http://172.30.9.29:8774/flavors/af747dc1-08df-4384-abd8-3c356a4de2be", "rel": "bookmark"}]}, "id": "8d8791b5-7644-460f-99ef-d2154f74e6c7", "user_id": "a46299d24c314e72a9af5305e3196126", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:42:42Z", "hostId": "2cf1115c85176045f43be12e2ffc92da3f43ef19063079981bac97df", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst", "created": "2018-10-06T04:42:26Z", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:42:46,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-a01d62f8-d8a1-4f24-8f9c-55ed5f1a275c 2018-10-06 04:42:46,417 - create_instance - DEBUG - Instance status [SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst] is - ACTIVE 2018-10-06 04:42:46,417 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:42:49,420 - create_instance - DEBUG - VM status query timeout in 293.113230944 2018-10-06 04:42:49,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cdfcc9ceaa0a5f9a43f6627650808adbb954ea3" 2018-10-06 04:42:49,474 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:42: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-383c6147-2d66-42d5-99e7-6a777eebb12d x-compute-request-id: req-383c6147-2d66-42d5-99e7-6a777eebb12d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8d8791b5-7644-460f-99ef-d2154f74e6c7 could not be found.", "code": 404}} 2018-10-06 04:42:49,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/8d8791b5-7644-460f-99ef-d2154f74e6c7 used request id req-383c6147-2d66-42d5-99e7-6a777eebb12d 2018-10-06 04:42:49,475 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8d8791b5-7644-460f-99ef-d2154f74e6c7 could not be found. (HTTP 404) (Request-ID: req-383c6147-2d66-42d5-99e7-6a777eebb12d) 2018-10-06 04:42:49,475 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-inst 2018-10-06 04:42:49,476 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet 2018-10-06 04:42:49,476 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-subnet 2018-10-06 04:42:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/1a898c56-8a6f-4b89-915b-2838b74a3bd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:51,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-589c5eae-59b7-48ed-9d36-7c707f7c7ad7 Date: Sat, 06 Oct 2018 04:42:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:42:51,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1a898c56-8a6f-4b89-915b-2838b74a3bd1 used request id req-589c5eae-59b7-48ed-9d36-7c707f7c7ad7 2018-10-06 04:42:51,904 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-priv-net 2018-10-06 04:42:51,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e774ad7a-3049-4ab5-82a5-cf69b115099b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83c993dd4766eeeed80c2ca3b6da085c8e1a66c4" 2018-10-06 04:42:53,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-076f1d16-c161-4f34-a926-95a68518c0c6 Date: Sat, 06 Oct 2018 04:42:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:42:53,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e774ad7a-3049-4ab5-82a5-cf69b115099b used request id req-076f1d16-c161-4f34-a926-95a68518c0c6 2018-10-06 04:42:53,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571ba4ba49479e7fef30924d92269c52b282d7e2" 2018-10-06 04:42:53,077 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:42: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-dd205d2a-d9f0-44d7-ace9-88c3278f653b x-compute-request-id: req-dd205d2a-d9f0-44d7-ace9-88c3278f653b Content-Length: 0 Content-Type: application/json 2018-10-06 04:42:53,077 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/af747dc1-08df-4384-abd8-3c356a4de2be used request id req-dd205d2a-d9f0-44d7-ace9-88c3278f653b 2018-10-06 04:42:53,078 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-4c0e39a0-1c02-448c-905c-23a2f72a6ec4-image 2018-10-06 04:42:53,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d1bf2025f448ae2c3785e1b7ae2963b58c379ab" 2018-10-06 04:42:54,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d44fca07-5866-4e93-8e01-390718e0c032 Date: Sat, 06 Oct 2018 04:42:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:42:54,442 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0b5a9717-9267-4626-b222-c551ad2d46bf used request id req-d44fca07-5866-4e93-8e01-390718e0c032 2018-10-06 04:42:54,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:54,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0c988c27-4f02-4bc6-bd26-6804715c0c22 Date: Sat, 06 Oct 2018 04:42:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "created_at": "2018-10-06T04:42:16Z", "updated_at": "2018-10-06T04:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "revision_number": 0, "id": "370d356f-13aa-465b-9b3c-9b155de89b68", "remote_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "remote_ip_prefix": null, "created_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "revision_number": 0, "id": "5406f72b-2290-4709-8cdb-accd78753bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "revision_number": 0, "id": "b98769ee-3106-495e-a447-0a8b5f1d61c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "revision_number": 0, "id": "f8d0da08-3b1b-414c-927b-5c1cca58f55b", "remote_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "remote_ip_prefix": null, "created_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e"}], "revision_number": 4, "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "id": "b740735e-2451-4d16-b4e7-361b96b95b94", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:42:54,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-0c988c27-4f02-4bc6-bd26-6804715c0c22 2018-10-06 04:42:54,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:54,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959821ba-92fb-4f96-a77c-e1f0d6f2ba01 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:42:54,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-959821ba-92fb-4f96-a77c-e1f0d6f2ba01 2018-10-06 04:42:54,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:54,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8b3381-2563-4268-8397-0b590d5cd7bf Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:42:54,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ca8b3381-2563-4268-8397-0b590d5cd7bf 2018-10-06 04:42:54,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2d440f-41f7-4990-88ef-65208a20f312 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e"}, "enabled": true, "id": "0c000b70c47f49aab6fd5218e7a6ef8e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-7bec165e-bfc8-48b-proj"}} 2018-10-06 04:42:55,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-0b2d440f-41f7-4990-88ef-65208a20f312 2018-10-06 04:42:55,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b740735e-2451-4d16-b4e7-361b96b95b94 2018-10-06 04:42:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b740735e-2451-4d16-b4e7-361b96b95b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ecf56c52-3482-49d1-ad0d-a773ed86bb94 Date: Sat, 06 Oct 2018 04:42:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "port_range_min": null, "revision_number": 0, "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "created_at": "2018-10-06T04:42:16Z", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "id": "370d356f-13aa-465b-9b3c-9b155de89b68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "port_range_min": null, "revision_number": 0, "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "created_at": "2018-10-06T04:42:16Z", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "id": "5406f72b-2290-4709-8cdb-accd78753bb5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "port_range_min": null, "revision_number": 0, "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "created_at": "2018-10-06T04:42:16Z", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "id": "b98769ee-3106-495e-a447-0a8b5f1d61c2"}, {"remote_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:42:16Z", "security_group_id": "b740735e-2451-4d16-b4e7-361b96b95b94", "port_range_min": null, "revision_number": 0, "tenant_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "created_at": "2018-10-06T04:42:16Z", "project_id": "0c000b70c47f49aab6fd5218e7a6ef8e", "id": "f8d0da08-3b1b-414c-927b-5c1cca58f55b"}]} 2018-10-06 04:42:55,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b740735e-2451-4d16-b4e7-361b96b95b94 used request id req-ecf56c52-3482-49d1-ad0d-a773ed86bb94 2018-10-06 04:42:55,216 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:42:55,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b740735e-2451-4d16-b4e7-361b96b95b94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,540 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77093739-7cf2-40aa-a7ac-8c7de0385e4b Content-Length: 0 Date: Sat, 06 Oct 2018 04:42:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:42:55,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b740735e-2451-4d16-b4e7-361b96b95b94 used request id req-77093739-7cf2-40aa-a7ac-8c7de0385e4b 2018-10-06 04:42:55,541 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-7bec165e-bfc8-48b-proj 2018-10-06 04:42:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bace5ef-986e-4ef2-94ec-38c622ff221b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:55,768 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0c000b70c47f49aab6fd5218e7a6ef8e used request id req-5bace5ef-986e-4ef2-94ec-38c622ff221b 2018-10-06 04:42:55,768 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-7bec165e-bfc8-48b-proj-role 2018-10-06 04:42:55,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bce439a5-b534-4fd8-9482-a4652f0f0f54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:55,885 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/83bd59445f4649e1960515df4b96c44c used request id req-bce439a5-b534-4fd8-9482-a4652f0f0f54 2018-10-06 04:42:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651e7b1df9ef4130cfa4b07fd4b0b5c496e1395f" 2018-10-06 04:42:55,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e911b054-a2cd-4947-8856-096b544db83d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:42:55,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e911b054-a2cd-4947-8856-096b544db83d 2018-10-06 04:42:55,971 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-7bec165e-bfc8-48b-user 2018-10-06 04:42:55,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a46299d24c314e72a9af5305e3196126 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b81d13b7392be5f4a93b2c4859c9ea58d776ea8" 2018-10-06 04:42:56,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-188b95b8-d919-4ef7-ab6b-89bfd866d427 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:56,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a46299d24c314e72a9af5305e3196126 used request id req-188b95b8-d919-4ef7-ab6b-89bfd866d427 2018-10-06 04:42:56,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:56,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["e5b-DLnUQ6mL14KoL0vR4g"], "issued_at": "2018-10-06T04:42:56.000000Z"}} 2018-10-06 04:42:56,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11f7aa56bcb51263c97475be1a4786ad3a94f41" 2018-10-06 04:42:56,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b199ced6-f49f-463b-a3c7-450d221577ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:56,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b199ced6-f49f-463b-a3c7-450d221577ee 2018-10-06 04:42:56,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:56,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:57,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vdmkAzGYRW-V7Rntu4buAA"], "issued_at": "2018-10-06T04:42:57.000000Z"}} 2018-10-06 04:42:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:57,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1770e0ef-e097-4315-843f-1db9f15cedef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:57,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1770e0ef-e097-4315-843f-1db9f15cedef 2018-10-06 04:42:57,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:57,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:57,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:57,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6697918a-98fb-4daa-909f-d6c73709cbdc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:42:57,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj used request id req-6697918a-98fb-4daa-909f-d6c73709cbdc 2018-10-06 04:42:57,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:57,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855e5e80-d67e-48d2-b4f4-082295bd97a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:42:57,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-855e5e80-d67e-48d2-b4f4-082295bd97a9 2018-10-06 04:42:57,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}}' 2018-10-06 04:42:57,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1874c658-e6ab-4e76-925c-98646575c5de Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:42:57,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1874c658-e6ab-4e76-925c-98646575c5de 2018-10-06 04:42:57,490 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj 2018-10-06 04:42:57,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:57,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:57,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["nIZkd-6gSTqr67naliOTDQ"], "issued_at": "2018-10-06T04:42:57.000000Z"}} 2018-10-06 04:42:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b8bb664f00e7d8aac71e6086424ac2fb7b93fc" 2018-10-06 04:42:57,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e893cd3c-c924-4816-9724-9ee1ea210833 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:57,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e893cd3c-c924-4816-9724-9ee1ea210833 2018-10-06 04:42:57,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:42:57,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:42:57,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b8bb664f00e7d8aac71e6086424ac2fb7b93fc" 2018-10-06 04:42:58,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba1558e-d5f1-4343-a882-0118cc71dbe7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:42:58,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1ba1558e-d5f1-4343-a882-0118cc71dbe7 2018-10-06 04:42:58,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b8bb664f00e7d8aac71e6086424ac2fb7b93fc" 2018-10-06 04:42:58,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60ada9d1-1817-4f42-b513-a4ee66111e9d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}]} 2018-10-06 04:42:58,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj used request id req-60ada9d1-1817-4f42-b513-a4ee66111e9d 2018-10-06 04:42:58,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b8bb664f00e7d8aac71e6086424ac2fb7b93fc" 2018-10-06 04:42:58,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ce79e0-60b2-4bfc-9102-64c91318673f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:42:58,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-27ce79e0-60b2-4bfc-9102-64c91318673f 2018-10-06 04:42:58,628 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user 2018-10-06 04:42:58,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:58,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef47f4ef-8b13-4eb0-b52b-7c8fb82c4204 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:42:58,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ef47f4ef-8b13-4eb0-b52b-7c8fb82c4204 2018-10-06 04:42:58,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" -d '{"role": {"name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}}' 2018-10-06 04:42:58,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d783bbec-92c5-49e5-a97c-bab9c3a369fe Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "719289d5a6084b2cb27512601c11491f", "links": {"self": "http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f"}, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}} 2018-10-06 04:42:58,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-d783bbec-92c5-49e5-a97c-bab9c3a369fe 2018-10-06 04:42:58,826 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role 2018-10-06 04:42:58,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:58,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14260c1-f226-4870-b8af-67b0c9724cec Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role", "id": "719289d5a6084b2cb27512601c11491f"}} 2018-10-06 04:42:58,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f used request id req-b14260c1-f226-4870-b8af-67b0c9724cec 2018-10-06 04:42:58,844 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role to project CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj 2018-10-06 04:42:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d/users/36a0807cdb5a4f7198497885b80afff0/roles/719289d5a6084b2cb27512601c11491f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:42:58,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72cb7f5-1263-4f07-97d1-1ef7e0aea943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:42:58,978 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d/users/36a0807cdb5a4f7198497885b80afff0/roles/719289d5a6084b2cb27512601c11491f used request id req-f72cb7f5-1263-4f07-97d1-1ef7e0aea943 2018-10-06 04:42:58,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:42:58,980 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:42:58,980 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:42:58,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:42:59,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:42:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["mSeVqPobTQ6yvvXpBH9sAw"], "issued_at": "2018-10-06T04:42:59.000000Z"}} 2018-10-06 04:42:59,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:42:59,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2993499c-3b95-4904-a494-56305541b331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:42:59,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2993499c-3b95-4904-a494-56305541b331 2018-10-06 04:42:59,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:42:59,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-252b0a50-784b-4b45-b300-6256b1454c56 Date: Sat, 06 Oct 2018 04:42:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163"} 2018-10-06 04:42:59,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 used request id req-252b0a50-784b-4b45-b300-6256b1454c56 2018-10-06 04:42:59,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:42:59,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f5c091d-d46a-4396-a855-9a070b6ac40e Date: Sat, 06 Oct 2018 04:42: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", "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-10-06 04:42:59,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7f5c091d-d46a-4396-a855-9a070b6ac40e 2018-10-06 04:42:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163"}' 2018-10-06 04:42:59,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f X-Openstack-Request-Id: req-a3a7dafa-94ab-4020-8448-dd845f8a5b88 Date: Sat, 06 Oct 2018 04:42:59 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:42:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f", "min_disk": 0, "protected": false, "id": "cd943a86-c519-4714-ad04-2cf72348016f", "file": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file", "checksum": null, "owner": "5aec9d2e21d3476a8b8c7e0b2672f75d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:42:59,989 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a3a7dafa-94ab-4020-8448-dd845f8a5b88 2018-10-06 04:43:00,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" -d '' 2018-10-06 04:43:01,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96408660-03d6-4f39-af26-adbbec4e6eea Date: Sat, 06 Oct 2018 04:43:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:43:01,992 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file used request id req-96408660-03d6-4f39-af26-adbbec4e6eea 2018-10-06 04:43:01,992 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:43:01,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:43:02,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-2d7cef86-6538-4d18-b6ad-b8d6b2cda1ec Date: Sat, 06 Oct 2018 04:43:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:43:01Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "metadata": {}}], "self": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f", "min_disk": 0, "protected": false, "id": "cd943a86-c519-4714-ad04-2cf72348016f", "file": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5aec9d2e21d3476a8b8c7e0b2672f75d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:43:02,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f used request id req-2d7cef86-6538-4d18-b6ad-b8d6b2cda1ec 2018-10-06 04:43:02,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:43:02,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1180694d-fe82-4c3b-9486-61e46f4d6db9 Date: Sat, 06 Oct 2018 04:43: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", "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-10-06 04:43:02,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1180694d-fe82-4c3b-9486-61e46f4d6db9 2018-10-06 04:43:02,406 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 2018-10-06 04:43:02,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:43:02,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-52cf2596-3028-4a56-a9a5-afe02e7d797f Date: Sat, 06 Oct 2018 04:43:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:43:01Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "metadata": {}}], "self": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f", "min_disk": 0, "protected": false, "id": "cd943a86-c519-4714-ad04-2cf72348016f", "file": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5aec9d2e21d3476a8b8c7e0b2672f75d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:43:02,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f used request id req-52cf2596-3028-4a56-a9a5-afe02e7d797f 2018-10-06 04:43:02,426 - create_image - DEBUG - Instance status is - active 2018-10-06 04:43:02,426 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 2018-10-06 04:43:02,426 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 2018-10-06 04:43:02,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:02,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:02,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["ZeXaTkFJTnCXn_OxtAK1pw"], "issued_at": "2018-10-06T04:43:02.000000Z"}} 2018-10-06 04:43:02,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:02,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae93530-8383-4c41-a99c-5ec9d3dfd953 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:02,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ae93530-8383-4c41-a99c-5ec9d3dfd953 2018-10-06 04:43:02,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:03,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ce01170e-23e8-46c4-8ada-e591acdbb7c4 Date: Sat, 06 Oct 2018 04:43:03 GMT RESP BODY: {"networks":[]} 2018-10-06 04:43:03,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-ce01170e-23e8-46c4-8ada-e591acdbb7c4 2018-10-06 04:43:03,186 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 2018-10-06 04:43:03,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" -d '{"network": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1", "admin_state_up": true}}' 2018-10-06 04:43:03,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-74ff16cd-88fa-44e0-85b7-0d8c25bf7544 Date: Sat, 06 Oct 2018 04:43:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0dd80d88-d14c-4209-8af2-2036bde4b186","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:43:03Z","is_default":false,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","mtu":1450}} 2018-10-06 04:43:03,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-74ff16cd-88fa-44e0-85b7-0d8c25bf7544 2018-10-06 04:43:03,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:03,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-d7f34b8d-3ac5-4b85-bb36-6fe53e863d52 Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:03Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:03,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-d7f34b8d-3ac5-4b85-bb36-6fe53e863d52 2018-10-06 04:43:03,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:03,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73ca8c19-ded0-4623-aecd-1da9f8d351f3 Date: Sat, 06 Oct 2018 04:43:03 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:43:03,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-73ca8c19-ded0-4623-aecd-1da9f8d351f3 2018-10-06 04:43:03,997 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 2018-10-06 04:43:04,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" -d '{"subnets": [{"ip_version": 4, "network_id": "0dd80d88-d14c-4209-8af2-2036bde4b186", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]}' 2018-10-06 04:43:04,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9738e05e-8351-4b44-bf3a-a38d457a85a0 Date: Sat, 06 Oct 2018 04:43:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:04,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9738e05e-8351-4b44-bf3a-a38d457a85a0 2018-10-06 04:43:04,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:05,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-126d03e2-9356-4727-b1b3-8f3d5fad6ccb Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:05,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-126d03e2-9356-4727-b1b3-8f3d5fad6ccb 2018-10-06 04:43:05,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:43:05,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-03e8f8a2-6b77-4605-9289-3d261045968c Date: Sat, 06 Oct 2018 04:43:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:05,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-03e8f8a2-6b77-4605-9289-3d261045968c 2018-10-06 04:43:05,208 - OpenStackNetwork - DEBUG - Network [0dd80d88-d14c-4209-8af2-2036bde4b186] created successfully 2018-10-06 04:43:05,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:05,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:05,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["4b92wPykQmKcCVjWI-Cbkw"], "issued_at": "2018-10-06T04:43:05.000000Z"}} 2018-10-06 04:43:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:05,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb3048b-e6f7-4e9d-b603-10a4763e1f3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:05,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7cb3048b-e6f7-4e9d-b603-10a4763e1f3c 2018-10-06 04:43:05,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:05,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bcebe969-fa6f-4aa0-b261-1638435033fb Date: Sat, 06 Oct 2018 04:43:05 GMT RESP BODY: {"networks":[]} 2018-10-06 04:43:05,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-bcebe969-fa6f-4aa0-b261-1638435033fb 2018-10-06 04:43:05,839 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 2018-10-06 04:43:05,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" -d '{"network": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2", "admin_state_up": true}}' 2018-10-06 04:43:06,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d08b67f7-4d9f-4766-a906-7b9e7426dbda Date: Sat, 06 Oct 2018 04:43:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:43:06Z","is_default":false,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","mtu":1450}} 2018-10-06 04:43:06,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d08b67f7-4d9f-4766-a906-7b9e7426dbda 2018-10-06 04:43:06,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:06,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-2d8d63eb-7375-47aa-8fa5-09b8b975af04 Date: Sat, 06 Oct 2018 04:43:06 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-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:06,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-2d8d63eb-7375-47aa-8fa5-09b8b975af04 2018-10-06 04:43:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:06,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d40bef67-868c-493b-a05e-27fbe631b1cc Date: Sat, 06 Oct 2018 04:43:06 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:43:06,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-d40bef67-868c-493b-a05e-27fbe631b1cc 2018-10-06 04:43:06,533 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 2018-10-06 04:43:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" -d '{"subnets": [{"ip_version": 4, "network_id": "f438318d-4191-4ad9-b687-f3d36bfcfe11", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]}' 2018-10-06 04:43:07,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9dab1660-5de2-4b77-bc4e-4c2e73dc9f32 Date: Sat, 06 Oct 2018 04:43:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:07,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9dab1660-5de2-4b77-bc4e-4c2e73dc9f32 2018-10-06 04:43:07,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:07,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a9d51593-4c94-4e82-b569-f8ba57a3cb92 Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:07,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-a9d51593-4c94-4e82-b569-f8ba57a3cb92 2018-10-06 04:43:07,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:43:07,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-69d7a710-b4b3-46e4-b979-4695b8fe090f Date: Sat, 06 Oct 2018 04:43:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:07,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-69d7a710-b4b3-46e4-b979-4695b8fe090f 2018-10-06 04:43:07,787 - OpenStackNetwork - DEBUG - Network [f438318d-4191-4ad9-b687-f3d36bfcfe11] created successfully 2018-10-06 04:43:07,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:07,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:08,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["7Uvv0m-aTMOfU1lsP2EcMQ"], "issued_at": "2018-10-06T04:43:08.000000Z"}} 2018-10-06 04:43:08,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:08,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e126c8ed-8c15-4ce8-b256-771d7f3cbbd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:08,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e126c8ed-8c15-4ce8-b256-771d7f3cbbd1 2018-10-06 04:43:08,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:08,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e2d3d701-3977-49e7-92e0-1f9797f104c8 Date: Sat, 06 Oct 2018 04:43:08 GMT RESP BODY: {"routers": []} 2018-10-06 04:43:08,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router&admin_state_up=True used request id req-e2d3d701-3977-49e7-92e0-1f9797f104c8 2018-10-06 04:43:08,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:08,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:08,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["RQGriiWsTF6gMg8TTZ9ycA"], "issued_at": "2018-10-06T04:43:08.000000Z"}} 2018-10-06 04:43:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49982fe9d61499a810bd0818e9dddb293b6e6de4" 2018-10-06 04:43:08,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e31776-0a6b-49fb-a354-9ced5ff828c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:08,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-03e31776-0a6b-49fb-a354-9ced5ff828c2 2018-10-06 04:43:08,915 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:08,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"router": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router", "admin_state_up": true}}' 2018-10-06 04:43:12,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-4ef01631-3a78-414f-ad74-409b9528d25a Date: Sat, 06 Oct 2018 04:43:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:09Z", "admin_state_up": true, "updated_at": "2018-10-06T04:43:09Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "b335e3e1-da62-448f-a047-8564bb4c8402", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router"}} 2018-10-06 04:43:12,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-4ef01631-3a78-414f-ad74-409b9528d25a 2018-10-06 04:43:12,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b335e3e1-da62-448f-a047-8564bb4c8402 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:12,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66e6d693-ecff-40f4-a8eb-0c3759fd528d Date: Sat, 06 Oct 2018 04:43:12 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:12,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b335e3e1-da62-448f-a047-8564bb4c8402 used request id req-66e6d693-ecff-40f4-a8eb-0c3759fd528d 2018-10-06 04:43:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:12,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-84d1f72b-bf3e-403b-ae3f-d3b199a7e38b Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:12,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-84d1f72b-bf3e-403b-ae3f-d3b199a7e38b 2018-10-06 04:43:12,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:12,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:13,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-851fded1-accb-432b-9dcc-222547e0254b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:13,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-851fded1-accb-432b-9dcc-222547e0254b 2018-10-06 04:43:13,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:13,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7ceba37d-0dd3-4139-838f-2c90a11a3b30 Date: Sat, 06 Oct 2018 04:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:13,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-7ceba37d-0dd3-4139-838f-2c90a11a3b30 2018-10-06 04:43:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:13,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a19015f-cae3-4a47-bba5-129254e698c4 Date: Sat, 06 Oct 2018 04:43:13 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:13,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1&admin_state_up=True used request id req-3a19015f-cae3-4a47-bba5-129254e698c4 2018-10-06 04:43:13,616 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1 for router - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:13,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:13,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:13,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["1eZQMwr6Q3mr5b4UpPwD5Q"], "issued_at": "2018-10-06T04:43:13.000000Z"}} 2018-10-06 04:43:13,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a105e31594e1901647b20ef0afa16683c50caa3" 2018-10-06 04:43:14,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd1424a-a5c3-4b17-9508-24dea262b326 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:14,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bcd1424a-a5c3-4b17-9508-24dea262b326 2018-10-06 04:43:14,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:14,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c4940303-d107-4034-acfc-64e9ccab7f7d Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:14,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-c4940303-d107-4034-acfc-64e9ccab7f7d 2018-10-06 04:43:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:14,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2a4beab8-69ce-4160-b44d-ea95fa6abed1 Date: Sat, 06 Oct 2018 04:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:14,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-2a4beab8-69ce-4160-b44d-ea95fa6abed1 2018-10-06 04:43:14,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:14,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-550cc819-dad5-485c-9aa3-7e08750f0fd9 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:14,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-550cc819-dad5-485c-9aa3-7e08750f0fd9 2018-10-06 04:43:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:14,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:14,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a105e31594e1901647b20ef0afa16683c50caa3" 2018-10-06 04:43:14,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d0e4c8-ed36-44a6-b969-1758f2a998c1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:14,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-d6d0e4c8-ed36-44a6-b969-1758f2a998c1 2018-10-06 04:43:14,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:14,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0f9efb2e-6b62-4365-a1ab-265f27b5fc0f Date: Sat, 06 Oct 2018 04:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:14,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-0f9efb2e-6b62-4365-a1ab-265f27b5fc0f 2018-10-06 04:43:14,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:14,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-531bafcd-edc8-49b4-9b67-6968a95b2136 Date: Sat, 06 Oct 2018 04:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:14,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 used request id req-531bafcd-edc8-49b4-9b67-6968a95b2136 2018-10-06 04:43:14,848 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 2018-10-06 04:43:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port": {"network_id": "0dd80d88-d14c-4209-8af2-2036bde4b186", "fixed_ips": [{"subnet_id": "7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1", "admin_state_up": true}}' 2018-10-06 04:43:15,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-9e7f6874-e4fe-4ca5-900e-d089c97403a8 Date: Sat, 06 Oct 2018 04:43:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.1"}],"id":"1df136b3-6bd5-42b3-b82a-292a32d11406","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:f6:03:e5","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","qos_policy_id":null,"admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:15Z","binding:vnic_type":"normal"}} 2018-10-06 04:43:15,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-9e7f6874-e4fe-4ca5-900e-d089c97403a8 2018-10-06 04:43:15,824 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1 for router - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:15,824 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:15,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port_id": "1df136b3-6bd5-42b3-b82a-292a32d11406"}' 2018-10-06 04:43:17,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ace650ad-5f48-4e1c-b677-299a8f7c0f2a Date: Sat, 06 Oct 2018 04:43:17 GMT RESP BODY: {"network_id": "0dd80d88-d14c-4209-8af2-2036bde4b186", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "subnet_id": "7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd", "subnet_ids": ["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"], "port_id": "1df136b3-6bd5-42b3-b82a-292a32d11406", "id": "b335e3e1-da62-448f-a047-8564bb4c8402"} 2018-10-06 04:43:17,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/add_router_interface used request id req-ace650ad-5f48-4e1c-b677-299a8f7c0f2a 2018-10-06 04:43:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:17,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-007c4e49-a9cc-45d9-8a98-8991bfe0bd62 Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:17,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-007c4e49-a9cc-45d9-8a98-8991bfe0bd62 2018-10-06 04:43:17,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:17,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1cccd8-d6ec-4c01-9899-563299323a37 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:17,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-7c1cccd8-d6ec-4c01-9899-563299323a37 2018-10-06 04:43:17,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:17,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7aacd214-1ca7-407f-a7a8-e08a8b844af6 Date: Sat, 06 Oct 2018 04:43:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:17,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-7aacd214-1ca7-407f-a7a8-e08a8b844af6 2018-10-06 04:43:17,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:18,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4beda78d-0313-4a99-8390-b3f4ac106eae Date: Sat, 06 Oct 2018 04:43:18 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:18,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2&admin_state_up=True used request id req-4beda78d-0313-4a99-8390-b3f4ac106eae 2018-10-06 04:43:18,254 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2 for router - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:18,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:18,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:18,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["TncwL7-aSbeyRX94uxXyvQ"], "issued_at": "2018-10-06T04:43:18.000000Z"}} 2018-10-06 04:43:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e90a28375c21a97a1263df98d91360c691d630" 2018-10-06 04:43:18,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d47418a-a373-4960-b0c4-4cf20dded585 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:18,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1d47418a-a373-4960-b0c4-4cf20dded585 2018-10-06 04:43:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:18,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9340835b-1064-4ff1-b1c1-ac4b9f680eb3 Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:18,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-9340835b-1064-4ff1-b1c1-ac4b9f680eb3 2018-10-06 04:43:18,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:19,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-215bb027-cf4a-4360-9bef-2b34c4393d3f Date: Sat, 06 Oct 2018 04:43:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:19,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-215bb027-cf4a-4360-9bef-2b34c4393d3f 2018-10-06 04:43:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:19,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-73d3c28d-b302-4fde-97ff-0480cefab266 Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:19,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-73d3c28d-b302-4fde-97ff-0480cefab266 2018-10-06 04:43:19,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:19,304 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:19,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e90a28375c21a97a1263df98d91360c691d630" 2018-10-06 04:43:19,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17319bb-f6b6-46db-b157-a8e1f20f871d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:19,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-c17319bb-f6b6-46db-b157-a8e1f20f871d 2018-10-06 04:43:19,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:19,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7ecd1ddc-1f59-479d-9615-1bc74b472678 Date: Sat, 06 Oct 2018 04:43:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:19,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-7ecd1ddc-1f59-479d-9615-1bc74b472678 2018-10-06 04:43:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:19,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e2eec2ab-fa05-4dc3-ab93-ca88047434ea Date: Sat, 06 Oct 2018 04:43:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:19,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 used request id req-e2eec2ab-fa05-4dc3-ab93-ca88047434ea 2018-10-06 04:43:19,664 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 2018-10-06 04:43:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port": {"network_id": "f438318d-4191-4ad9-b687-f3d36bfcfe11", "fixed_ips": [{"subnet_id": "932d9244-9a06-422c-a409-a1f2855ce94f", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2", "admin_state_up": true}}' 2018-10-06 04:43:20,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-c4189ba5-4482-44d9-9fba-ca93b3980219 Date: Sat, 06 Oct 2018 04:43:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.1"}],"id":"13296f40-d825-4134-a4dc-4107a5a77afe","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:b4:31:15","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","qos_policy_id":null,"admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:20Z","binding:vnic_type":"normal"}} 2018-10-06 04:43:20,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-c4189ba5-4482-44d9-9fba-ca93b3980219 2018-10-06 04:43:20,884 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2 for router - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:20,884 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:43:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port_id": "13296f40-d825-4134-a4dc-4107a5a77afe"}' 2018-10-06 04:43:22,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d7f65ef-d4dd-4964-9be6-41914a7ce36f Date: Sat, 06 Oct 2018 04:43:22 GMT RESP BODY: {"network_id": "f438318d-4191-4ad9-b687-f3d36bfcfe11", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "subnet_id": "932d9244-9a06-422c-a409-a1f2855ce94f", "subnet_ids": ["932d9244-9a06-422c-a409-a1f2855ce94f"], "port_id": "13296f40-d825-4134-a4dc-4107a5a77afe", "id": "b335e3e1-da62-448f-a047-8564bb4c8402"} 2018-10-06 04:43:22,435 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/add_router_interface used request id req-9d7f65ef-d4dd-4964-9be6-41914a7ce36f 2018-10-06 04:43:22,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:22,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-4c5d222d-3355-41f4-bca3-0eb362c9a451 Date: Sat, 06 Oct 2018 04:43:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:09Z", "admin_state_up": true, "updated_at": "2018-10-06T04:43:21Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "b335e3e1-da62-448f-a047-8564bb4c8402", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router"}} 2018-10-06 04:43:22,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402 used request id req-4c5d222d-3355-41f4-bca3-0eb362c9a451 2018-10-06 04:43:22,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=b335e3e1-da62-448f-a047-8564bb4c8402 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:22,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-741d95c5-64b0-44a5-9a57-6c6f633c4578 Date: Sat, 06 Oct 2018 04:43:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.1"}],"id":"13296f40-d825-4134-a4dc-4107a5a77afe","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:b4:31:15","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:20Z","binding:vnic_type":"normal","device_id":"b335e3e1-da62-448f-a047-8564bb4c8402"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.1"}],"id":"1df136b3-6bd5-42b3-b82a-292a32d11406","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:f6:03:e5","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:15Z","binding:vnic_type":"normal","device_id":"b335e3e1-da62-448f-a047-8564bb4c8402"}]} 2018-10-06 04:43:22,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=b335e3e1-da62-448f-a047-8564bb4c8402 used request id req-741d95c5-64b0-44a5-9a57-6c6f633c4578 2018-10-06 04:43:22,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:22,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3ae17151-f9e5-4434-a6f4-a2ff8efcbfae Date: Sat, 06 Oct 2018 04:43:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}} 2018-10-06 04:43:22,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd used request id req-3ae17151-f9e5-4434-a6f4-a2ff8efcbfae 2018-10-06 04:43:22,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/932d9244-9a06-422c-a409-a1f2855ce94f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:43:22,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-f2f24ae0-3f26-4598-b251-256ee60e1aad Date: Sat, 06 Oct 2018 04:43:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}} 2018-10-06 04:43:22,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/932d9244-9a06-422c-a409-a1f2855ce94f used request id req-f2f24ae0-3f26-4598-b251-256ee60e1aad 2018-10-06 04:43:22,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:22,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:23,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["aGJwYsYCQFid0zb2wpc8yA"], "issued_at": "2018-10-06T04:43:23.000000Z"}} 2018-10-06 04:43:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bf0b809660a39804b8a6792e179e5f9eaee216" 2018-10-06 04:43:23,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4041b1-9c17-4065-96b8-0ee9bbe4b3a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:23,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a4041b1-9c17-4065-96b8-0ee9bbe4b3a5 2018-10-06 04:43:23,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:43:23,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bf0b809660a39804b8a6792e179e5f9eaee216" 2018-10-06 04:43:23,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-3257ab59-a13b-4f44-8e2f-9958382b78b1 x-compute-request-id: req-3257ab59-a13b-4f44-8e2f-9958382b78b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:43:23,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3257ab59-a13b-4f44-8e2f-9958382b78b1 2018-10-06 04:43:23,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bf0b809660a39804b8a6792e179e5f9eaee216" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-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-10-06 04:43:23,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-c0829894-e530-434c-8868-b691dd0649ac x-compute-request-id: req-c0829894-e530-434c-8868-b691dd0649ac Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:43:23,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c0829894-e530-434c-8868-b691dd0649ac 2018-10-06 04:43:23,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:23,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:23,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["HoPssEF_TM2L0jDa99lUiw"], "issued_at": "2018-10-06T04:43:23.000000Z"}} 2018-10-06 04:43:23,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:24,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc9ec01-bd54-4274-a5b8-a79fd3c9f5b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:24,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dcc9ec01-bd54-4274-a5b8-a79fd3c9f5b5 2018-10-06 04:43:24,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:24,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6074c9db-dced-41a6-8674-5cef03d8d80b Date: Sat, 06 Oct 2018 04:43:24 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:43:24,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp used request id req-6074c9db-dced-41a6-8674-5cef03d8d80b 2018-10-06 04:43:24,211 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp... 2018-10-06 04:43:24,211 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp 2018-10-06 04:43:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}}' 2018-10-06 04:43:24,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-c24977cf-f449-4d12-96ff-dc3c615450ed Date: Sat, 06 Oct 2018 04:43:24 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "updated_at": "2018-10-06T04:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "dca443ed-254c-4da4-867b-6db226e870a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 2, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f7609867-9555-446e-a692-836116ab9604", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}} 2018-10-06 04:43:24,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-c24977cf-f449-4d12-96ff-dc3c615450ed 2018-10-06 04:43:24,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:24,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:24,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b7f6281c-51b6-4a36-8129-5aa097607d4d Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:24,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-b7f6281c-51b6-4a36-8129-5aa097607d4d 2018-10-06 04:43:24,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:24,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12babcad-0679-4b0e-b55e-1e07cd692181 Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:24,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-12babcad-0679-4b0e-b55e-1e07cd692181 2018-10-06 04:43:24,896 - neutron_utils - INFO - Retrieving security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:24,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-938b1743-ec14-49f0-bfd0-eb5ac563d9e3 Date: Sat, 06 Oct 2018 04:43:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "updated_at": "2018-10-06T04:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "dca443ed-254c-4da4-867b-6db226e870a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 2, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f7609867-9555-446e-a692-836116ab9604", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}]} 2018-10-06 04:43:25,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 used request id req-938b1743-ec14-49f0-bfd0-eb5ac563d9e3 2018-10-06 04:43:25,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:25,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6d40fb9-7bb9-4e6b-af78-123dbb961583 Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:25,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-f6d40fb9-7bb9-4e6b-af78-123dbb961583 2018-10-06 04:43:25,131 - neutron_utils - INFO - Retrieving security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:25,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-86b2100e-e428-4cdd-9f94-b66a4d109005 Date: Sat, 06 Oct 2018 04:43:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "updated_at": "2018-10-06T04:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "dca443ed-254c-4da4-867b-6db226e870a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 2, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f7609867-9555-446e-a692-836116ab9604", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}]} 2018-10-06 04:43:25,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 used request id req-86b2100e-e428-4cdd-9f94-b66a4d109005 2018-10-06 04:43:25,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:25,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f55ee3e3-21cf-4512-bb4c-d4384e01fce7 Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:25,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-f55ee3e3-21cf-4512-bb4c-d4384e01fce7 2018-10-06 04:43:25,509 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp 2018-10-06 04:43:25,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-5b176d54-0a90-4a84-8232-231325d177c3 Date: Sat, 06 Oct 2018 04:43:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "updated_at": "2018-10-06T04:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "dca443ed-254c-4da4-867b-6db226e870a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 2, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f7609867-9555-446e-a692-836116ab9604", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}]} 2018-10-06 04:43:25,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp used request id req-5b176d54-0a90-4a84-8232-231325d177c3 2018-10-06 04:43:25,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:25,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:25,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6937046-7823-4579-a2f5-8321e7600e57 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:25,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-d6937046-7823-4579-a2f5-8321e7600e57 2018-10-06 04:43:25,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:25,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:25,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25be62b6-4853-4b53-b0bd-17c36fddabbb Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:25,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-25be62b6-4853-4b53-b0bd-17c36fddabbb 2018-10-06 04:43:25,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f7609867-9555-446e-a692-836116ab9604"}}' 2018-10-06 04:43:26,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3e05700a-d610-49c8-b856-91b6d12a9779 Date: Sat, 06 Oct 2018 04:43: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-10-06T04:43:26Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:26Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "486d434b-76a1-4ffa-8916-cffbc737ee2b"}} 2018-10-06 04:43:26,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-3e05700a-d610-49c8-b856-91b6d12a9779 2018-10-06 04:43:26,084 - neutron_utils - INFO - Retrieving security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:26,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:26,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-486d5d5d-ae3e-439f-809f-740e900264a7 Date: Sat, 06 Oct 2018 04:43:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "updated_at": "2018-10-06T04:43:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:26Z", "revision_number": 0, "id": "486d434b-76a1-4ffa-8916-cffbc737ee2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:26Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "revision_number": 0, "id": "dca443ed-254c-4da4-867b-6db226e870a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 3, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f7609867-9555-446e-a692-836116ab9604", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp"}]} 2018-10-06 04:43:26,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=f7609867-9555-446e-a692-836116ab9604 used request id req-486d5d5d-ae3e-439f-809f-740e900264a7 2018-10-06 04:43:26,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7609867-9555-446e-a692-836116ab9604 2018-10-06 04:43:26,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:43:26,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bfb94b27-566c-4c62-9cd2-c2e598c9210d Date: Sat, 06 Oct 2018 04:43:26 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-10-06T04:43:26Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:26Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "486d434b-76a1-4ffa-8916-cffbc737ee2b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "5c49797a-ffef-40c2-9b36-8d4806d8fb64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:24Z", "security_group_id": "f7609867-9555-446e-a692-836116ab9604", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:24Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "dca443ed-254c-4da4-867b-6db226e870a4"}]} 2018-10-06 04:43:26,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f7609867-9555-446e-a692-836116ab9604 used request id req-bfb94b27-566c-4c62-9cd2-c2e598c9210d 2018-10-06 04:43:26,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:26,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:26,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["g2RGYyFaRUql0vEHMbaa5g"], "issued_at": "2018-10-06T04:43:26.000000Z"}} 2018-10-06 04:43:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:26,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef00f240-ba82-40c5-b880-2fecb4bf441f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:26,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef00f240-ba82-40c5-b880-2fecb4bf441f 2018-10-06 04:43:26,759 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:43:26,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:26,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a042a52d-45dc-44aa-a830-b8414742b9c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:26,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a042a52d-45dc-44aa-a830-b8414742b9c7 2018-10-06 04:43:26,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:27,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1021070a-3c7e-4f22-b002-1cf175c1a649 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:27,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-1021070a-3c7e-4f22-b002-1cf175c1a649 2018-10-06 04:43:27,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:27,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:27,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:27,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a54ec69-9192-4658-913a-988efc6437af Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:27,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-6a54ec69-9192-4658-913a-988efc6437af 2018-10-06 04:43:27,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:27,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-68badf50-7d78-4514-bdc9-bd23293b3142 Date: Sat, 06 Oct 2018 04:43:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:27,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-68badf50-7d78-4514-bdc9-bd23293b3142 2018-10-06 04:43:27,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:27,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-14015699-2890-4c13-9fad-01fb4c2652c5 Date: Sat, 06 Oct 2018 04:43:27 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:27,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True used request id req-14015699-2890-4c13-9fad-01fb4c2652c5 2018-10-06 04:43:27,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:27,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-0ce0d412-6bc8-4fd9-a6e0-9dc5b3199389 x-compute-request-id: req-0ce0d412-6bc8-4fd9-a6e0-9dc5b3199389 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:43:27,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 used request id req-0ce0d412-6bc8-4fd9-a6e0-9dc5b3199389 2018-10-06 04:43:27,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:28,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-fb055dce-5b56-4e6d-87c5-5d3073e1d2f3 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:28,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-fb055dce-5b56-4e6d-87c5-5d3073e1d2f3 2018-10-06 04:43:28,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:28,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-995302a5-fa2a-47f4-b9d4-6e649de275e3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:28,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-995302a5-fa2a-47f4-b9d4-6e649de275e3 2018-10-06 04:43:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:28,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7ecbe57f-31ea-496a-ae76-6f99a18dc550 Date: Sat, 06 Oct 2018 04:43:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:28,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-7ecbe57f-31ea-496a-ae76-6f99a18dc550 2018-10-06 04:43:28,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:28,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eec94bc2-4e47-4319-b1bf-000a441e1ee9 Date: Sat, 06 Oct 2018 04:43:28 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:28,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True used request id req-eec94bc2-4e47-4319-b1bf-000a441e1ee9 2018-10-06 04:43:28,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:28,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:28,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["7yFqm6AqTee1VnrEvUhUyA"], "issued_at": "2018-10-06T04:43:28.000000Z"}} 2018-10-06 04:43:28,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4399043a0954ff59d5430729fc39adc48515112" 2018-10-06 04:43:28,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248caff7-f812-44cc-8563-0b7a89def533 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:28,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-248caff7-f812-44cc-8563-0b7a89def533 2018-10-06 04:43:28,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:29,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8a1c1278-93fd-4910-a3e0-472f81f969ee Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:29,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-8a1c1278-93fd-4910-a3e0-472f81f969ee 2018-10-06 04:43:29,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:29,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dcf73db5-e80e-49d3-917a-78efb6e2ac8f Date: Sat, 06 Oct 2018 04:43:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:29,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-dcf73db5-e80e-49d3-917a-78efb6e2ac8f 2018-10-06 04:43:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:29,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-244dfdf6-6568-4158-895f-47cfbb2b7cc2 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:29,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-244dfdf6-6568-4158-895f-47cfbb2b7cc2 2018-10-06 04:43:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:29,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4399043a0954ff59d5430729fc39adc48515112" 2018-10-06 04:43:29,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc27aec-0b28-49fe-92bd-19d1348b6c2f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:29,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-cbc27aec-0b28-49fe-92bd-19d1348b6c2f 2018-10-06 04:43:29,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:29,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-afe780e1-1593-43d4-925b-4314d64c0f17 Date: Sat, 06 Oct 2018 04:43:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:29,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-afe780e1-1593-43d4-925b-4314d64c0f17 2018-10-06 04:43:29,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:29,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-63692189-acab-45b8-a41c-dac47abc13b6 Date: Sat, 06 Oct 2018 04:43:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:29,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 used request id req-63692189-acab-45b8-a41c-dac47abc13b6 2018-10-06 04:43:29,796 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 2018-10-06 04:43:29,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" -d '{"port": {"network_id": "0dd80d88-d14c-4209-8af2-2036bde4b186", "fixed_ips": [{"subnet_id": "7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port", "admin_state_up": true}}' 2018-10-06 04:43:30,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-df952cd5-bb76-4276-8f12-dbc4f0002607 Date: Sat, 06 Oct 2018 04:43:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.5"}],"id":"0332db7c-3991-494e-a944-bcfa0f1bfdd8","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:bc:f1:eb","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","qos_policy_id":null,"admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:30Z","binding:vnic_type":"normal"}} 2018-10-06 04:43:30,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-df952cd5-bb76-4276-8f12-dbc4f0002607 2018-10-06 04:43:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-05eb1f82-9a98-4e9c-9050-804b1d07cd16 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:31,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-05eb1f82-9a98-4e9c-9050-804b1d07cd16 2018-10-06 04:43:31,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b3d6c5-e69f-433a-9595-143cfabafd4a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:31,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-53b3d6c5-e69f-433a-9595-143cfabafd4a 2018-10-06 04:43:31,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2ee36420-ddcf-4bf6-a0b7-27bf6330aacd Date: Sat, 06 Oct 2018 04:43:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:31,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-2ee36420-ddcf-4bf6-a0b7-27bf6330aacd 2018-10-06 04:43:31,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-6322ff26-0ff7-4596-937a-a786057b52bf Date: Sat, 06 Oct 2018 04:43:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.5"}],"id":"0332db7c-3991-494e-a944-bcfa0f1bfdd8","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:bc:f1:eb","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:30Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:43:31,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port&admin_state_up=True used request id req-6322ff26-0ff7-4596-937a-a786057b52bf 2018-10-06 04:43:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94f5444b-9c6f-4a0b-99f3-7a3871e4c48f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:31,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-94f5444b-9c6f-4a0b-99f3-7a3871e4c48f 2018-10-06 04:43:31,906 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 2018-10-06 04:43:31,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-2153b3a2-3434-4ce3-bace-0861164611f3 x-compute-request-id: req-2153b3a2-3434-4ce3-bace-0861164611f3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-flavor-name"}]} 2018-10-06 04:43:31,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2153b3a2-3434-4ce3-bace-0861164611f3 2018-10-06 04:43:31,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:31,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-3732e78b-2df9-4fc3-bfad-a3def66200c9 x-compute-request-id: req-3732e78b-2df9-4fc3-bfad-a3def66200c9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:43:31,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb used request id req-3732e78b-2df9-4fc3-bfad-a3def66200c9 2018-10-06 04:43:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:32,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-47fa08e8-dab0-41b9-b4f7-67f0e66e5ebb Date: Sat, 06 Oct 2018 04:43:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:43:01Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "metadata": {}}], "self": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f", "min_disk": 0, "protected": false, "id": "cd943a86-c519-4714-ad04-2cf72348016f", "file": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5aec9d2e21d3476a8b8c7e0b2672f75d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163"} 2018-10-06 04:43:32,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 used request id req-47fa08e8-dab0-41b9-b4f7-67f0e66e5ebb 2018-10-06 04:43:32,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:32,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37e964e3-bb0a-49d2-9b69-129c1693e2b8 Date: Sat, 06 Oct 2018 04:43: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", "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-10-06 04:43:32,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-37e964e3-bb0a-49d2-9b69-129c1693e2b8 2018-10-06 04:43:32,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" -d '{"server": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "imageRef": "cd943a86-c519-4714-ad04-2cf72348016f", "flavorRef": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "0332db7c-3991-494e-a944-bcfa0f1bfdd8"}]}}' 2018-10-06 04:43:33,832 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:43: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-b843cfa5-2684-4134-b63b-6ff1895e67b4 x-compute-request-id: req-b843cfa5-2684-4134-b63b-6ff1895e67b4 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "adminPass": "Z4LiTwWvUzr9"}} 2018-10-06 04:43:33,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b843cfa5-2684-4134-b63b-6ff1895e67b4 2018-10-06 04:43:33,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:34,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1259675e-243c-4315-a202-126d7b0abba0 x-compute-request-id: req-1259675e-243c-4315-a202-126d7b0abba0 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.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:34,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-1259675e-243c-4315-a202-126d7b0abba0 2018-10-06 04:43:34,566 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 2018-10-06 04:43:34,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:34,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-1e666ece-bcf4-49af-b297-bc9e1698e6cc x-compute-request-id: req-1e666ece-bcf4-49af-b297-bc9e1698e6cc 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.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:34,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-1e666ece-bcf4-49af-b297-bc9e1698e6cc 2018-10-06 04:43:34,865 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - BUILD 2018-10-06 04:43:34,865 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:43:37,868 - create_instance - DEBUG - VM status query timeout in 896.698035002 2018-10-06 04:43:37,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:38,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6190b8ed-4850-45e2-8fe9-92ec6108babf x-compute-request-id: req-6190b8ed-4850-45e2-8fe9-92ec6108babf 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.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:36Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:38,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-6190b8ed-4850-45e2-8fe9-92ec6108babf 2018-10-06 04:43:38,986 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - BUILD 2018-10-06 04:43:38,986 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:43:41,989 - create_instance - DEBUG - VM status query timeout in 892.576852083 2018-10-06 04:43:41,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:42,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1a48419-2571-4325-bfc5-cdb04bb00f79 x-compute-request-id: req-c1a48419-2571-4325-bfc5-cdb04bb00f79 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:f1:eb", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:43:41Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:42,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-c1a48419-2571-4325-bfc5-cdb04bb00f79 2018-10-06 04:43:42,563 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - ACTIVE 2018-10-06 04:43:42,563 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:43:42,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:43,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-3bd9711f-71f0-48da-b581-479004561d1e x-compute-request-id: req-3bd9711f-71f0-48da-b581-479004561d1e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:f1:eb", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:43:41Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:43,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-3bd9711f-71f0-48da-b581-479004561d1e 2018-10-06 04:43:43,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:43,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8750887e-c4bf-43cf-814b-b3ef935ba9d8 Date: Sat, 06 Oct 2018 04:43: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":["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"],"updated_at":"2018-10-06T04:43:04Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"0dd80d88-d14c-4209-8af2-2036bde4b186","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1"}]} 2018-10-06 04:43:43,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 used request id req-8750887e-c4bf-43cf-814b-b3ef935ba9d8 2018-10-06 04:43:43,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:43,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a444ef51-c3c5-44e5-90a9-0b2953a1940e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:43,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-a444ef51-c3c5-44e5-90a9-0b2953a1940e 2018-10-06 04:43:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:43,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a0caf65f-869e-404b-869d-2ff3eb6f08d2 Date: Sat, 06 Oct 2018 04:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:04Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1"}]} 2018-10-06 04:43:43,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-a0caf65f-869e-404b-869d-2ff3eb6f08d2 2018-10-06 04:43:43,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:43:43,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-dd31f2bb-ed27-4115-a6aa-e84c77ae1ba1 Date: Sat, 06 Oct 2018 04:43:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.5"}],"id":"0332db7c-3991-494e-a944-bcfa0f1bfdd8","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:bc:f1:eb","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:30Z","binding:vnic_type":"normal","device_id":"0e65a005-519d-4142-8107-fb583c05ebe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.3"}],"id":"03d7964a-3ebd-4ca5-a22f-d4c6f4bb7d8a","security_groups":[],"mac_address":"fa:16:3e:e5:f0:ff","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0dd80d88-d14c-4209-8af2-2036bde4b186"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.1"}],"id":"1df136b3-6bd5-42b3-b82a-292a32d11406","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:f6:03:e5","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:15Z","binding:vnic_type":"normal","device_id":"b335e3e1-da62-448f-a047-8564bb4c8402"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.4"}],"id":"48e9856f-aa6a-40a0-8698-ef0bf951abd7","security_groups":[],"mac_address":"fa:16:3e:e5:21:f5","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0dd80d88-d14c-4209-8af2-2036bde4b186"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd","ip_address":"10.200.201.2"}],"id":"60d83e97-d957-49d8-8cf1-825d79dd5326","security_groups":[],"mac_address":"fa:16:3e:7d:be:10","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0dd80d88-d14c-4209-8af2-2036bde4b186","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0dd80d88-d14c-4209-8af2-2036bde4b186"}]} 2018-10-06 04:43:43,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-dd31f2bb-ed27-4115-a6aa-e84c77ae1ba1 2018-10-06 04:43:43,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:43,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:44,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["0-OB6FsKTC-7BsRimsc-lg"], "issued_at": "2018-10-06T04:43:44.000000Z"}} 2018-10-06 04:43:44,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:44,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5318f0-18cd-4f55-96e6-6bb25b6eb8b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:44,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ed5318f0-18cd-4f55-96e6-6bb25b6eb8b0 2018-10-06 04:43:44,360 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:43:44,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:44,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024411a3-a2cb-4098-8e59-0c05c81d6309 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:44,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-024411a3-a2cb-4098-8e59-0c05c81d6309 2018-10-06 04:43:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:44,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9866d691-fcaf-4aac-9596-ad9c83c451ae Date: Sat, 06 Oct 2018 04: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:44,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-9866d691-fcaf-4aac-9596-ad9c83c451ae 2018-10-06 04:43:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:44,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:44,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:44,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c4688a-3a9f-4bfa-a046-eaa5a83a9811 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:44,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-93c4688a-3a9f-4bfa-a046-eaa5a83a9811 2018-10-06 04:43:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4c2f79d8-6e8f-4e3f-bcc4-b887c741deaf Date: Sat, 06 Oct 2018 04:43:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:45,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-4c2f79d8-6e8f-4e3f-bcc4-b887c741deaf 2018-10-06 04:43:45,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d634f885-9bc7-48bd-8cf1-07255aa93b78 Date: Sat, 06 Oct 2018 04:43:45 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:45,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True used request id req-d634f885-9bc7-48bd-8cf1-07255aa93b78 2018-10-06 04:43:45,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-350174c1-5986-4a6e-aab4-df727a5e972a x-compute-request-id: req-350174c1-5986-4a6e-aab4-df727a5e972a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:43:45,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 used request id req-350174c1-5986-4a6e-aab4-df727a5e972a 2018-10-06 04:43:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a96f004f-5229-4147-93d4-0934988851fe Date: Sat, 06 Oct 2018 04: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:45,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-a96f004f-5229-4147-93d4-0934988851fe 2018-10-06 04:43:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6d0e6e-4267-48d2-b3dc-27593c9ccb4d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:45,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-9c6d0e6e-4267-48d2-b3dc-27593c9ccb4d 2018-10-06 04:43:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:45,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0e363fed-faaa-4547-8934-d26229a944c1 Date: Sat, 06 Oct 2018 04:43:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:45,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-0e363fed-faaa-4547-8934-d26229a944c1 2018-10-06 04:43:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:46,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-32768683-5462-4f04-aa24-7625e90fb46c Date: Sat, 06 Oct 2018 04:43:46 GMT RESP BODY: {"ports":[]} 2018-10-06 04:43:46,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True used request id req-32768683-5462-4f04-aa24-7625e90fb46c 2018-10-06 04:43:46,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:43:46,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:43:46,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "719289d5a6084b2cb27512601c11491f", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role"}], "expires_at": "2018-10-06T05:43:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5aec9d2e21d3476a8b8c7e0b2672f75d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user", "id": "36a0807cdb5a4f7198497885b80afff0"}, "audit_ids": ["IX8Usx84T1uhakzCT_Xzaw"], "issued_at": "2018-10-06T04:43:46.000000Z"}} 2018-10-06 04:43:46,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87eeb5e7a00399115cf12143be0daa19bd225b8" 2018-10-06 04:43:46,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42119a2-d678-4609-8f23-766b799eefd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:43:46,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e42119a2-d678-4609-8f23-766b799eefd4 2018-10-06 04:43:46,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:46,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c3feb46a-a541-4634-88f1-a849e45f32ac Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:46,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-c3feb46a-a541-4634-88f1-a849e45f32ac 2018-10-06 04:43:46,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:46,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f4124a22-dc37-4b51-b2e0-391c685a608e Date: Sat, 06 Oct 2018 04:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:46,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-f4124a22-dc37-4b51-b2e0-391c685a608e 2018-10-06 04:43:46,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:47,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-28acae81-fa98-496e-8113-fe58421e7f1f Date: Sat, 06 Oct 2018 04: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:47,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-28acae81-fa98-496e-8113-fe58421e7f1f 2018-10-06 04:43:47,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:43:47,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:43:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:43:47,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d87eeb5e7a00399115cf12143be0daa19bd225b8" 2018-10-06 04:43:47,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9224549a-4725-4856-b41f-6ed603e72789 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:47,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-9224549a-4725-4856-b41f-6ed603e72789 2018-10-06 04:43:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:47,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e1c5a87c-8d3c-41a3-8d66-866b67ba50e1 Date: Sat, 06 Oct 2018 04:43:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:47,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-e1c5a87c-8d3c-41a3-8d66-866b67ba50e1 2018-10-06 04:43:47,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:47,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f50f1c76-23e9-43d7-9fe7-b7fa91b39e16 Date: Sat, 06 Oct 2018 04:43:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:47,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 used request id req-f50f1c76-23e9-43d7-9fe7-b7fa91b39e16 2018-10-06 04:43:47,509 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 2018-10-06 04:43:47,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" -d '{"port": {"network_id": "f438318d-4191-4ad9-b687-f3d36bfcfe11", "fixed_ips": [{"subnet_id": "932d9244-9a06-422c-a409-a1f2855ce94f", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port", "admin_state_up": true}}' 2018-10-06 04:43:48,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-1c502a4e-3a27-4331-b41c-ab8a5f5459a0 Date: Sat, 06 Oct 2018 04:43:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.5"}],"id":"e0ba8fc5-ce03-4905-9019-d078922942a0","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:50:0b:fd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","qos_policy_id":null,"admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:47Z","binding:vnic_type":"normal"}} 2018-10-06 04:43:48,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-1c502a4e-3a27-4331-b41c-ab8a5f5459a0 2018-10-06 04:43:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:48,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4e8df2dc-e2f3-4c13-afd5-f5027a462861 Date: Sat, 06 Oct 2018 04:43: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:43:48,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-4e8df2dc-e2f3-4c13-afd5-f5027a462861 2018-10-06 04:43:48,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:48,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f55b8d05-b18d-4635-a992-fe037b5796a1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:48,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-f55b8d05-b18d-4635-a992-fe037b5796a1 2018-10-06 04:43:48,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f1e5b8c0-a1e5-44d6-a379-dacf38d111a8 Date: Sat, 06 Oct 2018 04:43:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:43:49,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-f1e5b8c0-a1e5-44d6-a379-dacf38d111a8 2018-10-06 04:43:49,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-bdf1c347-446b-43c0-8c25-10ba758dbdfd Date: Sat, 06 Oct 2018 04:43:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.5"}],"id":"e0ba8fc5-ce03-4905-9019-d078922942a0","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:50:0b:fd","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:43:49,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11&name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port&admin_state_up=True used request id req-bdf1c347-446b-43c0-8c25-10ba758dbdfd 2018-10-06 04:43:49,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b41602-b2f2-4d27-a5e8-43bf1d60460e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:43:49,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-15b41602-b2f2-4d27-a5e8-43bf1d60460e 2018-10-06 04:43:49,607 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 2018-10-06 04:43:49,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-f6eccb70-589c-4f71-8044-60eb433b5358 x-compute-request-id: req-f6eccb70-589c-4f71-8044-60eb433b5358 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-flavor-name"}]} 2018-10-06 04:43:49,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f6eccb70-589c-4f71-8044-60eb433b5358 2018-10-06 04:43:49,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-526b2132-e3ec-4ab0-b517-913058ce812a x-compute-request-id: req-526b2132-e3ec-4ab0-b517-913058ce812a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:43:49,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb used request id req-526b2132-e3ec-4ab0-b517-913058ce812a 2018-10-06 04:43:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:49,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-29a6d785-11a9-4151-b43b-54b2bfe258bd Date: Sat, 06 Oct 2018 04:43:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:42:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:43:01Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "metadata": {}}], "self": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f", "min_disk": 0, "protected": false, "id": "cd943a86-c519-4714-ad04-2cf72348016f", "file": "/v2/images/cd943a86-c519-4714-ad04-2cf72348016f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5aec9d2e21d3476a8b8c7e0b2672f75d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/cd943a86-c519-4714-ad04-2cf72348016f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163"} 2018-10-06 04:43:49,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 used request id req-29a6d785-11a9-4151-b43b-54b2bfe258bd 2018-10-06 04:43:49,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:50,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7fc2f243-a5ce-4286-b1d6-954c77aabdf7 Date: Sat, 06 Oct 2018 04:43: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", "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-10-06 04:43:50,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7fc2f243-a5ce-4286-b1d6-954c77aabdf7 2018-10-06 04:43:50,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" -d '{"server": {"name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "imageRef": "cd943a86-c519-4714-ad04-2cf72348016f", "flavorRef": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "e0ba8fc5-ce03-4905-9019-d078922942a0"}]}}' 2018-10-06 04:43:51,431 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b077d38-746d-41be-a700-81d1441bc252 x-compute-request-id: req-7b077d38-746d-41be-a700-81d1441bc252 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "adminPass": "zH2uCidApK5V"}} 2018-10-06 04:43:51,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7b077d38-746d-41be-a700-81d1441bc252 2018-10-06 04:43:51,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:51,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-7ab8184c-5e73-4c14-abc0-3922667d4f24 x-compute-request-id: req-7ab8184c-5e73-4c14-abc0-3922667d4f24 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.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:51,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-7ab8184c-5e73-4c14-abc0-3922667d4f24 2018-10-06 04:43:51,786 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 2018-10-06 04:43:51,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:52,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-341a2ab4-341b-4578-a8c7-6b3795ee26d8 x-compute-request-id: req-341a2ab4-341b-4578-a8c7-6b3795ee26d8 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.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:52,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-341a2ab4-341b-4578-a8c7-6b3795ee26d8 2018-10-06 04:43:52,150 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - BUILD 2018-10-06 04:43:52,150 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:43:55,153 - create_instance - DEBUG - VM status query timeout in 896.633553982 2018-10-06 04:43:55,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:55,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43: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-11f1c8d0-d0de-4945-bcf5-2862620f00b4 x-compute-request-id: req-11f1c8d0-d0de-4945-bcf5-2862620f00b4 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.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:53Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:55,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-11f1c8d0-d0de-4945-bcf5-2862620f00b4 2018-10-06 04:43:55,778 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - BUILD 2018-10-06 04:43:55,778 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:43:58,782 - create_instance - DEBUG - VM status query timeout in 893.005001068 2018-10-06 04:43:58,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:43:59,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0554a0b-44e2-485d-af1b-7a2e84fb0ffc x-compute-request-id: req-f0554a0b-44e2-485d-af1b-7a2e84fb0ffc 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.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:43:53Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:43:59,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-f0554a0b-44e2-485d-af1b-7a2e84fb0ffc 2018-10-06 04:43:59,479 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - BUILD 2018-10-06 04:43:59,479 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:02,483 - create_instance - DEBUG - VM status query timeout in 889.303888083 2018-10-06 04:44:02,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:03,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7b9e0b2-362d-4c8e-b67b-702263d4d30d x-compute-request-id: req-a7b9e0b2-362d-4c8e-b67b-702263d4d30d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:0b:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:00Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:03,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-a7b9e0b2-362d-4c8e-b67b-702263d4d30d 2018-10-06 04:44:03,265 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - ACTIVE 2018-10-06 04:44:03,265 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:44:03,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:03,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d9c7aef-4e41-46e2-acd6-4ebca5f02358 x-compute-request-id: req-2d9c7aef-4e41-46e2-acd6-4ebca5f02358 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:0b:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:00Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:03,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-2d9c7aef-4e41-46e2-acd6-4ebca5f02358 2018-10-06 04:44:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:03,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-dc5c5bf2-bc19-46e6-a779-cebc7ac1e471 Date: Sat, 06 Oct 2018 04:44: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":["932d9244-9a06-422c-a409-a1f2855ce94f"],"updated_at":"2018-10-06T04:43:06Z","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2"}]} 2018-10-06 04:44:03,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 used request id req-dc5c5bf2-bc19-46e6-a779-cebc7ac1e471 2018-10-06 04:44:03,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:03,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87840b26-56b0-4013-b905-23ad979c4414 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:44:03,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-87840b26-56b0-4013-b905-23ad979c4414 2018-10-06 04:44:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:04,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fd6af0ab-2183-4932-ae59-12d360a9eaaa Date: Sat, 06 Oct 2018 04:44:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:06Z","dns_nameservers":[],"updated_at":"2018-10-06T04:43:06Z","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":"5aec9d2e21d3476a8b8c7e0b2672f75d","id":"932d9244-9a06-422c-a409-a1f2855ce94f","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2"}]} 2018-10-06 04:44:04,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-fd6af0ab-2183-4932-ae59-12d360a9eaaa 2018-10-06 04:44:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:04,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-0e1d7e95-1e1d-4c6d-b487-357c7a7683c2 Date: Sat, 06 Oct 2018 04:44:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.1"}],"id":"13296f40-d825-4134-a4dc-4107a5a77afe","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:b4:31:15","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:20Z","binding:vnic_type":"normal","device_id":"b335e3e1-da62-448f-a047-8564bb4c8402"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.2"}],"id":"4d9a1522-d6b6-4c11-939c-6baf6b2f0b77","security_groups":[],"mac_address":"fa:16:3e:63:7c:b6","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f438318d-4191-4ad9-b687-f3d36bfcfe11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.3"}],"id":"5fc888dd-b8fe-4345-acd0-32ee7500edc5","security_groups":[],"mac_address":"fa:16:3e:a2:07:30","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f438318d-4191-4ad9-b687-f3d36bfcfe11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:43:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.4"}],"id":"9592edd7-ac58-4b2f-8b7b-60c875283b6f","security_groups":[],"mac_address":"fa:16:3e:f8:42:2e","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f438318d-4191-4ad9-b687-f3d36bfcfe11"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:44:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"932d9244-9a06-422c-a409-a1f2855ce94f","ip_address":"10.200.202.5"}],"id":"e0ba8fc5-ce03-4905-9019-d078922942a0","security_groups":["d024d620-612f-463b-945d-2509064dbd12"],"mac_address":"fa:16:3e:50:0b:fd","project_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port","admin_state_up":true,"network_id":"f438318d-4191-4ad9-b687-f3d36bfcfe11","tenant_id":"5aec9d2e21d3476a8b8c7e0b2672f75d","created_at":"2018-10-06T04:43:47Z","binding:vnic_type":"normal","device_id":"2f3a6916-947a-45c1-9cc0-9086a3a74404"}]} 2018-10-06 04:44:04,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-0e1d7e95-1e1d-4c6d-b487-357c7a7683c2 2018-10-06 04:44:04,230 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-06 04:44:04,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:04,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-57740cbb-0783-4185-b7d2-87cbd6f170b3 x-compute-request-id: req-57740cbb-0783-4185-b7d2-87cbd6f170b3 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:f1:eb", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:43:41Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:04,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-57740cbb-0783-4185-b7d2-87cbd6f170b3 2018-10-06 04:44:04,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 04:44:05,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-56b9b96c-8d9b-4abb-8e87-1643970ad506 x-compute-request-id: req-56b9b96c-8d9b-4abb-8e87-1643970ad506 Content-Encoding: gzip Content-Length: 8106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 501723389 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.150791] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152434] pid_max: default: 32768 minimum: 301\n[ 0.153314] ACPI: Core revision 20150930\n[ 0.154692] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155982] Security Framework initialized\n[ 0.156785] Yama: becoming mindful.\n[ 0.157506] AppArmor: AppArmor initialized\n[ 0.158367] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159679] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160948] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162140] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163527] Initializing cgroup subsys io\n[ 0.164334] Initializing cgroup subsys memory\n[ 0.165196] Initializing cgroup subsys devices\n[ 0.166065] Initializing cgroup subsys freezer\n[ 0.166926] Initializing cgroup subsys net_cls\n[ 0.167784] Initializing cgroup subsys perf_event\n[ 0.168685] Initializing cgroup subsys net_prio\n[ 0.169559] Initializing cgroup subsys hugetlb\n[ 0.170431] Initializing cgroup subsys pids\n[ 0.171314] CPU: Physical Processor ID: 0\n[ 0.172802] mce: CPU supports 10 MCE banks\n[ 0.173637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176907] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183302] ftrace: allocating 31920 entries in 125 pages\n[ 0.209957] smpboot: Max logical packages: 2\n[ 0.210976] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212446] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.214075] x2apic enabled\n[ 0.215030] Switched APIC routing to physical x2apic.\n[ 0.217065] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223599] KVM setup paravirtual spinlock\n[ 0.225317] x86: Booting SMP configuration:\n[ 0.226437] .... node #0, CPUs: #1\n[ 0.227505] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.249606] x86: Booted up 1 node, 2 CPUs\n[ 0.249609] KVM setup async PF for cpu 1\n[ 0.249611] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.252193] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.253674] devtmpfs: initialized\n[ 0.255418] evm: security.selinux\n[ 0.256116] evm: security.SMACK64\n[ 0.256802] evm: security.SMACK64EXEC\n[ 0.257542] evm: security.SMACK64TRANSMUTE\n[ 0.258360] evm: security.SMACK64MMAP\n[ 0.259104] evm: security.ima\n[ 0.259737] evm: security.capability\n[ 0.260566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.262436] pinctrl core: initialized pinctrl subsystem\n[ 0.263538] RTC time: 4:43:36, date: 10/06/18\n[ 0.264497] NET: Registered protocol family 16\n[ 0.274422] cpuidle: using governor ladder\n[ 0.286440] cpuidle: using governor menu\n[ 0.287248] PCCT header not found.\n[ 0.288055] ACPI: bus type PCI registered\n[ 0.288860] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.290119] PCI: Using configuration type 1 for base access\n[ 0.303450] ACPI: Added _OSI(Module Device)\n[ 0.304305] ACPI: Added _OSI(Processor Device)\n[ 0.305168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306084] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308393] ACPI: Interpreter enabled\n[ 0.309162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316527] ACPI: (supports S0 S5)\n[ 0.317228] ACPI: Using IOAPIC for interrupt routing\n[ 0.318286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322784] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325211] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327455] acpiphp: Slot [3] registered\n[ 0.328265] acpiphp: Slot [4] registered\n[ 0.329067] acpiphp: Slot [5] registered\n[ 0.329861] acpiphp: Slot [6] registered\n[ 0.330659] acpiphp: Slot [7] registered\n[ 0.331460] acpiphp: Slot [8] registered\n[ 0.332261] acpiphp: Slot [9] registered\n[ 0.333055] acpiphp: Slot [10] registered\n[ 0.343995] acpiphp: Slot [11] registered\n[ 0.344801] acpiphp: Slot [12] registered\n[ 0.345608] acpiphp: Slot [13] registered\n[ 0.346425] acpiphp: Slot [14] registered\n[ 0.347231] acpiphp: Slot [15] registered\n[ 0.348043] acpiphp: Slot [16] registered\n[ 0.348850] acpiphp: Slot [17] registered\n[ 0.349652] acpiphp: Slot [18] registered\n[ 0.350459] acpiphp: Slot [19] registered\n[ 0.351265] acpiphp: Slot [20] registered\n[ 0.352079] acpiphp: Slot [21] registered\n[ 0.352886] acpiphp: Slot [22] registered\n[ 0.353690] acpiphp: Slot [23] registered\n[ 0.354511] acpiphp: Slot [24] registered\n[ 0.355316] acpiphp: Slot [25] registered\n[ 0.356136] acpiphp: Slot [26] registered\n[ 0.356944] acpiphp: Slot [27] registered\n[ 0.357748] acpiphp: Slot [28] registered\n[ 0.358574] acpiphp: Slot [29] registered\n[ 0.359380] acpiphp: Slot [30] registered\n[ 0.360194] acpiphp: Slot [31] registered\n[ 0.360995] PCI host bridge to bus 0000:00\n[ 0.361796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.363011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.364216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365654] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.367104] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.373414] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.374701] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383601] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432922] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434366] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437177] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440788] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442325] vgaarb: loaded\n[ 0.442933] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444445] SCSI subsystem initialized\n[ 0.445285] ACPI: bus type USB registered\n[ 0.446111] usbcore: registered new interface driver usbfs\n[ 0.447146] usbcore: registered new interface driver hub\n[ 0.448153] usbcore: registered new device driver usb\n[ 0.449231] PCI: Using ACPI for IRQ routing\n[ 0.450258] NetLabel: Initializing\n[ 0.450972] NetLabel: domain hash size = 128\n[ 0.451822] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452768] NetLabel: unlabeled traffic allowed by default\n[ 0.453886] clocksource: Switched to clocksource kvm-clock\n[ 0.459981] AppArmor: AppArmor Filesystem Enabled\n[ 0.460964] pnp: PnP ACPI init\n[ 0.461918] pnp: PnP ACPI: found 5 devices\n[ 0.468641] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470370] NET: Registered protocol family 2\n[ 0.471343] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472615] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473792] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474957] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477196] NET: Registered protocol family 1\n[ 0.478063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479160] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498901] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.517731] Trying to unpack rootfs image as initramfs...\n[ 0.568339] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582576] Scanning for low memory corruption every 60 seconds\n[ 0.584360] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585967] audit: initializing netlink subsys (disabled)\n[ 0.587370] audit: type=2000 audit(1538801017.524:1): initialized\n[ 0.589101] Initialise system trusted keyring\n[ 0.590360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.594604] zbud: loaded\n[ 0.595563] VFS: Disk quotas dquot_6.6.0\n[ 0.596669] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598743] fuse init (API version 7.23)\n[ 0.600285] Key type big_key registered\n[ 0.601361] Allocating IMA MOK and blacklist keyrings.\n[ 0.602921] Key type asymmetric registered\n[ 0.604030] Asymmetric key parser 'x509' registered\n[ 0.605336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607344] io scheduler noop registered\n[ 0.608402] io scheduler deadline registered (default)\n[ 0.609741] io scheduler cfq registered\n[ 0.610864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.615993] ACPI: Power Button [PWRF]\n[ 0.617122] GHES: HEST is not enabled!\n[ 0.635490] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699875] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702528] Linux agpgart interface v0.103\n[ 0.705124] brd: module loaded\n[ 0.707064] loop: module loaded\n[ 0.711602] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713663] GPT:90111 != 20971519\n[ 0.714557] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716004] GPT:90111 != 20971519\n[ 0.716886] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718172] vda: vda1 vda15\n[ 0.719803] scsi host0: ata_piix\n[ 0.720804] scsi host1: ata_piix\n[ 0.721719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723417] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725530] libphy: Fixed MDIO Bus: probed\n[ 0.726649] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727938] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730262] PPP generic driver version 2.4.2\n[ 0.731160] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732354] ehci-pci: EHCI PCI platform driver\n[ 0.733243] ehci-platform: EHCI generic platform driver\n[ 0.734247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735381] ohci-pci: OHCI PCI platform driver\n[ 0.736296] ohci-platform: OHCI generic platform driver\n[ 0.737612] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756894] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758231] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760137] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.762911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766444] usb usb1: Product: UHCI Host Controller\n[ 0.767748] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769234] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770482] hub 1-0:1.0: USB hub found\n[ 0.771502] hub 1-0:1.0: 2 ports detected\n[ 0.772628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775264] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776543] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.777850] mousedev: PS/2 mouse device common for all mice\n[ 0.779418] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.784803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.786018] i2c /dev entries driver\n[ 0.786780] device-mapper: uevent: version 1.0.3\n[ 0.787737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790718] NET: Registered protocol family 10\n[ 0.791748] NET: Registered protocol family 17\n[ 0.792642] Key type dns_resolver registered\n[ 0.793592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.794690] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796160] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797941] registered taskstats version 1\n[ 0.798779] Loading compiled-in X.509 certificates\n[ 0.800227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.802095] zswap: loaded using pool lzo/zbud\n[ 0.803541] Key type trusted registered\n[ 0.805249] Key type encrypted registered\n[ 0.806081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.807121] ima: No TPM chip found, activating TPM-bypass!\n[ 0.808178] evm: HMAC attrs: 0x1\n[ 0.809128] Magic number: 6:580:716\n[ 0.809990] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:37 UTC (1538801017)\n[ 0.823693] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824928] EDD information not available.\n[ 0.879021] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.880575] Write protecting the kernel read-only data: 14336k\n[ 0.882200] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.884008] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.943234] 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 1.53\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 1.75. iid=i-000000b0\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"} 2018-10-06 04:44:05,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0/action used request id req-56b9b96c-8d9b-4abb-8e87-1643970ad506 2018-10-06 04:44:05,798 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 04:44:05,798 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 501723389 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.150791] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152434] pid_max: default: 32768 minimum: 301 [ 0.153314] ACPI: Core revision 20150930 [ 0.154692] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155982] Security Framework initialized [ 0.156785] Yama: becoming mindful. [ 0.157506] AppArmor: AppArmor initialized [ 0.158367] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159679] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160948] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162140] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163527] Initializing cgroup subsys io [ 0.164334] Initializing cgroup subsys memory [ 0.165196] Initializing cgroup subsys devices [ 0.166065] Initializing cgroup subsys freezer [ 0.166926] Initializing cgroup subsys net_cls [ 0.167784] Initializing cgroup subsys perf_event [ 0.168685] Initializing cgroup subsys net_prio [ 0.169559] Initializing cgroup subsys hugetlb [ 0.170431] Initializing cgroup subsys pids [ 0.171314] CPU: Physical Processor ID: 0 [ 0.172802] mce: CPU supports 10 MCE banks [ 0.173637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176907] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183302] ftrace: allocating 31920 entries in 125 pages [ 0.209957] smpboot: Max logical packages: 2 [ 0.210976] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212446] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.214075] x2apic enabled [ 0.215030] Switched APIC routing to physical x2apic. [ 0.217065] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223599] KVM setup paravirtual spinlock [ 0.225317] x86: Booting SMP configuration: [ 0.226437] .... node #0, CPUs: #1 [ 0.227505] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.249606] x86: Booted up 1 node, 2 CPUs [ 0.249609] KVM setup async PF for cpu 1 [ 0.249611] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.252193] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.253674] devtmpfs: initialized [ 0.255418] evm: security.selinux [ 0.256116] evm: security.SMACK64 [ 0.256802] evm: security.SMACK64EXEC [ 0.257542] evm: security.SMACK64TRANSMUTE [ 0.258360] evm: security.SMACK64MMAP [ 0.259104] evm: security.ima [ 0.259737] evm: security.capability [ 0.260566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.262436] pinctrl core: initialized pinctrl subsystem [ 0.263538] RTC time: 4:43:36, date: 10/06/18 [ 0.264497] NET: Registered protocol family 16 [ 0.274422] cpuidle: using governor ladder [ 0.286440] cpuidle: using governor menu [ 0.287248] PCCT header not found. [ 0.288055] ACPI: bus type PCI registered [ 0.288860] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.290119] PCI: Using configuration type 1 for base access [ 0.303450] ACPI: Added _OSI(Module Device) [ 0.304305] ACPI: Added _OSI(Processor Device) [ 0.305168] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308393] ACPI: Interpreter enabled [ 0.309162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.312847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.316527] ACPI: (supports S0 S5) [ 0.317228] ACPI: Using IOAPIC for interrupt routing [ 0.318286] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322784] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325211] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.327455] acpiphp: Slot [3] registered [ 0.328265] acpiphp: Slot [4] registered [ 0.329067] acpiphp: Slot [5] registered [ 0.329861] acpiphp: Slot [6] registered [ 0.330659] acpiphp: Slot [7] registered [ 0.331460] acpiphp: Slot [8] registered [ 0.332261] acpiphp: Slot [9] registered [ 0.333055] acpiphp: Slot [10] registered [ 0.343995] acpiphp: Slot [11] registered [ 0.344801] acpiphp: Slot [12] registered [ 0.345608] acpiphp: Slot [13] registered [ 0.346425] acpiphp: Slot [14] registered [ 0.347231] acpiphp: Slot [15] registered [ 0.348043] acpiphp: Slot [16] registered [ 0.348850] acpiphp: Slot [17] registered [ 0.349652] acpiphp: Slot [18] registered [ 0.350459] acpiphp: Slot [19] registered [ 0.351265] acpiphp: Slot [20] registered [ 0.352079] acpiphp: Slot [21] registered [ 0.352886] acpiphp: Slot [22] registered [ 0.353690] acpiphp: Slot [23] registered [ 0.354511] acpiphp: Slot [24] registered [ 0.355316] acpiphp: Slot [25] registered [ 0.356136] acpiphp: Slot [26] registered [ 0.356944] acpiphp: Slot [27] registered [ 0.357748] acpiphp: Slot [28] registered [ 0.358574] acpiphp: Slot [29] registered [ 0.359380] acpiphp: Slot [30] registered [ 0.360194] acpiphp: Slot [31] registered [ 0.360995] PCI host bridge to bus 0000:00 [ 0.361796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.363011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.364216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.365654] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.367104] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.373414] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.374701] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.375874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.377135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.383601] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.385032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432922] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434366] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437177] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438466] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439652] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440788] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442325] vgaarb: loaded [ 0.442933] vgaarb: bridge control possible 0000:00:02.0 [ 0.444445] SCSI subsystem initialized [ 0.445285] ACPI: bus type USB registered [ 0.446111] usbcore: registered new interface driver usbfs [ 0.447146] usbcore: registered new interface driver hub [ 0.448153] usbcore: registered new device driver usb [ 0.449231] PCI: Using ACPI for IRQ routing [ 0.450258] NetLabel: Initializing [ 0.450972] NetLabel: domain hash size = 128 [ 0.451822] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452768] NetLabel: unlabeled traffic allowed by default [ 0.453886] clocksource: Switched to clocksource kvm-clock [ 0.459981] AppArmor: AppArmor Filesystem Enabled [ 0.460964] pnp: PnP ACPI init [ 0.461918] pnp: PnP ACPI: found 5 devices [ 0.468641] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.470370] NET: Registered protocol family 2 [ 0.471343] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.472615] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.473792] TCP: Hash tables configured (established 4096 bind 4096) [ 0.474957] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.476032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.477196] NET: Registered protocol family 1 [ 0.478063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.479160] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.480236] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.498901] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.517731] Trying to unpack rootfs image as initramfs... [ 0.568339] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582576] Scanning for low memory corruption every 60 seconds [ 0.584360] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.585967] audit: initializing netlink subsys (disabled) [ 0.587370] audit: type=2000 audit(1538801017.524:1): initialized [ 0.589101] Initialise system trusted keyring [ 0.590360] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591962] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.594604] zbud: loaded [ 0.595563] VFS: Disk quotas dquot_6.6.0 [ 0.596669] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.598743] fuse init (API version 7.23) [ 0.600285] Key type big_key registered [ 0.601361] Allocating IMA MOK and blacklist keyrings. [ 0.602921] Key type asymmetric registered [ 0.604030] Asymmetric key parser 'x509' registered [ 0.605336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607344] io scheduler noop registered [ 0.608402] io scheduler deadline registered (default) [ 0.609741] io scheduler cfq registered [ 0.610864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.615993] ACPI: Power Button [PWRF] [ 0.617122] GHES: HEST is not enabled! [ 0.635490] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699875] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702528] Linux agpgart interface v0.103 [ 0.705124] brd: module loaded [ 0.707064] loop: module loaded [ 0.711602] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713663] GPT:90111 != 20971519 [ 0.714557] GPT:Alternate GPT header not at the end of the disk. [ 0.716004] GPT:90111 != 20971519 [ 0.716886] GPT: Use GNU Parted to correct GPT errors. [ 0.718172] vda: vda1 vda15 [ 0.719803] scsi host0: ata_piix [ 0.720804] scsi host1: ata_piix [ 0.721719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723417] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725530] libphy: Fixed MDIO Bus: probed [ 0.726649] tun: Universal TUN/TAP device driver, 1.6 [ 0.727938] tun: (C) 1999-2004 Max Krasnyansky [ 0.730262] PPP generic driver version 2.4.2 [ 0.731160] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732354] ehci-pci: EHCI PCI platform driver [ 0.733243] ehci-platform: EHCI generic platform driver [ 0.734247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.735381] ohci-pci: OHCI PCI platform driver [ 0.736296] ohci-platform: OHCI generic platform driver [ 0.737612] uhci_hcd: USB Universal Host Controller Interface driver [ 0.756894] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758231] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760137] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.762911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.764549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.766444] usb usb1: Product: UHCI Host Controller [ 0.767748] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.769234] usb usb1: SerialNumber: 0000:00:01.2 [ 0.770482] hub 1-0:1.0: USB hub found [ 0.771502] hub 1-0:1.0: 2 ports detected [ 0.772628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.775264] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776543] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.777850] mousedev: PS/2 mouse device common for all mice [ 0.779418] rtc_cmos 00:00: RTC can wake from S4 [ 0.781310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.784803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786018] i2c /dev entries driver [ 0.786780] device-mapper: uevent: version 1.0.3 [ 0.787737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789377] ledtrig-cpu: registered to indicate activity on CPUs [ 0.790718] NET: Registered protocol family 10 [ 0.791748] NET: Registered protocol family 17 [ 0.792642] Key type dns_resolver registered [ 0.793592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.794690] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796160] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.797941] registered taskstats version 1 [ 0.798779] Loading compiled-in X.509 certificates [ 0.800227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.802095] zswap: loaded using pool lzo/zbud [ 0.803541] Key type trusted registered [ 0.805249] Key type encrypted registered [ 0.806081] AppArmor: AppArmor sha1 policy hashing enabled [ 0.807121] ima: No TPM chip found, activating TPM-bypass! [ 0.808178] evm: HMAC attrs: 0x1 [ 0.809128] Magic number: 6:580:716 [ 0.809990] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:37 UTC (1538801017) [ 0.823693] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824928] EDD information not available. [ 0.879021] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.880575] Write protecting the kernel read-only data: 14336k [ 0.882200] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.884008] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.943234] 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 1.53 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 1.75. iid=i-000000b0 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 2018-10-06 04:44:05,799 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-06 04:44:05,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:06,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-02d54755-07a1-4b10-8d16-7471717f25cb x-compute-request-id: req-02d54755-07a1-4b10-8d16-7471717f25cb Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:0b:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:00Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:06,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-02d54755-07a1-4b10-8d16-7471717f25cb 2018-10-06 04:44:06,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 04:44:07,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-584d57f9-948e-49ef-8f4c-031e990158f5 x-compute-request-id: req-584d57f9-948e-49ef-8f4c-031e990158f5 Content-Encoding: gzip Content-Length: 9622 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 517081561 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135340] pid_max: default: 32768 minimum: 301\n[ 0.136248] ACPI: Core revision 20150930\n[ 0.137641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139036] Security Framework initialized\n[ 0.139886] Yama: becoming mindful.\n[ 0.140652] AppArmor: AppArmor initialized\n[ 0.141542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144252] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145520] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146939] Initializing cgroup subsys io\n[ 0.147773] Initializing cgroup subsys memory\n[ 0.148654] Initializing cgroup subsys devices\n[ 0.149536] Initializing cgroup subsys freezer\n[ 0.150435] Initializing cgroup subsys net_cls\n[ 0.151368] Initializing cgroup subsys perf_event\n[ 0.152291] Initializing cgroup subsys net_prio\n[ 0.153197] Initializing cgroup subsys hugetlb\n[ 0.154068] Initializing cgroup subsys pids\n[ 0.154983] CPU: Physical Processor ID: 0\n[ 0.156529] mce: CPU supports 10 MCE banks\n[ 0.157418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167241] ftrace: allocating 31920 entries in 125 pages\n[ 0.193066] smpboot: Max logical packages: 2\n[ 0.194000] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195247] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196645] x2apic enabled\n[ 0.197489] Switched APIC routing to physical x2apic.\n[ 0.199287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202725] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204749] KVM setup paravirtual spinlock\n[ 0.206208] x86: Booting SMP configuration:\n[ 0.207165] .... node #0, CPUs: #1\n[ 0.208078] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.229776] x86: Booted up 1 node, 2 CPUs\n[ 0.229778] KVM setup async PF for cpu 1\n[ 0.229781] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.232461] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233952] devtmpfs: initialized\n[ 0.235659] evm: security.selinux\n[ 0.236381] evm: security.SMACK64\n[ 0.237064] evm: security.SMACK64EXEC\n[ 0.237804] evm: security.SMACK64TRANSMUTE\n[ 0.238639] evm: security.SMACK64MMAP\n[ 0.239410] evm: security.ima\n[ 0.240038] evm: security.capability\n[ 0.240880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242806] pinctrl core: initialized pinctrl subsystem\n[ 0.243939] RTC time: 4:43:57, date: 10/06/18\n[ 0.244933] NET: Registered protocol family 16\n[ 0.254804] cpuidle: using governor ladder\n[ 0.267016] cpuidle: using governor menu\n[ 0.267889] PCCT header not found.\n[ 0.268649] ACPI: bus type PCI registered\n[ 0.269436] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270714] PCI: Using configuration type 1 for base access\n[ 0.284157] ACPI: Added _OSI(Module Device)\n[ 0.285007] ACPI: Added _OSI(Processor Device)\n[ 0.285883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289203] ACPI: Interpreter enabled\n[ 0.289989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297638] ACPI: (supports S0 S5)\n[ 0.298364] ACPI: Using IOAPIC for interrupt routing\n[ 0.299526] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305372] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308954] acpiphp: Slot [3] registered\n[ 0.309792] acpiphp: Slot [4] registered\n[ 0.310624] acpiphp: Slot [5] registered\n[ 0.311473] acpiphp: Slot [6] registered\n[ 0.312279] acpiphp: Slot [7] registered\n[ 0.313090] acpiphp: Slot [8] registered\n[ 0.313995] acpiphp: Slot [9] registered\n[ 0.314806] acpiphp: Slot [10] registered\n[ 0.325765] acpiphp: Slot [11] registered\n[ 0.326567] acpiphp: Slot [12] registered\n[ 0.327359] acpiphp: Slot [13] registered\n[ 0.328151] acpiphp: Slot [14] registered\n[ 0.328938] acpiphp: Slot [15] registered\n[ 0.329727] acpiphp: Slot [16] registered\n[ 0.330523] acpiphp: Slot [17] registered\n[ 0.331312] acpiphp: Slot [18] registered\n[ 0.332102] acpiphp: Slot [19] registered\n[ 0.332890] acpiphp: Slot [20] registered\n[ 0.333683] acpiphp: Slot [21] registered\n[ 0.334476] acpiphp: Slot [22] registered\n[ 0.335271] acpiphp: Slot [23] registered\n[ 0.336061] acpiphp: Slot [24] registered\n[ 0.336850] acpiphp: Slot [25] registered\n[ 0.337638] acpiphp: Slot [26] registered\n[ 0.338430] acpiphp: Slot [27] registered\n[ 0.339221] acpiphp: Slot [28] registered\n[ 0.340053] acpiphp: Slot [29] registered\n[ 0.340935] acpiphp: Slot [30] registered\n[ 0.341791] acpiphp: Slot [31] registered\n[ 0.342633] PCI host bridge to bus 0000:00\n[ 0.343474] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344764] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346038] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349148] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359674] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367910] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414015] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.420172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422011] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423281] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424440] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426007] vgaarb: loaded\n[ 0.426598] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428100] SCSI subsystem initialized\n[ 0.428922] ACPI: bus type USB registered\n[ 0.429725] usbcore: registered new interface driver usbfs\n[ 0.430730] usbcore: registered new interface driver hub\n[ 0.431712] usbcore: registered new device driver usb\n[ 0.432783] PCI: Using ACPI for IRQ routing\n[ 0.433794] NetLabel: Initializing\n[ 0.434497] NetLabel: domain hash size = 128\n[ 0.435331] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436255] NetLabel: unlabeled traffic allowed by default\n[ 0.437367] clocksource: Switched to clocksource kvm-clock\n[ 0.443451] AppArmor: AppArmor Filesystem Enabled\n[ 0.444403] pnp: PnP ACPI init\n[ 0.445326] pnp: PnP ACPI: found 5 devices\n[ 0.452037] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453713] NET: Registered protocol family 2\n[ 0.454681] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457069] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458214] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459270] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460410] NET: Registered protocol family 1\n[ 0.461254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463375] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.481882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500770] Trying to unpack rootfs image as initramfs...\n[ 0.551028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.565093] Scanning for low memory corruption every 60 seconds\n[ 0.566492] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567626] audit: initializing netlink subsys (disabled)\n[ 0.568661] audit: type=2000 audit(1538801037.741:1): initialized\n[ 0.569970] Initialise system trusted keyring\n[ 0.570904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.572046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.574137] zbud: loaded\n[ 0.575263] VFS: Disk quotas dquot_6.6.0\n[ 0.576072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577642] fuse init (API version 7.23)\n[ 0.578556] Key type big_key registered\n[ 0.579350] Allocating IMA MOK and blacklist keyrings.\n[ 0.580582] Key type asymmetric registered\n[ 0.581401] Asymmetric key parser 'x509' registered\n[ 0.582343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583811] io scheduler noop registered\n[ 0.584596] io scheduler deadline registered (default)\n[ 0.587206] io scheduler cfq registered\n[ 0.588049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.589083] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590338] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591766] ACPI: Power Button [PWRF]\n[ 0.592647] GHES: HEST is not enabled!\n[ 0.611232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.651727] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.654283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.678196] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.680608] Linux agpgart interface v0.103\n[ 0.683112] brd: module loaded\n[ 0.684950] loop: module loaded\n[ 0.690007] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.691522] GPT:90111 != 20971519\n[ 0.692218] GPT:Alternate GPT header not at the end of the disk.\n[ 0.693323] GPT:90111 != 20971519\n[ 0.694040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.695051] vda: vda1 vda15\n[ 0.696676] scsi host0: ata_piix\n[ 0.697490] scsi host1: ata_piix\n[ 0.698234] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.699484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.700781] libphy: Fixed MDIO Bus: probed\n[ 0.701682] tun: Universal TUN/TAP device driver, 1.6\n[ 0.702719] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.704762] PPP generic driver version 2.4.2\n[ 0.705736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.706998] ehci-pci: EHCI PCI platform driver\n[ 0.707903] ehci-platform: EHCI generic platform driver\n[ 0.708918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.710107] ohci-pci: OHCI PCI platform driver\n[ 0.710995] ohci-platform: OHCI generic platform driver\n[ 0.712011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731048] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.733562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.734644] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.735780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.737110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.738687] usb usb1: Product: UHCI Host Controller\n[ 0.739708] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.740941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.742032] hub 1-0:1.0: USB hub found\n[ 0.742856] hub 1-0:1.0: 2 ports detected\n[ 0.743797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.746006] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.747089] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.748269] mousedev: PS/2 mouse device common for all mice\n[ 0.749616] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.751639] rtc_cmos 00:00: RTC can wake from S4\n[ 0.752879] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.754199] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.755473] i2c /dev entries driver\n[ 0.756247] device-mapper: uevent: version 1.0.3\n[ 0.757286] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.759069] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.760595] NET: Registered protocol family 10\n[ 0.761716] NET: Registered protocol family 17\n[ 0.762677] Key type dns_resolver registered\n[ 0.764133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765386] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766677] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768659] registered taskstats version 1\n[ 0.769561] Loading compiled-in X.509 certificates\n[ 0.771079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773128] zswap: loaded using pool lzo/zbud\n[ 0.774739] Key type trusted registered\n[ 0.776543] Key type encrypted registered\n[ 0.777464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779708] evm: HMAC attrs: 0x1\n[ 0.780728] Magic number: 6:580:716\n[ 0.781676] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:58 UTC (1538801038)\n[ 0.793542] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794710] EDD information not available.\n[ 0.858390] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.860056] Write protecting the kernel read-only data: 14336k\n[ 0.861787] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.863704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.15\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... [ 2.399745] 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 2.37. iid=i-000000b3\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCK0KzpcsMQYLXBXG7Xhw+thLw63yipzbt39zMJxWubwNKM6erEQJKZMWAeC8tFKHCXqtyv0kjcm86uYpatPc9l2zC8uI8cHrXGn8ukm4ZG+wZV68qYAtSTNxaVyuK4bPSzcBsbhoX2udXDboWp8j+WXfckG2QBC0B0sqyhD8xD3wo9ixuN0nMKj3tMbtxPUm1ljcyHKCELRlYM2KOCEKMXX7v03+qv54alMmG5c2UBumy8VHeRrcfMD97GkGiTw/zh2sz5iXemWGBbES8cIwHm4ATt2We0Uwh+H8loxHN9Gamsry+gsnRHo9Ju1XdfZmdM8qIUA1t2jSIP59WgnD6z root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nssh-dss AAAAB3NzaC1kc3MAAACBAMS1FV6bxUplhUk+DsH8o2vuWzH1q5IgfqV9nnEg00ro+AEbKocZXauotVNR9tCkT2JtD+ZuGaIUfHKbgIPgLySWK8fPYa86A84G6Os0sgN4XjULObaDdxqCmRb3yD4uMjql2spMHO9LdGrD1l29ZIYsa9MII2ywazeJ6T+soFL7AAAAFQCduxy01GuW1Wnu5MVtPFg2X3OCmQAAAIAIA2gZkRV1cPDXvtEFVCqjvqyeC0sXLQAQkuxiU0s1xWHGmanP0MrxIdKPK3lcN9gVHzUJLFt32VeiyDGCm8LLZ/CJMA71gAllSNQzx7k7Jt0T25JFBhFX4lq/A3eO9Zi86onJxPdL914Gp9Vp5yengY2+juf8H67NVDGFWdIIcQAAAIAS3zAlCJa+RFBab3ZFOGdr+uiCAfzn5GMUG3C40uf9Kpzab9Ad+fZMgfROApJvMrd3TDF3VYA8lT94L0nawOGCv5QxKk8ofGpKnZLFR64wK7ou6tLGvMgCuunCW9zQ3quFpBOzXcRC4A6TeWiwAwDSxW0F4iNmxoWPcGtIa7swow== root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\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:fe50:bfd/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.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-000000b3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.62 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb login: "} 2018-10-06 04:44:07,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404/action used request id req-584d57f9-948e-49ef-8f4c-031e990158f5 2018-10-06 04:44:07,325 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 04:44:07,325 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 517081561 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.133623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135340] pid_max: default: 32768 minimum: 301 [ 0.136248] ACPI: Core revision 20150930 [ 0.137641] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139036] Security Framework initialized [ 0.139886] Yama: becoming mindful. [ 0.140652] AppArmor: AppArmor initialized [ 0.141542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144252] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145520] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146939] Initializing cgroup subsys io [ 0.147773] Initializing cgroup subsys memory [ 0.148654] Initializing cgroup subsys devices [ 0.149536] Initializing cgroup subsys freezer [ 0.150435] Initializing cgroup subsys net_cls [ 0.151368] Initializing cgroup subsys perf_event [ 0.152291] Initializing cgroup subsys net_prio [ 0.153197] Initializing cgroup subsys hugetlb [ 0.154068] Initializing cgroup subsys pids [ 0.154983] CPU: Physical Processor ID: 0 [ 0.156529] mce: CPU supports 10 MCE banks [ 0.157418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167241] ftrace: allocating 31920 entries in 125 pages [ 0.193066] smpboot: Max logical packages: 2 [ 0.194000] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195247] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196645] x2apic enabled [ 0.197489] Switched APIC routing to physical x2apic. [ 0.199287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202725] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204749] KVM setup paravirtual spinlock [ 0.206208] x86: Booting SMP configuration: [ 0.207165] .... node #0, CPUs: #1 [ 0.208078] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.229776] x86: Booted up 1 node, 2 CPUs [ 0.229778] KVM setup async PF for cpu 1 [ 0.229781] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.232461] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.233952] devtmpfs: initialized [ 0.235659] evm: security.selinux [ 0.236381] evm: security.SMACK64 [ 0.237064] evm: security.SMACK64EXEC [ 0.237804] evm: security.SMACK64TRANSMUTE [ 0.238639] evm: security.SMACK64MMAP [ 0.239410] evm: security.ima [ 0.240038] evm: security.capability [ 0.240880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242806] pinctrl core: initialized pinctrl subsystem [ 0.243939] RTC time: 4:43:57, date: 10/06/18 [ 0.244933] NET: Registered protocol family 16 [ 0.254804] cpuidle: using governor ladder [ 0.267016] cpuidle: using governor menu [ 0.267889] PCCT header not found. [ 0.268649] ACPI: bus type PCI registered [ 0.269436] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270714] PCI: Using configuration type 1 for base access [ 0.284157] ACPI: Added _OSI(Module Device) [ 0.285007] ACPI: Added _OSI(Processor Device) [ 0.285883] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289203] ACPI: Interpreter enabled [ 0.289989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297638] ACPI: (supports S0 S5) [ 0.298364] ACPI: Using IOAPIC for interrupt routing [ 0.299526] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305372] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308954] acpiphp: Slot [3] registered [ 0.309792] acpiphp: Slot [4] registered [ 0.310624] acpiphp: Slot [5] registered [ 0.311473] acpiphp: Slot [6] registered [ 0.312279] acpiphp: Slot [7] registered [ 0.313090] acpiphp: Slot [8] registered [ 0.313995] acpiphp: Slot [9] registered [ 0.314806] acpiphp: Slot [10] registered [ 0.325765] acpiphp: Slot [11] registered [ 0.326567] acpiphp: Slot [12] registered [ 0.327359] acpiphp: Slot [13] registered [ 0.328151] acpiphp: Slot [14] registered [ 0.328938] acpiphp: Slot [15] registered [ 0.329727] acpiphp: Slot [16] registered [ 0.330523] acpiphp: Slot [17] registered [ 0.331312] acpiphp: Slot [18] registered [ 0.332102] acpiphp: Slot [19] registered [ 0.332890] acpiphp: Slot [20] registered [ 0.333683] acpiphp: Slot [21] registered [ 0.334476] acpiphp: Slot [22] registered [ 0.335271] acpiphp: Slot [23] registered [ 0.336061] acpiphp: Slot [24] registered [ 0.336850] acpiphp: Slot [25] registered [ 0.337638] acpiphp: Slot [26] registered [ 0.338430] acpiphp: Slot [27] registered [ 0.339221] acpiphp: Slot [28] registered [ 0.340053] acpiphp: Slot [29] registered [ 0.340935] acpiphp: Slot [30] registered [ 0.341791] acpiphp: Slot [31] registered [ 0.342633] PCI host bridge to bus 0000:00 [ 0.343474] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344764] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.346038] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.349148] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.357003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.358277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359674] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367910] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.414015] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.415668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.417171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.418707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.420172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.422011] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.423281] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424440] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426007] vgaarb: loaded [ 0.426598] vgaarb: bridge control possible 0000:00:02.0 [ 0.428100] SCSI subsystem initialized [ 0.428922] ACPI: bus type USB registered [ 0.429725] usbcore: registered new interface driver usbfs [ 0.430730] usbcore: registered new interface driver hub [ 0.431712] usbcore: registered new device driver usb [ 0.432783] PCI: Using ACPI for IRQ routing [ 0.433794] NetLabel: Initializing [ 0.434497] NetLabel: domain hash size = 128 [ 0.435331] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.436255] NetLabel: unlabeled traffic allowed by default [ 0.437367] clocksource: Switched to clocksource kvm-clock [ 0.443451] AppArmor: AppArmor Filesystem Enabled [ 0.444403] pnp: PnP ACPI init [ 0.445326] pnp: PnP ACPI: found 5 devices [ 0.452037] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.453713] NET: Registered protocol family 2 [ 0.454681] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.455927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.457069] TCP: Hash tables configured (established 4096 bind 4096) [ 0.458214] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459270] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460410] NET: Registered protocol family 1 [ 0.461254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462328] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463375] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.481882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500770] Trying to unpack rootfs image as initramfs... [ 0.551028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.565093] Scanning for low memory corruption every 60 seconds [ 0.566492] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567626] audit: initializing netlink subsys (disabled) [ 0.568661] audit: type=2000 audit(1538801037.741:1): initialized [ 0.569970] Initialise system trusted keyring [ 0.570904] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.572046] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.574137] zbud: loaded [ 0.575263] VFS: Disk quotas dquot_6.6.0 [ 0.576072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.577642] fuse init (API version 7.23) [ 0.578556] Key type big_key registered [ 0.579350] Allocating IMA MOK and blacklist keyrings. [ 0.580582] Key type asymmetric registered [ 0.581401] Asymmetric key parser 'x509' registered [ 0.582343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583811] io scheduler noop registered [ 0.584596] io scheduler deadline registered (default) [ 0.587206] io scheduler cfq registered [ 0.588049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.589083] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590338] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.591766] ACPI: Power Button [PWRF] [ 0.592647] GHES: HEST is not enabled! [ 0.611232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.651727] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.654283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.678196] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.680608] Linux agpgart interface v0.103 [ 0.683112] brd: module loaded [ 0.684950] loop: module loaded [ 0.690007] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.691522] GPT:90111 != 20971519 [ 0.692218] GPT:Alternate GPT header not at the end of the disk. [ 0.693323] GPT:90111 != 20971519 [ 0.694040] GPT: Use GNU Parted to correct GPT errors. [ 0.695051] vda: vda1 vda15 [ 0.696676] scsi host0: ata_piix [ 0.697490] scsi host1: ata_piix [ 0.698234] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.699484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.700781] libphy: Fixed MDIO Bus: probed [ 0.701682] tun: Universal TUN/TAP device driver, 1.6 [ 0.702719] tun: (C) 1999-2004 Max Krasnyansky [ 0.704762] PPP generic driver version 2.4.2 [ 0.705736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.706998] ehci-pci: EHCI PCI platform driver [ 0.707903] ehci-platform: EHCI generic platform driver [ 0.708918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.710107] ohci-pci: OHCI PCI platform driver [ 0.710995] ohci-platform: OHCI generic platform driver [ 0.712011] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731048] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.733562] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.734644] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.735780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.737110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.738687] usb usb1: Product: UHCI Host Controller [ 0.739708] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.740941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.742032] hub 1-0:1.0: USB hub found [ 0.742856] hub 1-0:1.0: 2 ports detected [ 0.743797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.746006] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.747089] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.748269] mousedev: PS/2 mouse device common for all mice [ 0.749616] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.751639] rtc_cmos 00:00: RTC can wake from S4 [ 0.752879] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.754199] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.755473] i2c /dev entries driver [ 0.756247] device-mapper: uevent: version 1.0.3 [ 0.757286] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.759069] ledtrig-cpu: registered to indicate activity on CPUs [ 0.760595] NET: Registered protocol family 10 [ 0.761716] NET: Registered protocol family 17 [ 0.762677] Key type dns_resolver registered [ 0.764133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.765386] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766677] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.768659] registered taskstats version 1 [ 0.769561] Loading compiled-in X.509 certificates [ 0.771079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.773128] zswap: loaded using pool lzo/zbud [ 0.774739] Key type trusted registered [ 0.776543] Key type encrypted registered [ 0.777464] AppArmor: AppArmor sha1 policy hashing enabled [ 0.778572] ima: No TPM chip found, activating TPM-bypass! [ 0.779708] evm: HMAC attrs: 0x1 [ 0.780728] Magic number: 6:580:716 [ 0.781676] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:58 UTC (1538801038) [ 0.793542] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.794710] EDD information not available. [ 0.858390] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.860056] Write protecting the kernel read-only data: 14336k [ 0.861787] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.863704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.15 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... [ 2.399745] 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 2.37. iid=i-000000b3 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCK0KzpcsMQYLXBXG7Xhw+thLw63yipzbt39zMJxWubwNKM6erEQJKZMWAeC8tFKHCXqtyv0kjcm86uYpatPc9l2zC8uI8cHrXGn8ukm4ZG+wZV68qYAtSTNxaVyuK4bPSzcBsbhoX2udXDboWp8j+WXfckG2QBC0B0sqyhD8xD3wo9ixuN0nMKj3tMbtxPUm1ljcyHKCELRlYM2KOCEKMXX7v03+qv54alMmG5c2UBumy8VHeRrcfMD97GkGiTw/zh2sz5iXemWGBbES8cIwHm4ATt2We0Uwh+H8loxHN9Gamsry+gsnRHo9Ju1XdfZmdM8qIUA1t2jSIP59WgnD6z root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb ssh-dss AAAAB3NzaC1kc3MAAACBAMS1FV6bxUplhUk+DsH8o2vuWzH1q5IgfqV9nnEg00ro+AEbKocZXauotVNR9tCkT2JtD+ZuGaIUfHKbgIPgLySWK8fPYa86A84G6Os0sgN4XjULObaDdxqCmRb3yD4uMjql2spMHO9LdGrD1l29ZIYsa9MII2ywazeJ6T+soFL7AAAAFQCduxy01GuW1Wnu5MVtPFg2X3OCmQAAAIAIA2gZkRV1cPDXvtEFVCqjvqyeC0sXLQAQkuxiU0s1xWHGmanP0MrxIdKPK3lcN9gVHzUJLFt32VeiyDGCm8LLZ/CJMA71gAllSNQzx7k7Jt0T25JFBhFX4lq/A3eO9Zi86onJxPdL914Gp9Vp5yengY2+juf8H67NVDGFWdIIcQAAAIAS3zAlCJa+RFBab3ZFOGdr+uiCAfzn5GMUG3C40uf9Kpzab9Ad+fZMgfROApJvMrd3TDF3VYA8lT94L0nawOGCv5QxKk8ofGpKnZLFR64wK7ou6tLGvMgCuunCW9zQ3quFpBOzXcRC4A6TeWiwAwDSxW0F4iNmxoWPcGtIa7swow== root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb -----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:fe50:bfd/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.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000b3 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb launch-index: 0 === cirros: current=0.4.0 uptime=4.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb login: 2018-10-06 04:44:08,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:09,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-b48766d9-3b84-4603-b4c7-7821260ab91e x-compute-request-id: req-b48766d9-3b84-4603-b4c7-7821260ab91e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:f1:eb", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:43:41Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:09,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-b48766d9-3b84-4603-b4c7-7821260ab91e 2018-10-06 04:44:09,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 04:44:10,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-4fca976d-0713-4e10-abdd-a6d1cd3f2d28 x-compute-request-id: req-4fca976d-0713-4e10-abdd-a6d1cd3f2d28 Content-Encoding: gzip Content-Length: 9625 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 501723389 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.150791] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152434] pid_max: default: 32768 minimum: 301\n[ 0.153314] ACPI: Core revision 20150930\n[ 0.154692] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155982] Security Framework initialized\n[ 0.156785] Yama: becoming mindful.\n[ 0.157506] AppArmor: AppArmor initialized\n[ 0.158367] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159679] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160948] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162140] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163527] Initializing cgroup subsys io\n[ 0.164334] Initializing cgroup subsys memory\n[ 0.165196] Initializing cgroup subsys devices\n[ 0.166065] Initializing cgroup subsys freezer\n[ 0.166926] Initializing cgroup subsys net_cls\n[ 0.167784] Initializing cgroup subsys perf_event\n[ 0.168685] Initializing cgroup subsys net_prio\n[ 0.169559] Initializing cgroup subsys hugetlb\n[ 0.170431] Initializing cgroup subsys pids\n[ 0.171314] CPU: Physical Processor ID: 0\n[ 0.172802] mce: CPU supports 10 MCE banks\n[ 0.173637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176907] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183302] ftrace: allocating 31920 entries in 125 pages\n[ 0.209957] smpboot: Max logical packages: 2\n[ 0.210976] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212446] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.214075] x2apic enabled\n[ 0.215030] Switched APIC routing to physical x2apic.\n[ 0.217065] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218620] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223599] KVM setup paravirtual spinlock\n[ 0.225317] x86: Booting SMP configuration:\n[ 0.226437] .... node #0, CPUs: #1\n[ 0.227505] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.249606] x86: Booted up 1 node, 2 CPUs\n[ 0.249609] KVM setup async PF for cpu 1\n[ 0.249611] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.252193] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.253674] devtmpfs: initialized\n[ 0.255418] evm: security.selinux\n[ 0.256116] evm: security.SMACK64\n[ 0.256802] evm: security.SMACK64EXEC\n[ 0.257542] evm: security.SMACK64TRANSMUTE\n[ 0.258360] evm: security.SMACK64MMAP\n[ 0.259104] evm: security.ima\n[ 0.259737] evm: security.capability\n[ 0.260566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.262436] pinctrl core: initialized pinctrl subsystem\n[ 0.263538] RTC time: 4:43:36, date: 10/06/18\n[ 0.264497] NET: Registered protocol family 16\n[ 0.274422] cpuidle: using governor ladder\n[ 0.286440] cpuidle: using governor menu\n[ 0.287248] PCCT header not found.\n[ 0.288055] ACPI: bus type PCI registered\n[ 0.288860] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.290119] PCI: Using configuration type 1 for base access\n[ 0.303450] ACPI: Added _OSI(Module Device)\n[ 0.304305] ACPI: Added _OSI(Processor Device)\n[ 0.305168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306084] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308393] ACPI: Interpreter enabled\n[ 0.309162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316527] ACPI: (supports S0 S5)\n[ 0.317228] ACPI: Using IOAPIC for interrupt routing\n[ 0.318286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322784] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325211] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327455] acpiphp: Slot [3] registered\n[ 0.328265] acpiphp: Slot [4] registered\n[ 0.329067] acpiphp: Slot [5] registered\n[ 0.329861] acpiphp: Slot [6] registered\n[ 0.330659] acpiphp: Slot [7] registered\n[ 0.331460] acpiphp: Slot [8] registered\n[ 0.332261] acpiphp: Slot [9] registered\n[ 0.333055] acpiphp: Slot [10] registered\n[ 0.343995] acpiphp: Slot [11] registered\n[ 0.344801] acpiphp: Slot [12] registered\n[ 0.345608] acpiphp: Slot [13] registered\n[ 0.346425] acpiphp: Slot [14] registered\n[ 0.347231] acpiphp: Slot [15] registered\n[ 0.348043] acpiphp: Slot [16] registered\n[ 0.348850] acpiphp: Slot [17] registered\n[ 0.349652] acpiphp: Slot [18] registered\n[ 0.350459] acpiphp: Slot [19] registered\n[ 0.351265] acpiphp: Slot [20] registered\n[ 0.352079] acpiphp: Slot [21] registered\n[ 0.352886] acpiphp: Slot [22] registered\n[ 0.353690] acpiphp: Slot [23] registered\n[ 0.354511] acpiphp: Slot [24] registered\n[ 0.355316] acpiphp: Slot [25] registered\n[ 0.356136] acpiphp: Slot [26] registered\n[ 0.356944] acpiphp: Slot [27] registered\n[ 0.357748] acpiphp: Slot [28] registered\n[ 0.358574] acpiphp: Slot [29] registered\n[ 0.359380] acpiphp: Slot [30] registered\n[ 0.360194] acpiphp: Slot [31] registered\n[ 0.360995] PCI host bridge to bus 0000:00\n[ 0.361796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.363011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.364216] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365654] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.367104] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.373414] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.374701] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.377135] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383601] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432922] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434366] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435777] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437177] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440788] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442325] vgaarb: loaded\n[ 0.442933] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444445] SCSI subsystem initialized\n[ 0.445285] ACPI: bus type USB registered\n[ 0.446111] usbcore: registered new interface driver usbfs\n[ 0.447146] usbcore: registered new interface driver hub\n[ 0.448153] usbcore: registered new device driver usb\n[ 0.449231] PCI: Using ACPI for IRQ routing\n[ 0.450258] NetLabel: Initializing\n[ 0.450972] NetLabel: domain hash size = 128\n[ 0.451822] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452768] NetLabel: unlabeled traffic allowed by default\n[ 0.453886] clocksource: Switched to clocksource kvm-clock\n[ 0.459981] AppArmor: AppArmor Filesystem Enabled\n[ 0.460964] pnp: PnP ACPI init\n[ 0.461918] pnp: PnP ACPI: found 5 devices\n[ 0.468641] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470370] NET: Registered protocol family 2\n[ 0.471343] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472615] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473792] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474957] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477196] NET: Registered protocol family 1\n[ 0.478063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.479160] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.480236] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498901] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.517731] Trying to unpack rootfs image as initramfs...\n[ 0.568339] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582576] Scanning for low memory corruption every 60 seconds\n[ 0.584360] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.585967] audit: initializing netlink subsys (disabled)\n[ 0.587370] audit: type=2000 audit(1538801017.524:1): initialized\n[ 0.589101] Initialise system trusted keyring\n[ 0.590360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.594604] zbud: loaded\n[ 0.595563] VFS: Disk quotas dquot_6.6.0\n[ 0.596669] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598743] fuse init (API version 7.23)\n[ 0.600285] Key type big_key registered\n[ 0.601361] Allocating IMA MOK and blacklist keyrings.\n[ 0.602921] Key type asymmetric registered\n[ 0.604030] Asymmetric key parser 'x509' registered\n[ 0.605336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607344] io scheduler noop registered\n[ 0.608402] io scheduler deadline registered (default)\n[ 0.609741] io scheduler cfq registered\n[ 0.610864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.615993] ACPI: Power Button [PWRF]\n[ 0.617122] GHES: HEST is not enabled!\n[ 0.635490] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672970] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699875] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702528] Linux agpgart interface v0.103\n[ 0.705124] brd: module loaded\n[ 0.707064] loop: module loaded\n[ 0.711602] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713663] GPT:90111 != 20971519\n[ 0.714557] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716004] GPT:90111 != 20971519\n[ 0.716886] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718172] vda: vda1 vda15\n[ 0.719803] scsi host0: ata_piix\n[ 0.720804] scsi host1: ata_piix\n[ 0.721719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723417] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725530] libphy: Fixed MDIO Bus: probed\n[ 0.726649] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727938] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730262] PPP generic driver version 2.4.2\n[ 0.731160] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732354] ehci-pci: EHCI PCI platform driver\n[ 0.733243] ehci-platform: EHCI generic platform driver\n[ 0.734247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735381] ohci-pci: OHCI PCI platform driver\n[ 0.736296] ohci-platform: OHCI generic platform driver\n[ 0.737612] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756894] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758231] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760137] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.762911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766444] usb usb1: Product: UHCI Host Controller\n[ 0.767748] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769234] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770482] hub 1-0:1.0: USB hub found\n[ 0.771502] hub 1-0:1.0: 2 ports detected\n[ 0.772628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775264] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776543] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.777850] mousedev: PS/2 mouse device common for all mice\n[ 0.779418] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.784803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.786018] i2c /dev entries driver\n[ 0.786780] device-mapper: uevent: version 1.0.3\n[ 0.787737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790718] NET: Registered protocol family 10\n[ 0.791748] NET: Registered protocol family 17\n[ 0.792642] Key type dns_resolver registered\n[ 0.793592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.794690] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796160] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797941] registered taskstats version 1\n[ 0.798779] Loading compiled-in X.509 certificates\n[ 0.800227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.802095] zswap: loaded using pool lzo/zbud\n[ 0.803541] Key type trusted registered\n[ 0.805249] Key type encrypted registered\n[ 0.806081] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.807121] ima: No TPM chip found, activating TPM-bypass!\n[ 0.808178] evm: HMAC attrs: 0x1\n[ 0.809128] Magic number: 6:580:716\n[ 0.809990] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:37 UTC (1538801017)\n[ 0.823693] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824928] EDD information not available.\n[ 0.879021] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.880575] Write protecting the kernel read-only data: 14336k\n[ 0.882200] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.884008] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.943234] 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 1.53\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 1.75. iid=i-000000b0\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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzb/O2GONE4ws0AloncRlp9Q9+QkWMfIXmvAYafub1yU48vTgw2G05u6byHXtPMLEMwo8sQIomwoWwD+99ih2kses3njVA+L2TztjLcV9aSueDRPOEFYY025M8a3DlEo09EEfrJ8jDgPG3Ui7K/3VqNSxTDTkLlMyxsCjN9SoVFXIwcJc/0Uq2neiYDlwkyHdDcQKwJ9NRDLn75VEs4Wj6hmmk7cw4MNxlUmy8qOtuIuBn8Kjzuh8Y/09UnB+QhvuSeV3LK4fScrU/KMI5d2I3TbnQjnwcK9FwIralyp8eYC0QFu6J0/DdiH/Meq3LTP8R+8YLM/MtZykh4VPr+pkn root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nssh-dss AAAAB3NzaC1kc3MAAACBALyaRV/U53k4dVKOe8upc+n/IfyRxKFGnQCMZ10rPFmtaNFYVW6h20HsGWZM3aZ+Tj+0YrzxlTZI8Jd9zffVUc5PJvSvTPibZihqznFj/0aiLvXhbymQ0a6ZgsGGKlWgLxNSz+lLlU3SKzrZoaNHXBnP5YIks2OXrvRz1djG1kePAAAAFQDTNJuG7ECCd5pzihgQABIbTXieRQAAAIEAs4JXzH6t3SPkhHWj76OU8EwLz4MPrGdI/9p1cAhOlfCf/qvYrGxi1RsruS5gdPdOGFfUUy1Ia/PD8qcQzbf+FCA81eE++Y3jCwCBurDbnJ51bWc7QpKvpM/Xb65i0LNCHx67X9gvve+lTQFQ18R09KoXN6/ZmhGb7GwfSiZ+UukAAACAJcMPIjYPJs/FK8xPOAzx+Hg1+M5g2cv3bQPlN85v5TU4WA3puf3XaJZxn+pSebaG8LeZemxgdw0mPPdAOGeiUx9tSgYZRviKagqdKisbLck0oY4TWZTTYQD9i9uAf/clLcAycEx886mk9dOjd0wkklYZldCsQf2OyavMcyhcd6o= root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\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:febc:f1eb/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-000000b0\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=25.54 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb login: "} 2018-10-06 04:44:10,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0/action used request id req-4fca976d-0713-4e10-abdd-a6d1cd3f2d28 2018-10-06 04:44:11,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:12,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ce294d5-e5bf-478b-83bf-580bc2afe542 x-compute-request-id: req-3ce294d5-e5bf-478b-83bf-580bc2afe542 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:0b:fd", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "security_groups": [{"name": "default"}], "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:00Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:12,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-3ce294d5-e5bf-478b-83bf-580bc2afe542 2018-10-06 04:44:12,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 04:44:13,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-ed5b037c-5c6c-40e9-9625-9c9e8d93836d x-compute-request-id: req-ed5b037c-5c6c-40e9-9625-9c9e8d93836d Content-Encoding: gzip Content-Length: 9622 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14A3 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 517081561 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135340] pid_max: default: 32768 minimum: 301\n[ 0.136248] ACPI: Core revision 20150930\n[ 0.137641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139036] Security Framework initialized\n[ 0.139886] Yama: becoming mindful.\n[ 0.140652] AppArmor: AppArmor initialized\n[ 0.141542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144252] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145520] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146939] Initializing cgroup subsys io\n[ 0.147773] Initializing cgroup subsys memory\n[ 0.148654] Initializing cgroup subsys devices\n[ 0.149536] Initializing cgroup subsys freezer\n[ 0.150435] Initializing cgroup subsys net_cls\n[ 0.151368] Initializing cgroup subsys perf_event\n[ 0.152291] Initializing cgroup subsys net_prio\n[ 0.153197] Initializing cgroup subsys hugetlb\n[ 0.154068] Initializing cgroup subsys pids\n[ 0.154983] CPU: Physical Processor ID: 0\n[ 0.156529] mce: CPU supports 10 MCE banks\n[ 0.157418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167241] ftrace: allocating 31920 entries in 125 pages\n[ 0.193066] smpboot: Max logical packages: 2\n[ 0.194000] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195247] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196645] x2apic enabled\n[ 0.197489] Switched APIC routing to physical x2apic.\n[ 0.199287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202725] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204749] KVM setup paravirtual spinlock\n[ 0.206208] x86: Booting SMP configuration:\n[ 0.207165] .... node #0, CPUs: #1\n[ 0.208078] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.229776] x86: Booted up 1 node, 2 CPUs\n[ 0.229778] KVM setup async PF for cpu 1\n[ 0.229781] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.232461] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233952] devtmpfs: initialized\n[ 0.235659] evm: security.selinux\n[ 0.236381] evm: security.SMACK64\n[ 0.237064] evm: security.SMACK64EXEC\n[ 0.237804] evm: security.SMACK64TRANSMUTE\n[ 0.238639] evm: security.SMACK64MMAP\n[ 0.239410] evm: security.ima\n[ 0.240038] evm: security.capability\n[ 0.240880] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242806] pinctrl core: initialized pinctrl subsystem\n[ 0.243939] RTC time: 4:43:57, date: 10/06/18\n[ 0.244933] NET: Registered protocol family 16\n[ 0.254804] cpuidle: using governor ladder\n[ 0.267016] cpuidle: using governor menu\n[ 0.267889] PCCT header not found.\n[ 0.268649] ACPI: bus type PCI registered\n[ 0.269436] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270714] PCI: Using configuration type 1 for base access\n[ 0.284157] ACPI: Added _OSI(Module Device)\n[ 0.285007] ACPI: Added _OSI(Processor Device)\n[ 0.285883] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289203] ACPI: Interpreter enabled\n[ 0.289989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297638] ACPI: (supports S0 S5)\n[ 0.298364] ACPI: Using IOAPIC for interrupt routing\n[ 0.299526] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305372] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306600] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308954] acpiphp: Slot [3] registered\n[ 0.309792] acpiphp: Slot [4] registered\n[ 0.310624] acpiphp: Slot [5] registered\n[ 0.311473] acpiphp: Slot [6] registered\n[ 0.312279] acpiphp: Slot [7] registered\n[ 0.313090] acpiphp: Slot [8] registered\n[ 0.313995] acpiphp: Slot [9] registered\n[ 0.314806] acpiphp: Slot [10] registered\n[ 0.325765] acpiphp: Slot [11] registered\n[ 0.326567] acpiphp: Slot [12] registered\n[ 0.327359] acpiphp: Slot [13] registered\n[ 0.328151] acpiphp: Slot [14] registered\n[ 0.328938] acpiphp: Slot [15] registered\n[ 0.329727] acpiphp: Slot [16] registered\n[ 0.330523] acpiphp: Slot [17] registered\n[ 0.331312] acpiphp: Slot [18] registered\n[ 0.332102] acpiphp: Slot [19] registered\n[ 0.332890] acpiphp: Slot [20] registered\n[ 0.333683] acpiphp: Slot [21] registered\n[ 0.334476] acpiphp: Slot [22] registered\n[ 0.335271] acpiphp: Slot [23] registered\n[ 0.336061] acpiphp: Slot [24] registered\n[ 0.336850] acpiphp: Slot [25] registered\n[ 0.337638] acpiphp: Slot [26] registered\n[ 0.338430] acpiphp: Slot [27] registered\n[ 0.339221] acpiphp: Slot [28] registered\n[ 0.340053] acpiphp: Slot [29] registered\n[ 0.340935] acpiphp: Slot [30] registered\n[ 0.341791] acpiphp: Slot [31] registered\n[ 0.342633] PCI host bridge to bus 0000:00\n[ 0.343474] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344764] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346038] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349148] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359674] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367910] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414015] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417171] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.420172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422011] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423281] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424440] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426007] vgaarb: loaded\n[ 0.426598] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428100] SCSI subsystem initialized\n[ 0.428922] ACPI: bus type USB registered\n[ 0.429725] usbcore: registered new interface driver usbfs\n[ 0.430730] usbcore: registered new interface driver hub\n[ 0.431712] usbcore: registered new device driver usb\n[ 0.432783] PCI: Using ACPI for IRQ routing\n[ 0.433794] NetLabel: Initializing\n[ 0.434497] NetLabel: domain hash size = 128\n[ 0.435331] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436255] NetLabel: unlabeled traffic allowed by default\n[ 0.437367] clocksource: Switched to clocksource kvm-clock\n[ 0.443451] AppArmor: AppArmor Filesystem Enabled\n[ 0.444403] pnp: PnP ACPI init\n[ 0.445326] pnp: PnP ACPI: found 5 devices\n[ 0.452037] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453713] NET: Registered protocol family 2\n[ 0.454681] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455927] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457069] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458214] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459270] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460410] NET: Registered protocol family 1\n[ 0.461254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463375] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.481882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500770] Trying to unpack rootfs image as initramfs...\n[ 0.551028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.565093] Scanning for low memory corruption every 60 seconds\n[ 0.566492] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567626] audit: initializing netlink subsys (disabled)\n[ 0.568661] audit: type=2000 audit(1538801037.741:1): initialized\n[ 0.569970] Initialise system trusted keyring\n[ 0.570904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.572046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.574137] zbud: loaded\n[ 0.575263] VFS: Disk quotas dquot_6.6.0\n[ 0.576072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577642] fuse init (API version 7.23)\n[ 0.578556] Key type big_key registered\n[ 0.579350] Allocating IMA MOK and blacklist keyrings.\n[ 0.580582] Key type asymmetric registered\n[ 0.581401] Asymmetric key parser 'x509' registered\n[ 0.582343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583811] io scheduler noop registered\n[ 0.584596] io scheduler deadline registered (default)\n[ 0.587206] io scheduler cfq registered\n[ 0.588049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.589083] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590338] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591766] ACPI: Power Button [PWRF]\n[ 0.592647] GHES: HEST is not enabled!\n[ 0.611232] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.651727] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.654283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.678196] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.680608] Linux agpgart interface v0.103\n[ 0.683112] brd: module loaded\n[ 0.684950] loop: module loaded\n[ 0.690007] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.691522] GPT:90111 != 20971519\n[ 0.692218] GPT:Alternate GPT header not at the end of the disk.\n[ 0.693323] GPT:90111 != 20971519\n[ 0.694040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.695051] vda: vda1 vda15\n[ 0.696676] scsi host0: ata_piix\n[ 0.697490] scsi host1: ata_piix\n[ 0.698234] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.699484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.700781] libphy: Fixed MDIO Bus: probed\n[ 0.701682] tun: Universal TUN/TAP device driver, 1.6\n[ 0.702719] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.704762] PPP generic driver version 2.4.2\n[ 0.705736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.706998] ehci-pci: EHCI PCI platform driver\n[ 0.707903] ehci-platform: EHCI generic platform driver\n[ 0.708918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.710107] ohci-pci: OHCI PCI platform driver\n[ 0.710995] ohci-platform: OHCI generic platform driver\n[ 0.712011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731048] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732082] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.733562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.734644] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.735780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.737110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.738687] usb usb1: Product: UHCI Host Controller\n[ 0.739708] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.740941] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.742032] hub 1-0:1.0: USB hub found\n[ 0.742856] hub 1-0:1.0: 2 ports detected\n[ 0.743797] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.746006] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.747089] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.748269] mousedev: PS/2 mouse device common for all mice\n[ 0.749616] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.751639] rtc_cmos 00:00: RTC can wake from S4\n[ 0.752879] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.754199] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.755473] i2c /dev entries driver\n[ 0.756247] device-mapper: uevent: version 1.0.3\n[ 0.757286] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.759069] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.760595] NET: Registered protocol family 10\n[ 0.761716] NET: Registered protocol family 17\n[ 0.762677] Key type dns_resolver registered\n[ 0.764133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765386] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766677] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768659] registered taskstats version 1\n[ 0.769561] Loading compiled-in X.509 certificates\n[ 0.771079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773128] zswap: loaded using pool lzo/zbud\n[ 0.774739] Key type trusted registered\n[ 0.776543] Key type encrypted registered\n[ 0.777464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778572] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779708] evm: HMAC attrs: 0x1\n[ 0.780728] Magic number: 6:580:716\n[ 0.781676] rtc_cmos 00:00: setting system clock to 2018-10-06 04:43:58 UTC (1538801038)\n[ 0.793542] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.794710] EDD information not available.\n[ 0.858390] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.860056] Write protecting the kernel read-only data: 14336k\n[ 0.861787] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.863704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.15\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... [ 2.399745] 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 2.37. iid=i-000000b3\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCK0KzpcsMQYLXBXG7Xhw+thLw63yipzbt39zMJxWubwNKM6erEQJKZMWAeC8tFKHCXqtyv0kjcm86uYpatPc9l2zC8uI8cHrXGn8ukm4ZG+wZV68qYAtSTNxaVyuK4bPSzcBsbhoX2udXDboWp8j+WXfckG2QBC0B0sqyhD8xD3wo9ixuN0nMKj3tMbtxPUm1ljcyHKCELRlYM2KOCEKMXX7v03+qv54alMmG5c2UBumy8VHeRrcfMD97GkGiTw/zh2sz5iXemWGBbES8cIwHm4ATt2We0Uwh+H8loxHN9Gamsry+gsnRHo9Ju1XdfZmdM8qIUA1t2jSIP59WgnD6z root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nssh-dss AAAAB3NzaC1kc3MAAACBAMS1FV6bxUplhUk+DsH8o2vuWzH1q5IgfqV9nnEg00ro+AEbKocZXauotVNR9tCkT2JtD+ZuGaIUfHKbgIPgLySWK8fPYa86A84G6Os0sgN4XjULObaDdxqCmRb3yD4uMjql2spMHO9LdGrD1l29ZIYsa9MII2ywazeJ6T+soFL7AAAAFQCduxy01GuW1Wnu5MVtPFg2X3OCmQAAAIAIA2gZkRV1cPDXvtEFVCqjvqyeC0sXLQAQkuxiU0s1xWHGmanP0MrxIdKPK3lcN9gVHzUJLFt32VeiyDGCm8LLZ/CJMA71gAllSNQzx7k7Jt0T25JFBhFX4lq/A3eO9Zi86onJxPdL914Gp9Vp5yengY2+juf8H67NVDGFWdIIcQAAAIAS3zAlCJa+RFBab3ZFOGdr+uiCAfzn5GMUG3C40uf9Kpzab9Ad+fZMgfROApJvMrd3TDF3VYA8lT94L0nawOGCv5QxKk8ofGpKnZLFR64wK7ou6tLGvMgCuunCW9zQ3quFpBOzXcRC4A6TeWiwAwDSxW0F4iNmxoWPcGtIa7swow== root@createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\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:fe50:bfd/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.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-000000b3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.62 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb login: "} 2018-10-06 04:44:13,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404/action used request id req-ed5b037c-5c6c-40e9-9625-9c9e8d93836d 2018-10-06 04:44:13,586 - create_instance - INFO - Deleting Port with ID - 0332db7c-3991-494e-a944-bcfa0f1bfdd8 2018-10-06 04:44:13,586 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm1-port 2018-10-06 04:44:13,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/0332db7c-3991-494e-a944-bcfa0f1bfdd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:14,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-475b988d-6da0-4307-8c54-d8178f2ba9c4 Date: Sat, 06 Oct 2018 04:44:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:14,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/0332db7c-3991-494e-a944-bcfa0f1bfdd8 used request id req-475b988d-6da0-4307-8c54-d8178f2ba9c4 2018-10-06 04:44:14,274 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 2018-10-06 04:44:14,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:14,456 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44: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-c4a081c4-d86a-42da-98d2-30c7123e8358 x-compute-request-id: req-c4a081c4-d86a-42da-98d2-30c7123e8358 Content-Type: application/json 2018-10-06 04:44:14,456 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-c4a081c4-d86a-42da-98d2-30c7123e8358 2018-10-06 04:44:14,456 - create_instance - INFO - Checking deletion status 2018-10-06 04:44:14,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:14,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-f23db956-373e-4771-9a67-344dc5fe4027 x-compute-request-id: req-f23db956-373e-4771-9a67-344dc5fe4027 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:14Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:14,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-f23db956-373e-4771-9a67-344dc5fe4027 2018-10-06 04:44:14,753 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - ACTIVE 2018-10-06 04:44:14,753 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:17,757 - create_instance - DEBUG - VM status query timeout in 296.699773073 2018-10-06 04:44:17,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:18,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-85311b45-0804-4b83-957a-58f5f564c404 x-compute-request-id: req-85311b45-0804-4b83-957a-58f5f564c404 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:14Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:18,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-85311b45-0804-4b83-957a-58f5f564c404 2018-10-06 04:44:18,011 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - ACTIVE 2018-10-06 04:44:18,011 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:21,014 - create_instance - DEBUG - VM status query timeout in 293.442451 2018-10-06 04:44:21,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:21,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-25723854-207c-4f09-bacc-1c1ebc643cdc x-compute-request-id: req-25723854-207c-4f09-bacc-1c1ebc643cdc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0e65a005-519d-4142-8107-fb583c05ebe0", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:36.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "0e65a005-519d-4142-8107-fb583c05ebe0", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:14Z", "hostId": "27ebb779099b79552b1aff97ce91757c4a7db7a35ab403a7e48b47c7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1", "created": "2018-10-06T04:43:33Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:21,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-25723854-207c-4f09-bacc-1c1ebc643cdc 2018-10-06 04:44:21,263 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1] is - ACTIVE 2018-10-06 04:44:21,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:24,266 - create_instance - DEBUG - VM status query timeout in 290.190411091 2018-10-06 04:44:24,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd6c287f045cd7a2c607059ddcafa501d4edb2bf" 2018-10-06 04:44:24,314 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:44: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-c12a69e0-4885-47ed-865d-0abc4e6de76f x-compute-request-id: req-c12a69e0-4885-47ed-865d-0abc4e6de76f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0e65a005-519d-4142-8107-fb583c05ebe0 could not be found.", "code": 404}} 2018-10-06 04:44:24,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0e65a005-519d-4142-8107-fb583c05ebe0 used request id req-c12a69e0-4885-47ed-865d-0abc4e6de76f 2018-10-06 04:44:24,315 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0e65a005-519d-4142-8107-fb583c05ebe0 could not be found. (HTTP 404) (Request-ID: req-c12a69e0-4885-47ed-865d-0abc4e6de76f) 2018-10-06 04:44:24,315 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst1 2018-10-06 04:44:24,316 - create_instance - INFO - Deleting Port with ID - e0ba8fc5-ce03-4905-9019-d078922942a0 2018-10-06 04:44:24,316 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-vm2-port 2018-10-06 04:44:24,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/e0ba8fc5-ce03-4905-9019-d078922942a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:24,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-085d48d6-72c8-4fb0-8536-52b01475ae16 Date: Sat, 06 Oct 2018 04:44:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:24,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/e0ba8fc5-ce03-4905-9019-d078922942a0 used request id req-085d48d6-72c8-4fb0-8536-52b01475ae16 2018-10-06 04:44:24,924 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 2018-10-06 04:44:24,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:25,083 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44: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-607e4ef1-ddbf-4869-85e3-83b635c3e3b9 x-compute-request-id: req-607e4ef1-ddbf-4869-85e3-83b635c3e3b9 Content-Type: application/json 2018-10-06 04:44:25,083 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-607e4ef1-ddbf-4869-85e3-83b635c3e3b9 2018-10-06 04:44:25,084 - create_instance - INFO - Checking deletion status 2018-10-06 04:44:25,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:25,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c2071de-5b9c-48ce-91d5-142925f3596b x-compute-request-id: req-2c2071de-5b9c-48ce-91d5-142925f3596b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:25Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:25,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-2c2071de-5b9c-48ce-91d5-142925f3596b 2018-10-06 04:44:25,476 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - ACTIVE 2018-10-06 04:44:25,476 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:28,479 - create_instance - DEBUG - VM status query timeout in 296.604366064 2018-10-06 04:44:28,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:28,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-2ac14b1b-d8b5-45b1-aafe-445f7d9b5190 x-compute-request-id: req-2ac14b1b-d8b5-45b1-aafe-445f7d9b5190 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:25Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:28,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-2ac14b1b-d8b5-45b1-aafe-445f7d9b5190 2018-10-06 04:44:28,876 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - ACTIVE 2018-10-06 04:44:28,876 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:31,879 - create_instance - DEBUG - VM status query timeout in 293.204853058 2018-10-06 04:44:31,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:32,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44: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-6363c8ed-f7d7-494d-964e-5bbeb255917f x-compute-request-id: req-6363c8ed-f7d7-494d-964e-5bbeb255917f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404", "rel": "bookmark"}], "image": {"id": "cd943a86-c519-4714-ad04-2cf72348016f", "links": [{"href": "http://172.30.9.29:8774/images/cd943a86-c519-4714-ad04-2cf72348016f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:43:56.000000", "flavor": {"id": "c9b5a917-e9a1-4546-9d74-54be4d71daeb", "links": [{"href": "http://172.30.9.29:8774/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb", "rel": "bookmark"}]}, "id": "2f3a6916-947a-45c1-9cc0-9086a3a74404", "user_id": "36a0807cdb5a4f7198497885b80afff0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:44:25Z", "hostId": "cd811fe4074b1062eadee27bdc630156f5d436c718728c4fb65b47c9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2", "created": "2018-10-06T04:43:51Z", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:44:32,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-6363c8ed-f7d7-494d-964e-5bbeb255917f 2018-10-06 04:44:32,146 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2] is - ACTIVE 2018-10-06 04:44:32,146 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:44:35,149 - create_instance - DEBUG - VM status query timeout in 289.934697151 2018-10-06 04:44:35,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8099e4aa0ef8fdff184e0bfd14afd2d3a8e864" 2018-10-06 04:44:35,200 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:44: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-5b3ebd31-bb6e-4a86-b296-7d4225f7a068 x-compute-request-id: req-5b3ebd31-bb6e-4a86-b296-7d4225f7a068 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2f3a6916-947a-45c1-9cc0-9086a3a74404 could not be found.", "code": 404}} 2018-10-06 04:44:35,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/2f3a6916-947a-45c1-9cc0-9086a3a74404 used request id req-5b3ebd31-bb6e-4a86-b296-7d4225f7a068 2018-10-06 04:44:35,200 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2f3a6916-947a-45c1-9cc0-9086a3a74404 could not be found. (HTTP 404) (Request-ID: req-5b3ebd31-bb6e-4a86-b296-7d4225f7a068) 2018-10-06 04:44:35,201 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-inst2 2018-10-06 04:44:35,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26bf0b809660a39804b8a6792e179e5f9eaee216" 2018-10-06 04:44:35,252 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:44: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-47da7320-962b-4346-b3e5-1b9c9a52bd97 x-compute-request-id: req-47da7320-962b-4346-b3e5-1b9c9a52bd97 Content-Length: 0 Content-Type: application/json 2018-10-06 04:44:35,252 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/c9b5a917-e9a1-4546-9d74-54be4d71daeb used request id req-47da7320-962b-4346-b3e5-1b9c9a52bd97 2018-10-06 04:44:35,253 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router and port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port1 2018-10-06 04:44:35,253 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:44:35,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port_id": "1df136b3-6bd5-42b3-b82a-292a32d11406"}' 2018-10-06 04:44:36,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-642b2bc9-5d95-4c16-844f-aa3b0c5cfcc5 Date: Sat, 06 Oct 2018 04:44:36 GMT RESP BODY: {"network_id": "0dd80d88-d14c-4209-8af2-2036bde4b186", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "subnet_id": "7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd", "subnet_ids": ["7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd"], "port_id": "1df136b3-6bd5-42b3-b82a-292a32d11406", "id": "b335e3e1-da62-448f-a047-8564bb4c8402"} 2018-10-06 04:44:36,829 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/remove_router_interface used request id req-642b2bc9-5d95-4c16-844f-aa3b0c5cfcc5 2018-10-06 04:44:36,830 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router and port CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-router-port2 2018-10-06 04:44:36,830 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:44:36,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" -d '{"port_id": "13296f40-d825-4134-a4dc-4107a5a77afe"}' 2018-10-06 04:44:38,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5a12e839-54df-483a-ac9b-74c974c961f4 Date: Sat, 06 Oct 2018 04:44:38 GMT RESP BODY: {"network_id": "f438318d-4191-4ad9-b687-f3d36bfcfe11", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "subnet_id": "932d9244-9a06-422c-a409-a1f2855ce94f", "subnet_ids": ["932d9244-9a06-422c-a409-a1f2855ce94f"], "port_id": "13296f40-d825-4134-a4dc-4107a5a77afe", "id": "b335e3e1-da62-448f-a047-8564bb4c8402"} 2018-10-06 04:44:38,121 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402/remove_router_interface used request id req-5a12e839-54df-483a-ac9b-74c974c961f4 2018-10-06 04:44:38,121 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:44:38,122 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-pub-router 2018-10-06 04:44:38,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ab2b363273b193f866edfd225871f702237cd" 2018-10-06 04:44:41,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-034f5402-7e60-4504-9f1f-3f8ec4317317 Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:41,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b335e3e1-da62-448f-a047-8564bb4c8402 used request id req-034f5402-7e60-4504-9f1f-3f8ec4317317 2018-10-06 04:44:41,227 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 2018-10-06 04:44:41,227 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet1 2018-10-06 04:44:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:44:43,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b4c83c67-93c8-4a30-bb32-a5738439dfdb Date: Sat, 06 Oct 2018 04:44:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:43,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7b6f2f6f-f79e-4a2f-adb8-93ed7b4bc0bd used request id req-b4c83c67-93c8-4a30-bb32-a5738439dfdb 2018-10-06 04:44:43,679 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net1 2018-10-06 04:44:43,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0dd80d88-d14c-4209-8af2-2036bde4b186 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410263a96105b8ad3df58cf4a1856b0077789589" 2018-10-06 04:44:44,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-826c1d14-682b-4565-ac0b-6d57c898f0b0 Date: Sat, 06 Oct 2018 04:44:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:44,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0dd80d88-d14c-4209-8af2-2036bde4b186 used request id req-826c1d14-682b-4565-ac0b-6d57c898f0b0 2018-10-06 04:44:44,919 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 2018-10-06 04:44:44,920 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-subnet2 2018-10-06 04:44:44,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/932d9244-9a06-422c-a409-a1f2855ce94f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:44:47,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74dd5ccf-efd8-4256-b493-32199d2a64be Date: Sat, 06 Oct 2018 04:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:47,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/932d9244-9a06-422c-a409-a1f2855ce94f used request id req-74dd5ccf-efd8-4256-b493-32199d2a64be 2018-10-06 04:44:47,072 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-net2 2018-10-06 04:44:47,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/f438318d-4191-4ad9-b687-f3d36bfcfe11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1507d37e8296c5e20ab0ae3f8121342c258469e" 2018-10-06 04:44:47,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-faa190e0-38a7-44a4-af73-ff39bf6d2593 Date: Sat, 06 Oct 2018 04:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:47,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/f438318d-4191-4ad9-b687-f3d36bfcfe11 used request id req-faa190e0-38a7-44a4-af73-ff39bf6d2593 2018-10-06 04:44:47,957 - neutron_utils - INFO - Deleting security group rule with ID - 486d434b-76a1-4ffa-8916-cffbc737ee2b 2018-10-06 04:44:47,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/486d434b-76a1-4ffa-8916-cffbc737ee2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:44:48,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29df51f5-31b4-4000-baf5-e330b6d08dd0 Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:48,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/486d434b-76a1-4ffa-8916-cffbc737ee2b used request id req-29df51f5-31b4-4000-baf5-e330b6d08dd0 2018-10-06 04:44:48,077 - neutron_utils - INFO - Deleting security group rule with ID - 5c49797a-ffef-40c2-9b36-8d4806d8fb64 2018-10-06 04:44:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5c49797a-ffef-40c2-9b36-8d4806d8fb64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:44:48,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac6268d7-de53-410c-a645-6c24720eabdf Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:48,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5c49797a-ffef-40c2-9b36-8d4806d8fb64 used request id req-ac6268d7-de53-410c-a645-6c24720eabdf 2018-10-06 04:44:48,312 - neutron_utils - INFO - Deleting security group rule with ID - dca443ed-254c-4da4-867b-6db226e870a4 2018-10-06 04:44:48,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/dca443ed-254c-4da4-867b-6db226e870a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:44:48,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c704239-3194-4d59-b65a-1bbf11397a0e Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:48,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/dca443ed-254c-4da4-867b-6db226e870a4 used request id req-1c704239-3194-4d59-b65a-1bbf11397a0e 2018-10-06 04:44:48,598 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-bb25411e-0d6f-4fd0-90b3-3272c7fc21bb-sec-grp 2018-10-06 04:44:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f7609867-9555-446e-a692-836116ab9604 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed4ce909e37fa7d6afb6d8d68bb66a4cd5b1de5f" 2018-10-06 04:44:48,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d340d1a9-8d10-4361-92ad-ee8ace94d722 Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:48,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f7609867-9555-446e-a692-836116ab9604 used request id req-d340d1a9-8d10-4361-92ad-ee8ace94d722 2018-10-06 04:44:48,898 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-1bb992e8-13c3-4be0-9b9d-7cfe2e944163 2018-10-06 04:44:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}473c34db1a7475050240ba7238dd3f870340af58" 2018-10-06 04:44:50,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc01df0b-678b-4e98-9a62-f864c5de5e16 Date: Sat, 06 Oct 2018 04:44:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:44:50,107 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/cd943a86-c519-4714-ad04-2cf72348016f used request id req-bc01df0b-678b-4e98-9a62-f864c5de5e16 2018-10-06 04:44:50,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:50,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-71c49957-f763-402f-b2a0-1f0d3a1d7621 Date: Sat, 06 Oct 2018 04:44:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:03Z", "updated_at": "2018-10-06T04:43:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "revision_number": 0, "id": "05acc237-43be-466b-a8bf-b5bf6f61dc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "revision_number": 0, "id": "46deea74-67ec-4f07-b68f-6d0c4b0b453c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "revision_number": 0, "id": "b1f9bc5b-3f70-41b8-aeed-223a2d0f5cbd", "remote_group_id": "d024d620-612f-463b-945d-2509064dbd12", "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv6", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "revision_number": 0, "id": "f945e8d8-e2ce-4f0e-8d29-d2e71959aa86", "remote_group_id": "d024d620-612f-463b-945d-2509064dbd12", "remote_ip_prefix": null, "created_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "port_range_min": null, "ethertype": "IPv4", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d"}], "revision_number": 4, "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "d024d620-612f-463b-945d-2509064dbd12", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:44:50,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-71c49957-f763-402f-b2a0-1f0d3a1d7621 2018-10-06 04:44:50,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:50,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807d4df5-deb9-497e-968e-acaea7def2fc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:44:50,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-807d4df5-deb9-497e-968e-acaea7def2fc 2018-10-06 04:44:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:50,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f830ed86-9c42-48c5-b23f-ef59436982c3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:44:50,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-f830ed86-9c42-48c5-b23f-ef59436982c3 2018-10-06 04:44:50,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:50,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea0a4ee-b691-467b-b47a-199fd8c364c0 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d"}, "enabled": true, "id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj"}} 2018-10-06 04:44:50,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-8ea0a4ee-b691-467b-b47a-199fd8c364c0 2018-10-06 04:44:50,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d024d620-612f-463b-945d-2509064dbd12 2018-10-06 04:44:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d024d620-612f-463b-945d-2509064dbd12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:50,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2a0eca16-ebb7-4781-91ae-9b17d0a28e08 Date: Sat, 06 Oct 2018 04:44:50 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-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:03Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "05acc237-43be-466b-a8bf-b5bf6f61dc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:03Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "46deea74-67ec-4f07-b68f-6d0c4b0b453c"}, {"remote_group_id": "d024d620-612f-463b-945d-2509064dbd12", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:03Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "b1f9bc5b-3f70-41b8-aeed-223a2d0f5cbd"}, {"remote_group_id": "d024d620-612f-463b-945d-2509064dbd12", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:43:03Z", "security_group_id": "d024d620-612f-463b-945d-2509064dbd12", "port_range_min": null, "revision_number": 0, "tenant_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "created_at": "2018-10-06T04:43:03Z", "project_id": "5aec9d2e21d3476a8b8c7e0b2672f75d", "id": "f945e8d8-e2ce-4f0e-8d29-d2e71959aa86"}]} 2018-10-06 04:44:50,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d024d620-612f-463b-945d-2509064dbd12 used request id req-2a0eca16-ebb7-4781-91ae-9b17d0a28e08 2018-10-06 04:44:50,786 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:44:50,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d024d620-612f-463b-945d-2509064dbd12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:51,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ea83cb7-3627-496c-a06d-afb163727cdc Content-Length: 0 Date: Sat, 06 Oct 2018 04:44:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:44:51,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d024d620-612f-463b-945d-2509064dbd12 used request id req-2ea83cb7-3627-496c-a06d-afb163727cdc 2018-10-06 04:44:51,100 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj 2018-10-06 04:44:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:51,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4d5e022-ba68-40ef-bbba-11039a6334de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:44:51,397 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5aec9d2e21d3476a8b8c7e0b2672f75d used request id req-f4d5e022-ba68-40ef-bbba-11039a6334de 2018-10-06 04:44:51,397 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-proj-role 2018-10-06 04:44:51,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:51,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfa3b97e-3fa6-4b93-8a14-053e4a9a012f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:44:51,507 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/719289d5a6084b2cb27512601c11491f used request id req-dfa3b97e-3fa6-4b93-8a14-053e4a9a012f 2018-10-06 04:44:51,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101c66a35dadb54db0d15820943b9c0663c5390a" 2018-10-06 04:44:51,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5123dd97-5954-48a9-8b69-8bd8ee666e4a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:44:51,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5123dd97-5954-48a9-8b69-8bd8ee666e4a 2018-10-06 04:44:51,603 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-2cabd3c3-9c56-48a-user 2018-10-06 04:44:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/36a0807cdb5a4f7198497885b80afff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b8bb664f00e7d8aac71e6086424ac2fb7b93fc" 2018-10-06 04:44:51,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7e4723d-fad2-4c09-9657-46c14f34ed15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:44:51,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/36a0807cdb5a4f7198497885b80afff0 used request id req-e7e4723d-fad2-4c09-9657-46c14f34ed15 2018-10-06 04:44:51,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:52,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["iI7HTVkjSmyqhgcsK6npog"], "issued_at": "2018-10-06T04:44:52.000000Z"}} 2018-10-06 04:44:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c0bc5577fb0b0440b76220dab29649b3919b7a7" 2018-10-06 04:44:52,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef7efa0-cf9b-4c5d-a130-945b25e9d28f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:52,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0ef7efa0-cf9b-4c5d-a130-945b25e9d28f 2018-10-06 04:44:52,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:52,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:52,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["VDXCaKdeSLWF4SzWH_5qMA"], "issued_at": "2018-10-06T04:44:52.000000Z"}} 2018-10-06 04:44:52,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:52,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd90a653-6066-4b6e-a6d0-1f02f45ac6fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:52,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd90a653-6066-4b6e-a6d0-1f02f45ac6fa 2018-10-06 04:44:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:44:52,758 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:44:52,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:52,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9eeaf85-9bca-4dc3-9b8a-f9323be9f43b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:44:52,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj used request id req-c9eeaf85-9bca-4dc3-9b8a-f9323be9f43b 2018-10-06 04:44:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:52,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d987a5b8-ca99-4cba-97e4-7efb3aefc96d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:44:52,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d987a5b8-ca99-4cba-97e4-7efb3aefc96d 2018-10-06 04:44:52,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj"}}' 2018-10-06 04:44:52,986 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a6df802-6e6a-48c2-83fc-5ab016419737 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e"}, "enabled": true, "id": "17b7e0bb06eb4ba9b18bcb31781d293e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj"}} 2018-10-06 04:44:52,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0a6df802-6e6a-48c2-83fc-5ab016419737 2018-10-06 04:44:52,987 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-proj 2018-10-06 04:44:52,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:52,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:53,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:44:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Daa1h8AfTOavQbdHJ589hQ"], "issued_at": "2018-10-06T04:44:53.000000Z"}} 2018-10-06 04:44:53,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcaa4c82793e368829b0cd0d1473fd1111612cd" 2018-10-06 04:44:53,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bafd85ba-2e54-4d27-8b29-974ddb79b3ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:53,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bafd85ba-2e54-4d27-8b29-974ddb79b3ad 2018-10-06 04:44:53,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:44:53,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:44:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:44:53,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcaa4c82793e368829b0cd0d1473fd1111612cd" 2018-10-06 04:44:53,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c426a46-7ea3-4905-8667-54c720cc3351 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:44:53,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1c426a46-7ea3-4905-8667-54c720cc3351 2018-10-06 04:44:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcaa4c82793e368829b0cd0d1473fd1111612cd" 2018-10-06 04:44:53,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6dc8cd5-2d96-499d-9c36-d4f0ee8c8a8e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e"}, "enabled": true, "id": "17b7e0bb06eb4ba9b18bcb31781d293e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj"}]} 2018-10-06 04:44:53,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-350ffadc-e4e5-401-proj used request id req-b6dc8cd5-2d96-499d-9c36-d4f0ee8c8a8e 2018-10-06 04:44:53,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcaa4c82793e368829b0cd0d1473fd1111612cd" 2018-10-06 04:44:53,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de8744a-97db-4f16-bd1c-dd248390f95c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:44:53,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3de8744a-97db-4f16-bd1c-dd248390f95c 2018-10-06 04:44:54,088 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-user 2018-10-06 04:44:54,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:54,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:54,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ae03a6-12e7-4993-8cd9-3980ecd0e19e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:44:54,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-82ae03a6-12e7-4993-8cd9-3980ecd0e19e 2018-10-06 04:44:54,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" -d '{"role": {"name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role"}}' 2018-10-06 04:44:54,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a304e357-10aa-434b-826f-b732bad9a3ff Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c00c21a05b444708c1c6926f5f1c8de", "links": {"self": "http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de"}, "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role"}} 2018-10-06 04:44:54,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a304e357-10aa-434b-826f-b732bad9a3ff 2018-10-06 04:44:54,293 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role 2018-10-06 04:44:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:54,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77873f9e-7fab-4dde-bafe-bd2d20a59782 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de"}, "domain_id": null, "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role", "id": "6c00c21a05b444708c1c6926f5f1c8de"}} 2018-10-06 04:44:54,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de used request id req-77873f9e-7fab-4dde-bafe-bd2d20a59782 2018-10-06 04:44:54,389 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role to project CreateInstanceSimpleTests-350ffadc-e4e5-401-proj 2018-10-06 04:44:54,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e/users/610563bd9397448aace375aac9a5da01/roles/6c00c21a05b444708c1c6926f5f1c8de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:44:54,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c524b19c-2488-4d89-a832-a09e4c39b366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:44:54,509 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e/users/610563bd9397448aace375aac9a5da01/roles/6c00c21a05b444708c1c6926f5f1c8de used request id req-c524b19c-2488-4d89-a832-a09e4c39b366 2018-10-06 04:44:54,510 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:44:54,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:54,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:54,512 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:44:54,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:54,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:54,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c00c21a05b444708c1c6926f5f1c8de", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role"}], "expires_at": "2018-10-06T05:44:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17b7e0bb06eb4ba9b18bcb31781d293e", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-user", "id": "610563bd9397448aace375aac9a5da01"}, "audit_ids": ["nUQn_5osQNmQ-HnFXqUTew"], "issued_at": "2018-10-06T04:44:54.000000Z"}} 2018-10-06 04:44:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:54,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-702ff710-6550-4510-9027-c2db66d1ff45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:54,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-702ff710-6550-4510-9027-c2db66d1ff45 2018-10-06 04:44:54,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:55,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-8bc901c7-d3a0-4e2f-a0a1-9c026fbd5e01 Date: Sat, 06 Oct 2018 04:44:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image"} 2018-10-06 04:44:55,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image used request id req-8bc901c7-d3a0-4e2f-a0a1-9c026fbd5e01 2018-10-06 04:44:55,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:55,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d3c48cd7-43c9-4520-a11e-260cae9c2296 Date: Sat, 06 Oct 2018 04:44: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", "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-10-06 04:44:55,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d3c48cd7-43c9-4520-a11e-260cae9c2296 2018-10-06 04:44:55,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image"}' 2018-10-06 04:44:55,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 X-Openstack-Request-Id: req-d7ea1d1b-230e-4e23-8caa-edb0bb9cd8a8 Date: Sat, 06 Oct 2018 04:44:55 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:44:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:44:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "min_disk": 0, "protected": false, "id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "file": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file", "checksum": null, "owner": "17b7e0bb06eb4ba9b18bcb31781d293e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:44:55,600 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d7ea1d1b-230e-4e23-8caa-edb0bb9cd8a8 2018-10-06 04:44:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" -d '' 2018-10-06 04:44:57,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fe0d634-d2cd-4e85-9855-5865a7c1ad2a Date: Sat, 06 Oct 2018 04:44:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:44:57,326 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file used request id req-0fe0d634-d2cd-4e85-9855-5865a7c1ad2a 2018-10-06 04:44:57,327 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:44:57,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:57,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-0451e6c9-ecb5-4f6c-a2df-0aede0991312 Date: Sat, 06 Oct 2018 04:44:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "metadata": {}}], "self": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "min_disk": 0, "protected": false, "id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "file": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "17b7e0bb06eb4ba9b18bcb31781d293e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:44:57,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 used request id req-0451e6c9-ecb5-4f6c-a2df-0aede0991312 2018-10-06 04:44:57,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:57,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8fca208e-7726-4681-80ae-e7a5170a69a5 Date: Sat, 06 Oct 2018 04:44: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", "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-10-06 04:44:57,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8fca208e-7726-4681-80ae-e7a5170a69a5 2018-10-06 04:44:57,687 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image 2018-10-06 04:44:57,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:44:57,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-da7cf94f-232a-48cd-a4b5-feafafa33aa2 Date: Sat, 06 Oct 2018 04:44:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "metadata": {}}], "self": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "min_disk": 0, "protected": false, "id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "file": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "17b7e0bb06eb4ba9b18bcb31781d293e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:44:57,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 used request id req-da7cf94f-232a-48cd-a4b5-feafafa33aa2 2018-10-06 04:44:57,708 - create_image - DEBUG - Instance status is - active 2018-10-06 04:44:57,708 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image 2018-10-06 04:44:57,708 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image 2018-10-06 04:44:57,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:57,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:58,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["1DjH9fvbTYuzQA6XciHxEQ"], "issued_at": "2018-10-06T04:44:58.000000Z"}} 2018-10-06 04:44:58,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2230a681bd34d1f52d55af03cfce36422e9b8fa" 2018-10-06 04:44:58,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc5f48d-20c2-45ab-8aec-183a177284b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:58,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1dc5f48d-20c2-45ab-8aec-183a177284b9 2018-10-06 04:44:58,175 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:44:58,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2230a681bd34d1f52d55af03cfce36422e9b8fa" 2018-10-06 04:44:58,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83ed579f-274a-46b9-b0e7-63ff48a48b67 x-compute-request-id: req-83ed579f-274a-46b9-b0e7-63ff48a48b67 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:44:58,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-83ed579f-274a-46b9-b0e7-63ff48a48b67 2018-10-06 04:44:58,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2230a681bd34d1f52d55af03cfce36422e9b8fa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-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-10-06 04:44:58,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64a9125a-9cd8-4c8d-84bb-66cae24a5d35 x-compute-request-id: req-64a9125a-9cd8-4c8d-84bb-66cae24a5d35 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "34629ecd-465f-430f-a8a9-0339caca6d10", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:44:58,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-64a9125a-9cd8-4c8d-84bb-66cae24a5d35 2018-10-06 04:44:58,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:44:58,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:44:58,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KBgMJHnbR_24BfgIJ8rbiQ"], "issued_at": "2018-10-06T04:44:58.000000Z"}} 2018-10-06 04:44:58,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:44:58,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662951dc-42ce-4672-9efd-4611197413ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:44:58,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-662951dc-42ce-4672-9efd-4611197413ee 2018-10-06 04:44:58,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:44:59,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-33de3c79-7b9f-4b70-b77b-0c30e29cc45d Date: Sat, 06 Oct 2018 04:44:59 GMT RESP BODY: {"networks":[]} 2018-10-06 04:44:59,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-33de3c79-7b9f-4b70-b77b-0c30e29cc45d 2018-10-06 04:44:59,068 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net 2018-10-06 04:44:59,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" -d '{"network": {"name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net", "admin_state_up": true}}' 2018-10-06 04:44:59,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-3536d52d-e0eb-4f6e-9d84-4503ca0f7524 Date: Sat, 06 Oct 2018 04:44:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:44:59Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","mtu":1450}} 2018-10-06 04:44:59,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3536d52d-e0eb-4f6e-9d84-4503ca0f7524 2018-10-06 04:44:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:44:59,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-4d81fa18-2752-471b-baa8-0366481eb62f Date: Sat, 06 Oct 2018 04:44:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:44:59Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:44:59,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-4d81fa18-2752-471b-baa8-0366481eb62f 2018-10-06 04:44:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:45:00,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2bce6ab2-cdb3-4366-81d8-9dd64852d082 Date: Sat, 06 Oct 2018 04:45:00 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:45:00,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-2bce6ab2-cdb3-4366-81d8-9dd64852d082 2018-10-06 04:45:00,020 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet 2018-10-06 04:45:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" -d '{"subnets": [{"ip_version": 4, "network_id": "ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]}' 2018-10-06 04:45:00,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b7684838-cba7-4ef0-803e-d428a1194215 Date: Sat, 06 Oct 2018 04:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:00,667 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b7684838-cba7-4ef0-803e-d428a1194215 2018-10-06 04:45:00,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:45:00,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3aef1823-f9ac-4286-a351-cf3e2af8b83f Date: Sat, 06 Oct 2018 04:45:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:00,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-3aef1823-f9ac-4286-a351-cf3e2af8b83f 2018-10-06 04:45:00,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:45:00,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1cded8bd-b892-4c5f-a625-870bd6f3c2ea Date: Sat, 06 Oct 2018 04:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:00,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-1cded8bd-b892-4c5f-a625-870bd6f3c2ea 2018-10-06 04:45:00,951 - OpenStackNetwork - DEBUG - Network [ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b] created successfully 2018-10-06 04:45:00,951 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:45:00,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:00,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:00,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:00,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:01,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["t7T2JVLfT3qfl9-Ou31HOA"], "issued_at": "2018-10-06T04:45:01.000000Z"}} 2018-10-06 04:45:01,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2a3fcd99253786fd56ca4abe8c22f4096fb9f46" 2018-10-06 04:45:01,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bb1269-b28b-448a-afc5-2a2a414225d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:01,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01bb1269-b28b-448a-afc5-2a2a414225d7 2018-10-06 04:45:01,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:01,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:01,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["CTfaQEjzR7CTY-eiPPCU7w"], "issued_at": "2018-10-06T04:45:01.000000Z"}} 2018-10-06 04:45:01,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:01,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27e116c-e1e3-4308-b279-139085616310 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:01,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e27e116c-e1e3-4308-b279-139085616310 2018-10-06 04:45:01,900 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:45:01,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:01,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4f604f-9fc2-4e63-8d4e-6034518c774d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:01,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec4f604f-9fc2-4e63-8d4e-6034518c774d 2018-10-06 04:45:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:02,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4c3e4655-cfe0-4a13-ba67-8b6c341d6553 Date: Sat, 06 Oct 2018 04:45:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:02,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-4c3e4655-cfe0-4a13-ba67-8b6c341d6553 2018-10-06 04:45:02,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:02,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:02,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:02,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb34e5c-533e-45f7-bcaa-7b2a4382a81a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:02,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-eeb34e5c-533e-45f7-bcaa-7b2a4382a81a 2018-10-06 04:45:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:02,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-85432909-ccee-4af0-8ce4-c0e0ef81389f Date: Sat, 06 Oct 2018 04:45:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:02,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-85432909-ccee-4af0-8ce4-c0e0ef81389f 2018-10-06 04:45:02,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:02,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-951248a0-56a8-4ad6-a85d-c541def8b528 Date: Sat, 06 Oct 2018 04:45:02 GMT RESP BODY: {"ports":[]} 2018-10-06 04:45:02,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True used request id req-951248a0-56a8-4ad6-a85d-c541def8b528 2018-10-06 04:45:02,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:03,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-d5b24bbe-0b0d-400f-b62a-b3ab7327e61f x-compute-request-id: req-d5b24bbe-0b0d-400f-b62a-b3ab7327e61f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:45:03,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst used request id req-d5b24bbe-0b0d-400f-b62a-b3ab7327e61f 2018-10-06 04:45:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:03,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-185f2068-671d-4c62-839c-9bceae34cbe2 Date: Sat, 06 Oct 2018 04:45:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:03,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-185f2068-671d-4c62-839c-9bceae34cbe2 2018-10-06 04:45:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:03,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1513d2-b909-4d29-99e7-b2a72ebf0927 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:03,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ab1513d2-b909-4d29-99e7-b2a72ebf0927 2018-10-06 04:45:03,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:03,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-363839c0-3231-4ef7-87f5-bccd7f13c02e Date: Sat, 06 Oct 2018 04:45:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:03,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-363839c0-3231-4ef7-87f5-bccd7f13c02e 2018-10-06 04:45:03,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:03,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4355de3d-78ae-42da-ac5b-0dc5bf969fb2 Date: Sat, 06 Oct 2018 04:45:03 GMT RESP BODY: {"ports":[]} 2018-10-06 04:45:03,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True used request id req-4355de3d-78ae-42da-ac5b-0dc5bf969fb2 2018-10-06 04:45:03,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:03,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:04,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3WT5brMcSd-MOhjNPRdBZA"], "issued_at": "2018-10-06T04:45:04.000000Z"}} 2018-10-06 04:45:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c5b4862456c83f106b41b071035f8d9cb86a1cf" 2018-10-06 04:45:04,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0483ade8-862c-4099-89ba-7565a726b849 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:04,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0483ade8-862c-4099-89ba-7565a726b849 2018-10-06 04:45:04,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:04,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e0a6f8fd-e057-402e-8c99-17d9538c9363 Date: Sat, 06 Oct 2018 04:45:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:04,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-e0a6f8fd-e057-402e-8c99-17d9538c9363 2018-10-06 04:45:04,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:04,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-71a82915-7549-413f-8fce-5a34bde9a969 Date: Sat, 06 Oct 2018 04:45:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:04,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-71a82915-7549-413f-8fce-5a34bde9a969 2018-10-06 04:45:04,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:05,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6e1b1c5a-7d0d-414c-9989-e5f81b868f5f Date: Sat, 06 Oct 2018 04:45:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:05,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-6e1b1c5a-7d0d-414c-9989-e5f81b868f5f 2018-10-06 04:45:05,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:05,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:05,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c5b4862456c83f106b41b071035f8d9cb86a1cf" 2018-10-06 04:45:05,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc31ef8-8086-4af6-b37a-486f513e8fd2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:05,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-0bc31ef8-8086-4af6-b37a-486f513e8fd2 2018-10-06 04:45:05,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:05,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b25763be-330e-4b33-bf44-a0141b5bfd85 Date: Sat, 06 Oct 2018 04:45:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:05,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-b25763be-330e-4b33-bf44-a0141b5bfd85 2018-10-06 04:45:05,369 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net 2018-10-06 04:45:05,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" -d '{"port": {"network_id": "ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port", "admin_state_up": true}}' 2018-10-06 04:45:06,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-ad1e967b-d942-4e80-a4b6-e474563b7341 Date: Sat, 06 Oct 2018 04:45:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:05Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:5b:4d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","project_id":"a7d6caa95069492db33f7f33bd6078c2","qos_policy_id":null,"admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal"}} 2018-10-06 04:45:06,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-ad1e967b-d942-4e80-a4b6-e474563b7341 2018-10-06 04:45:06,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-05e47030-eee8-43e6-912d-c45979db21fd Date: Sat, 06 Oct 2018 04:45:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:06,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-05e47030-eee8-43e6-912d-c45979db21fd 2018-10-06 04:45:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c663dae-1ad7-4203-8593-fcb78189b429 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:06,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-0c663dae-1ad7-4203-8593-fcb78189b429 2018-10-06 04:45:06,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-10c4884e-2ecf-43d9-8f61-23f55f55acdd Date: Sat, 06 Oct 2018 04:45:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:06,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-10c4884e-2ecf-43d9-8f61-23f55f55acdd 2018-10-06 04:45:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-56493f2d-30c3-45a5-a9e0-51087f4afb26 Date: Sat, 06 Oct 2018 04:45:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:5b:4d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:45:06,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port&admin_state_up=True used request id req-56493f2d-30c3-45a5-a9e0-51087f4afb26 2018-10-06 04:45:06,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5881ea8a-5048-4f07-9649-de4f8e9a956e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:06,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-5881ea8a-5048-4f07-9649-de4f8e9a956e 2018-10-06 04:45:06,746 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst 2018-10-06 04:45:06,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-2fe3305a-126e-4118-92d0-f27fb1803a6a x-compute-request-id: req-2fe3305a-126e-4118-92d0-f27fb1803a6a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-flavor-name"}]} 2018-10-06 04:45:06,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2fe3305a-126e-4118-92d0-f27fb1803a6a 2018-10-06 04:45:06,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-30b31e67-0a6c-40d9-bb9f-b0ef4e47fc31 x-compute-request-id: req-30b31e67-0a6c-40d9-bb9f-b0ef4e47fc31 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "34629ecd-465f-430f-a8a9-0339caca6d10", "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:45:06,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10 used request id req-30b31e67-0a6c-40d9-bb9f-b0ef4e47fc31 2018-10-06 04:45:06,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:06,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-09ea3032-4f0c-49d0-bc97-85b2bcdce8ea Date: Sat, 06 Oct 2018 04:45:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "metadata": {}}], "self": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "min_disk": 0, "protected": false, "id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "file": "/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "17b7e0bb06eb4ba9b18bcb31781d293e", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image"} 2018-10-06 04:45:06,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image used request id req-09ea3032-4f0c-49d0-bc97-85b2bcdce8ea 2018-10-06 04:45:06,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:07,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2b2452d8-cafa-4438-8365-f3a8d441b3fa Date: Sat, 06 Oct 2018 04:45:07 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", "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-10-06 04:45:07,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2b2452d8-cafa-4438-8365-f3a8d441b3fa 2018-10-06 04:45:07,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" -d '{"server": {"name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "imageRef": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "flavorRef": "34629ecd-465f-430f-a8a9-0339caca6d10", "max_count": 1, "min_count": 1, "networks": [{"port": "7382458d-6249-4525-bf88-21a6e4829ff0"}]}}' 2018-10-06 04:45:08,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93f211c7-1a7d-40b7-bb1c-acf4158abfd7 x-compute-request-id: req-93f211c7-1a7d-40b7-bb1c-acf4158abfd7 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "adminPass": "NRf34Kd425Y9"}} 2018-10-06 04:45:08,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-93f211c7-1a7d-40b7-bb1c-acf4158abfd7 2018-10-06 04:45:08,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:09,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3585dd8d-45a7-470c-a19b-a701595e6a5c x-compute-request-id: req-3585dd8d-45a7-470c-a19b-a701595e6a5c Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:09,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-3585dd8d-45a7-470c-a19b-a701595e6a5c 2018-10-06 04:45:09,070 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst 2018-10-06 04:45:09,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:09,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-33c443f4-aa60-43f8-9909-5528e646a9df x-compute-request-id: req-33c443f4-aa60-43f8-9909-5528e646a9df 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.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:09Z", "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-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:09,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-33c443f4-aa60-43f8-9909-5528e646a9df 2018-10-06 04:45:09,444 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - BUILD 2018-10-06 04:45:09,444 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:45:12,447 - create_instance - DEBUG - VM status query timeout in 896.623131037 2018-10-06 04:45:12,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:12,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-f0c119f9-6637-46ed-ac64-2a3b2a875998 x-compute-request-id: req-f0c119f9-6637-46ed-ac64-2a3b2a875998 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:09Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:12,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-f0c119f9-6637-46ed-ac64-2a3b2a875998 2018-10-06 04:45:12,993 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - BUILD 2018-10-06 04:45:12,994 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:45:15,994 - create_instance - DEBUG - VM status query timeout in 893.076038837 2018-10-06 04:45:15,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:16,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19226fe1-dd80-4741-b815-3caee7f0f85a x-compute-request-id: req-19226fe1-dd80-4741-b815-3caee7f0f85a Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:09Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:16,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-19226fe1-dd80-4741-b815-3caee7f0f85a 2018-10-06 04:45:16,919 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - BUILD 2018-10-06 04:45:16,919 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:45:19,922 - create_instance - DEBUG - VM status query timeout in 889.147790909 2018-10-06 04:45:19,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:20,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-286e2806-c7a0-4432-9f9d-f7dfea40200b x-compute-request-id: req-286e2806-c7a0-4432-9f9d-f7dfea40200b Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:16Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:20,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-286e2806-c7a0-4432-9f9d-f7dfea40200b 2018-10-06 04:45:20,536 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - ACTIVE 2018-10-06 04:45:20,536 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:45:20,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:21,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a84e780-e44a-4adf-8e84-723b03d08140 x-compute-request-id: req-9a84e780-e44a-4adf-8e84-723b03d08140 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:16Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:21,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-9a84e780-e44a-4adf-8e84-723b03d08140 2018-10-06 04:45:21,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:21,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-098077e9-d550-4716-ae08-d8e4f2c30de9 Date: Sat, 06 Oct 2018 04:45:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:21,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-098077e9-d550-4716-ae08-d8e4f2c30de9 2018-10-06 04:45:21,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:21,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5901e5-c35a-4e5d-9671-035289c1147a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:21,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6d5901e5-c35a-4e5d-9671-035289c1147a 2018-10-06 04:45:21,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:21,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-537e4bf5-67e2-4b60-a609-226539226a0d Date: Sat, 06 Oct 2018 04:45:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:21,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-537e4bf5-67e2-4b60-a609-226539226a0d 2018-10-06 04:45:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:21,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-84d195cb-233d-47db-92e6-552ca1760970 Date: Sat, 06 Oct 2018 04:45:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.4"}],"id":"73792d13-41ed-4ed7-8882-1bbffc81d9a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:71:bd","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:5b:4d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal","device_id":"0f4806fe-ed4d-45b2-a303-17d2d1856ddf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.3"}],"id":"93409dff-6faf-4d2c-8afb-1fabc894760a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d6:9a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.2"}],"id":"f83bb963-2e0a-4035-ad1e-bcc485c16d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:98:1e","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"}]} 2018-10-06 04:45:21,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-84d195cb-233d-47db-92e6-552ca1760970 2018-10-06 04:45:21,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:21,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["YPqrZxRVQHaSzUNLKuo9CA"], "issued_at": "2018-10-06T04:45:21.000000Z"}} 2018-10-06 04:45:21,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd17a5826bb287132eeb33b65300f22f083a8ed7" 2018-10-06 04:45:22,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-29e31c52-d7fc-4784-84e8-20c8e844a111 x-compute-request-id: req-29e31c52-d7fc-4784-84e8-20c8e844a111 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:16Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 04:45:22,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst used request id req-29e31c52-d7fc-4784-84e8-20c8e844a111 2018-10-06 04:45:22,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:22,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["CsKQNly_RniNCAUBGLOeiw"], "issued_at": "2018-10-06T04:45:22.000000Z"}} 2018-10-06 04:45:22,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61ae049eeab02cbea03bd749eb9aec0fbad1014" 2018-10-06 04:45:23,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7125e944-90ad-4019-8ddc-85d7e3c7ba7b Date: Sat, 06 Oct 2018 04:45:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:23,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-7125e944-90ad-4019-8ddc-85d7e3c7ba7b 2018-10-06 04:45:23,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61ae049eeab02cbea03bd749eb9aec0fbad1014" 2018-10-06 04:45:23,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7e72a0f7-3203-42e5-aced-73a3e9182a9b Date: Sat, 06 Oct 2018 04:45:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:23,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-7e72a0f7-3203-42e5-aced-73a3e9182a9b 2018-10-06 04:45:23,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d61ae049eeab02cbea03bd749eb9aec0fbad1014" 2018-10-06 04:45:23,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-a78ac1e7-d7aa-4faf-bcb3-c68eef024c04 Date: Sat, 06 Oct 2018 04:45:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.4"}],"id":"73792d13-41ed-4ed7-8882-1bbffc81d9a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:71:bd","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:5b:4d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal","device_id":"0f4806fe-ed4d-45b2-a303-17d2d1856ddf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.3"}],"id":"93409dff-6faf-4d2c-8afb-1fabc894760a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d6:9a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.2"}],"id":"f83bb963-2e0a-4035-ad1e-bcc485c16d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:98:1e","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"}]} 2018-10-06 04:45:23,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-a78ac1e7-d7aa-4faf-bcb3-c68eef024c04 2018-10-06 04:45:23,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:23,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c00c21a05b444708c1c6926f5f1c8de", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role"}], "expires_at": "2018-10-06T05:45:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17b7e0bb06eb4ba9b18bcb31781d293e", "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/17b7e0bb06eb4ba9b18bcb31781d293e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-350ffadc-e4e5-401-user", "id": "610563bd9397448aace375aac9a5da01"}, "audit_ids": ["OZgiOe1BSx6OXvIU4NH5rg"], "issued_at": "2018-10-06T04:45:23.000000Z"}} 2018-10-06 04:45:23,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d019a69e0655513cb0bfa4701fae140f4200666" 2018-10-06 04:45:24,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-2de25cf2-19ef-451a-9d5d-29b19708a0c9 x-compute-request-id: req-2de25cf2-19ef-451a-9d5d-29b19708a0c9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:45:24,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst used request id req-2de25cf2-19ef-451a-9d5d-29b19708a0c9 2018-10-06 04:45:24,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:24,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93257de2-a53e-49ce-9efc-c101b23cb73e x-compute-request-id: req-93257de2-a53e-49ce-9efc-c101b23cb73e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:16Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:24,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-93257de2-a53e-49ce-9efc-c101b23cb73e 2018-10-06 04:45:24,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-db449dcc-48a0-4d55-92db-637a50ac7856 Date: Sat, 06 Oct 2018 04:45:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:25,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-db449dcc-48a0-4d55-92db-637a50ac7856 2018-10-06 04:45:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225d2c68-51b8-4132-a492-9a697ad533dc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:25,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-225d2c68-51b8-4132-a492-9a697ad533dc 2018-10-06 04:45:25,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-85be917e-2b33-4d03-a80f-7f20114b9ff7 Date: Sat, 06 Oct 2018 04:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:25,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-85be917e-2b33-4d03-a80f-7f20114b9ff7 2018-10-06 04:45:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-c5e07379-ca96-4cf5-9221-7d90ab81e621 Date: Sat, 06 Oct 2018 04:45:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.4"}],"id":"73792d13-41ed-4ed7-8882-1bbffc81d9a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:71:bd","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:5b:4d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal","device_id":"0f4806fe-ed4d-45b2-a303-17d2d1856ddf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.3"}],"id":"93409dff-6faf-4d2c-8afb-1fabc894760a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d6:9a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.2"}],"id":"f83bb963-2e0a-4035-ad1e-bcc485c16d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:98:1e","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"}]} 2018-10-06 04:45:25,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-c5e07379-ca96-4cf5-9221-7d90ab81e621 2018-10-06 04:45:25,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-4a8f49b6-e4c5-4920-8e02-6bf559ecb600 x-compute-request-id: req-4a8f49b6-e4c5-4920-8e02-6bf559ecb600 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:5b:4d", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:16Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:25,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-4a8f49b6-e4c5-4920-8e02-6bf559ecb600 2018-10-06 04:45:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:25,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-35486553-97d7-4e5f-9528-a4a47acf6c9a Date: Sat, 06 Oct 2018 04:45:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956"],"description":"","tags":[],"updated_at":"2018-10-06T04:45:00Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:44:59Z","provider:network_type":"vxlan"}]} 2018-10-06 04:45:25,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net used request id req-35486553-97d7-4e5f-9528-a4a47acf6c9a 2018-10-06 04:45:25,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:26,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810f6486-47c3-4b63-8c74-d957c95cf03e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:26,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-810f6486-47c3-4b63-8c74-d957c95cf03e 2018-10-06 04:45:26,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:26,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6e1b86d8-8972-49fe-a766-4c07c8fa1c6e Date: Sat, 06 Oct 2018 04:45:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45: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":"a7d6caa95069492db33f7f33bd6078c2","id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","subnetpool_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet"}]} 2018-10-06 04:45:26,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-6e1b86d8-8972-49fe-a766-4c07c8fa1c6e 2018-10-06 04:45:26,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:26,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-5e67b35d-82b6-482a-90ff-cd101a40d00c Date: Sat, 06 Oct 2018 04:45:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.4"}],"id":"73792d13-41ed-4ed7-8882-1bbffc81d9a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:71:bd","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.13"}],"id":"7382458d-6249-4525-bf88-21a6e4829ff0","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:5b:4d","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:05Z","binding:vnic_type":"normal","device_id":"0f4806fe-ed4d-45b2-a303-17d2d1856ddf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.3"}],"id":"93409dff-6faf-4d2c-8afb-1fabc894760a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:d6:9a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956","ip_address":"10.55.0.2"}],"id":"f83bb963-2e0a-4035-ad1e-bcc485c16d04","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:98:1e","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:45:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b"}]} 2018-10-06 04:45:26,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-5e67b35d-82b6-482a-90ff-cd101a40d00c 2018-10-06 04:45:26,152 - create_instance - INFO - Deleting Port with ID - 7382458d-6249-4525-bf88-21a6e4829ff0 2018-10-06 04:45:26,153 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-port 2018-10-06 04:45:26,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/7382458d-6249-4525-bf88-21a6e4829ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:27,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcb62f16-2466-481e-9b5f-6006195c8f9b Date: Sat, 06 Oct 2018 04:45:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:45:27,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/7382458d-6249-4525-bf88-21a6e4829ff0 used request id req-bcb62f16-2466-481e-9b5f-6006195c8f9b 2018-10-06 04:45:27,219 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst 2018-10-06 04:45:27,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:27,535 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:45: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-9e576c0e-cdda-4cfb-b174-541ba5397be3 x-compute-request-id: req-9e576c0e-cdda-4cfb-b174-541ba5397be3 Content-Type: application/json 2018-10-06 04:45:27,535 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-9e576c0e-cdda-4cfb-b174-541ba5397be3 2018-10-06 04:45:27,535 - create_instance - INFO - Checking deletion status 2018-10-06 04:45:27,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:27,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-7d3d6eb6-9052-456c-bd28-7c952a276ece x-compute-request-id: req-7d3d6eb6-9052-456c-bd28-7c952a276ece Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:27Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:27,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-7d3d6eb6-9052-456c-bd28-7c952a276ece 2018-10-06 04:45:27,781 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - ACTIVE 2018-10-06 04:45:27,782 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:45:30,785 - create_instance - DEBUG - VM status query timeout in 296.750674963 2018-10-06 04:45:30,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:30,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-7875cb7d-ba05-456b-9be2-36e32250aa67 x-compute-request-id: req-7875cb7d-ba05-456b-9be2-36e32250aa67 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "rel": "bookmark"}], "image": {"id": "ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "links": [{"href": "http://172.30.9.29:8774/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-06T04:45:11.000000", "flavor": {"id": "34629ecd-465f-430f-a8a9-0339caca6d10", "links": [{"href": "http://172.30.9.29:8774/flavors/34629ecd-465f-430f-a8a9-0339caca6d10", "rel": "bookmark"}]}, "id": "0f4806fe-ed4d-45b2-a303-17d2d1856ddf", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:45:27Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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": "CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst", "created": "2018-10-06T04:45:08Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:30,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-7875cb7d-ba05-456b-9be2-36e32250aa67 2018-10-06 04:45:30,908 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst] is - ACTIVE 2018-10-06 04:45:30,908 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:45:33,911 - create_instance - DEBUG - VM status query timeout in 293.624155045 2018-10-06 04:45:33,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ca8bca4e8f2d7aa2c24e65dea93a0566b171a7" 2018-10-06 04:45:33,964 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:45: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-12d61f27-2c3c-4bb0-bb30-acc846d3a466 x-compute-request-id: req-12d61f27-2c3c-4bb0-bb30-acc846d3a466 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0f4806fe-ed4d-45b2-a303-17d2d1856ddf could not be found.", "code": 404}} 2018-10-06 04:45:33,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0f4806fe-ed4d-45b2-a303-17d2d1856ddf used request id req-12d61f27-2c3c-4bb0-bb30-acc846d3a466 2018-10-06 04:45:33,964 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0f4806fe-ed4d-45b2-a303-17d2d1856ddf could not be found. (HTTP 404) (Request-ID: req-12d61f27-2c3c-4bb0-bb30-acc846d3a466) 2018-10-06 04:45:33,965 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-inst 2018-10-06 04:45:33,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2230a681bd34d1f52d55af03cfce36422e9b8fa" 2018-10-06 04:45:34,013 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:45: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-e47e7bba-72eb-4d1b-a36f-d47b103cb4ef x-compute-request-id: req-e47e7bba-72eb-4d1b-a36f-d47b103cb4ef Content-Length: 0 Content-Type: application/json 2018-10-06 04:45:34,013 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/34629ecd-465f-430f-a8a9-0339caca6d10 used request id req-e47e7bba-72eb-4d1b-a36f-d47b103cb4ef 2018-10-06 04:45:34,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet 2018-10-06 04:45:34,014 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-subnet 2018-10-06 04:45:34,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:45:36,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47d5b27c-0e74-4337-889e-b7f131a7c653 Date: Sat, 06 Oct 2018 04:45:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:45:36,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/44a9eb4b-f6a5-48bb-83eb-2ef22a7d6956 used request id req-47d5b27c-0e74-4337-889e-b7f131a7c653 2018-10-06 04:45:36,328 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-pub-net 2018-10-06 04:45:36,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c260f73c99a6f850e20635316e10409f35df473" 2018-10-06 04:45:37,596 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-511d8139-4981-4b2b-bc82-489b7ff7be93 Date: Sat, 06 Oct 2018 04:45:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:45:37,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ac2b36e0-bde3-4bb1-b75c-d2ad0f19cc5b used request id req-511d8139-4981-4b2b-bc82-489b7ff7be93 2018-10-06 04:45:37,597 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-db7dd0a0-692a-4559-96d7-b5213a45fc33-image 2018-10-06 04:45:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c07a2747627503eee97b1a2e9a786734530a8fd" 2018-10-06 04:45:39,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1930906-159e-45be-836d-17ecc551d796 Date: Sat, 06 Oct 2018 04:45:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:45:39,052 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/ce1cf060-0f7c-43a6-a429-1e6eaa2e0771 used request id req-e1930906-159e-45be-836d-17ecc551d796 2018-10-06 04:45:39,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a0816ff3-a210-481e-b07f-037b75933171 Date: Sat, 06 Oct 2018 04:45:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:45:39,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a0816ff3-a210-481e-b07f-037b75933171 2018-10-06 04:45:39,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f82c52-4090-4666-93f5-9606ea29cb35 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:45:39,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-81f82c52-4090-4666-93f5-9606ea29cb35 2018-10-06 04:45:39,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf2dcfd-6749-4958-bac8-4d287eaf8f27 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:45:39,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ccf2dcfd-6749-4958-bac8-4d287eaf8f27 2018-10-06 04:45:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb9b818-9cb3-4b00-82c2-422f4649121a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:45:39,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-6fb9b818-9cb3-4b00-82c2-422f4649121a 2018-10-06 04:45:39,666 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-proj 2018-10-06 04:45:39,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1a70637-f3c4-455f-8f10-9239781430de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:45:39,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/17b7e0bb06eb4ba9b18bcb31781d293e used request id req-a1a70637-f3c4-455f-8f10-9239781430de 2018-10-06 04:45:39,858 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-proj-role 2018-10-06 04:45:39,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:39,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f665a713-34d2-4afe-ba67-cc8eabe3ca78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:45:39,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6c00c21a05b444708c1c6926f5f1c8de used request id req-f665a713-34d2-4afe-ba67-cc8eabe3ca78 2018-10-06 04:45:39,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c5c4c3df93d12a898a788c4280de51b22b9d39" 2018-10-06 04:45:40,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df999a79-0a5f-40e0-abe8-2d9293becbc3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:45:40,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df999a79-0a5f-40e0-abe8-2d9293becbc3 2018-10-06 04:45:40,067 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-350ffadc-e4e5-401-user 2018-10-06 04:45:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/610563bd9397448aace375aac9a5da01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcaa4c82793e368829b0cd0d1473fd1111612cd" 2018-10-06 04:45:40,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:45:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f31a49-e520-4913-adfa-9bfe7bbf8b9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:45:40,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/610563bd9397448aace375aac9a5da01 used request id req-f0f31a49-e520-4913-adfa-9bfe7bbf8b9c 2018-10-06 04:45:40,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:40,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-RCbHklhQd-LAnKj_kkoAA"], "issued_at": "2018-10-06T04:45:40.000000Z"}} 2018-10-06 04:45:40,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1489ee4238d42f24187ce7303918dbff52048e78" 2018-10-06 04:45:40,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbe825f-6f8c-4427-a8b2-c8aab0f3e616 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:40,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0cbe825f-6f8c-4427-a8b2-c8aab0f3e616 2018-10-06 04:45:40,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:40,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:41,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["klF1EblrTv2aiB9tV7zPMg"], "issued_at": "2018-10-06T04:45:41.000000Z"}} 2018-10-06 04:45:41,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:41,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf86c419-b423-44b3-9a7c-104f8df97896 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:41,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf86c419-b423-44b3-9a7c-104f8df97896 2018-10-06 04:45:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:41,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:41,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:41,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5196cd-9032-4252-9af1-6f6f4e018fa7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:45:41,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj used request id req-0e5196cd-9032-4252-9af1-6f6f4e018fa7 2018-10-06 04:45:41,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:41,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69909f8b-a987-43d6-b22f-7c4c6fea5c83 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:45:41,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-69909f8b-a987-43d6-b22f-7c4c6fea5c83 2018-10-06 04:45:41,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}}' 2018-10-06 04:45:41,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4cf971-1713-4cc1-8028-57f93c5d81eb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:41,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ac4cf971-1713-4cc1-8028-57f93c5d81eb 2018-10-06 04:45:41,520 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj 2018-10-06 04:45:41,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:41,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:41,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["TyXWuKNaS2GRCwGdfUNBHw"], "issued_at": "2018-10-06T04:45:41.000000Z"}} 2018-10-06 04:45:41,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f735b67f7c6d4cce5f46c8e218c0533183fc55" 2018-10-06 04:45:41,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86870941-2195-4dd3-b42d-b82734ccdcd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:41,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-86870941-2195-4dd3-b42d-b82734ccdcd5 2018-10-06 04:45:41,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:41,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:41,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f735b67f7c6d4cce5f46c8e218c0533183fc55" 2018-10-06 04:45:42,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4298f8f4-a576-48ae-995d-f9a1b3e31522 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:45:42,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-4298f8f4-a576-48ae-995d-f9a1b3e31522 2018-10-06 04:45:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f735b67f7c6d4cce5f46c8e218c0533183fc55" 2018-10-06 04:45:42,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbdddf19-66e8-456e-9e9d-62d2d4d11ab1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}]} 2018-10-06 04:45:42,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj used request id req-bbdddf19-66e8-456e-9e9d-62d2d4d11ab1 2018-10-06 04:45:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f735b67f7c6d4cce5f46c8e218c0533183fc55" 2018-10-06 04:45:42,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0468d3e-b18c-45e0-a903-27f791f9b7bb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:45:42,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d0468d3e-b18c-45e0-a903-27f791f9b7bb 2018-10-06 04:45:42,718 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user 2018-10-06 04:45:42,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:42,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:42,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44b968b-492d-4ee0-86ff-3df794920db1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:45:42,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a44b968b-492d-4ee0-86ff-3df794920db1 2018-10-06 04:45:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" -d '{"role": {"name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}}' 2018-10-06 04:45:42,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa48f312-263b-4d26-962f-61d282475fe3 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ac9d11a50c244b0b81d977b6a1b12a4", "links": {"self": "http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4"}, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}} 2018-10-06 04:45:42,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-fa48f312-263b-4d26-962f-61d282475fe3 2018-10-06 04:45:42,951 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role 2018-10-06 04:45:42,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:43,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d827852-b739-4274-a831-3a219b3d772d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4"}, "domain_id": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role", "id": "6ac9d11a50c244b0b81d977b6a1b12a4"}} 2018-10-06 04:45:43,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4 used request id req-0d827852-b739-4274-a831-3a219b3d772d 2018-10-06 04:45:43,042 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role to project CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj 2018-10-06 04:45:43,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce/users/280ab81a173048b7bd6fbdc205202451/roles/6ac9d11a50c244b0b81d977b6a1b12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:45:43,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdd470ba-4714-4974-b344-4a2e51960335 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:45:43,169 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce/users/280ab81a173048b7bd6fbdc205202451/roles/6ac9d11a50c244b0b81d977b6a1b12a4 used request id req-cdd470ba-4714-4974-b344-4a2e51960335 2018-10-06 04:45:43,169 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:45:43,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:43,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:43,172 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:45:43,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:43,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:43,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["F6sG5ewYRaiuSN7fDLCfFg"], "issued_at": "2018-10-06T04:45:43.000000Z"}} 2018-10-06 04:45:43,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:43,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451f94c8-2054-4324-895a-9a541d336ffe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:43,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-451f94c8-2054-4324-895a-9a541d336ffe 2018-10-06 04:45:43,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:43,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0a9fde77-b6f5-46e1-b49d-bfb41826ea14 Date: Sat, 06 Oct 2018 04:45:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image"} 2018-10-06 04:45:43,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image used request id req-0a9fde77-b6f5-46e1-b49d-bfb41826ea14 2018-10-06 04:45:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:43,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dcb0da88-3783-4537-abfe-3e41a67f3b84 Date: Sat, 06 Oct 2018 04:45: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", "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-10-06 04:45:43,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-dcb0da88-3783-4537-abfe-3e41a67f3b84 2018-10-06 04:45:44,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image"}' 2018-10-06 04:45:44,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 X-Openstack-Request-Id: req-88cac40c-48c6-46e1-809b-a66a0a1e17ef Date: Sat, 06 Oct 2018 04:45:44 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:45:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:45:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "min_disk": 0, "protected": false, "id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "file": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file", "checksum": null, "owner": "de04bb652dc3415aa068c8659b83a1ce", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:45:44,186 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-88cac40c-48c6-46e1-809b-a66a0a1e17ef 2018-10-06 04:45:44,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" -d '' 2018-10-06 04:45:45,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5bc8049-86fe-4216-b1fb-da17d60eae9c Date: Sat, 06 Oct 2018 04:45:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:45:45,512 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file used request id req-d5bc8049-86fe-4216-b1fb-da17d60eae9c 2018-10-06 04:45:45,512 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:45:45,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:45,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-1d3d879e-83a6-429f-b0cf-dfc7b70ac91e Date: Sat, 06 Oct 2018 04:45:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:45:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:45:45Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "metadata": {}}], "self": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "min_disk": 0, "protected": false, "id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "file": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "de04bb652dc3415aa068c8659b83a1ce", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:45:45,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 used request id req-1d3d879e-83a6-429f-b0cf-dfc7b70ac91e 2018-10-06 04:45:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:45,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6cea8d2a-b25f-4b03-b387-ae237d7082df Date: Sat, 06 Oct 2018 04:45:45 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", "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-10-06 04:45:45,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6cea8d2a-b25f-4b03-b387-ae237d7082df 2018-10-06 04:45:45,830 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image 2018-10-06 04:45:45,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:45:45,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-3d13101f-598a-453d-9ded-37ddfd2e1003 Date: Sat, 06 Oct 2018 04:45:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:45:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:45:45Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "metadata": {}}], "self": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "min_disk": 0, "protected": false, "id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "file": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "de04bb652dc3415aa068c8659b83a1ce", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:45:45,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 used request id req-3d13101f-598a-453d-9ded-37ddfd2e1003 2018-10-06 04:45:45,850 - create_image - DEBUG - Instance status is - active 2018-10-06 04:45:45,850 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image 2018-10-06 04:45:45,851 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image 2018-10-06 04:45:45,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:45,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:46,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:45:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MumAV4cgSWKLMypaErBU5Q"], "issued_at": "2018-10-06T04:45:46.000000Z"}} 2018-10-06 04:45:46,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dafb2dfde85b2b0ecdc16bb5d4a3a394a3d461e5" 2018-10-06 04:45:46,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd64edc2-6bed-494b-9dcc-cbb0a1582fdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:46,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bd64edc2-6bed-494b-9dcc-cbb0a1582fdd 2018-10-06 04:45:46,327 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:45:46,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dafb2dfde85b2b0ecdc16bb5d4a3a394a3d461e5" 2018-10-06 04:45:46,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-bd3a358f-f8e4-43ff-852e-7f233692e51a x-compute-request-id: req-bd3a358f-f8e4-43ff-852e-7f233692e51a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:45:46,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bd3a358f-f8e4-43ff-852e-7f233692e51a 2018-10-06 04:45:46,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dafb2dfde85b2b0ecdc16bb5d4a3a394a3d461e5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-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-10-06 04:45:46,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-80a44c10-574e-43cd-b3a9-c85768918aaa x-compute-request-id: req-80a44c10-574e-43cd-b3a9-c85768918aaa Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d450ccce-895b-4ba1-8317-961a57941e03", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:45:46,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-80a44c10-574e-43cd-b3a9-c85768918aaa 2018-10-06 04:45:46,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:46,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:46,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:45:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["g8osLUFVQHGNeGZVBmX6Fw"], "issued_at": "2018-10-06T04:45:46.000000Z"}} 2018-10-06 04:45:46,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:47,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c9e1d3-d435-475b-ba02-c293b4c6bec2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:47,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4c9e1d3-d435-475b-ba02-c293b4c6bec2 2018-10-06 04:45:47,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:47,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7ff1f292-6b30-4c8c-8582-c50a252defa8 Date: Sat, 06 Oct 2018 04:45:47 GMT RESP BODY: {"networks":[]} 2018-10-06 04:45:47,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-7ff1f292-6b30-4c8c-8582-c50a252defa8 2018-10-06 04:45:47,194 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net 2018-10-06 04:45:47,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" -d '{"network": {"name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net", "admin_state_up": true}}' 2018-10-06 04:45:47,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-489bf0fc-f5f4-4e9b-a718-b5c3b0702f86 Date: Sat, 06 Oct 2018 04:45:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9d65d732-365e-4bbd-951a-ea7027f48b52","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:45:47Z","is_default":false,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","mtu":1450}} 2018-10-06 04:45:47,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-489bf0fc-f5f4-4e9b-a718-b5c3b0702f86 2018-10-06 04:45:47,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:48,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d25d84f2-42b3-49cf-ac74-70d9e771b9f8 Date: Sat, 06 Oct 2018 04:45:48 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-10-06T04:45:47Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:48,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-d25d84f2-42b3-49cf-ac74-70d9e771b9f8 2018-10-06 04:45:48,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:48,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b07a7f62-4df6-45bd-891d-098a2950d45c Date: Sat, 06 Oct 2018 04:45:48 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:45:48,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-b07a7f62-4df6-45bd-891d-098a2950d45c 2018-10-06 04:45:48,346 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet 2018-10-06 04:45:48,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" -d '{"subnets": [{"ip_version": 4, "network_id": "9d65d732-365e-4bbd-951a-ea7027f48b52", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]}' 2018-10-06 04:45:49,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-480dbdc9-a80b-4e48-81c5-5d93cf74859a Date: Sat, 06 Oct 2018 04:45:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","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":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:49,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-480dbdc9-a80b-4e48-81c5-5d93cf74859a 2018-10-06 04:45:49,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:49,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fccc768f-a5f5-4747-8f4b-fd92bfcb6872 Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:49,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-fccc768f-a5f5-4747-8f4b-fd92bfcb6872 2018-10-06 04:45:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:45:49,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-64156743-1448-4732-b0a3-078806c55148 Date: Sat, 06 Oct 2018 04:45:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:49,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-64156743-1448-4732-b0a3-078806c55148 2018-10-06 04:45:49,475 - OpenStackNetwork - DEBUG - Network [9d65d732-365e-4bbd-951a-ea7027f48b52] created successfully 2018-10-06 04:45:49,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:49,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:49,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:45:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["XYbtTIrKTtanse1ixTn1jw"], "issued_at": "2018-10-06T04:45:49.000000Z"}} 2018-10-06 04:45:49,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:49,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a8ac5b-2084-4ec7-b480-fe097214f61f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:49,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18a8ac5b-2084-4ec7-b480-fe097214f61f 2018-10-06 04:45:49,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:45:49,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:50,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ecf1618-ea2d-4688-af42-799693b72746 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:50,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ecf1618-ea2d-4688-af42-799693b72746 2018-10-06 04:45:50,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:50,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fda6e7e8-2506-4d43-b6e4-b861599660cb Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:50,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-fda6e7e8-2506-4d43-b6e4-b861599660cb 2018-10-06 04:45:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:50,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:50,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8769a9ae-1a54-4a4c-96c9-4ad4eb9bc4d6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:50,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-8769a9ae-1a54-4a4c-96c9-4ad4eb9bc4d6 2018-10-06 04:45:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:50,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-367603d2-f554-48a4-8db7-d4fee639c748 Date: Sat, 06 Oct 2018 04:45:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:50,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-367603d2-f554-48a4-8db7-d4fee639c748 2018-10-06 04:45:50,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:50,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b719510-0b9b-4ad6-9325-a7a153c19b28 Date: Sat, 06 Oct 2018 04:45:50 GMT RESP BODY: {"ports":[]} 2018-10-06 04:45:50,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True used request id req-0b719510-0b9b-4ad6-9325-a7a153c19b28 2018-10-06 04:45:50,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:51,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-2dd6ea3d-71d6-4964-a6d9-0822998e8235 x-compute-request-id: req-2dd6ea3d-71d6-4964-a6d9-0822998e8235 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:45:51,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst used request id req-2dd6ea3d-71d6-4964-a6d9-0822998e8235 2018-10-06 04:45:51,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:51,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-04904b9e-0d5d-4992-9c86-6bb35d310fc1 Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:51,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-04904b9e-0d5d-4992-9c86-6bb35d310fc1 2018-10-06 04:45:51,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:51,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c3d5416-38ec-4a3d-80ee-9c288bd9fef9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:51,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-7c3d5416-38ec-4a3d-80ee-9c288bd9fef9 2018-10-06 04:45:51,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:51,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-70b3e9ea-0f96-46a5-8f4b-ed5f41bfcd5c Date: Sat, 06 Oct 2018 04:45:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:51,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-70b3e9ea-0f96-46a5-8f4b-ed5f41bfcd5c 2018-10-06 04:45:51,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:51,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e37d78a1-f867-4ca3-aad1-c778bc30a2cf Date: Sat, 06 Oct 2018 04:45:51 GMT RESP BODY: {"ports":[]} 2018-10-06 04:45:51,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True used request id req-e37d78a1-f867-4ca3-aad1-c778bc30a2cf 2018-10-06 04:45:51,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:45:51,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:45:51,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["fQCs9NnRSvaoZxw5MpCnhA"], "issued_at": "2018-10-06T04:45:51.000000Z"}} 2018-10-06 04:45:51,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6b912b3a4d3cc34e0c194acb7289c371b92c25" 2018-10-06 04:45:52,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89632e6-f123-41ee-9285-42a1f4ce3457 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:45:52,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a89632e6-f123-41ee-9285-42a1f4ce3457 2018-10-06 04:45:52,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:52,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e046b1b4-5d4e-4f25-8153-c7adfd911fec Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:52,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-e046b1b4-5d4e-4f25-8153-c7adfd911fec 2018-10-06 04:45:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:52,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c1401896-d2c0-40d5-8622-2f25da32757f Date: Sat, 06 Oct 2018 04:45:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:52,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-c1401896-d2c0-40d5-8622-2f25da32757f 2018-10-06 04:45:52,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:52,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8c7392ff-4b49-4f4c-8978-1cf4061d520e Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:52,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-8c7392ff-4b49-4f4c-8978-1cf4061d520e 2018-10-06 04:45:52,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:45:52,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:45:52,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6b912b3a4d3cc34e0c194acb7289c371b92c25" 2018-10-06 04:45:52,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03c2a72-e3da-4c06-b205-28081fa8c946 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:52,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-e03c2a72-e3da-4c06-b205-28081fa8c946 2018-10-06 04:45:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:53,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8e48ebd5-6c4f-45db-b9e7-7d1083b0dd99 Date: Sat, 06 Oct 2018 04:45:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:53,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-8e48ebd5-6c4f-45db-b9e7-7d1083b0dd99 2018-10-06 04:45:53,057 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net 2018-10-06 04:45:53,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" -d '{"port": {"network_id": "9d65d732-365e-4bbd-951a-ea7027f48b52", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port", "admin_state_up": true}}' 2018-10-06 04:45:53,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-353882e2-d84e-40c1-ab54-fa4f470912d3 Date: Sat, 06 Oct 2018 04:45:53 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","project_id":"de04bb652dc3415aa068c8659b83a1ce","qos_policy_id":null,"admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal"}} 2018-10-06 04:45:53,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-353882e2-d84e-40c1-ab54-fa4f470912d3 2018-10-06 04:45:53,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4b645a0d-789d-49ee-af33-1459b3347578 Date: Sat, 06 Oct 2018 04:45: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:45:54,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-4b645a0d-789d-49ee-af33-1459b3347578 2018-10-06 04:45:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652006de-59dd-4910-8708-4d10354b2e2a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:54,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-652006de-59dd-4910-8708-4d10354b2e2a 2018-10-06 04:45:54,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-032588d7-9dbc-4b6a-bcd5-f73ac6117701 Date: Sat, 06 Oct 2018 04:45:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:45:54,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-032588d7-9dbc-4b6a-bcd5-f73ac6117701 2018-10-06 04:45:54,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-c3d4ad5c-ff66-4aec-9dc1-cebe4112866f Date: Sat, 06 Oct 2018 04:45:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:45:54,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port&admin_state_up=True used request id req-c3d4ad5c-ff66-4aec-9dc1-cebe4112866f 2018-10-06 04:45:54,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be39c064-4e72-4162-b14a-6827c6afdec7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:45:54,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-be39c064-4e72-4162-b14a-6827c6afdec7 2018-10-06 04:45:54,695 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst 2018-10-06 04:45:54,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-13d8815e-8e9e-4cfa-aa3b-06ac4b907c27 x-compute-request-id: req-13d8815e-8e9e-4cfa-aa3b-06ac4b907c27 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-flavor-name"}]} 2018-10-06 04:45:54,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-13d8815e-8e9e-4cfa-aa3b-06ac4b907c27 2018-10-06 04:45:54,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:54,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-f9002f92-88a1-49f9-8825-2467c6d5e899 x-compute-request-id: req-f9002f92-88a1-49f9-8825-2467c6d5e899 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d450ccce-895b-4ba1-8317-961a57941e03", "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:45:54,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03 used request id req-f9002f92-88a1-49f9-8825-2467c6d5e899 2018-10-06 04:45:54,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:55,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-03ba06ae-be76-44b8-9e0b-16356e7c867a Date: Sat, 06 Oct 2018 04:45:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:45:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:45:45Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "metadata": {}}], "self": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "min_disk": 0, "protected": false, "id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "file": "/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "de04bb652dc3415aa068c8659b83a1ce", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1352e8c1-8b5b-451a-81f9-027c95b77033/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image"} 2018-10-06 04:45:55,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image used request id req-03ba06ae-be76-44b8-9e0b-16356e7c867a 2018-10-06 04:45:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:55,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43fbaab9-237f-4558-8f3e-55c4cb3818be Date: Sat, 06 Oct 2018 04:45: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", "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-10-06 04:45:55,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-43fbaab9-237f-4558-8f3e-55c4cb3818be 2018-10-06 04:45:55,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" -d '{"server": {"name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "imageRef": "1352e8c1-8b5b-451a-81f9-027c95b77033", "flavorRef": "d450ccce-895b-4ba1-8317-961a57941e03", "max_count": 1, "min_count": 1, "networks": [{"port": "ab87b470-4142-4207-bef3-c462857483ab"}]}}' 2018-10-06 04:45:56,736 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:45: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-f2464e8b-2fd7-4571-8c43-f30cc2e92be2 x-compute-request-id: req-f2464e8b-2fd7-4571-8c43-f30cc2e92be2 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "adminPass": "Jxk8JcJBVJ99"}} 2018-10-06 04:45:56,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f2464e8b-2fd7-4571-8c43-f30cc2e92be2 2018-10-06 04:45:56,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:57,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-a96b61bd-aea1-479f-9ba7-17396ee727fa x-compute-request-id: req-a96b61bd-aea1-479f-9ba7-17396ee727fa 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.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:57,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-a96b61bd-aea1-479f-9ba7-17396ee727fa 2018-10-06 04:45:57,092 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst 2018-10-06 04:45:57,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:45:57,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:45: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-8ddd417c-608e-4067-82c0-6e8a080abbb2 x-compute-request-id: req-8ddd417c-608e-4067-82c0-6e8a080abbb2 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.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:45:57,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-8ddd417c-608e-4067-82c0-6e8a080abbb2 2018-10-06 04:45:57,471 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst] is - BUILD 2018-10-06 04:45:57,471 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:00,474 - create_instance - DEBUG - VM status query timeout in 896.618413925 2018-10-06 04:46:00,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:01,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-22e1d227-2614-4990-8d00-a62147718239 x-compute-request-id: req-22e1d227-2614-4990-8d00-a62147718239 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:45:57Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:01,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-22e1d227-2614-4990-8d00-a62147718239 2018-10-06 04:46:01,021 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst] is - BUILD 2018-10-06 04:46:01,022 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:04,025 - create_instance - DEBUG - VM status query timeout in 893.067724943 2018-10-06 04:46:04,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:04,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-780ba65d-71b5-42ed-9de3-c6eb57e729d2 x-compute-request-id: req-780ba65d-71b5-42ed-9de3-c6eb57e729d2 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:01Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:04,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-780ba65d-71b5-42ed-9de3-c6eb57e729d2 2018-10-06 04:46:04,645 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst] is - ACTIVE 2018-10-06 04:46:04,645 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:46:04,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:05,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-bee0e07e-9268-4481-9814-6e9ebe7473e4 x-compute-request-id: req-bee0e07e-9268-4481-9814-6e9ebe7473e4 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:01Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:05,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-bee0e07e-9268-4481-9814-6e9ebe7473e4 2018-10-06 04:46:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:05,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-06f47b48-7a99-411e-9d20-5406091c40ff Date: Sat, 06 Oct 2018 04:46: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:46:05,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-06f47b48-7a99-411e-9d20-5406091c40ff 2018-10-06 04:46:05,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:05,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050c5784-bb06-4dae-b644-1da74766e835 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:46:05,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-050c5784-bb06-4dae-b644-1da74766e835 2018-10-06 04:46:05,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:05,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6e594bec-f1f6-401a-9fb1-ec7b455dacd9 Date: Sat, 06 Oct 2018 04:46:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:46:05,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-6e594bec-f1f6-401a-9fb1-ec7b455dacd9 2018-10-06 04:46:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:06,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-296c3253-35d3-4d43-b0a2-2d87244933ab Date: Sat, 06 Oct 2018 04:46:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.4"}],"id":"829a9b88-b72a-4935-9ad9-39d7bc5dc17c","security_groups":[],"mac_address":"fa:16:3e:f4:32:20","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.2"}],"id":"9249a448-e047-437f-b385-3d9d1ff09096","security_groups":[],"mac_address":"fa:16:3e:18:a8:70","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.3"}],"id":"a0cee53c-a5e0-47c7-840c-3c5b41f38452","security_groups":[],"mac_address":"fa:16:3e:dd:ad:fa","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal","device_id":"d6c5ccf7-27c3-4fb5-a323-d99a4c82c389"}]} 2018-10-06 04:46:06,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-296c3253-35d3-4d43-b0a2-2d87244933ab 2018-10-06 04:46:06,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:06,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["cFSwEko1Q9iPJfjRcvKxew"], "issued_at": "2018-10-06T04:46:06.000000Z"}} 2018-10-06 04:46:06,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c00a535329642b7491df5c5c6c694bd0db5606" 2018-10-06 04:46:07,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-dc4e3846-cb93-4e08-81ee-bf860f3db07b x-compute-request-id: req-dc4e3846-cb93-4e08-81ee-bf860f3db07b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:01Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 04:46:07,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst used request id req-dc4e3846-cb93-4e08-81ee-bf860f3db07b 2018-10-06 04:46:07,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:07,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ac9d11a50c244b0b81d977b6a1b12a4", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role"}], "expires_at": "2018-10-06T05:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de04bb652dc3415aa068c8659b83a1ce", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/de04bb652dc3415aa068c8659b83a1ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user", "id": "280ab81a173048b7bd6fbdc205202451"}, "audit_ids": ["N5IBRt1bQhqy9RG5GDqZ9w"], "issued_at": "2018-10-06T04:46:07.000000Z"}} 2018-10-06 04:46:07,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6003589ea580709ef9aafbd73edad5d77cfd7c40" 2018-10-06 04:46:08,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-53371759-711f-488a-870d-cc4d9a08e4a2 Date: Sat, 06 Oct 2018 04:46: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:46:08,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-53371759-711f-488a-870d-cc4d9a08e4a2 2018-10-06 04:46:08,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6003589ea580709ef9aafbd73edad5d77cfd7c40" 2018-10-06 04:46:08,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f0b97a1-62f1-4732-95ca-3e33a8933e0a Date: Sat, 06 Oct 2018 04:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:46:08,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-9f0b97a1-62f1-4732-95ca-3e33a8933e0a 2018-10-06 04:46:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6003589ea580709ef9aafbd73edad5d77cfd7c40" 2018-10-06 04:46:08,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-982a6cb8-7f9d-4b8c-8957-87997ed06df4 Date: Sat, 06 Oct 2018 04:46:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.4"}],"id":"829a9b88-b72a-4935-9ad9-39d7bc5dc17c","security_groups":[],"mac_address":"fa:16:3e:f4:32:20","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.2"}],"id":"9249a448-e047-437f-b385-3d9d1ff09096","security_groups":[],"mac_address":"fa:16:3e:18:a8:70","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.3"}],"id":"a0cee53c-a5e0-47c7-840c-3c5b41f38452","security_groups":[],"mac_address":"fa:16:3e:dd:ad:fa","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal","device_id":"d6c5ccf7-27c3-4fb5-a323-d99a4c82c389"}]} 2018-10-06 04:46:08,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-982a6cb8-7f9d-4b8c-8957-87997ed06df4 2018-10-06 04:46:08,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:08,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-2dc2eb91-8825-47e8-a9ad-573a92c9503b x-compute-request-id: req-2dc2eb91-8825-47e8-a9ad-573a92c9503b Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:01Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:08,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-2dc2eb91-8825-47e8-a9ad-573a92c9503b 2018-10-06 04:46:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:08,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1434c771-154a-4083-9219-51f54a1be1d9 Date: Sat, 06 Oct 2018 04:46: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:46:08,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-1434c771-154a-4083-9219-51f54a1be1d9 2018-10-06 04:46:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:09,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1993acc3-6fe7-4a16-9620-78417ef2c84f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:46:09,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-1993acc3-6fe7-4a16-9620-78417ef2c84f 2018-10-06 04:46:09,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:09,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5d7dbbba-c573-442c-a994-ed6151ba60b3 Date: Sat, 06 Oct 2018 04:46:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:46:09,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-5d7dbbba-c573-442c-a994-ed6151ba60b3 2018-10-06 04:46:09,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:09,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ef1b0db6-dcb5-4693-a1ee-57126cb46a05 Date: Sat, 06 Oct 2018 04:46:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.4"}],"id":"829a9b88-b72a-4935-9ad9-39d7bc5dc17c","security_groups":[],"mac_address":"fa:16:3e:f4:32:20","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.2"}],"id":"9249a448-e047-437f-b385-3d9d1ff09096","security_groups":[],"mac_address":"fa:16:3e:18:a8:70","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.3"}],"id":"a0cee53c-a5e0-47c7-840c-3c5b41f38452","security_groups":[],"mac_address":"fa:16:3e:dd:ad:fa","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal","device_id":"d6c5ccf7-27c3-4fb5-a323-d99a4c82c389"}]} 2018-10-06 04:46:09,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-ef1b0db6-dcb5-4693-a1ee-57126cb46a05 2018-10-06 04:46:09,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:10,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-77a5a1af-8524-4fc9-9f6f-e3b5be5defc1 x-compute-request-id: req-77a5a1af-8524-4fc9-9f6f-e3b5be5defc1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:01Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:10,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-77a5a1af-8524-4fc9-9f6f-e3b5be5defc1 2018-10-06 04:46:10,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:10,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4d2ef8a7-33b5-44f2-a517-f4b7e8ce313f Date: Sat, 06 Oct 2018 04:46: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":["75a42b25-92d8-4f45-9016-84da2bb43960"],"updated_at":"2018-10-06T04:45:48Z","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"9d65d732-365e-4bbd-951a-ea7027f48b52","name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net"}]} 2018-10-06 04:46:10,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net used request id req-4d2ef8a7-33b5-44f2-a517-f4b7e8ce313f 2018-10-06 04:46:10,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:10,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ceb6f2-867e-4042-b870-02c0848db7ae Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:46:10,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-30ceb6f2-867e-4042-b870-02c0848db7ae 2018-10-06 04:46:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:10,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ea4232b8-8747-4962-a88f-1a78622d8646 Date: Sat, 06 Oct 2018 04:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:45:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"de04bb652dc3415aa068c8659b83a1ce","id":"75a42b25-92d8-4f45-9016-84da2bb43960","subnetpool_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet"}]} 2018-10-06 04:46:10,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-ea4232b8-8747-4962-a88f-1a78622d8646 2018-10-06 04:46:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:10,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0499ab2b-ebe4-49e6-b7eb-59ca3a09a134 Date: Sat, 06 Oct 2018 04:46:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.4"}],"id":"829a9b88-b72a-4935-9ad9-39d7bc5dc17c","security_groups":[],"mac_address":"fa:16:3e:f4:32:20","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.2"}],"id":"9249a448-e047-437f-b385-3d9d1ff09096","security_groups":[],"mac_address":"fa:16:3e:18:a8:70","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:45:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.3"}],"id":"a0cee53c-a5e0-47c7-840c-3c5b41f38452","security_groups":[],"mac_address":"fa:16:3e:dd:ad:fa","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d65d732-365e-4bbd-951a-ea7027f48b52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"75a42b25-92d8-4f45-9016-84da2bb43960","ip_address":"10.55.0.12"}],"id":"ab87b470-4142-4207-bef3-c462857483ab","security_groups":["d01124be-9d77-4ac8-97cf-403a8cf52967"],"mac_address":"fa:16:3e:02:14:23","project_id":"de04bb652dc3415aa068c8659b83a1ce","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port","admin_state_up":true,"network_id":"9d65d732-365e-4bbd-951a-ea7027f48b52","tenant_id":"de04bb652dc3415aa068c8659b83a1ce","created_at":"2018-10-06T04:45:53Z","binding:vnic_type":"normal","device_id":"d6c5ccf7-27c3-4fb5-a323-d99a4c82c389"}]} 2018-10-06 04:46:10,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-0499ab2b-ebe4-49e6-b7eb-59ca3a09a134 2018-10-06 04:46:10,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c00a535329642b7491df5c5c6c694bd0db5606" 2018-10-06 04:46:10,994 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46: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-0b18aab2-e9fd-4a04-aab2-e37a6f5e94c0 x-compute-request-id: req-0b18aab2-e9fd-4a04-aab2-e37a6f5e94c0 Content-Type: application/json 2018-10-06 04:46:10,994 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-0b18aab2-e9fd-4a04-aab2-e37a6f5e94c0 2018-10-06 04:46:10,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:11,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-f0e64367-4841-4d30-bdc9-e447825509fd x-compute-request-id: req-f0e64367-4841-4d30-bdc9-e447825509fd Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:10Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:11,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-f0e64367-4841-4d30-bdc9-e447825509fd 2018-10-06 04:46:11,729 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst] is - ACTIVE 2018-10-06 04:46:11,729 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:14,733 - create_instance - DEBUG - VM status query timeout in 296.261771917 2018-10-06 04:46:14,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:15,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-e936ae10-3b03-45a4-a21a-55a2b3dd7e48 x-compute-request-id: req-e936ae10-3b03-45a4-a21a-55a2b3dd7e48 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:14:23", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "rel": "bookmark"}], "image": {"id": "1352e8c1-8b5b-451a-81f9-027c95b77033", "links": [{"href": "http://172.30.9.29:8774/images/1352e8c1-8b5b-451a-81f9-027c95b77033", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:45:56.000000", "flavor": {"id": "d450ccce-895b-4ba1-8317-961a57941e03", "links": [{"href": "http://172.30.9.29:8774/flavors/d450ccce-895b-4ba1-8317-961a57941e03", "rel": "bookmark"}]}, "id": "d6c5ccf7-27c3-4fb5-a323-d99a4c82c389", "security_groups": [{"name": "default"}], "user_id": "280ab81a173048b7bd6fbdc205202451", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:10Z", "hostId": "fcd31e9ac88684bc616d55da48d463c6063e82bb59f77c6c7faf8e84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst", "created": "2018-10-06T04:45:56Z", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:15,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-e936ae10-3b03-45a4-a21a-55a2b3dd7e48 2018-10-06 04:46:15,232 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst] is - ACTIVE 2018-10-06 04:46:15,232 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:18,236 - create_instance - DEBUG - VM status query timeout in 292.758701086 2018-10-06 04:46:18,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:18,284 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-3be677d6-2bf0-49f7-86be-40afc33cb7af x-compute-request-id: req-3be677d6-2bf0-49f7-86be-40afc33cb7af Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found.", "code": 404}} 2018-10-06 04:46:18,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-3be677d6-2bf0-49f7-86be-40afc33cb7af 2018-10-06 04:46:18,284 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found. (HTTP 404) (Request-ID: req-3be677d6-2bf0-49f7-86be-40afc33cb7af) 2018-10-06 04:46:18,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c00a535329642b7491df5c5c6c694bd0db5606" 2018-10-06 04:46:18,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-b3f849ea-3a84-4626-8103-2d586bd0aa02 x-compute-request-id: req-b3f849ea-3a84-4626-8103-2d586bd0aa02 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:46:18,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst used request id req-b3f849ea-3a84-4626-8103-2d586bd0aa02 2018-10-06 04:46:18,373 - create_instance - INFO - Deleting Port with ID - ab87b470-4142-4207-bef3-c462857483ab 2018-10-06 04:46:18,373 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-port 2018-10-06 04:46:18,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/ab87b470-4142-4207-bef3-c462857483ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:18,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1496599b-1042-494b-ac55-0e2f6594dffc Date: Sat, 06 Oct 2018 04:46:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:18,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/ab87b470-4142-4207-bef3-c462857483ab used request id req-1496599b-1042-494b-ac55-0e2f6594dffc 2018-10-06 04:46:18,848 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst 2018-10-06 04:46:18,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:18,900 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-e485b1da-a500-409e-97ad-c972f9767497 x-compute-request-id: req-e485b1da-a500-409e-97ad-c972f9767497 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found.", "code": 404}} 2018-10-06 04:46:18,900 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-e485b1da-a500-409e-97ad-c972f9767497 2018-10-06 04:46:18,901 - create_instance - WARNING - Instance already deleted - Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found. (HTTP 404) (Request-ID: req-e485b1da-a500-409e-97ad-c972f9767497) 2018-10-06 04:46:18,901 - create_instance - INFO - Checking deletion status 2018-10-06 04:46:18,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c94542b5e48ec076730ab7be9d6b72c6d889c2" 2018-10-06 04:46:18,949 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-8b94058a-5a16-4624-8dcf-8c75bb8b092b x-compute-request-id: req-8b94058a-5a16-4624-8dcf-8c75bb8b092b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found.", "code": 404}} 2018-10-06 04:46:18,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 used request id req-8b94058a-5a16-4624-8dcf-8c75bb8b092b 2018-10-06 04:46:18,950 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d6c5ccf7-27c3-4fb5-a323-d99a4c82c389 could not be found. (HTTP 404) (Request-ID: req-8b94058a-5a16-4624-8dcf-8c75bb8b092b) 2018-10-06 04:46:18,950 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-inst 2018-10-06 04:46:18,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dafb2dfde85b2b0ecdc16bb5d4a3a394a3d461e5" 2018-10-06 04:46:18,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-1ae41241-ec78-4ad3-8a17-4476344bc8f7 x-compute-request-id: req-1ae41241-ec78-4ad3-8a17-4476344bc8f7 Content-Length: 0 Content-Type: application/json 2018-10-06 04:46:18,994 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d450ccce-895b-4ba1-8317-961a57941e03 used request id req-1ae41241-ec78-4ad3-8a17-4476344bc8f7 2018-10-06 04:46:18,995 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet 2018-10-06 04:46:18,995 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-subnet 2018-10-06 04:46:19,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/75a42b25-92d8-4f45-9016-84da2bb43960 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:46:21,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bacaec94-f557-43da-83c7-0687dce6f32c Date: Sat, 06 Oct 2018 04:46:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:21,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/75a42b25-92d8-4f45-9016-84da2bb43960 used request id req-bacaec94-f557-43da-83c7-0687dce6f32c 2018-10-06 04:46:21,170 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-pub-net 2018-10-06 04:46:21,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/9d65d732-365e-4bbd-951a-ea7027f48b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012acde224e51e425929df55943190d3380e570f" 2018-10-06 04:46:22,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fcaff425-297b-42d0-ac13-5ff7e8aacaaa Date: Sat, 06 Oct 2018 04:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:22,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/9d65d732-365e-4bbd-951a-ea7027f48b52 used request id req-fcaff425-297b-42d0-ac13-5ff7e8aacaaa 2018-10-06 04:46:22,410 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-bcd128a9-ca3d-4ae2-bf5d-57313bed123a-image 2018-10-06 04:46:22,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}906304194dcb998280869f1d49dee38ba3da7e11" 2018-10-06 04:46:23,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-028b08d5-d07a-423c-886f-54fbee4c9a3b Date: Sat, 06 Oct 2018 04:46:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:46:23,429 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1352e8c1-8b5b-451a-81f9-027c95b77033 used request id req-028b08d5-d07a-423c-886f-54fbee4c9a3b 2018-10-06 04:46:23,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:23,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4a2e0460-a274-4cea-b735-f7b1b58a63eb Date: Sat, 06 Oct 2018 04:46:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "created_at": "2018-10-06T04:45:47Z", "updated_at": "2018-10-06T04:45:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "revision_number": 0, "id": "27155320-2106-4609-b431-e844ed527209", "remote_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "remote_ip_prefix": null, "created_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "port_range_min": null, "ethertype": "IPv6", "project_id": "de04bb652dc3415aa068c8659b83a1ce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "revision_number": 0, "id": "6825f5ed-f615-4167-985a-8e7f6dd1fc09", "remote_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "remote_ip_prefix": null, "created_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "port_range_min": null, "ethertype": "IPv4", "project_id": "de04bb652dc3415aa068c8659b83a1ce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "revision_number": 0, "id": "b87646f7-3561-4162-b717-572b07877a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "port_range_min": null, "ethertype": "IPv6", "project_id": "de04bb652dc3415aa068c8659b83a1ce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "revision_number": 0, "id": "f3560b67-aead-485a-909e-9d8f17b45237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "port_range_min": null, "ethertype": "IPv4", "project_id": "de04bb652dc3415aa068c8659b83a1ce"}], "revision_number": 4, "project_id": "de04bb652dc3415aa068c8659b83a1ce", "id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:46:23,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4a2e0460-a274-4cea-b735-f7b1b58a63eb 2018-10-06 04:46:23,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:23,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3b0897-712d-4ca7-bae7-14e1867e0924 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:46:23,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-fc3b0897-712d-4ca7-bae7-14e1867e0924 2018-10-06 04:46:23,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:23,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50a0056-bc0a-473c-bdd8-df8c7d8aad43 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:46:23,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-c50a0056-bc0a-473c-bdd8-df8c7d8aad43 2018-10-06 04:46:23,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:23,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f72765b-01cd-437f-99d8-99cfa47510b6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce"}, "enabled": true, "id": "de04bb652dc3415aa068c8659b83a1ce", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj"}} 2018-10-06 04:46:23,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-7f72765b-01cd-437f-99d8-99cfa47510b6 2018-10-06 04:46:23,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d01124be-9d77-4ac8-97cf-403a8cf52967 2018-10-06 04:46:23,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d01124be-9d77-4ac8-97cf-403a8cf52967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:24,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-affa9443-c24d-4c2a-936c-fc56629ec989 Date: Sat, 06 Oct 2018 04:46:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "port_range_min": null, "revision_number": 0, "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "created_at": "2018-10-06T04:45:47Z", "project_id": "de04bb652dc3415aa068c8659b83a1ce", "id": "27155320-2106-4609-b431-e844ed527209"}, {"remote_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "port_range_min": null, "revision_number": 0, "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "created_at": "2018-10-06T04:45:47Z", "project_id": "de04bb652dc3415aa068c8659b83a1ce", "id": "6825f5ed-f615-4167-985a-8e7f6dd1fc09"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "port_range_min": null, "revision_number": 0, "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "created_at": "2018-10-06T04:45:47Z", "project_id": "de04bb652dc3415aa068c8659b83a1ce", "id": "b87646f7-3561-4162-b717-572b07877a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:45:47Z", "security_group_id": "d01124be-9d77-4ac8-97cf-403a8cf52967", "port_range_min": null, "revision_number": 0, "tenant_id": "de04bb652dc3415aa068c8659b83a1ce", "created_at": "2018-10-06T04:45:47Z", "project_id": "de04bb652dc3415aa068c8659b83a1ce", "id": "f3560b67-aead-485a-909e-9d8f17b45237"}]} 2018-10-06 04:46:24,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d01124be-9d77-4ac8-97cf-403a8cf52967 used request id req-affa9443-c24d-4c2a-936c-fc56629ec989 2018-10-06 04:46:24,185 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:46:24,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d01124be-9d77-4ac8-97cf-403a8cf52967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:24,485 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-012cfee1-4860-4202-8b5e-bef4424621c2 Content-Length: 0 Date: Sat, 06 Oct 2018 04:46:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:24,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d01124be-9d77-4ac8-97cf-403a8cf52967 used request id req-012cfee1-4860-4202-8b5e-bef4424621c2 2018-10-06 04:46:24,486 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj 2018-10-06 04:46:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:24,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d1c0056-5add-4d4d-a3b0-c62ee1c3a4cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:46:24,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/de04bb652dc3415aa068c8659b83a1ce used request id req-7d1c0056-5add-4d4d-a3b0-c62ee1c3a4cc 2018-10-06 04:46:24,703 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-proj-role 2018-10-06 04:46:24,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:24,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec4998cb-e2a4-4438-8a3a-e14de8e2c8ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:46:24,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6ac9d11a50c244b0b81d977b6a1b12a4 used request id req-ec4998cb-e2a4-4438-8a3a-e14de8e2c8ce 2018-10-06 04:46:24,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fcf7b25c1ff1c3e6816922c00fe046fc50ef2c3" 2018-10-06 04:46:24,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-709cb70f-3a00-4eeb-9710-2a7eb1712e8d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:46:24,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-709cb70f-3a00-4eeb-9710-2a7eb1712e8d 2018-10-06 04:46:24,941 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-5ed265b4-1e84-4fc-user 2018-10-06 04:46:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/280ab81a173048b7bd6fbdc205202451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89f735b67f7c6d4cce5f46c8e218c0533183fc55" 2018-10-06 04:46:25,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3049e25-6e9b-4f6f-8ff7-9f83ca2b45da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:46:25,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/280ab81a173048b7bd6fbdc205202451 used request id req-f3049e25-6e9b-4f6f-8ff7-9f83ca2b45da 2018-10-06 04:46:25,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:25,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:46:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["fx8_WOVFQ9-EOZOt6IEmGA"], "issued_at": "2018-10-06T04:46:25.000000Z"}} 2018-10-06 04:46:25,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8aa28bc36a8c7c7a2a824a17ae5dff72397716d" 2018-10-06 04:46:25,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d914ee-0acc-4717-96c8-c4eefc959b79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:25,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-36d914ee-0acc-4717-96c8-c4eefc959b79 2018-10-06 04:46:25,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:25,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:26,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:46:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_ZK2grKORsinnJKsI6DXeg"], "issued_at": "2018-10-06T04:46:25.000000Z"}} 2018-10-06 04:46:26,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:26,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90806464-981a-44a3-b32a-02b6d10e40d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:26,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90806464-981a-44a3-b32a-02b6d10e40d8 2018-10-06 04:46:26,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:46:26,096 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:46:26,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:26,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6469f7-d248-4c46-837b-c88a3e891e6e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:46:26,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj used request id req-cc6469f7-d248-4c46-837b-c88a3e891e6e 2018-10-06 04:46:26,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:26,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3fed4c-a3af-42c2-8d05-fead78f1eb7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:46:26,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ca3fed4c-a3af-42c2-8d05-fead78f1eb7d 2018-10-06 04:46:26,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}}' 2018-10-06 04:46:26,394 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d69d402-8bf5-41af-9ed5-9ad71e1669b5 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:26,394 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1d69d402-8bf5-41af-9ed5-9ad71e1669b5 2018-10-06 04:46:26,394 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj 2018-10-06 04:46:26,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:26,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:26,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:46:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zQCM5xDdRt676-9Vg_P6Fg"], "issued_at": "2018-10-06T04:46:26.000000Z"}} 2018-10-06 04:46:26,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9db704854470855dbdafd51a9b348b2c16af5" 2018-10-06 04:46:26,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36d6e3d-1060-4009-9483-ce52429fd165 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:26,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f36d6e3d-1060-4009-9483-ce52429fd165 2018-10-06 04:46:26,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:46:26,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:46:26,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9db704854470855dbdafd51a9b348b2c16af5" 2018-10-06 04:46:26,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d377cf-fb86-43f5-b83d-02bbb41c0128 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:46:26,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c3d377cf-fb86-43f5-b83d-02bbb41c0128 2018-10-06 04:46:26,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9db704854470855dbdafd51a9b348b2c16af5" 2018-10-06 04:46:27,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6cc15f-d024-47d5-8036-5e61ec8f20a3 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}]} 2018-10-06 04:46:27,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj used request id req-ef6cc15f-d024-47d5-8036-5e61ec8f20a3 2018-10-06 04:46:27,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9db704854470855dbdafd51a9b348b2c16af5" 2018-10-06 04:46:27,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f647cf43-d427-411b-9adc-411a99e26462 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:46:27,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f647cf43-d427-411b-9adc-411a99e26462 2018-10-06 04:46:27,555 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user 2018-10-06 04:46:27,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:27,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:27,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce04aa0-a3da-4cdf-a358-e08e76ce6947 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:46:27,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bce04aa0-a3da-4cdf-a358-e08e76ce6947 2018-10-06 04:46:27,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" -d '{"role": {"name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}}' 2018-10-06 04:46:27,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c14cfccc-1a87-42eb-bcb3-a3b3d6cb81f6 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fb9c5515854743e5a8518176c735372a", "links": {"self": "http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a"}, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}} 2018-10-06 04:46:27,771 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c14cfccc-1a87-42eb-bcb3-a3b3d6cb81f6 2018-10-06 04:46:27,771 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role 2018-10-06 04:46:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:27,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a2abac-3493-410b-a543-636f92ac158f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role", "id": "fb9c5515854743e5a8518176c735372a"}} 2018-10-06 04:46:27,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a used request id req-c4a2abac-3493-410b-a543-636f92ac158f 2018-10-06 04:46:27,865 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role to project CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj 2018-10-06 04:46:27,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf/users/71a199c4f98c4002bbd7490db0ece408/roles/fb9c5515854743e5a8518176c735372a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:46:27,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c3a26e-7493-437e-89da-a01dd767cebd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:46:27,995 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf/users/71a199c4f98c4002bbd7490db0ece408/roles/fb9c5515854743e5a8518176c735372a used request id req-b5c3a26e-7493-437e-89da-a01dd767cebd 2018-10-06 04:46:27,996 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:46:27,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:27,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:28,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb9c5515854743e5a8518176c735372a", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}], "expires_at": "2018-10-06T05:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user", "id": "71a199c4f98c4002bbd7490db0ece408"}, "audit_ids": ["o7P9vtMIRp2UmIUKRbobXA"], "issued_at": "2018-10-06T04:46:28.000000Z"}} 2018-10-06 04:46:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:28,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720db973-0bfe-4b6e-9e41-2a5eb5e0741d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:28,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-720db973-0bfe-4b6e-9e41-2a5eb5e0741d 2018-10-06 04:46:28,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:28,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-599b49d1-e300-4018-b177-7c897b39ff6f Date: Sat, 06 Oct 2018 04:46:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image"} 2018-10-06 04:46:28,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image used request id req-599b49d1-e300-4018-b177-7c897b39ff6f 2018-10-06 04:46:28,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:28,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7202a0f8-daf1-404e-8b36-50cd74409116 Date: Sat, 06 Oct 2018 04:46: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", "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-10-06 04:46:28,774 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7202a0f8-daf1-404e-8b36-50cd74409116 2018-10-06 04:46:28,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image"}' 2018-10-06 04:46:29,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 X-Openstack-Request-Id: req-8b9bf6f3-6846-4dfc-9d76-b0b55bff0be9 Date: Sat, 06 Oct 2018 04:46:29 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:46:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:46:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/903457c0-a903-46af-ae29-015343b4f575", "min_disk": 0, "protected": false, "id": "903457c0-a903-46af-ae29-015343b4f575", "file": "/v2/images/903457c0-a903-46af-ae29-015343b4f575/file", "checksum": null, "owner": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:46:29,007 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8b9bf6f3-6846-4dfc-9d76-b0b55bff0be9 2018-10-06 04:46:29,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" -d '' 2018-10-06 04:46:31,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f8dd105-23ab-4b8a-9d96-d65074e38470 Date: Sat, 06 Oct 2018 04:46:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:46:31,095 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575/file used request id req-5f8dd105-23ab-4b8a-9d96-d65074e38470 2018-10-06 04:46:31,095 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:46:31,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:31,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d445a061-f6bb-4a9b-b8f7-d32a60cd568d Date: Sat, 06 Oct 2018 04:46:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:46:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:46:31Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "metadata": {}}], "self": "/v2/images/903457c0-a903-46af-ae29-015343b4f575", "min_disk": 0, "protected": false, "id": "903457c0-a903-46af-ae29-015343b4f575", "file": "/v2/images/903457c0-a903-46af-ae29-015343b4f575/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:46:31,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 used request id req-d445a061-f6bb-4a9b-b8f7-d32a60cd568d 2018-10-06 04:46:31,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:31,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb9711af-ba8a-43b7-9bc7-6c56d25a9d7f Date: Sat, 06 Oct 2018 04:46: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", "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-10-06 04:46:31,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fb9711af-ba8a-43b7-9bc7-6c56d25a9d7f 2018-10-06 04:46:31,428 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image 2018-10-06 04:46:31,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:46:31,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-121dcbb0-2c06-4531-97f4-e8d0b51b4ed5 Date: Sat, 06 Oct 2018 04:46:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:46:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:46:31Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "metadata": {}}], "self": "/v2/images/903457c0-a903-46af-ae29-015343b4f575", "min_disk": 0, "protected": false, "id": "903457c0-a903-46af-ae29-015343b4f575", "file": "/v2/images/903457c0-a903-46af-ae29-015343b4f575/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:46:31,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 used request id req-121dcbb0-2c06-4531-97f4-e8d0b51b4ed5 2018-10-06 04:46:31,587 - create_image - DEBUG - Instance status is - active 2018-10-06 04:46:31,587 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image 2018-10-06 04:46:31,587 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image 2018-10-06 04:46:31,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:31,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:31,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb9c5515854743e5a8518176c735372a", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}], "expires_at": "2018-10-06T05:46:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user", "id": "71a199c4f98c4002bbd7490db0ece408"}, "audit_ids": ["C4BsVhc3TdiQk_BdM-GEeg"], "issued_at": "2018-10-06T04:46:31.000000Z"}} 2018-10-06 04:46:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:32,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b5cd5e-4007-4e1e-83b7-cc8792de923d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:32,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38b5cd5e-4007-4e1e-83b7-cc8792de923d 2018-10-06 04:46:32,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:32,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-042f9224-c44f-4e4b-abcf-81a5c897f32c Date: Sat, 06 Oct 2018 04:46:32 GMT RESP BODY: {"networks":[]} 2018-10-06 04:46:32,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-042f9224-c44f-4e4b-abcf-81a5c897f32c 2018-10-06 04:46:32,239 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net 2018-10-06 04:46:32,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" -d '{"network": {"name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net", "admin_state_up": true}}' 2018-10-06 04:46:33,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-d2ea07ae-b569-4669-95cf-65011dc55580 Date: Sat, 06 Oct 2018 04:46:33 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e24b4428-487b-4013-b429-eae79dd06ce8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:46:32Z","is_default":false,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","mtu":1450}} 2018-10-06 04:46:33,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d2ea07ae-b569-4669-95cf-65011dc55580 2018-10-06 04:46:33,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:33,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9f3d4559-ef45-43a6-92ff-bfdd6e540e44 Date: Sat, 06 Oct 2018 04:46:33 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-10-06T04:46:32Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:33,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-9f3d4559-ef45-43a6-92ff-bfdd6e540e44 2018-10-06 04:46:33,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:33,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0bcb8703-f516-43c8-b3d9-755bd1962feb Date: Sat, 06 Oct 2018 04:46:33 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:46:33,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-0bcb8703-f516-43c8-b3d9-755bd1962feb 2018-10-06 04:46:33,625 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet 2018-10-06 04:46:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" -d '{"subnets": [{"ip_version": 4, "network_id": "e24b4428-487b-4013-b429-eae79dd06ce8", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]}' 2018-10-06 04:46:34,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4a406aac-5b09-4d4a-bedc-187dbb5eb5ca Date: Sat, 06 Oct 2018 04:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","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":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:34,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-4a406aac-5b09-4d4a-bedc-187dbb5eb5ca 2018-10-06 04:46:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:34,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-646c24ef-5e0a-4f04-aeb0-94dff52a139f Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:34,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-646c24ef-5e0a-4f04-aeb0-94dff52a139f 2018-10-06 04:46:34,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:34,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ced1e170-ae3c-4ee3-a3ae-c4b827ec3ad0 Date: Sat, 06 Oct 2018 04:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:34,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-ced1e170-ae3c-4ee3-a3ae-c4b827ec3ad0 2018-10-06 04:46:34,845 - OpenStackNetwork - DEBUG - Network [e24b4428-487b-4013-b429-eae79dd06ce8] created successfully 2018-10-06 04:46:34,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:34,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:35,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PcMevbeRRKGsmiu6IJf1Bg"], "issued_at": "2018-10-06T04:46:35.000000Z"}} 2018-10-06 04:46:35,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6409316d966fb5c5e1084543a4441d4c9286fa" 2018-10-06 04:46:35,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdd2712-5a59-4043-ac70-85deeae02bab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:35,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9fdd2712-5a59-4043-ac70-85deeae02bab 2018-10-06 04:46:35,323 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:46:35,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6409316d966fb5c5e1084543a4441d4c9286fa" 2018-10-06 04:46:35,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-f18156d9-f416-40db-a9bf-1e19af702f00 x-compute-request-id: req-f18156d9-f416-40db-a9bf-1e19af702f00 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:46:35,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f18156d9-f416-40db-a9bf-1e19af702f00 2018-10-06 04:46:35,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6409316d966fb5c5e1084543a4441d4c9286fa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-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-10-06 04:46:35,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-84987fc1-4719-49dd-8bec-e0ec3bea13ca x-compute-request-id: req-84987fc1-4719-49dd-8bec-e0ec3bea13ca Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:46:35,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-84987fc1-4719-49dd-8bec-e0ec3bea13ca 2018-10-06 04:46:35,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:35,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:35,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb9c5515854743e5a8518176c735372a", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}], "expires_at": "2018-10-06T05:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user", "id": "71a199c4f98c4002bbd7490db0ece408"}, "audit_ids": ["9s5f8TNyRAuhnRgLubRe2g"], "issued_at": "2018-10-06T04:46:35.000000Z"}} 2018-10-06 04:46:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56cc1fa0-4bfc-4158-b8b7-29ce18d310ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:36,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-56cc1fa0-4bfc-4158-b8b7-29ce18d310ce 2018-10-06 04:46:36,035 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:46:36,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e83251-3873-4ac1-8102-ef25f8e47db3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:36,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-24e83251-3873-4ac1-8102-ef25f8e47db3 2018-10-06 04:46:36,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fa0a887d-9978-41f8-aa01-36a98f9ae01b Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:36,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-fa0a887d-9978-41f8-aa01-36a98f9ae01b 2018-10-06 04:46:36,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:46:36,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:46:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:46:36,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2577eefd-c7d6-4412-94d0-cecc2bcff8c0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:36,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-2577eefd-c7d6-4412-94d0-cecc2bcff8c0 2018-10-06 04:46:36,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e38281ce-779b-4911-b5c8-7b0c9cb510a2 Date: Sat, 06 Oct 2018 04:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:36,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-e38281ce-779b-4911-b5c8-7b0c9cb510a2 2018-10-06 04:46:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:36,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-552dcf74-5f09-40e4-af3c-fc36757ef2f9 Date: Sat, 06 Oct 2018 04:46:36 GMT RESP BODY: {"ports":[]} 2018-10-06 04:46:36,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True used request id req-552dcf74-5f09-40e4-af3c-fc36757ef2f9 2018-10-06 04:46:36,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:37,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3ed9714-c14a-4134-961a-4c487e8de6d4 x-compute-request-id: req-b3ed9714-c14a-4134-961a-4c487e8de6d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:46:37,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst used request id req-b3ed9714-c14a-4134-961a-4c487e8de6d4 2018-10-06 04:46:37,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:37,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-af01969e-d54f-4312-a031-c3f03c13050a Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:37,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-af01969e-d54f-4312-a031-c3f03c13050a 2018-10-06 04:46:37,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:37,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b6636e-d229-437b-8a45-7c13594d7cd8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:37,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-c6b6636e-d229-437b-8a45-7c13594d7cd8 2018-10-06 04:46:37,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:37,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5b33f607-48d7-4b68-bdd7-688b61bf9978 Date: Sat, 06 Oct 2018 04:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:37,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-5b33f607-48d7-4b68-bdd7-688b61bf9978 2018-10-06 04:46:37,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:37,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ff802349-d442-4c14-a5c1-f605f8ed1d7c Date: Sat, 06 Oct 2018 04:46:37 GMT RESP BODY: {"ports":[]} 2018-10-06 04:46:37,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True used request id req-ff802349-d442-4c14-a5c1-f605f8ed1d7c 2018-10-06 04:46:37,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:46:37,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:46:38,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb9c5515854743e5a8518176c735372a", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role"}], "expires_at": "2018-10-06T05:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user", "id": "71a199c4f98c4002bbd7490db0ece408"}, "audit_ids": ["pribvHiqRjOtHDzSWYPNdg"], "issued_at": "2018-10-06T04:46:38.000000Z"}} 2018-10-06 04:46:38,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f85261b1e49161aa3f7f213b9e9e53ff0e0edc0" 2018-10-06 04:46:38,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3fb3bdb-dd15-4c0e-b71b-7c10198bc03f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:46:38,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e3fb3bdb-dd15-4c0e-b71b-7c10198bc03f 2018-10-06 04:46:38,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:38,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-96b75fd8-fbba-4737-871b-c1b671233d52 Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:38,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-96b75fd8-fbba-4737-871b-c1b671233d52 2018-10-06 04:46:38,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:38,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-13aa2f33-69e8-4c9f-9548-786f9869aa4a Date: Sat, 06 Oct 2018 04:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:38,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-13aa2f33-69e8-4c9f-9548-786f9869aa4a 2018-10-06 04:46:38,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:39,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a1432be7-be27-4612-b724-9d5e055cda05 Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:39,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-a1432be7-be27-4612-b724-9d5e055cda05 2018-10-06 04:46:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:46:39,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:46:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:46:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f85261b1e49161aa3f7f213b9e9e53ff0e0edc0" 2018-10-06 04:46:39,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c2b737-4947-4c5a-b394-f7bc8080d531 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:39,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-b4c2b737-4947-4c5a-b394-f7bc8080d531 2018-10-06 04:46:39,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:39,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0726d78d-96db-441e-8d37-31112563743c Date: Sat, 06 Oct 2018 04:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:39,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-0726d78d-96db-441e-8d37-31112563743c 2018-10-06 04:46:39,363 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net 2018-10-06 04:46:39,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" -d '{"port": {"network_id": "e24b4428-487b-4013-b429-eae79dd06ce8", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-06 04:46:40,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-e1492497-08d3-4112-a244-a0a6bba4ea5a Date: Sat, 06 Oct 2018 04:46:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.12"}],"id":"c09b3a63-b3d3-4be0-979c-5eb6daa73650","security_groups":["82e80a59-fa9a-4402-a516-ef66b2a2a9f4"],"mac_address":"fa:16:3e:af:7a:ec","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","qos_policy_id":null,"admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:39Z","binding:vnic_type":"normal"}} 2018-10-06 04:46:40,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e1492497-08d3-4112-a244-a0a6bba4ea5a 2018-10-06 04:46:40,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:40,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e8b09c35-966a-47be-9fe4-ca1a00133ab1 Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:40,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-e8b09c35-966a-47be-9fe4-ca1a00133ab1 2018-10-06 04:46:40,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:40,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7898df-f1c0-4596-977b-9c39a8f92df5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:40,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-af7898df-f1c0-4596-977b-9c39a8f92df5 2018-10-06 04:46:40,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:40,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-04eb5754-52af-42cd-b0e4-8394e98d8640 Date: Sat, 06 Oct 2018 04:46:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:40,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-04eb5754-52af-42cd-b0e4-8394e98d8640 2018-10-06 04:46:40,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-76f3cc03-1c36-4d8b-b385-777e0684c497 Date: Sat, 06 Oct 2018 04:46:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.12"}],"id":"c09b3a63-b3d3-4be0-979c-5eb6daa73650","security_groups":["82e80a59-fa9a-4402-a516-ef66b2a2a9f4"],"mac_address":"fa:16:3e:af:7a:ec","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1","admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:46:41,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1&admin_state_up=True used request id req-76f3cc03-1c36-4d8b-b385-777e0684c497 2018-10-06 04:46:41,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a7c7d1-1068-4e90-9712-03366d3bb050 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:41,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-41a7c7d1-1068-4e90-9712-03366d3bb050 2018-10-06 04:46:41,266 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst 2018-10-06 04:46:41,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-caf050bb-eaab-4fee-9a69-324ed88af37a x-compute-request-id: req-caf050bb-eaab-4fee-9a69-324ed88af37a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-flavor-name"}]} 2018-10-06 04:46:41,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-caf050bb-eaab-4fee-9a69-324ed88af37a 2018-10-06 04:46:41,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-711b645a-f894-4b9c-bb66-2497e5770127 x-compute-request-id: req-711b645a-f894-4b9c-bb66-2497e5770127 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:46:41,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5 used request id req-711b645a-f894-4b9c-bb66-2497e5770127 2018-10-06 04:46:41,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-acb2b779-2a1b-4ec5-bff5-c5225b61821f Date: Sat, 06 Oct 2018 04:46:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:46:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:46:31Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "metadata": {}}], "self": "/v2/images/903457c0-a903-46af-ae29-015343b4f575", "min_disk": 0, "protected": false, "id": "903457c0-a903-46af-ae29-015343b4f575", "file": "/v2/images/903457c0-a903-46af-ae29-015343b4f575/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/903457c0-a903-46af-ae29-015343b4f575/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image"} 2018-10-06 04:46:41,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image used request id req-acb2b779-2a1b-4ec5-bff5-c5225b61821f 2018-10-06 04:46:41,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:41,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d8130af1-e6c6-4e03-9bd1-4a9c7c95f8ec Date: Sat, 06 Oct 2018 04:46: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", "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-10-06 04:46:41,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d8130af1-e6c6-4e03-9bd1-4a9c7c95f8ec 2018-10-06 04:46:41,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" -d '{"server": {"name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "imageRef": "903457c0-a903-46af-ae29-015343b4f575", "flavorRef": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "max_count": 1, "min_count": 1, "networks": [{"port": "c09b3a63-b3d3-4be0-979c-5eb6daa73650"}]}}' 2018-10-06 04:46:42,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:46: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-140cabea-c0c0-402c-b001-600e1ebecfef x-compute-request-id: req-140cabea-c0c0-402c-b001-600e1ebecfef Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "adminPass": "apY96XVp4B2R"}} 2018-10-06 04:46:42,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-140cabea-c0c0-402c-b001-600e1ebecfef 2018-10-06 04:46:42,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:43,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-a8279673-4309-4a01-ab5d-b0c677d3b4c2 x-compute-request-id: req-a8279673-4309-4a01-ab5d-b0c677d3b4c2 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.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:46:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:43,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-a8279673-4309-4a01-ab5d-b0c677d3b4c2 2018-10-06 04:46:43,173 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst 2018-10-06 04:46:43,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:43,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-b590cfe1-2ba4-4cba-befa-a68e1b4a811c x-compute-request-id: req-b590cfe1-2ba4-4cba-befa-a68e1b4a811c 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.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:46:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:43,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-b590cfe1-2ba4-4cba-befa-a68e1b4a811c 2018-10-06 04:46:43,421 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst] is - BUILD 2018-10-06 04:46:43,421 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:46,425 - create_instance - DEBUG - VM status query timeout in 896.748262167 2018-10-06 04:46:46,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:47,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-39ec4e25-3869-45cc-89d0-3cf96dc23010 x-compute-request-id: req-39ec4e25-3869-45cc-89d0-3cf96dc23010 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.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "security_groups": [{"name": "default"}], "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:46:43Z", "hostId": "93a22ecececee7c9bf4daf2d4101ccb58054aeadc559dc6178b863af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:47,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-39ec4e25-3869-45cc-89d0-3cf96dc23010 2018-10-06 04:46:47,074 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst] is - BUILD 2018-10-06 04:46:47,074 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:50,077 - create_instance - DEBUG - VM status query timeout in 893.095839977 2018-10-06 04:46:50,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:50,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-d414f806-e40a-4bc4-9e30-2228419488ee x-compute-request-id: req-d414f806-e40a-4bc4-9e30-2228419488ee Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:ec", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:46:44.000000", "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "security_groups": [{"name": "default"}], "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:49Z", "hostId": "93a22ecececee7c9bf4daf2d4101ccb58054aeadc559dc6178b863af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:50,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-d414f806-e40a-4bc4-9e30-2228419488ee 2018-10-06 04:46:50,737 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst] is - ACTIVE 2018-10-06 04:46:50,737 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:46:50,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:50,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-af046d4a-a222-48cd-8fbb-bd5360c8d434 x-compute-request-id: req-af046d4a-a222-48cd-8fbb-bd5360c8d434 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:ec", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:46:44.000000", "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "security_groups": [{"name": "default"}], "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:49Z", "hostId": "93a22ecececee7c9bf4daf2d4101ccb58054aeadc559dc6178b863af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:50,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-af046d4a-a222-48cd-8fbb-bd5360c8d434 2018-10-06 04:46:50,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:51,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ec790251-2f80-4fa5-88b1-76e75db4b907 Date: Sat, 06 Oct 2018 04:46: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":["4f678165-96cb-4c3b-adbc-efdb7bfce754"],"updated_at":"2018-10-06T04:46:34Z","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"e24b4428-487b-4013-b429-eae79dd06ce8","name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net"}]} 2018-10-06 04:46:51,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net used request id req-ec790251-2f80-4fa5-88b1-76e75db4b907 2018-10-06 04:46:51,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:51,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8329d817-74f9-4476-899d-8962e1ebb055 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:46:51,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-8329d817-74f9-4476-899d-8962e1ebb055 2018-10-06 04:46:51,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:51,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5baccdcf-5367-4621-ae42-db03a8161861 Date: Sat, 06 Oct 2018 04:46:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","dns_nameservers":[],"updated_at":"2018-10-06T04:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet"}]} 2018-10-06 04:46:51,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-5baccdcf-5367-4621-ae42-db03a8161861 2018-10-06 04:46:51,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:51,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-ec451980-d258-4059-b599-f248fa46ce5d Date: Sat, 06 Oct 2018 04:46:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.2"}],"id":"0659b0b9-2e2d-4b20-9a1f-33c9dc1dec81","security_groups":[],"mac_address":"fa:16:3e:0b:4b:6f","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e24b4428-487b-4013-b429-eae79dd06ce8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.3"}],"id":"78229660-b2d7-4b3b-8629-81e78f500707","security_groups":[],"mac_address":"fa:16:3e:be:e2:1e","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e24b4428-487b-4013-b429-eae79dd06ce8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.4"}],"id":"78f4a904-5d86-4d34-a656-5fe4f1d4fdba","security_groups":[],"mac_address":"fa:16:3e:be:dd:6e","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e24b4428-487b-4013-b429-eae79dd06ce8"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:46:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4f678165-96cb-4c3b-adbc-efdb7bfce754","ip_address":"10.55.0.12"}],"id":"c09b3a63-b3d3-4be0-979c-5eb6daa73650","security_groups":["82e80a59-fa9a-4402-a516-ef66b2a2a9f4"],"mac_address":"fa:16:3e:af:7a:ec","project_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1","admin_state_up":true,"network_id":"e24b4428-487b-4013-b429-eae79dd06ce8","tenant_id":"ed4f7b40bbbf442a8d2f3a0dcbbfd8bf","created_at":"2018-10-06T04:46:39Z","binding:vnic_type":"normal","device_id":"772f31f7-f7bd-4f5b-97ec-0c78e4c6131f"}]} 2018-10-06 04:46:51,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-ec451980-d258-4059-b599-f248fa46ce5d 2018-10-06 04:46:51,403 - create_instance - INFO - Deleting Port with ID - c09b3a63-b3d3-4be0-979c-5eb6daa73650 2018-10-06 04:46:51,404 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28port-1 2018-10-06 04:46:51,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/c09b3a63-b3d3-4be0-979c-5eb6daa73650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:52,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64193588-449b-452e-846b-1dde5d5f810c Date: Sat, 06 Oct 2018 04:46:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:52,092 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/c09b3a63-b3d3-4be0-979c-5eb6daa73650 used request id req-64193588-449b-452e-846b-1dde5d5f810c 2018-10-06 04:46:52,093 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst 2018-10-06 04:46:52,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:52,245 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:46: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-4cf7765a-42bc-466a-a15d-5a982dffee22 x-compute-request-id: req-4cf7765a-42bc-466a-a15d-5a982dffee22 Content-Type: application/json 2018-10-06 04:46:52,245 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-4cf7765a-42bc-466a-a15d-5a982dffee22 2018-10-06 04:46:52,246 - create_instance - INFO - Checking deletion status 2018-10-06 04:46:52,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:52,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:46: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-482bd127-c88d-4ac8-9502-bb0731648935 x-compute-request-id: req-482bd127-c88d-4ac8-9502-bb0731648935 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:7a:ec", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "rel": "bookmark"}], "image": {"id": "903457c0-a903-46af-ae29-015343b4f575", "links": [{"href": "http://172.30.9.29:8774/images/903457c0-a903-46af-ae29-015343b4f575", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:46:44.000000", "flavor": {"id": "1ed8499b-61fc-402c-b972-6db74bb0bce5", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5", "rel": "bookmark"}]}, "id": "772f31f7-f7bd-4f5b-97ec-0c78e4c6131f", "user_id": "71a199c4f98c4002bbd7490db0ece408", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:46:52Z", "hostId": "93a22ecececee7c9bf4daf2d4101ccb58054aeadc559dc6178b863af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst", "created": "2018-10-06T04:46:42Z", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:46:52,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-482bd127-c88d-4ac8-9502-bb0731648935 2018-10-06 04:46:52,488 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst] is - ACTIVE 2018-10-06 04:46:52,488 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:46:55,491 - create_instance - DEBUG - VM status query timeout in 296.754296064 2018-10-06 04:46:55,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bd23d2148b4ee6c5d66a24165168b5d83729b7" 2018-10-06 04:46:55,544 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:46: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-e102ded6-a84b-48d3-b7bc-be1922bca8f3 x-compute-request-id: req-e102ded6-a84b-48d3-b7bc-be1922bca8f3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 772f31f7-f7bd-4f5b-97ec-0c78e4c6131f could not be found.", "code": 404}} 2018-10-06 04:46:55,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/772f31f7-f7bd-4f5b-97ec-0c78e4c6131f used request id req-e102ded6-a84b-48d3-b7bc-be1922bca8f3 2018-10-06 04:46:55,544 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 772f31f7-f7bd-4f5b-97ec-0c78e4c6131f could not be found. (HTTP 404) (Request-ID: req-e102ded6-a84b-48d3-b7bc-be1922bca8f3) 2018-10-06 04:46:55,545 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-inst 2018-10-06 04:46:55,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f6409316d966fb5c5e1084543a4441d4c9286fa" 2018-10-06 04:46:55,606 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:46: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-5dec058b-c79b-4ce1-9a2c-6befcfbbbfbf x-compute-request-id: req-5dec058b-c79b-4ce1-9a2c-6befcfbbbfbf Content-Length: 0 Content-Type: application/json 2018-10-06 04:46:55,606 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed8499b-61fc-402c-b972-6db74bb0bce5 used request id req-5dec058b-c79b-4ce1-9a2c-6befcfbbbfbf 2018-10-06 04:46:55,607 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet 2018-10-06 04:46:55,607 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-subnet 2018-10-06 04:46:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/4f678165-96cb-4c3b-adbc-efdb7bfce754 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:58,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65781eb5-7ee6-406e-8a32-940a33055f84 Date: Sat, 06 Oct 2018 04:46:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:58,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4f678165-96cb-4c3b-adbc-efdb7bfce754 used request id req-65781eb5-7ee6-406e-8a32-940a33055f84 2018-10-06 04:46:58,005 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-pub-net 2018-10-06 04:46:58,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/e24b4428-487b-4013-b429-eae79dd06ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beb8b6a59a583a3c2280765bc673ab25ab74fc2e" 2018-10-06 04:46:59,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b8747c9-2a30-4496-b2de-35c7db13f9ea Date: Sat, 06 Oct 2018 04:46:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:46:59,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/e24b4428-487b-4013-b429-eae79dd06ce8 used request id req-2b8747c9-2a30-4496-b2de-35c7db13f9ea 2018-10-06 04:46:59,362 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-aba40487-e60f-49e9-a989-2e9db63e9a28-image 2018-10-06 04:46:59,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b239f7315701db696c2f77434fe2cc79541c95c4" 2018-10-06 04:47:00,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbf7aff3-fe22-4045-a7f4-6c0e6bd02a8a Date: Sat, 06 Oct 2018 04:47:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:00,298 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/903457c0-a903-46af-ae29-015343b4f575 used request id req-fbf7aff3-fe22-4045-a7f4-6c0e6bd02a8a 2018-10-06 04:47:00,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:00,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7f32d0f2-9b95-4484-8175-8226114c837f Date: Sat, 06 Oct 2018 04:47:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "created_at": "2018-10-06T04:46:32Z", "updated_at": "2018-10-06T04:46:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "revision_number": 0, "id": "163ba7f6-fe2e-4e5c-9015-a77562b0a411", "remote_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "remote_ip_prefix": null, "created_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "revision_number": 0, "id": "7d822eb1-4a04-4013-9971-2b83b2d4707e", "remote_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "remote_ip_prefix": null, "created_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "revision_number": 0, "id": "f52b6da6-caa1-4286-9aa6-02892af757b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "revision_number": 0, "id": "ff0aa257-f615-4e1e-9e97-ee3354df1ad5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}], "revision_number": 4, "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:47:00,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7f32d0f2-9b95-4484-8175-8226114c837f 2018-10-06 04:47:00,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b6b101-31b2-4749-871d-ed23bff8d695 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:47:00,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-95b6b101-31b2-4749-871d-ed23bff8d695 2018-10-06 04:47:00,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:00,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50adf1f-cacf-42e5-b8dd-818cb278f667 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf"}, "enabled": true, "id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj"}} 2018-10-06 04:47:00,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-b50adf1f-cacf-42e5-b8dd-818cb278f667 2018-10-06 04:47:00,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82e80a59-fa9a-4402-a516-ef66b2a2a9f4 2018-10-06 04:47:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=82e80a59-fa9a-4402-a516-ef66b2a2a9f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:00,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b282739f-96d8-47a2-9e04-f6e70cfa7464 Date: Sat, 06 Oct 2018 04:47:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "port_range_min": null, "revision_number": 0, "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "created_at": "2018-10-06T04:46:32Z", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "id": "163ba7f6-fe2e-4e5c-9015-a77562b0a411"}, {"remote_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "port_range_min": null, "revision_number": 0, "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "created_at": "2018-10-06T04:46:32Z", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "id": "7d822eb1-4a04-4013-9971-2b83b2d4707e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "port_range_min": null, "revision_number": 0, "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "created_at": "2018-10-06T04:46:32Z", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "id": "f52b6da6-caa1-4286-9aa6-02892af757b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:46:32Z", "security_group_id": "82e80a59-fa9a-4402-a516-ef66b2a2a9f4", "port_range_min": null, "revision_number": 0, "tenant_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "created_at": "2018-10-06T04:46:32Z", "project_id": "ed4f7b40bbbf442a8d2f3a0dcbbfd8bf", "id": "ff0aa257-f615-4e1e-9e97-ee3354df1ad5"}]} 2018-10-06 04:47:00,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=82e80a59-fa9a-4402-a516-ef66b2a2a9f4 used request id req-b282739f-96d8-47a2-9e04-f6e70cfa7464 2018-10-06 04:47:00,859 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:47:00,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/82e80a59-fa9a-4402-a516-ef66b2a2a9f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:01,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5498206a-7313-4104-9b1a-895800b63ab4 Content-Length: 0 Date: Sat, 06 Oct 2018 04:47:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:01,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/82e80a59-fa9a-4402-a516-ef66b2a2a9f4 used request id req-5498206a-7313-4104-9b1a-895800b63ab4 2018-10-06 04:47:01,178 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj 2018-10-06 04:47:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:01,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e6c7a99-939d-4128-83de-2ef671a13efe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:01,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/ed4f7b40bbbf442a8d2f3a0dcbbfd8bf used request id req-7e6c7a99-939d-4128-83de-2ef671a13efe 2018-10-06 04:47:01,372 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-proj-role 2018-10-06 04:47:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:01,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7055907f-e363-4d2e-a246-dafd9f8170eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:01,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/fb9c5515854743e5a8518176c735372a used request id req-7055907f-e363-4d2e-a246-dafd9f8170eb 2018-10-06 04:47:01,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b407a1c33315733431e8e25c6d6cd5b5cc08ac7" 2018-10-06 04:47:01,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82480d26-2cd4-4485-aaa6-a19821bccd05 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:01,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-82480d26-2cd4-4485-aaa6-a19821bccd05 2018-10-06 04:47:01,581 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5b68c1d6-fac7-434-user 2018-10-06 04:47:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/71a199c4f98c4002bbd7490db0ece408 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9db704854470855dbdafd51a9b348b2c16af5" 2018-10-06 04:47:01,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59fdd49b-f4ca-4830-bd23-21469e1a1331 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:01,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/71a199c4f98c4002bbd7490db0ece408 used request id req-59fdd49b-f4ca-4830-bd23-21469e1a1331 2018-10-06 04:47:01,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:02,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_sm1WO61TqC8pBrRYlTaCw"], "issued_at": "2018-10-06T04:47:02.000000Z"}} 2018-10-06 04:47:02,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf5001d2f3de03ebccee35d6139af817ff63343" 2018-10-06 04:47:02,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9e846a-3b02-4c6b-b259-7f4815b282f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:02,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7b9e846a-3b02-4c6b-b259-7f4815b282f5 2018-10-06 04:47:02,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:02,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:02,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MKsh9lvOR-mIfGb6CDs_5A"], "issued_at": "2018-10-06T04:47:02.000000Z"}} 2018-10-06 04:47:02,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:02,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76527ba2-99c1-40bf-a2ba-3823478066b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:02,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-76527ba2-99c1-40bf-a2ba-3823478066b9 2018-10-06 04:47:02,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:02,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:02,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55685d3-76d3-466e-bcc3-e2be4f074564 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:47:02,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj used request id req-b55685d3-76d3-466e-bcc3-e2be4f074564 2018-10-06 04:47:02,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:02,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1398f7ba-bdb4-4754-8f7a-7843e2654446 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:02,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1398f7ba-bdb4-4754-8f7a-7843e2654446 2018-10-06 04:47:02,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}}' 2018-10-06 04:47:03,023 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa9f48d8-dca5-4f46-a5ad-ed33c8fdc2c5 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}} 2018-10-06 04:47:03,023 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-fa9f48d8-dca5-4f46-a5ad-ed33c8fdc2c5 2018-10-06 04:47:03,023 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj 2018-10-06 04:47:03,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:03,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:03,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xB9BIviUT2qpBpN6_dZC3w"], "issued_at": "2018-10-06T04:47:03.000000Z"}} 2018-10-06 04:47:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818b71e3e9a85bafa313758dd964129f62a11261" 2018-10-06 04:47:03,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afe2bdd-1f5c-40fe-b714-7b995d467472 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:03,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3afe2bdd-1f5c-40fe-b714-7b995d467472 2018-10-06 04:47:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:03,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:03,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818b71e3e9a85bafa313758dd964129f62a11261" 2018-10-06 04:47:03,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ac9e08-3bd0-4a57-8d3c-7e0b6fd52a51 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:47:03,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c1ac9e08-3bd0-4a57-8d3c-7e0b6fd52a51 2018-10-06 04:47:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818b71e3e9a85bafa313758dd964129f62a11261" 2018-10-06 04:47:03,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-476d37cf-246b-4157-803d-26763b70b45c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}]} 2018-10-06 04:47:03,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj used request id req-476d37cf-246b-4157-803d-26763b70b45c 2018-10-06 04:47:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818b71e3e9a85bafa313758dd964129f62a11261" 2018-10-06 04:47:03,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30a65356-319f-40f8-ab62-11138d773f41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:03,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-30a65356-319f-40f8-ab62-11138d773f41 2018-10-06 04:47:04,196 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-user 2018-10-06 04:47:04,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:04,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23dcf7c-e137-496c-81c1-be13ab0dd2e0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:04,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d23dcf7c-e137-496c-81c1-be13ab0dd2e0 2018-10-06 04:47:04,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" -d '{"role": {"name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}}' 2018-10-06 04:47:04,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e81367b1-8bbf-4754-83e2-bd232dcf410f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be5c71ba19f74ac7a2c0c3f5805bd949", "links": {"self": "http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949"}, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}} 2018-10-06 04:47:04,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e81367b1-8bbf-4754-83e2-bd232dcf410f 2018-10-06 04:47:04,424 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role 2018-10-06 04:47:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:04,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4162d7bf-d252-4420-88c2-79fd4c3ad598 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role", "id": "be5c71ba19f74ac7a2c0c3f5805bd949"}} 2018-10-06 04:47:04,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949 used request id req-4162d7bf-d252-4420-88c2-79fd4c3ad598 2018-10-06 04:47:04,511 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role to project CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj 2018-10-06 04:47:04,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416/users/1e71d08c4e344744a4392c50adc7fb50/roles/be5c71ba19f74ac7a2c0c3f5805bd949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:04,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d4228c-13ce-4e2e-9748-64caf02b814c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:04,647 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416/users/1e71d08c4e344744a4392c50adc7fb50/roles/be5c71ba19f74ac7a2c0c3f5805bd949 used request id req-99d4228c-13ce-4e2e-9748-64caf02b814c 2018-10-06 04:47:04,648 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:47:04,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:04,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:05,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be5c71ba19f74ac7a2c0c3f5805bd949", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}], "expires_at": "2018-10-06T05:47:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0add02856b3b4300afe73c48b8f6e416", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-user", "id": "1e71d08c4e344744a4392c50adc7fb50"}, "audit_ids": ["f05_inOsTZ65WsnAlnUI8g"], "issued_at": "2018-10-06T04:47:05.000000Z"}} 2018-10-06 04:47:05,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:05,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-885fd94f-6232-4c75-8f10-103fcd2a0764 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:05,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-885fd94f-6232-4c75-8f10-103fcd2a0764 2018-10-06 04:47:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:05,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-b70bf937-2c7d-4840-a9b8-951246ea1c98 Date: Sat, 06 Oct 2018 04:47:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image"} 2018-10-06 04:47:05,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image used request id req-b70bf937-2c7d-4840-a9b8-951246ea1c98 2018-10-06 04:47:05,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:05,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd66d45b-bdad-4083-8b3c-aeebd9cc0569 Date: Sat, 06 Oct 2018 04:47: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", "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-10-06 04:47:05,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bd66d45b-bdad-4083-8b3c-aeebd9cc0569 2018-10-06 04:47:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image"}' 2018-10-06 04:47:05,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 X-Openstack-Request-Id: req-6a3ea859-fa32-4d20-8325-6e6176626f1f Date: Sat, 06 Oct 2018 04:47:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "min_disk": 0, "protected": false, "id": "7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "file": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/file", "checksum": null, "owner": "0add02856b3b4300afe73c48b8f6e416", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:05,755 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-6a3ea859-fa32-4d20-8325-6e6176626f1f 2018-10-06 04:47:05,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" -d '' 2018-10-06 04:47:08,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7751e546-7e82-419c-9a5e-180a1ff04c78 Date: Sat, 06 Oct 2018 04:47:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:08,181 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/file used request id req-7751e546-7e82-419c-9a5e-180a1ff04c78 2018-10-06 04:47:08,181 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:47:08,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:08,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-61d0dbe0-d909-461e-bc6e-b4a8c920da48 Date: Sat, 06 Oct 2018 04:47:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:08Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/snap", "metadata": {}}], "self": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "min_disk": 0, "protected": false, "id": "7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "file": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0add02856b3b4300afe73c48b8f6e416", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:08,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 used request id req-61d0dbe0-d909-461e-bc6e-b4a8c920da48 2018-10-06 04:47:08,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:08,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1c7b2978-2061-4d1c-8e21-fc855080dcea Date: Sat, 06 Oct 2018 04:47:08 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", "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-10-06 04:47:08,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1c7b2978-2061-4d1c-8e21-fc855080dcea 2018-10-06 04:47:08,514 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image 2018-10-06 04:47:08,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:08,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9bf5e778-2ea5-4ef2-8055-44fc74f83f8e Date: Sat, 06 Oct 2018 04:47:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:08Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/snap", "metadata": {}}], "self": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "min_disk": 0, "protected": false, "id": "7a3b91cd-9ff1-419e-9b70-b2a5445228c0", "file": "/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0add02856b3b4300afe73c48b8f6e416", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:08,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 used request id req-9bf5e778-2ea5-4ef2-8055-44fc74f83f8e 2018-10-06 04:47:08,675 - create_image - DEBUG - Instance status is - active 2018-10-06 04:47:08,676 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image 2018-10-06 04:47:08,676 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image 2018-10-06 04:47:08,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:08,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:09,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be5c71ba19f74ac7a2c0c3f5805bd949", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}], "expires_at": "2018-10-06T05:47:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0add02856b3b4300afe73c48b8f6e416", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-user", "id": "1e71d08c4e344744a4392c50adc7fb50"}, "audit_ids": ["eeZ2uMtbQ8yG_9x4lAcxuA"], "issued_at": "2018-10-06T04:47:09.000000Z"}} 2018-10-06 04:47:09,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:09,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd628495-86fd-4483-aa11-e0aaa7ce06b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:09,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bd628495-86fd-4483-aa11-e0aaa7ce06b7 2018-10-06 04:47:09,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:09,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19b35248-141d-4b3b-bcd2-1a73647b975a Date: Sat, 06 Oct 2018 04:47:09 GMT RESP BODY: {"networks":[]} 2018-10-06 04:47:09,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net used request id req-19b35248-141d-4b3b-bcd2-1a73647b975a 2018-10-06 04:47:09,253 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net 2018-10-06 04:47:09,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" -d '{"network": {"name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net", "admin_state_up": true}}' 2018-10-06 04:47:09,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-9bd15d4f-9ee7-48a9-ba02-53583d12e344 Date: Sat, 06 Oct 2018 04:47:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:47:09Z","is_default":false,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","mtu":1450}} 2018-10-06 04:47:09,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-9bd15d4f-9ee7-48a9-ba02-53583d12e344 2018-10-06 04:47:09,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:10,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e1aef42e-fa1f-4bea-aa70-7e9a43f3a8bf Date: Sat, 06 Oct 2018 04:47:10 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-10-06T04:47:09Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:10,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-e1aef42e-fa1f-4bea-aa70-7e9a43f3a8bf 2018-10-06 04:47:10,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:10,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6c6981e5-ecc9-4fb0-9794-53d26d5cd775 Date: Sat, 06 Oct 2018 04:47:10 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:47:10,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-6c6981e5-ecc9-4fb0-9794-53d26d5cd775 2018-10-06 04:47:10,342 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet 2018-10-06 04:47:10,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" -d '{"subnets": [{"ip_version": 4, "network_id": "a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]}' 2018-10-06 04:47:11,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8df106f3-fc8f-4074-9857-840dbc2f4145 Date: Sat, 06 Oct 2018 04:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:11,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-8df106f3-fc8f-4074-9857-840dbc2f4145 2018-10-06 04:47:11,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:11,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-21c8ca52-77a6-4381-a35c-81fa76e41059 Date: Sat, 06 Oct 2018 04:47: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":["39d3fda2-bcba-4fbc-bfbc-af4227852670"],"updated_at":"2018-10-06T04:47:10Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:11,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-21c8ca52-77a6-4381-a35c-81fa76e41059 2018-10-06 04:47:11,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:11,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-21fdd042-f09e-47e5-8bf2-7995eec165b9 Date: Sat, 06 Oct 2018 04:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:11,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-21fdd042-f09e-47e5-8bf2-7995eec165b9 2018-10-06 04:47:11,670 - OpenStackNetwork - DEBUG - Network [a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59] created successfully 2018-10-06 04:47:11,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:11,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:12,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5VOsuuNzRJmxzTvdFAgBQw"], "issued_at": "2018-10-06T04:47:12.000000Z"}} 2018-10-06 04:47:12,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f120427264d89b49f1cc9d36679a0b42a2494c" 2018-10-06 04:47:12,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aed0e46-ebe2-47e0-958d-395deede2be0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:12,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1aed0e46-ebe2-47e0-958d-395deede2be0 2018-10-06 04:47:12,139 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:12,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f120427264d89b49f1cc9d36679a0b42a2494c" 2018-10-06 04:47:12,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-64cb0fa3-b873-4be0-bed2-8bbc9113f4b8 x-compute-request-id: req-64cb0fa3-b873-4be0-bed2-8bbc9113f4b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:47:12,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-64cb0fa3-b873-4be0-bed2-8bbc9113f4b8 2018-10-06 04:47:12,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f120427264d89b49f1cc9d36679a0b42a2494c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-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-10-06 04:47:12,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-6111c0e8-27d3-43d4-acd0-d9d7bdf6708c x-compute-request-id: req-6111c0e8-27d3-43d4-acd0-d9d7bdf6708c Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/282cfcd2-a924-4937-ad25-87a05f8ed109", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/282cfcd2-a924-4937-ad25-87a05f8ed109", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "282cfcd2-a924-4937-ad25-87a05f8ed109", "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:47:12,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6111c0e8-27d3-43d4-acd0-d9d7bdf6708c 2018-10-06 04:47:12,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:12,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:12,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be5c71ba19f74ac7a2c0c3f5805bd949", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}], "expires_at": "2018-10-06T05:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0add02856b3b4300afe73c48b8f6e416", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-user", "id": "1e71d08c4e344744a4392c50adc7fb50"}, "audit_ids": ["PY1W56uqS5OhiGqXj7RHhQ"], "issued_at": "2018-10-06T04:47:12.000000Z"}} 2018-10-06 04:47:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:12,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8d3cd2-5799-4c20-8141-74816b339edf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:12,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ec8d3cd2-5799-4c20-8141-74816b339edf 2018-10-06 04:47:12,814 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:12,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:12,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c71fb976-26f9-4be3-b6f0-f5bd338a5f22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:12,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c71fb976-26f9-4be3-b6f0-f5bd338a5f22 2018-10-06 04:47:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:13,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cf74fbb3-3e53-4295-a4eb-79699fbe27f3 Date: Sat, 06 Oct 2018 04:47: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":["39d3fda2-bcba-4fbc-bfbc-af4227852670"],"updated_at":"2018-10-06T04:47:10Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:13,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net used request id req-cf74fbb3-3e53-4295-a4eb-79699fbe27f3 2018-10-06 04:47:13,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:13,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:13,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:13,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff6206df-37bd-432e-a914-9025b6cb0bcf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}} 2018-10-06 04:47:13,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 used request id req-ff6206df-37bd-432e-a914-9025b6cb0bcf 2018-10-06 04:47:13,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:13,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-073f3e98-de42-45a9-9bc0-593cb77d9b24 Date: Sat, 06 Oct 2018 04:47:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:13,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-073f3e98-de42-45a9-9bc0-593cb77d9b24 2018-10-06 04:47:13,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:13,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8ca3303-9e7f-4627-a28d-f13d738b15bd Date: Sat, 06 Oct 2018 04:47:13 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:13,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5port-1&admin_state_up=True used request id req-a8ca3303-9e7f-4627-a28d-f13d738b15bd 2018-10-06 04:47:13,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:13,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-d0412055-21b4-4b16-a7ea-801c60f3c53c x-compute-request-id: req-d0412055-21b4-4b16-a7ea-801c60f3c53c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:47:13,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-inst used request id req-d0412055-21b4-4b16-a7ea-801c60f3c53c 2018-10-06 04:47:13,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:14,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-08734186-f3cb-4def-902e-be27c8d7e665 Date: Sat, 06 Oct 2018 04:47: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":["39d3fda2-bcba-4fbc-bfbc-af4227852670"],"updated_at":"2018-10-06T04:47:10Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:14,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net used request id req-08734186-f3cb-4def-902e-be27c8d7e665 2018-10-06 04:47:14,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:14,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4edde2ac-93a3-4679-bc57-98895fc5c36e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}} 2018-10-06 04:47:14,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 used request id req-4edde2ac-93a3-4679-bc57-98895fc5c36e 2018-10-06 04:47:14,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:14,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e7909e9f-c43a-4e92-96f2-e309ab8617c4 Date: Sat, 06 Oct 2018 04:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:14,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-e7909e9f-c43a-4e92-96f2-e309ab8617c4 2018-10-06 04:47:14,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:14,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f24b9aa1-e5ee-4d5c-a529-31a4919f4536 Date: Sat, 06 Oct 2018 04:47:14 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:14,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59&name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5port-1&admin_state_up=True used request id req-f24b9aa1-e5ee-4d5c-a529-31a4919f4536 2018-10-06 04:47:14,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:14,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:14,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be5c71ba19f74ac7a2c0c3f5805bd949", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role"}], "expires_at": "2018-10-06T05:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0add02856b3b4300afe73c48b8f6e416", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0add02856b3b4300afe73c48b8f6e416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-user", "id": "1e71d08c4e344744a4392c50adc7fb50"}, "audit_ids": ["mfay_BjoTTufOIZ0w5PfKw"], "issued_at": "2018-10-06T04:47:14.000000Z"}} 2018-10-06 04:47:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24aa23dc7d16f9a612eac50be572afd432e5ac39" 2018-10-06 04:47:14,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba48d0f-f305-4f97-8469-7817b7c3e69f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:14,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dba48d0f-f305-4f97-8469-7817b7c3e69f 2018-10-06 04:47:14,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:15,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9b3b3fad-5db7-475e-96be-30b8b7c05258 Date: Sat, 06 Oct 2018 04:47: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":["39d3fda2-bcba-4fbc-bfbc-af4227852670"],"updated_at":"2018-10-06T04:47:10Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:15,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net used request id req-9b3b3fad-5db7-475e-96be-30b8b7c05258 2018-10-06 04:47:15,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:15,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1a0ee154-19a8-4c76-bc1d-b4e857c80e78 Date: Sat, 06 Oct 2018 04:47:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:15,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-1a0ee154-19a8-4c76-bc1d-b4e857c80e78 2018-10-06 04:47:15,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:15,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6fa1eac7-d5aa-474e-91e6-2ba772043447 Date: Sat, 06 Oct 2018 04:47: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":["39d3fda2-bcba-4fbc-bfbc-af4227852670"],"updated_at":"2018-10-06T04:47:10Z","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0add02856b3b4300afe73c48b8f6e416","id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net"}]} 2018-10-06 04:47:15,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net used request id req-6fa1eac7-d5aa-474e-91e6-2ba772043447 2018-10-06 04:47:15,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:15,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:15,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24aa23dc7d16f9a612eac50be572afd432e5ac39" 2018-10-06 04:47:15,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c771539-a9ee-4e81-a21f-e7706c4be798 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}} 2018-10-06 04:47:15,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 used request id req-6c771539-a9ee-4e81-a21f-e7706c4be798 2018-10-06 04:47:15,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" 2018-10-06 04:47:15,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e953007-56ce-4db4-9e95-da9877076008 Date: Sat, 06 Oct 2018 04:47:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59","tenant_id":"0add02856b3b4300afe73c48b8f6e416","created_at":"2018-10-06T04:47:10Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47: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":"0add02856b3b4300afe73c48b8f6e416","id":"39d3fda2-bcba-4fbc-bfbc-af4227852670","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet"}]} 2018-10-06 04:47:15,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-2e953007-56ce-4db4-9e95-da9877076008 2018-10-06 04:47:15,882 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net 2018-10-06 04:47:15,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cff990222e0140ecc1d7ebd9aba5bc2136add1" -d '{"port": {"network_id": "a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59", "name": "CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-06 04:47:16,039 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-bad63801-d6f7-4da6-ada9-eca9d61f6b05 Date: Sat, 06 Oct 2018 04:47:16 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 04:47:16,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-bad63801-d6f7-4da6-ada9-eca9d61f6b05 2018-10-06 04:47:16,039 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 04:47:16,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/282cfcd2-a924-4937-ad25-87a05f8ed109 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f120427264d89b49f1cc9d36679a0b42a2494c" 2018-10-06 04:47:16,103 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:47:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3a98e85-9aba-46c7-80ab-125f3295842c x-compute-request-id: req-a3a98e85-9aba-46c7-80ab-125f3295842c Content-Length: 0 Content-Type: application/json 2018-10-06 04:47:16,103 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/282cfcd2-a924-4937-ad25-87a05f8ed109 used request id req-a3a98e85-9aba-46c7-80ab-125f3295842c 2018-10-06 04:47:16,104 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet 2018-10-06 04:47:16,104 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-subnet 2018-10-06 04:47:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/39d3fda2-bcba-4fbc-bfbc-af4227852670 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:18,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-201f7262-b27e-4e66-ae7d-a5d1618988e4 Date: Sat, 06 Oct 2018 04:47:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:18,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/39d3fda2-bcba-4fbc-bfbc-af4227852670 used request id req-201f7262-b27e-4e66-ae7d-a5d1618988e4 2018-10-06 04:47:18,344 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-pub-net 2018-10-06 04:47:18,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba556b571f55d45b8334347eef3bbcb19888930e" 2018-10-06 04:47:19,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99fb290d-8879-4832-a45f-22fb89666050 Date: Sat, 06 Oct 2018 04:47:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:19,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a9f5dccd-7bde-4ee7-b7d3-adfebe6cff59 used request id req-99fb290d-8879-4832-a45f-22fb89666050 2018-10-06 04:47:19,833 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b1442d30-601c-4b0e-a999-0e596dda71f5-image 2018-10-06 04:47:19,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}519fe1adeeeba4b14f07a92c3853aa255b031988" 2018-10-06 04:47:21,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-febb60f5-4fdc-4d70-84a7-ebb5fd14a246 Date: Sat, 06 Oct 2018 04:47:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:21,304 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7a3b91cd-9ff1-419e-9b70-b2a5445228c0 used request id req-febb60f5-4fdc-4d70-84a7-ebb5fd14a246 2018-10-06 04:47:21,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:21,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e9dc10ba-286c-4b7f-b01d-121ccbc5c8b5 Date: Sat, 06 Oct 2018 04:47:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "created_at": "2018-10-06T04:47:09Z", "updated_at": "2018-10-06T04:47:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "revision_number": 0, "id": "45222817-08bc-4739-89c1-8fc65d62fe51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0add02856b3b4300afe73c48b8f6e416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "revision_number": 0, "id": "a5a679a2-ef73-45d2-85cb-7785b489af9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0add02856b3b4300afe73c48b8f6e416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "revision_number": 0, "id": "eaeb8f3b-b9f8-430a-ab4d-2cdfd5263c60", "remote_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0add02856b3b4300afe73c48b8f6e416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "revision_number": 0, "id": "ef65f594-6480-4526-9495-cb5a3e65fc7d", "remote_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0add02856b3b4300afe73c48b8f6e416"}], "revision_number": 4, "project_id": "0add02856b3b4300afe73c48b8f6e416", "id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:47:21,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e9dc10ba-286c-4b7f-b01d-121ccbc5c8b5 2018-10-06 04:47:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:21,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d59e9a0b-1e3c-4c0e-8f10-38d4c71c204d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:47:21,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d59e9a0b-1e3c-4c0e-8f10-38d4c71c204d 2018-10-06 04:47:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:21,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2423628d-3971-4e06-9eae-130272886f81 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:47:21,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-2423628d-3971-4e06-9eae-130272886f81 2018-10-06 04:47:21,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:21,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33eaa23-1f0a-4144-9694-a5414caec5d2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416"}, "enabled": true, "id": "0add02856b3b4300afe73c48b8f6e416", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj"}} 2018-10-06 04:47:21,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 used request id req-c33eaa23-1f0a-4144-9694-a5414caec5d2 2018-10-06 04:47:21,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2ff17b4-cc35-40b1-acf8-77caa219c8ff 2018-10-06 04:47:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e2ff17b4-cc35-40b1-acf8-77caa219c8ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:21,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70314339-46ec-46b3-a414-8c9dc6582383 Date: Sat, 06 Oct 2018 04:47: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-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "port_range_min": null, "revision_number": 0, "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "created_at": "2018-10-06T04:47:09Z", "project_id": "0add02856b3b4300afe73c48b8f6e416", "id": "45222817-08bc-4739-89c1-8fc65d62fe51"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "port_range_min": null, "revision_number": 0, "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "created_at": "2018-10-06T04:47:09Z", "project_id": "0add02856b3b4300afe73c48b8f6e416", "id": "a5a679a2-ef73-45d2-85cb-7785b489af9d"}, {"remote_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "port_range_min": null, "revision_number": 0, "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "created_at": "2018-10-06T04:47:09Z", "project_id": "0add02856b3b4300afe73c48b8f6e416", "id": "eaeb8f3b-b9f8-430a-ab4d-2cdfd5263c60"}, {"remote_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:09Z", "security_group_id": "e2ff17b4-cc35-40b1-acf8-77caa219c8ff", "port_range_min": null, "revision_number": 0, "tenant_id": "0add02856b3b4300afe73c48b8f6e416", "created_at": "2018-10-06T04:47:09Z", "project_id": "0add02856b3b4300afe73c48b8f6e416", "id": "ef65f594-6480-4526-9495-cb5a3e65fc7d"}]} 2018-10-06 04:47:21,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e2ff17b4-cc35-40b1-acf8-77caa219c8ff used request id req-70314339-46ec-46b3-a414-8c9dc6582383 2018-10-06 04:47:21,990 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:47:21,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/e2ff17b4-cc35-40b1-acf8-77caa219c8ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:22,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-396cd476-8431-411a-a81f-39e3349e3ce7 Content-Length: 0 Date: Sat, 06 Oct 2018 04:47:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:22,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e2ff17b4-cc35-40b1-acf8-77caa219c8ff used request id req-396cd476-8431-411a-a81f-39e3349e3ce7 2018-10-06 04:47:22,305 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj 2018-10-06 04:47:22,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:22,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b6e590c-bcb5-4414-a905-e2b236c44d60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:22,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0add02856b3b4300afe73c48b8f6e416 used request id req-7b6e590c-bcb5-4414-a905-e2b236c44d60 2018-10-06 04:47:22,511 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-proj-role 2018-10-06 04:47:22,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:22,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f73dc412-556b-458a-ba20-c2b9acfc112e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:22,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/be5c71ba19f74ac7a2c0c3f5805bd949 used request id req-f73dc412-556b-458a-ba20-c2b9acfc112e 2018-10-06 04:47:22,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7893123e1fd20fc98e9a5ba14a6974ea8da5275d" 2018-10-06 04:47:22,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c44627d-9a5d-4124-a344-cfa03625e826 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:22,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0c44627d-9a5d-4124-a344-cfa03625e826 2018-10-06 04:47:22,739 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-4723ecd4-b82c-463-user 2018-10-06 04:47:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1e71d08c4e344744a4392c50adc7fb50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818b71e3e9a85bafa313758dd964129f62a11261" 2018-10-06 04:47:22,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63b2733e-80ff-4d89-ae9b-e14e96f7d2b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:22,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1e71d08c4e344744a4392c50adc7fb50 used request id req-63b2733e-80ff-4d89-ae9b-e14e96f7d2b3 2018-10-06 04:47:22,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:23,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["hn2gQioCRVS_zJ5eak4Bkg"], "issued_at": "2018-10-06T04:47:23.000000Z"}} 2018-10-06 04:47:23,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cce9170be86686847ff33adf20f122988733daf6" 2018-10-06 04:47:23,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbd6289-03ab-4f53-9120-d37361d14d45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:23,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3bbd6289-03ab-4f53-9120-d37361d14d45 2018-10-06 04:47:23,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:23,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:23,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OTWXfvLWQX6cKjSvPsx7zw"], "issued_at": "2018-10-06T04:47:23.000000Z"}} 2018-10-06 04:47:23,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:23,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdff3f3-34a8-4a4d-962c-b4ac4724824a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:23,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fcdff3f3-34a8-4a4d-962c-b4ac4724824a 2018-10-06 04:47:24,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:24,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:24,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf1938e3-81dd-49b6-9958-26918dbee437 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:47:24,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj used request id req-bf1938e3-81dd-49b6-9958-26918dbee437 2018-10-06 04:47:24,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:24,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3fceb7-3329-4d0c-8ecd-b8af4b8a706f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:24,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-af3fceb7-3329-4d0c-8ecd-b8af4b8a706f 2018-10-06 04:47:24,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}}' 2018-10-06 04:47:24,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a501ee-0782-4521-b0ab-1951480c8188 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}} 2018-10-06 04:47:24,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-24a501ee-0782-4521-b0ab-1951480c8188 2018-10-06 04:47:24,239 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj 2018-10-06 04:47:24,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:24,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:24,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-OgyvlQuT5iIvNsS_78YCg"], "issued_at": "2018-10-06T04:47:24.000000Z"}} 2018-10-06 04:47:24,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092a20a79c1b88bc4fa72f5c8122e03035f7ce19" 2018-10-06 04:47:24,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7793f01-cab2-4407-a869-793454d4e909 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:24,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c7793f01-cab2-4407-a869-793454d4e909 2018-10-06 04:47:24,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:24,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:24,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092a20a79c1b88bc4fa72f5c8122e03035f7ce19" 2018-10-06 04:47:24,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11fd0765-faa7-410b-8e06-cf8da098c6a8 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:47:24,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-11fd0765-faa7-410b-8e06-cf8da098c6a8 2018-10-06 04:47:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092a20a79c1b88bc4fa72f5c8122e03035f7ce19" 2018-10-06 04:47:24,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f6ef0d-53f0-4487-94ca-4939995fcd8a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}]} 2018-10-06 04:47:24,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj used request id req-68f6ef0d-53f0-4487-94ca-4939995fcd8a 2018-10-06 04:47:24,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092a20a79c1b88bc4fa72f5c8122e03035f7ce19" 2018-10-06 04:47:24,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09ebf85-479e-47cd-9fa4-c445446c6b4f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:24,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d09ebf85-479e-47cd-9fa4-c445446c6b4f 2018-10-06 04:47:25,292 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-user 2018-10-06 04:47:25,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:25,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:25,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742f14f4-f3c5-45ec-9afa-f0d67caf9c43 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:25,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-742f14f4-f3c5-45ec-9afa-f0d67caf9c43 2018-10-06 04:47:25,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" -d '{"role": {"name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}}' 2018-10-06 04:47:25,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfde2691-c7d0-405b-8fc9-2880d4d69202 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a0e32334c144750be65d1c061106723", "links": {"self": "http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723"}, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}} 2018-10-06 04:47:25,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-bfde2691-c7d0-405b-8fc9-2880d4d69202 2018-10-06 04:47:25,496 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role 2018-10-06 04:47:25,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:25,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ea3446-8745-4bf7-a819-092b2fe8b35b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role", "id": "8a0e32334c144750be65d1c061106723"}} 2018-10-06 04:47:25,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723 used request id req-75ea3446-8745-4bf7-a819-092b2fe8b35b 2018-10-06 04:47:25,579 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role to project CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj 2018-10-06 04:47:25,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa/users/edadb5f6a46747c1930d31b60cbd188f/roles/8a0e32334c144750be65d1c061106723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:25,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fed3053-42c7-4db5-b067-766feec4ef26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:25,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa/users/edadb5f6a46747c1930d31b60cbd188f/roles/8a0e32334c144750be65d1c061106723 used request id req-4fed3053-42c7-4db5-b067-766feec4ef26 2018-10-06 04:47:25,708 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:47:25,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:25,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:26,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e32334c144750be65d1c061106723", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}], "expires_at": "2018-10-06T05:47:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23a81342a9004de792d006eb50cfd4fa", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-user", "id": "edadb5f6a46747c1930d31b60cbd188f"}, "audit_ids": ["FYDEfwDuS6O523scj3DdnQ"], "issued_at": "2018-10-06T04:47:26.000000Z"}} 2018-10-06 04:47:26,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:26,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be67f441-6459-4051-9a14-a7646a2cf45e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:26,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-be67f441-6459-4051-9a14-a7646a2cf45e 2018-10-06 04:47:26,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:26,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-498c4e87-f0e6-4cf3-986d-725344bc32ff Date: Sat, 06 Oct 2018 04:47:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image"} 2018-10-06 04:47:26,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image used request id req-498c4e87-f0e6-4cf3-986d-725344bc32ff 2018-10-06 04:47:26,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:26,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7ef7a9c7-a4fd-4ade-b639-31e8cefab249 Date: Sat, 06 Oct 2018 04:47: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", "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-10-06 04:47:26,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7ef7a9c7-a4fd-4ade-b639-31e8cefab249 2018-10-06 04:47:26,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image"}' 2018-10-06 04:47:26,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 X-Openstack-Request-Id: req-260c4e54-6db6-45a3-8c6e-9f32a893337c Date: Sat, 06 Oct 2018 04:47:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039", "min_disk": 0, "protected": false, "id": "639209ee-08fb-4b37-9601-f4039c016039", "file": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039/file", "checksum": null, "owner": "23a81342a9004de792d006eb50cfd4fa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:26,714 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-260c4e54-6db6-45a3-8c6e-9f32a893337c 2018-10-06 04:47:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" -d '' 2018-10-06 04:47:28,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a629dca-78f5-4b71-993b-afa28ad4f61b Date: Sat, 06 Oct 2018 04:47:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:28,807 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039/file used request id req-2a629dca-78f5-4b71-993b-afa28ad4f61b 2018-10-06 04:47:28,808 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:47:28,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:29,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-07edf5d1-4dd3-4c88-95e5-88572b53c25a Date: Sat, 06 Oct 2018 04:47:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:28Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/639209ee-08fb-4b37-9601-f4039c016039/snap", "metadata": {}}], "self": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039", "min_disk": 0, "protected": false, "id": "639209ee-08fb-4b37-9601-f4039c016039", "file": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "23a81342a9004de792d006eb50cfd4fa", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/639209ee-08fb-4b37-9601-f4039c016039/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:29,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 used request id req-07edf5d1-4dd3-4c88-95e5-88572b53c25a 2018-10-06 04:47:29,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:29,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f7d756c-f010-406c-a8a7-de719fd77d9f Date: Sat, 06 Oct 2018 04:47: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", "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-10-06 04:47:29,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7f7d756c-f010-406c-a8a7-de719fd77d9f 2018-10-06 04:47:29,236 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image 2018-10-06 04:47:29,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:29,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-c1d000b9-3164-4392-ac66-234e75b41f15 Date: Sat, 06 Oct 2018 04:47:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:28Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/639209ee-08fb-4b37-9601-f4039c016039/snap", "metadata": {}}], "self": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039", "min_disk": 0, "protected": false, "id": "639209ee-08fb-4b37-9601-f4039c016039", "file": "/v2/images/639209ee-08fb-4b37-9601-f4039c016039/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "23a81342a9004de792d006eb50cfd4fa", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/639209ee-08fb-4b37-9601-f4039c016039/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:29,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 used request id req-c1d000b9-3164-4392-ac66-234e75b41f15 2018-10-06 04:47:29,404 - create_image - DEBUG - Instance status is - active 2018-10-06 04:47:29,405 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image 2018-10-06 04:47:29,405 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image 2018-10-06 04:47:29,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:29,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:29,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e32334c144750be65d1c061106723", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}], "expires_at": "2018-10-06T05:47:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23a81342a9004de792d006eb50cfd4fa", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-user", "id": "edadb5f6a46747c1930d31b60cbd188f"}, "audit_ids": ["j_1BZmWeQSiRede3b6NHpQ"], "issued_at": "2018-10-06T04:47:29.000000Z"}} 2018-10-06 04:47:29,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:29,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3964e01a-bc9e-4e45-8353-08e7fe72fb86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:29,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3964e01a-bc9e-4e45-8353-08e7fe72fb86 2018-10-06 04:47:29,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:30,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc0e0e21-71d7-4a21-b7ac-00488e228c26 Date: Sat, 06 Oct 2018 04:47:30 GMT RESP BODY: {"networks":[]} 2018-10-06 04:47:30,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net used request id req-bc0e0e21-71d7-4a21-b7ac-00488e228c26 2018-10-06 04:47:30,035 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net 2018-10-06 04:47:30,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" -d '{"network": {"name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net", "admin_state_up": true}}' 2018-10-06 04:47:30,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-1db07569-ff6d-41b1-bb19-9fed06559a30 Date: Sat, 06 Oct 2018 04:47:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"89900fed-cf33-4355-8764-cabffaed1d6c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:47:30Z","is_default":false,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","mtu":1450}} 2018-10-06 04:47:30,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1db07569-ff6d-41b1-bb19-9fed06559a30 2018-10-06 04:47:30,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:30,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-042ef102-3406-4c75-a6f2-b6818ac9822b Date: Sat, 06 Oct 2018 04:47: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-10-06T04:47:30Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:30,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-042ef102-3406-4c75-a6f2-b6818ac9822b 2018-10-06 04:47:30,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:30,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ef7e2dd0-a1a7-4a2c-8a6c-d557ec984cfc Date: Sat, 06 Oct 2018 04:47:30 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:47:30,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-ef7e2dd0-a1a7-4a2c-8a6c-d557ec984cfc 2018-10-06 04:47:30,998 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet 2018-10-06 04:47:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" -d '{"subnets": [{"ip_version": 4, "network_id": "89900fed-cf33-4355-8764-cabffaed1d6c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]}' 2018-10-06 04:47:31,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d114724d-aae7-42cc-b6fe-2e47331c5943 Date: Sat, 06 Oct 2018 04:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","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":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:31,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d114724d-aae7-42cc-b6fe-2e47331c5943 2018-10-06 04:47:31,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:31,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0ca73351-6e21-4c00-9d46-eecc494505bf Date: Sat, 06 Oct 2018 04:47: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":["eac811fb-1dda-4477-8205-bee6e855a21d"],"updated_at":"2018-10-06T04:47:31Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:31,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-0ca73351-6e21-4c00-9d46-eecc494505bf 2018-10-06 04:47:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:32,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f9e0e99c-bbc5-4288-9788-dbbb2bf3a9a5 Date: Sat, 06 Oct 2018 04:47:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:32,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-f9e0e99c-bbc5-4288-9788-dbbb2bf3a9a5 2018-10-06 04:47:32,168 - OpenStackNetwork - DEBUG - Network [89900fed-cf33-4355-8764-cabffaed1d6c] created successfully 2018-10-06 04:47:32,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:32,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:32,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_b4nR_XYQ-edR0sJgwAnGQ"], "issued_at": "2018-10-06T04:47:32.000000Z"}} 2018-10-06 04:47:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11b44eb363d886a4bd0064f368a5b3f7e7af808e" 2018-10-06 04:47:32,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f8637d-1fd6-4698-b92b-ccf88682197a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:32,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e4f8637d-1fd6-4698-b92b-ccf88682197a 2018-10-06 04:47:32,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:32,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11b44eb363d886a4bd0064f368a5b3f7e7af808e" 2018-10-06 04:47:32,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-a8d4afbc-dcb4-4446-a679-758299ff12a0 x-compute-request-id: req-a8d4afbc-dcb4-4446-a679-758299ff12a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:47:32,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a8d4afbc-dcb4-4446-a679-758299ff12a0 2018-10-06 04:47:32,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11b44eb363d886a4bd0064f368a5b3f7e7af808e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-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-10-06 04:47:33,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-f0b70121-121a-4b03-ab45-8dac5725852c x-compute-request-id: req-f0b70121-121a-4b03-ab45-8dac5725852c Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/506d5d1b-c5ee-40cf-9d9a-b03d16557c7b", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/506d5d1b-c5ee-40cf-9d9a-b03d16557c7b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "506d5d1b-c5ee-40cf-9d9a-b03d16557c7b", "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:47:33,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f0b70121-121a-4b03-ab45-8dac5725852c 2018-10-06 04:47:33,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:33,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:33,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e32334c144750be65d1c061106723", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}], "expires_at": "2018-10-06T05:47:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23a81342a9004de792d006eb50cfd4fa", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-user", "id": "edadb5f6a46747c1930d31b60cbd188f"}, "audit_ids": ["OT350_OkSLqUVLTGTbmi8Q"], "issued_at": "2018-10-06T04:47:33.000000Z"}} 2018-10-06 04:47:33,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:33,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072cecb6-753e-43a3-aa87-34678d5e4377 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:33,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-072cecb6-753e-43a3-aa87-34678d5e4377 2018-10-06 04:47:33,517 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:33,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:33,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e511de04-5d7d-4de3-95b5-8a2895c599e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:33,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e511de04-5d7d-4de3-95b5-8a2895c599e5 2018-10-06 04:47:33,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:33,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cca017d5-2746-4251-bbf9-5ea9ee99113c Date: Sat, 06 Oct 2018 04:47: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":["eac811fb-1dda-4477-8205-bee6e855a21d"],"updated_at":"2018-10-06T04:47:31Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:33,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net used request id req-cca017d5-2746-4251-bbf9-5ea9ee99113c 2018-10-06 04:47:33,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:33,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:33,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:33,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c222e0-9b96-4585-b7c4-b0b75e8d4569 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}} 2018-10-06 04:47:33,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa used request id req-24c222e0-9b96-4585-b7c4-b0b75e8d4569 2018-10-06 04:47:33,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:34,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3420971f-7728-4963-9196-a2d25496fe06 Date: Sat, 06 Oct 2018 04:47:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:34,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-3420971f-7728-4963-9196-a2d25496fe06 2018-10-06 04:47:34,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=89900fed-cf33-4355-8764-cabffaed1d6c&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:34,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-95625bb2-c652-47d1-ac1d-8c215392bbb6 Date: Sat, 06 Oct 2018 04:47:34 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:34,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=89900fed-cf33-4355-8764-cabffaed1d6c&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50port-1&admin_state_up=True used request id req-95625bb2-c652-47d1-ac1d-8c215392bbb6 2018-10-06 04:47:34,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:34,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32ca0d50-3b0a-406c-94d4-c265e4ce08fc x-compute-request-id: req-32ca0d50-3b0a-406c-94d4-c265e4ce08fc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:47:34,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-inst used request id req-32ca0d50-3b0a-406c-94d4-c265e4ce08fc 2018-10-06 04:47:34,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:34,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-35069265-32f4-4886-a86d-09674d296aa1 Date: Sat, 06 Oct 2018 04:47: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":["eac811fb-1dda-4477-8205-bee6e855a21d"],"updated_at":"2018-10-06T04:47:31Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:34,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net used request id req-35069265-32f4-4886-a86d-09674d296aa1 2018-10-06 04:47:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:35,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3f3fa9-0e91-46ae-bac8-7df006aeb753 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}} 2018-10-06 04:47:35,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa used request id req-cd3f3fa9-0e91-46ae-bac8-7df006aeb753 2018-10-06 04:47:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:35,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-11f1ea04-acb4-48bd-8dd5-c4dc2ed4e2af Date: Sat, 06 Oct 2018 04:47:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:35,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-11f1ea04-acb4-48bd-8dd5-c4dc2ed4e2af 2018-10-06 04:47:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=89900fed-cf33-4355-8764-cabffaed1d6c&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:35,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8be85e52-20bc-4081-af4c-38ea6b39a0c5 Date: Sat, 06 Oct 2018 04:47:35 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:35,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=89900fed-cf33-4355-8764-cabffaed1d6c&name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50port-1&admin_state_up=True used request id req-8be85e52-20bc-4081-af4c-38ea6b39a0c5 2018-10-06 04:47:35,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:35,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:35,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0e32334c144750be65d1c061106723", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role"}], "expires_at": "2018-10-06T05:47:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23a81342a9004de792d006eb50cfd4fa", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/23a81342a9004de792d006eb50cfd4fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-user", "id": "edadb5f6a46747c1930d31b60cbd188f"}, "audit_ids": ["8NR6EPSqSc-STFyyhl_OUw"], "issued_at": "2018-10-06T04:47:35.000000Z"}} 2018-10-06 04:47:35,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec77d13ceebfe90ec720f0f6ad063e48b1332f14" 2018-10-06 04:47:35,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a4782e-3e06-4417-9330-a6611f329ad2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:35,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-53a4782e-3e06-4417-9330-a6611f329ad2 2018-10-06 04:47:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:36,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f5812f6d-6a62-4a30-a7a2-363256b43b3d Date: Sat, 06 Oct 2018 04:47: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":["eac811fb-1dda-4477-8205-bee6e855a21d"],"updated_at":"2018-10-06T04:47:31Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:36,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net used request id req-f5812f6d-6a62-4a30-a7a2-363256b43b3d 2018-10-06 04:47:36,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:36,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d7ff1cf8-1353-4e74-8796-101ca6e2f0b9 Date: Sat, 06 Oct 2018 04:47:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:36,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-d7ff1cf8-1353-4e74-8796-101ca6e2f0b9 2018-10-06 04:47:36,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:36,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2403930f-7e4a-4966-a32e-ae1cde70988a Date: Sat, 06 Oct 2018 04:47: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":["eac811fb-1dda-4477-8205-bee6e855a21d"],"updated_at":"2018-10-06T04:47:31Z","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23a81342a9004de792d006eb50cfd4fa","id":"89900fed-cf33-4355-8764-cabffaed1d6c","name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net"}]} 2018-10-06 04:47:36,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net used request id req-2403930f-7e4a-4966-a32e-ae1cde70988a 2018-10-06 04:47:36,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:36,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:36,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec77d13ceebfe90ec720f0f6ad063e48b1332f14" 2018-10-06 04:47:36,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c6dd3e-1b3a-4935-99ec-976df625b1cc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}} 2018-10-06 04:47:36,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa used request id req-e6c6dd3e-1b3a-4935-99ec-976df625b1cc 2018-10-06 04:47:36,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" 2018-10-06 04:47:37,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4438daa8-d5ae-4d66-b495-5ade2bc05112 Date: Sat, 06 Oct 2018 04:47:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89900fed-cf33-4355-8764-cabffaed1d6c","tenant_id":"23a81342a9004de792d006eb50cfd4fa","created_at":"2018-10-06T04:47:31Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"23a81342a9004de792d006eb50cfd4fa","id":"eac811fb-1dda-4477-8205-bee6e855a21d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet"}]} 2018-10-06 04:47:37,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=89900fed-cf33-4355-8764-cabffaed1d6c used request id req-4438daa8-d5ae-4d66-b495-5ade2bc05112 2018-10-06 04:47:37,078 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net 2018-10-06 04:47:37,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671a9fbb4b1bad78e92eb30beac97ec1ffc9bb48" -d '{"port": {"network_id": "89900fed-cf33-4355-8764-cabffaed1d6c", "name": "CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-10-06 04:47:37,230 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-8c4a0e99-4758-4196-9c91-77a01ca70ab1 Date: Sat, 06 Oct 2018 04:47:37 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 04:47:37,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-8c4a0e99-4758-4196-9c91-77a01ca70ab1 2018-10-06 04:47:37,230 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 04:47:37,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/506d5d1b-c5ee-40cf-9d9a-b03d16557c7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11b44eb363d886a4bd0064f368a5b3f7e7af808e" 2018-10-06 04:47:37,269 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:47: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-92164da9-4c18-46cf-864c-df3b573228c8 x-compute-request-id: req-92164da9-4c18-46cf-864c-df3b573228c8 Content-Length: 0 Content-Type: application/json 2018-10-06 04:47:37,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/506d5d1b-c5ee-40cf-9d9a-b03d16557c7b used request id req-92164da9-4c18-46cf-864c-df3b573228c8 2018-10-06 04:47:37,270 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet 2018-10-06 04:47:37,271 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-subnet 2018-10-06 04:47:37,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/eac811fb-1dda-4477-8205-bee6e855a21d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:39,455 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f30e90f4-e42b-4a8d-99b8-5c5edc050162 Date: Sat, 06 Oct 2018 04:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:39,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/eac811fb-1dda-4477-8205-bee6e855a21d used request id req-f30e90f4-e42b-4a8d-99b8-5c5edc050162 2018-10-06 04:47:39,456 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-pub-net 2018-10-06 04:47:39,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/89900fed-cf33-4355-8764-cabffaed1d6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db7bf25e0a8123835a634da3c0da669b7cb9513" 2018-10-06 04:47:40,683 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85e861e2-df09-4738-8394-1efc05f2b34e Date: Sat, 06 Oct 2018 04:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:40,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/89900fed-cf33-4355-8764-cabffaed1d6c used request id req-85e861e2-df09-4738-8394-1efc05f2b34e 2018-10-06 04:47:40,684 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c9696223-4ccd-48e9-bce0-e9105c0a6a50-image 2018-10-06 04:47:40,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1c2692631386a0ec4bbb4973db95b6eebad8cfc" 2018-10-06 04:47:41,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9105d768-0ccb-44cd-87f5-a3dd639c26aa Date: Sat, 06 Oct 2018 04:47:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:41,855 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/639209ee-08fb-4b37-9601-f4039c016039 used request id req-9105d768-0ccb-44cd-87f5-a3dd639c26aa 2018-10-06 04:47:41,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-969ced14-817c-4631-aa7b-034daf009c25 Date: Sat, 06 Oct 2018 04:47:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "created_at": "2018-10-06T04:47:30Z", "updated_at": "2018-10-06T04:47:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "revision_number": 0, "id": "2de252b9-748b-4123-a2d4-c7d802ec63a2", "remote_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "23a81342a9004de792d006eb50cfd4fa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "revision_number": 0, "id": "a7a902db-4fb1-415b-9ede-734e8070e70a", "remote_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "23a81342a9004de792d006eb50cfd4fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "revision_number": 0, "id": "a921248c-8a43-43b3-afd7-e60fcb9eac08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "23a81342a9004de792d006eb50cfd4fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "revision_number": 0, "id": "e34d33e0-94c8-4524-8db5-2cbbfa17505b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "23a81342a9004de792d006eb50cfd4fa"}], "revision_number": 4, "project_id": "23a81342a9004de792d006eb50cfd4fa", "id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:47:42,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-969ced14-817c-4631-aa7b-034daf009c25 2018-10-06 04:47:42,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb27419-3b4c-4afb-8b17-8d561922db14 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:47:42,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-3eb27419-3b4c-4afb-8b17-8d561922db14 2018-10-06 04:47:42,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a946debc-dd34-4fbe-a9fd-885abdf652f8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:47:42,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a946debc-dd34-4fbe-a9fd-885abdf652f8 2018-10-06 04:47:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6246ff85-f550-47a9-9963-85d9a063b110 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa"}, "enabled": true, "id": "23a81342a9004de792d006eb50cfd4fa", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj"}} 2018-10-06 04:47:42,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa used request id req-6246ff85-f550-47a9-9963-85d9a063b110 2018-10-06 04:47:42,333 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b50bbfdc-2556-46c9-9133-adbb8b665dce 2018-10-06 04:47:42,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b50bbfdc-2556-46c9-9133-adbb8b665dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7078ef71-ff59-4d37-a7c3-cfd128cee004 Date: Sat, 06 Oct 2018 04:47:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "port_range_min": null, "revision_number": 0, "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "created_at": "2018-10-06T04:47:30Z", "project_id": "23a81342a9004de792d006eb50cfd4fa", "id": "2de252b9-748b-4123-a2d4-c7d802ec63a2"}, {"remote_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "port_range_min": null, "revision_number": 0, "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "created_at": "2018-10-06T04:47:30Z", "project_id": "23a81342a9004de792d006eb50cfd4fa", "id": "a7a902db-4fb1-415b-9ede-734e8070e70a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "port_range_min": null, "revision_number": 0, "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "created_at": "2018-10-06T04:47:30Z", "project_id": "23a81342a9004de792d006eb50cfd4fa", "id": "a921248c-8a43-43b3-afd7-e60fcb9eac08"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:30Z", "security_group_id": "b50bbfdc-2556-46c9-9133-adbb8b665dce", "port_range_min": null, "revision_number": 0, "tenant_id": "23a81342a9004de792d006eb50cfd4fa", "created_at": "2018-10-06T04:47:30Z", "project_id": "23a81342a9004de792d006eb50cfd4fa", "id": "e34d33e0-94c8-4524-8db5-2cbbfa17505b"}]} 2018-10-06 04:47:42,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b50bbfdc-2556-46c9-9133-adbb8b665dce used request id req-7078ef71-ff59-4d37-a7c3-cfd128cee004 2018-10-06 04:47:42,523 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:47:42,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b50bbfdc-2556-46c9-9133-adbb8b665dce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:42,830 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2225abeb-dc86-4199-bf9a-f9fdeba69e15 Content-Length: 0 Date: Sat, 06 Oct 2018 04:47:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:47:42,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b50bbfdc-2556-46c9-9133-adbb8b665dce used request id req-2225abeb-dc86-4199-bf9a-f9fdeba69e15 2018-10-06 04:47:42,831 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj 2018-10-06 04:47:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:43,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f710628f-b4b9-43c7-8086-9e8cc4c5bc9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:43,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/23a81342a9004de792d006eb50cfd4fa used request id req-f710628f-b4b9-43c7-8086-9e8cc4c5bc9e 2018-10-06 04:47:43,031 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-proj-role 2018-10-06 04:47:43,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:43,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1727f8c5-fb65-4598-b8ae-b52ecd9504e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:43,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8a0e32334c144750be65d1c061106723 used request id req-1727f8c5-fb65-4598-b8ae-b52ecd9504e0 2018-10-06 04:47:43,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}686ebf4ff198666f85d97595b2079f83b81a53d8" 2018-10-06 04:47:43,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7f1758-7d3f-44c2-b4d2-a63677a7ecf2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:43,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4c7f1758-7d3f-44c2-b4d2-a63677a7ecf2 2018-10-06 04:47:43,255 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-efe5c93b-0a05-496-user 2018-10-06 04:47:43,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/edadb5f6a46747c1930d31b60cbd188f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092a20a79c1b88bc4fa72f5c8122e03035f7ce19" 2018-10-06 04:47:43,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f36ca7a2-38e5-447c-b873-80a8db0a9cce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:43,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/edadb5f6a46747c1930d31b60cbd188f used request id req-f36ca7a2-38e5-447c-b873-80a8db0a9cce 2018-10-06 04:47:43,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:44,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oKiHOoblQN2QWInMARyB1w"], "issued_at": "2018-10-06T04:47:44.000000Z"}} 2018-10-06 04:47:44,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d23a3f4db1b5e934fb966f26360fca6e979f6b" 2018-10-06 04:47:44,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbde1ea-2334-4fcd-afc9-b8f09b2bc544 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:44,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ddbde1ea-2334-4fcd-afc9-b8f09b2bc544 2018-10-06 04:47:44,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:44,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:44,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["s9Ahkr4qRw-E8NOkDg-zQg"], "issued_at": "2018-10-06T04:47:44.000000Z"}} 2018-10-06 04:47:44,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:44,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59896d89-83f1-4df7-b7c3-a23cb2c96718 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:44,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-59896d89-83f1-4df7-b7c3-a23cb2c96718 2018-10-06 04:47:44,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:44,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:44,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:44,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddd939de-abdc-4427-80cf-1dbbe2b5d33b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:47:44,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj used request id req-ddd939de-abdc-4427-80cf-1dbbe2b5d33b 2018-10-06 04:47:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:44,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e60fb20b-ec2b-4b72-93a6-7aa765996aa0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:44,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e60fb20b-ec2b-4b72-93a6-7aa765996aa0 2018-10-06 04:47:44,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}}' 2018-10-06 04:47:44,902 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cebc5f6c-3be1-4bf1-83c1-829b12da0f3f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}} 2018-10-06 04:47:44,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cebc5f6c-3be1-4bf1-83c1-829b12da0f3f 2018-10-06 04:47:44,903 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj 2018-10-06 04:47:44,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:44,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:45,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5UHuxNXSRZOqD8hVXA2JEQ"], "issued_at": "2018-10-06T04:47:45.000000Z"}} 2018-10-06 04:47:45,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755f665c9593012f3e66f68b87e576445638c15" 2018-10-06 04:47:45,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b47e752-c3e4-4ddb-af84-e54d41f3b62b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:45,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5b47e752-c3e4-4ddb-af84-e54d41f3b62b 2018-10-06 04:47:45,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:45,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:45,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755f665c9593012f3e66f68b87e576445638c15" 2018-10-06 04:47:45,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57ea2e4-6860-4f9a-a569-2e76dc7e7eaa Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:47:45,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c57ea2e4-6860-4f9a-a569-2e76dc7e7eaa 2018-10-06 04:47:45,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755f665c9593012f3e66f68b87e576445638c15" 2018-10-06 04:47:45,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4289b60d-dfda-4e93-9ccf-ebdc6852522c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}]} 2018-10-06 04:47:45,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj used request id req-4289b60d-dfda-4e93-9ccf-ebdc6852522c 2018-10-06 04:47:45,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755f665c9593012f3e66f68b87e576445638c15" 2018-10-06 04:47:45,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53be7f71-0426-4c90-bc7f-3ccaad489b9a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:47:45,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-53be7f71-0426-4c90-bc7f-3ccaad489b9a 2018-10-06 04:47:46,106 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-user 2018-10-06 04:47:46,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:46,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:46,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37cb7f8-7373-435b-a687-cfac49baea47 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:47:46,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a37cb7f8-7373-435b-a687-cfac49baea47 2018-10-06 04:47:46,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" -d '{"role": {"name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}}' 2018-10-06 04:47:46,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af7f908b-4039-487e-bd2e-aa1ae7b96761 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d0431cb1a55407ca1837ee21c91911d", "links": {"self": "http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d"}, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}} 2018-10-06 04:47:46,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-af7f908b-4039-487e-bd2e-aa1ae7b96761 2018-10-06 04:47:46,322 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role 2018-10-06 04:47:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:46,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad85d1ee-3f96-4124-9c61-789bd213c039 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role", "id": "1d0431cb1a55407ca1837ee21c91911d"}} 2018-10-06 04:47:46,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d used request id req-ad85d1ee-3f96-4124-9c61-789bd213c039 2018-10-06 04:47:46,405 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role to project CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj 2018-10-06 04:47:46,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3/users/2da488096c25454c96f1627bb0f823bb/roles/1d0431cb1a55407ca1837ee21c91911d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:47:46,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c630f7-4042-476e-9917-385b5a23d42a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:47:46,534 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3/users/2da488096c25454c96f1627bb0f823bb/roles/1d0431cb1a55407ca1837ee21c91911d used request id req-28c630f7-4042-476e-9917-385b5a23d42a 2018-10-06 04:47:46,534 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:47:46,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:46,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:46,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0431cb1a55407ca1837ee21c91911d", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}], "expires_at": "2018-10-06T05:47:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e13d1b50c6454622aeb29d02473e63a3", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-user", "id": "2da488096c25454c96f1627bb0f823bb"}, "audit_ids": ["We1uV1GHTOebJZy1-_gHOw"], "issued_at": "2018-10-06T04:47:46.000000Z"}} 2018-10-06 04:47:46,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:46,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd7102b-7af6-41fe-87fd-58102aab6fb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:46,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8bd7102b-7af6-41fe-87fd-58102aab6fb6 2018-10-06 04:47:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:47,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-31497661-0b45-4f4f-93f2-1025de140f60 Date: Sat, 06 Oct 2018 04:47:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image"} 2018-10-06 04:47:47,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image used request id req-31497661-0b45-4f4f-93f2-1025de140f60 2018-10-06 04:47:47,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:47,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-81b2a56e-e619-47d6-98e0-7b1dbbca05ed Date: Sat, 06 Oct 2018 04:47: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", "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-10-06 04:47:47,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-81b2a56e-e619-47d6-98e0-7b1dbbca05ed 2018-10-06 04:47:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image"}' 2018-10-06 04:47:47,545 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 X-Openstack-Request-Id: req-4d29ffdc-a9a2-43eb-a68e-13f6a04901fb Date: Sat, 06 Oct 2018 04:47:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799", "min_disk": 0, "protected": false, "id": "60997a29-a4d2-4810-9630-6a8681e7a799", "file": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799/file", "checksum": null, "owner": "e13d1b50c6454622aeb29d02473e63a3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:47,545 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4d29ffdc-a9a2-43eb-a68e-13f6a04901fb 2018-10-06 04:47:47,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" -d '' 2018-10-06 04:47:49,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b8e00ac-d83c-46c9-97c1-eabb26fb4108 Date: Sat, 06 Oct 2018 04:47:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:47:49,236 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799/file used request id req-6b8e00ac-d83c-46c9-97c1-eabb26fb4108 2018-10-06 04:47:49,236 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:47:49,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:49,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8e17d5c1-104e-4657-b0d4-8ed8567395de Date: Sat, 06 Oct 2018 04:47:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:49Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/60997a29-a4d2-4810-9630-6a8681e7a799/snap", "metadata": {}}], "self": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799", "min_disk": 0, "protected": false, "id": "60997a29-a4d2-4810-9630-6a8681e7a799", "file": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e13d1b50c6454622aeb29d02473e63a3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/60997a29-a4d2-4810-9630-6a8681e7a799/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:49,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 used request id req-8e17d5c1-104e-4657-b0d4-8ed8567395de 2018-10-06 04:47:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:49,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2c63dde1-81da-466a-baaa-2946a6aef309 Date: Sat, 06 Oct 2018 04:47: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", "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-10-06 04:47:49,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2c63dde1-81da-466a-baaa-2946a6aef309 2018-10-06 04:47:49,566 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image 2018-10-06 04:47:49,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:47:49,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e1d9974b-4df6-465f-9ce6-d96352a7676b Date: Sat, 06 Oct 2018 04:47:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:47:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:47:49Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/60997a29-a4d2-4810-9630-6a8681e7a799/snap", "metadata": {}}], "self": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799", "min_disk": 0, "protected": false, "id": "60997a29-a4d2-4810-9630-6a8681e7a799", "file": "/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e13d1b50c6454622aeb29d02473e63a3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/60997a29-a4d2-4810-9630-6a8681e7a799/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:47:49,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 used request id req-e1d9974b-4df6-465f-9ce6-d96352a7676b 2018-10-06 04:47:49,718 - create_image - DEBUG - Instance status is - active 2018-10-06 04:47:49,719 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image 2018-10-06 04:47:49,719 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image 2018-10-06 04:47:49,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:49,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:50,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0431cb1a55407ca1837ee21c91911d", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}], "expires_at": "2018-10-06T05:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e13d1b50c6454622aeb29d02473e63a3", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-user", "id": "2da488096c25454c96f1627bb0f823bb"}, "audit_ids": ["h8yG7faVRa2zG3KO45Z9Mw"], "issued_at": "2018-10-06T04:47:50.000000Z"}} 2018-10-06 04:47:50,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:50,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03bd85fa-1243-4aec-bc5f-40047d9ded2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:50,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-03bd85fa-1243-4aec-bc5f-40047d9ded2a 2018-10-06 04:47:50,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:50,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dbb86794-6a59-4d42-91db-14bbca0283c6 Date: Sat, 06 Oct 2018 04:47:50 GMT RESP BODY: {"networks":[]} 2018-10-06 04:47:50,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net used request id req-dbb86794-6a59-4d42-91db-14bbca0283c6 2018-10-06 04:47:50,362 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net 2018-10-06 04:47:50,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" -d '{"network": {"name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net", "admin_state_up": true}}' 2018-10-06 04:47:50,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-31c111c4-7d87-407a-98e2-d62cf567703a Date: Sat, 06 Oct 2018 04:47:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fc99a444-0c91-4b5c-87c2-b03e98876405","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:47:50Z","is_default":false,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","mtu":1450}} 2018-10-06 04:47:50,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-31c111c4-7d87-407a-98e2-d62cf567703a 2018-10-06 04:47:50,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:51,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-64bf6f28-a440-4f2b-9721-cc99db8e4064 Date: Sat, 06 Oct 2018 04:47:51 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-10-06T04:47:50Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:51,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-64bf6f28-a440-4f2b-9721-cc99db8e4064 2018-10-06 04:47:51,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:51,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4d09376f-60c9-45ac-bc5f-8c1867d1a06e Date: Sat, 06 Oct 2018 04:47:51 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:47:51,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-4d09376f-60c9-45ac-bc5f-8c1867d1a06e 2018-10-06 04:47:51,297 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet 2018-10-06 04:47:51,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" -d '{"subnets": [{"ip_version": 4, "network_id": "fc99a444-0c91-4b5c-87c2-b03e98876405", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]}' 2018-10-06 04:47:51,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf06de5b-c467-420e-86b5-8840d11d3aba Date: Sat, 06 Oct 2018 04:47:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","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":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:51,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-cf06de5b-c467-420e-86b5-8840d11d3aba 2018-10-06 04:47:51,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:52,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-476fda3f-7ffd-44c2-8a53-eaf6371c24ab Date: Sat, 06 Oct 2018 04:47: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":["a9ec6045-b5c4-46c3-a154-78b2a6ceaaee"],"updated_at":"2018-10-06T04:47:51Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:52,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-476fda3f-7ffd-44c2-8a53-eaf6371c24ab 2018-10-06 04:47:52,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:47:52,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a53f660a-f7c7-4057-bae6-136865efb0ab Date: Sat, 06 Oct 2018 04:47:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:52,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-a53f660a-f7c7-4057-bae6-136865efb0ab 2018-10-06 04:47:52,587 - OpenStackNetwork - DEBUG - Network [fc99a444-0c91-4b5c-87c2-b03e98876405] created successfully 2018-10-06 04:47:52,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:52,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:52,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:47:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Ct4xEVTDT5ucjkxkDKTf7w"], "issued_at": "2018-10-06T04:47:52.000000Z"}} 2018-10-06 04:47:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85eff492c2c2301254c6d1b9c94d797612a93b75" 2018-10-06 04:47:53,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d919125c-8a71-4883-b050-37d041d2912f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:53,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d919125c-8a71-4883-b050-37d041d2912f 2018-10-06 04:47:53,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:53,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85eff492c2c2301254c6d1b9c94d797612a93b75" 2018-10-06 04:47:53,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-265a62b7-0896-44d9-9652-090add63c973 x-compute-request-id: req-265a62b7-0896-44d9-9652-090add63c973 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:47:53,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-265a62b7-0896-44d9-9652-090add63c973 2018-10-06 04:47:53,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85eff492c2c2301254c6d1b9c94d797612a93b75" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-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-10-06 04:47:53,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-5c6c6f3d-a225-4384-84a8-744d0d4b0e2a x-compute-request-id: req-5c6c6f3d-a225-4384-84a8-744d0d4b0e2a Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d96ce273-573a-40e5-9fc8-06d214840d01", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d96ce273-573a-40e5-9fc8-06d214840d01", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d96ce273-573a-40e5-9fc8-06d214840d01", "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:47:53,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5c6c6f3d-a225-4384-84a8-744d0d4b0e2a 2018-10-06 04:47:53,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:53,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:53,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0431cb1a55407ca1837ee21c91911d", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}], "expires_at": "2018-10-06T05:47:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e13d1b50c6454622aeb29d02473e63a3", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-user", "id": "2da488096c25454c96f1627bb0f823bb"}, "audit_ids": ["Cew6kJKjQq6AawpGz2JXgg"], "issued_at": "2018-10-06T04:47:53.000000Z"}} 2018-10-06 04:47:53,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:53,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efe5c0b7-8d2d-4668-bcde-0d55d8d5bcbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:53,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-efe5c0b7-8d2d-4668-bcde-0d55d8d5bcbd 2018-10-06 04:47:53,757 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:47:53,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:53,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ac3ff3-de83-4eb6-9a86-a71a877290a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:53,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e6ac3ff3-de83-4eb6-9a86-a71a877290a3 2018-10-06 04:47:53,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:54,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6db25d61-b972-47b7-8967-1153396fcd50 Date: Sat, 06 Oct 2018 04:47: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":["a9ec6045-b5c4-46c3-a154-78b2a6ceaaee"],"updated_at":"2018-10-06T04:47:51Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:54,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net used request id req-6db25d61-b972-47b7-8967-1153396fcd50 2018-10-06 04:47:54,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:54,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:54,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:54,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f34e852-b95c-4357-b3e7-b44606ae6584 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}} 2018-10-06 04:47:54,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 used request id req-1f34e852-b95c-4357-b3e7-b44606ae6584 2018-10-06 04:47:54,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:54,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47b61fe8-1413-42de-ac9e-97c1c72448f1 Date: Sat, 06 Oct 2018 04:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:54,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-47b61fe8-1413-42de-ac9e-97c1c72448f1 2018-10-06 04:47:54,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:54,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5cbaface-345b-43ba-ab8d-9160bb1a1457 Date: Sat, 06 Oct 2018 04:47:54 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:54,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103port-1&admin_state_up=True used request id req-5cbaface-345b-43ba-ab8d-9160bb1a1457 2018-10-06 04:47:54,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:54,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47: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-ed97fa43-2115-4bab-abc7-5ce4c4a2e78f x-compute-request-id: req-ed97fa43-2115-4bab-abc7-5ce4c4a2e78f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:47:54,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-inst used request id req-ed97fa43-2115-4bab-abc7-5ce4c4a2e78f 2018-10-06 04:47:54,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:55,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4428fdda-2aac-4f10-99ef-e7ef9836058d Date: Sat, 06 Oct 2018 04:47: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":["a9ec6045-b5c4-46c3-a154-78b2a6ceaaee"],"updated_at":"2018-10-06T04:47:51Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:55,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net used request id req-4428fdda-2aac-4f10-99ef-e7ef9836058d 2018-10-06 04:47:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:55,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee39f96-2a44-470e-bc02-b8710c6288cb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}} 2018-10-06 04:47:55,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 used request id req-6ee39f96-2a44-470e-bc02-b8710c6288cb 2018-10-06 04:47:55,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:55,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0b6d7276-82fc-46ce-972a-3554a65332cb Date: Sat, 06 Oct 2018 04:47:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:55,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-0b6d7276-82fc-46ce-972a-3554a65332cb 2018-10-06 04:47:55,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:55,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75d0e886-0a36-4ec6-9ebc-08948161591c Date: Sat, 06 Oct 2018 04:47:55 GMT RESP BODY: {"ports":[]} 2018-10-06 04:47:55,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103port-1&admin_state_up=True used request id req-75d0e886-0a36-4ec6-9ebc-08948161591c 2018-10-06 04:47:55,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:47:55,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:47:56,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0431cb1a55407ca1837ee21c91911d", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role"}], "expires_at": "2018-10-06T05:47:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e13d1b50c6454622aeb29d02473e63a3", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e13d1b50c6454622aeb29d02473e63a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-user", "id": "2da488096c25454c96f1627bb0f823bb"}, "audit_ids": ["itkW42x8SzO69jP0TLGBAw"], "issued_at": "2018-10-06T04:47:56.000000Z"}} 2018-10-06 04:47:56,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8313e44bcb69dc0a26cffd66aed5fab3ba10bfb3" 2018-10-06 04:47:56,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be579ea-9878-4445-b032-a6a659a0dd82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:47:56,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3be579ea-9878-4445-b032-a6a659a0dd82 2018-10-06 04:47:56,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:56,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eafcf583-2dd9-4d63-af9c-4c1926a9c4ae Date: Sat, 06 Oct 2018 04:47: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":["a9ec6045-b5c4-46c3-a154-78b2a6ceaaee"],"updated_at":"2018-10-06T04:47:51Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:56,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net used request id req-eafcf583-2dd9-4d63-af9c-4c1926a9c4ae 2018-10-06 04:47:56,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:56,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb5f9d9d-be78-4204-9d6c-87f475b210c5 Date: Sat, 06 Oct 2018 04:47:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:56,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-fb5f9d9d-be78-4204-9d6c-87f475b210c5 2018-10-06 04:47:56,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:56,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4f20882e-a8e0-411b-86f5-55fbcac4ee99 Date: Sat, 06 Oct 2018 04:47: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":["a9ec6045-b5c4-46c3-a154-78b2a6ceaaee"],"updated_at":"2018-10-06T04:47:51Z","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"fc99a444-0c91-4b5c-87c2-b03e98876405","name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net"}]} 2018-10-06 04:47:56,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net used request id req-4f20882e-a8e0-411b-86f5-55fbcac4ee99 2018-10-06 04:47:56,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:47:56,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:47:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:47:56,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8313e44bcb69dc0a26cffd66aed5fab3ba10bfb3" 2018-10-06 04:47:57,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f73ef71-c199-40e1-ab54-51162a9058c0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}} 2018-10-06 04:47:57,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 used request id req-1f73ef71-c199-40e1-ab54-51162a9058c0 2018-10-06 04:47:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:57,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bb710289-f5ad-4687-bf1a-00306398bb52 Date: Sat, 06 Oct 2018 04:47:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:57,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-bb710289-f5ad-4687-bf1a-00306398bb52 2018-10-06 04:47:57,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" 2018-10-06 04:47:57,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95e1bd39-03a2-46cf-b313-5797a43dfbb7 Date: Sat, 06 Oct 2018 04:47:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc99a444-0c91-4b5c-87c2-b03e98876405","tenant_id":"e13d1b50c6454622aeb29d02473e63a3","created_at":"2018-10-06T04:47:51Z","dns_nameservers":[],"updated_at":"2018-10-06T04:47:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e13d1b50c6454622aeb29d02473e63a3","id":"a9ec6045-b5c4-46c3-a154-78b2a6ceaaee","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet"}]} 2018-10-06 04:47:57,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=fc99a444-0c91-4b5c-87c2-b03e98876405&name=CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet used request id req-95e1bd39-03a2-46cf-b313-5797a43dfbb7 2018-10-06 04:47:57,442 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net 2018-10-06 04:47:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2698339d4671777416bb31411b05ec7fcea7a6d3" -d '{"port": {"network_id": "fc99a444-0c91-4b5c-87c2-b03e98876405", "fixed_ips": [{"subnet_id": "a9ec6045-b5c4-46c3-a154-78b2a6ceaaee", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103port-1", "admin_state_up": true}}' 2018-10-06 04:47:57,973 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-c29fa534-be10-4d85-8b0f-700d41d2de3e Date: Sat, 06 Oct 2018 04:47:57 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-06 04:47:57,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-c29fa534-be10-4d85-8b0f-700d41d2de3e 2018-10-06 04:47:57,973 - 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-10-06 04:47:57,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/d96ce273-573a-40e5-9fc8-06d214840d01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85eff492c2c2301254c6d1b9c94d797612a93b75" 2018-10-06 04:47:58,007 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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-c2f34e4e-4f12-4990-bd50-06f6a5eb57b1 x-compute-request-id: req-c2f34e4e-4f12-4990-bd50-06f6a5eb57b1 Content-Length: 0 Content-Type: application/json 2018-10-06 04:47:58,007 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d96ce273-573a-40e5-9fc8-06d214840d01 used request id req-c2f34e4e-4f12-4990-bd50-06f6a5eb57b1 2018-10-06 04:47:58,008 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet 2018-10-06 04:47:58,008 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-subnet 2018-10-06 04:47:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/a9ec6045-b5c4-46c3-a154-78b2a6ceaaee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:48:00,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a74979fd-2e81-4136-a1bd-e47cfd95b730 Date: Sat, 06 Oct 2018 04:48:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:00,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/a9ec6045-b5c4-46c3-a154-78b2a6ceaaee used request id req-a74979fd-2e81-4136-a1bd-e47cfd95b730 2018-10-06 04:48:00,364 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-pub-net 2018-10-06 04:48:00,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/fc99a444-0c91-4b5c-87c2-b03e98876405 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50f97187245ca58787e30f2bdca93cdccbc7890" 2018-10-06 04:48:01,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05d88a86-0082-4928-8932-b0186279438d Date: Sat, 06 Oct 2018 04:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:01,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/fc99a444-0c91-4b5c-87c2-b03e98876405 used request id req-05d88a86-0082-4928-8932-b0186279438d 2018-10-06 04:48:01,629 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d140f12f-35d2-4f2d-8fe0-a3bdc0d24103-image 2018-10-06 04:48:01,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa5d39812bbc0600ee3e0decfdb3b5b08f2d981" 2018-10-06 04:48:02,891 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ebdf9826-02cc-451d-a2a1-6f3cb4814ac5 Date: Sat, 06 Oct 2018 04:48:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:48:02,892 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/60997a29-a4d2-4810-9630-6a8681e7a799 used request id req-ebdf9826-02cc-451d-a2a1-6f3cb4814ac5 2018-10-06 04:48:02,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:03,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-79222cfd-db4b-46e4-9600-1d79aa69f326 Date: Sat, 06 Oct 2018 04:48:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "created_at": "2018-10-06T04:47:50Z", "updated_at": "2018-10-06T04:47:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "revision_number": 0, "id": "2f710fcf-4c8a-4243-8047-098183edc237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13d1b50c6454622aeb29d02473e63a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "revision_number": 0, "id": "8e312384-2ce5-40ff-b3b0-79632b59a477", "remote_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13d1b50c6454622aeb29d02473e63a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "revision_number": 0, "id": "ae5df84a-a393-4874-8cc5-0e0340b06102", "remote_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13d1b50c6454622aeb29d02473e63a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "revision_number": 0, "id": "f63b6317-e641-4a0a-8aef-617fac0cfdba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13d1b50c6454622aeb29d02473e63a3"}], "revision_number": 4, "project_id": "e13d1b50c6454622aeb29d02473e63a3", "id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:48:03,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-79222cfd-db4b-46e4-9600-1d79aa69f326 2018-10-06 04:48:03,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:03,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b3ed52-cc2d-47d7-a9fe-4dba960b607f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:48:03,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-a7b3ed52-cc2d-47d7-a9fe-4dba960b607f 2018-10-06 04:48:03,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:03,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32f7506-a1cb-4769-bae9-cf66e16526fa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3"}, "enabled": true, "id": "e13d1b50c6454622aeb29d02473e63a3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj"}} 2018-10-06 04:48:03,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 used request id req-a32f7506-a1cb-4769-bae9-cf66e16526fa 2018-10-06 04:48:03,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 186e209c-c4dd-45b5-99bc-3bce1663cffe 2018-10-06 04:48:03,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=186e209c-c4dd-45b5-99bc-3bce1663cffe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:03,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-79e17595-b5d5-4859-930e-059268f0a58d Date: Sat, 06 Oct 2018 04:48: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-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "port_range_min": null, "revision_number": 0, "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "created_at": "2018-10-06T04:47:50Z", "project_id": "e13d1b50c6454622aeb29d02473e63a3", "id": "2f710fcf-4c8a-4243-8047-098183edc237"}, {"remote_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "port_range_min": null, "revision_number": 0, "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "created_at": "2018-10-06T04:47:50Z", "project_id": "e13d1b50c6454622aeb29d02473e63a3", "id": "8e312384-2ce5-40ff-b3b0-79632b59a477"}, {"remote_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "port_range_min": null, "revision_number": 0, "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "created_at": "2018-10-06T04:47:50Z", "project_id": "e13d1b50c6454622aeb29d02473e63a3", "id": "ae5df84a-a393-4874-8cc5-0e0340b06102"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:47:50Z", "security_group_id": "186e209c-c4dd-45b5-99bc-3bce1663cffe", "port_range_min": null, "revision_number": 0, "tenant_id": "e13d1b50c6454622aeb29d02473e63a3", "created_at": "2018-10-06T04:47:50Z", "project_id": "e13d1b50c6454622aeb29d02473e63a3", "id": "f63b6317-e641-4a0a-8aef-617fac0cfdba"}]} 2018-10-06 04:48:03,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=186e209c-c4dd-45b5-99bc-3bce1663cffe used request id req-79e17595-b5d5-4859-930e-059268f0a58d 2018-10-06 04:48:03,486 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:48:03,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/186e209c-c4dd-45b5-99bc-3bce1663cffe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:03,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2a44e1f-6481-48f9-9c8f-c34268503140 Content-Length: 0 Date: Sat, 06 Oct 2018 04:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:03,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/186e209c-c4dd-45b5-99bc-3bce1663cffe used request id req-a2a44e1f-6481-48f9-9c8f-c34268503140 2018-10-06 04:48:03,784 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj 2018-10-06 04:48:03,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:04,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33440c21-5353-4776-be51-ec092490ac9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:04,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e13d1b50c6454622aeb29d02473e63a3 used request id req-33440c21-5353-4776-be51-ec092490ac9e 2018-10-06 04:48:04,008 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-proj-role 2018-10-06 04:48:04,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:04,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a1bd668-faaf-47fa-909b-5ec9208947b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:04,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1d0431cb1a55407ca1837ee21c91911d used request id req-4a1bd668-faaf-47fa-909b-5ec9208947b3 2018-10-06 04:48:04,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c482f5fa5ed9603419977149b504f0101c45e47" 2018-10-06 04:48:04,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1817d0-cae4-460e-aa2e-79792841c7a1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:48:04,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bc1817d0-cae4-460e-aa2e-79792841c7a1 2018-10-06 04:48:04,318 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-02ee94b4-db2c-494-user 2018-10-06 04:48:04,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2da488096c25454c96f1627bb0f823bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4755f665c9593012f3e66f68b87e576445638c15" 2018-10-06 04:48:04,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85f8e734-6a43-4000-8523-20664a1d1c44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:04,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2da488096c25454c96f1627bb0f823bb used request id req-85f8e734-6a43-4000-8523-20664a1d1c44 2018-10-06 04:48:04,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:04,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NpIotKgKTuOFX7NY6CPKwA"], "issued_at": "2018-10-06T04:48:04.000000Z"}} 2018-10-06 04:48:04,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8cc1677bf392c39bf60fc5403ea03ef99817d1" 2018-10-06 04:48:04,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e3e31b-cbb7-4b48-847b-8992bb3eabca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:04,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c6e3e31b-cbb7-4b48-847b-8992bb3eabca 2018-10-06 04:48:04,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:04,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:05,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["XaDn5ChiQsug-PuUbKbLdw"], "issued_at": "2018-10-06T04:48:05.000000Z"}} 2018-10-06 04:48:05,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:05,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f10e398-f42f-4713-80ab-77df40272e25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:05,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0f10e398-f42f-4713-80ab-77df40272e25 2018-10-06 04:48:05,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:05,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:05,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a197f8-2471-4e89-8e92-da242830abae Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:48:05,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj used request id req-a5a197f8-2471-4e89-8e92-da242830abae 2018-10-06 04:48:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:05,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b167e68-9bcd-4204-8818-1087dc36427a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:48:05,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-4b167e68-9bcd-4204-8818-1087dc36427a 2018-10-06 04:48:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}}' 2018-10-06 04:48:05,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db624d2-206a-496a-9109-527e2665bc9b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}} 2018-10-06 04:48:05,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0db624d2-206a-496a-9109-527e2665bc9b 2018-10-06 04:48:05,785 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj 2018-10-06 04:48:05,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:05,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:06,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["z7ye8I-VQBWUvw87Ny-zTw"], "issued_at": "2018-10-06T04:48:06.000000Z"}} 2018-10-06 04:48:06,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1078f1316f986073451c2912976bb1967d694a" 2018-10-06 04:48:06,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4132f69b-b4ac-4ec2-886e-44dfe157daa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:06,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4132f69b-b4ac-4ec2-886e-44dfe157daa3 2018-10-06 04:48:06,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:06,267 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1078f1316f986073451c2912976bb1967d694a" 2018-10-06 04:48:06,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0fe404-987b-4036-9ded-41b4474c0e47 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:48:06,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0b0fe404-987b-4036-9ded-41b4474c0e47 2018-10-06 04:48:06,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1078f1316f986073451c2912976bb1967d694a" 2018-10-06 04:48:06,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c11f25-96c1-4c0a-b0e6-be3055de6168 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}]} 2018-10-06 04:48:06,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj used request id req-73c11f25-96c1-4c0a-b0e6-be3055de6168 2018-10-06 04:48:06,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1078f1316f986073451c2912976bb1967d694a" 2018-10-06 04:48:06,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de4d39b-2a43-40d4-8f2c-666fa75d434e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:48:06,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8de4d39b-2a43-40d4-8f2c-666fa75d434e 2018-10-06 04:48:06,794 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user 2018-10-06 04:48:06,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:06,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:06,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e92a3f-3d8b-490c-9379-3595c778694e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:48:06,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-17e92a3f-3d8b-490c-9379-3595c778694e 2018-10-06 04:48:06,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" -d '{"role": {"name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}}' 2018-10-06 04:48:07,004 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e68997c8-db26-46e9-9279-eee6ff6ab495 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "34d3d165f6484239b396a23feea59676", "links": {"self": "http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676"}, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}} 2018-10-06 04:48:07,004 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e68997c8-db26-46e9-9279-eee6ff6ab495 2018-10-06 04:48:07,004 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role 2018-10-06 04:48:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:07,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99169041-9900-4b6b-9ddf-6e1948cde2cf Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role", "id": "34d3d165f6484239b396a23feea59676"}} 2018-10-06 04:48:07,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676 used request id req-99169041-9900-4b6b-9ddf-6e1948cde2cf 2018-10-06 04:48:07,106 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role to project CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj 2018-10-06 04:48:07,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17/users/b10c9397e3f8487f9b44bdb7e15f4545/roles/34d3d165f6484239b396a23feea59676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:07,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d29c842-381b-4628-879f-de93e2361a0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:07,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17/users/b10c9397e3f8487f9b44bdb7e15f4545/roles/34d3d165f6484239b396a23feea59676 used request id req-1d29c842-381b-4628-879f-de93e2361a0b 2018-10-06 04:48:07,253 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:48:07,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:07,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:07,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "34d3d165f6484239b396a23feea59676", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}], "expires_at": "2018-10-06T05:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e95a708d2545da8bcc2f2963312e17", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user", "id": "b10c9397e3f8487f9b44bdb7e15f4545"}, "audit_ids": ["h9M2ni5wQhyrMtbvjT9uew"], "issued_at": "2018-10-06T04:48:07.000000Z"}} 2018-10-06 04:48:07,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:07,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034e64c4-c3d2-45c2-b38e-0af11e5854b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:07,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-034e64c4-c3d2-45c2-b38e-0af11e5854b0 2018-10-06 04:48:07,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:07,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d68f5096-d283-42bb-80af-9ed14f806cc6 Date: Sat, 06 Oct 2018 04:48:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image"} 2018-10-06 04:48:07,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image used request id req-d68f5096-d283-42bb-80af-9ed14f806cc6 2018-10-06 04:48:07,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:08,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1116c08d-eb85-4f45-9a10-25c1d63c1105 Date: Sat, 06 Oct 2018 04:48:08 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", "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-10-06 04:48:08,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1116c08d-eb85-4f45-9a10-25c1d63c1105 2018-10-06 04:48:08,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image"}' 2018-10-06 04:48:08,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 X-Openstack-Request-Id: req-61cd1c8d-502c-4326-9122-8a48bc84a14f Date: Sat, 06 Oct 2018 04:48:08 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "min_disk": 0, "protected": false, "id": "950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "file": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/file", "checksum": null, "owner": "97e95a708d2545da8bcc2f2963312e17", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:08,265 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-61cd1c8d-502c-4326-9122-8a48bc84a14f 2018-10-06 04:48:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" -d '' 2018-10-06 04:48:10,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1aa1992-693d-4f65-bddb-170a6095214f Date: Sat, 06 Oct 2018 04:48:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:48:10,290 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/file used request id req-c1aa1992-693d-4f65-bddb-170a6095214f 2018-10-06 04:48:10,291 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:48:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:10,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-54379af5-a7ac-4250-a28e-c5e9cbf8c2ed Date: Sat, 06 Oct 2018 04:48:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:10Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/snap", "metadata": {}}], "self": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "min_disk": 0, "protected": false, "id": "950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "file": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "97e95a708d2545da8bcc2f2963312e17", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:10,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 used request id req-54379af5-a7ac-4250-a28e-c5e9cbf8c2ed 2018-10-06 04:48:10,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:10,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04face43-0b7e-41f8-ada2-1a96dd9815ab Date: Sat, 06 Oct 2018 04:48:10 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", "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-10-06 04:48:10,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-04face43-0b7e-41f8-ada2-1a96dd9815ab 2018-10-06 04:48:10,622 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image 2018-10-06 04:48:10,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:10,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-75953a28-9804-421c-a108-3a5cf9deebb8 Date: Sat, 06 Oct 2018 04:48:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:10Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/snap", "metadata": {}}], "self": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "min_disk": 0, "protected": false, "id": "950202b1-3f00-4cf4-aa87-4ecd21b9bb58", "file": "/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "97e95a708d2545da8bcc2f2963312e17", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:10,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 used request id req-75953a28-9804-421c-a108-3a5cf9deebb8 2018-10-06 04:48:10,786 - create_image - DEBUG - Instance status is - active 2018-10-06 04:48:10,787 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image 2018-10-06 04:48:10,787 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image 2018-10-06 04:48:10,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:10,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:11,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "34d3d165f6484239b396a23feea59676", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}], "expires_at": "2018-10-06T05:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e95a708d2545da8bcc2f2963312e17", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user", "id": "b10c9397e3f8487f9b44bdb7e15f4545"}, "audit_ids": ["YEDKmwQmRf-dEC4-hFFoQA"], "issued_at": "2018-10-06T04:48:11.000000Z"}} 2018-10-06 04:48:11,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:11,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf96c95-ccdb-4e71-b045-55e39b4e6da7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:11,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-faf96c95-ccdb-4e71-b045-55e39b4e6da7 2018-10-06 04:48:11,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:11,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8dbef31d-7a7d-478e-8a68-ce8c8b9c871a Date: Sat, 06 Oct 2018 04:48:11 GMT RESP BODY: {"networks":[]} 2018-10-06 04:48:11,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net used request id req-8dbef31d-7a7d-478e-8a68-ce8c8b9c871a 2018-10-06 04:48:11,410 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net 2018-10-06 04:48:11,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" -d '{"network": {"name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net", "admin_state_up": true}}' 2018-10-06 04:48:12,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-33815bc3-a396-40d5-8ee2-6286ed20e341 Date: Sat, 06 Oct 2018 04:48:12 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:48:11Z","is_default":false,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","mtu":1450}} 2018-10-06 04:48:12,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-33815bc3-a396-40d5-8ee2-6286ed20e341 2018-10-06 04:48:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:12,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5e20d69b-1cee-4c1a-94fe-ad8155cf4956 Date: Sat, 06 Oct 2018 04:48: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-10-06T04:48:11Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:12,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-5e20d69b-1cee-4c1a-94fe-ad8155cf4956 2018-10-06 04:48:12,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:12,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-80bd74a5-4e31-481b-a458-4c804a9b4227 Date: Sat, 06 Oct 2018 04:48:12 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:48:12,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-80bd74a5-4e31-481b-a458-4c804a9b4227 2018-10-06 04:48:12,320 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet 2018-10-06 04:48:12,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" -d '{"subnets": [{"ip_version": 4, "network_id": "c1d12278-7a7d-40ac-bd14-e33c9d29ac16", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]}' 2018-10-06 04:48:13,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5474883d-e650-48bb-8f22-f4e0d036f445 Date: Sat, 06 Oct 2018 04:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","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":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:13,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-5474883d-e650-48bb-8f22-f4e0d036f445 2018-10-06 04:48:13,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:13,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-358a8de4-266d-45a5-9248-0d1169d4c750 Date: Sat, 06 Oct 2018 04:48: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":["f03c7848-5f06-49b5-9882-313962e8441a"],"updated_at":"2018-10-06T04:48:12Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:13,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-358a8de4-266d-45a5-9248-0d1169d4c750 2018-10-06 04:48:13,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:13,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb7a5b96-0a00-4678-b5f4-e582a91c385c Date: Sat, 06 Oct 2018 04:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:13,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-fb7a5b96-0a00-4678-b5f4-e582a91c385c 2018-10-06 04:48:13,415 - OpenStackNetwork - DEBUG - Network [c1d12278-7a7d-40ac-bd14-e33c9d29ac16] created successfully 2018-10-06 04:48:13,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:13,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:13,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["9IuLDPCVQBuL3MZShzl9FQ"], "issued_at": "2018-10-06T04:48:13.000000Z"}} 2018-10-06 04:48:13,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd6222ec0d4ca7de563f7daf7d1977ee8240bc0" 2018-10-06 04:48:13,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38cd4b11-a00b-4ebe-bbff-d7efc239f9bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:13,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38cd4b11-a00b-4ebe-bbff-d7efc239f9bc 2018-10-06 04:48:13,880 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:48:13,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd6222ec0d4ca7de563f7daf7d1977ee8240bc0" 2018-10-06 04:48:14,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48: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-d5403197-43b2-4416-9440-04fc95c18833 x-compute-request-id: req-d5403197-43b2-4416-9440-04fc95c18833 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:48:14,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d5403197-43b2-4416-9440-04fc95c18833 2018-10-06 04:48:14,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd6222ec0d4ca7de563f7daf7d1977ee8240bc0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-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-10-06 04:48:14,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-0b436ec9-7774-4c7d-be39-5c2bb0579a99 x-compute-request-id: req-0b436ec9-7774-4c7d-be39-5c2bb0579a99 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fa85d574-ec72-419a-98c7-941b61430069", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fa85d574-ec72-419a-98c7-941b61430069", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fa85d574-ec72-419a-98c7-941b61430069", "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:48:14,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0b436ec9-7774-4c7d-be39-5c2bb0579a99 2018-10-06 04:48:14,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:14,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:14,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "34d3d165f6484239b396a23feea59676", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}], "expires_at": "2018-10-06T05:48:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e95a708d2545da8bcc2f2963312e17", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user", "id": "b10c9397e3f8487f9b44bdb7e15f4545"}, "audit_ids": ["MXblOWK8SCCmpueoHJPqxw"], "issued_at": "2018-10-06T04:48:14.000000Z"}} 2018-10-06 04:48:14,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:14,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebde7f0e-96a8-42f1-afe3-e0355a6abc13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:14,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ebde7f0e-96a8-42f1-afe3-e0355a6abc13 2018-10-06 04:48:14,573 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:48:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:14,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be6a757-52e0-40ad-8861-81ae85dc698b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:14,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2be6a757-52e0-40ad-8861-81ae85dc698b 2018-10-06 04:48:14,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:14,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ae1c4133-d4f2-4064-81b1-93f127c9ecfe Date: Sat, 06 Oct 2018 04:48: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":["f03c7848-5f06-49b5-9882-313962e8441a"],"updated_at":"2018-10-06T04:48:12Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:14,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net used request id req-ae1c4133-d4f2-4064-81b1-93f127c9ecfe 2018-10-06 04:48:14,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:14,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:14,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea1e5248-e3ea-445c-8c50-f0231e87a0c2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}} 2018-10-06 04:48:14,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 used request id req-ea1e5248-e3ea-445c-8c50-f0231e87a0c2 2018-10-06 04:48:14,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:15,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c1608215-8178-4012-8383-8a1e3e2d2140 Date: Sat, 06 Oct 2018 04:48:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:15,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-c1608215-8178-4012-8383-8a1e3e2d2140 2018-10-06 04:48:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16&mac_address=foo&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:15,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-799efcfa-e25c-44d5-b709-88ee0d94747d Date: Sat, 06 Oct 2018 04:48:15 GMT RESP BODY: {"ports":[]} 2018-10-06 04:48:15,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16&mac_address=foo&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00eport-1&admin_state_up=True used request id req-799efcfa-e25c-44d5-b709-88ee0d94747d 2018-10-06 04:48:15,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:15,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48: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-c59e07cf-a9ad-4dea-9a45-c823f4672383 x-compute-request-id: req-c59e07cf-a9ad-4dea-9a45-c823f4672383 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:48:15,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-inst used request id req-c59e07cf-a9ad-4dea-9a45-c823f4672383 2018-10-06 04:48:15,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:16,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-37a53c23-29d5-49cb-b12a-f065894118c6 Date: Sat, 06 Oct 2018 04:48: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":["f03c7848-5f06-49b5-9882-313962e8441a"],"updated_at":"2018-10-06T04:48:12Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:16,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net used request id req-37a53c23-29d5-49cb-b12a-f065894118c6 2018-10-06 04:48:16,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:16,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bd7516-7184-429b-bb2f-196d79ae3a79 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}} 2018-10-06 04:48:16,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 used request id req-81bd7516-7184-429b-bb2f-196d79ae3a79 2018-10-06 04:48:16,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:16,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ac668e77-42ab-469b-a3e5-c621766a0ad0 Date: Sat, 06 Oct 2018 04:48:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:16,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-ac668e77-42ab-469b-a3e5-c621766a0ad0 2018-10-06 04:48:16,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16&mac_address=foo&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:16,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd4b5f57-135b-4523-b621-0ab293b9f4b7 Date: Sat, 06 Oct 2018 04:48:16 GMT RESP BODY: {"ports":[]} 2018-10-06 04:48:16,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16&mac_address=foo&name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00eport-1&admin_state_up=True used request id req-cd4b5f57-135b-4523-b621-0ab293b9f4b7 2018-10-06 04:48:16,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:16,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:16,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "34d3d165f6484239b396a23feea59676", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role"}], "expires_at": "2018-10-06T05:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e95a708d2545da8bcc2f2963312e17", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/97e95a708d2545da8bcc2f2963312e17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user", "id": "b10c9397e3f8487f9b44bdb7e15f4545"}, "audit_ids": ["V1E1jTmCSSOrG4ruaymoig"], "issued_at": "2018-10-06T04:48:16.000000Z"}} 2018-10-06 04:48:16,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de45d8915c2814e381a1a75d6b8e51ba108c309" 2018-10-06 04:48:16,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b296c48a-4802-4180-b6ac-057b443ca7f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:16,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b296c48a-4802-4180-b6ac-057b443ca7f2 2018-10-06 04:48:16,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:17,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8e399342-7e94-45fc-80d0-1eb1cbdd84c1 Date: Sat, 06 Oct 2018 04:48: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":["f03c7848-5f06-49b5-9882-313962e8441a"],"updated_at":"2018-10-06T04:48:12Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:17,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net used request id req-8e399342-7e94-45fc-80d0-1eb1cbdd84c1 2018-10-06 04:48:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:17,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b60e0e11-85c9-4a17-8640-94015e04dd43 Date: Sat, 06 Oct 2018 04:48:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:17,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-b60e0e11-85c9-4a17-8640-94015e04dd43 2018-10-06 04:48:17,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:17,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f4f356a2-0de6-4a47-93c8-7df3bca9d932 Date: Sat, 06 Oct 2018 04:48: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":["f03c7848-5f06-49b5-9882-313962e8441a"],"updated_at":"2018-10-06T04:48:12Z","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"97e95a708d2545da8bcc2f2963312e17","id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net"}]} 2018-10-06 04:48:17,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net used request id req-f4f356a2-0de6-4a47-93c8-7df3bca9d932 2018-10-06 04:48:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:17,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:17,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de45d8915c2814e381a1a75d6b8e51ba108c309" 2018-10-06 04:48:17,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f2473b-c161-409c-87f1-115397edd86f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}} 2018-10-06 04:48:17,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 used request id req-a6f2473b-c161-409c-87f1-115397edd86f 2018-10-06 04:48:17,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" 2018-10-06 04:48:17,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-59af5c3a-a3a0-46b5-84f5-09f06c3b511a Date: Sat, 06 Oct 2018 04:48:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1d12278-7a7d-40ac-bd14-e33c9d29ac16","tenant_id":"97e95a708d2545da8bcc2f2963312e17","created_at":"2018-10-06T04:48:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"97e95a708d2545da8bcc2f2963312e17","id":"f03c7848-5f06-49b5-9882-313962e8441a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet"}]} 2018-10-06 04:48:17,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-59af5c3a-a3a0-46b5-84f5-09f06c3b511a 2018-10-06 04:48:17,663 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net 2018-10-06 04:48:17,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffc4abf27b6bec9bad34457114adbcd14220e74" -d '{"port": {"network_id": "c1d12278-7a7d-40ac-bd14-e33c9d29ac16", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00eport-1", "admin_state_up": true}}' 2018-10-06 04:48:17,853 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-a3f0a0b2-f2ad-44e9-b6f2-90f272fc9bd0 Date: Sat, 06 Oct 2018 04:48:17 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-06 04:48:17,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-a3f0a0b2-f2ad-44e9-b6f2-90f272fc9bd0 2018-10-06 04:48:17,853 - 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-10-06 04:48:17,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/fa85d574-ec72-419a-98c7-941b61430069 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd6222ec0d4ca7de563f7daf7d1977ee8240bc0" 2018-10-06 04:48:17,899 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-fbe90aea-bc37-4f6f-b184-9abfdde8208c x-compute-request-id: req-fbe90aea-bc37-4f6f-b184-9abfdde8208c Content-Length: 0 Content-Type: application/json 2018-10-06 04:48:17,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/fa85d574-ec72-419a-98c7-941b61430069 used request id req-fbe90aea-bc37-4f6f-b184-9abfdde8208c 2018-10-06 04:48:17,900 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet 2018-10-06 04:48:17,900 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-subnet 2018-10-06 04:48:17,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/f03c7848-5f06-49b5-9882-313962e8441a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:20,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d453d680-4b9c-4b76-80db-8718e5e862cc Date: Sat, 06 Oct 2018 04:48:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:20,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/f03c7848-5f06-49b5-9882-313962e8441a used request id req-d453d680-4b9c-4b76-80db-8718e5e862cc 2018-10-06 04:48:20,160 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-pub-net 2018-10-06 04:48:20,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/c1d12278-7a7d-40ac-bd14-e33c9d29ac16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e60f95d8f30acc0be704865b449726039ddcefa" 2018-10-06 04:48:21,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0763b717-4a8f-44ae-bf54-2fb2b0454949 Date: Sat, 06 Oct 2018 04:48:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:21,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/c1d12278-7a7d-40ac-bd14-e33c9d29ac16 used request id req-0763b717-4a8f-44ae-bf54-2fb2b0454949 2018-10-06 04:48:21,427 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ecdc1a93-3b58-452b-95e8-4e121dcdb00e-image 2018-10-06 04:48:21,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a516e7a5337bb3a9d0ef971c46a2ca277b0ead09" 2018-10-06 04:48:22,849 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7de6dcd5-2977-412e-b594-d02c7265fab7 Date: Sat, 06 Oct 2018 04:48:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:48:22,849 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/950202b1-3f00-4cf4-aa87-4ecd21b9bb58 used request id req-7de6dcd5-2977-412e-b594-d02c7265fab7 2018-10-06 04:48:22,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-00a7c878-d78c-4dfa-83bc-97904a07c6e1 Date: Sat, 06 Oct 2018 04:48:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "created_at": "2018-10-06T04:48:11Z", "updated_at": "2018-10-06T04:48:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "revision_number": 0, "id": "0a6a3805-46f6-47fd-a8e7-0cab15a99701", "remote_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e95a708d2545da8bcc2f2963312e17"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "revision_number": 0, "id": "499e9cc5-63b0-4a7c-90f9-935cf49de19f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e95a708d2545da8bcc2f2963312e17"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "revision_number": 0, "id": "8df85022-f1b8-4e8d-9157-7e3f37e203f0", "remote_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e95a708d2545da8bcc2f2963312e17"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "revision_number": 0, "id": "9d99ebd2-532f-414b-ad9f-d72296f4dc85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e95a708d2545da8bcc2f2963312e17"}], "revision_number": 4, "project_id": "97e95a708d2545da8bcc2f2963312e17", "id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:48:23,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-00a7c878-d78c-4dfa-83bc-97904a07c6e1 2018-10-06 04:48:23,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dfba92f-50c6-45f3-84b6-1a2c9faf5a6d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:48:23,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-9dfba92f-50c6-45f3-84b6-1a2c9faf5a6d 2018-10-06 04:48:23,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc981429-b1e0-4b8e-8dc4-458e54a7bfb6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:48:23,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-bc981429-b1e0-4b8e-8dc4-458e54a7bfb6 2018-10-06 04:48:23,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c92b66-e1fc-400b-bec7-a5fce972dcd3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17"}, "enabled": true, "id": "97e95a708d2545da8bcc2f2963312e17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj"}} 2018-10-06 04:48:23,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 used request id req-66c92b66-e1fc-400b-bec7-a5fce972dcd3 2018-10-06 04:48:23,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c30f4300-0527-4cd0-b21b-87ec0b1f2371 2018-10-06 04:48:23,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c30f4300-0527-4cd0-b21b-87ec0b1f2371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0a39c49d-dba5-4afe-a3b1-a9fab4746637 Date: Sat, 06 Oct 2018 04:48:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "port_range_min": null, "revision_number": 0, "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "created_at": "2018-10-06T04:48:11Z", "project_id": "97e95a708d2545da8bcc2f2963312e17", "id": "0a6a3805-46f6-47fd-a8e7-0cab15a99701"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "port_range_min": null, "revision_number": 0, "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "created_at": "2018-10-06T04:48:11Z", "project_id": "97e95a708d2545da8bcc2f2963312e17", "id": "499e9cc5-63b0-4a7c-90f9-935cf49de19f"}, {"remote_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "port_range_min": null, "revision_number": 0, "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "created_at": "2018-10-06T04:48:11Z", "project_id": "97e95a708d2545da8bcc2f2963312e17", "id": "8df85022-f1b8-4e8d-9157-7e3f37e203f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:11Z", "security_group_id": "c30f4300-0527-4cd0-b21b-87ec0b1f2371", "port_range_min": null, "revision_number": 0, "tenant_id": "97e95a708d2545da8bcc2f2963312e17", "created_at": "2018-10-06T04:48:11Z", "project_id": "97e95a708d2545da8bcc2f2963312e17", "id": "9d99ebd2-532f-414b-ad9f-d72296f4dc85"}]} 2018-10-06 04:48:23,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c30f4300-0527-4cd0-b21b-87ec0b1f2371 used request id req-0a39c49d-dba5-4afe-a3b1-a9fab4746637 2018-10-06 04:48:23,532 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:48:23,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c30f4300-0527-4cd0-b21b-87ec0b1f2371 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:23,850 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-783f8bd7-e39c-47e5-964e-8e1d31f556b2 Content-Length: 0 Date: Sat, 06 Oct 2018 04:48:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:23,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c30f4300-0527-4cd0-b21b-87ec0b1f2371 used request id req-783f8bd7-e39c-47e5-964e-8e1d31f556b2 2018-10-06 04:48:23,851 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj 2018-10-06 04:48:23,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:24,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56025d8e-3ac5-4022-b884-d3d39258ce8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:24,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/97e95a708d2545da8bcc2f2963312e17 used request id req-56025d8e-3ac5-4022-b884-d3d39258ce8f 2018-10-06 04:48:24,067 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-proj-role 2018-10-06 04:48:24,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:24,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38250475-05eb-4170-b104-28e3d3dd7788 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:24,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/34d3d165f6484239b396a23feea59676 used request id req-38250475-05eb-4170-b104-28e3d3dd7788 2018-10-06 04:48:24,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2e95a0646278dc414a0e8e76e975afa1778577" 2018-10-06 04:48:24,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebed77e3-5140-43a0-b8ae-bde87cda4850 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:48:24,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ebed77e3-5140-43a0-b8ae-bde87cda4850 2018-10-06 04:48:24,266 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-270b593b-f9c8-4ff-user 2018-10-06 04:48:24,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/b10c9397e3f8487f9b44bdb7e15f4545 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1078f1316f986073451c2912976bb1967d694a" 2018-10-06 04:48:24,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125042bb-43fa-4635-9810-92c068aa85d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:24,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/b10c9397e3f8487f9b44bdb7e15f4545 used request id req-125042bb-43fa-4635-9810-92c068aa85d6 2018-10-06 04:48:24,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:24,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["HsiP3OOkS2mKWIfBir1xsw"], "issued_at": "2018-10-06T04:48:24.000000Z"}} 2018-10-06 04:48:24,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722d7d1d46d521c3383c5a4ecca5d53a3bf885bd" 2018-10-06 04:48:24,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b195c45a-bc3d-4323-af60-a53477592e9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:24,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b195c45a-bc3d-4323-af60-a53477592e9e 2018-10-06 04:48:24,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:24,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:25,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OYh-ysZ2RiuZfTJmHPmtcw"], "issued_at": "2018-10-06T04:48:25.000000Z"}} 2018-10-06 04:48:25,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:25,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1411e7-c1d7-4255-be08-5d1fa5906906 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:25,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fa1411e7-c1d7-4255-be08-5d1fa5906906 2018-10-06 04:48:25,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:25,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:25,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:25,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee3134fa-7707-42b6-9e54-6ee8edd39c88 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:48:25,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj used request id req-ee3134fa-7707-42b6-9e54-6ee8edd39c88 2018-10-06 04:48:25,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:25,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccaa2ffc-c94d-44eb-ac16-8aff4ce9546b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:48:25,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-ccaa2ffc-c94d-44eb-ac16-8aff4ce9546b 2018-10-06 04:48:25,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}}' 2018-10-06 04:48:25,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:48:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb2bcfd4-392a-4aa1-9da0-c22388fca9e7 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:25,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bb2bcfd4-392a-4aa1-9da0-c22388fca9e7 2018-10-06 04:48:25,693 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj 2018-10-06 04:48:25,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:25,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:26,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zIS-IKhxSHiNIL_fcHNd9Q"], "issued_at": "2018-10-06T04:48:26.000000Z"}} 2018-10-06 04:48:26,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5829b6969093a2fa996935fe6419be3200d5e476" 2018-10-06 04:48:26,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d8a226-f814-45ba-b826-a77c04d81407 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:26,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3d8a226-f814-45ba-b826-a77c04d81407 2018-10-06 04:48:26,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:26,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:26,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5829b6969093a2fa996935fe6419be3200d5e476" 2018-10-06 04:48:26,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aec3767-ad58-41e9-ab88-43c4aeb79d0a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:48:26,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1aec3767-ad58-41e9-ab88-43c4aeb79d0a 2018-10-06 04:48:26,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5829b6969093a2fa996935fe6419be3200d5e476" 2018-10-06 04:48:26,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cf560e-850b-4d46-8be8-a50e1d0776f7 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}]} 2018-10-06 04:48:26,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj used request id req-b8cf560e-850b-4d46-8be8-a50e1d0776f7 2018-10-06 04:48:26,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5829b6969093a2fa996935fe6419be3200d5e476" 2018-10-06 04:48:26,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef8ce16-4aee-4972-b31e-f1cd6a08ad10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:48:26,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9ef8ce16-4aee-4972-b31e-f1cd6a08ad10 2018-10-06 04:48:26,800 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-user 2018-10-06 04:48:26,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:26,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:26,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0ff779-7a02-45a2-b4e8-7f3c1c7ab78f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:48:26,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ff0ff779-7a02-45a2-b4e8-7f3c1c7ab78f 2018-10-06 04:48:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" -d '{"role": {"name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}}' 2018-10-06 04:48:27,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:48:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-295b68f3-662d-4b81-aafe-9b6309d3b66f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e32d2eb36d62437eb672ef5881f61f24", "links": {"self": "http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24"}, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}} 2018-10-06 04:48:27,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-295b68f3-662d-4b81-aafe-9b6309d3b66f 2018-10-06 04:48:27,011 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role 2018-10-06 04:48:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:27,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0584e1d7-2cc2-409f-a53d-b62642cbe47c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role", "id": "e32d2eb36d62437eb672ef5881f61f24"}} 2018-10-06 04:48:27,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24 used request id req-0584e1d7-2cc2-409f-a53d-b62642cbe47c 2018-10-06 04:48:27,110 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role to project CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj 2018-10-06 04:48:27,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a/users/31cf190558ad4781a27cf0fe6e715f53/roles/e32d2eb36d62437eb672ef5881f61f24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:48:27,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:48:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962d20d0-d5f9-453a-8536-9fe182d686b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:48:27,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a/users/31cf190558ad4781a27cf0fe6e715f53/roles/e32d2eb36d62437eb672ef5881f61f24 used request id req-962d20d0-d5f9-453a-8536-9fe182d686b7 2018-10-06 04:48:27,235 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:48:27,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:27,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:27,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32d2eb36d62437eb672ef5881f61f24", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}], "expires_at": "2018-10-06T05:48:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e688d3a5be4728ae5c0760434e836a", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-user", "id": "31cf190558ad4781a27cf0fe6e715f53"}, "audit_ids": ["OjDciAFITD6STTL8ba6iIg"], "issued_at": "2018-10-06T04:48:27.000000Z"}} 2018-10-06 04:48:27,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:27,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d6e7a4-2ffd-4d05-97e5-6145ac53f1a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:27,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-56d6e7a4-2ffd-4d05-97e5-6145ac53f1a7 2018-10-06 04:48:27,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:27,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-f805f363-a7e5-4924-9aa2-dd7f44ee6233 Date: Sat, 06 Oct 2018 04:48:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image"} 2018-10-06 04:48:27,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image used request id req-f805f363-a7e5-4924-9aa2-dd7f44ee6233 2018-10-06 04:48:27,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:28,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64a96455-b5eb-442f-b7d9-39cfcb16b89f Date: Sat, 06 Oct 2018 04:48: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", "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-10-06 04:48:28,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-64a96455-b5eb-442f-b7d9-39cfcb16b89f 2018-10-06 04:48:28,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image"}' 2018-10-06 04:48:28,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 X-Openstack-Request-Id: req-187ba43c-f142-4a44-bc93-64fcf5bc8acb Date: Sat, 06 Oct 2018 04:48:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "min_disk": 0, "protected": false, "id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "file": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file", "checksum": null, "owner": "00e688d3a5be4728ae5c0760434e836a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:28,348 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-187ba43c-f142-4a44-bc93-64fcf5bc8acb 2018-10-06 04:48:28,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" -d '' 2018-10-06 04:48:30,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff21e470-66e2-493b-ac58-198a7eb9ae7f Date: Sat, 06 Oct 2018 04:48:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:48:30,296 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file used request id req-ff21e470-66e2-493b-ac58-198a7eb9ae7f 2018-10-06 04:48:30,297 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:48:30,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:30,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-438cc9c3-664e-4823-87cd-bed3975582b1 Date: Sat, 06 Oct 2018 04:48:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "metadata": {}}], "self": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "min_disk": 0, "protected": false, "id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "file": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e688d3a5be4728ae5c0760434e836a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:30,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 used request id req-438cc9c3-664e-4823-87cd-bed3975582b1 2018-10-06 04:48:30,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:30,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b331886b-a0c4-464d-9cb7-2a7cf9d4ab48 Date: Sat, 06 Oct 2018 04:48: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", "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-10-06 04:48:30,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b331886b-a0c4-464d-9cb7-2a7cf9d4ab48 2018-10-06 04:48:30,615 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image 2018-10-06 04:48:30,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:48:30,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-97bd8655-487a-4573-bda0-d7cfb31469cc Date: Sat, 06 Oct 2018 04:48:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "metadata": {}}], "self": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "min_disk": 0, "protected": false, "id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "file": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e688d3a5be4728ae5c0760434e836a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:48:30,774 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 used request id req-97bd8655-487a-4573-bda0-d7cfb31469cc 2018-10-06 04:48:30,775 - create_image - DEBUG - Instance status is - active 2018-10-06 04:48:30,775 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image 2018-10-06 04:48:30,775 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image 2018-10-06 04:48:30,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:30,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:31,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32d2eb36d62437eb672ef5881f61f24", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}], "expires_at": "2018-10-06T05:48:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e688d3a5be4728ae5c0760434e836a", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-user", "id": "31cf190558ad4781a27cf0fe6e715f53"}, "audit_ids": ["G4w_jX95SA2BUtSCqf95Iw"], "issued_at": "2018-10-06T04:48:31.000000Z"}} 2018-10-06 04:48:31,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:31,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1caa9de1-cd9f-443e-a1e0-80c91fbae9be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:31,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1caa9de1-cd9f-443e-a1e0-80c91fbae9be 2018-10-06 04:48:31,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:31,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e808b305-0759-45b5-a5bf-c53b9869d6d8 Date: Sat, 06 Oct 2018 04:48:31 GMT RESP BODY: {"networks":[]} 2018-10-06 04:48:31,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-e808b305-0759-45b5-a5bf-c53b9869d6d8 2018-10-06 04:48:31,402 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net 2018-10-06 04:48:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" -d '{"network": {"name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net", "admin_state_up": true}}' 2018-10-06 04:48:32,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-4a5cb623-19d1-4bac-b7d4-40ca5028b612 Date: Sat, 06 Oct 2018 04:48:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:48:31Z","is_default":false,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","mtu":1450}} 2018-10-06 04:48:32,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-4a5cb623-19d1-4bac-b7d4-40ca5028b612 2018-10-06 04:48:32,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:32,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-743e09d6-25c9-40e6-95a8-9543fdb1d66f Date: Sat, 06 Oct 2018 04:48: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-10-06T04:48:31Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:32,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-743e09d6-25c9-40e6-95a8-9543fdb1d66f 2018-10-06 04:48:32,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:32,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1c6cc55e-4b7f-40e0-b6f8-bd0030f2946c Date: Sat, 06 Oct 2018 04:48:32 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:48:32,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-1c6cc55e-4b7f-40e0-b6f8-bd0030f2946c 2018-10-06 04:48:32,434 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet 2018-10-06 04:48:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" -d '{"subnets": [{"ip_version": 4, "network_id": "9abae092-2b3e-4f57-ab55-e3df3a599ab9", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]}' 2018-10-06 04:48:33,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9b2b3789-22bd-4bba-9d72-152bb8af4d7e Date: Sat, 06 Oct 2018 04:48:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","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":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:33,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9b2b3789-22bd-4bba-9d72-152bb8af4d7e 2018-10-06 04:48:33,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:33,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-342d6879-026b-497d-ad3b-b45e5d512b24 Date: Sat, 06 Oct 2018 04:48: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:33,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-342d6879-026b-497d-ad3b-b45e5d512b24 2018-10-06 04:48:33,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:48:33,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bf216161-5a0f-4d59-b17a-4fa0702de07a Date: Sat, 06 Oct 2018 04:48:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:33,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-bf216161-5a0f-4d59-b17a-4fa0702de07a 2018-10-06 04:48:33,768 - OpenStackNetwork - DEBUG - Network [9abae092-2b3e-4f57-ab55-e3df3a599ab9] created successfully 2018-10-06 04:48:33,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:33,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:34,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["di-4R7zwSUiUM5uFIQbsnQ"], "issued_at": "2018-10-06T04:48:34.000000Z"}} 2018-10-06 04:48:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ae7503fb2d5a79434c4853271ffa143e7394e6" 2018-10-06 04:48:34,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b69993-0e1b-45a9-8dd1-92205f3dbfa7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:34,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-99b69993-0e1b-45a9-8dd1-92205f3dbfa7 2018-10-06 04:48:34,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:48:34,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ae7503fb2d5a79434c4853271ffa143e7394e6" 2018-10-06 04:48:34,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-0ba522db-2f62-477f-8a0a-35277edde0d8 x-compute-request-id: req-0ba522db-2f62-477f-8a0a-35277edde0d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:48:34,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0ba522db-2f62-477f-8a0a-35277edde0d8 2018-10-06 04:48:34,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ae7503fb2d5a79434c4853271ffa143e7394e6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-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-10-06 04:48:34,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-95a1115f-a8bf-411f-89f8-8366a962e3de x-compute-request-id: req-95a1115f-a8bf-411f-89f8-8366a962e3de Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:48:34,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-95a1115f-a8bf-411f-89f8-8366a962e3de 2018-10-06 04:48:34,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:34,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:34,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32d2eb36d62437eb672ef5881f61f24", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}], "expires_at": "2018-10-06T05:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e688d3a5be4728ae5c0760434e836a", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-user", "id": "31cf190558ad4781a27cf0fe6e715f53"}, "audit_ids": ["0pNuh-1NQ-q7YS6iCuXcdg"], "issued_at": "2018-10-06T04:48:34.000000Z"}} 2018-10-06 04:48:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:34,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea497206-4e00-40af-9b0c-8ca0bcc811b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:34,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ea497206-4e00-40af-9b0c-8ca0bcc811b8 2018-10-06 04:48:34,952 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:48:34,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:34,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fdbcb0-086a-4060-984d-40342db2ac25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:34,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-65fdbcb0-086a-4060-984d-40342db2ac25 2018-10-06 04:48:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:35,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-34935f28-2953-4152-90f4-e8a2c47c1a3a Date: Sat, 06 Oct 2018 04:48: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:35,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-34935f28-2953-4152-90f4-e8a2c47c1a3a 2018-10-06 04:48:35,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:35,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:35,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:35,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb60982-5f65-423b-bc85-4b232b67fd9c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:35,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-aeb60982-5f65-423b-bc85-4b232b67fd9c 2018-10-06 04:48:35,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:35,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d4819e64-e66b-4956-a9a7-7c40d6fd1ee4 Date: Sat, 06 Oct 2018 04:48:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:35,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-d4819e64-e66b-4956-a9a7-7c40d6fd1ee4 2018-10-06 04:48:35,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:35,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-179094d3-ef92-41a0-aefb-5a2a0b665c4d Date: Sat, 06 Oct 2018 04:48:35 GMT RESP BODY: {"ports":[]} 2018-10-06 04:48:35,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True used request id req-179094d3-ef92-41a0-aefb-5a2a0b665c4d 2018-10-06 04:48:35,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:35,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-e71e0019-1da1-46e0-a52e-44ba2bb220df x-compute-request-id: req-e71e0019-1da1-46e0-a52e-44ba2bb220df Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:48:35,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst used request id req-e71e0019-1da1-46e0-a52e-44ba2bb220df 2018-10-06 04:48:35,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:36,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-76c836c9-efd4-4633-ab60-859992c818b6 Date: Sat, 06 Oct 2018 04: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:36,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-76c836c9-efd4-4633-ab60-859992c818b6 2018-10-06 04:48:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:36,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e50004-e075-4b88-bfd8-19c2b325f04f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:36,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-a2e50004-e075-4b88-bfd8-19c2b325f04f 2018-10-06 04:48:36,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:36,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-048369ee-de03-4a22-8088-56d0b1454d09 Date: Sat, 06 Oct 2018 04:48:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:36,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-048369ee-de03-4a22-8088-56d0b1454d09 2018-10-06 04:48:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:36,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fa79864a-5c9f-4547-830c-fe0c9f211f23 Date: Sat, 06 Oct 2018 04:48:36 GMT RESP BODY: {"ports":[]} 2018-10-06 04:48:36,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True used request id req-fa79864a-5c9f-4547-830c-fe0c9f211f23 2018-10-06 04:48:36,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:48:36,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:48:36,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32d2eb36d62437eb672ef5881f61f24", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role"}], "expires_at": "2018-10-06T05:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00e688d3a5be4728ae5c0760434e836a", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/00e688d3a5be4728ae5c0760434e836a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-user", "id": "31cf190558ad4781a27cf0fe6e715f53"}, "audit_ids": ["vL-P7T0_Rq6VP6RcCepWCA"], "issued_at": "2018-10-06T04:48:36.000000Z"}} 2018-10-06 04:48:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6a5b0f2bc054abbfa6194c15e086c58dd246af" 2018-10-06 04:48:36,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-746a7902-ad6c-4dbb-96c4-47deb37e1c78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:48:36,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-746a7902-ad6c-4dbb-96c4-47deb37e1c78 2018-10-06 04:48:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:37,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-84874989-d01d-46a0-86d5-c22bfc53a8c5 Date: Sat, 06 Oct 2018 04: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:37,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-84874989-d01d-46a0-86d5-c22bfc53a8c5 2018-10-06 04:48:37,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:37,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-13b395f8-d22d-49e4-bb69-892804457b94 Date: Sat, 06 Oct 2018 04:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:37,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-13b395f8-d22d-49e4-bb69-892804457b94 2018-10-06 04:48:37,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:37,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0da926ff-8fa7-44e2-8e16-6dbe8b69598a Date: Sat, 06 Oct 2018 04: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:37,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-0da926ff-8fa7-44e2-8e16-6dbe8b69598a 2018-10-06 04:48:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:48:37,422 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:48:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:48:37,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6a5b0f2bc054abbfa6194c15e086c58dd246af" 2018-10-06 04:48:37,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9242431-e7bb-4d81-8039-441a3ef21b6e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:37,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-d9242431-e7bb-4d81-8039-441a3ef21b6e 2018-10-06 04:48:37,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:37,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-693bcba2-2125-4962-81c4-056487eb60e4 Date: Sat, 06 Oct 2018 04:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:37,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-693bcba2-2125-4962-81c4-056487eb60e4 2018-10-06 04:48:37,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:37,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6400ac1b-56aa-4729-85d6-a90045e5eed0 Date: Sat, 06 Oct 2018 04:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:37,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet used request id req-6400ac1b-56aa-4729-85d6-a90045e5eed0 2018-10-06 04:48:37,997 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net 2018-10-06 04:48:38,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" -d '{"port": {"network_id": "9abae092-2b3e-4f57-ab55-e3df3a599ab9", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "ac2723f4-eee8-4db5-b98f-9a78cbf07959", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1", "admin_state_up": true}}' 2018-10-06 04:48:39,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-73d2b0cb-736c-4d09-864c-ba1ab88d66b8 Date: Sat, 06 Oct 2018 04:48:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.101"}],"id":"75763a55-de85-4dd7-8c07-238eb695aa7b","security_groups":["d5e07c8c-5330-4b63-8f29-ad15e07ac77c"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1","project_id":"00e688d3a5be4728ae5c0760434e836a","qos_policy_id":null,"admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:38Z","binding:vnic_type":"normal"}} 2018-10-06 04:48:39,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-73d2b0cb-736c-4d09-864c-ba1ab88d66b8 2018-10-06 04:48:39,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:39,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eed4863c-d65a-478a-963a-ab11b86a8cd0 Date: Sat, 06 Oct 2018 04: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:39,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-eed4863c-d65a-478a-963a-ab11b86a8cd0 2018-10-06 04:48:39,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:39,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d2b890-5699-471f-acc2-ecf046909a4d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:39,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-a8d2b890-5699-471f-acc2-ecf046909a4d 2018-10-06 04:48:39,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:39,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-01884753-956b-4f3c-9759-d654f98c46c9 Date: Sat, 06 Oct 2018 04:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:39,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-01884753-956b-4f3c-9759-d654f98c46c9 2018-10-06 04:48:39,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:39,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-17f76b30-9610-4fd0-9dfa-2904210a3d87 Date: Sat, 06 Oct 2018 04:48:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.101"}],"id":"75763a55-de85-4dd7-8c07-238eb695aa7b","security_groups":["d5e07c8c-5330-4b63-8f29-ad15e07ac77c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"00e688d3a5be4728ae5c0760434e836a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1","admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:38Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:48:39,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1&admin_state_up=True used request id req-17f76b30-9610-4fd0-9dfa-2904210a3d87 2018-10-06 04:48:39,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:39,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78bc4909-a597-40dd-8267-5dc14d059a3b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:39,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-78bc4909-a597-40dd-8267-5dc14d059a3b 2018-10-06 04:48:39,970 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst 2018-10-06 04:48:39,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:40,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-28e4a5ff-3db6-4e72-90a4-d50e70f5deab x-compute-request-id: req-28e4a5ff-3db6-4e72-90a4-d50e70f5deab Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-flavor-name"}]} 2018-10-06 04:48:40,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-28e4a5ff-3db6-4e72-90a4-d50e70f5deab 2018-10-06 04:48:40,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:40,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10de26dd-a470-43e7-9ba8-8761a41107c1 x-compute-request-id: req-10de26dd-a470-43e7-9ba8-8761a41107c1 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:48:40,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec used request id req-10de26dd-a470-43e7-9ba8-8761a41107c1 2018-10-06 04:48:40,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:40,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-3c9d64d5-1773-45ca-a434-22160b548caa Date: Sat, 06 Oct 2018 04:48:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:48:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:48:30Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "metadata": {}}], "self": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "min_disk": 0, "protected": false, "id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "file": "/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "00e688d3a5be4728ae5c0760434e836a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f91693c8-e534-49fc-a2f3-31cf37b03b60/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image"} 2018-10-06 04:48:40,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image used request id req-3c9d64d5-1773-45ca-a434-22160b548caa 2018-10-06 04:48:40,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:40,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-193c57b3-f0f9-44b6-870b-9a0a4ceda78b Date: Sat, 06 Oct 2018 04:48: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", "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-10-06 04:48:40,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-193c57b3-f0f9-44b6-870b-9a0a4ceda78b 2018-10-06 04:48:40,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" -d '{"server": {"name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "imageRef": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "flavorRef": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "max_count": 1, "min_count": 1, "networks": [{"port": "75763a55-de85-4dd7-8c07-238eb695aa7b"}]}}' 2018-10-06 04:48:42,048 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:48:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-747393a3-25e1-4704-a4f6-2b7204108ee8 x-compute-request-id: req-747393a3-25e1-4704-a4f6-2b7204108ee8 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5221760e-db54-4024-bed5-cd372466f156", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "adminPass": "EqiFC7Wo5iy8"}} 2018-10-06 04:48:42,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-747393a3-25e1-4704-a4f6-2b7204108ee8 2018-10-06 04:48:42,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:42,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-48614d4b-098a-4b73-b677-bc60f555d0bf x-compute-request-id: req-48614d4b-098a-4b73-b677-bc60f555d0bf 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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:48:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:42,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-48614d4b-098a-4b73-b677-bc60f555d0bf 2018-10-06 04:48:42,263 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst 2018-10-06 04:48:42,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:42,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-851070fb-fd01-497f-bbc6-3e492c2c2f55 x-compute-request-id: req-851070fb-fd01-497f-bbc6-3e492c2c2f55 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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:48:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:42,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-851070fb-fd01-497f-bbc6-3e492c2c2f55 2018-10-06 04:48:42,481 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - BUILD 2018-10-06 04:48:42,481 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:48:45,484 - create_instance - DEBUG - VM status query timeout in 896.779179096 2018-10-06 04:48:45,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:46,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-c23d258a-f9f7-4c3a-af7c-7a191e8ab039 x-compute-request-id: req-c23d258a-f9f7-4c3a-af7c-7a191e8ab039 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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "security_groups": [{"name": "default"}], "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:48:43Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:46,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-c23d258a-f9f7-4c3a-af7c-7a191e8ab039 2018-10-06 04:48:46,096 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - BUILD 2018-10-06 04:48:46,096 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:48:49,100 - create_instance - DEBUG - VM status query timeout in 893.163744211 2018-10-06 04:48:49,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:50,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc0b0b9c-2472-4a66-9e1a-ac12db312899 x-compute-request-id: req-dc0b0b9c-2472-4a66-9e1a-ac12db312899 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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "security_groups": [{"name": "default"}], "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:48:43Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:50,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-dc0b0b9c-2472-4a66-9e1a-ac12db312899 2018-10-06 04:48:50,181 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - BUILD 2018-10-06 04:48:50,181 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:48:53,184 - create_instance - DEBUG - VM status query timeout in 889.079081059 2018-10-06 04:48:53,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:53,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04781c4b-470a-44f8-a864-341e28fa312f x-compute-request-id: req-04781c4b-470a-44f8-a864-341e28fa312f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:48:45.000000", "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "security_groups": [{"name": "default"}], "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:48:50Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:53,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-04781c4b-470a-44f8-a864-341e28fa312f 2018-10-06 04:48:53,745 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - ACTIVE 2018-10-06 04:48:53,745 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:48:53,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a01d725-42d5-49fc-8e28-07bc28e30758 x-compute-request-id: req-5a01d725-42d5-49fc-8e28-07bc28e30758 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:48:45.000000", "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "security_groups": [{"name": "default"}], "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:48:50Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:54,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-5a01d725-42d5-49fc-8e28-07bc28e30758 2018-10-06 04:48:54,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6f16076d-8052-4224-b1b6-60aac93f8f30 Date: Sat, 06 Oct 2018 04:48: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:54,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net used request id req-6f16076d-8052-4224-b1b6-60aac93f8f30 2018-10-06 04:48:54,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b28b69-0ac9-4c3f-a48b-d26c4be336d9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:48:54,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-82b28b69-0ac9-4c3f-a48b-d26c4be336d9 2018-10-06 04:48:54,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9a8f8a8b-b21d-4b42-8994-61e3d470d8b6 Date: Sat, 06 Oct 2018 04:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:54,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-9a8f8a8b-b21d-4b42-8994-61e3d470d8b6 2018-10-06 04:48:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-16c10465-74b0-4196-a7b1-335f27c702dc Date: Sat, 06 Oct 2018 04:48:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.3"}],"id":"412291e0-d176-45eb-b1c3-1b65c9cb2255","security_groups":[],"mac_address":"fa:16:3e:15:b2:f0","project_id":"00e688d3a5be4728ae5c0760434e836a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9abae092-2b3e-4f57-ab55-e3df3a599ab9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.2"}],"id":"5b6c8633-73b2-43b4-87fa-8c743e890df7","security_groups":[],"mac_address":"fa:16:3e:7b:8c:a9","project_id":"00e688d3a5be4728ae5c0760434e836a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9abae092-2b3e-4f57-ab55-e3df3a599ab9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.101"}],"id":"75763a55-de85-4dd7-8c07-238eb695aa7b","security_groups":["d5e07c8c-5330-4b63-8f29-ad15e07ac77c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"00e688d3a5be4728ae5c0760434e836a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1","admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:38Z","binding:vnic_type":"normal","device_id":"5221760e-db54-4024-bed5-cd372466f156"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:48:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","ip_address":"10.55.0.4"}],"id":"f9111584-12a9-404d-92c9-74508a9ef2ab","security_groups":[],"mac_address":"fa:16:3e:3a:f5:7b","project_id":"00e688d3a5be4728ae5c0760434e836a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9abae092-2b3e-4f57-ab55-e3df3a599ab9"}]} 2018-10-06 04:48:54,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-16c10465-74b0-4196-a7b1-335f27c702dc 2018-10-06 04:48:54,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2e6d9c38-407a-4f8c-b295-75ed4428b48e Date: Sat, 06 Oct 2018 04:48: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":["ac2723f4-eee8-4db5-b98f-9a78cbf07959"],"updated_at":"2018-10-06T04:48:32Z","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00e688d3a5be4728ae5c0760434e836a","id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net"}]} 2018-10-06 04:48:54,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-2e6d9c38-407a-4f8c-b295-75ed4428b48e 2018-10-06 04:48:54,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:54,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5e458beb-824f-40ac-94e0-7173a158e038 Date: Sat, 06 Oct 2018 04:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:54,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-5e458beb-824f-40ac-94e0-7173a158e038 2018-10-06 04:48:54,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:55,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-997a7f7e-8b79-4974-a14d-69dd7e2d3be3 Date: Sat, 06 Oct 2018 04:48:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9abae092-2b3e-4f57-ab55-e3df3a599ab9","tenant_id":"00e688d3a5be4728ae5c0760434e836a","created_at":"2018-10-06T04:48:32Z","dns_nameservers":[],"updated_at":"2018-10-06T04:48:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"00e688d3a5be4728ae5c0760434e836a","id":"ac2723f4-eee8-4db5-b98f-9a78cbf07959","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet"}]} 2018-10-06 04:48:55,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9abae092-2b3e-4f57-ab55-e3df3a599ab9&name=CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet used request id req-997a7f7e-8b79-4974-a14d-69dd7e2d3be3 2018-10-06 04:48:55,033 - create_instance - INFO - Deleting Port with ID - 75763a55-de85-4dd7-8c07-238eb695aa7b 2018-10-06 04:48:55,033 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9bport-1 2018-10-06 04:48:55,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/75763a55-de85-4dd7-8c07-238eb695aa7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:55,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a468e602-afc4-4523-a9d0-42daf899b154 Date: Sat, 06 Oct 2018 04:48:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:48:55,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/75763a55-de85-4dd7-8c07-238eb695aa7b used request id req-a468e602-afc4-4523-a9d0-42daf899b154 2018-10-06 04:48:55,691 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst 2018-10-06 04:48:55,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:55,874 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-31bce5f2-6ec8-4913-9436-d63a9309909e x-compute-request-id: req-31bce5f2-6ec8-4913-9436-d63a9309909e Content-Type: application/json 2018-10-06 04:48:55,874 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-31bce5f2-6ec8-4913-9436-d63a9309909e 2018-10-06 04:48:55,874 - create_instance - INFO - Checking deletion status 2018-10-06 04:48:55,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:56,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-c9e4be93-6e9d-4968-a843-6957802f25ce x-compute-request-id: req-c9e4be93-6e9d-4968-a843-6957802f25ce Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:48:45.000000", "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:48:55Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:56,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-c9e4be93-6e9d-4968-a843-6957802f25ce 2018-10-06 04:48:56,255 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - ACTIVE 2018-10-06 04:48:56,255 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:48:59,258 - create_instance - DEBUG - VM status query timeout in 296.616703987 2018-10-06 04:48:59,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:48:59,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-eabbdb5b-4eef-4164-bc86-21630ba25a92 x-compute-request-id: req-eabbdb5b-4eef-4164-bc86-21630ba25a92 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.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5221760e-db54-4024-bed5-cd372466f156", "rel": "bookmark"}], "image": {"id": "f91693c8-e534-49fc-a2f3-31cf37b03b60", "links": [{"href": "http://172.30.9.29:8774/images/f91693c8-e534-49fc-a2f3-31cf37b03b60", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:48:45.000000", "flavor": {"id": "4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "links": [{"href": "http://172.30.9.29:8774/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec", "rel": "bookmark"}]}, "id": "5221760e-db54-4024-bed5-cd372466f156", "user_id": "31cf190558ad4781a27cf0fe6e715f53", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:48:55Z", "hostId": "8751ec242684701bf25c0664e55c4450efa478a7204646ba2e488872", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst", "created": "2018-10-06T04:48:42Z", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:48:59,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-eabbdb5b-4eef-4164-bc86-21630ba25a92 2018-10-06 04:48:59,894 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst] is - ACTIVE 2018-10-06 04:48:59,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:49:02,898 - create_instance - DEBUG - VM status query timeout in 292.977024794 2018-10-06 04:49:02,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bab430d7a2476518821e3e7b5db8d0b50046ba0" 2018-10-06 04:49:02,949 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-abc114e6-13b7-4e28-96cf-e0d883e2d2ff x-compute-request-id: req-abc114e6-13b7-4e28-96cf-e0d883e2d2ff Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5221760e-db54-4024-bed5-cd372466f156 could not be found.", "code": 404}} 2018-10-06 04:49:02,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5221760e-db54-4024-bed5-cd372466f156 used request id req-abc114e6-13b7-4e28-96cf-e0d883e2d2ff 2018-10-06 04:49:02,950 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5221760e-db54-4024-bed5-cd372466f156 could not be found. (HTTP 404) (Request-ID: req-abc114e6-13b7-4e28-96cf-e0d883e2d2ff) 2018-10-06 04:49:02,950 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-inst 2018-10-06 04:49:02,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ae7503fb2d5a79434c4853271ffa143e7394e6" 2018-10-06 04:49:03,006 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-425c3f0d-8435-4e49-a089-2f382ca011ae x-compute-request-id: req-425c3f0d-8435-4e49-a089-2f382ca011ae Content-Length: 0 Content-Type: application/json 2018-10-06 04:49:03,006 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4c86bbcd-9c9f-4e03-bfa0-2da32935bbec used request id req-425c3f0d-8435-4e49-a089-2f382ca011ae 2018-10-06 04:49:03,007 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet 2018-10-06 04:49:03,007 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-subnet 2018-10-06 04:49:03,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ac2723f4-eee8-4db5-b98f-9a78cbf07959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:49:05,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f4896c6-7148-49eb-9a91-294f2e9558d6 Date: Sat, 06 Oct 2018 04:49:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:05,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ac2723f4-eee8-4db5-b98f-9a78cbf07959 used request id req-2f4896c6-7148-49eb-9a91-294f2e9558d6 2018-10-06 04:49:05,383 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-pub-net 2018-10-06 04:49:05,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/9abae092-2b3e-4f57-ab55-e3df3a599ab9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b993a22d39eec8d88e578ad5d96ef991f474a6" 2018-10-06 04:49:06,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08b3aa73-7394-41ac-9efa-1f0c87a596d7 Date: Sat, 06 Oct 2018 04:49:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:06,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/9abae092-2b3e-4f57-ab55-e3df3a599ab9 used request id req-08b3aa73-7394-41ac-9efa-1f0c87a596d7 2018-10-06 04:49:06,467 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-9dcc22df-d7b7-4bd5-af6e-6a47f0366c9b-image 2018-10-06 04:49:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d070e6db6873e1fff09faf8c67791319cccaa36" 2018-10-06 04:49:07,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a849a48-d02b-4306-8b31-56ef541f2b1f Date: Sat, 06 Oct 2018 04:49:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:49:07,447 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f91693c8-e534-49fc-a2f3-31cf37b03b60 used request id req-2a849a48-d02b-4306-8b31-56ef541f2b1f 2018-10-06 04:49:07,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:07,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c5d81ecb-5070-43aa-952b-e5eeb64b5541 Date: Sat, 06 Oct 2018 04:49:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "created_at": "2018-10-06T04:48:31Z", "updated_at": "2018-10-06T04:48:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "revision_number": 0, "id": "23b20f6c-4b21-449d-a47d-a06f46f9382b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "port_range_min": null, "ethertype": "IPv6", "project_id": "00e688d3a5be4728ae5c0760434e836a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "revision_number": 0, "id": "3f2c5af7-3696-4366-afec-a1ebd9ebe377", "remote_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "port_range_min": null, "ethertype": "IPv4", "project_id": "00e688d3a5be4728ae5c0760434e836a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "revision_number": 0, "id": "d50843b7-597f-45bc-8a44-c80f3dea22e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "port_range_min": null, "ethertype": "IPv4", "project_id": "00e688d3a5be4728ae5c0760434e836a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "revision_number": 0, "id": "d8d1b83b-8f45-431a-9a6c-6860fae9fb4b", "remote_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "port_range_min": null, "ethertype": "IPv6", "project_id": "00e688d3a5be4728ae5c0760434e836a"}], "revision_number": 4, "project_id": "00e688d3a5be4728ae5c0760434e836a", "id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:49:07,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c5d81ecb-5070-43aa-952b-e5eeb64b5541 2018-10-06 04:49:07,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:07,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c31e4b1-aacc-4b1a-b187-290f19c09f2d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:49:07,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-2c31e4b1-aacc-4b1a-b187-290f19c09f2d 2018-10-06 04:49:07,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:07,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32aa3c17-65a0-4388-9a99-4cf5a60a2c2d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:49:07,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-32aa3c17-65a0-4388-9a99-4cf5a60a2c2d 2018-10-06 04:49:07,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:07,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33bb2221-27f2-4111-9f6d-d852daa67c2c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a"}, "enabled": true, "id": "00e688d3a5be4728ae5c0760434e836a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj"}} 2018-10-06 04:49:07,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-33bb2221-27f2-4111-9f6d-d852daa67c2c 2018-10-06 04:49:07,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5e07c8c-5330-4b63-8f29-ad15e07ac77c 2018-10-06 04:49:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5e07c8c-5330-4b63-8f29-ad15e07ac77c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:08,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-42fa741f-cf89-4f6b-ba4c-60cc6a685f8f Date: Sat, 06 Oct 2018 04:49: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-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "port_range_min": null, "revision_number": 0, "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "created_at": "2018-10-06T04:48:31Z", "project_id": "00e688d3a5be4728ae5c0760434e836a", "id": "23b20f6c-4b21-449d-a47d-a06f46f9382b"}, {"remote_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "port_range_min": null, "revision_number": 0, "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "created_at": "2018-10-06T04:48:31Z", "project_id": "00e688d3a5be4728ae5c0760434e836a", "id": "3f2c5af7-3696-4366-afec-a1ebd9ebe377"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "port_range_min": null, "revision_number": 0, "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "created_at": "2018-10-06T04:48:31Z", "project_id": "00e688d3a5be4728ae5c0760434e836a", "id": "d50843b7-597f-45bc-8a44-c80f3dea22e9"}, {"remote_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:48:31Z", "security_group_id": "d5e07c8c-5330-4b63-8f29-ad15e07ac77c", "port_range_min": null, "revision_number": 0, "tenant_id": "00e688d3a5be4728ae5c0760434e836a", "created_at": "2018-10-06T04:48:31Z", "project_id": "00e688d3a5be4728ae5c0760434e836a", "id": "d8d1b83b-8f45-431a-9a6c-6860fae9fb4b"}]} 2018-10-06 04:49:08,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5e07c8c-5330-4b63-8f29-ad15e07ac77c used request id req-42fa741f-cf89-4f6b-ba4c-60cc6a685f8f 2018-10-06 04:49:08,117 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:49:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d5e07c8c-5330-4b63-8f29-ad15e07ac77c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:08,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e280b8a-b41b-4e6d-8ece-b0abea1e8137 Content-Length: 0 Date: Sat, 06 Oct 2018 04:49:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:08,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d5e07c8c-5330-4b63-8f29-ad15e07ac77c used request id req-4e280b8a-b41b-4e6d-8ece-b0abea1e8137 2018-10-06 04:49:08,467 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj 2018-10-06 04:49:08,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:08,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8657b197-084f-4a2e-b122-d41df37c164b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:08,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/00e688d3a5be4728ae5c0760434e836a used request id req-8657b197-084f-4a2e-b122-d41df37c164b 2018-10-06 04:49:08,697 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-proj-role 2018-10-06 04:49:08,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:08,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4ccba08-3473-4a69-b6c5-b7b5a17898d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:08,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e32d2eb36d62437eb672ef5881f61f24 used request id req-f4ccba08-3473-4a69-b6c5-b7b5a17898d6 2018-10-06 04:49:08,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b9ecad50aa4e6fe529c4136c4bf07c4b42cdc1" 2018-10-06 04:49:08,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0a904a-e39b-410f-8310-36e528d576bc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:49:08,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8a0a904a-e39b-410f-8310-36e528d576bc 2018-10-06 04:49:08,905 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-297051b7-9af2-4a7-user 2018-10-06 04:49:08,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/31cf190558ad4781a27cf0fe6e715f53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5829b6969093a2fa996935fe6419be3200d5e476" 2018-10-06 04:49:09,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9624a7b-151a-4887-bbf1-f18873e83125 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:09,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/31cf190558ad4781a27cf0fe6e715f53 used request id req-e9624a7b-151a-4887-bbf1-f18873e83125 2018-10-06 04:49:09,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:09,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mJIdoKHaRoq79uT4wMNBUw"], "issued_at": "2018-10-06T04:49:09.000000Z"}} 2018-10-06 04:49:09,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0cb98496f592e48d7b6487b7a6d05d7c8a492b" 2018-10-06 04:49:09,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f079eae9-a6d0-40f6-a1ff-aeb73ae7ee0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:09,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f079eae9-a6d0-40f6-a1ff-aeb73ae7ee0e 2018-10-06 04:49:09,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:09,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:09,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["b_Lp-NJHQUq-PMKuBVVlmg"], "issued_at": "2018-10-06T04:49:09.000000Z"}} 2018-10-06 04:49:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:10,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6ab2ae-ebcb-4e71-a7dc-87cb6de81e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:10,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cb6ab2ae-ebcb-4e71-a7dc-87cb6de81e23 2018-10-06 04:49:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:10,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:10,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1857130b-c5da-4c7d-8bc4-b501ce1374f1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:49:10,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj used request id req-1857130b-c5da-4c7d-8bc4-b501ce1374f1 2018-10-06 04:49:10,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:10,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd542518-b281-4ffa-b346-89d4c029f8d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:49:10,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bd542518-b281-4ffa-b346-89d4c029f8d8 2018-10-06 04:49:10,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}}' 2018-10-06 04:49:10,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebe519d8-a522-4dbe-b861-58c2352bbdc6 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:10,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ebe519d8-a522-4dbe-b861-58c2352bbdc6 2018-10-06 04:49:10,352 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj 2018-10-06 04:49:10,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:10,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:10,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["avqFiwGXTa2JpyPmIGshDA"], "issued_at": "2018-10-06T04:49:10.000000Z"}} 2018-10-06 04:49:10,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa62680733afcc2cfc86d0395b135c2453d1a2e" 2018-10-06 04:49:10,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-986a034d-e32e-46e5-8ab6-255baa9343e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:10,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-986a034d-e32e-46e5-8ab6-255baa9343e2 2018-10-06 04:49:10,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:10,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa62680733afcc2cfc86d0395b135c2453d1a2e" 2018-10-06 04:49:10,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa960198-88c6-48e3-855c-614f575539e6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:49:10,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fa960198-88c6-48e3-855c-614f575539e6 2018-10-06 04:49:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa62680733afcc2cfc86d0395b135c2453d1a2e" 2018-10-06 04:49:11,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce7c5102-6152-4fa4-aa83-700e9b998166 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}]} 2018-10-06 04:49:11,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj used request id req-ce7c5102-6152-4fa4-aa83-700e9b998166 2018-10-06 04:49:11,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa62680733afcc2cfc86d0395b135c2453d1a2e" 2018-10-06 04:49:11,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ab43e5-aded-4230-9a64-b01995908b52 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:49:11,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-57ab43e5-aded-4230-9a64-b01995908b52 2018-10-06 04:49:11,441 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user 2018-10-06 04:49:11,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:11,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d62e41d-06ee-4403-adc3-856c36174558 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:49:11,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1d62e41d-06ee-4403-adc3-856c36174558 2018-10-06 04:49:11,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" -d '{"role": {"name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}}' 2018-10-06 04:49:11,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7ac2cb3-2059-4268-8aaa-c7c9973dfcfb Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "910af581e0064c7e90522c1b8a9bd254", "links": {"self": "http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254"}, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}} 2018-10-06 04:49:11,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-b7ac2cb3-2059-4268-8aaa-c7c9973dfcfb 2018-10-06 04:49:11,790 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role 2018-10-06 04:49:11,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:11,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92fb40a-250c-4ac8-8fd6-0e80299d86c1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role", "id": "910af581e0064c7e90522c1b8a9bd254"}} 2018-10-06 04:49:11,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254 used request id req-e92fb40a-250c-4ac8-8fd6-0e80299d86c1 2018-10-06 04:49:11,882 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role to project CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj 2018-10-06 04:49:11,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66/users/4aa5df84a5fe4608b7651c0f68c67df1/roles/910af581e0064c7e90522c1b8a9bd254 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:12,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9b7a770-c6ff-45f5-8293-2ebe6b8ae441 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:12,007 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66/users/4aa5df84a5fe4608b7651c0f68c67df1/roles/910af581e0064c7e90522c1b8a9bd254 used request id req-b9b7a770-c6ff-45f5-8293-2ebe6b8ae441 2018-10-06 04:49:12,007 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:49:12,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:12,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:12,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "910af581e0064c7e90522c1b8a9bd254", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}], "expires_at": "2018-10-06T05:49:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user", "id": "4aa5df84a5fe4608b7651c0f68c67df1"}, "audit_ids": ["3JScPWftTOuw_0nnWOStHw"], "issued_at": "2018-10-06T04:49:12.000000Z"}} 2018-10-06 04:49:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:12,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b970cab-b5ee-4c40-b5cc-f1b2d24a3f51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:12,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3b970cab-b5ee-4c40-b5cc-f1b2d24a3f51 2018-10-06 04:49:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:12,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7a6264a0-e316-40a4-b96c-9986577461e9 Date: Sat, 06 Oct 2018 04:49:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image"} 2018-10-06 04:49:12,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image used request id req-7a6264a0-e316-40a4-b96c-9986577461e9 2018-10-06 04:49:12,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:12,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9006dbb4-1a69-4853-beb3-068719479367 Date: Sat, 06 Oct 2018 04:49: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", "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-10-06 04:49:12,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9006dbb4-1a69-4853-beb3-068719479367 2018-10-06 04:49:12,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image"}' 2018-10-06 04:49:13,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa X-Openstack-Request-Id: req-3b9349bf-47f6-4450-8e37-6239f163971e Date: Sat, 06 Oct 2018 04:49:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "min_disk": 0, "protected": false, "id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "file": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file", "checksum": null, "owner": "c9e3fe9c32b04220bab9ea9dbef55e66", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:13,062 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-3b9349bf-47f6-4450-8e37-6239f163971e 2018-10-06 04:49:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" -d '' 2018-10-06 04:49:15,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03fccf0a-eb7f-44d1-8080-9d997bfd76df Date: Sat, 06 Oct 2018 04:49:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:49:15,003 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file used request id req-03fccf0a-eb7f-44d1-8080-9d997bfd76df 2018-10-06 04:49:15,003 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:49:15,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:15,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-13f760c7-cc1f-4b2f-8bd7-b7c85ece83ae Date: Sat, 06 Oct 2018 04:49:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:14Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "metadata": {}}], "self": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "min_disk": 0, "protected": false, "id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "file": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9e3fe9c32b04220bab9ea9dbef55e66", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:15,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa used request id req-13f760c7-cc1f-4b2f-8bd7-b7c85ece83ae 2018-10-06 04:49:15,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:15,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f1ca7be-0f86-405e-b3ab-90bc074bdb0f Date: Sat, 06 Oct 2018 04:49: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", "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-10-06 04:49:15,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9f1ca7be-0f86-405e-b3ab-90bc074bdb0f 2018-10-06 04:49:15,345 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image 2018-10-06 04:49:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:15,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-923275ac-2a94-432c-b551-a281faedee6f Date: Sat, 06 Oct 2018 04:49:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:14Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "metadata": {}}], "self": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "min_disk": 0, "protected": false, "id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "file": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9e3fe9c32b04220bab9ea9dbef55e66", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:15,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa used request id req-923275ac-2a94-432c-b551-a281faedee6f 2018-10-06 04:49:15,524 - create_image - DEBUG - Instance status is - active 2018-10-06 04:49:15,524 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image 2018-10-06 04:49:15,524 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image 2018-10-06 04:49:15,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:15,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:15,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "910af581e0064c7e90522c1b8a9bd254", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}], "expires_at": "2018-10-06T05:49:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user", "id": "4aa5df84a5fe4608b7651c0f68c67df1"}, "audit_ids": ["CvNNzfY5QPilQJX-te6w8A"], "issued_at": "2018-10-06T04:49:15.000000Z"}} 2018-10-06 04:49:15,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:15,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d656ed2d-5f11-460d-a0e3-e9baca72de37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:15,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d656ed2d-5f11-460d-a0e3-e9baca72de37 2018-10-06 04:49:15,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:16,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1a754f0-2f7b-41e1-bb74-e4f98316e596 Date: Sat, 06 Oct 2018 04:49:16 GMT RESP BODY: {"networks":[]} 2018-10-06 04:49:16,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-d1a754f0-2f7b-41e1-bb74-e4f98316e596 2018-10-06 04:49:16,165 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net 2018-10-06 04:49:16,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" -d '{"network": {"name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net", "admin_state_up": true}}' 2018-10-06 04:49:16,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-6eab7e96-4503-4b40-9e98-92c59caac5e0 Date: Sat, 06 Oct 2018 04:49:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6f218ce9-1a21-4f04-a368-dcf650799b24","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:49:16Z","is_default":false,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","mtu":1450}} 2018-10-06 04:49:16,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6eab7e96-4503-4b40-9e98-92c59caac5e0 2018-10-06 04:49:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:16,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6d784d1e-65d8-47cc-a932-8ad5d16e5420 Date: Sat, 06 Oct 2018 04:49:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-06T04:49:16Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:16,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-6d784d1e-65d8-47cc-a932-8ad5d16e5420 2018-10-06 04:49:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:16,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b8fa99bd-9bb3-4fc9-bf24-17c1a5fc2e0b Date: Sat, 06 Oct 2018 04:49:16 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:49:16,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-b8fa99bd-9bb3-4fc9-bf24-17c1a5fc2e0b 2018-10-06 04:49:16,974 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet 2018-10-06 04:49:16,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" -d '{"subnets": [{"ip_version": 4, "network_id": "6f218ce9-1a21-4f04-a368-dcf650799b24", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]}' 2018-10-06 04:49:17,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a3a173a7-b55e-430e-820b-42d04bc26a6e Date: Sat, 06 Oct 2018 04:49:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","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":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:17,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-a3a173a7-b55e-430e-820b-42d04bc26a6e 2018-10-06 04:49:17,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:17,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-925a29c6-6cc0-447e-9826-cefeed37a5c0 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:17,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-925a29c6-6cc0-447e-9826-cefeed37a5c0 2018-10-06 04:49:18,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:18,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a440f53-5987-4392-917c-190a681b192e Date: Sat, 06 Oct 2018 04:49:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:18,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-6a440f53-5987-4392-917c-190a681b192e 2018-10-06 04:49:18,054 - OpenStackNetwork - DEBUG - Network [6f218ce9-1a21-4f04-a368-dcf650799b24] created successfully 2018-10-06 04:49:18,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:18,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:18,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oBNcrU9CSnCFxu6DF3SmIg"], "issued_at": "2018-10-06T04:49:18.000000Z"}} 2018-10-06 04:49:18,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0a238f41ffb2b6e22f8e7351ba34856a4e5dc6" 2018-10-06 04:49:18,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f35e2e-6eca-4a6a-9d8a-37660d6373b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:18,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7f35e2e-6eca-4a6a-9d8a-37660d6373b9 2018-10-06 04:49:18,532 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:49:18,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0a238f41ffb2b6e22f8e7351ba34856a4e5dc6" 2018-10-06 04:49:18,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-d5e20187-4bab-4530-a22e-951d24afda21 x-compute-request-id: req-d5e20187-4bab-4530-a22e-951d24afda21 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:49:18,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d5e20187-4bab-4530-a22e-951d24afda21 2018-10-06 04:49:18,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0a238f41ffb2b6e22f8e7351ba34856a4e5dc6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-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-10-06 04:49:18,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-2096462e-8980-452f-b7c6-7d4bf6bd243a x-compute-request-id: req-2096462e-8980-452f-b7c6-7d4bf6bd243a Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:49:18,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2096462e-8980-452f-b7c6-7d4bf6bd243a 2018-10-06 04:49:18,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:18,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:19,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "910af581e0064c7e90522c1b8a9bd254", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}], "expires_at": "2018-10-06T05:49:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user", "id": "4aa5df84a5fe4608b7651c0f68c67df1"}, "audit_ids": ["qyd-c7cgQYGJK2kLORTLtw"], "issued_at": "2018-10-06T04:49:19.000000Z"}} 2018-10-06 04:49:19,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:19,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75faec37-174e-4212-86fc-2b2a657527eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:19,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-75faec37-174e-4212-86fc-2b2a657527eb 2018-10-06 04:49:19,229 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:49:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:19,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a54072c-87f4-4a05-a7c6-1b1e9ccdf0d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:19,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3a54072c-87f4-4a05-a7c6-1b1e9ccdf0d2 2018-10-06 04:49:19,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:19,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-169d4c0c-75b9-4d54-9823-e2aa826311b0 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:19,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-169d4c0c-75b9-4d54-9823-e2aa826311b0 2018-10-06 04:49:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:19,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:19,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:19,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7ec948-3233-4b43-9c66-49dd56e63d23 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:19,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-ec7ec948-3233-4b43-9c66-49dd56e63d23 2018-10-06 04:49:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:19,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-75db9d80-6963-4519-b300-7a4f38e13520 Date: Sat, 06 Oct 2018 04:49:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:19,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-75db9d80-6963-4519-b300-7a4f38e13520 2018-10-06 04:49:19,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:20,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-02f91100-36b2-48fe-94e4-424a7506c556 Date: Sat, 06 Oct 2018 04:49:20 GMT RESP BODY: {"ports":[]} 2018-10-06 04:49:20,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True used request id req-02f91100-36b2-48fe-94e4-424a7506c556 2018-10-06 04:49:20,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:20,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-b591450c-7f66-4e65-b1c4-b2d2f4891698 x-compute-request-id: req-b591450c-7f66-4e65-b1c4-b2d2f4891698 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:49:20,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst used request id req-b591450c-7f66-4e65-b1c4-b2d2f4891698 2018-10-06 04:49:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:20,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fe20c6cf-63dd-4ce2-bc6a-2a78993de15f Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:20,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-fe20c6cf-63dd-4ce2-bc6a-2a78993de15f 2018-10-06 04:49:20,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:20,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a990c83d-eef1-444c-bc02-0954ea32116f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:20,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-a990c83d-eef1-444c-bc02-0954ea32116f 2018-10-06 04:49:20,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:20,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5049f0c9-c699-478f-9bc1-e1e67aac1a16 Date: Sat, 06 Oct 2018 04:49:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:20,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-5049f0c9-c699-478f-9bc1-e1e67aac1a16 2018-10-06 04:49:20,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:21,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b5f0484-ad34-4396-b10e-c04572662fbb Date: Sat, 06 Oct 2018 04:49:21 GMT RESP BODY: {"ports":[]} 2018-10-06 04:49:21,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True used request id req-5b5f0484-ad34-4396-b10e-c04572662fbb 2018-10-06 04:49:21,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:21,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:21,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "910af581e0064c7e90522c1b8a9bd254", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role"}], "expires_at": "2018-10-06T05:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/c9e3fe9c32b04220bab9ea9dbef55e66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user", "id": "4aa5df84a5fe4608b7651c0f68c67df1"}, "audit_ids": ["XGzDopy5TY2OZpXLbSZuhA"], "issued_at": "2018-10-06T04:49:21.000000Z"}} 2018-10-06 04:49:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee4239b747017df4a094e8bf0186f86450f1abe" 2018-10-06 04:49:21,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-112b7550-3810-4395-b460-680d9b031090 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:21,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-112b7550-3810-4395-b460-680d9b031090 2018-10-06 04:49:21,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:21,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c4549110-b270-4b04-bc2d-2249c9b65e32 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:21,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-c4549110-b270-4b04-bc2d-2249c9b65e32 2018-10-06 04:49:21,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:22,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8c5df61b-fca9-4748-97fb-327d1135cd5b Date: Sat, 06 Oct 2018 04:49:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:22,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-8c5df61b-fca9-4748-97fb-327d1135cd5b 2018-10-06 04:49:22,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:22,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d1078e8e-a553-4560-9667-a453a0f7047c Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:22,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-d1078e8e-a553-4560-9667-a453a0f7047c 2018-10-06 04:49:22,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:22,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee4239b747017df4a094e8bf0186f86450f1abe" 2018-10-06 04:49:22,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a66a5b9-98b0-42d2-ac02-39f848eaf0ec Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:22,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-6a66a5b9-98b0-42d2-ac02-39f848eaf0ec 2018-10-06 04:49:22,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:22,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-31a93bad-72de-48cb-81d6-4de48fa944fc Date: Sat, 06 Oct 2018 04:49:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:22,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-31a93bad-72de-48cb-81d6-4de48fa944fc 2018-10-06 04:49:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:22,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-71780456-a233-4069-9229-7edbf5ab94fb Date: Sat, 06 Oct 2018 04:49:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:22,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet used request id req-71780456-a233-4069-9229-7edbf5ab94fb 2018-10-06 04:49:22,524 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net 2018-10-06 04:49:22,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" -d '{"port": {"network_id": "6f218ce9-1a21-4f04-a368-dcf650799b24", "fixed_ips": [{"subnet_id": "fcc7fd25-fe53-4c94-8321-c48940b9d2a4", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1", "admin_state_up": true}}' 2018-10-06 04:49:23,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-febdbbee-afdb-42d3-8234-1c20d96f9c4b Date: Sat, 06 Oct 2018 04:49:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.101"}],"id":"24758c52-cf4e-4671-81da-ae86146a3765","security_groups":["a363c3d3-538d-45f2-87b5-c609013ddb03"],"mac_address":"fa:16:3e:6d:8f:18","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","qos_policy_id":null,"admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:23Z","binding:vnic_type":"normal"}} 2018-10-06 04:49:23,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-febdbbee-afdb-42d3-8234-1c20d96f9c4b 2018-10-06 04:49:23,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:23,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e7ff59bf-72b3-4e82-a7d0-f3aa79a3d426 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:23,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-e7ff59bf-72b3-4e82-a7d0-f3aa79a3d426 2018-10-06 04:49:23,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:23,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc59c7e9-2ff3-44a8-ad63-f7ee9d92185b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:23,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-cc59c7e9-2ff3-44a8-ad63-f7ee9d92185b 2018-10-06 04:49:23,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a1043841-a909-45df-a261-d6d547db0442 Date: Sat, 06 Oct 2018 04:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:24,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-a1043841-a909-45df-a261-d6d547db0442 2018-10-06 04:49:24,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-02945776-1dbe-4f74-b8b2-217c5a4fce50 Date: Sat, 06 Oct 2018 04:49:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.101"}],"id":"24758c52-cf4e-4671-81da-ae86146a3765","security_groups":["a363c3d3-538d-45f2-87b5-c609013ddb03"],"mac_address":"fa:16:3e:6d:8f:18","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1","admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:49:24,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1&admin_state_up=True used request id req-02945776-1dbe-4f74-b8b2-217c5a4fce50 2018-10-06 04:49:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c0cd54-8703-4c17-b722-4c49ea569e23 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:24,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-90c0cd54-8703-4c17-b722-4c49ea569e23 2018-10-06 04:49:24,347 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst 2018-10-06 04:49:24,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-ceb83224-7d6f-46cf-9b8f-6abef7053452 x-compute-request-id: req-ceb83224-7d6f-46cf-9b8f-6abef7053452 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-flavor-name"}]} 2018-10-06 04:49:24,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ceb83224-7d6f-46cf-9b8f-6abef7053452 2018-10-06 04:49:24,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-28a0da98-e971-4141-bade-76e308530b01 x-compute-request-id: req-28a0da98-e971-4141-bade-76e308530b01 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:49:24,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d used request id req-28a0da98-e971-4141-bade-76e308530b01 2018-10-06 04:49:24,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-7a4bc6b4-e896-4d16-bdfb-345c51dd1654 Date: Sat, 06 Oct 2018 04:49:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:14Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "metadata": {}}], "self": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "min_disk": 0, "protected": false, "id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "file": "/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9e3fe9c32b04220bab9ea9dbef55e66", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7819dce6-8d01-470a-8cb1-0d93411315fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image"} 2018-10-06 04:49:24,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image used request id req-7a4bc6b4-e896-4d16-bdfb-345c51dd1654 2018-10-06 04:49:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:24,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bfd9ff0e-66e3-4921-a0f3-387fb84fb78d Date: Sat, 06 Oct 2018 04:49: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", "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-10-06 04:49:24,813 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bfd9ff0e-66e3-4921-a0f3-387fb84fb78d 2018-10-06 04:49:24,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" -d '{"server": {"name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "imageRef": "7819dce6-8d01-470a-8cb1-0d93411315fa", "flavorRef": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "max_count": 1, "min_count": 1, "networks": [{"port": "24758c52-cf4e-4671-81da-ae86146a3765"}]}}' 2018-10-06 04:49:26,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:49: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-8f582dac-bfb5-4f65-806e-efcb3de5eced x-compute-request-id: req-8f582dac-bfb5-4f65-806e-efcb3de5eced Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fab157ce-84e9-4767-a016-08a38b9114df", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "adminPass": "6WpUJuUN8do5"}} 2018-10-06 04:49:26,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-8f582dac-bfb5-4f65-806e-efcb3de5eced 2018-10-06 04:49:26,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:26,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-f1986fac-1785-423d-8e67-90fe5c0da0fb x-compute-request-id: req-f1986fac-1785-423d-8e67-90fe5c0da0fb 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.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:49:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:26,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-f1986fac-1785-423d-8e67-90fe5c0da0fb 2018-10-06 04:49:26,477 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst 2018-10-06 04:49:26,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:26,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-227467a7-8ea2-4a71-b944-1b3ddc0c11b9 x-compute-request-id: req-227467a7-8ea2-4a71-b944-1b3ddc0c11b9 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.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:49:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:26,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-227467a7-8ea2-4a71-b944-1b3ddc0c11b9 2018-10-06 04:49:26,841 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst] is - BUILD 2018-10-06 04:49:26,841 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:49:29,842 - create_instance - DEBUG - VM status query timeout in 896.63508296 2018-10-06 04:49:29,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:30,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-4c7eec31-5b48-48c2-a1af-2446f241bb25 x-compute-request-id: req-4c7eec31-5b48-48c2-a1af-2446f241bb25 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.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "security_groups": [{"name": "default"}], "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:49:27Z", "hostId": "cfa019ad8d4c943da6c7622e1b564b12311d0b36b28238750e688449", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:30,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-4c7eec31-5b48-48c2-a1af-2446f241bb25 2018-10-06 04:49:30,610 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst] is - BUILD 2018-10-06 04:49:30,610 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:49:33,612 - create_instance - DEBUG - VM status query timeout in 892.86538887 2018-10-06 04:49:33,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:34,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-b047b968-4840-4e9d-80c0-376e5675a161 x-compute-request-id: req-b047b968-4840-4e9d-80c0-376e5675a161 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:8f:18", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:49:27.000000", "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "security_groups": [{"name": "default"}], "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:49:31Z", "hostId": "cfa019ad8d4c943da6c7622e1b564b12311d0b36b28238750e688449", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:34,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-b047b968-4840-4e9d-80c0-376e5675a161 2018-10-06 04:49:34,533 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst] is - ACTIVE 2018-10-06 04:49:34,533 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:49:34,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-ccb247f4-6fb2-46d0-ad08-7a6add402730 x-compute-request-id: req-ccb247f4-6fb2-46d0-ad08-7a6add402730 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:8f:18", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:49:27.000000", "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "security_groups": [{"name": "default"}], "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:49:31Z", "hostId": "cfa019ad8d4c943da6c7622e1b564b12311d0b36b28238750e688449", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:35,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-ccb247f4-6fb2-46d0-ad08-7a6add402730 2018-10-06 04:49:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5547da67-e51a-4615-bc5c-826bd8dda035 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:35,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net used request id req-5547da67-e51a-4615-bc5c-826bd8dda035 2018-10-06 04:49:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210bb3a2-9cb9-4247-a89d-e4ac45851b7b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:35,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-210bb3a2-9cb9-4247-a89d-e4ac45851b7b 2018-10-06 04:49:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-694e0c85-2a69-4993-9261-9ede50f04e77 Date: Sat, 06 Oct 2018 04:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:35,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-694e0c85-2a69-4993-9261-9ede50f04e77 2018-10-06 04:49:35,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-298be483-fee5-4446-9a6a-b8490d358e8f Date: Sat, 06 Oct 2018 04:49:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.101"}],"id":"24758c52-cf4e-4671-81da-ae86146a3765","security_groups":["a363c3d3-538d-45f2-87b5-c609013ddb03"],"mac_address":"fa:16:3e:6d:8f:18","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1","admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:23Z","binding:vnic_type":"normal","device_id":"fab157ce-84e9-4767-a016-08a38b9114df"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.4"}],"id":"880ec3f7-d4e0-4038-a792-3a9e9f4b616b","security_groups":[],"mac_address":"fa:16:3e:f3:b6:82","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6f218ce9-1a21-4f04-a368-dcf650799b24"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.2"}],"id":"92bd1b4d-3b84-405b-8a0c-c07fc296ab5a","security_groups":[],"mac_address":"fa:16:3e:d9:75:27","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6f218ce9-1a21-4f04-a368-dcf650799b24"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","ip_address":"10.55.0.3"}],"id":"cbd7b9cc-9fb2-40b2-a616-ee09ee8b3283","security_groups":[],"mac_address":"fa:16:3e:b3:20:7a","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6f218ce9-1a21-4f04-a368-dcf650799b24"}]} 2018-10-06 04:49:35,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-298be483-fee5-4446-9a6a-b8490d358e8f 2018-10-06 04:49:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a6670bc8-e750-4e81-b04a-fe3c65f03fb5 Date: Sat, 06 Oct 2018 04:49: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":["fcc7fd25-fe53-4c94-8321-c48940b9d2a4"],"updated_at":"2018-10-06T04:49:17Z","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"6f218ce9-1a21-4f04-a368-dcf650799b24","name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net"}]} 2018-10-06 04:49:35,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-a6670bc8-e750-4e81-b04a-fe3c65f03fb5 2018-10-06 04:49:35,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1b92b1b-a0ab-4e90-a70a-ed3d9fc42cdc Date: Sat, 06 Oct 2018 04:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:35,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-d1b92b1b-a0ab-4e90-a70a-ed3d9fc42cdc 2018-10-06 04:49:35,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:35,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-62f7131a-dc2e-4520-845b-8acfbbd8630e Date: Sat, 06 Oct 2018 04:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f218ce9-1a21-4f04-a368-dcf650799b24","tenant_id":"c9e3fe9c32b04220bab9ea9dbef55e66","created_at":"2018-10-06T04:49:17Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c9e3fe9c32b04220bab9ea9dbef55e66","id":"fcc7fd25-fe53-4c94-8321-c48940b9d2a4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet"}]} 2018-10-06 04:49:35,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6f218ce9-1a21-4f04-a368-dcf650799b24&name=CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet used request id req-62f7131a-dc2e-4520-845b-8acfbbd8630e 2018-10-06 04:49:35,879 - create_instance - INFO - Deleting Port with ID - 24758c52-cf4e-4671-81da-ae86146a3765 2018-10-06 04:49:35,879 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3ebport-1 2018-10-06 04:49:35,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/24758c52-cf4e-4671-81da-ae86146a3765 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:36,331 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64a25053-6461-43b1-a887-85047966ff7f Date: Sat, 06 Oct 2018 04:49:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:36,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/24758c52-cf4e-4671-81da-ae86146a3765 used request id req-64a25053-6461-43b1-a887-85047966ff7f 2018-10-06 04:49:36,331 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst 2018-10-06 04:49:36,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:36,472 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-b1d7858b-54f4-469c-86ac-1efef3569122 x-compute-request-id: req-b1d7858b-54f4-469c-86ac-1efef3569122 Content-Type: application/json 2018-10-06 04:49:36,472 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-b1d7858b-54f4-469c-86ac-1efef3569122 2018-10-06 04:49:36,473 - create_instance - INFO - Checking deletion status 2018-10-06 04:49:36,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:36,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-a9d261d0-4ae5-41ea-bd15-6dfbb2e365dc x-compute-request-id: req-a9d261d0-4ae5-41ea-bd15-6dfbb2e365dc Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:8f:18", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fab157ce-84e9-4767-a016-08a38b9114df", "rel": "bookmark"}], "image": {"id": "7819dce6-8d01-470a-8cb1-0d93411315fa", "links": [{"href": "http://172.30.9.29:8774/images/7819dce6-8d01-470a-8cb1-0d93411315fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:49:27.000000", "flavor": {"id": "88bf0eb4-5408-4f81-8d84-55a7e07f196d", "links": [{"href": "http://172.30.9.29:8774/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d", "rel": "bookmark"}]}, "id": "fab157ce-84e9-4767-a016-08a38b9114df", "user_id": "4aa5df84a5fe4608b7651c0f68c67df1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:49:36Z", "hostId": "cfa019ad8d4c943da6c7622e1b564b12311d0b36b28238750e688449", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst", "created": "2018-10-06T04:49:26Z", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:49:36,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-a9d261d0-4ae5-41ea-bd15-6dfbb2e365dc 2018-10-06 04:49:36,654 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst] is - ACTIVE 2018-10-06 04:49:36,654 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:49:39,657 - create_instance - DEBUG - VM status query timeout in 296.816022158 2018-10-06 04:49:39,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abaca71dab3b204cfe1d9ebeea9fe6b8e30fb1" 2018-10-06 04:49:39,711 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-257b27ee-d830-471f-8b39-5067ecedc0f2 x-compute-request-id: req-257b27ee-d830-471f-8b39-5067ecedc0f2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fab157ce-84e9-4767-a016-08a38b9114df could not be found.", "code": 404}} 2018-10-06 04:49:39,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/fab157ce-84e9-4767-a016-08a38b9114df used request id req-257b27ee-d830-471f-8b39-5067ecedc0f2 2018-10-06 04:49:39,712 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fab157ce-84e9-4767-a016-08a38b9114df could not be found. (HTTP 404) (Request-ID: req-257b27ee-d830-471f-8b39-5067ecedc0f2) 2018-10-06 04:49:39,712 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-inst 2018-10-06 04:49:39,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0a238f41ffb2b6e22f8e7351ba34856a4e5dc6" 2018-10-06 04:49:39,772 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da07b692-5e8e-4076-9541-937367bec035 x-compute-request-id: req-da07b692-5e8e-4076-9541-937367bec035 Content-Length: 0 Content-Type: application/json 2018-10-06 04:49:39,772 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/88bf0eb4-5408-4f81-8d84-55a7e07f196d used request id req-da07b692-5e8e-4076-9541-937367bec035 2018-10-06 04:49:39,773 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet 2018-10-06 04:49:39,773 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-subnet 2018-10-06 04:49:39,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/fcc7fd25-fe53-4c94-8321-c48940b9d2a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:41,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84aa4734-7dbc-4751-90b8-c0c4edf09f00 Date: Sat, 06 Oct 2018 04:49:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:41,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fcc7fd25-fe53-4c94-8321-c48940b9d2a4 used request id req-84aa4734-7dbc-4751-90b8-c0c4edf09f00 2018-10-06 04:49:41,907 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-pub-net 2018-10-06 04:49:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6f218ce9-1a21-4f04-a368-dcf650799b24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}927d2b7cf1cc280566aeabe5b362c8f53466d96d" 2018-10-06 04:49:43,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5f42dae-a24f-4a65-b9d3-d49a3f7551c6 Date: Sat, 06 Oct 2018 04:49:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:43,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6f218ce9-1a21-4f04-a368-dcf650799b24 used request id req-d5f42dae-a24f-4a65-b9d3-d49a3f7551c6 2018-10-06 04:49:43,627 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-43ce78cb-2f00-40c9-ab67-3cbd5985a3eb-image 2018-10-06 04:49:43,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03dbaea9f043b40fae77486a28a3daa95bd08207" 2018-10-06 04:49:45,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9a0be49-52d6-4f45-995d-724737b3d352 Date: Sat, 06 Oct 2018 04:49:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:49:45,646 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7819dce6-8d01-470a-8cb1-0d93411315fa used request id req-f9a0be49-52d6-4f45-995d-724737b3d352 2018-10-06 04:49:45,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:45,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-59f3b8a7-d807-4c82-adb6-8cb83a250fa8 Date: Sat, 06 Oct 2018 04:49:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "created_at": "2018-10-06T04:49:16Z", "updated_at": "2018-10-06T04:49:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "revision_number": 0, "id": "68cc69cc-f3dd-468b-9f64-a95d5d02014e", "remote_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "revision_number": 0, "id": "c7c650c9-8405-4479-b2a1-20806285cf5b", "remote_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "revision_number": 0, "id": "cf99e3be-bfb7-481a-adf3-42b9c692f933", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "revision_number": 0, "id": "ecb974f0-2d7f-4c39-9f83-8c44d4eab05e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66"}], "revision_number": 4, "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:49:45,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-59f3b8a7-d807-4c82-adb6-8cb83a250fa8 2018-10-06 04:49:45,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:45,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad8d4b5-2146-4dd9-8212-72c780be0ae3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:49:45,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-aad8d4b5-2146-4dd9-8212-72c780be0ae3 2018-10-06 04:49:45,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:46,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ce9358-3b98-46e3-8bda-de3b0226ee29 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:49:46,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-e0ce9358-3b98-46e3-8bda-de3b0226ee29 2018-10-06 04:49:46,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:46,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe8529a-7c6d-4fba-af33-ce55e4f56135 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66"}, "enabled": true, "id": "c9e3fe9c32b04220bab9ea9dbef55e66", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj"}} 2018-10-06 04:49:46,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-bbe8529a-7c6d-4fba-af33-ce55e4f56135 2018-10-06 04:49:46,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a363c3d3-538d-45f2-87b5-c609013ddb03 2018-10-06 04:49:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a363c3d3-538d-45f2-87b5-c609013ddb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:46,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7aaa3047-3d5c-4db0-a06c-755bb10db524 Date: Sat, 06 Oct 2018 04:49:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "port_range_min": null, "revision_number": 0, "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "created_at": "2018-10-06T04:49:16Z", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "id": "68cc69cc-f3dd-468b-9f64-a95d5d02014e"}, {"remote_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "port_range_min": null, "revision_number": 0, "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "created_at": "2018-10-06T04:49:16Z", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "id": "c7c650c9-8405-4479-b2a1-20806285cf5b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "port_range_min": null, "revision_number": 0, "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "created_at": "2018-10-06T04:49:16Z", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "id": "cf99e3be-bfb7-481a-adf3-42b9c692f933"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:16Z", "security_group_id": "a363c3d3-538d-45f2-87b5-c609013ddb03", "port_range_min": null, "revision_number": 0, "tenant_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "created_at": "2018-10-06T04:49:16Z", "project_id": "c9e3fe9c32b04220bab9ea9dbef55e66", "id": "ecb974f0-2d7f-4c39-9f83-8c44d4eab05e"}]} 2018-10-06 04:49:46,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=a363c3d3-538d-45f2-87b5-c609013ddb03 used request id req-7aaa3047-3d5c-4db0-a06c-755bb10db524 2018-10-06 04:49:46,361 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:49:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/a363c3d3-538d-45f2-87b5-c609013ddb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:46,700 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95703c6a-bf89-4707-bb27-98385e56d3a9 Content-Length: 0 Date: Sat, 06 Oct 2018 04:49:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:49:46,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a363c3d3-538d-45f2-87b5-c609013ddb03 used request id req-95703c6a-bf89-4707-bb27-98385e56d3a9 2018-10-06 04:49:46,700 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj 2018-10-06 04:49:46,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:46,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-897e9977-ebf8-4bb0-b9a2-d600a84cdc19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:46,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c9e3fe9c32b04220bab9ea9dbef55e66 used request id req-897e9977-ebf8-4bb0-b9a2-d600a84cdc19 2018-10-06 04:49:46,990 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-proj-role 2018-10-06 04:49:46,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:47,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2dcbbd5-7e5e-4045-8de7-09414648e054 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:47,093 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/910af581e0064c7e90522c1b8a9bd254 used request id req-d2dcbbd5-7e5e-4045-8de7-09414648e054 2018-10-06 04:49:47,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6ad72653939a1080f941593638ab7c89b0d45e2" 2018-10-06 04:49:47,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dda0ba6-b7f1-4292-8867-8962bbea8f05 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:49:47,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3dda0ba6-b7f1-4292-8867-8962bbea8f05 2018-10-06 04:49:47,188 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f71e670b-d4ae-4bf-user 2018-10-06 04:49:47,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4aa5df84a5fe4608b7651c0f68c67df1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa62680733afcc2cfc86d0395b135c2453d1a2e" 2018-10-06 04:49:47,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ec7bea8-7db4-44a4-ae44-22d8ca699139 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:47,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4aa5df84a5fe4608b7651c0f68c67df1 used request id req-6ec7bea8-7db4-44a4-ae44-22d8ca699139 2018-10-06 04:49:47,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:47,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["YyD1tFetQ2e1SxhUmv0Rwg"], "issued_at": "2018-10-06T04:49:47.000000Z"}} 2018-10-06 04:49:47,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ab37a07c946a014984f060e830d54628ae3ab" 2018-10-06 04:49:47,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0675b20e-08cd-4d1b-973b-0d90463d84b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:47,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0675b20e-08cd-4d1b-973b-0d90463d84b6 2018-10-06 04:49:47,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:47,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:48,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["u5XZSdqUT6eK4MD07zXoKw"], "issued_at": "2018-10-06T04:49:48.000000Z"}} 2018-10-06 04:49:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:48,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b0c306-51cd-4c83-8b8d-738586af9855 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:48,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06b0c306-51cd-4c83-8b8d-738586af9855 2018-10-06 04:49:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:48,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:48,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:48,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca831ee3-19d1-417a-a2e6-124a02bde989 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:49:48,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj used request id req-ca831ee3-19d1-417a-a2e6-124a02bde989 2018-10-06 04:49:48,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:48,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b50d6d-bf1c-47a7-9105-25c2a9ffef8d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:49:48,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-88b50d6d-bf1c-47a7-9105-25c2a9ffef8d 2018-10-06 04:49:48,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}}' 2018-10-06 04:49:48,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3069fee8-5f78-4e88-8d04-3523c821c4c2 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:49:48,597 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3069fee8-5f78-4e88-8d04-3523c821c4c2 2018-10-06 04:49:48,597 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj 2018-10-06 04:49:48,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:48,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:48,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["SaX5IjhsQk65mz94qozZ_w"], "issued_at": "2018-10-06T04:49:48.000000Z"}} 2018-10-06 04:49:48,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d4aa21ace857eefc77eb2c5dce615018eef6cf" 2018-10-06 04:49:48,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3c1d98-9d17-4792-8615-0f00f25ad5a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:48,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aa3c1d98-9d17-4792-8615-0f00f25ad5a6 2018-10-06 04:49:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:49,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d4aa21ace857eefc77eb2c5dce615018eef6cf" 2018-10-06 04:49:49,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8892edcd-1ccb-4f45-bf61-dd8385514b73 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:49:49,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8892edcd-1ccb-4f45-bf61-dd8385514b73 2018-10-06 04:49:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d4aa21ace857eefc77eb2c5dce615018eef6cf" 2018-10-06 04:49:49,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0074de-e88f-47be-a5ba-47a99633609a Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}]} 2018-10-06 04:49:49,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj used request id req-7b0074de-e88f-47be-a5ba-47a99633609a 2018-10-06 04:49:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d4aa21ace857eefc77eb2c5dce615018eef6cf" 2018-10-06 04:49:49,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8b134c-296b-4753-a2f4-5682da5b225c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:49:49,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3c8b134c-296b-4753-a2f4-5682da5b225c 2018-10-06 04:49:49,609 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user 2018-10-06 04:49:49,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:49,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:49,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbec125d-faa2-46df-988b-ef4d3d706e95 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:49:49,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dbec125d-faa2-46df-988b-ef4d3d706e95 2018-10-06 04:49:49,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" -d '{"role": {"name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}}' 2018-10-06 04:49:49,806 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d36943-251f-4687-836d-cfb6893cf013 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cbad2de7ae1243989930cf24c7a6946f", "links": {"self": "http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f"}, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}} 2018-10-06 04:49:49,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-e5d36943-251f-4687-836d-cfb6893cf013 2018-10-06 04:49:49,807 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role 2018-10-06 04:49:49,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:49,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ac0cfa-feb2-48a4-ba30-fb01d5e71c4f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role", "id": "cbad2de7ae1243989930cf24c7a6946f"}} 2018-10-06 04:49:49,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f used request id req-97ac0cfa-feb2-48a4-ba30-fb01d5e71c4f 2018-10-06 04:49:49,977 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role to project CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj 2018-10-06 04:49:49,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12/users/7bee37c6f9d14b81ad58b7e78d25c71e/roles/cbad2de7ae1243989930cf24c7a6946f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:49:50,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8635c96e-82ed-416b-9921-2d9c2c0677ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:49:50,102 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12/users/7bee37c6f9d14b81ad58b7e78d25c71e/roles/cbad2de7ae1243989930cf24c7a6946f used request id req-8635c96e-82ed-416b-9921-2d9c2c0677ac 2018-10-06 04:49:50,103 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:49:50,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:50,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:50,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbad2de7ae1243989930cf24c7a6946f", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}], "expires_at": "2018-10-06T05:49:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4342206f5454c29a7d921bef13c8b12", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user", "id": "7bee37c6f9d14b81ad58b7e78d25c71e"}, "audit_ids": ["29nAV27LRb2gz81tcqy9Uw"], "issued_at": "2018-10-06T04:49:50.000000Z"}} 2018-10-06 04:49:50,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:50,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a796dc0-facc-4a82-a69e-f0eba0f05788 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:50,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5a796dc0-facc-4a82-a69e-f0eba0f05788 2018-10-06 04:49:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:50,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-b4b4412e-9f9d-41b3-a70f-8fc75f47ecdc Date: Sat, 06 Oct 2018 04:49:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image"} 2018-10-06 04:49:50,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image used request id req-b4b4412e-9f9d-41b3-a70f-8fc75f47ecdc 2018-10-06 04:49:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:50,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-33bc59e4-17f0-4afc-88a1-09061679edf2 Date: Sat, 06 Oct 2018 04:49: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", "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-10-06 04:49:50,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-33bc59e4-17f0-4afc-88a1-09061679edf2 2018-10-06 04:49:51,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image"}' 2018-10-06 04:49:51,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb X-Openstack-Request-Id: req-8cf8288e-7512-4a36-8115-1ef6bde37b69 Date: Sat, 06 Oct 2018 04:49:51 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "min_disk": 0, "protected": false, "id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "file": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file", "checksum": null, "owner": "b4342206f5454c29a7d921bef13c8b12", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:51,210 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8cf8288e-7512-4a36-8115-1ef6bde37b69 2018-10-06 04:49:51,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" -d '' 2018-10-06 04:49:53,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22f838d3-b007-4b4c-bb41-2b9d5dda641a Date: Sat, 06 Oct 2018 04:49:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:49:53,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file used request id req-22f838d3-b007-4b4c-bb41-2b9d5dda641a 2018-10-06 04:49:53,436 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:49:53,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:53,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b5341fed-6269-432c-b2d1-dc2ee646a440 Date: Sat, 06 Oct 2018 04:49:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "metadata": {}}], "self": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "min_disk": 0, "protected": false, "id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "file": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4342206f5454c29a7d921bef13c8b12", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:53,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb used request id req-b5341fed-6269-432c-b2d1-dc2ee646a440 2018-10-06 04:49:53,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:53,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1251eb4e-559f-44b3-8cab-d2ac4aa2676b Date: Sat, 06 Oct 2018 04:49: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", "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-10-06 04:49:53,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1251eb4e-559f-44b3-8cab-d2ac4aa2676b 2018-10-06 04:49:53,616 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image 2018-10-06 04:49:53,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:49:53,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-789b032f-7cf4-4131-bc5f-6fc2d53b9495 Date: Sat, 06 Oct 2018 04:49:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "metadata": {}}], "self": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "min_disk": 0, "protected": false, "id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "file": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4342206f5454c29a7d921bef13c8b12", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:49:53,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb used request id req-789b032f-7cf4-4131-bc5f-6fc2d53b9495 2018-10-06 04:49:53,784 - create_image - DEBUG - Instance status is - active 2018-10-06 04:49:53,785 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image 2018-10-06 04:49:53,785 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image 2018-10-06 04:49:53,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:53,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:54,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbad2de7ae1243989930cf24c7a6946f", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}], "expires_at": "2018-10-06T05:49:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4342206f5454c29a7d921bef13c8b12", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user", "id": "7bee37c6f9d14b81ad58b7e78d25c71e"}, "audit_ids": ["o4E_Wwb4SFyZ_zLcP-H6TA"], "issued_at": "2018-10-06T04:49:54.000000Z"}} 2018-10-06 04:49:54,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:54,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940439ec-0912-4cc9-b858-9b3f472c3317 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:54,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-940439ec-0912-4cc9-b858-9b3f472c3317 2018-10-06 04:49:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:54,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14b2fff3-1450-4a2c-9b3d-7e57af32da18 Date: Sat, 06 Oct 2018 04:49:54 GMT RESP BODY: {"networks":[]} 2018-10-06 04:49:54,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-14b2fff3-1450-4a2c-9b3d-7e57af32da18 2018-10-06 04:49:54,420 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net 2018-10-06 04:49:54,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" -d '{"network": {"name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net", "admin_state_up": true}}' 2018-10-06 04:49:54,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-af2bf6ed-7556-47fb-8c4f-94d83574d498 Date: Sat, 06 Oct 2018 04:49:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"50c3c8ec-2243-4237-ac43-b8744d36b664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:49:54Z","is_default":false,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","mtu":1450}} 2018-10-06 04:49:54,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-af2bf6ed-7556-47fb-8c4f-94d83574d498 2018-10-06 04:49:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:55,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5d7c3bfa-801f-4aec-966b-7b8478739ba1 Date: Sat, 06 Oct 2018 04:49:55 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-10-06T04:49:54Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:49:55,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-5d7c3bfa-801f-4aec-966b-7b8478739ba1 2018-10-06 04:49:55,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:55,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2b4cf6d4-41e0-40cd-b696-9fb9ede6866d Date: Sat, 06 Oct 2018 04:49:55 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:49:55,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-2b4cf6d4-41e0-40cd-b696-9fb9ede6866d 2018-10-06 04:49:55,366 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet 2018-10-06 04:49:55,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" -d '{"subnets": [{"ip_version": 4, "network_id": "50c3c8ec-2243-4237-ac43-b8744d36b664", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]}' 2018-10-06 04:49:56,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b7f5203b-3c1f-4e9e-b465-794910b283ce Date: Sat, 06 Oct 2018 04:49:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","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":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:49:56,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b7f5203b-3c1f-4e9e-b465-794910b283ce 2018-10-06 04:49:56,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:56,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9eacf953-4806-45e2-a316-f1829c87ad88 Date: Sat, 06 Oct 2018 04:49: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:49:56,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-9eacf953-4806-45e2-a316-f1829c87ad88 2018-10-06 04:49:56,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:49:56,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-34eed36f-595a-492d-8388-27f043f8a27e Date: Sat, 06 Oct 2018 04:49:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:49:56,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-34eed36f-595a-492d-8388-27f043f8a27e 2018-10-06 04:49:56,596 - OpenStackNetwork - DEBUG - Network [50c3c8ec-2243-4237-ac43-b8744d36b664] created successfully 2018-10-06 04:49:56,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:56,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:56,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["iUSX9-anT9WK3fXsEFCzyw"], "issued_at": "2018-10-06T04:49:56.000000Z"}} 2018-10-06 04:49:56,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8277cbaa914efab109783d481ddb171e4bbf20e6" 2018-10-06 04:49:57,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9859be7-b967-4fa7-8255-30f94ad7544c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:57,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9859be7-b967-4fa7-8255-30f94ad7544c 2018-10-06 04:49:57,052 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:49:57,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8277cbaa914efab109783d481ddb171e4bbf20e6" 2018-10-06 04:49:57,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-93c0a4a4-e43a-4606-8371-8a70a93833c8 x-compute-request-id: req-93c0a4a4-e43a-4606-8371-8a70a93833c8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:49:57,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-93c0a4a4-e43a-4606-8371-8a70a93833c8 2018-10-06 04:49:57,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8277cbaa914efab109783d481ddb171e4bbf20e6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-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-10-06 04:49:57,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49: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-5bcee7c8-f2c1-4032-8714-bc64ed62f5b0 x-compute-request-id: req-5bcee7c8-f2c1-4032-8714-bc64ed62f5b0 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a115dc0c-2277-442e-817a-01583b3707b7", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:49:57,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5bcee7c8-f2c1-4032-8714-bc64ed62f5b0 2018-10-06 04:49:57,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:57,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:49:57,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbad2de7ae1243989930cf24c7a6946f", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}], "expires_at": "2018-10-06T05:49:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4342206f5454c29a7d921bef13c8b12", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user", "id": "7bee37c6f9d14b81ad58b7e78d25c71e"}, "audit_ids": ["xSI7wb-KRgaz9-JSsPcs7A"], "issued_at": "2018-10-06T04:49:57.000000Z"}} 2018-10-06 04:49:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:57,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b3335f-3a97-40c4-b800-4ffd1dc6adc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:57,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-26b3335f-3a97-40c4-b800-4ffd1dc6adc9 2018-10-06 04:49:57,819 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:49:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:57,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d5a4ee-0d1f-4e7e-9c61-a169e6319a56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:49:57,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f8d5a4ee-0d1f-4e7e-9c61-a169e6319a56 2018-10-06 04:49:57,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:58,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-61f448e0-71f8-4e31-8d96-c809feb8aff0 Date: Sat, 06 Oct 2018 04:49: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:49:58,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-61f448e0-71f8-4e31-8d96-c809feb8aff0 2018-10-06 04:49:58,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:49:58,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:49:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:49:58,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:58,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a2a14d7-1244-41bf-9ed4-9bb81f43c6ea Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:49:58,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-2a2a14d7-1244-41bf-9ed4-9bb81f43c6ea 2018-10-06 04:49:58,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:58,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-10f061e2-6644-41f5-b85f-cc1bae1de38b Date: Sat, 06 Oct 2018 04:49:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:49:58,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-10f061e2-6644-41f5-b85f-cc1bae1de38b 2018-10-06 04:49:58,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:58,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a972eb2-cb1a-45d0-be63-fdf62ab47d4b Date: Sat, 06 Oct 2018 04:49:58 GMT RESP BODY: {"ports":[]} 2018-10-06 04:49:58,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True used request id req-7a972eb2-cb1a-45d0-be63-fdf62ab47d4b 2018-10-06 04:49:58,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:58,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-3f5afdce-f7cc-44a0-98b0-7d72ade91a93 x-compute-request-id: req-3f5afdce-f7cc-44a0-98b0-7d72ade91a93 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:49:58,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst used request id req-3f5afdce-f7cc-44a0-98b0-7d72ade91a93 2018-10-06 04:49:58,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:59,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-33d12b70-6024-4590-ba02-1e52c508e009 Date: Sat, 06 Oct 2018 04:49: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:49:59,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-33d12b70-6024-4590-ba02-1e52c508e009 2018-10-06 04:49:59,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:59,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2328d8c7-5372-4743-8524-ec9f3276112f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:49:59,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-2328d8c7-5372-4743-8524-ec9f3276112f 2018-10-06 04:49:59,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:59,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-50dd1f3a-1501-42e1-b216-d13caf6fe28d Date: Sat, 06 Oct 2018 04:49:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:49:59,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-50dd1f3a-1501-42e1-b216-d13caf6fe28d 2018-10-06 04:49:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:49:59,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0ca156f7-53a3-4ff4-8511-51f37eeb6d18 Date: Sat, 06 Oct 2018 04:49:59 GMT RESP BODY: {"ports":[]} 2018-10-06 04:49:59,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True used request id req-0ca156f7-53a3-4ff4-8511-51f37eeb6d18 2018-10-06 04:49:59,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:49:59,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:00,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbad2de7ae1243989930cf24c7a6946f", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role"}], "expires_at": "2018-10-06T05:50:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4342206f5454c29a7d921bef13c8b12", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/b4342206f5454c29a7d921bef13c8b12", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user", "id": "7bee37c6f9d14b81ad58b7e78d25c71e"}, "audit_ids": ["ANwxmw17Tl-Ra5lScnPqGQ"], "issued_at": "2018-10-06T04:50:00.000000Z"}} 2018-10-06 04:50:00,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6abc5cc524278137179d4d68462d23ea634201" 2018-10-06 04:50:00,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d08ced-2367-458a-a3ca-c3f117a0fcd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:00,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43d08ced-2367-458a-a3ca-c3f117a0fcd4 2018-10-06 04:50:00,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:00,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bd757e80-3bf7-4842-8586-0689c7c4be08 Date: Sat, 06 Oct 2018 04:50: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:50:00,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-bd757e80-3bf7-4842-8586-0689c7c4be08 2018-10-06 04:50:00,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:00,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b53108f7-ebc2-4f31-a0ad-2a74afa300ca Date: Sat, 06 Oct 2018 04:50:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:50:00,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-b53108f7-ebc2-4f31-a0ad-2a74afa300ca 2018-10-06 04:50:00,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:00,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ec770d68-08e0-4645-8fa1-64d8b94caefc Date: Sat, 06 Oct 2018 04:50: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:50:00,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-ec770d68-08e0-4645-8fa1-64d8b94caefc 2018-10-06 04:50:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:50:00,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:50:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:50:00,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6abc5cc524278137179d4d68462d23ea634201" 2018-10-06 04:50:00,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d93870-f51d-48f4-a025-6ccabc1bc500 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:50:00,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-20d93870-f51d-48f4-a025-6ccabc1bc500 2018-10-06 04:50:00,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:00,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b3523bc8-0a23-4f4d-917f-205e939969a5 Date: Sat, 06 Oct 2018 04:50:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:50:00,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-b3523bc8-0a23-4f4d-917f-205e939969a5 2018-10-06 04:50:00,926 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net 2018-10-06 04:50:00,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" -d '{"port": {"network_id": "50c3c8ec-2243-4237-ac43-b8744d36b664", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1", "admin_state_up": true}}' 2018-10-06 04:50:02,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-e9642178-5c7c-4fa0-a077-9a29ea0912ab Date: Sat, 06 Oct 2018 04:50:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.7"}],"id":"449c0030-9e7a-436c-aa43-4f6926c10687","security_groups":["7701abb3-08b8-421a-bd7d-a0f94a85605e"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1","project_id":"b4342206f5454c29a7d921bef13c8b12","qos_policy_id":null,"admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:50:01Z","binding:vnic_type":"normal"}} 2018-10-06 04:50:02,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-e9642178-5c7c-4fa0-a077-9a29ea0912ab 2018-10-06 04:50:02,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-56d0ac71-a38e-498f-b36a-b3e7ae2421a1 Date: Sat, 06 Oct 2018 04:50: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:50:02,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-56d0ac71-a38e-498f-b36a-b3e7ae2421a1 2018-10-06 04:50:02,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aeace66-8570-41c6-8750-d0149afec58e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:50:02,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-3aeace66-8570-41c6-8750-d0149afec58e 2018-10-06 04:50:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f54219a8-8bfb-497a-a660-3b79824b582e Date: Sat, 06 Oct 2018 04:50:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:50:02,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-f54219a8-8bfb-497a-a660-3b79824b582e 2018-10-06 04:50:02,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-bf8d0adb-b3e8-4117-a76d-768011c16c93 Date: Sat, 06 Oct 2018 04:50:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.7"}],"id":"449c0030-9e7a-436c-aa43-4f6926c10687","security_groups":["7701abb3-08b8-421a-bd7d-a0f94a85605e"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"b4342206f5454c29a7d921bef13c8b12","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1","admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:50:01Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:50:02,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1&admin_state_up=True used request id req-bf8d0adb-b3e8-4117-a76d-768011c16c93 2018-10-06 04:50:02,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b97af88-5ad5-4d20-b50a-c25f59280fd8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:50:02,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-8b97af88-5ad5-4d20-b50a-c25f59280fd8 2018-10-06 04:50:02,589 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst 2018-10-06 04:50:02,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-52a01dc5-f15a-46db-8098-8983dcb869dd x-compute-request-id: req-52a01dc5-f15a-46db-8098-8983dcb869dd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-flavor-name"}]} 2018-10-06 04:50:02,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-52a01dc5-f15a-46db-8098-8983dcb869dd 2018-10-06 04:50:02,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-50555ad7-0f78-4c02-851d-7e0fa4627b70 x-compute-request-id: req-50555ad7-0f78-4c02-851d-7e0fa4627b70 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a115dc0c-2277-442e-817a-01583b3707b7", "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:50:02,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7 used request id req-50555ad7-0f78-4c02-851d-7e0fa4627b70 2018-10-06 04:50:02,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-5adb4f24-ddce-4b37-9de2-394e5b536507 Date: Sat, 06 Oct 2018 04:50:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:49:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:49:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "metadata": {}}], "self": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "min_disk": 0, "protected": false, "id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "file": "/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b4342206f5454c29a7d921bef13c8b12", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image"} 2018-10-06 04:50:02,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image used request id req-5adb4f24-ddce-4b37-9de2-394e5b536507 2018-10-06 04:50:02,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:02,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cafdad50-351d-47c1-bb33-e5770606f233 Date: Sat, 06 Oct 2018 04:50: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", "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-10-06 04:50:02,990 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-cafdad50-351d-47c1-bb33-e5770606f233 2018-10-06 04:50:02,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" -d '{"server": {"name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "imageRef": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "flavorRef": "a115dc0c-2277-442e-817a-01583b3707b7", "max_count": 1, "min_count": 1, "networks": [{"port": "449c0030-9e7a-436c-aa43-4f6926c10687"}]}}' 2018-10-06 04:50:04,701 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-73677925-2856-4d55-a1ac-370d28c10867 x-compute-request-id: req-73677925-2856-4d55-a1ac-370d28c10867 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "adminPass": "TAtuNQVN2Rva"}} 2018-10-06 04:50:04,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-73677925-2856-4d55-a1ac-370d28c10867 2018-10-06 04:50:04,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:05,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-d2578d3c-b9b4-48dd-8ba3-504b71a7d20e x-compute-request-id: req-d2578d3c-b9b4-48dd-8ba3-504b71a7d20e Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:05,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-d2578d3c-b9b4-48dd-8ba3-504b71a7d20e 2018-10-06 04:50:05,070 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst 2018-10-06 04:50:05,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:05,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-08b06771-8583-4e89-bafd-36c9e250aaab x-compute-request-id: req-08b06771-8583-4e89-bafd-36c9e250aaab 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.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:05,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-08b06771-8583-4e89-bafd-36c9e250aaab 2018-10-06 04:50:05,279 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - BUILD 2018-10-06 04:50:05,279 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:08,282 - create_instance - DEBUG - VM status query timeout in 896.787781954 2018-10-06 04:50:08,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:08,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-58c79937-726d-47c6-95c3-16d9d88825f4 x-compute-request-id: req-58c79937-726d-47c6-95c3-16d9d88825f4 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.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "security_groups": [{"name": "default"}], "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:06Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:08,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-58c79937-726d-47c6-95c3-16d9d88825f4 2018-10-06 04:50:08,734 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - BUILD 2018-10-06 04:50:08,734 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:11,737 - create_instance - DEBUG - VM status query timeout in 893.333733082 2018-10-06 04:50:11,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:12,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-d1baa298-802e-4a17-a401-00e90d830314 x-compute-request-id: req-d1baa298-802e-4a17-a401-00e90d830314 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.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "security_groups": [{"name": "default"}], "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:06Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:12,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-d1baa298-802e-4a17-a401-00e90d830314 2018-10-06 04:50:12,464 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - BUILD 2018-10-06 04:50:12,464 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:15,468 - create_instance - DEBUG - VM status query timeout in 889.602720022 2018-10-06 04:50:15,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:15,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-76e51b6c-29db-4423-a15d-0fe3eed4d315 x-compute-request-id: req-76e51b6c-29db-4423-a15d-0fe3eed4d315 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:08.000000", "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "security_groups": [{"name": "default"}], "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:13Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:15,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-76e51b6c-29db-4423-a15d-0fe3eed4d315 2018-10-06 04:50:15,934 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - ACTIVE 2018-10-06 04:50:15,934 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:50:15,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:16,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-b04cd804-a6c5-4cc6-8dba-3b27851c7827 x-compute-request-id: req-b04cd804-a6c5-4cc6-8dba-3b27851c7827 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:08.000000", "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "security_groups": [{"name": "default"}], "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:13Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:16,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-b04cd804-a6c5-4cc6-8dba-3b27851c7827 2018-10-06 04:50:16,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:16,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7ec9b085-6d37-42f8-a683-3ac8aa5bbde8 Date: Sat, 06 Oct 2018 04:50: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":["54e7ec90-cec1-463a-940d-a086cf4baf55"],"updated_at":"2018-10-06T04:49:55Z","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b4342206f5454c29a7d921bef13c8b12","id":"50c3c8ec-2243-4237-ac43-b8744d36b664","name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net"}]} 2018-10-06 04:50:16,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net used request id req-7ec9b085-6d37-42f8-a683-3ac8aa5bbde8 2018-10-06 04:50:16,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:16,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ed8bec-b13f-4c64-b1c4-a6b72b1d47d7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:50:16,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-e8ed8bec-b13f-4c64-b1c4-a6b72b1d47d7 2018-10-06 04:50:16,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:16,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ab7bb4bf-a24d-4730-861e-dc5094b63fc7 Date: Sat, 06 Oct 2018 04:50:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:55Z","dns_nameservers":[],"updated_at":"2018-10-06T04:49:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b4342206f5454c29a7d921bef13c8b12","id":"54e7ec90-cec1-463a-940d-a086cf4baf55","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet"}]} 2018-10-06 04:50:16,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-ab7bb4bf-a24d-4730-861e-dc5094b63fc7 2018-10-06 04:50:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:16,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-14dcdd3d-9188-464b-9e75-676bf9b38be9 Date: Sat, 06 Oct 2018 04:50:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.2"}],"id":"3d170bd7-68c5-40df-97e3-3f1494468dbc","security_groups":[],"mac_address":"fa:16:3e:c3:e8:e4","project_id":"b4342206f5454c29a7d921bef13c8b12","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-50c3c8ec-2243-4237-ac43-b8744d36b664"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.7"}],"id":"449c0030-9e7a-436c-aa43-4f6926c10687","security_groups":["7701abb3-08b8-421a-bd7d-a0f94a85605e"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"b4342206f5454c29a7d921bef13c8b12","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1","admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:50:01Z","binding:vnic_type":"normal","device_id":"516ecaef-0085-4b3d-abb6-868c3a6807c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.4"}],"id":"5b959706-3da7-4cd1-8aa9-b6e383500711","security_groups":[],"mac_address":"fa:16:3e:d2:9a:bd","project_id":"b4342206f5454c29a7d921bef13c8b12","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-50c3c8ec-2243-4237-ac43-b8744d36b664"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:49:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"54e7ec90-cec1-463a-940d-a086cf4baf55","ip_address":"10.55.0.3"}],"id":"d493a7bf-d508-4f7b-934e-768c6314c4bd","security_groups":[],"mac_address":"fa:16:3e:42:06:e0","project_id":"b4342206f5454c29a7d921bef13c8b12","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"50c3c8ec-2243-4237-ac43-b8744d36b664","tenant_id":"b4342206f5454c29a7d921bef13c8b12","created_at":"2018-10-06T04:49:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-50c3c8ec-2243-4237-ac43-b8744d36b664"}]} 2018-10-06 04:50:16,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-14dcdd3d-9188-464b-9e75-676bf9b38be9 2018-10-06 04:50:16,886 - create_instance - INFO - Deleting Port with ID - 449c0030-9e7a-436c-aa43-4f6926c10687 2018-10-06 04:50:16,886 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2port-1 2018-10-06 04:50:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/449c0030-9e7a-436c-aa43-4f6926c10687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:17,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6e84981-1b36-4831-8ed4-72408e3e8533 Date: Sat, 06 Oct 2018 04:50:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:50:17,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/449c0030-9e7a-436c-aa43-4f6926c10687 used request id req-b6e84981-1b36-4831-8ed4-72408e3e8533 2018-10-06 04:50:17,608 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst 2018-10-06 04:50:17,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:17,771 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50: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-675503ba-ff7e-43cf-981c-cf48a0a3d703 x-compute-request-id: req-675503ba-ff7e-43cf-981c-cf48a0a3d703 Content-Type: application/json 2018-10-06 04:50:17,772 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-675503ba-ff7e-43cf-981c-cf48a0a3d703 2018-10-06 04:50:17,772 - create_instance - INFO - Checking deletion status 2018-10-06 04:50:17,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:17,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-8bd2195c-0812-43d1-9613-4503dfad79e5 x-compute-request-id: req-8bd2195c-0812-43d1-9613-4503dfad79e5 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.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:08.000000", "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:17Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:17,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-8bd2195c-0812-43d1-9613-4503dfad79e5 2018-10-06 04:50:17,869 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - ACTIVE 2018-10-06 04:50:17,869 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:20,872 - create_instance - DEBUG - VM status query timeout in 296.899891138 2018-10-06 04:50:20,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:21,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-7268eba5-79b0-4f3b-9dd0-bd60f6f8893a x-compute-request-id: req-7268eba5-79b0-4f3b-9dd0-bd60f6f8893a 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.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8", "rel": "bookmark"}], "image": {"id": "f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "links": [{"href": "http://172.30.9.29:8774/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:08.000000", "flavor": {"id": "a115dc0c-2277-442e-817a-01583b3707b7", "links": [{"href": "http://172.30.9.29:8774/flavors/a115dc0c-2277-442e-817a-01583b3707b7", "rel": "bookmark"}]}, "id": "516ecaef-0085-4b3d-abb6-868c3a6807c8", "user_id": "7bee37c6f9d14b81ad58b7e78d25c71e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:17Z", "hostId": "491ac186e5f4c86191b164d138fd3095a8ca77fa981e1ae39776093e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst", "created": "2018-10-06T04:50:04Z", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:21,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-7268eba5-79b0-4f3b-9dd0-bd60f6f8893a 2018-10-06 04:50:21,143 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst] is - ACTIVE 2018-10-06 04:50:21,143 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:24,146 - create_instance - DEBUG - VM status query timeout in 293.625833988 2018-10-06 04:50:24,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de2bc33831e57de02d4604d4494268edad4bf59" 2018-10-06 04:50:24,196 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-2015efd5-cab9-4e54-8b33-7560bff7cd47 x-compute-request-id: req-2015efd5-cab9-4e54-8b33-7560bff7cd47 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 516ecaef-0085-4b3d-abb6-868c3a6807c8 could not be found.", "code": 404}} 2018-10-06 04:50:24,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/516ecaef-0085-4b3d-abb6-868c3a6807c8 used request id req-2015efd5-cab9-4e54-8b33-7560bff7cd47 2018-10-06 04:50:24,197 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 516ecaef-0085-4b3d-abb6-868c3a6807c8 could not be found. (HTTP 404) (Request-ID: req-2015efd5-cab9-4e54-8b33-7560bff7cd47) 2018-10-06 04:50:24,197 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-inst 2018-10-06 04:50:24,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8277cbaa914efab109783d481ddb171e4bbf20e6" 2018-10-06 04:50:24,251 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-376604e0-97c0-4f35-96a7-e28afeabb235 x-compute-request-id: req-376604e0-97c0-4f35-96a7-e28afeabb235 Content-Length: 0 Content-Type: application/json 2018-10-06 04:50:24,252 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/a115dc0c-2277-442e-817a-01583b3707b7 used request id req-376604e0-97c0-4f35-96a7-e28afeabb235 2018-10-06 04:50:24,253 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet 2018-10-06 04:50:24,253 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-subnet 2018-10-06 04:50:24,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/54e7ec90-cec1-463a-940d-a086cf4baf55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:50:26,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d5b03e6-9a43-41b6-80a3-658d70b2f566 Date: Sat, 06 Oct 2018 04:50:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:50:26,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/54e7ec90-cec1-463a-940d-a086cf4baf55 used request id req-3d5b03e6-9a43-41b6-80a3-658d70b2f566 2018-10-06 04:50:26,700 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-pub-net 2018-10-06 04:50:26,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/50c3c8ec-2243-4237-ac43-b8744d36b664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e249c2d5e2100816d048aa8aca3379ebf930bd0" 2018-10-06 04:50:27,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77763167-5181-4b6d-8ead-1ea0f43d4afe Date: Sat, 06 Oct 2018 04:50:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:50:27,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/50c3c8ec-2243-4237-ac43-b8744d36b664 used request id req-77763167-5181-4b6d-8ead-1ea0f43d4afe 2018-10-06 04:50:27,997 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e7fd89bd-ccf6-48f1-a3a3-641b0c5a9df2-image 2018-10-06 04:50:28,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfc8e5dd0cf029ade79c010b6cdeaf3d3f35d2b5" 2018-10-06 04:50:29,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a36880d9-9da8-460a-813a-1cf3eea5ce51 Date: Sat, 06 Oct 2018 04:50:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:50:29,645 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f619cc83-1c98-45d0-a5f7-2120e1ee61eb used request id req-a36880d9-9da8-460a-813a-1cf3eea5ce51 2018-10-06 04:50:29,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:29,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c9e0a9ca-7c3f-4bcb-a298-1a3c88bf1f16 Date: Sat, 06 Oct 2018 04:50:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "created_at": "2018-10-06T04:49:54Z", "updated_at": "2018-10-06T04:49:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "revision_number": 0, "id": "14528e82-e0a0-480a-a691-e9aa493601b6", "remote_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4342206f5454c29a7d921bef13c8b12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "revision_number": 0, "id": "aad4ee26-a1b8-43a2-91d5-5cb3f188e79b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4342206f5454c29a7d921bef13c8b12"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "revision_number": 0, "id": "db4a5272-56f0-4c2c-8983-62d665d78360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4342206f5454c29a7d921bef13c8b12"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "revision_number": 0, "id": "e66e9490-722b-49f6-9f44-c03234d5c8f3", "remote_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "remote_ip_prefix": null, "created_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4342206f5454c29a7d921bef13c8b12"}], "revision_number": 4, "project_id": "b4342206f5454c29a7d921bef13c8b12", "id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:50:29,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-c9e0a9ca-7c3f-4bcb-a298-1a3c88bf1f16 2018-10-06 04:50:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:29,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336f1cbb-3189-42da-a5e6-3d82fcdf661b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:50:29,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-336f1cbb-3189-42da-a5e6-3d82fcdf661b 2018-10-06 04:50:29,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757a7ac7-33af-4a42-b120-1f95b1bab8e3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12"}, "enabled": true, "id": "b4342206f5454c29a7d921bef13c8b12", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj"}} 2018-10-06 04:50:30,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-757a7ac7-33af-4a42-b120-1f95b1bab8e3 2018-10-06 04:50:30,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7701abb3-08b8-421a-bd7d-a0f94a85605e 2018-10-06 04:50:30,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7701abb3-08b8-421a-bd7d-a0f94a85605e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7d08d042-7133-4de7-b2b0-7792b2e782e8 Date: Sat, 06 Oct 2018 04:50:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "port_range_min": null, "revision_number": 0, "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "created_at": "2018-10-06T04:49:54Z", "project_id": "b4342206f5454c29a7d921bef13c8b12", "id": "14528e82-e0a0-480a-a691-e9aa493601b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "port_range_min": null, "revision_number": 0, "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "created_at": "2018-10-06T04:49:54Z", "project_id": "b4342206f5454c29a7d921bef13c8b12", "id": "aad4ee26-a1b8-43a2-91d5-5cb3f188e79b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "port_range_min": null, "revision_number": 0, "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "created_at": "2018-10-06T04:49:54Z", "project_id": "b4342206f5454c29a7d921bef13c8b12", "id": "db4a5272-56f0-4c2c-8983-62d665d78360"}, {"remote_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:49:54Z", "security_group_id": "7701abb3-08b8-421a-bd7d-a0f94a85605e", "port_range_min": null, "revision_number": 0, "tenant_id": "b4342206f5454c29a7d921bef13c8b12", "created_at": "2018-10-06T04:49:54Z", "project_id": "b4342206f5454c29a7d921bef13c8b12", "id": "e66e9490-722b-49f6-9f44-c03234d5c8f3"}]} 2018-10-06 04:50:30,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=7701abb3-08b8-421a-bd7d-a0f94a85605e used request id req-7d08d042-7133-4de7-b2b0-7792b2e782e8 2018-10-06 04:50:30,221 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:50:30,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/7701abb3-08b8-421a-bd7d-a0f94a85605e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,525 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-370df231-cde6-4c5b-ade0-cead2359e7ab Content-Length: 0 Date: Sat, 06 Oct 2018 04:50:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:50:30,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/7701abb3-08b8-421a-bd7d-a0f94a85605e used request id req-370df231-cde6-4c5b-ade0-cead2359e7ab 2018-10-06 04:50:30,526 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj 2018-10-06 04:50:30,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92777543-99f1-4ec6-81ce-066515023b54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:50:30,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/b4342206f5454c29a7d921bef13c8b12 used request id req-92777543-99f1-4ec6-81ce-066515023b54 2018-10-06 04:50:30,738 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-proj-role 2018-10-06 04:50:30,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ed451bf-a841-4638-b087-e97f28cdda8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:50:30,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cbad2de7ae1243989930cf24c7a6946f used request id req-3ed451bf-a841-4638-b087-e97f28cdda8b 2018-10-06 04:50:30,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abb48d1c06f7f151158a38891495ed20506e6b6" 2018-10-06 04:50:30,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a3a3f5-076f-4ab4-9bc8-e1bcf7c13e19 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:50:30,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-07a3a3f5-076f-4ab4-9bc8-e1bcf7c13e19 2018-10-06 04:50:30,947 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-af0de787-2d3b-4c0-user 2018-10-06 04:50:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/7bee37c6f9d14b81ad58b7e78d25c71e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d4aa21ace857eefc77eb2c5dce615018eef6cf" 2018-10-06 04:50:31,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21084e09-6827-411a-ba57-772d3f67e936 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:50:31,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7bee37c6f9d14b81ad58b7e78d25c71e used request id req-21084e09-6827-411a-ba57-772d3f67e936 2018-10-06 04:50:31,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:31,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:50:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["fGQWlOMCRV-vYF15qgIxrg"], "issued_at": "2018-10-06T04:50:31.000000Z"}} 2018-10-06 04:50:31,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd3bfb2a3c71a669c985f412da5884ba289314f7" 2018-10-06 04:50:31,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb1cf07-f830-474f-9cee-2dc78f9d3276 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:31,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2fb1cf07-f830-474f-9cee-2dc78f9d3276 2018-10-06 04:50:31,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:31,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:32,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["7GtNr1ohQVWJgCqHHD6efA"], "issued_at": "2018-10-06T04:50:32.000000Z"}} 2018-10-06 04:50:32,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:32,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff1ddd9-0c43-4692-a807-46cd5f9de145 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:32,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dff1ddd9-0c43-4692-a807-46cd5f9de145 2018-10-06 04:50:32,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:50:32,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:50:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:32,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a9a062-dcb0-4d6a-9de9-b23acc666524 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:50:32,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj used request id req-a4a9a062-dcb0-4d6a-9de9-b23acc666524 2018-10-06 04:50:32,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:32,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-656c3fa5-9af4-49e2-aaca-2b4a8db28a69 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:50:32,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-656c3fa5-9af4-49e2-aaca-2b4a8db28a69 2018-10-06 04:50:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}}' 2018-10-06 04:50:32,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5767237-f4b7-46a2-ac1b-dc051537bcf6 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:32,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d5767237-f4b7-46a2-ac1b-dc051537bcf6 2018-10-06 04:50:32,466 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-proj 2018-10-06 04:50:32,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:32,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:32,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["GJSZ9pwYQP6BI8PW2hJAwA"], "issued_at": "2018-10-06T04:50:32.000000Z"}} 2018-10-06 04:50:32,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf728ccea861020e3aff1745412dca01ee4d33f" 2018-10-06 04:50:33,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667baeed-21fe-4a9b-a71c-f7096fa94abc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:33,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-667baeed-21fe-4a9b-a71c-f7096fa94abc 2018-10-06 04:50:33,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:50:33,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:50:33,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf728ccea861020e3aff1745412dca01ee4d33f" 2018-10-06 04:50:33,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127af31a-1045-4a55-a741-7238dc967bd3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:50:33,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-127af31a-1045-4a55-a741-7238dc967bd3 2018-10-06 04:50:33,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf728ccea861020e3aff1745412dca01ee4d33f" 2018-10-06 04:50:33,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34248aa9-5dcd-4dc9-bc43-d6a5734eed0a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}]} 2018-10-06 04:50:33,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-2d307b4e-7299-475-proj used request id req-34248aa9-5dcd-4dc9-bc43-d6a5734eed0a 2018-10-06 04:50:33,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf728ccea861020e3aff1745412dca01ee4d33f" 2018-10-06 04:50:33,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c39cdaf-ee31-4ff4-a3a8-826247e4ab9b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:50:33,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5c39cdaf-ee31-4ff4-a3a8-826247e4ab9b 2018-10-06 04:50:33,621 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-user 2018-10-06 04:50:33,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:33,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:33,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c45780b-1efe-4abd-ab8b-923915b1235c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:50:33,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4c45780b-1efe-4abd-ab8b-923915b1235c 2018-10-06 04:50:33,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" -d '{"role": {"name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}}' 2018-10-06 04:50:33,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba1d39b4-03b2-4640-a740-58cf018cf7df Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "35517f9f7570417d82a22fd64a83d8b1", "links": {"self": "http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1"}, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}} 2018-10-06 04:50:33,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ba1d39b4-03b2-4640-a740-58cf018cf7df 2018-10-06 04:50:33,825 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role 2018-10-06 04:50:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:33,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6620254e-b5b8-44d1-bb3f-3f9e02c77c4b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role", "id": "35517f9f7570417d82a22fd64a83d8b1"}} 2018-10-06 04:50:33,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1 used request id req-6620254e-b5b8-44d1-bb3f-3f9e02c77c4b 2018-10-06 04:50:33,917 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role to project CreateInstancePortManipulationTests-2d307b4e-7299-475-proj 2018-10-06 04:50:33,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051/users/96a23de9c37a4512868d20e95544b871/roles/35517f9f7570417d82a22fd64a83d8b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:50:34,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d745f1f7-bb3c-445c-9b7e-864505cdc8ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:50:34,049 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051/users/96a23de9c37a4512868d20e95544b871/roles/35517f9f7570417d82a22fd64a83d8b1 used request id req-d745f1f7-bb3c-445c-9b7e-864505cdc8ae 2018-10-06 04:50:34,050 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:50:34,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:34,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:34,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "35517f9f7570417d82a22fd64a83d8b1", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}], "expires_at": "2018-10-06T05:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-user", "id": "96a23de9c37a4512868d20e95544b871"}, "audit_ids": ["tedplxfJS_S_e9I0dIVwhA"], "issued_at": "2018-10-06T04:50:34.000000Z"}} 2018-10-06 04:50:34,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:34,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c680ef-4e48-4231-8850-7c0dc67ce9d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:34,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46c680ef-4e48-4231-8850-7c0dc67ce9d3 2018-10-06 04:50:34,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:34,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-8ef534c5-819d-4e29-8a60-57f6da730099 Date: Sat, 06 Oct 2018 04:50:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image"} 2018-10-06 04:50:34,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image used request id req-8ef534c5-819d-4e29-8a60-57f6da730099 2018-10-06 04:50:34,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:34,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-905d40e2-47be-478a-a4ee-a2407e21402b Date: Sat, 06 Oct 2018 04:50: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", "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-10-06 04:50:34,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-905d40e2-47be-478a-a4ee-a2407e21402b 2018-10-06 04:50:34,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image"}' 2018-10-06 04:50:35,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 X-Openstack-Request-Id: req-a55ffcac-dfcb-479f-9d00-3bfdcbd9c442 Date: Sat, 06 Oct 2018 04:50:35 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:50:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:50:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "min_disk": 0, "protected": false, "id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "file": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file", "checksum": null, "owner": "8340c0e9a0fe4ebab8acf79bfb086051", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:50:35,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a55ffcac-dfcb-479f-9d00-3bfdcbd9c442 2018-10-06 04:50:35,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" -d '' 2018-10-06 04:50:36,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48ba9213-db89-4150-8da8-c9b52fb3c3ba Date: Sat, 06 Oct 2018 04:50:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:50:36,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file used request id req-48ba9213-db89-4150-8da8-c9b52fb3c3ba 2018-10-06 04:50:36,146 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:50:36,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:36,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-61f4cdbc-e0c6-43d4-a9c5-43e2a40322fa Date: Sat, 06 Oct 2018 04:50:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:50:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:50:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "metadata": {}}], "self": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "min_disk": 0, "protected": false, "id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "file": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8340c0e9a0fe4ebab8acf79bfb086051", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:50:36,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 used request id req-61f4cdbc-e0c6-43d4-a9c5-43e2a40322fa 2018-10-06 04:50:36,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:36,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f1170d98-3406-4d5b-b5ae-47922d04fd95 Date: Sat, 06 Oct 2018 04:50: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", "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-10-06 04:50:36,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-f1170d98-3406-4d5b-b5ae-47922d04fd95 2018-10-06 04:50:36,463 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image 2018-10-06 04:50:36,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:50:36,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2559ff54-f309-4d03-9eee-cf42b88a1516 Date: Sat, 06 Oct 2018 04:50:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:50:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:50:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "metadata": {}}], "self": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "min_disk": 0, "protected": false, "id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "file": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8340c0e9a0fe4ebab8acf79bfb086051", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:50:36,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 used request id req-2559ff54-f309-4d03-9eee-cf42b88a1516 2018-10-06 04:50:36,714 - create_image - DEBUG - Instance status is - active 2018-10-06 04:50:36,714 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image 2018-10-06 04:50:36,715 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image 2018-10-06 04:50:36,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:36,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:37,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "35517f9f7570417d82a22fd64a83d8b1", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}], "expires_at": "2018-10-06T05:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-user", "id": "96a23de9c37a4512868d20e95544b871"}, "audit_ids": ["NVfO8pmHTbiU7QBwE-oWbA"], "issued_at": "2018-10-06T04:50:37.000000Z"}} 2018-10-06 04:50:37,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:37,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5790ad54-3c75-4125-96bc-d830770f27bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:37,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5790ad54-3c75-4125-96bc-d830770f27bc 2018-10-06 04:50:37,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:37,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9f158567-570d-4192-a7cd-6967bde40d4b Date: Sat, 06 Oct 2018 04:50:37 GMT RESP BODY: {"networks":[]} 2018-10-06 04:50:37,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-9f158567-570d-4192-a7cd-6967bde40d4b 2018-10-06 04:50:37,350 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net 2018-10-06 04:50:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" -d '{"network": {"name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net", "admin_state_up": true}}' 2018-10-06 04:50:37,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-6d12eec7-7408-4385-aeb2-0c5764742cdf Date: Sat, 06 Oct 2018 04:50:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:50:37Z","is_default":false,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","mtu":1450}} 2018-10-06 04:50:37,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6d12eec7-7408-4385-aeb2-0c5764742cdf 2018-10-06 04:50:37,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:38,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0eb6498d-64cf-47f4-b7b3-091bc82d4784 Date: Sat, 06 Oct 2018 04:50: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-10-06T04:50:37Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:38,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-0eb6498d-64cf-47f4-b7b3-091bc82d4784 2018-10-06 04:50:38,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:38,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-98c2eeb7-c433-4071-9be3-f8d3f4d4262e Date: Sat, 06 Oct 2018 04:50:38 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:50:38,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-98c2eeb7-c433-4071-9be3-f8d3f4d4262e 2018-10-06 04:50:38,295 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet 2018-10-06 04:50:38,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" -d '{"subnets": [{"ip_version": 4, "network_id": "341ffe65-af9b-4fc6-8e8b-7939706b2896", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]}' 2018-10-06 04:50:38,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95cefeb2-6461-40f1-8e09-01c6ca541d2e Date: Sat, 06 Oct 2018 04:50:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:38,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-95cefeb2-6461-40f1-8e09-01c6ca541d2e 2018-10-06 04:50:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:39,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e3313e4e-a0f7-465d-a1fe-1bb67f0bb366 Date: Sat, 06 Oct 2018 04: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:39,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-e3313e4e-a0f7-465d-a1fe-1bb67f0bb366 2018-10-06 04:50:39,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:50:39,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c7ea2872-7af7-4710-9e4b-04a62a6870c5 Date: Sat, 06 Oct 2018 04:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:39,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-c7ea2872-7af7-4710-9e4b-04a62a6870c5 2018-10-06 04:50:39,249 - OpenStackNetwork - DEBUG - Network [341ffe65-af9b-4fc6-8e8b-7939706b2896] created successfully 2018-10-06 04:50:39,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:39,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:39,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Q0FVv1HAQmKnZfOQdLonHA"], "issued_at": "2018-10-06T04:50:39.000000Z"}} 2018-10-06 04:50:39,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d20e4c0645a80dceed7b25c3156fec93520318f" 2018-10-06 04:50:39,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17300b4e-4628-4bcd-8735-f6aa05699f9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:39,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-17300b4e-4628-4bcd-8735-f6aa05699f9a 2018-10-06 04:50:39,720 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:50:39,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d20e4c0645a80dceed7b25c3156fec93520318f" 2018-10-06 04:50:39,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-134efe49-86df-4e22-b933-90d6163997c5 x-compute-request-id: req-134efe49-86df-4e22-b933-90d6163997c5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:50:39,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-134efe49-86df-4e22-b933-90d6163997c5 2018-10-06 04:50:39,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d20e4c0645a80dceed7b25c3156fec93520318f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-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-10-06 04:50:39,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-1426c546-caff-4a9e-a1eb-065d4a18de59 x-compute-request-id: req-1426c546-caff-4a9e-a1eb-065d4a18de59 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:50:39,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1426c546-caff-4a9e-a1eb-065d4a18de59 2018-10-06 04:50:39,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:39,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:40,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "35517f9f7570417d82a22fd64a83d8b1", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}], "expires_at": "2018-10-06T05:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-user", "id": "96a23de9c37a4512868d20e95544b871"}, "audit_ids": ["oHpC_zfjS06p-FYhYAwcfg"], "issued_at": "2018-10-06T04:50:40.000000Z"}} 2018-10-06 04:50:40,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:40,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e5421a4-da69-4725-a39c-54f8d6537e4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:40,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e5421a4-da69-4725-a39c-54f8d6537e4b 2018-10-06 04:50:40,405 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:50:40,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:40,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7956fe-5c04-4555-a345-a0b68e632fec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:40,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8b7956fe-5c04-4555-a345-a0b68e632fec 2018-10-06 04:50:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:40,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1f0d7dab-8efb-4fa1-a146-43fccedeb9be Date: Sat, 06 Oct 2018 04: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:40,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-1f0d7dab-8efb-4fa1-a146-43fccedeb9be 2018-10-06 04:50:40,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:50:40,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:50:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:50:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:40,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5685b669-bc0d-4346-ae6d-851aa53f6259 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:40,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-5685b669-bc0d-4346-ae6d-851aa53f6259 2018-10-06 04:50:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:41,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ad8eabdc-a512-4955-8e46-452028e8899f Date: Sat, 06 Oct 2018 04:50:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:41,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-ad8eabdc-a512-4955-8e46-452028e8899f 2018-10-06 04:50:41,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:41,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5365005-516e-4d1b-9590-a7a6efe25311 Date: Sat, 06 Oct 2018 04:50:41 GMT RESP BODY: {"ports":[]} 2018-10-06 04:50:41,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True used request id req-a5365005-516e-4d1b-9590-a7a6efe25311 2018-10-06 04:50:41,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:41,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b63a60a7-8b59-4d24-8d1e-3b31070d3c28 x-compute-request-id: req-b63a60a7-8b59-4d24-8d1e-3b31070d3c28 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:50:41,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst used request id req-b63a60a7-8b59-4d24-8d1e-3b31070d3c28 2018-10-06 04:50:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:41,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-74fcff13-c2a4-4216-bdc6-062c323f2468 Date: Sat, 06 Oct 2018 04:50: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:41,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-74fcff13-c2a4-4216-bdc6-062c323f2468 2018-10-06 04:50:41,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:41,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664ee0fb-33c4-464f-adc8-342a08efbe39 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:41,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-664ee0fb-33c4-464f-adc8-342a08efbe39 2018-10-06 04:50:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:42,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-81443b33-97f1-43b9-a3ed-109ce0e349c5 Date: Sat, 06 Oct 2018 04:50:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:42,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-81443b33-97f1-43b9-a3ed-109ce0e349c5 2018-10-06 04:50:42,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:42,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-06c32488-608f-419f-a0d9-74f6d27c3892 Date: Sat, 06 Oct 2018 04:50:42 GMT RESP BODY: {"ports":[]} 2018-10-06 04:50:42,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True used request id req-06c32488-608f-419f-a0d9-74f6d27c3892 2018-10-06 04:50:42,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:50:42,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:50:42,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "35517f9f7570417d82a22fd64a83d8b1", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role"}], "expires_at": "2018-10-06T05:50:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8340c0e9a0fe4ebab8acf79bfb086051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-user", "id": "96a23de9c37a4512868d20e95544b871"}, "audit_ids": ["C-gGGfIXRa2ASUpX3mx_Jw"], "issued_at": "2018-10-06T04:50:42.000000Z"}} 2018-10-06 04:50:42,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d19a0a254bd9bb68a8ffb5b317625fa7916120f" 2018-10-06 04:50:42,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93dd3e52-d7c4-4e4a-b70b-4b29bd2485e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:50:42,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-93dd3e52-d7c4-4e4a-b70b-4b29bd2485e5 2018-10-06 04:50:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:42,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c2bb0841-82b8-4983-b2a6-aefd20632c12 Date: Sat, 06 Oct 2018 04:50: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:42,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-c2bb0841-82b8-4983-b2a6-aefd20632c12 2018-10-06 04:50:42,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:43,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d112906a-b1ee-489b-8d4f-c690699b966b Date: Sat, 06 Oct 2018 04:50:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:43,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-d112906a-b1ee-489b-8d4f-c690699b966b 2018-10-06 04:50:43,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:43,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-767fa540-6af0-49e2-9f2a-31d6863320af Date: Sat, 06 Oct 2018 04:50: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:43,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-767fa540-6af0-49e2-9f2a-31d6863320af 2018-10-06 04:50:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:50:43,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:50:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:50:43,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d19a0a254bd9bb68a8ffb5b317625fa7916120f" 2018-10-06 04:50:43,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7878a02b-bfc8-4cc2-a962-abe8efbdb3d0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:43,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-7878a02b-bfc8-4cc2-a962-abe8efbdb3d0 2018-10-06 04:50:43,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:43,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dad276ba-ffe9-46c5-8538-5968ac1231e9 Date: Sat, 06 Oct 2018 04:50:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:43,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-dad276ba-ffe9-46c5-8538-5968ac1231e9 2018-10-06 04:50:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:43,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0dfdafde-b886-4a18-89cc-2349d72a8042 Date: Sat, 06 Oct 2018 04:50:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:43,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet used request id req-0dfdafde-b886-4a18-89cc-2349d72a8042 2018-10-06 04:50:43,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:43,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cae58f85-8709-44c9-a095-723f7141e791 Date: Sat, 06 Oct 2018 04:50:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:43,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet used request id req-cae58f85-8709-44c9-a095-723f7141e791 2018-10-06 04:50:43,590 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net 2018-10-06 04:50:43,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" -d '{"port": {"network_id": "341ffe65-af9b-4fc6-8e8b-7939706b2896", "fixed_ips": [{"subnet_id": "9b5df185-a890-4172-8320-1ce925ba0b68", "ip_address": "10.55.0.101"}, {"subnet_id": "9b5df185-a890-4172-8320-1ce925ba0b68", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1", "admin_state_up": true}}' 2018-10-06 04:50:44,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-28cb9804-8667-4b84-865c-421cd5749f6f Date: Sat, 06 Oct 2018 04:50:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.101"},{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.102"}],"id":"c546086e-012c-49bc-b325-a04df21f6b02","security_groups":["1dfefe23-ed36-44bd-9e0d-31952161a312"],"mac_address":"fa:16:3e:df:08:a5","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","qos_policy_id":null,"admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:44Z","binding:vnic_type":"normal"}} 2018-10-06 04:50:44,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-28cb9804-8667-4b84-865c-421cd5749f6f 2018-10-06 04:50:44,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5f26559d-75c9-4b73-bba2-4b98cfdff1c3 Date: Sat, 06 Oct 2018 04:50: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:45,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-5f26559d-75c9-4b73-bba2-4b98cfdff1c3 2018-10-06 04:50:45,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0766e50d-6aab-4ea5-851c-fc92c2773b94 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:45,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-0766e50d-6aab-4ea5-851c-fc92c2773b94 2018-10-06 04:50:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9cef0442-f5d4-456d-ada0-51275a846cb7 Date: Sat, 06 Oct 2018 04:50:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:45,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-9cef0442-f5d4-456d-ada0-51275a846cb7 2018-10-06 04:50:45,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-fbf3b543-bec9-432d-a832-5f29bdbcb89b Date: Sat, 06 Oct 2018 04:50:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.101"},{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.102"}],"id":"c546086e-012c-49bc-b325-a04df21f6b02","security_groups":["1dfefe23-ed36-44bd-9e0d-31952161a312"],"mac_address":"fa:16:3e:df:08:a5","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1","admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:50:45,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1&admin_state_up=True used request id req-fbf3b543-bec9-432d-a832-5f29bdbcb89b 2018-10-06 04:50:45,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c908388f-0ce6-4600-9290-d9377e24630a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:45,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-c908388f-0ce6-4600-9290-d9377e24630a 2018-10-06 04:50:45,614 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst 2018-10-06 04:50:45,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-211aadee-d58b-4e61-84e6-e9f9333c5059 x-compute-request-id: req-211aadee-d58b-4e61-84e6-e9f9333c5059 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-flavor-name"}]} 2018-10-06 04:50:45,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-211aadee-d58b-4e61-84e6-e9f9333c5059 2018-10-06 04:50:45,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-9c7a2e66-4a49-4c9f-8c7c-55af477397ec x-compute-request-id: req-9c7a2e66-4a49-4c9f-8c7c-55af477397ec Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:50:45,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e used request id req-9c7a2e66-4a49-4c9f-8c7c-55af477397ec 2018-10-06 04:50:45,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-2c3f8499-10e1-4df3-98ac-e3c1b5db19e7 Date: Sat, 06 Oct 2018 04:50:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:50:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:50:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "metadata": {}}], "self": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "min_disk": 0, "protected": false, "id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "file": "/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8340c0e9a0fe4ebab8acf79bfb086051", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image"} 2018-10-06 04:50:45,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image used request id req-2c3f8499-10e1-4df3-98ac-e3c1b5db19e7 2018-10-06 04:50:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:45,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e0f8717-6f53-4ddf-8a58-89c175b5e1be Date: Sat, 06 Oct 2018 04:50:45 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", "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-10-06 04:50:45,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9e0f8717-6f53-4ddf-8a58-89c175b5e1be 2018-10-06 04:50:46,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" -d '{"server": {"name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "imageRef": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "flavorRef": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "max_count": 1, "min_count": 1, "networks": [{"port": "c546086e-012c-49bc-b325-a04df21f6b02"}]}}' 2018-10-06 04:50:47,724 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:50:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-90e22363-e648-4f64-bdb7-83dc4f94e2b6 x-compute-request-id: req-90e22363-e648-4f64-bdb7-83dc4f94e2b6 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "adminPass": "7wRi8beAT3SA"}} 2018-10-06 04:50:47,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-90e22363-e648-4f64-bdb7-83dc4f94e2b6 2018-10-06 04:50:47,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:47,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-1ef481e2-55da-4fbb-a31a-c06699e6c271 x-compute-request-id: req-1ef481e2-55da-4fbb-a31a-c06699e6c271 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:47,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-1ef481e2-55da-4fbb-a31a-c06699e6c271 2018-10-06 04:50:47,803 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst 2018-10-06 04:50:47,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:48,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-944e200c-173e-4e99-9796-d377e756bf47 x-compute-request-id: req-944e200c-173e-4e99-9796-d377e756bf47 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:48,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-944e200c-173e-4e99-9796-d377e756bf47 2018-10-06 04:50:48,179 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst] is - BUILD 2018-10-06 04:50:48,179 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:51,182 - create_instance - DEBUG - VM status query timeout in 896.621186018 2018-10-06 04:50:51,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:51,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-477472eb-8555-4172-af1f-ef91ffc564a5 x-compute-request-id: req-477472eb-8555-4172-af1f-ef91ffc564a5 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.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "security_groups": [{"name": "default"}], "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:50:48Z", "hostId": "9891dcd47ae1e6106b14093a21ce912cd578690c71a5af4cdb18f724", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:51,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-477472eb-8555-4172-af1f-ef91ffc564a5 2018-10-06 04:50:51,925 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst] is - BUILD 2018-10-06 04:50:51,925 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:50:54,928 - create_instance - DEBUG - VM status query timeout in 892.874860048 2018-10-06 04:50:54,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:55,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ecc901c-8f64-4e24-9361-4afff166fd26 x-compute-request-id: req-0ecc901c-8f64-4e24-9361-4afff166fd26 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:49.000000", "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "security_groups": [{"name": "default"}], "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:53Z", "hostId": "9891dcd47ae1e6106b14093a21ce912cd578690c71a5af4cdb18f724", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:55,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-0ecc901c-8f64-4e24-9361-4afff166fd26 2018-10-06 04:50:55,416 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst] is - ACTIVE 2018-10-06 04:50:55,417 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:50:55,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:55,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50: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-d8a3d5f7-69b5-47c4-b32a-eada27e7a293 x-compute-request-id: req-d8a3d5f7-69b5-47c4-b32a-eada27e7a293 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:49.000000", "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "security_groups": [{"name": "default"}], "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:53Z", "hostId": "9891dcd47ae1e6106b14093a21ce912cd578690c71a5af4cdb18f724", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:55,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-d8a3d5f7-69b5-47c4-b32a-eada27e7a293 2018-10-06 04:50:55,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:56,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6d0144f2-d158-49ab-8ca3-edca8311518f Date: Sat, 06 Oct 2018 04:50: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":["9b5df185-a890-4172-8320-1ce925ba0b68"],"updated_at":"2018-10-06T04:50:38Z","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8340c0e9a0fe4ebab8acf79bfb086051","id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net"}]} 2018-10-06 04:50:56,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net used request id req-6d0144f2-d158-49ab-8ca3-edca8311518f 2018-10-06 04:50:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:56,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ded052-420c-40a1-98e5-9cac25b12a6d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:50:56,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-16ded052-420c-40a1-98e5-9cac25b12a6d 2018-10-06 04:50:56,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:56,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-029a9147-1501-4a63-86fc-8380893b4fb8 Date: Sat, 06 Oct 2018 04:50:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:38Z","dns_nameservers":[],"updated_at":"2018-10-06T04:50: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":"8340c0e9a0fe4ebab8acf79bfb086051","id":"9b5df185-a890-4172-8320-1ce925ba0b68","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet"}]} 2018-10-06 04:50:56,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-029a9147-1501-4a63-86fc-8380893b4fb8 2018-10-06 04:50:56,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:56,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-9d7c5109-3806-43c3-8999-1389844f6298 Date: Sat, 06 Oct 2018 04:50:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.4"}],"id":"08f0231d-94b6-41e4-a60d-87d2da9334fb","security_groups":[],"mac_address":"fa:16:3e:2e:6e:c5","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-341ffe65-af9b-4fc6-8e8b-7939706b2896"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.3"}],"id":"427ed987-3b4b-4a6f-8f59-1a5fea0f9fe0","security_groups":[],"mac_address":"fa:16:3e:47:48:3b","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-341ffe65-af9b-4fc6-8e8b-7939706b2896"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.2"}],"id":"91ea3432-119d-41d3-848c-bb098d7a34bd","security_groups":[],"mac_address":"fa:16:3e:fd:ac:96","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-341ffe65-af9b-4fc6-8e8b-7939706b2896"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:50:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.101"},{"subnet_id":"9b5df185-a890-4172-8320-1ce925ba0b68","ip_address":"10.55.0.102"}],"id":"c546086e-012c-49bc-b325-a04df21f6b02","security_groups":["1dfefe23-ed36-44bd-9e0d-31952161a312"],"mac_address":"fa:16:3e:df:08:a5","project_id":"8340c0e9a0fe4ebab8acf79bfb086051","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1","admin_state_up":true,"network_id":"341ffe65-af9b-4fc6-8e8b-7939706b2896","tenant_id":"8340c0e9a0fe4ebab8acf79bfb086051","created_at":"2018-10-06T04:50:44Z","binding:vnic_type":"normal","device_id":"6ad0e2bf-85fa-4350-8690-f28729848588"}]} 2018-10-06 04:50:56,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-9d7c5109-3806-43c3-8999-1389844f6298 2018-10-06 04:50:56,482 - create_instance - INFO - Deleting Port with ID - c546086e-012c-49bc-b325-a04df21f6b02 2018-10-06 04:50:56,482 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2port-1 2018-10-06 04:50:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/c546086e-012c-49bc-b325-a04df21f6b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:56,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c0485ba-1a62-41a7-9eb0-b9ccf712c693 Date: Sat, 06 Oct 2018 04:50:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:50:56,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/c546086e-012c-49bc-b325-a04df21f6b02 used request id req-7c0485ba-1a62-41a7-9eb0-b9ccf712c693 2018-10-06 04:50:56,937 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst 2018-10-06 04:50:56,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:57,089 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:50: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-f499640d-2f7e-45e6-b024-41fbfcc93854 x-compute-request-id: req-f499640d-2f7e-45e6-b024-41fbfcc93854 Content-Type: application/json 2018-10-06 04:50:57,089 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-f499640d-2f7e-45e6-b024-41fbfcc93854 2018-10-06 04:50:57,090 - create_instance - INFO - Checking deletion status 2018-10-06 04:50:57,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:50:57,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-332261e8-0afc-4ec6-8b7f-eb8a44f8ad1a x-compute-request-id: req-332261e8-0afc-4ec6-8b7f-eb8a44f8ad1a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:08:a5", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6ad0e2bf-85fa-4350-8690-f28729848588", "rel": "bookmark"}], "image": {"id": "5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "links": [{"href": "http://172.30.9.29:8774/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:50:49.000000", "flavor": {"id": "fe32d0e1-ad5d-430d-a7c3-d104b609141e", "links": [{"href": "http://172.30.9.29:8774/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e", "rel": "bookmark"}]}, "id": "6ad0e2bf-85fa-4350-8690-f28729848588", "user_id": "96a23de9c37a4512868d20e95544b871", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:50:57Z", "hostId": "9891dcd47ae1e6106b14093a21ce912cd578690c71a5af4cdb18f724", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst", "created": "2018-10-06T04:50:47Z", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:50:57,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-332261e8-0afc-4ec6-8b7f-eb8a44f8ad1a 2018-10-06 04:50:57,484 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst] is - ACTIVE 2018-10-06 04:50:57,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:00,488 - create_instance - DEBUG - VM status query timeout in 296.60235405 2018-10-06 04:51:00,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efda9ec70907f94047cef31140d6f559cb53fe94" 2018-10-06 04:51:00,547 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:51: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-5093e2e5-d116-4560-9945-689a922c3b6c x-compute-request-id: req-5093e2e5-d116-4560-9945-689a922c3b6c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6ad0e2bf-85fa-4350-8690-f28729848588 could not be found.", "code": 404}} 2018-10-06 04:51:00,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6ad0e2bf-85fa-4350-8690-f28729848588 used request id req-5093e2e5-d116-4560-9945-689a922c3b6c 2018-10-06 04:51:00,547 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6ad0e2bf-85fa-4350-8690-f28729848588 could not be found. (HTTP 404) (Request-ID: req-5093e2e5-d116-4560-9945-689a922c3b6c) 2018-10-06 04:51:00,547 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-inst 2018-10-06 04:51:00,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d20e4c0645a80dceed7b25c3156fec93520318f" 2018-10-06 04:51:00,605 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:51: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-f5af20dd-8a08-4434-9861-3d77a35977b5 x-compute-request-id: req-f5af20dd-8a08-4434-9861-3d77a35977b5 Content-Length: 0 Content-Type: application/json 2018-10-06 04:51:00,605 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/fe32d0e1-ad5d-430d-a7c3-d104b609141e used request id req-f5af20dd-8a08-4434-9861-3d77a35977b5 2018-10-06 04:51:00,606 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet 2018-10-06 04:51:00,606 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-subnet 2018-10-06 04:51:00,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9b5df185-a890-4172-8320-1ce925ba0b68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:51:02,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b0b9c17-3bc4-40dd-90be-e66d5387a6ec Date: Sat, 06 Oct 2018 04:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:02,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9b5df185-a890-4172-8320-1ce925ba0b68 used request id req-7b0b9c17-3bc4-40dd-90be-e66d5387a6ec 2018-10-06 04:51:02,893 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-pub-net 2018-10-06 04:51:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/341ffe65-af9b-4fc6-8e8b-7939706b2896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72d493ef126ae4761184e0a32c60d3d222ab81de" 2018-10-06 04:51:04,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8be57056-985b-492d-baa0-06b5e94187e7 Date: Sat, 06 Oct 2018 04:51:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:04,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/341ffe65-af9b-4fc6-8e8b-7939706b2896 used request id req-8be57056-985b-492d-baa0-06b5e94187e7 2018-10-06 04:51:04,330 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-167667cf-4a1d-452d-b40a-1af7eb7c03b2-image 2018-10-06 04:51:04,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd5fa7a61cd129a6f9182cb9b31581d566304de6" 2018-10-06 04:51:05,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aedec5ee-c7ec-4da2-9fa9-e5bdb1f49994 Date: Sat, 06 Oct 2018 04:51:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:51:05,998 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5d510b1a-9c63-4a46-8c7c-229f01e3ee69 used request id req-aedec5ee-c7ec-4da2-9fa9-e5bdb1f49994 2018-10-06 04:51:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:06,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dfc7a08b-2f14-41fa-a1ae-39978bbe8e86 Date: Sat, 06 Oct 2018 04:51:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "created_at": "2018-10-06T04:50:37Z", "updated_at": "2018-10-06T04:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "revision_number": 0, "id": "21c2fed2-3693-4cba-81e8-3ae7bdfda84f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "port_range_min": null, "ethertype": "IPv6", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "revision_number": 0, "id": "26d0f439-8a23-471e-aa5b-15d90b2857e7", "remote_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "remote_ip_prefix": null, "created_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "port_range_min": null, "ethertype": "IPv4", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "revision_number": 0, "id": "70d2e487-78e3-4702-bdce-8c3812e8112c", "remote_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "remote_ip_prefix": null, "created_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "port_range_min": null, "ethertype": "IPv6", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "revision_number": 0, "id": "87427140-500d-4a18-810b-328c6b5d8c2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "port_range_min": null, "ethertype": "IPv4", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051"}], "revision_number": 4, "project_id": "8340c0e9a0fe4ebab8acf79bfb086051", "id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:51:06,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-dfc7a08b-2f14-41fa-a1ae-39978bbe8e86 2018-10-06 04:51:06,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:06,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0172d4b-6ce9-41d4-8347-9415f61c4bbe Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:51:06,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-f0172d4b-6ce9-41d4-8347-9415f61c4bbe 2018-10-06 04:51:06,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:06,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460bac75-d11b-43fb-b772-2ad960d89603 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051"}, "enabled": true, "id": "8340c0e9a0fe4ebab8acf79bfb086051", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2d307b4e-7299-475-proj"}} 2018-10-06 04:51:06,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-460bac75-d11b-43fb-b772-2ad960d89603 2018-10-06 04:51:06,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1dfefe23-ed36-44bd-9e0d-31952161a312 2018-10-06 04:51:06,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1dfefe23-ed36-44bd-9e0d-31952161a312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:06,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7c895c83-2bc4-4285-813d-af61ec09a4a9 Date: Sat, 06 Oct 2018 04:51: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-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "port_range_min": null, "revision_number": 0, "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "created_at": "2018-10-06T04:50:37Z", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051", "id": "21c2fed2-3693-4cba-81e8-3ae7bdfda84f"}, {"remote_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "port_range_min": null, "revision_number": 0, "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "created_at": "2018-10-06T04:50:37Z", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051", "id": "26d0f439-8a23-471e-aa5b-15d90b2857e7"}, {"remote_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "port_range_min": null, "revision_number": 0, "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "created_at": "2018-10-06T04:50:37Z", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051", "id": "70d2e487-78e3-4702-bdce-8c3812e8112c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:50:37Z", "security_group_id": "1dfefe23-ed36-44bd-9e0d-31952161a312", "port_range_min": null, "revision_number": 0, "tenant_id": "8340c0e9a0fe4ebab8acf79bfb086051", "created_at": "2018-10-06T04:50:37Z", "project_id": "8340c0e9a0fe4ebab8acf79bfb086051", "id": "87427140-500d-4a18-810b-328c6b5d8c2c"}]} 2018-10-06 04:51:06,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=1dfefe23-ed36-44bd-9e0d-31952161a312 used request id req-7c895c83-2bc4-4285-813d-af61ec09a4a9 2018-10-06 04:51:06,603 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:51:06,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/1dfefe23-ed36-44bd-9e0d-31952161a312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:06,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0012c638-a7b1-4553-9833-5722123adffe Content-Length: 0 Date: Sat, 06 Oct 2018 04:51:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:06,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/1dfefe23-ed36-44bd-9e0d-31952161a312 used request id req-0012c638-a7b1-4553-9833-5722123adffe 2018-10-06 04:51:06,909 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-proj 2018-10-06 04:51:06,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:07,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86420c75-addf-4e03-acc2-59019c1a24a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:51:07,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8340c0e9a0fe4ebab8acf79bfb086051 used request id req-86420c75-addf-4e03-acc2-59019c1a24a6 2018-10-06 04:51:07,109 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-proj-role 2018-10-06 04:51:07,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:07,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:51:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-415d6db5-d2ce-4700-9cc2-b9efaf8d081c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:51:07,232 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/35517f9f7570417d82a22fd64a83d8b1 used request id req-415d6db5-d2ce-4700-9cc2-b9efaf8d081c 2018-10-06 04:51:07,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1df6cc2f7d9c7ab5814dfb462c3955f4303c1a5" 2018-10-06 04:51:07,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd26057-fdd8-4a66-9f78-c1eba8c76f85 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:51:07,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bdd26057-fdd8-4a66-9f78-c1eba8c76f85 2018-10-06 04:51:07,324 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2d307b4e-7299-475-user 2018-10-06 04:51:07,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/96a23de9c37a4512868d20e95544b871 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf728ccea861020e3aff1745412dca01ee4d33f" 2018-10-06 04:51:07,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:51:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ec95261-b1bb-4533-a5fd-5cf5ef2885fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:51:07,517 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/96a23de9c37a4512868d20e95544b871 used request id req-7ec95261-b1bb-4533-a5fd-5cf5ef2885fc 2018-10-06 04:51:07,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:07,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:51:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["UV5RxAlFQQaqlK99YyJwSQ"], "issued_at": "2018-10-06T04:51:07.000000Z"}} 2018-10-06 04:51:07,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c9893a9d48f1c62ec67ff148040788d020bd98e" 2018-10-06 04:51:07,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f3ac74a-4bd8-4908-b8d3-c15acc25d9db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:07,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f3ac74a-4bd8-4908-b8d3-c15acc25d9db 2018-10-06 04:51:08,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:08,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:08,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:51:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3RWTNJvXQx6Fx_GtqxjDPw"], "issued_at": "2018-10-06T04:51:08.000000Z"}} 2018-10-06 04:51:08,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:08,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5581b7a1-12b3-4196-88ae-f9983a9bd75e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:08,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5581b7a1-12b3-4196-88ae-f9983a9bd75e 2018-10-06 04:51:08,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:51:08,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:51:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:51:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:08,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a93a658-cfc3-4a20-a7bb-79baa58a27c7 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:51:08,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj used request id req-9a93a658-cfc3-4a20-a7bb-79baa58a27c7 2018-10-06 04:51:08,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:08,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1140734-9d86-4f05-b0f6-7cea703b4127 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:51:08,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b1140734-9d86-4f05-b0f6-7cea703b4127 2018-10-06 04:51:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}}' 2018-10-06 04:51:08,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ba783c-85f1-4ac3-bc4f-67147d3f67a2 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:08,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-16ba783c-85f1-4ac3-bc4f-67147d3f67a2 2018-10-06 04:51:08,789 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj 2018-10-06 04:51:08,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:08,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:09,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:51:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["wsLCgz3SSQeKCH98LMLHSA"], "issued_at": "2018-10-06T04:51:09.000000Z"}} 2018-10-06 04:51:09,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dde8d7f3d9042872fabdae225d4cb062fb613b" 2018-10-06 04:51:09,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f95678b-6641-4980-b815-34509d595392 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:09,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f95678b-6641-4980-b815-34509d595392 2018-10-06 04:51:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:51:09,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:51:09,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dde8d7f3d9042872fabdae225d4cb062fb613b" 2018-10-06 04:51:09,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ab1aea-cc57-4858-bbbe-97864f19b96d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:51:09,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-27ab1aea-cc57-4858-bbbe-97864f19b96d 2018-10-06 04:51:09,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dde8d7f3d9042872fabdae225d4cb062fb613b" 2018-10-06 04:51:09,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76bf778e-1669-4ea5-b9a9-b0cd3bb91871 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}]} 2018-10-06 04:51:09,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj used request id req-76bf778e-1669-4ea5-b9a9-b0cd3bb91871 2018-10-06 04:51:09,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dde8d7f3d9042872fabdae225d4cb062fb613b" 2018-10-06 04:51:09,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1347e6c-043f-4055-81fc-29536685bbf1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:51:09,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a1347e6c-043f-4055-81fc-29536685bbf1 2018-10-06 04:51:09,886 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user 2018-10-06 04:51:09,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:09,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:09,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c449cde6-2c76-4e76-8265-4706f292c62a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:51:09,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c449cde6-2c76-4e76-8265-4706f292c62a 2018-10-06 04:51:09,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" -d '{"role": {"name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}}' 2018-10-06 04:51:10,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:51:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73bfe504-ea43-417f-b386-c53c7c488cb8 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71de27eafc3f4952b85fa31dabdb2690", "links": {"self": "http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690"}, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}} 2018-10-06 04:51:10,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-73bfe504-ea43-417f-b386-c53c7c488cb8 2018-10-06 04:51:10,106 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role 2018-10-06 04:51:10,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:10,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce546ccf-61aa-436c-9221-305a10d837dd Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role", "id": "71de27eafc3f4952b85fa31dabdb2690"}} 2018-10-06 04:51:10,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690 used request id req-ce546ccf-61aa-436c-9221-305a10d837dd 2018-10-06 04:51:10,127 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role to project CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj 2018-10-06 04:51:10,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf/users/e31dc7cc2bab476cba87bdd0dc11cc05/roles/71de27eafc3f4952b85fa31dabdb2690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:10,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad3538a7-c8a0-4909-b67e-c048aa60285a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:51:10,258 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf/users/e31dc7cc2bab476cba87bdd0dc11cc05/roles/71de27eafc3f4952b85fa31dabdb2690 used request id req-ad3538a7-c8a0-4909-b67e-c048aa60285a 2018-10-06 04:51:10,258 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:51:10,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:10,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:10,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71de27eafc3f4952b85fa31dabdb2690", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}], "expires_at": "2018-10-06T05:51:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46fa20f9dbba49269955715d855a67bf", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user", "id": "e31dc7cc2bab476cba87bdd0dc11cc05"}, "audit_ids": ["qoJ6-KEyRnSJpLFXnoSZAA"], "issued_at": "2018-10-06T04:51:10.000000Z"}} 2018-10-06 04:51:10,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:10,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b83d76-fc57-456d-97de-963129403844 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:10,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-89b83d76-fc57-456d-97de-963129403844 2018-10-06 04:51:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:10,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9ad5cf94-b7a4-4f13-a35a-995f56f8229a Date: Sat, 06 Oct 2018 04:51:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image"} 2018-10-06 04:51:10,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image used request id req-9ad5cf94-b7a4-4f13-a35a-995f56f8229a 2018-10-06 04:51:10,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:11,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85962e77-dc34-464d-8226-da8902572150 Date: Sat, 06 Oct 2018 04: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", "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-10-06 04:51:11,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-85962e77-dc34-464d-8226-da8902572150 2018-10-06 04:51:11,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image"}' 2018-10-06 04:51:11,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d X-Openstack-Request-Id: req-4f25a7a2-35c8-447d-920e-4f47361946fb Date: Sat, 06 Oct 2018 04:51:11 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:51:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:51:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "min_disk": 0, "protected": false, "id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "file": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file", "checksum": null, "owner": "46fa20f9dbba49269955715d855a67bf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:51:11,393 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4f25a7a2-35c8-447d-920e-4f47361946fb 2018-10-06 04:51:11,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" -d '' 2018-10-06 04:51:13,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6b514b6-a70d-4d94-9403-fa3115eb3fc6 Date: Sat, 06 Oct 2018 04:51:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:51:13,211 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file used request id req-f6b514b6-a70d-4d94-9403-fa3115eb3fc6 2018-10-06 04:51:13,211 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:51:13,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:13,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f7050d30-c01c-4409-84aa-e00db9dc43ef Date: Sat, 06 Oct 2018 04:51:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:51:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:51:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "metadata": {}}], "self": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "min_disk": 0, "protected": false, "id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "file": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "46fa20f9dbba49269955715d855a67bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:51:13,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d used request id req-f7050d30-c01c-4409-84aa-e00db9dc43ef 2018-10-06 04:51:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:13,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c3e2368-8e50-46fd-b3d2-e366790f53bd Date: Sat, 06 Oct 2018 04:51: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", "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-10-06 04:51:13,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8c3e2368-8e50-46fd-b3d2-e366790f53bd 2018-10-06 04:51:13,522 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image 2018-10-06 04:51:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:13,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-56f5f5bd-53df-41da-a51d-912c1ac24111 Date: Sat, 06 Oct 2018 04:51:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:51:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:51:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "metadata": {}}], "self": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "min_disk": 0, "protected": false, "id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "file": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "46fa20f9dbba49269955715d855a67bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:51:13,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d used request id req-56f5f5bd-53df-41da-a51d-912c1ac24111 2018-10-06 04:51:13,693 - create_image - DEBUG - Instance status is - active 2018-10-06 04:51:13,693 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image 2018-10-06 04:51:13,693 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image 2018-10-06 04:51:13,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:13,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:14,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71de27eafc3f4952b85fa31dabdb2690", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}], "expires_at": "2018-10-06T05:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46fa20f9dbba49269955715d855a67bf", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user", "id": "e31dc7cc2bab476cba87bdd0dc11cc05"}, "audit_ids": ["U3UYblx8Sxyesrthk18b9w"], "issued_at": "2018-10-06T04:51:14.000000Z"}} 2018-10-06 04:51:14,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8d1e20-7702-4eaa-a140-9bf53bfd5f23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:14,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef8d1e20-7702-4eaa-a140-9bf53bfd5f23 2018-10-06 04:51:14,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:14,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9c91fae-d2fc-4e0c-bc15-70c0684128ab Date: Sat, 06 Oct 2018 04:51:14 GMT RESP BODY: {"networks":[]} 2018-10-06 04:51:14,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net used request id req-a9c91fae-d2fc-4e0c-bc15-70c0684128ab 2018-10-06 04:51:14,400 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net 2018-10-06 04:51:14,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" -d '{"network": {"name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net", "admin_state_up": true}}' 2018-10-06 04:51:14,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-afa5a630-3250-4f36-8f09-630b22d2f1b7 Date: Sat, 06 Oct 2018 04:51:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:51:14Z","is_default":false,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:14Z","mtu":1450}} 2018-10-06 04:51:14,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-afa5a630-3250-4f36-8f09-630b22d2f1b7 2018-10-06 04:51:14,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:15,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-1922f4a9-74b1-4493-b0e5-57d0f3c62875 Date: Sat, 06 Oct 2018 04:51: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-10-06T04:51:14Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net"}]} 2018-10-06 04:51:15,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c used request id req-1922f4a9-74b1-4493-b0e5-57d0f3c62875 2018-10-06 04:51:15,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:15,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d15d5528-6ebe-407c-91fa-2cae3acf30f6 Date: Sat, 06 Oct 2018 04:51:15 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:51:15,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c used request id req-d15d5528-6ebe-407c-91fa-2cae3acf30f6 2018-10-06 04:51:15,336 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet 2018-10-06 04:51:15,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" -d '{"subnets": [{"ip_version": 4, "network_id": "0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet"}]}' 2018-10-06 04:51:16,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2554bc3e-15c3-4ac8-888a-a07940b633e4 Date: Sat, 06 Oct 2018 04:51:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:15Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:15Z","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":"46fa20f9dbba49269955715d855a67bf","id":"5ac37ca7-8883-4595-ab29-d84d221cec57","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet"}]} 2018-10-06 04:51:16,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-2554bc3e-15c3-4ac8-888a-a07940b633e4 2018-10-06 04:51:16,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:16,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-38080796-533e-4557-a596-2ba4b996ff1b Date: Sat, 06 Oct 2018 04:51: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":["5ac37ca7-8883-4595-ab29-d84d221cec57"],"updated_at":"2018-10-06T04:51:15Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net"}]} 2018-10-06 04:51:16,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c used request id req-38080796-533e-4557-a596-2ba4b996ff1b 2018-10-06 04:51:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:16,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9390ce18-7f6d-41ea-a4c8-214dad3382fa Date: Sat, 06 Oct 2018 04:51:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:15Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"46fa20f9dbba49269955715d855a67bf","id":"5ac37ca7-8883-4595-ab29-d84d221cec57","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet"}]} 2018-10-06 04:51:16,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c used request id req-9390ce18-7f6d-41ea-a4c8-214dad3382fa 2018-10-06 04:51:16,633 - OpenStackNetwork - DEBUG - Network [0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c] created successfully 2018-10-06 04:51:16,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:16,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:17,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["kRMkhr0OSg6OkGtnpzHQmg"], "issued_at": "2018-10-06T04:51:17.000000Z"}} 2018-10-06 04:51:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78403aae54133dac024a973174ba5f482138e1e2" 2018-10-06 04:51:17,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68c42b5-62cb-43c2-b169-2b1b1c219948 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:17,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c68c42b5-62cb-43c2-b169-2b1b1c219948 2018-10-06 04:51:17,108 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:51:17,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78403aae54133dac024a973174ba5f482138e1e2" 2018-10-06 04:51:17,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7113211-b0eb-4a06-b93b-34dd25f7c872 x-compute-request-id: req-b7113211-b0eb-4a06-b93b-34dd25f7c872 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:51:17,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b7113211-b0eb-4a06-b93b-34dd25f7c872 2018-10-06 04:51:17,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78403aae54133dac024a973174ba5f482138e1e2" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-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-10-06 04:51:17,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-466473a3-fee3-4c55-8084-3f5d40e7186c x-compute-request-id: req-466473a3-fee3-4c55-8084-3f5d40e7186c Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9067dac7-20c3-4e45-8aae-512495e25704", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:51:17,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-466473a3-fee3-4c55-8084-3f5d40e7186c 2018-10-06 04:51:17,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:17,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:17,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71de27eafc3f4952b85fa31dabdb2690", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}], "expires_at": "2018-10-06T05:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46fa20f9dbba49269955715d855a67bf", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user", "id": "e31dc7cc2bab476cba87bdd0dc11cc05"}, "audit_ids": ["PfS2wxO3TYi0pYia_7BiGA"], "issued_at": "2018-10-06T04:51:17.000000Z"}} 2018-10-06 04:51:17,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:17,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9fe886-a9b4-4714-9f25-6eac25a8869d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:17,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-db9fe886-a9b4-4714-9f25-6eac25a8869d 2018-10-06 04:51:17,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:18,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cfc40581-8213-4262-b871-c5acfcf79103 Date: Sat, 06 Oct 2018 04:51:18 GMT RESP BODY: {"networks":[]} 2018-10-06 04:51:18,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-cfc40581-8213-4262-b871-c5acfcf79103 2018-10-06 04:51:18,134 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 2018-10-06 04:51:18,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" -d '{"network": {"name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2", "admin_state_up": true}}' 2018-10-06 04:51:18,685 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-f9459a63-1250-412f-aab7-761c3c9cc393 Date: Sat, 06 Oct 2018 04:51:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:51:18Z","is_default":false,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","mtu":1450}} 2018-10-06 04:51:18,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-f9459a63-1250-412f-aab7-761c3c9cc393 2018-10-06 04:51:18,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:18,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-e3114c34-3084-4eef-9f24-8be7e8af1c00 Date: Sat, 06 Oct 2018 04:51: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-10-06T04:51:18Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:18,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-e3114c34-3084-4eef-9f24-8be7e8af1c00 2018-10-06 04:51:18,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:18,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2320dc6f-f16f-495c-9bc0-176e98342395 Date: Sat, 06 Oct 2018 04:51:18 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:51:18,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-2320dc6f-f16f-495c-9bc0-176e98342395 2018-10-06 04:51:18,973 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1 2018-10-06 04:51:18,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" -d '{"subnets": [{"ip_version": 4, "network_id": "d6c09202-c7b2-465d-b8de-c209bcfb1f45", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]}' 2018-10-06 04:51:19,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6b5762ff-8ec1-4a28-922f-520290c5b236 Date: Sat, 06 Oct 2018 04:51:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:19,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6b5762ff-8ec1-4a28-922f-520290c5b236 2018-10-06 04:51:19,632 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2 2018-10-06 04:51:19,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" -d '{"subnets": [{"ip_version": 4, "network_id": "d6c09202-c7b2-465d-b8de-c209bcfb1f45", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"}]}' 2018-10-06 04:51:20,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b45b204-7dfb-441b-a043-af6eb4fc74ee Date: Sat, 06 Oct 2018 04:51:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"}]} 2018-10-06 04:51:20,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-1b45b204-7dfb-441b-a043-af6eb4fc74ee 2018-10-06 04:51:20,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:20,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-d68f8d84-943b-4a81-99ec-1d01122393c1 Date: Sat, 06 Oct 2018 04:51: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":["713dc940-a0af-4eae-a45e-e38e16b03662","cc367e58-f914-4a02-90ff-f174ab37747f"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:20,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-d68f8d84-943b-4a81-99ec-1d01122393c1 2018-10-06 04:51:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:21,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-83f57790-66b3-4a7b-99e9-62499f5c7e08 Date: Sat, 06 Oct 2018 04:51:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:21,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-83f57790-66b3-4a7b-99e9-62499f5c7e08 2018-10-06 04:51:21,013 - OpenStackNetwork - DEBUG - Network [d6c09202-c7b2-465d-b8de-c209bcfb1f45] created successfully 2018-10-06 04:51:21,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:21,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:21,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71de27eafc3f4952b85fa31dabdb2690", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}], "expires_at": "2018-10-06T05:51:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46fa20f9dbba49269955715d855a67bf", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user", "id": "e31dc7cc2bab476cba87bdd0dc11cc05"}, "audit_ids": ["l0X5RtLFS02LnWXyJHvlgg"], "issued_at": "2018-10-06T04:51:21.000000Z"}} 2018-10-06 04:51:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:21,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78b186c-2b30-4591-bd02-2f0704af0172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:21,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d78b186c-2b30-4591-bd02-2f0704af0172 2018-10-06 04:51:21,464 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:51:21,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:21,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7796980e-22e2-49dc-81ff-d7b493acacd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:21,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7796980e-22e2-49dc-81ff-d7b493acacd9 2018-10-06 04:51:21,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:21,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-7a9ec576-bfda-453f-a261-e5aca68a580e Date: Sat, 06 Oct 2018 04:51: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":["713dc940-a0af-4eae-a45e-e38e16b03662","cc367e58-f914-4a02-90ff-f174ab37747f"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:21,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-7a9ec576-bfda-453f-a261-e5aca68a580e 2018-10-06 04:51:21,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:51:21,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:51:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:51:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:21,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8099667-0a75-4195-8be1-026d1e3231d4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:21,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-d8099667-0a75-4195-8be1-026d1e3231d4 2018-10-06 04:51:21,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-71fd959a-188b-47dd-b56a-c461b897d31b Date: Sat, 06 Oct 2018 04:51:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:22,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-71fd959a-188b-47dd-b56a-c461b897d31b 2018-10-06 04:51:22,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b8b6cf86-5620-4ae9-8f84-ccf70c83b6c3 Date: Sat, 06 Oct 2018 04:51:22 GMT RESP BODY: {"ports":[]} 2018-10-06 04:51:22,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True used request id req-b8b6cf86-5620-4ae9-8f84-ccf70c83b6c3 2018-10-06 04:51:22,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-becfa651-8782-42d5-9d57-1ab0bda1686b x-compute-request-id: req-becfa651-8782-42d5-9d57-1ab0bda1686b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:51:22,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst used request id req-becfa651-8782-42d5-9d57-1ab0bda1686b 2018-10-06 04:51:22,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0a379706-9dc1-4a8b-8676-84376b2cf2c1 Date: Sat, 06 Oct 2018 04:51: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":["713dc940-a0af-4eae-a45e-e38e16b03662","cc367e58-f914-4a02-90ff-f174ab37747f"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:22,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-0a379706-9dc1-4a8b-8676-84376b2cf2c1 2018-10-06 04:51:22,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e2c6e1-7245-4d03-a49e-a4d218876bda Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:22,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-48e2c6e1-7245-4d03-a49e-a4d218876bda 2018-10-06 04:51:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:22,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-088c9ffb-bec4-4931-bcb7-a409b752f1f6 Date: Sat, 06 Oct 2018 04:51:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:22,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-088c9ffb-bec4-4931-bcb7-a409b752f1f6 2018-10-06 04:51:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:23,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8777bf9b-67cd-4152-b8b0-1db035fd2d32 Date: Sat, 06 Oct 2018 04:51:23 GMT RESP BODY: {"ports":[]} 2018-10-06 04:51:23,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True used request id req-8777bf9b-67cd-4152-b8b0-1db035fd2d32 2018-10-06 04:51:23,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:51:23,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:51:23,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71de27eafc3f4952b85fa31dabdb2690", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role"}], "expires_at": "2018-10-06T05:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46fa20f9dbba49269955715d855a67bf", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/46fa20f9dbba49269955715d855a67bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user", "id": "e31dc7cc2bab476cba87bdd0dc11cc05"}, "audit_ids": ["ceYlrh6CRxGUhhdCMMq4FA"], "issued_at": "2018-10-06T04:51:23.000000Z"}} 2018-10-06 04:51:23,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9e404307c5b6f4b1e3acb6b887ae369626318" 2018-10-06 04:51:23,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f480d3-5183-44e8-b4e1-cc3566b5b00f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:51:23,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e9f480d3-5183-44e8-b4e1-cc3566b5b00f 2018-10-06 04:51:23,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:23,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8b0208dc-1705-4d0a-85b0-d3ed94194c43 Date: Sat, 06 Oct 2018 04:51: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":["713dc940-a0af-4eae-a45e-e38e16b03662","cc367e58-f914-4a02-90ff-f174ab37747f"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:23,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-8b0208dc-1705-4d0a-85b0-d3ed94194c43 2018-10-06 04:51:23,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:24,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b0344797-359c-4d07-a77b-37eac3be85ed Date: Sat, 06 Oct 2018 04:51:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:24,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-b0344797-359c-4d07-a77b-37eac3be85ed 2018-10-06 04:51:24,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:24,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-47186a0d-2134-4776-b736-ae6b951eb2c5 Date: Sat, 06 Oct 2018 04:51: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":["cc367e58-f914-4a02-90ff-f174ab37747f","713dc940-a0af-4eae-a45e-e38e16b03662"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:24,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-47186a0d-2134-4776-b736-ae6b951eb2c5 2018-10-06 04:51:24,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:51:24,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:51:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:51:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae9e404307c5b6f4b1e3acb6b887ae369626318" 2018-10-06 04:51:24,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcf6f0a-2924-49c9-93fa-aef3d12cf0e6 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:24,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-bdcf6f0a-2924-49c9-93fa-aef3d12cf0e6 2018-10-06 04:51:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:24,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3932bed6-5c1a-4c75-8846-9d32c093541e Date: Sat, 06 Oct 2018 04:51:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:24,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-3932bed6-5c1a-4c75-8846-9d32c093541e 2018-10-06 04:51:24,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:24,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-26f1bd98-9a19-4067-a526-57d9671c039a Date: Sat, 06 Oct 2018 04:51:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:24,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1 used request id req-26f1bd98-9a19-4067-a526-57d9671c039a 2018-10-06 04:51:24,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:24,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2aeda9fb-ab4b-4e7f-b74c-1380975f6e1f Date: Sat, 06 Oct 2018 04:51:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"}]} 2018-10-06 04:51:24,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2 used request id req-2aeda9fb-ab4b-4e7f-b74c-1380975f6e1f 2018-10-06 04:51:24,865 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 2018-10-06 04:51:24,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" -d '{"port": {"network_id": "d6c09202-c7b2-465d-b8de-c209bcfb1f45", "fixed_ips": [{"subnet_id": "cc367e58-f914-4a02-90ff-f174ab37747f", "ip_address": "10.55.0.101"}, {"subnet_id": "713dc940-a0af-4eae-a45e-e38e16b03662", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1", "admin_state_up": true}}' 2018-10-06 04:51:26,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-3d1d31a0-3e10-47e1-a257-ef962d3c498f Date: Sat, 06 Oct 2018 04:51:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:25Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.101"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.101"}],"id":"b4e1035d-a899-42d2-9907-d6b5cb2f7132","security_groups":["32197204-ddb0-43f7-ba8d-ff10afedd1af"],"mac_address":"fa:16:3e:96:5d:ae","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1","project_id":"46fa20f9dbba49269955715d855a67bf","qos_policy_id":null,"admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:25Z","binding:vnic_type":"normal"}} 2018-10-06 04:51:26,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-3d1d31a0-3e10-47e1-a257-ef962d3c498f 2018-10-06 04:51:26,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-fa4b441e-566e-48fe-b675-5720d1b13024 Date: Sat, 06 Oct 2018 04:51: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":["713dc940-a0af-4eae-a45e-e38e16b03662","cc367e58-f914-4a02-90ff-f174ab37747f"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:26,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-fa4b441e-566e-48fe-b675-5720d1b13024 2018-10-06 04:51:26,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c123cb6-3cb2-40f6-adc7-54a5c3e2529c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:26,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-0c123cb6-3cb2-40f6-adc7-54a5c3e2529c 2018-10-06 04:51:26,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-5b3f98a6-c761-4f03-a0c0-bec6c14b971d Date: Sat, 06 Oct 2018 04:51:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:26,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-5b3f98a6-c761-4f03-a0c0-bec6c14b971d 2018-10-06 04:51:26,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f420c894-823c-4af5-9669-c0cbb1d75ecf Date: Sat, 06 Oct 2018 04:51:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:25Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.101"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.101"}],"id":"b4e1035d-a899-42d2-9907-d6b5cb2f7132","security_groups":["32197204-ddb0-43f7-ba8d-ff10afedd1af"],"mac_address":"fa:16:3e:96:5d:ae","project_id":"46fa20f9dbba49269955715d855a67bf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1","admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:51:26,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1&admin_state_up=True used request id req-f420c894-823c-4af5-9669-c0cbb1d75ecf 2018-10-06 04:51:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313180f4-a709-4705-9b0c-94aafd39909c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:26,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-313180f4-a709-4705-9b0c-94aafd39909c 2018-10-06 04:51:26,912 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst 2018-10-06 04:51:26,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b75e4e7-5e8b-4cce-9cf5-4b4b4e72b6c3 x-compute-request-id: req-2b75e4e7-5e8b-4cce-9cf5-4b4b4e72b6c3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-flavor-name"}]} 2018-10-06 04:51:26,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2b75e4e7-5e8b-4cce-9cf5-4b4b4e72b6c3 2018-10-06 04:51:26,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:26,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aed5a61-13e0-4857-b03d-f0a16d26177a x-compute-request-id: req-5aed5a61-13e0-4857-b03d-f0a16d26177a Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9067dac7-20c3-4e45-8aae-512495e25704", "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:51:26,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704 used request id req-5aed5a61-13e0-4857-b03d-f0a16d26177a 2018-10-06 04:51:26,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:27,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-231c15a6-0b3e-4dcf-b4eb-19a51e04a177 Date: Sat, 06 Oct 2018 04:51:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:51:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:51:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "metadata": {}}], "self": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "min_disk": 0, "protected": false, "id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "file": "/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "46fa20f9dbba49269955715d855a67bf", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/96a77b3f-08e2-4283-9c2a-749128fca36d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image"} 2018-10-06 04:51:27,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image used request id req-231c15a6-0b3e-4dcf-b4eb-19a51e04a177 2018-10-06 04:51:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:27,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-463b0135-d715-4b60-9fd6-a63e184f69ea Date: Sat, 06 Oct 2018 04:51: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", "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-10-06 04:51:27,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-463b0135-d715-4b60-9fd6-a63e184f69ea 2018-10-06 04:51:27,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" -d '{"server": {"name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "imageRef": "96a77b3f-08e2-4283-9c2a-749128fca36d", "flavorRef": "9067dac7-20c3-4e45-8aae-512495e25704", "max_count": 1, "min_count": 1, "networks": [{"port": "b4e1035d-a899-42d2-9907-d6b5cb2f7132"}]}}' 2018-10-06 04:51:28,820 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf178c57-2394-4686-a16a-29ae4ef556db x-compute-request-id: req-bf178c57-2394-4686-a16a-29ae4ef556db Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "76499a0d-efdf-4795-b615-99262c0056fd", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "adminPass": "toX4ngSe8w2w"}} 2018-10-06 04:51:28,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-bf178c57-2394-4686-a16a-29ae4ef556db 2018-10-06 04:51:28,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:29,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-642a7049-3e07-4f17-b2d7-5c2de37fcfab x-compute-request-id: req-642a7049-3e07-4f17-b2d7-5c2de37fcfab Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:51:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:29,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-642a7049-3e07-4f17-b2d7-5c2de37fcfab 2018-10-06 04:51:29,048 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst 2018-10-06 04:51:29,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:29,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51: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-2f6618cd-d083-474d-bc49-b6b512071e33 x-compute-request-id: req-2f6618cd-d083-474d-bc49-b6b512071e33 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.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:51:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:29,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-2f6618cd-d083-474d-bc49-b6b512071e33 2018-10-06 04:51:29,280 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - BUILD 2018-10-06 04:51:29,280 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:32,282 - create_instance - DEBUG - VM status query timeout in 896.766151905 2018-10-06 04:51:32,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:32,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51: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-d8120a12-9e90-44e3-b5bb-943e85a570ba x-compute-request-id: req-d8120a12-9e90-44e3-b5bb-943e85a570ba 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.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "security_groups": [{"name": "default"}], "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:51:29Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:32,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-d8120a12-9e90-44e3-b5bb-943e85a570ba 2018-10-06 04:51:32,601 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - BUILD 2018-10-06 04:51:32,602 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:35,605 - create_instance - DEBUG - VM status query timeout in 893.443207026 2018-10-06 04:51:35,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:36,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-5acb1e6a-3d10-4c05-8bc7-5e7a8fbf412c x-compute-request-id: req-5acb1e6a-3d10-4c05-8bc7-5e7a8fbf412c 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.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "security_groups": [{"name": "default"}], "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:51:29Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:36,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-5acb1e6a-3d10-4c05-8bc7-5e7a8fbf412c 2018-10-06 04:51:36,016 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - BUILD 2018-10-06 04:51:36,016 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:39,019 - create_instance - DEBUG - VM status query timeout in 890.028985977 2018-10-06 04:51:39,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:39,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-72e02456-0c09-467d-beb3-9ec0b4f9396c x-compute-request-id: req-72e02456-0c09-467d-beb3-9ec0b4f9396c Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:51:31.000000", "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "security_groups": [{"name": "default"}], "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:51:36Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:39,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-72e02456-0c09-467d-beb3-9ec0b4f9396c 2018-10-06 04:51:39,503 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - ACTIVE 2018-10-06 04:51:39,503 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:51:39,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:39,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-298fa41a-be85-44a7-bb60-047724376971 x-compute-request-id: req-298fa41a-be85-44a7-bb60-047724376971 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:51:31.000000", "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "security_groups": [{"name": "default"}], "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:51:36Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:39,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-298fa41a-be85-44a7-bb60-047724376971 2018-10-06 04:51:39,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:40,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-663c4edd-0f3e-4e05-9068-a98ff8a4355e Date: Sat, 06 Oct 2018 04:51: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":["cc367e58-f914-4a02-90ff-f174ab37747f","713dc940-a0af-4eae-a45e-e38e16b03662"],"updated_at":"2018-10-06T04:51:20Z","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"46fa20f9dbba49269955715d855a67bf","id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2"}]} 2018-10-06 04:51:40,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 used request id req-663c4edd-0f3e-4e05-9068-a98ff8a4355e 2018-10-06 04:51:40,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:40,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f71c8c-d347-4af5-848e-fdb84c0d0ae8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:40,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-70f71c8c-d347-4af5-848e-fdb84c0d0ae8 2018-10-06 04:51:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:40,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-010510e8-a133-4eac-aa15-3323b170d221 Date: Sat, 06 Oct 2018 04:51:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51:20Z","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":"46fa20f9dbba49269955715d855a67bf","id":"713dc940-a0af-4eae-a45e-e38e16b03662","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","dns_nameservers":[],"updated_at":"2018-10-06T04:51: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":"46fa20f9dbba49269955715d855a67bf","id":"cc367e58-f914-4a02-90ff-f174ab37747f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1"}]} 2018-10-06 04:51:40,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-010510e8-a133-4eac-aa15-3323b170d221 2018-10-06 04:51:40,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:40,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-9d2e3d62-a2e9-4910-9599-478eb4862985 Date: Sat, 06 Oct 2018 04:51:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:22Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.3"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.3"}],"id":"837dc130-b39a-432c-bec2-260c6b028823","security_groups":[],"mac_address":"fa:16:3e:b3:47:d0","project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d6c09202-c7b2-465d-b8de-c209bcfb1f45"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:23Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.4"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.4"}],"id":"a3579c10-babc-48e8-91b2-8d056e57e341","security_groups":[],"mac_address":"fa:16:3e:fa:ae:cc","project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d6c09202-c7b2-465d-b8de-c209bcfb1f45"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:21Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.2"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.2"}],"id":"acc17244-a663-40da-a895-0f455e512148","security_groups":[],"mac_address":"fa:16:3e:76:2e:c7","project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d6c09202-c7b2-465d-b8de-c209bcfb1f45"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:51:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc367e58-f914-4a02-90ff-f174ab37747f","ip_address":"10.55.0.101"},{"subnet_id":"713dc940-a0af-4eae-a45e-e38e16b03662","ip_address":"10.65.0.101"}],"id":"b4e1035d-a899-42d2-9907-d6b5cb2f7132","security_groups":["32197204-ddb0-43f7-ba8d-ff10afedd1af"],"mac_address":"fa:16:3e:96:5d:ae","project_id":"46fa20f9dbba49269955715d855a67bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1","admin_state_up":true,"network_id":"d6c09202-c7b2-465d-b8de-c209bcfb1f45","tenant_id":"46fa20f9dbba49269955715d855a67bf","created_at":"2018-10-06T04:51:25Z","binding:vnic_type":"normal","device_id":"76499a0d-efdf-4795-b615-99262c0056fd"}]} 2018-10-06 04:51:40,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-9d2e3d62-a2e9-4910-9599-478eb4862985 2018-10-06 04:51:40,462 - create_instance - INFO - Deleting Port with ID - b4e1035d-a899-42d2-9907-d6b5cb2f7132 2018-10-06 04:51:40,462 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68aport-1 2018-10-06 04:51:40,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/b4e1035d-a899-42d2-9907-d6b5cb2f7132 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:41,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e99bf468-37df-4762-a90b-cfd77fe7cfc4 Date: Sat, 06 Oct 2018 04:51:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:41,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/b4e1035d-a899-42d2-9907-d6b5cb2f7132 used request id req-e99bf468-37df-4762-a90b-cfd77fe7cfc4 2018-10-06 04:51:41,044 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst 2018-10-06 04:51:41,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:41,191 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:51: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-ef248ab6-43fc-4eb0-8235-af5ed8185601 x-compute-request-id: req-ef248ab6-43fc-4eb0-8235-af5ed8185601 Content-Type: application/json 2018-10-06 04:51:41,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-ef248ab6-43fc-4eb0-8235-af5ed8185601 2018-10-06 04:51:41,191 - create_instance - INFO - Checking deletion status 2018-10-06 04:51:41,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:41,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51: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-2abf8ef1-2719-42a0-a54d-f24d43b17c6a x-compute-request-id: req-2abf8ef1-2719-42a0-a54d-f24d43b17c6a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:5d:ae", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:51:31.000000", "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:51:41Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:41,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-2abf8ef1-2719-42a0-a54d-f24d43b17c6a 2018-10-06 04:51:41,525 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - ACTIVE 2018-10-06 04:51:41,525 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:44,529 - create_instance - DEBUG - VM status query timeout in 296.66277194 2018-10-06 04:51:44,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:44,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51: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-418e7132-a8f3-412f-98fc-4be121a05a2a x-compute-request-id: req-418e7132-a8f3-412f-98fc-4be121a05a2a 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.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/76499a0d-efdf-4795-b615-99262c0056fd", "rel": "bookmark"}], "image": {"id": "96a77b3f-08e2-4283-9c2a-749128fca36d", "links": [{"href": "http://172.30.9.29:8774/images/96a77b3f-08e2-4283-9c2a-749128fca36d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:51:31.000000", "flavor": {"id": "9067dac7-20c3-4e45-8aae-512495e25704", "links": [{"href": "http://172.30.9.29:8774/flavors/9067dac7-20c3-4e45-8aae-512495e25704", "rel": "bookmark"}]}, "id": "76499a0d-efdf-4795-b615-99262c0056fd", "user_id": "e31dc7cc2bab476cba87bdd0dc11cc05", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:51:41Z", "hostId": "86a70039a35de4cd91e75b3aef4c114fa9d5c69c4d8eeac5f3c6526a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst", "created": "2018-10-06T04:51:28Z", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:51:44,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-418e7132-a8f3-412f-98fc-4be121a05a2a 2018-10-06 04:51:44,782 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst] is - ACTIVE 2018-10-06 04:51:44,782 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:51:47,785 - create_instance - DEBUG - VM status query timeout in 293.406795979 2018-10-06 04:51:47,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4262ac4c1c7687dddb4e89f42551da8a10764563" 2018-10-06 04:51:47,840 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:51: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-6689dd22-4c0b-49b6-954a-c0d6e9c45dbc x-compute-request-id: req-6689dd22-4c0b-49b6-954a-c0d6e9c45dbc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 76499a0d-efdf-4795-b615-99262c0056fd could not be found.", "code": 404}} 2018-10-06 04:51:47,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/76499a0d-efdf-4795-b615-99262c0056fd used request id req-6689dd22-4c0b-49b6-954a-c0d6e9c45dbc 2018-10-06 04:51:47,841 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 76499a0d-efdf-4795-b615-99262c0056fd could not be found. (HTTP 404) (Request-ID: req-6689dd22-4c0b-49b6-954a-c0d6e9c45dbc) 2018-10-06 04:51:47,841 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-inst 2018-10-06 04:51:47,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78403aae54133dac024a973174ba5f482138e1e2" 2018-10-06 04:51:47,899 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:51: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-42466d29-610c-4daf-b231-aa9e0d423185 x-compute-request-id: req-42466d29-610c-4daf-b231-aa9e0d423185 Content-Length: 0 Content-Type: application/json 2018-10-06 04:51:47,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9067dac7-20c3-4e45-8aae-512495e25704 used request id req-42466d29-610c-4daf-b231-aa9e0d423185 2018-10-06 04:51:47,900 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet 2018-10-06 04:51:47,900 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-subnet 2018-10-06 04:51:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/5ac37ca7-8883-4595-ab29-d84d221cec57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:50,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46e218ba-3766-4414-875f-82043f0cc58e Date: Sat, 06 Oct 2018 04:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:50,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5ac37ca7-8883-4595-ab29-d84d221cec57 used request id req-46e218ba-3766-4414-875f-82043f0cc58e 2018-10-06 04:51:50,350 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-pub-net 2018-10-06 04:51:50,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40643c1da38f9e9aeec99b3ce48f8772b0c00f2f" 2018-10-06 04:51:51,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-640ef4cb-ac15-41fa-8ea9-842819d5cdf1 Date: Sat, 06 Oct 2018 04:51:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:51,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0cfd6280-9e69-4e7a-8b6a-e0dfc742b71c used request id req-640ef4cb-ac15-41fa-8ea9-842819d5cdf1 2018-10-06 04:51:51,933 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2 2018-10-06 04:51:51,933 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet2 2018-10-06 04:51:51,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/713dc940-a0af-4eae-a45e-e38e16b03662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:54,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab38bb42-a99a-4895-815d-45c8e7c3b15c Date: Sat, 06 Oct 2018 04:51:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:54,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/713dc940-a0af-4eae-a45e-e38e16b03662 used request id req-ab38bb42-a99a-4895-815d-45c8e7c3b15c 2018-10-06 04:51:54,204 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1 2018-10-06 04:51:54,204 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-subnet1 2018-10-06 04:51:54,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/cc367e58-f914-4a02-90ff-f174ab37747f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:56,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-66783a48-06b4-415b-8b19-2855aabc5eb3 Date: Sat, 06 Oct 2018 04:51:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:56,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/cc367e58-f914-4a02-90ff-f174ab37747f used request id req-66783a48-06b4-415b-8b19-2855aabc5eb3 2018-10-06 04:51:56,548 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68anet2 2018-10-06 04:51:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/d6c09202-c7b2-465d-b8de-c209bcfb1f45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abd3fc9b5028f162ee0964cd90bd8c6d3816aa5d" 2018-10-06 04:51:57,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1aa1aa87-48a3-4e1c-ab81-98c5434d7f30 Date: Sat, 06 Oct 2018 04:51:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:51:57,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d6c09202-c7b2-465d-b8de-c209bcfb1f45 used request id req-1aa1aa87-48a3-4e1c-ab81-98c5434d7f30 2018-10-06 04:51:57,625 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-02679e52-6518-4ff7-9fae-07b88942a68a-image 2018-10-06 04:51:57,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1031595f5f8b48fe004762f8787103e5f17a37fd" 2018-10-06 04:51:59,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-717f4fae-bcc9-4525-88a2-ed8ecec287e7 Date: Sat, 06 Oct 2018 04:51:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:51:59,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/96a77b3f-08e2-4283-9c2a-749128fca36d used request id req-717f4fae-bcc9-4525-88a2-ed8ecec287e7 2018-10-06 04:51:59,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:59,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a17c0398-50ea-4cb3-8477-19b2f5b82708 Date: Sat, 06 Oct 2018 04:51:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "46fa20f9dbba49269955715d855a67bf", "created_at": "2018-10-06T04:51:14Z", "updated_at": "2018-10-06T04:51:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "revision_number": 0, "id": "0b989d51-5784-48f4-ad8d-a3b89af33f8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "46fa20f9dbba49269955715d855a67bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "revision_number": 0, "id": "2eddf9c4-8d54-4eba-ac78-a8b85da162fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "46fa20f9dbba49269955715d855a67bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "revision_number": 0, "id": "b9851965-9b66-45b1-9cd2-060608829263", "remote_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "remote_ip_prefix": null, "created_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "46fa20f9dbba49269955715d855a67bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "revision_number": 0, "id": "c3768152-8585-432a-bd67-1a381e50d2f8", "remote_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "remote_ip_prefix": null, "created_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "tenant_id": "46fa20f9dbba49269955715d855a67bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "46fa20f9dbba49269955715d855a67bf"}], "revision_number": 4, "project_id": "46fa20f9dbba49269955715d855a67bf", "id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:51:59,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a17c0398-50ea-4cb3-8477-19b2f5b82708 2018-10-06 04:51:59,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:59,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec4c4d1-c829-42c2-a510-acae7f636fe8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:51:59,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-4ec4c4d1-c829-42c2-a510-acae7f636fe8 2018-10-06 04:51:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:59,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978d9418-c82f-4938-b48a-ac50d74c53d4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf"}, "enabled": true, "id": "46fa20f9dbba49269955715d855a67bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj"}} 2018-10-06 04:51:59,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-978d9418-c82f-4938-b48a-ac50d74c53d4 2018-10-06 04:51:59,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 32197204-ddb0-43f7-ba8d-ff10afedd1af 2018-10-06 04:51:59,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=32197204-ddb0-43f7-ba8d-ff10afedd1af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:51:59,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f185451d-2a5d-4d5c-a88a-274feb04629d Date: Sat, 06 Oct 2018 04:51:59 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-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "port_range_min": null, "revision_number": 0, "tenant_id": "46fa20f9dbba49269955715d855a67bf", "created_at": "2018-10-06T04:51:14Z", "project_id": "46fa20f9dbba49269955715d855a67bf", "id": "0b989d51-5784-48f4-ad8d-a3b89af33f8c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "port_range_min": null, "revision_number": 0, "tenant_id": "46fa20f9dbba49269955715d855a67bf", "created_at": "2018-10-06T04:51:14Z", "project_id": "46fa20f9dbba49269955715d855a67bf", "id": "2eddf9c4-8d54-4eba-ac78-a8b85da162fa"}, {"remote_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "port_range_min": null, "revision_number": 0, "tenant_id": "46fa20f9dbba49269955715d855a67bf", "created_at": "2018-10-06T04:51:14Z", "project_id": "46fa20f9dbba49269955715d855a67bf", "id": "b9851965-9b66-45b1-9cd2-060608829263"}, {"remote_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:51:14Z", "security_group_id": "32197204-ddb0-43f7-ba8d-ff10afedd1af", "port_range_min": null, "revision_number": 0, "tenant_id": "46fa20f9dbba49269955715d855a67bf", "created_at": "2018-10-06T04:51:14Z", "project_id": "46fa20f9dbba49269955715d855a67bf", "id": "c3768152-8585-432a-bd67-1a381e50d2f8"}]} 2018-10-06 04:51:59,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=32197204-ddb0-43f7-ba8d-ff10afedd1af used request id req-f185451d-2a5d-4d5c-a88a-274feb04629d 2018-10-06 04:51:59,812 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:51:59,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/32197204-ddb0-43f7-ba8d-ff10afedd1af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:52:00,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55f15f21-b406-4578-a960-1164ed7ce2bf Content-Length: 0 Date: Sat, 06 Oct 2018 04:52:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:00,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/32197204-ddb0-43f7-ba8d-ff10afedd1af used request id req-55f15f21-b406-4578-a960-1164ed7ce2bf 2018-10-06 04:52:00,183 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj 2018-10-06 04:52:00,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:52:00,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f7c7413-da5c-4297-891a-fe19297f9b2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:00,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/46fa20f9dbba49269955715d855a67bf used request id req-5f7c7413-da5c-4297-891a-fe19297f9b2f 2018-10-06 04:52:00,415 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-proj-role 2018-10-06 04:52:00,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:52:00,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0379efa-92c9-43c5-822d-2516254d587d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:00,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/71de27eafc3f4952b85fa31dabdb2690 used request id req-d0379efa-92c9-43c5-822d-2516254d587d 2018-10-06 04:52:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37ddbc203d3d52383267d3d926f57360f8f2fb0" 2018-10-06 04:52:00,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddaa8c0-e5d4-4eca-8363-add2cb4c9dd1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:52:00,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cddaa8c0-e5d4-4eca-8363-add2cb4c9dd1 2018-10-06 04:52:00,609 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8c4fc066-6c5b-487-user 2018-10-06 04:52:00,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/e31dc7cc2bab476cba87bdd0dc11cc05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28dde8d7f3d9042872fabdae225d4cb062fb613b" 2018-10-06 04:52:00,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-252ea90c-a0ac-4dd5-a2b3-779930f417bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:00,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e31dc7cc2bab476cba87bdd0dc11cc05 used request id req-252ea90c-a0ac-4dd5-a2b3-779930f417bc 2018-10-06 04:52:00,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:01,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6bo0vARRSpahD0FQJ6hmsA"], "issued_at": "2018-10-06T04:52:01.000000Z"}} 2018-10-06 04:52:01,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32446f627b10f3e9d055431bc34b5395b01cbb1c" 2018-10-06 04:52:01,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29bd2713-c94f-42d4-9076-98136307fee1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:01,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-29bd2713-c94f-42d4-9076-98136307fee1 2018-10-06 04:52:01,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:01,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:01,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["AG105iVTR7WG6xX4eLgJAg"], "issued_at": "2018-10-06T04:52:01.000000Z"}} 2018-10-06 04:52:01,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:01,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052e0b2a-2869-4ca3-b5d3-bd664e16919f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:01,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-052e0b2a-2869-4ca3-b5d3-bd664e16919f 2018-10-06 04:52:01,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:01,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:01,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6934de6d-0bde-41ba-a3ed-ec57fbe8cfa1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:52:01,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj used request id req-6934de6d-0bde-41ba-a3ed-ec57fbe8cfa1 2018-10-06 04:52:01,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:01,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3dc5594-136b-4227-866f-f49d9fab6888 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:52:01,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f3dc5594-136b-4227-866f-f49d9fab6888 2018-10-06 04:52:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}}' 2018-10-06 04:52:02,058 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:52:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ffdd61f-f3ef-4f4f-a71a-e6214338fdab Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:02,058 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2ffdd61f-f3ef-4f4f-a71a-e6214338fdab 2018-10-06 04:52:02,059 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-787ae076-c99d-45b-proj 2018-10-06 04:52:02,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:02,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:02,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Cm_cPDoLT3CZbq4Vsy_ajA"], "issued_at": "2018-10-06T04:52:02.000000Z"}} 2018-10-06 04:52:02,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb672f1f819f9e2226e41f9dc94f63d99813f56c" 2018-10-06 04:52:02,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84a40a8-6bac-4f6b-8afb-6c6877616fab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:02,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c84a40a8-6bac-4f6b-8afb-6c6877616fab 2018-10-06 04:52:02,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:02,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:02,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb672f1f819f9e2226e41f9dc94f63d99813f56c" 2018-10-06 04:52:02,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac1cfc8-3b6b-40a4-bdb7-8a55cf9a790d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:52:02,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9ac1cfc8-3b6b-40a4-bdb7-8a55cf9a790d 2018-10-06 04:52:02,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb672f1f819f9e2226e41f9dc94f63d99813f56c" 2018-10-06 04:52:02,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af876b5-fc49-44b0-a25b-ec032676d08e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}]} 2018-10-06 04:52:02,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-787ae076-c99d-45b-proj used request id req-6af876b5-fc49-44b0-a25b-ec032676d08e 2018-10-06 04:52:02,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb672f1f819f9e2226e41f9dc94f63d99813f56c" 2018-10-06 04:52:02,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba8485a-3c28-48d2-916b-cdc330372461 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:52:02,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-bba8485a-3c28-48d2-916b-cdc330372461 2018-10-06 04:52:03,197 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-787ae076-c99d-45b-user 2018-10-06 04:52:03,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:03,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78216974-a3cc-4b09-a012-4115c5efb61a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:52:03,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-78216974-a3cc-4b09-a012-4115c5efb61a 2018-10-06 04:52:03,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" -d '{"role": {"name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}}' 2018-10-06 04:52:03,411 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f21d82c4-29e6-4967-acb2-7999f0e6e234 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "24a122eac9f445d885ce9fb56a0d7e4a", "links": {"self": "http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a"}, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}} 2018-10-06 04:52:03,411 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f21d82c4-29e6-4967-acb2-7999f0e6e234 2018-10-06 04:52:03,412 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role 2018-10-06 04:52:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:03,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726af357-7b04-40ae-ad18-3d1e3d979ddb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a"}, "domain_id": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role", "id": "24a122eac9f445d885ce9fb56a0d7e4a"}} 2018-10-06 04:52:03,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a used request id req-726af357-7b04-40ae-ad18-3d1e3d979ddb 2018-10-06 04:52:03,507 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role to project InstanceSecurityGroupTests-787ae076-c99d-45b-proj 2018-10-06 04:52:03,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c/users/6bc6cc32b6a3442fb155ae74c9719f3e/roles/24a122eac9f445d885ce9fb56a0d7e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:03,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a2f10ea-1d01-4ec2-8d27-c417b2b595a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:03,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c/users/6bc6cc32b6a3442fb155ae74c9719f3e/roles/24a122eac9f445d885ce9fb56a0d7e4a used request id req-7a2f10ea-1d01-4ec2-8d27-c417b2b595a1 2018-10-06 04:52:03,912 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:52:03,914 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:52:03,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:03,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:04,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["7oE8T4A_SzKuSIC-XhK49Q"], "issued_at": "2018-10-06T04:52:04.000000Z"}} 2018-10-06 04:52:04,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:04,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1401e10d-8e22-421f-a02b-9757f4b70c3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:04,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1401e10d-8e22-421f-a02b-9757f4b70c3a 2018-10-06 04:52:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:04,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-201e0869-da34-4b1f-bf21-f63156b55cc2 Date: Sat, 06 Oct 2018 04:52:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image"} 2018-10-06 04:52:04,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image used request id req-201e0869-da34-4b1f-bf21-f63156b55cc2 2018-10-06 04:52:04,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:04,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ed29dbd-dd72-43dd-8003-db21a0bee1ec Date: Sat, 06 Oct 2018 04:52: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", "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-10-06 04:52:04,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2ed29dbd-dd72-43dd-8003-db21a0bee1ec 2018-10-06 04:52:04,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image"}' 2018-10-06 04:52:05,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 X-Openstack-Request-Id: req-e98f392a-07ee-44ef-ae08-587033b2b464 Date: Sat, 06 Oct 2018 04:52:05 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/45515477-6245-4d37-9a71-a46946eba659", "min_disk": 0, "protected": false, "id": "45515477-6245-4d37-9a71-a46946eba659", "file": "/v2/images/45515477-6245-4d37-9a71-a46946eba659/file", "checksum": null, "owner": "7ccc7dc42f6d4654b385c0c0eeda637c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:05,014 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-e98f392a-07ee-44ef-ae08-587033b2b464 2018-10-06 04:52:05,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" -d '' 2018-10-06 04:52:06,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c976f0a-21d1-4ce3-8fc0-1c1fbfd0a019 Date: Sat, 06 Oct 2018 04:52:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:52:06,584 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659/file used request id req-5c976f0a-21d1-4ce3-8fc0-1c1fbfd0a019 2018-10-06 04:52:06,585 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:52:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:06,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a5826cc9-7acd-4341-86cb-ebdadb006bf4 Date: Sat, 06 Oct 2018 04:52:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "metadata": {}}], "self": "/v2/images/45515477-6245-4d37-9a71-a46946eba659", "min_disk": 0, "protected": false, "id": "45515477-6245-4d37-9a71-a46946eba659", "file": "/v2/images/45515477-6245-4d37-9a71-a46946eba659/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7ccc7dc42f6d4654b385c0c0eeda637c", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:06,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 used request id req-a5826cc9-7acd-4341-86cb-ebdadb006bf4 2018-10-06 04:52:06,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:06,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5b125e55-af7a-4153-88af-5cdadcfcc471 Date: Sat, 06 Oct 2018 04:52: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", "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-10-06 04:52:06,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5b125e55-af7a-4153-88af-5cdadcfcc471 2018-10-06 04:52:06,916 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image 2018-10-06 04:52:06,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:07,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bdd29435-068c-46da-8296-6d13e4a86011 Date: Sat, 06 Oct 2018 04:52:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "metadata": {}}], "self": "/v2/images/45515477-6245-4d37-9a71-a46946eba659", "min_disk": 0, "protected": false, "id": "45515477-6245-4d37-9a71-a46946eba659", "file": "/v2/images/45515477-6245-4d37-9a71-a46946eba659/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7ccc7dc42f6d4654b385c0c0eeda637c", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:07,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 used request id req-bdd29435-068c-46da-8296-6d13e4a86011 2018-10-06 04:52:07,081 - create_image - DEBUG - Instance status is - active 2018-10-06 04:52:07,081 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image 2018-10-06 04:52:07,081 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image 2018-10-06 04:52:07,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:07,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:07,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["BNhtZsawQmO66c7NPwGj1w"], "issued_at": "2018-10-06T04:52:07.000000Z"}} 2018-10-06 04:52:07,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:07,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23266ee-3e9f-4489-8a26-84d8fdd146c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:07,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e23266ee-3e9f-4489-8a26-84d8fdd146c6 2018-10-06 04:52:07,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:07,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bd5851cb-a4cc-4502-8243-7b295dc56a16 Date: Sat, 06 Oct 2018 04:52:07 GMT RESP BODY: {"networks":[]} 2018-10-06 04:52:07,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-bd5851cb-a4cc-4502-8243-7b295dc56a16 2018-10-06 04:52:07,788 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net 2018-10-06 04:52:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" -d '{"network": {"name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net", "admin_state_up": true}}' 2018-10-06 04:52:08,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-3d89c796-6f7c-40cc-9932-6fe86e5c6ed0 Date: Sat, 06 Oct 2018 04:52:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9b83a864-3520-49e9-a131-90ab86ef056a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:52:08Z","is_default":false,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","mtu":1450}} 2018-10-06 04:52:08,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-3d89c796-6f7c-40cc-9932-6fe86e5c6ed0 2018-10-06 04:52:08,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:08,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-1400df3e-76c0-4266-a5bf-c97f48e93523 Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:08,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-1400df3e-76c0-4266-a5bf-c97f48e93523 2018-10-06 04:52:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:08,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1397046e-5d78-43d3-a08e-431b113d6d99 Date: Sat, 06 Oct 2018 04:52:08 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:52:08,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-1397046e-5d78-43d3-a08e-431b113d6d99 2018-10-06 04:52:08,605 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet 2018-10-06 04:52:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" -d '{"subnets": [{"ip_version": 4, "network_id": "9b83a864-3520-49e9-a131-90ab86ef056a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]}' 2018-10-06 04:52:09,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6766deb7-29c3-4825-af4d-6f825ba179c3 Date: Sat, 06 Oct 2018 04:52:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:09,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-6766deb7-29c3-4825-af4d-6f825ba179c3 2018-10-06 04:52:09,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:09,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6bc96555-df37-4f2d-aee1-736f92586027 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:09,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-6bc96555-df37-4f2d-aee1-736f92586027 2018-10-06 04:52:09,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:09,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e1e8d55e-943b-4161-9317-d1a54867e1e1 Date: Sat, 06 Oct 2018 04:52:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:09,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-e1e8d55e-943b-4161-9317-d1a54867e1e1 2018-10-06 04:52:09,947 - OpenStackNetwork - DEBUG - Network [9b83a864-3520-49e9-a131-90ab86ef056a] created successfully 2018-10-06 04:52:09,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:09,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:10,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["pkjFmfyYRt6ufgzEPD_NTw"], "issued_at": "2018-10-06T04:52:10.000000Z"}} 2018-10-06 04:52:10,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09788af40e1d9d26794918113bba5fccc6ec119" 2018-10-06 04:52:10,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6eee4e0-5a80-4244-9fda-0ec9abeffc01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:10,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d6eee4e0-5a80-4244-9fda-0ec9abeffc01 2018-10-06 04:52:10,435 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:52:10,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09788af40e1d9d26794918113bba5fccc6ec119" 2018-10-06 04:52:10,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e611a5e-2a2d-470b-9470-c818cc23a16f x-compute-request-id: req-7e611a5e-2a2d-470b-9470-c818cc23a16f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:52:10,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7e611a5e-2a2d-470b-9470-c818cc23a16f 2018-10-06 04:52:10,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09788af40e1d9d26794918113bba5fccc6ec119" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-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-10-06 04:52:10,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e82ffb72-7fe9-4495-9375-f72a1a2a3372 x-compute-request-id: req-e82ffb72-7fe9-4495-9375-f72a1a2a3372 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:52:10,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e82ffb72-7fe9-4495-9375-f72a1a2a3372 2018-10-06 04:52:10,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:10,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:11,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["Y1yLEBzFR8O3ga7_cqP1CA"], "issued_at": "2018-10-06T04:52:11.000000Z"}} 2018-10-06 04:52:11,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:11,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c798d9-379c-49f6-add0-799d86be8fe6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:11,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98c798d9-379c-49f6-add0-799d86be8fe6 2018-10-06 04:52:11,112 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:52:11,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:11,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3412f9-2817-4d9d-84e3-e383e01bff3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:11,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9c3412f9-2817-4d9d-84e3-e383e01bff3e 2018-10-06 04:52:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:11,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-567c693e-f67a-4a2d-b7bf-240c8f066357 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:11,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-567c693e-f67a-4a2d-b7bf-240c8f066357 2018-10-06 04:52:11,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:11,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:11,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:11,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ae1d74-639e-46b7-b2b0-33683c6a50ae Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:11,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-e6ae1d74-639e-46b7-b2b0-33683c6a50ae 2018-10-06 04:52:11,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:11,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8bcbd7e5-42f5-491f-83be-53ab8dee8043 Date: Sat, 06 Oct 2018 04:52:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:11,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-8bcbd7e5-42f5-491f-83be-53ab8dee8043 2018-10-06 04:52:11,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d0f078b0-d4e1-4233-8a13-0102119399fb Date: Sat, 06 Oct 2018 04:52:12 GMT RESP BODY: {"ports":[]} 2018-10-06 04:52:12,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True used request id req-d0f078b0-d4e1-4233-8a13-0102119399fb 2018-10-06 04:52:12,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-b30f2b5b-b9e9-4f98-80d0-693dd8a21599 x-compute-request-id: req-b30f2b5b-b9e9-4f98-80d0-693dd8a21599 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:52:12,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst used request id req-b30f2b5b-b9e9-4f98-80d0-693dd8a21599 2018-10-06 04:52:12,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9831cdd3-bf6f-481d-b5be-0e71ea6a1fff Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:12,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-9831cdd3-bf6f-481d-b5be-0e71ea6a1fff 2018-10-06 04:52:12,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2f7185-2250-416b-be25-819c20ebe1a2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:12,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-8a2f7185-2250-416b-be25-819c20ebe1a2 2018-10-06 04:52:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-13c09657-1da3-42c4-87d0-749e26e81cde Date: Sat, 06 Oct 2018 04:52:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:12,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-13c09657-1da3-42c4-87d0-749e26e81cde 2018-10-06 04:52:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:12,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a1ef99b3-7ca5-484a-b524-87a7d54aec21 Date: Sat, 06 Oct 2018 04:52:12 GMT RESP BODY: {"ports":[]} 2018-10-06 04:52:12,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True used request id req-a1ef99b3-7ca5-484a-b524-87a7d54aec21 2018-10-06 04:52:12,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:12,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:13,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["bjqWNO6TS-yVBolVgAigkQ"], "issued_at": "2018-10-06T04:52:13.000000Z"}} 2018-10-06 04:52:13,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5479942cb1862ddbfef4543c92bf19470e92dd" 2018-10-06 04:52:13,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd616f71-52f7-4bd8-be82-444c863c3485 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:13,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dd616f71-52f7-4bd8-be82-444c863c3485 2018-10-06 04:52:13,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:13,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-df476064-9b4b-4219-b609-f2cd11b50025 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:13,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-df476064-9b4b-4219-b609-f2cd11b50025 2018-10-06 04:52:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:13,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c8225d99-ed84-41b3-8b9f-e36c04dc1df5 Date: Sat, 06 Oct 2018 04:52:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:13,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-c8225d99-ed84-41b3-8b9f-e36c04dc1df5 2018-10-06 04:52:13,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:13,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-aae70e25-f87f-4a05-bd94-8c8b003ff120 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:13,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-aae70e25-f87f-4a05-bd94-8c8b003ff120 2018-10-06 04:52:13,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:13,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:13,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5479942cb1862ddbfef4543c92bf19470e92dd" 2018-10-06 04:52:13,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84375587-5b08-4659-90aa-8ebd240d7dfd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:13,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-84375587-5b08-4659-90aa-8ebd240d7dfd 2018-10-06 04:52:13,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:14,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0ac607a6-45b8-4433-845b-ad800fc34b0f Date: Sat, 06 Oct 2018 04:52:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:14,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-0ac607a6-45b8-4433-845b-ad800fc34b0f 2018-10-06 04:52:14,135 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net 2018-10-06 04:52:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" -d '{"port": {"network_id": "9b83a864-3520-49e9-a131-90ab86ef056a", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port", "admin_state_up": true}}' 2018-10-06 04:52:15,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-9e73f6b4-3414-4b2f-b33b-25daca974407 Date: Sat, 06 Oct 2018 04:52:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","qos_policy_id":null,"admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal"}} 2018-10-06 04:52:15,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-9e73f6b4-3414-4b2f-b33b-25daca974407 2018-10-06 04:52:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:15,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7eec2d5d-6afa-458b-be68-15010cf3c87c Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:15,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-7eec2d5d-6afa-458b-be68-15010cf3c87c 2018-10-06 04:52:15,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:15,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ac970b-3e42-4b1e-9dd9-70a4b4b6e0d0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:15,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-73ac970b-3e42-4b1e-9dd9-70a4b4b6e0d0 2018-10-06 04:52:15,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:15,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e1f48f1d-dbc9-4371-8344-f8cce9419dbb Date: Sat, 06 Oct 2018 04:52:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:15,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-e1f48f1d-dbc9-4371-8344-f8cce9419dbb 2018-10-06 04:52:15,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:15,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-447808d0-d3e7-4b22-b158-22de93bd5634 Date: Sat, 06 Oct 2018 04:52:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:52:15,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port&admin_state_up=True used request id req-447808d0-d3e7-4b22-b158-22de93bd5634 2018-10-06 04:52:15,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:16,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2d5d99-e905-4d05-a6cd-98e68eac9297 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:16,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-0b2d5d99-e905-4d05-a6cd-98e68eac9297 2018-10-06 04:52:16,062 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst 2018-10-06 04:52:16,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:16,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-16fed581-f496-4c30-9aa8-2cc6ac255c8d x-compute-request-id: req-16fed581-f496-4c30-9aa8-2cc6ac255c8d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-flavor-name"}]} 2018-10-06 04:52:16,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-16fed581-f496-4c30-9aa8-2cc6ac255c8d 2018-10-06 04:52:16,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:16,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-1de1cb45-75a4-44ae-8977-bc035fd40e6c x-compute-request-id: req-1de1cb45-75a4-44ae-8977-bc035fd40e6c Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:52:16,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae used request id req-1de1cb45-75a4-44ae-8977-bc035fd40e6c 2018-10-06 04:52:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:16,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-97536233-5cc7-4c69-969e-ebc8e5ca739d Date: Sat, 06 Oct 2018 04:52:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "metadata": {}}], "self": "/v2/images/45515477-6245-4d37-9a71-a46946eba659", "min_disk": 0, "protected": false, "id": "45515477-6245-4d37-9a71-a46946eba659", "file": "/v2/images/45515477-6245-4d37-9a71-a46946eba659/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7ccc7dc42f6d4654b385c0c0eeda637c", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/45515477-6245-4d37-9a71-a46946eba659/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image"} 2018-10-06 04:52:16,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image used request id req-97536233-5cc7-4c69-969e-ebc8e5ca739d 2018-10-06 04:52:16,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:16,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5a04761-c237-4c9a-83d7-0488e8edef9b Date: Sat, 06 Oct 2018 04:52: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", "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-10-06 04:52:16,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c5a04761-c237-4c9a-83d7-0488e8edef9b 2018-10-06 04:52:16,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" -d '{"server": {"name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "imageRef": "45515477-6245-4d37-9a71-a46946eba659", "flavorRef": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "max_count": 1, "min_count": 1, "networks": [{"port": "562a6c2f-ecab-403a-b36a-cb1cf3027351"}]}}' 2018-10-06 04:52:18,238 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-65181695-86c9-4253-8fd7-6bcc77d9b420 x-compute-request-id: req-65181695-86c9-4253-8fd7-6bcc77d9b420 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "adminPass": "82mkxAYw3rAQ"}} 2018-10-06 04:52:18,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-65181695-86c9-4253-8fd7-6bcc77d9b420 2018-10-06 04:52:18,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:18,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52: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-c1b90ac2-ab19-4900-a2e8-ecd4a2fc381f x-compute-request-id: req-c1b90ac2-ab19-4900-a2e8-ecd4a2fc381f 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.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:52:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:18,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-c1b90ac2-ab19-4900-a2e8-ecd4a2fc381f 2018-10-06 04:52:18,612 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst 2018-10-06 04:52:18,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:18,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52: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-29a6af6d-6cad-45a5-a547-b4f9e0974e3e x-compute-request-id: req-29a6af6d-6cad-45a5-a547-b4f9e0974e3e 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.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:52:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:18,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-29a6af6d-6cad-45a5-a547-b4f9e0974e3e 2018-10-06 04:52:18,688 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - BUILD 2018-10-06 04:52:18,689 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:52:21,691 - create_instance - DEBUG - VM status query timeout in 896.921514034 2018-10-06 04:52:21,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:22,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52: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-be99d30d-c139-4277-92b5-61471bf8db1a x-compute-request-id: req-be99d30d-c139-4277-92b5-61471bf8db1a 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.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:52:19Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:22,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-be99d30d-c139-4277-92b5-61471bf8db1a 2018-10-06 04:52:22,321 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - BUILD 2018-10-06 04:52:22,321 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:52:25,325 - create_instance - DEBUG - VM status query timeout in 893.287822962 2018-10-06 04:52:25,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:26,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-ea552003-cf81-40d8-a186-4143604c5798 x-compute-request-id: req-ea552003-cf81-40d8-a186-4143604c5798 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:26,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-ea552003-cf81-40d8-a186-4143604c5798 2018-10-06 04:52:26,060 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - ACTIVE 2018-10-06 04:52:26,060 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:52:26,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:26,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-370475e9-f878-4071-8062-8b3460d1f900 x-compute-request-id: req-370475e9-f878-4071-8062-8b3460d1f900 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:26,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-370475e9-f878-4071-8062-8b3460d1f900 2018-10-06 04:52:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:26,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-310118f5-aafd-4f12-aed8-a74ca94f1a58 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:26,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-310118f5-aafd-4f12-aed8-a74ca94f1a58 2018-10-06 04:52:26,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:27,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b764fb-43ec-4df5-981e-c102df38c959 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:27,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-b4b764fb-43ec-4df5-981e-c102df38c959 2018-10-06 04:52:27,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:27,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-24782eb3-b634-4faf-851f-b06bd68f7d00 Date: Sat, 06 Oct 2018 04:52:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:27,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-24782eb3-b634-4faf-851f-b06bd68f7d00 2018-10-06 04:52:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:27,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-e7223caa-6e59-4290-ba9f-a7abbb9ce726 Date: Sat, 06 Oct 2018 04:52:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":"e874e63b-3d6b-40bd-9ef1-1edd518bbcdb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.2"}],"id":"66b8dc3f-7c57-4943-a460-2590d17ce7c5","security_groups":[],"mac_address":"fa:16:3e:95:ae:44","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.3"}],"id":"7b47551a-e641-4c0a-a2de-701630174c7c","security_groups":[],"mac_address":"fa:16:3e:b0:25:9c","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.4"}],"id":"b6160d91-797d-407a-a62d-01fb595f2c31","security_groups":[],"mac_address":"fa:16:3e:7c:0e:9b","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b83a864-3520-49e9-a131-90ab86ef056a"}]} 2018-10-06 04:52:27,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-e7223caa-6e59-4290-ba9f-a7abbb9ce726 2018-10-06 04:52:27,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:27,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:27,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["WvfIa-fvRd2BbCGg8w-C_g"], "issued_at": "2018-10-06T04:52:27.000000Z"}} 2018-10-06 04:52:27,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:27,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fa8e50-28c1-4d0b-aade-9e3f1f9f6cd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:27,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-01fa8e50-28c1-4d0b-aade-9e3f1f9f6cd1 2018-10-06 04:52:27,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:28,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d5a3e3da-9f72-4c1c-83ac-2ac8b7cee27e Date: Sat, 06 Oct 2018 04:52:28 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:52:28,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name&description=hello+group used request id req-d5a3e3da-9f72-4c1c-83ac-2ac8b7cee27e 2018-10-06 04:52:28,066 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name... 2018-10-06 04:52:28,066 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name 2018-10-06 04:52:28,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" -d '{"security_group": {"name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name", "description": "hello group"}}' 2018-10-06 04:52:28,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f1523138-af04-43fb-ae7f-923b96838e2b Date: Sat, 06 Oct 2018 04:52:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "updated_at": "2018-10-06T04:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}], "revision_number": 2, "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name"}} 2018-10-06 04:52:28,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-f1523138-af04-43fb-ae7f-923b96838e2b 2018-10-06 04:52:28,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:28,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:28,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd3856aa-497d-405c-bab5-b7baf9899a3d Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582"}]} 2018-10-06 04:52:28,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-cd3856aa-497d-405c-bab5-b7baf9899a3d 2018-10-06 04:52:28,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:28,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:28,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4d9ad90d-adcc-4b94-a5c2-c57ff1ddeea2 Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582"}]} 2018-10-06 04:52:28,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-4d9ad90d-adcc-4b94-a5c2-c57ff1ddeea2 2018-10-06 04:52:28,773 - neutron_utils - INFO - Retrieving security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:28,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:28,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-024c07af-15e4-40fb-b088-216d0f583f60 Date: Sat, 06 Oct 2018 04:52:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "updated_at": "2018-10-06T04:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}], "revision_number": 2, "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name"}]} 2018-10-06 04:52:28,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-024c07af-15e4-40fb-b088-216d0f583f60 2018-10-06 04:52:28,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-820371b2-e26b-4c05-93ab-c6b3a82ddfbf Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582"}]} 2018-10-06 04:52:29,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-820371b2-e26b-4c05-93ab-c6b3a82ddfbf 2018-10-06 04:52:29,020 - neutron_utils - INFO - Retrieving security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3a134024-db82-4e07-b8ae-7f4ac53c016d Date: Sat, 06 Oct 2018 04:52:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "updated_at": "2018-10-06T04:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}], "revision_number": 2, "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name"}]} 2018-10-06 04:52:29,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-3a134024-db82-4e07-b8ae-7f4ac53c016d 2018-10-06 04:52:29,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:29,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c0d456f-b553-4c93-92cb-382821b8729d Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582"}]} 2018-10-06 04:52:29,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-6c0d456f-b553-4c93-92cb-382821b8729d 2018-10-06 04:52:29,265 - neutron_utils - INFO - Retrieving security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:29,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c439326b-a4d3-4a4e-aae0-a47b029623ee Date: Sat, 06 Oct 2018 04:52:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "updated_at": "2018-10-06T04:52:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "revision_number": 0, "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}], "revision_number": 2, "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name"}]} 2018-10-06 04:52:29,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-c439326b-a4d3-4a4e-aae0-a47b029623ee 2018-10-06 04:52:29,410 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810f0b30-fbd8-41eb-b672-c5ed04d4fb66 2018-10-06 04:52:29,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9e9bc1a1-2b79-4e05-a694-20cf31339a87 Date: Sat, 06 Oct 2018 04:52: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-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "bbb45ab8-3a61-42ae-8a11-d0b67b2f7463"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:28Z", "security_group_id": "810f0b30-fbd8-41eb-b672-c5ed04d4fb66", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:28Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "fffd6e32-b615-42fa-b4dd-6d95084b2582"}]} 2018-10-06 04:52:29,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-9e9bc1a1-2b79-4e05-a694-20cf31339a87 2018-10-06 04:52:29,440 - neutron_utils - INFO - Deleting security group rule with ID - fffd6e32-b615-42fa-b4dd-6d95084b2582 2018-10-06 04:52:29,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/fffd6e32-b615-42fa-b4dd-6d95084b2582 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c52fbddf-bf33-4843-a227-049e924fcfd3 Content-Length: 0 Date: Sat, 06 Oct 2018 04:52:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:29,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/fffd6e32-b615-42fa-b4dd-6d95084b2582 used request id req-c52fbddf-bf33-4843-a227-049e924fcfd3 2018-10-06 04:52:29,696 - neutron_utils - INFO - Deleting security group rule with ID - bbb45ab8-3a61-42ae-8a11-d0b67b2f7463 2018-10-06 04:52:29,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/bbb45ab8-3a61-42ae-8a11-d0b67b2f7463 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:29,836 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab13e852-b570-4a21-a19d-ea0f2121f64d Content-Length: 0 Date: Sat, 06 Oct 2018 04:52:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:29,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/bbb45ab8-3a61-42ae-8a11-d0b67b2f7463 used request id req-ab13e852-b570-4a21-a19d-ea0f2121f64d 2018-10-06 04:52:29,837 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name 2018-10-06 04:52:29,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/810f0b30-fbd8-41eb-b672-c5ed04d4fb66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d95acf0a629f8c14c765a8fc604266be767ca9" 2018-10-06 04:52:30,412 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b1009f0-6f0e-4631-84cf-27a018f937ce Content-Length: 0 Date: Sat, 06 Oct 2018 04:52:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:30,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/810f0b30-fbd8-41eb-b672-c5ed04d4fb66 used request id req-2b1009f0-6f0e-4631-84cf-27a018f937ce 2018-10-06 04:52:30,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:31,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-bd116e83-9d63-41d0-8064-66852ad9accf x-compute-request-id: req-bd116e83-9d63-41d0-8064-66852ad9accf Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:31,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-bd116e83-9d63-41d0-8064-66852ad9accf 2018-10-06 04:52:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:31,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-555d2a73-754e-4ebd-8b2d-086f6e04e74f Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:31,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-555d2a73-754e-4ebd-8b2d-086f6e04e74f 2018-10-06 04:52:31,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:31,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3bcd2d7-a78a-49f6-99a4-d8df36255ebb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:31,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-a3bcd2d7-a78a-49f6-99a4-d8df36255ebb 2018-10-06 04:52:31,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:31,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7fe5402f-707c-477b-8664-9ed69627a464 Date: Sat, 06 Oct 2018 04:52:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:31,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-7fe5402f-707c-477b-8664-9ed69627a464 2018-10-06 04:52:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:31,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-ac220003-1799-4265-91be-069313262e72 Date: Sat, 06 Oct 2018 04:52:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":"e874e63b-3d6b-40bd-9ef1-1edd518bbcdb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.2"}],"id":"66b8dc3f-7c57-4943-a460-2590d17ce7c5","security_groups":[],"mac_address":"fa:16:3e:95:ae:44","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.3"}],"id":"7b47551a-e641-4c0a-a2de-701630174c7c","security_groups":[],"mac_address":"fa:16:3e:b0:25:9c","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.4"}],"id":"b6160d91-797d-407a-a62d-01fb595f2c31","security_groups":[],"mac_address":"fa:16:3e:7c:0e:9b","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b83a864-3520-49e9-a131-90ab86ef056a"}]} 2018-10-06 04:52:31,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-ac220003-1799-4265-91be-069313262e72 2018-10-06 04:52:31,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:32,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24a122eac9f445d885ce9fb56a0d7e4a", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role"}], "expires_at": "2018-10-06T05:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7ccc7dc42f6d4654b385c0c0eeda637c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-user", "id": "6bc6cc32b6a3442fb155ae74c9719f3e"}, "audit_ids": ["JJ81DcfiTOqajjM6h_nCag"], "issued_at": "2018-10-06T04:52:32.000000Z"}} 2018-10-06 04:52:32,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b49f6033cb00c33e46940f2e0c45ae02e3679c" 2018-10-06 04:52:32,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea4e58fa-e713-4d6c-96d6-2289537289ff x-compute-request-id: req-ea4e58fa-e713-4d6c-96d6-2289537289ff Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:32,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-ea4e58fa-e713-4d6c-96d6-2289537289ff 2018-10-06 04:52:32,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:33,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e7cb82-4b99-41cd-b1e6-e086d73c36b1 x-compute-request-id: req-71e7cb82-4b99-41cd-b1e6-e086d73c36b1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:33,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-71e7cb82-4b99-41cd-b1e6-e086d73c36b1 2018-10-06 04:52:33,559 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - ACTIVE 2018-10-06 04:52:33,559 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:52:33,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:34,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52: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-974ecd48-f5e9-4637-814f-16c18d7c6ba3 x-compute-request-id: req-974ecd48-f5e9-4637-814f-16c18d7c6ba3 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:34,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-974ecd48-f5e9-4637-814f-16c18d7c6ba3 2018-10-06 04:52:34,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:34,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-44ecaaa7-b9ef-40fa-8f9d-3522585f344b Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:34,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-44ecaaa7-b9ef-40fa-8f9d-3522585f344b 2018-10-06 04:52:34,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:34,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4a25d7-2b46-4c41-bf42-eff1089bb4df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:34,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-ed4a25d7-2b46-4c41-bf42-eff1089bb4df 2018-10-06 04:52:34,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:34,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-97f56e51-9e1d-4c25-adc8-9ac352582874 Date: Sat, 06 Oct 2018 04:52:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:34,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-97f56e51-9e1d-4c25-adc8-9ac352582874 2018-10-06 04:52:34,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:34,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-b4f85cc0-0edf-45d5-b063-16b43ec00338 Date: Sat, 06 Oct 2018 04:52:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":"e874e63b-3d6b-40bd-9ef1-1edd518bbcdb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.2"}],"id":"66b8dc3f-7c57-4943-a460-2590d17ce7c5","security_groups":[],"mac_address":"fa:16:3e:95:ae:44","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.3"}],"id":"7b47551a-e641-4c0a-a2de-701630174c7c","security_groups":[],"mac_address":"fa:16:3e:b0:25:9c","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.4"}],"id":"b6160d91-797d-407a-a62d-01fb595f2c31","security_groups":[],"mac_address":"fa:16:3e:7c:0e:9b","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b83a864-3520-49e9-a131-90ab86ef056a"}]} 2018-10-06 04:52:34,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-b4f85cc0-0edf-45d5-b063-16b43ec00338 2018-10-06 04:52:34,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:35,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-41ba0da8-694b-4b46-a9e2-3c5b04801d43 x-compute-request-id: req-41ba0da8-694b-4b46-a9e2-3c5b04801d43 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:35,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-41ba0da8-694b-4b46-a9e2-3c5b04801d43 2018-10-06 04:52:35,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:35,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3a364399-e7bd-4391-8316-1f08b38fdfb5 Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:35,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-3a364399-e7bd-4391-8316-1f08b38fdfb5 2018-10-06 04:52:35,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:35,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b83f29-2959-4e28-b588-1924f20cca06 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:35,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-d3b83f29-2959-4e28-b588-1924f20cca06 2018-10-06 04:52:35,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:35,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6e7d23c4-18fa-4bf2-bfa0-8666df29d65c Date: Sat, 06 Oct 2018 04:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:35,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-6e7d23c4-18fa-4bf2-bfa0-8666df29d65c 2018-10-06 04:52:35,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:35,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-2f1a01b8-4bc5-4500-b1c5-a78f2792f2be Date: Sat, 06 Oct 2018 04:52:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":"e874e63b-3d6b-40bd-9ef1-1edd518bbcdb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.2"}],"id":"66b8dc3f-7c57-4943-a460-2590d17ce7c5","security_groups":[],"mac_address":"fa:16:3e:95:ae:44","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.3"}],"id":"7b47551a-e641-4c0a-a2de-701630174c7c","security_groups":[],"mac_address":"fa:16:3e:b0:25:9c","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.4"}],"id":"b6160d91-797d-407a-a62d-01fb595f2c31","security_groups":[],"mac_address":"fa:16:3e:7c:0e:9b","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b83a864-3520-49e9-a131-90ab86ef056a"}]} 2018-10-06 04:52:35,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-2f1a01b8-4bc5-4500-b1c5-a78f2792f2be 2018-10-06 04:52:35,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name"}}' 2018-10-06 04:52:36,037 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6095d2e3-c819-4f37-883d-7dc9f728de0b x-compute-request-id: req-6095d2e3-c819-4f37-883d-7dc9f728de0b Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name is not found for project 7ccc7dc42f6d4654b385c0c0eeda637c", "code": 404}} 2018-10-06 04:52:36,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb/action used request id req-6095d2e3-c819-4f37-883d-7dc9f728de0b 2018-10-06 04:52:36,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:36,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed944a4f-78ce-41fa-b10b-b241ba7067a8 x-compute-request-id: req-ed944a4f-78ce-41fa-b10b-b241ba7067a8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:36,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-ed944a4f-78ce-41fa-b10b-b241ba7067a8 2018-10-06 04:52:36,208 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name] - Security group InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name is not found for project 7ccc7dc42f6d4654b385c0c0eeda637c (HTTP 404) (Request-ID: req-6095d2e3-c819-4f37-883d-7dc9f728de0b) 2018-10-06 04:52:36,208 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-name is not found for project 7ccc7dc42f6d4654b385c0c0eeda637c (HTTP 404) (Request-ID: req-6095d2e3-c819-4f37-883d-7dc9f728de0b) 2018-10-06 04:52:36,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:36,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b720e6e-3dec-4fc7-b4f0-3d30167878e4 x-compute-request-id: req-9b720e6e-3dec-4fc7-b4f0-3d30167878e4 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:36,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-9b720e6e-3dec-4fc7-b4f0-3d30167878e4 2018-10-06 04:52:36,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:36,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-66e554bf-70ef-4663-b0cc-5c8c7a227dec Date: Sat, 06 Oct 2018 04:52: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":["9a9f3acc-87f5-445e-a9e3-8e950243af0b"],"updated_at":"2018-10-06T04:52:08Z","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9b83a864-3520-49e9-a131-90ab86ef056a","name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net"}]} 2018-10-06 04:52:36,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net used request id req-66e554bf-70ef-4663-b0cc-5c8c7a227dec 2018-10-06 04:52:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:36,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581f2010-2b99-42f2-b7cf-57dc3e226c09 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:36,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-581f2010-2b99-42f2-b7cf-57dc3e226c09 2018-10-06 04:52:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:37,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dcb3886c-7460-42a8-aa83-6454e7c38492 Date: Sat, 06 Oct 2018 04:52:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:08Z","dns_nameservers":[],"updated_at":"2018-10-06T04:52: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":"7ccc7dc42f6d4654b385c0c0eeda637c","id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet"}]} 2018-10-06 04:52:37,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-dcb3886c-7460-42a8-aa83-6454e7c38492 2018-10-06 04:52:37,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:37,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-c942c581-e17e-42e3-a6a6-f7bde81950f1 Date: Sat, 06 Oct 2018 04:52:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.11"}],"id":"562a6c2f-ecab-403a-b36a-cb1cf3027351","security_groups":["b701f286-c626-456b-807e-e235d52eb63e"],"mac_address":"fa:16:3e:99:bf:c1","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:14Z","binding:vnic_type":"normal","device_id":"e874e63b-3d6b-40bd-9ef1-1edd518bbcdb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.2"}],"id":"66b8dc3f-7c57-4943-a460-2590d17ce7c5","security_groups":[],"mac_address":"fa:16:3e:95:ae:44","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.3"}],"id":"7b47551a-e641-4c0a-a2de-701630174c7c","security_groups":[],"mac_address":"fa:16:3e:b0:25:9c","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9b83a864-3520-49e9-a131-90ab86ef056a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:52:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9a9f3acc-87f5-445e-a9e3-8e950243af0b","ip_address":"10.55.0.4"}],"id":"b6160d91-797d-407a-a62d-01fb595f2c31","security_groups":[],"mac_address":"fa:16:3e:7c:0e:9b","project_id":"7ccc7dc42f6d4654b385c0c0eeda637c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9b83a864-3520-49e9-a131-90ab86ef056a","tenant_id":"7ccc7dc42f6d4654b385c0c0eeda637c","created_at":"2018-10-06T04:52:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9b83a864-3520-49e9-a131-90ab86ef056a"}]} 2018-10-06 04:52:37,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9b83a864-3520-49e9-a131-90ab86ef056a used request id req-c942c581-e17e-42e3-a6a6-f7bde81950f1 2018-10-06 04:52:37,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6b49f6033cb00c33e46940f2e0c45ae02e3679c" 2018-10-06 04:52:37,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52: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-d63d5065-5816-4f59-9ac9-35caa9415d94 x-compute-request-id: req-d63d5065-5816-4f59-9ac9-35caa9415d94 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "security_groups": [{"name": "default"}], "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:23Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:37,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-d63d5065-5816-4f59-9ac9-35caa9415d94 2018-10-06 04:52:37,739 - create_instance - INFO - Deleting Port with ID - 562a6c2f-ecab-403a-b36a-cb1cf3027351 2018-10-06 04:52:37,739 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-port 2018-10-06 04:52:37,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/562a6c2f-ecab-403a-b36a-cb1cf3027351 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:38,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6230aed9-2dd2-4882-8317-bd111bd4d23c Date: Sat, 06 Oct 2018 04:52:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:38,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/562a6c2f-ecab-403a-b36a-cb1cf3027351 used request id req-6230aed9-2dd2-4882-8317-bd111bd4d23c 2018-10-06 04:52:38,350 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst 2018-10-06 04:52:38,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:38,539 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-f8287dd2-0c5e-4a2b-9894-1086b894718d x-compute-request-id: req-f8287dd2-0c5e-4a2b-9894-1086b894718d Content-Type: application/json 2018-10-06 04:52:38,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-f8287dd2-0c5e-4a2b-9894-1086b894718d 2018-10-06 04:52:38,540 - create_instance - INFO - Checking deletion status 2018-10-06 04:52:38,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:38,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-03138a8f-23af-4024-8d19-a1803f34af56 x-compute-request-id: req-03138a8f-23af-4024-8d19-a1803f34af56 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bf:c1", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:38Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:38,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-03138a8f-23af-4024-8d19-a1803f34af56 2018-10-06 04:52:38,807 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - ACTIVE 2018-10-06 04:52:38,807 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:52:41,807 - create_instance - DEBUG - VM status query timeout in 296.733164072 2018-10-06 04:52:41,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:42,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-c30a30b4-f35e-45dc-a69e-8db0cc4cb2c3 x-compute-request-id: req-c30a30b4-f35e-45dc-a69e-8db0cc4cb2c3 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.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "rel": "bookmark"}], "image": {"id": "45515477-6245-4d37-9a71-a46946eba659", "links": [{"href": "http://172.30.9.29:8774/images/45515477-6245-4d37-9a71-a46946eba659", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:52:18.000000", "flavor": {"id": "d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "links": [{"href": "http://172.30.9.29:8774/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae", "rel": "bookmark"}]}, "id": "e874e63b-3d6b-40bd-9ef1-1edd518bbcdb", "user_id": "6bc6cc32b6a3442fb155ae74c9719f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:52:38Z", "hostId": "0852d5246643c9e5ad10f0b62013aad8637d73a51d362fa76ebe2498", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst", "created": "2018-10-06T04:52:18Z", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:52:42,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-c30a30b4-f35e-45dc-a69e-8db0cc4cb2c3 2018-10-06 04:52:42,085 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst] is - ACTIVE 2018-10-06 04:52:42,085 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:52:45,088 - create_instance - DEBUG - VM status query timeout in 293.451864004 2018-10-06 04:52:45,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6cc3e294e63778e2fde14641976dcabb4ad658" 2018-10-06 04:52:45,137 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:52: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-0e347240-3295-4b88-a9bb-0903aa3d2e98 x-compute-request-id: req-0e347240-3295-4b88-a9bb-0903aa3d2e98 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e874e63b-3d6b-40bd-9ef1-1edd518bbcdb could not be found.", "code": 404}} 2018-10-06 04:52:45,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e874e63b-3d6b-40bd-9ef1-1edd518bbcdb used request id req-0e347240-3295-4b88-a9bb-0903aa3d2e98 2018-10-06 04:52:45,137 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e874e63b-3d6b-40bd-9ef1-1edd518bbcdb could not be found. (HTTP 404) (Request-ID: req-0e347240-3295-4b88-a9bb-0903aa3d2e98) 2018-10-06 04:52:45,137 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-inst 2018-10-06 04:52:45,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09788af40e1d9d26794918113bba5fccc6ec119" 2018-10-06 04:52:45,173 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:52: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-3bb2cf76-37e0-4c24-961e-10600d90bbb0 x-compute-request-id: req-3bb2cf76-37e0-4c24-961e-10600d90bbb0 Content-Length: 0 Content-Type: application/json 2018-10-06 04:52:45,173 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d82b3623-606b-44a4-9ab1-8364f1f5b5ae used request id req-3bb2cf76-37e0-4c24-961e-10600d90bbb0 2018-10-06 04:52:45,174 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet 2018-10-06 04:52:45,174 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-subnet 2018-10-06 04:52:45,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9a9f3acc-87f5-445e-a9e3-8e950243af0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:47,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76bb3fdf-cede-41bf-be58-8f762248eea2 Date: Sat, 06 Oct 2018 04:52:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:47,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9a9f3acc-87f5-445e-a9e3-8e950243af0b used request id req-76bb3fdf-cede-41bf-be58-8f762248eea2 2018-10-06 04:52:47,530 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-pub-net 2018-10-06 04:52:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/9b83a864-3520-49e9-a131-90ab86ef056a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2fdefa514f2f706ebdf61106f390b636560e01" 2018-10-06 04:52:48,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3506e7e-6ec5-4e54-8e9d-662cb7142f20 Date: Sat, 06 Oct 2018 04:52:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:48,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/9b83a864-3520-49e9-a131-90ab86ef056a used request id req-b3506e7e-6ec5-4e54-8e9d-662cb7142f20 2018-10-06 04:52:48,695 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-6e52baea-fec4-40ff-bffc-252a0dc5ee6c-image 2018-10-06 04:52:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebce987826dfb14b98a3a589654d854eaeb29c2" 2018-10-06 04:52:50,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0be2af38-88c5-42bb-a124-52bef7eb418a Date: Sat, 06 Oct 2018 04:52:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:52:50,867 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/45515477-6245-4d37-9a71-a46946eba659 used request id req-0be2af38-88c5-42bb-a124-52bef7eb418a 2018-10-06 04:52:50,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-11c81384-b226-4816-8438-b4cee6c6618c Date: Sat, 06 Oct 2018 04:52:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:08Z", "updated_at": "2018-10-06T04:52:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "revision_number": 0, "id": "1ffdb963-317d-484a-b671-65eefdcdaf9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "revision_number": 0, "id": "22e6f127-ac8b-4dfa-b760-60f9713002ba", "remote_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "revision_number": 0, "id": "af6eb80c-0cbd-4012-bc0c-5fc998d6734d", "remote_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "revision_number": 0, "id": "f5fc3cd6-71d2-47b7-b1b5-aa00d0dbd09f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c"}], "revision_number": 4, "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "b701f286-c626-456b-807e-e235d52eb63e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:52:51,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-11c81384-b226-4816-8438-b4cee6c6618c 2018-10-06 04:52:51,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f85b9c9-4782-4afa-bd88-20ddefcc6c0e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:52:51,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-2f85b9c9-4782-4afa-bd88-20ddefcc6c0e 2018-10-06 04:52:51,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff1ffd2-19f2-40f3-a2c3-350e57055584 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:52:51,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-bff1ffd2-19f2-40f3-a2c3-350e57055584 2018-10-06 04:52:51,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed3f3a7-9783-4a16-86ad-77a3c8d6f911 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c"}, "enabled": true, "id": "7ccc7dc42f6d4654b385c0c0eeda637c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-787ae076-c99d-45b-proj"}} 2018-10-06 04:52:51,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-aed3f3a7-9783-4a16-86ad-77a3c8d6f911 2018-10-06 04:52:51,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b701f286-c626-456b-807e-e235d52eb63e 2018-10-06 04:52:51,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b701f286-c626-456b-807e-e235d52eb63e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bd80b7fd-7531-45cd-b0b2-553e3f962e22 Date: Sat, 06 Oct 2018 04:52:51 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-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:08Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "1ffdb963-317d-484a-b671-65eefdcdaf9f"}, {"remote_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:08Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "22e6f127-ac8b-4dfa-b760-60f9713002ba"}, {"remote_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:08Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "af6eb80c-0cbd-4012-bc0c-5fc998d6734d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:08Z", "security_group_id": "b701f286-c626-456b-807e-e235d52eb63e", "port_range_min": null, "revision_number": 0, "tenant_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "created_at": "2018-10-06T04:52:08Z", "project_id": "7ccc7dc42f6d4654b385c0c0eeda637c", "id": "f5fc3cd6-71d2-47b7-b1b5-aa00d0dbd09f"}]} 2018-10-06 04:52:51,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=b701f286-c626-456b-807e-e235d52eb63e used request id req-bd80b7fd-7531-45cd-b0b2-553e3f962e22 2018-10-06 04:52:51,565 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:52:51,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b701f286-c626-456b-807e-e235d52eb63e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:51,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9026680d-c227-4564-9d07-ca2522901e99 Content-Length: 0 Date: Sat, 06 Oct 2018 04:52:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:52:51,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b701f286-c626-456b-807e-e235d52eb63e used request id req-9026680d-c227-4564-9d07-ca2522901e99 2018-10-06 04:52:51,974 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-787ae076-c99d-45b-proj 2018-10-06 04:52:51,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:52,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70ded83f-1ef3-4377-a984-5088d904c25a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:52,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7ccc7dc42f6d4654b385c0c0eeda637c used request id req-70ded83f-1ef3-4377-a984-5088d904c25a 2018-10-06 04:52:52,217 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-787ae076-c99d-45b-proj-role 2018-10-06 04:52:52,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:52,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-889b6d99-5868-4f8c-9f0f-be2e1f3a2c2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:52,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/24a122eac9f445d885ce9fb56a0d7e4a used request id req-889b6d99-5868-4f8c-9f0f-be2e1f3a2c2a 2018-10-06 04:52:52,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af2153607b2bcf9a686ca56a9b12ba7b2ae9dc5" 2018-10-06 04:52:52,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83efc6b8-0555-4f8b-9139-ae90073f056c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:52:52,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-83efc6b8-0555-4f8b-9139-ae90073f056c 2018-10-06 04:52:52,426 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-787ae076-c99d-45b-user 2018-10-06 04:52:52,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6bc6cc32b6a3442fb155ae74c9719f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb672f1f819f9e2226e41f9dc94f63d99813f56c" 2018-10-06 04:52:52,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5cd3972-42c5-4ca8-8cec-3bf9ea2dfdfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:52,644 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6bc6cc32b6a3442fb155ae74c9719f3e used request id req-d5cd3972-42c5-4ca8-8cec-3bf9ea2dfdfa 2018-10-06 04:52:52,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:53,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["7YxJ6dqzRnaMEdJQKp0eYg"], "issued_at": "2018-10-06T04:52:53.000000Z"}} 2018-10-06 04:52:53,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d13325367ef104b1948f946a2dba4a65f8d817" 2018-10-06 04:52:53,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74ea88e-80a5-41e7-9b5b-e3d5471195d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:53,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d74ea88e-80a5-41e7-9b5b-e3d5471195d7 2018-10-06 04:52:53,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:53,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:53,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["UvOlIUY_TfeRyfFpmTB08w"], "issued_at": "2018-10-06T04:52:53.000000Z"}} 2018-10-06 04:52:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:53,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881eeacd-e5d6-4612-8574-09ebd021934c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:53,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-881eeacd-e5d6-4612-8574-09ebd021934c 2018-10-06 04:52:53,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:53,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:53,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ed334a-fd3d-45c7-8432-dce9b81bb702 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:52:53,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj used request id req-82ed334a-fd3d-45c7-8432-dce9b81bb702 2018-10-06 04:52:53,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:53,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7283ccd0-7afd-4bcd-9452-3e93f5e3f301 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:52:53,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7283ccd0-7afd-4bcd-9452-3e93f5e3f301 2018-10-06 04:52:53,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}}' 2018-10-06 04:52:53,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bd0c2e5-aa99-42df-88c7-33f898b0d48b Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:52:53,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7bd0c2e5-aa99-42df-88c7-33f898b0d48b 2018-10-06 04:52:53,980 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-proj 2018-10-06 04:52:53,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:53,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:54,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xFAy1V7CRwGkS128PZ1BGQ"], "issued_at": "2018-10-06T04:52:54.000000Z"}} 2018-10-06 04:52:54,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b4b6d4cdb088575cecbc7f08d9ec3295246ca9" 2018-10-06 04:52:54,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20eef7b-534d-4eb3-8b07-6817d1d95ceb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:54,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d20eef7b-534d-4eb3-8b07-6817d1d95ceb 2018-10-06 04:52:54,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:52:54,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:52:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:52:54,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b4b6d4cdb088575cecbc7f08d9ec3295246ca9" 2018-10-06 04:52:54,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84be9bc3-6ecb-4fce-85be-5e0ddf77bd96 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:52:54,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-84be9bc3-6ecb-4fce-85be-5e0ddf77bd96 2018-10-06 04:52:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b4b6d4cdb088575cecbc7f08d9ec3295246ca9" 2018-10-06 04:52:54,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74a2d18-8879-40e2-8edb-4983805e0adc Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}]} 2018-10-06 04:52:54,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-443c7a0d-ac97-453-proj used request id req-a74a2d18-8879-40e2-8edb-4983805e0adc 2018-10-06 04:52:54,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b4b6d4cdb088575cecbc7f08d9ec3295246ca9" 2018-10-06 04:52:54,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98d6e60-bd66-4f97-8521-eae6fc3b9a79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:52:54,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c98d6e60-bd66-4f97-8521-eae6fc3b9a79 2018-10-06 04:52:55,171 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-user 2018-10-06 04:52:55,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:55,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:55,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a177d47-50a3-4449-91c0-f0035ed24866 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:52:55,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a177d47-50a3-4449-91c0-f0035ed24866 2018-10-06 04:52:55,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" -d '{"role": {"name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}}' 2018-10-06 04:52:55,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d96f1a1-9ca7-4399-a163-8ca12c7f34ee Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "links": {"self": "http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f"}, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}} 2018-10-06 04:52:55,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-1d96f1a1-9ca7-4399-a163-8ca12c7f34ee 2018-10-06 04:52:55,382 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role 2018-10-06 04:52:55,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:55,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2a32f9-ff9e-461f-a46a-35e0270646ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f"}, "domain_id": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role", "id": "eb0a4fe1049c4334ada9706aa0f4cf5f"}} 2018-10-06 04:52:55,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f used request id req-8b2a32f9-ff9e-461f-a46a-35e0270646ef 2018-10-06 04:52:55,473 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role to project InstanceSecurityGroupTests-443c7a0d-ac97-453-proj 2018-10-06 04:52:55,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438/users/ef4534adf8f5473b85268ff2e1a61959/roles/eb0a4fe1049c4334ada9706aa0f4cf5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:52:55,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2023c98a-150b-4160-ac38-5ca0f0e05375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:52:55,599 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438/users/ef4534adf8f5473b85268ff2e1a61959/roles/eb0a4fe1049c4334ada9706aa0f4cf5f used request id req-2023c98a-150b-4160-ac38-5ca0f0e05375 2018-10-06 04:52:55,600 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:52:55,601 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:52:55,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:55,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:55,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["y7TC0VBsS4qcOCxjlApScQ"], "issued_at": "2018-10-06T04:52:55.000000Z"}} 2018-10-06 04:52:55,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:56,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee2019d-dd43-4f39-9ffc-dd2d33d7112f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:56,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fee2019d-dd43-4f39-9ffc-dd2d33d7112f 2018-10-06 04:52:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:56,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-51da7658-253e-4f08-80a4-8fe4bbe54cc9 Date: Sat, 06 Oct 2018 04:52:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image"} 2018-10-06 04:52:56,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image used request id req-51da7658-253e-4f08-80a4-8fe4bbe54cc9 2018-10-06 04:52:56,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:56,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-361d4382-9e61-438b-a7f3-7c42b861be25 Date: Sat, 06 Oct 2018 04:52: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", "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-10-06 04:52:56,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-361d4382-9e61-438b-a7f3-7c42b861be25 2018-10-06 04:52:56,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image"}' 2018-10-06 04:52:56,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 X-Openstack-Request-Id: req-c92e2e42-8120-4796-bde7-06ef6edf6ac6 Date: Sat, 06 Oct 2018 04:52:56 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "min_disk": 0, "protected": false, "id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "file": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file", "checksum": null, "owner": "f51f0e3f4b6146899c41e803d4df9438", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:56,617 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c92e2e42-8120-4796-bde7-06ef6edf6ac6 2018-10-06 04:52:56,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" -d '' 2018-10-06 04:52:58,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2803a842-936b-4847-a2cd-b242250c3669 Date: Sat, 06 Oct 2018 04:52:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:52:58,365 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file used request id req-2803a842-936b-4847-a2cd-b242250c3669 2018-10-06 04:52:58,365 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:52:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:58,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2184e029-4140-435a-9046-3ec527b826f4 Date: Sat, 06 Oct 2018 04:52:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:58Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "metadata": {}}], "self": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "min_disk": 0, "protected": false, "id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "file": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f51f0e3f4b6146899c41e803d4df9438", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:58,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 used request id req-2184e029-4140-435a-9046-3ec527b826f4 2018-10-06 04:52:58,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:58,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d76de3c9-8d41-4d65-aa7b-58c922744d8c Date: Sat, 06 Oct 2018 04:52: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", "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-10-06 04:52:58,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d76de3c9-8d41-4d65-aa7b-58c922744d8c 2018-10-06 04:52:58,545 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image 2018-10-06 04:52:58,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:52:58,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-96430618-cab4-4387-881c-249e44e64411 Date: Sat, 06 Oct 2018 04:52:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:58Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "metadata": {}}], "self": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "min_disk": 0, "protected": false, "id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "file": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f51f0e3f4b6146899c41e803d4df9438", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:52:58,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 used request id req-96430618-cab4-4387-881c-249e44e64411 2018-10-06 04:52:58,714 - create_image - DEBUG - Instance status is - active 2018-10-06 04:52:58,714 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image 2018-10-06 04:52:58,714 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image 2018-10-06 04:52:58,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:52:58,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:52:59,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["a3LkugvGTpCAFMKyDV8NxA"], "issued_at": "2018-10-06T04:52:59.000000Z"}} 2018-10-06 04:52:59,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:52:59,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc176296-5887-46a4-b45a-5e6a9bbfee54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:52:59,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dc176296-5887-46a4-b45a-5e6a9bbfee54 2018-10-06 04:52:59,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:52:59,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d61ddffd-bb1d-4ebb-880b-d158067c504c Date: Sat, 06 Oct 2018 04:52:59 GMT RESP BODY: {"networks":[]} 2018-10-06 04:52:59,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-d61ddffd-bb1d-4ebb-880b-d158067c504c 2018-10-06 04:52:59,448 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net 2018-10-06 04:52:59,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" -d '{"network": {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net", "admin_state_up": true}}' 2018-10-06 04:53:00,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-f37e46b1-b5cf-4a15-a76b-62ec4bbd0d28 Date: Sat, 06 Oct 2018 04:53:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:52:59Z","is_default":false,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","mtu":1450}} 2018-10-06 04:53:00,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-f37e46b1-b5cf-4a15-a76b-62ec4bbd0d28 2018-10-06 04:53:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:00,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-68b5a51e-ebe7-4bb7-b7a5-c0129053f99c Date: Sat, 06 Oct 2018 04:53: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-10-06T04:52:59Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:00,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-68b5a51e-ebe7-4bb7-b7a5-c0129053f99c 2018-10-06 04:53:00,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:00,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a407c57e-54dc-4d0e-831c-d48cbe519411 Date: Sat, 06 Oct 2018 04:53:00 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:53:00,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-a407c57e-54dc-4d0e-831c-d48cbe519411 2018-10-06 04:53:00,560 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet 2018-10-06 04:53:00,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" -d '{"subnets": [{"ip_version": 4, "network_id": "948dcc0b-822e-4ae1-ac76-60af92f5f064", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]}' 2018-10-06 04:53:01,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-862b9598-4e81-49b1-91b4-669de2835190 Date: Sat, 06 Oct 2018 04:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:01,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-862b9598-4e81-49b1-91b4-669de2835190 2018-10-06 04:53:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:01,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ed0add55-f0d8-4546-a57f-531bc74d4f53 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:01,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-ed0add55-f0d8-4546-a57f-531bc74d4f53 2018-10-06 04:53:01,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:01,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e20979f8-a3aa-460b-8f11-c95f157d3425 Date: Sat, 06 Oct 2018 04:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:01,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-e20979f8-a3aa-460b-8f11-c95f157d3425 2018-10-06 04:53:01,531 - OpenStackNetwork - DEBUG - Network [948dcc0b-822e-4ae1-ac76-60af92f5f064] created successfully 2018-10-06 04:53:01,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:01,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:01,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["JbmoEWgpTs68W7eXCxOrXw"], "issued_at": "2018-10-06T04:53:01.000000Z"}} 2018-10-06 04:53:01,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42c73001d3c8889b86c144b6913bc8aaefe81d85" 2018-10-06 04:53:02,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0e7cca-44fa-4264-9bda-d3bff487f9ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:02,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5e0e7cca-44fa-4264-9bda-d3bff487f9ac 2018-10-06 04:53:02,031 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:53:02,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42c73001d3c8889b86c144b6913bc8aaefe81d85" 2018-10-06 04:53:02,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-130eac35-c32b-4dfa-b784-2fd7004886a8 x-compute-request-id: req-130eac35-c32b-4dfa-b784-2fd7004886a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:53:02,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-130eac35-c32b-4dfa-b784-2fd7004886a8 2018-10-06 04:53:02,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42c73001d3c8889b86c144b6913bc8aaefe81d85" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-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-10-06 04:53:02,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-e2b25a27-1afd-47a6-96a8-af5f5d77f052 x-compute-request-id: req-e2b25a27-1afd-47a6-96a8-af5f5d77f052 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:53:02,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e2b25a27-1afd-47a6-96a8-af5f5d77f052 2018-10-06 04:53:02,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:02,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:02,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["OWRy3cOFQ8urqa-A40Q-Ew"], "issued_at": "2018-10-06T04:53:02.000000Z"}} 2018-10-06 04:53:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:02,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b33a088-174b-4c31-bc00-584521d606ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:02,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6b33a088-174b-4c31-bc00-584521d606ca 2018-10-06 04:53:02,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:02,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-eb0765f6-cede-4269-8b76-a06c9e92278d Date: Sat, 06 Oct 2018 04:53:02 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:53:02,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name&description=hello+group used request id req-eb0765f6-cede-4269-8b76-a06c9e92278d 2018-10-06 04:53:02,943 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name... 2018-10-06 04:53:02,943 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name 2018-10-06 04:53:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name", "description": "hello group"}}' 2018-10-06 04:53:03,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d75d2176-af6f-42cf-84fd-6d79197ff752 Date: Sat, 06 Oct 2018 04:53:03 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "updated_at": "2018-10-06T04:53:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "5fac963a-b70e-452a-963b-044e02b0d658", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}], "revision_number": 2, "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}} 2018-10-06 04:53:03,292 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-d75d2176-af6f-42cf-84fd-6d79197ff752 2018-10-06 04:53:03,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:03,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:03,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2253c2b3-a65e-4f20-93bf-4122323fc203 Date: Sat, 06 Oct 2018 04:53: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-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "5fac963a-b70e-452a-963b-044e02b0d658"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4"}]} 2018-10-06 04:53:03,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-2253c2b3-a65e-4f20-93bf-4122323fc203 2018-10-06 04:53:03,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:03,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:03,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fc3d82ee-afcb-4f30-82d2-8e7aa9d4ea84 Date: Sat, 06 Oct 2018 04:53: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-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "5fac963a-b70e-452a-963b-044e02b0d658"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4"}]} 2018-10-06 04:53:03,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-fc3d82ee-afcb-4f30-82d2-8e7aa9d4ea84 2018-10-06 04:53:03,665 - neutron_utils - INFO - Retrieving security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:03,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:03,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b2b7fc4a-0df0-435e-bccd-1148c7072cbd Date: Sat, 06 Oct 2018 04:53:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "updated_at": "2018-10-06T04:53:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "5fac963a-b70e-452a-963b-044e02b0d658", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}], "revision_number": 2, "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}]} 2018-10-06 04:53:03,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-b2b7fc4a-0df0-435e-bccd-1148c7072cbd 2018-10-06 04:53:03,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:03,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:04,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b96e4e08-ce69-4304-b618-c42646b5641b Date: Sat, 06 Oct 2018 04:53:04 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-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "5fac963a-b70e-452a-963b-044e02b0d658"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4"}]} 2018-10-06 04:53:04,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-b96e4e08-ce69-4304-b618-c42646b5641b 2018-10-06 04:53:04,038 - neutron_utils - INFO - Retrieving security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:04,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-1a418674-c25c-4a28-b62f-ff345d3a9197 Date: Sat, 06 Oct 2018 04:53:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "updated_at": "2018-10-06T04:53:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "5fac963a-b70e-452a-963b-044e02b0d658", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}], "revision_number": 2, "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}]} 2018-10-06 04:53:04,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-1a418674-c25c-4a28-b62f-ff345d3a9197 2018-10-06 04:53:04,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:04,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:04,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e5f51915-b95b-4709-826d-2ffae91eca96 Date: Sat, 06 Oct 2018 04:53:04 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-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "5fac963a-b70e-452a-963b-044e02b0d658"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4"}]} 2018-10-06 04:53:04,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-e5f51915-b95b-4709-826d-2ffae91eca96 2018-10-06 04:53:04,275 - neutron_utils - INFO - Retrieving security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:04,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5dfb4429-bf15-4570-a0a8-e1e067b13df0 Date: Sat, 06 Oct 2018 04:53:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "updated_at": "2018-10-06T04:53:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "5fac963a-b70e-452a-963b-044e02b0d658", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "revision_number": 0, "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}], "revision_number": 2, "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}]} 2018-10-06 04:53:04,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-5dfb4429-bf15-4570-a0a8-e1e067b13df0 2018-10-06 04:53:04,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340f1245-a6d0-473e-a1dd-15afb2ec4108 2018-10-06 04:53:04,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:04,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-049891d0-a442-44c0-91ba-2d2f6f1a0b2b Date: Sat, 06 Oct 2018 04:53:04 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-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "5fac963a-b70e-452a-963b-044e02b0d658"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:03Z", "security_group_id": "340f1245-a6d0-473e-a1dd-15afb2ec4108", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:53:03Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "ddd952bb-1028-49d0-9767-bafd4c8237b4"}]} 2018-10-06 04:53:04,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-049891d0-a442-44c0-91ba-2d2f6f1a0b2b 2018-10-06 04:53:04,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:04,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:05,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["3eqKSFBXTbWcIRwVpgqQaw"], "issued_at": "2018-10-06T04:53:05.000000Z"}} 2018-10-06 04:53:05,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af39de6-409c-4e4c-a55d-63c102fb699a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:05,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2af39de6-409c-4e4c-a55d-63c102fb699a 2018-10-06 04:53:05,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:53:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3589ba3-c8a6-4cdc-bbee-630d7ad7e1ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:05,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b3589ba3-c8a6-4cdc-bbee-630d7ad7e1ac 2018-10-06 04:53:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e4b1ba6c-e699-4335-8142-abbdd8470f07 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:05,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-e4b1ba6c-e699-4335-8142-abbdd8470f07 2018-10-06 04:53:05,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:53:05,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:53:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:53:05,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a45866-b1b3-41f8-acee-97f81087afef Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:05,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-02a45866-b1b3-41f8-acee-97f81087afef 2018-10-06 04:53:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a98c18ae-f403-4bcd-b011-1d65cb8f5bb6 Date: Sat, 06 Oct 2018 04:53:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:05,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-a98c18ae-f403-4bcd-b011-1d65cb8f5bb6 2018-10-06 04:53:05,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:05,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dffff618-8e93-466e-b663-f4f6ec99a151 Date: Sat, 06 Oct 2018 04:53:05 GMT RESP BODY: {"ports":[]} 2018-10-06 04:53:05,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True used request id req-dffff618-8e93-466e-b663-f4f6ec99a151 2018-10-06 04:53:05,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:06,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-36f8edd4-c6ff-4b02-b84a-b2ce9bfea1ae x-compute-request-id: req-36f8edd4-c6ff-4b02-b84a-b2ce9bfea1ae Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:53:06,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst used request id req-36f8edd4-c6ff-4b02-b84a-b2ce9bfea1ae 2018-10-06 04:53:06,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:06,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2a531c59-2d8c-4244-a3ee-5d131846f65e Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:06,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-2a531c59-2d8c-4244-a3ee-5d131846f65e 2018-10-06 04:53:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:06,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b76ba60e-541f-42c3-b3a8-748d1781d241 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:06,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-b76ba60e-541f-42c3-b3a8-748d1781d241 2018-10-06 04:53:06,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:06,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d77b43e-08b3-4888-bd1a-2629b6127dbb Date: Sat, 06 Oct 2018 04:53:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:06,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-5d77b43e-08b3-4888-bd1a-2629b6127dbb 2018-10-06 04:53:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:06,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5122fe31-fe49-4149-8d45-f52a8ea1ef94 Date: Sat, 06 Oct 2018 04:53:06 GMT RESP BODY: {"ports":[]} 2018-10-06 04:53:06,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True used request id req-5122fe31-fe49-4149-8d45-f52a8ea1ef94 2018-10-06 04:53:06,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:06,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:07,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["b6185LD1SxCo03yeGCjvZg"], "issued_at": "2018-10-06T04:53:07.000000Z"}} 2018-10-06 04:53:07,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a82b85f5c42bcc6b97cb3bcbc02b8b7293de94ae" 2018-10-06 04:53:07,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88085c68-d4e1-4f35-814e-a2db9874cbe2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:07,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-88085c68-d4e1-4f35-814e-a2db9874cbe2 2018-10-06 04:53:07,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:07,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9b6d4fad-8939-4506-905a-74be62a0e862 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:07,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-9b6d4fad-8939-4506-905a-74be62a0e862 2018-10-06 04:53:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:07,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-21744be0-b951-4990-8a6e-e42b5444ca03 Date: Sat, 06 Oct 2018 04:53:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:07,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-21744be0-b951-4990-8a6e-e42b5444ca03 2018-10-06 04:53:07,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:08,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-305dd31e-33c5-4929-8706-033f2123d02a Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:08,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-305dd31e-33c5-4929-8706-033f2123d02a 2018-10-06 04:53:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:53:08,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:53:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:53:08,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a82b85f5c42bcc6b97cb3bcbc02b8b7293de94ae" 2018-10-06 04:53:08,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428f64da-54f7-403e-b8e3-c6f2f05de32b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:08,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-428f64da-54f7-403e-b8e3-c6f2f05de32b 2018-10-06 04:53:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:08,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f0b09b8e-b95e-479f-9352-80a93df185c2 Date: Sat, 06 Oct 2018 04:53:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:08,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-f0b09b8e-b95e-479f-9352-80a93df185c2 2018-10-06 04:53:08,394 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net 2018-10-06 04:53:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" -d '{"port": {"network_id": "948dcc0b-822e-4ae1-ac76-60af92f5f064", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port", "admin_state_up": true}}' 2018-10-06 04:53:09,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-254467c9-8078-4afb-a4dd-cbf65f5755c8 Date: Sat, 06 Oct 2018 04:53:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76"],"mac_address":"fa:16:3e:19:39:a0","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","project_id":"f51f0e3f4b6146899c41e803d4df9438","qos_policy_id":null,"admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal"}} 2018-10-06 04:53:09,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-254467c9-8078-4afb-a4dd-cbf65f5755c8 2018-10-06 04:53:09,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:09,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5d18580b-3ae0-4c64-be32-b917f777081d Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:09,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-5d18580b-3ae0-4c64-be32-b917f777081d 2018-10-06 04:53:09,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:09,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31bbe21a-42b1-4926-a196-e550bc582eb9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:09,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-31bbe21a-42b1-4926-a196-e550bc582eb9 2018-10-06 04:53:09,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:09,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6296620b-aa74-469a-b6a2-10823e525283 Date: Sat, 06 Oct 2018 04:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:09,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-6296620b-aa74-469a-b6a2-10823e525283 2018-10-06 04:53:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-dbf3454d-565c-4ccf-8ff9-b9be17bea493 Date: Sat, 06 Oct 2018 04:53:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:53:10,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port&admin_state_up=True used request id req-dbf3454d-565c-4ccf-8ff9-b9be17bea493 2018-10-06 04:53:10,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01413a2f-aa98-46c3-9e93-a95fee3a4dc4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:10,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-01413a2f-aa98-46c3-9e93-a95fee3a4dc4 2018-10-06 04:53:10,274 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst 2018-10-06 04:53:10,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-bb868a85-ce65-4d11-9db7-e0600dde1fbc x-compute-request-id: req-bb868a85-ce65-4d11-9db7-e0600dde1fbc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-flavor-name"}]} 2018-10-06 04:53:10,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bb868a85-ce65-4d11-9db7-e0600dde1fbc 2018-10-06 04:53:10,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-d1521782-5d54-4902-89d6-e1eff803b391 x-compute-request-id: req-d1521782-5d54-4902-89d6-e1eff803b391 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:53:10,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf used request id req-d1521782-5d54-4902-89d6-e1eff803b391 2018-10-06 04:53:10,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-b72bf7f7-d308-4562-b265-19cc4dc82c89 Date: Sat, 06 Oct 2018 04:53:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:52:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:52:58Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "metadata": {}}], "self": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "min_disk": 0, "protected": false, "id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "file": "/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f51f0e3f4b6146899c41e803d4df9438", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image"} 2018-10-06 04:53:10,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image used request id req-b72bf7f7-d308-4562-b265-19cc4dc82c89 2018-10-06 04:53:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:10,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2df86528-e397-4bef-9721-0d7fb8a3d3c3 Date: Sat, 06 Oct 2018 04:53:10 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", "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-10-06 04:53:10,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2df86528-e397-4bef-9721-0d7fb8a3d3c3 2018-10-06 04:53:10,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" -d '{"server": {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "imageRef": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "flavorRef": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "max_count": 1, "min_count": 1, "networks": [{"port": "782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d"}], "security_groups": [{"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}]}}' 2018-10-06 04:53:12,880 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:53: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-be312f97-c71e-440f-b23e-6cc2e2d24b35 x-compute-request-id: req-be312f97-c71e-440f-b23e-6cc2e2d24b35 Content-Length: 435 location: http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "adminPass": "YDuBRLg7r5iE"}} 2018-10-06 04:53:12,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-be312f97-c71e-440f-b23e-6cc2e2d24b35 2018-10-06 04:53:12,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:13,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ead87d1c-5bc5-4e15-83d3-b5ff1f3213ae x-compute-request-id: req-ead87d1c-5bc5-4e15-83d3-b5ff1f3213ae 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.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:53:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:13,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-ead87d1c-5bc5-4e15-83d3-b5ff1f3213ae 2018-10-06 04:53:13,115 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst 2018-10-06 04:53:13,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:13,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-4f8aaf54-7611-4101-a463-680dbec1baf3 x-compute-request-id: req-4f8aaf54-7611-4101-a463-680dbec1baf3 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.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:53:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:13,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-4f8aaf54-7611-4101-a463-680dbec1baf3 2018-10-06 04:53:13,337 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - BUILD 2018-10-06 04:53:13,337 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:53:16,340 - create_instance - DEBUG - VM status query timeout in 896.775224924 2018-10-06 04:53:16,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:16,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-1e2d74f6-3081-45c2-8f19-3fe29fd3c2e3 x-compute-request-id: req-1e2d74f6-3081-45c2-8f19-3fe29fd3c2e3 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.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:53:13Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:16,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-1e2d74f6-3081-45c2-8f19-3fe29fd3c2e3 2018-10-06 04:53:16,949 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - BUILD 2018-10-06 04:53:16,949 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:53:19,950 - create_instance - DEBUG - VM status query timeout in 893.16513586 2018-10-06 04:53:19,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:20,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-cc4678ca-6cba-455a-b64b-73511a8c03c2 x-compute-request-id: req-cc4678ca-6cba-455a-b64b-73511a8c03c2 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:20,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-cc4678ca-6cba-455a-b64b-73511a8c03c2 2018-10-06 04:53:20,516 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:20,516 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:53:20,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:21,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-554d3f16-a8cb-42d5-9ad4-832277923e6f x-compute-request-id: req-554d3f16-a8cb-42d5-9ad4-832277923e6f Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:21,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-554d3f16-a8cb-42d5-9ad4-832277923e6f 2018-10-06 04:53:21,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:21,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0797ffc0-1711-43a8-a6b4-8be4a9d921b3 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:21,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-0797ffc0-1711-43a8-a6b4-8be4a9d921b3 2018-10-06 04:53:21,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:21,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501b3e2e-1386-48d1-9a10-be2254a8dacf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:21,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-501b3e2e-1386-48d1-9a10-be2254a8dacf 2018-10-06 04:53:21,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:21,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b9595e30-2e8d-4df9-9a12-e7b554cd284f Date: Sat, 06 Oct 2018 04:53:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:21,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-b9595e30-2e8d-4df9-9a12-e7b554cd284f 2018-10-06 04:53:21,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:21,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-cf299bdd-4dc1-434e-8412-98b6a5de15e6 Date: Sat, 06 Oct 2018 04:53:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:21,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-cf299bdd-4dc1-434e-8412-98b6a5de15e6 2018-10-06 04:53:21,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:22,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-921494fd-da4c-4a4e-87e8-4a45867415e2 x-compute-request-id: req-921494fd-da4c-4a4e-87e8-4a45867415e2 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:22,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-921494fd-da4c-4a4e-87e8-4a45867415e2 2018-10-06 04:53:22,128 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:22,128 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:53:22,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:22,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-08338a5f-06f6-4af8-b222-7eeb6557ad78 x-compute-request-id: req-08338a5f-06f6-4af8-b222-7eeb6557ad78 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:22,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-08338a5f-06f6-4af8-b222-7eeb6557ad78 2018-10-06 04:53:22,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:22,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d829d10b-70a1-43a2-ab45-d7ab9ee411af Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:22,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-d829d10b-70a1-43a2-ab45-d7ab9ee411af 2018-10-06 04:53:22,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:22,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fbe97b-e621-4f7b-8de9-98063c326058 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:22,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-62fbe97b-e621-4f7b-8de9-98063c326058 2018-10-06 04:53:22,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:22,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-330a2dd7-1b9b-45a7-aa78-e276572ecf4c Date: Sat, 06 Oct 2018 04:53:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:22,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-330a2dd7-1b9b-45a7-aa78-e276572ecf4c 2018-10-06 04:53:22,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:23,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-98651be6-e032-4bc8-92d7-da2bf8b50d56 Date: Sat, 06 Oct 2018 04:53:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:23,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-98651be6-e032-4bc8-92d7-da2bf8b50d56 2018-10-06 04:53:23,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}}' 2018-10-06 04:53:24,268 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-028903c9-10cb-4ac9-9a51-6b4f76b1c713 x-compute-request-id: req-028903c9-10cb-4ac9-9a51-6b4f76b1c713 Content-Length: 0 Content-Type: application/json 2018-10-06 04:53:24,268 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034/action used request id req-028903c9-10cb-4ac9-9a51-6b4f76b1c713 2018-10-06 04:53:24,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:24,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-7d07381d-d52b-4adf-9560-854144f795e8 x-compute-request-id: req-7d07381d-d52b-4adf-9560-854144f795e8 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:24,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-7d07381d-d52b-4adf-9560-854144f795e8 2018-10-06 04:53:24,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:25,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3072a433-51a0-45bb-a355-beb0fc6cc648 Date: Sat, 06 Oct 2018 04: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:25,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-3072a433-51a0-45bb-a355-beb0fc6cc648 2018-10-06 04:53:25,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:25,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e80f6f9-7b6c-48c5-9597-af9952e24afe Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:25,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-6e80f6f9-7b6c-48c5-9597-af9952e24afe 2018-10-06 04:53:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:25,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cc70a5fb-d0da-4f19-ac28-bfa7387c180b Date: Sat, 06 Oct 2018 04:53:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:25,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-cc70a5fb-d0da-4f19-ac28-bfa7387c180b 2018-10-06 04:53:25,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:25,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-bf048c6d-37df-4eac-9a26-586ccefb260d Date: Sat, 06 Oct 2018 04:53:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76","340f1245-a6d0-473e-a1dd-15afb2ec4108"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:25,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-bf048c6d-37df-4eac-9a26-586ccefb260d 2018-10-06 04:53:25,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:25,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb0a4fe1049c4334ada9706aa0f4cf5f", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role"}], "expires_at": "2018-10-06T05:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f51f0e3f4b6146899c41e803d4df9438", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f51f0e3f4b6146899c41e803d4df9438", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-user", "id": "ef4534adf8f5473b85268ff2e1a61959"}, "audit_ids": ["HC8uzIqOSHWx4EQNfFjcFA"], "issued_at": "2018-10-06T04:53:25.000000Z"}} 2018-10-06 04:53:25,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea80a762089d762976c478ee648e2f69e0f7ef8" 2018-10-06 04:53:26,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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,Accept-Encoding x-openstack-request-id: req-8b30f08b-79ce-4101-95c2-ca0831cd6034 x-compute-request-id: req-8b30f08b-79ce-4101-95c2-ca0831cd6034 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:26,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-8b30f08b-79ce-4101-95c2-ca0831cd6034 2018-10-06 04:53:26,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:27,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-5e057cdb-059f-429b-9ae4-e599bb381db6 x-compute-request-id: req-5e057cdb-059f-429b-9ae4-e599bb381db6 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:27,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-5e057cdb-059f-429b-9ae4-e599bb381db6 2018-10-06 04:53:27,343 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:27,343 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:53:27,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:27,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-c2f17114-3f27-4024-8e35-d580f790bc3f x-compute-request-id: req-c2f17114-3f27-4024-8e35-d580f790bc3f Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:27,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-c2f17114-3f27-4024-8e35-d580f790bc3f 2018-10-06 04:53:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2534f6de-307d-437b-9689-6bd567c6e7c0 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:28,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-2534f6de-307d-437b-9689-6bd567c6e7c0 2018-10-06 04:53:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f05b27-a2ce-4bab-a126-32b3871920be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:28,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-79f05b27-a2ce-4bab-a126-32b3871920be 2018-10-06 04:53:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-069e8368-cc05-45ee-a3eb-992e607b35a6 Date: Sat, 06 Oct 2018 04:53:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:28,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-069e8368-cc05-45ee-a3eb-992e607b35a6 2018-10-06 04:53:28,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-d9440102-f6f6-44b6-aab5-667835d7b53a Date: Sat, 06 Oct 2018 04:53:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76","340f1245-a6d0-473e-a1dd-15afb2ec4108"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:28,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-d9440102-f6f6-44b6-aab5-667835d7b53a 2018-10-06 04:53:28,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-613d69e3-57e3-479c-8a60-e5716ec13eb7 x-compute-request-id: req-613d69e3-57e3-479c-8a60-e5716ec13eb7 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:28,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-613d69e3-57e3-479c-8a60-e5716ec13eb7 2018-10-06 04:53:28,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c72f681f-69b3-4e61-91c9-ee83d2cab476 Date: Sat, 06 Oct 2018 04:53: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:28,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-c72f681f-69b3-4e61-91c9-ee83d2cab476 2018-10-06 04:53:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bca3763-949e-4062-99b8-b123588ea20e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:28,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-8bca3763-949e-4062-99b8-b123588ea20e 2018-10-06 04:53:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:28,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-53bee6b6-8ffa-4ff2-92ec-4d05707b50a6 Date: Sat, 06 Oct 2018 04:53:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:28,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-53bee6b6-8ffa-4ff2-92ec-4d05707b50a6 2018-10-06 04:53:28,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:29,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-a5689340-9d63-4959-8a99-883d0fc51bbc Date: Sat, 06 Oct 2018 04:53:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76","340f1245-a6d0-473e-a1dd-15afb2ec4108"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:29,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-a5689340-9d63-4959-8a99-883d0fc51bbc 2018-10-06 04:53:29,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}}' 2018-10-06 04:53:29,761 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-0a15023e-d2be-426d-b5e0-76d5faaa55ae x-compute-request-id: req-0a15023e-d2be-426d-b5e0-76d5faaa55ae 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: '340f1245-a6d0-473e-a1dd-15afb2ec4108'.\nNeutron server returns request_ids: ['req-bea05131-c3c6-4367-b8e7-8a82e9bc2179']", "code": 400}} 2018-10-06 04:53:29,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034/action used request id req-0a15023e-d2be-426d-b5e0-76d5faaa55ae 2018-10-06 04:53:29,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-398eaccc-07a7-44dc-894a-cfcc1e5e2416 x-compute-request-id: req-398eaccc-07a7-44dc-894a-cfcc1e5e2416 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:30,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-398eaccc-07a7-44dc-894a-cfcc1e5e2416 2018-10-06 04:53:30,235 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name] already added to VM [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] 2018-10-06 04:53:30,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-fbe51c9c-7ce1-4149-b289-dccc024dafce x-compute-request-id: req-fbe51c9c-7ce1-4149-b289-dccc024dafce Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:30,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-fbe51c9c-7ce1-4149-b289-dccc024dafce 2018-10-06 04:53:30,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0dc549c8-4edc-4a7d-ab35-8ad1fa1720bf Date: Sat, 06 Oct 2018 04: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":["9b201c90-b0bb-4a40-8415-03fd21902e38"],"updated_at":"2018-10-06T04:53:00Z","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f51f0e3f4b6146899c41e803d4df9438","id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net"}]} 2018-10-06 04:53:30,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net used request id req-0dc549c8-4edc-4a7d-ab35-8ad1fa1720bf 2018-10-06 04:53:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699b9cc4-9bcc-49c8-bbf0-f6cd1093c6a1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:30,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-699b9cc4-9bcc-49c8-bbf0-f6cd1093c6a1 2018-10-06 04:53:30,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b1c2eafd-a693-41db-afe3-f8b7268e2412 Date: Sat, 06 Oct 2018 04:53:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:00Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53: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":"f51f0e3f4b6146899c41e803d4df9438","id":"9b201c90-b0bb-4a40-8415-03fd21902e38","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet"}]} 2018-10-06 04:53:30,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-b1c2eafd-a693-41db-afe3-f8b7268e2412 2018-10-06 04:53:30,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:30,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-e44826b6-a73d-495a-b66d-85ebb96d976b Date: Sat, 06 Oct 2018 04:53:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.4"}],"id":"403c4ff6-247d-4ee2-bb1c-663f495d53ed","security_groups":[],"mac_address":"fa:16:3e:b0:f4:b3","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.2"}],"id":"497efd5a-87a8-4cb3-98f7-e874d640d01e","security_groups":[],"mac_address":"fa:16:3e:e1:1d:dc","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-948dcc0b-822e-4ae1-ac76-60af92f5f064"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.11"}],"id":"782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d","security_groups":["13d3a2b2-f016-4852-9fbb-6c4494117f76","340f1245-a6d0-473e-a1dd-15afb2ec4108"],"mac_address":"fa:16:3e:19:39:a0","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:08Z","binding:vnic_type":"normal","device_id":"81ee0b27-4b0e-444c-869b-e8b87c825034"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:53:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b201c90-b0bb-4a40-8415-03fd21902e38","ip_address":"10.55.0.3"}],"id":"9785fcf2-f976-433e-b215-bf614c50da9e","security_groups":[],"mac_address":"fa:16:3e:09:76:22","project_id":"f51f0e3f4b6146899c41e803d4df9438","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"948dcc0b-822e-4ae1-ac76-60af92f5f064","tenant_id":"f51f0e3f4b6146899c41e803d4df9438","created_at":"2018-10-06T04:53:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-948dcc0b-822e-4ae1-ac76-60af92f5f064"}]} 2018-10-06 04:53:30,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-e44826b6-a73d-495a-b66d-85ebb96d976b 2018-10-06 04:53:30,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea80a762089d762976c478ee648e2f69e0f7ef8" 2018-10-06 04:53:31,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-1031108f-6aea-4ac4-aae2-0bad88c20666 x-compute-request-id: req-1031108f-6aea-4ac4-aae2-0bad88c20666 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name"}], "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:19Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:31,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-1031108f-6aea-4ac4-aae2-0bad88c20666 2018-10-06 04:53:31,503 - create_instance - INFO - Deleting Port with ID - 782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d 2018-10-06 04:53:31,503 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-port 2018-10-06 04:53:31,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:32,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ddda64b-5cf3-41fc-92d8-d651705e4437 Date: Sat, 06 Oct 2018 04:53:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:32,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/782cb56f-fcd4-494f-bbb5-4ab2b0b0e20d used request id req-0ddda64b-5cf3-41fc-92d8-d651705e4437 2018-10-06 04:53:32,068 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst 2018-10-06 04:53:32,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:32,234 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-2f2ab4a7-c364-4acd-9292-60df71f960f1 x-compute-request-id: req-2f2ab4a7-c364-4acd-9292-60df71f960f1 Content-Type: application/json 2018-10-06 04:53:32,234 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-2f2ab4a7-c364-4acd-9292-60df71f960f1 2018-10-06 04:53:32,234 - create_instance - INFO - Checking deletion status 2018-10-06 04:53:32,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:32,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-2ded5575-4049-4f51-aa96-c6b324cb98ec x-compute-request-id: req-2ded5575-4049-4f51-aa96-c6b324cb98ec Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:39:a0", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:32Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:32,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-2ded5575-4049-4f51-aa96-c6b324cb98ec 2018-10-06 04:53:32,510 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:32,510 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:53:35,513 - create_instance - DEBUG - VM status query timeout in 296.721441031 2018-10-06 04:53:35,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:35,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-6d7feeca-e170-4bf4-8d73-bce62b75f322 x-compute-request-id: req-6d7feeca-e170-4bf4-8d73-bce62b75f322 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:32Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:35,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-6d7feeca-e170-4bf4-8d73-bce62b75f322 2018-10-06 04:53:35,789 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:35,789 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:53:38,792 - create_instance - DEBUG - VM status query timeout in 293.442615986 2018-10-06 04:53:38,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:39,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53: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-c094e378-1c6d-4743-b85e-8d3ff4bcd004 x-compute-request-id: req-c094e378-1c6d-4743-b85e-8d3ff4bcd004 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/81ee0b27-4b0e-444c-869b-e8b87c825034", "rel": "bookmark"}], "image": {"id": "e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "links": [{"href": "http://172.30.9.29:8774/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:53:15.000000", "flavor": {"id": "ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "links": [{"href": "http://172.30.9.29:8774/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf", "rel": "bookmark"}]}, "id": "81ee0b27-4b0e-444c-869b-e8b87c825034", "user_id": "ef4534adf8f5473b85268ff2e1a61959", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:53:32Z", "hostId": "8a0dd06b361ee6dfe5b228d1c4a5d5a94d94eea19f9d9c034b451d72", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst", "created": "2018-10-06T04:53:12Z", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:53:39,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-c094e378-1c6d-4743-b85e-8d3ff4bcd004 2018-10-06 04:53:39,053 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst] is - ACTIVE 2018-10-06 04:53:39,054 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:53:42,057 - create_instance - DEBUG - VM status query timeout in 290.177680016 2018-10-06 04:53:42,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c96fbf0a1d22da47b34e6bdb7531d409580c0a3" 2018-10-06 04:53:42,113 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ce4d69a-a087-4104-b4df-26be6923f556 x-compute-request-id: req-4ce4d69a-a087-4104-b4df-26be6923f556 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 81ee0b27-4b0e-444c-869b-e8b87c825034 could not be found.", "code": 404}} 2018-10-06 04:53:42,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/81ee0b27-4b0e-444c-869b-e8b87c825034 used request id req-4ce4d69a-a087-4104-b4df-26be6923f556 2018-10-06 04:53:42,113 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 81ee0b27-4b0e-444c-869b-e8b87c825034 could not be found. (HTTP 404) (Request-ID: req-4ce4d69a-a087-4104-b4df-26be6923f556) 2018-10-06 04:53:42,114 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-inst 2018-10-06 04:53:42,115 - neutron_utils - INFO - Deleting security group rule with ID - ddd952bb-1028-49d0-9767-bafd4c8237b4 2018-10-06 04:53:42,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/ddd952bb-1028-49d0-9767-bafd4c8237b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:42,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab47b9cd-b728-44c0-97e9-df2187c534b0 Content-Length: 0 Date: Sat, 06 Oct 2018 04:53:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:42,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/ddd952bb-1028-49d0-9767-bafd4c8237b4 used request id req-ab47b9cd-b728-44c0-97e9-df2187c534b0 2018-10-06 04:53:42,381 - neutron_utils - INFO - Deleting security group rule with ID - 5fac963a-b70e-452a-963b-044e02b0d658 2018-10-06 04:53:42,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5fac963a-b70e-452a-963b-044e02b0d658 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:42,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e9524fe-2be4-4c62-85ed-8dd2096b1883 Content-Length: 0 Date: Sat, 06 Oct 2018 04:53:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:42,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5fac963a-b70e-452a-963b-044e02b0d658 used request id req-6e9524fe-2be4-4c62-85ed-8dd2096b1883 2018-10-06 04:53:42,646 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-name 2018-10-06 04:53:42,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/340f1245-a6d0-473e-a1dd-15afb2ec4108 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51db097c8ba032de6335e646a6246b11695fdf0e" 2018-10-06 04:53:42,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ece1ffc5-e2ce-4c46-a4d9-6bb928b0ad4a Content-Length: 0 Date: Sat, 06 Oct 2018 04:53:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:42,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/340f1245-a6d0-473e-a1dd-15afb2ec4108 used request id req-ece1ffc5-e2ce-4c46-a4d9-6bb928b0ad4a 2018-10-06 04:53:42,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42c73001d3c8889b86c144b6913bc8aaefe81d85" 2018-10-06 04:53:42,951 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f34d56fa-7895-4d12-bdaf-32e339cd899c x-compute-request-id: req-f34d56fa-7895-4d12-bdaf-32e339cd899c Content-Length: 0 Content-Type: application/json 2018-10-06 04:53:42,951 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ae7d6d52-28fa-4d20-9c5f-f6a4745962bf used request id req-f34d56fa-7895-4d12-bdaf-32e339cd899c 2018-10-06 04:53:42,952 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet 2018-10-06 04:53:42,952 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-subnet 2018-10-06 04:53:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/9b201c90-b0bb-4a40-8415-03fd21902e38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:45,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0737b00d-efd9-46dc-8754-f787637df1c1 Date: Sat, 06 Oct 2018 04:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:45,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9b201c90-b0bb-4a40-8415-03fd21902e38 used request id req-0737b00d-efd9-46dc-8754-f787637df1c1 2018-10-06 04:53:45,271 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-pub-net 2018-10-06 04:53:45,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/948dcc0b-822e-4ae1-ac76-60af92f5f064 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143aa35fcb5bf66021a185265747d79fb28e552f" 2018-10-06 04:53:46,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f102ff8-1b27-47df-8ae0-16987d8ae11b Date: Sat, 06 Oct 2018 04:53:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:46,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/948dcc0b-822e-4ae1-ac76-60af92f5f064 used request id req-8f102ff8-1b27-47df-8ae0-16987d8ae11b 2018-10-06 04:53:46,614 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e735b701-c7e0-4116-a357-029974e05b99-image 2018-10-06 04:53:46,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08e763f725f5d9596fe7e80d8d48db1b07cb908c" 2018-10-06 04:53:48,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42e9d75b-611e-4713-9643-57d8415665e8 Date: Sat, 06 Oct 2018 04:53:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:53:48,573 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e7b3ab7d-46a8-4a8e-9cfb-fbb3e3aeaf70 used request id req-42e9d75b-611e-4713-9643-57d8415665e8 2018-10-06 04:53:48,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:48,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5415a400-c184-4343-a4cd-e02987f27000 Date: Sat, 06 Oct 2018 04:53:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:52:59Z", "updated_at": "2018-10-06T04:52:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "revision_number": 0, "id": "1d49bf63-2a4d-45ec-9b29-5315ea7aa40e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "revision_number": 0, "id": "305ca4f1-18d3-4836-80f9-f99bf56a6eea", "remote_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "revision_number": 0, "id": "7ec0af2f-7495-4f7a-ad27-7562508d974c", "remote_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv6", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "revision_number": 0, "id": "edc8af52-7c2e-4641-9bab-9064ee55c600", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "port_range_min": null, "ethertype": "IPv4", "project_id": "f51f0e3f4b6146899c41e803d4df9438"}], "revision_number": 4, "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:53:48,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5415a400-c184-4343-a4cd-e02987f27000 2018-10-06 04:53:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:48,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420e0d93-1991-476a-aa39-4df2b4465721 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:53:48,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-420e0d93-1991-476a-aa39-4df2b4465721 2018-10-06 04:53:48,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:49,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a68e5e-794f-4122-818d-3288dd07a5f3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438"}, "enabled": true, "id": "f51f0e3f4b6146899c41e803d4df9438", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-443c7a0d-ac97-453-proj"}} 2018-10-06 04:53:49,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-91a68e5e-794f-4122-818d-3288dd07a5f3 2018-10-06 04:53:49,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13d3a2b2-f016-4852-9fbb-6c4494117f76 2018-10-06 04:53:49,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=13d3a2b2-f016-4852-9fbb-6c4494117f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:49,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08f14193-96ab-493e-ab41-c329db1d487f Date: Sat, 06 Oct 2018 04:53:49 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-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:52:59Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "1d49bf63-2a4d-45ec-9b29-5315ea7aa40e"}, {"remote_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:52:59Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "305ca4f1-18d3-4836-80f9-f99bf56a6eea"}, {"remote_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:52:59Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "7ec0af2f-7495-4f7a-ad27-7562508d974c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:52:59Z", "security_group_id": "13d3a2b2-f016-4852-9fbb-6c4494117f76", "port_range_min": null, "revision_number": 0, "tenant_id": "f51f0e3f4b6146899c41e803d4df9438", "created_at": "2018-10-06T04:52:59Z", "project_id": "f51f0e3f4b6146899c41e803d4df9438", "id": "edc8af52-7c2e-4641-9bab-9064ee55c600"}]} 2018-10-06 04:53:49,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=13d3a2b2-f016-4852-9fbb-6c4494117f76 used request id req-08f14193-96ab-493e-ab41-c329db1d487f 2018-10-06 04:53:49,200 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:53:49,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/13d3a2b2-f016-4852-9fbb-6c4494117f76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:49,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c5e023a-4efa-454e-a2f1-008266890547 Content-Length: 0 Date: Sat, 06 Oct 2018 04:53:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:53:49,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/13d3a2b2-f016-4852-9fbb-6c4494117f76 used request id req-2c5e023a-4efa-454e-a2f1-008266890547 2018-10-06 04:53:49,619 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-proj 2018-10-06 04:53:49,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:49,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aaa3523-6be3-4e03-9709-9c5e6feada43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:53:49,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f51f0e3f4b6146899c41e803d4df9438 used request id req-4aaa3523-6be3-4e03-9709-9c5e6feada43 2018-10-06 04:53:49,833 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-proj-role 2018-10-06 04:53:49,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:49,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89ea963e-0f56-4d01-8fcc-eca92c7efaf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:53:49,950 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/eb0a4fe1049c4334ada9706aa0f4cf5f used request id req-89ea963e-0f56-4d01-8fcc-eca92c7efaf5 2018-10-06 04:53:49,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d28f8b3251b9e4781c7116e6b16eaba0503b44" 2018-10-06 04:53:50,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c0619e-c8bd-4c88-91d1-ec2d06a8f873 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:53:50,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-90c0619e-c8bd-4c88-91d1-ec2d06a8f873 2018-10-06 04:53:50,041 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-443c7a0d-ac97-453-user 2018-10-06 04:53:50,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ef4534adf8f5473b85268ff2e1a61959 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b4b6d4cdb088575cecbc7f08d9ec3295246ca9" 2018-10-06 04:53:50,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:53:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21072bc9-64f1-4dd2-970b-29305f4cdbd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:53:50,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ef4534adf8f5473b85268ff2e1a61959 used request id req-21072bc9-64f1-4dd2-970b-29305f4cdbd8 2018-10-06 04:53:50,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:50,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["JnR3EyB-QgmaIOTffzAlpQ"], "issued_at": "2018-10-06T04:53:50.000000Z"}} 2018-10-06 04:53:50,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5c84ebb5f39bc07b7eaef77a88b6d25835f5" 2018-10-06 04:53:50,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ec27df-3904-4ea3-b54b-24f07ba76246 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:50,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-67ec27df-3904-4ea3-b54b-24f07ba76246 2018-10-06 04:53:50,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:50,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:51,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["qKtPohD-SJKhoJfx8fW4uQ"], "issued_at": "2018-10-06T04:53:51.000000Z"}} 2018-10-06 04:53:51,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:51,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06649c29-c950-4fab-a3b4-ff5e23245d7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:51,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06649c29-c950-4fab-a3b4-ff5e23245d7a 2018-10-06 04:53:51,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:53:51,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:53:51,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-647dad34-13b9-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:51,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dee06ba-4654-46c7-8286-3e64e1af71d2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-647dad34-13b9-451-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:53:51,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-647dad34-13b9-451-proj used request id req-9dee06ba-4654-46c7-8286-3e64e1af71d2 2018-10-06 04:53:51,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:51,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8847e8d-3cde-4a6c-8a10-dfa4fa4674f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:53:51,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b8847e8d-3cde-4a6c-8a10-dfa4fa4674f0 2018-10-06 04:53:51,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}}' 2018-10-06 04:53:51,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0981e57e-f3f7-4fd8-90e6-bf508f8498af Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:53:51,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-0981e57e-f3f7-4fd8-90e6-bf508f8498af 2018-10-06 04:53:51,585 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-647dad34-13b9-451-proj 2018-10-06 04:53:51,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:51,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:51,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4iUISXEGT02h5wNtytt8tA"], "issued_at": "2018-10-06T04:53:51.000000Z"}} 2018-10-06 04:53:51,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae37447c82be225135e6fa0e18c98da995ce772d" 2018-10-06 04:53:52,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fc22b3-a16e-4c5a-adb4-8119c4bcf702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:52,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f8fc22b3-a16e-4c5a-adb4-8119c4bcf702 2018-10-06 04:53:52,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:53:52,054 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:53:52,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae37447c82be225135e6fa0e18c98da995ce772d" 2018-10-06 04:53:52,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e636feef-fb06-4442-be9c-02cb23657452 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:53:52,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e636feef-fb06-4442-be9c-02cb23657452 2018-10-06 04:53:52,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-647dad34-13b9-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae37447c82be225135e6fa0e18c98da995ce772d" 2018-10-06 04:53:52,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8fbe40e-3d90-4c06-869a-de574c1130ad Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-647dad34-13b9-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}]} 2018-10-06 04:53:52,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-647dad34-13b9-451-proj used request id req-a8fbe40e-3d90-4c06-869a-de574c1130ad 2018-10-06 04:53:52,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae37447c82be225135e6fa0e18c98da995ce772d" 2018-10-06 04:53:52,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cbab4dc-1ac9-4798-b52a-0ae7bc02e15b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:53:52,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1cbab4dc-1ac9-4798-b52a-0ae7bc02e15b 2018-10-06 04:53:52,741 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-647dad34-13b9-451-user 2018-10-06 04:53:52,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:52,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:52,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e406ea9-ba86-411a-9cee-86f7bdbaf967 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:53:52,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e406ea9-ba86-411a-9cee-86f7bdbaf967 2018-10-06 04:53:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" -d '{"role": {"name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}}' 2018-10-06 04:53:52,950 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f0c2d04-4757-46f1-9925-3e6ff4dcc03d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "links": {"self": "http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54"}, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}} 2018-10-06 04:53:52,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9f0c2d04-4757-46f1-9925-3e6ff4dcc03d 2018-10-06 04:53:52,951 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-647dad34-13b9-451-proj-role 2018-10-06 04:53:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:53,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdcbb88-9beb-4c77-afa8-13babf20808b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54"}, "domain_id": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role", "id": "6b5fd2bfdcc44c268fffe2e0770e2e54"}} 2018-10-06 04:53:53,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 used request id req-7fdcbb88-9beb-4c77-afa8-13babf20808b 2018-10-06 04:53:53,038 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-647dad34-13b9-451-proj-role to project InstanceSecurityGroupTests-647dad34-13b9-451-proj 2018-10-06 04:53:53,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92/users/bb59cd4c5cd84b96990939848f1a3f82/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:53:53,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7531e7e0-a7b4-4794-9b83-1c1076b3a861 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:53:53,169 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92/users/bb59cd4c5cd84b96990939848f1a3f82/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 used request id req-7531e7e0-a7b4-4794-9b83-1c1076b3a861 2018-10-06 04:53:53,169 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:53:53,171 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:53:53,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:53,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:53,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["C4_dTdqjQ1eJgkV1Hbbqkg"], "issued_at": "2018-10-06T04:53:53.000000Z"}} 2018-10-06 04:53:53,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:53,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff6c7256-0092-4246-92b3-3b3e62a4b8c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:53,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ff6c7256-0092-4246-92b3-3b3e62a4b8c0 2018-10-06 04:53:53,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:53,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-632d47e7-7a4e-41b0-aa16-1d112d502f2f Date: Sat, 06 Oct 2018 04:53:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image"} 2018-10-06 04:53:53,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image used request id req-632d47e7-7a4e-41b0-aa16-1d112d502f2f 2018-10-06 04:53:53,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:53,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85e98441-2c81-45ec-bf0e-c8c3dac5509c Date: Sat, 06 Oct 2018 04:53: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", "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-10-06 04:53:53,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-85e98441-2c81-45ec-bf0e-c8c3dac5509c 2018-10-06 04:53:53,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image"}' 2018-10-06 04:53:54,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 X-Openstack-Request-Id: req-d684a3e3-b7a4-4d33-9646-e6cfefacb8e8 Date: Sat, 06 Oct 2018 04:53:54 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:53:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:53:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83", "min_disk": 0, "protected": false, "id": "18674a55-c84e-4d26-b917-3f23483fcc83", "file": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file", "checksum": null, "owner": "6293cb2f850c4ec88c21724caa24ce92", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:53:54,217 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d684a3e3-b7a4-4d33-9646-e6cfefacb8e8 2018-10-06 04:53:54,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" -d '' 2018-10-06 04:53:56,116 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf7f6d04-964e-404a-8a6e-3ebae7b03d2b Date: Sat, 06 Oct 2018 04:53:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:53:56,116 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file used request id req-bf7f6d04-964e-404a-8a6e-3ebae7b03d2b 2018-10-06 04:53:56,117 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:53:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:56,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-db3f7794-ca52-49fa-8b1a-fdaf2f5aec46 Date: Sat, 06 Oct 2018 04:53:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:53:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:53:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "metadata": {}}], "self": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83", "min_disk": 0, "protected": false, "id": "18674a55-c84e-4d26-b917-3f23483fcc83", "file": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6293cb2f850c4ec88c21724caa24ce92", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:53:56,281 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 used request id req-db3f7794-ca52-49fa-8b1a-fdaf2f5aec46 2018-10-06 04:53:56,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:56,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5040c20c-a594-4451-b47d-5567fd0bb44d Date: Sat, 06 Oct 2018 04:53: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", "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-10-06 04:53:56,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5040c20c-a594-4451-b47d-5567fd0bb44d 2018-10-06 04:53:56,444 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image 2018-10-06 04:53:56,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:53:56,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ddab3485-bc25-4442-aade-8a09fb033479 Date: Sat, 06 Oct 2018 04:53:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:53:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:53:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "metadata": {}}], "self": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83", "min_disk": 0, "protected": false, "id": "18674a55-c84e-4d26-b917-3f23483fcc83", "file": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6293cb2f850c4ec88c21724caa24ce92", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:53:56,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 used request id req-ddab3485-bc25-4442-aade-8a09fb033479 2018-10-06 04:53:56,609 - create_image - DEBUG - Instance status is - active 2018-10-06 04:53:56,609 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image 2018-10-06 04:53:56,609 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image 2018-10-06 04:53:56,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:56,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:56,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["e2NPE8ueR-m4x1nOjTo1ww"], "issued_at": "2018-10-06T04:53:56.000000Z"}} 2018-10-06 04:53:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:57,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ecf0ad4-d790-4f89-975e-f99ed59d1f88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:53:57,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9ecf0ad4-d790-4f89-975e-f99ed59d1f88 2018-10-06 04:53:57,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:57,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e5b041dc-a3af-4e1e-bb02-a3970a601ab9 Date: Sat, 06 Oct 2018 04:53:57 GMT RESP BODY: {"networks":[]} 2018-10-06 04:53:57,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-e5b041dc-a3af-4e1e-bb02-a3970a601ab9 2018-10-06 04:53:57,233 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net 2018-10-06 04:53:57,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" -d '{"network": {"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net", "admin_state_up": true}}' 2018-10-06 04:53:57,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5e515297-043b-4e7b-b4ba-f791944afa43 Date: Sat, 06 Oct 2018 04:53:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:53:57Z","is_default":false,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","mtu":1450}} 2018-10-06 04:53:57,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-5e515297-043b-4e7b-b4ba-f791944afa43 2018-10-06 04:53:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-5b10c85b-1d79-42a1-bf8d-ea2a940d04d6 Date: Sat, 06 Oct 2018 04:53:58 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-10-06T04:53:57Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:53:58,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-5b10c85b-1d79-42a1-bf8d-ea2a940d04d6 2018-10-06 04:53:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:58,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6bcb674-e44f-4602-9faf-2744304aae64 Date: Sat, 06 Oct 2018 04:53:58 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:53:58,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-e6bcb674-e44f-4602-9faf-2744304aae64 2018-10-06 04:53:58,222 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet 2018-10-06 04:53:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" -d '{"subnets": [{"ip_version": 4, "network_id": "bfc00d2b-c6fa-4a15-8698-0ded4206c541", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]}' 2018-10-06 04:53:58,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b20d1dc7-ac41-4d5b-80b5-1b9503e7ddfc Date: Sat, 06 Oct 2018 04:53:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","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":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:53:58,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-b20d1dc7-ac41-4d5b-80b5-1b9503e7ddfc 2018-10-06 04:53:58,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:59,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e6623081-12ba-424d-8034-0c78693fdcc9 Date: Sat, 06 Oct 2018 04:53: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:53:59,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-e6623081-12ba-424d-8034-0c78693fdcc9 2018-10-06 04:53:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:53:59,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4f7f4f97-c009-4e83-a931-071123d1a89b Date: Sat, 06 Oct 2018 04:53:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:53:59,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-4f7f4f97-c009-4e83-a931-071123d1a89b 2018-10-06 04:53:59,561 - OpenStackNetwork - DEBUG - Network [bfc00d2b-c6fa-4a15-8698-0ded4206c541] created successfully 2018-10-06 04:53:59,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:53:59,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:53:59,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Joc9lL0YQwyjLZcXlxPjnQ"], "issued_at": "2018-10-06T04:53:59.000000Z"}} 2018-10-06 04:53:59,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de54bbd0e69bd02b7b07c0b9128a18a29e9e3982" 2018-10-06 04:54:00,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0718b3-3628-447e-b730-9af79fa723f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:00,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b0718b3-3628-447e-b730-9af79fa723f3 2018-10-06 04:54:00,025 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:54:00,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de54bbd0e69bd02b7b07c0b9128a18a29e9e3982" 2018-10-06 04:54:00,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d02de77e-686b-46e7-ab1e-af25649d6155 x-compute-request-id: req-d02de77e-686b-46e7-ab1e-af25649d6155 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:54:00,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d02de77e-686b-46e7-ab1e-af25649d6155 2018-10-06 04:54:00,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de54bbd0e69bd02b7b07c0b9128a18a29e9e3982" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-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-10-06 04:54:00,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b51c69d9-0a58-4019-b675-c2e66b8b60f7 x-compute-request-id: req-b51c69d9-0a58-4019-b675-c2e66b8b60f7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:54:00,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b51c69d9-0a58-4019-b675-c2e66b8b60f7 2018-10-06 04:54:00,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:00,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:00,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:54:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["nYwawo6NQj-NJiG58sUiqw"], "issued_at": "2018-10-06T04:54:00.000000Z"}} 2018-10-06 04:54:00,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:00,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e4a8e2-3747-4c5b-99fe-6968873c60d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:00,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-83e4a8e2-3747-4c5b-99fe-6968873c60d8 2018-10-06 04:54:00,787 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:54:00,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:00,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a1145c-18ff-47c5-884a-ba4e608caaaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:00,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e4a1145c-18ff-47c5-884a-ba4e608caaaa 2018-10-06 04:54:00,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:01,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bb1b901c-6325-4750-bd24-23138b8c5266 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:01,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-bb1b901c-6325-4750-bd24-23138b8c5266 2018-10-06 04:54:01,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:01,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:01,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:01,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e5c81d-adf7-4949-808d-29390dbd15b2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:01,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-c9e5c81d-adf7-4949-808d-29390dbd15b2 2018-10-06 04:54:01,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:01,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-53c36855-3058-4e88-8c77-4f4a44022cd7 Date: Sat, 06 Oct 2018 04:54:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:01,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-53c36855-3058-4e88-8c77-4f4a44022cd7 2018-10-06 04:54:01,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:01,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1055a746-336d-4129-be5b-e0881302b4f3 Date: Sat, 06 Oct 2018 04:54:01 GMT RESP BODY: {"ports":[]} 2018-10-06 04:54:01,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True used request id req-1055a746-336d-4129-be5b-e0881302b4f3 2018-10-06 04:54:01,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:01,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6add6a8-06bd-440d-af6f-7bb5862a8ea5 x-compute-request-id: req-f6add6a8-06bd-440d-af6f-7bb5862a8ea5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:54:01,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst used request id req-f6add6a8-06bd-440d-af6f-7bb5862a8ea5 2018-10-06 04:54:01,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:02,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c12327b8-76cc-4489-b403-3a140d5315c7 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:02,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-c12327b8-76cc-4489-b403-3a140d5315c7 2018-10-06 04:54:02,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:02,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77aee2f0-3926-4082-bb71-766e2becdb11 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:02,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-77aee2f0-3926-4082-bb71-766e2becdb11 2018-10-06 04:54:02,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:02,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dbc13932-31e8-466d-af87-f69f962563ea Date: Sat, 06 Oct 2018 04:54:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:02,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-dbc13932-31e8-466d-af87-f69f962563ea 2018-10-06 04:54:02,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8470d87c-11c7-4eca-a654-15571f5487f9 Date: Sat, 06 Oct 2018 04:54:02 GMT RESP BODY: {"ports":[]} 2018-10-06 04:54:02,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True used request id req-8470d87c-11c7-4eca-a654-15571f5487f9 2018-10-06 04:54:02,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:02,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:03,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:54:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["eX_EG7mFSHegyu3Tc_XJdA"], "issued_at": "2018-10-06T04:54:03.000000Z"}} 2018-10-06 04:54:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5454e9d5c38eb2982dd02caa4f7835df6ec00b4c" 2018-10-06 04:54:03,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495f71f7-fa1b-4cad-8fb2-8fb3ffe29b7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:03,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-495f71f7-fa1b-4cad-8fb2-8fb3ffe29b7c 2018-10-06 04:54:03,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-aad0cee7-e960-42f3-a8f2-f48fc7b7f6c8 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:03,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-aad0cee7-e960-42f3-a8f2-f48fc7b7f6c8 2018-10-06 04:54:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:03,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-33a5d3fe-4296-468b-b20c-621cf4452275 Date: Sat, 06 Oct 2018 04:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:03,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-33a5d3fe-4296-468b-b20c-621cf4452275 2018-10-06 04:54:03,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:04,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ab0408e5-7bcf-42af-adfb-9f45fa1af7c1 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:04,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-ab0408e5-7bcf-42af-adfb-9f45fa1af7c1 2018-10-06 04:54:04,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:04,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:04,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5454e9d5c38eb2982dd02caa4f7835df6ec00b4c" 2018-10-06 04:54:04,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cedd731-a03d-43c2-8689-0466517c783b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:04,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-9cedd731-a03d-43c2-8689-0466517c783b 2018-10-06 04:54:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:04,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c273e682-a24d-4774-ab7d-15fa0dac1a43 Date: Sat, 06 Oct 2018 04:54:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:04,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-c273e682-a24d-4774-ab7d-15fa0dac1a43 2018-10-06 04:54:04,099 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net 2018-10-06 04:54:04,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" -d '{"port": {"network_id": "bfc00d2b-c6fa-4a15-8698-0ded4206c541", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port", "admin_state_up": true}}' 2018-10-06 04:54:05,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-f4d86049-b086-42c9-a9c6-3423d4e00015 Date: Sat, 06 Oct 2018 04:54:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","project_id":"6293cb2f850c4ec88c21724caa24ce92","qos_policy_id":null,"admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal"}} 2018-10-06 04:54:05,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-f4d86049-b086-42c9-a9c6-3423d4e00015 2018-10-06 04:54:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-97f5a6a1-402d-480c-9786-589eee109f68 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:05,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-97f5a6a1-402d-480c-9786-589eee109f68 2018-10-06 04:54:05,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf571740-171f-4a5e-877f-33920846a28e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:05,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-bf571740-171f-4a5e-877f-33920846a28e 2018-10-06 04:54:05,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e3a71f64-80fb-4db5-8987-17db17346642 Date: Sat, 06 Oct 2018 04:54:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:05,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-e3a71f64-80fb-4db5-8987-17db17346642 2018-10-06 04:54:05,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-caac5014-cad3-4185-918b-2ba353dec948 Date: Sat, 06 Oct 2018 04:54:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:54:05,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port&admin_state_up=True used request id req-caac5014-cad3-4185-918b-2ba353dec948 2018-10-06 04:54:05,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142aed7e-c64e-4269-a2fc-32cbe48cd3e3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:05,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-142aed7e-c64e-4269-a2fc-32cbe48cd3e3 2018-10-06 04:54:05,876 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst 2018-10-06 04:54:05,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-e7afb5bb-5d11-4f72-96fa-92a0c17e840c x-compute-request-id: req-e7afb5bb-5d11-4f72-96fa-92a0c17e840c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-flavor-name"}]} 2018-10-06 04:54:05,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e7afb5bb-5d11-4f72-96fa-92a0c17e840c 2018-10-06 04:54:05,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:05,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-e6d0f78e-da86-49e0-95c5-9aa08289e1df x-compute-request-id: req-e6d0f78e-da86-49e0-95c5-9aa08289e1df Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:54:05,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579 used request id req-e6d0f78e-da86-49e0-95c5-9aa08289e1df 2018-10-06 04:54:05,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:06,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-6e7ae0dd-2f19-4a9d-bcde-edadde886795 Date: Sat, 06 Oct 2018 04:54:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:53:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:53:56Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "metadata": {}}], "self": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83", "min_disk": 0, "protected": false, "id": "18674a55-c84e-4d26-b917-3f23483fcc83", "file": "/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6293cb2f850c4ec88c21724caa24ce92", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18674a55-c84e-4d26-b917-3f23483fcc83/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image"} 2018-10-06 04:54:06,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image used request id req-6e7ae0dd-2f19-4a9d-bcde-edadde886795 2018-10-06 04:54:06,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:06,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-25d8d7fa-976b-4bbf-8bea-2948b1a988e6 Date: Sat, 06 Oct 2018 04:54: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", "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-10-06 04:54:06,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-25d8d7fa-976b-4bbf-8bea-2948b1a988e6 2018-10-06 04:54:06,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" -d '{"server": {"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "imageRef": "18674a55-c84e-4d26-b917-3f23483fcc83", "flavorRef": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "max_count": 1, "min_count": 1, "networks": [{"port": "8ab643f3-42a3-48fc-a569-f64a382fc142"}]}}' 2018-10-06 04:54:07,437 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18e8eade-7e23-4f08-b3e0-c4a91ad9ca11 x-compute-request-id: req-18e8eade-7e23-4f08-b3e0-c4a91ad9ca11 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6440ab7a-622e-487c-825f-403516aa2395", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "adminPass": "Xv23pEMAisv8"}} 2018-10-06 04:54:07,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-18e8eade-7e23-4f08-b3e0-c4a91ad9ca11 2018-10-06 04:54:07,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:07,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-558b3e88-c619-4949-869b-62606c4c3ad9 x-compute-request-id: req-558b3e88-c619-4949-869b-62606c4c3ad9 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.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:54:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:07,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-558b3e88-c619-4949-869b-62606c4c3ad9 2018-10-06 04:54:07,679 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst 2018-10-06 04:54:07,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:08,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-03758598-60be-4094-838c-4e415eee6df0 x-compute-request-id: req-03758598-60be-4094-838c-4e415eee6df0 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.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:54:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:08,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-03758598-60be-4094-838c-4e415eee6df0 2018-10-06 04:54:08,005 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - BUILD 2018-10-06 04:54:08,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:54:11,008 - create_instance - DEBUG - VM status query timeout in 896.670922041 2018-10-06 04:54:11,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:11,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aa3abb2-bdb6-4482-9cb3-3c32de70af68 x-compute-request-id: req-0aa3abb2-bdb6-4482-9cb3-3c32de70af68 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.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:54:08Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:11,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-0aa3abb2-bdb6-4482-9cb3-3c32de70af68 2018-10-06 04:54:11,933 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - BUILD 2018-10-06 04:54:11,933 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:54:14,936 - create_instance - DEBUG - VM status query timeout in 892.742763042 2018-10-06 04:54:14,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:15,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-dc6543bb-c149-410a-96b2-022ea8ddf36a x-compute-request-id: req-dc6543bb-c149-410a-96b2-022ea8ddf36a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:15,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-dc6543bb-c149-410a-96b2-022ea8ddf36a 2018-10-06 04:54:15,826 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - ACTIVE 2018-10-06 04:54:15,826 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:54:15,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:16,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80fadd5c-0b80-4830-b33f-6d92abb74c93 x-compute-request-id: req-80fadd5c-0b80-4830-b33f-6d92abb74c93 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:16,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-80fadd5c-0b80-4830-b33f-6d92abb74c93 2018-10-06 04:54:16,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:16,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-90111ed0-215f-49d7-b825-ca34ed6e50b6 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:16,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-90111ed0-215f-49d7-b825-ca34ed6e50b6 2018-10-06 04:54:16,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:16,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25b32e8-fb5a-4b91-82d5-aca4a0bc6f43 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:16,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-a25b32e8-fb5a-4b91-82d5-aca4a0bc6f43 2018-10-06 04:54:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:16,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d00ece84-d20b-46a4-bec5-1b2c7d34f9eb Date: Sat, 06 Oct 2018 04:54:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:16,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-d00ece84-d20b-46a4-bec5-1b2c7d34f9eb 2018-10-06 04:54:16,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:16,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-486c210e-faa8-4970-91f4-b56e6ffe3cc2 Date: Sat, 06 Oct 2018 04:54:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.4"}],"id":"370296ec-ef3a-4b9e-8294-e79b8dc4ceca","security_groups":[],"mac_address":"fa:16:3e:2f:89:f5","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":"6440ab7a-622e-487c-825f-403516aa2395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.3"}],"id":"9f533e21-8d59-4f3c-afc4-ca88b30951fd","security_groups":[],"mac_address":"fa:16:3e:60:80:fe","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.2"}],"id":"b4effadd-6ec1-4f43-be07-d164b8f3c46c","security_groups":[],"mac_address":"fa:16:3e:ca:b9:2d","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfc00d2b-c6fa-4a15-8698-0ded4206c541"}]} 2018-10-06 04:54:16,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-486c210e-faa8-4970-91f4-b56e6ffe3cc2 2018-10-06 04:54:16,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:16,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:17,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["XMifktOrRlqsO3PoC7j6LA"], "issued_at": "2018-10-06T04:54:17.000000Z"}} 2018-10-06 04:54:17,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:17,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c84c12-4fff-4687-acd6-92bbd0be4706 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:17,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43c84c12-4fff-4687-acd6-92bbd0be4706 2018-10-06 04:54:17,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:17,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fcca25b8-a01d-4d87-885f-d779ce84cadb Date: Sat, 06 Oct 2018 04:54:17 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:54:17,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name&description=hello+group used request id req-fcca25b8-a01d-4d87-885f-d779ce84cadb 2018-10-06 04:54:17,578 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name... 2018-10-06 04:54:17,579 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name 2018-10-06 04:54:17,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" -d '{"security_group": {"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name", "description": "hello group"}}' 2018-10-06 04:54:17,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-56faed2f-3a1a-4867-9f2b-e0f320127fa2 Date: Sat, 06 Oct 2018 04:54:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "updated_at": "2018-10-06T04:54:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}], "revision_number": 2, "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}} 2018-10-06 04:54:17,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-56faed2f-3a1a-4867-9f2b-e0f320127fa2 2018-10-06 04:54:17,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:17,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1dd4390d-e72b-463b-8127-edf99d1cc894 Date: Sat, 06 Oct 2018 04:54:18 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-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9"}]} 2018-10-06 04:54:18,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-1dd4390d-e72b-463b-8127-edf99d1cc894 2018-10-06 04:54:18,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ff525d8-8395-40d4-816d-574a56afcd30 Date: Sat, 06 Oct 2018 04:54:18 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-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9"}]} 2018-10-06 04:54:18,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-9ff525d8-8395-40d4-816d-574a56afcd30 2018-10-06 04:54:18,140 - neutron_utils - INFO - Retrieving security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-de964681-0af5-44b0-914b-d91a77c924d9 Date: Sat, 06 Oct 2018 04:54:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "updated_at": "2018-10-06T04:54:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}], "revision_number": 2, "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}]} 2018-10-06 04:54:18,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-de964681-0af5-44b0-914b-d91a77c924d9 2018-10-06 04:54:18,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0b78e7f-12d3-4a90-a7f3-53547e1a95b7 Date: Sat, 06 Oct 2018 04:54:18 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-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9"}]} 2018-10-06 04:54:18,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-c0b78e7f-12d3-4a90-a7f3-53547e1a95b7 2018-10-06 04:54:18,508 - neutron_utils - INFO - Retrieving security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-34f08701-2dcc-42be-a8cf-cc6bc7623266 Date: Sat, 06 Oct 2018 04:54:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "updated_at": "2018-10-06T04:54:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}], "revision_number": 2, "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}]} 2018-10-06 04:54:18,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-34f08701-2dcc-42be-a8cf-cc6bc7623266 2018-10-06 04:54:18,711 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-016b298d-9f72-49f1-9164-1ac1e0fe8d23 Date: Sat, 06 Oct 2018 04:54:18 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-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9"}]} 2018-10-06 04:54:18,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-016b298d-9f72-49f1-9164-1ac1e0fe8d23 2018-10-06 04:54:18,740 - neutron_utils - INFO - Retrieving security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:18,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0a327791-114b-4352-8410-582beb131538 Date: Sat, 06 Oct 2018 04:54:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "updated_at": "2018-10-06T04:54:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "revision_number": 0, "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}], "revision_number": 2, "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}]} 2018-10-06 04:54:18,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-0a327791-114b-4352-8410-582beb131538 2018-10-06 04:54:18,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37d2efdc-9bc2-4f4a-987c-524839f2b174 2018-10-06 04:54:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:19,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0325ce8c-e709-455e-937b-9ac6323265a7 Date: Sat, 06 Oct 2018 04:54:19 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-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31f29879-fb9c-413f-83e9-4fe0fe218a07"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:17Z", "security_group_id": "37d2efdc-9bc2-4f4a-987c-524839f2b174", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:54:17Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "72555f10-2cd4-4aaf-a4f3-9aeb162378d9"}]} 2018-10-06 04:54:19,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-0325ce8c-e709-455e-937b-9ac6323265a7 2018-10-06 04:54:19,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:19,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ffbc8df-4f02-4ee3-a9b8-52d0cac3ae1f x-compute-request-id: req-9ffbc8df-4f02-4ee3-a9b8-52d0cac3ae1f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:19,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-9ffbc8df-4f02-4ee3-a9b8-52d0cac3ae1f 2018-10-06 04:54:19,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:19,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5fabd880-7af0-4add-99dc-58d850a00df7 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:19,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-5fabd880-7af0-4add-99dc-58d850a00df7 2018-10-06 04:54:19,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:19,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2773ccf-dcff-4c29-87f3-ea9705033c11 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:19,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-c2773ccf-dcff-4c29-87f3-ea9705033c11 2018-10-06 04:54:19,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:19,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a094d166-a1ed-4e79-9e79-4ac8e1c9cc9d Date: Sat, 06 Oct 2018 04:54:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:19,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-a094d166-a1ed-4e79-9e79-4ac8e1c9cc9d 2018-10-06 04:54:19,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:19,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-266332e9-858d-4a5a-9e14-2816ebc3bfb4 Date: Sat, 06 Oct 2018 04:54:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.4"}],"id":"370296ec-ef3a-4b9e-8294-e79b8dc4ceca","security_groups":[],"mac_address":"fa:16:3e:2f:89:f5","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":"6440ab7a-622e-487c-825f-403516aa2395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.3"}],"id":"9f533e21-8d59-4f3c-afc4-ca88b30951fd","security_groups":[],"mac_address":"fa:16:3e:60:80:fe","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.2"}],"id":"b4effadd-6ec1-4f43-be07-d164b8f3c46c","security_groups":[],"mac_address":"fa:16:3e:ca:b9:2d","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfc00d2b-c6fa-4a15-8698-0ded4206c541"}]} 2018-10-06 04:54:19,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-266332e9-858d-4a5a-9e14-2816ebc3bfb4 2018-10-06 04:54:19,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:20,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b5fd2bfdcc44c268fffe2e0770e2e54", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj-role"}], "expires_at": "2018-10-06T05:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6293cb2f850c4ec88c21724caa24ce92", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/6293cb2f850c4ec88c21724caa24ce92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-647dad34-13b9-451-user", "id": "bb59cd4c5cd84b96990939848f1a3f82"}, "audit_ids": ["M87z8SKnQ--n__cC1QV9ng"], "issued_at": "2018-10-06T04:54:20.000000Z"}} 2018-10-06 04:54:20,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5220f670a0a8861543d4f86120393ffea8144023" 2018-10-06 04:54:20,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-55ea7fac-8a68-4ad2-b2bd-93554052255d x-compute-request-id: req-55ea7fac-8a68-4ad2-b2bd-93554052255d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:20,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-55ea7fac-8a68-4ad2-b2bd-93554052255d 2018-10-06 04:54:20,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:21,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-a6d1ecff-1576-4805-bf76-41d53a324f49 x-compute-request-id: req-a6d1ecff-1576-4805-bf76-41d53a324f49 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:21,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-a6d1ecff-1576-4805-bf76-41d53a324f49 2018-10-06 04:54:21,279 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - ACTIVE 2018-10-06 04:54:21,279 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:54:21,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7ce9539-dfb1-409d-82ce-a0f9674c3c6e x-compute-request-id: req-b7ce9539-dfb1-409d-82ce-a0f9674c3c6e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:22,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-b7ce9539-dfb1-409d-82ce-a0f9674c3c6e 2018-10-06 04:54:22,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a963ad52-1d1d-43ac-87a5-41a1d013e159 Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:22,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-a963ad52-1d1d-43ac-87a5-41a1d013e159 2018-10-06 04:54:22,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697a6571-0dfb-408d-8b4c-7c73c54e4335 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:22,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-697a6571-0dfb-408d-8b4c-7c73c54e4335 2018-10-06 04:54:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5f551c8a-fd58-4de8-9496-9f228419e3ef Date: Sat, 06 Oct 2018 04:54:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:22,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-5f551c8a-fd58-4de8-9496-9f228419e3ef 2018-10-06 04:54:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c3f5b716-9409-4135-9df1-cb3dacf69a21 Date: Sat, 06 Oct 2018 04:54:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.4"}],"id":"370296ec-ef3a-4b9e-8294-e79b8dc4ceca","security_groups":[],"mac_address":"fa:16:3e:2f:89:f5","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":"6440ab7a-622e-487c-825f-403516aa2395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.3"}],"id":"9f533e21-8d59-4f3c-afc4-ca88b30951fd","security_groups":[],"mac_address":"fa:16:3e:60:80:fe","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.2"}],"id":"b4effadd-6ec1-4f43-be07-d164b8f3c46c","security_groups":[],"mac_address":"fa:16:3e:ca:b9:2d","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfc00d2b-c6fa-4a15-8698-0ded4206c541"}]} 2018-10-06 04:54:22,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-c3f5b716-9409-4135-9df1-cb3dacf69a21 2018-10-06 04:54:22,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:22,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-3489fb41-1e61-4890-9ee5-d778eb34efd2 x-compute-request-id: req-3489fb41-1e61-4890-9ee5-d778eb34efd2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:22,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-3489fb41-1e61-4890-9ee5-d778eb34efd2 2018-10-06 04:54:22,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:23,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0852064d-01a2-4009-a44f-ec2e0b5fab9c Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:23,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-0852064d-01a2-4009-a44f-ec2e0b5fab9c 2018-10-06 04:54:23,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:23,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e258c13-8e41-4e30-a678-e7ad0b88bc27 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:23,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-7e258c13-8e41-4e30-a678-e7ad0b88bc27 2018-10-06 04:54:23,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:23,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f5973848-c46c-4ee6-bf43-1cd2490f3b8b Date: Sat, 06 Oct 2018 04:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:23,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-f5973848-c46c-4ee6-bf43-1cd2490f3b8b 2018-10-06 04:54:23,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:23,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ef709a1f-e1c2-4071-8633-39ae059fb88a Date: Sat, 06 Oct 2018 04:54:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.4"}],"id":"370296ec-ef3a-4b9e-8294-e79b8dc4ceca","security_groups":[],"mac_address":"fa:16:3e:2f:89:f5","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":"6440ab7a-622e-487c-825f-403516aa2395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.3"}],"id":"9f533e21-8d59-4f3c-afc4-ca88b30951fd","security_groups":[],"mac_address":"fa:16:3e:60:80:fe","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.2"}],"id":"b4effadd-6ec1-4f43-be07-d164b8f3c46c","security_groups":[],"mac_address":"fa:16:3e:ca:b9:2d","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfc00d2b-c6fa-4a15-8698-0ded4206c541"}]} 2018-10-06 04:54:23,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-ef709a1f-e1c2-4071-8633-39ae059fb88a 2018-10-06 04:54:23,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}}' 2018-10-06 04:54:24,453 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04: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 x-openstack-request-id: req-92cc3e86-d6e5-4f41-bfd2-555d7b5bb9a9 x-compute-request-id: req-92cc3e86-d6e5-4f41-bfd2-555d7b5bb9a9 Content-Length: 0 Content-Type: application/json 2018-10-06 04:54:24,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395/action used request id req-92cc3e86-d6e5-4f41-bfd2-555d7b5bb9a9 2018-10-06 04:54:24,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:25,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-3040d001-6f67-4d5c-85b1-527d6361e173 x-compute-request-id: req-3040d001-6f67-4d5c-85b1-527d6361e173 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}, {"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:25,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-3040d001-6f67-4d5c-85b1-527d6361e173 2018-10-06 04:54:25,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:25,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ea7b2107-640e-44e7-88a3-4c58f193ddbc Date: Sat, 06 Oct 2018 04:54: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":["70f34cf5-b672-49ae-be5e-11d772b9f52a"],"updated_at":"2018-10-06T04:53:58Z","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net"}]} 2018-10-06 04:54:25,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net used request id req-ea7b2107-640e-44e7-88a3-4c58f193ddbc 2018-10-06 04:54:25,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:25,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da79c485-b0d1-40db-8a09-effb5cacd745 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:25,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-da79c485-b0d1-40db-8a09-effb5cacd745 2018-10-06 04:54:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:25,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-303504d3-f563-45af-ba50-3738f3714458 Date: Sat, 06 Oct 2018 04:54:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:58Z","dns_nameservers":[],"updated_at":"2018-10-06T04:53:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6293cb2f850c4ec88c21724caa24ce92","id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet"}]} 2018-10-06 04:54:25,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-303504d3-f563-45af-ba50-3738f3714458 2018-10-06 04:54:25,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:25,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-a17bacd1-9b7f-439b-80ad-3a9b861ae934 Date: Sat, 06 Oct 2018 04:54:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.4"}],"id":"370296ec-ef3a-4b9e-8294-e79b8dc4ceca","security_groups":[],"mac_address":"fa:16:3e:2f:89:f5","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.5"}],"id":"8ab643f3-42a3-48fc-a569-f64a382fc142","security_groups":["37d2efdc-9bc2-4f4a-987c-524839f2b174","ea0281ad-8259-4e73-9cf1-c2ad7785983f"],"mac_address":"fa:16:3e:4f:0d:a3","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:54:04Z","binding:vnic_type":"normal","device_id":"6440ab7a-622e-487c-825f-403516aa2395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.3"}],"id":"9f533e21-8d59-4f3c-afc4-ca88b30951fd","security_groups":[],"mac_address":"fa:16:3e:60:80:fe","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfc00d2b-c6fa-4a15-8698-0ded4206c541"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"70f34cf5-b672-49ae-be5e-11d772b9f52a","ip_address":"10.55.0.2"}],"id":"b4effadd-6ec1-4f43-be07-d164b8f3c46c","security_groups":[],"mac_address":"fa:16:3e:ca:b9:2d","project_id":"6293cb2f850c4ec88c21724caa24ce92","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfc00d2b-c6fa-4a15-8698-0ded4206c541","tenant_id":"6293cb2f850c4ec88c21724caa24ce92","created_at":"2018-10-06T04:53:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfc00d2b-c6fa-4a15-8698-0ded4206c541"}]} 2018-10-06 04:54:25,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-a17bacd1-9b7f-439b-80ad-3a9b861ae934 2018-10-06 04:54:25,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5220f670a0a8861543d4f86120393ffea8144023" 2018-10-06 04:54:26,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-a7729edf-06df-4cd9-9e1e-4dcd0cc5cbe9 x-compute-request-id: req-a7729edf-06df-4cd9-9e1e-4dcd0cc5cbe9 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:0d:a3", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "security_groups": [{"name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name"}, {"name": "default"}], "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:13Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:26,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-a7729edf-06df-4cd9-9e1e-4dcd0cc5cbe9 2018-10-06 04:54:26,449 - create_instance - INFO - Deleting Port with ID - 8ab643f3-42a3-48fc-a569-f64a382fc142 2018-10-06 04:54:26,449 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-port 2018-10-06 04:54:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/8ab643f3-42a3-48fc-a569-f64a382fc142 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:27,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-272b5eab-4cd7-4a6e-8f39-7033484120c5 Date: Sat, 06 Oct 2018 04:54:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:27,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/8ab643f3-42a3-48fc-a569-f64a382fc142 used request id req-272b5eab-4cd7-4a6e-8f39-7033484120c5 2018-10-06 04:54:27,005 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst 2018-10-06 04:54:27,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:27,791 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:54: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-bacfbe5d-cf38-4679-9839-e8cba8f1284f x-compute-request-id: req-bacfbe5d-cf38-4679-9839-e8cba8f1284f Content-Type: application/json 2018-10-06 04:54:27,791 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-bacfbe5d-cf38-4679-9839-e8cba8f1284f 2018-10-06 04:54:27,792 - create_instance - INFO - Checking deletion status 2018-10-06 04:54:27,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:28,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-8bab2551-2c3f-458b-8864-8091c00ccfc2 x-compute-request-id: req-8bab2551-2c3f-458b-8864-8091c00ccfc2 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.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:27Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:28,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-8bab2551-2c3f-458b-8864-8091c00ccfc2 2018-10-06 04:54:28,023 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - ACTIVE 2018-10-06 04:54:28,023 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:54:31,026 - create_instance - DEBUG - VM status query timeout in 296.765657902 2018-10-06 04:54:31,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:31,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-ee8c65e9-31a9-4f10-8d3a-008978ebad09 x-compute-request-id: req-ee8c65e9-31a9-4f10-8d3a-008978ebad09 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.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/6440ab7a-622e-487c-825f-403516aa2395", "rel": "bookmark"}], "image": {"id": "18674a55-c84e-4d26-b917-3f23483fcc83", "links": [{"href": "http://172.30.9.29:8774/images/18674a55-c84e-4d26-b917-3f23483fcc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:54:08.000000", "flavor": {"id": "0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "links": [{"href": "http://172.30.9.29:8774/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579", "rel": "bookmark"}]}, "id": "6440ab7a-622e-487c-825f-403516aa2395", "user_id": "bb59cd4c5cd84b96990939848f1a3f82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:54:27Z", "hostId": "5fba20de93ef492462c16c1eafcf323aeb911a6ce35afc7c26cd0f30", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst", "created": "2018-10-06T04:54:07Z", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:54:31,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-ee8c65e9-31a9-4f10-8d3a-008978ebad09 2018-10-06 04:54:31,274 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst] is - ACTIVE 2018-10-06 04:54:31,274 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:54:34,277 - create_instance - DEBUG - VM status query timeout in 293.514875889 2018-10-06 04:54:34,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a5ed3554341c50f536f19faea2c483e848b8c6" 2018-10-06 04:54:34,332 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:54: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-ec5f5ed9-2b0e-4b06-834c-a819630e121c x-compute-request-id: req-ec5f5ed9-2b0e-4b06-834c-a819630e121c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6440ab7a-622e-487c-825f-403516aa2395 could not be found.", "code": 404}} 2018-10-06 04:54:34,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/6440ab7a-622e-487c-825f-403516aa2395 used request id req-ec5f5ed9-2b0e-4b06-834c-a819630e121c 2018-10-06 04:54:34,333 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6440ab7a-622e-487c-825f-403516aa2395 could not be found. (HTTP 404) (Request-ID: req-ec5f5ed9-2b0e-4b06-834c-a819630e121c) 2018-10-06 04:54:34,333 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-inst 2018-10-06 04:54:34,334 - neutron_utils - INFO - Deleting security group rule with ID - 72555f10-2cd4-4aaf-a4f3-9aeb162378d9 2018-10-06 04:54:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/72555f10-2cd4-4aaf-a4f3-9aeb162378d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:34,443 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-745a7d66-ddd9-4753-88d9-22b4a621ecb8 Content-Length: 0 Date: Sat, 06 Oct 2018 04:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:34,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/72555f10-2cd4-4aaf-a4f3-9aeb162378d9 used request id req-745a7d66-ddd9-4753-88d9-22b4a621ecb8 2018-10-06 04:54:34,443 - neutron_utils - INFO - Deleting security group rule with ID - 31f29879-fb9c-413f-83e9-4fe0fe218a07 2018-10-06 04:54:34,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/31f29879-fb9c-413f-83e9-4fe0fe218a07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:34,730 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56fa3477-23ec-472f-b15a-ad5f66e58f38 Content-Length: 0 Date: Sat, 06 Oct 2018 04:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:34,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/31f29879-fb9c-413f-83e9-4fe0fe218a07 used request id req-56fa3477-23ec-472f-b15a-ad5f66e58f38 2018-10-06 04:54:34,731 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-name 2018-10-06 04:54:34,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/37d2efdc-9bc2-4f4a-987c-524839f2b174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bcdae656bd40ca618c0d8e00366d892d197a37f" 2018-10-06 04:54:34,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-510ee869-3cf2-4b9a-af9a-c40aa5082a81 Content-Length: 0 Date: Sat, 06 Oct 2018 04:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:34,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/37d2efdc-9bc2-4f4a-987c-524839f2b174 used request id req-510ee869-3cf2-4b9a-af9a-c40aa5082a81 2018-10-06 04:54:34,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de54bbd0e69bd02b7b07c0b9128a18a29e9e3982" 2018-10-06 04:54:34,916 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:54: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-77261da1-b426-4fe5-bfe9-1d12bead8fee x-compute-request-id: req-77261da1-b426-4fe5-bfe9-1d12bead8fee Content-Length: 0 Content-Type: application/json 2018-10-06 04:54:34,916 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0bc9d7e3-c9e7-4b4c-b619-b27b77278579 used request id req-77261da1-b426-4fe5-bfe9-1d12bead8fee 2018-10-06 04:54:34,917 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet 2018-10-06 04:54:34,917 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-subnet 2018-10-06 04:54:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/70f34cf5-b672-49ae-be5e-11d772b9f52a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:54:37,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-537b814e-7812-4cd2-8158-b737faf5b48a Date: Sat, 06 Oct 2018 04:54:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:37,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/70f34cf5-b672-49ae-be5e-11d772b9f52a used request id req-537b814e-7812-4cd2-8158-b737faf5b48a 2018-10-06 04:54:37,067 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-pub-net 2018-10-06 04:54:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/bfc00d2b-c6fa-4a15-8698-0ded4206c541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130ff221d3650d2fcb8c1366dccf4187afde44bc" 2018-10-06 04:54:38,263 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cff6225-971c-435d-b8c6-4436fef107a4 Date: Sat, 06 Oct 2018 04:54:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:38,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/bfc00d2b-c6fa-4a15-8698-0ded4206c541 used request id req-6cff6225-971c-435d-b8c6-4436fef107a4 2018-10-06 04:54:38,264 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e1268ead-8524-454f-8a18-2c63bbb7f3ed-image 2018-10-06 04:54:38,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce2996303307b7fd8534cfecb435214ff04afe7f" 2018-10-06 04:54:39,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5cedfa33-71ea-43b9-9518-57949b13f523 Date: Sat, 06 Oct 2018 04:54:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:54:39,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/18674a55-c84e-4d26-b917-3f23483fcc83 used request id req-5cedfa33-71ea-43b9-9518-57949b13f523 2018-10-06 04:54:39,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:39,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3966b0fb-0bbc-4b58-97bf-c23990371aa7 Date: Sat, 06 Oct 2018 04:54:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:53:57Z", "updated_at": "2018-10-06T04:53:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "revision_number": 0, "id": "31b8f363-6186-4912-8baf-bf42a97d29cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "revision_number": 0, "id": "81e7eb4f-7c57-4d56-8475-1bdad04a6f00", "remote_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv6", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "revision_number": 0, "id": "a1a45006-72e3-4c4b-bc55-c83ea80bce51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "revision_number": 0, "id": "ad1dd20b-d086-4224-b8f2-254a03abe0ba", "remote_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "remote_ip_prefix": null, "created_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "port_range_min": null, "ethertype": "IPv4", "project_id": "6293cb2f850c4ec88c21724caa24ce92"}], "revision_number": 4, "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:54:39,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3966b0fb-0bbc-4b58-97bf-c23990371aa7 2018-10-06 04:54:39,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7263281b-7151-4caf-b158-430b1f152e27 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:54:40,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-7263281b-7151-4caf-b158-430b1f152e27 2018-10-06 04:54:40,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec32c342-09d4-4a84-8754-ae5eb922afc0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:54:40,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ec32c342-09d4-4a84-8754-ae5eb922afc0 2018-10-06 04:54:40,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89aeb39-5dab-4740-8b85-503897dd28c1 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:54:40,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-f89aeb39-5dab-4740-8b85-503897dd28c1 2018-10-06 04:54:40,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e3b1ef3-0c69-4419-b642-7c48cd378cfe Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92"}, "enabled": true, "id": "6293cb2f850c4ec88c21724caa24ce92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-647dad34-13b9-451-proj"}} 2018-10-06 04:54:40,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-9e3b1ef3-0c69-4419-b642-7c48cd378cfe 2018-10-06 04:54:40,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea0281ad-8259-4e73-9cf1-c2ad7785983f 2018-10-06 04:54:40,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ea0281ad-8259-4e73-9cf1-c2ad7785983f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7476b895-3b23-437d-a05f-a2573f045f05 Date: Sat, 06 Oct 2018 04:54: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-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:53:57Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "31b8f363-6186-4912-8baf-bf42a97d29cd"}, {"remote_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:53:57Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "81e7eb4f-7c57-4d56-8475-1bdad04a6f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:53:57Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "a1a45006-72e3-4c4b-bc55-c83ea80bce51"}, {"remote_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:53:57Z", "security_group_id": "ea0281ad-8259-4e73-9cf1-c2ad7785983f", "port_range_min": null, "revision_number": 0, "tenant_id": "6293cb2f850c4ec88c21724caa24ce92", "created_at": "2018-10-06T04:53:57Z", "project_id": "6293cb2f850c4ec88c21724caa24ce92", "id": "ad1dd20b-d086-4224-b8f2-254a03abe0ba"}]} 2018-10-06 04:54:40,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ea0281ad-8259-4e73-9cf1-c2ad7785983f used request id req-7476b895-3b23-437d-a05f-a2573f045f05 2018-10-06 04:54:40,479 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:54:40,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ea0281ad-8259-4e73-9cf1-c2ad7785983f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:40,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5b1b29f-cd30-425f-8dcb-23e597331f6b Content-Length: 0 Date: Sat, 06 Oct 2018 04:54:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:54:40,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ea0281ad-8259-4e73-9cf1-c2ad7785983f used request id req-e5b1b29f-cd30-425f-8dcb-23e597331f6b 2018-10-06 04:54:40,791 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-647dad34-13b9-451-proj 2018-10-06 04:54:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:41,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afc6c66f-6f87-4a33-8dd5-03f63c51b3c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:54:41,002 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/6293cb2f850c4ec88c21724caa24ce92 used request id req-afc6c66f-6f87-4a33-8dd5-03f63c51b3c5 2018-10-06 04:54:41,002 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-647dad34-13b9-451-proj-role 2018-10-06 04:54:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:41,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4df52961-8248-45d7-8509-0986685f3d2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:54:41,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6b5fd2bfdcc44c268fffe2e0770e2e54 used request id req-4df52961-8248-45d7-8509-0986685f3d2e 2018-10-06 04:54:41,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4afe2eb99452886ad603ebe30e82175701e788f" 2018-10-06 04:54:41,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df36ba93-e4f5-4a55-a1b6-13932894cd0e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:54:41,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df36ba93-e4f5-4a55-a1b6-13932894cd0e 2018-10-06 04:54:41,223 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-647dad34-13b9-451-user 2018-10-06 04:54:41,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bb59cd4c5cd84b96990939848f1a3f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae37447c82be225135e6fa0e18c98da995ce772d" 2018-10-06 04:54:41,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-061eeb69-0e4b-4614-aad8-65343f8fe232 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:54:41,417 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bb59cd4c5cd84b96990939848f1a3f82 used request id req-061eeb69-0e4b-4614-aad8-65343f8fe232 2018-10-06 04:54:41,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:41,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:54:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["zhjg3UitRveXVtlTgfOtng"], "issued_at": "2018-10-06T04:54:41.000000Z"}} 2018-10-06 04:54:41,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0542e60aae239b470f20a635f8189855a397724c" 2018-10-06 04:54:41,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cab362-9ea8-456e-bade-790fa1d4f7e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:41,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-51cab362-9ea8-456e-bade-790fa1d4f7e0 2018-10-06 04:54:41,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:41,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:42,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:54:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oAD37WXiSxqsp0LN_U3n-Q"], "issued_at": "2018-10-06T04:54:42.000000Z"}} 2018-10-06 04:54:42,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:42,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21363c8-3f86-4525-8783-00ca13d27c71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:42,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c21363c8-3f86-4525-8783-00ca13d27c71 2018-10-06 04:54:42,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:42,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:42,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f758333f-731b-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:42,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232152ef-c910-499c-a7eb-13721514f166 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f758333f-731b-455-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:54:42,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f758333f-731b-455-proj used request id req-232152ef-c910-499c-a7eb-13721514f166 2018-10-06 04:54:42,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:42,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98f1fc1-dab1-41b7-a35c-d02102c6e933 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:54:42,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d98f1fc1-dab1-41b7-a35c-d02102c6e933 2018-10-06 04:54:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}}' 2018-10-06 04:54:42,699 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2ca2483-5d04-435a-b6ff-be150cc87328 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:42,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c2ca2483-5d04-435a-b6ff-be150cc87328 2018-10-06 04:54:42,699 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f758333f-731b-455-proj 2018-10-06 04:54:42,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:42,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:43,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["wovjqS0ZQbKcGj-sAGTIjw"], "issued_at": "2018-10-06T04:54:43.000000Z"}} 2018-10-06 04:54:43,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b0598e37810524b86642b869b6c7f7b70272d4" 2018-10-06 04:54:43,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8090e1ed-d1af-4f3e-9a17-42c74f7359bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:43,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8090e1ed-d1af-4f3e-9a17-42c74f7359bb 2018-10-06 04:54:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:43,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:43,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b0598e37810524b86642b869b6c7f7b70272d4" 2018-10-06 04:54:43,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a630d6a1-582d-4739-88a8-376d07d1731c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:54:43,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a630d6a1-582d-4739-88a8-376d07d1731c 2018-10-06 04:54:43,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-f758333f-731b-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b0598e37810524b86642b869b6c7f7b70272d4" 2018-10-06 04:54:43,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07082da-40ea-4341-a9ae-334943cde92d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-f758333f-731b-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}]} 2018-10-06 04:54:43,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-f758333f-731b-455-proj used request id req-c07082da-40ea-4341-a9ae-334943cde92d 2018-10-06 04:54:43,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b0598e37810524b86642b869b6c7f7b70272d4" 2018-10-06 04:54:43,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81c4770-1b6a-4902-bc1c-4abfcbb53a8f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:54:43,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c81c4770-1b6a-4902-bc1c-4abfcbb53a8f 2018-10-06 04:54:43,728 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f758333f-731b-455-user 2018-10-06 04:54:43,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:43,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:43,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f69bdf7-7070-4ff9-9991-503fdbbb10e3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:54:43,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-9f69bdf7-7070-4ff9-9991-503fdbbb10e3 2018-10-06 04:54:43,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" -d '{"role": {"name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}}' 2018-10-06 04:54:43,944 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83ca95df-e16b-4757-8dfa-9871ff95c022 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cc54c9a61cc7440eb2226967af513de5", "links": {"self": "http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5"}, "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}} 2018-10-06 04:54:43,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-83ca95df-e16b-4757-8dfa-9871ff95c022 2018-10-06 04:54:43,944 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f758333f-731b-455-proj-role 2018-10-06 04:54:43,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:43,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5afd6d3-f819-4b1c-ad60-a9afddd4933b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5"}, "domain_id": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role", "id": "cc54c9a61cc7440eb2226967af513de5"}} 2018-10-06 04:54:43,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5 used request id req-a5afd6d3-f819-4b1c-ad60-a9afddd4933b 2018-10-06 04:54:43,965 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f758333f-731b-455-proj-role to project InstanceSecurityGroupTests-f758333f-731b-455-proj 2018-10-06 04:54:43,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3/users/1c91c6aa779646d987eff852b2eaaa9b/roles/cc54c9a61cc7440eb2226967af513de5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:54:44,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2bb830d-db1e-4c90-b33d-220a6e7082d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:54:44,090 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3/users/1c91c6aa779646d987eff852b2eaaa9b/roles/cc54c9a61cc7440eb2226967af513de5 used request id req-e2bb830d-db1e-4c90-b33d-220a6e7082d7 2018-10-06 04:54:44,091 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:54:44,092 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:54:44,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:44,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:44,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["_D8pPfq3RS2DZt988PELfA"], "issued_at": "2018-10-06T04:54:44.000000Z"}} 2018-10-06 04:54:44,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:44,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45fccab1-4bc6-4652-94be-4c8a8e6c1f1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:44,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-45fccab1-4bc6-4652-94be-4c8a8e6c1f1a 2018-10-06 04:54:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:44,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-8961d0a5-9848-4a33-862c-2e59f3e7bc72 Date: Sat, 06 Oct 2018 04:54:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image"} 2018-10-06 04:54:44,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image used request id req-8961d0a5-9848-4a33-862c-2e59f3e7bc72 2018-10-06 04:54:44,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:44,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d458bfd8-0e0b-4d8e-9195-14ac03778a23 Date: Sat, 06 Oct 2018 04:54: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", "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-10-06 04:54:44,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d458bfd8-0e0b-4d8e-9195-14ac03778a23 2018-10-06 04:54:44,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image"}' 2018-10-06 04:54:45,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 X-Openstack-Request-Id: req-916edc8c-83a3-4751-bfe1-c4a3c4be3186 Date: Sat, 06 Oct 2018 04:54:45 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:54:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:54:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "min_disk": 0, "protected": false, "id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "file": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file", "checksum": null, "owner": "9cec953921aa484d8f9a7ada471816d3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:54:45,152 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-916edc8c-83a3-4751-bfe1-c4a3c4be3186 2018-10-06 04:54:45,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" -d '' 2018-10-06 04:54:46,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-632aa3cb-edab-46e7-b75f-ff3b892fb261 Date: Sat, 06 Oct 2018 04:54:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:54:46,272 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file used request id req-632aa3cb-edab-46e7-b75f-ff3b892fb261 2018-10-06 04:54:46,273 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:54:46,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:46,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a490c2e8-a306-4f98-91ae-fbe903e388ba Date: Sat, 06 Oct 2018 04:54:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:54:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:54:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "metadata": {}}], "self": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "min_disk": 0, "protected": false, "id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "file": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9cec953921aa484d8f9a7ada471816d3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:54:46,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 used request id req-a490c2e8-a306-4f98-91ae-fbe903e388ba 2018-10-06 04:54:46,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:46,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3aec586-45ed-4fb4-8f61-2513e6d5637b Date: Sat, 06 Oct 2018 04:54:46 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", "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-10-06 04:54:46,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-f3aec586-45ed-4fb4-8f61-2513e6d5637b 2018-10-06 04:54:46,449 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image 2018-10-06 04:54:46,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:54:46,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f9bb893c-3155-4e47-b3b0-a00858128893 Date: Sat, 06 Oct 2018 04:54:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:54:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:54:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "metadata": {}}], "self": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "min_disk": 0, "protected": false, "id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "file": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9cec953921aa484d8f9a7ada471816d3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:54:46,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 used request id req-f9bb893c-3155-4e47-b3b0-a00858128893 2018-10-06 04:54:46,617 - create_image - DEBUG - Instance status is - active 2018-10-06 04:54:46,617 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image 2018-10-06 04:54:46,617 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image 2018-10-06 04:54:46,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:46,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:46,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["PACjBq_OTk-clXMeNoqBVw"], "issued_at": "2018-10-06T04:54:46.000000Z"}} 2018-10-06 04:54:46,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:47,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720a461e-2dcc-45a6-9582-ac7c71ec67d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:47,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-720a461e-2dcc-45a6-9582-ac7c71ec67d0 2018-10-06 04:54:47,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:47,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8429c5e7-d6d1-4e20-8bc9-bd0af940bda9 Date: Sat, 06 Oct 2018 04:54:47 GMT RESP BODY: {"networks":[]} 2018-10-06 04:54:47,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-8429c5e7-d6d1-4e20-8bc9-bd0af940bda9 2018-10-06 04:54:47,258 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net 2018-10-06 04:54:47,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" -d '{"network": {"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net", "admin_state_up": true}}' 2018-10-06 04:54:47,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-8a674f65-e0ce-4531-97f8-6f0b79ba949a Date: Sat, 06 Oct 2018 04:54:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:54:47Z","is_default":false,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","mtu":1450}} 2018-10-06 04:54:47,828 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8a674f65-e0ce-4531-97f8-6f0b79ba949a 2018-10-06 04:54:47,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:48,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-d4e1e95b-6293-492e-b45f-baee32b49b58 Date: Sat, 06 Oct 2018 04:54:48 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-10-06T04:54:47Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:48,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-d4e1e95b-6293-492e-b45f-baee32b49b58 2018-10-06 04:54:48,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:48,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9a3fcccf-b184-4162-bfaa-6e411d4c17ab Date: Sat, 06 Oct 2018 04:54:48 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:54:48,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-9a3fcccf-b184-4162-bfaa-6e411d4c17ab 2018-10-06 04:54:48,469 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet 2018-10-06 04:54:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" -d '{"subnets": [{"ip_version": 4, "network_id": "cb64cfb5-6a40-4ea4-9522-e8e1aa61da54", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]}' 2018-10-06 04:54:49,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-495e9d05-c20a-4b3f-8be6-e7f2a6cc2b79 Date: Sat, 06 Oct 2018 04:54:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","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":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:49,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-495e9d05-c20a-4b3f-8be6-e7f2a6cc2b79 2018-10-06 04:54:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:49,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d41bf75a-74cd-466e-81f6-7ac4a55ff0c1 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:49,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-d41bf75a-74cd-466e-81f6-7ac4a55ff0c1 2018-10-06 04:54:49,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:54:49,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a1e9ae78-4856-4735-8e13-be16da36b0b9 Date: Sat, 06 Oct 2018 04:54:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:49,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-a1e9ae78-4856-4735-8e13-be16da36b0b9 2018-10-06 04:54:49,827 - OpenStackNetwork - DEBUG - Network [cb64cfb5-6a40-4ea4-9522-e8e1aa61da54] created successfully 2018-10-06 04:54:49,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:49,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:50,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5JnL9Q32Q621mGqbH3dKCA"], "issued_at": "2018-10-06T04:54:50.000000Z"}} 2018-10-06 04:54:50,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7570e4355fc23bd2faeaab816524b87a3f35863e" 2018-10-06 04:54:50,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7473f95-34f6-49d6-b01b-60a90ac5a33c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:50,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7473f95-34f6-49d6-b01b-60a90ac5a33c 2018-10-06 04:54:50,374 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:54:50,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7570e4355fc23bd2faeaab816524b87a3f35863e" 2018-10-06 04:54:50,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-e4388fba-a8f3-4b18-8fb0-f962630ec42b x-compute-request-id: req-e4388fba-a8f3-4b18-8fb0-f962630ec42b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:54:50,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e4388fba-a8f3-4b18-8fb0-f962630ec42b 2018-10-06 04:54:50,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7570e4355fc23bd2faeaab816524b87a3f35863e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-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-10-06 04:54:50,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-63c71f80-3580-4466-ba6b-96b0969d25f5 x-compute-request-id: req-63c71f80-3580-4466-ba6b-96b0969d25f5 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:54:50,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-63c71f80-3580-4466-ba6b-96b0969d25f5 2018-10-06 04:54:50,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:50,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:50,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["gIyule28S6qJwkKJ8nPLJQ"], "issued_at": "2018-10-06T04:54:50.000000Z"}} 2018-10-06 04:54:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:51,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405f4a8a-0204-413a-a839-97747c847ee4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:51,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-405f4a8a-0204-413a-a839-97747c847ee4 2018-10-06 04:54:51,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:51,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e903e811-53ae-4ac7-8893-544c19e42139 Date: Sat, 06 Oct 2018 04:54:51 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:54:51,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name&description=hello+group used request id req-e903e811-53ae-4ac7-8893-544c19e42139 2018-10-06 04:54:51,263 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name... 2018-10-06 04:54:51,263 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name 2018-10-06 04:54:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" -d '{"security_group": {"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name", "description": "hello group"}}' 2018-10-06 04:54:51,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fdd87d80-3694-4581-b55e-d35ba1feb0a5 Date: Sat, 06 Oct 2018 04:54:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "updated_at": "2018-10-06T04:54:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "0a55b4fb-99ba-461b-8905-03c198b57c56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}], "revision_number": 2, "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}} 2018-10-06 04:54:51,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-fdd87d80-3694-4581-b55e-d35ba1feb0a5 2018-10-06 04:54:51,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:51,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:51,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ace17fc6-033d-45e0-8ddb-17abe158df09 Date: Sat, 06 Oct 2018 04:54: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-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "0a55b4fb-99ba-461b-8905-03c198b57c56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec"}]} 2018-10-06 04:54:51,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-ace17fc6-033d-45e0-8ddb-17abe158df09 2018-10-06 04:54:51,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-93790036-3ac9-404b-ad96-f04778aa7273 Date: Sat, 06 Oct 2018 04:54: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-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "0a55b4fb-99ba-461b-8905-03c198b57c56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec"}]} 2018-10-06 04:54:52,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-93790036-3ac9-404b-ad96-f04778aa7273 2018-10-06 04:54:52,019 - neutron_utils - INFO - Retrieving security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-2e3836bf-2b41-4d76-9a89-6dbbe8d6e04c Date: Sat, 06 Oct 2018 04:54:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "updated_at": "2018-10-06T04:54:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "0a55b4fb-99ba-461b-8905-03c198b57c56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}], "revision_number": 2, "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}]} 2018-10-06 04:54:52,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-2e3836bf-2b41-4d76-9a89-6dbbe8d6e04c 2018-10-06 04:54:52,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-14bbf9d8-dde2-4c3a-b287-4e5a4ac5e5bc Date: Sat, 06 Oct 2018 04:54: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-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "0a55b4fb-99ba-461b-8905-03c198b57c56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec"}]} 2018-10-06 04:54:52,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-14bbf9d8-dde2-4c3a-b287-4e5a4ac5e5bc 2018-10-06 04:54:52,395 - neutron_utils - INFO - Retrieving security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-30f9beb7-c413-47ee-8df2-f90a93e7a6c5 Date: Sat, 06 Oct 2018 04:54:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "updated_at": "2018-10-06T04:54:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "0a55b4fb-99ba-461b-8905-03c198b57c56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}], "revision_number": 2, "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}]} 2018-10-06 04:54:52,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-30f9beb7-c413-47ee-8df2-f90a93e7a6c5 2018-10-06 04:54:52,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bdc5cd7-a6d1-4f4a-8a8c-a85c118ba560 Date: Sat, 06 Oct 2018 04:54: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-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "0a55b4fb-99ba-461b-8905-03c198b57c56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec"}]} 2018-10-06 04:54:52,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-2bdc5cd7-a6d1-4f4a-8a8c-a85c118ba560 2018-10-06 04:54:52,626 - neutron_utils - INFO - Retrieving security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:52,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-78b61c45-b11d-4981-b7f7-1e6339203335 Date: Sat, 06 Oct 2018 04:54:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "updated_at": "2018-10-06T04:54:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "0a55b4fb-99ba-461b-8905-03c198b57c56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "revision_number": 0, "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}], "revision_number": 2, "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}]} 2018-10-06 04:54:52,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-78b61c45-b11d-4981-b7f7-1e6339203335 2018-10-06 04:54:52,828 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02e6ff00-5aba-4d0c-93da-02683a4b3a90 2018-10-06 04:54:52,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:54:53,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9dce1be1-e1cf-4710-9266-552926caff9d Date: Sat, 06 Oct 2018 04:54: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-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "0a55b4fb-99ba-461b-8905-03c198b57c56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:51Z", "security_group_id": "02e6ff00-5aba-4d0c-93da-02683a4b3a90", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:51Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "b42450b0-f77b-4002-b9e8-b84e98ecb9ec"}]} 2018-10-06 04:54:53,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-9dce1be1-e1cf-4710-9266-552926caff9d 2018-10-06 04:54:53,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:53,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:53,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["zNlfua4qRRmPoa4Id4AR8g"], "issued_at": "2018-10-06T04:54:53.000000Z"}} 2018-10-06 04:54:53,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:53,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d489e0f1-77e9-431f-9fea-69934e9e16bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:53,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d489e0f1-77e9-431f-9fea-69934e9e16bf 2018-10-06 04:54:53,454 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:54:53,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:53,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cfb552c-165c-4ee0-ada2-ce5242bddaad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:53,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6cfb552c-165c-4ee0-ada2-ce5242bddaad 2018-10-06 04:54:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:53,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fbf07f1e-e64b-4d59-903f-9ab7ff09ed02 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:53,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-fbf07f1e-e64b-4d59-903f-9ab7ff09ed02 2018-10-06 04:54:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:53,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:53,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:53,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4004b1e1-27af-4021-8648-14eead155179 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:53,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-4004b1e1-27af-4021-8648-14eead155179 2018-10-06 04:54:53,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:54,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c10ffa68-0b2d-499f-85c3-e04430563c2d Date: Sat, 06 Oct 2018 04:54:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:54,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-c10ffa68-0b2d-499f-85c3-e04430563c2d 2018-10-06 04:54:54,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:54,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4e02e9fc-46f9-4b9e-b740-304647885e4c Date: Sat, 06 Oct 2018 04:54:54 GMT RESP BODY: {"ports":[]} 2018-10-06 04:54:54,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True used request id req-4e02e9fc-46f9-4b9e-b740-304647885e4c 2018-10-06 04:54:54,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:54,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-18972183-309e-40cc-8cf9-5d2e6bfe28de x-compute-request-id: req-18972183-309e-40cc-8cf9-5d2e6bfe28de Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:54:54,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst used request id req-18972183-309e-40cc-8cf9-5d2e6bfe28de 2018-10-06 04:54:54,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:54,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-55a8c3c3-839b-409c-8440-a5c5eed897e2 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:54,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-55a8c3c3-839b-409c-8440-a5c5eed897e2 2018-10-06 04:54:54,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:54,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61921731-07b1-43d9-a324-c31f6facb4ce Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:54,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-61921731-07b1-43d9-a324-c31f6facb4ce 2018-10-06 04:54:54,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:55,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d1bb642-72c4-456d-a99d-1fa0de0145c6 Date: Sat, 06 Oct 2018 04:54:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:55,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-7d1bb642-72c4-456d-a99d-1fa0de0145c6 2018-10-06 04:54:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:55,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-41876a63-46c1-498d-ad5e-75149bdcf956 Date: Sat, 06 Oct 2018 04:54:55 GMT RESP BODY: {"ports":[]} 2018-10-06 04:54:55,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True used request id req-41876a63-46c1-498d-ad5e-75149bdcf956 2018-10-06 04:54:55,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:54:55,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:54:55,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["Rk07uBikQg-NAk14N9W4Vg"], "issued_at": "2018-10-06T04:54:55.000000Z"}} 2018-10-06 04:54:55,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d3364caf92cea2326f1de63b7b28e50793fefc7" 2018-10-06 04:54:55,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52203be-d9f5-48d4-bee5-b15fefd13081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:54:55,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d52203be-d9f5-48d4-bee5-b15fefd13081 2018-10-06 04:54:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:55,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2c02feff-2130-4de6-80d5-78334d6f6244 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:55,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-2c02feff-2130-4de6-80d5-78334d6f6244 2018-10-06 04:54:55,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:56,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7a600a40-0db2-4c50-9157-a2299c728967 Date: Sat, 06 Oct 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:56,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-7a600a40-0db2-4c50-9157-a2299c728967 2018-10-06 04:54:56,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:56,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b5a1b8ad-3137-4618-a028-2a716ce60b60 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:56,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-b5a1b8ad-3137-4618-a028-2a716ce60b60 2018-10-06 04:54:56,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:54:56,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:54:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:54:56,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d3364caf92cea2326f1de63b7b28e50793fefc7" 2018-10-06 04:54:56,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ffee86-197e-4fe9-ad0d-44ac1aefd5a6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:56,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-d3ffee86-197e-4fe9-ad0d-44ac1aefd5a6 2018-10-06 04:54:56,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:56,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7fc7559e-ab4e-4eda-9562-29ede673509d Date: Sat, 06 Oct 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:56,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-7fc7559e-ab4e-4eda-9562-29ede673509d 2018-10-06 04:54:56,572 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net 2018-10-06 04:54:56,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" -d '{"port": {"network_id": "cb64cfb5-6a40-4ea4-9522-e8e1aa61da54", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port", "admin_state_up": true}}' 2018-10-06 04:54:57,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-6670b3ea-8246-48a5-bded-1886017b649e Date: Sat, 06 Oct 2018 04:54:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","project_id":"9cec953921aa484d8f9a7ada471816d3","qos_policy_id":null,"admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal"}} 2018-10-06 04:54:57,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-6670b3ea-8246-48a5-bded-1886017b649e 2018-10-06 04:54:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:57,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-eeeaa613-9939-40ed-b4cf-879969ecca53 Date: Sat, 06 Oct 2018 04:54: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:54:57,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-eeeaa613-9939-40ed-b4cf-879969ecca53 2018-10-06 04:54:57,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:57,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db2e52c-b7dc-4e22-9ea9-8e010b264f7c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:57,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-9db2e52c-b7dc-4e22-9ea9-8e010b264f7c 2018-10-06 04:54:57,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:57,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-24708f26-b85d-41bd-82eb-7faaf7decb79 Date: Sat, 06 Oct 2018 04:54:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:54:57,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-24708f26-b85d-41bd-82eb-7faaf7decb79 2018-10-06 04:54:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:57,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-467602e6-da9c-4a6b-9455-9c25c27bb877 Date: Sat, 06 Oct 2018 04:54:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:54:57,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port&admin_state_up=True used request id req-467602e6-da9c-4a6b-9455-9c25c27bb877 2018-10-06 04:54:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:58,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ddf058-953e-4a00-b705-769b5ba27826 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:54:58,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-31ddf058-953e-4a00-b705-769b5ba27826 2018-10-06 04:54:58,047 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst 2018-10-06 04:54:58,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:58,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-10fd768c-f9fb-41a4-bcbf-5ca6a3c8ffa0 x-compute-request-id: req-10fd768c-f9fb-41a4-bcbf-5ca6a3c8ffa0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-flavor-name"}]} 2018-10-06 04:54:58,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-10fd768c-f9fb-41a4-bcbf-5ca6a3c8ffa0 2018-10-06 04:54:58,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:58,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:54: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-1909ce45-333e-40f2-9805-9a79e9f9b05f x-compute-request-id: req-1909ce45-333e-40f2-9805-9a79e9f9b05f Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:54:58,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8 used request id req-1909ce45-333e-40f2-9805-9a79e9f9b05f 2018-10-06 04:54:58,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:58,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-7dbfc8b7-6099-4772-b205-47b809121028 Date: Sat, 06 Oct 2018 04:54:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:54:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:54:46Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "metadata": {}}], "self": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "min_disk": 0, "protected": false, "id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "file": "/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9cec953921aa484d8f9a7ada471816d3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/820c0979-b53f-420f-8e47-88fe2fc22b76/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image"} 2018-10-06 04:54:58,281 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image used request id req-7dbfc8b7-6099-4772-b205-47b809121028 2018-10-06 04:54:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:54:58,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68907ded-4b05-4e71-896c-1cf0e1d53599 Date: Sat, 06 Oct 2018 04:54: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", "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-10-06 04:54:58,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-68907ded-4b05-4e71-896c-1cf0e1d53599 2018-10-06 04:54:58,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" -d '{"server": {"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "imageRef": "820c0979-b53f-420f-8e47-88fe2fc22b76", "flavorRef": "308e220e-9b50-4a9b-b087-9180e88c40a8", "max_count": 1, "min_count": 1, "networks": [{"port": "ad6d8d65-17a8-4c4d-95ca-5edd9ac722df"}], "security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}]}}' 2018-10-06 04:55:00,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:54: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-a01ce9b2-9ee0-4784-88e1-c2f01a09639e x-compute-request-id: req-a01ce9b2-9ee0-4784-88e1-c2f01a09639e Content-Length: 435 location: http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "adminPass": "Wcy6VfEA6Ran"}} 2018-10-06 04:55:00,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-a01ce9b2-9ee0-4784-88e1-c2f01a09639e 2018-10-06 04:55:00,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:01,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-aef3b1d9-4bde-40af-8c9d-f1f32352eb01 x-compute-request-id: req-aef3b1d9-4bde-40af-8c9d-f1f32352eb01 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.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:01,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-aef3b1d9-4bde-40af-8c9d-f1f32352eb01 2018-10-06 04:55:01,080 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst 2018-10-06 04:55:01,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:01,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-d82019d6-dc60-49a5-b3b4-da7df1d2a865 x-compute-request-id: req-d82019d6-dc60-49a5-b3b4-da7df1d2a865 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.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:01,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-d82019d6-dc60-49a5-b3b4-da7df1d2a865 2018-10-06 04:55:01,302 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - BUILD 2018-10-06 04:55:01,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:04,306 - create_instance - DEBUG - VM status query timeout in 896.77508688 2018-10-06 04:55:04,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:05,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e65fb42-0c4e-4a76-9dcc-d5535ad602be x-compute-request-id: req-8e65fb42-0c4e-4a76-9dcc-d5535ad602be 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.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:01Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:05,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-8e65fb42-0c4e-4a76-9dcc-d5535ad602be 2018-10-06 04:55:05,076 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - BUILD 2018-10-06 04:55:05,076 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:08,080 - create_instance - DEBUG - VM status query timeout in 893.001019001 2018-10-06 04:55:08,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:08,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-5fac84e4-d99f-43e6-b810-d653db5d8108 x-compute-request-id: req-5fac84e4-d99f-43e6-b810-d653db5d8108 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:08,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-5fac84e4-d99f-43e6-b810-d653db5d8108 2018-10-06 04:55:08,406 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - ACTIVE 2018-10-06 04:55:08,406 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:55:08,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:09,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-e8e0b623-258c-4534-91aa-4e610b6e200f x-compute-request-id: req-e8e0b623-258c-4534-91aa-4e610b6e200f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:09,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-e8e0b623-258c-4534-91aa-4e610b6e200f 2018-10-06 04:55:09,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:09,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fe073966-d0b3-4a68-9de5-9b4435587b7b Date: Sat, 06 Oct 2018 04:55: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:55:09,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-fe073966-d0b3-4a68-9de5-9b4435587b7b 2018-10-06 04:55:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:09,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a9ec68-7add-4ac5-8613-abf904ea2db9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:09,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-65a9ec68-7add-4ac5-8613-abf904ea2db9 2018-10-06 04:55:09,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:09,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-85969f51-6d4d-45ba-9611-3d66d3b667eb Date: Sat, 06 Oct 2018 04:55:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:55:09,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-85969f51-6d4d-45ba-9611-3d66d3b667eb 2018-10-06 04:55:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:09,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-34b107d9-8364-4c1d-8eb3-c0c0007dbb4e Date: Sat, 06 Oct 2018 04:55:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.2"}],"id":"086dd440-d90e-4285-8c02-44ed6dcaa3bb","security_groups":[],"mac_address":"fa:16:3e:4e:b6:7b","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.4"}],"id":"5a8a7a48-4c33-4a99-82b3-198afe0165f0","security_groups":[],"mac_address":"fa:16:3e:b6:ef:b9","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":"9850db26-06ad-4bd3-bba3-bf9ea4583b9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.3"}],"id":"ad97af8f-9e5e-476e-811c-70b8d535006d","security_groups":[],"mac_address":"fa:16:3e:5b:06:fe","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"}]} 2018-10-06 04:55:09,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-34b107d9-8364-4c1d-8eb3-c0c0007dbb4e 2018-10-06 04:55:09,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-69eb7ee3-fc5b-4188-97bd-ce5d2146e30b x-compute-request-id: req-69eb7ee3-fc5b-4188-97bd-ce5d2146e30b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:10,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-69eb7ee3-fc5b-4188-97bd-ce5d2146e30b 2018-10-06 04:55:10,052 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - ACTIVE 2018-10-06 04:55:10,052 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:55:10,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-915311bb-2a8c-4143-8e42-aeb78546c99d x-compute-request-id: req-915311bb-2a8c-4143-8e42-aeb78546c99d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:10,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-915311bb-2a8c-4143-8e42-aeb78546c99d 2018-10-06 04:55:10,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5acf9a58-54e2-40c2-9f54-2bd9dd23c1e2 Date: Sat, 06 Oct 2018 04:55: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:55:10,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-5acf9a58-54e2-40c2-9f54-2bd9dd23c1e2 2018-10-06 04:55:10,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-519cde51-159e-4db4-9b7b-6516741b6aec Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:10,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-519cde51-159e-4db4-9b7b-6516741b6aec 2018-10-06 04:55:10,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-052017bf-77ae-4ed9-9fef-3e94cf9c4045 Date: Sat, 06 Oct 2018 04:55:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:55:10,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-052017bf-77ae-4ed9-9fef-3e94cf9c4045 2018-10-06 04:55:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:10,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-f0b48ad8-1c9e-439c-904c-da820e954d03 Date: Sat, 06 Oct 2018 04:55:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.2"}],"id":"086dd440-d90e-4285-8c02-44ed6dcaa3bb","security_groups":[],"mac_address":"fa:16:3e:4e:b6:7b","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.4"}],"id":"5a8a7a48-4c33-4a99-82b3-198afe0165f0","security_groups":[],"mac_address":"fa:16:3e:b6:ef:b9","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":"9850db26-06ad-4bd3-bba3-bf9ea4583b9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.3"}],"id":"ad97af8f-9e5e-476e-811c-70b8d535006d","security_groups":[],"mac_address":"fa:16:3e:5b:06:fe","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"}]} 2018-10-06 04:55:10,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-f0b48ad8-1c9e-439c-904c-da820e954d03 2018-10-06 04:55:10,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}}' 2018-10-06 04:55:12,340 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:55: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-9436170a-7d3d-4351-a3a7-45afdf4a152f x-compute-request-id: req-9436170a-7d3d-4351-a3a7-45afdf4a152f Content-Length: 0 Content-Type: application/json 2018-10-06 04:55:12,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f/action used request id req-9436170a-7d3d-4351-a3a7-45afdf4a152f 2018-10-06 04:55:12,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:12,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc54c9a61cc7440eb2226967af513de5", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj-role"}], "expires_at": "2018-10-06T05:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9cec953921aa484d8f9a7ada471816d3", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9cec953921aa484d8f9a7ada471816d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f758333f-731b-455-user", "id": "1c91c6aa779646d987eff852b2eaaa9b"}, "audit_ids": ["_NoZ58roTdGLONoH9IMh4g"], "issued_at": "2018-10-06T04:55:12.000000Z"}} 2018-10-06 04:55:12,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91edd8a901e41445623e6d2f03671afcd97b6769" 2018-10-06 04:55:13,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08330108-0353-451a-b096-be7bfb1fc6be x-compute-request-id: req-08330108-0353-451a-b096-be7bfb1fc6be Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}, {"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:13,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-08330108-0353-451a-b096-be7bfb1fc6be 2018-10-06 04:55:13,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:13,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-755e2731-6477-44c0-895f-5315e517bd64 x-compute-request-id: req-755e2731-6477-44c0-895f-5315e517bd64 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}, {"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:13,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-755e2731-6477-44c0-895f-5315e517bd64 2018-10-06 04:55:13,782 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - ACTIVE 2018-10-06 04:55:13,783 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:55:13,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:14,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97483956-c888-4005-85bd-7c21797e5685 x-compute-request-id: req-97483956-c888-4005-85bd-7c21797e5685 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}, {"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:14,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-97483956-c888-4005-85bd-7c21797e5685 2018-10-06 04:55:14,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:14,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f7caff68-13ba-437a-8685-09a879a7e417 Date: Sat, 06 Oct 2018 04:55: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:55:14,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-f7caff68-13ba-437a-8685-09a879a7e417 2018-10-06 04:55:14,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:14,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c168b5-80f9-42a2-a92d-96ebe2f8990e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:14,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-26c168b5-80f9-42a2-a92d-96ebe2f8990e 2018-10-06 04:55:14,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:14,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b449a4e0-1dfd-4256-9b56-f826d741c914 Date: Sat, 06 Oct 2018 04:55:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:55:14,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-b449a4e0-1dfd-4256-9b56-f826d741c914 2018-10-06 04:55:14,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:14,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-a40efdde-6491-4af2-8722-84ad8c38a09e Date: Sat, 06 Oct 2018 04:55:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.2"}],"id":"086dd440-d90e-4285-8c02-44ed6dcaa3bb","security_groups":[],"mac_address":"fa:16:3e:4e:b6:7b","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.4"}],"id":"5a8a7a48-4c33-4a99-82b3-198afe0165f0","security_groups":[],"mac_address":"fa:16:3e:b6:ef:b9","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["02e6ff00-5aba-4d0c-93da-02683a4b3a90","98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":"9850db26-06ad-4bd3-bba3-bf9ea4583b9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.3"}],"id":"ad97af8f-9e5e-476e-811c-70b8d535006d","security_groups":[],"mac_address":"fa:16:3e:5b:06:fe","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"}]} 2018-10-06 04:55:14,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-a40efdde-6491-4af2-8722-84ad8c38a09e 2018-10-06 04:55:14,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:15,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4418f25a-5736-41d3-acd9-66bf804ec3ec x-compute-request-id: req-4418f25a-5736-41d3-acd9-66bf804ec3ec Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}, {"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:15,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-4418f25a-5736-41d3-acd9-66bf804ec3ec 2018-10-06 04:55:15,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:15,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f9d39d34-86dc-46f3-9f57-623a0824c88e Date: Sat, 06 Oct 2018 04:55: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:55:15,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-f9d39d34-86dc-46f3-9f57-623a0824c88e 2018-10-06 04:55:15,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:15,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c1ee4e-5685-4882-a36e-58422cb8ec33 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:15,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-48c1ee4e-5685-4882-a36e-58422cb8ec33 2018-10-06 04:55:15,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:15,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-11c330d7-4145-445e-b51b-f9612470cfae Date: Sat, 06 Oct 2018 04:55:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:55:15,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-11c330d7-4145-445e-b51b-f9612470cfae 2018-10-06 04:55:15,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:15,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-a993116a-62af-44da-a238-f22479040e95 Date: Sat, 06 Oct 2018 04:55:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.2"}],"id":"086dd440-d90e-4285-8c02-44ed6dcaa3bb","security_groups":[],"mac_address":"fa:16:3e:4e:b6:7b","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.4"}],"id":"5a8a7a48-4c33-4a99-82b3-198afe0165f0","security_groups":[],"mac_address":"fa:16:3e:b6:ef:b9","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["02e6ff00-5aba-4d0c-93da-02683a4b3a90","98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":"9850db26-06ad-4bd3-bba3-bf9ea4583b9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.3"}],"id":"ad97af8f-9e5e-476e-811c-70b8d535006d","security_groups":[],"mac_address":"fa:16:3e:5b:06:fe","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"}]} 2018-10-06 04:55:15,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-a993116a-62af-44da-a238-f22479040e95 2018-10-06 04:55:15,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name"}}' 2018-10-06 04:55:16,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:55: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-e1ac6afd-2585-4091-9225-a036e63c2843 x-compute-request-id: req-e1ac6afd-2585-4091-9225-a036e63c2843 Content-Length: 0 Content-Type: application/json 2018-10-06 04:55:16,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f/action used request id req-e1ac6afd-2585-4091-9225-a036e63c2843 2018-10-06 04:55:16,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:17,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d3f3588-8c3e-4544-948a-c6bbd927db91 x-compute-request-id: req-9d3f3588-8c3e-4544-948a-c6bbd927db91 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:17,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-9d3f3588-8c3e-4544-948a-c6bbd927db91 2018-10-06 04:55:17,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:17,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-93bc2f38-f501-4d2f-9880-4f056327df60 Date: Sat, 06 Oct 2018 04:55: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":["ed1ddf86-e8d3-4bdf-a515-9c773941e312"],"updated_at":"2018-10-06T04:54:48Z","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9cec953921aa484d8f9a7ada471816d3","id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net"}]} 2018-10-06 04:55:17,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net used request id req-93bc2f38-f501-4d2f-9880-4f056327df60 2018-10-06 04:55:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:17,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480867e5-1bdc-4813-84a0-cb5fe055040b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:17,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-480867e5-1bdc-4813-84a0-cb5fe055040b 2018-10-06 04:55:17,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:17,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-49a892a7-7656-480a-9081-0be7bdea1c43 Date: Sat, 06 Oct 2018 04:55:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:48Z","dns_nameservers":[],"updated_at":"2018-10-06T04:54:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9cec953921aa484d8f9a7ada471816d3","id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","subnetpool_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet"}]} 2018-10-06 04:55:17,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-49a892a7-7656-480a-9081-0be7bdea1c43 2018-10-06 04:55:17,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:17,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-1818b809-ea21-491b-ac5c-556f9f90b3ba Date: Sat, 06 Oct 2018 04:55:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.2"}],"id":"086dd440-d90e-4285-8c02-44ed6dcaa3bb","security_groups":[],"mac_address":"fa:16:3e:4e:b6:7b","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.4"}],"id":"5a8a7a48-4c33-4a99-82b3-198afe0165f0","security_groups":[],"mac_address":"fa:16:3e:b6:ef:b9","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:16Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.11"}],"id":"ad6d8d65-17a8-4c4d-95ca-5edd9ac722df","security_groups":["98a5ef47-7239-408b-91ae-258a841b9e56"],"mac_address":"fa:16:3e:01:e4:7f","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:56Z","binding:vnic_type":"normal","device_id":"9850db26-06ad-4bd3-bba3-bf9ea4583b9f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:54:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ed1ddf86-e8d3-4bdf-a515-9c773941e312","ip_address":"10.55.0.3"}],"id":"ad97af8f-9e5e-476e-811c-70b8d535006d","security_groups":[],"mac_address":"fa:16:3e:5b:06:fe","project_id":"9cec953921aa484d8f9a7ada471816d3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb64cfb5-6a40-4ea4-9522-e8e1aa61da54","tenant_id":"9cec953921aa484d8f9a7ada471816d3","created_at":"2018-10-06T04:54:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb64cfb5-6a40-4ea4-9522-e8e1aa61da54"}]} 2018-10-06 04:55:17,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-1818b809-ea21-491b-ac5c-556f9f90b3ba 2018-10-06 04:55:17,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91edd8a901e41445623e6d2f03671afcd97b6769" 2018-10-06 04:55:18,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-b8cbb31c-fb47-4d32-af19-589870b92d93 x-compute-request-id: req-b8cbb31c-fb47-4d32-af19-589870b92d93 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "security_groups": [{"name": "default"}], "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:07Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:18,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-b8cbb31c-fb47-4d32-af19-589870b92d93 2018-10-06 04:55:18,347 - create_instance - INFO - Deleting Port with ID - ad6d8d65-17a8-4c4d-95ca-5edd9ac722df 2018-10-06 04:55:18,347 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-port 2018-10-06 04:55:18,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/ad6d8d65-17a8-4c4d-95ca-5edd9ac722df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:18,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78b17ed5-147e-4a54-bfe8-8347b8bccb1d Date: Sat, 06 Oct 2018 04:55:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:18,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/ad6d8d65-17a8-4c4d-95ca-5edd9ac722df used request id req-78b17ed5-147e-4a54-bfe8-8347b8bccb1d 2018-10-06 04:55:18,806 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst 2018-10-06 04:55:18,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:18,970 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:55: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-85e52d7e-5a15-4b40-b62f-58ae85d857af x-compute-request-id: req-85e52d7e-5a15-4b40-b62f-58ae85d857af Content-Type: application/json 2018-10-06 04:55:18,970 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-85e52d7e-5a15-4b40-b62f-58ae85d857af 2018-10-06 04:55:18,970 - create_instance - INFO - Checking deletion status 2018-10-06 04:55:18,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:19,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-13fe1845-700b-40f6-a598-230a8959f318 x-compute-request-id: req-13fe1845-700b-40f6-a598-230a8959f318 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:e4:7f", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:18Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:19,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-13fe1845-700b-40f6-a598-230a8959f318 2018-10-06 04:55:19,214 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - ACTIVE 2018-10-06 04:55:19,214 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:22,218 - create_instance - DEBUG - VM status query timeout in 296.753021002 2018-10-06 04:55:22,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:22,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d16e48ab-7bef-485c-bb19-f31819a27777 x-compute-request-id: req-d16e48ab-7bef-485c-bb19-f31819a27777 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.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "rel": "bookmark"}], "image": {"id": "820c0979-b53f-420f-8e47-88fe2fc22b76", "links": [{"href": "http://172.30.9.29:8774/images/820c0979-b53f-420f-8e47-88fe2fc22b76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:02.000000", "flavor": {"id": "308e220e-9b50-4a9b-b087-9180e88c40a8", "links": [{"href": "http://172.30.9.29:8774/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8", "rel": "bookmark"}]}, "id": "9850db26-06ad-4bd3-bba3-bf9ea4583b9f", "user_id": "1c91c6aa779646d987eff852b2eaaa9b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:18Z", "hostId": "454b1885c7c8b29325fe65b3a11fc35fe8966fb7c9374646c28c08d7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst", "created": "2018-10-06T04:55:00Z", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:22,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-d16e48ab-7bef-485c-bb19-f31819a27777 2018-10-06 04:55:22,470 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst] is - ACTIVE 2018-10-06 04:55:22,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:25,473 - create_instance - DEBUG - VM status query timeout in 293.497172832 2018-10-06 04:55:25,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c8c7807253ebb7dc9c1fc136a003ed4f12aeb50" 2018-10-06 04:55:25,527 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cde53120-04c4-4f3e-8e28-07d4c3ac52f1 x-compute-request-id: req-cde53120-04c4-4f3e-8e28-07d4c3ac52f1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9850db26-06ad-4bd3-bba3-bf9ea4583b9f could not be found.", "code": 404}} 2018-10-06 04:55:25,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9850db26-06ad-4bd3-bba3-bf9ea4583b9f used request id req-cde53120-04c4-4f3e-8e28-07d4c3ac52f1 2018-10-06 04:55:25,527 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9850db26-06ad-4bd3-bba3-bf9ea4583b9f could not be found. (HTTP 404) (Request-ID: req-cde53120-04c4-4f3e-8e28-07d4c3ac52f1) 2018-10-06 04:55:25,527 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-inst 2018-10-06 04:55:25,528 - neutron_utils - INFO - Deleting security group rule with ID - 0a55b4fb-99ba-461b-8905-03c198b57c56 2018-10-06 04:55:25,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/0a55b4fb-99ba-461b-8905-03c198b57c56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:55:25,818 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6bfbf12-b08b-4284-9f7e-c1d6113d6c16 Content-Length: 0 Date: Sat, 06 Oct 2018 04:55:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:25,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/0a55b4fb-99ba-461b-8905-03c198b57c56 used request id req-a6bfbf12-b08b-4284-9f7e-c1d6113d6c16 2018-10-06 04:55:25,819 - neutron_utils - INFO - Deleting security group rule with ID - b42450b0-f77b-4002-b9e8-b84e98ecb9ec 2018-10-06 04:55:25,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b42450b0-f77b-4002-b9e8-b84e98ecb9ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:55:26,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c818daa-7088-4a95-a9c7-0a6f8bdf3156 Content-Length: 0 Date: Sat, 06 Oct 2018 04:55:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:26,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b42450b0-f77b-4002-b9e8-b84e98ecb9ec used request id req-1c818daa-7088-4a95-a9c7-0a6f8bdf3156 2018-10-06 04:55:26,168 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-name 2018-10-06 04:55:26,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/02e6ff00-5aba-4d0c-93da-02683a4b3a90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814289a65ef9473e42942c3575724d71c263d72f" 2018-10-06 04:55:26,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d8917c2-703e-4d50-8454-da9ac9a3f5da Content-Length: 0 Date: Sat, 06 Oct 2018 04:55:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:26,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/02e6ff00-5aba-4d0c-93da-02683a4b3a90 used request id req-6d8917c2-703e-4d50-8454-da9ac9a3f5da 2018-10-06 04:55:26,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7570e4355fc23bd2faeaab816524b87a3f35863e" 2018-10-06 04:55:26,508 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:55:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc22f542-52a1-4516-8f42-25f6814860c1 x-compute-request-id: req-cc22f542-52a1-4516-8f42-25f6814860c1 Content-Length: 0 Content-Type: application/json 2018-10-06 04:55:26,508 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/308e220e-9b50-4a9b-b087-9180e88c40a8 used request id req-cc22f542-52a1-4516-8f42-25f6814860c1 2018-10-06 04:55:26,509 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet 2018-10-06 04:55:26,509 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-subnet 2018-10-06 04:55:26,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ed1ddf86-e8d3-4bdf-a515-9c773941e312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:55:28,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-146d9629-f69e-4725-b789-dcffd352f3f7 Date: Sat, 06 Oct 2018 04:55:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:28,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ed1ddf86-e8d3-4bdf-a515-9c773941e312 used request id req-146d9629-f69e-4725-b789-dcffd352f3f7 2018-10-06 04:55:28,805 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-pub-net 2018-10-06 04:55:28,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2b6260b61da30839503ea9f3cc89f35ede7005" 2018-10-06 04:55:29,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85171bd5-e233-4292-ba9c-495cb39edcb9 Date: Sat, 06 Oct 2018 04:55:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:29,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/cb64cfb5-6a40-4ea4-9522-e8e1aa61da54 used request id req-85171bd5-e233-4292-ba9c-495cb39edcb9 2018-10-06 04:55:29,907 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5f35a364-0f08-420e-b539-9cc138f0cc6d-image 2018-10-06 04:55:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f273b18393a53d972ab2c89d3bcacbb7ef0bd36" 2018-10-06 04:55:31,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be57bffb-61cf-425a-bb62-d13d980f215a Date: Sat, 06 Oct 2018 04:55:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:55:31,244 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/820c0979-b53f-420f-8e47-88fe2fc22b76 used request id req-be57bffb-61cf-425a-bb62-d13d980f215a 2018-10-06 04:55:31,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:31,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7448fd28-147b-4e07-be57-4c1c74756927 Date: Sat, 06 Oct 2018 04:55:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:47Z", "updated_at": "2018-10-06T04:54:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "revision_number": 0, "id": "72393ac4-17f8-42e6-aa42-382058ae9b90", "remote_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "revision_number": 0, "id": "80c55f1b-1942-41ca-8b8f-6032bb5090be", "remote_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "revision_number": 0, "id": "a10a166d-e502-4f41-9b95-d179da357ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "9cec953921aa484d8f9a7ada471816d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "revision_number": 0, "id": "d19124b6-2e57-4f95-81f7-1b826bcb1654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "9cec953921aa484d8f9a7ada471816d3"}], "revision_number": 4, "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "98a5ef47-7239-408b-91ae-258a841b9e56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:55:31,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7448fd28-147b-4e07-be57-4c1c74756927 2018-10-06 04:55:31,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:31,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c207ca43-d357-4776-aa74-ae5e747da2b1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:55:31,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-c207ca43-d357-4776-aa74-ae5e747da2b1 2018-10-06 04:55:31,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:31,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a5908c5-59dd-4284-a9cc-c96ffcfca094 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:55:31,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6a5908c5-59dd-4284-a9cc-c96ffcfca094 2018-10-06 04:55:31,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:31,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf9bcab-0964-4016-8389-2d6a997d18fb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3"}, "enabled": true, "id": "9cec953921aa484d8f9a7ada471816d3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f758333f-731b-455-proj"}} 2018-10-06 04:55:31,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-aaf9bcab-0964-4016-8389-2d6a997d18fb 2018-10-06 04:55:31,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98a5ef47-7239-408b-91ae-258a841b9e56 2018-10-06 04:55:31,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=98a5ef47-7239-408b-91ae-258a841b9e56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:31,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0940443d-a5e3-453b-bf8a-4a6f0eb9db4b Date: Sat, 06 Oct 2018 04:55:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:47Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "72393ac4-17f8-42e6-aa42-382058ae9b90"}, {"remote_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:47Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "80c55f1b-1942-41ca-8b8f-6032bb5090be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:47Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "a10a166d-e502-4f41-9b95-d179da357ccc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:54:47Z", "security_group_id": "98a5ef47-7239-408b-91ae-258a841b9e56", "port_range_min": null, "revision_number": 0, "tenant_id": "9cec953921aa484d8f9a7ada471816d3", "created_at": "2018-10-06T04:54:47Z", "project_id": "9cec953921aa484d8f9a7ada471816d3", "id": "d19124b6-2e57-4f95-81f7-1b826bcb1654"}]} 2018-10-06 04:55:31,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=98a5ef47-7239-408b-91ae-258a841b9e56 used request id req-0940443d-a5e3-453b-bf8a-4a6f0eb9db4b 2018-10-06 04:55:31,934 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:55:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/98a5ef47-7239-408b-91ae-258a841b9e56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:32,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c895414c-ecb6-4be5-bcae-1d0d55749d0a Content-Length: 0 Date: Sat, 06 Oct 2018 04:55:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:55:32,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/98a5ef47-7239-408b-91ae-258a841b9e56 used request id req-c895414c-ecb6-4be5-bcae-1d0d55749d0a 2018-10-06 04:55:32,226 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f758333f-731b-455-proj 2018-10-06 04:55:32,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:32,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa81a16d-cfbd-4f9e-ab05-d298d4e00a4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:55:32,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9cec953921aa484d8f9a7ada471816d3 used request id req-aa81a16d-cfbd-4f9e-ab05-d298d4e00a4c 2018-10-06 04:55:32,414 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f758333f-731b-455-proj-role 2018-10-06 04:55:32,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:32,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-550ba7f2-ce87-4603-bd56-0794666e39f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:55:32,524 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cc54c9a61cc7440eb2226967af513de5 used request id req-550ba7f2-ce87-4603-bd56-0794666e39f0 2018-10-06 04:55:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0023d41bff9c04e7003d835bd1ebe2802fd4e33" 2018-10-06 04:55:32,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b874423-62da-4b49-aecc-3baabae8df70 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:55:32,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8b874423-62da-4b49-aecc-3baabae8df70 2018-10-06 04:55:32,615 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f758333f-731b-455-user 2018-10-06 04:55:32,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1c91c6aa779646d987eff852b2eaaa9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2b0598e37810524b86642b869b6c7f7b70272d4" 2018-10-06 04:55:32,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97da7c65-6f14-46b2-8386-c8f0b8788417 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:55:32,786 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1c91c6aa779646d987eff852b2eaaa9b used request id req-97da7c65-6f14-46b2-8386-c8f0b8788417 2018-10-06 04:55:32,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:33,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QJb4SNxQRE2Ni44lFuVpxg"], "issued_at": "2018-10-06T04:55:33.000000Z"}} 2018-10-06 04:55:33,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3500a849470390c10319df39c3e7dab74fdd01" 2018-10-06 04:55:33,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba0647a-93c4-4ac6-883b-64bb994b0432 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:33,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0ba0647a-93c4-4ac6-883b-64bb994b0432 2018-10-06 04:55:33,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:33,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:33,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MpmvFd1LT8OL4ORKcP9HeA"], "issued_at": "2018-10-06T04:55:33.000000Z"}} 2018-10-06 04:55:33,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:33,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b675d4b0-41b7-40ec-a94c-9ffe28f19a41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:33,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b675d4b0-41b7-40ec-a94c-9ffe28f19a41 2018-10-06 04:55:33,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:55:33,801 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:55:33,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:33,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c20781-5e8c-4296-a492-c150f9b82b9e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:55:33,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj used request id req-17c20781-5e8c-4296-a492-c150f9b82b9e 2018-10-06 04:55:33,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:33,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f646b252-95e8-474b-81df-eb034285d73b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:55:33,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f646b252-95e8-474b-81df-eb034285d73b 2018-10-06 04:55:33,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}}' 2018-10-06 04:55:34,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3111a7bb-cd96-476b-adb1-259254caa637 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:34,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3111a7bb-cd96-476b-adb1-259254caa637 2018-10-06 04:55:34,472 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-proj 2018-10-06 04:55:34,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:34,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:34,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:55:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PXGU97pGTqW--zZg1hsm9g"], "issued_at": "2018-10-06T04:55:34.000000Z"}} 2018-10-06 04:55:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c204ba018591ae5253b67ea50a0c1ec1068f48f" 2018-10-06 04:55:34,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca83752-6461-4579-8d22-2e1b036dc182 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:34,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ca83752-6461-4579-8d22-2e1b036dc182 2018-10-06 04:55:34,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:55:34,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:55:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:55:34,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c204ba018591ae5253b67ea50a0c1ec1068f48f" 2018-10-06 04:55:35,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0bf8c5-53ef-47e4-8a29-1f4db46aa2d4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:55:35,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9e0bf8c5-53ef-47e4-8a29-1f4db46aa2d4 2018-10-06 04:55:35,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c204ba018591ae5253b67ea50a0c1ec1068f48f" 2018-10-06 04:55:35,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad467e36-f4e0-4b75-bf49-7835ef1b5411 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}]} 2018-10-06 04:55:35,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=InstanceSecurityGroupTests-e7aa8313-bcef-439-proj used request id req-ad467e36-f4e0-4b75-bf49-7835ef1b5411 2018-10-06 04:55:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c204ba018591ae5253b67ea50a0c1ec1068f48f" 2018-10-06 04:55:35,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58cf657-9245-4b46-9508-1e6d420f9a7a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:55:35,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d58cf657-9245-4b46-9508-1e6d420f9a7a 2018-10-06 04:55:35,609 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-user 2018-10-06 04:55:35,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:35,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:35,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410ef626-7144-4fa9-848e-b04f5e082bbb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:55:35,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-410ef626-7144-4fa9-848e-b04f5e082bbb 2018-10-06 04:55:35,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" -d '{"role": {"name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}}' 2018-10-06 04:55:35,830 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-636f3a45-06b8-45ec-b882-c404a53ce920 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e83bebad2e954b3a905cad18fca2f3ec", "links": {"self": "http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec"}, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}} 2018-10-06 04:55:35,830 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-636f3a45-06b8-45ec-b882-c404a53ce920 2018-10-06 04:55:35,831 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role 2018-10-06 04:55:35,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:35,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb8ee97-e52b-4765-8e06-5754ac17e357 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec"}, "domain_id": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role", "id": "e83bebad2e954b3a905cad18fca2f3ec"}} 2018-10-06 04:55:35,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec used request id req-beb8ee97-e52b-4765-8e06-5754ac17e357 2018-10-06 04:55:35,918 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role to project InstanceSecurityGroupTests-e7aa8313-bcef-439-proj 2018-10-06 04:55:35,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677/users/bd78cf4f31d34b81a3020e1166502ba4/roles/e83bebad2e954b3a905cad18fca2f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:55:36,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0445d09e-a11a-415c-87f9-6d8927e18f43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:55:36,049 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677/users/bd78cf4f31d34b81a3020e1166502ba4/roles/e83bebad2e954b3a905cad18fca2f3ec used request id req-0445d09e-a11a-415c-87f9-6d8927e18f43 2018-10-06 04:55:36,049 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:55:36,051 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:55:36,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:36,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:36,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["k4EMaucDQ8WUzOrCYmFmIg"], "issued_at": "2018-10-06T04:55:36.000000Z"}} 2018-10-06 04:55:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:36,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4282ed6d-3154-4fcb-9324-61b4ce8bf8ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:36,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4282ed6d-3154-4fcb-9324-61b4ce8bf8ce 2018-10-06 04:55:36,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:36,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ef372d73-727b-4c4b-8576-5b59fcebbe82 Date: Sat, 06 Oct 2018 04:55:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image"} 2018-10-06 04:55:36,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image used request id req-ef372d73-727b-4c4b-8576-5b59fcebbe82 2018-10-06 04:55:36,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:36,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-652d1452-7f03-4359-a9b4-f64cc2fa8dc2 Date: Sat, 06 Oct 2018 04:55: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", "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-10-06 04:55:36,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-652d1452-7f03-4359-a9b4-f64cc2fa8dc2 2018-10-06 04:55:36,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image"}' 2018-10-06 04:55:37,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b X-Openstack-Request-Id: req-717c515d-1093-4bb1-b923-3a40f2dc66f7 Date: Sat, 06 Oct 2018 04:55:37 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:55:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:55:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "min_disk": 0, "protected": false, "id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "file": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file", "checksum": null, "owner": "92706911d120476da72c6234606cd677", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:55:37,066 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-717c515d-1093-4bb1-b923-3a40f2dc66f7 2018-10-06 04:55:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" -d '' 2018-10-06 04:55:38,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ebc412b3-6568-4c86-a536-41533bb31163 Date: Sat, 06 Oct 2018 04:55:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:55:38,182 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file used request id req-ebc412b3-6568-4c86-a536-41533bb31163 2018-10-06 04:55:38,183 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:55:38,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:38,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f28fc277-6d95-48c2-b208-1ede05403723 Date: Sat, 06 Oct 2018 04:55:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:55:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:55:38Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "metadata": {}}], "self": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "min_disk": 0, "protected": false, "id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "file": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92706911d120476da72c6234606cd677", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:55:38,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b used request id req-f28fc277-6d95-48c2-b208-1ede05403723 2018-10-06 04:55:38,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:38,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1374897-620f-419e-ae12-c8eb3d7ac244 Date: Sat, 06 Oct 2018 04:55: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", "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-10-06 04:55:38,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e1374897-620f-419e-ae12-c8eb3d7ac244 2018-10-06 04:55:38,520 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image 2018-10-06 04:55:38,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:55:38,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6a7fd179-0b77-4cba-a8e6-703a96ac2717 Date: Sat, 06 Oct 2018 04:55:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:55:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:55:38Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "metadata": {}}], "self": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "min_disk": 0, "protected": false, "id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "file": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92706911d120476da72c6234606cd677", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:55:38,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b used request id req-6a7fd179-0b77-4cba-a8e6-703a96ac2717 2018-10-06 04:55:38,677 - create_image - DEBUG - Instance status is - active 2018-10-06 04:55:38,677 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image 2018-10-06 04:55:38,677 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image 2018-10-06 04:55:38,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:38,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:39,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["Z_6dtHmRSyK9YpNU76xtVA"], "issued_at": "2018-10-06T04:55:39.000000Z"}} 2018-10-06 04:55:39,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:39,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63499897-d939-44a2-a3ff-bc27ef21413b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:39,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-63499897-d939-44a2-a3ff-bc27ef21413b 2018-10-06 04:55:39,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:39,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f476ecf3-8f1e-4b80-81ed-ce73511f99c7 Date: Sat, 06 Oct 2018 04:55:39 GMT RESP BODY: {"networks":[]} 2018-10-06 04:55:39,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-f476ecf3-8f1e-4b80-81ed-ce73511f99c7 2018-10-06 04:55:39,317 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net 2018-10-06 04:55:39,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" -d '{"network": {"name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net", "admin_state_up": true}}' 2018-10-06 04:55:39,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-27b732e1-34e5-41c7-9e86-fca352becc30 Date: Sat, 06 Oct 2018 04:55:39 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"959f3b3e-819f-49ed-bde0-2297929468c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:55:39Z","is_default":false,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","mtu":1450}} 2018-10-06 04:55:39,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-27b732e1-34e5-41c7-9e86-fca352becc30 2018-10-06 04:55:39,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:40,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-edfbaed5-cd94-494e-96a8-18b7ea401de5 Date: Sat, 06 Oct 2018 04:55:40 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-10-06T04:55:39Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:40,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-edfbaed5-cd94-494e-96a8-18b7ea401de5 2018-10-06 04:55:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:40,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-850b9bbc-e612-40f9-b689-da7d162e2b8e Date: Sat, 06 Oct 2018 04:55:40 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:55:40,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-850b9bbc-e612-40f9-b689-da7d162e2b8e 2018-10-06 04:55:40,215 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet 2018-10-06 04:55:40,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" -d '{"subnets": [{"ip_version": 4, "network_id": "959f3b3e-819f-49ed-bde0-2297929468c9", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]}' 2018-10-06 04:55:40,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-82b2123d-890b-4b68-b564-bdedf5872ec1 Date: Sat, 06 Oct 2018 04:55:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","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":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:40,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-82b2123d-890b-4b68-b564-bdedf5872ec1 2018-10-06 04:55:40,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:41,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b37043db-e579-4797-8ae4-0d80fdfb59c3 Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:41,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-b37043db-e579-4797-8ae4-0d80fdfb59c3 2018-10-06 04:55:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:55:41,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0f11ccbd-32be-460f-a365-3d65eab75695 Date: Sat, 06 Oct 2018 04:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:41,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-0f11ccbd-32be-460f-a365-3d65eab75695 2018-10-06 04:55:41,426 - OpenStackNetwork - DEBUG - Network [959f3b3e-819f-49ed-bde0-2297929468c9] created successfully 2018-10-06 04:55:41,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:41,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:41,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_vnDPe2cQ6-aSKu0mFoUaA"], "issued_at": "2018-10-06T04:55:41.000000Z"}} 2018-10-06 04:55:41,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d0dace8eaf3fa874ecb9e8e1ae1c9a8a4ad09a" 2018-10-06 04:55:42,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfac775b-1c50-406b-82e5-bb35deef5d15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:42,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bfac775b-1c50-406b-82e5-bb35deef5d15 2018-10-06 04:55:42,009 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:55:42,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d0dace8eaf3fa874ecb9e8e1ae1c9a8a4ad09a" 2018-10-06 04:55:42,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-2d1a0fc8-fb82-45a8-9ab9-62a87ad2e643 x-compute-request-id: req-2d1a0fc8-fb82-45a8-9ab9-62a87ad2e643 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:55:42,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2d1a0fc8-fb82-45a8-9ab9-62a87ad2e643 2018-10-06 04:55:42,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d0dace8eaf3fa874ecb9e8e1ae1c9a8a4ad09a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-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-10-06 04:55:42,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-f5c838e0-3876-4e29-9831-eede19784c73 x-compute-request-id: req-f5c838e0-3876-4e29-9831-eede19784c73 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:55:42,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f5c838e0-3876-4e29-9831-eede19784c73 2018-10-06 04:55:42,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:42,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:42,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:55:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["mWQGq68oQ7KKYP_Kig62AA"], "issued_at": "2018-10-06T04:55:42.000000Z"}} 2018-10-06 04:55:42,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:42,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef56fdb-81bd-47a3-8c82-09f6f627a124 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:42,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bef56fdb-81bd-47a3-8c82-09f6f627a124 2018-10-06 04:55:42,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:42,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cdbeab81-bdc2-4a07-a6ca-dc689bb24253 Date: Sat, 06 Oct 2018 04:55:42 GMT RESP BODY: {"security_groups": []} 2018-10-06 04:55:42,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name&description=hello+group used request id req-cdbeab81-bdc2-4a07-a6ca-dc689bb24253 2018-10-06 04:55:42,943 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name... 2018-10-06 04:55:42,944 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name 2018-10-06 04:55:42,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" -d '{"security_group": {"name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name", "description": "hello group"}}' 2018-10-06 04:55:43,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-555fcaf1-7f4b-4605-936b-844bb63b0a26 Date: Sat, 06 Oct 2018 04:55:43 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "updated_at": "2018-10-06T04:55:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}], "revision_number": 2, "project_id": "92706911d120476da72c6234606cd677", "id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name"}} 2018-10-06 04:55:43,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-555fcaf1-7f4b-4605-936b-844bb63b0a26 2018-10-06 04:55:43,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:43,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:43,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1003fc3a-54a0-4549-a894-98c23e9e8fb7 Date: Sat, 06 Oct 2018 04:55:43 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-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5"}]} 2018-10-06 04:55:43,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-1003fc3a-54a0-4549-a894-98c23e9e8fb7 2018-10-06 04:55:43,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:43,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:43,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5748aebd-532a-40ef-ad46-a6d7605e7399 Date: Sat, 06 Oct 2018 04:55:43 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-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5"}]} 2018-10-06 04:55:43,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-5748aebd-532a-40ef-ad46-a6d7605e7399 2018-10-06 04:55:43,653 - neutron_utils - INFO - Retrieving security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:43,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:43,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f4e1acb9-fdb1-4723-b5e3-0e63135e1889 Date: Sat, 06 Oct 2018 04:55:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "updated_at": "2018-10-06T04:55:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}], "revision_number": 2, "project_id": "92706911d120476da72c6234606cd677", "id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name"}]} 2018-10-06 04:55:43,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-f4e1acb9-fdb1-4723-b5e3-0e63135e1889 2018-10-06 04:55:43,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:43,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:44,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82306efd-c3c9-4d74-a90c-60b7faba412e Date: Sat, 06 Oct 2018 04:55:44 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-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5"}]} 2018-10-06 04:55:44,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-82306efd-c3c9-4d74-a90c-60b7faba412e 2018-10-06 04:55:44,020 - neutron_utils - INFO - Retrieving security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:44,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:44,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fec2d08e-01d1-429a-819f-9ba6e6f5d8ed Date: Sat, 06 Oct 2018 04:55:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "updated_at": "2018-10-06T04:55:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}], "revision_number": 2, "project_id": "92706911d120476da72c6234606cd677", "id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name"}]} 2018-10-06 04:55:44,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-fec2d08e-01d1-429a-819f-9ba6e6f5d8ed 2018-10-06 04:55:44,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:44,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5d145ddd-f96f-44eb-8647-18872527f5e8 Date: Sat, 06 Oct 2018 04:55:44 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-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5"}]} 2018-10-06 04:55:44,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-5d145ddd-f96f-44eb-8647-18872527f5e8 2018-10-06 04:55:44,104 - neutron_utils - INFO - Retrieving security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:44,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:44,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-31596931-73f0-43a9-8fd6-4614a2732289 Date: Sat, 06 Oct 2018 04:55:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "updated_at": "2018-10-06T04:55:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "revision_number": 0, "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}], "revision_number": 2, "project_id": "92706911d120476da72c6234606cd677", "id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name"}]} 2018-10-06 04:55:44,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-31596931-73f0-43a9-8fd6-4614a2732289 2018-10-06 04:55:44,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae 2018-10-06 04:55:44,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:55:44,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d330112e-1aae-4cea-8114-bee97eb553fe Date: Sat, 06 Oct 2018 04:55:44 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-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:43Z", "security_group_id": "d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:43Z", "project_id": "92706911d120476da72c6234606cd677", "id": "675f8012-2d1c-4375-9fb1-01aec1613ac5"}]} 2018-10-06 04:55:44,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-d330112e-1aae-4cea-8114-bee97eb553fe 2018-10-06 04:55:44,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:44,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:44,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["XtDYumfBSL2lscTtqGp04w"], "issued_at": "2018-10-06T04:55:44.000000Z"}} 2018-10-06 04:55:44,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:44,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b463a9d-3539-4892-ad24-1a14be3f3b53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:44,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b463a9d-3539-4892-ad24-1a14be3f3b53 2018-10-06 04:55:44,791 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:55:44,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:44,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7934f216-c26b-4620-943f-74fd20cc7d1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:44,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7934f216-c26b-4620-943f-74fd20cc7d1b 2018-10-06 04:55:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:45,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a4652c65-4183-4647-bce6-bb879fec23c9 Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:45,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-a4652c65-4183-4647-bce6-bb879fec23c9 2018-10-06 04:55:45,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:55:45,123 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:55:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:55:45,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:45,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e803d49f-f3c5-4160-973d-f71ee4083d23 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:45,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-e803d49f-f3c5-4160-973d-f71ee4083d23 2018-10-06 04:55:45,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:45,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e95a013f-cc34-44c6-aa0d-5d5b394cac24 Date: Sat, 06 Oct 2018 04:55:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:45,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-e95a013f-cc34-44c6-aa0d-5d5b394cac24 2018-10-06 04:55:45,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:45,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7c5acd9-9e6f-4bd2-ae1e-44ca22564ff1 Date: Sat, 06 Oct 2018 04:55:45 GMT RESP BODY: {"ports":[]} 2018-10-06 04:55:45,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True used request id req-c7c5acd9-9e6f-4bd2-ae1e-44ca22564ff1 2018-10-06 04:55:45,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:45,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-149c5e5d-7d89-4cf1-a85e-1e60f676055f x-compute-request-id: req-149c5e5d-7d89-4cf1-a85e-1e60f676055f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:55:45,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst used request id req-149c5e5d-7d89-4cf1-a85e-1e60f676055f 2018-10-06 04:55:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:46,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a8e152bf-3776-4d38-b943-0c9927823029 Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:46,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-a8e152bf-3776-4d38-b943-0c9927823029 2018-10-06 04:55:46,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:46,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af0ad64-c2e5-4e35-a0d3-703aaf589291 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:46,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-0af0ad64-c2e5-4e35-a0d3-703aaf589291 2018-10-06 04:55:46,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:46,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ebdaa968-fcff-4dc1-be2f-d3221df7464f Date: Sat, 06 Oct 2018 04:55:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:46,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-ebdaa968-fcff-4dc1-be2f-d3221df7464f 2018-10-06 04:55:46,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:46,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6dfc6938-f1a6-4067-8283-7ccea96ebd09 Date: Sat, 06 Oct 2018 04:55:46 GMT RESP BODY: {"ports":[]} 2018-10-06 04:55:46,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True used request id req-6dfc6938-f1a6-4067-8283-7ccea96ebd09 2018-10-06 04:55:46,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:55:46,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:55:46,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["TY3jE-2aQL-O2KQM3Ocl9Q"], "issued_at": "2018-10-06T04:55:46.000000Z"}} 2018-10-06 04:55:46,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e34740a2b55fc2a88fcd4be81aedf62fed31969" 2018-10-06 04:55:47,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cef2914-aa75-45e1-8247-d8b2f5e846f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:55:47,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7cef2914-aa75-45e1-8247-d8b2f5e846f1 2018-10-06 04:55:47,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:47,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-019140a6-dbca-49bb-b73a-c8d8fcd83ab3 Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:47,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-019140a6-dbca-49bb-b73a-c8d8fcd83ab3 2018-10-06 04:55:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:47,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a3d1ad7-2986-4dfb-8878-469b838da33b Date: Sat, 06 Oct 2018 04:55:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:47,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-2a3d1ad7-2986-4dfb-8878-469b838da33b 2018-10-06 04:55:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:47,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9fca7868-545a-4595-abc8-4a77501ba18c Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:47,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-9fca7868-545a-4595-abc8-4a77501ba18c 2018-10-06 04:55:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:55:47,623 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:55:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:55:47,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e34740a2b55fc2a88fcd4be81aedf62fed31969" 2018-10-06 04:55:47,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2204470-1e32-415b-82f1-ca611bec24d4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:47,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-e2204470-1e32-415b-82f1-ca611bec24d4 2018-10-06 04:55:47,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:47,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bb807da8-af2e-408a-9a16-a20954c62ae3 Date: Sat, 06 Oct 2018 04:55:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:47,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-bb807da8-af2e-408a-9a16-a20954c62ae3 2018-10-06 04:55:47,918 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net 2018-10-06 04:55:47,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" -d '{"port": {"network_id": "959f3b3e-819f-49ed-bde0-2297929468c9", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port", "admin_state_up": true}}' 2018-10-06 04:55:48,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-1a01fe22-943d-47a0-b454-82e377e68f2d Date: Sat, 06 Oct 2018 04:55:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","project_id":"92706911d120476da72c6234606cd677","qos_policy_id":null,"admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal"}} 2018-10-06 04:55:48,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-1a01fe22-943d-47a0-b454-82e377e68f2d 2018-10-06 04:55:48,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:48,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c4f11d29-8519-4567-b6d2-78495919fe83 Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:48,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-c4f11d29-8519-4567-b6d2-78495919fe83 2018-10-06 04:55:48,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b53ece-3891-416a-be79-b0d1fd39ee93 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:49,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-e3b53ece-3891-416a-be79-b0d1fd39ee93 2018-10-06 04:55:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2c1565c9-2062-48af-a81f-b53f6602ffbc Date: Sat, 06 Oct 2018 04:55:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:55:49,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-2c1565c9-2062-48af-a81f-b53f6602ffbc 2018-10-06 04:55:49,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-c711c5e2-464d-4adf-8522-685aca0f4d0b Date: Sat, 06 Oct 2018 04:55:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:55:49,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port&admin_state_up=True used request id req-c711c5e2-464d-4adf-8522-685aca0f4d0b 2018-10-06 04:55:49,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb243b61-75fd-4f50-aea4-b95231c1170f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:49,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-cb243b61-75fd-4f50-aea4-b95231c1170f 2018-10-06 04:55:49,589 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst 2018-10-06 04:55:49,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a85317d-03be-4d21-a7bd-18ffeefb2504 x-compute-request-id: req-7a85317d-03be-4d21-a7bd-18ffeefb2504 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-flavor-name"}]} 2018-10-06 04:55:49,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7a85317d-03be-4d21-a7bd-18ffeefb2504 2018-10-06 04:55:49,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e8d9c69-2ba8-4bb2-8e26-2a0182a1da30 x-compute-request-id: req-9e8d9c69-2ba8-4bb2-8e26-2a0182a1da30 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:55:49,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114 used request id req-9e8d9c69-2ba8-4bb2-8e26-2a0182a1da30 2018-10-06 04:55:49,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-fb27e1fd-29e0-4318-bd28-4933ebc3c200 Date: Sat, 06 Oct 2018 04:55:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:55:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:55:38Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "metadata": {}}], "self": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "min_disk": 0, "protected": false, "id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "file": "/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "92706911d120476da72c6234606cd677", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image"} 2018-10-06 04:55:49,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image used request id req-fb27e1fd-29e0-4318-bd28-4933ebc3c200 2018-10-06 04:55:49,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:49,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f30c315d-e1b5-4892-ab72-f6f435a7aae2 Date: Sat, 06 Oct 2018 04:55: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", "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-10-06 04:55:49,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-f30c315d-e1b5-4892-ab72-f6f435a7aae2 2018-10-06 04:55:49,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" -d '{"server": {"name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "imageRef": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "flavorRef": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "max_count": 1, "min_count": 1, "networks": [{"port": "d53170c4-528b-4899-8ee3-141843f8c29c"}]}}' 2018-10-06 04:55:51,455 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba41487c-b40e-4d2c-a9ab-fd553282d53c x-compute-request-id: req-ba41487c-b40e-4d2c-a9ab-fd553282d53c Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "adminPass": "CtDSJwkCpGB2"}} 2018-10-06 04:55:51,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-ba41487c-b40e-4d2c-a9ab-fd553282d53c 2018-10-06 04:55:51,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:51,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-3debecd4-57b6-43bf-98c1-afbeca91d79e x-compute-request-id: req-3debecd4-57b6-43bf-98c1-afbeca91d79e 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.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:51,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-3debecd4-57b6-43bf-98c1-afbeca91d79e 2018-10-06 04:55:51,819 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst 2018-10-06 04:55:51,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:52,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-84bc0e48-e991-479e-b1ff-92c0cfb9b608 x-compute-request-id: req-84bc0e48-e991-479e-b1ff-92c0cfb9b608 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.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:52,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-84bc0e48-e991-479e-b1ff-92c0cfb9b608 2018-10-06 04:55:52,170 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - BUILD 2018-10-06 04:55:52,170 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:55,174 - create_instance - DEBUG - VM status query timeout in 896.645838976 2018-10-06 04:55:55,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:55,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-eead284d-80ea-4e69-8caa-863f2bd46d32 x-compute-request-id: req-eead284d-80ea-4e69-8caa-863f2bd46d32 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.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:55:52Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:55,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-eead284d-80ea-4e69-8caa-863f2bd46d32 2018-10-06 04:55:55,632 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - BUILD 2018-10-06 04:55:55,632 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:55:58,635 - create_instance - DEBUG - VM status query timeout in 893.18404007 2018-10-06 04:55:58,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:59,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-feff87ac-197d-4ca7-9187-0c7dbf317033 x-compute-request-id: req-feff87ac-197d-4ca7-9187-0c7dbf317033 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:59,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-feff87ac-197d-4ca7-9187-0c7dbf317033 2018-10-06 04:55:59,474 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - ACTIVE 2018-10-06 04:55:59,475 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:55:59,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:59,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55: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-984e4fdd-0fd4-4556-a52d-9ee699abddf1 x-compute-request-id: req-984e4fdd-0fd4-4556-a52d-9ee699abddf1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:55:59,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-984e4fdd-0fd4-4556-a52d-9ee699abddf1 2018-10-06 04:55:59,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:59,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-88c2c41b-b866-4d67-b124-b5351c406f9e Date: Sat, 06 Oct 2018 04:55: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:55:59,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-88c2c41b-b866-4d67-b124-b5351c406f9e 2018-10-06 04:55:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:55:59,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:55:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675bbb7e-8e32-499e-993c-679c8c03683a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:55:59,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-675bbb7e-8e32-499e-993c-679c8c03683a 2018-10-06 04:56:00,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:00,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c24119f0-131b-4129-9f93-e25da8c21ba3 Date: Sat, 06 Oct 2018 04:56:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:56:00,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-c24119f0-131b-4129-9f93-e25da8c21ba3 2018-10-06 04:56:00,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:00,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-84387e54-2e4f-4f99-9dc6-feab613527fa Date: Sat, 06 Oct 2018 04:56:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.3"}],"id":"366680b3-975b-41dd-96b5-638fcc0b4b24","security_groups":[],"mac_address":"fa:16:3e:41:89:a9","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.2"}],"id":"80135c89-44bc-4c2d-abf6-888e5c0d3968","security_groups":[],"mac_address":"fa:16:3e:aa:05:45","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":"bbb9b5f0-595b-4471-9107-e39928fc59ef"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.4"}],"id":"e3a68715-6caa-4db9-90e2-727fe0bfa55c","security_groups":[],"mac_address":"fa:16:3e:4e:3f:d4","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-959f3b3e-819f-49ed-bde0-2297929468c9"}]} 2018-10-06 04:56:00,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-84387e54-2e4f-4f99-9dc6-feab613527fa 2018-10-06 04:56:00,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:00,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-6af5395a-1b77-42a5-a8ba-4391f22ab93a x-compute-request-id: req-6af5395a-1b77-42a5-a8ba-4391f22ab93a Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:00,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-6af5395a-1b77-42a5-a8ba-4391f22ab93a 2018-10-06 04:56:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:00,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1c2d578a-f6a0-48fe-91bb-b79359b1167c Date: Sat, 06 Oct 2018 04:56: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:56:00,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-1c2d578a-f6a0-48fe-91bb-b79359b1167c 2018-10-06 04:56:00,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:00,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af0c634-6152-4115-bdae-0a3635036eab Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:56:00,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-2af0c634-6152-4115-bdae-0a3635036eab 2018-10-06 04:56:00,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:01,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c3fb10c4-08ba-4b22-9ec8-1043638366d6 Date: Sat, 06 Oct 2018 04:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:56:01,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-c3fb10c4-08ba-4b22-9ec8-1043638366d6 2018-10-06 04:56:01,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:01,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-49781448-ae4a-4274-ad9f-74e4e14e88fa Date: Sat, 06 Oct 2018 04:56:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.3"}],"id":"366680b3-975b-41dd-96b5-638fcc0b4b24","security_groups":[],"mac_address":"fa:16:3e:41:89:a9","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.2"}],"id":"80135c89-44bc-4c2d-abf6-888e5c0d3968","security_groups":[],"mac_address":"fa:16:3e:aa:05:45","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":"bbb9b5f0-595b-4471-9107-e39928fc59ef"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.4"}],"id":"e3a68715-6caa-4db9-90e2-727fe0bfa55c","security_groups":[],"mac_address":"fa:16:3e:4e:3f:d4","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-959f3b3e-819f-49ed-bde0-2297929468c9"}]} 2018-10-06 04:56:01,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-49781448-ae4a-4274-ad9f-74e4e14e88fa 2018-10-06 04:56:01,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:01,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e83bebad2e954b3a905cad18fca2f3ec", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role"}], "expires_at": "2018-10-06T05:56:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92706911d120476da72c6234606cd677", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/92706911d120476da72c6234606cd677", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/92706911d120476da72c6234606cd677", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-user", "id": "bd78cf4f31d34b81a3020e1166502ba4"}, "audit_ids": ["P5zfBNQ4Rbmb_BMByrpQDw"], "issued_at": "2018-10-06T04:56:01.000000Z"}} 2018-10-06 04:56:01,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55113a90e4ce6b596a4e33949885ea8fa6e29911" 2018-10-06 04:56:02,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b1cf177-91f1-4bed-9e70-c0457b2a740c x-compute-request-id: req-7b1cf177-91f1-4bed-9e70-c0457b2a740c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:02,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-7b1cf177-91f1-4bed-9e70-c0457b2a740c 2018-10-06 04:56:02,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:02,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-d293b6d8-d870-46e1-8715-d3f66b7caff8 x-compute-request-id: req-d293b6d8-d870-46e1-8715-d3f66b7caff8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:02,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-d293b6d8-d870-46e1-8715-d3f66b7caff8 2018-10-06 04:56:02,883 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - ACTIVE 2018-10-06 04:56:02,883 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:56:02,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:03,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-22b81305-d073-4a09-9e57-6dfcabab045e x-compute-request-id: req-22b81305-d073-4a09-9e57-6dfcabab045e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:03,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-22b81305-d073-4a09-9e57-6dfcabab045e 2018-10-06 04:56:03,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:03,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7fb9e87b-291f-49d2-a506-15af8a4280dc Date: Sat, 06 Oct 2018 04:56: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:56:03,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-7fb9e87b-291f-49d2-a506-15af8a4280dc 2018-10-06 04:56:03,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:03,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c13b6e5-4399-4437-b4b1-c96dd96649ab Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:56:03,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-6c13b6e5-4399-4437-b4b1-c96dd96649ab 2018-10-06 04:56:03,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:03,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0c5ebb4f-14a6-4006-8fb8-0bd944f2f087 Date: Sat, 06 Oct 2018 04:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:56:03,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-0c5ebb4f-14a6-4006-8fb8-0bd944f2f087 2018-10-06 04:56:03,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:03,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-28487be1-e70c-4e50-8700-487900dde4c4 Date: Sat, 06 Oct 2018 04:56:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.3"}],"id":"366680b3-975b-41dd-96b5-638fcc0b4b24","security_groups":[],"mac_address":"fa:16:3e:41:89:a9","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.2"}],"id":"80135c89-44bc-4c2d-abf6-888e5c0d3968","security_groups":[],"mac_address":"fa:16:3e:aa:05:45","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":"bbb9b5f0-595b-4471-9107-e39928fc59ef"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.4"}],"id":"e3a68715-6caa-4db9-90e2-727fe0bfa55c","security_groups":[],"mac_address":"fa:16:3e:4e:3f:d4","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-959f3b3e-819f-49ed-bde0-2297929468c9"}]} 2018-10-06 04:56:03,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-28487be1-e70c-4e50-8700-487900dde4c4 2018-10-06 04:56:03,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:04,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-39db36e1-8398-41ee-b969-c0fc53e04dc8 x-compute-request-id: req-39db36e1-8398-41ee-b969-c0fc53e04dc8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:04,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-39db36e1-8398-41ee-b969-c0fc53e04dc8 2018-10-06 04:56:04,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:04,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ab4ae91c-43ca-4781-b488-addaf6c0c283 Date: Sat, 06 Oct 2018 04:56: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:56:04,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-ab4ae91c-43ca-4781-b488-addaf6c0c283 2018-10-06 04:56:04,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:04,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d1d1c8-cf1e-4181-a187-46d3d0204a72 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:56:04,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-a8d1d1c8-cf1e-4181-a187-46d3d0204a72 2018-10-06 04:56:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:04,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-073ce12b-d52e-4421-972f-2f3d688903e2 Date: Sat, 06 Oct 2018 04:56:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:56:04,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-073ce12b-d52e-4421-972f-2f3d688903e2 2018-10-06 04:56:04,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:04,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-9d6a4142-2c99-4d7b-a0ec-e4489a57e8fa Date: Sat, 06 Oct 2018 04:56:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.3"}],"id":"366680b3-975b-41dd-96b5-638fcc0b4b24","security_groups":[],"mac_address":"fa:16:3e:41:89:a9","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.2"}],"id":"80135c89-44bc-4c2d-abf6-888e5c0d3968","security_groups":[],"mac_address":"fa:16:3e:aa:05:45","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":"bbb9b5f0-595b-4471-9107-e39928fc59ef"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.4"}],"id":"e3a68715-6caa-4db9-90e2-727fe0bfa55c","security_groups":[],"mac_address":"fa:16:3e:4e:3f:d4","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-959f3b3e-819f-49ed-bde0-2297929468c9"}]} 2018-10-06 04:56:04,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-9d6a4142-2c99-4d7b-a0ec-e4489a57e8fa 2018-10-06 04:56:04,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name"}}' 2018-10-06 04:56:05,250 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:56: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-1f59718e-eb30-413c-b048-0c2659f990c3 x-compute-request-id: req-1f59718e-eb30-413c-b048-0c2659f990c3 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name not associated with the instance bbb9b5f0-595b-4471-9107-e39928fc59ef", "code": 404}} 2018-10-06 04:56:05,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef/action used request id req-1f59718e-eb30-413c-b048-0c2659f990c3 2018-10-06 04:56:05,251 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name not associated with the instance bbb9b5f0-595b-4471-9107-e39928fc59ef (HTTP 404) (Request-ID: req-1f59718e-eb30-413c-b048-0c2659f990c3) 2018-10-06 04:56:05,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:05,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3aace7f1-e70e-4776-b7d8-f65dd3b33f75 x-compute-request-id: req-3aace7f1-e70e-4776-b7d8-f65dd3b33f75 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:05,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-3aace7f1-e70e-4776-b7d8-f65dd3b33f75 2018-10-06 04:56:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:05,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0bf943df-0cfc-41cc-bb00-0d22773f39a3 Date: Sat, 06 Oct 2018 04:56: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":["99c7b152-6ac4-4ba4-8016-e68f4bc65a93"],"updated_at":"2018-10-06T04:55:40Z","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"92706911d120476da72c6234606cd677","id":"959f3b3e-819f-49ed-bde0-2297929468c9","name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net"}]} 2018-10-06 04:56:05,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net used request id req-0bf943df-0cfc-41cc-bb00-0d22773f39a3 2018-10-06 04:56:05,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:05,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da20583d-69b9-4fcc-8885-52403d5e4f1b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:56:05,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-da20583d-69b9-4fcc-8885-52403d5e4f1b 2018-10-06 04:56:05,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:06,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1de011d2-aa36-44cc-90c4-f08285bb3b31 Date: Sat, 06 Oct 2018 04:56:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:40Z","dns_nameservers":[],"updated_at":"2018-10-06T04:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"92706911d120476da72c6234606cd677","id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet"}]} 2018-10-06 04:56:06,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-1de011d2-aa36-44cc-90c4-f08285bb3b31 2018-10-06 04:56:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:06,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-9f7c87a5-28d5-4aa6-8c35-ae887e7601a8 Date: Sat, 06 Oct 2018 04:56:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.3"}],"id":"366680b3-975b-41dd-96b5-638fcc0b4b24","security_groups":[],"mac_address":"fa:16:3e:41:89:a9","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.2"}],"id":"80135c89-44bc-4c2d-abf6-888e5c0d3968","security_groups":[],"mac_address":"fa:16:3e:aa:05:45","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-959f3b3e-819f-49ed-bde0-2297929468c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.11"}],"id":"d53170c4-528b-4899-8ee3-141843f8c29c","security_groups":["2f379ccc-c0c9-4e54-a276-f44e827a5c8b"],"mac_address":"fa:16:3e:80:9b:af","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:48Z","binding:vnic_type":"normal","device_id":"bbb9b5f0-595b-4471-9107-e39928fc59ef"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:55:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"99c7b152-6ac4-4ba4-8016-e68f4bc65a93","ip_address":"10.55.0.4"}],"id":"e3a68715-6caa-4db9-90e2-727fe0bfa55c","security_groups":[],"mac_address":"fa:16:3e:4e:3f:d4","project_id":"92706911d120476da72c6234606cd677","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"959f3b3e-819f-49ed-bde0-2297929468c9","tenant_id":"92706911d120476da72c6234606cd677","created_at":"2018-10-06T04:55:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-959f3b3e-819f-49ed-bde0-2297929468c9"}]} 2018-10-06 04:56:06,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-9f7c87a5-28d5-4aa6-8c35-ae887e7601a8 2018-10-06 04:56:06,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55113a90e4ce6b596a4e33949885ea8fa6e29911" 2018-10-06 04:56:06,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b507f04-d868-48a1-9178-badb4b808dc2 x-compute-request-id: req-9b507f04-d868-48a1-9178-badb4b808dc2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:9b:af", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "security_groups": [{"name": "default"}], "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:55:57Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:06,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-9b507f04-d868-48a1-9178-badb4b808dc2 2018-10-06 04:56:06,607 - create_instance - INFO - Deleting Port with ID - d53170c4-528b-4899-8ee3-141843f8c29c 2018-10-06 04:56:06,607 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-port 2018-10-06 04:56:06,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d53170c4-528b-4899-8ee3-141843f8c29c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:07,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18e3d5f2-172e-44da-83d2-3e725d89ed2a Date: Sat, 06 Oct 2018 04:56:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:07,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d53170c4-528b-4899-8ee3-141843f8c29c used request id req-18e3d5f2-172e-44da-83d2-3e725d89ed2a 2018-10-06 04:56:07,224 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst 2018-10-06 04:56:07,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:07,376 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e6455da-3ab4-412d-a5b4-0b7781df08ee x-compute-request-id: req-5e6455da-3ab4-412d-a5b4-0b7781df08ee Content-Type: application/json 2018-10-06 04:56:07,376 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-5e6455da-3ab4-412d-a5b4-0b7781df08ee 2018-10-06 04:56:07,377 - create_instance - INFO - Checking deletion status 2018-10-06 04:56:07,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:07,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aff42e62-b750-4fe1-b9b3-a100867ac082 x-compute-request-id: req-aff42e62-b750-4fe1-b9b3-a100867ac082 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.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:07Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:07,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-aff42e62-b750-4fe1-b9b3-a100867ac082 2018-10-06 04:56:07,606 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - ACTIVE 2018-10-06 04:56:07,606 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:56:10,609 - create_instance - DEBUG - VM status query timeout in 296.767858982 2018-10-06 04:56:10,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:10,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6791a0e-ec74-4822-a835-7b558b7cfa7e x-compute-request-id: req-a6791a0e-ec74-4822-a835-7b558b7cfa7e 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.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef", "rel": "bookmark"}], "image": {"id": "8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "links": [{"href": "http://172.30.9.29:8774/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:55:53.000000", "flavor": {"id": "1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "links": [{"href": "http://172.30.9.29:8774/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114", "rel": "bookmark"}]}, "id": "bbb9b5f0-595b-4471-9107-e39928fc59ef", "user_id": "bd78cf4f31d34b81a3020e1166502ba4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:07Z", "hostId": "36e3ff7ce9625b7db8c7227b79365b289344e6b605c023deb7b3d8e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst", "created": "2018-10-06T04:55:51Z", "tenant_id": "92706911d120476da72c6234606cd677", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:10,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-a6791a0e-ec74-4822-a835-7b558b7cfa7e 2018-10-06 04:56:10,720 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst] is - ACTIVE 2018-10-06 04:56:10,720 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:56:13,723 - create_instance - DEBUG - VM status query timeout in 293.653733969 2018-10-06 04:56:13,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}280055a65dbaa9f3d97da8065a1a3faa5a63ab36" 2018-10-06 04:56:13,779 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:56:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-340ae017-c597-40c3-8ca2-026654f0fb5a x-compute-request-id: req-340ae017-c597-40c3-8ca2-026654f0fb5a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bbb9b5f0-595b-4471-9107-e39928fc59ef could not be found.", "code": 404}} 2018-10-06 04:56:13,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/bbb9b5f0-595b-4471-9107-e39928fc59ef used request id req-340ae017-c597-40c3-8ca2-026654f0fb5a 2018-10-06 04:56:13,779 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bbb9b5f0-595b-4471-9107-e39928fc59ef could not be found. (HTTP 404) (Request-ID: req-340ae017-c597-40c3-8ca2-026654f0fb5a) 2018-10-06 04:56:13,780 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-inst 2018-10-06 04:56:13,781 - neutron_utils - INFO - Deleting security group rule with ID - 675f8012-2d1c-4375-9fb1-01aec1613ac5 2018-10-06 04:56:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/675f8012-2d1c-4375-9fb1-01aec1613ac5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:56:14,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e60039e-a6a1-4914-957d-b331775726d4 Content-Length: 0 Date: Sat, 06 Oct 2018 04:56:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:14,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/675f8012-2d1c-4375-9fb1-01aec1613ac5 used request id req-2e60039e-a6a1-4914-957d-b331775726d4 2018-10-06 04:56:14,064 - neutron_utils - INFO - Deleting security group rule with ID - 0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9 2018-10-06 04:56:14,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:56:14,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b858213-ce02-49a5-ab67-ada4d803eab6 Content-Length: 0 Date: Sat, 06 Oct 2018 04:56:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:14,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/0c77cf1b-85c8-4bba-8fc9-ed3db7fe7dd9 used request id req-3b858213-ce02-49a5-ab67-ada4d803eab6 2018-10-06 04:56:14,491 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-name 2018-10-06 04:56:14,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a2f081dd518599da092101dfb0f58a967fd3ee" 2018-10-06 04:56:14,700 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f2fd91c-c623-4888-872f-374e13c6a95e Content-Length: 0 Date: Sat, 06 Oct 2018 04:56:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:14,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d5ea36c9-cbb7-4635-8bdc-bab4e36a30ae used request id req-9f2fd91c-c623-4888-872f-374e13c6a95e 2018-10-06 04:56:14,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4d0dace8eaf3fa874ecb9e8e1ae1c9a8a4ad09a" 2018-10-06 04:56:14,741 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48267a46-bc79-4178-b80b-9649a1773e9e x-compute-request-id: req-48267a46-bc79-4178-b80b-9649a1773e9e Content-Length: 0 Content-Type: application/json 2018-10-06 04:56:14,742 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1a35acc4-e97e-42aa-840c-9b3d7e1c6114 used request id req-48267a46-bc79-4178-b80b-9649a1773e9e 2018-10-06 04:56:14,742 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet 2018-10-06 04:56:14,743 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-subnet 2018-10-06 04:56:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/99c7b152-6ac4-4ba4-8016-e68f4bc65a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:56:17,047 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-639b5bcb-e8f7-4106-afa3-511f95739b30 Date: Sat, 06 Oct 2018 04:56:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:17,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/99c7b152-6ac4-4ba4-8016-e68f4bc65a93 used request id req-639b5bcb-e8f7-4106-afa3-511f95739b30 2018-10-06 04:56:17,048 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-pub-net 2018-10-06 04:56:17,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/959f3b3e-819f-49ed-bde0-2297929468c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab25edff00587799dfb109d0b349306a14bd8313" 2018-10-06 04:56:18,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d218c20d-a59a-4c36-a739-e3ad0d591526 Date: Sat, 06 Oct 2018 04:56:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:18,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/959f3b3e-819f-49ed-bde0-2297929468c9 used request id req-d218c20d-a59a-4c36-a739-e3ad0d591526 2018-10-06 04:56:18,348 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-2fbba811-b125-4fed-82d3-3b7e6180957c-image 2018-10-06 04:56:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}124844b3e89fea922e52efbf2382d301a73b1272" 2018-10-06 04:56:19,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d588d7f8-c463-4456-a4ec-50d6140dc865 Date: Sat, 06 Oct 2018 04:56:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:56:19,345 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8c694456-1e80-4a24-ab31-a2ce8f5cf51b used request id req-d588d7f8-c463-4456-a4ec-50d6140dc865 2018-10-06 04:56:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:19,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d9be3ca7-febf-4153-ae94-ea06747f0366 Date: Sat, 06 Oct 2018 04:56:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:39Z", "updated_at": "2018-10-06T04:55:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "revision_number": 0, "id": "367852e7-e18b-4903-b9e8-a9ac507dc7ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "revision_number": 0, "id": "b119dbdc-8fb5-41aa-9b9b-d4742538a3d7", "remote_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "revision_number": 0, "id": "b1a20dc8-bc3c-4657-bfe7-f96ac8f24063", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv4", "project_id": "92706911d120476da72c6234606cd677"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "revision_number": 0, "id": "b890bb3b-fe4e-43dd-b8fa-391698f28617", "remote_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "remote_ip_prefix": null, "created_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "tenant_id": "92706911d120476da72c6234606cd677", "port_range_min": null, "ethertype": "IPv6", "project_id": "92706911d120476da72c6234606cd677"}], "revision_number": 4, "project_id": "92706911d120476da72c6234606cd677", "id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:56:19,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d9be3ca7-febf-4153-ae94-ea06747f0366 2018-10-06 04:56:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:19,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c89754-1dde-46b8-a983-04d2715f2b8e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:56:19,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d8c89754-1dde-46b8-a983-04d2715f2b8e 2018-10-06 04:56:19,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:19,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2eff6f1-9f95-40c1-96e0-b10d373babcd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677"}, "enabled": true, "id": "92706911d120476da72c6234606cd677", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-e7aa8313-bcef-439-proj"}} 2018-10-06 04:56:19,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-c2eff6f1-9f95-40c1-96e0-b10d373babcd 2018-10-06 04:56:19,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f379ccc-c0c9-4e54-a276-f44e827a5c8b 2018-10-06 04:56:19,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2f379ccc-c0c9-4e54-a276-f44e827a5c8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:19,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ade37253-0d96-46b0-af57-ef9ca0081fd8 Date: Sat, 06 Oct 2018 04:56:19 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-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:39Z", "project_id": "92706911d120476da72c6234606cd677", "id": "367852e7-e18b-4903-b9e8-a9ac507dc7ac"}, {"remote_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:39Z", "project_id": "92706911d120476da72c6234606cd677", "id": "b119dbdc-8fb5-41aa-9b9b-d4742538a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:39Z", "project_id": "92706911d120476da72c6234606cd677", "id": "b1a20dc8-bc3c-4657-bfe7-f96ac8f24063"}, {"remote_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:55:39Z", "security_group_id": "2f379ccc-c0c9-4e54-a276-f44e827a5c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "92706911d120476da72c6234606cd677", "created_at": "2018-10-06T04:55:39Z", "project_id": "92706911d120476da72c6234606cd677", "id": "b890bb3b-fe4e-43dd-b8fa-391698f28617"}]} 2018-10-06 04:56:19,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2f379ccc-c0c9-4e54-a276-f44e827a5c8b used request id req-ade37253-0d96-46b0-af57-ef9ca0081fd8 2018-10-06 04:56:19,936 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:56:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2f379ccc-c0c9-4e54-a276-f44e827a5c8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:20,240 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c10ea54a-013b-4a50-a363-2951069a1882 Content-Length: 0 Date: Sat, 06 Oct 2018 04:56:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:56:20,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2f379ccc-c0c9-4e54-a276-f44e827a5c8b used request id req-c10ea54a-013b-4a50-a363-2951069a1882 2018-10-06 04:56:20,241 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-proj 2018-10-06 04:56:20,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:20,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7fbab4a-1359-43db-90ad-fbd7143f4314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:56:20,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/92706911d120476da72c6234606cd677 used request id req-b7fbab4a-1359-43db-90ad-fbd7143f4314 2018-10-06 04:56:20,450 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-proj-role 2018-10-06 04:56:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:20,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad3a8c25-7d3a-4787-b100-3cdcbaff3118 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:56:20,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/e83bebad2e954b3a905cad18fca2f3ec used request id req-ad3a8c25-7d3a-4787-b100-3cdcbaff3118 2018-10-06 04:56:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a700f024ff731f3b589401b7293cb31a969fcca" 2018-10-06 04:56:20,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0880b790-d22f-41c6-98e0-ab669c3d88ec Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:56:20,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0880b790-d22f-41c6-98e0-ab669c3d88ec 2018-10-06 04:56:20,661 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-e7aa8313-bcef-439-user 2018-10-06 04:56:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/bd78cf4f31d34b81a3020e1166502ba4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c204ba018591ae5253b67ea50a0c1ec1068f48f" 2018-10-06 04:56:20,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38b507ff-f966-4efc-9c28-abd7afe6c712 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:56:20,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/bd78cf4f31d34b81a3020e1166502ba4 used request id req-38b507ff-f966-4efc-9c28-abd7afe6c712 2018-10-06 04:56:20,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:21,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["h6h4-Z2VQUmVIQEBWKN9qg"], "issued_at": "2018-10-06T04:56:21.000000Z"}} 2018-10-06 04:56:21,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ceedfb4af124c2a0d30d4be73b99fccfd5de5a" 2018-10-06 04:56:21,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab8ba70-4a5f-4b58-ae8c-be0c37bc77e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:21,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ab8ba70-4a5f-4b58-ae8c-be0c37bc77e5 2018-10-06 04:56:21,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:21,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:21,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["20l9NcLmTXOBj-9vkWvIcA"], "issued_at": "2018-10-06T04:56:21.000000Z"}} 2018-10-06 04:56:21,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:21,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b92ebc9-296b-4ccf-9e16-00c8d5efbad9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:21,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4b92ebc9-296b-4ccf-9e16-00c8d5efbad9 2018-10-06 04:56:21,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:21,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:21,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:21,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa83bd52-7347-4a6d-b24a-63fb4b7255ae Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:56:21,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj used request id req-fa83bd52-7347-4a6d-b24a-63fb4b7255ae 2018-10-06 04:56:21,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:21,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cee676-f9c6-4052-812c-e0e593d0d54a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:56:21,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-01cee676-f9c6-4052-812c-e0e593d0d54a 2018-10-06 04:56:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj"}}' 2018-10-06 04:56:22,178 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5801fc59-57a8-4b1e-b0e9-da0c1fe93ced Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05"}, "enabled": true, "id": "82df6078661c41d883f88926d21c5b05", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj"}} 2018-10-06 04:56:22,178 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5801fc59-57a8-4b1e-b0e9-da0c1fe93ced 2018-10-06 04:56:22,178 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj 2018-10-06 04:56:22,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:22,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:22,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["VF1S2cojTLuFXypGRDe__A"], "issued_at": "2018-10-06T04:56:22.000000Z"}} 2018-10-06 04:56:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5170aa946c79695f931a7aa5377e2aa1c5eaa831" 2018-10-06 04:56:22,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5502aee8-f3b9-4235-9d59-512692e0b62f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:22,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5502aee8-f3b9-4235-9d59-512692e0b62f 2018-10-06 04:56:22,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:22,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:22,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5170aa946c79695f931a7aa5377e2aa1c5eaa831" 2018-10-06 04:56:22,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c44f889-fc97-4661-93af-a3e4ed4f4115 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:56:22,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5c44f889-fc97-4661-93af-a3e4ed4f4115 2018-10-06 04:56:22,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5170aa946c79695f931a7aa5377e2aa1c5eaa831" 2018-10-06 04:56:22,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3a8e87d-328f-4b74-a8d7-4b5bad786d40 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05"}, "enabled": true, "id": "82df6078661c41d883f88926d21c5b05", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj"}]} 2018-10-06 04:56:22,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj used request id req-a3a8e87d-328f-4b74-a8d7-4b5bad786d40 2018-10-06 04:56:22,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5170aa946c79695f931a7aa5377e2aa1c5eaa831" 2018-10-06 04:56:23,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7832548c-1ef4-4e37-86e3-de4b25a913d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:56:23,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-7832548c-1ef4-4e37-86e3-de4b25a913d5 2018-10-06 04:56:23,387 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-user 2018-10-06 04:56:23,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:23,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:23,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c3e0be-5fa1-47a4-8844-da3eb262034a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:56:23,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-69c3e0be-5fa1-47a4-8844-da3eb262034a 2018-10-06 04:56:23,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" -d '{"role": {"name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role"}}' 2018-10-06 04:56:23,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:56:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5034ae07-2825-49a2-8094-78295aac2ab3 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b05a97acc4b4ea48b4cfa20f8ec1385", "links": {"self": "http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385"}, "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role"}} 2018-10-06 04:56:23,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-5034ae07-2825-49a2-8094-78295aac2ab3 2018-10-06 04:56:23,633 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role 2018-10-06 04:56:23,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:23,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9bbfea-6130-46f5-8269-adab06f26d2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role", "id": "1b05a97acc4b4ea48b4cfa20f8ec1385"}} 2018-10-06 04:56:23,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 used request id req-6f9bbfea-6130-46f5-8269-adab06f26d2a 2018-10-06 04:56:23,653 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role to project CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj 2018-10-06 04:56:23,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05/users/2d4a82f9d860401ebb4911ac3e4a11ef/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:56:23,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:56:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deb6230b-1a1f-44c8-b8dd-f9637299b951 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:56:23,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05/users/2d4a82f9d860401ebb4911ac3e4a11ef/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 used request id req-deb6230b-1a1f-44c8-b8dd-f9637299b951 2018-10-06 04:56:23,785 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:56:23,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:23,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:24,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["CTczlK4WT-2SEZZreNsTJg"], "issued_at": "2018-10-06T04:56:24.000000Z"}} 2018-10-06 04:56:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:24,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4bc0d0-e5ee-42aa-a3a9-cf8a18dd552b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:24,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0b4bc0d0-e5ee-42aa-a3a9-cf8a18dd552b 2018-10-06 04:56:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:24,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7b9381f5-8df8-4938-b0b2-9ebbb2897d39 Date: Sat, 06 Oct 2018 04:56:24 GMT RESP BODY: {"networks":[]} 2018-10-06 04:56:24,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-7b9381f5-8df8-4938-b0b2-9ebbb2897d39 2018-10-06 04:56:24,455 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net 2018-10-06 04:56:24,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" -d '{"network": {"name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net", "admin_state_up": true}}' 2018-10-06 04:56:24,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-d4d6180e-1c1a-4576-9566-0652011e8a12 Date: Sat, 06 Oct 2018 04:56:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:56:24Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","mtu":1450}} 2018-10-06 04:56:24,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-d4d6180e-1c1a-4576-9566-0652011e8a12 2018-10-06 04:56:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:25,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-f4df4e5d-580c-44d2-8d94-5d6160e9e724 Date: Sat, 06 Oct 2018 04:56:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:56:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:25,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-f4df4e5d-580c-44d2-8d94-5d6160e9e724 2018-10-06 04:56:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:25,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-84420ce9-7c1c-4883-856d-1f81d65c97c8 Date: Sat, 06 Oct 2018 04:56:25 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:56:25,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-84420ce9-7c1c-4883-856d-1f81d65c97c8 2018-10-06 04:56:25,419 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet 2018-10-06 04:56:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" -d '{"subnets": [{"ip_version": 4, "network_id": "7d662e1a-9dea-4630-b1a9-df6d09e0a395", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]}' 2018-10-06 04:56:26,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-dc0d549e-5cb8-4c38-8e36-1fd89276e301 Date: Sat, 06 Oct 2018 04:56:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:26,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-dc0d549e-5cb8-4c38-8e36-1fd89276e301 2018-10-06 04:56:26,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:26,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6842711f-33fc-488f-b04b-ec4382ec8d8c Date: Sat, 06 Oct 2018 04:56:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:26,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-6842711f-33fc-488f-b04b-ec4382ec8d8c 2018-10-06 04:56:26,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:56:26,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b01ad62d-fcd5-4c91-a61a-f397d10f2aa0 Date: Sat, 06 Oct 2018 04:56:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:26,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-b01ad62d-fcd5-4c91-a61a-f397d10f2aa0 2018-10-06 04:56:26,503 - OpenStackNetwork - DEBUG - Network [7d662e1a-9dea-4630-b1a9-df6d09e0a395] created successfully 2018-10-06 04:56:26,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:26,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:26,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xoJ_bAgqTy-kgOLrLEqfMQ"], "issued_at": "2018-10-06T04:56:26.000000Z"}} 2018-10-06 04:56:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ccc07f37b2c3b7a5d93f490fc1bd47db8eaa03" 2018-10-06 04:56:26,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cf8ed87-2ecf-425c-8e52-c32b3c592e5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:26,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2cf8ed87-2ecf-425c-8e52-c32b3c592e5c 2018-10-06 04:56:26,905 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:56:26,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ccc07f37b2c3b7a5d93f490fc1bd47db8eaa03" 2018-10-06 04:56:27,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-48d9c6b1-56a6-492b-abc9-b36ff7162eba x-compute-request-id: req-48d9c6b1-56a6-492b-abc9-b36ff7162eba Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:56:27,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-48d9c6b1-56a6-492b-abc9-b36ff7162eba 2018-10-06 04:56:27,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ccc07f37b2c3b7a5d93f490fc1bd47db8eaa03" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-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-10-06 04:56:27,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d49ab3d-880a-4395-b93c-3fdb1e312115 x-compute-request-id: req-9d49ab3d-880a-4395-b93c-3fdb1e312115 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d135796-830e-447f-b05c-f66ac678fde9", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:56:27,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-9d49ab3d-880a-4395-b93c-3fdb1e312115 2018-10-06 04:56:27,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:27,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:27,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1b05a97acc4b4ea48b4cfa20f8ec1385", "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role"}], "expires_at": "2018-10-06T05:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82df6078661c41d883f88926d21c5b05", "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/82df6078661c41d883f88926d21c5b05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/82df6078661c41d883f88926d21c5b05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/82df6078661c41d883f88926d21c5b05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/82df6078661c41d883f88926d21c5b05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/82df6078661c41d883f88926d21c5b05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/82df6078661c41d883f88926d21c5b05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/82df6078661c41d883f88926d21c5b05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/82df6078661c41d883f88926d21c5b05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/82df6078661c41d883f88926d21c5b05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/82df6078661c41d883f88926d21c5b05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/82df6078661c41d883f88926d21c5b05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/82df6078661c41d883f88926d21c5b05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-986d7fa3-7a43-448-user", "id": "2d4a82f9d860401ebb4911ac3e4a11ef"}, "audit_ids": ["OYzAm2MvRLyVxEXd04FqWA"], "issued_at": "2018-10-06T04:56:27.000000Z"}} 2018-10-06 04:56:27,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:27,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e64f22-0f14-4872-a64e-3c72f6ab81d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:27,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b1e64f22-0f14-4872-a64e-3c72f6ab81d0 2018-10-06 04:56:27,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:27,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-13a925e1-456c-4bcf-b77e-fe11d2055ee1 Date: Sat, 06 Oct 2018 04:56:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image"} 2018-10-06 04:56:27,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image used request id req-13a925e1-456c-4bcf-b77e-fe11d2055ee1 2018-10-06 04:56:27,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:28,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59b32dd4-323e-489b-afe1-12befd7c7e38 Date: Sat, 06 Oct 2018 04:56: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", "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-10-06 04:56:28,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-59b32dd4-323e-489b-afe1-12befd7c7e38 2018-10-06 04:56:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image"}' 2018-10-06 04:56:28,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 X-Openstack-Request-Id: req-80624c08-e9cc-42c1-840f-8a4984cdb582 Date: Sat, 06 Oct 2018 04:56:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:56:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:56:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "min_disk": 0, "protected": false, "id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "file": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file", "checksum": null, "owner": "82df6078661c41d883f88926d21c5b05", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:56:28,246 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-80624c08-e9cc-42c1-840f-8a4984cdb582 2018-10-06 04:56:28,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" -d '' 2018-10-06 04:56:29,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1c0c220-e50f-47b6-8b1d-0712a34470fe Date: Sat, 06 Oct 2018 04:56:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:56:29,354 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file used request id req-d1c0c220-e50f-47b6-8b1d-0712a34470fe 2018-10-06 04:56:29,354 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:56:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:29,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-5cb90458-4199-4cc6-89d5-7aca8b8668a8 Date: Sat, 06 Oct 2018 04:56:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:56:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:56:29Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "metadata": {}}], "self": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "min_disk": 0, "protected": false, "id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "file": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82df6078661c41d883f88926d21c5b05", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:56:29,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 used request id req-5cb90458-4199-4cc6-89d5-7aca8b8668a8 2018-10-06 04:56:29,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:29,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd11c6f9-6255-4232-b5e0-67c0c73acfaf Date: Sat, 06 Oct 2018 04:56: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", "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-10-06 04:56:29,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fd11c6f9-6255-4232-b5e0-67c0c73acfaf 2018-10-06 04:56:29,672 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image 2018-10-06 04:56:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:56:29,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-b3f3bd9c-54a6-4fb9-8c3a-55aacf479d6a Date: Sat, 06 Oct 2018 04:56:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:56:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:56:29Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "metadata": {}}], "self": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "min_disk": 0, "protected": false, "id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "file": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82df6078661c41d883f88926d21c5b05", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:56:29,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 used request id req-b3f3bd9c-54a6-4fb9-8c3a-55aacf479d6a 2018-10-06 04:56:29,824 - create_image - DEBUG - Instance status is - active 2018-10-06 04:56:29,824 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image 2018-10-06 04:56:29,824 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image 2018-10-06 04:56:29,824 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:56:29,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ceedfb4af124c2a0d30d4be73b99fccfd5de5a" 2018-10-06 04:56:30,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-be2c24fd-d23d-45ea-801f-96a5fe0ac76c x-compute-request-id: req-be2c24fd-d23d-45ea-801f-96a5fe0ac76c Content-Encoding: gzip Content-Length: 277 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-10-06T04:56:20.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:22.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:26.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:26.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:21.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:23.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:29.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:28.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:26.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:21.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-06T04:56:24.000000"}}}, "zoneName": "nova"}]} 2018-10-06 04:56:30,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-availability-zone/detail used request id req-be2c24fd-d23d-45ea-801f-96a5fe0ac76c 2018-10-06 04:56:30,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:30,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:30,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["t_kZTIYHSwGwwMQ9dlSXSQ"], "issued_at": "2018-10-06T04:56:30.000000Z"}} 2018-10-06 04:56:30,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:30,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535d1b76-3b99-49a3-8747-a8fa9b8d39c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:30,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-535d1b76-3b99-49a3-8747-a8fa9b8d39c4 2018-10-06 04:56:30,540 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:56:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:30,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f75e16-86b3-4b20-8879-da5d0654f190 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:30,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-05f75e16-86b3-4b20-8879-da5d0654f190 2018-10-06 04:56:30,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:30,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-595ee0db-cfe9-4b9d-a328-616ff9a1c188 Date: Sat, 06 Oct 2018 04:56:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:30,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-595ee0db-cfe9-4b9d-a328-616ff9a1c188 2018-10-06 04:56:30,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:30,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:30,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6afb8434-7ace-41f8-9a4c-ed2d9a940fb3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:30,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6afb8434-7ace-41f8-9a4c-ed2d9a940fb3 2018-10-06 04:56:30,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:31,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-554df626-de38-43d3-b3c0-ddc4619d3a70 Date: Sat, 06 Oct 2018 04:56:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:31,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-554df626-de38-43d3-b3c0-ddc4619d3a70 2018-10-06 04:56:31,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:31,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-15e7ee6c-150b-4ce6-9a33-5fa308bab913 Date: Sat, 06 Oct 2018 04:56:31 GMT RESP BODY: {"ports":[]} 2018-10-06 04:56:31,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True used request id req-15e7ee6c-150b-4ce6-9a33-5fa308bab913 2018-10-06 04:56:31,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:31,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-d103f22e-b556-4806-b77a-1052ef37d890 x-compute-request-id: req-d103f22e-b556-4806-b77a-1052ef37d890 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:56:31,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-d103f22e-b556-4806-b77a-1052ef37d890 2018-10-06 04:56:31,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:32,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-941a0d01-cc6f-4ff2-8186-baac9f86f629 Date: Sat, 06 Oct 2018 04:56:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:32,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-941a0d01-cc6f-4ff2-8186-baac9f86f629 2018-10-06 04:56:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:32,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c03f5905-4bac-49fc-8f05-b2a1fc0c5167 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:32,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-c03f5905-4bac-49fc-8f05-b2a1fc0c5167 2018-10-06 04:56:32,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:32,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-684421ae-09d1-4e26-90ac-1e4e7654c535 Date: Sat, 06 Oct 2018 04:56:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:32,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-684421ae-09d1-4e26-90ac-1e4e7654c535 2018-10-06 04:56:32,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:32,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-05d48af4-9493-4e10-90c1-8bb31b42e26d Date: Sat, 06 Oct 2018 04:56:32 GMT RESP BODY: {"ports":[]} 2018-10-06 04:56:32,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True used request id req-05d48af4-9493-4e10-90c1-8bb31b42e26d 2018-10-06 04:56:32,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:32,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:32,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["bj2r1l5rRWe84BKD-HzA9g"], "issued_at": "2018-10-06T04:56:32.000000Z"}} 2018-10-06 04:56:32,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b1c7846cfe453224fa68c5d555c5230853a89f" 2018-10-06 04:56:32,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96e23cb-f13e-428e-98ac-39cf137419c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:32,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e96e23cb-f13e-428e-98ac-39cf137419c8 2018-10-06 04:56:32,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:33,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a24d6a60-9454-4232-aa49-36acb19e3492 Date: Sat, 06 Oct 2018 04:56:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:33,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-a24d6a60-9454-4232-aa49-36acb19e3492 2018-10-06 04:56:33,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:33,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5544e9b0-aec1-4faf-b506-595f1aafc184 Date: Sat, 06 Oct 2018 04:56:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:33,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-5544e9b0-aec1-4faf-b506-595f1aafc184 2018-10-06 04:56:33,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:33,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-79e22699-98db-488d-a5c4-b05bb3e4a4c8 Date: Sat, 06 Oct 2018 04:56:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:33,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-79e22699-98db-488d-a5c4-b05bb3e4a4c8 2018-10-06 04:56:33,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:33,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:33,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b1c7846cfe453224fa68c5d555c5230853a89f" 2018-10-06 04:56:33,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7226efd-5375-4114-a26e-f176261ae498 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:33,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a7226efd-5375-4114-a26e-f176261ae498 2018-10-06 04:56:33,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:34,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b0c14a40-6052-4d26-bd02-fb363b1345e9 Date: Sat, 06 Oct 2018 04:56:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:34,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-b0c14a40-6052-4d26-bd02-fb363b1345e9 2018-10-06 04:56:34,071 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net 2018-10-06 04:56:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" -d '{"port": {"network_id": "7d662e1a-9dea-4630-b1a9-df6d09e0a395", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1", "admin_state_up": true}}' 2018-10-06 04:56:34,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-db4cd56b-6f5c-4a9e-a6e4-65feecfdc114 Date: Sat, 06 Oct 2018 04:56:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:34Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:bd:37","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","project_id":"a7d6caa95069492db33f7f33bd6078c2","qos_policy_id":null,"admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal"}} 2018-10-06 04:56:34,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-db4cd56b-6f5c-4a9e-a6e4-65feecfdc114 2018-10-06 04:56:34,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3c6d5d6f-da4c-4bb2-ae43-0e3b604cb51f Date: Sat, 06 Oct 2018 04:56:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:35,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-3c6d5d6f-da4c-4bb2-ae43-0e3b604cb51f 2018-10-06 04:56:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac53947-a5ff-4059-a715-a8e940dba8aa Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:35,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-aac53947-a5ff-4059-a715-a8e940dba8aa 2018-10-06 04:56:35,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-43aad86f-fb31-49d1-a753-8006720879f4 Date: Sat, 06 Oct 2018 04:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:35,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-43aad86f-fb31-49d1-a753-8006720879f4 2018-10-06 04:56:35,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-8ed01149-6918-4034-846b-ba5785d12e24 Date: Sat, 06 Oct 2018 04:56:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:56:35,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1&admin_state_up=True used request id req-8ed01149-6918-4034-846b-ba5785d12e24 2018-10-06 04:56:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0662ead9-5559-443f-9dce-9e537fa82e10 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:35,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-0662ead9-5559-443f-9dce-9e537fa82e10 2018-10-06 04:56:35,820 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 04:56:35,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-e5d43751-81c7-4946-9746-94e443ccf07a x-compute-request-id: req-e5d43751-81c7-4946-9746-94e443ccf07a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-flavor-name"}]} 2018-10-06 04:56:35,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e5d43751-81c7-4946-9746-94e443ccf07a 2018-10-06 04:56:35,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:35,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-883bbaee-f1f1-4a65-afbd-e7be808901cf x-compute-request-id: req-883bbaee-f1f1-4a65-afbd-e7be808901cf Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d135796-830e-447f-b05c-f66ac678fde9", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:56:35,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 used request id req-883bbaee-f1f1-4a65-afbd-e7be808901cf 2018-10-06 04:56:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:36,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-f77f38bb-7175-4b6e-9cc5-364dddaa96f0 Date: Sat, 06 Oct 2018 04:56:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:56:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:56:29Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "metadata": {}}], "self": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "min_disk": 0, "protected": false, "id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "file": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82df6078661c41d883f88926d21c5b05", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image"} 2018-10-06 04:56:36,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image used request id req-f77f38bb-7175-4b6e-9cc5-364dddaa96f0 2018-10-06 04:56:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:36,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-016db119-62bf-47dc-ab33-242d25dfd8ac Date: Sat, 06 Oct 2018 04:56: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", "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-10-06 04:56:36,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-016db119-62bf-47dc-ab33-242d25dfd8ac 2018-10-06 04:56:36,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" -d '{"server": {"name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "1c706934-b195-4649-9af6-08a5afb1c0a7", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "7d135796-830e-447f-b05c-f66ac678fde9", "max_count": 1, "min_count": 1, "networks": [{"port": "d1931582-8ba3-43d7-9a81-6b6e5c21d7e2"}]}}' 2018-10-06 04:56:38,167 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35de6d80-9a5a-4de5-a386-ab6ddadba1e6 x-compute-request-id: req-35de6d80-9a5a-4de5-a386-ab6ddadba1e6 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "adminPass": "2PnaXpV3bmJK"}} 2018-10-06 04:56:38,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-35de6d80-9a5a-4de5-a386-ab6ddadba1e6 2018-10-06 04:56:38,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:38,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-a6bb80cf-3a8d-4770-b076-f3f96db5e5b2 x-compute-request-id: req-a6bb80cf-3a8d-4770-b076-f3f96db5e5b2 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.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:38,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-a6bb80cf-3a8d-4770-b076-f3f96db5e5b2 2018-10-06 04:56:38,399 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 04:56:38,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:38,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-ae61bbf9-a885-4e95-b63a-442f4c718c0d x-compute-request-id: req-ae61bbf9-a885-4e95-b63a-442f4c718c0d 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.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:38,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-ae61bbf9-a885-4e95-b63a-442f4c718c0d 2018-10-06 04:56:38,756 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-06 04:56:38,756 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:56:41,759 - create_instance - DEBUG - VM status query timeout in 896.639580965 2018-10-06 04:56:41,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:42,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-a5d3d986-a85e-4aee-953a-385561af36c1 x-compute-request-id: req-a5d3d986-a85e-4aee-953a-385561af36c1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:40Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:42,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-a5d3d986-a85e-4aee-953a-385561af36c1 2018-10-06 04:56:42,052 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-06 04:56:42,052 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:56:45,053 - create_instance - DEBUG - VM status query timeout in 893.345410824 2018-10-06 04:56:45,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:45,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-ba70a6e5-2286-42d6-a61d-8b89a6cbd8e2 x-compute-request-id: req-ba70a6e5-2286-42d6-a61d-8b89a6cbd8e2 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:40Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:45,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-ba70a6e5-2286-42d6-a61d-8b89a6cbd8e2 2018-10-06 04:56:45,785 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-06 04:56:45,786 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:56:48,789 - create_instance - DEBUG - VM status query timeout in 889.610061884 2018-10-06 04:56:48,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:49,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-36e509a1-1cdb-4a5d-80fa-ab42095f7bd7 x-compute-request-id: req-36e509a1-1cdb-4a5d-80fa-ab42095f7bd7 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:49,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-36e509a1-1cdb-4a5d-80fa-ab42095f7bd7 2018-10-06 04:56:49,398 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-06 04:56:49,398 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:56:49,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:50,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a93f3027-0a49-4aea-9d86-82a8252220b8 x-compute-request-id: req-a93f3027-0a49-4aea-9d86-82a8252220b8 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:50,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-a93f3027-0a49-4aea-9d86-82a8252220b8 2018-10-06 04:56:50,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:50,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8b12fd25-41c2-43d4-adf8-e7439dfb4248 Date: Sat, 06 Oct 2018 04:56:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:50,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-8b12fd25-41c2-43d4-adf8-e7439dfb4248 2018-10-06 04:56:50,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:50,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db6958a-29cf-4893-8ee6-6f429b272d3f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:50,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-2db6958a-29cf-4893-8ee6-6f429b272d3f 2018-10-06 04:56:50,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:50,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5f93ca8b-24a6-4ca8-a0f2-1a122a1d13d7 Date: Sat, 06 Oct 2018 04:56:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:50,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-5f93ca8b-24a6-4ca8-a0f2-1a122a1d13d7 2018-10-06 04:56:50,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:50,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-730d833a-b735-4714-8afa-cda789f0c3ad Date: Sat, 06 Oct 2018 04:56:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"}]} 2018-10-06 04:56:50,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-730d833a-b735-4714-8afa-cda789f0c3ad 2018-10-06 04:56:50,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-b26f2397-a5c5-4efa-9980-41112b2f987c x-compute-request-id: req-b26f2397-a5c5-4efa-9980-41112b2f987c Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:51,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-b26f2397-a5c5-4efa-9980-41112b2f987c 2018-10-06 04:56:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-db721ca4-9871-434e-8c39-9a6124c1baf3 Date: Sat, 06 Oct 2018 04:56:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:51,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-db721ca4-9871-434e-8c39-9a6124c1baf3 2018-10-06 04:56:51,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55d4123-0eb2-43e5-9207-3d480d2e0ce6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:51,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-d55d4123-0eb2-43e5-9207-3d480d2e0ce6 2018-10-06 04:56:51,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-74f073b0-4ac9-418f-88e6-64f17a39b852 Date: Sat, 06 Oct 2018 04:56:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:51,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-74f073b0-4ac9-418f-88e6-64f17a39b852 2018-10-06 04:56:51,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-6c8b9076-aba6-4fcf-b114-294b559f808e Date: Sat, 06 Oct 2018 04:56:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"}]} 2018-10-06 04:56:51,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-6c8b9076-aba6-4fcf-b114-294b559f808e 2018-10-06 04:56:51,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:51,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6a34d72-e3f9-4476-b576-9d579947c517 x-compute-request-id: req-e6a34d72-e3f9-4476-b576-9d579947c517 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:51,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-e6a34d72-e3f9-4476-b576-9d579947c517 2018-10-06 04:56:51,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:52,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-20bb20bc-6d3d-4046-8eef-d659a183bc63 Date: Sat, 06 Oct 2018 04:56:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:52,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-20bb20bc-6d3d-4046-8eef-d659a183bc63 2018-10-06 04:56:52,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:52,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46132987-eca0-478b-bacc-08e3188925ca Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:52,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-46132987-eca0-478b-bacc-08e3188925ca 2018-10-06 04:56:52,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:52,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1c1ed273-87a8-4bb4-a53c-75ddf62be008 Date: Sat, 06 Oct 2018 04:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:52,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-1c1ed273-87a8-4bb4-a53c-75ddf62be008 2018-10-06 04:56:52,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:56:52,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-fdba7778-428c-4769-8d83-7d7f63b38edc Date: Sat, 06 Oct 2018 04:56:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"}]} 2018-10-06 04:56:52,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-fdba7778-428c-4769-8d83-7d7f63b38edc 2018-10-06 04:56:52,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:52,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:52,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["O11Qn_S5RNqhAi_pca8-9A"], "issued_at": "2018-10-06T04:56:52.000000Z"}} 2018-10-06 04:56:52,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:52,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ddc0288-c3b4-4aaa-9edb-d66a7738db0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:52,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ddc0288-c3b4-4aaa-9edb-d66a7738db0b 2018-10-06 04:56:52,700 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:56:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:52,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c03386-a6bf-460b-9f63-f5dc8c7843b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:52,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-82c03386-a6bf-460b-9f63-f5dc8c7843b5 2018-10-06 04:56:52,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:53,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-44dfeb8e-4ec9-4ab1-93ee-3c7e003e648d Date: Sat, 06 Oct 2018 04:56:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:53,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-44dfeb8e-4ec9-4ab1-93ee-3c7e003e648d 2018-10-06 04:56:53,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:53,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:53,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-259fe274-eb08-4935-b559-99a3477a2d56 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:53,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-259fe274-eb08-4935-b559-99a3477a2d56 2018-10-06 04:56:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:53,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-691c6350-eb3e-46ff-b902-387b7d7b2d48 Date: Sat, 06 Oct 2018 04:56:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:53,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-691c6350-eb3e-46ff-b902-387b7d7b2d48 2018-10-06 04:56:53,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:53,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f59065da-b5e2-4212-8a12-408cb795ea20 Date: Sat, 06 Oct 2018 04:56:53 GMT RESP BODY: {"ports":[]} 2018-10-06 04:56:53,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True used request id req-f59065da-b5e2-4212-8a12-408cb795ea20 2018-10-06 04:56:53,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:53,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-ad265da5-6913-4d1e-9814-2bee2e4534fd x-compute-request-id: req-ad265da5-6913-4d1e-9814-2bee2e4534fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:56:53,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-ad265da5-6913-4d1e-9814-2bee2e4534fd 2018-10-06 04:56:53,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:54,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-686615f2-fdb5-496c-af88-f3ce53ca64c7 Date: Sat, 06 Oct 2018 04:56:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:54,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-686615f2-fdb5-496c-af88-f3ce53ca64c7 2018-10-06 04:56:54,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:54,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a8fa95-1773-469e-9f98-9f419385f614 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:54,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a4a8fa95-1773-469e-9f98-9f419385f614 2018-10-06 04:56:54,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:54,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-10ceb124-9ed1-4672-aea7-07f9f6035950 Date: Sat, 06 Oct 2018 04:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:54,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-10ceb124-9ed1-4672-aea7-07f9f6035950 2018-10-06 04:56:54,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:54,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-13b7c24d-8ac2-4c8a-8305-1b5202017641 Date: Sat, 06 Oct 2018 04:56:54 GMT RESP BODY: {"ports":[]} 2018-10-06 04:56:54,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True used request id req-13b7c24d-8ac2-4c8a-8305-1b5202017641 2018-10-06 04:56:54,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:56:54,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:56:54,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:56:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NkXaJzR6Rz-5jdDMl-sQdA"], "issued_at": "2018-10-06T04:56:54.000000Z"}} 2018-10-06 04:56:54,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a78ea0bfad447772deeb98cc320a648cbee471" 2018-10-06 04:56:54,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d33ef554-6d14-4612-9158-8077dbdca33a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:56:54,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d33ef554-6d14-4612-9158-8077dbdca33a 2018-10-06 04:56:54,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:55,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c7f4fc2a-2a69-4923-b130-4ba76dacea06 Date: Sat, 06 Oct 2018 04:56:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:55,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-c7f4fc2a-2a69-4923-b130-4ba76dacea06 2018-10-06 04:56:55,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:55,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-fef6b84d-4e54-4076-8d28-fd9f46f9077a Date: Sat, 06 Oct 2018 04:56:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:55,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-fef6b84d-4e54-4076-8d28-fd9f46f9077a 2018-10-06 04:56:55,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:55,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3bcfda1a-6536-41ca-a06e-e11947052547 Date: Sat, 06 Oct 2018 04:56:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:55,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-3bcfda1a-6536-41ca-a06e-e11947052547 2018-10-06 04:56:55,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:56:55,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:56:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:56:55,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a78ea0bfad447772deeb98cc320a648cbee471" 2018-10-06 04:56:55,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a207269e-d6f1-4bdc-ad42-10ffbd4db005 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:55,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a207269e-d6f1-4bdc-ad42-10ffbd4db005 2018-10-06 04:56:55,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:55,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bf845aba-1f7b-41db-af3e-1848fc1e00ff Date: Sat, 06 Oct 2018 04:56:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:55,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-bf845aba-1f7b-41db-af3e-1848fc1e00ff 2018-10-06 04:56:55,840 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net 2018-10-06 04:56:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" -d '{"port": {"network_id": "7d662e1a-9dea-4630-b1a9-df6d09e0a395", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2", "admin_state_up": true}}' 2018-10-06 04:56:57,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-cbd7c40f-13b7-4ec7-af22-685290b37952 Date: Sat, 06 Oct 2018 04:56:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:56Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:47:ad","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","project_id":"a7d6caa95069492db33f7f33bd6078c2","qos_policy_id":null,"admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal"}} 2018-10-06 04:56:57,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-cbd7c40f-13b7-4ec7-af22-685290b37952 2018-10-06 04:56:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b41446d1-fbb2-4d40-ac31-7b40d683a9ee Date: Sat, 06 Oct 2018 04:56:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:56:57,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-b41446d1-fbb2-4d40-ac31-7b40d683a9ee 2018-10-06 04:56:57,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50ddb48-0741-404f-bc1a-30c7fe67c1d5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:57,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-a50ddb48-0741-404f-bc1a-30c7fe67c1d5 2018-10-06 04:56:57,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1be7da86-5fb9-4489-b199-4f84bd869271 Date: Sat, 06 Oct 2018 04:56:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:56:57,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-1be7da86-5fb9-4489-b199-4f84bd869271 2018-10-06 04:56:57,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-da222a44-ae1d-4d0d-a0f5-ca556b8f9638 Date: Sat, 06 Oct 2018 04:56:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:56:57,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2&admin_state_up=True used request id req-da222a44-ae1d-4d0d-a0f5-ca556b8f9638 2018-10-06 04:56:57,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e31df0-94f2-477b-b933-b3e83374e35e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:56:57,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-73e31df0-94f2-477b-b933-b3e83374e35e 2018-10-06 04:56:57,577 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 04:56:57,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-c0239c42-3de9-4e08-ad9c-add9e035c824 x-compute-request-id: req-c0239c42-3de9-4e08-ad9c-add9e035c824 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-flavor-name"}]} 2018-10-06 04:56:57,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c0239c42-3de9-4e08-ad9c-add9e035c824 2018-10-06 04:56:57,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56: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-10e17d77-b09f-4851-9707-d23f56f09c15 x-compute-request-id: req-10e17d77-b09f-4851-9707-d23f56f09c15 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7d135796-830e-447f-b05c-f66ac678fde9", "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:56:57,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 used request id req-10e17d77-b09f-4851-9707-d23f56f09c15 2018-10-06 04:56:57,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-332ecbef-32be-4237-8e1e-807f68edfa5a Date: Sat, 06 Oct 2018 04:56:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:56:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:56:29Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "metadata": {}}], "self": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "min_disk": 0, "protected": false, "id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "file": "/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "82df6078661c41d883f88926d21c5b05", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/1c706934-b195-4649-9af6-08a5afb1c0a7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image"} 2018-10-06 04:56:57,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image used request id req-332ecbef-32be-4237-8e1e-807f68edfa5a 2018-10-06 04:56:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:57,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8b408e43-b510-4bf7-a8e2-a90112dcb68b Date: Sat, 06 Oct 2018 04:56: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", "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-10-06 04:56:57,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-8b408e43-b510-4bf7-a8e2-a90112dcb68b 2018-10-06 04:56:57,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" -d '{"server": {"name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "1c706934-b195-4649-9af6-08a5afb1c0a7", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "7d135796-830e-447f-b05c-f66ac678fde9", "max_count": 1, "min_count": 1, "networks": [{"port": "e5ace65b-2812-4cd4-b29e-3e01091e589b"}]}}' 2018-10-06 04:56:59,335 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:56: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-7ec20a02-bc33-4065-80db-2cc2c267b3f8 x-compute-request-id: req-7ec20a02-bc33-4065-80db-2cc2c267b3f8 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "adminPass": "j7QCHo2Xy4fk"}} 2018-10-06 04:56:59,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-7ec20a02-bc33-4065-80db-2cc2c267b3f8 2018-10-06 04:56:59,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:59,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57fd54e0-9a8f-4233-81f6-ab30188b233d x-compute-request-id: req-57fd54e0-9a8f-4233-81f6-ab30188b233d 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.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:59,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-57fd54e0-9a8f-4233-81f6-ab30188b233d 2018-10-06 04:56:59,565 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 04:56:59,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:56:59,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d6c6274-d88a-43f9-8050-b2e8312c475d x-compute-request-id: req-7d6c6274-d88a-43f9-8050-b2e8312c475d 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.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:56:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:56:59,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-7d6c6274-d88a-43f9-8050-b2e8312c475d 2018-10-06 04:56:59,779 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-06 04:56:59,779 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:02,783 - create_instance - DEBUG - VM status query timeout in 896.782334089 2018-10-06 04:57:02,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:03,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b69af47-2283-4dd7-bb46-4f434249762b x-compute-request-id: req-9b69af47-2283-4dd7-bb46-4f434249762b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:57:00Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:03,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-9b69af47-2283-4dd7-bb46-4f434249762b 2018-10-06 04:57:03,105 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-06 04:57:03,105 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:06,108 - create_instance - DEBUG - VM status query timeout in 893.456997156 2018-10-06 04:57:06,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:06,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86f5ec33-2259-4399-aa02-d6a5441bdc1f x-compute-request-id: req-86f5ec33-2259-4399-aa02-d6a5441bdc1f Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:06,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-86f5ec33-2259-4399-aa02-d6a5441bdc1f 2018-10-06 04:57:06,607 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-06 04:57:06,607 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:57:06,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:07,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56848f7c-9a24-4de7-9a8c-1f96fa7a25b3 x-compute-request-id: req-56848f7c-9a24-4de7-9a8c-1f96fa7a25b3 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:07,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-56848f7c-9a24-4de7-9a8c-1f96fa7a25b3 2018-10-06 04:57:07,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:07,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4ff12d03-b50f-4aa7-b296-91e2f5dbf323 Date: Sat, 06 Oct 2018 04:57:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:57:07,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-4ff12d03-b50f-4aa7-b296-91e2f5dbf323 2018-10-06 04:57:07,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:07,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1449ee-0219-486a-96e4-d50f56b3f201 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:07,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-5b1449ee-0219-486a-96e4-d50f56b3f201 2018-10-06 04:57:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:07,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-de508cb8-d280-4a2e-a0c1-e998528ea94e Date: Sat, 06 Oct 2018 04:57:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:57:07,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-de508cb8-d280-4a2e-a0c1-e998528ea94e 2018-10-06 04:57:07,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:07,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-5646e6d1-648f-460a-b09c-dc8adcc9dec2 Date: Sat, 06 Oct 2018 04:57:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":"4aa0cac3-7d05-4d53-abbb-30d547d5c9b9"}]} 2018-10-06 04:57:07,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-5646e6d1-648f-460a-b09c-dc8adcc9dec2 2018-10-06 04:57:07,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:08,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-294798ba-a972-43ec-9916-45b52a050008 x-compute-request-id: req-294798ba-a972-43ec-9916-45b52a050008 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:08,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-294798ba-a972-43ec-9916-45b52a050008 2018-10-06 04:57:08,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:08,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a5e8ea25-4681-41af-974f-d657c6aa52ed Date: Sat, 06 Oct 2018 04:57:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:57:08,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-a5e8ea25-4681-41af-974f-d657c6aa52ed 2018-10-06 04:57:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:08,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130b0baa-1111-4336-9787-71cfb79d8f57 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:08,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-130b0baa-1111-4336-9787-71cfb79d8f57 2018-10-06 04:57:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:08,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8b1959e5-4c6f-451e-9ed2-f2c6aeb3f502 Date: Sat, 06 Oct 2018 04:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:57:08,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-8b1959e5-4c6f-451e-9ed2-f2c6aeb3f502 2018-10-06 04:57:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:08,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-f8bc44c1-8102-469b-9fdd-7568fd960065 Date: Sat, 06 Oct 2018 04:57:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":"4aa0cac3-7d05-4d53-abbb-30d547d5c9b9"}]} 2018-10-06 04:57:08,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-f8bc44c1-8102-469b-9fdd-7568fd960065 2018-10-06 04:57:08,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:09,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-77b49cee-fa01-4b57-899e-ddef52b208d6 x-compute-request-id: req-77b49cee-fa01-4b57-899e-ddef52b208d6 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:09,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-77b49cee-fa01-4b57-899e-ddef52b208d6 2018-10-06 04:57:09,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:09,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6647dbda-ae89-435a-bc02-d269d15dcaab Date: Sat, 06 Oct 2018 04:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:57:09,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-6647dbda-ae89-435a-bc02-d269d15dcaab 2018-10-06 04:57:09,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:09,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6242854a-97b3-433d-8c63-f6520f91186b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:09,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-6242854a-97b3-433d-8c63-f6520f91186b 2018-10-06 04:57:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:09,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7eebd18f-ee6f-49b3-a33c-209433a49162 Date: Sat, 06 Oct 2018 04:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:57:09,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-7eebd18f-ee6f-49b3-a33c-209433a49162 2018-10-06 04:57:09,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:09,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-553b548f-b9fe-43a9-b88b-b8a3526560fd Date: Sat, 06 Oct 2018 04:57:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":"4aa0cac3-7d05-4d53-abbb-30d547d5c9b9"}]} 2018-10-06 04:57:09,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-553b548f-b9fe-43a9-b88b-b8a3526560fd 2018-10-06 04:57:09,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:10,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-286aa724-6760-41f3-a6d6-7183487be38c x-compute-request-id: req-286aa724-6760-41f3-a6d6-7183487be38c Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:10,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-286aa724-6760-41f3-a6d6-7183487be38c 2018-10-06 04:57:10,406 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-06 04:57:10,406 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:57:10,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:10,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80ea6d67-883a-4878-af14-2c78da3b1c9d x-compute-request-id: req-80ea6d67-883a-4878-af14-2c78da3b1c9d Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:10,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-80ea6d67-883a-4878-af14-2c78da3b1c9d 2018-10-06 04:57:10,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:11,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b8bcd469-0c2e-4ab4-a671-3c62afc28d71 Date: Sat, 06 Oct 2018 04:57:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:57:11,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-b8bcd469-0c2e-4ab4-a671-3c62afc28d71 2018-10-06 04:57:11,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:11,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71dee0cf-34f2-4337-bc1e-83226eeea1c0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:11,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-71dee0cf-34f2-4337-bc1e-83226eeea1c0 2018-10-06 04:57:11,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:11,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a0a40228-e7c5-49da-a67b-01e91a1512ad Date: Sat, 06 Oct 2018 04:57:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:57:11,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-a0a40228-e7c5-49da-a67b-01e91a1512ad 2018-10-06 04:57:11,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:11,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-a0082571-7547-44dd-8400-4b89628af2e9 Date: Sat, 06 Oct 2018 04:57:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":"4aa0cac3-7d05-4d53-abbb-30d547d5c9b9"}]} 2018-10-06 04:57:11,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-a0082571-7547-44dd-8400-4b89628af2e9 2018-10-06 04:57:11,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:11,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-59c62b0c-9a3c-4587-9871-779d6cdeb4e9 x-compute-request-id: req-59c62b0c-9a3c-4587-9871-779d6cdeb4e9 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:56:46Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:11,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-59c62b0c-9a3c-4587-9871-779d6cdeb4e9 2018-10-06 04:57:11,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:12,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-172cd674-4499-49bc-b175-57ce37391b04 x-compute-request-id: req-172cd674-4499-49bc-b175-57ce37391b04 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:12,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-172cd674-4499-49bc-b175-57ce37391b04 2018-10-06 04:57:12,090 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-06 04:57:12,090 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:57:12,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:12,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-3ccf631b-5a4a-412d-b731-902d13bbd327 x-compute-request-id: req-3ccf631b-5a4a-412d-b731-902d13bbd327 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:12,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-3ccf631b-5a4a-412d-b731-902d13bbd327 2018-10-06 04:57:12,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:12,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f4a423fb-8690-4a14-982f-16c66f8e2759 Date: Sat, 06 Oct 2018 04:57:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","subnets":["62e3b9dd-cbc4-46eb-b242-b2db702c0cf4"],"description":"","tags":[],"updated_at":"2018-10-06T04:56:25Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net","admin_state_up":true,"tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:24Z","provider:network_type":"vxlan"}]} 2018-10-06 04:57:12,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net used request id req-f4a423fb-8690-4a14-982f-16c66f8e2759 2018-10-06 04:57:12,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:12,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ef4f01-43be-4313-bc83-e0f974e7dfa8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:12,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-e5ef4f01-43be-4313-bc83-e0f974e7dfa8 2018-10-06 04:57:12,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:12,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f6789537-734d-4e88-8272-807bd9d69e2b Date: Sat, 06 Oct 2018 04:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:25Z","dns_nameservers":[],"updated_at":"2018-10-06T04:56: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":"a7d6caa95069492db33f7f33bd6078c2","id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet"}]} 2018-10-06 04:57:12,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-f6789537-734d-4e88-8272-807bd9d69e2b 2018-10-06 04:57:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:13,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-18b767bb-77e4-4438-9bef-f16b544c6c83 Date: Sat, 06 Oct 2018 04:57:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.2"}],"id":"6a8b4511-d3d4-4574-8168-62aa4d8a163e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:19:eb","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.4"}],"id":"bd68cd40-e689-4b2c-bf3a-f7981a602484","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a1:15:da","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.3"}],"id":"ca343b03-9957-4113-aa41-4482f183f51d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:0f:7a","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d662e1a-9dea-4630-b1a9-df6d09e0a395"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:56:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.14"}],"id":"d1931582-8ba3-43d7-9a81-6b6e5c21d7e2","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:bd:37","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:34Z","binding:vnic_type":"normal","device_id":"c9d347b6-749f-4b89-a5fe-b95d5f61b49c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62e3b9dd-cbc4-46eb-b242-b2db702c0cf4","ip_address":"10.55.0.5"}],"id":"e5ace65b-2812-4cd4-b29e-3e01091e589b","security_groups":["9381e4fc-7cae-4a0b-81df-af0ff8590c4c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:47:ad","project_id":"a7d6caa95069492db33f7f33bd6078c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2","admin_state_up":true,"network_id":"7d662e1a-9dea-4630-b1a9-df6d09e0a395","tenant_id":"a7d6caa95069492db33f7f33bd6078c2","created_at":"2018-10-06T04:56:56Z","binding:vnic_type":"normal","device_id":"4aa0cac3-7d05-4d53-abbb-30d547d5c9b9"}]} 2018-10-06 04:57:13,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-18b767bb-77e4-4438-9bef-f16b544c6c83 2018-10-06 04:57:13,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:13,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9139cb90-b950-4b06-8391-fb0fc820696a x-compute-request-id: req-9139cb90-b950-4b06-8391-fb0fc820696a Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:47:ad", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "security_groups": [{"name": "default"}], "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:05Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:13,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-9139cb90-b950-4b06-8391-fb0fc820696a 2018-10-06 04:57:13,595 - create_instance - INFO - Deleting Port with ID - d1931582-8ba3-43d7-9a81-6b6e5c21d7e2 2018-10-06 04:57:13,595 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-1 2018-10-06 04:57:13,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d1931582-8ba3-43d7-9a81-6b6e5c21d7e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:14,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26e333b2-9c33-4bc1-81c3-df6b5c138f4a Date: Sat, 06 Oct 2018 04:57:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:14,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d1931582-8ba3-43d7-9a81-6b6e5c21d7e2 used request id req-26e333b2-9c33-4bc1-81c3-df6b5c138f4a 2018-10-06 04:57:14,152 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 04:57:14,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:14,286 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7ffb077-f689-40b1-8dc6-0474f327f095 x-compute-request-id: req-f7ffb077-f689-40b1-8dc6-0474f327f095 Content-Type: application/json 2018-10-06 04:57:14,286 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-f7ffb077-f689-40b1-8dc6-0474f327f095 2018-10-06 04:57:14,287 - create_instance - INFO - Checking deletion status 2018-10-06 04:57:14,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:14,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a78905e-e1be-459c-9c40-9d46f2522e05 x-compute-request-id: req-1a78905e-e1be-459c-9c40-9d46f2522e05 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:bd:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-06T04:56:42.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "c9d347b6-749f-4b89-a5fe-b95d5f61b49c", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:14Z", "hostId": "a7105975a5eb730cedc344aa16ea4556da04efe18f960730d788fb5f", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-06T04:56:38Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:14,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-1a78905e-e1be-459c-9c40-9d46f2522e05 2018-10-06 04:57:14,566 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-06 04:57:14,566 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:17,569 - create_instance - DEBUG - VM status query timeout in 296.717894077 2018-10-06 04:57:17,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb93db1f77b193bcd1909c61aa7d12641119f6c6" 2018-10-06 04:57:17,615 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50047e07-bbcd-4c37-8721-5e03b6a4d43a x-compute-request-id: req-50047e07-bbcd-4c37-8721-5e03b6a4d43a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c9d347b6-749f-4b89-a5fe-b95d5f61b49c could not be found.", "code": 404}} 2018-10-06 04:57:17,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c9d347b6-749f-4b89-a5fe-b95d5f61b49c used request id req-50047e07-bbcd-4c37-8721-5e03b6a4d43a 2018-10-06 04:57:17,616 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c9d347b6-749f-4b89-a5fe-b95d5f61b49c could not be found. (HTTP 404) (Request-ID: req-50047e07-bbcd-4c37-8721-5e03b6a4d43a) 2018-10-06 04:57:17,616 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-06 04:57:17,617 - create_instance - INFO - Deleting Port with ID - e5ace65b-2812-4cd4-b29e-3e01091e589b 2018-10-06 04:57:17,617 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9eport-2 2018-10-06 04:57:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/e5ace65b-2812-4cd4-b29e-3e01091e589b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:18,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-352f5d64-2055-414b-b3e6-f0a18003863b Date: Sat, 06 Oct 2018 04:57:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:18,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/e5ace65b-2812-4cd4-b29e-3e01091e589b used request id req-352f5d64-2055-414b-b3e6-f0a18003863b 2018-10-06 04:57:18,169 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 04:57:18,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:18,316 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f38eab2d-de64-48b2-af4d-259c584b2473 x-compute-request-id: req-f38eab2d-de64-48b2-af4d-259c584b2473 Content-Type: application/json 2018-10-06 04:57:18,317 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-f38eab2d-de64-48b2-af4d-259c584b2473 2018-10-06 04:57:18,317 - create_instance - INFO - Checking deletion status 2018-10-06 04:57:18,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:18,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-860323de-9940-4162-964d-e2a4ce018b7e x-compute-request-id: req-860323de-9940-4162-964d-e2a4ce018b7e Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "rel": "bookmark"}], "image": {"id": "1c706934-b195-4649-9af6-08a5afb1c0a7", "links": [{"href": "http://172.30.9.29:8774/images/1c706934-b195-4649-9af6-08a5afb1c0a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-06T04:57:00.000000", "flavor": {"id": "7d135796-830e-447f-b05c-f66ac678fde9", "links": [{"href": "http://172.30.9.29:8774/flavors/7d135796-830e-447f-b05c-f66ac678fde9", "rel": "bookmark"}]}, "id": "4aa0cac3-7d05-4d53-abbb-30d547d5c9b9", "user_id": "8d0446c3d26f48b386d6089436a9646d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:18Z", "hostId": "95676f4ac5dc1899af2da1720a97d6e5600a7ae4daa0e0f17f88ca7b", "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-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-06T04:56:59Z", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:18,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-860323de-9940-4162-964d-e2a4ce018b7e 2018-10-06 04:57:18,588 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-06 04:57:18,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:21,591 - create_instance - DEBUG - VM status query timeout in 296.726135969 2018-10-06 04:57:21,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1714c80c854afe3ab6170b49b9529ac7fe4bdf4" 2018-10-06 04:57:21,646 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:57:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bafe514-4a37-4071-97a9-221d240033c3 x-compute-request-id: req-6bafe514-4a37-4071-97a9-221d240033c3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 could not be found.", "code": 404}} 2018-10-06 04:57:21,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 used request id req-6bafe514-4a37-4071-97a9-221d240033c3 2018-10-06 04:57:21,646 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4aa0cac3-7d05-4d53-abbb-30d547d5c9b9 could not be found. (HTTP 404) (Request-ID: req-6bafe514-4a37-4071-97a9-221d240033c3) 2018-10-06 04:57:21,647 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-06 04:57:21,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ccc07f37b2c3b7a5d93f490fc1bd47db8eaa03" 2018-10-06 04:57:21,724 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:57:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44dea81b-a2c7-4983-ad3e-c41100d19eec x-compute-request-id: req-44dea81b-a2c7-4983-ad3e-c41100d19eec Content-Length: 0 Content-Type: application/json 2018-10-06 04:57:21,724 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7d135796-830e-447f-b05c-f66ac678fde9 used request id req-44dea81b-a2c7-4983-ad3e-c41100d19eec 2018-10-06 04:57:21,725 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet 2018-10-06 04:57:21,725 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-subnet 2018-10-06 04:57:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/62e3b9dd-cbc4-46eb-b242-b2db702c0cf4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:57:23,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73c39014-c325-4178-a2ab-a7c898b235f8 Date: Sat, 06 Oct 2018 04:57:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:23,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/62e3b9dd-cbc4-46eb-b242-b2db702c0cf4 used request id req-73c39014-c325-4178-a2ab-a7c898b235f8 2018-10-06 04:57:23,840 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-priv-net 2018-10-06 04:57:23,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/7d662e1a-9dea-4630-b1a9-df6d09e0a395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7cf1e9d0b9318d4300fb1a166d26daa72333972" 2018-10-06 04:57:25,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71ea80ef-4a17-4af4-b2b3-c001a77395e5 Date: Sat, 06 Oct 2018 04:57:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:25,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7d662e1a-9dea-4630-b1a9-df6d09e0a395 used request id req-71ea80ef-4a17-4af4-b2b3-c001a77395e5 2018-10-06 04:57:25,164 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-ceb0e8fa-3c3b-437b-b239-301c5068ee9e-image 2018-10-06 04:57:25,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd1471b95a406db4e8a98ff283ba749ba709f2d2" 2018-10-06 04:57:26,165 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9763a238-8dcf-4d3f-9fb3-c954a372c565 Date: Sat, 06 Oct 2018 04:57:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:57:26,166 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1c706934-b195-4649-9af6-08a5afb1c0a7 used request id req-9763a238-8dcf-4d3f-9fb3-c954a372c565 2018-10-06 04:57:26,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7f2d3aa7-b76d-434b-801f-7d9ca0469655 Date: Sat, 06 Oct 2018 04:57:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:57:26,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7f2d3aa7-b76d-434b-801f-7d9ca0469655 2018-10-06 04:57:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630d8370-4911-452a-ac80-9dc1cf7df31b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:57:26,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-630d8370-4911-452a-ac80-9dc1cf7df31b 2018-10-06 04:57:26,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c2112c-27a9-4356-84c2-63a923e11e18 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:57:26,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-e2c2112c-27a9-4356-84c2-63a923e11e18 2018-10-06 04:57:26,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090b27fb-626c-41ba-8275-67f206c3481e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 04:57:26,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-090b27fb-626c-41ba-8275-67f206c3481e 2018-10-06 04:57:26,673 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj 2018-10-06 04:57:26,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87418db4-98ea-4ecd-b0ce-7c5d0083cfa0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:57:26,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/82df6078661c41d883f88926d21c5b05 used request id req-87418db4-98ea-4ecd-b0ce-7c5d0083cfa0 2018-10-06 04:57:26,876 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-proj-role 2018-10-06 04:57:26,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:26,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5fe93af-c0b1-4fa9-916f-9384328e41b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:57:26,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/1b05a97acc4b4ea48b4cfa20f8ec1385 used request id req-f5fe93af-c0b1-4fa9-916f-9384328e41b1 2018-10-06 04:57:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08511c4a5de3170a6c3e080e758397c59e991228" 2018-10-06 04:57:27,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299bd534-cd2e-4169-939b-97dce50e5546 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:57:27,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-299bd534-cd2e-4169-939b-97dce50e5546 2018-10-06 04:57:27,197 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-986d7fa3-7a43-448-user 2018-10-06 04:57:27,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2d4a82f9d860401ebb4911ac3e4a11ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5170aa946c79695f931a7aa5377e2aa1c5eaa831" 2018-10-06 04:57:27,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6104e852-33ef-4a1e-9ab1-79ec3bc85375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:57:27,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2d4a82f9d860401ebb4911ac3e4a11ef used request id req-6104e852-33ef-4a1e-9ab1-79ec3bc85375 2018-10-06 04:57:27,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:27,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["HWJduZplQpK1kTjQE9nZwA"], "issued_at": "2018-10-06T04:57:27.000000Z"}} 2018-10-06 04:57:27,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53603a78ca3359f08cbed3d46362b4ae9d09b869" 2018-10-06 04:57:27,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3434382-c90e-4583-b319-6c42e63903d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:27,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f3434382-c90e-4583-b319-6c42e63903d4 2018-10-06 04:57:27,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:27,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:28,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-NffgodISJapV8gkSvNVmw"], "issued_at": "2018-10-06T04:57:28.000000Z"}} 2018-10-06 04:57:28,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:28,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-453cece4-e991-4458-bc84-0fa4d0edbcec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:28,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-453cece4-e991-4458-bc84-0fa4d0edbcec 2018-10-06 04:57:28,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:57:28,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:57:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:28,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17a2d4c-d3c3-4ffe-a3ab-9787680e4f43 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:57:28,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj used request id req-e17a2d4c-d3c3-4ffe-a3ab-9787680e4f43 2018-10-06 04:57:28,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:28,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b75a73-c63c-41d4-af5f-02dbe4db2ace Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:57:28,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f1b75a73-c63c-41d4-af5f-02dbe4db2ace 2018-10-06 04:57:28,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}}' 2018-10-06 04:57:28,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-067b834a-b7e2-4a88-b839-333073f79ac7 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:28,651 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-067b834a-b7e2-4a88-b839-333073f79ac7 2018-10-06 04:57:28,651 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-998f4734-e688-484-proj 2018-10-06 04:57:28,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:28,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:29,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:57:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["1bSZZRw5RdO9AQRaEaGwUw"], "issued_at": "2018-10-06T04:57:29.000000Z"}} 2018-10-06 04:57:29,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce0d80fcb59b6081982ebc1dd0d7f3cf481b32c" 2018-10-06 04:57:29,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ffbf838-2146-46e5-99ab-8aca285dcad9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:29,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ffbf838-2146-46e5-99ab-8aca285dcad9 2018-10-06 04:57:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:57:29,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:57:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce0d80fcb59b6081982ebc1dd0d7f3cf481b32c" 2018-10-06 04:57:29,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03152853-2e66-4421-b0f9-82e7d5c0eeb9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:57:29,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-03152853-2e66-4421-b0f9-82e7d5c0eeb9 2018-10-06 04:57:29,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce0d80fcb59b6081982ebc1dd0d7f3cf481b32c" 2018-10-06 04:57:29,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9359ed2a-76b6-4673-89f8-3b92211b952c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}]} 2018-10-06 04:57:29,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceFromThreePartImage-998f4734-e688-484-proj used request id req-9359ed2a-76b6-4673-89f8-3b92211b952c 2018-10-06 04:57:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce0d80fcb59b6081982ebc1dd0d7f3cf481b32c" 2018-10-06 04:57:29,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69a5c96-db0d-40e6-8450-c73d67931a1a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:57:29,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f69a5c96-db0d-40e6-8450-c73d67931a1a 2018-10-06 04:57:29,824 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-998f4734-e688-484-user 2018-10-06 04:57:29,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:29,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:29,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54b2613-1355-4f2f-ac14-c854490c0cdd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:57:29,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a54b2613-1355-4f2f-ac14-c854490c0cdd 2018-10-06 04:57:29,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" -d '{"role": {"name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}}' 2018-10-06 04:57:30,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:57:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbd8d6a9-373b-4fb3-bee9-669bceb45bc3 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "66df8d9496ae49ada15e5cf7d9a43c01", "links": {"self": "http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01"}, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}} 2018-10-06 04:57:30,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-bbd8d6a9-373b-4fb3-bee9-669bceb45bc3 2018-10-06 04:57:30,022 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role 2018-10-06 04:57:30,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:30,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-922edf34-fc04-445f-b5cc-49621e3048e5 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role", "id": "66df8d9496ae49ada15e5cf7d9a43c01"}} 2018-10-06 04:57:30,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01 used request id req-922edf34-fc04-445f-b5cc-49621e3048e5 2018-10-06 04:57:30,044 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role to project CreateInstanceFromThreePartImage-998f4734-e688-484-proj 2018-10-06 04:57:30,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143/users/ce7160f4b82a443db8436d404dec42f2/roles/66df8d9496ae49ada15e5cf7d9a43c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:57:30,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19853711-d828-448e-9732-25a89e5945d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:57:30,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143/users/ce7160f4b82a443db8436d404dec42f2/roles/66df8d9496ae49ada15e5cf7d9a43c01 used request id req-19853711-d828-448e-9732-25a89e5945d2 2018-10-06 04:57:30,174 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:57:30,175 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:57:30,175 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-06 04:57:30,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:30,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:30,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66df8d9496ae49ada15e5cf7d9a43c01", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}], "expires_at": "2018-10-06T05:57:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ed964b8ef94e9ea0079061a5dc7143", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-user", "id": "ce7160f4b82a443db8436d404dec42f2"}, "audit_ids": ["nI79ls_oQgqNxGPBTOriIQ"], "issued_at": "2018-10-06T04:57:30.000000Z"}} 2018-10-06 04:57:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:30,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36eb1462-9597-4f0a-8c28-e926732d27f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:30,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-36eb1462-9597-4f0a-8c28-e926732d27f3 2018-10-06 04:57:30,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:30,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e8f226af-e193-418d-ae77-d9f038d9e912 Date: Sat, 06 Oct 2018 04:57:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab"} 2018-10-06 04:57:30,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab used request id req-e8f226af-e193-418d-ae77-d9f038d9e912 2018-10-06 04:57:30,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:31,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dea05344-3beb-4332-a2d1-23830b583f15 Date: Sat, 06 Oct 2018 04:57: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", "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-10-06 04:57:31,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-dea05344-3beb-4332-a2d1-23830b583f15 2018-10-06 04:57:31,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab"}' 2018-10-06 04:57:31,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 X-Openstack-Request-Id: req-cf0b6848-8177-4601-9ad5-b2418c5b59ca Date: Sat, 06 Oct 2018 04:57:31 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:57:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:57:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "min_disk": 0, "protected": false, "id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "file": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file", "checksum": null, "owner": "96ed964b8ef94e9ea0079061a5dc7143", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:57:31,259 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-cf0b6848-8177-4601-9ad5-b2418c5b59ca 2018-10-06 04:57:31,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" -d '' 2018-10-06 04:57:32,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e8d087c-a540-460b-9626-52a9a3a35e46 Date: Sat, 06 Oct 2018 04:57:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:57:32,757 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file used request id req-6e8d087c-a540-460b-9626-52a9a3a35e46 2018-10-06 04:57:32,757 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:57:32,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:32,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-46d69927-9e6f-4a1b-92ee-635fe6b52b3f Date: Sat, 06 Oct 2018 04:57:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:57:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:57:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "metadata": {}}], "self": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "min_disk": 0, "protected": false, "id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "file": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "96ed964b8ef94e9ea0079061a5dc7143", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:57:32,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 used request id req-46d69927-9e6f-4a1b-92ee-635fe6b52b3f 2018-10-06 04:57:32,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:33,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c23a9b1f-e0ea-4bec-9c75-73f9fa92dfa9 Date: Sat, 06 Oct 2018 04:57: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", "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-10-06 04:57:33,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c23a9b1f-e0ea-4bec-9c75-73f9fa92dfa9 2018-10-06 04:57:33,095 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab 2018-10-06 04:57:33,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:57:33,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-796628d6-6682-41f5-81eb-80d970044ccb Date: Sat, 06 Oct 2018 04:57:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:57:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:57:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "metadata": {}}], "self": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "min_disk": 0, "protected": false, "id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "file": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "96ed964b8ef94e9ea0079061a5dc7143", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:57:33,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 used request id req-796628d6-6682-41f5-81eb-80d970044ccb 2018-10-06 04:57:33,274 - create_image - DEBUG - Instance status is - active 2018-10-06 04:57:33,275 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab 2018-10-06 04:57:33,275 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab 2018-10-06 04:57:33,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:33,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:33,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:57:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["AeYv1fD9RW2I_gtiN02nCg"], "issued_at": "2018-10-06T04:57:33.000000Z"}} 2018-10-06 04:57:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5031d34d158cc4f0d6112d2eb29842da57a2060a" 2018-10-06 04:57:33,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a2fff9-6ea9-457c-8f50-86c5126afc9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:33,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2a2fff9-6ea9-457c-8f50-86c5126afc9b 2018-10-06 04:57:33,737 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:57:33,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5031d34d158cc4f0d6112d2eb29842da57a2060a" 2018-10-06 04:57:33,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a2a7244-259a-4304-be6f-31d1b972e195 x-compute-request-id: req-5a2a7244-259a-4304-be6f-31d1b972e195 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:57:33,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5a2a7244-259a-4304-be6f-31d1b972e195 2018-10-06 04:57:33,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5031d34d158cc4f0d6112d2eb29842da57a2060a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-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-10-06 04:57:33,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85abe3a4-d1f3-49c4-8029-55d4752eb593 x-compute-request-id: req-85abe3a4-d1f3-49c4-8029-55d4752eb593 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "64cf8946-5748-46fc-b74c-2bff52840734", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:57:33,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-85abe3a4-d1f3-49c4-8029-55d4752eb593 2018-10-06 04:57:33,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:33,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:34,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66df8d9496ae49ada15e5cf7d9a43c01", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}], "expires_at": "2018-10-06T05:57:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ed964b8ef94e9ea0079061a5dc7143", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-user", "id": "ce7160f4b82a443db8436d404dec42f2"}, "audit_ids": ["6V_uSqIoTUyBUqMKGANHsQ"], "issued_at": "2018-10-06T04:57:34.000000Z"}} 2018-10-06 04:57:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:34,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eef2aeb-bbfb-4f3b-b11b-587208aeec6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:34,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3eef2aeb-bbfb-4f3b-b11b-587208aeec6e 2018-10-06 04:57:34,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:34,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9dee1175-bc54-4630-81a7-1820c89e3eb5 Date: Sat, 06 Oct 2018 04:57:34 GMT RESP BODY: {"networks":[]} 2018-10-06 04:57:34,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-9dee1175-bc54-4630-81a7-1820c89e3eb5 2018-10-06 04:57:34,617 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net 2018-10-06 04:57:34,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" -d '{"network": {"name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net", "admin_state_up": true}}' 2018-10-06 04:57:35,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-04a327cc-9d83-4ec6-94bd-71ee057139f3 Date: Sat, 06 Oct 2018 04:57:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:57:35Z","is_default":false,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","mtu":1450}} 2018-10-06 04:57:35,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-04a327cc-9d83-4ec6-94bd-71ee057139f3 2018-10-06 04:57:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:35,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-bffff483-36e9-451d-9e96-92d9ce5f473c Date: Sat, 06 Oct 2018 04:57: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-10-06T04:57:35Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:35,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-bffff483-36e9-451d-9e96-92d9ce5f473c 2018-10-06 04:57:35,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:35,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a090d5d-9e74-4d49-be29-287d2a3fa11f Date: Sat, 06 Oct 2018 04:57:35 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:57:35,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-3a090d5d-9e74-4d49-be29-287d2a3fa11f 2018-10-06 04:57:35,879 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet 2018-10-06 04:57:35,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" -d '{"subnets": [{"ip_version": 4, "network_id": "33d8891f-010e-41c7-b8ac-1d1be6b8d772", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]}' 2018-10-06 04:57:36,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ec41055c-9334-45bc-ba6d-122731b9e20d Date: Sat, 06 Oct 2018 04:57:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:36,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ec41055c-9334-45bc-ba6d-122731b9e20d 2018-10-06 04:57:36,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:36,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d01dec70-bc2c-4e6b-bfc4-e3493f6a717b Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:36,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-d01dec70-bc2c-4e6b-bfc4-e3493f6a717b 2018-10-06 04:57:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:36,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae59180b-bf37-4b56-a237-e72ab9d216a8 Date: Sat, 06 Oct 2018 04:57:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:36,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-ae59180b-bf37-4b56-a237-e72ab9d216a8 2018-10-06 04:57:36,887 - OpenStackNetwork - DEBUG - Network [33d8891f-010e-41c7-b8ac-1d1be6b8d772] created successfully 2018-10-06 04:57:36,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:36,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:37,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66df8d9496ae49ada15e5cf7d9a43c01", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}], "expires_at": "2018-10-06T05:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ed964b8ef94e9ea0079061a5dc7143", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-user", "id": "ce7160f4b82a443db8436d404dec42f2"}, "audit_ids": ["1S0ztM9URYa_NK2gIM5Wbw"], "issued_at": "2018-10-06T04:57:37.000000Z"}} 2018-10-06 04:57:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:37,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c141dd1b-0cc8-407d-a7ac-2e5539248381 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:37,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c141dd1b-0cc8-407d-a7ac-2e5539248381 2018-10-06 04:57:37,364 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:57:37,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:37,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-333d018c-6e81-4302-be3d-60aacdb67d94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:37,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-333d018c-6e81-4302-be3d-60aacdb67d94 2018-10-06 04:57:37,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:37,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d56c383a-26a1-4cd4-bbc0-5d4de8775529 Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:37,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-d56c383a-26a1-4cd4-bbc0-5d4de8775529 2018-10-06 04:57:37,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:57:37,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:57:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:57:37,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:37,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a26dea4-53d8-43e5-b995-2ef54982b922 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:37,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-6a26dea4-53d8-43e5-b995-2ef54982b922 2018-10-06 04:57:37,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7c44f835-3117-4429-b599-90450e4bf691 Date: Sat, 06 Oct 2018 04:57:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:38,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-7c44f835-3117-4429-b599-90450e4bf691 2018-10-06 04:57:38,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed65aa7f-4edd-4ab5-bf48-b360455bafc2 Date: Sat, 06 Oct 2018 04:57:38 GMT RESP BODY: {"ports":[]} 2018-10-06 04:57:38,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True used request id req-ed65aa7f-4edd-4ab5-bf48-b360455bafc2 2018-10-06 04:57:38,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bdd995e1-c2a4-40f6-be16-613c2f46a2bc x-compute-request-id: req-bdd995e1-c2a4-40f6-be16-613c2f46a2bc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:57:38,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst used request id req-bdd995e1-c2a4-40f6-be16-613c2f46a2bc 2018-10-06 04:57:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1c10bde8-9433-46c0-bb50-72b57a39f37d Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:38,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-1c10bde8-9433-46c0-bb50-72b57a39f37d 2018-10-06 04:57:38,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1a762d-ddbb-4241-b59b-abd900c4e0a1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:38,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-3b1a762d-ddbb-4241-b59b-abd900c4e0a1 2018-10-06 04:57:38,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:38,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b77e24bf-411c-4654-99c7-82e8530516bd Date: Sat, 06 Oct 2018 04:57:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:38,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-b77e24bf-411c-4654-99c7-82e8530516bd 2018-10-06 04:57:38,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:39,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-312ed73c-5b32-4ba5-af2a-a19bc2f589be Date: Sat, 06 Oct 2018 04:57:39 GMT RESP BODY: {"ports":[]} 2018-10-06 04:57:39,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True used request id req-312ed73c-5b32-4ba5-af2a-a19bc2f589be 2018-10-06 04:57:39,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:57:39,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:57:39,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66df8d9496ae49ada15e5cf7d9a43c01", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role"}], "expires_at": "2018-10-06T05:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ed964b8ef94e9ea0079061a5dc7143", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/96ed964b8ef94e9ea0079061a5dc7143", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-user", "id": "ce7160f4b82a443db8436d404dec42f2"}, "audit_ids": ["mCgsDv2TTKm_WOPCt233tA"], "issued_at": "2018-10-06T04:57:39.000000Z"}} 2018-10-06 04:57:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664a48b519f8ca9dfe5196b45041c6a578c5ff9f" 2018-10-06 04:57:39,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b2a6a6-29f4-4126-b42b-a47ba3269e5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:57:39,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a6b2a6a6-29f4-4126-b42b-a47ba3269e5d 2018-10-06 04:57:39,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:39,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9605cfd5-5611-430e-a90a-21870cfa3ea7 Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:39,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-9605cfd5-5611-430e-a90a-21870cfa3ea7 2018-10-06 04:57:39,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:39,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6aff2a60-3549-48bd-a213-e701f033cddc Date: Sat, 06 Oct 2018 04:57:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:39,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-6aff2a60-3549-48bd-a213-e701f033cddc 2018-10-06 04:57:39,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:40,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-911d367e-68e3-4958-969f-f5593160e41b Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:40,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-911d367e-68e3-4958-969f-f5593160e41b 2018-10-06 04:57:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:57:40,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:57:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:57:40,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664a48b519f8ca9dfe5196b45041c6a578c5ff9f" 2018-10-06 04:57:40,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5efd78-9357-425d-a4e1-ec42f2e3ec1d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:40,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-db5efd78-9357-425d-a4e1-ec42f2e3ec1d 2018-10-06 04:57:40,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:40,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8e3bdfc-4a4e-4faf-a14b-15613b346461 Date: Sat, 06 Oct 2018 04:57:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:40,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-a8e3bdfc-4a4e-4faf-a14b-15613b346461 2018-10-06 04:57:40,367 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net 2018-10-06 04:57:40,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" -d '{"port": {"network_id": "33d8891f-010e-41c7-b8ac-1d1be6b8d772", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port", "admin_state_up": true}}' 2018-10-06 04:57:41,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-3e76367e-cb08-4bdd-b098-d5f93086e31a Date: Sat, 06 Oct 2018 04:57:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.14"}],"id":"4b8b66e3-f2fa-40e0-97a4-2d249409d872","security_groups":["00c21c0e-6e8b-45fb-b782-6c9fa186427d"],"mac_address":"fa:16:3e:3f:fa:9a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port","project_id":"96ed964b8ef94e9ea0079061a5dc7143","qos_policy_id":null,"admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:40Z","binding:vnic_type":"normal"}} 2018-10-06 04:57:41,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-3e76367e-cb08-4bdd-b098-d5f93086e31a 2018-10-06 04:57:41,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:41,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-49bb9693-4af1-4147-9840-630b5f952b08 Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:41,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-49bb9693-4af1-4147-9840-630b5f952b08 2018-10-06 04:57:41,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:41,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a98f589-ef76-4b58-aa14-6821d1eeaee9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:41,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-1a98f589-ef76-4b58-aa14-6821d1eeaee9 2018-10-06 04:57:41,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:41,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-788b7970-ec00-4b4a-93de-0553bd419e4d Date: Sat, 06 Oct 2018 04:57:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:41,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-788b7970-ec00-4b4a-93de-0553bd419e4d 2018-10-06 04:57:41,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-8d272897-c00a-4609-a8e6-e795f0fec236 Date: Sat, 06 Oct 2018 04:57:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.14"}],"id":"4b8b66e3-f2fa-40e0-97a4-2d249409d872","security_groups":["00c21c0e-6e8b-45fb-b782-6c9fa186427d"],"mac_address":"fa:16:3e:3f:fa:9a","project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port","admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:40Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:57:42,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port&admin_state_up=True used request id req-8d272897-c00a-4609-a8e6-e795f0fec236 2018-10-06 04:57:42,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd7197f-1496-4f02-ac0e-8ecea20a83f0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:42,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-edd7197f-1496-4f02-ac0e-8ecea20a83f0 2018-10-06 04:57:42,255 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst 2018-10-06 04:57:42,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44d51c34-3dea-45da-963d-b12a0222872e x-compute-request-id: req-44d51c34-3dea-45da-963d-b12a0222872e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-flavor-name"}]} 2018-10-06 04:57:42,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-44d51c34-3dea-45da-963d-b12a0222872e 2018-10-06 04:57:42,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e5db47a-12af-4741-8815-0a09a8d155a0 x-compute-request-id: req-6e5db47a-12af-4741-8815-0a09a8d155a0 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "64cf8946-5748-46fc-b74c-2bff52840734", "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:57:42,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734 used request id req-6e5db47a-12af-4741-8815-0a09a8d155a0 2018-10-06 04:57:42,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-45948a09-c521-4bff-add1-52b1db03df7f Date: Sat, 06 Oct 2018 04:57:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:57:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:57:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "metadata": {}}], "self": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "min_disk": 0, "protected": false, "id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "file": "/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "96ed964b8ef94e9ea0079061a5dc7143", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab"} 2018-10-06 04:57:42,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab used request id req-45948a09-c521-4bff-add1-52b1db03df7f 2018-10-06 04:57:42,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:42,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-77498c27-32ac-4ec4-8d41-98ca3c175e56 Date: Sat, 06 Oct 2018 04:57: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", "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-10-06 04:57:42,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-77498c27-32ac-4ec4-8d41-98ca3c175e56 2018-10-06 04:57:42,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" -d '{"server": {"name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "imageRef": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "flavorRef": "64cf8946-5748-46fc-b74c-2bff52840734", "max_count": 1, "min_count": 1, "networks": [{"port": "4b8b66e3-f2fa-40e0-97a4-2d249409d872"}]}}' 2018-10-06 04:57:44,311 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3ddd050-60d5-49b3-8acb-9aa97e033060 x-compute-request-id: req-d3ddd050-60d5-49b3-8acb-9aa97e033060 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "adminPass": "fY3d982kHygj"}} 2018-10-06 04:57:44,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-d3ddd050-60d5-49b3-8acb-9aa97e033060 2018-10-06 04:57:44,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:44,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-a9c94557-8e61-4f44-a109-da9079b0cd4f x-compute-request-id: req-a9c94557-8e61-4f44-a109-da9079b0cd4f 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.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:57:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:44,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-a9c94557-8e61-4f44-a109-da9079b0cd4f 2018-10-06 04:57:44,672 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst 2018-10-06 04:57:44,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:45,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-a7c81971-c765-4123-986a-75f839caa4a1 x-compute-request-id: req-a7c81971-c765-4123-986a-75f839caa4a1 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.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:57:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:45,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-a7c81971-c765-4123-986a-75f839caa4a1 2018-10-06 04:57:45,054 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst] is - BUILD 2018-10-06 04:57:45,054 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:48,057 - create_instance - DEBUG - VM status query timeout in 896.614891052 2018-10-06 04:57:48,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:48,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57: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-72a0226f-b3e7-4e55-8c07-7891e8c5b6c2 x-compute-request-id: req-72a0226f-b3e7-4e55-8c07-7891e8c5b6c2 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.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "security_groups": [{"name": "default"}], "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:57:45Z", "hostId": "cd4b5373faf08898d4e82dbf0e06960c9688bd14e892574f1bb1ef0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:48,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-72a0226f-b3e7-4e55-8c07-7891e8c5b6c2 2018-10-06 04:57:48,524 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst] is - BUILD 2018-10-06 04:57:48,524 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:51,527 - create_instance - DEBUG - VM status query timeout in 893.144725084 2018-10-06 04:57:51,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:52,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b87ddb32-a1cf-4239-b2a1-7c2fba4fd197 x-compute-request-id: req-b87ddb32-a1cf-4239-b2a1-7c2fba4fd197 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:fa:9a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:57:47.000000", "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "security_groups": [{"name": "default"}], "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:50Z", "hostId": "cd4b5373faf08898d4e82dbf0e06960c9688bd14e892574f1bb1ef0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:52,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-b87ddb32-a1cf-4239-b2a1-7c2fba4fd197 2018-10-06 04:57:52,088 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst] is - ACTIVE 2018-10-06 04:57:52,088 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:57:52,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:52,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10672814-bedc-4b9c-b966-622f46f01548 x-compute-request-id: req-10672814-bedc-4b9c-b966-622f46f01548 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:fa:9a", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:57:47.000000", "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "security_groups": [{"name": "default"}], "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:50Z", "hostId": "cd4b5373faf08898d4e82dbf0e06960c9688bd14e892574f1bb1ef0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:52,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-10672814-bedc-4b9c-b966-622f46f01548 2018-10-06 04:57:52,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:52,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d9a55dc0-4dba-46c9-9ab1-a722d7c364dd Date: Sat, 06 Oct 2018 04:57: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":["5ec9a269-3e80-4269-b545-8e17d1185bcf"],"updated_at":"2018-10-06T04:57:36Z","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"96ed964b8ef94e9ea0079061a5dc7143","id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net"}]} 2018-10-06 04:57:52,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net used request id req-d9a55dc0-4dba-46c9-9ab1-a722d7c364dd 2018-10-06 04:57:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbbc0b00-efcd-4502-bd05-f00608ad1794 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:57:52,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-bbbc0b00-efcd-4502-bd05-f00608ad1794 2018-10-06 04:57:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:53,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-95629d6c-3fbb-4dab-8ed9-b7068e0220b4 Date: Sat, 06 Oct 2018 04:57:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","dns_nameservers":[],"updated_at":"2018-10-06T04:57: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":"96ed964b8ef94e9ea0079061a5dc7143","id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet"}]} 2018-10-06 04:57:53,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-95629d6c-3fbb-4dab-8ed9-b7068e0220b4 2018-10-06 04:57:53,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:53,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-e9704b5d-d94f-4734-8aae-32ee7b154061 Date: Sat, 06 Oct 2018 04:57:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.4"}],"id":"3bdeed58-e834-4baf-9de3-c39c5efd9b72","security_groups":[],"mac_address":"fa:16:3e:fa:21:ec","project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33d8891f-010e-41c7-b8ac-1d1be6b8d772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.14"}],"id":"4b8b66e3-f2fa-40e0-97a4-2d249409d872","security_groups":["00c21c0e-6e8b-45fb-b782-6c9fa186427d"],"mac_address":"fa:16:3e:3f:fa:9a","project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port","admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:40Z","binding:vnic_type":"normal","device_id":"66211d3b-2b51-42ef-a757-51577cc9a709"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.2"}],"id":"631eb8ff-57ae-44bf-8877-b9b5a577511d","security_groups":[],"mac_address":"fa:16:3e:4c:f8:65","project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33d8891f-010e-41c7-b8ac-1d1be6b8d772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:57:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ec9a269-3e80-4269-b545-8e17d1185bcf","ip_address":"10.55.0.3"}],"id":"c0ae8c64-42cc-4c98-98f8-41cc7942e6c0","security_groups":[],"mac_address":"fa:16:3e:f4:48:0b","project_id":"96ed964b8ef94e9ea0079061a5dc7143","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33d8891f-010e-41c7-b8ac-1d1be6b8d772","tenant_id":"96ed964b8ef94e9ea0079061a5dc7143","created_at":"2018-10-06T04:57:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33d8891f-010e-41c7-b8ac-1d1be6b8d772"}]} 2018-10-06 04:57:53,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-e9704b5d-d94f-4734-8aae-32ee7b154061 2018-10-06 04:57:53,189 - create_instance - INFO - Deleting Port with ID - 4b8b66e3-f2fa-40e0-97a4-2d249409d872 2018-10-06 04:57:53,189 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-port 2018-10-06 04:57:53,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/4b8b66e3-f2fa-40e0-97a4-2d249409d872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:53,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25e2d959-93dc-43e1-bdc5-79433333f846 Date: Sat, 06 Oct 2018 04:57:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:53,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/4b8b66e3-f2fa-40e0-97a4-2d249409d872 used request id req-25e2d959-93dc-43e1-bdc5-79433333f846 2018-10-06 04:57:53,654 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst 2018-10-06 04:57:53,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:53,821 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8dc779e-a32d-453b-b062-e80686731edb x-compute-request-id: req-d8dc779e-a32d-453b-b062-e80686731edb Content-Type: application/json 2018-10-06 04:57:53,821 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-d8dc779e-a32d-453b-b062-e80686731edb 2018-10-06 04:57:53,822 - create_instance - INFO - Checking deletion status 2018-10-06 04:57:53,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:53,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5496b980-acee-45ed-a3ce-8c317460cd66 x-compute-request-id: req-5496b980-acee-45ed-a3ce-8c317460cd66 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/66211d3b-2b51-42ef-a757-51577cc9a709", "rel": "bookmark"}], "image": {"id": "64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "links": [{"href": "http://172.30.9.29:8774/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:57:47.000000", "flavor": {"id": "64cf8946-5748-46fc-b74c-2bff52840734", "links": [{"href": "http://172.30.9.29:8774/flavors/64cf8946-5748-46fc-b74c-2bff52840734", "rel": "bookmark"}]}, "id": "66211d3b-2b51-42ef-a757-51577cc9a709", "user_id": "ce7160f4b82a443db8436d404dec42f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:57:53Z", "hostId": "cd4b5373faf08898d4e82dbf0e06960c9688bd14e892574f1bb1ef0b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst", "created": "2018-10-06T04:57:44Z", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:57:53,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-5496b980-acee-45ed-a3ce-8c317460cd66 2018-10-06 04:57:53,959 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst] is - ACTIVE 2018-10-06 04:57:53,959 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:57:56,962 - create_instance - DEBUG - VM status query timeout in 296.859839916 2018-10-06 04:57:56,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bd4cfd64321dcae958b1e173734edfe5bac21c3" 2018-10-06 04:57:57,019 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2c268d1-59bd-4c6e-9f5f-fae4d167b715 x-compute-request-id: req-e2c268d1-59bd-4c6e-9f5f-fae4d167b715 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 66211d3b-2b51-42ef-a757-51577cc9a709 could not be found.", "code": 404}} 2018-10-06 04:57:57,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/66211d3b-2b51-42ef-a757-51577cc9a709 used request id req-e2c268d1-59bd-4c6e-9f5f-fae4d167b715 2018-10-06 04:57:57,019 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 66211d3b-2b51-42ef-a757-51577cc9a709 could not be found. (HTTP 404) (Request-ID: req-e2c268d1-59bd-4c6e-9f5f-fae4d167b715) 2018-10-06 04:57:57,019 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-inst 2018-10-06 04:57:57,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5031d34d158cc4f0d6112d2eb29842da57a2060a" 2018-10-06 04:57:57,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:57: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-e2566d83-c2f0-4d8d-92b0-917d701ae042 x-compute-request-id: req-e2566d83-c2f0-4d8d-92b0-917d701ae042 Content-Length: 0 Content-Type: application/json 2018-10-06 04:57:57,073 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/64cf8946-5748-46fc-b74c-2bff52840734 used request id req-e2566d83-c2f0-4d8d-92b0-917d701ae042 2018-10-06 04:57:57,073 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet 2018-10-06 04:57:57,074 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-subnet 2018-10-06 04:57:57,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/5ec9a269-3e80-4269-b545-8e17d1185bcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:57:59,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ecb1dd4-cf83-4017-9a88-17a379a3c6af Date: Sat, 06 Oct 2018 04:57:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:57:59,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5ec9a269-3e80-4269-b545-8e17d1185bcf used request id req-4ecb1dd4-cf83-4017-9a88-17a379a3c6af 2018-10-06 04:57:59,499 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab-pub-net 2018-10-06 04:57:59,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/33d8891f-010e-41c7-b8ac-1d1be6b8d772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053a3ab509d371e0f4104f1e2144a4bd79d25f28" 2018-10-06 04:58:00,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52a90a42-60f8-46f1-97f9-b5614afbf93f Date: Sat, 06 Oct 2018 04:58:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:58:00,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/33d8891f-010e-41c7-b8ac-1d1be6b8d772 used request id req-52a90a42-60f8-46f1-97f9-b5614afbf93f 2018-10-06 04:58:00,919 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-b2f59379-3be8-4d29-abb1-e0734ec858ab 2018-10-06 04:58:00,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}458637821373240b10ba3f3abfb3a577685c0afa" 2018-10-06 04:58:02,627 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3bc4578f-6c5c-4f7a-bb93-a9169f0b837e Date: Sat, 06 Oct 2018 04:58:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:58:02,627 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/64c0b1b6-55f6-4a6f-9cb0-ce108731b2d3 used request id req-3bc4578f-6c5c-4f7a-bb93-a9169f0b837e 2018-10-06 04:58:02,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:02,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4a55b6b5-31ff-47c5-876a-e3e505e98813 Date: Sat, 06 Oct 2018 04:58:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "created_at": "2018-10-06T04:57:34Z", "updated_at": "2018-10-06T04:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "revision_number": 0, "id": "3b420e0b-492c-43c6-b957-6ac27dd288c9", "remote_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "remote_ip_prefix": null, "created_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "port_range_min": null, "ethertype": "IPv4", "project_id": "96ed964b8ef94e9ea0079061a5dc7143"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "revision_number": 0, "id": "6131034a-6e80-49ac-ad7c-d1d666dfb82a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "port_range_min": null, "ethertype": "IPv6", "project_id": "96ed964b8ef94e9ea0079061a5dc7143"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "revision_number": 0, "id": "a2ec5b40-5969-4f8b-9b98-ce284df195a8", "remote_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "remote_ip_prefix": null, "created_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "port_range_min": null, "ethertype": "IPv6", "project_id": "96ed964b8ef94e9ea0079061a5dc7143"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "revision_number": 0, "id": "f13fbbd3-4fc6-4b9c-8985-5701d495004d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "port_range_min": null, "ethertype": "IPv4", "project_id": "96ed964b8ef94e9ea0079061a5dc7143"}], "revision_number": 4, "project_id": "96ed964b8ef94e9ea0079061a5dc7143", "id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:58:02,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4a55b6b5-31ff-47c5-876a-e3e505e98813 2018-10-06 04:58:02,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:02,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7026ad-246e-459d-a836-2918096c8d4e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143"}, "enabled": true, "id": "96ed964b8ef94e9ea0079061a5dc7143", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-998f4734-e688-484-proj"}} 2018-10-06 04:58:02,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-ac7026ad-246e-459d-a836-2918096c8d4e 2018-10-06 04:58:02,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 00c21c0e-6e8b-45fb-b782-6c9fa186427d 2018-10-06 04:58:02,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=00c21c0e-6e8b-45fb-b782-6c9fa186427d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:03,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-67090e73-f531-4a14-ac36-b8aaa6c3cea4 Date: Sat, 06 Oct 2018 04:58:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "port_range_min": null, "revision_number": 0, "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "created_at": "2018-10-06T04:57:34Z", "project_id": "96ed964b8ef94e9ea0079061a5dc7143", "id": "3b420e0b-492c-43c6-b957-6ac27dd288c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "port_range_min": null, "revision_number": 0, "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "created_at": "2018-10-06T04:57:34Z", "project_id": "96ed964b8ef94e9ea0079061a5dc7143", "id": "6131034a-6e80-49ac-ad7c-d1d666dfb82a"}, {"remote_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "port_range_min": null, "revision_number": 0, "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "created_at": "2018-10-06T04:57:34Z", "project_id": "96ed964b8ef94e9ea0079061a5dc7143", "id": "a2ec5b40-5969-4f8b-9b98-ce284df195a8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:57:34Z", "security_group_id": "00c21c0e-6e8b-45fb-b782-6c9fa186427d", "port_range_min": null, "revision_number": 0, "tenant_id": "96ed964b8ef94e9ea0079061a5dc7143", "created_at": "2018-10-06T04:57:34Z", "project_id": "96ed964b8ef94e9ea0079061a5dc7143", "id": "f13fbbd3-4fc6-4b9c-8985-5701d495004d"}]} 2018-10-06 04:58:03,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=00c21c0e-6e8b-45fb-b782-6c9fa186427d used request id req-67090e73-f531-4a14-ac36-b8aaa6c3cea4 2018-10-06 04:58:03,155 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:58:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/00c21c0e-6e8b-45fb-b782-6c9fa186427d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:03,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72e0dfa0-f249-4d88-8916-103a7041f259 Content-Length: 0 Date: Sat, 06 Oct 2018 04:58:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:58:03,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/00c21c0e-6e8b-45fb-b782-6c9fa186427d used request id req-72e0dfa0-f249-4d88-8916-103a7041f259 2018-10-06 04:58:03,491 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-998f4734-e688-484-proj 2018-10-06 04:58:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:03,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7bbec63-8769-4335-8997-c9c1f8907e78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:58:03,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/96ed964b8ef94e9ea0079061a5dc7143 used request id req-b7bbec63-8769-4335-8997-c9c1f8907e78 2018-10-06 04:58:03,713 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-998f4734-e688-484-proj-role 2018-10-06 04:58:03,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:03,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-656144c2-f3f1-41a6-8e66-28a29b528b04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:58:03,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/66df8d9496ae49ada15e5cf7d9a43c01 used request id req-656144c2-f3f1-41a6-8e66-28a29b528b04 2018-10-06 04:58:03,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}523f83af32ea1b0dc933616bc9c9003b0f262e8d" 2018-10-06 04:58:03,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8903b4-37a3-44c4-978f-fd0577c7c47e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:58:03,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8f8903b4-37a3-44c4-978f-fd0577c7c47e 2018-10-06 04:58:03,903 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-998f4734-e688-484-user 2018-10-06 04:58:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ce7160f4b82a443db8436d404dec42f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce0d80fcb59b6081982ebc1dd0d7f3cf481b32c" 2018-10-06 04:58:04,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:58:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-430a43a1-3ed3-4372-b62c-9beb60e10cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:58:04,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ce7160f4b82a443db8436d404dec42f2 used request id req-430a43a1-3ed3-4372-b62c-9beb60e10cc1 2018-10-06 04:58:04,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:04,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["x7M287bcQHSqN3A0jw_zog"], "issued_at": "2018-10-06T04:58:04.000000Z"}} 2018-10-06 04:58:04,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6069a4aaa2ff3c368a0f4fa72ddb201ead4f7b" 2018-10-06 04:58:04,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651cd002-b7fa-4fc6-b6a8-d0e62b768dff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:04,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-651cd002-b7fa-4fc6-b6a8-d0e62b768dff 2018-10-06 04:58:04,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:04,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:04,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["5kJqBWxATsqzjNnCBZVP8Q"], "issued_at": "2018-10-06T04:58:04.000000Z"}} 2018-10-06 04:58:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:05,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d5640c-b1cb-4ece-ba68-79ebf7bc202f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:05,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e5d5640c-b1cb-4ece-ba68-79ebf7bc202f 2018-10-06 04:58:05,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:58:05,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:58:05,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:05,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6998e8c-b838-454d-b570-8290f6035292 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:58:05,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj used request id req-d6998e8c-b838-454d-b570-8290f6035292 2018-10-06 04:58:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:05,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ae0f74-32ed-40e0-aad4-7dd68d16338d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:58:05,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-73ae0f74-32ed-40e0-aad4-7dd68d16338d 2018-10-06 04:58:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}}' 2018-10-06 04:58:05,333 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f889fc4f-c0ad-4e83-9a4f-2169550e5bcb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:05,333 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f889fc4f-c0ad-4e83-9a4f-2169550e5bcb 2018-10-06 04:58:05,333 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-59f54fed-9d30-499-proj 2018-10-06 04:58:05,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:05,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:05,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Y6SRuxlfQdmDOj2mipQzPQ"], "issued_at": "2018-10-06T04:58:05.000000Z"}} 2018-10-06 04:58:05,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dcb538720cd36e5b8ffd990445bd7c02fe7b07" 2018-10-06 04:58:05,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052ad72b-64c8-46d4-9bc6-175887247427 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:05,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-052ad72b-64c8-46d4-9bc6-175887247427 2018-10-06 04:58:05,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:58:05,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:58:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dcb538720cd36e5b8ffd990445bd7c02fe7b07" 2018-10-06 04:58:05,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c0336b-bf9a-4f08-b544-0c98492ac1b7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:58:05,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-27c0336b-bf9a-4f08-b544-0c98492ac1b7 2018-10-06 04:58:05,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dcb538720cd36e5b8ffd990445bd7c02fe7b07" 2018-10-06 04:58:06,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2df81f5-8c4a-4196-ab66-58b343bd8cf9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}]} 2018-10-06 04:58:06,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-59f54fed-9d30-499-proj used request id req-b2df81f5-8c4a-4196-ab66-58b343bd8cf9 2018-10-06 04:58:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dcb538720cd36e5b8ffd990445bd7c02fe7b07" 2018-10-06 04:58:06,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeec6df2-9784-4c6c-bbd5-cc9d23beb43f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:58:06,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-eeec6df2-9784-4c6c-bbd5-cc9d23beb43f 2018-10-06 04:58:06,482 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-59f54fed-9d30-499-user 2018-10-06 04:58:06,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:06,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:06,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5a1251-615e-4a1a-929d-524262733936 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:58:06,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1a5a1251-615e-4a1a-929d-524262733936 2018-10-06 04:58:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" -d '{"role": {"name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}}' 2018-10-06 04:58:06,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:58:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f4cff7-e3bf-48e4-8675-7f527bb5e090 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59440c4d94c343e5be3c0d01446d12cd", "links": {"self": "http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd"}, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}} 2018-10-06 04:58:06,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-f7f4cff7-e3bf-48e4-8675-7f527bb5e090 2018-10-06 04:58:06,693 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role 2018-10-06 04:58:06,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:06,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f743df-cbc9-42fc-a6ea-1c4954a813e4 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd"}, "domain_id": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role", "id": "59440c4d94c343e5be3c0d01446d12cd"}} 2018-10-06 04:58:06,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd used request id req-d0f743df-cbc9-42fc-a6ea-1c4954a813e4 2018-10-06 04:58:06,785 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role to project CreateInstanceVolumeTests-59f54fed-9d30-499-proj 2018-10-06 04:58:06,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8/users/2e3218f13cfa4ac89d2e145945f08755/roles/59440c4d94c343e5be3c0d01446d12cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:58:06,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:58:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb28a337-8622-46f3-bb46-0cce304fff97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:58:06,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8/users/2e3218f13cfa4ac89d2e145945f08755/roles/59440c4d94c343e5be3c0d01446d12cd used request id req-bb28a337-8622-46f3-bb46-0cce304fff97 2018-10-06 04:58:06,912 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:58:06,914 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:58:06,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:06,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:07,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["BdCunQbyQmW2qKsuCEzdPg"], "issued_at": "2018-10-06T04:58:07.000000Z"}} 2018-10-06 04:58:07,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:07,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-391a9602-a2d4-47dc-a556-8cc3ecb4a9d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:07,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-391a9602-a2d4-47dc-a556-8cc3ecb4a9d3 2018-10-06 04:58:07,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:07,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-735dbba8-8d80-4e0c-b858-30bd0ac62d57 Date: Sat, 06 Oct 2018 04:58:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image"} 2018-10-06 04:58:07,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image used request id req-735dbba8-8d80-4e0c-b858-30bd0ac62d57 2018-10-06 04:58:07,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:07,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ea096072-bc2e-4750-b5c6-05928238b03b Date: Sat, 06 Oct 2018 04:58:07 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", "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-10-06 04:58:07,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ea096072-bc2e-4750-b5c6-05928238b03b 2018-10-06 04:58:07,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image"}' 2018-10-06 04:58:08,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 X-Openstack-Request-Id: req-a172d4ec-41d1-448c-aa97-4a6b2d75ac55 Date: Sat, 06 Oct 2018 04:58:08 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:58:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:58:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "min_disk": 0, "protected": false, "id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "file": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file", "checksum": null, "owner": "663b71abb8fc4ca7be21c16d7170c8d8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:58:08,013 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-a172d4ec-41d1-448c-aa97-4a6b2d75ac55 2018-10-06 04:58:08,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" -d '' 2018-10-06 04:58:08,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc824ea7-d2c6-48a3-be86-5e8c1c780311 Date: Sat, 06 Oct 2018 04:58:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:58:08,930 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file used request id req-dc824ea7-d2c6-48a3-be86-5e8c1c780311 2018-10-06 04:58:08,931 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:58:08,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:09,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-313a475e-2e14-4e80-91d1-9a22943affbf Date: Sat, 06 Oct 2018 04:58:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:58:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:58:08Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "metadata": {}}], "self": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "min_disk": 0, "protected": false, "id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "file": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "663b71abb8fc4ca7be21c16d7170c8d8", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:58:09,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 used request id req-313a475e-2e14-4e80-91d1-9a22943affbf 2018-10-06 04:58:09,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:09,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42957e3a-d182-4c04-b714-8ea353f008d8 Date: Sat, 06 Oct 2018 04:58: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", "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-10-06 04:58:09,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-42957e3a-d182-4c04-b714-8ea353f008d8 2018-10-06 04:58:09,254 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image 2018-10-06 04:58:09,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:58:09,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-476f07c9-bf67-448f-94b3-9bf2a485aff1 Date: Sat, 06 Oct 2018 04:58:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:58:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:58:08Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "metadata": {}}], "self": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "min_disk": 0, "protected": false, "id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "file": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "663b71abb8fc4ca7be21c16d7170c8d8", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:58:09,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 used request id req-476f07c9-bf67-448f-94b3-9bf2a485aff1 2018-10-06 04:58:09,424 - create_image - DEBUG - Instance status is - active 2018-10-06 04:58:09,424 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image 2018-10-06 04:58:09,424 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image 2018-10-06 04:58:09,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:09,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:09,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["eJhxPYlnTJqev3ahnY-U5A"], "issued_at": "2018-10-06T04:58:09.000000Z"}} 2018-10-06 04:58:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3391f4886bfd7995997fae30d400c999bd2e52" 2018-10-06 04:58:09,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88eb300c-e8f3-4f21-aa81-9428b4feb0b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:09,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-88eb300c-e8f3-4f21-aa81-9428b4feb0b8 2018-10-06 04:58:09,887 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:58:09,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3391f4886bfd7995997fae30d400c999bd2e52" 2018-10-06 04:58:10,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0dcdd4fd-0c57-4669-87d7-c21f203f95e7 x-compute-request-id: req-0dcdd4fd-0c57-4669-87d7-c21f203f95e7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:58:10,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0dcdd4fd-0c57-4669-87d7-c21f203f95e7 2018-10-06 04:58:10,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3391f4886bfd7995997fae30d400c999bd2e52" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-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-10-06 04:58:10,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d3af9db-a122-4cbc-8611-103009aa283e x-compute-request-id: req-0d3af9db-a122-4cbc-8611-103009aa283e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:58:10,232 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0d3af9db-a122-4cbc-8611-103009aa283e 2018-10-06 04:58:10,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:10,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:10,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["nayZeexGRneFyKIt1gM0ig"], "issued_at": "2018-10-06T04:58:10.000000Z"}} 2018-10-06 04:58:10,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:10,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b3976b3-f55d-47cf-bcd9-f87d4b790233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:10,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5b3976b3-f55d-47cf-bcd9-f87d4b790233 2018-10-06 04:58:10,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:10,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c5808f82-51ea-4ee1-9b0e-7034dd5f0373 Date: Sat, 06 Oct 2018 04:58:10 GMT RESP BODY: {"networks":[]} 2018-10-06 04:58:10,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-c5808f82-51ea-4ee1-9b0e-7034dd5f0373 2018-10-06 04:58:10,882 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net 2018-10-06 04:58:10,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" -d '{"network": {"name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net", "admin_state_up": true}}' 2018-10-06 04:58:11,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1dac3c42-9d3f-476e-a41f-be2f50a33538 Date: Sat, 06 Oct 2018 04:58:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b4c765a7-1e27-4e34-801d-bddb1101b018","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:58:11Z","is_default":false,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","mtu":1450}} 2018-10-06 04:58:11,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-1dac3c42-9d3f-476e-a41f-be2f50a33538 2018-10-06 04:58:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:11,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f0fea76d-206f-4b99-ab24-314e963a2a0b Date: Sat, 06 Oct 2018 04:58:11 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-10-06T04:58:11Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:11,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-f0fea76d-206f-4b99-ab24-314e963a2a0b 2018-10-06 04:58:11,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:11,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e3f77ac4-031d-4567-98cd-3774b1e6eda1 Date: Sat, 06 Oct 2018 04:58:11 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:58:11,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-e3f77ac4-031d-4567-98cd-3774b1e6eda1 2018-10-06 04:58:11,899 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet 2018-10-06 04:58:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" -d '{"subnets": [{"ip_version": 4, "network_id": "b4c765a7-1e27-4e34-801d-bddb1101b018", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]}' 2018-10-06 04:58:12,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a6164576-d0f9-41de-9e48-dc80c2282d0a Date: Sat, 06 Oct 2018 04:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","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":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:12,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-a6164576-d0f9-41de-9e48-dc80c2282d0a 2018-10-06 04:58:12,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:12,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-59911fbe-f14f-4436-8df9-93492875bb0d Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:12,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-59911fbe-f14f-4436-8df9-93492875bb0d 2018-10-06 04:58:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:13,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b195f99c-52b5-42aa-af8e-dcba8695a650 Date: Sat, 06 Oct 2018 04:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:13,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-b195f99c-52b5-42aa-af8e-dcba8695a650 2018-10-06 04:58:13,011 - OpenStackNetwork - DEBUG - Network [b4c765a7-1e27-4e34-801d-bddb1101b018] created successfully 2018-10-06 04:58:13,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:13,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:13,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["kV0wFQKzTF-LjZ1_89pQJw"], "issued_at": "2018-10-06T04:58:13.000000Z"}} 2018-10-06 04:58:13,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:13,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466b1eb5-31a0-472f-968b-67ad689b7c7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:13,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-466b1eb5-31a0-472f-968b-67ad689b7c7e 2018-10-06 04:58:13,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:13,692 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:13 GMT Server: Apache x-compute-request-id: req-5e1401c4-d3fa-49e6-8b03-30b86616a784 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e1401c4-d3fa-49e6-8b03-30b86616a784 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:58:13,692 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail used request id req-5e1401c4-d3fa-49e6-8b03-30b86616a784 2018-10-06 04:58:13,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-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-10-06 04:58:14,027 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:13 GMT Server: Apache x-compute-request-id: req-1876be4b-ce9c-4d5a-954e-0bf418d9b4b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1876be4b-ce9c-4d5a-954e-0bf418d9b4b3 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.902853", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:14,027 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes used request id req-1876be4b-ce9c-4d5a-954e-0bf418d9b4b3 2018-10-06 04:58:14,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:14,240 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:14 GMT Server: Apache x-compute-request-id: req-ac576633-bc23-4d86-8987-ab68847bca1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac576633-bc23-4d86-8987-ab68847bca1a Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:14,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-ac576633-bc23-4d86-8987-ab68847bca1a 2018-10-06 04:58:14,241 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:58:14,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:14,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:14 GMT Server: Apache x-compute-request-id: req-d76520e7-57e0-4194-866e-be7a487de41e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d76520e7-57e0-4194-866e-be7a487de41e Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:14,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-d76520e7-57e0-4194-866e-be7a487de41e 2018-10-06 04:58:14,450 - create_volume - DEBUG - Instance status is - creating 2018-10-06 04:58:14,450 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:58:17,453 - create_volume - DEBUG - Volume status query timeout in 296.787993908 2018-10-06 04:58:17,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:17,642 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:17 GMT Server: Apache x-compute-request-id: req-df00461b-74d8-49f0-8aae-0bc2acc89928 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df00461b-74d8-49f0-8aae-0bc2acc89928 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:17,642 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-df00461b-74d8-49f0-8aae-0bc2acc89928 2018-10-06 04:58:17,642 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:58:17,642 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:58:17,643 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:58:17,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:17,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:18,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["b9AbD_wCTbmia_KE5XtB_w"], "issued_at": "2018-10-06T04:58:18.000000Z"}} 2018-10-06 04:58:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:18,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55e29d8-6c36-4b71-8501-7581b2044c63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:18,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a55e29d8-6c36-4b71-8501-7581b2044c63 2018-10-06 04:58:18,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:18,289 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:18 GMT Server: Apache x-compute-request-id: req-b7bf28ff-5227-48dc-af21-375251f33ac7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7bf28ff-5227-48dc-af21-375251f33ac7 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}]} 2018-10-06 04:58:18,290 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail used request id req-b7bf28ff-5227-48dc-af21-375251f33ac7 2018-10-06 04:58:18,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-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-10-06 04:58:18,637 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:18 GMT Server: Apache x-compute-request-id: req-78fe62e8-806f-4e03-8d86-0b316aaf9641 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78fe62e8-806f-4e03-8d86-0b316aaf9641 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.527945", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}} 2018-10-06 04:58:18,638 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes used request id req-78fe62e8-806f-4e03-8d86-0b316aaf9641 2018-10-06 04:58:18,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:18,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:18 GMT Server: Apache x-compute-request-id: req-e09878e8-c1f5-44c9-afcf-144e6fd19531 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e09878e8-c1f5-44c9-afcf-144e6fd19531 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}} 2018-10-06 04:58:18,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-e09878e8-c1f5-44c9-afcf-144e6fd19531 2018-10-06 04:58:18,834 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:18,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:19,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:18 GMT Server: Apache x-compute-request-id: req-31019434-2a16-4719-ac40-5e6bb34c4b87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31019434-2a16-4719-ac40-5e6bb34c4b87 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}} 2018-10-06 04:58:19,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-31019434-2a16-4719-ac40-5e6bb34c4b87 2018-10-06 04:58:19,036 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:58:19,036 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:19,036 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:19,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:19,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:19,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["sBifPGK1Qjy2BZs-i8bMOA"], "issued_at": "2018-10-06T04:58:19.000000Z"}} 2018-10-06 04:58:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:19,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2508fef-76d1-4ae2-9e34-d73742e42847 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:19,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a2508fef-76d1-4ae2-9e34-d73742e42847 2018-10-06 04:58:19,487 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:58:19,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:19,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085fab84-965f-4bed-8d47-008f682059ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:19,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-085fab84-965f-4bed-8d47-008f682059ec 2018-10-06 04:58:19,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:19,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f4432e33-bcc6-4658-83dd-9bad14dfd015 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:19,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-f4432e33-bcc6-4658-83dd-9bad14dfd015 2018-10-06 04:58:19,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:58:19,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:58:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:58:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc7d371-7a84-4d11-a63c-28c10da688b5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:20,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-cbc7d371-7a84-4d11-a63c-28c10da688b5 2018-10-06 04:58:20,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-410dfbf7-1a81-416e-b2b0-4392033ae182 Date: Sat, 06 Oct 2018 04:58:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:20,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-410dfbf7-1a81-416e-b2b0-4392033ae182 2018-10-06 04:58:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a64fe75-78ed-4efb-adc9-c3596d428445 Date: Sat, 06 Oct 2018 04:58:20 GMT RESP BODY: {"ports":[]} 2018-10-06 04:58:20,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True used request id req-7a64fe75-78ed-4efb-adc9-c3596d428445 2018-10-06 04:58:20,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55ffd82d-3619-4c0b-915c-5b51f3ae2e10 x-compute-request-id: req-55ffd82d-3619-4c0b-915c-5b51f3ae2e10 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:58:20,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst used request id req-55ffd82d-3619-4c0b-915c-5b51f3ae2e10 2018-10-06 04:58:20,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c16e7cd7-433f-45a2-aaf1-d526e3bd6f03 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:20,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-c16e7cd7-433f-45a2-aaf1-d526e3bd6f03 2018-10-06 04:58:20,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:20,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5910af13-0c25-453b-be38-748d747e935c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:20,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-5910af13-0c25-453b-be38-748d747e935c 2018-10-06 04:58:20,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:21,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5c8beb9-80fb-45fa-9028-e840bc4b7067 Date: Sat, 06 Oct 2018 04:58:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:21,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-b5c8beb9-80fb-45fa-9028-e840bc4b7067 2018-10-06 04:58:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:21,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c761ec25-4038-43f3-8ae6-c4e771164fe4 Date: Sat, 06 Oct 2018 04:58:21 GMT RESP BODY: {"ports":[]} 2018-10-06 04:58:21,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True used request id req-c761ec25-4038-43f3-8ae6-c4e771164fe4 2018-10-06 04:58:21,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:58:21,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:21,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["99KokngoST6doRreHP-CpA"], "issued_at": "2018-10-06T04:58:21.000000Z"}} 2018-10-06 04:58:21,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}098698d194811702b2773457a7d94c423ce2b567" 2018-10-06 04:58:22,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79f6361-637c-4120-86b2-997dd3f87e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:58:22,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d79f6361-637c-4120-86b2-997dd3f87e04 2018-10-06 04:58:22,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:22,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bd64768a-b048-47cb-abbe-db2012dc76d1 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:22,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-bd64768a-b048-47cb-abbe-db2012dc76d1 2018-10-06 04:58:22,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:22,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4c4e1f7d-e208-46c4-96b0-31e3e737e56a Date: Sat, 06 Oct 2018 04:58:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:22,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-4c4e1f7d-e208-46c4-96b0-31e3e737e56a 2018-10-06 04:58:22,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:22,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a9e19b9f-997e-4190-97b1-fecce057b40c Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:22,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-a9e19b9f-997e-4190-97b1-fecce057b40c 2018-10-06 04:58:22,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:58:22,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:58:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:58:22,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}098698d194811702b2773457a7d94c423ce2b567" 2018-10-06 04:58:22,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1caedb0e-dea9-461c-907f-f6875cd636a8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:22,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-1caedb0e-dea9-461c-907f-f6875cd636a8 2018-10-06 04:58:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:22,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-371e6236-5bee-472a-ac5e-fd024723dfec Date: Sat, 06 Oct 2018 04:58:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:22,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-371e6236-5bee-472a-ac5e-fd024723dfec 2018-10-06 04:58:22,886 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net 2018-10-06 04:58:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" -d '{"port": {"network_id": "b4c765a7-1e27-4e34-801d-bddb1101b018", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port", "admin_state_up": true}}' 2018-10-06 04:58:23,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-83eb5c32-4c05-4036-bf0b-0a0c1b581aab Date: Sat, 06 Oct 2018 04:58:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","qos_policy_id":null,"admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal"}} 2018-10-06 04:58:23,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-83eb5c32-4c05-4036-bf0b-0a0c1b581aab 2018-10-06 04:58:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a3033164-55f0-448b-9b12-02c498289d39 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:24,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-a3033164-55f0-448b-9b12-02c498289d39 2018-10-06 04:58:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c5947c-6213-4e96-a540-02b88eda11ee Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:24,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-55c5947c-6213-4e96-a540-02b88eda11ee 2018-10-06 04:58:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6729c584-3b0c-42cc-a0b5-0f858d0bcf7c Date: Sat, 06 Oct 2018 04:58:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:24,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-6729c584-3b0c-42cc-a0b5-0f858d0bcf7c 2018-10-06 04:58:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-6265665f-1c59-4501-9eef-e5114e1f4c5d Date: Sat, 06 Oct 2018 04:58:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:58:24,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port&admin_state_up=True used request id req-6265665f-1c59-4501-9eef-e5114e1f4c5d 2018-10-06 04:58:24,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2562f3a1-b31e-4d6f-81ab-46760f0d981d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:24,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-2562f3a1-b31e-4d6f-81ab-46760f0d981d 2018-10-06 04:58:24,568 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst 2018-10-06 04:58:24,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3220ae06-fe61-4fa5-b4c2-2d29e5b538d5 x-compute-request-id: req-3220ae06-fe61-4fa5-b4c2-2d29e5b538d5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-flavor-name"}]} 2018-10-06 04:58:24,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3220ae06-fe61-4fa5-b4c2-2d29e5b538d5 2018-10-06 04:58:24,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af500240-b0f9-4a52-b65a-3d281e4d2017 x-compute-request-id: req-af500240-b0f9-4a52-b65a-3d281e4d2017 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:58:24,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb used request id req-af500240-b0f9-4a52-b65a-3d281e4d2017 2018-10-06 04:58:24,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:24,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-05362a88-a8c8-4880-a481-9f30dbd3fe3c Date: Sat, 06 Oct 2018 04:58:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:58:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:58:08Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "metadata": {}}], "self": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "min_disk": 0, "protected": false, "id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "file": "/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "663b71abb8fc4ca7be21c16d7170c8d8", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e21f01e9-d521-4eb6-9768-729d48cedc55/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image"} 2018-10-06 04:58:24,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image used request id req-05362a88-a8c8-4880-a481-9f30dbd3fe3c 2018-10-06 04:58:24,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:25,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6bfad49e-556c-4e2d-8b03-a793c17c3685 Date: Sat, 06 Oct 2018 04:58:25 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", "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-10-06 04:58:25,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6bfad49e-556c-4e2d-8b03-a793c17c3685 2018-10-06 04:58:25,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" -d '{"server": {"name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "imageRef": "e21f01e9-d521-4eb6-9768-729d48cedc55", "flavorRef": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "max_count": 1, "min_count": 1, "networks": [{"port": "9cbd8123-056e-4569-acbb-69fafe411300"}]}}' 2018-10-06 04:58:26,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f70c9ac5-48e3-4376-af01-bbdb10f21bd4 x-compute-request-id: req-f70c9ac5-48e3-4376-af01-bbdb10f21bd4 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "adminPass": "e5isKcYYHVP6"}} 2018-10-06 04:58:26,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-f70c9ac5-48e3-4376-af01-bbdb10f21bd4 2018-10-06 04:58:26,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:26,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88b852a1-f0e6-4c3c-a147-332ee8c4f15f x-compute-request-id: req-88b852a1-f0e6-4c3c-a147-332ee8c4f15f 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.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:58:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:26,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-88b852a1-f0e6-4c3c-a147-332ee8c4f15f 2018-10-06 04:58:26,587 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst 2018-10-06 04:58:26,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:26,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-805fbe3d-204d-4aeb-82ff-8d2d884849d2 x-compute-request-id: req-805fbe3d-204d-4aeb-82ff-8d2d884849d2 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.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:58:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:26,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-805fbe3d-204d-4aeb-82ff-8d2d884849d2 2018-10-06 04:58:26,810 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst] is - BUILD 2018-10-06 04:58:26,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:58:29,813 - create_instance - DEBUG - VM status query timeout in 896.774678946 2018-10-06 04:58:29,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:30,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bcba7a9-0735-43a9-bf4d-c45061e3aad3 x-compute-request-id: req-7bcba7a9-0735-43a9-bf4d-c45061e3aad3 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.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:58:27Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:30,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-7bcba7a9-0735-43a9-bf4d-c45061e3aad3 2018-10-06 04:58:30,599 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst] is - BUILD 2018-10-06 04:58:30,599 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:58:33,603 - create_instance - DEBUG - VM status query timeout in 892.985137939 2018-10-06 04:58:33,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:34,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58: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-65d8cb39-2435-4329-b3cb-42e45d44a567 x-compute-request-id: req-65d8cb39-2435-4329-b3cb-42e45d44a567 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:31Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:34,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-65d8cb39-2435-4329-b3cb-42e45d44a567 2018-10-06 04:58:34,064 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst] is - ACTIVE 2018-10-06 04:58:34,064 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:58:34,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:34,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd03cea5-cd2e-4912-9bf2-a6ccfa1f87ec x-compute-request-id: req-cd03cea5-cd2e-4912-9bf2-a6ccfa1f87ec Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:31Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:34,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-cd03cea5-cd2e-4912-9bf2-a6ccfa1f87ec 2018-10-06 04:58:34,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:34,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-797c3d89-2cad-49ea-b671-1c3ce9c70291 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:34,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-797c3d89-2cad-49ea-b671-1c3ce9c70291 2018-10-06 04:58:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:34,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14ab75c-437d-4b44-b235-86a8d96b0b2a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:34,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-f14ab75c-437d-4b44-b235-86a8d96b0b2a 2018-10-06 04:58:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:34,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2f88bc53-8f4e-4d98-8107-924a4704557f Date: Sat, 06 Oct 2018 04:58:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:34,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-2f88bc53-8f4e-4d98-8107-924a4704557f 2018-10-06 04:58:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:35,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-1fc24d09-5391-489d-a477-887ea1e6aa04 Date: Sat, 06 Oct 2018 04:58:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.3"}],"id":"18afc8c1-c6af-43dc-bbc3-e0673d409982","security_groups":[],"mac_address":"fa:16:3e:f9:d6:00","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.4"}],"id":"3ac2521a-ed69-4834-949b-0f7518f08154","security_groups":[],"mac_address":"fa:16:3e:d0:9a:af","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.2"}],"id":"92925f4a-6e69-4ad4-a2c5-5de8f6789339","security_groups":[],"mac_address":"fa:16:3e:3b:d8:52","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal","device_id":"c139d6ab-3a95-4638-900a-e8c04209bd2e"}]} 2018-10-06 04:58:35,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-1fc24d09-5391-489d-a477-887ea1e6aa04 2018-10-06 04:58:35,129 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:35,336 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:35 GMT Server: Apache x-compute-request-id: req-cf5af1c4-6203-4bc3-bf01-bf10b8a3e5b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf5af1c4-6203-4bc3-bf01-bf10b8a3e5b9 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}, {"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}]} 2018-10-06 04:58:35,336 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/detail used request id req-cf5af1c4-6203-4bc3-bf01-bf10b8a3e5b9 2018-10-06 04:58:35,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:35,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db23fdcb-f464-4658-acd1-db71564ed9a9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:35,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-db23fdcb-f464-4658-acd1-db71564ed9a9 2018-10-06 04:58:35,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:36,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91746739-8a32-45ec-84a3-4231651e02e9 x-compute-request-id: req-91746739-8a32-45ec-84a3-4231651e02e9 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:31Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:36,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-91746739-8a32-45ec-84a3-4231651e02e9 2018-10-06 04:58:36,130 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst] is - ACTIVE 2018-10-06 04:58:36,130 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:58:36,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:36,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58: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-5b0f9f47-2cc6-49f9-8ec8-8a25af52e5c7 x-compute-request-id: req-5b0f9f47-2cc6-49f9-8ec8-8a25af52e5c7 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:31Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:36,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-5b0f9f47-2cc6-49f9-8ec8-8a25af52e5c7 2018-10-06 04:58:36,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:36,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1a4c684b-2220-40d7-9584-74676e66c309 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:36,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-1a4c684b-2220-40d7-9584-74676e66c309 2018-10-06 04:58:36,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:36,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe76afbe-4395-42a2-bf3b-fc48f1d5d3ab Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:36,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-fe76afbe-4395-42a2-bf3b-fc48f1d5d3ab 2018-10-06 04:58:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:36,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8b3e77af-64a3-4a78-97e5-0f8848fe93b0 Date: Sat, 06 Oct 2018 04:58:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:36,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-8b3e77af-64a3-4a78-97e5-0f8848fe93b0 2018-10-06 04:58:36,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:37,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-78d6fb30-01a7-4942-89d7-f689c182b0b1 Date: Sat, 06 Oct 2018 04:58:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.3"}],"id":"18afc8c1-c6af-43dc-bbc3-e0673d409982","security_groups":[],"mac_address":"fa:16:3e:f9:d6:00","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.4"}],"id":"3ac2521a-ed69-4834-949b-0f7518f08154","security_groups":[],"mac_address":"fa:16:3e:d0:9a:af","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.2"}],"id":"92925f4a-6e69-4ad4-a2c5-5de8f6789339","security_groups":[],"mac_address":"fa:16:3e:3b:d8:52","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal","device_id":"c139d6ab-3a95-4638-900a-e8c04209bd2e"}]} 2018-10-06 04:58:37,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-78d6fb30-01a7-4942-89d7-f689c182b0b1 2018-10-06 04:58:37,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" -d '{"volumeAttachment": {"volumeId": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}}' 2018-10-06 04:58:38,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d86bbd68-2e07-4e71-9d26-ceecdaca6d6d x-compute-request-id: req-d86bbd68-2e07-4e71-9d26-ceecdaca6d6d Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "volumeId": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}} 2018-10-06 04:58:38,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e/os-volume_attachments used request id req-d86bbd68-2e07-4e71-9d26-ceecdaca6d6d 2018-10-06 04:58:38,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:39,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1687eff8-5555-440f-8466-d8a17cadfc35 x-compute-request-id: req-1687eff8-5555-440f-8466-d8a17cadfc35 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:31Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [{"id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}], "metadata": {}}} 2018-10-06 04:58:39,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-1687eff8-5555-440f-8466-d8a17cadfc35 2018-10-06 04:58:39,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:39,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d643b357-73a1-4737-b2c5-4243cd388f86 Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:39,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-d643b357-73a1-4737-b2c5-4243cd388f86 2018-10-06 04:58:39,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:39,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b368759-cf6a-4a53-aa3b-0a5bb5cf895b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:58:39,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-6b368759-cf6a-4a53-aa3b-0a5bb5cf895b 2018-10-06 04:58:39,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:39,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2922486a-69e1-4d03-806c-bc0969098161 Date: Sat, 06 Oct 2018 04:58:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:39,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-2922486a-69e1-4d03-806c-bc0969098161 2018-10-06 04:58:39,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:39,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-aadccf79-07f6-4cae-a2ac-4a13ff2130ac Date: Sat, 06 Oct 2018 04:58:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.3"}],"id":"18afc8c1-c6af-43dc-bbc3-e0673d409982","security_groups":[],"mac_address":"fa:16:3e:f9:d6:00","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.4"}],"id":"3ac2521a-ed69-4834-949b-0f7518f08154","security_groups":[],"mac_address":"fa:16:3e:d0:9a:af","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.2"}],"id":"92925f4a-6e69-4ad4-a2c5-5de8f6789339","security_groups":[],"mac_address":"fa:16:3e:3b:d8:52","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal","device_id":"c139d6ab-3a95-4638-900a-e8c04209bd2e"}]} 2018-10-06 04:58:39,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-aadccf79-07f6-4cae-a2ac-4a13ff2130ac 2018-10-06 04:58:39,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:58:39,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59440c4d94c343e5be3c0d01446d12cd", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role"}], "expires_at": "2018-10-06T05:58:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-user", "id": "2e3218f13cfa4ac89d2e145945f08755"}, "audit_ids": ["Zv_1VU_3Te2RtGQFNsjh3w"], "issued_at": "2018-10-06T04:58:39.000000Z"}} 2018-10-06 04:58:39,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe0baffd7ca26c53b966ba93aaa522b060f9899" 2018-10-06 04:58:40,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0daf46ee-3cef-443f-a7af-2aac4d7389ff x-compute-request-id: req-0daf46ee-3cef-443f-a7af-2aac4d7389ff Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:1d:83", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "security_groups": [{"name": "default"}], "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:39Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [{"id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}], "metadata": {}}]} 2018-10-06 04:58:40,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst used request id req-0daf46ee-3cef-443f-a7af-2aac4d7389ff 2018-10-06 04:58:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe0baffd7ca26c53b966ba93aaa522b060f9899" 2018-10-06 04:58:41,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e2b4d954-e2e1-4e0d-825e-73f6d1e5e6da Date: Sat, 06 Oct 2018 04:58: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":["ef7650b4-4d11-488f-a28e-3daec08e1bab"],"updated_at":"2018-10-06T04:58:12Z","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"b4c765a7-1e27-4e34-801d-bddb1101b018","name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net"}]} 2018-10-06 04:58:41,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net used request id req-e2b4d954-e2e1-4e0d-825e-73f6d1e5e6da 2018-10-06 04:58:41,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe0baffd7ca26c53b966ba93aaa522b060f9899" 2018-10-06 04:58:41,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f9617ded-9d74-4248-80b3-ce99be7a9e09 Date: Sat, 06 Oct 2018 04:58:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","dns_nameservers":[],"updated_at":"2018-10-06T04:58:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet"}]} 2018-10-06 04:58:41,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-f9617ded-9d74-4248-80b3-ce99be7a9e09 2018-10-06 04:58:41,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe0baffd7ca26c53b966ba93aaa522b060f9899" 2018-10-06 04:58:41,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6ad7bdbb-7793-403f-afa8-ffcb10dceb2d Date: Sat, 06 Oct 2018 04:58:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.3"}],"id":"18afc8c1-c6af-43dc-bbc3-e0673d409982","security_groups":[],"mac_address":"fa:16:3e:f9:d6:00","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.4"}],"id":"3ac2521a-ed69-4834-949b-0f7518f08154","security_groups":[],"mac_address":"fa:16:3e:d0:9a:af","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.2"}],"id":"92925f4a-6e69-4ad4-a2c5-5de8f6789339","security_groups":[],"mac_address":"fa:16:3e:3b:d8:52","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4c765a7-1e27-4e34-801d-bddb1101b018"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:58:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ef7650b4-4d11-488f-a28e-3daec08e1bab","ip_address":"10.55.0.13"}],"id":"9cbd8123-056e-4569-acbb-69fafe411300","security_groups":["9762214b-050c-4bbd-85c9-678cfcb34fa7"],"mac_address":"fa:16:3e:76:1d:83","project_id":"663b71abb8fc4ca7be21c16d7170c8d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port","admin_state_up":true,"network_id":"b4c765a7-1e27-4e34-801d-bddb1101b018","tenant_id":"663b71abb8fc4ca7be21c16d7170c8d8","created_at":"2018-10-06T04:58:23Z","binding:vnic_type":"normal","device_id":"c139d6ab-3a95-4638-900a-e8c04209bd2e"}]} 2018-10-06 04:58:41,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-6ad7bdbb-7793-403f-afa8-ffcb10dceb2d 2018-10-06 04:58:41,544 - create_instance - INFO - Deleting Port with ID - 9cbd8123-056e-4569-acbb-69fafe411300 2018-10-06 04:58:41,544 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-port 2018-10-06 04:58:41,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/9cbd8123-056e-4569-acbb-69fafe411300 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:42,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7c4ad34-0b7b-4ab4-b977-d53b57fcd9ef Date: Sat, 06 Oct 2018 04:58:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:58:42,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/9cbd8123-056e-4569-acbb-69fafe411300 used request id req-d7c4ad34-0b7b-4ab4-b977-d53b57fcd9ef 2018-10-06 04:58:42,406 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf5af1c4-6203-4bc3-bf01-bf10b8a3e5b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:42,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:42 GMT Server: Apache x-compute-request-id: req-d5539529-9ef8-4754-85ec-3a4bf181a9b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5539529-9ef8-4754-85ec-3a4bf181a9b6 Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [{"server_id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "attachment_id": "d13007c2-791c-482b-aa7e-1c4cda6f3ad4", "attached_at": "2018-10-06T04:58:39.000000", "host_name": null, "volume_id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "device": "/dev/vdb", "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:42,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-d5539529-9ef8-4754-85ec-3a4bf181a9b6 2018-10-06 04:58:42,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e/os-volume_attachments/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:44,192 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b363ad8e-115a-469e-a72d-84f7cdd644d6 x-compute-request-id: req-b363ad8e-115a-469e-a72d-84f7cdd644d6 Content-Length: 0 Content-Type: application/json 2018-10-06 04:58:44,193 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e/os-volume_attachments/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-b363ad8e-115a-469e-a72d-84f7cdd644d6 2018-10-06 04:58:44,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:44,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58: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-e5af2f1e-696a-4ced-923f-59749f709d48 x-compute-request-id: req-e5af2f1e-696a-4ced-923f-59749f709d48 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:39Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [{"id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c"}], "metadata": {}}} 2018-10-06 04:58:44,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-e5af2f1e-696a-4ced-923f-59749f709d48 2018-10-06 04:58:47,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:47,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03ed92c1-3cd4-4744-9956-f00923a56fb3 x-compute-request-id: req-03ed92c1-3cd4-4744-9956-f00923a56fb3 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.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:39Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:47,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-03ed92c1-3cd4-4744-9956-f00923a56fb3 2018-10-06 04:58:47,842 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst 2018-10-06 04:58:47,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:48,023 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7418ebb-48f3-404d-8371-d1164e3a1f06 x-compute-request-id: req-d7418ebb-48f3-404d-8371-d1164e3a1f06 Content-Type: application/json 2018-10-06 04:58:48,023 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-d7418ebb-48f3-404d-8371-d1164e3a1f06 2018-10-06 04:58:48,024 - create_instance - INFO - Checking deletion status 2018-10-06 04:58:48,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:48,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58: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-f48faf29-32bb-4cc4-9248-b0c2edb3ce5c x-compute-request-id: req-f48faf29-32bb-4cc4-9248-b0c2edb3ce5c 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.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e", "rel": "bookmark"}], "image": {"id": "e21f01e9-d521-4eb6-9768-729d48cedc55", "links": [{"href": "http://172.30.9.29:8774/images/e21f01e9-d521-4eb6-9768-729d48cedc55", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:58:26.000000", "flavor": {"id": "dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "links": [{"href": "http://172.30.9.29:8774/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb", "rel": "bookmark"}]}, "id": "c139d6ab-3a95-4638-900a-e8c04209bd2e", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:58:47Z", "hostId": "485c7d39657f8e3be1e19a50d6b94c8902946858eb8cf7a2b82194be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst", "created": "2018-10-06T04:58:26Z", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:58:48,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-f48faf29-32bb-4cc4-9248-b0c2edb3ce5c 2018-10-06 04:58:48,508 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst] is - ACTIVE 2018-10-06 04:58:48,509 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:58:51,512 - create_instance - DEBUG - VM status query timeout in 296.511882067 2018-10-06 04:58:51,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908aa7266de2a58ac866ccd413ae568056a8ff0c" 2018-10-06 04:58:51,575 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:58: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-fa6a7241-8844-47a0-a0b0-0e56e5fadb3d x-compute-request-id: req-fa6a7241-8844-47a0-a0b0-0e56e5fadb3d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c139d6ab-3a95-4638-900a-e8c04209bd2e could not be found.", "code": 404}} 2018-10-06 04:58:51,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c139d6ab-3a95-4638-900a-e8c04209bd2e used request id req-fa6a7241-8844-47a0-a0b0-0e56e5fadb3d 2018-10-06 04:58:51,575 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c139d6ab-3a95-4638-900a-e8c04209bd2e could not be found. (HTTP 404) (Request-ID: req-fa6a7241-8844-47a0-a0b0-0e56e5fadb3d) 2018-10-06 04:58:51,575 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-inst 2018-10-06 04:58:51,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3391f4886bfd7995997fae30d400c999bd2e52" 2018-10-06 04:58:51,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58: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-de213967-f50c-4fb1-9ef4-0084d4f5a54e x-compute-request-id: req-de213967-f50c-4fb1-9ef4-0084d4f5a54e Content-Length: 0 Content-Type: application/json 2018-10-06 04:58:51,623 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/dc3b9158-bc43-4988-b1a7-49d0461ff4bb used request id req-de213967-f50c-4fb1-9ef4-0084d4f5a54e 2018-10-06 04:58:51,623 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet 2018-10-06 04:58:51,624 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-subnet 2018-10-06 04:58:51,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/ef7650b4-4d11-488f-a28e-3daec08e1bab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:54,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2be2435e-2346-4a60-abba-f8aae9c22688 Date: Sat, 06 Oct 2018 04:58:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:58:54,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/ef7650b4-4d11-488f-a28e-3daec08e1bab used request id req-2be2435e-2346-4a60-abba-f8aae9c22688 2018-10-06 04:58:54,068 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-pub-net 2018-10-06 04:58:54,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/b4c765a7-1e27-4e34-801d-bddb1101b018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1478b1d0b5cef19903cba0b65354f2965d2808fd" 2018-10-06 04:58:55,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8838d94f-370d-4128-9938-b9950f58a6ad Date: Sat, 06 Oct 2018 04:58:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:58:55,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/b4c765a7-1e27-4e34-801d-bddb1101b018 used request id req-8838d94f-370d-4128-9938-b9950f58a6ad 2018-10-06 04:58:55,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:55,652 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:55 GMT Server: Apache x-compute-request-id: req-8f1766ed-a837-4686-a077-1f3ea1c7c559 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f1766ed-a837-4686-a077-1f3ea1c7c559 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}} 2018-10-06 04:58:55,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-8f1766ed-a837-4686-a077-1f3ea1c7c559 2018-10-06 04:58:55,653 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:58:55,653 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:55,653 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:55,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:55,921 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26294d0f-f86b-4721-b290-f2f382c95a81 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-10-06 04:58:55,921 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-26294d0f-f86b-4721-b290-f2f382c95a81 2018-10-06 04:58:55,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:55,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:55 GMT Server: Apache x-compute-request-id: req-670caf99-047a-407a-baf6-d649a9597deb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-670caf99-047a-407a-baf6-d649a9597deb Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2503f019-d7ee-4027-8e63-ec2a4c17c699", "size": 1}} 2018-10-06 04:58:55,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-670caf99-047a-407a-baf6-d649a9597deb 2018-10-06 04:58:55,974 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:58:55,974 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:58:58,978 - create_volume - DEBUG - Volume status query timeout in 56.9437580109 2018-10-06 04:58:58,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7bf28ff-5227-48dc-af21-375251f33ac7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e3994a8a62e838f42380b037bc8e5f6ef311466" 2018-10-06 04:58:59,019 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:58:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c94207a6-383f-4b10-8235-3ec26574183d x-openstack-request-id: req-c94207a6-383f-4b10-8235-3ec26574183d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2503f019-d7ee-4027-8e63-ec2a4c17c699 could not be found.", "code": 404}} 2018-10-06 04:58:59,019 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/2503f019-d7ee-4027-8e63-ec2a4c17c699 used request id req-c94207a6-383f-4b10-8235-3ec26574183d 2018-10-06 04:58:59,019 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2503f019-d7ee-4027-8e63-ec2a4c17c699 could not be found. (HTTP 404) (Request-ID: req-c94207a6-383f-4b10-8235-3ec26574183d) 2018-10-06 04:58:59,019 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-2 2018-10-06 04:58:59,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:59,237 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:59 GMT Server: Apache x-compute-request-id: req-ac0d16d1-9c69-413b-a0f7-0552464888c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac0d16d1-9c69-413b-a0f7-0552464888c4 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:44.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:59,238 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-ac0d16d1-9c69-413b-a0f7-0552464888c4 2018-10-06 04:58:59,238 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:58:59,238 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:58:59,238 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:58:59,241 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:59,483 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:58:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e7ff9a6-6827-45b6-9fa2-5e6afca12267 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-10-06 04:58:59,483 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-2e7ff9a6-6827-45b6-9fa2-5e6afca12267 2018-10-06 04:58:59,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:58:59,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:58:59 GMT Server: Apache x-compute-request-id: req-363cbcc2-ee7f-4e94-934e-5c795b09e224 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-363cbcc2-ee7f-4e94-934e-5c795b09e224 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "2e3218f13cfa4ac89d2e145945f08755", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "self"}, {"href": "http://172.30.9.29:8776/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:58:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "updated_at": "2018-10-06T04:58:59.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "6a91b14c-48dd-468f-85c8-b2d3a1e1435c", "size": 1}} 2018-10-06 04:58:59,685 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-363cbcc2-ee7f-4e94-934e-5c795b09e224 2018-10-06 04:58:59,685 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 04:58:59,685 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 04:59:02,688 - create_volume - DEBUG - Volume status query timeout in 56.7952091694 2018-10-06 04:59:02,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5e1401c4-d3fa-49e6-8b03-30b86616a784" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4a2ed0b78f523e6a0276e8e1938dac013d75d0" 2018-10-06 04:59:02,894 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:59:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-011911ac-2b01-405b-9e3f-f106ec5404b3 x-openstack-request-id: req-011911ac-2b01-405b-9e3f-f106ec5404b3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6a91b14c-48dd-468f-85c8-b2d3a1e1435c could not be found.", "code": 404}} 2018-10-06 04:59:02,895 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/663b71abb8fc4ca7be21c16d7170c8d8/volumes/6a91b14c-48dd-468f-85c8-b2d3a1e1435c used request id req-011911ac-2b01-405b-9e3f-f106ec5404b3 2018-10-06 04:59:02,895 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 6a91b14c-48dd-468f-85c8-b2d3a1e1435c could not be found. (HTTP 404) (Request-ID: req-011911ac-2b01-405b-9e3f-f106ec5404b3) 2018-10-06 04:59:02,895 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-1 2018-10-06 04:59:02,896 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-2dcc7b65-3755-4246-aa84-da95363d4cc2-image 2018-10-06 04:59:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18200f9c5bd95675196c5622c08c3bbfa9b0a05d" 2018-10-06 04:59:04,596 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9abb192-656e-4528-9eb5-fde62b0fa511 Date: Sat, 06 Oct 2018 04:59:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:59:04,596 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e21f01e9-d521-4eb6-9768-729d48cedc55 used request id req-a9abb192-656e-4528-9eb5-fde62b0fa511 2018-10-06 04:59:04,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:04,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e3f9eb4b-dbd7-4d95-9f5c-8a0f9f5049a2 Date: Sat, 06 Oct 2018 04:59:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "created_at": "2018-10-06T04:58:11Z", "updated_at": "2018-10-06T04:58:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "revision_number": 0, "id": "1e4ed75f-8dbd-452e-86a5-e9aaa70f5b10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "revision_number": 0, "id": "b4ae9b2b-edbc-4b25-891f-5f4e74232a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "revision_number": 0, "id": "cf14c607-167d-46ab-8e60-1d083ac5b473", "remote_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "remote_ip_prefix": null, "created_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "revision_number": 0, "id": "f94d911b-ca64-4d63-aca4-d2b3f051c35b", "remote_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "remote_ip_prefix": null, "created_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8"}], "revision_number": 4, "project_id": "663b71abb8fc4ca7be21c16d7170c8d8", "id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 04:59:04,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e3f9eb4b-dbd7-4d95-9f5c-8a0f9f5049a2 2018-10-06 04:59:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:04,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d289b800-87e1-464f-bea6-3cccb6705b81 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 04:59:04,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-d289b800-87e1-464f-bea6-3cccb6705b81 2018-10-06 04:59:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:05,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-297697a4-cc9b-4a97-a901-de245f5628ee Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 04:59:05,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-297697a4-cc9b-4a97-a901-de245f5628ee 2018-10-06 04:59:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:05,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0fb705-84a0-4930-85ca-dfaa43b09652 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8"}, "enabled": true, "id": "663b71abb8fc4ca7be21c16d7170c8d8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-59f54fed-9d30-499-proj"}} 2018-10-06 04:59:05,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-1d0fb705-84a0-4930-85ca-dfaa43b09652 2018-10-06 04:59:05,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9762214b-050c-4bbd-85c9-678cfcb34fa7 2018-10-06 04:59:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9762214b-050c-4bbd-85c9-678cfcb34fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:05,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-be82c517-6869-4d13-8263-abf649f35981 Date: Sat, 06 Oct 2018 04:59: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-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "port_range_min": null, "revision_number": 0, "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "created_at": "2018-10-06T04:58:11Z", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8", "id": "1e4ed75f-8dbd-452e-86a5-e9aaa70f5b10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "port_range_min": null, "revision_number": 0, "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "created_at": "2018-10-06T04:58:11Z", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8", "id": "b4ae9b2b-edbc-4b25-891f-5f4e74232a47"}, {"remote_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "port_range_min": null, "revision_number": 0, "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "created_at": "2018-10-06T04:58:11Z", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8", "id": "cf14c607-167d-46ab-8e60-1d083ac5b473"}, {"remote_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:58:11Z", "security_group_id": "9762214b-050c-4bbd-85c9-678cfcb34fa7", "port_range_min": null, "revision_number": 0, "tenant_id": "663b71abb8fc4ca7be21c16d7170c8d8", "created_at": "2018-10-06T04:58:11Z", "project_id": "663b71abb8fc4ca7be21c16d7170c8d8", "id": "f94d911b-ca64-4d63-aca4-d2b3f051c35b"}]} 2018-10-06 04:59:05,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=9762214b-050c-4bbd-85c9-678cfcb34fa7 used request id req-be82c517-6869-4d13-8263-abf649f35981 2018-10-06 04:59:05,380 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 04:59:05,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9762214b-050c-4bbd-85c9-678cfcb34fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:05,705 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7edb8490-8b0a-4e98-99e6-14f2375895f9 Content-Length: 0 Date: Sat, 06 Oct 2018 04:59:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:59:05,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9762214b-050c-4bbd-85c9-678cfcb34fa7 used request id req-7edb8490-8b0a-4e98-99e6-14f2375895f9 2018-10-06 04:59:05,706 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-59f54fed-9d30-499-proj 2018-10-06 04:59:05,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:05,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:59:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e26f1c2-b88a-4a27-b73a-179313baf389 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:59:05,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/663b71abb8fc4ca7be21c16d7170c8d8 used request id req-2e26f1c2-b88a-4a27-b73a-179313baf389 2018-10-06 04:59:05,905 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-59f54fed-9d30-499-proj-role 2018-10-06 04:59:05,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:06,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:59:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb79a8a9-06ac-43ae-8616-35966ffe7be5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:59:06,015 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/59440c4d94c343e5be3c0d01446d12cd used request id req-cb79a8a9-06ac-43ae-8616-35966ffe7be5 2018-10-06 04:59:06,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed81f2a7bbb55b6914b5a56807ff35854d632a01" 2018-10-06 04:59:06,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d333fc3-493b-441c-adea-44aa9c345b69 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:59:06,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3d333fc3-493b-441c-adea-44aa9c345b69 2018-10-06 04:59:06,110 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-59f54fed-9d30-499-user 2018-10-06 04:59:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/2e3218f13cfa4ac89d2e145945f08755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6dcb538720cd36e5b8ffd990445bd7c02fe7b07" 2018-10-06 04:59:06,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:59:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39314d15-9bda-4e40-bfad-345a28ec6e35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:59:06,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2e3218f13cfa4ac89d2e145945f08755 used request id req-39314d15-9bda-4e40-bfad-345a28ec6e35 2018-10-06 04:59:06,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:06,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:59:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["r-rQ9X1XTOKGMrqxxs1gDw"], "issued_at": "2018-10-06T04:59:06.000000Z"}} 2018-10-06 04:59:06,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628b6281c3a118354a9f8bc97c11efae750a9cca" 2018-10-06 04:59:06,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8192be51-0003-4fc6-9303-c3f67b07b8a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:06,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8192be51-0003-4fc6-9303-c3f67b07b8a5 2018-10-06 04:59:06,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:06,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:07,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:59:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oXLFFOgpSF23D6I8LT4IfQ"], "issued_at": "2018-10-06T04:59:07.000000Z"}} 2018-10-06 04:59:07,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:07,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00d514c-ff7f-4af9-a833-78d817ae5628 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:07,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e00d514c-ff7f-4af9-a833-78d817ae5628 2018-10-06 04:59:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:59:07,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:59:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-85533a99-ae24-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:07,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabcdd2d-4783-49d4-9156-56d034d87312 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-85533a99-ae24-480-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 04:59:07,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-85533a99-ae24-480-proj used request id req-dabcdd2d-4783-49d4-9156-56d034d87312 2018-10-06 04:59:07,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:07,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5677a49-b09f-4651-a807-2c92e6ec90e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:59:07,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e5677a49-b09f-4651-a807-2c92e6ec90e4 2018-10-06 04:59:07,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}}' 2018-10-06 04:59:07,566 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5094688f-ea47-495e-96be-6560649d0319 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:07,566 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-5094688f-ea47-495e-96be-6560649d0319 2018-10-06 04:59:07,567 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-85533a99-ae24-480-proj 2018-10-06 04:59:07,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:07,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:07,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:59:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-ExqqlQLR62cw92mizfGjw"], "issued_at": "2018-10-06T04:59:07.000000Z"}} 2018-10-06 04:59:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b482551f8f1dbc477d3cf6f2720edf9a0718a0" 2018-10-06 04:59:08,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b6cb482-04eb-40ee-93ca-cd3181c3dc33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:08,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5b6cb482-04eb-40ee-93ca-cd3181c3dc33 2018-10-06 04:59:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:59:08,056 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:59:08,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b482551f8f1dbc477d3cf6f2720edf9a0718a0" 2018-10-06 04:59:08,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb03da9-a519-4d56-ade9-2a5aeb0e77cc Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 04:59:08,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2cb03da9-a519-4d56-ade9-2a5aeb0e77cc 2018-10-06 04:59:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-85533a99-ae24-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b482551f8f1dbc477d3cf6f2720edf9a0718a0" 2018-10-06 04:59:08,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0818f971-73eb-46de-a2de-8aa7608b21e0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-85533a99-ae24-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}]} 2018-10-06 04:59:08,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceVolumeTests-85533a99-ae24-480-proj used request id req-0818f971-73eb-46de-a2de-8aa7608b21e0 2018-10-06 04:59:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b482551f8f1dbc477d3cf6f2720edf9a0718a0" 2018-10-06 04:59:08,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9629473-9ab7-438f-996c-bcae6c409e25 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 04:59:08,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d9629473-9ab7-438f-996c-bcae6c409e25 2018-10-06 04:59:08,632 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-85533a99-ae24-480-user 2018-10-06 04:59:08,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:08,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:08,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5abdc3-7d03-4343-ad2a-f3ba1c383c97 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 04:59:08,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ef5abdc3-7d03-4343-ad2a-f3ba1c383c97 2018-10-06 04:59:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" -d '{"role": {"name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}}' 2018-10-06 04:59:08,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ced69645-abf6-4ce7-8085-34c34ceb4b64 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81cb5addf4034ec8b88a3287464c04d5", "links": {"self": "http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5"}, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}} 2018-10-06 04:59:08,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ced69645-abf6-4ce7-8085-34c34ceb4b64 2018-10-06 04:59:08,837 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-85533a99-ae24-480-proj-role 2018-10-06 04:59:08,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:08,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b578cc2f-0c11-40fc-a681-2d15bb78c663 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5"}, "domain_id": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role", "id": "81cb5addf4034ec8b88a3287464c04d5"}} 2018-10-06 04:59:08,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5 used request id req-b578cc2f-0c11-40fc-a681-2d15bb78c663 2018-10-06 04:59:08,932 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-85533a99-ae24-480-proj-role to project CreateInstanceVolumeTests-85533a99-ae24-480-proj 2018-10-06 04:59:08,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1/users/aca6d273473b4453bc9a50d50e67d3e2/roles/81cb5addf4034ec8b88a3287464c04d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 04:59:09,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:59:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f2e57f6-dce6-4bf0-9ac9-aac4eaa2dc97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 04:59:09,067 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1/users/aca6d273473b4453bc9a50d50e67d3e2/roles/81cb5addf4034ec8b88a3287464c04d5 used request id req-7f2e57f6-dce6-4bf0-9ac9-aac4eaa2dc97 2018-10-06 04:59:09,067 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:59:09,068 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 04:59:09,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:09,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:09,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["85TxA8lDTWCav0cMOT5XvA"], "issued_at": "2018-10-06T04:59:09.000000Z"}} 2018-10-06 04:59:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:09,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100971f5-e137-48fc-8e09-f5143f61f30a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:09,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-100971f5-e137-48fc-8e09-f5143f61f30a 2018-10-06 04:59:09,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:09,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-3c287bbb-f131-4a24-8895-c047da452ecc Date: Sat, 06 Oct 2018 04:59:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image"} 2018-10-06 04:59:09,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image used request id req-3c287bbb-f131-4a24-8895-c047da452ecc 2018-10-06 04:59:09,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:09,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28d5b1fc-07a9-447c-9540-6795667fb8c9 Date: Sat, 06 Oct 2018 04:59: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", "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-10-06 04:59:09,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-28d5b1fc-07a9-447c-9540-6795667fb8c9 2018-10-06 04:59:09,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image"}' 2018-10-06 04:59:10,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 X-Openstack-Request-Id: req-d1a0057b-9890-4aed-9df0-229d67eee9d2 Date: Sat, 06 Oct 2018 04:59:10 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:59:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T04:59:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "min_disk": 0, "protected": false, "id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "file": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file", "checksum": null, "owner": "61f9c609c7414db88e64b365c38856c1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:59:10,144 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d1a0057b-9890-4aed-9df0-229d67eee9d2 2018-10-06 04:59:10,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" -d '' 2018-10-06 04:59:11,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60cf237d-f3f9-4fda-a4b6-11b644db3cf7 Date: Sat, 06 Oct 2018 04:59:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 04:59:11,312 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file used request id req-60cf237d-f3f9-4fda-a4b6-11b644db3cf7 2018-10-06 04:59:11,313 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 04:59:11,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:11,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-c043e7f7-130a-4edf-9dba-f95a6fc2dfe4 Date: Sat, 06 Oct 2018 04:59:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:59:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:59:11Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "metadata": {}}], "self": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "min_disk": 0, "protected": false, "id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "file": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "61f9c609c7414db88e64b365c38856c1", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:59:11,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 used request id req-c043e7f7-130a-4edf-9dba-f95a6fc2dfe4 2018-10-06 04:59:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:11,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d10d277-453b-4b50-a9d2-b3859ef1a46a Date: Sat, 06 Oct 2018 04:59: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", "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-10-06 04:59:11,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6d10d277-453b-4b50-a9d2-b3859ef1a46a 2018-10-06 04:59:11,635 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image 2018-10-06 04:59:11,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 04:59:11,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-6dba59cb-c6e7-4735-a63b-94e8ca8b01e2 Date: Sat, 06 Oct 2018 04:59:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:59:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:59:11Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "metadata": {}}], "self": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "min_disk": 0, "protected": false, "id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "file": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "61f9c609c7414db88e64b365c38856c1", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 04:59:11,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 used request id req-6dba59cb-c6e7-4735-a63b-94e8ca8b01e2 2018-10-06 04:59:11,793 - create_image - DEBUG - Instance status is - active 2018-10-06 04:59:11,793 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image 2018-10-06 04:59:11,794 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image 2018-10-06 04:59:11,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:11,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:12,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T05:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yFN5_CnqQkm5SXqNaD2jWw"], "issued_at": "2018-10-06T04:59:12.000000Z"}} 2018-10-06 04:59:12,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d0b516f7607f84546395c58947db2738911fc6" 2018-10-06 04:59:12,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71328943-2042-4695-9c49-2c54ef5bac9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:12,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71328943-2042-4695-9c49-2c54ef5bac9a 2018-10-06 04:59:12,262 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:59:12,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d0b516f7607f84546395c58947db2738911fc6" 2018-10-06 04:59:12,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59: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-da35cf4b-f0a7-4256-8c05-e3d6dd1e006e x-compute-request-id: req-da35cf4b-f0a7-4256-8c05-e3d6dd1e006e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 04:59:12,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-da35cf4b-f0a7-4256-8c05-e3d6dd1e006e 2018-10-06 04:59:12,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d0b516f7607f84546395c58947db2738911fc6" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-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-10-06 04:59:12,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59: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-237c1215-d297-4bce-85c8-9d02fd2715bb x-compute-request-id: req-237c1215-d297-4bce-85c8-9d02fd2715bb Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:59:12,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-237c1215-d297-4bce-85c8-9d02fd2715bb 2018-10-06 04:59:12,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:12,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:12,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["zvanjbKkSZ2BgXMsnmyNgg"], "issued_at": "2018-10-06T04:59:12.000000Z"}} 2018-10-06 04:59:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:12,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4386f8ad-198d-4bfa-9683-7e90eb6d664e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:12,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4386f8ad-198d-4bfa-9683-7e90eb6d664e 2018-10-06 04:59:12,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:13,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0e48315e-f002-4485-92a1-d8351e148d57 Date: Sat, 06 Oct 2018 04:59:13 GMT RESP BODY: {"networks":[]} 2018-10-06 04:59:13,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-0e48315e-f002-4485-92a1-d8351e148d57 2018-10-06 04:59:13,157 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net 2018-10-06 04:59:13,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" -d '{"network": {"name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net", "admin_state_up": true}}' 2018-10-06 04:59:13,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6f6af0f9-e691-4541-9343-57c3e824a0d4 Date: Sat, 06 Oct 2018 04:59:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T04:59:13Z","is_default":false,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","mtu":1450}} 2018-10-06 04:59:13,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6f6af0f9-e691-4541-9343-57c3e824a0d4 2018-10-06 04:59:13,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:13,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-615a2830-be5b-4e94-bf31-7a9d2a079563 Date: Sat, 06 Oct 2018 04:59: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-10-06T04:59:13Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:13,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-615a2830-be5b-4e94-bf31-7a9d2a079563 2018-10-06 04:59:13,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:14,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b451f59-0615-4831-bd4e-f6e957859ed5 Date: Sat, 06 Oct 2018 04:59:14 GMT RESP BODY: {"subnets":[]} 2018-10-06 04:59:14,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-6b451f59-0615-4831-bd4e-f6e957859ed5 2018-10-06 04:59:14,104 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet 2018-10-06 04:59:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" -d '{"subnets": [{"ip_version": 4, "network_id": "6c6eb26b-f7af-4369-972d-f4efa38a9636", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]}' 2018-10-06 04:59:14,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9b09674b-f4fe-4af9-a3ff-609a8d5775f5 Date: Sat, 06 Oct 2018 04:59:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","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":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:14,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-9b09674b-f4fe-4af9-a3ff-609a8d5775f5 2018-10-06 04:59:14,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:15,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-542b6dc3-6741-499d-a0e5-5da200e5119c Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:15,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-542b6dc3-6741-499d-a0e5-5da200e5119c 2018-10-06 04:59:15,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:15,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-39ecb641-7096-4914-8965-944f615e3da3 Date: Sat, 06 Oct 2018 04:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:15,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-39ecb641-7096-4914-8965-944f615e3da3 2018-10-06 04:59:15,221 - OpenStackNetwork - DEBUG - Network [6c6eb26b-f7af-4369-972d-f4efa38a9636] created successfully 2018-10-06 04:59:15,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:15,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:15,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["XGdQrtigSsSWNGM1b7gLHg"], "issued_at": "2018-10-06T04:59:15.000000Z"}} 2018-10-06 04:59:15,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 04:59:15,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc69e41-de20-4f74-9a5e-00a734c4d3ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:15,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5fc69e41-de20-4f74-9a5e-00a734c4d3ae 2018-10-06 04:59:15,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 04:59:15,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:15 GMT Server: Apache x-compute-request-id: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-06 04:59:15,863 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail used request id req-a20dc232-dc4f-4497-a37a-89c1bf3ace61 2018-10-06 04:59:15,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-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-10-06 04:59:16,202 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59:15 GMT Server: Apache x-compute-request-id: req-f5e901ac-3a1f-4e52-9674-6a521014240f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f5e901ac-3a1f-4e52-9674-6a521014240f Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.115483", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 04:59:16,202 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes used request id req-f5e901ac-3a1f-4e52-9674-6a521014240f 2018-10-06 04:59:16,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 04:59:16,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:16 GMT Server: Apache x-compute-request-id: req-a514e714-db88-4707-8165-3a16d2b83b48 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a514e714-db88-4707-8165-3a16d2b83b48 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 04:59:16,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-a514e714-db88-4707-8165-3a16d2b83b48 2018-10-06 04:59:16,486 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 04:59:16,489 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 04:59:16,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:16 GMT Server: Apache x-compute-request-id: req-def24047-7fd5-49e7-8254-0a13267bebe6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-def24047-7fd5-49e7-8254-0a13267bebe6 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 04:59:16,683 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-def24047-7fd5-49e7-8254-0a13267bebe6 2018-10-06 04:59:16,684 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:59:16,684 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 04:59:16,684 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 04:59:16,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:16,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:17,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["BsBdA53dSWuWUN_07G9txw"], "issued_at": "2018-10-06T04:59:17.000000Z"}} 2018-10-06 04:59:17,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 04:59:17,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9529037-21e7-411e-9a54-821de76643ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:17,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d9529037-21e7-411e-9a54-821de76643ab 2018-10-06 04:59:17,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 04:59:17,346 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:17 GMT Server: Apache x-compute-request-id: req-91c6e8b1-3574-484c-88a5-f45ddf434c52 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91c6e8b1-3574-484c-88a5-f45ddf434c52 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}]} 2018-10-06 04:59:17,346 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail used request id req-91c6e8b1-3574-484c-88a5-f45ddf434c52 2018-10-06 04:59:17,350 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-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-10-06 04:59:17,744 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59:17 GMT Server: Apache x-compute-request-id: req-5e0b176e-8d47-4167-be5c-fe95f62a365e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e0b176e-8d47-4167-be5c-fe95f62a365e Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.637218", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 04:59:17,745 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes used request id req-5e0b176e-8d47-4167-be5c-fe95f62a365e 2018-10-06 04:59:17,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 04:59:17,931 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:17 GMT Server: Apache x-compute-request-id: req-e801bf5b-488f-433a-9db7-d9df83fec57e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e801bf5b-488f-433a-9db7-d9df83fec57e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 04:59:17,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-e801bf5b-488f-433a-9db7-d9df83fec57e 2018-10-06 04:59:17,932 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 04:59:17,935 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 04:59:18,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:17 GMT Server: Apache x-compute-request-id: req-dbfa2397-015d-416a-ac4e-69502b3943e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbfa2397-015d-416a-ac4e-69502b3943e5 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 04:59:18,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-dbfa2397-015d-416a-ac4e-69502b3943e5 2018-10-06 04:59:18,132 - create_volume - DEBUG - Instance status is - available 2018-10-06 04:59:18,132 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 04:59:18,132 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 04:59:18,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:18,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:18,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["aZGQUOifTnql2rC4ZxQUcg"], "issued_at": "2018-10-06T04:59:18.000000Z"}} 2018-10-06 04:59:18,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:18,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae7fe78-d028-4fa4-8293-0b9a32388310 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:18,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ae7fe78-d028-4fa4-8293-0b9a32388310 2018-10-06 04:59:18,590 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 04:59:18,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:18,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2e57b2-7ab5-4de2-8e53-d1d65eb0abf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:18,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9f2e57b2-7ab5-4de2-8e53-d1d65eb0abf8 2018-10-06 04:59:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:18,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5baa7e6b-aaca-4f8b-98e6-a28d6dd09d8c Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:18,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-5baa7e6b-aaca-4f8b-98e6-a28d6dd09d8c 2018-10-06 04:59:18,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:59:18,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:59:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:59:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:18,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6296e50-3b49-4002-b42f-892795695240 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:18,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-a6296e50-3b49-4002-b42f-892795695240 2018-10-06 04:59:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:19,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e7c8af78-8ad6-40e8-9145-c02e3a462726 Date: Sat, 06 Oct 2018 04:59:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:19,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-e7c8af78-8ad6-40e8-9145-c02e3a462726 2018-10-06 04:59:19,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:19,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-81b2d0c1-eca6-40dd-a452-1a93a960380e Date: Sat, 06 Oct 2018 04:59:19 GMT RESP BODY: {"ports":[]} 2018-10-06 04:59:19,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True used request id req-81b2d0c1-eca6-40dd-a452-1a93a960380e 2018-10-06 04:59:19,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:19,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-614536d3-e05a-49a5-9811-ac4d86655a5b x-compute-request-id: req-614536d3-e05a-49a5-9811-ac4d86655a5b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 04:59:19,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst used request id req-614536d3-e05a-49a5-9811-ac4d86655a5b 2018-10-06 04:59:19,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:19,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d8caa55e-94e0-4f37-a211-c0dea40817fc Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:19,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-d8caa55e-94e0-4f37-a211-c0dea40817fc 2018-10-06 04:59:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:19,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58db4c67-9a60-42c0-b2d9-5bf6e626189c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:19,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-58db4c67-9a60-42c0-b2d9-5bf6e626189c 2018-10-06 04:59:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:20,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e4c90443-da05-470c-9cf3-af529a83a8dc Date: Sat, 06 Oct 2018 04:59:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:20,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-e4c90443-da05-470c-9cf3-af529a83a8dc 2018-10-06 04:59:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:20,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d110ae0-3e0c-4ca5-a655-a000edd6c6f5 Date: Sat, 06 Oct 2018 04:59:20 GMT RESP BODY: {"ports":[]} 2018-10-06 04:59:20,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True used request id req-0d110ae0-3e0c-4ca5-a655-a000edd6c6f5 2018-10-06 04:59:20,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 04:59:20,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:20,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["UiSLeGO9QCCLE0x9WP6KsQ"], "issued_at": "2018-10-06T04:59:20.000000Z"}} 2018-10-06 04:59:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0c715754c087f0916e42c00afae59a45822f91" 2018-10-06 04:59:20,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46822589-b038-473d-ae68-495ff52962cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 04:59:20,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-46822589-b038-473d-ae68-495ff52962cd 2018-10-06 04:59:20,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:20,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6be7670e-3696-4740-867f-a715ea2b5a48 Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:20,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-6be7670e-3696-4740-867f-a715ea2b5a48 2018-10-06 04:59:20,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:21,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9038e556-c8e0-49ab-bce8-4b69fef78572 Date: Sat, 06 Oct 2018 04:59:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:21,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-9038e556-c8e0-49ab-bce8-4b69fef78572 2018-10-06 04:59:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:21,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4461c01b-2d3a-473c-98a9-9aeaedf5e5a2 Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:21,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-4461c01b-2d3a-473c-98a9-9aeaedf5e5a2 2018-10-06 04:59:21,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 04:59:21,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 04:59:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 04:59:21,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0c715754c087f0916e42c00afae59a45822f91" 2018-10-06 04:59:21,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5d3171-d9b6-431b-980e-0b0b5d47d020 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:21,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-fb5d3171-d9b6-431b-980e-0b0b5d47d020 2018-10-06 04:59:21,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:21,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d1dadcec-9dcf-476b-bb59-72dcf160c0f0 Date: Sat, 06 Oct 2018 04:59:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:21,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-d1dadcec-9dcf-476b-bb59-72dcf160c0f0 2018-10-06 04:59:21,423 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net 2018-10-06 04:59:21,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" -d '{"port": {"network_id": "6c6eb26b-f7af-4369-972d-f4efa38a9636", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port", "admin_state_up": true}}' 2018-10-06 04:59:22,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-97039ef0-d8f7-4bd7-8f20-5ec2202d5c45 Date: Sat, 06 Oct 2018 04:59:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","project_id":"61f9c609c7414db88e64b365c38856c1","qos_policy_id":null,"admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal"}} 2018-10-06 04:59:22,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-97039ef0-d8f7-4bd7-8f20-5ec2202d5c45 2018-10-06 04:59:22,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-43b7dde4-aef2-4047-afaa-73701d25bdc4 Date: Sat, 06 Oct 2018 04:59:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:22,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-43b7dde4-aef2-4047-afaa-73701d25bdc4 2018-10-06 04:59:22,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467a9055-f591-46e6-b4f7-e0f49f0870fb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:22,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-467a9055-f591-46e6-b4f7-e0f49f0870fb 2018-10-06 04:59:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1b19e77c-9673-44af-a662-2942f8e404e3 Date: Sat, 06 Oct 2018 04:59:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:22,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-1b19e77c-9673-44af-a662-2942f8e404e3 2018-10-06 04:59:22,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-4e8b4293-8612-4ba6-a5d9-a6f792c22faa Date: Sat, 06 Oct 2018 04:59:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 04:59:22,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port&admin_state_up=True used request id req-4e8b4293-8612-4ba6-a5d9-a6f792c22faa 2018-10-06 04:59:22,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-445ce43a-4a31-4faf-bc62-939ca7bed9f5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:22,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-445ce43a-4a31-4faf-bc62-939ca7bed9f5 2018-10-06 04:59:22,769 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst 2018-10-06 04:59:22,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2d88c46-2570-451c-a0ed-b58598c90f86 x-compute-request-id: req-b2d88c46-2570-451c-a0ed-b58598c90f86 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-flavor-name"}]} 2018-10-06 04:59:22,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b2d88c46-2570-451c-a0ed-b58598c90f86 2018-10-06 04:59:22,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dbe8734-b531-461b-a5bd-d9757d7d64ab x-compute-request-id: req-4dbe8734-b531-461b-a5bd-d9757d7d64ab Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 04:59:22,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a used request id req-4dbe8734-b531-461b-a5bd-d9757d7d64ab 2018-10-06 04:59:22,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:22,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-8f90c568-25fb-4534-89f2-6ce362a08c9d Date: Sat, 06 Oct 2018 04:59:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T04:59:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T04:59:11Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "metadata": {}}], "self": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "min_disk": 0, "protected": false, "id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "file": "/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "61f9c609c7414db88e64b365c38856c1", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image"} 2018-10-06 04:59:22,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image used request id req-8f90c568-25fb-4534-89f2-6ce362a08c9d 2018-10-06 04:59:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:23,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-17bd2578-0418-423a-9b61-622afdc61645 Date: Sat, 06 Oct 2018 04:59:23 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", "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-10-06 04:59:23,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-17bd2578-0418-423a-9b61-622afdc61645 2018-10-06 04:59:23,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" -d '{"server": {"name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "imageRef": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "flavorRef": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "max_count": 1, "min_count": 1, "networks": [{"port": "1a64fdfb-829a-4d81-b286-2a02e93d82cd"}]}}' 2018-10-06 04:59:24,329 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb3d380f-a975-4859-8dcd-e07f92ba5704 x-compute-request-id: req-eb3d380f-a975-4859-8dcd-e07f92ba5704 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "adminPass": "6DewHmDtAuco"}} 2018-10-06 04:59:24,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-eb3d380f-a975-4859-8dcd-e07f92ba5704 2018-10-06 04:59:24,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:24,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22445f3b-0cb6-4b8a-bf8b-c1b37887a8b9 x-compute-request-id: req-22445f3b-0cb6-4b8a-bf8b-c1b37887a8b9 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.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:59:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:24,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-22445f3b-0cb6-4b8a-bf8b-c1b37887a8b9 2018-10-06 04:59:24,543 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst 2018-10-06 04:59:24,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:24,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8bb979e-7ab7-4f28-af26-df1e119597f7 x-compute-request-id: req-f8bb979e-7ab7-4f28-af26-df1e119597f7 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.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:59:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:24,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-f8bb979e-7ab7-4f28-af26-df1e119597f7 2018-10-06 04:59:24,751 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - BUILD 2018-10-06 04:59:24,751 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:59:27,754 - create_instance - DEBUG - VM status query timeout in 896.788542032 2018-10-06 04:59:27,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:28,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73f48cbd-0520-45a4-bbfc-76478d8b29bd x-compute-request-id: req-73f48cbd-0520-45a4-bbfc-76478d8b29bd Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T04:59:25Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:28,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-73f48cbd-0520-45a4-bbfc-76478d8b29bd 2018-10-06 04:59:28,521 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - BUILD 2018-10-06 04:59:28,521 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:59:31,522 - create_instance - DEBUG - VM status query timeout in 893.020819902 2018-10-06 04:59:31,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:32,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-d0bfa408-d996-4974-9603-61e7567648db x-compute-request-id: req-d0bfa408-d996-4974-9603-61e7567648db Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:29Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:32,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-d0bfa408-d996-4974-9603-61e7567648db 2018-10-06 04:59:32,306 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - ACTIVE 2018-10-06 04:59:32,306 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:59:32,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-89a247cb-0aef-462d-b9fb-bfd246e310de x-compute-request-id: req-89a247cb-0aef-462d-b9fb-bfd246e310de Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:29Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:33,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-89a247cb-0aef-462d-b9fb-bfd246e310de 2018-10-06 04:59:33,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d30e25d5-e959-45bb-84ca-7ae86ecc310a Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:33,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-d30e25d5-e959-45bb-84ca-7ae86ecc310a 2018-10-06 04:59:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e2fa68-4174-4e29-9fe1-9ca502c0039d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:33,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-e9e2fa68-4174-4e29-9fe1-9ca502c0039d 2018-10-06 04:59:33,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a2647036-8b61-4e81-a308-d1cf37a65e7d Date: Sat, 06 Oct 2018 04:59:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:33,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-a2647036-8b61-4e81-a308-d1cf37a65e7d 2018-10-06 04:59:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-47ebf26f-1447-4a68-85ce-bd886a599c18 Date: Sat, 06 Oct 2018 04:59:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:33,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-47ebf26f-1447-4a68-85ce-bd886a599c18 2018-10-06 04:59:33,593 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,781 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:33 GMT Server: Apache x-compute-request-id: req-71334559-4442-45f6-9daf-fc785ce5e33a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71334559-4442-45f6-9daf-fc785ce5e33a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}, {"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:16.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}]} 2018-10-06 04:59:33,781 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail used request id req-71334559-4442-45f6-9daf-fc785ce5e33a 2018-10-06 04:59:33,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:33,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad3b6a9-e383-4eae-be68-184fe08950ef Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:33,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-5ad3b6a9-e383-4eae-be68-184fe08950ef 2018-10-06 04:59:33,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:34,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f6049be-8bc2-4ee0-a154-a97e829e7be2 x-compute-request-id: req-7f6049be-8bc2-4ee0-a154-a97e829e7be2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:29Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:34,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-7f6049be-8bc2-4ee0-a154-a97e829e7be2 2018-10-06 04:59:34,202 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - ACTIVE 2018-10-06 04:59:34,202 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:59:34,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:34,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-028c6b2b-74e0-4fa6-8267-5a0bd92f82cb x-compute-request-id: req-028c6b2b-74e0-4fa6-8267-5a0bd92f82cb Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:29Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:34,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-028c6b2b-74e0-4fa6-8267-5a0bd92f82cb 2018-10-06 04:59:34,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:35,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c3c77d0e-c090-4a8a-8ce6-c2204de57d94 Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:35,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-c3c77d0e-c090-4a8a-8ce6-c2204de57d94 2018-10-06 04:59:35,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:35,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0f5086-2dff-4c4a-bf8a-2d8265353515 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:35,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-bf0f5086-2dff-4c4a-bf8a-2d8265353515 2018-10-06 04:59:35,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:35,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c9c75698-1dcd-49ac-9feb-b04c968a8a1a Date: Sat, 06 Oct 2018 04:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:35,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-c9c75698-1dcd-49ac-9feb-b04c968a8a1a 2018-10-06 04:59:35,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:35,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-1cead742-2721-4c34-94f9-b9a1fbbf114f Date: Sat, 06 Oct 2018 04:59:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:35,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-1cead742-2721-4c34-94f9-b9a1fbbf114f 2018-10-06 04:59:35,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" -d '{"volumeAttachment": {"volumeId": "714b5821-ff27-4542-b01d-018fbb80804b"}}' 2018-10-06 04:59:36,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a4ae46b-4c6e-415e-86ce-7ef604dcdfbb x-compute-request-id: req-1a4ae46b-4c6e-415e-86ce-7ef604dcdfbb Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "id": "714b5821-ff27-4542-b01d-018fbb80804b", "volumeId": "714b5821-ff27-4542-b01d-018fbb80804b"}} 2018-10-06 04:59:36,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments used request id req-1a4ae46b-4c6e-415e-86ce-7ef604dcdfbb 2018-10-06 04:59:36,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:37,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-164b84f6-96aa-4924-93a5-f1f8530a562a x-compute-request-id: req-164b84f6-96aa-4924-93a5-f1f8530a562a Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:29Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}], "metadata": {}}} 2018-10-06 04:59:37,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-164b84f6-96aa-4924-93a5-f1f8530a562a 2018-10-06 04:59:37,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:37,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-251540a7-b442-44ad-9b0d-730e0feb8abd Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:37,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-251540a7-b442-44ad-9b0d-730e0feb8abd 2018-10-06 04:59:37,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:37,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a371a83d-b9a5-4a8d-987b-976c7cde6beb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:37,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-a371a83d-b9a5-4a8d-987b-976c7cde6beb 2018-10-06 04:59:37,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:37,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-10fcef70-3c1e-44d1-b2f5-86f4e2c8470b Date: Sat, 06 Oct 2018 04:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:37,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-10fcef70-3c1e-44d1-b2f5-86f4e2c8470b 2018-10-06 04:59:37,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:37,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-ded0f437-4506-4a2f-ab76-f6eb9ca2c79d Date: Sat, 06 Oct 2018 04:59:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:37,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-ded0f437-4506-4a2f-ab76-f6eb9ca2c79d 2018-10-06 04:59:37,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71334559-4442-45f6-9daf-fc785ce5e33a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:38,064 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:37 GMT Server: Apache x-compute-request-id: req-0b6efcb7-6e35-4bc8-87c2-80c14c8c5f19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b6efcb7-6e35-4bc8-87c2-80c14c8c5f19 Content-Encoding: gzip Content-Length: 543 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}, {"status": "attaching", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:36.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}]} 2018-10-06 04:59:38,065 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/detail used request id req-0b6efcb7-6e35-4bc8-87c2-80c14c8c5f19 2018-10-06 04:59:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:38,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd1981a-a0ec-45c3-9979-3a36cfa3b0f8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:38,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-1cd1981a-a0ec-45c3-9979-3a36cfa3b0f8 2018-10-06 04:59:38,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:38,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ff9ff86-3acd-48f7-a608-c280ed57e709 x-compute-request-id: req-1ff9ff86-3acd-48f7-a608-c280ed57e709 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:37Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}], "metadata": {}}} 2018-10-06 04:59:38,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-1ff9ff86-3acd-48f7-a608-c280ed57e709 2018-10-06 04:59:38,616 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - ACTIVE 2018-10-06 04:59:38,617 - create_instance - INFO - VM is - ACTIVE 2018-10-06 04:59:38,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:39,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f9d516a-a108-45bc-8da4-0810fbb85fae x-compute-request-id: req-9f9d516a-a108-45bc-8da4-0810fbb85fae Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:37Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}], "metadata": {}}} 2018-10-06 04:59:39,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-9f9d516a-a108-45bc-8da4-0810fbb85fae 2018-10-06 04:59:39,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:39,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7265e8eb-f14d-4e19-8e59-1fdd629f184e Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:39,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-7265e8eb-f14d-4e19-8e59-1fdd629f184e 2018-10-06 04:59:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:39,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a964f2a-1a49-4f47-b5db-4cb6acb9c2f6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:39,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-2a964f2a-1a49-4f47-b5db-4cb6acb9c2f6 2018-10-06 04:59:39,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:39,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5863e531-b994-4594-bc49-8a0cac43adfd Date: Sat, 06 Oct 2018 04:59:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:39,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-5863e531-b994-4594-bc49-8a0cac43adfd 2018-10-06 04:59:39,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:39,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-ec669a05-0419-403b-b08d-2cea22df516c Date: Sat, 06 Oct 2018 04:59:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:39,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-ec669a05-0419-403b-b08d-2cea22df516c 2018-10-06 04:59:39,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" -d '{"volumeAttachment": {"volumeId": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}}' 2018-10-06 04:59:40,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-7cd07fcc-3947-4241-8e39-f9c435b24b2e x-compute-request-id: req-7cd07fcc-3947-4241-8e39-f9c435b24b2e Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "volumeId": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}} 2018-10-06 04:59:40,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments used request id req-7cd07fcc-3947-4241-8e39-f9c435b24b2e 2018-10-06 04:59:40,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:41,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59: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-aeda7b10-5d07-40ce-863c-572a76f7ce96 x-compute-request-id: req-aeda7b10-5d07-40ce-863c-572a76f7ce96 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:37Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}, {"id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "metadata": {}}} 2018-10-06 04:59:41,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-aeda7b10-5d07-40ce-863c-572a76f7ce96 2018-10-06 04:59:41,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:41,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fc11b75d-c2e0-44a9-8163-a723e6499dd7 Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:41,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-fc11b75d-c2e0-44a9-8163-a723e6499dd7 2018-10-06 04:59:41,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:41,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0acd8d5-96b9-403a-bc5a-baa0ec10c3a5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 04:59:41,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-d0acd8d5-96b9-403a-bc5a-baa0ec10c3a5 2018-10-06 04:59:41,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:41,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0652fd62-62f0-474a-b08c-805ba7a75a9d Date: Sat, 06 Oct 2018 04:59:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:41,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-0652fd62-62f0-474a-b08c-805ba7a75a9d 2018-10-06 04:59:41,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:41,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-364da5ff-9174-4f37-9d1d-5a0416271ee1 Date: Sat, 06 Oct 2018 04:59:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:41,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-364da5ff-9174-4f37-9d1d-5a0416271ee1 2018-10-06 04:59:41,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 04:59:42,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81cb5addf4034ec8b88a3287464c04d5", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj-role"}], "expires_at": "2018-10-06T05:59:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61f9c609c7414db88e64b365c38856c1", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/61f9c609c7414db88e64b365c38856c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-85533a99-ae24-480-user", "id": "aca6d273473b4453bc9a50d50e67d3e2"}, "audit_ids": ["Nzs_MwBBS9uo9kJCD7NqZw"], "issued_at": "2018-10-06T04:59:42.000000Z"}} 2018-10-06 04:59:42,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6be9db47e7cca09246b300fb4b415e4c0e076d" 2018-10-06 04:59:42,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-59184702-7211-41a9-9eb4-1dd681141e66 x-compute-request-id: req-59184702-7211-41a9-9eb4-1dd681141e66 Content-Encoding: gzip Content-Length: 803 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:a3:02", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "security_groups": [{"name": "default"}], "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:41Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}, {"id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "metadata": {}}]} 2018-10-06 04:59:42,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst used request id req-59184702-7211-41a9-9eb4-1dd681141e66 2018-10-06 04:59:42,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6be9db47e7cca09246b300fb4b415e4c0e076d" 2018-10-06 04:59:42,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-55a044a4-0670-4706-ad48-2b2de9f4755f Date: Sat, 06 Oct 2018 04:59: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":["2d3f7252-a478-4990-8919-4379fc4e7908"],"updated_at":"2018-10-06T04:59:14Z","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"61f9c609c7414db88e64b365c38856c1","id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net"}]} 2018-10-06 04:59:42,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net used request id req-55a044a4-0670-4706-ad48-2b2de9f4755f 2018-10-06 04:59:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6be9db47e7cca09246b300fb4b415e4c0e076d" 2018-10-06 04:59:43,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2b784dba-e316-4c66-b66c-302687783fee Date: Sat, 06 Oct 2018 04:59:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","dns_nameservers":[],"updated_at":"2018-10-06T04:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"61f9c609c7414db88e64b365c38856c1","id":"2d3f7252-a478-4990-8919-4379fc4e7908","subnetpool_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet"}]} 2018-10-06 04:59:43,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-2b784dba-e316-4c66-b66c-302687783fee 2018-10-06 04:59:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6be9db47e7cca09246b300fb4b415e4c0e076d" 2018-10-06 04:59:43,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-bea11bad-510f-439a-a65b-e66d323e1230 Date: Sat, 06 Oct 2018 04:59:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.7"}],"id":"1a64fdfb-829a-4d81-b286-2a02e93d82cd","security_groups":["08d84ead-1b38-4452-ab75-d9053d559350"],"mac_address":"fa:16:3e:6e:a3:02","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:21Z","binding:vnic_type":"normal","device_id":"5edb8bfb-a7ed-492c-89d5-eb82854e1f85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.4"}],"id":"9505dc68-7c9c-4ef4-8667-2cada402b41a","security_groups":[],"mac_address":"fa:16:3e:45:65:e5","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.3"}],"id":"b725c77a-edb7-432b-bb70-c707f554d842","security_groups":[],"mac_address":"fa:16:3e:74:ec:cc","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6c6eb26b-f7af-4369-972d-f4efa38a9636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T04:59:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d3f7252-a478-4990-8919-4379fc4e7908","ip_address":"10.55.0.2"}],"id":"e4e6137a-c195-4a5d-9d1d-cab36a011942","security_groups":[],"mac_address":"fa:16:3e:5b:90:60","project_id":"61f9c609c7414db88e64b365c38856c1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6c6eb26b-f7af-4369-972d-f4efa38a9636","tenant_id":"61f9c609c7414db88e64b365c38856c1","created_at":"2018-10-06T04:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6c6eb26b-f7af-4369-972d-f4efa38a9636"}]} 2018-10-06 04:59:43,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-bea11bad-510f-439a-a65b-e66d323e1230 2018-10-06 04:59:43,347 - create_instance - INFO - Deleting Port with ID - 1a64fdfb-829a-4d81-b286-2a02e93d82cd 2018-10-06 04:59:43,347 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-port 2018-10-06 04:59:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/1a64fdfb-829a-4d81-b286-2a02e93d82cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:43,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac10d317-3de7-4bc2-88de-67936d57300c Date: Sat, 06 Oct 2018 04:59:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:59:43,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/1a64fdfb-829a-4d81-b286-2a02e93d82cd used request id req-ac10d317-3de7-4bc2-88de-67936d57300c 2018-10-06 04:59:43,795 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71334559-4442-45f6-9daf-fc785ce5e33a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:43,989 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:43 GMT Server: Apache x-compute-request-id: req-cebfb9a5-66cb-4031-8e95-5e7272fade98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cebfb9a5-66cb-4031-8e95-5e7272fade98 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [{"server_id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "attachment_id": "6945bf3e-d9d6-4709-ac68-06f9c88f5bca", "attached_at": "2018-10-06T04:59:38.000000", "host_name": null, "volume_id": "714b5821-ff27-4542-b01d-018fbb80804b", "device": "/dev/vdb", "id": "714b5821-ff27-4542-b01d-018fbb80804b"}], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:38.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 04:59:43,989 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-cebfb9a5-66cb-4031-8e95-5e7272fade98 2018-10-06 04:59:43,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:45,157 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59: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-ffe4081d-10da-42e1-92ec-507c13f32451 x-compute-request-id: req-ffe4081d-10da-42e1-92ec-507c13f32451 Content-Length: 0 Content-Type: application/json 2018-10-06 04:59:45,157 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments/714b5821-ff27-4542-b01d-018fbb80804b used request id req-ffe4081d-10da-42e1-92ec-507c13f32451 2018-10-06 04:59:45,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:45,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-e102e8c6-0f45-4dce-8e4b-343f36dfcfec x-compute-request-id: req-e102e8c6-0f45-4dce-8e4b-343f36dfcfec Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:41Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "714b5821-ff27-4542-b01d-018fbb80804b"}, {"id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "metadata": {}}} 2018-10-06 04:59:45,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-e102e8c6-0f45-4dce-8e4b-343f36dfcfec 2018-10-06 04:59:48,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:48,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c4a9f58-b9f1-4634-a9e4-abcf1e6b2395 x-compute-request-id: req-9c4a9f58-b9f1-4634-a9e4-abcf1e6b2395 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:41Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "metadata": {}}} 2018-10-06 04:59:48,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-9c4a9f58-b9f1-4634-a9e4-abcf1e6b2395 2018-10-06 04:59:48,527 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-71334559-4442-45f6-9daf-fc785ce5e33a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:48,728 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:48 GMT Server: Apache x-compute-request-id: req-0f4ac8e2-29a4-48bc-9180-76c26309408f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f4ac8e2-29a4-48bc-9180-76c26309408f Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [{"server_id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "attachment_id": "f649c3cc-6544-4290-a8f8-8a792f9f6dc6", "attached_at": "2018-10-06T04:59:41.000000", "host_name": null, "volume_id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "device": "/dev/vdc", "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:41.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 04:59:48,729 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-0f4ac8e2-29a4-48bc-9180-76c26309408f 2018-10-06 04:59:48,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:49,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0539ae80-45e5-464e-a2ed-67200abe1301 x-compute-request-id: req-0539ae80-45e5-464e-a2ed-67200abe1301 Content-Length: 0 Content-Type: application/json 2018-10-06 04:59:49,751 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85/os-volume_attachments/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-0539ae80-45e5-464e-a2ed-67200abe1301 2018-10-06 04:59:49,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:50,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04:59:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea42c7c0-a842-453b-8d54-a48207258ba1 x-compute-request-id: req-ea42c7c0-a842-453b-8d54-a48207258ba1 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:41Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [{"id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee"}], "metadata": {}}} 2018-10-06 04:59:50,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-ea42c7c0-a842-453b-8d54-a48207258ba1 2018-10-06 04:59:53,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:53,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-67965dfc-83d1-449c-8242-826eacaf86bc x-compute-request-id: req-67965dfc-83d1-449c-8242-826eacaf86bc 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.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:41Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:53,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-67965dfc-83d1-449c-8242-826eacaf86bc 2018-10-06 04:59:53,268 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst 2018-10-06 04:59:53,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:53,418 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 04:59:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a24ed38e-0d6a-49cf-a9c5-b2de4ca573bf x-compute-request-id: req-a24ed38e-0d6a-49cf-a9c5-b2de4ca573bf Content-Type: application/json 2018-10-06 04:59:53,419 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-a24ed38e-0d6a-49cf-a9c5-b2de4ca573bf 2018-10-06 04:59:53,419 - create_instance - INFO - Checking deletion status 2018-10-06 04:59:53,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:53,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 04: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-bd3a95ee-7f3e-4bd2-bf17-4c22058687da x-compute-request-id: req-bd3a95ee-7f3e-4bd2-bf17-4c22058687da Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "rel": "bookmark"}], "image": {"id": "fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "links": [{"href": "http://172.30.9.29:8774/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T04:59:24.000000", "flavor": {"id": "5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "links": [{"href": "http://172.30.9.29:8774/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a", "rel": "bookmark"}]}, "id": "5edb8bfb-a7ed-492c-89d5-eb82854e1f85", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T04:59:53Z", "hostId": "7a6e5170bfdcb98f80304da7bfd344144363cadbb8337ce0b6600e97", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst", "created": "2018-10-06T04:59:24Z", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 04:59:53,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-bd3a95ee-7f3e-4bd2-bf17-4c22058687da 2018-10-06 04:59:53,523 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst] is - ACTIVE 2018-10-06 04:59:53,524 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 04:59:56,526 - create_instance - DEBUG - VM status query timeout in 296.892774105 2018-10-06 04:59:56,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036732b0f21f79d176ad78699b35a9ad0b6bf7ef" 2018-10-06 04:59:56,580 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 04:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a460cb5-6e93-49d5-920a-12fe5f27cd67 x-compute-request-id: req-6a460cb5-6e93-49d5-920a-12fe5f27cd67 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5edb8bfb-a7ed-492c-89d5-eb82854e1f85 could not be found.", "code": 404}} 2018-10-06 04:59:56,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/5edb8bfb-a7ed-492c-89d5-eb82854e1f85 used request id req-6a460cb5-6e93-49d5-920a-12fe5f27cd67 2018-10-06 04:59:56,581 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5edb8bfb-a7ed-492c-89d5-eb82854e1f85 could not be found. (HTTP 404) (Request-ID: req-6a460cb5-6e93-49d5-920a-12fe5f27cd67) 2018-10-06 04:59:56,581 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-inst 2018-10-06 04:59:56,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d0b516f7607f84546395c58947db2738911fc6" 2018-10-06 04:59:56,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 04:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1484f128-6304-43c0-a128-8aef5ea0d80f x-compute-request-id: req-1484f128-6304-43c0-a128-8aef5ea0d80f Content-Length: 0 Content-Type: application/json 2018-10-06 04:59:56,622 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/5750c1a2-99b5-42bf-923c-1ac3a0b3734a used request id req-1484f128-6304-43c0-a128-8aef5ea0d80f 2018-10-06 04:59:56,623 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet 2018-10-06 04:59:56,623 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-subnet 2018-10-06 04:59:56,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/2d3f7252-a478-4990-8919-4379fc4e7908 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 04:59:59,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6fa93832-8974-4499-8694-3fdcf46a9616 Date: Sat, 06 Oct 2018 04:59:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 04:59:59,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2d3f7252-a478-4990-8919-4379fc4e7908 used request id req-6fa93832-8974-4499-8694-3fdcf46a9616 2018-10-06 04:59:59,050 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-pub-net 2018-10-06 04:59:59,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6c6eb26b-f7af-4369-972d-f4efa38a9636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9674336b77b56dd2a5e71aea84a46d3a09d13" 2018-10-06 05:00:00,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba77ab34-bb96-4afa-b72e-a464b32b6049 Date: Sat, 06 Oct 2018 05:00:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:00:00,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6c6eb26b-f7af-4369-972d-f4efa38a9636 used request id req-ba77ab34-bb96-4afa-b72e-a464b32b6049 2018-10-06 05:00:00,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 05:00:00,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:00 GMT Server: Apache x-compute-request-id: req-0aa70a55-b9cf-41f7-a946-124be5bce270 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0aa70a55-b9cf-41f7-a946-124be5bce270 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:49.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 05:00:00,418 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-0aa70a55-b9cf-41f7-a946-124be5bce270 2018-10-06 05:00:00,419 - create_volume - DEBUG - Instance status is - available 2018-10-06 05:00:00,419 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 05:00:00,419 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 05:00:00,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 05:00:00,640 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:00:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69838939-bbe1-460c-8a4d-53acc51341a0 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-10-06 05:00:00,640 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-69838939-bbe1-460c-8a4d-53acc51341a0 2018-10-06 05:00:00,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 05:00:00,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:00 GMT Server: Apache x-compute-request-id: req-ef3bfa4f-6ecd-4ef6-8f47-bfb608360001 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef3bfa4f-6ecd-4ef6-8f47-bfb608360001 Content-Encoding: gzip Content-Length: 484 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T05:00:00.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee", "size": 1}} 2018-10-06 05:00:00,859 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-ef3bfa4f-6ecd-4ef6-8f47-bfb608360001 2018-10-06 05:00:00,859 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 05:00:00,860 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 05:00:03,863 - create_volume - DEBUG - Volume status query timeout in 56.7773377895 2018-10-06 05:00:03,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91c6e8b1-3574-484c-88a5-f45ddf434c52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6e52eaa4a59c67d422378e9b461ab31ecddd162" 2018-10-06 05:00:04,070 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:00:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2752d6f1-d0b5-4131-9c06-b6c7e6a7f10d x-openstack-request-id: req-2752d6f1-d0b5-4131-9c06-b6c7e6a7f10d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee could not be found.", "code": 404}} 2018-10-06 05:00:04,070 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee used request id req-2752d6f1-d0b5-4131-9c06-b6c7e6a7f10d 2018-10-06 05:00:04,070 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f4c9ee08-e490-4a7c-89ea-6a10e3eb46ee could not be found. (HTTP 404) (Request-ID: req-2752d6f1-d0b5-4131-9c06-b6c7e6a7f10d) 2018-10-06 05:00:04,070 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-2 2018-10-06 05:00:04,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 05:00:04,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:04 GMT Server: Apache x-compute-request-id: req-d6298b98-360f-4cfa-b288-f203e63cdac4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6298b98-360f-4cfa-b288-f203e63cdac4 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T04:59:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 05:00:04,277 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-d6298b98-360f-4cfa-b288-f203e63cdac4 2018-10-06 05:00:04,278 - create_volume - DEBUG - Instance status is - available 2018-10-06 05:00:04,278 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 05:00:04,278 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 05:00:04,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 05:00:04,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:00:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7cdec1fb-d534-44bc-abb5-86e095e58e9b 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-10-06 05:00:04,663 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-7cdec1fb-d534-44bc-abb5-86e095e58e9b 2018-10-06 05:00:04,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 05:00:04,714 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:04 GMT Server: Apache x-compute-request-id: req-62960dfe-ee6a-4de5-8cbb-045871f1e62a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62960dfe-ee6a-4de5-8cbb-045871f1e62a Content-Encoding: gzip Content-Length: 484 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "aca6d273473b4453bc9a50d50e67d3e2", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "self"}, {"href": "http://172.30.9.29:8776/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-06T04:59:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "61f9c609c7414db88e64b365c38856c1", "updated_at": "2018-10-06T05:00:04.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "714b5821-ff27-4542-b01d-018fbb80804b", "size": 1}} 2018-10-06 05:00:04,714 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-62960dfe-ee6a-4de5-8cbb-045871f1e62a 2018-10-06 05:00:04,714 - create_volume - DEBUG - Instance status is - deleting 2018-10-06 05:00:04,714 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-06 05:00:07,718 - create_volume - DEBUG - Volume status query timeout in 56.9457099438 2018-10-06 05:00:07,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a20dc232-dc4f-4497-a37a-89c1bf3ace61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d029d200598ee9ba86d54fbcd5b275defce0da" 2018-10-06 05:00:07,918 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:00:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2eea8049-4c5b-4941-8fff-57191196da5a x-openstack-request-id: req-2eea8049-4c5b-4941-8fff-57191196da5a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 714b5821-ff27-4542-b01d-018fbb80804b could not be found.", "code": 404}} 2018-10-06 05:00:07,918 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/61f9c609c7414db88e64b365c38856c1/volumes/714b5821-ff27-4542-b01d-018fbb80804b used request id req-2eea8049-4c5b-4941-8fff-57191196da5a 2018-10-06 05:00:07,919 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 714b5821-ff27-4542-b01d-018fbb80804b could not be found. (HTTP 404) (Request-ID: req-2eea8049-4c5b-4941-8fff-57191196da5a) 2018-10-06 05:00:07,919 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-1 2018-10-06 05:00:07,920 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-012aaa10-614f-4ad1-9d23-7dd50921cb34-image 2018-10-06 05:00:07,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8176d5ac125bcc36a95d9fd340f2896a6f87522a" 2018-10-06 05:00:08,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4c72ca2-b485-4906-bbfc-70f38447b2a5 Date: Sat, 06 Oct 2018 05:00:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:00:08,981 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/fbf5dc69-5cd6-4da3-aa39-5971b009e5a0 used request id req-d4c72ca2-b485-4906-bbfc-70f38447b2a5 2018-10-06 05:00:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:09,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-aa57839a-467c-4338-b793-58c161e4edd7 Date: Sat, 06 Oct 2018 05:00:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "61f9c609c7414db88e64b365c38856c1", "created_at": "2018-10-06T04:59:13Z", "updated_at": "2018-10-06T04:59:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "revision_number": 0, "id": "4b17c484-ec78-47be-aabd-08a2b46ad1f0", "remote_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "remote_ip_prefix": null, "created_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "61f9c609c7414db88e64b365c38856c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "revision_number": 0, "id": "545c846c-4fef-4eae-82c1-fb1c901fe45d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "61f9c609c7414db88e64b365c38856c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "revision_number": 0, "id": "8832da83-e925-4dc6-bd2b-63db28de75a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "61f9c609c7414db88e64b365c38856c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "revision_number": 0, "id": "88f693de-2a8f-43d5-a8de-623f07baf059", "remote_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "remote_ip_prefix": null, "created_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "tenant_id": "61f9c609c7414db88e64b365c38856c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "61f9c609c7414db88e64b365c38856c1"}], "revision_number": 4, "project_id": "61f9c609c7414db88e64b365c38856c1", "id": "08d84ead-1b38-4452-ab75-d9053d559350", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:00:09,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-aa57839a-467c-4338-b793-58c161e4edd7 2018-10-06 05:00:09,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:09,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-367ce7c3-8dec-4dc2-944e-56661dd22c25 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1"}, "enabled": true, "id": "61f9c609c7414db88e64b365c38856c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-85533a99-ae24-480-proj"}} 2018-10-06 05:00:09,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-367ce7c3-8dec-4dc2-944e-56661dd22c25 2018-10-06 05:00:09,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d84ead-1b38-4452-ab75-d9053d559350 2018-10-06 05:00:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08d84ead-1b38-4452-ab75-d9053d559350 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:09,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e7b5b030-a67a-445a-8142-b3b60fbaaad3 Date: Sat, 06 Oct 2018 05:00:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "port_range_min": null, "revision_number": 0, "tenant_id": "61f9c609c7414db88e64b365c38856c1", "created_at": "2018-10-06T04:59:13Z", "project_id": "61f9c609c7414db88e64b365c38856c1", "id": "4b17c484-ec78-47be-aabd-08a2b46ad1f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "port_range_min": null, "revision_number": 0, "tenant_id": "61f9c609c7414db88e64b365c38856c1", "created_at": "2018-10-06T04:59:13Z", "project_id": "61f9c609c7414db88e64b365c38856c1", "id": "545c846c-4fef-4eae-82c1-fb1c901fe45d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "port_range_min": null, "revision_number": 0, "tenant_id": "61f9c609c7414db88e64b365c38856c1", "created_at": "2018-10-06T04:59:13Z", "project_id": "61f9c609c7414db88e64b365c38856c1", "id": "8832da83-e925-4dc6-bd2b-63db28de75a1"}, {"remote_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T04:59:13Z", "security_group_id": "08d84ead-1b38-4452-ab75-d9053d559350", "port_range_min": null, "revision_number": 0, "tenant_id": "61f9c609c7414db88e64b365c38856c1", "created_at": "2018-10-06T04:59:13Z", "project_id": "61f9c609c7414db88e64b365c38856c1", "id": "88f693de-2a8f-43d5-a8de-623f07baf059"}]} 2018-10-06 05:00:09,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=08d84ead-1b38-4452-ab75-d9053d559350 used request id req-e7b5b030-a67a-445a-8142-b3b60fbaaad3 2018-10-06 05:00:09,486 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:00:09,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/08d84ead-1b38-4452-ab75-d9053d559350 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:09,865 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b581fac0-9ed7-43ff-9049-cda3ed54aa33 Content-Length: 0 Date: Sat, 06 Oct 2018 05:00:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:00:09,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/08d84ead-1b38-4452-ab75-d9053d559350 used request id req-b581fac0-9ed7-43ff-9049-cda3ed54aa33 2018-10-06 05:00:09,866 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-85533a99-ae24-480-proj 2018-10-06 05:00:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:10,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed9b9d13-ec65-4308-b7b7-249b8058fed8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:10,120 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/61f9c609c7414db88e64b365c38856c1 used request id req-ed9b9d13-ec65-4308-b7b7-249b8058fed8 2018-10-06 05:00:10,121 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-85533a99-ae24-480-proj-role 2018-10-06 05:00:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:10,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e8f1bfe-8fb7-4fc2-b9fe-bd417cb7ea3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:10,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/81cb5addf4034ec8b88a3287464c04d5 used request id req-2e8f1bfe-8fb7-4fc2-b9fe-bd417cb7ea3f 2018-10-06 05:00:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9a1dcd504ba7988e367ddb5f1145f8e15d25ed" 2018-10-06 05:00:10,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48515c59-a9e2-4339-9dc4-3f07282a8412 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:00:10,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-48515c59-a9e2-4339-9dc4-3f07282a8412 2018-10-06 05:00:10,323 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-85533a99-ae24-480-user 2018-10-06 05:00:10,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/aca6d273473b4453bc9a50d50e67d3e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b482551f8f1dbc477d3cf6f2720edf9a0718a0" 2018-10-06 05:00:10,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6384ef-2a2d-4ab2-8f56-ca4485967b08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:10,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/aca6d273473b4453bc9a50d50e67d3e2 used request id req-7d6384ef-2a2d-4ab2-8f56-ca4485967b08 2018-10-06 05:00:10,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:11,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["FEQCEofJTZeFcv3fyoLD3A"], "issued_at": "2018-10-06T05:00:11.000000Z"}} 2018-10-06 05:00:11,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fb1037b81165f9a34bf7fbb8efd770b990ae8a" 2018-10-06 05:00:11,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd86ef25-8bdf-431f-8a39-2abc2a0fb738 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:11,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fd86ef25-8bdf-431f-8a39-2abc2a0fb738 2018-10-06 05:00:11,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:11,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:11,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mtmbzk4ESh2Xm01ALsyxVQ"], "issued_at": "2018-10-06T05:00:11.000000Z"}} 2018-10-06 05:00:11,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:11,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a83200-e578-45c5-b80d-24f2375d913e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:11,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-42a83200-e578-45c5-b80d-24f2375d913e 2018-10-06 05:00:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:00:11,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:00:11,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:11,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f477ebfb-c3fd-4645-a7b3-4f5526c44cfa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:00:11,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj used request id req-f477ebfb-c3fd-4645-a7b3-4f5526c44cfa 2018-10-06 05:00:11,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:11,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f611e6dd-04ad-44df-8228-b91fe8c453b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:00:11,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f611e6dd-04ad-44df-8228-b91fe8c453b4 2018-10-06 05:00:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}}' 2018-10-06 05:00:12,022 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3892c02a-2c6a-421e-8fa9-58a7aaa1d291 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423"}, "enabled": true, "id": "42dd8319b6064b59b3407c3e283ca423", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}} 2018-10-06 05:00:12,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-3892c02a-2c6a-421e-8fa9-58a7aaa1d291 2018-10-06 05:00:12,022 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-97f0d484-6aa3-42b-proj 2018-10-06 05:00:12,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:12,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:12,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QeTAExz0Taa80y_EScnVyw"], "issued_at": "2018-10-06T05:00:12.000000Z"}} 2018-10-06 05:00:12,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:12,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d444a5-04bc-473c-b464-b389f8f337fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:12,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-29d444a5-04bc-473c-b464-b389f8f337fe 2018-10-06 05:00:12,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:00:12,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:00:12,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:12,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5fa68a-a647-4f2b-ae78-0acf1c166cc7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:00:12,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5d5fa68a-a647-4f2b-ae78-0acf1c166cc7 2018-10-06 05:00:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:12,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-182f7454-7381-4287-a31a-46dc122ea6f5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423"}, "enabled": true, "id": "42dd8319b6064b59b3407c3e283ca423", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}]} 2018-10-06 05:00:12,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj used request id req-182f7454-7381-4287-a31a-46dc122ea6f5 2018-10-06 05:00:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:12,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002b1e55-3ab0-4d8d-97a7-ad76457cdab7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:00:12,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-002b1e55-3ab0-4d8d-97a7-ad76457cdab7 2018-10-06 05:00:13,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25594e07-af8b-45ff-aa53-4a0481c43753 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:00:13,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-25594e07-af8b-45ff-aa53-4a0481c43753 2018-10-06 05:00:13,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07cc9185-b13c-44a5-b228-7f1e581e8885 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423"}, "enabled": true, "id": "42dd8319b6064b59b3407c3e283ca423", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}]} 2018-10-06 05:00:13,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-97f0d484-6aa3-42b-proj used request id req-07cc9185-b13c-44a5-b228-7f1e581e8885 2018-10-06 05:00:13,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/136f0717c6c340279cb42ee461f697d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5354b5-d341-4d59-8499-07587d7c7e07 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-97f0d484-6aa3-42b-user", "links": {"self": "http://172.30.9.29:5000/v3/users/136f0717c6c340279cb42ee461f697d9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "136f0717c6c340279cb42ee461f697d9", "password_expires_at": null}} 2018-10-06 05:00:13,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/136f0717c6c340279cb42ee461f697d9 used request id req-5e5354b5-d341-4d59-8499-07587d7c7e07 2018-10-06 05:00:13,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494efe3b-d235-4b83-8ec2-1acd0796379b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:00:13,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles used request id req-494efe3b-d235-4b83-8ec2-1acd0796379b 2018-10-06 05:00:13,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d536213e-15c7-4d75-b141-c2472f5cb5c0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:00:13,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-d536213e-15c7-4d75-b141-c2472f5cb5c0 2018-10-06 05:00:13,626 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-97f0d484-6aa3-42b-proj 2018-10-06 05:00:13,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:13,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bb1c8d3-0c25-4e19-9a92-e0cabe674669 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:13,779 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-5bb1c8d3-0c25-4e19-9a92-e0cabe674669 2018-10-06 05:00:13,779 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-97f0d484-6aa3-42b-user 2018-10-06 05:00:13,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:13,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a054975-a91e-409a-b5b0-e865bfacb5a2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:00:13,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a054975-a91e-409a-b5b0-e865bfacb5a2 2018-10-06 05:00:13,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" -d '{"role": {"name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role"}}' 2018-10-06 05:00:13,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9af04241-d973-421b-bc1d-130a4365b41c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bcaedac65ef482f8cd753346d084ac7", "links": {"self": "http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7"}, "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role"}} 2018-10-06 05:00:13,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-9af04241-d973-421b-bc1d-130a4365b41c 2018-10-06 05:00:13,998 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role 2018-10-06 05:00:14,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:14,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7a8254-2389-4f2c-b62e-9ee765f016d5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7"}, "domain_id": null, "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role", "id": "5bcaedac65ef482f8cd753346d084ac7"}} 2018-10-06 05:00:14,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7 used request id req-cb7a8254-2389-4f2c-b62e-9ee765f016d5 2018-10-06 05:00:14,091 - keystone_utils - INFO - Granting role CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role to project CreateStackSuccessTests-97f0d484-6aa3-42b-proj 2018-10-06 05:00:14,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles/5bcaedac65ef482f8cd753346d084ac7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:14,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-883c7acc-3255-49ce-adfe-307a18b93534 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:14,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423/users/136f0717c6c340279cb42ee461f697d9/roles/5bcaedac65ef482f8cd753346d084ac7 used request id req-883c7acc-3255-49ce-adfe-307a18b93534 2018-10-06 05:00:14,253 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:00:14,261 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:00:14,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:14,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:14,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "5bcaedac65ef482f8cd753346d084ac7", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role"}], "expires_at": "2018-10-06T06:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42dd8319b6064b59b3407c3e283ca423", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-user", "id": "136f0717c6c340279cb42ee461f697d9"}, "audit_ids": ["MHmPNvrCQqi0Cp6gGVi0rg"], "issued_at": "2018-10-06T05:00:14.000000Z"}} 2018-10-06 05:00:14,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:14,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea293898-3cda-4166-a795-49da0b87d1db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:14,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ea293898-3cda-4166-a795-49da0b87d1db 2018-10-06 05:00:14,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:14,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-17ad61da-ceda-4993-b0f5-7f799b81cea9 Date: Sat, 06 Oct 2018 05:00:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image"} 2018-10-06 05:00:14,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image used request id req-17ad61da-ceda-4993-b0f5-7f799b81cea9 2018-10-06 05:00:14,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:15,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a4ecb73c-5007-4440-936d-f50d314d3827 Date: Sat, 06 Oct 2018 05:00: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", "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-10-06 05:00:15,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a4ecb73c-5007-4440-936d-f50d314d3827 2018-10-06 05:00:15,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image"}' 2018-10-06 05:00:15,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb X-Openstack-Request-Id: req-472622b8-5ddc-4399-9d18-b8ac77e372a7 Date: Sat, 06 Oct 2018 05:00:15 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:00:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:00:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb", "min_disk": 0, "protected": false, "id": "308ab3ae-b668-41be-9d23-a3b79423f9cb", "file": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/file", "checksum": null, "owner": "42dd8319b6064b59b3407c3e283ca423", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:00:15,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-472622b8-5ddc-4399-9d18-b8ac77e372a7 2018-10-06 05:00:15,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" -d '' 2018-10-06 05:00:17,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-797f9492-fed6-4300-8b53-655f82af7e49 Date: Sat, 06 Oct 2018 05:00:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:00:17,439 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/file used request id req-797f9492-fed6-4300-8b53-655f82af7e49 2018-10-06 05:00:17,440 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:00:17,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:17,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-3bcdae7f-42e3-4966-83e0-4d984a530570 Date: Sat, 06 Oct 2018 05:00:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:00:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:00:17Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/snap", "metadata": {}}], "self": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb", "min_disk": 0, "protected": false, "id": "308ab3ae-b668-41be-9d23-a3b79423f9cb", "file": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42dd8319b6064b59b3407c3e283ca423", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:00:17,604 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb used request id req-3bcdae7f-42e3-4966-83e0-4d984a530570 2018-10-06 05:00:17,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:17,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9a07687e-2f3d-4935-91e9-076875542e94 Date: Sat, 06 Oct 2018 05:00: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", "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-10-06 05:00:17,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9a07687e-2f3d-4935-91e9-076875542e94 2018-10-06 05:00:17,765 - create_image - INFO - Created image with name - CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image 2018-10-06 05:00:17,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:17,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-629caea4-9692-4c5b-b8f6-b276f34ba314 Date: Sat, 06 Oct 2018 05:00:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:00:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:00:17Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/snap", "metadata": {}}], "self": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb", "min_disk": 0, "protected": false, "id": "308ab3ae-b668-41be-9d23-a3b79423f9cb", "file": "/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42dd8319b6064b59b3407c3e283ca423", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/308ab3ae-b668-41be-9d23-a3b79423f9cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:00:17,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb used request id req-629caea4-9692-4c5b-b8f6-b276f34ba314 2018-10-06 05:00:17,932 - create_image - DEBUG - Instance status is - active 2018-10-06 05:00:17,932 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image 2018-10-06 05:00:17,932 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image 2018-10-06 05:00:17,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:17,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:18,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6L8kwC0lSvCnsfX5yKHyrg"], "issued_at": "2018-10-06T05:00:18.000000Z"}} 2018-10-06 05:00:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6bb72f46403ad8af6fadc817972fae31b1dd50" 2018-10-06 05:00:18,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0899aaa1-a1f3-4ddf-be64-401d0b252714 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:18,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0899aaa1-a1f3-4ddf-be64-401d0b252714 2018-10-06 05:00:18,399 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:00:18,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6bb72f46403ad8af6fadc817972fae31b1dd50" 2018-10-06 05:00:18,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97d39c16-a38f-4992-a7eb-5a1075f8f189 x-compute-request-id: req-97d39c16-a38f-4992-a7eb-5a1075f8f189 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:00:18,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-97d39c16-a38f-4992-a7eb-5a1075f8f189 2018-10-06 05:00:18,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6bb72f46403ad8af6fadc817972fae31b1dd50" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-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-10-06 05:00:18,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-51d9e8b4-003d-4569-b8a9-cfd5de1a3f0f x-compute-request-id: req-51d9e8b4-003d-4569-b8a9-cfd5de1a3f0f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8ecfac94-dde0-40b8-a93c-1b5d44ef6ba4", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8ecfac94-dde0-40b8-a93c-1b5d44ef6ba4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ecfac94-dde0-40b8-a93c-1b5d44ef6ba4", "name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:00:18,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-51d9e8b4-003d-4569-b8a9-cfd5de1a3f0f 2018-10-06 05:00:18,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:18,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:19,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "5bcaedac65ef482f8cd753346d084ac7", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role"}], "expires_at": "2018-10-06T06:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42dd8319b6064b59b3407c3e283ca423", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-user", "id": "136f0717c6c340279cb42ee461f697d9"}, "audit_ids": ["Mr-pejnER_Gd7dtfaTwCJw"], "issued_at": "2018-10-06T05:00:19.000000Z"}} 2018-10-06 05:00:19,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:19,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a581f756-c821-4933-8668-e33033b2f579 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:19,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a581f756-c821-4933-8668-e33033b2f579 2018-10-06 05:00:19,169 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:00:19,172 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:00:19,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:19,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:19 GMT Server: Apache x-openstack-request-id: req-cd164ab7-4a95-49fb-b7f5-071004b70b45 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:00:19,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack used request id req-cd164ab7-4a95-49fb-b7f5-071004b70b45 2018-10-06 05:00:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-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-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}}' 2018-10-06 05:00:22,471 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:00:19 GMT Server: Apache x-openstack-request-id: req-a59b39a1-98f5-49d7-9831-f606aa3736b8 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}]}} 2018-10-06 05:00:22,471 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks used request id req-a59b39a1-98f5-49d7-9831-f606aa3736b8 2018-10-06 05:00:22,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:23,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:22 GMT Server: Apache x-openstack-request-id: req-a086886e-5d38-43b9-a3bc-a5eedc0e5bdb Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:23,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:23 GMT Server: Apache x-openstack-request-id: req-7f5647e2-1075-44ee-ace6-cf961e23b524 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:23,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-7f5647e2-1075-44ee-ace6-cf961e23b524 2018-10-06 05:00:23,069 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack 2018-10-06 05:00:23,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:23,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:23 GMT Server: Apache x-openstack-request-id: req-199bcf2c-2078-4f9b-8c6c-a841b339117a Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:24,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:23 GMT Server: Apache x-openstack-request-id: req-2fc9a53e-2a4a-4c25-8182-9e7a7c12411d 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:24,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-2fc9a53e-2a4a-4c25-8182-9e7a7c12411d 2018-10-06 05:00:24,253 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:00:24,253 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:00:27,256 - create_stack - DEBUG - Stack status query timeout in 1195.81262207 2018-10-06 05:00:27,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:27,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:27 GMT Server: Apache x-openstack-request-id: req-84910edb-846d-44e7-9fed-a36147222a7e Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:28,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:27 GMT Server: Apache x-openstack-request-id: req-cfa9c942-66cc-4943-96f4-0b0d21d45de2 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:28,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-cfa9c942-66cc-4943-96f4-0b0d21d45de2 2018-10-06 05:00:28,404 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:00:28,405 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:00:31,408 - create_stack - DEBUG - Stack status query timeout in 1191.66120291 2018-10-06 05:00:31,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:31,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:31 GMT Server: Apache x-openstack-request-id: req-8f1e3046-1ad4-4293-a8ba-5f8fbd53f75b Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:32,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:31 GMT Server: Apache x-openstack-request-id: req-a69b30d2-cece-4750-8561-1bb987baacf1 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:32,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-a69b30d2-cece-4750-8561-1bb987baacf1 2018-10-06 05:00:32,516 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:00:32,516 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:00:35,519 - create_stack - DEBUG - Stack status query timeout in 1187.54981995 2018-10-06 05:00:35,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:36,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:35 GMT Server: Apache x-openstack-request-id: req-3488b34c-a96c-466b-80bf-467cfad76302 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:36,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:36 GMT Server: Apache x-openstack-request-id: req-0706f994-da76-493a-8b8a-658c1065902a 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:36,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-0706f994-da76-493a-8b8a-658c1065902a 2018-10-06 05:00:36,105 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:00:36,105 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:00:39,108 - create_stack - DEBUG - Stack status query timeout in 1183.9606421 2018-10-06 05:00:39,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:39,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:39 GMT Server: Apache x-openstack-request-id: req-1a747d02-5733-4a8c-abea-52733fcd31e9 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:39,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:39 GMT Server: Apache x-openstack-request-id: req-68fa2e52-aed1-44b1-926d-100123c17afc 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:39,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-68fa2e52-aed1-44b1-926d-100123c17afc 2018-10-06 05:00:39,711 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:00:39,712 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack 2018-10-06 05:00:39,712 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack 2018-10-06 05:00:39,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:40,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "5bcaedac65ef482f8cd753346d084ac7", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role"}], "expires_at": "2018-10-06T06:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42dd8319b6064b59b3407c3e283ca423", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/42dd8319b6064b59b3407c3e283ca423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-user", "id": "136f0717c6c340279cb42ee461f697d9"}, "audit_ids": ["oyNFj4bmSgad6JSmodZsLA"], "issued_at": "2018-10-06T05:00:40.000000Z"}} 2018-10-06 05:00:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:40,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:40 GMT Server: Apache x-openstack-request-id: req-4727bbf4-ee8f-4171-82d0-7f9405838a4b Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:41,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:40 GMT Server: Apache x-openstack-request-id: req-f374ff6f-e935-47ec-b32f-345c85de48c1 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:41,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-f374ff6f-e935-47ec-b32f-345c85de48c1 2018-10-06 05:00:41,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:41,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:41 GMT Server: Apache x-openstack-request-id: req-4d267eaf-4fbc-4f11-bc8c-c6294c8ad763 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:41,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:41 GMT Server: Apache x-openstack-request-id: req-f41ba9c7-be38-4f2d-9db3-d4da2e3938f2 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:41,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-f41ba9c7-be38-4f2d-9db3-d4da2e3938f2 2018-10-06 05:00:41,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:42,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:41 GMT Server: Apache x-openstack-request-id: req-0447a35c-ddc8-4f4f-905d-0381e2b84181 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:42,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:42 GMT Server: Apache x-openstack-request-id: req-a8a2ff53-4e8e-4878-be49-d4941fcce3f0 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:42,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-a8a2ff53-4e8e-4878-be49-d4941fcce3f0 2018-10-06 05:00:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:43,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:42 GMT Server: Apache x-openstack-request-id: req-e578c50c-2084-49ee-b94c-a54e4173b8cc Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:43,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:43 GMT Server: Apache x-openstack-request-id: req-b0e2e6f7-5a5b-4a3f-a271-adbf03baeccd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:43,315 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b0e2e6f7-5a5b-4a3f-a271-adbf03baeccd 2018-10-06 05:00:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:43,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:43 GMT Server: Apache x-openstack-request-id: req-4a61ed0a-f6a2-4aaa-bd2f-723bbd8e30e2 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:44,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:43 GMT Server: Apache x-openstack-request-id: req-d8ebc973-2555-4215-9533-49496cab6b95 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:44,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-d8ebc973-2555-4215-9533-49496cab6b95 2018-10-06 05:00:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:44,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:44 GMT Server: Apache x-openstack-request-id: req-e8ca603c-6151-4c17-a5a2-b1964facbe98 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:44,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:44 GMT Server: Apache x-openstack-request-id: req-61619f60-a78e-4801-98ed-309b6011462f 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:44,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-61619f60-a78e-4801-98ed-309b6011462f 2018-10-06 05:00:44,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:44,559 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:44 GMT Server: Apache x-openstack-request-id: req-4139294e-9b52-4336-9301-ba3f5e998798 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:44,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:44 GMT Server: Apache x-openstack-request-id: req-e73f69c5-2a05-4856-bf62-b674f8c303dc 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:44,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-e73f69c5-2a05-4856-bf62-b674f8c303dc 2018-10-06 05:00:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:45,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:44 GMT Server: Apache x-openstack-request-id: req-bbfc2083-04cc-4d72-9c17-bb72a47e49a1 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:45,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:45 GMT Server: Apache x-openstack-request-id: req-6b2bf903-5ab8-45fe-b0a9-53e9f4572626 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:45,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-6b2bf903-5ab8-45fe-b0a9-53e9f4572626 2018-10-06 05:00:45,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:45,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:45 GMT Server: Apache x-openstack-request-id: req-6f27978c-03ef-469d-92a9-810789b595cf Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:46,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:45 GMT Server: Apache x-openstack-request-id: req-d83bdc94-0cb9-4531-a0d5-5efd261d458e 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:46,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-d83bdc94-0cb9-4531-a0d5-5efd261d458e 2018-10-06 05:00:46,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:46,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:46 GMT Server: Apache x-openstack-request-id: req-012af5ea-9af8-47a0-ab6b-e310fd0b5db6 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:46,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:46 GMT Server: Apache x-openstack-request-id: req-0e2d6d83-3f3b-4c52-b75b-c3eec905f488 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:46,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-0e2d6d83-3f3b-4c52-b75b-c3eec905f488 2018-10-06 05:00:46,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:47,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:46 GMT Server: Apache x-openstack-request-id: req-ed6f06d3-6d12-49c3-8e04-cc92090901c2 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-b88680b3-f5a6-4eba-97a8-4bcd65342d01 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:47,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b88680b3-f5a6-4eba-97a8-4bcd65342d01 2018-10-06 05:00:47,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:47,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-423e85d3-3818-407d-8215-ae7d0078bd84 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-6d83f464-6a0f-4bcf-b79d-45b510901525 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-6d83f464-6a0f-4bcf-b79d-45b510901525 2018-10-06 05:00:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:48,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-0f8d59bd-1860-4718-9410-f3a653e446bb Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-bcedb1ef-ccb2-42b1-8438-08027002b02c 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-bcedb1ef-ccb2-42b1-8438-08027002b02c 2018-10-06 05:00:48,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:48,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-45a92ccd-0140-4f5c-85a5-3d7b17440c00 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-18ee5fb6-c21b-4afb-a556-aab39ca5c2f5 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-18ee5fb6-c21b-4afb-a556-aab39ca5c2f5 2018-10-06 05:00:48,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:48,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-28c42fc9-f082-42eb-8068-4c6662e20c48 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-7609b18d-513c-463a-ad51-a4ea38fd861d 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-7609b18d-513c-463a-ad51-a4ea38fd861d 2018-10-06 05:00:48,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:48,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-2c238967-744c-4653-b166-61d8ab6cee51 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-4bf545ca-e842-485e-9d90-f665f23327df 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-4bf545ca-e842-485e-9d90-f665f23327df 2018-10-06 05:00:48,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:48,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-8cac82d5-0d54-4ef1-811c-239390c4eff8 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:48,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-c300c9b1-a3c1-4789-b6c1-28e7b81f3179 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:48,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-c300c9b1-a3c1-4789-b6c1-28e7b81f3179 2018-10-06 05:00:48,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:49,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:48 GMT Server: Apache x-openstack-request-id: req-b91ea9e4-a257-4609-a3f7-755ba1c8d5c8 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:49,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:49 GMT Server: Apache x-openstack-request-id: req-04d076f9-4473-47f4-90d0-b9b9da1bd586 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:49,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-04d076f9-4473-47f4-90d0-b9b9da1bd586 2018-10-06 05:00:49,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:49,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:49 GMT Server: Apache x-openstack-request-id: req-effecd01-2bc0-4d80-9379-96fd29c5b180 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:49 GMT Server: Apache x-openstack-request-id: req-020dfadb-57ce-4892-bc84-27e0e9bd83b2 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-020dfadb-57ce-4892-bc84-27e0e9bd83b2 2018-10-06 05:00:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-43b6ff4c-b4eb-450d-abdb-306c89b64f3b Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-b381ec4d-e303-482f-810a-bec3e354caf7 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b381ec4d-e303-482f-810a-bec3e354caf7 2018-10-06 05:00:50,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-165b327d-4fe8-42c9-ac2b-2234d8524d37 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-85c1366a-5ae3-4dcc-a59f-7a22914ad4ef 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-85c1366a-5ae3-4dcc-a59f-7a22914ad4ef 2018-10-06 05:00:50,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-7107e4f5-e1e6-41e7-aef5-dacff9c0d61e Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-04d84665-72c4-4cfe-8831-ae942323876a 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-04d84665-72c4-4cfe-8831-ae942323876a 2018-10-06 05:00:50,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-59bad925-2e9e-430f-b15f-c9ad54e999d9 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-b35d03b6-3711-4127-b354-e419d32a47a0 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b35d03b6-3711-4127-b354-e419d32a47a0 2018-10-06 05:00:50,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-834b657c-0402-4617-80af-70a882faca75 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-b61ce67e-9543-4099-9a8d-4ae2e6d22af4 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b61ce67e-9543-4099-9a8d-4ae2e6d22af4 2018-10-06 05:00:50,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:50,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-85b916ce-628b-4fe8-b760-86a6a82e3740 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:50,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-410f52b9-bf09-420c-988c-17104941b29f 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:50,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-410f52b9-bf09-420c-988c-17104941b29f 2018-10-06 05:00:50,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:50 GMT Server: Apache x-openstack-request-id: req-e1f4f9cf-2464-4889-a391-9a6bc092dce4 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-d71290c3-fa00-4ebe-b7b6-9ef6f7e7b531 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-d71290c3-fa00-4ebe-b7b6-9ef6f7e7b531 2018-10-06 05:00:51,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-9ee68731-596d-4192-9b14-7ad5844506f3 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-c1328a93-0f79-408b-a00b-d149e60c037f 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-c1328a93-0f79-408b-a00b-d149e60c037f 2018-10-06 05:00:51,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-56b662c7-c4d6-45da-aed3-79671c92eda1 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-70978dda-205d-4210-a2e2-61ff0ca40bbf 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-70978dda-205d-4210-a2e2-61ff0ca40bbf 2018-10-06 05:00:51,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-d37d4baa-9453-4deb-ae9b-7bd0d654acd3 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-0a8c693b-2e5a-487f-b32b-497ca20cca77 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-0a8c693b-2e5a-487f-b32b-497ca20cca77 2018-10-06 05:00:51,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-8031b3f7-84aa-459d-842d-ed723fb573c3 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-39fde665-108c-441a-afd2-1468a1e533e0 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-39fde665-108c-441a-afd2-1468a1e533e0 2018-10-06 05:00:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:51,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-5a7b7bab-3387-42cc-a81f-e1f67c8d345f Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:51,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:51 GMT Server: Apache x-openstack-request-id: req-c13b51cc-d3a7-482a-b48c-dc57d4854703 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:51,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-c13b51cc-d3a7-482a-b48c-dc57d4854703 2018-10-06 05:00:52,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-30719af7-6c40-4ee8-846a-cdba272ed258 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-af17782c-31e5-4feb-8e08-eafabb720c77 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-af17782c-31e5-4feb-8e08-eafabb720c77 2018-10-06 05:00:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-73af0235-5eec-4a95-9034-26f79f99723a Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-c98410f1-fdc2-45b8-83c6-1df96f22777d 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-c98410f1-fdc2-45b8-83c6-1df96f22777d 2018-10-06 05:00:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-38b0d17b-93a6-45d4-a3c2-0a8e7d879466 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-7afde095-159e-47b0-96e5-78fc24aa8d1f 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-7afde095-159e-47b0-96e5-78fc24aa8d1f 2018-10-06 05:00:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-40ed636b-f2f5-4826-97fc-02b9b16189ea Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-8257484a-067a-47b2-89de-66f5bb43f1f6 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,234 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-8257484a-067a-47b2-89de-66f5bb43f1f6 2018-10-06 05:00:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-04ec1c78-ab21-4bdb-ac8b-ea780158632e Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-98a82eb9-06c6-4075-b6f1-9b65be4070d8 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-98a82eb9-06c6-4075-b6f1-9b65be4070d8 2018-10-06 05:00:52,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-a9bd8ae2-0e41-4ec4-ab24-dc823282091f Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-4ff7fc3d-8104-4696-b5f0-1d546a9322f6 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-4ff7fc3d-8104-4696-b5f0-1d546a9322f6 2018-10-06 05:00:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-14e75659-1567-400d-be02-f8c8e4dc1413 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-0782410e-f2bd-4580-a31d-1272598dd611 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-0782410e-f2bd-4580-a31d-1272598dd611 2018-10-06 05:00:52,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-c461a280-8767-4716-be84-4e3290f8a6bf Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-163bb0d4-329f-4314-9f22-d7dc392c9118 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-163bb0d4-329f-4314-9f22-d7dc392c9118 2018-10-06 05:00:52,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-0472e2c9-72d8-4447-86f3-d4b7c71b4644 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-5e96b5b5-a8f1-4efe-b339-8c5ec6175ac9 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-5e96b5b5-a8f1-4efe-b339-8c5ec6175ac9 2018-10-06 05:00:52,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-e0921a39-f9d3-48b3-a0fe-2866614edc0d Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-1f6e6830-1e17-4138-abc0-99d5b00744bf 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,709 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-1f6e6830-1e17-4138-abc0-99d5b00744bf 2018-10-06 05:00:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-f859d917-2f2b-4d0c-9b81-f9807abe6433 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-f9f159da-c60a-4cd1-9006-86815f8364bd 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-f9f159da-c60a-4cd1-9006-86815f8364bd 2018-10-06 05:00:52,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-01d1cb13-75b7-434b-95bb-cdd4b1e486ec Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-d6d811ce-5b50-4d1f-a824-6a037ef7b699 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-d6d811ce-5b50-4d1f-a824-6a037ef7b699 2018-10-06 05:00:52,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-83cb5251-2833-41bd-9bda-660df1833db7 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-a85904c8-fe70-4f06-b874-936e5163bc15 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-a85904c8-fe70-4f06-b874-936e5163bc15 2018-10-06 05:00:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-395d547d-c2bc-4bbc-9a35-441b14bbfc51 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-1694a564-046c-4320-9f2f-65302f191f86 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-1694a564-046c-4320-9f2f-65302f191f86 2018-10-06 05:00:52,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:52,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-fb80e28e-c861-4035-871f-62a42bf7b5da Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:52,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-9444d38b-dffd-46dd-a5d9-34cafd10e92f 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:52,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-9444d38b-dffd-46dd-a5d9-34cafd10e92f 2018-10-06 05:00:53,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:53,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:53 GMT Server: Apache x-openstack-request-id: req-8be664b5-dda4-4d89-9391-f95eaf7cc485 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:53,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:53 GMT Server: Apache x-openstack-request-id: req-e416abe5-86d0-4137-a186-b36072059ffd 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:53,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-e416abe5-86d0-4137-a186-b36072059ffd 2018-10-06 05:00:53,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:53,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:53 GMT Server: Apache x-openstack-request-id: req-54ace782-49a3-45dd-855f-6fa4787c30cd Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:53,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:53 GMT Server: Apache x-openstack-request-id: req-8901a1c8-8488-4a4b-8953-3a0fd65655be 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:53,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-8901a1c8-8488-4a4b-8953-3a0fd65655be 2018-10-06 05:00:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:54,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:53 GMT Server: Apache x-openstack-request-id: req-9b8d976d-391e-45e6-80d7-195036a13744 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:54,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-654a6feb-e7b8-49dc-9d5c-2136774febf6 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:54,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-654a6feb-e7b8-49dc-9d5c-2136774febf6 2018-10-06 05:00:54,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:54,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-2ff48d29-92e2-494c-8955-4c02f65e10ec Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:54,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-b978caa8-c32d-4166-8ace-265748fbbf57 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:54,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-b978caa8-c32d-4166-8ace-265748fbbf57 2018-10-06 05:00:54,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:54,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-c47b5643-13e5-4315-bd72-0ebbad2a03ee Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-94c128d6-ba1e-4a33-9691-9c0024112136 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:54,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-94c128d6-ba1e-4a33-9691-9c0024112136 2018-10-06 05:00:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef46d44f4de84dc5492fc05c309c88c9893e59c" 2018-10-06 05:00:54,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-7cf94faf-98f3-473c-9477-0fe1cb58d413 Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:54,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-65053242-fa4b-4926-be45-b31822656fa1 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": "42dd8319b6064b59b3407c3e283ca423", "OS::stack_id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "image_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image", "inst_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-inst", "subnet_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-subnet", "flavor_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-flavor-name", "net_name": "CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack", "stack_user_project_id": "aaedd40e9ec441e09a50c29a843cd997", "tags": null, "creation_time": "2018-10-06T05:00:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:00:43Z", "id": "ff41fc10-3c3d-487d-acf0-450acbf41a12", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:00:54,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-65053242-fa4b-4926-be45-b31822656fa1 2018-10-06 05:00:54,365 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack 2018-10-06 05:00:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/ff41fc10-3c3d-487d-acf0-450acbf41a12 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f48385cdfd0ec48e22db6df8986f256050d16b6" 2018-10-06 05:00:54,534 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-41097d0d-22bb-40fe-8cc4-79ae2976443e Location: http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:00:54,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:00:54 GMT Server: Apache x-openstack-request-id: req-6fe865f6-fc52-4a63-a11a-f5c579c97296 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:00:54,560 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/42dd8319b6064b59b3407c3e283ca423/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-stack/ff41fc10-3c3d-487d-acf0-450acbf41a12 used request id req-6fe865f6-fc52-4a63-a11a-f5c579c97296 2018-10-06 05:00:54,561 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-b2732d53-6c58-43a9-86a9-772908fa1c19-image 2018-10-06 05:00:54,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4aaed29fed77dbdc5f6bc35c0c7738031f953589" 2018-10-06 05:00:55,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c49cdc55-4de4-4817-a16e-96576eb9f70d Date: Sat, 06 Oct 2018 05:00:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:00:55,974 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/308ab3ae-b668-41be-9d23-a3b79423f9cb used request id req-c49cdc55-4de4-4817-a16e-96576eb9f70d 2018-10-06 05:00:55,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/8ecfac94-dde0-40b8-a93c-1b5d44ef6ba4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f6bb72f46403ad8af6fadc817972fae31b1dd50" 2018-10-06 05:00:56,011 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:00: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-ee60ff10-a718-43a2-88bd-60ad6ee466ed x-compute-request-id: req-ee60ff10-a718-43a2-88bd-60ad6ee466ed Content-Length: 0 Content-Type: application/json 2018-10-06 05:00:56,011 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/8ecfac94-dde0-40b8-a93c-1b5d44ef6ba4 used request id req-ee60ff10-a718-43a2-88bd-60ad6ee466ed 2018-10-06 05:00:56,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-900922e4-14a6-41c7-9b05-9837786d8aeb Date: Sat, 06 Oct 2018 05:00:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "created_at": "2018-10-06T05:00:22Z", "updated_at": "2018-10-06T05:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "revision_number": 0, "id": "2a20b97e-1e6e-48b6-b57d-f676ab7aef86", "remote_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "remote_ip_prefix": null, "created_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "port_range_min": null, "ethertype": "IPv6", "project_id": "42dd8319b6064b59b3407c3e283ca423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "revision_number": 0, "id": "d0964e4b-1efc-4811-9ee1-a5b3c2cb9fe0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "port_range_min": null, "ethertype": "IPv6", "project_id": "42dd8319b6064b59b3407c3e283ca423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "revision_number": 0, "id": "e2b83d1e-981b-4907-9aba-5d2fa6e74abf", "remote_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "remote_ip_prefix": null, "created_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "port_range_min": null, "ethertype": "IPv4", "project_id": "42dd8319b6064b59b3407c3e283ca423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "revision_number": 0, "id": "fcba6fca-9a9d-4124-8763-f969927fe1cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "port_range_min": null, "ethertype": "IPv4", "project_id": "42dd8319b6064b59b3407c3e283ca423"}], "revision_number": 4, "project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:00:56,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-900922e4-14a6-41c7-9b05-9837786d8aeb 2018-10-06 05:00:56,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb2de51-9a17-4b60-8242-2cfbe32d974d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:00:56,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-eeb2de51-9a17-4b60-8242-2cfbe32d974d 2018-10-06 05:00:56,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0255e2a0-6414-4109-ad88-6513a36938da Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:00:56,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-0255e2a0-6414-4109-ad88-6513a36938da 2018-10-06 05:00:56,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3fc7fc7-ee37-4955-b183-216c222e431d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423"}, "enabled": true, "id": "42dd8319b6064b59b3407c3e283ca423", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-97f0d484-6aa3-42b-proj"}} 2018-10-06 05:00:56,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423 used request id req-d3fc7fc7-ee37-4955-b183-216c222e431d 2018-10-06 05:00:56,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de9b8aa8-b613-4692-aeaa-fcca7aca3eaf 2018-10-06 05:00:56,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de9b8aa8-b613-4692-aeaa-fcca7aca3eaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-31226811-4b54-4029-9d84-a55b981e3c54 Date: Sat, 06 Oct 2018 05:00:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "port_range_min": null, "revision_number": 0, "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "created_at": "2018-10-06T05:00:22Z", "project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "2a20b97e-1e6e-48b6-b57d-f676ab7aef86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "port_range_min": null, "revision_number": 0, "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "created_at": "2018-10-06T05:00:22Z", "project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "d0964e4b-1efc-4811-9ee1-a5b3c2cb9fe0"}, {"remote_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "port_range_min": null, "revision_number": 0, "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "created_at": "2018-10-06T05:00:22Z", "project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "e2b83d1e-981b-4907-9aba-5d2fa6e74abf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:00:22Z", "security_group_id": "de9b8aa8-b613-4692-aeaa-fcca7aca3eaf", "port_range_min": null, "revision_number": 0, "tenant_id": "42dd8319b6064b59b3407c3e283ca423", "created_at": "2018-10-06T05:00:22Z", "project_id": "42dd8319b6064b59b3407c3e283ca423", "id": "fcba6fca-9a9d-4124-8763-f969927fe1cf"}]} 2018-10-06 05:00:56,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de9b8aa8-b613-4692-aeaa-fcca7aca3eaf used request id req-31226811-4b54-4029-9d84-a55b981e3c54 2018-10-06 05:00:56,674 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:00:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/de9b8aa8-b613-4692-aeaa-fcca7aca3eaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:56,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4835dc85-ee48-4959-bafd-5bfd138b09ea Content-Length: 0 Date: Sat, 06 Oct 2018 05:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:00:56,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/de9b8aa8-b613-4692-aeaa-fcca7aca3eaf used request id req-4835dc85-ee48-4959-bafd-5bfd138b09ea 2018-10-06 05:00:56,987 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-97f0d484-6aa3-42b-proj 2018-10-06 05:00:56,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:57,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31c731b8-40b6-4741-bfd2-47d3c29b5a9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:57,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/42dd8319b6064b59b3407c3e283ca423 used request id req-31c731b8-40b6-4741-bfd2-47d3c29b5a9a 2018-10-06 05:00:57,252 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-97f0d484-6aa3-42b-proj-role 2018-10-06 05:00:57,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:57,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7dc6de1-03c6-4287-92f5-607ce03907b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:57,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5bcaedac65ef482f8cd753346d084ac7 used request id req-d7dc6de1-03c6-4287-92f5-607ce03907b3 2018-10-06 05:00:57,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3380ccbdd855873c953d25b2b5e4d21790466fd6" 2018-10-06 05:00:57,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a66dd47-b158-457c-a661-1ec51a974c22 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:00:57,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8a66dd47-b158-457c-a661-1ec51a974c22 2018-10-06 05:00:57,465 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-97f0d484-6aa3-42b-user 2018-10-06 05:00:57,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/136f0717c6c340279cb42ee461f697d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}482fd71f5a79b67f9f0914bb9d4c7cece30c7bf0" 2018-10-06 05:00:57,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2e04c8e-fbe3-428e-948b-d2b815d71347 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:00:57,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/136f0717c6c340279cb42ee461f697d9 used request id req-a2e04c8e-fbe3-428e-948b-d2b815d71347 2018-10-06 05:00:57,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:58,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["dLb88A9MTfqChKVUIuXVFQ"], "issued_at": "2018-10-06T05:00:58.000000Z"}} 2018-10-06 05:00:58,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b2efa51ea9a5c26f8ec6107f96f65f084a853ee" 2018-10-06 05:00:58,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a686f0a5-58cc-4074-ba1d-8bc52000c055 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:58,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a686f0a5-58cc-4074-ba1d-8bc52000c055 2018-10-06 05:00:58,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:58,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:58,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["t8xH9yy5SpuEUew3suxK7Q"], "issued_at": "2018-10-06T05:00:58.000000Z"}} 2018-10-06 05:00:58,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:00:58,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96ceb192-93f4-4cad-beca-a85ada6d104f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:58,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-96ceb192-93f4-4cad-beca-a85ada6d104f 2018-10-06 05:00:58,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:00:58,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:00:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f3bf0023-de33-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:00:58,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d1ca93-9010-461a-82ea-3c5d80c480ad Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f3bf0023-de33-4de-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:00:58,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f3bf0023-de33-4de-proj used request id req-59d1ca93-9010-461a-82ea-3c5d80c480ad 2018-10-06 05:00:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:00:58,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f841a400-a691-4103-a3c6-f15244f80f1a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:00:58,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f841a400-a691-4103-a3c6-f15244f80f1a 2018-10-06 05:00:58,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}}' 2018-10-06 05:00:59,016 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf9d332d-54c3-434d-ada5-b9b1360db6ca Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d"}, "enabled": true, "id": "0732a536e9f344c182ffa4a556392b6d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}} 2018-10-06 05:00:59,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cf9d332d-54c3-434d-ada5-b9b1360db6ca 2018-10-06 05:00:59,017 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-f3bf0023-de33-4de-proj 2018-10-06 05:00:59,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:00:59,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:00:59,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["rb4IxhaKQ2-s7NzmPbK_qA"], "issued_at": "2018-10-06T05:00:59.000000Z"}} 2018-10-06 05:00:59,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:00:59,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87dcb540-9616-4e03-bb9a-1efdf44431f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:00:59,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-87dcb540-9616-4e03-bb9a-1efdf44431f5 2018-10-06 05:00:59,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:00:59,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:00:59,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:00:59,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3d7947-cdb5-43f9-bd33-5b43d59704d7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:00:59,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2a3d7947-cdb5-43f9-bd33-5b43d59704d7 2018-10-06 05:00:59,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:00:59,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2956d021-41e4-495d-b417-cfe6c45d65a0 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d"}, "enabled": true, "id": "0732a536e9f344c182ffa4a556392b6d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}]} 2018-10-06 05:00:59,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj used request id req-2956d021-41e4-495d-b417-cfe6c45d65a0 2018-10-06 05:00:59,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:00:59,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e932bc0d-3bf3-4e5b-9bc7-451bba53d1b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:00:59,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e932bc0d-3bf3-4e5b-9bc7-451bba53d1b8 2018-10-06 05:01:00,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f1fe6c-379e-4b00-8bdc-f93bd0c6fb0c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:01:00,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f6f1fe6c-379e-4b00-8bdc-f93bd0c6fb0c 2018-10-06 05:01:00,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f2ee0b5-6d2a-4d13-9154-2a85618f4e1b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d"}, "enabled": true, "id": "0732a536e9f344c182ffa4a556392b6d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}]} 2018-10-06 05:01:00,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-f3bf0023-de33-4de-proj used request id req-6f2ee0b5-6d2a-4d13-9154-2a85618f4e1b 2018-10-06 05:01:00,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/0f6b8f0d01db47e2aa0398b1dfa7ed57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d08ef61-0c25-4090-8550-8030bb94105f Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-f3bf0023-de33-4de-user", "links": {"self": "http://172.30.9.29:5000/v3/users/0f6b8f0d01db47e2aa0398b1dfa7ed57"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "0f6b8f0d01db47e2aa0398b1dfa7ed57", "password_expires_at": null}} 2018-10-06 05:01:00,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0f6b8f0d01db47e2aa0398b1dfa7ed57 used request id req-1d08ef61-0c25-4090-8550-8030bb94105f 2018-10-06 05:01:00,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804cfa1e-5eb7-4ccd-8987-c00db13454bf Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:01:00,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles used request id req-804cfa1e-5eb7-4ccd-8987-c00db13454bf 2018-10-06 05:01:00,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6ffef9-772e-40ec-bd49-47227c3b449c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:01:00,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-da6ffef9-772e-40ec-bd49-47227c3b449c 2018-10-06 05:01:00,726 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-f3bf0023-de33-4de-proj 2018-10-06 05:01:00,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:00,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bdc366b-ca82-43b4-ab9f-3d6ed79cba2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:00,791 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-2bdc366b-ca82-43b4-ab9f-3d6ed79cba2e 2018-10-06 05:01:00,791 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-f3bf0023-de33-4de-user 2018-10-06 05:01:00,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:00,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:00,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ccb41d7-c824-4541-909a-10b920c9f508 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:01:00,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-1ccb41d7-c824-4541-909a-10b920c9f508 2018-10-06 05:01:00,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" -d '{"role": {"name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}}' 2018-10-06 05:01:01,010 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85aa4a5d-a685-4f0b-ba8f-0a331859d0c0 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8650e45664124fe2b28de37916850057", "links": {"self": "http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057"}, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}} 2018-10-06 05:01:01,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-85aa4a5d-a685-4f0b-ba8f-0a331859d0c0 2018-10-06 05:01:01,010 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-f3bf0023-de33-4de-proj-role 2018-10-06 05:01:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:01,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30137650-2fd6-464f-add3-504d949d3503 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057"}, "domain_id": null, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role", "id": "8650e45664124fe2b28de37916850057"}} 2018-10-06 05:01:01,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057 used request id req-30137650-2fd6-464f-add3-504d949d3503 2018-10-06 05:01:01,103 - keystone_utils - INFO - Granting role CreateStackSuccessTests-f3bf0023-de33-4de-proj-role to project CreateStackSuccessTests-f3bf0023-de33-4de-proj 2018-10-06 05:01:01,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles/8650e45664124fe2b28de37916850057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:01,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-246dd4d1-8700-4156-be1b-a2450de52874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:01,252 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d/users/0f6b8f0d01db47e2aa0398b1dfa7ed57/roles/8650e45664124fe2b28de37916850057 used request id req-246dd4d1-8700-4156-be1b-a2450de52874 2018-10-06 05:01:01,252 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:01:01,253 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:01:01,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:01,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:01,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8650e45664124fe2b28de37916850057", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0732a536e9f344c182ffa4a556392b6d", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-user", "id": "0f6b8f0d01db47e2aa0398b1dfa7ed57"}, "audit_ids": ["OxVxDRlPTwWGA6JPEOHXKA"], "issued_at": "2018-10-06T05:01:01.000000Z"}} 2018-10-06 05:01:01,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:01,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21b154a-2a41-47a8-ac5f-72cadfa66eee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:01,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a21b154a-2a41-47a8-ac5f-72cadfa66eee 2018-10-06 05:01:01,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:01,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-7c6ed8a3-e080-463a-b448-4baa5a772317 Date: Sat, 06 Oct 2018 05:01:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image"} 2018-10-06 05:01:01,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image used request id req-7c6ed8a3-e080-463a-b448-4baa5a772317 2018-10-06 05:01:01,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:02,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed43509a-cf7b-4fdd-9f39-93854be36be2 Date: Sat, 06 Oct 2018 05:01: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", "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-10-06 05:01:02,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ed43509a-cf7b-4fdd-9f39-93854be36be2 2018-10-06 05:01:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image"}' 2018-10-06 05:01:02,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 X-Openstack-Request-Id: req-b1aa3f0c-ee89-4e66-a12c-96dcbbac5f72 Date: Sat, 06 Oct 2018 05:01:02 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98", "min_disk": 0, "protected": false, "id": "474441ab-2012-40df-bfa4-5e2a665ebd98", "file": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98/file", "checksum": null, "owner": "0732a536e9f344c182ffa4a556392b6d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:02,260 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b1aa3f0c-ee89-4e66-a12c-96dcbbac5f72 2018-10-06 05:01:02,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" -d '' 2018-10-06 05:01:03,678 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42766da7-90da-4bc6-8247-ad024c83e6bb Date: Sat, 06 Oct 2018 05:01:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:01:03,679 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98/file used request id req-42766da7-90da-4bc6-8247-ad024c83e6bb 2018-10-06 05:01:03,679 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:01:03,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:03,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-2e3bb267-469f-4ed3-81a5-02e949dd7a01 Date: Sat, 06 Oct 2018 05:01:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:03Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/474441ab-2012-40df-bfa4-5e2a665ebd98/snap", "metadata": {}}], "self": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98", "min_disk": 0, "protected": false, "id": "474441ab-2012-40df-bfa4-5e2a665ebd98", "file": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0732a536e9f344c182ffa4a556392b6d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/474441ab-2012-40df-bfa4-5e2a665ebd98/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:03,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 used request id req-2e3bb267-469f-4ed3-81a5-02e949dd7a01 2018-10-06 05:01:03,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:04,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-db6b187f-bab4-4512-a0b3-dbf7dd81a4bc Date: Sat, 06 Oct 2018 05:01: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", "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-10-06 05:01:04,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-db6b187f-bab4-4512-a0b3-dbf7dd81a4bc 2018-10-06 05:01:04,012 - create_image - INFO - Created image with name - CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image 2018-10-06 05:01:04,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:04,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-bf83ba01-6d05-4b8b-b536-3e84eb0d7e05 Date: Sat, 06 Oct 2018 05:01:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:03Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/474441ab-2012-40df-bfa4-5e2a665ebd98/snap", "metadata": {}}], "self": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98", "min_disk": 0, "protected": false, "id": "474441ab-2012-40df-bfa4-5e2a665ebd98", "file": "/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0732a536e9f344c182ffa4a556392b6d", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/474441ab-2012-40df-bfa4-5e2a665ebd98/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:04,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 used request id req-bf83ba01-6d05-4b8b-b536-3e84eb0d7e05 2018-10-06 05:01:04,193 - create_image - DEBUG - Instance status is - active 2018-10-06 05:01:04,193 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image 2018-10-06 05:01:04,193 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image 2018-10-06 05:01:04,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:04,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:04,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["htNly9_3QjSrB-cyH8tmWw"], "issued_at": "2018-10-06T05:01:04.000000Z"}} 2018-10-06 05:01:04,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2797f44d21b2d4d3e74633ae25dec6e84e381797" 2018-10-06 05:01:04,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2854b517-69a6-4705-8319-22e95b3ece29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:04,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2854b517-69a6-4705-8319-22e95b3ece29 2018-10-06 05:01:04,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:01:04,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2797f44d21b2d4d3e74633ae25dec6e84e381797" 2018-10-06 05:01:04,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-cc8c5a95-9aba-45e1-b963-69e7cf91e4c5 x-compute-request-id: req-cc8c5a95-9aba-45e1-b963-69e7cf91e4c5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:01:04,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-cc8c5a95-9aba-45e1-b963-69e7cf91e4c5 2018-10-06 05:01:04,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2797f44d21b2d4d3e74633ae25dec6e84e381797" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-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-10-06 05:01:04,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-416376f8-7085-493d-9011-438c32292678 x-compute-request-id: req-416376f8-7085-493d-9011-438c32292678 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6a52f759-d597-4a5a-a4f4-fb4254378ac1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6a52f759-d597-4a5a-a4f4-fb4254378ac1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6a52f759-d597-4a5a-a4f4-fb4254378ac1", "name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:01:04,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-416376f8-7085-493d-9011-438c32292678 2018-10-06 05:01:04,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:04,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:05,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8650e45664124fe2b28de37916850057", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0732a536e9f344c182ffa4a556392b6d", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-user", "id": "0f6b8f0d01db47e2aa0398b1dfa7ed57"}, "audit_ids": ["8vze7-m9TImqIVWmj2G3MA"], "issued_at": "2018-10-06T05:01:05.000000Z"}} 2018-10-06 05:01:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:05,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ac44ad-b3a4-4aaf-8dae-ef3c901a202f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:05,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-02ac44ad-b3a4-4aaf-8dae-ef3c901a202f 2018-10-06 05:01:05,368 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:01:05,370 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:01:05,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:05,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:05 GMT Server: Apache x-openstack-request-id: req-1f81bc6e-0daa-46b2-a7cb-aa2cd90d5d84 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:01:05,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack used request id req-1f81bc6e-0daa-46b2-a7cb-aa2cd90d5d84 2018-10-06 05:01:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-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-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}}' 2018-10-06 05:01:07,775 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:01:05 GMT Server: Apache x-openstack-request-id: req-c03d2cc9-9f5a-4b9a-9f0f-9b368cd8a2df Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}]}} 2018-10-06 05:01:07,776 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks used request id req-c03d2cc9-9f5a-4b9a-9f0f-9b368cd8a2df 2018-10-06 05:01:07,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:07,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:07 GMT Server: Apache x-openstack-request-id: req-2e78c9b9-066d-44ab-a6fa-561855583bb0 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:08,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:07 GMT Server: Apache x-openstack-request-id: req-c0698555-9d6f-40bb-82a2-6fe51b2138f4 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:08,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-c0698555-9d6f-40bb-82a2-6fe51b2138f4 2018-10-06 05:01:08,017 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:08,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:08,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-c81f62af-786e-4dc8-a14a-15c6fc0c2db5 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:08,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-bbb9aa0b-50f5-4e85-8986-7f5245a6d301 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:08,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-bbb9aa0b-50f5-4e85-8986-7f5245a6d301 2018-10-06 05:01:08,459 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:01:08,459 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:11,460 - create_stack - DEBUG - Stack status query timeout in 1196.55770302 2018-10-06 05:01:11,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:11,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:11 GMT Server: Apache x-openstack-request-id: req-53687e56-a150-4fd8-bb3e-ba452ca9c8ba Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:11,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:11 GMT Server: Apache x-openstack-request-id: req-c05c967c-bf6f-41ab-8934-b61cba8bcd41 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:11,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-c05c967c-bf6f-41ab-8934-b61cba8bcd41 2018-10-06 05:01:11,834 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:01:11,834 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:14,837 - create_stack - DEBUG - Stack status query timeout in 1193.180269 2018-10-06 05:01:14,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:14,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:14 GMT Server: Apache x-openstack-request-id: req-401c309d-0c9e-4645-a519-40421ae08013 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:15,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:14 GMT Server: Apache x-openstack-request-id: req-89ec0f0a-d28e-4a93-bb84-dfa8189e52f7 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:15,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-89ec0f0a-d28e-4a93-bb84-dfa8189e52f7 2018-10-06 05:01:15,466 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:01:15,466 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:18,469 - create_stack - DEBUG - Stack status query timeout in 1189.54846692 2018-10-06 05:01:18,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:18,631 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:18 GMT Server: Apache x-openstack-request-id: req-54754ca9-c07d-498b-8c81-2106a80e94c8 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:18,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:18 GMT Server: Apache x-openstack-request-id: req-844e219f-0f5a-4042-bed7-112b33868af3 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:18,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-844e219f-0f5a-4042-bed7-112b33868af3 2018-10-06 05:01:18,820 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:01:18,820 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:21,821 - create_stack - DEBUG - Stack status query timeout in 1186.19657993 2018-10-06 05:01:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:21,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:21 GMT Server: Apache x-openstack-request-id: req-fdf6b2c0-afd0-4add-afe5-ac4b92bb3bc0 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:21,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:21 GMT Server: Apache x-openstack-request-id: req-e9c15676-618b-4835-9086-0e4e3a2f6f87 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:21,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-e9c15676-618b-4835-9086-0e4e3a2f6f87 2018-10-06 05:01:21,894 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:01:21,894 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:24,897 - create_stack - DEBUG - Stack status query timeout in 1183.12003899 2018-10-06 05:01:24,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:25,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:24 GMT Server: Apache x-openstack-request-id: req-0fbca5a3-ad8c-4993-8979-5b6df9285d44 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:25,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:25 GMT Server: Apache x-openstack-request-id: req-72ebe5c1-8db5-4cd2-860b-c9bc618c273a 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:25,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-72ebe5c1-8db5-4cd2-860b-c9bc618c273a 2018-10-06 05:01:25,651 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:01:25,651 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:25,651 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:25,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:26,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8650e45664124fe2b28de37916850057", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:01:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0732a536e9f344c182ffa4a556392b6d", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-user", "id": "0f6b8f0d01db47e2aa0398b1dfa7ed57"}, "audit_ids": ["yB7Axu_4SRaxPNlYK_bGag"], "issued_at": "2018-10-06T05:01:26.000000Z"}} 2018-10-06 05:01:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebec3566fd1a51b3a8abd13b9ebf9dbc3bba21b" 2018-10-06 05:01:26,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:26 GMT Server: Apache x-openstack-request-id: req-4e52175e-3d74-458d-bc52-a1b7de075e34 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:26,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:26 GMT Server: Apache x-openstack-request-id: req-61cfc3c8-f814-4ee3-ab7c-1ba7d174ca79 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:26,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-61cfc3c8-f814-4ee3-ab7c-1ba7d174ca79 2018-10-06 05:01:26,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:26,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:26 GMT Server: Apache x-openstack-request-id: req-4f2fefb4-cb0c-4aa7-9aed-d1df2b4a665c Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:26,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:26 GMT Server: Apache x-openstack-request-id: req-aa5b6e35-afb1-4961-b90c-1adf05c69338 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:26,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-aa5b6e35-afb1-4961-b90c-1adf05c69338 2018-10-06 05:01:26,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:26,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:27,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8650e45664124fe2b28de37916850057", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:01:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0732a536e9f344c182ffa4a556392b6d", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/0732a536e9f344c182ffa4a556392b6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f3bf0023-de33-4de-user", "id": "0f6b8f0d01db47e2aa0398b1dfa7ed57"}, "audit_ids": ["mlrR_PlsS8Gh_w3v7TfYXA"], "issued_at": "2018-10-06T05:01:27.000000Z"}} 2018-10-06 05:01:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad02c90ea8970e0ac79fa89dc9a3ff2a99cf1abe" 2018-10-06 05:01:27,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d224681e-834d-4317-acc2-38e2d8618dfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:27,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d224681e-834d-4317-acc2-38e2d8618dfa 2018-10-06 05:01:27,458 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:01:27,461 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:01:27,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad02c90ea8970e0ac79fa89dc9a3ff2a99cf1abe" 2018-10-06 05:01:27,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache x-openstack-request-id: req-d8bbd256-d633-4bfb-8d40-bb14de50fe32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "deletion_time": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "tags": null}]} 2018-10-06 05:01:27,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack used request id req-d8bbd256-d633-4bfb-8d40-bb14de50fe32 2018-10-06 05:01:27,665 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:27,665 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:27,665 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:27,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:27,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache x-openstack-request-id: req-0f7b5394-6926-415c-b74f-652203da6e5a Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:27,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache x-openstack-request-id: req-becce347-146e-4d34-907a-bad82ca5305a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:27,923 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-becce347-146e-4d34-907a-bad82ca5305a 2018-10-06 05:01:27,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:27,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache x-openstack-request-id: req-9e51f3e1-3c0e-4c82-811a-800aa82e8c20 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:28,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:27 GMT Server: Apache x-openstack-request-id: req-da986878-7847-49ae-949f-028f0f2826f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "tags": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:01:27Z", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:28,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-da986878-7847-49ae-949f-028f0f2826f6 2018-10-06 05:01:28,116 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:01:28,116 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:31,119 - create_stack - DEBUG - Stack status query timeout in 1196.80401492 2018-10-06 05:01:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:31,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:31 GMT Server: Apache x-openstack-request-id: req-a551d782-3bab-4f6e-a906-24520592c5b9 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:31,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:31 GMT Server: Apache x-openstack-request-id: req-9d14af32-eb68-42ba-b971-dd17425eba45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "tags": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:01:27Z", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:31,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-9d14af32-eb68-42ba-b971-dd17425eba45 2018-10-06 05:01:31,464 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:01:31,464 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:34,467 - create_stack - DEBUG - Stack status query timeout in 1193.456074 2018-10-06 05:01:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:34,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:34 GMT Server: Apache x-openstack-request-id: req-b62d0c75-28fb-4206-8155-321f5dc62d7a Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:34,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:34 GMT Server: Apache x-openstack-request-id: req-f32ff250-ff1b-4f3b-9eee-1c267d4f62e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "tags": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:01:27Z", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:34,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-f32ff250-ff1b-4f3b-9eee-1c267d4f62e0 2018-10-06 05:01:34,671 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:01:34,672 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:37,675 - create_stack - DEBUG - Stack status query timeout in 1190.24836397 2018-10-06 05:01:37,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:37,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:37 GMT Server: Apache x-openstack-request-id: req-579d06e3-6e78-4c0a-bd68-6dc83d23ad14 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:37,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:37 GMT Server: Apache x-openstack-request-id: req-ff8ff798-7ec7-4548-96b4-0e6813daaeb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "tags": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:01:27Z", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:37,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-ff8ff798-7ec7-4548-96b4-0e6813daaeb7 2018-10-06 05:01:37,887 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:01:37,887 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:40,890 - create_stack - DEBUG - Stack status query timeout in 1187.03262091 2018-10-06 05:01:40,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:40,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:40 GMT Server: Apache x-openstack-request-id: req-ea1fb536-65b3-4cf4-925a-ef658f08c6e1 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:41,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:40 GMT Server: Apache x-openstack-request-id: req-0f60e111-9b4b-4d55-acf8-e83255082ae8 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": "0732a536e9f344c182ffa4a556392b6d", "OS::stack_id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "image_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image", "inst_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-inst", "subnet_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-subnet", "flavor_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-flavor-name", "net_name": "CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-net"}, "deletion_time": "2018-10-06T05:01:40Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack", "stack_user_project_id": "cfc88a6dbece464da721cab48c5a1e81", "tags": null, "creation_time": "2018-10-06T05:01:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:01:27Z", "id": "30739e9f-4fa4-4e26-b077-e5fbd51e6cea", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:41,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-0f60e111-9b4b-4d55-acf8-e83255082ae8 2018-10-06 05:01:41,135 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:01:41,135 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:41,135 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack 2018-10-06 05:01:41,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/30739e9f-4fa4-4e26-b077-e5fbd51e6cea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de516235ead023da6aa728832acffed46a239a" 2018-10-06 05:01:41,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:41 GMT Server: Apache x-openstack-request-id: req-141b06a6-f7d8-4b61-9294-9916ff048385 Location: http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:41,339 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:01:41 GMT Server: Apache x-openstack-request-id: req-4dc7bf7c-ece6-4c67-9eba-09f4619ebcd0 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:01:41,339 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/0732a536e9f344c182ffa4a556392b6d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-stack/30739e9f-4fa4-4e26-b077-e5fbd51e6cea used request id req-4dc7bf7c-ece6-4c67-9eba-09f4619ebcd0 2018-10-06 05:01:41,340 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-f606121c-c4e3-4536-a409-1bf2a5ed3fd0-image 2018-10-06 05:01:41,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}367a8aa7d8a04ff88ee989522bda7abac4d4b057" 2018-10-06 05:01:42,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9d797e0-c5b3-464a-89e6-8e0e65e263d3 Date: Sat, 06 Oct 2018 05:01:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:01:42,674 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/474441ab-2012-40df-bfa4-5e2a665ebd98 used request id req-c9d797e0-c5b3-464a-89e6-8e0e65e263d3 2018-10-06 05:01:42,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/6a52f759-d597-4a5a-a4f4-fb4254378ac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2797f44d21b2d4d3e74633ae25dec6e84e381797" 2018-10-06 05:01:42,713 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-dec270fd-f918-405b-932b-d056d9f64c31 x-compute-request-id: req-dec270fd-f918-405b-932b-d056d9f64c31 Content-Length: 0 Content-Type: application/json 2018-10-06 05:01:42,714 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/6a52f759-d597-4a5a-a4f4-fb4254378ac1 used request id req-dec270fd-f918-405b-932b-d056d9f64c31 2018-10-06 05:01:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:42,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3f0b4a83-cbd7-4798-9a19-9f10bd69f93a Date: Sat, 06 Oct 2018 05:01:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "created_at": "2018-10-06T05:01:08Z", "updated_at": "2018-10-06T05:01:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "revision_number": 0, "id": "00873998-935d-4e99-af59-21b70cf294e4", "remote_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0732a536e9f344c182ffa4a556392b6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "revision_number": 0, "id": "076105d8-9b48-4c67-955f-3e5a5488cf8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0732a536e9f344c182ffa4a556392b6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "revision_number": 0, "id": "b47aeb05-2774-4e75-a8ea-c30760aefbcf", "remote_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0732a536e9f344c182ffa4a556392b6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "revision_number": 0, "id": "c168d1ba-e112-4481-a471-bda4b3ea93af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0732a536e9f344c182ffa4a556392b6d"}], "revision_number": 4, "project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "17ee1433-939b-4536-a555-f7fb5f964a05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:01:42,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-3f0b4a83-cbd7-4798-9a19-9f10bd69f93a 2018-10-06 05:01:42,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:43,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245c5578-7e37-4587-9838-64360aa9e494 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:01:43,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-245c5578-7e37-4587-9838-64360aa9e494 2018-10-06 05:01:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:43,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e5bfbb5-6bae-4207-8169-942656312e38 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d"}, "enabled": true, "id": "0732a536e9f344c182ffa4a556392b6d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f3bf0023-de33-4de-proj"}} 2018-10-06 05:01:43,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d used request id req-8e5bfbb5-6bae-4207-8169-942656312e38 2018-10-06 05:01:43,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17ee1433-939b-4536-a555-f7fb5f964a05 2018-10-06 05:01:43,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=17ee1433-939b-4536-a555-f7fb5f964a05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:43,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b3d1c0da-885d-4db9-afe1-b0c7269f492d Date: Sat, 06 Oct 2018 05:01:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "port_range_min": null, "revision_number": 0, "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "created_at": "2018-10-06T05:01:08Z", "project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "00873998-935d-4e99-af59-21b70cf294e4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "port_range_min": null, "revision_number": 0, "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "created_at": "2018-10-06T05:01:08Z", "project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "076105d8-9b48-4c67-955f-3e5a5488cf8f"}, {"remote_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "port_range_min": null, "revision_number": 0, "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "created_at": "2018-10-06T05:01:08Z", "project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "b47aeb05-2774-4e75-a8ea-c30760aefbcf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:08Z", "security_group_id": "17ee1433-939b-4536-a555-f7fb5f964a05", "port_range_min": null, "revision_number": 0, "tenant_id": "0732a536e9f344c182ffa4a556392b6d", "created_at": "2018-10-06T05:01:08Z", "project_id": "0732a536e9f344c182ffa4a556392b6d", "id": "c168d1ba-e112-4481-a471-bda4b3ea93af"}]} 2018-10-06 05:01:43,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=17ee1433-939b-4536-a555-f7fb5f964a05 used request id req-b3d1c0da-885d-4db9-afe1-b0c7269f492d 2018-10-06 05:01:43,300 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:01:43,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/17ee1433-939b-4536-a555-f7fb5f964a05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:43,710 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a36192e6-574c-4b25-955e-dd12b5fb9072 Content-Length: 0 Date: Sat, 06 Oct 2018 05:01:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:01:43,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/17ee1433-939b-4536-a555-f7fb5f964a05 used request id req-a36192e6-574c-4b25-955e-dd12b5fb9072 2018-10-06 05:01:43,711 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-f3bf0023-de33-4de-proj 2018-10-06 05:01:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:43,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17e93207-640e-49b4-82c1-d69c686aab46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:43,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0732a536e9f344c182ffa4a556392b6d used request id req-17e93207-640e-49b4-82c1-d69c686aab46 2018-10-06 05:01:43,983 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-f3bf0023-de33-4de-proj-role 2018-10-06 05:01:43,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:44,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9c6bf26-5667-4e84-90f7-0aad361fd35a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:44,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/8650e45664124fe2b28de37916850057 used request id req-c9c6bf26-5667-4e84-90f7-0aad361fd35a 2018-10-06 05:01:44,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81612137cdce00ba87ec2fcdd46b19abba1eb87" 2018-10-06 05:01:44,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701ca041-a188-4dcd-9385-7495b94e2dad Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:01:44,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-701ca041-a188-4dcd-9385-7495b94e2dad 2018-10-06 05:01:44,179 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-f3bf0023-de33-4de-user 2018-10-06 05:01:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0f6b8f0d01db47e2aa0398b1dfa7ed57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202d89438414490b7f48c6b8b781ad00bd733615" 2018-10-06 05:01:44,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3490534c-dd8d-4aec-a482-28f969f781be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:44,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0f6b8f0d01db47e2aa0398b1dfa7ed57 used request id req-3490534c-dd8d-4aec-a482-28f969f781be 2018-10-06 05:01:44,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:44,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LlpktoL-QtKqaBSJksiEuA"], "issued_at": "2018-10-06T05:01:44.000000Z"}} 2018-10-06 05:01:44,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a080d3a8e0518d499dc28f1910a0e32d267097a" 2018-10-06 05:01:44,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe33729f-007c-4f89-83d1-3275518581ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:44,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe33729f-007c-4f89-83d1-3275518581ce 2018-10-06 05:01:44,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:44,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:45,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["o2_G8lIUTJS_OrSna3t0fA"], "issued_at": "2018-10-06T05:01:45.000000Z"}} 2018-10-06 05:01:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:45,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92fbd72-d485-409a-8c34-4a65fdbb6208 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:45,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b92fbd72-d485-409a-8c34-4a65fdbb6208 2018-10-06 05:01:45,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:01:45,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:01:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:01:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8740d461-181a-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:45,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b82ababe-ecdf-4947-91d6-17d5d0ef45e5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8740d461-181a-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:01:45,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8740d461-181a-4bd-proj used request id req-b82ababe-ecdf-4947-91d6-17d5d0ef45e5 2018-10-06 05:01:45,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:45,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08d155b-b758-4b0b-af4a-7bf1a154cac7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:01:45,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f08d155b-b758-4b0b-af4a-7bf1a154cac7 2018-10-06 05:01:45,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}}' 2018-10-06 05:01:45,608 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70efbb08-6596-48c7-808b-742ab3f72043 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628"}, "enabled": true, "id": "5048f19b486a431892bff98db2d9d628", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}} 2018-10-06 05:01:45,608 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-70efbb08-6596-48c7-808b-742ab3f72043 2018-10-06 05:01:45,608 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8740d461-181a-4bd-proj 2018-10-06 05:01:45,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:45,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:45,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4zaDiB6URdKss07FdbIM4Q"], "issued_at": "2018-10-06T05:01:45.000000Z"}} 2018-10-06 05:01:45,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe28772-490a-4041-903d-42ff23993c4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:46,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dfe28772-490a-4041-903d-42ff23993c4e 2018-10-06 05:01:46,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:01:46,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:01:46,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2acf41e6-1491-4a70-9f6d-a3a5fcb03372 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:01:46,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2acf41e6-1491-4a70-9f6d-a3a5fcb03372 2018-10-06 05:01:46,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a302bf-eccf-4dd7-8e81-534b4479cf18 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628"}, "enabled": true, "id": "5048f19b486a431892bff98db2d9d628", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}]} 2018-10-06 05:01:46,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj used request id req-66a302bf-eccf-4dd7-8e81-534b4479cf18 2018-10-06 05:01:46,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96315dcc-8b36-48dc-a47c-6e3ad7528b54 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:01:46,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-96315dcc-8b36-48dc-a47c-6e3ad7528b54 2018-10-06 05:01:46,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ca3f0e-ac91-4ce6-a099-3ec03017ae39 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:01:46,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a5ca3f0e-ac91-4ce6-a099-3ec03017ae39 2018-10-06 05:01:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823c2d35-5120-47d8-8b15-43323f6323f6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628"}, "enabled": true, "id": "5048f19b486a431892bff98db2d9d628", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}]} 2018-10-06 05:01:46,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-8740d461-181a-4bd-proj used request id req-823c2d35-5120-47d8-8b15-43323f6323f6 2018-10-06 05:01:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/4b699f8f476440f1957c22c9f1d0cb99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0a735c-ef7f-4ffb-af93-5e5d8049e1da Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-8740d461-181a-4bd-user", "links": {"self": "http://172.30.9.29:5000/v3/users/4b699f8f476440f1957c22c9f1d0cb99"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "5048f19b486a431892bff98db2d9d628", "id": "4b699f8f476440f1957c22c9f1d0cb99", "password_expires_at": null}} 2018-10-06 05:01:46,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/4b699f8f476440f1957c22c9f1d0cb99 used request id req-4e0a735c-ef7f-4ffb-af93-5e5d8049e1da 2018-10-06 05:01:46,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:46,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e553a9-ad39-4242-8a89-b0db195f5238 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:01:46,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles used request id req-b8e553a9-ad39-4242-8a89-b0db195f5238 2018-10-06 05:01:47,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:47,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedb7457-a2a0-4dd5-ab10-d8932f570ac2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:01:47,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-bedb7457-a2a0-4dd5-ab10-d8932f570ac2 2018-10-06 05:01:47,090 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8740d461-181a-4bd-proj 2018-10-06 05:01:47,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:01:47,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9de8ebd0-534d-4403-8d8f-d3acadc6cb8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:47,216 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-9de8ebd0-534d-4403-8d8f-d3acadc6cb8d 2018-10-06 05:01:47,216 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8740d461-181a-4bd-user 2018-10-06 05:01:47,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:47,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:47,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2ca32f-5078-4184-a9f9-492dcbce5c2d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:01:47,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df2ca32f-5078-4184-a9f9-492dcbce5c2d 2018-10-06 05:01:47,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" -d '{"role": {"name": "CreateStackSuccessTests-8740d461-181a-4bd-proj-role"}}' 2018-10-06 05:01:47,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90e7c6d4-51e8-4254-8d7a-daa4b5f0a955 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9799b7636bf54575a890b450c7a63d47", "links": {"self": "http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47"}, "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj-role"}} 2018-10-06 05:01:47,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-90e7c6d4-51e8-4254-8d7a-daa4b5f0a955 2018-10-06 05:01:47,466 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8740d461-181a-4bd-proj-role 2018-10-06 05:01:47,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:47,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819bb436-524a-41a1-8205-e6f2cb5b965c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47"}, "domain_id": null, "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj-role", "id": "9799b7636bf54575a890b450c7a63d47"}} 2018-10-06 05:01:47,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47 used request id req-819bb436-524a-41a1-8205-e6f2cb5b965c 2018-10-06 05:01:47,560 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8740d461-181a-4bd-proj-role to project CreateStackSuccessTests-8740d461-181a-4bd-proj 2018-10-06 05:01:47,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles/9799b7636bf54575a890b450c7a63d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:01:47,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aafe3ff8-1bca-46f3-9277-0d56f0547a72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:47,688 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628/users/4b699f8f476440f1957c22c9f1d0cb99/roles/9799b7636bf54575a890b450c7a63d47 used request id req-aafe3ff8-1bca-46f3-9277-0d56f0547a72 2018-10-06 05:01:47,689 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:01:47,689 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:01:47,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:47,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:48,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "9799b7636bf54575a890b450c7a63d47", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj-role"}], "expires_at": "2018-10-06T06:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5048f19b486a431892bff98db2d9d628", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8740d461-181a-4bd-user", "id": "4b699f8f476440f1957c22c9f1d0cb99"}, "audit_ids": ["gGbtLa27RamQuAG0I4ZXaA"], "issued_at": "2018-10-06T05:01:48.000000Z"}} 2018-10-06 05:01:48,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:48,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe615451-06d8-4b17-97aa-0ed4de8970c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:48,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe615451-06d8-4b17-97aa-0ed4de8970c5 2018-10-06 05:01:48,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:48,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-22122b71-333b-40c7-bb9b-dfd2f5d9f62b Date: Sat, 06 Oct 2018 05:01:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image"} 2018-10-06 05:01:48,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image used request id req-22122b71-333b-40c7-bb9b-dfd2f5d9f62b 2018-10-06 05:01:48,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:48,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fe6633d4-82dc-4a6e-887e-4d333fb5d844 Date: Sat, 06 Oct 2018 05:01: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", "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-10-06 05:01:48,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-fe6633d4-82dc-4a6e-887e-4d333fb5d844 2018-10-06 05:01:48,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image"}' 2018-10-06 05:01:48,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c X-Openstack-Request-Id: req-8ba035b4-d424-42c2-b434-b1625505b7ce Date: Sat, 06 Oct 2018 05:01:48 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c", "min_disk": 0, "protected": false, "id": "49720efa-cd64-46a8-a2e4-d7193dd5a88c", "file": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/file", "checksum": null, "owner": "5048f19b486a431892bff98db2d9d628", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:48,718 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8ba035b4-d424-42c2-b434-b1625505b7ce 2018-10-06 05:01:48,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" -d '' 2018-10-06 05:01:50,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-126b8c51-55d9-4f23-a219-6ed33fd4aabb Date: Sat, 06 Oct 2018 05:01:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:01:50,190 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/file used request id req-126b8c51-55d9-4f23-a219-6ed33fd4aabb 2018-10-06 05:01:50,191 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:01:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:50,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-fa8eebc1-9ff0-40fa-b2a7-5133fe929d12 Date: Sat, 06 Oct 2018 05:01:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:50Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/snap", "metadata": {}}], "self": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c", "min_disk": 0, "protected": false, "id": "49720efa-cd64-46a8-a2e4-d7193dd5a88c", "file": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5048f19b486a431892bff98db2d9d628", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:50,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c used request id req-fa8eebc1-9ff0-40fa-b2a7-5133fe929d12 2018-10-06 05:01:50,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:50,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a3f3c78c-a423-44f9-9c65-75fdb48d9a2f Date: Sat, 06 Oct 2018 05:01: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", "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-10-06 05:01:50,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a3f3c78c-a423-44f9-9c65-75fdb48d9a2f 2018-10-06 05:01:50,552 - create_image - INFO - Created image with name - CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image 2018-10-06 05:01:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:01:50,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8e16e449-6422-422a-93b0-39c795f194f0 Date: Sat, 06 Oct 2018 05:01:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:01:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:01:50Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/snap", "metadata": {}}], "self": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c", "min_disk": 0, "protected": false, "id": "49720efa-cd64-46a8-a2e4-d7193dd5a88c", "file": "/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5048f19b486a431892bff98db2d9d628", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:01:50,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c used request id req-8e16e449-6422-422a-93b0-39c795f194f0 2018-10-06 05:01:50,731 - create_image - DEBUG - Instance status is - active 2018-10-06 05:01:50,731 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image 2018-10-06 05:01:50,731 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image 2018-10-06 05:01:50,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:50,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:51,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KJI5sYzcRRWLA8UGPdKmmQ"], "issued_at": "2018-10-06T05:01:51.000000Z"}} 2018-10-06 05:01:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe088797ee8d5fb578c971af7286a9b9a9f0f62" 2018-10-06 05:01:51,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a746f0c4-26b0-489e-88d7-17d0ca446feb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:51,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a746f0c4-26b0-489e-88d7-17d0ca446feb 2018-10-06 05:01:51,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:01:51,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe088797ee8d5fb578c971af7286a9b9a9f0f62" 2018-10-06 05:01:51,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01: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-87791274-7170-47d6-b3a3-cb56a5a92c91 x-compute-request-id: req-87791274-7170-47d6-b3a3-cb56a5a92c91 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:01:51,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-87791274-7170-47d6-b3a3-cb56a5a92c91 2018-10-06 05:01:51,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe088797ee8d5fb578c971af7286a9b9a9f0f62" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-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-10-06 05:01:51,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01: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-e4e030b9-97c0-4714-b27d-9fd0627c6671 x-compute-request-id: req-e4e030b9-97c0-4714-b27d-9fd0627c6671 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e6337cab-118f-4b29-b77e-e9ee35c26b89", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e6337cab-118f-4b29-b77e-e9ee35c26b89", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e6337cab-118f-4b29-b77e-e9ee35c26b89", "name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:01:51,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e4e030b9-97c0-4714-b27d-9fd0627c6671 2018-10-06 05:01:51,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:01:51,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:01:51,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "9799b7636bf54575a890b450c7a63d47", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj-role"}], "expires_at": "2018-10-06T06:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5048f19b486a431892bff98db2d9d628", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5048f19b486a431892bff98db2d9d628", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8740d461-181a-4bd-user", "id": "4b699f8f476440f1957c22c9f1d0cb99"}, "audit_ids": ["iwecmepESie9vn5QINZXfA"], "issued_at": "2018-10-06T05:01:51.000000Z"}} 2018-10-06 05:01:51,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:51,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69a2d72-13db-463e-8a47-441002adeb00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:01:51,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f69a2d72-13db-463e-8a47-441002adeb00 2018-10-06 05:01:51,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:01:51,921 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:01:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:52,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:51 GMT Server: Apache x-openstack-request-id: req-e7a2e0a1-d607-4c73-a7c5-92696a122afc Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:01:52,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack used request id req-e7a2e0a1-d607-4c73-a7c5-92696a122afc 2018-10-06 05:01:52,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-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-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name"}}' 2018-10-06 05:01:54,409 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:01:52 GMT Server: Apache x-openstack-request-id: req-801c975a-1548-415e-9df9-c970e32e86a1 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}]}} 2018-10-06 05:01:54,409 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks used request id req-801c975a-1548-415e-9df9-c970e32e86a1 2018-10-06 05:01:54,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:54,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:54 GMT Server: Apache x-openstack-request-id: req-a3462709-89a6-4eb5-a4c1-019940af75d0 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:54,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:54 GMT Server: Apache x-openstack-request-id: req-e1b413d6-448e-4c5a-8577-0d0b99e3420a 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:54,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-e1b413d6-448e-4c5a-8577-0d0b99e3420a 2018-10-06 05:01:54,778 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack 2018-10-06 05:01:54,778 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-06 05:01:54,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:54,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:54 GMT Server: Apache x-openstack-request-id: req-458f21a6-5ecd-4de6-943f-8f5c32c0b7f4 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:55,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:54 GMT Server: Apache x-openstack-request-id: req-555d46c6-7c88-43c8-ab78-1133ad12408b 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:55,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-555d46c6-7c88-43c8-ab78-1133ad12408b 2018-10-06 05:01:55,539 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-06 05:01:55,539 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack 2018-10-06 05:01:55,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:55,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:55 GMT Server: Apache x-openstack-request-id: req-a558fc97-af4d-45d6-8bb6-51192020d309 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:55,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:01:55 GMT Server: Apache x-openstack-request-id: req-7759ca69-35b5-45be-92fd-f6140d03430b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:01:55,758 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-7759ca69-35b5-45be-92fd-f6140d03430b 2018-10-06 05:01:55,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:55,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:55 GMT Server: Apache x-openstack-request-id: req-fdc82b5f-f5dc-41b6-89f5-6c991403ed65 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:56,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:55 GMT Server: Apache x-openstack-request-id: req-dccfb1d5-c4f3-4718-80bb-063f666a6b9a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:56,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-dccfb1d5-c4f3-4718-80bb-063f666a6b9a 2018-10-06 05:01:56,125 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-10-06 05:01:56,126 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:01:59,129 - create_stack - DEBUG - Stack status query timeout in 1196.62965608 2018-10-06 05:01:59,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:01:59,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:01:59 GMT Server: Apache x-openstack-request-id: req-ceb1a12b-b50b-4f6d-8b9e-d287d354906c Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:01:59,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:01:59 GMT Server: Apache x-openstack-request-id: req-25f5214f-b8a5-44dc-874b-baca5243f1f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:01:59,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-25f5214f-b8a5-44dc-874b-baca5243f1f8 2018-10-06 05:01:59,598 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-10-06 05:01:59,598 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:02,601 - create_stack - DEBUG - Stack status query timeout in 1193.15722513 2018-10-06 05:02:02,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:02:02,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:02 GMT Server: Apache x-openstack-request-id: req-ba18821a-dbba-425b-b313-89f6e74e4326 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:02,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:02 GMT Server: Apache x-openstack-request-id: req-ed153b39-8776-4bda-8e14-8eb6be4927d7 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "tags": null, "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:00Z", "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:02,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-ed153b39-8776-4bda-8e14-8eb6be4927d7 2018-10-06 05:02:02,677 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:02,678 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:05,681 - create_stack - DEBUG - Stack status query timeout in 1190.07761717 2018-10-06 05:02:05,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:02:05,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:05 GMT Server: Apache x-openstack-request-id: req-b9979f8a-322a-49dd-a134-6f11658c2527 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:05,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:05 GMT Server: Apache x-openstack-request-id: req-2e6f55ab-be04-4f49-990e-9bce73c4ed11 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "tags": null, "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:00Z", "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:05,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-2e6f55ab-be04-4f49-990e-9bce73c4ed11 2018-10-06 05:02:05,757 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:05,757 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:08,761 - create_stack - DEBUG - Stack status query timeout in 1186.99773908 2018-10-06 05:02:08,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:02:09,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:08 GMT Server: Apache x-openstack-request-id: req-60fc5543-50ca-4e92-8fcb-4887b1c9cea6 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:09,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:09 GMT Server: Apache x-openstack-request-id: req-9d174e23-774e-4d96-91a8-7c842a7107d0 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": "5048f19b486a431892bff98db2d9d628", "OS::stack_id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "image_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image", "inst_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-inst", "subnet_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-subnet", "flavor_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-flavor-name", "net_name": "CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-net"}, "deletion_time": "2018-10-06T05:02:07Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack", "stack_user_project_id": "20b3d33a08a6417a81cf055ad1210642", "tags": null, "creation_time": "2018-10-06T05:01:53Z", "links": [{"href": "http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:02:00Z", "id": "b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:09,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-9d174e23-774e-4d96-91a8-7c842a7107d0 2018-10-06 05:02:09,373 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:02:09,373 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack 2018-10-06 05:02:09,373 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack 2018-10-06 05:02:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d388ad37da0ec0cb3fbe2410b577916ae7945a" 2018-10-06 05:02:09,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:09 GMT Server: Apache x-openstack-request-id: req-69e7be5e-60df-42f2-a9fe-fadfb74c5c36 Location: http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:09,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:02:09 GMT Server: Apache x-openstack-request-id: req-85d6386c-597a-44ec-af7f-d83e6411072e Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:02:09,596 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/5048f19b486a431892bff98db2d9d628/stacks/CreateStackSuccessTests-CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-stack/b9e40c67-eb4e-4cd1-ab04-5c7c4709ad4e used request id req-85d6386c-597a-44ec-af7f-d83e6411072e 2018-10-06 05:02:09,597 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-f2db6cbb-0910-48b0-ab76-6e02bafd6e63-image 2018-10-06 05:02:09,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79dcc8461d0e081857b842b594f055c307b48bce" 2018-10-06 05:02:10,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67c1f729-3edb-40f2-a1ab-4e448ac8eb0c Date: Sat, 06 Oct 2018 05:02:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:02:10,579 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/49720efa-cd64-46a8-a2e4-d7193dd5a88c used request id req-67c1f729-3edb-40f2-a1ab-4e448ac8eb0c 2018-10-06 05:02:10,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/e6337cab-118f-4b29-b77e-e9ee35c26b89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fe088797ee8d5fb578c971af7286a9b9a9f0f62" 2018-10-06 05:02:10,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:02: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-deeca00f-5c14-4556-a37d-4399e1aff7e1 x-compute-request-id: req-deeca00f-5c14-4556-a37d-4399e1aff7e1 Content-Length: 0 Content-Type: application/json 2018-10-06 05:02:10,623 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e6337cab-118f-4b29-b77e-e9ee35c26b89 used request id req-deeca00f-5c14-4556-a37d-4399e1aff7e1 2018-10-06 05:02:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:10,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d482e2f0-5b0c-4d4e-b072-a45c33065f29 Date: Sat, 06 Oct 2018 05:02:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5048f19b486a431892bff98db2d9d628", "created_at": "2018-10-06T05:01:54Z", "updated_at": "2018-10-06T05:01:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "revision_number": 0, "id": "070ca837-2faf-421d-abd7-fae315d1284f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "tenant_id": "5048f19b486a431892bff98db2d9d628", "port_range_min": null, "ethertype": "IPv6", "project_id": "5048f19b486a431892bff98db2d9d628"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "revision_number": 0, "id": "14045a67-2d7e-41dd-b964-ec35f3416a40", "remote_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "tenant_id": "5048f19b486a431892bff98db2d9d628", "port_range_min": null, "ethertype": "IPv6", "project_id": "5048f19b486a431892bff98db2d9d628"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "revision_number": 0, "id": "37d9e59e-917f-471c-aa4e-dc033965cc83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "tenant_id": "5048f19b486a431892bff98db2d9d628", "port_range_min": null, "ethertype": "IPv4", "project_id": "5048f19b486a431892bff98db2d9d628"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "revision_number": 0, "id": "b105abd7-af30-46e0-bd37-b2c785e0803b", "remote_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "tenant_id": "5048f19b486a431892bff98db2d9d628", "port_range_min": null, "ethertype": "IPv4", "project_id": "5048f19b486a431892bff98db2d9d628"}], "revision_number": 4, "project_id": "5048f19b486a431892bff98db2d9d628", "id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:02:10,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-d482e2f0-5b0c-4d4e-b072-a45c33065f29 2018-10-06 05:02:10,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:10,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21b2c12-532e-4693-83bd-b9ac9de5093f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:02:10,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-c21b2c12-532e-4693-83bd-b9ac9de5093f 2018-10-06 05:02:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:11,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50303bfc-5fbf-44b2-8181-250c94bebf92 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:02:11,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-50303bfc-5fbf-44b2-8181-250c94bebf92 2018-10-06 05:02:11,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:11,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b18bd3a-979b-4ddd-a2bc-245354046c4b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628"}, "enabled": true, "id": "5048f19b486a431892bff98db2d9d628", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8740d461-181a-4bd-proj"}} 2018-10-06 05:02:11,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628 used request id req-6b18bd3a-979b-4ddd-a2bc-245354046c4b 2018-10-06 05:02:11,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1f6c680-5cf9-4d95-949f-50e854b770b6 2018-10-06 05:02:11,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d1f6c680-5cf9-4d95-949f-50e854b770b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:11,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-78f94a32-fe18-4a4c-a0c8-d2e701f2874c Date: Sat, 06 Oct 2018 05:02:11 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-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "port_range_min": null, "revision_number": 0, "tenant_id": "5048f19b486a431892bff98db2d9d628", "created_at": "2018-10-06T05:01:55Z", "project_id": "5048f19b486a431892bff98db2d9d628", "id": "070ca837-2faf-421d-abd7-fae315d1284f"}, {"remote_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "port_range_min": null, "revision_number": 0, "tenant_id": "5048f19b486a431892bff98db2d9d628", "created_at": "2018-10-06T05:01:55Z", "project_id": "5048f19b486a431892bff98db2d9d628", "id": "14045a67-2d7e-41dd-b964-ec35f3416a40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "port_range_min": null, "revision_number": 0, "tenant_id": "5048f19b486a431892bff98db2d9d628", "created_at": "2018-10-06T05:01:55Z", "project_id": "5048f19b486a431892bff98db2d9d628", "id": "37d9e59e-917f-471c-aa4e-dc033965cc83"}, {"remote_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:01:55Z", "security_group_id": "d1f6c680-5cf9-4d95-949f-50e854b770b6", "port_range_min": null, "revision_number": 0, "tenant_id": "5048f19b486a431892bff98db2d9d628", "created_at": "2018-10-06T05:01:55Z", "project_id": "5048f19b486a431892bff98db2d9d628", "id": "b105abd7-af30-46e0-bd37-b2c785e0803b"}]} 2018-10-06 05:02:11,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d1f6c680-5cf9-4d95-949f-50e854b770b6 used request id req-78f94a32-fe18-4a4c-a0c8-d2e701f2874c 2018-10-06 05:02:11,315 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:02:11,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d1f6c680-5cf9-4d95-949f-50e854b770b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:11,707 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90dc9213-43c7-41bc-83b6-3f22e7fbcf5c Content-Length: 0 Date: Sat, 06 Oct 2018 05:02:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:02:11,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d1f6c680-5cf9-4d95-949f-50e854b770b6 used request id req-90dc9213-43c7-41bc-83b6-3f22e7fbcf5c 2018-10-06 05:02:11,708 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8740d461-181a-4bd-proj 2018-10-06 05:02:11,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:12,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80dd8c30-f0cf-4b03-91e6-aa21df59d7c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:12,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5048f19b486a431892bff98db2d9d628 used request id req-80dd8c30-f0cf-4b03-91e6-aa21df59d7c6 2018-10-06 05:02:12,018 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8740d461-181a-4bd-proj-role 2018-10-06 05:02:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:12,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7847d93-4150-4565-a141-d0e33fc8c801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:12,135 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9799b7636bf54575a890b450c7a63d47 used request id req-a7847d93-4150-4565-a141-d0e33fc8c801 2018-10-06 05:02:12,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}727fdc99b231076337112d82a5e7d25f25472225" 2018-10-06 05:02:12,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9f56a1-3f95-4263-afba-eab323c75299 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:12,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-cc9f56a1-3f95-4263-afba-eab323c75299 2018-10-06 05:02:12,224 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8740d461-181a-4bd-user 2018-10-06 05:02:12,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4b699f8f476440f1957c22c9f1d0cb99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b23d7ec00980bb006be3a294ae7a1c670accf4" 2018-10-06 05:02:12,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c431d45f-4638-440b-9773-3fe484888015 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:12,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4b699f8f476440f1957c22c9f1d0cb99 used request id req-c431d45f-4638-440b-9773-3fe484888015 2018-10-06 05:02:12,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:12,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["tDbfG12dQheBp-Wt7KXRPw"], "issued_at": "2018-10-06T05:02:12.000000Z"}} 2018-10-06 05:02:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b5772a9581f42273a7edf3b1af1c955aff863f" 2018-10-06 05:02:12,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e914b237-de12-4b9b-a5e0-52112c2c2ae0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:12,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e914b237-de12-4b9b-a5e0-52112c2c2ae0 2018-10-06 05:02:12,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:12,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:13,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["qVuxybv4SBmHYf4IJe00MA"], "issued_at": "2018-10-06T05:02:13.000000Z"}} 2018-10-06 05:02:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:13,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fcc86f6-88ff-4c4c-bdfe-8a977a4624ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:13,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9fcc86f6-88ff-4c4c-bdfe-8a977a4624ed 2018-10-06 05:02:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:02:13,375 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:02:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:02:13,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76f84052-c16a-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:13,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a4a61b3-085e-4589-91f5-3ee36161f805 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76f84052-c16a-49c-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:02:13,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-76f84052-c16a-49c-proj used request id req-8a4a61b3-085e-4589-91f5-3ee36161f805 2018-10-06 05:02:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:13,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e21e1b-1eb4-4493-b175-8ac99cbca4e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:02:13,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a3e21e1b-1eb4-4493-b175-8ac99cbca4e4 2018-10-06 05:02:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}}' 2018-10-06 05:02:13,680 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d8d1e42-b446-49b0-8561-7bd0d308f6ce Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499"}, "enabled": true, "id": "f780c5110a9e44598989ce67abdf7499", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}} 2018-10-06 05:02:13,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4d8d1e42-b446-49b0-8561-7bd0d308f6ce 2018-10-06 05:02:13,680 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-76f84052-c16a-49c-proj 2018-10-06 05:02:13,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:13,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:14,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8vxHH8I5S7SeJxmQFbO-gg"], "issued_at": "2018-10-06T05:02:14.000000Z"}} 2018-10-06 05:02:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:14,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af8715a-82f1-4666-9942-a2511b0d9500 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:14,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5af8715a-82f1-4666-9942-a2511b0d9500 2018-10-06 05:02:14,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:02:14,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:02:14,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:14,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c18975c-7992-4857-a7a9-d64cd37f5546 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:02:14,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-6c18975c-7992-4857-a7a9-d64cd37f5546 2018-10-06 05:02:14,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:14,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c98b9d-04b2-40a2-94e7-e54efbcdcdd3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499"}, "enabled": true, "id": "f780c5110a9e44598989ce67abdf7499", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}]} 2018-10-06 05:02:14,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj used request id req-11c98b9d-04b2-40a2-94e7-e54efbcdcdd3 2018-10-06 05:02:14,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:14,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e5b37ee-7043-4497-8b4f-87d90c6558bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:02:14,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1e5b37ee-7043-4497-8b4f-87d90c6558bd 2018-10-06 05:02:14,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:14,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a206301-95e9-4b97-be31-6ab9b9a9671b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:14,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2a206301-95e9-4b97-be31-6ab9b9a9671b 2018-10-06 05:02:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:15,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76464df9-e65b-4087-8563-2e07220d6135 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499"}, "enabled": true, "id": "f780c5110a9e44598989ce67abdf7499", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}]} 2018-10-06 05:02:15,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-76f84052-c16a-49c-proj used request id req-76464df9-e65b-4087-8563-2e07220d6135 2018-10-06 05:02:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/9752ae099608496a8f8e191c25ca372a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:15,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371ccd9b-8acc-4901-ab6b-281e79d3c87f Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-76f84052-c16a-49c-user", "links": {"self": "http://172.30.9.29:5000/v3/users/9752ae099608496a8f8e191c25ca372a"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "f780c5110a9e44598989ce67abdf7499", "id": "9752ae099608496a8f8e191c25ca372a", "password_expires_at": null}} 2018-10-06 05:02:15,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/9752ae099608496a8f8e191c25ca372a used request id req-371ccd9b-8acc-4901-ab6b-281e79d3c87f 2018-10-06 05:02:15,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:15,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37e4db7-0620-4b85-a17d-9a5b4aefb13b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:02:15,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles used request id req-b37e4db7-0620-4b85-a17d-9a5b4aefb13b 2018-10-06 05:02:15,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:15,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86a7c2af-00d4-468d-82d3-a7ce9cedea56 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:02:15,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-86a7c2af-00d4-468d-82d3-a7ce9cedea56 2018-10-06 05:02:15,286 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-76f84052-c16a-49c-proj 2018-10-06 05:02:15,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:15,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5177ddf-767e-4b4f-80b3-029872fce59d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:15,420 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-a5177ddf-767e-4b4f-80b3-029872fce59d 2018-10-06 05:02:15,420 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-76f84052-c16a-49c-user 2018-10-06 05:02:15,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:15,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:15,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02731f1-17a0-4661-99b2-5e3eb487af97 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:15,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f02731f1-17a0-4661-99b2-5e3eb487af97 2018-10-06 05:02:15,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" -d '{"role": {"name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role"}}' 2018-10-06 05:02:15,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64467ea1-f75c-4f66-a5b0-fb2253cbb6bf Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5dcf93c0392b4634b6c24f4cc1e3026e", "links": {"self": "http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e"}, "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role"}} 2018-10-06 05:02:15,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-64467ea1-f75c-4f66-a5b0-fb2253cbb6bf 2018-10-06 05:02:15,621 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-76f84052-c16a-49c-proj-role 2018-10-06 05:02:15,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:15,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca6af0c-286a-48cd-8f0b-dd26eb971305 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e"}, "domain_id": null, "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role", "id": "5dcf93c0392b4634b6c24f4cc1e3026e"}} 2018-10-06 05:02:15,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e used request id req-7ca6af0c-286a-48cd-8f0b-dd26eb971305 2018-10-06 05:02:15,715 - keystone_utils - INFO - Granting role CreateStackSuccessTests-76f84052-c16a-49c-proj-role to project CreateStackSuccessTests-76f84052-c16a-49c-proj 2018-10-06 05:02:15,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles/5dcf93c0392b4634b6c24f4cc1e3026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:15,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99129636-0552-400c-95ef-1ac1179be393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:15,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499/users/9752ae099608496a8f8e191c25ca372a/roles/5dcf93c0392b4634b6c24f4cc1e3026e used request id req-99129636-0552-400c-95ef-1ac1179be393 2018-10-06 05:02:15,863 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:02:15,863 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:02:15,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:15,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:16,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5dcf93c0392b4634b6c24f4cc1e3026e", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f780c5110a9e44598989ce67abdf7499", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76f84052-c16a-49c-user", "id": "9752ae099608496a8f8e191c25ca372a"}, "audit_ids": ["713ZqJOoSAiCJmVHvyVzYQ"], "issued_at": "2018-10-06T05:02:16.000000Z"}} 2018-10-06 05:02:16,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:16,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39898c15-b783-49e1-9a45-eb657215479f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:16,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39898c15-b783-49e1-9a45-eb657215479f 2018-10-06 05:02:16,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:16,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-2b606ed5-d75f-4643-898c-084a5533a92a Date: Sat, 06 Oct 2018 05:02:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image"} 2018-10-06 05:02:16,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image used request id req-2b606ed5-d75f-4643-898c-084a5533a92a 2018-10-06 05:02:16,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:16,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e90c09e2-dd5a-4ef7-8228-521308a93626 Date: Sat, 06 Oct 2018 05:02: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", "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-10-06 05:02:16,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e90c09e2-dd5a-4ef7-8228-521308a93626 2018-10-06 05:02:16,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image"}' 2018-10-06 05:02:16,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f X-Openstack-Request-Id: req-310398ae-24b0-4efc-b640-37cf3da573b2 Date: Sat, 06 Oct 2018 05:02:16 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:02:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:02:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "min_disk": 0, "protected": false, "id": "f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "file": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/file", "checksum": null, "owner": "f780c5110a9e44598989ce67abdf7499", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:02:16,875 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-310398ae-24b0-4efc-b640-37cf3da573b2 2018-10-06 05:02:16,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" -d '' 2018-10-06 05:02:18,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49305194-963b-48fb-8dbd-ea706fa79fc2 Date: Sat, 06 Oct 2018 05:02:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:02:18,326 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/file used request id req-49305194-963b-48fb-8dbd-ea706fa79fc2 2018-10-06 05:02:18,327 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:02:18,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:18,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-68f0866a-9a93-489c-b624-e91250f84146 Date: Sat, 06 Oct 2018 05:02:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:02:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:02:18Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/snap", "metadata": {}}], "self": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "min_disk": 0, "protected": false, "id": "f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "file": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f780c5110a9e44598989ce67abdf7499", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:02:18,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f used request id req-68f0866a-9a93-489c-b624-e91250f84146 2018-10-06 05:02:18,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:18,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c9a6ab7b-1b59-4ecb-bdf3-d2700a441e2b Date: Sat, 06 Oct 2018 05:02: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", "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-10-06 05:02:18,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c9a6ab7b-1b59-4ecb-bdf3-d2700a441e2b 2018-10-06 05:02:18,652 - create_image - INFO - Created image with name - CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image 2018-10-06 05:02:18,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:18,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b3b7018c-12cf-4a40-ac11-a4f298bd5882 Date: Sat, 06 Oct 2018 05:02:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:02:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:02:18Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/snap", "metadata": {}}], "self": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "min_disk": 0, "protected": false, "id": "f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f", "file": "/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f780c5110a9e44598989ce67abdf7499", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:02:18,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f used request id req-b3b7018c-12cf-4a40-ac11-a4f298bd5882 2018-10-06 05:02:18,816 - create_image - DEBUG - Instance status is - active 2018-10-06 05:02:18,817 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image 2018-10-06 05:02:18,817 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image 2018-10-06 05:02:18,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:18,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:19,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3PHWNN5uTk-3ym5vNjuZ5g"], "issued_at": "2018-10-06T05:02:19.000000Z"}} 2018-10-06 05:02:19,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd571239d50de07c5db2dac62d977d8a46c12a3b" 2018-10-06 05:02:19,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b495d32-b552-49a2-9c53-652980944a31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:19,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9b495d32-b552-49a2-9c53-652980944a31 2018-10-06 05:02:19,286 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:02:19,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd571239d50de07c5db2dac62d977d8a46c12a3b" 2018-10-06 05:02:19,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02: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-015f7cc5-0a98-4f67-8334-bcd9b51e496a x-compute-request-id: req-015f7cc5-0a98-4f67-8334-bcd9b51e496a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:02:19,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-015f7cc5-0a98-4f67-8334-bcd9b51e496a 2018-10-06 05:02:19,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd571239d50de07c5db2dac62d977d8a46c12a3b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-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-10-06 05:02:19,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02: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-2cd59caa-0c7d-43be-950f-5c26d58bc5f8 x-compute-request-id: req-2cd59caa-0c7d-43be-950f-5c26d58bc5f8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ef63499d-1285-4b46-87b1-71fc8efcbef0", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ef63499d-1285-4b46-87b1-71fc8efcbef0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ef63499d-1285-4b46-87b1-71fc8efcbef0", "name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:02:19,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2cd59caa-0c7d-43be-950f-5c26d58bc5f8 2018-10-06 05:02:19,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:19,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:19,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5dcf93c0392b4634b6c24f4cc1e3026e", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f780c5110a9e44598989ce67abdf7499", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76f84052-c16a-49c-user", "id": "9752ae099608496a8f8e191c25ca372a"}, "audit_ids": ["BKnJouOcRlOAyiTaSX-Agw"], "issued_at": "2018-10-06T05:02:19.000000Z"}} 2018-10-06 05:02:19,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:19,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b50377-c865-49bd-81c3-112586819a01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:19,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b2b50377-c865-49bd-81c3-112586819a01 2018-10-06 05:02:19,982 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:02:19,985 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:02:19,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:20,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:19 GMT Server: Apache x-openstack-request-id: req-5c1c2b75-816d-4016-894c-65cc9af1fc69 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:02:20,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack used request id req-5c1c2b75-816d-4016-894c-65cc9af1fc69 2018-10-06 05:02:20,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-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-ac8a849a-ef65-4227-966b-b7e956612848-net", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}}' 2018-10-06 05:02:22,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:02:20 GMT Server: Apache x-openstack-request-id: req-b90913f1-00c4-4b44-bdfb-0b664c3bd29f Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}]}} 2018-10-06 05:02:22,236 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks used request id req-b90913f1-00c4-4b44-bdfb-0b664c3bd29f 2018-10-06 05:02:22,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:22,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:22 GMT Server: Apache x-openstack-request-id: req-911d17a5-c4ea-47fc-a19c-edd6c1a73bed Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:22,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:22 GMT Server: Apache x-openstack-request-id: req-e306c35c-592e-4563-991c-5baa9cdb4c0a 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:22,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-e306c35c-592e-4563-991c-5baa9cdb4c0a 2018-10-06 05:02:22,613 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:22,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:22,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:22 GMT Server: Apache x-openstack-request-id: req-e81cb0dc-9a9f-4d67-9b9b-4b43556141b1 Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:22,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:22 GMT Server: Apache x-openstack-request-id: req-b93038d2-9ab9-4d79-a503-0058105ddd60 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:22,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-b93038d2-9ab9-4d79-a503-0058105ddd60 2018-10-06 05:02:22,840 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:02:22,841 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:25,844 - create_stack - DEBUG - Stack status query timeout in 1196.76920605 2018-10-06 05:02:25,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:26,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:25 GMT Server: Apache x-openstack-request-id: req-35a2f292-d3d1-44da-b0cb-a448a5b1068c Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:26,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:26 GMT Server: Apache x-openstack-request-id: req-688b49e4-c9d8-42a9-bf4d-a96903ab55e3 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:26,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-688b49e4-c9d8-42a9-bf4d-a96903ab55e3 2018-10-06 05:02:26,229 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:02:26,229 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:29,233 - create_stack - DEBUG - Stack status query timeout in 1193.38032603 2018-10-06 05:02:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:29,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:29 GMT Server: Apache x-openstack-request-id: req-42b06e46-777b-4900-8a83-5ccc868d7dfc Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:29,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:29 GMT Server: Apache x-openstack-request-id: req-33dc645f-9cd5-40ee-a89c-051742d74752 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:29,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-33dc645f-9cd5-40ee-a89c-051742d74752 2018-10-06 05:02:29,486 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:02:29,486 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:32,487 - create_stack - DEBUG - Stack status query timeout in 1190.126369 2018-10-06 05:02:32,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:32,659 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:32 GMT Server: Apache x-openstack-request-id: req-c13e4297-6fe6-4c44-903d-3eabcb36cd8b Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:32,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:32 GMT Server: Apache x-openstack-request-id: req-92874cd2-fe61-480e-b7af-354293bf0fb6 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:32,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-92874cd2-fe61-480e-b7af-354293bf0fb6 2018-10-06 05:02:32,849 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:02:32,850 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:35,853 - create_stack - DEBUG - Stack status query timeout in 1186.76014113 2018-10-06 05:02:35,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:36,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:35 GMT Server: Apache x-openstack-request-id: req-c3a43107-44ac-4fd9-bd4f-f8e8044b334f Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:36,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:36 GMT Server: Apache x-openstack-request-id: req-455c9f44-55d1-42c0-aa04-8c182b43d44a 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:36,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-455c9f44-55d1-42c0-aa04-8c182b43d44a 2018-10-06 05:02:36,069 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:02:36,069 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:39,073 - create_stack - DEBUG - Stack status query timeout in 1183.54040718 2018-10-06 05:02:39,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:39,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-20e6c630-03ec-4a58-b9f7-9b245b56e33c Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:39,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-dfc5718d-c0bd-42e3-8990-46bc597e1c7c 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:39,144 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-dfc5718d-c0bd-42e3-8990-46bc597e1c7c 2018-10-06 05:02:39,144 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:02:39,144 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:39,145 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:39,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:39,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5dcf93c0392b4634b6c24f4cc1e3026e", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:02:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f780c5110a9e44598989ce67abdf7499", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f780c5110a9e44598989ce67abdf7499", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-76f84052-c16a-49c-user", "id": "9752ae099608496a8f8e191c25ca372a"}, "audit_ids": ["btRkrF-MQue3QsaQADB_ZA"], "issued_at": "2018-10-06T05:02:39.000000Z"}} 2018-10-06 05:02:39,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d319971a88e3f1293df21a30fa059bbf4048ba3c" 2018-10-06 05:02:39,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-ddc288e3-7cd6-4966-87aa-a9eab0ac8dab Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:39,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-d56ee702-21c2-414c-b3e6-4e00924e736c 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:39,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-d56ee702-21c2-414c-b3e6-4e00924e736c 2018-10-06 05:02:39,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:40,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-a4ed3d6d-027a-4cce-bf4f-ce7c948440b3 Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:40,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:40 GMT Server: Apache x-openstack-request-id: req-156fa8ac-651a-4e94-97ad-a4b36661ab5e 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:40,248 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-156fa8ac-651a-4e94-97ad-a4b36661ab5e 2018-10-06 05:02:40,249 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:40,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:40 GMT Server: Apache x-openstack-request-id: req-d3290011-ee94-475e-a6a1-4fd853564884 Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:40,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:40 GMT Server: Apache x-openstack-request-id: req-b3ee73ed-c3a6-44da-8c78-a01c2cb9af4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:40,319 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-b3ee73ed-c3a6-44da-8c78-a01c2cb9af4f 2018-10-06 05:02:40,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:40,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:40 GMT Server: Apache x-openstack-request-id: req-b5677cd9-9721-4c25-937a-5edeec97868b Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:40,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:40 GMT Server: Apache x-openstack-request-id: req-cc64673e-32b2-4f55-8681-5e19355a2b76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "tags": null, "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:40Z", "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:40,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-cc64673e-32b2-4f55-8681-5e19355a2b76 2018-10-06 05:02:40,530 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:40,530 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:43,533 - create_stack - DEBUG - Stack status query timeout in 1196.78677893 2018-10-06 05:02:43,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:43,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:43 GMT Server: Apache x-openstack-request-id: req-6a5d4aad-147d-4584-a649-d521c92f45fe Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:44,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:43 GMT Server: Apache x-openstack-request-id: req-7877bfe3-49e1-4cb6-9d6b-9b655fd6dd5c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "tags": null, "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:40Z", "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:44,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-7877bfe3-49e1-4cb6-9d6b-9b655fd6dd5c 2018-10-06 05:02:44,117 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:44,117 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:47,120 - create_stack - DEBUG - Stack status query timeout in 1193.19966102 2018-10-06 05:02:47,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:47,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:47 GMT Server: Apache x-openstack-request-id: req-e1af8656-2638-4398-bfc9-90eeaaa44657 Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:47,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:47 GMT Server: Apache x-openstack-request-id: req-9d216b1a-dbd5-441f-b889-44c0527dffdc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "tags": null, "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:40Z", "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:47,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-9d216b1a-dbd5-441f-b889-44c0527dffdc 2018-10-06 05:02:47,196 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:47,196 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:50,199 - create_stack - DEBUG - Stack status query timeout in 1190.12029696 2018-10-06 05:02:50,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:50,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:50 GMT Server: Apache x-openstack-request-id: req-de558842-8b31-42b4-9174-e4d2fc8dd1fb Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:50,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:50 GMT Server: Apache x-openstack-request-id: req-80d9fd4a-7f6e-486f-9e69-9c7ea3d3bcb8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "tags": null, "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:02:40Z", "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:50,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-80d9fd4a-7f6e-486f-9e69-9c7ea3d3bcb8 2018-10-06 05:02:50,417 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:02:50,417 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:02:53,420 - create_stack - DEBUG - Stack status query timeout in 1186.899652 2018-10-06 05:02:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:53,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:53 GMT Server: Apache x-openstack-request-id: req-7e9748f0-8864-4bc7-bb38-ff005c12143f Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:53,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:53 GMT Server: Apache x-openstack-request-id: req-73916a41-c7f6-4bd8-b279-960c101ecbe6 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": "f780c5110a9e44598989ce67abdf7499", "OS::stack_id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "image_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image", "inst_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-inst", "subnet_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-subnet", "flavor_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-flavor-name", "net_name": "CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-net"}, "deletion_time": "2018-10-06T05:02:51Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack", "stack_user_project_id": "bcb227e610834c31b92ec4e412f3da99", "tags": null, "creation_time": "2018-10-06T05:02:21Z", "links": [{"href": "http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:02:40Z", "id": "b300f75e-e704-4c78-b7b0-4abe38fee6de", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:02:53,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-73916a41-c7f6-4bd8-b279-960c101ecbe6 2018-10-06 05:02:53,653 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:02:53,653 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:53,653 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack 2018-10-06 05:02:53,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/b300f75e-e704-4c78-b7b0-4abe38fee6de -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37e8dbf733feeec1efdb83b7cff679538cedb12" 2018-10-06 05:02:53,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:02:53 GMT Server: Apache x-openstack-request-id: req-c8100d39-b5b9-46f5-b9cd-85993e1ab7ef Location: http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:02:53,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:02:53 GMT Server: Apache x-openstack-request-id: req-a31b8e27-31fd-4fa0-af90-ad81183e2bcc Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:02:53,709 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/f780c5110a9e44598989ce67abdf7499/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-stack/b300f75e-e704-4c78-b7b0-4abe38fee6de used request id req-a31b8e27-31fd-4fa0-af90-ad81183e2bcc 2018-10-06 05:02:53,710 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-ac8a849a-ef65-4227-966b-b7e956612848-image 2018-10-06 05:02:53,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6bdcd4d48f3d4d9f6fe69eb2a9f87bf4cf5fa318" 2018-10-06 05:02:54,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7b8f119-7ec3-4faa-8b0f-a09ec7c97997 Date: Sat, 06 Oct 2018 05:02:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:02:54,890 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f0fe0e8c-8322-4090-900d-ac2fc6e0fa4f used request id req-b7b8f119-7ec3-4faa-8b0f-a09ec7c97997 2018-10-06 05:02:54,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/ef63499d-1285-4b46-87b1-71fc8efcbef0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd571239d50de07c5db2dac62d977d8a46c12a3b" 2018-10-06 05:02:54,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:02: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-b877fcbc-0355-46ee-b974-b35b3e33ef0e x-compute-request-id: req-b877fcbc-0355-46ee-b974-b35b3e33ef0e Content-Length: 0 Content-Type: application/json 2018-10-06 05:02:54,957 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ef63499d-1285-4b46-87b1-71fc8efcbef0 used request id req-b877fcbc-0355-46ee-b974-b35b3e33ef0e 2018-10-06 05:02:54,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b86417d9-9c1c-4583-9433-5efa608f7cc8 Date: Sat, 06 Oct 2018 05:02:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f780c5110a9e44598989ce67abdf7499", "created_at": "2018-10-06T05:02:22Z", "updated_at": "2018-10-06T05:02:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "revision_number": 0, "id": "42c151ab-2c60-4d10-872f-6e965ea246f4", "remote_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "tenant_id": "f780c5110a9e44598989ce67abdf7499", "port_range_min": null, "ethertype": "IPv4", "project_id": "f780c5110a9e44598989ce67abdf7499"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "revision_number": 0, "id": "6806e23f-0434-457a-b3e5-4fc934608941", "remote_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "tenant_id": "f780c5110a9e44598989ce67abdf7499", "port_range_min": null, "ethertype": "IPv6", "project_id": "f780c5110a9e44598989ce67abdf7499"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "revision_number": 0, "id": "b4e5d27b-f3fe-439c-861b-6b015cf7c3d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "tenant_id": "f780c5110a9e44598989ce67abdf7499", "port_range_min": null, "ethertype": "IPv4", "project_id": "f780c5110a9e44598989ce67abdf7499"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "revision_number": 0, "id": "b7a7d2a4-dc1a-40a9-a028-0caa67b4c3cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "tenant_id": "f780c5110a9e44598989ce67abdf7499", "port_range_min": null, "ethertype": "IPv6", "project_id": "f780c5110a9e44598989ce67abdf7499"}], "revision_number": 4, "project_id": "f780c5110a9e44598989ce67abdf7499", "id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:02:55,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b86417d9-9c1c-4583-9433-5efa608f7cc8 2018-10-06 05:02:55,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea2e7fa3-b54f-4f9f-b86f-1d7b322764c7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:02:55,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-ea2e7fa3-b54f-4f9f-b86f-1d7b322764c7 2018-10-06 05:02:55,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-237d8fda-aaa7-4c86-81eb-5da3b29b782d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:02:55,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-237d8fda-aaa7-4c86-81eb-5da3b29b782d 2018-10-06 05:02:55,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3886713-e66f-4cd0-b930-c890f1198c9e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:02:55,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d3886713-e66f-4cd0-b930-c890f1198c9e 2018-10-06 05:02:55,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f803da2-82a8-4ec1-b81b-ac117bf93202 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499"}, "enabled": true, "id": "f780c5110a9e44598989ce67abdf7499", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-76f84052-c16a-49c-proj"}} 2018-10-06 05:02:55,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499 used request id req-1f803da2-82a8-4ec1-b81b-ac117bf93202 2018-10-06 05:02:55,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec2d9d42-8b67-47d6-81e4-e4813b2e19f6 2018-10-06 05:02:55,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ec2d9d42-8b67-47d6-81e4-e4813b2e19f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:55,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-386343e1-b68d-4ed3-8e16-dbed60f8b1c5 Date: Sat, 06 Oct 2018 05:02:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "port_range_min": null, "revision_number": 0, "tenant_id": "f780c5110a9e44598989ce67abdf7499", "created_at": "2018-10-06T05:02:22Z", "project_id": "f780c5110a9e44598989ce67abdf7499", "id": "42c151ab-2c60-4d10-872f-6e965ea246f4"}, {"remote_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "port_range_min": null, "revision_number": 0, "tenant_id": "f780c5110a9e44598989ce67abdf7499", "created_at": "2018-10-06T05:02:22Z", "project_id": "f780c5110a9e44598989ce67abdf7499", "id": "6806e23f-0434-457a-b3e5-4fc934608941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "port_range_min": null, "revision_number": 0, "tenant_id": "f780c5110a9e44598989ce67abdf7499", "created_at": "2018-10-06T05:02:22Z", "project_id": "f780c5110a9e44598989ce67abdf7499", "id": "b4e5d27b-f3fe-439c-861b-6b015cf7c3d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:02:22Z", "security_group_id": "ec2d9d42-8b67-47d6-81e4-e4813b2e19f6", "port_range_min": null, "revision_number": 0, "tenant_id": "f780c5110a9e44598989ce67abdf7499", "created_at": "2018-10-06T05:02:22Z", "project_id": "f780c5110a9e44598989ce67abdf7499", "id": "b7a7d2a4-dc1a-40a9-a028-0caa67b4c3cd"}]} 2018-10-06 05:02:55,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ec2d9d42-8b67-47d6-81e4-e4813b2e19f6 used request id req-386343e1-b68d-4ed3-8e16-dbed60f8b1c5 2018-10-06 05:02:55,738 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:02:55,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ec2d9d42-8b67-47d6-81e4-e4813b2e19f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:56,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13c29312-c3dc-44f1-9159-a9a7ceeee753 Content-Length: 0 Date: Sat, 06 Oct 2018 05:02:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:02:56,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ec2d9d42-8b67-47d6-81e4-e4813b2e19f6 used request id req-13c29312-c3dc-44f1-9159-a9a7ceeee753 2018-10-06 05:02:56,053 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-76f84052-c16a-49c-proj 2018-10-06 05:02:56,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:56,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a8e4b7-5eaf-4fbc-9065-770ecd365e34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:56,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f780c5110a9e44598989ce67abdf7499 used request id req-b6a8e4b7-5eaf-4fbc-9065-770ecd365e34 2018-10-06 05:02:56,270 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-76f84052-c16a-49c-proj-role 2018-10-06 05:02:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:56,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2109310-2d26-4878-85ae-bbf039940bbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:56,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/5dcf93c0392b4634b6c24f4cc1e3026e used request id req-d2109310-2d26-4878-85ae-bbf039940bbd 2018-10-06 05:02:56,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d29b99e864fab85f4d67a9d45a8508cfdd442e4e" 2018-10-06 05:02:56,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321a0c8f-8322-453b-b353-f4381b8e8e89 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:56,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-321a0c8f-8322-453b-b353-f4381b8e8e89 2018-10-06 05:02:56,473 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-76f84052-c16a-49c-user 2018-10-06 05:02:56,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/9752ae099608496a8f8e191c25ca372a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc5a55dc1927db151fe9631d97509a315e2e26f6" 2018-10-06 05:02:56,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b70fde3c-b80a-4542-9cf0-f91675a779e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:56,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/9752ae099608496a8f8e191c25ca372a used request id req-b70fde3c-b80a-4542-9cf0-f91675a779e4 2018-10-06 05:02:56,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:57,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["PpCSWkfrRDOFuUTnKvikkg"], "issued_at": "2018-10-06T05:02:57.000000Z"}} 2018-10-06 05:02:57,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20e17f1cd5a6268f8766163aaacde1b6d0f31013" 2018-10-06 05:02:57,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4132f1-51ca-4c42-833d-c39e36058dc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:57,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6c4132f1-51ca-4c42-833d-c39e36058dc1 2018-10-06 05:02:57,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:57,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:57,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2sMik66sTXK81_8UeGupSw"], "issued_at": "2018-10-06T05:02:57.000000Z"}} 2018-10-06 05:02:57,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:02:57,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebea4a1b-2bf3-4800-a2c6-c9d9cecd40f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:57,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ebea4a1b-2bf3-4800-a2c6-c9d9cecd40f1 2018-10-06 05:02:57,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:02:57,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:02:57,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d2ad9337-008e-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:02:57,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae440c59-864b-4afd-9cb1-5e0e0638c756 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d2ad9337-008e-476-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:02:57,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d2ad9337-008e-476-proj used request id req-ae440c59-864b-4afd-9cb1-5e0e0638c756 2018-10-06 05:02:57,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:02:57,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bbf320c-8453-497b-8765-782d5eb991d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:02:57,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0bbf320c-8453-497b-8765-782d5eb991d4 2018-10-06 05:02:57,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}}' 2018-10-06 05:02:57,938 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be8f67f9-6a0e-48ce-bf81-b0fd2fcb6dd8 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43"}, "enabled": true, "id": "9d5da2f2ce28448789e808a6fca81d43", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}} 2018-10-06 05:02:57,938 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-be8f67f9-6a0e-48ce-bf81-b0fd2fcb6dd8 2018-10-06 05:02:57,939 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d2ad9337-008e-476-proj 2018-10-06 05:02:57,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:57,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:02:58,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["qlru5_KeRyCGKI6QFbs72Q"], "issued_at": "2018-10-06T05:02:58.000000Z"}} 2018-10-06 05:02:58,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:58,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a955c4-3f49-4290-8c1c-efcadb10304a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:02:58,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-56a955c4-3f49-4290-8c1c-efcadb10304a 2018-10-06 05:02:58,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:02:58,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:02:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:58,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98385bc7-310c-44aa-a71e-6999cbc5e2c4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:02:58,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-98385bc7-310c-44aa-a71e-6999cbc5e2c4 2018-10-06 05:02:58,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:58,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df73a7c-75f9-4778-a3e3-c3f265a0bf96 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43"}, "enabled": true, "id": "9d5da2f2ce28448789e808a6fca81d43", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}]} 2018-10-06 05:02:58,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj used request id req-2df73a7c-75f9-4778-a3e3-c3f265a0bf96 2018-10-06 05:02:58,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:58,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4eb6fb-83e1-45e6-bb5f-9b06dd9c0983 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:02:58,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cf4eb6fb-83e1-45e6-bb5f-9b06dd9c0983 2018-10-06 05:02:59,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-517eb752-5e09-44cd-ba24-f5da4c973c74 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:59,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-517eb752-5e09-44cd-ba24-f5da4c973c74 2018-10-06 05:02:59,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80574d6-62de-4948-902f-949825759e05 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43"}, "enabled": true, "id": "9d5da2f2ce28448789e808a6fca81d43", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}]} 2018-10-06 05:02:59,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-d2ad9337-008e-476-proj used request id req-b80574d6-62de-4948-902f-949825759e05 2018-10-06 05:02:59,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/ab69a8dc27454acfa69d07c499314c72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc96b78-1ac1-4c1c-8f4b-17cd00482c07 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-d2ad9337-008e-476-user", "links": {"self": "http://172.30.9.29:5000/v3/users/ab69a8dc27454acfa69d07c499314c72"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "ab69a8dc27454acfa69d07c499314c72", "password_expires_at": null}} 2018-10-06 05:02:59,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/ab69a8dc27454acfa69d07c499314c72 used request id req-1cc96b78-1ac1-4c1c-8f4b-17cd00482c07 2018-10-06 05:02:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c312fe-4892-47b7-809b-8b35530bd922 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:02:59,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles used request id req-03c312fe-4892-47b7-809b-8b35530bd922 2018-10-06 05:02:59,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcf3483-f4d6-4d4b-8114-026e9f562d87 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:02:59,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-4fcf3483-f4d6-4d4b-8114-026e9f562d87 2018-10-06 05:02:59,510 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d2ad9337-008e-476-proj 2018-10-06 05:02:59,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:02:59,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf54f30d-914f-4c57-8e80-d7667ee17bf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:02:59,750 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-bf54f30d-914f-4c57-8e80-d7667ee17bf2 2018-10-06 05:02:59,750 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d2ad9337-008e-476-user 2018-10-06 05:02:59,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:02:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:02:59,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e901d6d1-c557-4b42-b7fd-2a4b2f3ba337 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:02:59,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e901d6d1-c557-4b42-b7fd-2a4b2f3ba337 2018-10-06 05:02:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" -d '{"role": {"name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}}' 2018-10-06 05:03:00,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68a107c4-ae90-4177-8a70-2d0d8bb054c0 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "726abce0631049bdbb51359b8faea117", "links": {"self": "http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117"}, "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}} 2018-10-06 05:03:00,010 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-68a107c4-ae90-4177-8a70-2d0d8bb054c0 2018-10-06 05:03:00,010 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d2ad9337-008e-476-proj-role 2018-10-06 05:03:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:00,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab90d25-1fd6-44dc-a70a-1e99a6dc23de Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117"}, "domain_id": null, "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role", "id": "726abce0631049bdbb51359b8faea117"}} 2018-10-06 05:03:00,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117 used request id req-3ab90d25-1fd6-44dc-a70a-1e99a6dc23de 2018-10-06 05:03:00,104 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d2ad9337-008e-476-proj-role to project CreateStackSuccessTests-d2ad9337-008e-476-proj 2018-10-06 05:03:00,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles/726abce0631049bdbb51359b8faea117 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:00,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7efd795-e7cf-46d6-acdb-05e67f9c5bcc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:00,233 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43/users/ab69a8dc27454acfa69d07c499314c72/roles/726abce0631049bdbb51359b8faea117 used request id req-e7efd795-e7cf-46d6-acdb-05e67f9c5bcc 2018-10-06 05:03:00,234 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:03:00,234 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:03:00,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:00,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:00,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "726abce0631049bdbb51359b8faea117", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}], "expires_at": "2018-10-06T06:03:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5da2f2ce28448789e808a6fca81d43", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d2ad9337-008e-476-user", "id": "ab69a8dc27454acfa69d07c499314c72"}, "audit_ids": ["dNPYg9FZTAGOvsKWWQ4DuQ"], "issued_at": "2018-10-06T05:03:00.000000Z"}} 2018-10-06 05:03:00,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:00,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b46bc2-5ada-4fab-8425-3c4a530f0e52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:00,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39b46bc2-5ada-4fab-8425-3c4a530f0e52 2018-10-06 05:03:00,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:00,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-4fb9d8e9-2cc0-4a7d-8ce6-223459bfa63c Date: Sat, 06 Oct 2018 05:03:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image"} 2018-10-06 05:03:00,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image used request id req-4fb9d8e9-2cc0-4a7d-8ce6-223459bfa63c 2018-10-06 05:03:00,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:01,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-07d45ffb-cb3b-489c-aa6a-261ce8eb099b Date: Sat, 06 Oct 2018 05:03: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", "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-10-06 05:03:01,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-07d45ffb-cb3b-489c-aa6a-261ce8eb099b 2018-10-06 05:03:01,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image"}' 2018-10-06 05:03:01,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 X-Openstack-Request-Id: req-0115863d-1a4a-4d1a-a3b4-c7956a056f1e Date: Sat, 06 Oct 2018 05:03:01 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "min_disk": 0, "protected": false, "id": "b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "file": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/file", "checksum": null, "owner": "9d5da2f2ce28448789e808a6fca81d43", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:01,275 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0115863d-1a4a-4d1a-a3b4-c7956a056f1e 2018-10-06 05:03:01,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" -d '' 2018-10-06 05:03:02,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20dadc1b-a35c-4d25-9557-13a9ada0f07a Date: Sat, 06 Oct 2018 05:03:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:03:02,337 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/file used request id req-20dadc1b-a35c-4d25-9557-13a9ada0f07a 2018-10-06 05:03:02,337 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:03:02,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:02,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-c0d47df0-2e9b-465e-98df-15ba8d575dc6 Date: Sat, 06 Oct 2018 05:03:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:02Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/snap", "metadata": {}}], "self": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "min_disk": 0, "protected": false, "id": "b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "file": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9d5da2f2ce28448789e808a6fca81d43", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:02,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 used request id req-c0d47df0-2e9b-465e-98df-15ba8d575dc6 2018-10-06 05:03:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:02,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d7a46ca-7327-4d40-b9fa-13057532e5cd Date: Sat, 06 Oct 2018 05:03: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", "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-10-06 05:03:02,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2d7a46ca-7327-4d40-b9fa-13057532e5cd 2018-10-06 05:03:02,677 - create_image - INFO - Created image with name - CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image 2018-10-06 05:03:02,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:02,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-175b0dfd-76d0-4501-b8bc-45f439523b72 Date: Sat, 06 Oct 2018 05:03:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:02Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/snap", "metadata": {}}], "self": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "min_disk": 0, "protected": false, "id": "b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2", "file": "/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9d5da2f2ce28448789e808a6fca81d43", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:02,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 used request id req-175b0dfd-76d0-4501-b8bc-45f439523b72 2018-10-06 05:03:02,853 - create_image - DEBUG - Instance status is - active 2018-10-06 05:03:02,853 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image 2018-10-06 05:03:02,854 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image 2018-10-06 05:03:02,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:02,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:03,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["cS2megiWR5ioVteN0wLb_g"], "issued_at": "2018-10-06T05:03:03.000000Z"}} 2018-10-06 05:03:03,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8b9875e01b31f396d0891905edc41b01bb7ca7" 2018-10-06 05:03:03,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75fbd2a-088f-482c-81d0-d0e2e5509ecd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:03,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c75fbd2a-088f-482c-81d0-d0e2e5509ecd 2018-10-06 05:03:03,319 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:03:03,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8b9875e01b31f396d0891905edc41b01bb7ca7" 2018-10-06 05:03:03,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b93cf9af-52d6-40ed-99db-2d519ae65894 x-compute-request-id: req-b93cf9af-52d6-40ed-99db-2d519ae65894 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:03:03,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b93cf9af-52d6-40ed-99db-2d519ae65894 2018-10-06 05:03:03,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8b9875e01b31f396d0891905edc41b01bb7ca7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-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-10-06 05:03:03,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07598a46-9074-4c35-a3ad-cc35d19f9cc8 x-compute-request-id: req-07598a46-9074-4c35-a3ad-cc35d19f9cc8 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/83f9792c-92df-4fb2-b1fc-8298a18ea3d0", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/83f9792c-92df-4fb2-b1fc-8298a18ea3d0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "83f9792c-92df-4fb2-b1fc-8298a18ea3d0", "name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:03:03,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-07598a46-9074-4c35-a3ad-cc35d19f9cc8 2018-10-06 05:03:03,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:03,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:03,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "726abce0631049bdbb51359b8faea117", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}], "expires_at": "2018-10-06T06:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5da2f2ce28448789e808a6fca81d43", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d2ad9337-008e-476-user", "id": "ab69a8dc27454acfa69d07c499314c72"}, "audit_ids": ["T3b6d2jnTPm7i8lOXRnVCg"], "issued_at": "2018-10-06T05:03:03.000000Z"}} 2018-10-06 05:03:03,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:04,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4102228-82ee-4f63-a9bb-b2ed6fcc84a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:04,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a4102228-82ee-4f63-a9bb-b2ed6fcc84a7 2018-10-06 05:03:04,048 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:03:04,050 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:03:04,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:04,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:04 GMT Server: Apache x-openstack-request-id: req-61f45f6f-88f1-47ce-aec5-6f001f8f56b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:03:04,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack used request id req-61f45f6f-88f1-47ce-aec5-6f001f8f56b9 2018-10-06 05:03:04,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-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-652814f3-7648-4336-8360-708f4ac61e3e-net", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}}' 2018-10-06 05:03:06,868 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:03:04 GMT Server: Apache x-openstack-request-id: req-38a90afa-387e-4578-ba6e-48fbf71c43de Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "02cb98c4-caf9-488b-b852-2b62ff488791", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}]}} 2018-10-06 05:03:06,869 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks used request id req-38a90afa-387e-4578-ba6e-48fbf71c43de 2018-10-06 05:03:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:07,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:06 GMT Server: Apache x-openstack-request-id: req-8f342263-bbab-46a0-8bea-f01489a11e5f Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:07,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:07 GMT Server: Apache x-openstack-request-id: req-7091f62c-a4aa-40be-b6d4-2086a31a1dac 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:07,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-7091f62c-a4aa-40be-b6d4-2086a31a1dac 2018-10-06 05:03:07,218 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:07,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:07,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:07 GMT Server: Apache x-openstack-request-id: req-36c5e809-82fc-494f-bd37-d95deaef7e04 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:07,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:07 GMT Server: Apache x-openstack-request-id: req-faff95a0-b898-429e-80c2-88d1fc376c47 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:07,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-faff95a0-b898-429e-80c2-88d1fc376c47 2018-10-06 05:03:07,439 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:07,440 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:10,441 - create_stack - DEBUG - Stack status query timeout in 1196.77686596 2018-10-06 05:03:10,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:10,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:10 GMT Server: Apache x-openstack-request-id: req-d3a00152-479b-48d7-9032-30ff8913e0ab Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:10,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:10 GMT Server: Apache x-openstack-request-id: req-76f53c0f-4824-4c2c-8467-51388208b5b0 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:10,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-76f53c0f-4824-4c2c-8467-51388208b5b0 2018-10-06 05:03:10,905 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:10,905 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:13,908 - create_stack - DEBUG - Stack status query timeout in 1193.3098259 2018-10-06 05:03:13,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:14,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:13 GMT Server: Apache x-openstack-request-id: req-503dc8c9-5315-4d33-a0a2-1948e4eabbfc Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:14,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:14 GMT Server: Apache x-openstack-request-id: req-2a809507-8921-49ca-be94-70ac87bdde6f 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:14,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-2a809507-8921-49ca-be94-70ac87bdde6f 2018-10-06 05:03:14,123 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:14,123 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:17,124 - create_stack - DEBUG - Stack status query timeout in 1190.09423685 2018-10-06 05:03:17,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:17,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:17 GMT Server: Apache x-openstack-request-id: req-925db830-9786-4b90-a51d-44513994936f Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:17,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:17 GMT Server: Apache x-openstack-request-id: req-d078e987-afca-4b3c-a173-fb13854ff058 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:17,199 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-d078e987-afca-4b3c-a173-fb13854ff058 2018-10-06 05:03:17,200 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:17,200 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:20,203 - create_stack - DEBUG - Stack status query timeout in 1187.01530385 2018-10-06 05:03:20,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:20,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:20 GMT Server: Apache x-openstack-request-id: req-7f1f2cd2-769b-4e30-a7a6-02725933f145 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:20,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:20 GMT Server: Apache x-openstack-request-id: req-b5791053-598d-419d-92cb-1ca26b4f3964 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:20,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-b5791053-598d-419d-92cb-1ca26b4f3964 2018-10-06 05:03:20,570 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:20,570 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:23,573 - create_stack - DEBUG - Stack status query timeout in 1183.64487386 2018-10-06 05:03:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:23,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:23 GMT Server: Apache x-openstack-request-id: req-e8d45474-77e9-45d4-b5da-fbaa2826c44e Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:23,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:23 GMT Server: Apache x-openstack-request-id: req-e24a5944-b60e-4386-912f-0cf8e53d7ef6 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:23,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-e24a5944-b60e-4386-912f-0cf8e53d7ef6 2018-10-06 05:03:23,941 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:03:23,941 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:23,941 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:23,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:24,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "726abce0631049bdbb51359b8faea117", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}], "expires_at": "2018-10-06T06:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5da2f2ce28448789e808a6fca81d43", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d2ad9337-008e-476-user", "id": "ab69a8dc27454acfa69d07c499314c72"}, "audit_ids": ["dG0CNYx2TauYqv7m90iCIg"], "issued_at": "2018-10-06T05:03:24.000000Z"}} 2018-10-06 05:03:24,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baca523dc80c0b121b7eef14ffd8bcad3b011486" 2018-10-06 05:03:24,502 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:24 GMT Server: Apache x-openstack-request-id: req-c5f3e4f1-ee30-4b38-bdb5-1296e7e1a02a Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:24,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:24 GMT Server: Apache x-openstack-request-id: req-fbd548a9-7768-438d-a77b-1c8f26f873f6 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:24,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-fbd548a9-7768-438d-a77b-1c8f26f873f6 2018-10-06 05:03:24,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:24,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:24 GMT Server: Apache x-openstack-request-id: req-7b4032bf-0f2e-4336-a7cb-f7cfa673e2e9 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:24,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:24 GMT Server: Apache x-openstack-request-id: req-0d506dd6-2dd7-4fd2-b4e2-46e52bd5380a 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:24,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-0d506dd6-2dd7-4fd2-b4e2-46e52bd5380a 2018-10-06 05:03:24,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:24,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:25,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "726abce0631049bdbb51359b8faea117", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj-role"}], "expires_at": "2018-10-06T06:03:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d5da2f2ce28448789e808a6fca81d43", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9d5da2f2ce28448789e808a6fca81d43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d2ad9337-008e-476-user", "id": "ab69a8dc27454acfa69d07c499314c72"}, "audit_ids": ["nFzRv1yQTyazg2IHXU3Uvw"], "issued_at": "2018-10-06T05:03:25.000000Z"}} 2018-10-06 05:03:25,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4850ec4c4f01c78843b4e901bd8d65972bab355" 2018-10-06 05:03:25,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829516d5-b1bf-43e0-85f9-d2bd6c0f0b1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:25,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-829516d5-b1bf-43e0-85f9-d2bd6c0f0b1c 2018-10-06 05:03:25,377 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:03:25,380 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:03:25,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4850ec4c4f01c78843b4e901bd8d65972bab355" 2018-10-06 05:03:25,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-d7225824-ebd7-4574-a7b4-87c52e6cb519 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-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "deletion_time": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "tags": null}]} 2018-10-06 05:03:25,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack used request id req-d7225824-ebd7-4574-a7b4-87c52e6cb519 2018-10-06 05:03:25,702 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:25,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4850ec4c4f01c78843b4e901bd8d65972bab355" 2018-10-06 05:03:25,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-dff79eb5-0c55-4259-921c-b4df82c19a53 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:26,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-b1c632fe-0dec-4a60-8625-aff33a39c221 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:26,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-b1c632fe-0dec-4a60-8625-aff33a39c221 2018-10-06 05:03:26,148 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:26,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:26,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:26 GMT Server: Apache x-openstack-request-id: req-7f354daa-47a7-4163-8634-c8c1e026ae62 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:26,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:26 GMT Server: Apache x-openstack-request-id: req-ad1ed8c7-f634-4d83-8a67-68e65eee9c03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:26,361 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-ad1ed8c7-f634-4d83-8a67-68e65eee9c03 2018-10-06 05:03:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:26,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:26 GMT Server: Apache x-openstack-request-id: req-d55636ef-47be-4839-8aa2-42cff6f1f57d Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:26,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:26 GMT Server: Apache x-openstack-request-id: req-933da6ee-78eb-4c7d-9e7b-c7e19b522e47 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "tags": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:03:26Z", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:26,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-933da6ee-78eb-4c7d-9e7b-c7e19b522e47 2018-10-06 05:03:26,568 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:03:26,568 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:29,571 - create_stack - DEBUG - Stack status query timeout in 1196.79055309 2018-10-06 05:03:29,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:29,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:29 GMT Server: Apache x-openstack-request-id: req-ef63733b-a778-4328-b7f1-ec70baedfa05 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:29,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:29 GMT Server: Apache x-openstack-request-id: req-4780551a-f954-4856-afd0-35a9d05bc40c 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "tags": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:03:26Z", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:29,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-4780551a-f954-4856-afd0-35a9d05bc40c 2018-10-06 05:03:29,773 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:03:29,773 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:32,776 - create_stack - DEBUG - Stack status query timeout in 1193.58577704 2018-10-06 05:03:32,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:32,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:32 GMT Server: Apache x-openstack-request-id: req-c0d3290b-4922-466f-90d0-716590de4caf Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:32,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:32 GMT Server: Apache x-openstack-request-id: req-1b82d62c-e2cf-48ff-89fe-7a6f951bdd0c 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "tags": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:03:26Z", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:32,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-1b82d62c-e2cf-48ff-89fe-7a6f951bdd0c 2018-10-06 05:03:32,990 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:03:32,991 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:35,994 - create_stack - DEBUG - Stack status query timeout in 1190.36796808 2018-10-06 05:03:35,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:36,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:36 GMT Server: Apache x-openstack-request-id: req-7c71fe0f-89df-4762-9756-b7a178a8df7c Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:36,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:36 GMT Server: Apache x-openstack-request-id: req-bbcb87ae-fada-4bae-923b-7be269c660d6 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "tags": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:03:26Z", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:36,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-bbcb87ae-fada-4bae-923b-7be269c660d6 2018-10-06 05:03:36,050 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:03:36,050 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:39,054 - create_stack - DEBUG - Stack status query timeout in 1187.30814505 2018-10-06 05:03:39,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:39,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:39 GMT Server: Apache x-openstack-request-id: req-3ebdc4e9-eace-4a99-bd8a-ac4e0f58b26f Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:39,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:39 GMT Server: Apache x-openstack-request-id: req-7fdd311b-5a69-4ab6-9644-290ee153a69d 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": "9d5da2f2ce28448789e808a6fca81d43", "OS::stack_id": "02cb98c4-caf9-488b-b852-2b62ff488791", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "image_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image", "inst_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-inst", "subnet_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-subnet", "flavor_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-flavor-name", "net_name": "CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-net"}, "deletion_time": "2018-10-06T05:03:37Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack", "stack_user_project_id": "e73c1b49c8634602ba4d89d5f3a23619", "tags": null, "creation_time": "2018-10-06T05:03:06Z", "links": [{"href": "http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:03:26Z", "id": "02cb98c4-caf9-488b-b852-2b62ff488791", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:39,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-7fdd311b-5a69-4ab6-9644-290ee153a69d 2018-10-06 05:03:39,284 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:03:39,285 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:39,285 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack 2018-10-06 05:03:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/02cb98c4-caf9-488b-b852-2b62ff488791 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94a0072f86a93ff174b85115a2d64817c64170d" 2018-10-06 05:03:39,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:39 GMT Server: Apache x-openstack-request-id: req-99ab10a9-bcc2-4c8a-ab6f-4b1f79ca66e7 Location: http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:39,341 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:03:39 GMT Server: Apache x-openstack-request-id: req-697032ae-cf9f-47d5-bb96-af7f0f0498bd Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:03:39,342 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9d5da2f2ce28448789e808a6fca81d43/stacks/CreateStackSuccessTests-CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-stack/02cb98c4-caf9-488b-b852-2b62ff488791 used request id req-697032ae-cf9f-47d5-bb96-af7f0f0498bd 2018-10-06 05:03:39,343 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-652814f3-7648-4336-8360-708f4ac61e3e-image 2018-10-06 05:03:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2d3247e3b8cfb68fab736642fd2f7e511f25c7" 2018-10-06 05:03:41,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a5217b7-ccfc-40aa-aacc-3ea11e967ab6 Date: Sat, 06 Oct 2018 05:03:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:03:41,112 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/b62474fc-ba4f-495c-9d8a-dfe85e0ba6b2 used request id req-4a5217b7-ccfc-40aa-aacc-3ea11e967ab6 2018-10-06 05:03:41,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/83f9792c-92df-4fb2-b1fc-8298a18ea3d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be8b9875e01b31f396d0891905edc41b01bb7ca7" 2018-10-06 05:03:41,156 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:03: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-f3358336-e270-4a75-9770-bbc4794f02bd x-compute-request-id: req-f3358336-e270-4a75-9770-bbc4794f02bd Content-Length: 0 Content-Type: application/json 2018-10-06 05:03:41,156 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/83f9792c-92df-4fb2-b1fc-8298a18ea3d0 used request id req-f3358336-e270-4a75-9770-bbc4794f02bd 2018-10-06 05:03:41,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:41,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a3639129-633b-43da-ba54-5e588c4275f4 Date: Sat, 06 Oct 2018 05:03:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "created_at": "2018-10-06T05:03:07Z", "updated_at": "2018-10-06T05:03:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "revision_number": 0, "id": "30f93d2c-d222-4a49-a8f3-fef9c9c3d0ec", "remote_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d5da2f2ce28448789e808a6fca81d43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "revision_number": 0, "id": "b7753956-18a8-4d8a-be3e-5dbe2358fc2e", "remote_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d5da2f2ce28448789e808a6fca81d43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "revision_number": 0, "id": "c1d29437-81cd-46d5-a376-3598ed49480b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "port_range_min": null, "ethertype": "IPv6", "project_id": "9d5da2f2ce28448789e808a6fca81d43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "revision_number": 0, "id": "d199260b-2994-49b3-bf18-b281554cef3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "port_range_min": null, "ethertype": "IPv4", "project_id": "9d5da2f2ce28448789e808a6fca81d43"}], "revision_number": 4, "project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:03:41,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-a3639129-633b-43da-ba54-5e588c4275f4 2018-10-06 05:03:41,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:41,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76aa9e94-776d-44d7-beed-c7b7553086db Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:03:41,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-76aa9e94-776d-44d7-beed-c7b7553086db 2018-10-06 05:03:41,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:41,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2038e80-b0a6-425b-b68b-becbd397101e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43"}, "enabled": true, "id": "9d5da2f2ce28448789e808a6fca81d43", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d2ad9337-008e-476-proj"}} 2018-10-06 05:03:41,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43 used request id req-d2038e80-b0a6-425b-b68b-becbd397101e 2018-10-06 05:03:41,555 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91568a44-c40d-4a39-9c85-4fdb5af8b388 2018-10-06 05:03:41,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=91568a44-c40d-4a39-9c85-4fdb5af8b388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:41,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8b44bdc5-476d-4a15-bb74-39a6af193745 Date: Sat, 06 Oct 2018 05:03:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "port_range_min": null, "revision_number": 0, "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "created_at": "2018-10-06T05:03:07Z", "project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "30f93d2c-d222-4a49-a8f3-fef9c9c3d0ec"}, {"remote_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "port_range_min": null, "revision_number": 0, "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "created_at": "2018-10-06T05:03:07Z", "project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "b7753956-18a8-4d8a-be3e-5dbe2358fc2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "port_range_min": null, "revision_number": 0, "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "created_at": "2018-10-06T05:03:07Z", "project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "c1d29437-81cd-46d5-a376-3598ed49480b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:07Z", "security_group_id": "91568a44-c40d-4a39-9c85-4fdb5af8b388", "port_range_min": null, "revision_number": 0, "tenant_id": "9d5da2f2ce28448789e808a6fca81d43", "created_at": "2018-10-06T05:03:07Z", "project_id": "9d5da2f2ce28448789e808a6fca81d43", "id": "d199260b-2994-49b3-bf18-b281554cef3c"}]} 2018-10-06 05:03:41,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=91568a44-c40d-4a39-9c85-4fdb5af8b388 used request id req-8b44bdc5-476d-4a15-bb74-39a6af193745 2018-10-06 05:03:41,733 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:03:41,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/91568a44-c40d-4a39-9c85-4fdb5af8b388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:42,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4df391d0-6828-4a24-8c19-98cb79154e86 Content-Length: 0 Date: Sat, 06 Oct 2018 05:03:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:03:42,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/91568a44-c40d-4a39-9c85-4fdb5af8b388 used request id req-4df391d0-6828-4a24-8c19-98cb79154e86 2018-10-06 05:03:42,065 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d2ad9337-008e-476-proj 2018-10-06 05:03:42,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:42,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350aa4be-7200-41b9-b92c-665a7f62f47f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:42,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9d5da2f2ce28448789e808a6fca81d43 used request id req-350aa4be-7200-41b9-b92c-665a7f62f47f 2018-10-06 05:03:42,365 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d2ad9337-008e-476-proj-role 2018-10-06 05:03:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:42,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a4b4a5b-ecd0-4798-bf3d-2f2560cdeaf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:42,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/726abce0631049bdbb51359b8faea117 used request id req-0a4b4a5b-ecd0-4798-bf3d-2f2560cdeaf3 2018-10-06 05:03:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb54d209c94aaa0ec27734525c2e296f774ab43e" 2018-10-06 05:03:42,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19670744-b6d9-471e-b9d2-92f1a6d09038 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:03:42,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-19670744-b6d9-471e-b9d2-92f1a6d09038 2018-10-06 05:03:42,577 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d2ad9337-008e-476-user 2018-10-06 05:03:42,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/ab69a8dc27454acfa69d07c499314c72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03176d2772f840c5c1796d5ab334b51ce4778b" 2018-10-06 05:03:42,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d47c5734-0a1b-487f-9a89-2078afe3967b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:42,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/ab69a8dc27454acfa69d07c499314c72 used request id req-d47c5734-0a1b-487f-9a89-2078afe3967b 2018-10-06 05:03:42,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:43,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["_SoqUEnGRh6VaEBSA2s4Qw"], "issued_at": "2018-10-06T05:03:43.000000Z"}} 2018-10-06 05:03:43,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8bb247faf4c716c2a4033e8000486d5f3fc4e9" 2018-10-06 05:03:43,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebef5eaf-da0b-42a0-8d20-cc83dce95f0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:43,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ebef5eaf-da0b-42a0-8d20-cc83dce95f0e 2018-10-06 05:03:43,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:43,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:43,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["hRVJv5z-Sx-pUclbJWdYCw"], "issued_at": "2018-10-06T05:03:43.000000Z"}} 2018-10-06 05:03:43,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:43,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f19e020-f2c4-4764-84ce-ec96fe5c9259 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:43,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f19e020-f2c4-4764-84ce-ec96fe5c9259 2018-10-06 05:03:43,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:03:43,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:03:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:43,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd393ad5-29de-447f-a0cf-09736a528efb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:03:43,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj used request id req-bd393ad5-29de-447f-a0cf-09736a528efb 2018-10-06 05:03:43,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81a0f976-d5e5-44d8-8b11-93e8944942eb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:03:43,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-81a0f976-d5e5-44d8-8b11-93e8944942eb 2018-10-06 05:03:43,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}}' 2018-10-06 05:03:44,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f20ce0d-6b18-4f8a-b881-32fa3dc70c53 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64"}, "enabled": true, "id": "9a6562d4e4dd44f1974fd902625d9b64", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}} 2018-10-06 05:03:44,004 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4f20ce0d-6b18-4f8a-b881-32fa3dc70c53 2018-10-06 05:03:44,004 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3a32f621-dda6-4ee-proj 2018-10-06 05:03:44,004 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:44,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:44,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["BnlCi109SCKkDWozq6O6aA"], "issued_at": "2018-10-06T05:03:44.000000Z"}} 2018-10-06 05:03:44,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:44,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cec8b64-0af1-4247-94a4-aa5672ead264 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:44,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0cec8b64-0af1-4247-94a4-aa5672ead264 2018-10-06 05:03:44,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:03:44,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:03:44,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:44,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d865dc7b-5ed2-4ee5-9820-d4a3623fca7f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:03:44,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d865dc7b-5ed2-4ee5-9820-d4a3623fca7f 2018-10-06 05:03:44,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:44,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c46b3394-595e-44ab-b4fb-c0382299f937 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64"}, "enabled": true, "id": "9a6562d4e4dd44f1974fd902625d9b64", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}]} 2018-10-06 05:03:44,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj used request id req-c46b3394-595e-44ab-b4fb-c0382299f937 2018-10-06 05:03:44,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:44,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c501e0a-bb76-4435-8ed3-966aeeb79400 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:03:44,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-2c501e0a-bb76-4435-8ed3-966aeeb79400 2018-10-06 05:03:45,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cd8edf-c91e-4c07-b554-9a54423ec2b4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:03:45,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b3cd8edf-c91e-4c07-b554-9a54423ec2b4 2018-10-06 05:03:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b326701-078f-4bd7-ad01-4bba8e42b3da Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64"}, "enabled": true, "id": "9a6562d4e4dd44f1974fd902625d9b64", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}]} 2018-10-06 05:03:45,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-3a32f621-dda6-4ee-proj used request id req-3b326701-078f-4bd7-ad01-4bba8e42b3da 2018-10-06 05:03:45,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/fec571eb77234487882920360c19aeda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6fe21f-117b-4351-88e3-40bdfe9bcca5 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-3a32f621-dda6-4ee-user", "links": {"self": "http://172.30.9.29:5000/v3/users/fec571eb77234487882920360c19aeda"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "fec571eb77234487882920360c19aeda", "password_expires_at": null}} 2018-10-06 05:03:45,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/fec571eb77234487882920360c19aeda used request id req-dd6fe21f-117b-4351-88e3-40bdfe9bcca5 2018-10-06 05:03:45,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b107da84-0935-4162-bafc-7d606aebdb57 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:03:45,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles used request id req-b107da84-0935-4162-bafc-7d606aebdb57 2018-10-06 05:03:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1defb510-1d02-404e-a3bf-24c95fff6ce1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:03:45,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-1defb510-1d02-404e-a3bf-24c95fff6ce1 2018-10-06 05:03:45,695 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3a32f621-dda6-4ee-proj 2018-10-06 05:03:45,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:03:45,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4be0bb1d-8423-4a19-8152-265a0b0e0798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:45,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-4be0bb1d-8423-4a19-8152-265a0b0e0798 2018-10-06 05:03:45,815 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3a32f621-dda6-4ee-user 2018-10-06 05:03:45,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:45,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:45,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b86a9c-cc56-4d5c-9c25-27f4d0b0842e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:03:45,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-05b86a9c-cc56-4d5c-9c25-27f4d0b0842e 2018-10-06 05:03:45,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" -d '{"role": {"name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}}' 2018-10-06 05:03:46,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:03:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d1b5b08-3f90-49e3-8ee1-aba0d8215c22 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be106140c2b54bf688e86987bc3c8577", "links": {"self": "http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577"}, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}} 2018-10-06 05:03:46,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0d1b5b08-3f90-49e3-8ee1-aba0d8215c22 2018-10-06 05:03:46,022 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role 2018-10-06 05:03:46,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:46,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-492dcb3d-a504-4485-be00-60025827e181 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577"}, "domain_id": null, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role", "id": "be106140c2b54bf688e86987bc3c8577"}} 2018-10-06 05:03:46,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577 used request id req-492dcb3d-a504-4485-be00-60025827e181 2018-10-06 05:03:46,106 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role to project CreateStackSuccessTests-3a32f621-dda6-4ee-proj 2018-10-06 05:03:46,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles/be106140c2b54bf688e86987bc3c8577 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:03:46,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:03:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc0ea1c0-81b3-478e-85b8-ea4264e1a147 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:03:46,270 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64/users/fec571eb77234487882920360c19aeda/roles/be106140c2b54bf688e86987bc3c8577 used request id req-fc0ea1c0-81b3-478e-85b8-ea4264e1a147 2018-10-06 05:03:46,270 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:03:46,271 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:03:46,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:46,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:46,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be106140c2b54bf688e86987bc3c8577", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}], "expires_at": "2018-10-06T06:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a6562d4e4dd44f1974fd902625d9b64", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-user", "id": "fec571eb77234487882920360c19aeda"}, "audit_ids": ["Sh4Ho3XGQO6B2ejclKpEdA"], "issued_at": "2018-10-06T05:03:46.000000Z"}} 2018-10-06 05:03:46,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:46,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-780d9cbb-cfa2-4fdb-b1aa-7646777c07ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:46,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-780d9cbb-cfa2-4fdb-b1aa-7646777c07ba 2018-10-06 05:03:46,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:46,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-e0d5616a-34a1-433a-9e2e-bb3ac684574a Date: Sat, 06 Oct 2018 05:03:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image"} 2018-10-06 05:03:46,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image used request id req-e0d5616a-34a1-433a-9e2e-bb3ac684574a 2018-10-06 05:03:46,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:47,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-699ed65c-0750-4ce4-b57b-39b6a2b08e2f Date: Sat, 06 Oct 2018 05:03: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", "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-10-06 05:03:47,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-699ed65c-0750-4ce4-b57b-39b6a2b08e2f 2018-10-06 05:03:47,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image"}' 2018-10-06 05:03:47,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 X-Openstack-Request-Id: req-35c9aa23-11e5-4c51-bc95-c3139d858860 Date: Sat, 06 Oct 2018 05:03:47 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32", "min_disk": 0, "protected": false, "id": "e4d98de3-058b-4d8a-ac45-582ab4c13b32", "file": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/file", "checksum": null, "owner": "9a6562d4e4dd44f1974fd902625d9b64", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:47,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-35c9aa23-11e5-4c51-bc95-c3139d858860 2018-10-06 05:03:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" -d '' 2018-10-06 05:03:48,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09f86a3d-9078-483d-ae49-59dc87dc1c2e Date: Sat, 06 Oct 2018 05:03:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:03:48,594 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/file used request id req-09f86a3d-9078-483d-ae49-59dc87dc1c2e 2018-10-06 05:03:48,595 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:03:48,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:48,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-1c4fd908-ae52-498c-b826-bab51b519afe Date: Sat, 06 Oct 2018 05:03:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:48Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/snap", "metadata": {}}], "self": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32", "min_disk": 0, "protected": false, "id": "e4d98de3-058b-4d8a-ac45-582ab4c13b32", "file": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a6562d4e4dd44f1974fd902625d9b64", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:48,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 used request id req-1c4fd908-ae52-498c-b826-bab51b519afe 2018-10-06 05:03:48,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:48,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e36ec83-c850-4daf-a259-ed26b7245ea3 Date: Sat, 06 Oct 2018 05:03: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", "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-10-06 05:03:48,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5e36ec83-c850-4daf-a259-ed26b7245ea3 2018-10-06 05:03:49,002 - create_image - INFO - Created image with name - CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image 2018-10-06 05:03:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:03:49,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-71498e83-d115-4097-9a3f-0e67de5f8d4e Date: Sat, 06 Oct 2018 05:03:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:03:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:03:48Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/snap", "metadata": {}}], "self": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32", "min_disk": 0, "protected": false, "id": "e4d98de3-058b-4d8a-ac45-582ab4c13b32", "file": "/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a6562d4e4dd44f1974fd902625d9b64", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:03:49,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 used request id req-71498e83-d115-4097-9a3f-0e67de5f8d4e 2018-10-06 05:03:49,163 - create_image - DEBUG - Instance status is - active 2018-10-06 05:03:49,163 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image 2018-10-06 05:03:49,163 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image 2018-10-06 05:03:49,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:49,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:49,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["c3KMB3TLTwmgky6gyMgBnA"], "issued_at": "2018-10-06T05:03:49.000000Z"}} 2018-10-06 05:03:49,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e132049c172b2d0af5680ca3da1097fbfb05ee36" 2018-10-06 05:03:49,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142486a7-7674-42ff-9e56-2cbfaa7c6503 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:49,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-142486a7-7674-42ff-9e56-2cbfaa7c6503 2018-10-06 05:03:49,642 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:03:49,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e132049c172b2d0af5680ca3da1097fbfb05ee36" 2018-10-06 05:03:49,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-ede6e1cf-afe6-488e-ba9f-cf0069a3984c x-compute-request-id: req-ede6e1cf-afe6-488e-ba9f-cf0069a3984c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:03:49,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ede6e1cf-afe6-488e-ba9f-cf0069a3984c 2018-10-06 05:03:49,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e132049c172b2d0af5680ca3da1097fbfb05ee36" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-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-10-06 05:03:49,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-c29b1506-e31e-4054-81f3-d96e4387c800 x-compute-request-id: req-c29b1506-e31e-4054-81f3-d96e4387c800 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/0f853bd2-c528-427d-a221-4ef341987b74", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/0f853bd2-c528-427d-a221-4ef341987b74", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0f853bd2-c528-427d-a221-4ef341987b74", "name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:03:49,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c29b1506-e31e-4054-81f3-d96e4387c800 2018-10-06 05:03:49,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:03:49,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:03:50,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be106140c2b54bf688e86987bc3c8577", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}], "expires_at": "2018-10-06T06:03:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a6562d4e4dd44f1974fd902625d9b64", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-user", "id": "fec571eb77234487882920360c19aeda"}, "audit_ids": ["Hqe1jvExTxCfgwnFedLarA"], "issued_at": "2018-10-06T05:03:50.000000Z"}} 2018-10-06 05:03:50,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:03:50,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3b7511a-3a00-4d44-8698-18600a6a040e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:03:50,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c3b7511a-3a00-4d44-8698-18600a6a040e 2018-10-06 05:03:50,338 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:03:50,341 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:03:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:03:50,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:50 GMT Server: Apache x-openstack-request-id: req-51d483cf-47d1-4c6d-a6a5-2f677a5e21c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:03:50,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack used request id req-51d483cf-47d1-4c6d-a6a5-2f677a5e21c0 2018-10-06 05:03:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-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-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}}' 2018-10-06 05:03:52,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:03:50 GMT Server: Apache x-openstack-request-id: req-49b411e1-4560-46c2-9851-652321e7d9ed Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "88868e73-e78d-40cf-aa78-31fde0df1804", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}]}} 2018-10-06 05:03:52,977 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks used request id req-49b411e1-4560-46c2-9851-652321e7d9ed 2018-10-06 05:03:52,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:03:53,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:52 GMT Server: Apache x-openstack-request-id: req-613f21c0-81b5-41c9-a649-08f1af30a314 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:53,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:53 GMT Server: Apache x-openstack-request-id: req-7cbcd5e8-27d1-438c-b32f-60fbf8594135 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:53,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-7cbcd5e8-27d1-438c-b32f-60fbf8594135 2018-10-06 05:03:53,349 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:03:53,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:03:53,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:53 GMT Server: Apache x-openstack-request-id: req-3e990524-f0f5-44ac-bb3d-ceb43642e6c6 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:53,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:53 GMT Server: Apache x-openstack-request-id: req-244a5913-a6fe-4f5c-ab10-1730a86cfa63 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:53,696 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-244a5913-a6fe-4f5c-ab10-1730a86cfa63 2018-10-06 05:03:53,697 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:53,697 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:03:56,700 - create_stack - DEBUG - Stack status query timeout in 1196.64900994 2018-10-06 05:03:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:03:56,878 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-c5165f42-83da-48c5-b1a0-1c2bf0c2e42a Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:03:57,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-0f8a8346-e819-4be5-b65d-15ba08318c10 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:03:57,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-0f8a8346-e819-4be5-b65d-15ba08318c10 2018-10-06 05:03:57,083 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:03:57,083 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:00,086 - create_stack - DEBUG - Stack status query timeout in 1193.26269197 2018-10-06 05:04:00,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:00,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:00 GMT Server: Apache x-openstack-request-id: req-a3a98a97-3ed3-440e-960f-1c7a300f26d1 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:00,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:00 GMT Server: Apache x-openstack-request-id: req-56ee90aa-d9d7-40f3-93c7-5280cb4bfc00 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:00,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-56ee90aa-d9d7-40f3-93c7-5280cb4bfc00 2018-10-06 05:04:00,313 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:00,313 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:03,316 - create_stack - DEBUG - Stack status query timeout in 1190.03274894 2018-10-06 05:04:03,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:03,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:03 GMT Server: Apache x-openstack-request-id: req-e5342a37-1387-4429-bb29-92531ae56fc1 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:03,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:03 GMT Server: Apache x-openstack-request-id: req-10b99063-ecf6-4718-abc8-1932aafc95dc 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:03,673 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-10b99063-ecf6-4718-abc8-1932aafc95dc 2018-10-06 05:04:03,674 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:03,674 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:06,677 - create_stack - DEBUG - Stack status query timeout in 1186.67187691 2018-10-06 05:04:06,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:06,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:06 GMT Server: Apache x-openstack-request-id: req-b353b89d-2428-4339-826a-f6df2a893557 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:06,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:06 GMT Server: Apache x-openstack-request-id: req-3b8aa5ad-0f97-4fb9-a4c4-97daf20aa33c 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:06,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-3b8aa5ad-0f97-4fb9-a4c4-97daf20aa33c 2018-10-06 05:04:06,890 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:06,891 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:09,894 - create_stack - DEBUG - Stack status query timeout in 1183.45542312 2018-10-06 05:04:09,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:09,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:09 GMT Server: Apache x-openstack-request-id: req-53e0be28-cec8-43eb-bbb6-2d07bad8aae2 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:10,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:09 GMT Server: Apache x-openstack-request-id: req-562e4569-ad31-439b-8662-a8e6a9bf0d4e 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:10,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-562e4569-ad31-439b-8662-a8e6a9bf0d4e 2018-10-06 05:04:10,124 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:04:10,124 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:04:10,124 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:04:10,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:10,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:10 GMT Server: Apache x-openstack-request-id: req-eda0d1d8-0f1e-43c6-a6db-de515d66b070 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:10,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:10 GMT Server: Apache x-openstack-request-id: req-e85eceda-a56c-4c92-8252-5bcf0af18e3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T05:03:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:03:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "96349579-22f4-4719-ab2b-9b6560d97e5f", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T05:03:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:03:53Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "26a00b2d-20e7-4b73-86b4-996ad37d2927", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T05:03:53Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:03:53Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "25730012-34cd-4e3f-9dca-a05dab69487c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T05:03:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:03:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "81090957-b155-4358-afb2-a275f99ccbc1", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:04:10,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804/resources used request id req-e85eceda-a56c-4c92-8252-5bcf0af18e3e 2018-10-06 05:04:10,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:10,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-f636b18f-d783-4738-8efd-0341a231af41 Date: Sat, 06 Oct 2018 05:04: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":["26a00b2d-20e7-4b73-86b4-996ad37d2927"],"updated_at":"2018-10-06T05:03:55Z","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9a6562d4e4dd44f1974fd902625d9b64","id":"25730012-34cd-4e3f-9dca-a05dab69487c","name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}]} 2018-10-06 05:04:10,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-f636b18f-d783-4738-8efd-0341a231af41 2018-10-06 05:04:10,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:10,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d92f500b-d5ff-4f3f-8f2d-935c63050094 Date: Sat, 06 Oct 2018 05:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:10,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-d92f500b-d5ff-4f3f-8f2d-935c63050094 2018-10-06 05:04:10,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:10,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ba7705fc-52dd-4fa9-b76c-5f203dd2691b Date: Sat, 06 Oct 2018 05:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:10,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-ba7705fc-52dd-4fa9-b76c-5f203dd2691b 2018-10-06 05:04:10,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:10,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:10,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be106140c2b54bf688e86987bc3c8577", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}], "expires_at": "2018-10-06T06:04:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a6562d4e4dd44f1974fd902625d9b64", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-user", "id": "fec571eb77234487882920360c19aeda"}, "audit_ids": ["tuOJgVQgR5KmO7pRYW8Dgg"], "issued_at": "2018-10-06T05:04:10.000000Z"}} 2018-10-06 05:04:10,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb6de12ebb38a125c70e150d513ee903ff98071" 2018-10-06 05:04:11,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e714b410-3933-4599-9442-c77116a1d738 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:11,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e714b410-3933-4599-9442-c77116a1d738 2018-10-06 05:04:11,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb6de12ebb38a125c70e150d513ee903ff98071" 2018-10-06 05:04:11,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-3019732d-9c0a-4688-b8fd-0cf6f7d4bb0a Date: Sat, 06 Oct 2018 05:04: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":["26a00b2d-20e7-4b73-86b4-996ad37d2927"],"updated_at":"2018-10-06T05:03:55Z","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9a6562d4e4dd44f1974fd902625d9b64","id":"25730012-34cd-4e3f-9dca-a05dab69487c","name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}]} 2018-10-06 05:04:11,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net used request id req-3019732d-9c0a-4688-b8fd-0cf6f7d4bb0a 2018-10-06 05:04:11,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:04:11,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:04:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:04:11,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb6de12ebb38a125c70e150d513ee903ff98071" 2018-10-06 05:04:11,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ba526b-884c-4482-a57a-83b31195b3fc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64"}, "enabled": true, "id": "9a6562d4e4dd44f1974fd902625d9b64", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}} 2018-10-06 05:04:11,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 used request id req-73ba526b-884c-4482-a57a-83b31195b3fc 2018-10-06 05:04:11,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb6de12ebb38a125c70e150d513ee903ff98071" 2018-10-06 05:04:11,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ca1c6484-4190-49cb-a826-9a9dbc3cf33b Date: Sat, 06 Oct 2018 05:04:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:11,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-ca1c6484-4190-49cb-a826-9a9dbc3cf33b 2018-10-06 05:04:11,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:11,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be106140c2b54bf688e86987bc3c8577", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role"}], "expires_at": "2018-10-06T06:04:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a6562d4e4dd44f1974fd902625d9b64", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/9a6562d4e4dd44f1974fd902625d9b64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-user", "id": "fec571eb77234487882920360c19aeda"}, "audit_ids": ["081XDNRoSRC5d2Axff9r1w"], "issued_at": "2018-10-06T05:04:11.000000Z"}} 2018-10-06 05:04:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:12,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574de8f0-fdaa-437d-8772-90bface148f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:12,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-574de8f0-fdaa-437d-8772-90bface148f7 2018-10-06 05:04:12,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:12,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-df95a8ad-2193-42e6-9b5a-2ca141a81e36 Date: Sat, 06 Oct 2018 05:04: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":["26a00b2d-20e7-4b73-86b4-996ad37d2927"],"updated_at":"2018-10-06T05:03:55Z","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9a6562d4e4dd44f1974fd902625d9b64","id":"25730012-34cd-4e3f-9dca-a05dab69487c","name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}]} 2018-10-06 05:04:12,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net used request id req-df95a8ad-2193-42e6-9b5a-2ca141a81e36 2018-10-06 05:04:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:12,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e7edd2e6-e0d4-4bd2-948e-04bdafd38fec Date: Sat, 06 Oct 2018 05:04:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:12,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-e7edd2e6-e0d4-4bd2-948e-04bdafd38fec 2018-10-06 05:04:12,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:12,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c02fe0e7-ad29-48b9-9663-5e750b4a0a9b Date: Sat, 06 Oct 2018 05:04: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":["26a00b2d-20e7-4b73-86b4-996ad37d2927"],"updated_at":"2018-10-06T05:03:55Z","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9a6562d4e4dd44f1974fd902625d9b64","id":"25730012-34cd-4e3f-9dca-a05dab69487c","name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}]} 2018-10-06 05:04:12,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-c02fe0e7-ad29-48b9-9663-5e750b4a0a9b 2018-10-06 05:04:12,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:13,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5edd1a85-1884-4f8b-9f71-e9b878b65bcf Date: Sat, 06 Oct 2018 05:04:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:13,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c used request id req-5edd1a85-1884-4f8b-9f71-e9b878b65bcf 2018-10-06 05:04:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c&name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:13,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e8825123-58c8-4dbe-9607-50785e0b1c58 Date: Sat, 06 Oct 2018 05:04:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}]} 2018-10-06 05:04:13,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=25730012-34cd-4e3f-9dca-a05dab69487c&name=CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet used request id req-e8825123-58c8-4dbe-9607-50785e0b1c58 2018-10-06 05:04:13,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/26a00b2d-20e7-4b73-86b4-996ad37d2927 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7945ac13e5731cead9f9b162a92fdf5e0a1eb762" 2018-10-06 05:04:13,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-554a5898-7a93-42fc-b1c8-7a787cd767b2 Date: Sat, 06 Oct 2018 05:04:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25730012-34cd-4e3f-9dca-a05dab69487c","tenant_id":"9a6562d4e4dd44f1974fd902625d9b64","created_at":"2018-10-06T05:03:55Z","dns_nameservers":[],"updated_at":"2018-10-06T05:03:55Z","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":"9a6562d4e4dd44f1974fd902625d9b64","id":"26a00b2d-20e7-4b73-86b4-996ad37d2927","subnetpool_id":null,"name":"CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet"}} 2018-10-06 05:04:13,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/26a00b2d-20e7-4b73-86b4-996ad37d2927 used request id req-554a5898-7a93-42fc-b1c8-7a787cd767b2 2018-10-06 05:04:13,456 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:04:13,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:13,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:13 GMT Server: Apache x-openstack-request-id: req-77d29890-d25f-4d34-a572-d73929f2383d Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:13,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:13 GMT Server: Apache x-openstack-request-id: req-a0ed43b5-2d5b-438f-94ba-2238f5de2126 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:13,817 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-a0ed43b5-2d5b-438f-94ba-2238f5de2126 2018-10-06 05:04:13,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:13,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:13 GMT Server: Apache x-openstack-request-id: req-f236c92b-4b2c-44b3-b432-c039fb00211b Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:13,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:13 GMT Server: Apache x-openstack-request-id: req-f98d4676-2bc5-46f4-bf72-715e8d75659d 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:13,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-f98d4676-2bc5-46f4-bf72-715e8d75659d 2018-10-06 05:04:13,889 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:04:13,889 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:16,892 - create_stack - DEBUG - Stack status query timeout in 1196.92523003 2018-10-06 05:04:16,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:16,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:16 GMT Server: Apache x-openstack-request-id: req-facc77e3-5f24-4c1c-aaa1-899c6f519884 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:17,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:16 GMT Server: Apache x-openstack-request-id: req-4c6ce8ee-aa14-4b1c-bbfc-1e3096692941 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "tags": null, "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:04:13Z", "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:17,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-4c6ce8ee-aa14-4b1c-bbfc-1e3096692941 2018-10-06 05:04:17,096 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:04:17,096 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:20,100 - create_stack - DEBUG - Stack status query timeout in 1193.71787405 2018-10-06 05:04:20,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:20,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:20 GMT Server: Apache x-openstack-request-id: req-0b47d58a-8ab4-4b10-8b20-e75cd3981134 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:20,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:20 GMT Server: Apache x-openstack-request-id: req-fde31d18-552d-491a-a4c2-e088cdb674b5 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "tags": null, "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:04:13Z", "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:20,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-fde31d18-552d-491a-a4c2-e088cdb674b5 2018-10-06 05:04:20,298 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:04:20,298 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:23,301 - create_stack - DEBUG - Stack status query timeout in 1190.51622605 2018-10-06 05:04:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:23,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:23 GMT Server: Apache x-openstack-request-id: req-355ac64f-be5c-4684-90ba-0d96d49e8fcf Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:23,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:23 GMT Server: Apache x-openstack-request-id: req-1368850d-9301-4fe4-93c2-b64b37855fb5 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "tags": null, "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:04:13Z", "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:23,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-1368850d-9301-4fe4-93c2-b64b37855fb5 2018-10-06 05:04:23,675 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:04:23,675 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:26,679 - create_stack - DEBUG - Stack status query timeout in 1187.13880014 2018-10-06 05:04:26,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:26,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:26 GMT Server: Apache x-openstack-request-id: req-e535635e-b637-45f6-9f3f-0e420c09983a Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:27,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:26 GMT Server: Apache x-openstack-request-id: req-9eec6c50-fe6f-4490-9a08-f489b863dea2 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": "9a6562d4e4dd44f1974fd902625d9b64", "OS::stack_id": "88868e73-e78d-40cf-aa78-31fde0df1804", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "image_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image", "inst_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-inst", "subnet_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-subnet", "flavor_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-flavor-name", "net_name": "CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-net"}, "deletion_time": "2018-10-06T05:04:26Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack", "stack_user_project_id": "3dd3e3f480594c5396ec0c225e0df5e6", "tags": null, "creation_time": "2018-10-06T05:03:52Z", "links": [{"href": "http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:04:13Z", "id": "88868e73-e78d-40cf-aa78-31fde0df1804", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:27,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-9eec6c50-fe6f-4490-9a08-f489b863dea2 2018-10-06 05:04:27,063 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:04:27,063 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:04:27,063 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack 2018-10-06 05:04:27,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/88868e73-e78d-40cf-aa78-31fde0df1804 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa3be476a2925f7894947f9ec450263f2058987" 2018-10-06 05:04:27,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-257c36f9-fd10-42b8-92b5-4a852af94510 Location: http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:27,119 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-c0a6ed5a-b92d-45b9-85ce-9651c5b62f52 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:04:27,119 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/9a6562d4e4dd44f1974fd902625d9b64/stacks/CreateStackSuccessTests-CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-stack/88868e73-e78d-40cf-aa78-31fde0df1804 used request id req-c0a6ed5a-b92d-45b9-85ce-9651c5b62f52 2018-10-06 05:04:27,120 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-b03f4b21-e612-4f79-8275-cf5ddf282035-image 2018-10-06 05:04:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2c92e93944592524966e8794cc8e630dc2aebe7" 2018-10-06 05:04:28,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-942c519b-4cb0-4d74-a12f-9ec76dad05bd Date: Sat, 06 Oct 2018 05:04:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:04:28,549 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e4d98de3-058b-4d8a-ac45-582ab4c13b32 used request id req-942c519b-4cb0-4d74-a12f-9ec76dad05bd 2018-10-06 05:04:28,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/0f853bd2-c528-427d-a221-4ef341987b74 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e132049c172b2d0af5680ca3da1097fbfb05ee36" 2018-10-06 05:04:28,592 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:04: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-a5e8cd58-ea98-47dc-a34f-c3bfa0f1b67f x-compute-request-id: req-a5e8cd58-ea98-47dc-a34f-c3bfa0f1b67f Content-Length: 0 Content-Type: application/json 2018-10-06 05:04:28,592 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/0f853bd2-c528-427d-a221-4ef341987b74 used request id req-a5e8cd58-ea98-47dc-a34f-c3bfa0f1b67f 2018-10-06 05:04:28,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:28,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-04f4b54a-0f65-4d7f-8c72-aa3775b894c3 Date: Sat, 06 Oct 2018 05:04:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "created_at": "2018-10-06T05:03:53Z", "updated_at": "2018-10-06T05:03:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "revision_number": 0, "id": "1478dae8-0183-41d9-b6d7-b3e1d834585b", "remote_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a6562d4e4dd44f1974fd902625d9b64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "revision_number": 0, "id": "2727bc27-b9dd-4f46-8d8a-fb0a101ac7d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a6562d4e4dd44f1974fd902625d9b64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "revision_number": 0, "id": "47581cfb-e45e-4614-86f6-c643c6870b0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a6562d4e4dd44f1974fd902625d9b64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "revision_number": 0, "id": "75fa4eff-090f-4078-9c41-58e6f3748c22", "remote_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "remote_ip_prefix": null, "created_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a6562d4e4dd44f1974fd902625d9b64"}], "revision_number": 4, "project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:04:28,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-04f4b54a-0f65-4d7f-8c72-aa3775b894c3 2018-10-06 05:04:28,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:28,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711e4fd5-1832-4eb1-a377-ab5484be1e6c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:04:28,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-711e4fd5-1832-4eb1-a377-ab5484be1e6c 2018-10-06 05:04:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:29,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44243ad7-1d19-486a-81fa-5f3a368c4f4f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:04:29,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-44243ad7-1d19-486a-81fa-5f3a368c4f4f 2018-10-06 05:04:29,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:29,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8444bbca-f42e-486f-9408-52ae00ef3e4e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64"}, "enabled": true, "id": "9a6562d4e4dd44f1974fd902625d9b64", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3a32f621-dda6-4ee-proj"}} 2018-10-06 05:04:29,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 used request id req-8444bbca-f42e-486f-9408-52ae00ef3e4e 2018-10-06 05:04:29,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cad3f168-665d-4ab9-a4c6-a256ae57717b 2018-10-06 05:04:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cad3f168-665d-4ab9-a4c6-a256ae57717b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:29,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a810f3b3-5141-4316-adc2-85377118c4e9 Date: Sat, 06 Oct 2018 05:04:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "port_range_min": null, "revision_number": 0, "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "created_at": "2018-10-06T05:03:53Z", "project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "1478dae8-0183-41d9-b6d7-b3e1d834585b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "port_range_min": null, "revision_number": 0, "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "created_at": "2018-10-06T05:03:53Z", "project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "2727bc27-b9dd-4f46-8d8a-fb0a101ac7d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "port_range_min": null, "revision_number": 0, "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "created_at": "2018-10-06T05:03:53Z", "project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "47581cfb-e45e-4614-86f6-c643c6870b0b"}, {"remote_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:03:53Z", "security_group_id": "cad3f168-665d-4ab9-a4c6-a256ae57717b", "port_range_min": null, "revision_number": 0, "tenant_id": "9a6562d4e4dd44f1974fd902625d9b64", "created_at": "2018-10-06T05:03:53Z", "project_id": "9a6562d4e4dd44f1974fd902625d9b64", "id": "75fa4eff-090f-4078-9c41-58e6f3748c22"}]} 2018-10-06 05:04:29,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cad3f168-665d-4ab9-a4c6-a256ae57717b used request id req-a810f3b3-5141-4316-adc2-85377118c4e9 2018-10-06 05:04:29,282 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:04:29,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cad3f168-665d-4ab9-a4c6-a256ae57717b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:29,729 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdd60574-9d4c-4095-be53-e844a4a37a94 Content-Length: 0 Date: Sat, 06 Oct 2018 05:04:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:04:29,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cad3f168-665d-4ab9-a4c6-a256ae57717b used request id req-fdd60574-9d4c-4095-be53-e844a4a37a94 2018-10-06 05:04:29,730 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3a32f621-dda6-4ee-proj 2018-10-06 05:04:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:29,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8c12a9e-99ce-44fd-9a82-ce70828d5f05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:29,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9a6562d4e4dd44f1974fd902625d9b64 used request id req-a8c12a9e-99ce-44fd-9a82-ce70828d5f05 2018-10-06 05:04:29,995 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3a32f621-dda6-4ee-proj-role 2018-10-06 05:04:29,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:30,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e6721e3-5c97-4a14-ac61-7c32eeb57c0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:30,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/be106140c2b54bf688e86987bc3c8577 used request id req-0e6721e3-5c97-4a14-ac61-7c32eeb57c0e 2018-10-06 05:04:30,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7730641dee165c825809da47ed6a2a0ecc129278" 2018-10-06 05:04:30,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db259d8f-ab6f-4808-a970-4ac74bc11b1d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:04:30,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-db259d8f-ab6f-4808-a970-4ac74bc11b1d 2018-10-06 05:04:30,214 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3a32f621-dda6-4ee-user 2018-10-06 05:04:30,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/fec571eb77234487882920360c19aeda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51a3bfe84dfa158c0b49b9d09dea94505403207" 2018-10-06 05:04:30,433 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-518cb30c-8b81-4432-9726-f0fb04711075 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:30,433 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fec571eb77234487882920360c19aeda used request id req-518cb30c-8b81-4432-9726-f0fb04711075 2018-10-06 05:04:30,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:30,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3mbQ97xdQpqVJuOcSMnBhQ"], "issued_at": "2018-10-06T05:04:30.000000Z"}} 2018-10-06 05:04:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8737e013c847ee93b81f164e9d4837d0bc57db4b" 2018-10-06 05:04:30,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4439f90d-65e8-4d2c-b00f-cdde349fa3e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:30,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4439f90d-65e8-4d2c-b00f-cdde349fa3e8 2018-10-06 05:04:30,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:30,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:31,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["MqJiNzZ5QGKgpWgEI8bdAA"], "issued_at": "2018-10-06T05:04:31.000000Z"}} 2018-10-06 05:04:31,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:31,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8d396c-205e-4828-8b1e-7454c7233943 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:31,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab8d396c-205e-4828-8b1e-7454c7233943 2018-10-06 05:04:31,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:04:31,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:04:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:31,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d859b3bb-2ca0-4340-a286-8a1220325612 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:04:31,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj used request id req-d859b3bb-2ca0-4340-a286-8a1220325612 2018-10-06 05:04:31,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:31,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d75b517-ea0a-4263-8645-9cb5df85815c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:04:31,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1d75b517-ea0a-4263-8645-9cb5df85815c 2018-10-06 05:04:31,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}}' 2018-10-06 05:04:31,740 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-927639db-028b-4a9e-80fe-71aa9e11612f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:04:31,740 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-927639db-028b-4a9e-80fe-71aa9e11612f 2018-10-06 05:04:31,741 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj 2018-10-06 05:04:31,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:31,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:32,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ia_6OhO_Rti0PNZopTAbJA"], "issued_at": "2018-10-06T05:04:32.000000Z"}} 2018-10-06 05:04:32,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea9473c-3485-4dec-bb76-2257b0e06daa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:32,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bea9473c-3485-4dec-bb76-2257b0e06daa 2018-10-06 05:04:32,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:04:32,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:04:32,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-314b1329-bc25-4e1b-b6e2-9e1b19d92c67 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:04:32,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-314b1329-bc25-4e1b-b6e2-9e1b19d92c67 2018-10-06 05:04:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22efe2a-e408-4505-81e7-80f6dfdb3824 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}]} 2018-10-06 05:04:32,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj used request id req-b22efe2a-e408-4505-81e7-80f6dfdb3824 2018-10-06 05:04:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a665d063-2dab-47ad-90b8-d368045777aa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:04:32,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a665d063-2dab-47ad-90b8-d368045777aa 2018-10-06 05:04:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-852bba53-d695-4ae2-a470-4def3e2b0a85 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:04:32,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-852bba53-d695-4ae2-a470-4def3e2b0a85 2018-10-06 05:04:32,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:32,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c35905-ca77-409b-be45-f289e6c45d21 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}]} 2018-10-06 05:04:32,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj used request id req-16c35905-ca77-409b-be45-f289e6c45d21 2018-10-06 05:04:32,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/a674b425f9ab4af19c81093cb181da1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:33,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b213c4e-562a-4f11-ae41-c78a9be43809 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-user", "links": {"self": "http://172.30.9.29:5000/v3/users/a674b425f9ab4af19c81093cb181da1b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "a674b425f9ab4af19c81093cb181da1b", "password_expires_at": null}} 2018-10-06 05:04:33,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a674b425f9ab4af19c81093cb181da1b used request id req-1b213c4e-562a-4f11-ae41-c78a9be43809 2018-10-06 05:04:33,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:33,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6cf64b-ddd6-44e5-be63-5367f3de22ef Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:04:33,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles used request id req-7b6cf64b-ddd6-44e5-be63-5367f3de22ef 2018-10-06 05:04:33,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:33,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09315703-ba84-4a7b-96e7-d789f8d8b4a0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:04:33,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-09315703-ba84-4a7b-96e7-d789f8d8b4a0 2018-10-06 05:04:33,225 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj 2018-10-06 05:04:33,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:04:33,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebae12f3-71a7-4ce2-9970-405d9be128cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:33,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-ebae12f3-71a7-4ce2-9970-405d9be128cc 2018-10-06 05:04:33,360 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-user 2018-10-06 05:04:33,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:33,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7cebc0-90ac-435e-b54d-7cb288a92e6e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:04:33,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-da7cebc0-90ac-435e-b54d-7cb288a92e6e 2018-10-06 05:04:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" -d '{"role": {"name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}}' 2018-10-06 05:04:33,566 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db56d55a-d21f-459f-b3b0-e3058e8f190f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4589a7989586442080150bedae1c40c5", "links": {"self": "http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5"}, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}} 2018-10-06 05:04:33,566 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-db56d55a-d21f-459f-b3b0-e3058e8f190f 2018-10-06 05:04:33,566 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role 2018-10-06 05:04:33,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:33,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f21946-ecf3-4cd4-b7a8-f910b9f1f09e Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5"}, "domain_id": null, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role", "id": "4589a7989586442080150bedae1c40c5"}} 2018-10-06 05:04:33,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5 used request id req-55f21946-ecf3-4cd4-b7a8-f910b9f1f09e 2018-10-06 05:04:33,661 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role to project CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj 2018-10-06 05:04:33,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles/4589a7989586442080150bedae1c40c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:04:33,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e59c427-4e0d-4ba9-8561-3c04841b8c1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:04:33,797 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872/users/a674b425f9ab4af19c81093cb181da1b/roles/4589a7989586442080150bedae1c40c5 used request id req-9e59c427-4e0d-4ba9-8561-3c04841b8c1b 2018-10-06 05:04:33,797 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:04:33,798 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:04:33,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:33,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:34,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4589a7989586442080150bedae1c40c5", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-user", "id": "a674b425f9ab4af19c81093cb181da1b"}, "audit_ids": ["qUT7L282Sf-FFQUKmqxhIA"], "issued_at": "2018-10-06T05:04:34.000000Z"}} 2018-10-06 05:04:34,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:34,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a9dd4c-e441-4716-aa92-1600a18aad9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:34,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b4a9dd4c-e441-4716-aa92-1600a18aad9a 2018-10-06 05:04:34,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:34,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-afc306b2-03f1-4d2c-b3d1-efe292f0bb95 Date: Sat, 06 Oct 2018 05:04:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image"} 2018-10-06 05:04:34,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image used request id req-afc306b2-03f1-4d2c-b3d1-efe292f0bb95 2018-10-06 05:04:34,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:34,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-98665dff-fd3e-4603-ae09-dc03946f11e8 Date: Sat, 06 Oct 2018 05:04: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", "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-10-06 05:04:34,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-98665dff-fd3e-4603-ae09-dc03946f11e8 2018-10-06 05:04:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image"}' 2018-10-06 05:04:34,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 X-Openstack-Request-Id: req-8322d26d-147b-4dbc-86be-4e842a8949cb Date: Sat, 06 Oct 2018 05:04:34 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:04:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:04:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "min_disk": 0, "protected": false, "id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "file": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442/file", "checksum": null, "owner": "cb24ced1e9f24995a2ad5e5bbbdb9872", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:04:34,863 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-8322d26d-147b-4dbc-86be-4e842a8949cb 2018-10-06 05:04:34,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" -d '' 2018-10-06 05:04:36,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-841ade80-f7cd-44f6-b38d-2b3c383b3f10 Date: Sat, 06 Oct 2018 05:04:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:04:36,342 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442/file used request id req-841ade80-f7cd-44f6-b38d-2b3c383b3f10 2018-10-06 05:04:36,343 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:04:36,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:36,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ed9f6beb-1cec-4a37-b5a1-1058319da751 Date: Sat, 06 Oct 2018 05:04:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:04:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:04:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c109a0fc-09a4-4aa4-add0-68b670f31442/snap", "metadata": {}}], "self": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "min_disk": 0, "protected": false, "id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "file": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cb24ced1e9f24995a2ad5e5bbbdb9872", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c109a0fc-09a4-4aa4-add0-68b670f31442/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:04:36,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 used request id req-ed9f6beb-1cec-4a37-b5a1-1058319da751 2018-10-06 05:04:36,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:36,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ffdec847-5da8-4c7d-a1f0-66dfe27b2693 Date: Sat, 06 Oct 2018 05:04: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", "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-10-06 05:04:36,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ffdec847-5da8-4c7d-a1f0-66dfe27b2693 2018-10-06 05:04:36,693 - create_image - INFO - Created image with name - CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image 2018-10-06 05:04:36,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:04:36,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-938478f1-3ac5-4ca1-a10e-f6741ba5900d Date: Sat, 06 Oct 2018 05:04:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:04:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:04:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c109a0fc-09a4-4aa4-add0-68b670f31442/snap", "metadata": {}}], "self": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "min_disk": 0, "protected": false, "id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "file": "/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cb24ced1e9f24995a2ad5e5bbbdb9872", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c109a0fc-09a4-4aa4-add0-68b670f31442/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:04:36,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 used request id req-938478f1-3ac5-4ca1-a10e-f6741ba5900d 2018-10-06 05:04:36,852 - create_image - DEBUG - Instance status is - active 2018-10-06 05:04:36,852 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image 2018-10-06 05:04:36,853 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image 2018-10-06 05:04:36,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:36,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:37,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["c0YGHhW_TBSo_MVPpBciWQ"], "issued_at": "2018-10-06T05:04:37.000000Z"}} 2018-10-06 05:04:37,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b086d5cd598622314ca862e8ed86bd7aca2007b" 2018-10-06 05:04:37,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7656be94-8993-4ed8-ac4a-5580c6c5f64c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:37,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7656be94-8993-4ed8-ac4a-5580c6c5f64c 2018-10-06 05:04:37,316 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:04:37,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b086d5cd598622314ca862e8ed86bd7aca2007b" 2018-10-06 05:04:37,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04: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-8d086c16-5afb-4649-8bde-ff805abf7b26 x-compute-request-id: req-8d086c16-5afb-4649-8bde-ff805abf7b26 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:04:37,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-8d086c16-5afb-4649-8bde-ff805abf7b26 2018-10-06 05:04:37,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b086d5cd598622314ca862e8ed86bd7aca2007b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-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-10-06 05:04:37,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04: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-0f8ef375-525f-473d-9647-00b644e38225 x-compute-request-id: req-0f8ef375-525f-473d-9647-00b644e38225 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "382d8976-b989-4408-a87f-25e638fdc036", "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:04:37,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0f8ef375-525f-473d-9647-00b644e38225 2018-10-06 05:04:37,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:04:37,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:04:37,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4589a7989586442080150bedae1c40c5", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-user", "id": "a674b425f9ab4af19c81093cb181da1b"}, "audit_ids": ["YE_AIn2WQWOgIK1Edc__Yw"], "issued_at": "2018-10-06T05:04:37.000000Z"}} 2018-10-06 05:04:37,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:38,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6618022-51fb-4e4d-b24f-b5b3fd90f1c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:04:38,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b6618022-51fb-4e4d-b24f-b5b3fd90f1c9 2018-10-06 05:04:38,036 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:04:38,039 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:04:38,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:38,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-1411ae1d-633c-4579-b94c-e4ecfbfb5d9a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:04:38,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack used request id req-1411ae1d-633c-4579-b94c-e4ecfbfb5d9a 2018-10-06 05:04:38,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-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-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}}' 2018-10-06 05:04:40,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-ba7e59ef-f7a4-4ac3-86ff-b41d610c9133 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}]}} 2018-10-06 05:04:40,563 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks used request id req-ba7e59ef-f7a4-4ac3-86ff-b41d610c9133 2018-10-06 05:04:40,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:40,745 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:40 GMT Server: Apache x-openstack-request-id: req-bbd9c665-2085-4e8e-80a2-dee6fc2ad4d6 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:40,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:40 GMT Server: Apache x-openstack-request-id: req-5aaacd1e-403c-4e9a-8530-176308915ff2 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:40,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-5aaacd1e-403c-4e9a-8530-176308915ff2 2018-10-06 05:04:40,935 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:04:40,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:41,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:40 GMT Server: Apache x-openstack-request-id: req-6029b31f-cc73-4f54-b044-a20d31f8d7a6 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:41,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:41 GMT Server: Apache x-openstack-request-id: req-7512b878-963b-49e5-b154-42b867abd849 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:41,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-7512b878-963b-49e5-b154-42b867abd849 2018-10-06 05:04:41,301 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:41,301 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:44,304 - create_stack - DEBUG - Stack status query timeout in 1196.630826 2018-10-06 05:04:44,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:44,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:44 GMT Server: Apache x-openstack-request-id: req-49861d47-6064-4b7e-be7c-3899bec52034 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:44,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:44 GMT Server: Apache x-openstack-request-id: req-9d0ee920-d2a8-47ed-b5bb-0ff3aa45ba23 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:44,709 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-9d0ee920-d2a8-47ed-b5bb-0ff3aa45ba23 2018-10-06 05:04:44,709 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:44,709 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:47,713 - create_stack - DEBUG - Stack status query timeout in 1193.22222996 2018-10-06 05:04:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:47,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:47 GMT Server: Apache x-openstack-request-id: req-dd0d7404-2fb7-411b-8f69-060b9bf83041 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:47,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:47 GMT Server: Apache x-openstack-request-id: req-9bcb0b63-2153-4c0c-beb3-fa89e8bcde12 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:47,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-9bcb0b63-2153-4c0c-beb3-fa89e8bcde12 2018-10-06 05:04:47,817 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:47,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:50,821 - create_stack - DEBUG - Stack status query timeout in 1190.11435485 2018-10-06 05:04:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:50,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:50 GMT Server: Apache x-openstack-request-id: req-98e31920-28b1-44b1-adfd-1a06659d2766 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:51,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:50 GMT Server: Apache x-openstack-request-id: req-3fd5abd4-0a7e-4ddf-98d6-6c5a4c3b606c 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:51,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-3fd5abd4-0a7e-4ddf-98d6-6c5a4c3b606c 2018-10-06 05:04:51,068 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:51,068 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:54,071 - create_stack - DEBUG - Stack status query timeout in 1186.86403394 2018-10-06 05:04:54,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:54,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:54 GMT Server: Apache x-openstack-request-id: req-5c86fc85-4653-44a2-807a-a386090cb19f Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:54,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:54 GMT Server: Apache x-openstack-request-id: req-d6b0ebdb-484c-445f-8dd5-3c3a04d108af 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:54,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-d6b0ebdb-484c-445f-8dd5-3c3a04d108af 2018-10-06 05:04:54,417 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:04:54,417 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:04:57,420 - create_stack - DEBUG - Stack status query timeout in 1183.51480293 2018-10-06 05:04:57,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:57,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-7379ac32-1fd5-4098-9688-70ed23d20e1f Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:57,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-dbaf052b-6b62-47eb-91ce-0c20cb5fe508 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:04:57,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-dbaf052b-6b62-47eb-91ce-0c20cb5fe508 2018-10-06 05:04:57,689 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:04:57,689 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:04:57,689 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:04:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:57,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-8922e0f4-32b3-4c92-b19a-f55bc1db4646 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:57,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-78a6c46f-423b-48c4-afd7-c49f41277a63 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.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4caf5758-5c4e-43b0-bb44-253a7c8a05f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9ab93d8e-bc38-4488-a1db-f588ff9fb168", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1374ee2e-c815-43d4-af6c-aab65f72beba", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:04:57,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources used request id req-78a6c46f-423b-48c4-afd7-c49f41277a63 2018-10-06 05:04:57,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:58,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-46afdd5b-d34f-418e-a4a7-153f287345db x-compute-request-id: req-46afdd5b-d34f-418e-a4a7-153f287345db Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:04:58,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-46afdd5b-d34f-418e-a4a7-153f287345db 2018-10-06 05:04:58,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:58,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-647540cb-85d6-464f-8b87-8e6810b3eef2 Date: Sat, 06 Oct 2018 05:04: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:04:58,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-647540cb-85d6-464f-8b87-8e6810b3eef2 2018-10-06 05:04:58,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:04:58,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:04:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:04:58,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:58,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219488dd-8b0f-49ae-a5a7-339434a78bbd Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:04:58,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-219488dd-8b0f-49ae-a5a7-339434a78bbd 2018-10-06 05:04:58,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:58,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fc65563d-092e-4bc0-8153-fede99c88b44 Date: Sat, 06 Oct 2018 05:04:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:04:58,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-fc65563d-092e-4bc0-8153-fede99c88b44 2018-10-06 05:04:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-c5a6f19c-39ca-4eea-8ae5-36b5524759e5 Date: Sat, 06 Oct 2018 05:04:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:04:59,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-c5a6f19c-39ca-4eea-8ae5-36b5524759e5 2018-10-06 05:04:59,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-1e6922ab-6a7a-47b0-b28e-646ef70418cf Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:04:59,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-b204c9cd-c677-4434-9e3b-16341ec0ba4b 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.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4caf5758-5c4e-43b0-bb44-253a7c8a05f7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9ab93d8e-bc38-4488-a1db-f588ff9fb168", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1374ee2e-c815-43d4-af6c-aab65f72beba", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-06T05:04:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:04:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:04:59,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff/resources used request id req-b204c9cd-c677-4434-9e3b-16341ec0ba4b 2018-10-06 05:04:59,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-e4551a33-f671-4af5-a0a9-4ec4e0699102 x-compute-request-id: req-e4551a33-f671-4af5-a0a9-4ec4e0699102 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "382d8976-b989-4408-a87f-25e638fdc036", "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:04:59,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036 used request id req-e4551a33-f671-4af5-a0a9-4ec4e0699102 2018-10-06 05:04:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/9ab93d8e-bc38-4488-a1db-f588ff9fb168 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-a988a7f8-27f0-4c9d-8e10-bc946e8e6265 Date: Sat, 06 Oct 2018 05:04:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}} 2018-10-06 05:04:59,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/9ab93d8e-bc38-4488-a1db-f588ff9fb168 used request id req-a988a7f8-27f0-4c9d-8e10-bc946e8e6265 2018-10-06 05:04:59,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-91121447-0e88-4216-8919-923ac32f91e9 Date: Sat, 06 Oct 2018 05:04: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:04:59,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-91121447-0e88-4216-8919-923ac32f91e9 2018-10-06 05:04:59,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-612d81db-5bf3-4f11-a4a7-7bd6281f42ba Date: Sat, 06 Oct 2018 05:04:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:04:59,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-612d81db-5bf3-4f11-a4a7-7bd6281f42ba 2018-10-06 05:04:59,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6fc683e7-468b-4004-93b5-b17480a0d901 Date: Sat, 06 Oct 2018 05:04: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:04:59,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-6fc683e7-468b-4004-93b5-b17480a0d901 2018-10-06 05:04:59,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:04:59,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01322b09-16a5-4c17-96c0-49d7bdf58aa1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:04:59,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-01322b09-16a5-4c17-96c0-49d7bdf58aa1 2018-10-06 05:04:59,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8d674510-92ed-448a-a8e1-9c6bd3ab2983 Date: Sat, 06 Oct 2018 05:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:00,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-8d674510-92ed-448a-a8e1-9c6bd3ab2983 2018-10-06 05:05:00,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba&mac_address=fa%3A16%3A3e%3A56%3A96%3A2d&name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-ec490195-dc04-4577-9574-33cd7bc76b08 Date: Sat, 06 Oct 2018 05:05:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"}]} 2018-10-06 05:05:00,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba&mac_address=fa%3A16%3A3e%3A56%3A96%3A2d&name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol&admin_state_up=True used request id req-ec490195-dc04-4577-9574-33cd7bc76b08 2018-10-06 05:05:00,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2458851-b814-4409-8bab-52665459dffd Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:00,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-f2458851-b814-4409-8bab-52665459dffd 2018-10-06 05:05:00,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-76caec0b-d49b-4aed-8ac2-0f53a8711220 Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:00,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-76caec0b-d49b-4aed-8ac2-0f53a8711220 2018-10-06 05:05:00,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3ca7f681-0bc0-445e-a564-33de4d971b7a Date: Sat, 06 Oct 2018 05:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:00,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-3ca7f681-0bc0-445e-a564-33de4d971b7a 2018-10-06 05:05:00,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-8ae5022a-9e52-445e-8f36-db140affe037 Date: Sat, 06 Oct 2018 05:05:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:00,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-8ae5022a-9e52-445e-8f36-db140affe037 2018-10-06 05:05:00,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:00,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6c70f4d1-2b12-40e6-a968-6da3050a6710 Date: Sat, 06 Oct 2018 05:05:00 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:05:00,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-6c70f4d1-2b12-40e6-a968-6da3050a6710 2018-10-06 05:05:00,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:00,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:00,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4589a7989586442080150bedae1c40c5", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:05:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-user", "id": "a674b425f9ab4af19c81093cb181da1b"}, "audit_ids": ["wNdykEmKT0KalNlURRRqdA"], "issued_at": "2018-10-06T05:05:00.000000Z"}} 2018-10-06 05:05:00,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:00,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ccad246-e5f6-4718-8297-6cc9635cbda2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:00,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9ccad246-e5f6-4718-8297-6cc9635cbda2 2018-10-06 05:05:00,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:05:00,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad99e23-8d2d-40b1-a33b-106ce8b89a00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:01,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bad99e23-8d2d-40b1-a33b-106ce8b89a00 2018-10-06 05:05:01,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d8d499b3-5cc1-45d6-a1b6-83ab998c4f59 Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:01,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-d8d499b3-5cc1-45d6-a1b6-83ab998c4f59 2018-10-06 05:05:01,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:01,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:01,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937d4b16-8a8f-4a98-acbd-8819695aa478 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:01,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-937d4b16-8a8f-4a98-acbd-8819695aa478 2018-10-06 05:05:01,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-096f75dc-48e1-4f88-899c-269e54b94465 Date: Sat, 06 Oct 2018 05:05:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:01,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-096f75dc-48e1-4f88-899c-269e54b94465 2018-10-06 05:05:01,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba&mac_address=fa%3A16%3A3e%3A56%3A96%3A2d&name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-a1fb9afc-7dc0-4b54-ae7e-ca0e0610ff6b Date: Sat, 06 Oct 2018 05:05:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"}]} 2018-10-06 05:05:01,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba&mac_address=fa%3A16%3A3e%3A56%3A96%3A2d&name=CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol&admin_state_up=True used request id req-a1fb9afc-7dc0-4b54-ae7e-ca0e0610ff6b 2018-10-06 05:05:01,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:01,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967d4c14-d083-46bf-be63-abb9557f1ece Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:01,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-967d4c14-d083-46bf-be63-abb9557f1ece 2018-10-06 05:05:01,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:02,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de8ce24d-ab21-4be4-b874-5ff70638f1c5 x-compute-request-id: req-de8ce24d-ab21-4be4-b874-5ff70638f1c5 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:05:02,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst used request id req-de8ce24d-ab21-4be4-b874-5ff70638f1c5 2018-10-06 05:05:02,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:02,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-375e0f89-b88c-4224-bd5f-245ce47a1c50 Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:02,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-375e0f89-b88c-4224-bd5f-245ce47a1c50 2018-10-06 05:05:02,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:03,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-086b077c-8c50-41f4-bb4b-e6ef2238315f Date: Sat, 06 Oct 2018 05:05:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:03,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-086b077c-8c50-41f4-bb4b-e6ef2238315f 2018-10-06 05:05:03,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:03,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-632ce1c6-1088-49a4-9154-520720a4043e Date: Sat, 06 Oct 2018 05:05:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:03,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-632ce1c6-1088-49a4-9154-520720a4043e 2018-10-06 05:05:03,402 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst 2018-10-06 05:05:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:03,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-273fd9ad-4af3-4258-ba19-938680e0afd7 Date: Sat, 06 Oct 2018 05:05:03 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:05:03,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-273fd9ad-4af3-4258-ba19-938680e0afd7 2018-10-06 05:05:03,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:04,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05: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-382a4f06-c328-4664-99da-449924173ce0 x-compute-request-id: req-382a4f06-c328-4664-99da-449924173ce0 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:05:04,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-382a4f06-c328-4664-99da-449924173ce0 2018-10-06 05:05:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:04,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-30ec44d5-291d-4ec6-95c7-331b803dd1b0 Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:04,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-30ec44d5-291d-4ec6-95c7-331b803dd1b0 2018-10-06 05:05:04,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c65db808-4d2b-49d4-b145-6ea3e58fbd21 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:04,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-c65db808-4d2b-49d4-b145-6ea3e58fbd21 2018-10-06 05:05:04,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:04,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ef58bac9-3cb9-40e5-9bfa-59b7ab2b8c90 Date: Sat, 06 Oct 2018 05:05:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:04,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-ef58bac9-3cb9-40e5-9bfa-59b7ab2b8c90 2018-10-06 05:05:04,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:04,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-a3509fee-34b3-4929-bdf4-d6c3464063e7 Date: Sat, 06 Oct 2018 05:05:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:04,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-a3509fee-34b3-4929-bdf4-d6c3464063e7 2018-10-06 05:05:04,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:05:04,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:05,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4589a7989586442080150bedae1c40c5", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}], "expires_at": "2018-10-06T06:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cb24ced1e9f24995a2ad5e5bbbdb9872", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-user", "id": "a674b425f9ab4af19c81093cb181da1b"}, "audit_ids": ["0j6Q_Q32SZW88IQ2HwdKww"], "issued_at": "2018-10-06T05:05:05.000000Z"}} 2018-10-06 05:05:05,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:05,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6966bda-f293-469d-b352-16bc31399075 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:05,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c6966bda-f293-469d-b352-16bc31399075 2018-10-06 05:05:05,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:05,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-afa4a1dd-99aa-429d-b5e1-d2ec3d4eb7dd x-compute-request-id: req-afa4a1dd-99aa-429d-b5e1-d2ec3d4eb7dd Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:05:05,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-afa4a1dd-99aa-429d-b5e1-d2ec3d4eb7dd 2018-10-06 05:05:05,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:06,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0847f38d-866a-42b6-ad42-c201235df46d Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:06,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-0847f38d-866a-42b6-ad42-c201235df46d 2018-10-06 05:05:06,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:06,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee352adb-734f-4a49-b3fb-d8099c683d80 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:06,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-ee352adb-734f-4a49-b3fb-d8099c683d80 2018-10-06 05:05:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:06,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ff3aed09-7cf2-43b6-b977-d0668072500a Date: Sat, 06 Oct 2018 05:05:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:06,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-ff3aed09-7cf2-43b6-b977-d0668072500a 2018-10-06 05:05:06,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:06,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-01bc7723-0094-4c77-9503-ab4557dc73cc Date: Sat, 06 Oct 2018 05:05:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:06,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-01bc7723-0094-4c77-9503-ab4557dc73cc 2018-10-06 05:05:06,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:07,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05: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-e1876951-3809-4ec7-aead-d4c8088c4454 x-compute-request-id: req-e1876951-3809-4ec7-aead-d4c8088c4454 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:05:07,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst used request id req-e1876951-3809-4ec7-aead-d4c8088c4454 2018-10-06 05:05:07,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:07,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-aae5c794-fe54-40ac-ac80-e3835d03e86f Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:07,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-aae5c794-fe54-40ac-ac80-e3835d03e86f 2018-10-06 05:05:07,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:07,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2acbfc15-87f8-49b8-9d11-10360fee2278 Date: Sat, 06 Oct 2018 05:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:07,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-2acbfc15-87f8-49b8-9d11-10360fee2278 2018-10-06 05:05:07,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:07,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-8fa9e53d-2673-4aec-9807-700d8cf3de8b Date: Sat, 06 Oct 2018 05:05:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:07,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-8fa9e53d-2673-4aec-9807-700d8cf3de8b 2018-10-06 05:05:07,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:08,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87ecfd5f-5066-4f2b-a5c8-244761456f41 x-compute-request-id: req-87ecfd5f-5066-4f2b-a5c8-244761456f41 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:05:08,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-87ecfd5f-5066-4f2b-a5c8-244761456f41 2018-10-06 05:05:08,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:08,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d7dba58b-8e13-4d2a-9179-df9dcb6e43ef Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:08,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-d7dba58b-8e13-4d2a-9179-df9dcb6e43ef 2018-10-06 05:05:08,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:08,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63d80dc-1353-417f-84d2-13b20489f9f0 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:08,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-c63d80dc-1353-417f-84d2-13b20489f9f0 2018-10-06 05:05:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:08,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dd2c2727-1f67-4976-9eab-5c8ce412619e Date: Sat, 06 Oct 2018 05:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:08,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-dd2c2727-1f67-4976-9eab-5c8ce412619e 2018-10-06 05:05:08,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:08,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-8bcf1a6f-7125-48af-911c-f932991f91ce Date: Sat, 06 Oct 2018 05:05:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:08,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-8bcf1a6f-7125-48af-911c-f932991f91ce 2018-10-06 05:05:08,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:09,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d517652-1335-4153-a9f7-82baa387794a x-compute-request-id: req-6d517652-1335-4153-a9f7-82baa387794a Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:05:09,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-6d517652-1335-4153-a9f7-82baa387794a 2018-10-06 05:05:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:09,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d26dc3a2-536a-4821-87fb-df31ccdc39b2 Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:09,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-d26dc3a2-536a-4821-87fb-df31ccdc39b2 2018-10-06 05:05:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:09,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d84dc2-4710-47b4-a4f1-50cef188de69 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:09,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-13d84dc2-4710-47b4-a4f1-50cef188de69 2018-10-06 05:05:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:10,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-49d3f8c9-fe6f-4e1b-9a08-dbb95f7127f6 Date: Sat, 06 Oct 2018 05:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:10,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-49d3f8c9-fe6f-4e1b-9a08-dbb95f7127f6 2018-10-06 05:05:10,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c1e0f748c9db4f7ccd3b4007c875f80ed168d6d" 2018-10-06 05:05:10,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-f56d5df7-b232-4fa7-9ccb-9e0b20852184 Date: Sat, 06 Oct 2018 05:05:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:10,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-f56d5df7-b232-4fa7-9ccb-9e0b20852184 2018-10-06 05:05:10,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:10,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05: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-4c7377e6-f99a-4232-aa3a-1d313f21c173 x-compute-request-id: req-4c7377e6-f99a-4232-aa3a-1d313f21c173 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:96:2d", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db", "rel": "bookmark"}], "image": {"id": "c109a0fc-09a4-4aa4-add0-68b670f31442", "links": [{"href": "http://172.30.9.29:8774/images/c109a0fc-09a4-4aa4-add0-68b670f31442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:04:51.000000", "flavor": {"id": "382d8976-b989-4408-a87f-25e638fdc036", "links": [{"href": "http://172.30.9.29:8774/flavors/382d8976-b989-4408-a87f-25e638fdc036", "rel": "bookmark"}]}, "id": "72bafee9-b4ec-425d-9526-afd3d4f3c9db", "security_groups": [{"name": "default"}], "user_id": "a674b425f9ab4af19c81093cb181da1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:04:54Z", "hostId": "1bc3d139c176f5234d31e43b24e100eaa5f367e83d2ee53f7a002e55", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "created": "2018-10-06T05:04:47Z", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:05:10,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/72bafee9-b4ec-425d-9526-afd3d4f3c9db used request id req-4c7377e6-f99a-4232-aa3a-1d313f21c173 2018-10-06 05:05:10,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:11,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2b336e7e-f1af-49b7-8523-ea056c11b8eb Date: Sat, 06 Oct 2018 05:05: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":["9ab93d8e-bc38-4488-a1db-f588ff9fb168"],"updated_at":"2018-10-06T05:04:43Z","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"1374ee2e-c815-43d4-af6c-aab65f72beba","name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}]} 2018-10-06 05:05:11,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net used request id req-2b336e7e-f1af-49b7-8523-ea056c11b8eb 2018-10-06 05:05:11,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:11,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-71d70ee5-7047-4332-a280-c566cddca430 Date: Sat, 06 Oct 2018 05:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","dns_nameservers":[],"updated_at":"2018-10-06T05:04:43Z","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":"cb24ced1e9f24995a2ad5e5bbbdb9872","id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","subnetpool_id":null,"name":"CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet"}]} 2018-10-06 05:05:11,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-71d70ee5-7047-4332-a280-c566cddca430 2018-10-06 05:05:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e558233fafdae2cb6f926a92e4eb69133f4c566f" 2018-10-06 05:05:11,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-c38495ef-fa79-4fd1-99e4-815d6e75a009 Date: Sat, 06 Oct 2018 05:05:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.10"}],"id":"4caf5758-5c4e-43b0-bb44-253a7c8a05f7","security_groups":["f2712915-0b8d-42a7-b483-be419d3795fd"],"mac_address":"fa:16:3e:56:96:2d","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack-server1_port-njctctfqbqol","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"72bafee9-b4ec-425d-9526-afd3d4f3c9db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.3"}],"id":"7718b37d-0580-4a4a-b41d-17616970b989","security_groups":[],"mac_address":"fa:16:3e:b1:7e:43","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.2"}],"id":"9b288394-3ffe-4896-9034-f8f66e7f3a90","security_groups":[],"mac_address":"fa:16:3e:b9:ad:08","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1374ee2e-c815-43d4-af6c-aab65f72beba"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:04:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9ab93d8e-bc38-4488-a1db-f588ff9fb168","ip_address":"10.0.0.4"}],"id":"fc6269f7-0fbc-4a7d-a11c-e5cc927faa63","security_groups":[],"mac_address":"fa:16:3e:59:b8:dd","project_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1374ee2e-c815-43d4-af6c-aab65f72beba","tenant_id":"cb24ced1e9f24995a2ad5e5bbbdb9872","created_at":"2018-10-06T05:04:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1374ee2e-c815-43d4-af6c-aab65f72beba"}]} 2018-10-06 05:05:11,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=1374ee2e-c815-43d4-af6c-aab65f72beba used request id req-c38495ef-fa79-4fd1-99e4-815d6e75a009 2018-10-06 05:05:11,545 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:05:11,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:11,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:11 GMT Server: Apache x-openstack-request-id: req-59c96846-f0f7-4641-aabd-1e679a8d40b0 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:12,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:11 GMT Server: Apache x-openstack-request-id: req-f0942ba1-3f01-4167-b322-f901a9b77bf0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:12,033 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-f0942ba1-3f01-4167-b322-f901a9b77bf0 2018-10-06 05:05:12,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:12,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:12 GMT Server: Apache x-openstack-request-id: req-b010bb34-babc-45ad-91b8-40636b597542 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:12,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:12 GMT Server: Apache x-openstack-request-id: req-25944ed9-fe6b-4720-802b-191d112142c3 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:05:12,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-25944ed9-fe6b-4720-802b-191d112142c3 2018-10-06 05:05:12,395 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:05:12,396 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:15,399 - create_stack - DEBUG - Stack status query timeout in 1196.63482308 2018-10-06 05:05:15,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:15,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:15 GMT Server: Apache x-openstack-request-id: req-a1a3ec62-0a55-4237-aa27-1870c5ff4e25 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:15,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:15 GMT Server: Apache x-openstack-request-id: req-639824de-1e5e-4c9b-b430-02682200fa27 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "tags": null, "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:05:12Z", "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:05:15,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-639824de-1e5e-4c9b-b430-02682200fa27 2018-10-06 05:05:15,617 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:05:15,617 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:18,621 - create_stack - DEBUG - Stack status query timeout in 1193.41294503 2018-10-06 05:05:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:18,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-3c82c33e-853b-47b1-ba19-5a60081c47b8 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:18,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-1341e3ba-4239-4c90-aec3-254069e6c3c0 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "tags": null, "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:05:12Z", "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:05:18,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-1341e3ba-4239-4c90-aec3-254069e6c3c0 2018-10-06 05:05:18,677 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:05:18,677 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:21,681 - create_stack - DEBUG - Stack status query timeout in 1190.35301518 2018-10-06 05:05:21,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:21,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:21 GMT Server: Apache x-openstack-request-id: req-cf615eee-3453-4889-8d22-5a6a172af386 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:21,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:21 GMT Server: Apache x-openstack-request-id: req-27dcb8ce-3a45-4616-9b08-ea7ce6557b0b 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "tags": null, "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:05:12Z", "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:05:21,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-27dcb8ce-3a45-4616-9b08-ea7ce6557b0b 2018-10-06 05:05:21,737 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:05:21,737 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:24,741 - create_stack - DEBUG - Stack status query timeout in 1187.29307604 2018-10-06 05:05:24,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:24,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:24 GMT Server: Apache x-openstack-request-id: req-7a84fcc1-65e8-4293-b30b-bc996bb08f56 Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:24,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:24 GMT Server: Apache x-openstack-request-id: req-061dcc39-da72-43b5-8afc-fdca83b5eaf3 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": "cb24ced1e9f24995a2ad5e5bbbdb9872", "OS::stack_id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "image_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image", "inst_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-inst", "subnet_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-subnet", "flavor_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-flavor-name", "net_name": "CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-net"}, "deletion_time": "2018-10-06T05:05:23Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack", "stack_user_project_id": "fef4fcf8db274f5484f67806bb3138e5", "tags": null, "creation_time": "2018-10-06T05:04:39Z", "links": [{"href": "http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:05:12Z", "id": "f49a5835-46ca-4eda-abab-bec1ca9eb5ff", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-06 05:05:24,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-061dcc39-da72-43b5-8afc-fdca83b5eaf3 2018-10-06 05:05:24,798 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:05:24,798 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:05:24,799 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack 2018-10-06 05:05:24,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/f49a5835-46ca-4eda-abab-bec1ca9eb5ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}994e74081f30a04ba879d0863615e3675ff4f7f0" 2018-10-06 05:05:24,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:24 GMT Server: Apache x-openstack-request-id: req-ac9cf237-2d94-456c-9511-a88cfc05b67d Location: http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:25,015 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:05:24 GMT Server: Apache x-openstack-request-id: req-f6f25582-61ab-410e-b871-bb07dfbd1bed Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:05:25,016 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cb24ced1e9f24995a2ad5e5bbbdb9872/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-stack/f49a5835-46ca-4eda-abab-bec1ca9eb5ff used request id req-f6f25582-61ab-410e-b871-bb07dfbd1bed 2018-10-06 05:05:25,017 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fa226e63-972a-45c3-9b8c-ca52529a634f-image 2018-10-06 05:05:25,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}df12467f88f7381f4ec42a8f95be30de90857a88" 2018-10-06 05:05:26,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4ce469c-4f20-40bc-9c4f-d09f226526ab Date: Sat, 06 Oct 2018 05:05:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:05:26,465 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c109a0fc-09a4-4aa4-add0-68b670f31442 used request id req-e4ce469c-4f20-40bc-9c4f-d09f226526ab 2018-10-06 05:05:26,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b086d5cd598622314ca862e8ed86bd7aca2007b" 2018-10-06 05:05:26,508 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-15f0f4bc-e592-4a2c-a416-cda7963e9a8c x-compute-request-id: req-15f0f4bc-e592-4a2c-a416-cda7963e9a8c Content-Length: 0 Content-Type: application/json 2018-10-06 05:05:26,509 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/382d8976-b989-4408-a87f-25e638fdc036 used request id req-15f0f4bc-e592-4a2c-a416-cda7963e9a8c 2018-10-06 05:05:26,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:26,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-053de0ac-f3c1-4348-86bf-e0e4c1a9daa5 Date: Sat, 06 Oct 2018 05:05:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "created_at": "2018-10-06T05:04:41Z", "updated_at": "2018-10-06T05:04:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "revision_number": 0, "id": "3e81150b-d62c-421e-a1e8-2a9fbc216848", "remote_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "remote_ip_prefix": null, "created_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "revision_number": 0, "id": "63ab2da2-6eb7-49be-b32f-452b79ab2c96", "remote_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "remote_ip_prefix": null, "created_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "revision_number": 0, "id": "d5b869f5-9b1e-4520-ad1a-c77c35bca8c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "revision_number": 0, "id": "e80c5230-9734-46f0-bab2-84519bc7344a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872"}], "revision_number": 4, "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "f2712915-0b8d-42a7-b483-be419d3795fd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:05:26,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-053de0ac-f3c1-4348-86bf-e0e4c1a9daa5 2018-10-06 05:05:26,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:26,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd251887-d825-4cf6-ae88-28edc11a7922 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:05:26,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bd251887-d825-4cf6-ae88-28edc11a7922 2018-10-06 05:05:26,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:26,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b53348-d54f-4d97-af01-755d263a1ae4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:05:26,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-09b53348-d54f-4d97-af01-755d263a1ae4 2018-10-06 05:05:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:27,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd6e3c6-0162-492c-b20f-5ee5561f48ae Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:05:27,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-bbd6e3c6-0162-492c-b20f-5ee5561f48ae 2018-10-06 05:05:27,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:27,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7a815e-276d-42fc-8a5a-8bbf91af2da7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872"}, "enabled": true, "id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj"}} 2018-10-06 05:05:27,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-6b7a815e-276d-42fc-8a5a-8bbf91af2da7 2018-10-06 05:05:27,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2712915-0b8d-42a7-b483-be419d3795fd 2018-10-06 05:05:27,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f2712915-0b8d-42a7-b483-be419d3795fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:27,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fb933ca4-f7d0-452f-98cb-20593f019d6f Date: Sat, 06 Oct 2018 05:05:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "port_range_min": null, "revision_number": 0, "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "created_at": "2018-10-06T05:04:41Z", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "3e81150b-d62c-421e-a1e8-2a9fbc216848"}, {"remote_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "port_range_min": null, "revision_number": 0, "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "created_at": "2018-10-06T05:04:41Z", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "63ab2da2-6eb7-49be-b32f-452b79ab2c96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "port_range_min": null, "revision_number": 0, "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "created_at": "2018-10-06T05:04:41Z", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "d5b869f5-9b1e-4520-ad1a-c77c35bca8c6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:04:41Z", "security_group_id": "f2712915-0b8d-42a7-b483-be419d3795fd", "port_range_min": null, "revision_number": 0, "tenant_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "created_at": "2018-10-06T05:04:41Z", "project_id": "cb24ced1e9f24995a2ad5e5bbbdb9872", "id": "e80c5230-9734-46f0-bab2-84519bc7344a"}]} 2018-10-06 05:05:27,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=f2712915-0b8d-42a7-b483-be419d3795fd used request id req-fb933ca4-f7d0-452f-98cb-20593f019d6f 2018-10-06 05:05:27,345 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:05:27,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f2712915-0b8d-42a7-b483-be419d3795fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:27,650 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3882676-c669-40fc-b05b-ec3f399d9e28 Content-Length: 0 Date: Sat, 06 Oct 2018 05:05:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:05:27,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f2712915-0b8d-42a7-b483-be419d3795fd used request id req-e3882676-c669-40fc-b05b-ec3f399d9e28 2018-10-06 05:05:27,651 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj 2018-10-06 05:05:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:27,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33afd746-fae0-4c9e-996d-d1c4fdf3c820 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:27,898 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cb24ced1e9f24995a2ad5e5bbbdb9872 used request id req-33afd746-fae0-4c9e-996d-d1c4fdf3c820 2018-10-06 05:05:27,899 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-proj-role 2018-10-06 05:05:27,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:28,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4a8b086-cbd0-40ac-85a3-befed8468932 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:28,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4589a7989586442080150bedae1c40c5 used request id req-c4a8b086-cbd0-40ac-85a3-befed8468932 2018-10-06 05:05:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5be0b26175964d4a82e9fee5d16db6115255d41b" 2018-10-06 05:05:28,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408e9e0e-b003-4878-a2f0-48c68e7249ce Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:28,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-408e9e0e-b003-4878-a2f0-48c68e7249ce 2018-10-06 05:05:28,134 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c53ff45e-f2e6-4dc-user 2018-10-06 05:05:28,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/a674b425f9ab4af19c81093cb181da1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc909b6246e29f6fb458d2398892c78f397b0b7f" 2018-10-06 05:05:28,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a583542-aa6c-4b45-a166-58c253281dd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:28,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a674b425f9ab4af19c81093cb181da1b used request id req-6a583542-aa6c-4b45-a166-58c253281dd3 2018-10-06 05:05:28,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:28,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QOhhRPPWQ3SukMtCqEE90w"], "issued_at": "2018-10-06T05:05:28.000000Z"}} 2018-10-06 05:05:28,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd50e2ea538bdf04b5ae8ce62945b0cbdfd7e74" 2018-10-06 05:05:28,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ecd3ed-f30b-4cb5-ac14-12f5684ce233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:28,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d4ecd3ed-f30b-4cb5-ac14-12f5684ce233 2018-10-06 05:05:28,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:28,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:29,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["iXVB6aYeQn--Ck7dgekf7A"], "issued_at": "2018-10-06T05:05:29.000000Z"}} 2018-10-06 05:05:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:29,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eecb852-ca55-4171-a783-112e3a9c5fe3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:29,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5eecb852-ca55-4171-a783-112e3a9c5fe3 2018-10-06 05:05:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:29,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:29,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-1e1ba693-773d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:29,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24deeb0c-b25f-4e1c-a1ed-15d605ce1e06 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-1e1ba693-773d-44e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:05:29,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-1e1ba693-773d-44e-proj used request id req-24deeb0c-b25f-4e1c-a1ed-15d605ce1e06 2018-10-06 05:05:29,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:29,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f63abde-27b4-4bf2-beb4-a07749008d55 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:05:29,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9f63abde-27b4-4bf2-beb4-a07749008d55 2018-10-06 05:05:29,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}}' 2018-10-06 05:05:29,608 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e0bbde2-0f2b-493f-bdb5-65766d20a23f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe"}, "enabled": true, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}} 2018-10-06 05:05:29,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-9e0bbde2-0f2b-493f-bdb5-65766d20a23f 2018-10-06 05:05:29,609 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-1e1ba693-773d-44e-proj 2018-10-06 05:05:29,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:29,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:30,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["7I_DYDnCRbCVCBFyVa78EQ"], "issued_at": "2018-10-06T05:05:30.000000Z"}} 2018-10-06 05:05:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:30,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b390c501-e91e-475c-bd6b-e0b33349e879 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:30,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b390c501-e91e-475c-bd6b-e0b33349e879 2018-10-06 05:05:30,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:30,170 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:30,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:30,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9166421f-a6af-4e18-8122-1b50af3a1e2e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:05:30,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9166421f-a6af-4e18-8122-1b50af3a1e2e 2018-10-06 05:05:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:30,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce259a13-96d5-4564-848f-29842bf1687c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe"}, "enabled": true, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}]} 2018-10-06 05:05:30,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj used request id req-ce259a13-96d5-4564-848f-29842bf1687c 2018-10-06 05:05:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23eb2d0-3b4b-4114-924c-5212414be8d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:05:30,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-a23eb2d0-3b4b-4114-924c-5212414be8d5 2018-10-06 05:05:30,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:30,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02fcbc7-4e86-4db0-901f-c297608a95a8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:30,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f02fcbc7-4e86-4db0-901f-c297608a95a8 2018-10-06 05:05:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf6791b-fde1-4bef-affa-6d27ee04ba0a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe"}, "enabled": true, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}]} 2018-10-06 05:05:31,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj used request id req-1cf6791b-fde1-4bef-affa-6d27ee04ba0a 2018-10-06 05:05:31,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/0c2c9634501243548d34f9f1e08491da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e6fe91-acb9-4684-b6c7-dc151fd75c6a Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-1e1ba693-773d-44e-user", "links": {"self": "http://172.30.9.29:5000/v3/users/0c2c9634501243548d34f9f1e08491da"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "f7c56326d0ad4557ad7011130e2ac2fe", "id": "0c2c9634501243548d34f9f1e08491da", "password_expires_at": null}} 2018-10-06 05:05:31,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/0c2c9634501243548d34f9f1e08491da used request id req-50e6fe91-acb9-4684-b6c7-dc151fd75c6a 2018-10-06 05:05:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e7d231-9fe9-45f6-9fa1-70faa0f232e3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:05:31,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles used request id req-94e7d231-9fe9-45f6-9fa1-70faa0f232e3 2018-10-06 05:05:31,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048cc51b-75e9-4ec4-b9c4-cc6b0d151e0f Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 05:05:31,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-048cc51b-75e9-4ec4-b9c4-cc6b0d151e0f 2018-10-06 05:05:31,352 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-1e1ba693-773d-44e-proj 2018-10-06 05:05:31,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-417a8b2a-29cb-42b4-8908-8b03890e63a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:31,478 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-417a8b2a-29cb-42b4-8908-8b03890e63a5 2018-10-06 05:05:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420bf4da-c903-445e-9bcb-752bf0d359f0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:31,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-420bf4da-c903-445e-9bcb-752bf0d359f0 2018-10-06 05:05:31,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f09da7e-aa74-467e-b3a7-fe2ee371412d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe"}, "enabled": true, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}]} 2018-10-06 05:05:31,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-1e1ba693-773d-44e-proj used request id req-2f09da7e-aa74-467e-b3a7-fe2ee371412d 2018-10-06 05:05:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7730809-2160-4ce5-bd56-bd7638a7b698 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 05:05:31,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles used request id req-a7730809-2160-4ce5-bd56-bd7638a7b698 2018-10-06 05:05:31,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:31,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faec9035-e66a-46f2-a40a-437130416010 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:05:31,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-faec9035-e66a-46f2-a40a-437130416010 2018-10-06 05:05:31,876 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-1e1ba693-773d-44e-proj 2018-10-06 05:05:31,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:32,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9eeaee8-af53-4be8-9e7d-4b462ae422b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:32,018 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-e9eeaee8-af53-4be8-9e7d-4b462ae422b2 2018-10-06 05:05:32,018 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-1e1ba693-773d-44e-user 2018-10-06 05:05:32,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:32,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:32,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4317ca97-18bd-498d-b167-c9470d5fa489 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:32,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4317ca97-18bd-498d-b167-c9470d5fa489 2018-10-06 05:05:32,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" -d '{"role": {"name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj-role"}}' 2018-10-06 05:05:32,231 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89b0e692-0fb2-4764-914b-ec404d6a9db0 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be394b5a7f594df7876d243f6a33361c", "links": {"self": "http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c"}, "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj-role"}} 2018-10-06 05:05:32,231 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-89b0e692-0fb2-4764-914b-ec404d6a9db0 2018-10-06 05:05:32,232 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-1e1ba693-773d-44e-proj-role 2018-10-06 05:05:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:32,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7e55db-b3f6-4d2c-8c4e-7ceb473588cf Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c"}, "domain_id": null, "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj-role", "id": "be394b5a7f594df7876d243f6a33361c"}} 2018-10-06 05:05:32,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c used request id req-3a7e55db-b3f6-4d2c-8c4e-7ceb473588cf 2018-10-06 05:05:32,325 - keystone_utils - INFO - Granting role CreateStackVolumeTests-1e1ba693-773d-44e-proj-role to project CreateStackVolumeTests-1e1ba693-773d-44e-proj 2018-10-06 05:05:32,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/be394b5a7f594df7876d243f6a33361c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:32,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c479a33-c52a-426d-b7ba-e938f2f88f02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:32,442 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe/users/0c2c9634501243548d34f9f1e08491da/roles/be394b5a7f594df7876d243f6a33361c used request id req-6c479a33-c52a-426d-b7ba-e938f2f88f02 2018-10-06 05:05:32,443 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:05:32,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:32,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:32,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be394b5a7f594df7876d243f6a33361c", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj-role"}], "expires_at": "2018-10-06T06:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-1e1ba693-773d-44e-user", "id": "0c2c9634501243548d34f9f1e08491da"}, "audit_ids": ["rKKSoUJ7Q-SoiXLZjEJwhg"], "issued_at": "2018-10-06T05:05:32.000000Z"}} 2018-10-06 05:05:32,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:32,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ee103a-70e1-4c4c-9337-149978a39ab3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:32,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c6ee103a-70e1-4c4c-9337-149978a39ab3 2018-10-06 05:05:32,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:05:32,927 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:05:32,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:33,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:32 GMT Server: Apache x-openstack-request-id: req-b005b31f-a452-4a71-ae3e-5650cc4a63d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:05:33,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack used request id req-b005b31f-a452-4a71-ae3e-5650cc4a63d4 2018-10-06 05:05:33,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-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-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}}' 2018-10-06 05:05:34,830 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:33 GMT Server: Apache x-openstack-request-id: req-f1768322-0f9d-44f0-87c2-61e6abb2b112 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "e2705c11-1744-4e98-9d52-a9d219422388", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}]}} 2018-10-06 05:05:34,830 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks used request id req-f1768322-0f9d-44f0-87c2-61e6abb2b112 2018-10-06 05:05:34,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:35,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:34 GMT Server: Apache x-openstack-request-id: req-50edd3ef-c740-4d1b-abfa-ad587f51be14 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:35,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-2da56831-5842-4bb9-81a2-f9272575dd90 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 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": "f7c56326d0ad4557ad7011130e2ac2fe", "volume_type_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "OS::stack_id": "e2705c11-1744-4e98-9d52-a9d219422388", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "stack_user_project_id": "b3e4b3b33ab34f59a63031346d555698", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:05:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e2705c11-1744-4e98-9d52-a9d219422388", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:35,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-2da56831-5842-4bb9-81a2-f9272575dd90 2018-10-06 05:05:35,064 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:35,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-7ba1ce9c-0a5f-4cad-87a7-b74eb2af0f2c Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:35,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-d1bd5a9f-f994-42e4-9fde-9f9e980e85d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 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": "f7c56326d0ad4557ad7011130e2ac2fe", "volume_type_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "OS::stack_id": "e2705c11-1744-4e98-9d52-a9d219422388", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "stack_user_project_id": "b3e4b3b33ab34f59a63031346d555698", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:05:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e2705c11-1744-4e98-9d52-a9d219422388", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:35,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-d1bd5a9f-f994-42e4-9fde-9f9e980e85d2 2018-10-06 05:05:35,446 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:05:35,446 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:38,449 - create_stack - DEBUG - Stack status query timeout in 1196.61509895 2018-10-06 05:05:38,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:38,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:38 GMT Server: Apache x-openstack-request-id: req-658de5db-d528-4a79-9b10-aa347ac98349 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:38,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:38 GMT Server: Apache x-openstack-request-id: req-3e9f9f68-4880-470b-a902-74163e4dd628 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": "f7c56326d0ad4557ad7011130e2ac2fe", "volume_type_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "OS::stack_id": "e2705c11-1744-4e98-9d52-a9d219422388", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "stack_user_project_id": "b3e4b3b33ab34f59a63031346d555698", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:05:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e2705c11-1744-4e98-9d52-a9d219422388", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:38,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-3e9f9f68-4880-470b-a902-74163e4dd628 2018-10-06 05:05:38,522 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:05:38,522 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:38,522 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:38,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:38,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:38 GMT Server: Apache x-openstack-request-id: req-006572db-f6bb-40e8-8617-8b0b8937662f Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:38,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:38 GMT Server: Apache x-openstack-request-id: req-dbd1ea1e-aca8-4f57-bcdf-30ccc4ee8b2a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388/resources/volume", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-06T05:05:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:05:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "138a6900-460c-4db4-a878-392dbd9e385f", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-06T05:05:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:05:34Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "ebcfcc75-fe5d-46df-a522-793db919f5c7", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-06 05:05:38,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388/resources used request id req-dbd1ea1e-aca8-4f57-bcdf-30ccc4ee8b2a 2018-10-06 05:05:38,921 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:39,117 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:38 GMT Server: Apache x-compute-request-id: req-fcf20943-5a97-485f-8e70-8888d29f5b43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fcf20943-5a97-485f-8e70-8888d29f5b43 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f", "rel": "self"}, {"href": "http://172.30.9.29:8776/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T05:05:36.000000", "replication_status": null, "snapshot_id": null, "id": "138a6900-460c-4db4-a878-392dbd9e385f", "size": 1, "user_id": "0c2c9634501243548d34f9f1e08491da", "os-vol-tenant-attr:tenant_id": "f7c56326d0ad4557ad7011130e2ac2fe", "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-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume", "bootable": "false", "created_at": "2018-10-06T05:05:36.000000", "volume_type": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type"}} 2018-10-06 05:05:39,117 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f used request id req-fcf20943-5a97-485f-8e70-8888d29f5b43 2018-10-06 05:05:39,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:39,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:39,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "be394b5a7f594df7876d243f6a33361c", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj-role"}], "expires_at": "2018-10-06T06:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-1e1ba693-773d-44e-user", "id": "0c2c9634501243548d34f9f1e08491da"}, "audit_ids": ["TqIBLOYESDWBzn4NnbqXdQ"], "issued_at": "2018-10-06T05:05:39.000000Z"}} 2018-10-06 05:05:39,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5db171850e86980c099d23e43e2157d535f21a6a" 2018-10-06 05:05:39,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4036a86b-34ed-4578-a53e-3395898ddad8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:39,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4036a86b-34ed-4578-a53e-3395898ddad8 2018-10-06 05:05:39,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5db171850e86980c099d23e43e2157d535f21a6a" 2018-10-06 05:05:39,790 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:39 GMT Server: Apache x-compute-request-id: req-bca4d3aa-d800-4049-a5df-887557b222e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bca4d3aa-d800-4049-a5df-887557b222e9 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f", "rel": "self"}, {"href": "http://172.30.9.29:8776/f7c56326d0ad4557ad7011130e2ac2fe/volumes/138a6900-460c-4db4-a878-392dbd9e385f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-06T05:05:36.000000", "replication_status": null, "snapshot_id": null, "id": "138a6900-460c-4db4-a878-392dbd9e385f", "size": 1, "user_id": "0c2c9634501243548d34f9f1e08491da", "os-vol-tenant-attr:tenant_id": "f7c56326d0ad4557ad7011130e2ac2fe", "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-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume", "bootable": "false", "created_at": "2018-10-06T05:05:36.000000", "volume_type": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type"}]} 2018-10-06 05:05:39,791 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/f7c56326d0ad4557ad7011130e2ac2fe/volumes/detail used request id req-bca4d3aa-d800-4049-a5df-887557b222e9 2018-10-06 05:05:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:39,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:39,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5db171850e86980c099d23e43e2157d535f21a6a" 2018-10-06 05:05:39,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a5c0408-6f5b-45ef-854a-d71a95c326b2 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe"}, "enabled": true, "id": "f7c56326d0ad4557ad7011130e2ac2fe", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-1e1ba693-773d-44e-proj"}} 2018-10-06 05:05:39,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe used request id req-0a5c0408-6f5b-45ef-854a-d71a95c326b2 2018-10-06 05:05:39,882 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:39,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:40,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:39 GMT Server: Apache x-openstack-request-id: req-9e5b0161-c099-4d15-8628-66ad6e846763 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:40,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:40 GMT Server: Apache x-openstack-request-id: req-e201d0db-5de3-4bef-bd0f-e6601ea6fb79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:40,212 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-e201d0db-5de3-4bef-bd0f-e6601ea6fb79 2018-10-06 05:05:40,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:40,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:40 GMT Server: Apache x-openstack-request-id: req-44285f0d-13d1-42bb-8ccb-136e4a5b9002 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:40,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:40 GMT Server: Apache x-openstack-request-id: req-b37bb5d6-da1d-46ad-af4c-733493399421 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 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": "f7c56326d0ad4557ad7011130e2ac2fe", "volume_type_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "OS::stack_id": "e2705c11-1744-4e98-9d52-a9d219422388", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "stack_user_project_id": "b3e4b3b33ab34f59a63031346d555698", "tags": null, "creation_time": "2018-10-06T05:05:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:05:40Z", "id": "e2705c11-1744-4e98-9d52-a9d219422388", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:40,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-b37bb5d6-da1d-46ad-af4c-733493399421 2018-10-06 05:05:40,510 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:05:40,510 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:43,514 - create_stack - DEBUG - Stack status query timeout in 1196.6987679 2018-10-06 05:05:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:43,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:43 GMT Server: Apache x-openstack-request-id: req-617664ff-f19f-4011-aeba-7282058c64f7 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:43,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:43 GMT Server: Apache x-openstack-request-id: req-cdc49852-b61c-486c-91e6-789d0b18c650 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": "f7c56326d0ad4557ad7011130e2ac2fe", "volume_type_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume-type", "OS::stack_id": "e2705c11-1744-4e98-9d52-a9d219422388", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "volume_name": "CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-volume"}, "deletion_time": "2018-10-06T05:05:43Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack", "stack_user_project_id": "b3e4b3b33ab34f59a63031346d555698", "tags": null, "creation_time": "2018-10-06T05:05:34Z", "links": [{"href": "http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:05:40Z", "id": "e2705c11-1744-4e98-9d52-a9d219422388", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:43,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-cdc49852-b61c-486c-91e6-789d0b18c650 2018-10-06 05:05:43,724 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:05:43,724 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:43,724 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack 2018-10-06 05:05:43,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/e2705c11-1744-4e98-9d52-a9d219422388 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25875f6c3958ede4b526e9e2356b94cc7262c09" 2018-10-06 05:05:43,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:43 GMT Server: Apache x-openstack-request-id: req-e032a7c3-7039-4452-b5d5-ca30aeeefe29 Location: http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:43,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:05:43 GMT Server: Apache x-openstack-request-id: req-2b12f125-d7eb-40f1-9ddf-fc7e19ab875d Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:05:43,927 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/f7c56326d0ad4557ad7011130e2ac2fe/stacks/CreateStackVolumeTests-CreateStackVolumeTests-ab6a6836-58ec-45ff-a75f-1a442c7a5447-stack/e2705c11-1744-4e98-9d52-a9d219422388 used request id req-2b12f125-d7eb-40f1-9ddf-fc7e19ab875d 2018-10-06 05:05:43,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1fbcc675-7e54-4574-8e79-0887638b898a Date: Sat, 06 Oct 2018 05:05:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:05:44,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1fbcc675-7e54-4574-8e79-0887638b898a 2018-10-06 05:05:44,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc410c96-6efd-4b9f-a967-93c4c50776e8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:05:44,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bc410c96-6efd-4b9f-a967-93c4c50776e8 2018-10-06 05:05:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1a00c4-ab0e-4ca7-af2d-5d6d02e04c02 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:05:44,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-5b1a00c4-ab0e-4ca7-af2d-5d6d02e04c02 2018-10-06 05:05:44,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803c4306-e03e-4132-abc5-f366d141c92b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:05:44,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-803c4306-e03e-4132-abc5-f366d141c92b 2018-10-06 05:05:44,405 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-1e1ba693-773d-44e-proj 2018-10-06 05:05:44,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21099a4-3801-4f55-89de-5b843b8c6744 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:44,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/f7c56326d0ad4557ad7011130e2ac2fe used request id req-b21099a4-3801-4f55-89de-5b843b8c6744 2018-10-06 05:05:44,642 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-1e1ba693-773d-44e-proj-role 2018-10-06 05:05:44,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-321d2e3c-f92f-4cea-9d13-eb067f78267f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:44,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/be394b5a7f594df7876d243f6a33361c used request id req-321d2e3c-f92f-4cea-9d13-eb067f78267f 2018-10-06 05:05:44,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63d1ccc85fabee5a3bb2b582800bcfc70a5d3a9" 2018-10-06 05:05:44,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caec7bf3-1512-45ba-bb6a-08575a9898d3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:44,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-caec7bf3-1512-45ba-bb6a-08575a9898d3 2018-10-06 05:05:44,857 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-1e1ba693-773d-44e-user 2018-10-06 05:05:44,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0c2c9634501243548d34f9f1e08491da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c7629eee0af1cb64c900be46ad0a240528d796" 2018-10-06 05:05:45,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958d8d17-1470-49c1-a39f-e7bc67cabc21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:45,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0c2c9634501243548d34f9f1e08491da used request id req-958d8d17-1470-49c1-a39f-e7bc67cabc21 2018-10-06 05:05:45,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:45,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["yOEfy_MISs6LDycmSHIdYg"], "issued_at": "2018-10-06T05:05:45.000000Z"}} 2018-10-06 05:05:45,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ed07a9357f3b68bacd46293cd43e07d8e07f765" 2018-10-06 05:05:45,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7ecb95-5d01-42d4-a832-8a36209cafbc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:45,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba7ecb95-5d01-42d4-a832-8a36209cafbc 2018-10-06 05:05:45,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:45,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:45,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["I_JgskohQ5KKPrMrK9c_sQ"], "issued_at": "2018-10-06T05:05:45.000000Z"}} 2018-10-06 05:05:45,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:46,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52741022-9949-423f-9d0b-8c0fbb78ed2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:46,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-52741022-9949-423f-9d0b-8c0fbb78ed2d 2018-10-06 05:05:46,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:46,017 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:46,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-3e91d4df-0c14-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:46,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f6da5a-3521-4d44-bd44-0cfd6c7d6a84 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-3e91d4df-0c14-435-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:05:46,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-3e91d4df-0c14-435-proj used request id req-f0f6da5a-3521-4d44-bd44-0cfd6c7d6a84 2018-10-06 05:05:46,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:46,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bcb29d-9dcd-4407-8436-e3b9657460ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:05:46,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-d4bcb29d-9dcd-4407-8436-e3b9657460ec 2018-10-06 05:05:46,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}}' 2018-10-06 05:05:46,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6c44421-669e-4f46-873f-798722813c4d Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652"}, "enabled": true, "id": "4a6ba26fb13a42edaad4b4c631a27652", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}} 2018-10-06 05:05:46,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d6c44421-669e-4f46-873f-798722813c4d 2018-10-06 05:05:46,309 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-3e91d4df-0c14-435-proj 2018-10-06 05:05:46,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:46,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:46,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:05:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["lkRNrE_HQ4iBI0ud7Pezbw"], "issued_at": "2018-10-06T05:05:46.000000Z"}} 2018-10-06 05:05:46,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:46,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a88a7e-a514-4683-97a3-a07c93f41380 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:46,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-05a88a7e-a514-4683-97a3-a07c93f41380 2018-10-06 05:05:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:05:46,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:05:46,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:46,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7c188e-d3a4-4410-9b15-36eefbfc9fea Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:05:46,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-7f7c188e-d3a4-4410-9b15-36eefbfc9fea 2018-10-06 05:05:46,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb635e1d-e3ab-4d30-9f00-0b09f213900a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652"}, "enabled": true, "id": "4a6ba26fb13a42edaad4b4c631a27652", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}]} 2018-10-06 05:05:47,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj used request id req-bb635e1d-e3ab-4d30-9f00-0b09f213900a 2018-10-06 05:05:47,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113a94af-9cd9-4ec4-b335-5398f56dc690 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:05:47,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-113a94af-9cd9-4ec4-b335-5398f56dc690 2018-10-06 05:05:47,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f6e976-34f0-47bf-9936-158239280139 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:47,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a9f6e976-34f0-47bf-9936-158239280139 2018-10-06 05:05:47,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a65ffb-d556-4a2e-95d5-cca6c3311213 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652"}, "enabled": true, "id": "4a6ba26fb13a42edaad4b4c631a27652", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}]} 2018-10-06 05:05:47,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj used request id req-68a65ffb-d556-4a2e-95d5-cca6c3311213 2018-10-06 05:05:47,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/3eba8eac05e44e789c279ecd250d7927 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fecd88b2-efba-4dcc-9f43-f9aec9569eb5 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-3e91d4df-0c14-435-user", "links": {"self": "http://172.30.9.29:5000/v3/users/3eba8eac05e44e789c279ecd250d7927"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4a6ba26fb13a42edaad4b4c631a27652", "id": "3eba8eac05e44e789c279ecd250d7927", "password_expires_at": null}} 2018-10-06 05:05:47,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/3eba8eac05e44e789c279ecd250d7927 used request id req-fecd88b2-efba-4dcc-9f43-f9aec9569eb5 2018-10-06 05:05:47,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbb46ab-f653-4912-bca6-2165328abbcc Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:05:47,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles used request id req-3fbb46ab-f653-4912-bca6-2165328abbcc 2018-10-06 05:05:47,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:47,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44e9884f-5acd-4dad-add0-35c47c1e9e3e Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 05:05:47,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-44e9884f-5acd-4dad-add0-35c47c1e9e3e 2018-10-06 05:05:47,874 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-3e91d4df-0c14-435-proj 2018-10-06 05:05:47,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f04b2234-4caa-412e-85b4-6b86edd37a4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:48,006 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f04b2234-4caa-412e-85b4-6b86edd37a4c 2018-10-06 05:05:48,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624e5f9a-500c-4ba9-bcaa-4272b6905ce3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:48,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-624e5f9a-500c-4ba9-bcaa-4272b6905ce3 2018-10-06 05:05:48,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b93335a-888c-44e6-99fd-14af89e1f211 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652"}, "enabled": true, "id": "4a6ba26fb13a42edaad4b4c631a27652", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}]} 2018-10-06 05:05:48,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackVolumeTests-3e91d4df-0c14-435-proj used request id req-5b93335a-888c-44e6-99fd-14af89e1f211 2018-10-06 05:05:48,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1f1f53-a4ad-4926-9121-b19d3925af49 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 05:05:48,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles used request id req-ce1f1f53-a4ad-4926-9121-b19d3925af49 2018-10-06 05:05:48,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcea5a52-ff68-4f65-bbb0-500986be7d72 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:05:48,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-fcea5a52-ff68-4f65-bbb0-500986be7d72 2018-10-06 05:05:48,394 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-3e91d4df-0c14-435-proj 2018-10-06 05:05:48,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:05:48,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b425452d-41f9-41fa-8661-d1cc5fc41890 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:48,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-b425452d-41f9-41fa-8661-d1cc5fc41890 2018-10-06 05:05:48,516 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-3e91d4df-0c14-435-user 2018-10-06 05:05:48,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:48,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:48,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6623e470-372d-43ad-a101-71522c3e04e8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:05:48,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6623e470-372d-43ad-a101-71522c3e04e8 2018-10-06 05:05:48,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" -d '{"role": {"name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj-role"}}' 2018-10-06 05:05:48,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0295b66e-cf36-4804-97c7-f3c241933f0d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18400351772242afaa30aec3b163e1df", "links": {"self": "http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df"}, "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj-role"}} 2018-10-06 05:05:48,752 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-0295b66e-cf36-4804-97c7-f3c241933f0d 2018-10-06 05:05:48,752 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-3e91d4df-0c14-435-proj-role 2018-10-06 05:05:48,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:48,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32977be4-0824-4ede-a037-e75ad801de83 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df"}, "domain_id": null, "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj-role", "id": "18400351772242afaa30aec3b163e1df"}} 2018-10-06 05:05:48,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df used request id req-32977be4-0824-4ede-a037-e75ad801de83 2018-10-06 05:05:48,839 - keystone_utils - INFO - Granting role CreateStackVolumeTests-3e91d4df-0c14-435-proj-role to project CreateStackVolumeTests-3e91d4df-0c14-435-proj 2018-10-06 05:05:48,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/18400351772242afaa30aec3b163e1df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:05:48,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e104ec0-b1ff-48cd-ab82-2c09394c1258 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:48,976 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652/users/3eba8eac05e44e789c279ecd250d7927/roles/18400351772242afaa30aec3b163e1df used request id req-9e104ec0-b1ff-48cd-ab82-2c09394c1258 2018-10-06 05:05:48,977 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:05:48,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:48,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:49,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "18400351772242afaa30aec3b163e1df", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj-role"}], "expires_at": "2018-10-06T06:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a6ba26fb13a42edaad4b4c631a27652", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-3e91d4df-0c14-435-user", "id": "3eba8eac05e44e789c279ecd250d7927"}, "audit_ids": ["QSKPtFFsTZGpfLTyVD1Znw"], "issued_at": "2018-10-06T05:05:49.000000Z"}} 2018-10-06 05:05:49,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6795c22-ee75-46b3-abaa-7fa62e4bcc0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:49,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f6795c22-ee75-46b3-abaa-7fa62e4bcc0c 2018-10-06 05:05:49,428 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:05:49,431 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:05:49,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:49,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:49 GMT Server: Apache x-openstack-request-id: req-ccfb8be0-e68d-4b4e-98e2-2b206fccd9da Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:05:49,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack used request id req-ccfb8be0-e68d-4b4e-98e2-2b206fccd9da 2018-10-06 05:05:49,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-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-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}}' 2018-10-06 05:05:51,321 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:05:49 GMT Server: Apache x-openstack-request-id: req-ba4b1356-c142-4ac3-89c2-ae1d9de0c69e Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}]}} 2018-10-06 05:05:51,321 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks used request id req-ba4b1356-c142-4ac3-89c2-ae1d9de0c69e 2018-10-06 05:05:51,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:51,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-330121d7-f2e2-461a-89fd-51076394208a Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:51,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-9c2becde-d889-46db-a606-48e8459a8636 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": "4a6ba26fb13a42edaad4b4c631a27652", "volume_type_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "OS::stack_id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "stack_user_project_id": "a77caa53b7684339a3409548cb42fb63", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:05:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:51,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-9c2becde-d889-46db-a606-48e8459a8636 2018-10-06 05:05:51,684 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:05:51,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:51,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-3c748879-05d3-4c51-ad37-748fede1a7bb Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-5bd26873-3cc0-4214-aa83-70e7c45e295f 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": "4a6ba26fb13a42edaad4b4c631a27652", "volume_type_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "OS::stack_id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "stack_user_project_id": "a77caa53b7684339a3409548cb42fb63", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:05:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:52,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-5bd26873-3cc0-4214-aa83-70e7c45e295f 2018-10-06 05:05:52,057 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:05:52,058 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:05:55,061 - create_stack - DEBUG - Stack status query timeout in 1196.62354803 2018-10-06 05:05:55,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:55,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-openstack-request-id: req-efa2bc3b-fd17-4386-885c-6aeafbdf1a2c Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:55,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-openstack-request-id: req-846e46db-ac48-4446-adfb-eeca74598a04 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 538 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": "4a6ba26fb13a42edaad4b4c631a27652", "volume_type_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "OS::stack_id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "stack_user_project_id": "a77caa53b7684339a3409548cb42fb63", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:05:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:55,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-846e46db-ac48-4446-adfb-eeca74598a04 2018-10-06 05:05:55,453 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:05:55,453 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:05:55,453 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:05:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:55,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-openstack-request-id: req-58ec91b8-d81e-4415-98aa-c218bcb725ed Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:55,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-openstack-request-id: req-3b134535-b44f-4ef4-9993-66e7ffc5cda8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources/volume", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-06T05:05:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:05:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7abbf583-ccea-4a9f-928d-e74d650379af", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-06T05:05:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:05:51Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "0d7b8325-30b9-41f2-b4ac-c738f0c33ee3", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-06 05:05:55,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43/resources used request id req-3b134535-b44f-4ef4-9993-66e7ffc5cda8 2018-10-06 05:05:55,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:55,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-compute-request-id: req-36ca4071-530f-4ffa-b607-02180f9cb644 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36ca4071-530f-4ffa-b607-02180f9cb644 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0d7b8325-30b9-41f2-b4ac-c738f0c33ee3", "description": null}} 2018-10-06 05:05:55,863 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 used request id req-36ca4071-530f-4ffa-b607-02180f9cb644 2018-10-06 05:05:55,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36ca4071-530f-4ffa-b607-02180f9cb644" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:56,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:55 GMT Server: Apache x-compute-request-id: req-4a272e6f-7688-4ad7-a776-33cc2e844df4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4a272e6f-7688-4ad7-a776-33cc2e844df4 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0d7b8325-30b9-41f2-b4ac-c738f0c33ee3", "description": null}} 2018-10-06 05:05:56,051 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 used request id req-4a272e6f-7688-4ad7-a776-33cc2e844df4 2018-10-06 05:05:56,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36ca4071-530f-4ffa-b607-02180f9cb644" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:56,228 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:56 GMT Server: Apache x-compute-request-id: req-6af52f7c-f843-46d6-9d3e-340047cad69f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6af52f7c-f843-46d6-9d3e-340047cad69f Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 05:05:56,228 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3/encryption used request id req-6af52f7c-f843-46d6-9d3e-340047cad69f 2018-10-06 05:05:56,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:05:56,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:05:56,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "18400351772242afaa30aec3b163e1df", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj-role"}], "expires_at": "2018-10-06T06:05:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a6ba26fb13a42edaad4b4c631a27652", "name": "CreateStackVolumeTests-3e91d4df-0c14-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4a6ba26fb13a42edaad4b4c631a27652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-3e91d4df-0c14-435-user", "id": "3eba8eac05e44e789c279ecd250d7927"}, "audit_ids": ["uKyt1uEaSuenghRtRaH6kw"], "issued_at": "2018-10-06T05:05:56.000000Z"}} 2018-10-06 05:05:56,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb6144249780577016bd0f4a001ce96057bc76e" 2018-10-06 05:05:56,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e294d072-bb81-48fe-8588-ef0876816bab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:05:56,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e294d072-bb81-48fe-8588-ef0876816bab 2018-10-06 05:05:56,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb6144249780577016bd0f4a001ce96057bc76e" 2018-10-06 05:05:56,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:56 GMT Server: Apache x-compute-request-id: req-3d36c83a-27ef-46ea-bc87-aba7feb7c8bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d36c83a-27ef-46ea-bc87-aba7feb7c8bf Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0d7b8325-30b9-41f2-b4ac-c738f0c33ee3", "description": null}]} 2018-10-06 05:05:56,870 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types?is_public=None used request id req-3d36c83a-27ef-46ea-bc87-aba7feb7c8bf 2018-10-06 05:05:56,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d36c83a-27ef-46ea-bc87-aba7feb7c8bf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb6144249780577016bd0f4a001ce96057bc76e" 2018-10-06 05:05:57,064 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:56 GMT Server: Apache x-compute-request-id: req-fdbd1842-3c38-404c-814e-f7728855760d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fdbd1842-3c38-404c-814e-f7728855760d Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "0d7b8325-30b9-41f2-b4ac-c738f0c33ee3", "description": null}} 2018-10-06 05:05:57,064 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3 used request id req-fdbd1842-3c38-404c-814e-f7728855760d 2018-10-06 05:05:57,068 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d36c83a-27ef-46ea-bc87-aba7feb7c8bf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb6144249780577016bd0f4a001ce96057bc76e" 2018-10-06 05:05:57,241 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:57 GMT Server: Apache x-compute-request-id: req-ad3fc531-66d1-4977-8283-d501a4e8a035 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ad3fc531-66d1-4977-8283-d501a4e8a035 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-06 05:05:57,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/4a6ba26fb13a42edaad4b4c631a27652/types/0d7b8325-30b9-41f2-b4ac-c738f0c33ee3/encryption used request id req-ad3fc531-66d1-4977-8283-d501a4e8a035 2018-10-06 05:05:57,242 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:05:57,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:57,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-d9ad4383-cc64-4b36-88d3-4d9b7d19b082 Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:57,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-8b2c9533-3438-4c93-955a-62d64e7ee98e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:05:57,449 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-8b2c9533-3438-4c93-955a-62d64e7ee98e 2018-10-06 05:05:57,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:05:57,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-71ccdb33-1558-48ac-9439-e965b2e4548f Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:05:57,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-09aa971b-1060-4dfb-9ece-64e7743583b9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 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": "4a6ba26fb13a42edaad4b4c631a27652", "volume_type_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "OS::stack_id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "stack_user_project_id": "a77caa53b7684339a3409548cb42fb63", "tags": null, "creation_time": "2018-10-06T05:05:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:05:57Z", "id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:05:57,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-09aa971b-1060-4dfb-9ece-64e7743583b9 2018-10-06 05:05:57,653 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:05:57,653 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:06:00,656 - create_stack - DEBUG - Stack status query timeout in 1196.79350185 2018-10-06 05:06:00,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:06:00,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:00 GMT Server: Apache x-openstack-request-id: req-f8882176-bf99-42dd-ade6-746e31131c24 Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:00,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:00 GMT Server: Apache x-openstack-request-id: req-50f43ebf-4c00-4480-bce9-e1785539f0cd 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": "4a6ba26fb13a42edaad4b4c631a27652", "volume_type_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume-type", "OS::stack_id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "volume_name": "CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-volume"}, "deletion_time": "2018-10-06T05:06:00Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack", "stack_user_project_id": "a77caa53b7684339a3409548cb42fb63", "tags": null, "creation_time": "2018-10-06T05:05:50Z", "links": [{"href": "http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:05:57Z", "id": "a501e250-2c7b-4def-abe7-d3e5446d7c43", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:06:00,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-50f43ebf-4c00-4480-bce9-e1785539f0cd 2018-10-06 05:06:00,868 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:06:00,868 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:06:00,868 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack 2018-10-06 05:06:00,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/a501e250-2c7b-4def-abe7-d3e5446d7c43 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2cf9fbfcc5afbf92e568f4d307f40e54484d5c9" 2018-10-06 05:06:00,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:00 GMT Server: Apache x-openstack-request-id: req-cd658010-93df-4f8a-8c32-49526df843c8 Location: http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:00,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:06:00 GMT Server: Apache x-openstack-request-id: req-48f11887-df33-4900-8ea9-d0a471e76f13 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:06:00,922 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/4a6ba26fb13a42edaad4b4c631a27652/stacks/CreateStackVolumeTests-CreateStackVolumeTests-987764c0-c676-46f1-9b4b-291fc6300ccf-stack/a501e250-2c7b-4def-abe7-d3e5446d7c43 used request id req-48f11887-df33-4900-8ea9-d0a471e76f13 2018-10-06 05:06:00,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-89c348ae-3f62-4138-94ac-89507027f843 Date: Sat, 06 Oct 2018 05:06:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:01,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-89c348ae-3f62-4138-94ac-89507027f843 2018-10-06 05:06:01,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28fc824b-1aaa-430e-9d3f-1c68a8f2cd27 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:01,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-28fc824b-1aaa-430e-9d3f-1c68a8f2cd27 2018-10-06 05:06:01,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7dc61a-85a9-4199-800a-0699cf40bed0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:01,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ed7dc61a-85a9-4199-800a-0699cf40bed0 2018-10-06 05:06:01,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b9985c-cb96-4e75-8a09-e19313bccb81 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:06:01,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-b3b9985c-cb96-4e75-8a09-e19313bccb81 2018-10-06 05:06:01,413 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-3e91d4df-0c14-435-proj 2018-10-06 05:06:01,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a22d69b-b171-40b8-83c0-e18abab14bc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:01,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4a6ba26fb13a42edaad4b4c631a27652 used request id req-5a22d69b-b171-40b8-83c0-e18abab14bc8 2018-10-06 05:06:01,641 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-3e91d4df-0c14-435-proj-role 2018-10-06 05:06:01,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1023bfd0-123b-4366-83fb-a8778c2aa731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:01,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/18400351772242afaa30aec3b163e1df used request id req-1023bfd0-123b-4366-83fb-a8778c2aa731 2018-10-06 05:06:01,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73bd7281bef67cc3b4a6646bb86a873abd1c6212" 2018-10-06 05:06:01,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90659a9f-547a-434a-ac4e-0d37b3956f99 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:01,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-90659a9f-547a-434a-ac4e-0d37b3956f99 2018-10-06 05:06:01,846 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-3e91d4df-0c14-435-user 2018-10-06 05:06:01,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/3eba8eac05e44e789c279ecd250d7927 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855401a50b7cf76f6d344f0c709b4f5082cad80" 2018-10-06 05:06:02,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75aa49dc-3bed-4796-a3ec-b0cf766a8a69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:02,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/3eba8eac05e44e789c279ecd250d7927 used request id req-75aa49dc-3bed-4796-a3ec-b0cf766a8a69 2018-10-06 05:06:02,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:02,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["z1W55G5tTgO--3qbR6vm4g"], "issued_at": "2018-10-06T05:06:02.000000Z"}} 2018-10-06 05:06:02,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8453a2822a45531bc0e31cc97ea83d99877b0e25" 2018-10-06 05:06:02,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-010b20b4-b1d7-4983-b9b1-66c76c951d46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:02,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-010b20b4-b1d7-4983-b9b1-66c76c951d46 2018-10-06 05:06:02,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:02,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:02,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["-bY2BdlnQiepYKcI8W9EGQ"], "issued_at": "2018-10-06T05:06:02.000000Z"}} 2018-10-06 05:06:02,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:02,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8343527b-589a-421f-a97d-b1f61239afcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:02,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8343527b-589a-421f-a97d-b1f61239afcf 2018-10-06 05:06:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:02,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:02,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-405a1fc0-95a4-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:03,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2960302-c20d-4e94-9fda-6eb7e92dfeb5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-405a1fc0-95a4-427-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:03,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-405a1fc0-95a4-427-proj used request id req-d2960302-c20d-4e94-9fda-6eb7e92dfeb5 2018-10-06 05:06:03,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:03,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447e7ff9-8060-49f3-b1ff-c292e03cdd44 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:03,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-447e7ff9-8060-49f3-b1ff-c292e03cdd44 2018-10-06 05:06:03,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}}' 2018-10-06 05:06:03,266 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7af319c-b083-40b1-9c4f-ba60b20312da Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9"}, "enabled": true, "id": "abb03728772549149df52edc556e1ea9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}} 2018-10-06 05:06:03,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c7af319c-b083-40b1-9c4f-ba60b20312da 2018-10-06 05:06:03,267 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-405a1fc0-95a4-427-proj 2018-10-06 05:06:03,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:03,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:03,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2_azSUvNSoWl3sWF7NYdbA"], "issued_at": "2018-10-06T05:06:03.000000Z"}} 2018-10-06 05:06:03,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:03,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3551d71c-4f93-4e63-b2ba-513ec1e2dfaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:03,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3551d71c-4f93-4e63-b2ba-513ec1e2dfaf 2018-10-06 05:06:03,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:03,740 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:03,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:03,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b472fcca-fb9c-4357-9950-0a5252a6fe27 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:03,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-b472fcca-fb9c-4357-9950-0a5252a6fe27 2018-10-06 05:06:03,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:03,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f04c3d-1135-45dd-8887-76ebb85e7c12 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9"}, "enabled": true, "id": "abb03728772549149df52edc556e1ea9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}]} 2018-10-06 05:06:03,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj used request id req-f7f04c3d-1135-45dd-8887-76ebb85e7c12 2018-10-06 05:06:03,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10d34628-b098-4b29-ac11-89c871006072 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:04,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-10d34628-b098-4b29-ac11-89c871006072 2018-10-06 05:06:04,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7936e6ab-b404-4068-9406-ffb79ba505bd Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:04,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7936e6ab-b404-4068-9406-ffb79ba505bd 2018-10-06 05:06:04,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02741efa-12e6-4a91-bc11-f23cd0dbe32c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9"}, "enabled": true, "id": "abb03728772549149df52edc556e1ea9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}]} 2018-10-06 05:06:04,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj used request id req-02741efa-12e6-4a91-bc11-f23cd0dbe32c 2018-10-06 05:06:04,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/f521068c42b743598024fca36ce0db03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94f32ebc-31f2-49b3-bc09-c8e892768b7f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-405a1fc0-95a4-427-user", "links": {"self": "http://172.30.9.29:5000/v3/users/f521068c42b743598024fca36ce0db03"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "abb03728772549149df52edc556e1ea9", "id": "f521068c42b743598024fca36ce0db03", "password_expires_at": null}} 2018-10-06 05:06:04,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/f521068c42b743598024fca36ce0db03 used request id req-94f32ebc-31f2-49b3-bc09-c8e892768b7f 2018-10-06 05:06:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fd3b40-80e8-412d-bf09-012827e2576e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:06:04,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles used request id req-f5fd3b40-80e8-412d-bf09-012827e2576e 2018-10-06 05:06:04,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58d2bed-d3b8-4849-b851-4e52272e12f3 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 05:06:04,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f58d2bed-d3b8-4849-b851-4e52272e12f3 2018-10-06 05:06:04,833 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-405a1fc0-95a4-427-proj 2018-10-06 05:06:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:04,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-523b778e-f74e-4c7d-937c-99b17f889f55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:04,958 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-523b778e-f74e-4c7d-937c-99b17f889f55 2018-10-06 05:06:04,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:05,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549f8886-eaf9-49cc-a6d3-afb929078d71 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:05,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-549f8886-eaf9-49cc-a6d3-afb929078d71 2018-10-06 05:06:05,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:05,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decee94c-af5e-46bb-9147-8f5ba3d76c99 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9"}, "enabled": true, "id": "abb03728772549149df52edc556e1ea9", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}]} 2018-10-06 05:06:05,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFlavorTests-405a1fc0-95a4-427-proj used request id req-decee94c-af5e-46bb-9147-8f5ba3d76c99 2018-10-06 05:06:05,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:05,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd89079d-2909-4ca7-8b75-9753d0695655 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 05:06:05,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles used request id req-fd89079d-2909-4ca7-8b75-9753d0695655 2018-10-06 05:06:05,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:05,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c634d6-b5a2-4392-b206-eecb3499f82b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:06:05,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-86c634d6-b5a2-4392-b206-eecb3499f82b 2018-10-06 05:06:05,350 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-405a1fc0-95a4-427-proj 2018-10-06 05:06:05,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:05,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9090cc43-2494-445f-98ee-322003a59fba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:05,497 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-9090cc43-2494-445f-98ee-322003a59fba 2018-10-06 05:06:05,497 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-405a1fc0-95a4-427-user 2018-10-06 05:06:05,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:05,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:05,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233767b0-b58e-4ccc-815e-a94f67ba0c1a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:05,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-233767b0-b58e-4ccc-815e-a94f67ba0c1a 2018-10-06 05:06:05,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" -d '{"role": {"name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj-role"}}' 2018-10-06 05:06:05,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c17fa15-7799-4b8d-b95a-c426b0a6ec95 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "65fd9c8b6fe7436e8c8a11c2598c66c8", "links": {"self": "http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8"}, "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj-role"}} 2018-10-06 05:06:05,692 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-7c17fa15-7799-4b8d-b95a-c426b0a6ec95 2018-10-06 05:06:05,692 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-405a1fc0-95a4-427-proj-role 2018-10-06 05:06:05,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:05,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8607c0f0-bd75-493d-b8f8-db942380d92c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8"}, "domain_id": null, "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj-role", "id": "65fd9c8b6fe7436e8c8a11c2598c66c8"}} 2018-10-06 05:06:05,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 used request id req-8607c0f0-bd75-493d-b8f8-db942380d92c 2018-10-06 05:06:05,782 - keystone_utils - INFO - Granting role CreateStackFlavorTests-405a1fc0-95a4-427-proj-role to project CreateStackFlavorTests-405a1fc0-95a4-427-proj 2018-10-06 05:06:05,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:05,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-763cc9f3-a7b0-4edc-8374-c378aa3b72bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:05,994 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9/users/f521068c42b743598024fca36ce0db03/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 used request id req-763cc9f3-a7b0-4edc-8374-c378aa3b72bb 2018-10-06 05:06:05,995 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:05,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:05,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:06,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "65fd9c8b6fe7436e8c8a11c2598c66c8", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj-role"}], "expires_at": "2018-10-06T06:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abb03728772549149df52edc556e1ea9", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-405a1fc0-95a4-427-user", "id": "f521068c42b743598024fca36ce0db03"}, "audit_ids": ["DJjzcPUfT2y6Ro7doTJxbw"], "issued_at": "2018-10-06T05:06:06.000000Z"}} 2018-10-06 05:06:06,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:06,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6abe52da-c41b-410a-a650-63d680093a5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:06,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6abe52da-c41b-410a-a650-63d680093a5d 2018-10-06 05:06:06,479 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:06,482 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:06,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks?stack_name=CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:06,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:06 GMT Server: Apache x-openstack-request-id: req-7ff9df7e-22b1-4c0d-8272-69c8ddffc3d9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:06:06,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks?stack_name=CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack used request id req-7ff9df7e-22b1-4c0d-8272-69c8ddffc3d9 2018-10-06 05:06:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" -d '{"stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-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-10-06 05:06:08,213 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:06 GMT Server: Apache x-openstack-request-id: req-55030243-0cd4-418a-a7cc-f2710f252a16 Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "self"}]}} 2018-10-06 05:06:08,213 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks used request id req-55030243-0cd4-418a-a7cc-f2710f252a16 2018-10-06 05:06:08,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:08,413 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-6639d1fb-3f01-4b86-832b-bc8f2dd59226 Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:08,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-04e2ee87-fa1e-4e55-b069-d81f7c6fee67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "abb03728772549149df52edc556e1ea9", "OS::stack_id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "OS::stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack", "stack_user_project_id": "e9efc9f1a8924f98a2fba0e6b5fb939f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:06:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:06:08,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-04e2ee87-fa1e-4e55-b069-d81f7c6fee67 2018-10-06 05:06:08,598 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:08,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-7eb0f2a3-c2a1-4243-b934-20ba3f415eb3 Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:08,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-97c9c69a-1b7b-41db-a2a1-95223a944f10 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "abb03728772549149df52edc556e1ea9", "OS::stack_id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "OS::stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack", "stack_user_project_id": "e9efc9f1a8924f98a2fba0e6b5fb939f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:06:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:06:08,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-97c9c69a-1b7b-41db-a2a1-95223a944f10 2018-10-06 05:06:08,986 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:06:08,986 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:08,986 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:08,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:09,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-2f91d9ba-c1f6-4919-9905-bd3e750d903e Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:09,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:09 GMT Server: Apache x-openstack-request-id: req-d3689a44-d72d-4629-8809-3a576be8395f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-06T05:06:08Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:06:08Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "resource_type": "OS::Nova::Flavor"}]} 2018-10-06 05:06:09,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d/resources used request id req-d3689a44-d72d-4629-8809-3a576be8395f 2018-10-06 05:06:09,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:09,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06: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-805669ba-8aab-4430-a8c9-89867b37323d x-compute-request-id: req-805669ba-8aab-4430-a8c9-89867b37323d Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack-flavor-suwz5wtdfcxg", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:06:09,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c used request id req-805669ba-8aab-4430-a8c9-89867b37323d 2018-10-06 05:06:09,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:09,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:09,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "65fd9c8b6fe7436e8c8a11c2598c66c8", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj-role"}], "expires_at": "2018-10-06T06:06:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abb03728772549149df52edc556e1ea9", "name": "CreateStackFlavorTests-405a1fc0-95a4-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/abb03728772549149df52edc556e1ea9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-405a1fc0-95a4-427-user", "id": "f521068c42b743598024fca36ce0db03"}, "audit_ids": ["EPoy_QcRTDy8dnBDiCW87A"], "issued_at": "2018-10-06T05:06:09.000000Z"}} 2018-10-06 05:06:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f11becb6be1d43c0634c9347324cfcf104664d" 2018-10-06 05:06:09,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe838a3-7ddc-42a7-9682-42a738be4418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:09,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8fe838a3-7ddc-42a7-9682-42a738be4418 2018-10-06 05:06:09,691 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:09,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f11becb6be1d43c0634c9347324cfcf104664d" 2018-10-06 05:06:09,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06: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-a8c3f646-9542-4494-91d9-166776e63807 x-compute-request-id: req-a8c3f646-9542-4494-91d9-166776e63807 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "bookmark"}], "name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack-flavor-suwz5wtdfcxg"}]} 2018-10-06 05:06:09,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a8c3f646-9542-4494-91d9-166776e63807 2018-10-06 05:06:09,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33f11becb6be1d43c0634c9347324cfcf104664d" 2018-10-06 05:06:09,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06: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-4f434b08-41ef-4c09-836e-43ce36d4afe7 x-compute-request-id: req-4f434b08-41ef-4c09-836e-43ce36d4afe7 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "43b0ec12-7166-47dc-97ae-da6f71e9bd6c", "name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack-flavor-suwz5wtdfcxg", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:06:09,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/43b0ec12-7166-47dc-97ae-da6f71e9bd6c used request id req-4f434b08-41ef-4c09-836e-43ce36d4afe7 2018-10-06 05:06:09,900 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack-flavor-suwz5wtdfcxg 2018-10-06 05:06:09,900 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:10,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:09 GMT Server: Apache x-openstack-request-id: req-34a6d23d-a8d9-44b0-8a42-27e2a0bcb3c8 Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:10,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:10 GMT Server: Apache x-openstack-request-id: req-2515ac4d-9133-4d9f-815a-e2ceaee53a33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:10,363 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-2515ac4d-9133-4d9f-815a-e2ceaee53a33 2018-10-06 05:06:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:10,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:10 GMT Server: Apache x-openstack-request-id: req-8b861d84-2afa-4dbd-9dce-559fb5503c5f Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:10,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:10 GMT Server: Apache x-openstack-request-id: req-cc559923-07bc-4420-91f8-917af496b4ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 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": "abb03728772549149df52edc556e1ea9", "OS::stack_id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "OS::stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack", "stack_user_project_id": "e9efc9f1a8924f98a2fba0e6b5fb939f", "tags": null, "creation_time": "2018-10-06T05:06:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:06:10Z", "id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:06:10,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-cc559923-07bc-4420-91f8-917af496b4ff 2018-10-06 05:06:10,726 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:06:10,726 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:06:13,729 - create_stack - DEBUG - Stack status query timeout in 1196.63430405 2018-10-06 05:06:13,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:13,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-96b9e3f0-27b9-4ce6-bdf3-80448903015f Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:13,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-ede7f0a7-b208-439d-9f71-3dc1588bc4cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 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": "abb03728772549149df52edc556e1ea9", "OS::stack_id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "OS::stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack"}, "deletion_time": "2018-10-06T05:06:11Z", "stack_name": "CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack", "stack_user_project_id": "e9efc9f1a8924f98a2fba0e6b5fb939f", "tags": null, "creation_time": "2018-10-06T05:06:07Z", "links": [{"href": "http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:06:10Z", "id": "0043d1a2-438a-4ea0-91ed-2b4551d8dd6d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-06 05:06:13,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-ede7f0a7-b208-439d-9f71-3dc1588bc4cf 2018-10-06 05:06:13,786 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:06:13,786 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:13,786 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack 2018-10-06 05:06:13,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581650e463434343a8005d768179837898d829ba" 2018-10-06 05:06:13,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-7edbfed9-1ba3-4154-83ee-58a3e34d294a Location: http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:14,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache x-openstack-request-id: req-3a479f04-0f40-45dd-9e5b-3698ab12a45b Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:06:14,178 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/abb03728772549149df52edc556e1ea9/stacks/CreateStackFlavorTests-d5328a85-72af-45f3-a128-cfd758d5707d-stack/0043d1a2-438a-4ea0-91ed-2b4551d8dd6d used request id req-3a479f04-0f40-45dd-9e5b-3698ab12a45b 2018-10-06 05:06:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9d81da14-608b-4c24-a884-3525bbb9510f Date: Sat, 06 Oct 2018 05:06:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:14,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-9d81da14-608b-4c24-a884-3525bbb9510f 2018-10-06 05:06:14,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b2e443-e7ce-40c7-a23b-afc0e56c1334 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:14,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-38b2e443-e7ce-40c7-a23b-afc0e56c1334 2018-10-06 05:06:14,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1236761-ef1e-484f-adb9-445bd5745c1f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:14,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-b1236761-ef1e-484f-adb9-445bd5745c1f 2018-10-06 05:06:14,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4252006-6881-473e-ba31-c6da337bf52f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:06:14,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-e4252006-6881-473e-ba31-c6da337bf52f 2018-10-06 05:06:14,659 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-405a1fc0-95a4-427-proj 2018-10-06 05:06:14,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef4dcb13-4172-4e93-9d1b-a42e5eff72f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:14,880 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/abb03728772549149df52edc556e1ea9 used request id req-ef4dcb13-4172-4e93-9d1b-a42e5eff72f6 2018-10-06 05:06:14,881 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-405a1fc0-95a4-427-proj-role 2018-10-06 05:06:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:14,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d344cff-a296-4de9-92a5-432511d48482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:14,984 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/65fd9c8b6fe7436e8c8a11c2598c66c8 used request id req-8d344cff-a296-4de9-92a5-432511d48482 2018-10-06 05:06:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566536db5b863b6927cff42ca29488c377019838" 2018-10-06 05:06:15,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3a9d2a-31d0-46eb-9181-3065fbc2c7a7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:15,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8f3a9d2a-31d0-46eb-9181-3065fbc2c7a7 2018-10-06 05:06:15,073 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-405a1fc0-95a4-427-user 2018-10-06 05:06:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/f521068c42b743598024fca36ce0db03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684dc977c282299b690eb77e281feb30842d58c1" 2018-10-06 05:06:15,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13481dab-4754-4e35-80ff-443de90552bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:15,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/f521068c42b743598024fca36ce0db03 used request id req-13481dab-4754-4e35-80ff-443de90552bb 2018-10-06 05:06:15,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:15,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["SyY2fY59QJ2BcQXaGMuy-Q"], "issued_at": "2018-10-06T05:06:15.000000Z"}} 2018-10-06 05:06:15,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1323ca321915182d69e4d56f0204c4b6d67e6c1b" 2018-10-06 05:06:15,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e174f632-711f-4c29-b69f-4cd24b41aeeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:15,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e174f632-711f-4c29-b69f-4cd24b41aeeb 2018-10-06 05:06:15,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:15,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:16,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["8lKsItN2QPq6Dyym_e6BqA"], "issued_at": "2018-10-06T05:06:16.000000Z"}} 2018-10-06 05:06:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:16,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-201b71e7-d553-4f19-a81a-a4c0a8ff7f65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:16,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-201b71e7-d553-4f19-a81a-a4c0a8ff7f65 2018-10-06 05:06:16,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:16,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:16,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:16,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44edfe2-334a-4633-b716-51b4410dfe58 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:16,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj used request id req-a44edfe2-334a-4633-b716-51b4410dfe58 2018-10-06 05:06:16,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:16,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6749e2-a6fb-4c1b-9e02-d71ecd1d221c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:16,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-1c6749e2-a6fb-4c1b-9e02-d71ecd1d221c 2018-10-06 05:06:16,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}}' 2018-10-06 05:06:16,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68c442ab-4b5b-4965-bc01-a92b6f61709b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041"}, "enabled": true, "id": "68be891847b749f0ac728a21715d5041", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}} 2018-10-06 05:06:16,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-68c442ab-4b5b-4965-bc01-a92b6f61709b 2018-10-06 05:06:16,507 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-proj 2018-10-06 05:06:16,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:16,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:16,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["dVMry4WnSJy1PbbuHwM8Qg"], "issued_at": "2018-10-06T05:06:16.000000Z"}} 2018-10-06 05:06:16,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f53862-3f9e-41e6-97c1-e7ac96bac070 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:17,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-74f53862-3f9e-41e6-97c1-e7ac96bac070 2018-10-06 05:06:17,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:17,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:17,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3430d1-3696-4054-9b67-1e21f115e075 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:17,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dc3430d1-3696-4054-9b67-1e21f115e075 2018-10-06 05:06:17,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22562435-1e39-4fe7-8426-31dc1b0b7def Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041"}, "enabled": true, "id": "68be891847b749f0ac728a21715d5041", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}]} 2018-10-06 05:06:17,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj used request id req-22562435-1e39-4fe7-8426-31dc1b0b7def 2018-10-06 05:06:17,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d437b5f-29c3-4301-a9cd-50622ef1037d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:17,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9d437b5f-29c3-4301-a9cd-50622ef1037d 2018-10-06 05:06:17,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e40948-56e7-44f6-8042-52e3ceb4cc92 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:17,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-28e40948-56e7-44f6-8042-52e3ceb4cc92 2018-10-06 05:06:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:17,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df2c654-bed1-479b-b8f1-71aa2f60f467 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041"}, "enabled": true, "id": "68be891847b749f0ac728a21715d5041", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}]} 2018-10-06 05:06:17,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackKeypairTests-1cb2a7fa-03b6-489-proj used request id req-3df2c654-bed1-479b-b8f1-71aa2f60f467 2018-10-06 05:06:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/763422ef38ff45fc82d61713811eaa14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:18,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac682854-0675-4be7-8b5c-80034fc46753 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-user", "links": {"self": "http://172.30.9.29:5000/v3/users/763422ef38ff45fc82d61713811eaa14"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "68be891847b749f0ac728a21715d5041", "id": "763422ef38ff45fc82d61713811eaa14", "password_expires_at": null}} 2018-10-06 05:06:18,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/763422ef38ff45fc82d61713811eaa14 used request id req-ac682854-0675-4be7-8b5c-80034fc46753 2018-10-06 05:06:18,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:18,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4a0593-219f-4e1c-bc11-74999e03c37f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:06:18,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles used request id req-6a4a0593-219f-4e1c-bc11-74999e03c37f 2018-10-06 05:06:18,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:18,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13979fd3-4f8f-4001-b46d-d993b266c94e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:06:18,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-13979fd3-4f8f-4001-b46d-d993b266c94e 2018-10-06 05:06:18,166 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-1cb2a7fa-03b6-489-proj 2018-10-06 05:06:18,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:18,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-261dcc7f-6399-41ad-85a0-159b3ba198e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:18,293 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-261dcc7f-6399-41ad-85a0-159b3ba198e5 2018-10-06 05:06:18,294 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-user 2018-10-06 05:06:18,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:18,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:18,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e175e133-fdc6-4c8f-ad49-03aaaab59f7d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:18,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e175e133-fdc6-4c8f-ad49-03aaaab59f7d 2018-10-06 05:06:18,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" -d '{"role": {"name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role"}}' 2018-10-06 05:06:18,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a54cbe-034a-4bde-8918-6ff0088fa8af Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9f38e48399004f2ca19b3b021b465f91", "links": {"self": "http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91"}, "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role"}} 2018-10-06 05:06:18,494 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-20a54cbe-034a-4bde-8918-6ff0088fa8af 2018-10-06 05:06:18,495 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role 2018-10-06 05:06:18,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:18,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2893d08c-64c7-4e89-8c65-7ba4194dc8f9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91"}, "domain_id": null, "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role", "id": "9f38e48399004f2ca19b3b021b465f91"}} 2018-10-06 05:06:18,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91 used request id req-2893d08c-64c7-4e89-8c65-7ba4194dc8f9 2018-10-06 05:06:18,579 - keystone_utils - INFO - Granting role CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role to project CreateStackKeypairTests-1cb2a7fa-03b6-489-proj 2018-10-06 05:06:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles/9f38e48399004f2ca19b3b021b465f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:18,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab76509-b540-48b7-b049-62dcc393b5fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:18,713 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041/users/763422ef38ff45fc82d61713811eaa14/roles/9f38e48399004f2ca19b3b021b465f91 used request id req-eab76509-b540-48b7-b049-62dcc393b5fe 2018-10-06 05:06:18,713 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:18,714 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:18,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:18,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:19,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "9f38e48399004f2ca19b3b021b465f91", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role"}], "expires_at": "2018-10-06T06:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68be891847b749f0ac728a21715d5041", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-user", "id": "763422ef38ff45fc82d61713811eaa14"}, "audit_ids": ["8Io_2HOkQmelVK1zov23_A"], "issued_at": "2018-10-06T05:06:19.000000Z"}} 2018-10-06 05:06:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:19,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f180a2-8692-410a-b516-8315327ba9dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:19,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-18f180a2-8692-410a-b516-8315327ba9dc 2018-10-06 05:06:19,172 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:19,174 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:19,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:19,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:19 GMT Server: Apache x-openstack-request-id: req-991c59f3-5e95-421c-b896-61dcf9eec3a8 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:06:19,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack used request id req-991c59f3-5e95-421c-b896-61dcf9eec3a8 2018-10-06 05:06:19,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-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-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}}' 2018-10-06 05:06:20,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:19 GMT Server: Apache x-openstack-request-id: req-8f9a1202-688e-44a9-bc3c-542e06021b53 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}]}} 2018-10-06 05:06:20,891 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks used request id req-8f9a1202-688e-44a9-bc3c-542e06021b53 2018-10-06 05:06:20,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:21,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:20 GMT Server: Apache x-openstack-request-id: req-0b35aa55-b6d6-453e-8334-ab3b504c3ef9 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:21,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:21 GMT Server: Apache x-openstack-request-id: req-5c4ea9d1-ee66-4225-b395-f65e1786f2e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 566 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": "68be891847b749f0ac728a21715d5041", "OS::stack_id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "keypair_name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "stack_user_project_id": "49ffdd6537034fb0b116b39c778f060e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:06:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 05:06:21,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-5c4ea9d1-ee66-4225-b395-f65e1786f2e8 2018-10-06 05:06:21,243 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:21,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:21,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:21 GMT Server: Apache x-openstack-request-id: req-8c05767f-59c7-4357-a3bc-829634dfc369 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:21,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:21 GMT Server: Apache x-openstack-request-id: req-a1a09ccd-246b-4eda-9f59-744545f4a11d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1914 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": "68be891847b749f0ac728a21715d5041", "OS::stack_id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "keypair_name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "stack_user_project_id": "49ffdd6537034fb0b116b39c778f060e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:06:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAu+9YEvqARLnJYCyRUpAJnZz7stjw9SngoCcbiLYsse8ELzlT\nEuPqi+PnriDJGs2It3w6XZcV3dcC+SZRtgeCCt4mHeSI0gZM7Hxyu0wofAFS4/Kn\nsFkwMDTYygAtwUp3ZB81Br7o3ZRMCw5RDrjiIdWBRuZduzBoxuPAuj1G6ZRpLUnL\nBOOKcrSkSM495DshSMWgSF65ki120QNKg58V0rSlk+y0DPKbXvRSQ3ysPTe5oLWK\nVNlF0fjrELHEAwjWLQ1B4HFUKtR03LRz0phjVs3hmkT/XX8/FiN6VcMJoQ4BxX7L\nElIY0smbe+EWpcLM/OThmrMutst+9+oE4l3AXwIDAQABAoIBAHXp2sm1kAsOwjFs\nZRV3OAFDAI0bHjvENaJmRxlEq9BMFcUHY38DryJsMO2ItoTxlikBcaFM7TRN9hia\nmUPrfAUTkrjIrauQtmzePCIVy4TaU8afdeToYJquXaKH8C1JapVQGzYLTBHSPM/n\nAKaLC56M1drFKOQMoIDBXye60KY2G0UjOhl0l6Fry/+fLrDd71hk+NV5eUt1WbTu\nIM/6j/M7FXcleS5nIEBT40rArP/lChtd6GzQLQiIkHHPgZsM1i5KzrnAcODXsxRB\nFPsJ2AVhQJxxDDLBD+Aui8Ww7lKws/kOW7O2v5N4oZ6cEsf9QTdcNUqmgPjTGkCJ\nt3qIPZECgYEA45rBF2JGIX+WRkOl5Ss7sLwxqKW3oBTnlmz6RiogZySsONPLeucV\nTS52rVEg7pr73Hxmz0Vb+IIcD8NAlY0/5FrUr+yrWhacvLV2Hc0NYHlkRry7Lgem\ncdDmJarFJGo4oi2deX07Ij9R9GkLHS+/cEjHt6QhL9PBuC4O2rBFc2kCgYEA02Ge\n6fuD9U4E82gI/2Abkqb2CpviImSIoP3KFn9KH9K6ThFztQ4hM0W2uzmYM4wk8+g8\nATPVBmIDdpKK/b7nkwNuFldRMFRAwn6kBv185ZiKaK5MggnD/b5HkpBNsRgIvRaO\nGw/0JYLfz2v0TeU0znCBRXBK9hTc8Z5E7d2mRIcCgYBr1mfEN4i42GWP1v9j7C70\n1sXEfPfafe0YBXwzAESn+eUra5XOHmymS+xow7aRtpa8aaigbeFchfDbuwv/j5QF\nEtAQplatcWdDtcpH5l5/JiTPqx4YegFvjaVtlVKgpT89/9TLufzphgzDe32Lj5Lp\nlWIi7T3YFkGDjTb2gGv3eQKBgAGtXJ1uqXVg0Rk9UhT0pkNbn8glxH2RXqQoX1oe\nWHA4M9I6wThGjGzjuLdzlYmTKxfkV9WKm74ZOP3P29p3kU7RUCZNOw+vG3RvnM2R\nZVRNCYwbFfBSM4Pn5pl7G6K0Fh2p+Cau0bkaeLwklyOnFewtaFkssuuQ7s/b+aAJ\nijAxAoGALuA5En7PwEW0XMABE3Qoa6r9btAcle5JaPgdT2gcqZz7T37aBNHk8NcJ\n/VAq/HA45NO7BpiaM16bfZVeqaVTM9EfKtcr/EKEc9h09nA+QaNjmn+LfwKGCd06\nIGmHej0BpFXPRY6yCFUYwI6JjkN0ZlyoGzoD8unSsdRHntp4cs4=\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-10-06 05:06:21,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-a1a09ccd-246b-4eda-9f59-744545f4a11d 2018-10-06 05:06:21,685 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:06:21,685 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:21,685 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:21,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:21,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:21 GMT Server: Apache x-openstack-request-id: req-92714f63-c7ab-4345-ab45-8b4e78492626 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:22,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:21 GMT Server: Apache x-openstack-request-id: req-ac4ba610-427f-415e-83f6-1dc55e38ebeb 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.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T05:06:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:06:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-06 05:06:22,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198/resources used request id req-ac4ba610-427f-415e-83f6-1dc55e38ebeb 2018-10-06 05:06:22,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:22,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b68871ca-24ee-484d-adde-417d1c2e1c32 x-compute-request-id: req-b68871ca-24ee-484d-adde-417d1c2e1c32 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC771gS+oBEuclgLJFSkAmdnPuy2PD1KeCgJxuItiyx7wQvOVMS4+qL4+euIMkazYi3fDpdlxXd1wL5JlG2B4IK3iYd5IjSBkzsfHK7TCh8AVLj8qewWTAwNNjKAC3BSndkHzUGvujdlEwLDlEOuOIh1YFG5l27MGjG48C6PUbplGktScsE44pytKRIzj3kOyFIxaBIXrmSLXbRA0qDnxXStKWT7LQM8pte9FJDfKw9N7mgtYpU2UXR+OsQscQDCNYtDUHgcVQq1HTctHPSmGNWzeGaRP9dfz8WI3pVwwmhDgHFfssSUhjSyZt74Ralwsz85OGasy62y3736gTiXcBf Generated-by-Nova", "user_id": "763422ef38ff45fc82d61713811eaa14", "name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp", "deleted": false, "created_at": "2018-10-06T05:06:21.000000", "updated_at": null, "fingerprint": "2c:cb:e8:fd:55:bc:47:90:df:fe:43:13:c0:57:94:5a", "deleted_at": null, "id": 95}} 2018-10-06 05:06:22,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp used request id req-b68871ca-24ee-484d-adde-417d1c2e1c32 2018-10-06 05:06:22,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:22,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:22 GMT Server: Apache x-openstack-request-id: req-64f7e8c4-7a7d-489e-9014-55bf0372bd16 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:22,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:22 GMT Server: Apache x-openstack-request-id: req-b0d1dcf6-faab-4db7-9399-fd7e349ccd5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1914 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": "68be891847b749f0ac728a21715d5041", "OS::stack_id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "keypair_name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "stack_user_project_id": "49ffdd6537034fb0b116b39c778f060e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:06:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAu+9YEvqARLnJYCyRUpAJnZz7stjw9SngoCcbiLYsse8ELzlT\nEuPqi+PnriDJGs2It3w6XZcV3dcC+SZRtgeCCt4mHeSI0gZM7Hxyu0wofAFS4/Kn\nsFkwMDTYygAtwUp3ZB81Br7o3ZRMCw5RDrjiIdWBRuZduzBoxuPAuj1G6ZRpLUnL\nBOOKcrSkSM495DshSMWgSF65ki120QNKg58V0rSlk+y0DPKbXvRSQ3ysPTe5oLWK\nVNlF0fjrELHEAwjWLQ1B4HFUKtR03LRz0phjVs3hmkT/XX8/FiN6VcMJoQ4BxX7L\nElIY0smbe+EWpcLM/OThmrMutst+9+oE4l3AXwIDAQABAoIBAHXp2sm1kAsOwjFs\nZRV3OAFDAI0bHjvENaJmRxlEq9BMFcUHY38DryJsMO2ItoTxlikBcaFM7TRN9hia\nmUPrfAUTkrjIrauQtmzePCIVy4TaU8afdeToYJquXaKH8C1JapVQGzYLTBHSPM/n\nAKaLC56M1drFKOQMoIDBXye60KY2G0UjOhl0l6Fry/+fLrDd71hk+NV5eUt1WbTu\nIM/6j/M7FXcleS5nIEBT40rArP/lChtd6GzQLQiIkHHPgZsM1i5KzrnAcODXsxRB\nFPsJ2AVhQJxxDDLBD+Aui8Ww7lKws/kOW7O2v5N4oZ6cEsf9QTdcNUqmgPjTGkCJ\nt3qIPZECgYEA45rBF2JGIX+WRkOl5Ss7sLwxqKW3oBTnlmz6RiogZySsONPLeucV\nTS52rVEg7pr73Hxmz0Vb+IIcD8NAlY0/5FrUr+yrWhacvLV2Hc0NYHlkRry7Lgem\ncdDmJarFJGo4oi2deX07Ij9R9GkLHS+/cEjHt6QhL9PBuC4O2rBFc2kCgYEA02Ge\n6fuD9U4E82gI/2Abkqb2CpviImSIoP3KFn9KH9K6ThFztQ4hM0W2uzmYM4wk8+g8\nATPVBmIDdpKK/b7nkwNuFldRMFRAwn6kBv185ZiKaK5MggnD/b5HkpBNsRgIvRaO\nGw/0JYLfz2v0TeU0znCBRXBK9hTc8Z5E7d2mRIcCgYBr1mfEN4i42GWP1v9j7C70\n1sXEfPfafe0YBXwzAESn+eUra5XOHmymS+xow7aRtpa8aaigbeFchfDbuwv/j5QF\nEtAQplatcWdDtcpH5l5/JiTPqx4YegFvjaVtlVKgpT89/9TLufzphgzDe32Lj5Lp\nlWIi7T3YFkGDjTb2gGv3eQKBgAGtXJ1uqXVg0Rk9UhT0pkNbn8glxH2RXqQoX1oe\nWHA4M9I6wThGjGzjuLdzlYmTKxfkV9WKm74ZOP3P29p3kU7RUCZNOw+vG3RvnM2R\nZVRNCYwbFfBSM4Pn5pl7G6K0Fh2p+Cau0bkaeLwklyOnFewtaFkssuuQ7s/b+aAJ\nijAxAoGALuA5En7PwEW0XMABE3Qoa6r9btAcle5JaPgdT2gcqZz7T37aBNHk8NcJ\n/VAq/HA45NO7BpiaM16bfZVeqaVTM9EfKtcr/EKEc9h09nA+QaNjmn+LfwKGCd06\nIGmHej0BpFXPRY6yCFUYwI6JjkN0ZlyoGzoD8unSsdRHntp4cs4=\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-10-06 05:06:22,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-b0d1dcf6-faab-4db7-9399-fd7e349ccd5e 2018-10-06 05:06:22,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:22,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:22,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "9f38e48399004f2ca19b3b021b465f91", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role"}], "expires_at": "2018-10-06T06:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68be891847b749f0ac728a21715d5041", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-user", "id": "763422ef38ff45fc82d61713811eaa14"}, "audit_ids": ["F6v2GqDJTAiGSZnfg4CZHw"], "issued_at": "2018-10-06T05:06:22.000000Z"}} 2018-10-06 05:06:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}395b53e731037577f868e884417fdd59defa9508" 2018-10-06 05:06:22,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a62445d9-2c24-46f9-b5d7-085067637434 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:22,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a62445d9-2c24-46f9-b5d7-085067637434 2018-10-06 05:06:22,739 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:22,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}395b53e731037577f868e884417fdd59defa9508" 2018-10-06 05:06:22,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-e0bf3bf7-f5bb-49d1-904e-f06cbde9673d x-compute-request-id: req-e0bf3bf7-f5bb-49d1-904e-f06cbde9673d Content-Encoding: gzip Content-Length: 491 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC771gS+oBEuclgLJFSkAmdnPuy2PD1KeCgJxuItiyx7wQvOVMS4+qL4+euIMkazYi3fDpdlxXd1wL5JlG2B4IK3iYd5IjSBkzsfHK7TCh8AVLj8qewWTAwNNjKAC3BSndkHzUGvujdlEwLDlEOuOIh1YFG5l27MGjG48C6PUbplGktScsE44pytKRIzj3kOyFIxaBIXrmSLXbRA0qDnxXStKWT7LQM8pte9FJDfKw9N7mgtYpU2UXR+OsQscQDCNYtDUHgcVQq1HTctHPSmGNWzeGaRP9dfz8WI3pVwwmhDgHFfssSUhjSyZt74Ralwsz85OGasy62y3736gTiXcBf Generated-by-Nova", "name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp", "fingerprint": "2c:cb:e8:fd:55:bc:47:90:df:fe:43:13:c0:57:94:5a"}}]} 2018-10-06 05:06:22,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e0bf3bf7-f5bb-49d1-904e-f06cbde9673d 2018-10-06 05:06:22,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:23,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "9f38e48399004f2ca19b3b021b465f91", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role"}], "expires_at": "2018-10-06T06:06:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68be891847b749f0ac728a21715d5041", "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/68be891847b749f0ac728a21715d5041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-1cb2a7fa-03b6-489-user", "id": "763422ef38ff45fc82d61713811eaa14"}, "audit_ids": ["ntIdu59_QT-QOj5pgREbgQ"], "issued_at": "2018-10-06T05:06:23.000000Z"}} 2018-10-06 05:06:23,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}302dd85cff9bb95f2da8653326ab8f9c5f1f8e21" 2018-10-06 05:06:23,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06: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-306dd56e-be91-4a24-8819-02fa58ff40bb x-compute-request-id: req-306dd56e-be91-4a24-8819-02fa58ff40bb Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC771gS+oBEuclgLJFSkAmdnPuy2PD1KeCgJxuItiyx7wQvOVMS4+qL4+euIMkazYi3fDpdlxXd1wL5JlG2B4IK3iYd5IjSBkzsfHK7TCh8AVLj8qewWTAwNNjKAC3BSndkHzUGvujdlEwLDlEOuOIh1YFG5l27MGjG48C6PUbplGktScsE44pytKRIzj3kOyFIxaBIXrmSLXbRA0qDnxXStKWT7LQM8pte9FJDfKw9N7mgtYpU2UXR+OsQscQDCNYtDUHgcVQq1HTctHPSmGNWzeGaRP9dfz8WI3pVwwmhDgHFfssSUhjSyZt74Ralwsz85OGasy62y3736gTiXcBf Generated-by-Nova", "user_id": "763422ef38ff45fc82d61713811eaa14", "name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp", "deleted": false, "created_at": "2018-10-06T05:06:21.000000", "updated_at": null, "fingerprint": "2c:cb:e8:fd:55:bc:47:90:df:fe:43:13:c0:57:94:5a", "deleted_at": null, "id": 95}} 2018-10-06 05:06:23,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp used request id req-306dd56e-be91-4a24-8819-02fa58ff40bb 2018-10-06 05:06:23,450 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:23,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:23,644 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:23 GMT Server: Apache x-openstack-request-id: req-02085ee8-f8cc-4dac-ae8f-db561a6ac51d Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:23,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:23 GMT Server: Apache x-openstack-request-id: req-23acbde2-e5fc-4567-9949-6acbc7311d8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:23,824 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-23acbde2-e5fc-4567-9949-6acbc7311d8c 2018-10-06 05:06:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:24,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:23 GMT Server: Apache x-openstack-request-id: req-71670796-4f1b-474c-a3a9-5ec668d65ab8 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:24,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:24 GMT Server: Apache x-openstack-request-id: req-9e76fa1d-6e4f-4a6d-946b-326889516a93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 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": "68be891847b749f0ac728a21715d5041", "OS::stack_id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "keypair_name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "stack_user_project_id": "49ffdd6537034fb0b116b39c778f060e", "tags": null, "creation_time": "2018-10-06T05:06:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:06:23Z", "id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 05:06:24,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-9e76fa1d-6e4f-4a6d-946b-326889516a93 2018-10-06 05:06:24,194 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:06:24,194 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:06:27,198 - create_stack - DEBUG - Stack status query timeout in 1196.62667108 2018-10-06 05:06:27,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:27,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache x-openstack-request-id: req-4f4fec63-247e-4acc-a2dd-fce2921de338 Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:27,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache x-openstack-request-id: req-82925c52-2d9e-4cba-8b42-95c0818208ad 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": "68be891847b749f0ac728a21715d5041", "OS::stack_id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "keypair_name": "CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-kp"}, "deletion_time": "2018-10-06T05:06:25Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack", "stack_user_project_id": "49ffdd6537034fb0b116b39c778f060e", "tags": null, "creation_time": "2018-10-06T05:06:20Z", "links": [{"href": "http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:06:23Z", "id": "0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-06 05:06:27,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-82925c52-2d9e-4cba-8b42-95c0818208ad 2018-10-06 05:06:27,257 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:06:27,257 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:27,257 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack 2018-10-06 05:06:27,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d68db3f2a63089b86c7595a2e780a88295ecf0" 2018-10-06 05:06:27,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache x-openstack-request-id: req-eac5596b-303c-4413-8689-dc30587125cd Location: http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:27,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache x-openstack-request-id: req-d3785d60-bb08-462d-9512-730ca027544c Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:06:27,471 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/68be891847b749f0ac728a21715d5041/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ce7d5788-7ae5-42b5-a145-0a3ce1e03df1-stack/0c35dfb7-b6d7-4c2f-9804-fb4e55ab7198 used request id req-d3785d60-bb08-462d-9512-730ca027544c 2018-10-06 05:06:27,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:27,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-728b8af4-ef94-4a8e-8156-5b4d27bea8ea Date: Sat, 06 Oct 2018 05:06:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:27,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-728b8af4-ef94-4a8e-8156-5b4d27bea8ea 2018-10-06 05:06:27,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:27,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba44ea6-7081-4cdc-a15e-385432ec4624 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:27,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-dba44ea6-7081-4cdc-a15e-385432ec4624 2018-10-06 05:06:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:27,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66af1f49-e97c-4a44-bfd9-0a8aa0fa2249 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:27,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-66af1f49-e97c-4a44-bfd9-0a8aa0fa2249 2018-10-06 05:06:27,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:27,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad29ffa5-8613-4fd3-a497-0839623899a6 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:06:27,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-ad29ffa5-8613-4fd3-a497-0839623899a6 2018-10-06 05:06:27,978 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-proj 2018-10-06 05:06:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:28,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3725ebbc-e170-43a3-b365-5b12c9929ed0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:28,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/68be891847b749f0ac728a21715d5041 used request id req-3725ebbc-e170-43a3-b365-5b12c9929ed0 2018-10-06 05:06:28,217 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-proj-role 2018-10-06 05:06:28,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:28,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1208f4ea-3c62-460b-8477-fd7c7089607e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:28,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/9f38e48399004f2ca19b3b021b465f91 used request id req-1208f4ea-3c62-460b-8477-fd7c7089607e 2018-10-06 05:06:28,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52fab84d4a1fadfa8c0454cce0b615aa406b1d7f" 2018-10-06 05:06:28,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152685cb-fb59-4335-8e9c-f4aa75417a41 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:28,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-152685cb-fb59-4335-8e9c-f4aa75417a41 2018-10-06 05:06:28,419 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-1cb2a7fa-03b6-489-user 2018-10-06 05:06:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/763422ef38ff45fc82d61713811eaa14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34da44f3feb82f4b15644205d3df8add91444a2a" 2018-10-06 05:06:28,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12000461-0080-42de-a28c-d1cc5a204d3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:28,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/763422ef38ff45fc82d61713811eaa14 used request id req-12000461-0080-42de-a28c-d1cc5a204d3c 2018-10-06 05:06:28,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:28,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vg-LfH8XRo-pLwskDSwCcw"], "issued_at": "2018-10-06T05:06:28.000000Z"}} 2018-10-06 05:06:28,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b35d9d635bd1a91ab856cdad4bdb60edf23e92ee" 2018-10-06 05:06:29,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e1f0aa-397e-4359-8185-2f221ce270d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:29,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c4e1f0aa-397e-4359-8185-2f221ce270d5 2018-10-06 05:06:29,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:29,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:29,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Nv70zwACRLuP5WfBYQce7A"], "issued_at": "2018-10-06T05:06:29.000000Z"}} 2018-10-06 05:06:29,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:29,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c03c035-2808-4a54-bf40-859c53a0d02b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:29,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4c03c035-2808-4a54-bf40-859c53a0d02b 2018-10-06 05:06:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:29,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:29,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:29,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df9b196-5e98-402a-b6e0-c14ef221ec8b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:29,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj used request id req-9df9b196-5e98-402a-b6e0-c14ef221ec8b 2018-10-06 05:06:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb5730e-74c6-4034-821a-5ef37024f375 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:29,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-cfb5730e-74c6-4034-821a-5ef37024f375 2018-10-06 05:06:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}}' 2018-10-06 05:06:29,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2943eb7b-5773-4feb-8b21-dd94d38dce94 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6"}, "enabled": true, "id": "036a3c262e8448d28fa3e9afdc7efef6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}} 2018-10-06 05:06:29,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2943eb7b-5773-4feb-8b21-dd94d38dce94 2018-10-06 05:06:29,878 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-14f33bda-077b-475-proj 2018-10-06 05:06:29,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:29,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:30,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["1lvYF3BjQOGGEWuoDTZ8Jg"], "issued_at": "2018-10-06T05:06:30.000000Z"}} 2018-10-06 05:06:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:30,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3074037-dca9-4ee7-8693-f6b339c80844 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:30,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a3074037-dca9-4ee7-8693-f6b339c80844 2018-10-06 05:06:30,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:30,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:30,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:30,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf28ee7-3a77-4a50-8e41-3f264db97f90 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:30,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-daf28ee7-3a77-4a50-8e41-3f264db97f90 2018-10-06 05:06:30,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:30,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5231388-c750-4554-8906-b13ad6a07ca5 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6"}, "enabled": true, "id": "036a3c262e8448d28fa3e9afdc7efef6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}]} 2018-10-06 05:06:30,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj used request id req-e5231388-c750-4554-8906-b13ad6a07ca5 2018-10-06 05:06:30,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:30,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab06b36-8312-4916-9e82-ffed0836afbf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:30,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-0ab06b36-8312-4916-9e82-ffed0836afbf 2018-10-06 05:06:31,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbac428-7ad9-4198-ab56-dd1e11782e76 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:31,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6dbac428-7ad9-4198-ab56-dd1e11782e76 2018-10-06 05:06:31,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a163f7-3a65-48ef-ba51-cc8b882abf74 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6"}, "enabled": true, "id": "036a3c262e8448d28fa3e9afdc7efef6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}]} 2018-10-06 05:06:31,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackSecurityGroupTests-14f33bda-077b-475-proj used request id req-72a163f7-3a65-48ef-ba51-cc8b882abf74 2018-10-06 05:06:31,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/b0085880c94048b0b1b1e815117980b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07ef734-e780-41bf-bee3-3cf4cc5b07d2 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-14f33bda-077b-475-user", "links": {"self": "http://172.30.9.29:5000/v3/users/b0085880c94048b0b1b1e815117980b5"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "b0085880c94048b0b1b1e815117980b5", "password_expires_at": null}} 2018-10-06 05:06:31,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/b0085880c94048b0b1b1e815117980b5 used request id req-f07ef734-e780-41bf-bee3-3cf4cc5b07d2 2018-10-06 05:06:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16afed4-91c9-48bb-b7b2-b5ac61eb01c8 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:06:31,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles used request id req-d16afed4-91c9-48bb-b7b2-b5ac61eb01c8 2018-10-06 05:06:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b021a9e6-e6f3-45b9-a435-a843f58a5b1a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:06:31,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-b021a9e6-e6f3-45b9-a435-a843f58a5b1a 2018-10-06 05:06:31,540 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-14f33bda-077b-475-proj 2018-10-06 05:06:31,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:31,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b09cb18e-fb2c-4424-b73a-b7eea315d9bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:31,670 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-b09cb18e-fb2c-4424-b73a-b7eea315d9bd 2018-10-06 05:06:31,671 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-14f33bda-077b-475-user 2018-10-06 05:06:31,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:31,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891c6a65-25d7-4c7b-a533-2db1d43b4236 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:31,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-891c6a65-25d7-4c7b-a533-2db1d43b4236 2018-10-06 05:06:31,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" -d '{"role": {"name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role"}}' 2018-10-06 05:06:31,871 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08ffd596-b2e3-4a6f-b6a4-9b88b130ea0f Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bbe0eac61fed4f0c8b2dd5bc8054ba05", "links": {"self": "http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05"}, "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role"}} 2018-10-06 05:06:31,872 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-08ffd596-b2e3-4a6f-b6a4-9b88b130ea0f 2018-10-06 05:06:31,872 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role 2018-10-06 05:06:31,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:31,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69144b97-2873-4e94-b638-8d45d56a8a3b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role", "id": "bbe0eac61fed4f0c8b2dd5bc8054ba05"}} 2018-10-06 05:06:31,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 used request id req-69144b97-2873-4e94-b638-8d45d56a8a3b 2018-10-06 05:06:31,967 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role to project CreateStackSecurityGroupTests-14f33bda-077b-475-proj 2018-10-06 05:06:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:32,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93b85346-63b9-4673-a310-6e89098c951b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:32,120 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6/users/b0085880c94048b0b1b1e815117980b5/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 used request id req-93b85346-63b9-4673-a310-6e89098c951b 2018-10-06 05:06:32,120 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:32,120 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:32,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:32,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:32,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "bbe0eac61fed4f0c8b2dd5bc8054ba05", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role"}], "expires_at": "2018-10-06T06:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "036a3c262e8448d28fa3e9afdc7efef6", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-user", "id": "b0085880c94048b0b1b1e815117980b5"}, "audit_ids": ["ddrehNPCT1CHYwo1Q_Klcw"], "issued_at": "2018-10-06T05:06:32.000000Z"}} 2018-10-06 05:06:32,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:32,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0800b450-7d6f-4221-8bc3-eb828924ec83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:32,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0800b450-7d6f-4221-8bc3-eb828924ec83 2018-10-06 05:06:32,561 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:32,564 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:32,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:32,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:32 GMT Server: Apache x-openstack-request-id: req-179a56c8-c06c-4b68-86e1-b0b944b438c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:06:32,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack used request id req-179a56c8-c06c-4b68-86e1-b0b944b438c3 2018-10-06 05:06:32,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-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-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}}' 2018-10-06 05:06:34,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:32 GMT Server: Apache x-openstack-request-id: req-a74fd1f1-0fee-41ef-9639-6831a0a1f81e Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}]}} 2018-10-06 05:06:34,294 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks used request id req-a74fd1f1-0fee-41ef-9639-6831a0a1f81e 2018-10-06 05:06:34,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:34,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-048dc00a-90af-4d06-8caa-c228bcaf73ab Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:34,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-5093c8a8-220c-4fb9-8c48-7f44e97e3acb 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": "036a3c262e8448d28fa3e9afdc7efef6", "OS::stack_id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "security_group_name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "stack_user_project_id": "204baa5ac6de48b996fb0b0da7ab135b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:06:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 05:06:34,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-5093c8a8-220c-4fb9-8c48-7f44e97e3acb 2018-10-06 05:06:34,666 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:34,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-5d9e9587-390f-4d00-af9d-d7842d73db4d Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:35,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-e99ee925-2425-4f78-8223-af1782c9ce80 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": "036a3c262e8448d28fa3e9afdc7efef6", "OS::stack_id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "security_group_name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "stack_user_project_id": "204baa5ac6de48b996fb0b0da7ab135b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:06:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 05:06:35,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-e99ee925-2425-4f78-8223-af1782c9ce80 2018-10-06 05:06:35,044 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:06:35,044 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:06:38,048 - create_stack - DEBUG - Stack status query timeout in 1196.61853409 2018-10-06 05:06:38,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:38,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:38 GMT Server: Apache x-openstack-request-id: req-84e956cb-0de5-418d-8596-5249143541af Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:38,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:38 GMT Server: Apache x-openstack-request-id: req-63c720a7-9331-4125-8c7b-06d7393dc473 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 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": "036a3c262e8448d28fa3e9afdc7efef6", "OS::stack_id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "security_group_name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "stack_user_project_id": "204baa5ac6de48b996fb0b0da7ab135b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:06:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 05:06:38,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-63c720a7-9331-4125-8c7b-06d7393dc473 2018-10-06 05:06:38,295 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:06:38,295 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:38,295 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:38,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:38,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:38 GMT Server: Apache x-openstack-request-id: req-472fc8c2-5307-434b-bb78-ca3d3bd072b1 Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:38,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:38 GMT Server: Apache x-openstack-request-id: req-188b0a1a-fb5d-423b-a4fb-68f6f5447d6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T05:06:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:06:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-06 05:06:38,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc/resources used request id req-188b0a1a-fb5d-423b-a4fb-68f6f5447d6e 2018-10-06 05:06:38,666 - neutron_utils - INFO - Retrieving security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:38,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:38,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-b1297c21-150e-49ad-a8cd-aa4a0a2f949b Date: Sat, 06 Oct 2018 05:06:38 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "updated_at": "2018-10-06T05:06:36Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:06:35Z", "revision_number": 0, "id": "875b351b-8a8c-49ff-9055-f338c744daa1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:36Z", "revision_number": 0, "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}], "revision_number": 6, "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}]} 2018-10-06 05:06:38,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-b1297c21-150e-49ad-a8cd-aa4a0a2f949b 2018-10-06 05:06:38,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:38,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:38,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-3dd827d2-6389-4418-93e9-c081415b00ca Date: Sat, 06 Oct 2018 05:06:38 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-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": 22, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:35Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "875b351b-8a8c-49ff-9055-f338c744daa1"}, {"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-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:36Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168"}]} 2018-10-06 05:06:38,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-3dd827d2-6389-4418-93e9-c081415b00ca 2018-10-06 05:06:38,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:39,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-0d17c32d-514c-4198-a7bc-0b408c4f58ef Date: Sat, 06 Oct 2018 05:06:39 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-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": 22, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:35Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "875b351b-8a8c-49ff-9055-f338c744daa1"}, {"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-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:36Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168"}]} 2018-10-06 05:06:39,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-0d17c32d-514c-4198-a7bc-0b408c4f58ef 2018-10-06 05:06:39,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:39,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:39,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "bbe0eac61fed4f0c8b2dd5bc8054ba05", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role"}], "expires_at": "2018-10-06T06:06:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "036a3c262e8448d28fa3e9afdc7efef6", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/036a3c262e8448d28fa3e9afdc7efef6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-user", "id": "b0085880c94048b0b1b1e815117980b5"}, "audit_ids": ["2CaZUoH5Q3GSZhnCO59ySA"], "issued_at": "2018-10-06T05:06:39.000000Z"}} 2018-10-06 05:06:39,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:39,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea387d3-e9ce-4a32-8483-e269ccbf327c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:39,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aea387d3-e9ce-4a32-8483-e269ccbf327c 2018-10-06 05:06:39,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:39,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-cdf951f7-9c20-4ee1-9215-9e7d3e268a55 Date: Sat, 06 Oct 2018 05:06:39 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "updated_at": "2018-10-06T05:06:36Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:06:35Z", "revision_number": 0, "id": "875b351b-8a8c-49ff-9055-f338c744daa1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:36Z", "revision_number": 0, "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}], "revision_number": 6, "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}]} 2018-10-06 05:06:39,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp&description=Test+description used request id req-cdf951f7-9c20-4ee1-9215-9e7d3e268a55 2018-10-06 05:06:39,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:39,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:39,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ce6060-da92-4fed-a064-3055dbe0548c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6"}, "enabled": true, "id": "036a3c262e8448d28fa3e9afdc7efef6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}} 2018-10-06 05:06:39,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 used request id req-43ce6060-da92-4fed-a064-3055dbe0548c 2018-10-06 05:06:39,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:39,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:40,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-33bca94d-9c4a-4967-b5d2-f135c932cc85 Date: Sat, 06 Oct 2018 05:06:40 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-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": 22, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:35Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "875b351b-8a8c-49ff-9055-f338c744daa1"}, {"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-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:36Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168"}]} 2018-10-06 05:06:40,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-33bca94d-9c4a-4967-b5d2-f135c932cc85 2018-10-06 05:06:40,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:40,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-4fa48495-9758-4f2f-b031-407df14dbcea Date: Sat, 06 Oct 2018 05:06:40 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-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": 22, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:35Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "875b351b-8a8c-49ff-9055-f338c744daa1"}, {"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-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:36Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168"}]} 2018-10-06 05:06:40,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-4fa48495-9758-4f2f-b031-407df14dbcea 2018-10-06 05:06:40,242 - neutron_utils - INFO - Retrieving security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:40,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-bf025410-66d1-4a2b-9ebb-25053d71010e Date: Sat, 06 Oct 2018 05:06:40 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "updated_at": "2018-10-06T05:06:36Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:06:35Z", "revision_number": 0, "id": "875b351b-8a8c-49ff-9055-f338c744daa1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:36Z", "revision_number": 0, "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}], "revision_number": 6, "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}]} 2018-10-06 05:06:40,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-bf025410-66d1-4a2b-9ebb-25053d71010e 2018-10-06 05:06:40,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1fad195-bba7-4a2d-954c-2a4e2b2178a6 2018-10-06 05:06:40,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be81264a7c6dc1a5eb7cf0b9d186d60e15077982" 2018-10-06 05:06:40,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5f9e8686-eb2e-4917-b720-eb9d4c1f999e Date: Sat, 06 Oct 2018 05:06:40 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-10-06T05:06:35Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": 22, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:35Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "875b351b-8a8c-49ff-9055-f338c744daa1"}, {"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-10-06T05:06:36Z", "security_group_id": "c1fad195-bba7-4a2d-954c-2a4e2b2178a6", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:36Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "bf2d6211-7fcb-4c46-8a59-6621e470d168"}]} 2018-10-06 05:06:40,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c1fad195-bba7-4a2d-954c-2a4e2b2178a6 used request id req-5f9e8686-eb2e-4917-b720-eb9d4c1f999e 2018-10-06 05:06:40,644 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:40,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:40 GMT Server: Apache x-openstack-request-id: req-08470244-e14a-4b7b-bb45-a4ad46e317e1 Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:41,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:40 GMT Server: Apache x-openstack-request-id: req-a0e39704-80b4-4700-83ad-4a7e33726cc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:41,014 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-a0e39704-80b4-4700-83ad-4a7e33726cc8 2018-10-06 05:06:41,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:41,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:41 GMT Server: Apache x-openstack-request-id: req-ebab8793-d2b4-4a29-a2bb-bd9c1b907e28 Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:41,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:41 GMT Server: Apache x-openstack-request-id: req-a5d352f3-d58f-443b-a503-d95dfedf0789 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 521 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": "036a3c262e8448d28fa3e9afdc7efef6", "OS::stack_id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "security_group_name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "stack_user_project_id": "204baa5ac6de48b996fb0b0da7ab135b", "tags": null, "creation_time": "2018-10-06T05:06:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:06:41Z", "id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 05:06:41,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-a5d352f3-d58f-443b-a503-d95dfedf0789 2018-10-06 05:06:41,226 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:06:41,227 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:06:44,230 - create_stack - DEBUG - Stack status query timeout in 1196.78486514 2018-10-06 05:06:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:44,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-abf68bfc-7afb-46be-8ca0-a5097e654398 Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:44,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-c14596c9-1d8c-48c5-ae6b-bde233f85b13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 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": "036a3c262e8448d28fa3e9afdc7efef6", "OS::stack_id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "security_group_name": "CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-sec-grp"}, "deletion_time": "2018-10-06T05:06:42Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack", "stack_user_project_id": "204baa5ac6de48b996fb0b0da7ab135b", "tags": null, "creation_time": "2018-10-06T05:06:33Z", "links": [{"href": "http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:06:41Z", "id": "be4528b6-40b3-4f04-b19d-0a8e5522fadc", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-06 05:06:44,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-c14596c9-1d8c-48c5-ae6b-bde233f85b13 2018-10-06 05:06:44,449 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:06:44,449 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:44,449 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack 2018-10-06 05:06:44,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/be4528b6-40b3-4f04-b19d-0a8e5522fadc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0819d028ffd93d6ef96e15387fd1a4251a66e908" 2018-10-06 05:06:44,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-ae7fbd13-4a8d-40f0-ba22-d69d2f651c84 Location: http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:06:44,795 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-86811421-0fcd-497e-a34b-7c5ec08343f7 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:06:44,795 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/036a3c262e8448d28fa3e9afdc7efef6/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2af14f77-dccd-463d-8019-096fa6960536-stack/be4528b6-40b3-4f04-b19d-0a8e5522fadc used request id req-86811421-0fcd-497e-a34b-7c5ec08343f7 2018-10-06 05:06:44,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e288fddc-6237-460a-8349-361d77c6c6d4 Date: Sat, 06 Oct 2018 05:06:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "updated_at": "2018-10-06T05:06:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "revision_number": 0, "id": "2cf38577-4b7e-4820-bda9-5794150304b9", "remote_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "remote_ip_prefix": null, "created_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv6", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "revision_number": 0, "id": "976a0f5c-1316-4dc6-b776-65cd74a97d0c", "remote_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "remote_ip_prefix": null, "created_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "revision_number": 0, "id": "c946563d-6c3a-4a2d-9874-8cdb5ffbde1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv4", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "revision_number": 0, "id": "e71b0e81-3387-44f6-abc9-e6376f1d5dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "port_range_min": null, "ethertype": "IPv6", "project_id": "036a3c262e8448d28fa3e9afdc7efef6"}], "revision_number": 4, "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "cc42e887-3973-4bf4-a602-02192b270a30", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:45,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-e288fddc-6237-460a-8349-361d77c6c6d4 2018-10-06 05:06:45,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a31475-348e-4d97-bdf4-a81c9fe9e6b5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:45,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-47a31475-348e-4d97-bdf4-a81c9fe9e6b5 2018-10-06 05:06:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5ee1cf-fd39-48aa-94d1-ae384f0abc5f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:45,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-ec5ee1cf-fd39-48aa-94d1-ae384f0abc5f 2018-10-06 05:06:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f325768d-97ff-42ec-be79-ab322e6bdc32 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6"}, "enabled": true, "id": "036a3c262e8448d28fa3e9afdc7efef6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-14f33bda-077b-475-proj"}} 2018-10-06 05:06:45,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 used request id req-f325768d-97ff-42ec-be79-ab322e6bdc32 2018-10-06 05:06:45,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc42e887-3973-4bf4-a602-02192b270a30 2018-10-06 05:06:45,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cc42e887-3973-4bf4-a602-02192b270a30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-37189548-2631-4cb4-8f13-69711f93051c Date: Sat, 06 Oct 2018 05:06:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "2cf38577-4b7e-4820-bda9-5794150304b9"}, {"remote_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "976a0f5c-1316-4dc6-b776-65cd74a97d0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "c946563d-6c3a-4a2d-9874-8cdb5ffbde1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:06:34Z", "security_group_id": "cc42e887-3973-4bf4-a602-02192b270a30", "port_range_min": null, "revision_number": 0, "tenant_id": "036a3c262e8448d28fa3e9afdc7efef6", "created_at": "2018-10-06T05:06:34Z", "project_id": "036a3c262e8448d28fa3e9afdc7efef6", "id": "e71b0e81-3387-44f6-abc9-e6376f1d5dc8"}]} 2018-10-06 05:06:45,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=cc42e887-3973-4bf4-a602-02192b270a30 used request id req-37189548-2631-4cb4-8f13-69711f93051c 2018-10-06 05:06:45,470 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:06:45,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/cc42e887-3973-4bf4-a602-02192b270a30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:45,791 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4dcab723-f536-457d-b35e-837c196b0613 Content-Length: 0 Date: Sat, 06 Oct 2018 05:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:06:45,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/cc42e887-3973-4bf4-a602-02192b270a30 used request id req-4dcab723-f536-457d-b35e-837c196b0613 2018-10-06 05:06:45,791 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-14f33bda-077b-475-proj 2018-10-06 05:06:45,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:46,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae08dbe-67d2-40d0-a43b-fca6577c9635 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:46,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/036a3c262e8448d28fa3e9afdc7efef6 used request id req-dae08dbe-67d2-40d0-a43b-fca6577c9635 2018-10-06 05:06:46,018 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-14f33bda-077b-475-proj-role 2018-10-06 05:06:46,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:46,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90d811d7-2f1a-44b3-b27f-97818070a288 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:46,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/bbe0eac61fed4f0c8b2dd5bc8054ba05 used request id req-90d811d7-2f1a-44b3-b27f-97818070a288 2018-10-06 05:06:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}345c6bd4a9ccc152bdb19163b20b669fb7d0cd64" 2018-10-06 05:06:46,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99cae32-fbc7-43b9-8541-3ad15633797f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:46,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e99cae32-fbc7-43b9-8541-3ad15633797f 2018-10-06 05:06:46,256 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-14f33bda-077b-475-user 2018-10-06 05:06:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/b0085880c94048b0b1b1e815117980b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a385e3f4d6034e6f22ad82c280eaaa1956115a65" 2018-10-06 05:06:46,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-502227bd-5fff-48eb-9d1f-440600c107b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:46,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/b0085880c94048b0b1b1e815117980b5 used request id req-502227bd-5fff-48eb-9d1f-440600c107b1 2018-10-06 05:06:46,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:46,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3RxmFNQoTTanJxVID_g3iQ"], "issued_at": "2018-10-06T05:06:46.000000Z"}} 2018-10-06 05:06:46,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce4734ceaed2a1bde4c7cefe8cd692158b0ffff" 2018-10-06 05:06:46,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb9a207-882d-4846-9100-c4e2e6246a4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:46,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7eb9a207-882d-4846-9100-c4e2e6246a4c 2018-10-06 05:06:46,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:46,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:47,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["QP-huWYWR0CP7ZyQqmNRtw"], "issued_at": "2018-10-06T05:06:47.000000Z"}} 2018-10-06 05:06:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:47,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73afb6f7-6873-43aa-8df5-dc521274ecd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:47,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73afb6f7-6873-43aa-8df5-dc521274ecd3 2018-10-06 05:06:47,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:47,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:47,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3808cd11-2112-477e-9e82-f02abcddb14e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:47,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj used request id req-3808cd11-2112-477e-9e82-f02abcddb14e 2018-10-06 05:06:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:47,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3bfbc2e-f82b-4d6b-ad56-b171f77bc2fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:47,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e3bfbc2e-f82b-4d6b-ad56-b171f77bc2fb 2018-10-06 05:06:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj"}}' 2018-10-06 05:06:47,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6223cc66-e954-45d4-b8eb-d748e1b66e9e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606"}, "enabled": true, "id": "7f21c9c1c24341d087b6da5703f3a606", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj"}} 2018-10-06 05:06:47,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6223cc66-e954-45d4-b8eb-d748e1b66e9e 2018-10-06 05:06:47,681 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-7d6d9f13-bae3-437-proj 2018-10-06 05:06:47,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:47,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:48,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["6_jnIU28TeWNF1JtRBKwFA"], "issued_at": "2018-10-06T05:06:48.000000Z"}} 2018-10-06 05:06:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:48,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ab57d7-627f-4657-b34d-521938a46b9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:48,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-39ab57d7-627f-4657-b34d-521938a46b9c 2018-10-06 05:06:48,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:48,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:48,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:48,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39171515-d29c-4ded-a14a-746704da7eef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:48,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-39171515-d29c-4ded-a14a-746704da7eef 2018-10-06 05:06:48,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:48,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cd4a77-dbbb-488e-8093-ecdeb58a7766 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606"}, "enabled": true, "id": "7f21c9c1c24341d087b6da5703f3a606", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj"}]} 2018-10-06 05:06:48,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj used request id req-b3cd4a77-dbbb-488e-8093-ecdeb58a7766 2018-10-06 05:06:48,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:48,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696c7642-32bc-453c-8002-61d56467303f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:48,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-696c7642-32bc-453c-8002-61d56467303f 2018-10-06 05:06:48,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44818917-a024-49db-9fb1-d5e1230b1086 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:49,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-44818917-a024-49db-9fb1-d5e1230b1086 2018-10-06 05:06:49,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7482528-a1d2-48e1-8ad3-f1c9ad42b949 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606"}, "enabled": true, "id": "7f21c9c1c24341d087b6da5703f3a606", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj"}]} 2018-10-06 05:06:49,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-7d6d9f13-bae3-437-proj used request id req-d7482528-a1d2-48e1-8ad3-f1c9ad42b949 2018-10-06 05:06:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/eac7df06aa134bd88d9b6fa696b7d7a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3c7b9f-9273-46c9-9ca1-6ac3ef55e51d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-7d6d9f13-bae3-437-user", "links": {"self": "http://172.30.9.29:5000/v3/users/eac7df06aa134bd88d9b6fa696b7d7a9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "7f21c9c1c24341d087b6da5703f3a606", "id": "eac7df06aa134bd88d9b6fa696b7d7a9", "password_expires_at": null}} 2018-10-06 05:06:49,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/eac7df06aa134bd88d9b6fa696b7d7a9 used request id req-fe3c7b9f-9273-46c9-9ca1-6ac3ef55e51d 2018-10-06 05:06:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a010cf49-ae63-4913-b232-82e9d2c84b4e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:06:49,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles used request id req-a010cf49-ae63-4913-b232-82e9d2c84b4e 2018-10-06 05:06:49,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6184783-aed1-4ed1-a473-d71013bc2d51 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:06:49,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-f6184783-aed1-4ed1-a473-d71013bc2d51 2018-10-06 05:06:49,426 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-7d6d9f13-bae3-437-proj 2018-10-06 05:06:49,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:49,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca7d1d74-bb7b-4fc6-b4b3-129ede0c9ba2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:49,629 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-ca7d1d74-bb7b-4fc6-b4b3-129ede0c9ba2 2018-10-06 05:06:49,630 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-7d6d9f13-bae3-437-user 2018-10-06 05:06:49,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:49,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:49,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e98c5cde-1ede-4300-bb31-dc5c2ee3bbb9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:49,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e98c5cde-1ede-4300-bb31-dc5c2ee3bbb9 2018-10-06 05:06:49,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" -d '{"role": {"name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role"}}' 2018-10-06 05:06:49,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-727b6adf-cbba-4b79-95d6-38d4f97518f4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b99687c7a7ca43128ff888916009d1bd", "links": {"self": "http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd"}, "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role"}} 2018-10-06 05:06:49,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-727b6adf-cbba-4b79-95d6-38d4f97518f4 2018-10-06 05:06:49,836 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role 2018-10-06 05:06:49,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:49,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-335c975f-5b5d-4e03-a919-eac96843d9e0 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd"}, "domain_id": null, "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role", "id": "b99687c7a7ca43128ff888916009d1bd"}} 2018-10-06 05:06:49,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd used request id req-335c975f-5b5d-4e03-a919-eac96843d9e0 2018-10-06 05:06:49,922 - keystone_utils - INFO - Granting role CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role to project CreateStackNegativeTests-7d6d9f13-bae3-437-proj 2018-10-06 05:06:49,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles/b99687c7a7ca43128ff888916009d1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:50,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5030bcfd-248a-4eba-a928-acc6dd82cfb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:50,060 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606/users/eac7df06aa134bd88d9b6fa696b7d7a9/roles/b99687c7a7ca43128ff888916009d1bd used request id req-5030bcfd-248a-4eba-a928-acc6dd82cfb3 2018-10-06 05:06:50,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:50,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:50,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "b99687c7a7ca43128ff888916009d1bd", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role"}], "expires_at": "2018-10-06T06:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f21c9c1c24341d087b6da5703f3a606", "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7f21c9c1c24341d087b6da5703f3a606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/7f21c9c1c24341d087b6da5703f3a606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/7f21c9c1c24341d087b6da5703f3a606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/7f21c9c1c24341d087b6da5703f3a606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7f21c9c1c24341d087b6da5703f3a606", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/7f21c9c1c24341d087b6da5703f3a606", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/7f21c9c1c24341d087b6da5703f3a606", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-7d6d9f13-bae3-437-user", "id": "eac7df06aa134bd88d9b6fa696b7d7a9"}, "audit_ids": ["RCDq8Rl5RH6oHF2ZLzTrGQ"], "issued_at": "2018-10-06T05:06:50.000000Z"}} 2018-10-06 05:06:50,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbc4a62c6956a4cb25bb0d4c09227542f15e8441" 2018-10-06 05:06:50,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99a22df-e272-42d9-8623-e04d03279d11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:50,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e99a22df-e272-42d9-8623-e04d03279d11 2018-10-06 05:06:50,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:50,529 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/7f21c9c1c24341d087b6da5703f3a606/stacks?stack_name=CreateStackNegativeTests-c46a3849-289f-48fd-822b-fbb66ec41a9a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbc4a62c6956a4cb25bb0d4c09227542f15e8441" 2018-10-06 05:06:50,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:50 GMT Server: Apache x-openstack-request-id: req-6fd925fb-1ccb-4241-bef9-bfd506440e79 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:06:50,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/7f21c9c1c24341d087b6da5703f3a606/stacks?stack_name=CreateStackNegativeTests-c46a3849-289f-48fd-822b-fbb66ec41a9a used request id req-6fd925fb-1ccb-4241-bef9-bfd506440e79 2018-10-06 05:06:50,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:50,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-da950aec-fc5d-4141-aabc-7956bc0f834d Date: Sat, 06 Oct 2018 05:06:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:50,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-da950aec-fc5d-4141-aabc-7956bc0f834d 2018-10-06 05:06:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a91c9b-06c3-4d1d-83d6-3c1798365f28 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:51,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-08a91c9b-06c3-4d1d-83d6-3c1798365f28 2018-10-06 05:06:51,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d593556-fd0a-42ae-af15-5c81ee5393fa Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:51,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-9d593556-fd0a-42ae-af15-5c81ee5393fa 2018-10-06 05:06:51,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ccef13-9ed2-470b-bf4a-4eeb7becb05a Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:06:51,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-d7ccef13-9ed2-470b-bf4a-4eeb7becb05a 2018-10-06 05:06:51,189 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-7d6d9f13-bae3-437-proj 2018-10-06 05:06:51,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a69989bd-0e23-4062-a72d-5b9cc1a27ad5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:51,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7f21c9c1c24341d087b6da5703f3a606 used request id req-a69989bd-0e23-4062-a72d-5b9cc1a27ad5 2018-10-06 05:06:51,408 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-7d6d9f13-bae3-437-proj-role 2018-10-06 05:06:51,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5af76ed5-fa52-4131-a24b-3aed0247dba8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:51,524 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/b99687c7a7ca43128ff888916009d1bd used request id req-5af76ed5-fa52-4131-a24b-3aed0247dba8 2018-10-06 05:06:51,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5bb06176a229334e15dd60e6bca756792f1f0a" 2018-10-06 05:06:51,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f48d391a-4547-4582-8ce3-6b20bab93cb6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:51,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f48d391a-4547-4582-8ce3-6b20bab93cb6 2018-10-06 05:06:51,609 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-7d6d9f13-bae3-437-user 2018-10-06 05:06:51,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/eac7df06aa134bd88d9b6fa696b7d7a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50dbe5bd40dddfa7e55898bfce060895a6eb0bd2" 2018-10-06 05:06:51,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6cabbf-fa0e-401c-b8e3-1b58f0308c9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:51,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/eac7df06aa134bd88d9b6fa696b7d7a9 used request id req-1d6cabbf-fa0e-401c-b8e3-1b58f0308c9c 2018-10-06 05:06:51,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:52,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["Byqev7bKSqevh77K67791A"], "issued_at": "2018-10-06T05:06:52.000000Z"}} 2018-10-06 05:06:52,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6152017226a19fb24044c30da4fa90893b460439" 2018-10-06 05:06:52,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab569327-1039-49e6-8d38-d149190e8e51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:52,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ab569327-1039-49e6-8d38-d149190e8e51 2018-10-06 05:06:52,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:52,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:52,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["vfF-UtX3R3S6JIYFfbnbmQ"], "issued_at": "2018-10-06T05:06:52.000000Z"}} 2018-10-06 05:06:52,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:52,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5115c150-e3b9-4cb5-8c6d-4aa9d5925053 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:52,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5115c150-e3b9-4cb5-8c6d-4aa9d5925053 2018-10-06 05:06:52,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:52,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:52,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:52,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fa7b62-4d6c-4b7c-aa20-c712149c7ece Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:52,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj used request id req-f0fa7b62-4d6c-4b7c-aa20-c712149c7ece 2018-10-06 05:06:52,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:53,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc29166c-b038-4b7a-94d8-1f9b1e40a3d2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:53,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dc29166c-b038-4b7a-94d8-1f9b1e40a3d2 2018-10-06 05:06:53,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj"}}' 2018-10-06 05:06:53,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c765f7aa-360e-4b0c-aa5b-3a95d54c0cdd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8"}, "enabled": true, "id": "88c9d5e1cf8a43339d186542db8168e8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj"}} 2018-10-06 05:06:53,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-c765f7aa-360e-4b0c-aa5b-3a95d54c0cdd 2018-10-06 05:06:53,153 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-118ee9b2-2c03-45e-proj 2018-10-06 05:06:53,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:53,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:53,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["kWcPZfGeTaqm_FyLP2hWiA"], "issued_at": "2018-10-06T05:06:53.000000Z"}} 2018-10-06 05:06:53,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:53,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a903a72-ef07-4f09-95cc-b875ec74b399 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:53,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8a903a72-ef07-4f09-95cc-b875ec74b399 2018-10-06 05:06:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:53,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:53,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a84195-8956-4b62-8931-550983e5d00e Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:53,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e6a84195-8956-4b62-8931-550983e5d00e 2018-10-06 05:06:53,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:53,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51440867-aa93-43cd-991e-f54ea11fefdc Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8"}, "enabled": true, "id": "88c9d5e1cf8a43339d186542db8168e8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj"}]} 2018-10-06 05:06:53,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj used request id req-51440867-aa93-43cd-991e-f54ea11fefdc 2018-10-06 05:06:53,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:53,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e075d1-2372-4073-8de8-67c07543ef52 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:53,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-88e075d1-2372-4073-8de8-67c07543ef52 2018-10-06 05:06:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-441d4b8c-706a-4e4d-90ff-bb87c21ddf04 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:54,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-441d4b8c-706a-4e4d-90ff-bb87c21ddf04 2018-10-06 05:06:54,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212ede4d-346a-42aa-83e5-bfc4a0e04958 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8"}, "enabled": true, "id": "88c9d5e1cf8a43339d186542db8168e8", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj"}]} 2018-10-06 05:06:54,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackNegativeTests-118ee9b2-2c03-45e-proj used request id req-212ede4d-346a-42aa-83e5-bfc4a0e04958 2018-10-06 05:06:54,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/27e643717bc14b548af502f45d511904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ea4646-6468-4b5e-ac94-bebedcf954f4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-118ee9b2-2c03-45e-user", "links": {"self": "http://172.30.9.29:5000/v3/users/27e643717bc14b548af502f45d511904"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "88c9d5e1cf8a43339d186542db8168e8", "id": "27e643717bc14b548af502f45d511904", "password_expires_at": null}} 2018-10-06 05:06:54,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/27e643717bc14b548af502f45d511904 used request id req-64ea4646-6468-4b5e-ac94-bebedcf954f4 2018-10-06 05:06:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8027ae07-3431-4d86-8b84-a469616719c5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:06:54,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles used request id req-8027ae07-3431-4d86-8b84-a469616719c5 2018-10-06 05:06:54,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b47763-f9c2-4caa-9207-1db2a51fc979 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:06:54,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-f3b47763-f9c2-4caa-9207-1db2a51fc979 2018-10-06 05:06:54,727 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-118ee9b2-2c03-45e-proj 2018-10-06 05:06:54,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:54,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da9f27d6-a0cd-49c3-8e17-450331d6b321 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:54,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-da9f27d6-a0cd-49c3-8e17-450331d6b321 2018-10-06 05:06:54,862 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-118ee9b2-2c03-45e-user 2018-10-06 05:06:54,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:54,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:54,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a70fd0d-01d5-4d72-98a5-1b4dbfd6da9a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:54,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0a70fd0d-01d5-4d72-98a5-1b4dbfd6da9a 2018-10-06 05:06:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" -d '{"role": {"name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role"}}' 2018-10-06 05:06:55,063 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34f88c61-c2cb-4609-9ea1-9f3b528ff810 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "846ce309a72b4869b08b9e65d91b238c", "links": {"self": "http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c"}, "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role"}} 2018-10-06 05:06:55,064 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-34f88c61-c2cb-4609-9ea1-9f3b528ff810 2018-10-06 05:06:55,064 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role 2018-10-06 05:06:55,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:55,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1692bef5-8190-4831-adb4-64eec3ee4455 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c"}, "domain_id": null, "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role", "id": "846ce309a72b4869b08b9e65d91b238c"}} 2018-10-06 05:06:55,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c used request id req-1692bef5-8190-4831-adb4-64eec3ee4455 2018-10-06 05:06:55,157 - keystone_utils - INFO - Granting role CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role to project CreateStackNegativeTests-118ee9b2-2c03-45e-proj 2018-10-06 05:06:55,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles/846ce309a72b4869b08b9e65d91b238c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:55,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6747c6a8-f4a1-4f34-91f7-c27def2bbd52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:55,293 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8/users/27e643717bc14b548af502f45d511904/roles/846ce309a72b4869b08b9e65d91b238c used request id req-6747c6a8-f4a1-4f34-91f7-c27def2bbd52 2018-10-06 05:06:55,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:55,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:55,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "846ce309a72b4869b08b9e65d91b238c", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role"}], "expires_at": "2018-10-06T06:06:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88c9d5e1cf8a43339d186542db8168e8", "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/88c9d5e1cf8a43339d186542db8168e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/88c9d5e1cf8a43339d186542db8168e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/88c9d5e1cf8a43339d186542db8168e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/88c9d5e1cf8a43339d186542db8168e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/88c9d5e1cf8a43339d186542db8168e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/88c9d5e1cf8a43339d186542db8168e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/88c9d5e1cf8a43339d186542db8168e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-118ee9b2-2c03-45e-user", "id": "27e643717bc14b548af502f45d511904"}, "audit_ids": ["LPX1htDfS0aZ0sRQW50MPw"], "issued_at": "2018-10-06T05:06:55.000000Z"}} 2018-10-06 05:06:55,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e63f433edd37d6b5c9128e24af003bea7feba0b" 2018-10-06 05:06:55,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed113f1e-a422-4d06-b867-6cea9b70c49c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:55,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ed113f1e-a422-4d06-b867-6cea9b70c49c 2018-10-06 05:06:55,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:06:55,740 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:06:55,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/88c9d5e1cf8a43339d186542db8168e8/stacks?stack_name=CreateStackNegativeTests-4e31a776-2e46-42b3-bde9-bff6ade35042 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e63f433edd37d6b5c9128e24af003bea7feba0b" 2018-10-06 05:06:55,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-605c4fd7-1218-44a2-b1bc-5b831e7cde83 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:06:55,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/88c9d5e1cf8a43339d186542db8168e8/stacks?stack_name=CreateStackNegativeTests-4e31a776-2e46-42b3-bde9-bff6ade35042 used request id req-605c4fd7-1218-44a2-b1bc-5b831e7cde83 2018-10-06 05:06:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/88c9d5e1cf8a43339d186542db8168e8/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e63f433edd37d6b5c9128e24af003bea7feba0b" -d '{"stack_name": "CreateStackNegativeTests-4e31a776-2e46-42b3-bde9-bff6ade35042", "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-10-06 05:06:56,368 - keystoneauth.session - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-b4ba327e-c457-40cb-aa78-b2f082f198b8 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-10-06 05:06:56,369 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/88c9d5e1cf8a43339d186542db8168e8/stacks used request id req-b4ba327e-c457-40cb-aa78-b2f082f198b8 2018-10-06 05:06:56,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:56,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-14d42f1c-35b6-46aa-aa3c-09ac3e1c091d Date: Sat, 06 Oct 2018 05:06:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:06:56,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-14d42f1c-35b6-46aa-aa3c-09ac3e1c091d 2018-10-06 05:06:56,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:56,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65e7390-47c4-4a7c-b560-1194938edda3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:06:56,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-e65e7390-47c4-4a7c-b560-1194938edda3 2018-10-06 05:06:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:56,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168731a6-1baf-471e-991c-84adae7a670f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:06:56,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-168731a6-1baf-471e-991c-84adae7a670f 2018-10-06 05:06:56,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:56,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809d03c5-ed73-4c4d-9373-dca171dbf387 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:06:56,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-809d03c5-ed73-4c4d-9373-dca171dbf387 2018-10-06 05:06:56,841 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-118ee9b2-2c03-45e-proj 2018-10-06 05:06:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:57,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db571d75-65e4-481a-aaa1-58cda610a817 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:57,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/88c9d5e1cf8a43339d186542db8168e8 used request id req-db571d75-65e4-481a-aaa1-58cda610a817 2018-10-06 05:06:57,060 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-118ee9b2-2c03-45e-proj-role 2018-10-06 05:06:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:57,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc75ab03-3489-4dca-b8c0-93fd2b2ece86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:57,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/846ce309a72b4869b08b9e65d91b238c used request id req-dc75ab03-3489-4dca-b8c0-93fd2b2ece86 2018-10-06 05:06:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28624f3cac11268ed403c8aa7cff88d5c68465b7" 2018-10-06 05:06:57,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-478350db-0e22-4868-b9a1-44d3e63e8e48 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:57,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-478350db-0e22-4868-b9a1-44d3e63e8e48 2018-10-06 05:06:57,255 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-118ee9b2-2c03-45e-user 2018-10-06 05:06:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/27e643717bc14b548af502f45d511904 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1971c6b0b176bd66b32dc9f544507339d34e5b9a" 2018-10-06 05:06:57,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:06:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3682781d-fc01-4cba-8d3a-18579aa5b715 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:06:57,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/27e643717bc14b548af502f45d511904 used request id req-3682781d-fc01-4cba-8d3a-18579aa5b715 2018-10-06 05:06:57,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:57,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["HnczoH2iRaiFCaKXpDdMsw"], "issued_at": "2018-10-06T05:06:57.000000Z"}} 2018-10-06 05:06:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f017e1c4dd7ab704c8755cae2682efdfadf4cf" 2018-10-06 05:06:57,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f27c891c-7fd6-436e-b9ae-3179990ea2f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:57,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f27c891c-7fd6-436e-b9ae-3179990ea2f8 2018-10-06 05:06:57,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:57,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:58,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LNhGzsTqQo-m2MgAAbe5DA"], "issued_at": "2018-10-06T05:06:58.000000Z"}} 2018-10-06 05:06:58,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:06:58,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3a65a6-5b7e-4891-b214-304278daab66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:58,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad3a65a6-5b7e-4891-b214-304278daab66 2018-10-06 05:06:58,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:58,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:58,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:06:58,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9068fa2-2a28-48bc-bcdb-cf3dff9f289b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:06:58,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj used request id req-a9068fa2-2a28-48bc-bcdb-cf3dff9f289b 2018-10-06 05:06:58,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:06:58,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f527919d-744b-4890-899a-10a66ef3cc77 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:58,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-f527919d-744b-4890-899a-10a66ef3cc77 2018-10-06 05:06:58,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}}' 2018-10-06 05:06:58,680 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6c71e06-6eda-4541-89c0-f72475f17857 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:06:58,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-d6c71e06-6eda-4541-89c0-f72475f17857 2018-10-06 05:06:58,681 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj 2018-10-06 05:06:58,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:58,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:06:59,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:06:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["798x7IBpSneqCtUe_k8-2g"], "issued_at": "2018-10-06T05:06:59.000000Z"}} 2018-10-06 05:06:59,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa3c5e453144a963c8f7b23716bdf7905f22ee8" 2018-10-06 05:06:59,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057b18bd-5aa9-48ad-b039-a2687ec81c49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:06:59,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-057b18bd-5aa9-48ad-b039-a2687ec81c49 2018-10-06 05:06:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:06:59,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:06:59,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa3c5e453144a963c8f7b23716bdf7905f22ee8" 2018-10-06 05:06:59,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbafc653-54df-4d3c-b7e0-c8b7bd2e1b49 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:06:59,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fbafc653-54df-4d3c-b7e0-c8b7bd2e1b49 2018-10-06 05:06:59,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa3c5e453144a963c8f7b23716bdf7905f22ee8" 2018-10-06 05:06:59,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a48b3c1-8557-4e14-b772-1bdda092c08b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}]} 2018-10-06 05:06:59,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj used request id req-7a48b3c1-8557-4e14-b772-1bdda092c08b 2018-10-06 05:06:59,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa3c5e453144a963c8f7b23716bdf7905f22ee8" 2018-10-06 05:06:59,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5cee040-bb92-492e-8e46-77961dec2ec2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:06:59,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-c5cee040-bb92-492e-8e46-77961dec2ec2 2018-10-06 05:06:59,818 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user 2018-10-06 05:06:59,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:06:59,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:06:59,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8584ea6-de7b-4ce1-be8b-618ae62e9e5b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:06:59,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e8584ea6-de7b-4ce1-be8b-618ae62e9e5b 2018-10-06 05:06:59,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}}' 2018-10-06 05:07:00,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:06:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cebf1585-2090-411c-a353-57fd33909c6a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "adc7305fab834613b6b12d397b8a1190", "links": {"self": "http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190"}, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}} 2018-10-06 05:07:00,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cebf1585-2090-411c-a353-57fd33909c6a 2018-10-06 05:07:00,039 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role 2018-10-06 05:07:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:07:00,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d372e93-ed40-4b69-a8c2-013383556f69 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role", "id": "adc7305fab834613b6b12d397b8a1190"}} 2018-10-06 05:07:00,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190 used request id req-4d372e93-ed40-4b69-a8c2-013383556f69 2018-10-06 05:07:00,135 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role to project CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj 2018-10-06 05:07:00,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622/users/4f1c98a95be941049afec53bd7156e27/roles/adc7305fab834613b6b12d397b8a1190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:07:00,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fa30ebd-b0e9-4950-9b51-188a0aece566 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:07:00,258 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622/users/4f1c98a95be941049afec53bd7156e27/roles/adc7305fab834613b6b12d397b8a1190 used request id req-5fa30ebd-b0e9-4950-9b51-188a0aece566 2018-10-06 05:07:00,258 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:07:00,259 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:07:00,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:00,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:00,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["bsrDVQXITMSDrTDV_r-6ZA"], "issued_at": "2018-10-06T05:07:00.000000Z"}} 2018-10-06 05:07:00,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:00,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d989c67-7747-4432-8357-6bb715923ea7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:00,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d989c67-7747-4432-8357-6bb715923ea7 2018-10-06 05:07:00,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:01,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-ff3ae589-4062-47eb-b4cf-7f1ad0d88998 Date: Sat, 06 Oct 2018 05:07:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image"} 2018-10-06 05:07:01,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image used request id req-ff3ae589-4062-47eb-b4cf-7f1ad0d88998 2018-10-06 05:07:01,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:01,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ba89024-e011-481a-bd77-558add5236d6 Date: Sat, 06 Oct 2018 05:07: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", "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-10-06 05:07:01,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9ba89024-e011-481a-bd77-558add5236d6 2018-10-06 05:07:01,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image"}' 2018-10-06 05:07:01,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 X-Openstack-Request-Id: req-7cd82946-6cc1-40e4-b841-ac9c92505eda Date: Sat, 06 Oct 2018 05:07:01 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:07:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:07:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6", "min_disk": 0, "protected": false, "id": "3b172eda-f144-462f-ae14-30a424fc10f6", "file": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file", "checksum": null, "owner": "d00b79a20d464119bbac1620af7eb622", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:07:01,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7cd82946-6cc1-40e4-b841-ac9c92505eda 2018-10-06 05:07:01,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" -d '' 2018-10-06 05:07:02,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6fab7bd8-6d6e-4ad8-953f-f3dcf39c17cb Date: Sat, 06 Oct 2018 05:07:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:07:02,743 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file used request id req-6fab7bd8-6d6e-4ad8-953f-f3dcf39c17cb 2018-10-06 05:07:02,743 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:07:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:02,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-0020f818-5bc3-4574-8b30-857241ea92f7 Date: Sat, 06 Oct 2018 05:07:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:07:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:07:02Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "metadata": {}}], "self": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6", "min_disk": 0, "protected": false, "id": "3b172eda-f144-462f-ae14-30a424fc10f6", "file": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d00b79a20d464119bbac1620af7eb622", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:07:02,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 used request id req-0020f818-5bc3-4574-8b30-857241ea92f7 2018-10-06 05:07:02,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:03,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37f9a138-3925-4b31-8aad-21b5a8f56967 Date: Sat, 06 Oct 2018 05:07: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", "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-10-06 05:07:03,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-37f9a138-3925-4b31-8aad-21b5a8f56967 2018-10-06 05:07:03,057 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image 2018-10-06 05:07:03,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:07:03,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ecd4ae31-e4c9-4ee6-9265-36e191fc9a6a Date: Sat, 06 Oct 2018 05:07:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:07:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:07:02Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "metadata": {}}], "self": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6", "min_disk": 0, "protected": false, "id": "3b172eda-f144-462f-ae14-30a424fc10f6", "file": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d00b79a20d464119bbac1620af7eb622", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:07:03,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 used request id req-ecd4ae31-e4c9-4ee6-9265-36e191fc9a6a 2018-10-06 05:07:03,226 - create_image - DEBUG - Instance status is - active 2018-10-06 05:07:03,227 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image 2018-10-06 05:07:03,227 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image 2018-10-06 05:07:03,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:03,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:03,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["GRIQ-7yMQruq0vd2U1dpnw"], "issued_at": "2018-10-06T05:07:03.000000Z"}} 2018-10-06 05:07:03,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:03,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d0e134-aa56-40b8-adb9-c0a415c9682a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:03,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e3d0e134-aa56-40b8-adb9-c0a415c9682a 2018-10-06 05:07:03,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:03,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ba5861f9-00b9-4b3d-b16d-0844ce638fba Date: Sat, 06 Oct 2018 05:07:03 GMT RESP BODY: {"networks":[]} 2018-10-06 05:07:03,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-ba5861f9-00b9-4b3d-b16d-0844ce638fba 2018-10-06 05:07:03,855 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net 2018-10-06 05:07:03,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net", "admin_state_up": true}}' 2018-10-06 05:07:04,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-875924c9-2ed3-4a2c-9a18-082488897a1f Date: Sat, 06 Oct 2018 05:07:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:07:04Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","mtu":1450}} 2018-10-06 05:07:04,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-875924c9-2ed3-4a2c-9a18-082488897a1f 2018-10-06 05:07:04,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:04,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e0bdf2d8-e3d3-4e1a-ad42-a92cd2958a77 Date: Sat, 06 Oct 2018 05:07: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-10-06T05:07:04Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:04,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-e0bdf2d8-e3d3-4e1a-ad42-a92cd2958a77 2018-10-06 05:07:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:04,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ace4832a-7ab5-4c30-9655-eef7598b6930 Date: Sat, 06 Oct 2018 05:07:04 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:07:04,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-ace4832a-7ab5-4c30-9655-eef7598b6930 2018-10-06 05:07:04,808 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet 2018-10-06 05:07:04,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" -d '{"subnets": [{"ip_version": 4, "network_id": "9bb6bb15-9cfc-474a-b615-7adf41779a65", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]}' 2018-10-06 05:07:05,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cc59ba43-4329-4af3-8af7-e5e1f552e1ff Date: Sat, 06 Oct 2018 05:07:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:05,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-cc59ba43-4329-4af3-8af7-e5e1f552e1ff 2018-10-06 05:07:05,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:06,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c870aa74-04a3-40ce-b71d-79975d534c21 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:06,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-c870aa74-04a3-40ce-b71d-79975d534c21 2018-10-06 05:07:06,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:06,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-89710cf5-2be6-4139-85fb-2930cf4bbef5 Date: Sat, 06 Oct 2018 05:07:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:06,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-89710cf5-2be6-4139-85fb-2930cf4bbef5 2018-10-06 05:07:06,225 - OpenStackNetwork - DEBUG - Network [9bb6bb15-9cfc-474a-b615-7adf41779a65] created successfully 2018-10-06 05:07:06,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:06,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:06,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["EfRRHT9fR7Sswk2eDxmH_A"], "issued_at": "2018-10-06T05:07:06.000000Z"}} 2018-10-06 05:07:06,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:06,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c38fdf-4254-4a07-af39-e32a52e4a7e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:06,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a5c38fdf-4254-4a07-af39-e32a52e4a7e6 2018-10-06 05:07:06,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:06,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-01eabf9c-a942-44ca-9504-a8150d904a56 Date: Sat, 06 Oct 2018 05:07:06 GMT RESP BODY: {"routers": []} 2018-10-06 05:07:06,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router&admin_state_up=True used request id req-01eabf9c-a942-44ca-9504-a8150d904a56 2018-10-06 05:07:06,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:06,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:07,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["usXE4bikSjma5ThOi1t_Vg"], "issued_at": "2018-10-06T05:07:07.000000Z"}} 2018-10-06 05:07:07,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}884a68a8d861e30588f7ea5d635ad5fc8923a9cc" 2018-10-06 05:07:07,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a43e8e-ea0e-4e28-941a-c76101b79265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:07,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c6a43e8e-ea0e-4e28-941a-c76101b79265 2018-10-06 05:07:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:07,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2a051cba-c479-4b21-afd1-76a3aac2f858 Date: Sat, 06 Oct 2018 05:07:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:07:07,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-2a051cba-c479-4b21-afd1-76a3aac2f858 2018-10-06 05:07:07,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:07,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd270a7e-6b53-4e7e-a990-83ccb18b537e Date: Sat, 06 Oct 2018 05:07:07 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:07:07,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-fd270a7e-6b53-4e7e-a990-83ccb18b537e 2018-10-06 05:07:07,786 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:07,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router", "admin_state_up": true}}' 2018-10-06 05:07:12,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-992d0016-efbf-462e-82af-198a9c33cf28 Date: Sat, 06 Oct 2018 05:07:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:08Z", "admin_state_up": true, "updated_at": "2018-10-06T05:07:09Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router"}} 2018-10-06 05:07:12,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-992d0016-efbf-462e-82af-198a9c33cf28 2018-10-06 05:07:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:12,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0686bc92-80d1-4073-b37c-f3661cf04822 Date: Sat, 06 Oct 2018 05:07:12 GMT RESP BODY: {"ports":[]} 2018-10-06 05:07:12,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 used request id req-0686bc92-80d1-4073-b37c-f3661cf04822 2018-10-06 05:07:12,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:13,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f93dfbf-1198-4951-ab52-358924893cf3 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:13,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-8f93dfbf-1198-4951-ab52-358924893cf3 2018-10-06 05:07:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:07:13,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:07:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:07:13,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:13,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ed82fa-069a-4015-863a-052237668f63 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:13,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-d6ed82fa-069a-4015-863a-052237668f63 2018-10-06 05:07:13,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:13,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-09990e9c-e142-4d38-a87d-06339d5fba54 Date: Sat, 06 Oct 2018 05:07:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:13,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-09990e9c-e142-4d38-a87d-06339d5fba54 2018-10-06 05:07:13,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:13,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a03513c-da0f-4beb-8c34-76a728f5cb9a Date: Sat, 06 Oct 2018 05:07:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:13,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet used request id req-4a03513c-da0f-4beb-8c34-76a728f5cb9a 2018-10-06 05:07:13,625 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:07:13,626 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:13,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" -d '{"subnet_id": "d41bc97f-78c4-4033-b0ad-3bba504c55c3"}' 2018-10-06 05:07:15,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c22208f4-9b3c-48f4-a9f4-0048cef78bc7 Date: Sat, 06 Oct 2018 05:07:15 GMT RESP BODY: {"network_id": "9bb6bb15-9cfc-474a-b615-7adf41779a65", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "subnet_id": "d41bc97f-78c4-4033-b0ad-3bba504c55c3", "subnet_ids": ["d41bc97f-78c4-4033-b0ad-3bba504c55c3"], "port_id": "42229942-25ec-4135-9d33-6b9fec5f195a", "id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8"} 2018-10-06 05:07:15,705 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8/add_router_interface used request id req-c22208f4-9b3c-48f4-a9f4-0048cef78bc7 2018-10-06 05:07:15,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:15,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8c77c3ca-b95a-4b3c-94ea-e9c41a4500b8 Date: Sat, 06 Oct 2018 05:07:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:08Z", "admin_state_up": true, "updated_at": "2018-10-06T05:07:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router"}} 2018-10-06 05:07:15,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8 used request id req-8c77c3ca-b95a-4b3c-94ea-e9c41a4500b8 2018-10-06 05:07:15,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:16,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-fc436d77-572b-4975-9f59-5709873660aa Date: Sat, 06 Oct 2018 05:07:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:15Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"}]} 2018-10-06 05:07:16,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 used request id req-fc436d77-572b-4975-9f59-5709873660aa 2018-10-06 05:07:16,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:16,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7a6c3453-df35-4843-b941-d63574fb0851 Date: Sat, 06 Oct 2018 05:07:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}} 2018-10-06 05:07:16,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 used request id req-7a6c3453-df35-4843-b941-d63574fb0851 2018-10-06 05:07:16,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:16,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:16,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:07:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ZD8JXnWzTpGUYQfU0BlWiw"], "issued_at": "2018-10-06T05:07:16.000000Z"}} 2018-10-06 05:07:16,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9927da6109e042b545e49465037807460fc48" 2018-10-06 05:07:16,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80df6d87-abeb-48b4-ba24-8cd4695f22d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:16,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-80df6d87-abeb-48b4-ba24-8cd4695f22d8 2018-10-06 05:07:16,781 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:07:16,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9927da6109e042b545e49465037807460fc48" 2018-10-06 05:07:16,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-44aa634b-3b29-414f-b679-751c1b3c3cfe x-compute-request-id: req-44aa634b-3b29-414f-b679-751c1b3c3cfe Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:07:16,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-44aa634b-3b29-414f-b679-751c1b3c3cfe 2018-10-06 05:07:16,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9927da6109e042b545e49465037807460fc48" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-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-10-06 05:07:17,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-7670a55b-f360-47dc-acd0-7af8d97ce2b5 x-compute-request-id: req-7670a55b-f360-47dc-acd0-7af8d97ce2b5 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "98287b84-6827-4df9-9840-b836301ccce7", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:07:17,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7670a55b-f360-47dc-acd0-7af8d97ce2b5 2018-10-06 05:07:17,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:17,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:17,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["VJdU2dzGTwu15xKLqSxhbg"], "issued_at": "2018-10-06T05:07:17.000000Z"}} 2018-10-06 05:07:17,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963e498ab1cb9c2bd473264d53dcfeb6f351d0ed" 2018-10-06 05:07:17,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd88c84-d88f-4ef8-b6aa-32eb7764221c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:17,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bcd88c84-d88f-4ef8-b6aa-32eb7764221c 2018-10-06 05:07:17,524 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:07:17,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963e498ab1cb9c2bd473264d53dcfeb6f351d0ed" 2018-10-06 05:07:17,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4724c08-67c1-4513-a1fc-bab265aebaa3 x-compute-request-id: req-c4724c08-67c1-4513-a1fc-bab265aebaa3 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:07:17,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-c4724c08-67c1-4513-a1fc-bab265aebaa3 2018-10-06 05:07:17,691 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp... 2018-10-06 05:07:17,691 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:07:17,733 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp 2018-10-06 05:07:17,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963e498ab1cb9c2bd473264d53dcfeb6f351d0ed" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwFs7oFGIXE9PEs/RJz3a/raFiqCtoJMnlcZ/RIQomG642CwVuMtk9cWY61JOc/XLuudi884o0RhnydI+KLCLcrM5h3B8Z9zrWHqP6cErJeR3IaQrRUHk8erOvxIWxSC1FKRYmR2V0lOP5dPXiogIATprMldPzah1P2tNEtj+KSw==", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp"}}' 2018-10-06 05:07:17,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-230c19e4-8ff0-463c-aa60-cc74aaabab2d x-compute-request-id: req-230c19e4-8ff0-463c-aa60-cc74aaabab2d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCwFs7oFGIXE9PEs/RJz3a/raFiqCtoJMnlcZ/RIQomG642CwVuMtk9cWY61JOc/XLuudi884o0RhnydI+KLCLcrM5h3B8Z9zrWHqP6cErJeR3IaQrRUHk8erOvxIWxSC1FKRYmR2V0lOP5dPXiogIATprMldPzah1P2tNEtj+KSw==", "user_id": "4f1c98a95be941049afec53bd7156e27", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "fingerprint": "a2:19:0c:1c:45:0f:89:7e:52:38:76:a3:d4:99:81:e2"}} 2018-10-06 05:07:17,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-230c19e4-8ff0-463c-aa60-cc74aaabab2d 2018-10-06 05:07:17,791 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f.pub 2018-10-06 05:07:17,791 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f 2018-10-06 05:07:17,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:17,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:18,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["zSFVBpt3QuquNDr5qnu6HQ"], "issued_at": "2018-10-06T05:07:18.000000Z"}} 2018-10-06 05:07:18,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:18,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d73c31cf-a7d3-4751-b848-16069bf7f025 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:18,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d73c31cf-a7d3-4751-b848-16069bf7f025 2018-10-06 05:07:18,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:18,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-788ba652-0f64-419f-bf5f-e77fe453b404 Date: Sat, 06 Oct 2018 05:07:18 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:07:18,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp used request id req-788ba652-0f64-419f-bf5f-e77fe453b404 2018-10-06 05:07:18,419 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp... 2018-10-06 05:07:18,419 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp 2018-10-06 05:07:18,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}}' 2018-10-06 05:07:18,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-e362974e-3e94-422a-bdc6-fbec3c438f4c Date: Sat, 06 Oct 2018 05:07:18 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 2, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}} 2018-10-06 05:07:18,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-e362974e-3e94-422a-bdc6-fbec3c438f4c 2018-10-06 05:07:18,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:18,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:18,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1ae6164a-bfb5-4d27-925b-c62779c5434c Date: Sat, 06 Oct 2018 05:07:18 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:18,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-1ae6164a-bfb5-4d27-925b-c62779c5434c 2018-10-06 05:07:18,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:18,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9092afaf-b8e1-47f9-b485-971d0b6e8d17 Date: Sat, 06 Oct 2018 05:07:19 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:19,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-9092afaf-b8e1-47f9-b485-971d0b6e8d17 2018-10-06 05:07:19,169 - neutron_utils - INFO - Retrieving security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:19,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-45b169cc-e646-4247-b188-3b524618e0d9 Date: Sat, 06 Oct 2018 05:07:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 2, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}]} 2018-10-06 05:07:19,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-45b169cc-e646-4247-b188-3b524618e0d9 2018-10-06 05:07:19,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:19,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-00e1791f-3cea-47dd-ac1f-64421460cf99 Date: Sat, 06 Oct 2018 05:07:19 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:19,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-00e1791f-3cea-47dd-ac1f-64421460cf99 2018-10-06 05:07:19,393 - neutron_utils - INFO - Retrieving security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:19,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b2fbbac9-5738-417c-a277-c66790b06f78 Date: Sat, 06 Oct 2018 05:07:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 2, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}]} 2018-10-06 05:07:19,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-b2fbbac9-5738-417c-a277-c66790b06f78 2018-10-06 05:07:19,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:19,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb2514a3-2bca-4310-849d-d64bd0285deb Date: Sat, 06 Oct 2018 05:07:19 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:19,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-cb2514a3-2bca-4310-849d-d64bd0285deb 2018-10-06 05:07:19,475 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp 2018-10-06 05:07:19,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ea89dc81-9e22-43f5-b646-84973d513598 Date: Sat, 06 Oct 2018 05:07:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 2, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}]} 2018-10-06 05:07:19,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp used request id req-ea89dc81-9e22-43f5-b646-84973d513598 2018-10-06 05:07:19,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:07:19,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:07:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:07:19,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcb0dc6-a606-4528-a25d-1fde095f364e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:19,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-5fcb0dc6-a606-4528-a25d-1fde095f364e 2018-10-06 05:07:19,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:19,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:19,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89ea96d1-0709-4350-9a18-033c3838babf Date: Sat, 06 Oct 2018 05:07:19 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:19,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-89ea96d1-0709-4350-9a18-033c3838babf 2018-10-06 05:07:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}bda0e689fda5fd59b70c5093b169447af7bc6bbd" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e"}}' 2018-10-06 05:07:20,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e46ca522-d7a7-4f8b-94e1-d2792cd182ee Date: Sat, 06 Oct 2018 05:07:20 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-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:20Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "6f14f755-bb7d-476c-9811-72c19ba34c96"}} 2018-10-06 05:07:20,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-e46ca522-d7a7-4f8b-94e1-d2792cd182ee 2018-10-06 05:07:20,142 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp 2018-10-06 05:07:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:20,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-2ff2aaf7-187c-4c63-966d-140ec9d2a0b4 Date: Sat, 06 Oct 2018 05:07:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:20Z", "revision_number": 0, "id": "6f14f755-bb7d-476c-9811-72c19ba34c96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 3, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}]} 2018-10-06 05:07:20,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp used request id req-2ff2aaf7-187c-4c63-966d-140ec9d2a0b4 2018-10-06 05:07:20,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:20,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bc9e58-b233-4aa4-9a41-1447513a3e03 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:20,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-e0bc9e58-b233-4aa4-9a41-1447513a3e03 2018-10-06 05:07:20,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:20,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-989a0f7f-983f-49ec-8a9b-61e060e18795 Date: Sat, 06 Oct 2018 05:07:20 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:20Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "6f14f755-bb7d-476c-9811-72c19ba34c96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}]} 2018-10-06 05:07:20,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-989a0f7f-983f-49ec-8a9b-61e060e18795 2018-10-06 05:07:20,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}bda0e689fda5fd59b70c5093b169447af7bc6bbd" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e"}}' 2018-10-06 05:07:20,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-3779d0e5-6eb5-4e65-b81a-fb1840cea306 Date: Sat, 06 Oct 2018 05:07:20 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-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:20Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "e83dff66-b443-4d59-833f-53ed3cce2d70"}} 2018-10-06 05:07:20,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-3779d0e5-6eb5-4e65-b81a-fb1840cea306 2018-10-06 05:07:20,902 - neutron_utils - INFO - Retrieving security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:20,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:20,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-c59d2e61-6f64-4339-95ef-2822ea30af4d Date: Sat, 06 Oct 2018 05:07:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "updated_at": "2018-10-06T05:07:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:20Z", "revision_number": 0, "id": "6f14f755-bb7d-476c-9811-72c19ba34c96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "revision_number": 0, "id": "9a67459d-a98a-49b5-bd5f-598da76799f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:07:20Z", "revision_number": 0, "id": "e83dff66-b443-4d59-833f-53ed3cce2d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 4, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "3734473a-32a6-4231-b802-969081fb3c4e", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp"}]} 2018-10-06 05:07:20,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-c59d2e61-6f64-4339-95ef-2822ea30af4d 2018-10-06 05:07:20,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3734473a-32a6-4231-b802-969081fb3c4e 2018-10-06 05:07:20,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:21,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4652a333-f73e-4c5e-8f36-6c94eef70c46 Date: Sat, 06 Oct 2018 05:07:21 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-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "278fe5cb-5d90-45bc-acf2-65da25d01d43"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:20Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "6f14f755-bb7d-476c-9811-72c19ba34c96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:18Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:18Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "9a67459d-a98a-49b5-bd5f-598da76799f5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:07:20Z", "security_group_id": "3734473a-32a6-4231-b802-969081fb3c4e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:20Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "e83dff66-b443-4d59-833f-53ed3cce2d70"}]} 2018-10-06 05:07:21,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=3734473a-32a6-4231-b802-969081fb3c4e used request id req-4652a333-f73e-4c5e-8f36-6c94eef70c46 2018-10-06 05:07:21,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:21,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:21,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["WNiFkutCQ-m1VQqf_hQ91A"], "issued_at": "2018-10-06T05:07:21.000000Z"}} 2018-10-06 05:07:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:21,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de7fc63-b497-4f54-9413-43d688a5a2c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:21,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8de7fc63-b497-4f54-9413-43d688a5a2c0 2018-10-06 05:07:21,585 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:07:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:21,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d66e657-8004-47ec-ad41-50cc36a20b3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:21,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6d66e657-8004-47ec-ad41-50cc36a20b3c 2018-10-06 05:07:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:21,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-141a654e-8fe0-462a-b387-c00ac70ac30f Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:21,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-141a654e-8fe0-462a-b387-c00ac70ac30f 2018-10-06 05:07:21,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:07:21,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:07:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da65f409-63dd-445f-8a38-a79527cf53ec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:22,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-da65f409-63dd-445f-8a38-a79527cf53ec 2018-10-06 05:07:22,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e8fa695e-3838-490f-bd58-beb25038db64 Date: Sat, 06 Oct 2018 05:07:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:22,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-e8fa695e-3838-490f-bd58-beb25038db64 2018-10-06 05:07:22,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-442483ea-0421-4db3-8bf6-9303e0641a55 Date: Sat, 06 Oct 2018 05:07:22 GMT RESP BODY: {"ports":[]} 2018-10-06 05:07:22,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True used request id req-442483ea-0421-4db3-8bf6-9303e0641a55 2018-10-06 05:07:22,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb299a83-85b3-4f0a-b09f-e1dd48945572 x-compute-request-id: req-fb299a83-85b3-4f0a-b09f-e1dd48945572 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:07:22,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst used request id req-fb299a83-85b3-4f0a-b09f-e1dd48945572 2018-10-06 05:07:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a64188cf-0188-4452-8f27-20a3475f4213 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:22,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-a64188cf-0188-4452-8f27-20a3475f4213 2018-10-06 05:07:22,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:22,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d7ed77-23d5-4f9d-985e-36646eb2fc79 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:22,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-b0d7ed77-23d5-4f9d-985e-36646eb2fc79 2018-10-06 05:07:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:23,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c97e153c-f70b-4f7a-be63-7713fa0c08ca Date: Sat, 06 Oct 2018 05:07:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:23,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-c97e153c-f70b-4f7a-be63-7713fa0c08ca 2018-10-06 05:07:23,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:23,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8517a95-1f7a-43a9-9012-aabfdcd6cddd Date: Sat, 06 Oct 2018 05:07:23 GMT RESP BODY: {"ports":[]} 2018-10-06 05:07:23,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True used request id req-a8517a95-1f7a-43a9-9012-aabfdcd6cddd 2018-10-06 05:07:23,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:07:23,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:07:23,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "adc7305fab834613b6b12d397b8a1190", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role"}], "expires_at": "2018-10-06T06:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d00b79a20d464119bbac1620af7eb622", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d00b79a20d464119bbac1620af7eb622", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user", "id": "4f1c98a95be941049afec53bd7156e27"}, "audit_ids": ["gOKQ3zjCTY2eHJ238I-Hxg"], "issued_at": "2018-10-06T05:07:23.000000Z"}} 2018-10-06 05:07:23,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}795a8aa9d7b93e72be0abf9ad2408801d35f0729" 2018-10-06 05:07:23,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f515045e-2d40-4149-b688-504a3941fce1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:07:23,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f515045e-2d40-4149-b688-504a3941fce1 2018-10-06 05:07:23,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:24,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-36ce45ef-7c9c-4342-8f1b-050d0e4d0393 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:24,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-36ce45ef-7c9c-4342-8f1b-050d0e4d0393 2018-10-06 05:07:24,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:24,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cb5690fd-cf9a-403d-b64b-45d0857a115f Date: Sat, 06 Oct 2018 05:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:24,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-cb5690fd-cf9a-403d-b64b-45d0857a115f 2018-10-06 05:07:24,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:24,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-42d514b9-40e7-42f6-99fa-efb686d907d7 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:24,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-42d514b9-40e7-42f6-99fa-efb686d907d7 2018-10-06 05:07:24,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:07:24,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:07:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:07:24,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}795a8aa9d7b93e72be0abf9ad2408801d35f0729" 2018-10-06 05:07:24,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d474728-dfa7-4cd0-a22e-23d8da307a63 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:24,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-2d474728-dfa7-4cd0-a22e-23d8da307a63 2018-10-06 05:07:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:24,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b0e09cfe-29a3-4ab9-8014-43c86ee40e02 Date: Sat, 06 Oct 2018 05:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:24,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-b0e09cfe-29a3-4ab9-8014-43c86ee40e02 2018-10-06 05:07:24,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:25,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2234e648-d513-4fe8-9fab-ca267aa987e1 Date: Sat, 06 Oct 2018 05:07:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:25,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet used request id req-2234e648-d513-4fe8-9fab-ca267aa987e1 2018-10-06 05:07:25,113 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net 2018-10-06 05:07:25,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" -d '{"port": {"network_id": "9bb6bb15-9cfc-474a-b615-7adf41779a65", "fixed_ips": [{"subnet_id": "d41bc97f-78c4-4033-b0ad-3bba504c55c3", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1", "admin_state_up": true}}' 2018-10-06 05:07:25,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-38a848a0-7f89-4e0c-86d2-585763c47c2d Date: Sat, 06 Oct 2018 05:07:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","project_id":"d00b79a20d464119bbac1620af7eb622","qos_policy_id":null,"admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal"}} 2018-10-06 05:07:25,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-38a848a0-7f89-4e0c-86d2-585763c47c2d 2018-10-06 05:07:25,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f76a1c7-230d-4395-a107-e1954ab925c0 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:26,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-5f76a1c7-230d-4395-a107-e1954ab925c0 2018-10-06 05:07:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac5a7fe-7a2b-410b-a254-b757e016de3f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:26,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-5ac5a7fe-7a2b-410b-a254-b757e016de3f 2018-10-06 05:07:26,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0863e3ec-95ce-49e6-98d1-bc42b8e8ee84 Date: Sat, 06 Oct 2018 05:07:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:26,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-0863e3ec-95ce-49e6-98d1-bc42b8e8ee84 2018-10-06 05:07:26,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-aa4ca6ad-5f2d-45bc-8955-296b1110ef05 Date: Sat, 06 Oct 2018 05:07:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","project_id":"d00b79a20d464119bbac1620af7eb622","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:07:26,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1&admin_state_up=True used request id req-aa4ca6ad-5f2d-45bc-8955-296b1110ef05 2018-10-06 05:07:26,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e435106d-8757-4e72-bfa3-7705456db60a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:26,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-e435106d-8757-4e72-bfa3-7705456db60a 2018-10-06 05:07:26,817 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst 2018-10-06 05:07:26,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-bc757a01-2849-4e85-a1fa-d0123b468eb6 x-compute-request-id: req-bc757a01-2849-4e85-a1fa-d0123b468eb6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-flavor-name"}]} 2018-10-06 05:07:26,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bc757a01-2849-4e85-a1fa-d0123b468eb6 2018-10-06 05:07:26,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:26,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-0af151c2-cc46-4def-bea3-77d3b9015769 x-compute-request-id: req-0af151c2-cc46-4def-bea3-77d3b9015769 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "98287b84-6827-4df9-9840-b836301ccce7", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:07:26,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7 used request id req-0af151c2-cc46-4def-bea3-77d3b9015769 2018-10-06 05:07:26,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:27,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-24643c8d-170b-46bd-a968-6ab54c06ced8 Date: Sat, 06 Oct 2018 05:07:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:07:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:07:02Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "metadata": {}}], "self": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6", "min_disk": 0, "protected": false, "id": "3b172eda-f144-462f-ae14-30a424fc10f6", "file": "/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d00b79a20d464119bbac1620af7eb622", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b172eda-f144-462f-ae14-30a424fc10f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image"} 2018-10-06 05:07:27,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image used request id req-24643c8d-170b-46bd-a968-6ab54c06ced8 2018-10-06 05:07:27,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:27,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6803816c-7fc7-4808-8428-583e7d71adab Date: Sat, 06 Oct 2018 05:07: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", "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-10-06 05:07:27,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6803816c-7fc7-4808-8428-583e7d71adab 2018-10-06 05:07:27,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "imageRef": "3b172eda-f144-462f-ae14-30a424fc10f6", "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "flavorRef": "98287b84-6827-4df9-9840-b836301ccce7", "max_count": 1, "min_count": 1, "networks": [{"port": "452c8baa-ad93-4cfb-9043-5a41be08295c"}]}}' 2018-10-06 05:07:28,885 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:07: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-08279a55-ecc7-4744-890d-1a03cdb34df6 x-compute-request-id: req-08279a55-ecc7-4744-890d-1a03cdb34df6 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "adminPass": "MLDf28iFxv8w"}} 2018-10-06 05:07:28,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-08279a55-ecc7-4744-890d-1a03cdb34df6 2018-10-06 05:07:28,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:29,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-58b09c55-5e8a-4504-904f-53190e23a939 x-compute-request-id: req-58b09c55-5e8a-4504-904f-53190e23a939 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.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:07:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:29,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-58b09c55-5e8a-4504-904f-53190e23a939 2018-10-06 05:07:29,338 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst 2018-10-06 05:07:29,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:29,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a05f146-7509-4f44-a67f-3e38a33afd3e x-compute-request-id: req-8a05f146-7509-4f44-a67f-3e38a33afd3e Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:07:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:29,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-8a05f146-7509-4f44-a67f-3e38a33afd3e 2018-10-06 05:07:29,580 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - BUILD 2018-10-06 05:07:29,580 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:07:32,583 - create_instance - DEBUG - VM status query timeout in 896.755249023 2018-10-06 05:07:32,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:33,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-de4993da-99dd-461c-9992-41e639d261d3 x-compute-request-id: req-de4993da-99dd-461c-9992-41e639d261d3 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.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:07:29Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:33,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-de4993da-99dd-461c-9992-41e639d261d3 2018-10-06 05:07:33,043 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - BUILD 2018-10-06 05:07:33,044 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:07:36,047 - create_instance - DEBUG - VM status query timeout in 893.291690111 2018-10-06 05:07:36,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:36,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-bc11804c-7b0c-453d-bb95-9d201352804d x-compute-request-id: req-bc11804c-7b0c-453d-bb95-9d201352804d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:36,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-bc11804c-7b0c-453d-bb95-9d201352804d 2018-10-06 05:07:36,309 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - ACTIVE 2018-10-06 05:07:36,309 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:07:36,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-a23a8f5a-484f-495d-8edd-6c8eb281dbda x-compute-request-id: req-a23a8f5a-484f-495d-8edd-6c8eb281dbda Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:37,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-a23a8f5a-484f-495d-8edd-6c8eb281dbda 2018-10-06 05:07:37,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a945abd2-3cfe-494f-b0a1-b0f42db3dbdd Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:37,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-a945abd2-3cfe-494f-b0a1-b0f42db3dbdd 2018-10-06 05:07:37,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aaf05b6-5b1a-4918-9458-a5bdb4bba16f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:37,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-1aaf05b6-5b1a-4918-9458-a5bdb4bba16f 2018-10-06 05:07:37,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-10adf30c-15ed-4624-9070-8cb4fb73fc9e Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:37,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-10adf30c-15ed-4624-9070-8cb4fb73fc9e 2018-10-06 05:07:37,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-44c446f8-e288-4e7d-a0f2-9571a229693a Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.3"}],"id":"14b1d8f2-8082-4f27-a404-13f31f842c72","security_groups":[],"mac_address":"fa:16:3e:97:0f:a3","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal","device_id":"473db63b-adfe-4732-84b1-4e98ba127fd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.4"}],"id":"bc5e8f8e-4dea-49d2-8468-a2c0994d2797","security_groups":[],"mac_address":"fa:16:3e:50:d0:ca","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.2"}],"id":"d882f554-ff01-4502-a365-9257a04594e3","security_groups":[],"mac_address":"fa:16:3e:a6:37:e7","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9bb6bb15-9cfc-474a-b615-7adf41779a65"}]} 2018-10-06 05:07:37,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-44c446f8-e288-4e7d-a0f2-9571a229693a 2018-10-06 05:07:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-a8fb291e-4d2c-432e-9fcb-f712581f1bb0 Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:08Z", "admin_state_up": true, "updated_at": "2018-10-06T05:07:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router"}]} 2018-10-06 05:07:37,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router used request id req-a8fb291e-4d2c-432e-9fcb-f712581f1bb0 2018-10-06 05:07:37,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c78702a-715c-4f44-be2c-893e2c4ef9e1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:37,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-5c78702a-715c-4f44-be2c-893e2c4ef9e1 2018-10-06 05:07:37,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f2c0b6b4-16aa-4c0a-889c-58976b71af8b Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"}]} 2018-10-06 05:07:37,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=bceaa81a-39e7-4e57-a8e9-224b78128dc8 used request id req-f2c0b6b4-16aa-4c0a-889c-58976b71af8b 2018-10-06 05:07:37,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d0b00d5e-0d7c-4751-b098-814aa5d7a4b7 Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}} 2018-10-06 05:07:37,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 used request id req-d0b00d5e-0d7c-4751-b098-814aa5d7a4b7 2018-10-06 05:07:37,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-917d594f-9bff-4393-8b8a-6c1ddc9866f7 Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:07:37,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-917d594f-9bff-4393-8b8a-6c1ddc9866f7 2018-10-06 05:07:37,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:37,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5bae794c-4b03-4622-b67b-45994b55a7ff Date: Sat, 06 Oct 2018 05:07:37 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:07:37,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-5bae794c-4b03-4622-b67b-45994b55a7ff 2018-10-06 05:07:37,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:38,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-601d0f2d-ee44-4293-939b-4c1fdd241b5a x-compute-request-id: req-601d0f2d-ee44-4293-939b-4c1fdd241b5a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:38,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-601d0f2d-ee44-4293-939b-4c1fdd241b5a 2018-10-06 05:07:38,569 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - ACTIVE 2018-10-06 05:07:38,569 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:07:38,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-d1ebb057-1fa3-4910-95c3-b59d5abf91f4 x-compute-request-id: req-d1ebb057-1fa3-4910-95c3-b59d5abf91f4 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:39,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-d1ebb057-1fa3-4910-95c3-b59d5abf91f4 2018-10-06 05:07:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d9d5b2c6-f42d-4991-aadf-97539f3e0916 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:39,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-d9d5b2c6-f42d-4991-aadf-97539f3e0916 2018-10-06 05:07:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6a5aa6-e1a4-4cab-a1e5-62d7e707f991 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:39,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-fa6a5aa6-e1a4-4cab-a1e5-62d7e707f991 2018-10-06 05:07:39,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-37d37a31-f7c7-4e42-b9bd-8397c308b8bb Date: Sat, 06 Oct 2018 05:07:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:39,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-37d37a31-f7c7-4e42-b9bd-8397c308b8bb 2018-10-06 05:07:39,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-060606cb-ccb5-40c1-ae7e-426db3a48b68 Date: Sat, 06 Oct 2018 05:07:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.3"}],"id":"14b1d8f2-8082-4f27-a404-13f31f842c72","security_groups":[],"mac_address":"fa:16:3e:97:0f:a3","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal","device_id":"473db63b-adfe-4732-84b1-4e98ba127fd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.4"}],"id":"bc5e8f8e-4dea-49d2-8468-a2c0994d2797","security_groups":[],"mac_address":"fa:16:3e:50:d0:ca","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.2"}],"id":"d882f554-ff01-4502-a365-9257a04594e3","security_groups":[],"mac_address":"fa:16:3e:a6:37:e7","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9bb6bb15-9cfc-474a-b615-7adf41779a65"}]} 2018-10-06 05:07:39,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-060606cb-ccb5-40c1-ae7e-426db3a48b68 2018-10-06 05:07:39,853 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:07:39,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f7400cc4-108f-4ec2-b8f3-780e26b82a4b Date: Sat, 06 Oct 2018 05:07:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:07:39,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-f7400cc4-108f-4ec2-b8f3-780e26b82a4b 2018-10-06 05:07:39,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:39,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cdd3e557-df08-464e-817b-fd8474ea2b33 Date: Sat, 06 Oct 2018 05:07:39 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:07:39,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-cdd3e557-df08-464e-817b-fd8474ea2b33 2018-10-06 05:07:40,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "452c8baa-ad93-4cfb-9043-5a41be08295c"}}' 2018-10-06 05:07:42,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-5df60923-1efb-44f1-bb27-a5830dc066d5 Date: Sat, 06 Oct 2018 05:07:42 GMT RESP BODY: {"floatingip": {"router_id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:41Z", "updated_at": "2018-10-06T05:07:41Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d00b79a20d464119bbac1620af7eb622", "port_id": "452c8baa-ad93-4cfb-9043-5a41be08295c", "id": "f97bf4b0-7ece-4cab-9a1e-b335008d543a"}} 2018-10-06 05:07:42,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-5df60923-1efb-44f1-bb27-a5830dc066d5 2018-10-06 05:07:42,408 - create_instance - INFO - Created floating IP 172.30.9.202 via router - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:42,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:42,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-9c3e81f0-d6d3-428d-8a64-5c58c533876d x-compute-request-id: req-9c3e81f0-d6d3-428d-8a64-5c58c533876d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:42,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-9c3e81f0-d6d3-428d-8a64-5c58c533876d 2018-10-06 05:07:42,893 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - ACTIVE 2018-10-06 05:07:42,894 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:07:42,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:43,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-d9d721ba-73f6-48b5-b383-cb562a1129c6 x-compute-request-id: req-d9d721ba-73f6-48b5-b383-cb562a1129c6 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:43,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-d9d721ba-73f6-48b5-b383-cb562a1129c6 2018-10-06 05:07:43,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:43,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cc99b854-5c7f-4888-9cc8-c2b04f2cff8d Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:43,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-cc99b854-5c7f-4888-9cc8-c2b04f2cff8d 2018-10-06 05:07:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:43,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efee12ce-d9ea-4224-8a71-f2666a867f4c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:43,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-efee12ce-d9ea-4224-8a71-f2666a867f4c 2018-10-06 05:07:43,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:43,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4f1c5f5e-8e89-4fdb-bf3f-617ab0a0bbbf Date: Sat, 06 Oct 2018 05:07:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:43,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-4f1c5f5e-8e89-4fdb-bf3f-617ab0a0bbbf 2018-10-06 05:07:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:43,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-ef2beb87-cab6-49f1-9719-e465e3b1f20a Date: Sat, 06 Oct 2018 05:07:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.3"}],"id":"14b1d8f2-8082-4f27-a404-13f31f842c72","security_groups":[],"mac_address":"fa:16:3e:97:0f:a3","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal","device_id":"473db63b-adfe-4732-84b1-4e98ba127fd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.4"}],"id":"bc5e8f8e-4dea-49d2-8468-a2c0994d2797","security_groups":[],"mac_address":"fa:16:3e:50:d0:ca","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.2"}],"id":"d882f554-ff01-4502-a365-9257a04594e3","security_groups":[],"mac_address":"fa:16:3e:a6:37:e7","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9bb6bb15-9cfc-474a-b615-7adf41779a65"}]} 2018-10-06 05:07:43,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-ef2beb87-cab6-49f1-9719-e465e3b1f20a 2018-10-06 05:07:43,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:44,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07: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-433cf8ce-3f08-4693-a4f3-b7244611439d x-compute-request-id: req-433cf8ce-3f08-4693-a4f3-b7244611439d Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:80:8c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "security_groups": [{"name": "default"}], "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:33Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:44,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-433cf8ce-3f08-4693-a4f3-b7244611439d 2018-10-06 05:07:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:44,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ba21049d-a497-4bd8-a3b5-08a2b7419408 Date: Sat, 06 Oct 2018 05:07: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":["d41bc97f-78c4-4033-b0ad-3bba504c55c3"],"updated_at":"2018-10-06T05:07:05Z","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d00b79a20d464119bbac1620af7eb622","id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net"}]} 2018-10-06 05:07:44,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net used request id req-ba21049d-a497-4bd8-a3b5-08a2b7419408 2018-10-06 05:07:44,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:44,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:07:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc5a4f7-2c8d-4c14-b5b6-d602bdd37350 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:07:44,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-7bc5a4f7-2c8d-4c14-b5b6-d602bdd37350 2018-10-06 05:07:44,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:44,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b8b97ff1-4b63-46a3-a192-ac19fc0f511c Date: Sat, 06 Oct 2018 05:07:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","dns_nameservers":[],"updated_at":"2018-10-06T05:07:05Z","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":"d00b79a20d464119bbac1620af7eb622","id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet"}]} 2018-10-06 05:07:44,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-b8b97ff1-4b63-46a3-a192-ac19fc0f511c 2018-10-06 05:07:44,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:45,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-dd62c5b1-7216-4405-84ee-8e1e3b21793f Date: Sat, 06 Oct 2018 05:07:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.3"}],"id":"14b1d8f2-8082-4f27-a404-13f31f842c72","security_groups":[],"mac_address":"fa:16:3e:97:0f:a3","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.1"}],"id":"42229942-25ec-4135-9d33-6b9fec5f195a","security_groups":[],"mac_address":"fa:16:3e:b7:9e:0b","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:14Z","binding:vnic_type":"normal","device_id":"bceaa81a-39e7-4e57-a8e9-224b78128dc8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.100"}],"id":"452c8baa-ad93-4cfb-9043-5a41be08295c","security_groups":["955fc278-baa1-4f5d-9ea1-867f6f413511"],"mac_address":"fa:16:3e:22:80:8c","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:25Z","binding:vnic_type":"normal","device_id":"473db63b-adfe-4732-84b1-4e98ba127fd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.4"}],"id":"bc5e8f8e-4dea-49d2-8468-a2c0994d2797","security_groups":[],"mac_address":"fa:16:3e:50:d0:ca","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9bb6bb15-9cfc-474a-b615-7adf41779a65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:07:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d41bc97f-78c4-4033-b0ad-3bba504c55c3","ip_address":"10.55.1.2"}],"id":"d882f554-ff01-4502-a365-9257a04594e3","security_groups":[],"mac_address":"fa:16:3e:a6:37:e7","project_id":"d00b79a20d464119bbac1620af7eb622","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9bb6bb15-9cfc-474a-b615-7adf41779a65","tenant_id":"d00b79a20d464119bbac1620af7eb622","created_at":"2018-10-06T05:07:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9bb6bb15-9cfc-474a-b615-7adf41779a65"}]} 2018-10-06 05:07:45,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-dd62c5b1-7216-4405-84ee-8e1e3b21793f 2018-10-06 05:07:45,145 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-10-06 05:07:45,146 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-10-06 05:07:45,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/f97bf4b0-7ece-4cab-9a1e-b335008d543a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:46,131 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9513e07f-3555-4b20-bed7-4968e2aa0f85 Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:46,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/f97bf4b0-7ece-4cab-9a1e-b335008d543a used request id req-9513e07f-3555-4b20-bed7-4968e2aa0f85 2018-10-06 05:07:46,132 - create_instance - INFO - Deleting Port with ID - 452c8baa-ad93-4cfb-9043-5a41be08295c 2018-10-06 05:07:46,132 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9fport-1 2018-10-06 05:07:46,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/452c8baa-ad93-4cfb-9043-5a41be08295c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:47,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92389ad7-c776-44e6-8a50-8ff37de5edce Date: Sat, 06 Oct 2018 05:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:47,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/452c8baa-ad93-4cfb-9043-5a41be08295c used request id req-92389ad7-c776-44e6-8a50-8ff37de5edce 2018-10-06 05:07:47,127 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst 2018-10-06 05:07:47,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:47,281 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 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-7412a72a-9b53-4182-bcf7-e67c22ea0110 x-compute-request-id: req-7412a72a-9b53-4182-bcf7-e67c22ea0110 Content-Type: application/json 2018-10-06 05:07:47,281 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-7412a72a-9b53-4182-bcf7-e67c22ea0110 2018-10-06 05:07:47,282 - create_instance - INFO - Checking deletion status 2018-10-06 05:07:47,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:47,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-81320caf-2e63-49cb-a5ac-eb368eed3195 x-compute-request-id: req-81320caf-2e63-49cb-a5ac-eb368eed3195 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.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/473db63b-adfe-4732-84b1-4e98ba127fd2", "rel": "bookmark"}], "image": {"id": "3b172eda-f144-462f-ae14-30a424fc10f6", "links": [{"href": "http://172.30.9.29:8774/images/3b172eda-f144-462f-ae14-30a424fc10f6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:07:28.000000", "flavor": {"id": "98287b84-6827-4df9-9840-b836301ccce7", "links": [{"href": "http://172.30.9.29:8774/flavors/98287b84-6827-4df9-9840-b836301ccce7", "rel": "bookmark"}]}, "id": "473db63b-adfe-4732-84b1-4e98ba127fd2", "user_id": "4f1c98a95be941049afec53bd7156e27", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:07:47Z", "hostId": "d988458533ebf703c262c3fa536c5356a89ba92700fed2de9e769857", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp", "name": "CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst", "created": "2018-10-06T05:07:28Z", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:07:47,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-81320caf-2e63-49cb-a5ac-eb368eed3195 2018-10-06 05:07:47,528 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst] is - ACTIVE 2018-10-06 05:07:47,528 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:07:50,532 - create_instance - DEBUG - VM status query timeout in 296.750374079 2018-10-06 05:07:50,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6be4192817519dd8d2c0f9ebd67b66a702fe0e" 2018-10-06 05:07:50,586 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:07: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-22162cfd-aefb-4367-8c90-70b019bc156c x-compute-request-id: req-22162cfd-aefb-4367-8c90-70b019bc156c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 473db63b-adfe-4732-84b1-4e98ba127fd2 could not be found.", "code": 404}} 2018-10-06 05:07:50,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/473db63b-adfe-4732-84b1-4e98ba127fd2 used request id req-22162cfd-aefb-4367-8c90-70b019bc156c 2018-10-06 05:07:50,586 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 473db63b-adfe-4732-84b1-4e98ba127fd2 could not be found. (HTTP 404) (Request-ID: req-22162cfd-aefb-4367-8c90-70b019bc156c) 2018-10-06 05:07:50,586 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-inst 2018-10-06 05:07:50,588 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp 2018-10-06 05:07:50,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}963e498ab1cb9c2bd473264d53dcfeb6f351d0ed" 2018-10-06 05:07:50,631 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:07: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-fcb25901-d1da-4a34-8852-61bfdeb5ec2b x-compute-request-id: req-fcb25901-d1da-4a34-8852-61bfdeb5ec2b Content-Length: 0 Content-Type: application/json 2018-10-06 05:07:50,632 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-kp used request id req-fcb25901-d1da-4a34-8852-61bfdeb5ec2b 2018-10-06 05:07:50,632 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f.pub] 2018-10-06 05:07:50,633 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f] 2018-10-06 05:07:50,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9927da6109e042b545e49465037807460fc48" 2018-10-06 05:07:50,688 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:07: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-0000cac4-7d6c-494c-a133-2db6279afb9b x-compute-request-id: req-0000cac4-7d6c-494c-a133-2db6279afb9b Content-Length: 0 Content-Type: application/json 2018-10-06 05:07:50,688 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/98287b84-6827-4df9-9840-b836301ccce7 used request id req-0000cac4-7d6c-494c-a133-2db6279afb9b 2018-10-06 05:07:50,689 - neutron_utils - INFO - Deleting security group rule with ID - 9a67459d-a98a-49b5-bd5f-598da76799f5 2018-10-06 05:07:50,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9a67459d-a98a-49b5-bd5f-598da76799f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:50,934 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16c142b4-e4eb-48f4-84d4-d07912b28ea3 Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:50,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9a67459d-a98a-49b5-bd5f-598da76799f5 used request id req-16c142b4-e4eb-48f4-84d4-d07912b28ea3 2018-10-06 05:07:50,935 - neutron_utils - INFO - Deleting security group rule with ID - 6f14f755-bb7d-476c-9811-72c19ba34c96 2018-10-06 05:07:50,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6f14f755-bb7d-476c-9811-72c19ba34c96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:51,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21da0043-ed32-400c-8341-be6ce5e7f6d8 Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:51,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6f14f755-bb7d-476c-9811-72c19ba34c96 used request id req-21da0043-ed32-400c-8341-be6ce5e7f6d8 2018-10-06 05:07:51,034 - neutron_utils - INFO - Deleting security group rule with ID - e83dff66-b443-4d59-833f-53ed3cce2d70 2018-10-06 05:07:51,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e83dff66-b443-4d59-833f-53ed3cce2d70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:51,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f0229cb4-dda8-4d76-81ad-2b7556bd0e0d Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:51,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e83dff66-b443-4d59-833f-53ed3cce2d70 used request id req-f0229cb4-dda8-4d76-81ad-2b7556bd0e0d 2018-10-06 05:07:51,130 - neutron_utils - INFO - Deleting security group rule with ID - 278fe5cb-5d90-45bc-acf2-65da25d01d43 2018-10-06 05:07:51,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/278fe5cb-5d90-45bc-acf2-65da25d01d43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:51,393 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39f5b3fa-2dbf-4c46-b412-5151f78dc2eb Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:51,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/278fe5cb-5d90-45bc-acf2-65da25d01d43 used request id req-39f5b3fa-2dbf-4c46-b412-5151f78dc2eb 2018-10-06 05:07:51,393 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-sec-grp 2018-10-06 05:07:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/3734473a-32a6-4231-b802-969081fb3c4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda0e689fda5fd59b70c5093b169447af7bc6bbd" 2018-10-06 05:07:51,665 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0310c822-17b1-4d23-b3b0-9d64e38d5ab7 Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:51,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/3734473a-32a6-4231-b802-969081fb3c4e used request id req-0310c822-17b1-4d23-b3b0-9d64e38d5ab7 2018-10-06 05:07:51,666 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router and subnet CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet 2018-10-06 05:07:51,666 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" -d '{"subnet_id": "d41bc97f-78c4-4033-b0ad-3bba504c55c3"}' 2018-10-06 05:07:53,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-946bedbb-1fdb-45be-a41f-1fedc7b8d574 Date: Sat, 06 Oct 2018 05:07:53 GMT RESP BODY: {"network_id": "9bb6bb15-9cfc-474a-b615-7adf41779a65", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "subnet_id": "d41bc97f-78c4-4033-b0ad-3bba504c55c3", "subnet_ids": ["d41bc97f-78c4-4033-b0ad-3bba504c55c3"], "port_id": "42229942-25ec-4135-9d33-6b9fec5f195a", "id": "bceaa81a-39e7-4e57-a8e9-224b78128dc8"} 2018-10-06 05:07:53,333 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8/remove_router_interface used request id req-946bedbb-1fdb-45be-a41f-1fedc7b8d574 2018-10-06 05:07:53,333 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:53,334 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-router 2018-10-06 05:07:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94322846d3e83e9d7c1c60d9478c7a6b91ad01b8" 2018-10-06 05:07:56,927 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71e49cd3-e21a-4823-9193-991a2b02562b Content-Length: 0 Date: Sat, 06 Oct 2018 05:07:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:56,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/bceaa81a-39e7-4e57-a8e9-224b78128dc8 used request id req-71e49cd3-e21a-4823-9193-991a2b02562b 2018-10-06 05:07:56,928 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet 2018-10-06 05:07:56,928 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-subnet 2018-10-06 05:07:56,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:07:59,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e132bf2a-a26f-4b01-8434-88ee552ebb79 Date: Sat, 06 Oct 2018 05:07:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:07:59,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d41bc97f-78c4-4033-b0ad-3bba504c55c3 used request id req-e132bf2a-a26f-4b01-8434-88ee552ebb79 2018-10-06 05:07:59,323 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-pub-net 2018-10-06 05:07:59,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/9bb6bb15-9cfc-474a-b615-7adf41779a65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776d22e5647200676338461643bd4ad2a907f96" 2018-10-06 05:08:00,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03a9fa35-9eb1-433c-8ed5-202c81d80ad1 Date: Sat, 06 Oct 2018 05:08:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:08:00,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/9bb6bb15-9cfc-474a-b615-7adf41779a65 used request id req-03a9fa35-9eb1-433c-8ed5-202c81d80ad1 2018-10-06 05:08:00,661 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a6c25d82-c133-4b1a-afae-53280b6dfd9f-image 2018-10-06 05:08:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f95765b30a179e5c358330aaf0decce63e089e3f" 2018-10-06 05:08:01,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c90b38cd-45f5-4ae1-8ec4-27d43f36e399 Date: Sat, 06 Oct 2018 05:08:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:08:01,692 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3b172eda-f144-462f-ae14-30a424fc10f6 used request id req-c90b38cd-45f5-4ae1-8ec4-27d43f36e399 2018-10-06 05:08:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:01,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ab3d08c8-d2ab-4279-8c30-de18cff22ce0 Date: Sat, 06 Oct 2018 05:08:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:04Z", "updated_at": "2018-10-06T05:07:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "revision_number": 0, "id": "4628d28f-96f3-4721-9bd6-79bdb4bc51ef", "remote_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "revision_number": 0, "id": "48c2265a-b3a9-46f6-b474-ea64a3ebf663", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "revision_number": 0, "id": "4e560f81-897b-4f69-ad5a-516c13dddc0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv4", "project_id": "d00b79a20d464119bbac1620af7eb622"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "revision_number": 0, "id": "61b0642b-1bae-4f9b-b62b-0c72ec0f4ca3", "remote_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "remote_ip_prefix": null, "created_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "tenant_id": "d00b79a20d464119bbac1620af7eb622", "port_range_min": null, "ethertype": "IPv6", "project_id": "d00b79a20d464119bbac1620af7eb622"}], "revision_number": 4, "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:08:01,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-ab3d08c8-d2ab-4279-8c30-de18cff22ce0 2018-10-06 05:08:01,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35eed0e9-fa1b-45c9-b6bf-2df1937d7729 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:08:02,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-35eed0e9-fa1b-45c9-b6bf-2df1937d7729 2018-10-06 05:08:02,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43ee82c-b736-4d38-b32a-e8d478a9a3f2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:08:02,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-d43ee82c-b736-4d38-b32a-e8d478a9a3f2 2018-10-06 05:08:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe03df63-d082-472b-82ac-b67a7be68e40 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622"}, "enabled": true, "id": "d00b79a20d464119bbac1620af7eb622", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj"}} 2018-10-06 05:08:02,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-fe03df63-d082-472b-82ac-b67a7be68e40 2018-10-06 05:08:02,170 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 955fc278-baa1-4f5d-9ea1-867f6f413511 2018-10-06 05:08:02,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=955fc278-baa1-4f5d-9ea1-867f6f413511 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-72e51c12-a8c2-4033-a3b4-7d5a98ce3ef2 Date: Sat, 06 Oct 2018 05:08:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:04Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "4628d28f-96f3-4721-9bd6-79bdb4bc51ef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:04Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "48c2265a-b3a9-46f6-b474-ea64a3ebf663"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:04Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "4e560f81-897b-4f69-ad5a-516c13dddc0e"}, {"remote_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:07:04Z", "security_group_id": "955fc278-baa1-4f5d-9ea1-867f6f413511", "port_range_min": null, "revision_number": 0, "tenant_id": "d00b79a20d464119bbac1620af7eb622", "created_at": "2018-10-06T05:07:04Z", "project_id": "d00b79a20d464119bbac1620af7eb622", "id": "61b0642b-1bae-4f9b-b62b-0c72ec0f4ca3"}]} 2018-10-06 05:08:02,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=955fc278-baa1-4f5d-9ea1-867f6f413511 used request id req-72e51c12-a8c2-4033-a3b4-7d5a98ce3ef2 2018-10-06 05:08:02,435 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:08:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/955fc278-baa1-4f5d-9ea1-867f6f413511 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bb651fe-6307-402e-9e22-4a71c9a865f8 Content-Length: 0 Date: Sat, 06 Oct 2018 05:08:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:08:02,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/955fc278-baa1-4f5d-9ea1-867f6f413511 used request id req-1bb651fe-6307-402e-9e22-4a71c9a865f8 2018-10-06 05:08:02,742 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj 2018-10-06 05:08:02,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:02,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:08:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a9f32b-2ac7-4e94-b805-93000ec1e078 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:08:02,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d00b79a20d464119bbac1620af7eb622 used request id req-24a9f32b-2ac7-4e94-b805-93000ec1e078 2018-10-06 05:08:02,946 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-proj-role 2018-10-06 05:08:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:03,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:08:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d27bcff-8fb0-492a-bead-410ae27be3df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:08:03,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/adc7305fab834613b6b12d397b8a1190 used request id req-1d27bcff-8fb0-492a-bead-410ae27be3df 2018-10-06 05:08:03,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f61e9d40cd3c98dabb4cc287575b323bc5988be" 2018-10-06 05:08:03,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bbbedc-fc57-4d38-a7ea-e5e83ac2c1e1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:08:03,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-79bbbedc-fc57-4d38-a7ea-e5e83ac2c1e1 2018-10-06 05:08:03,148 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-8d2c4881-0b34-415-user 2018-10-06 05:08:03,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/4f1c98a95be941049afec53bd7156e27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa3c5e453144a963c8f7b23716bdf7905f22ee8" 2018-10-06 05:08:03,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:08:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff0ecad3-cd31-4da8-8dd2-6288285eb68e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:08:03,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4f1c98a95be941049afec53bd7156e27 used request id req-ff0ecad3-cd31-4da8-8dd2-6288285eb68e 2018-10-06 05:08:03,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:03,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:08:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["S3gktjZQSeac8tLNoaInCQ"], "issued_at": "2018-10-06T05:08:03.000000Z"}} 2018-10-06 05:08:03,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39330dc0de5c7ca2edf462995183d422c8e75bc" 2018-10-06 05:08:03,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eef6f95-3d3a-4e12-b26c-6b35e4aa09ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:03,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6eef6f95-3d3a-4e12-b26c-6b35e4aa09ec 2018-10-06 05:08:03,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:03,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:04,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:08:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["fjPQfeZWSI2uzQmNU4APQw"], "issued_at": "2018-10-06T05:08:04.000000Z"}} 2018-10-06 05:08:04,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:04,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1de309-8172-4ad6-93a4-b962c09528cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:04,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6a1de309-8172-4ad6-93a4-b962c09528cb 2018-10-06 05:08:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:04,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:04,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:04,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3927b9-9240-4da4-abc2-b67de162a641 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:08:04,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj used request id req-4c3927b9-9240-4da4-abc2-b67de162a641 2018-10-06 05:08:04,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:04,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4bfc595-a28b-44c6-99a0-05d97abc6508 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:08:04,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b4bfc595-a28b-44c6-99a0-05d97abc6508 2018-10-06 05:08:04,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}}' 2018-10-06 05:08:04,578 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2081a1c1-58aa-4e89-b309-82664949e046 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:04,578 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2081a1c1-58aa-4e89-b309-82664949e046 2018-10-06 05:08:04,578 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj 2018-10-06 05:08:04,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:04,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:04,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:08:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["tk39OAhMQPW6Emh6xQH1uA"], "issued_at": "2018-10-06T05:08:04.000000Z"}} 2018-10-06 05:08:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}239f60b2a13fdcd32fff718ffe527e42d29cb6a6" 2018-10-06 05:08:05,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbb398e-e1f4-4b9e-8353-9e2221076ce9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:05,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dfbb398e-e1f4-4b9e-8353-9e2221076ce9 2018-10-06 05:08:05,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:05,076 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:05,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}239f60b2a13fdcd32fff718ffe527e42d29cb6a6" 2018-10-06 05:08:05,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535272d3-d0e1-4e2f-b4a7-8f9cbe5af3f6 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:08:05,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-535272d3-d0e1-4e2f-b4a7-8f9cbe5af3f6 2018-10-06 05:08:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}239f60b2a13fdcd32fff718ffe527e42d29cb6a6" 2018-10-06 05:08:05,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a871e59-8117-400f-8319-531ec75250c1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}]} 2018-10-06 05:08:05,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj used request id req-8a871e59-8117-400f-8319-531ec75250c1 2018-10-06 05:08:05,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}239f60b2a13fdcd32fff718ffe527e42d29cb6a6" 2018-10-06 05:08:05,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5de4c5-5c36-4c2b-b87d-defc9b477827 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:08:05,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8d5de4c5-5c36-4c2b-b87d-defc9b477827 2018-10-06 05:08:05,823 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-user 2018-10-06 05:08:05,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:05,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:05,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931b8102-7902-4043-b5d6-c5cf94bfc757 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:08:05,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-931b8102-7902-4043-b5d6-c5cf94bfc757 2018-10-06 05:08:05,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}}' 2018-10-06 05:08:06,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:08:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9885fb9-e5fb-4d99-a180-3d9e3fcba7ef Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f94c8f169bd4fe28eb687c232cd9935", "links": {"self": "http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935"}, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}} 2018-10-06 05:08:06,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-a9885fb9-e5fb-4d99-a180-3d9e3fcba7ef 2018-10-06 05:08:06,027 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role 2018-10-06 05:08:06,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:06,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-663a8735-a122-45f9-be81-3db2cd05e847 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role", "id": "2f94c8f169bd4fe28eb687c232cd9935"}} 2018-10-06 05:08:06,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935 used request id req-663a8735-a122-45f9-be81-3db2cd05e847 2018-10-06 05:08:06,046 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role to project CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj 2018-10-06 05:08:06,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3/users/df94d67af1154d78961793442a32ecde/roles/2f94c8f169bd4fe28eb687c232cd9935 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:08:06,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c653ef60-8e99-4cf6-8071-a5fd39105a19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:08:06,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3/users/df94d67af1154d78961793442a32ecde/roles/2f94c8f169bd4fe28eb687c232cd9935 used request id req-c653ef60-8e99-4cf6-8071-a5fd39105a19 2018-10-06 05:08:06,552 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:08:06,554 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:08:06,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:06,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:06,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["RsxKcrOnRmGGG1gF_qgUag"], "issued_at": "2018-10-06T05:08:06.000000Z"}} 2018-10-06 05:08:06,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:07,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f789721b-747f-4cad-92ca-655970cd207e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:07,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f789721b-747f-4cad-92ca-655970cd207e 2018-10-06 05:08:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:07,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-43c6fc02-422c-48b4-94e2-31e1dc27495a Date: Sat, 06 Oct 2018 05:08:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image"} 2018-10-06 05:08:07,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image used request id req-43c6fc02-422c-48b4-94e2-31e1dc27495a 2018-10-06 05:08:07,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:07,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-069bd9b5-62d6-470c-9e1a-58d28c5a5f5c Date: Sat, 06 Oct 2018 05:08:07 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", "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-10-06 05:08:07,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-069bd9b5-62d6-470c-9e1a-58d28c5a5f5c 2018-10-06 05:08:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image"}' 2018-10-06 05:08:07,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e X-Openstack-Request-Id: req-bc8c9119-ec7c-4f21-a95e-bd13dac50a15 Date: Sat, 06 Oct 2018 05:08:07 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:08:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:08:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "min_disk": 0, "protected": false, "id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "file": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file", "checksum": null, "owner": "edfb251df31c4fcf9afcaa6a038b42c3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:08:07,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-bc8c9119-ec7c-4f21-a95e-bd13dac50a15 2018-10-06 05:08:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" -d '' 2018-10-06 05:08:09,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64349240-0956-4535-bbf7-18147d31a884 Date: Sat, 06 Oct 2018 05:08:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:08:09,408 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file used request id req-64349240-0956-4535-bbf7-18147d31a884 2018-10-06 05:08:09,408 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:08:09,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:09,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-69ee129a-c518-4616-8912-d98cee1989c7 Date: Sat, 06 Oct 2018 05:08:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:08:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:08:09Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "metadata": {}}], "self": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "min_disk": 0, "protected": false, "id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "file": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edfb251df31c4fcf9afcaa6a038b42c3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:08:09,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e used request id req-69ee129a-c518-4616-8912-d98cee1989c7 2018-10-06 05:08:09,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:09,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ab376b45-ccb7-4158-b762-18f946be72a1 Date: Sat, 06 Oct 2018 05:08: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", "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-10-06 05:08:09,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-ab376b45-ccb7-4158-b762-18f946be72a1 2018-10-06 05:08:09,746 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image 2018-10-06 05:08:09,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:08:09,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b1db038b-82fb-426c-89e4-8110c246c3d1 Date: Sat, 06 Oct 2018 05:08:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:08:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:08:09Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "metadata": {}}], "self": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "min_disk": 0, "protected": false, "id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "file": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edfb251df31c4fcf9afcaa6a038b42c3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:08:09,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e used request id req-b1db038b-82fb-426c-89e4-8110c246c3d1 2018-10-06 05:08:09,915 - create_image - DEBUG - Instance status is - active 2018-10-06 05:08:09,915 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image 2018-10-06 05:08:09,915 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image 2018-10-06 05:08:09,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:09,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:10,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["1L6CTYyhRiqiE2RIQ2G5sg"], "issued_at": "2018-10-06T05:08:10.000000Z"}} 2018-10-06 05:08:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:10,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc479cb8-b125-4c65-b526-c9586ee1ed10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:10,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bc479cb8-b125-4c65-b526-c9586ee1ed10 2018-10-06 05:08:10,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:10,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4f425e1d-d9f3-4ea9-a5dd-33c129f43ff2 Date: Sat, 06 Oct 2018 05:08:10 GMT RESP BODY: {"networks":[]} 2018-10-06 05:08:10,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-4f425e1d-d9f3-4ea9-a5dd-33c129f43ff2 2018-10-06 05:08:10,566 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net 2018-10-06 05:08:10,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net", "admin_state_up": true}}' 2018-10-06 05:08:11,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8fb6800e-41dc-4166-9072-ace49b40e6ef Date: Sat, 06 Oct 2018 05:08:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:08:10Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","mtu":1450}} 2018-10-06 05:08:11,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-8fb6800e-41dc-4166-9072-ace49b40e6ef 2018-10-06 05:08:11,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:11,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-8ee28c7e-461e-4e78-8243-0b1f4a85b23a Date: Sat, 06 Oct 2018 05:08:11 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-10-06T05:08:10Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:11,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-8ee28c7e-461e-4e78-8243-0b1f4a85b23a 2018-10-06 05:08:11,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:11,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c4922baf-31cc-45e6-a153-31accd4eeca4 Date: Sat, 06 Oct 2018 05:08:11 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:08:11,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-c4922baf-31cc-45e6-a153-31accd4eeca4 2018-10-06 05:08:11,530 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet 2018-10-06 05:08:11,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" -d '{"subnets": [{"ip_version": 4, "network_id": "da2af55b-c176-4a6d-8bdb-d57190c4b91d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]}' 2018-10-06 05:08:12,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1774d094-9c1b-4e16-86e5-87e8b35e0fba Date: Sat, 06 Oct 2018 05:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:12,145 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-1774d094-9c1b-4e16-86e5-87e8b35e0fba 2018-10-06 05:08:12,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:12,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-082be66f-1d39-4c78-affc-5d94df99162f Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:12,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-082be66f-1d39-4c78-affc-5d94df99162f 2018-10-06 05:08:12,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:08:12,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0cbd93b2-fb2a-48d2-aadd-6bfc48ce84c7 Date: Sat, 06 Oct 2018 05:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:12,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-0cbd93b2-fb2a-48d2-aadd-6bfc48ce84c7 2018-10-06 05:08:12,472 - OpenStackNetwork - DEBUG - Network [da2af55b-c176-4a6d-8bdb-d57190c4b91d] created successfully 2018-10-06 05:08:12,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:12,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:12,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["sV8H9LMXQuKAjEujtoGLnw"], "issued_at": "2018-10-06T05:08:12.000000Z"}} 2018-10-06 05:08:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:12,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a77af7f6-2257-48fd-afcd-b6287037a260 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:12,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a77af7f6-2257-48fd-afcd-b6287037a260 2018-10-06 05:08:12,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:13,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6269f32d-8349-4ce5-bd65-427b8e96a935 Date: Sat, 06 Oct 2018 05:08:13 GMT RESP BODY: {"routers": []} 2018-10-06 05:08:13,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router&admin_state_up=True used request id req-6269f32d-8349-4ce5-bd65-427b8e96a935 2018-10-06 05:08:13,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:13,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:13,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["fmiTWkwYQBi7hkPytuZwjg"], "issued_at": "2018-10-06T05:08:13.000000Z"}} 2018-10-06 05:08:13,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c28eaed56270006a61c6adfdc8233658eabdf5a" 2018-10-06 05:08:13,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30b91e9-ee1a-473a-b913-ebf979e25802 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:13,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e30b91e9-ee1a-473a-b913-ebf979e25802 2018-10-06 05:08:13,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:13,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-60e97bdc-04ce-44c6-acc5-0f09cebca386 Date: Sat, 06 Oct 2018 05:08:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:08:13,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-60e97bdc-04ce-44c6-acc5-0f09cebca386 2018-10-06 05:08:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:13,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4d320c10-262b-4bc3-bf45-0afa61592ae8 Date: Sat, 06 Oct 2018 05:08:13 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:08:13,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-4d320c10-262b-4bc3-bf45-0afa61592ae8 2018-10-06 05:08:13,976 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:08:13,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router", "admin_state_up": true}}' 2018-10-06 05:08:19,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2d8d5dd7-0429-4fe9-acc7-dbb9ba279762 Date: Sat, 06 Oct 2018 05:08:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:14Z", "admin_state_up": true, "updated_at": "2018-10-06T05:08:15Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "10c82ed5-ab23-444f-ac55-316a93e3b207", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router"}} 2018-10-06 05:08:19,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-2d8d5dd7-0429-4fe9-acc7-dbb9ba279762 2018-10-06 05:08:19,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:19,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-21bdbf44-e99f-455e-8f35-0660dc751f4a Date: Sat, 06 Oct 2018 05:08:19 GMT RESP BODY: {"ports":[]} 2018-10-06 05:08:19,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 used request id req-21bdbf44-e99f-455e-8f35-0660dc751f4a 2018-10-06 05:08:19,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:19,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e3e8c8e0-a26d-4c70-806c-b68d0502cf25 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:19,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-e3e8c8e0-a26d-4c70-806c-b68d0502cf25 2018-10-06 05:08:19,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:19,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:19,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:19,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd85523-85e3-4c48-8b4a-8387d71d7951 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:19,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-edd85523-85e3-4c48-8b4a-8387d71d7951 2018-10-06 05:08:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:20,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e93895a3-6f92-4aa9-a7f0-f28d42babc3a Date: Sat, 06 Oct 2018 05:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:20,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-e93895a3-6f92-4aa9-a7f0-f28d42babc3a 2018-10-06 05:08:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:20,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7f5545a5-185e-4e81-83e6-dbf41dd627b3 Date: Sat, 06 Oct 2018 05:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:20,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet used request id req-7f5545a5-185e-4e81-83e6-dbf41dd627b3 2018-10-06 05:08:20,267 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:08:20,267 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:08:20,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" -d '{"subnet_id": "e0576935-6c24-4b56-ae72-c6799cac12a0"}' 2018-10-06 05:08:22,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4dcb3136-b1f5-4f40-9cb2-9e143ec7e436 Date: Sat, 06 Oct 2018 05:08:22 GMT RESP BODY: {"network_id": "da2af55b-c176-4a6d-8bdb-d57190c4b91d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "subnet_id": "e0576935-6c24-4b56-ae72-c6799cac12a0", "subnet_ids": ["e0576935-6c24-4b56-ae72-c6799cac12a0"], "port_id": "a9372d09-d7f8-4173-a81a-431376f91da8", "id": "10c82ed5-ab23-444f-ac55-316a93e3b207"} 2018-10-06 05:08:22,495 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207/add_router_interface used request id req-4dcb3136-b1f5-4f40-9cb2-9e143ec7e436 2018-10-06 05:08:22,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:22,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-340c702b-fa52-4212-a6f0-ed10939ac220 Date: Sat, 06 Oct 2018 05:08:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:14Z", "admin_state_up": true, "updated_at": "2018-10-06T05:08:21Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "10c82ed5-ab23-444f-ac55-316a93e3b207", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router"}} 2018-10-06 05:08:22,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207 used request id req-340c702b-fa52-4212-a6f0-ed10939ac220 2018-10-06 05:08:22,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:22,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-73589587-8228-4311-bd35-0caebec2fd40 Date: Sat, 06 Oct 2018 05:08:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:22,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 used request id req-73589587-8228-4311-bd35-0caebec2fd40 2018-10-06 05:08:22,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:08:22,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9b39c9a3-ceb0-4902-909f-ba8949103c76 Date: Sat, 06 Oct 2018 05:08:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}} 2018-10-06 05:08:22,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 used request id req-9b39c9a3-ceb0-4902-909f-ba8949103c76 2018-10-06 05:08:22,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:22,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:23,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:08:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["geFJcpSbRLeUiVjxS35Oew"], "issued_at": "2018-10-06T05:08:23.000000Z"}} 2018-10-06 05:08:23,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6452a27500d5d42d32226a4cfb0ee167a166c7" 2018-10-06 05:08:23,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659fa627-a979-4701-a6f9-1f6cbe5c3f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:23,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-659fa627-a979-4701-a6f9-1f6cbe5c3f25 2018-10-06 05:08:23,273 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:08:23,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6452a27500d5d42d32226a4cfb0ee167a166c7" 2018-10-06 05:08:23,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-bafb91fb-b895-4f7c-a737-05cca16e092c x-compute-request-id: req-bafb91fb-b895-4f7c-a737-05cca16e092c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:08:23,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bafb91fb-b895-4f7c-a737-05cca16e092c 2018-10-06 05:08:23,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6452a27500d5d42d32226a4cfb0ee167a166c7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-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-10-06 05:08:23,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-dc875e46-8f01-4a6d-8a9f-298802dc5551 x-compute-request-id: req-dc875e46-8f01-4a6d-8a9f-298802dc5551 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9080440e-3d29-4cef-99aa-940982cd5750", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:08:23,525 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dc875e46-8f01-4a6d-8a9f-298802dc5551 2018-10-06 05:08:23,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:23,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:23,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["pSq_nzJiTraPmA6RedAjFg"], "issued_at": "2018-10-06T05:08:23.000000Z"}} 2018-10-06 05:08:23,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbc742df35caa0a6b471bfd4744a0e1afb8f71a" 2018-10-06 05:08:23,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2e02e1-0de5-4989-93bd-705c6d81d079 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:23,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f2e02e1-0de5-4989-93bd-705c6d81d079 2018-10-06 05:08:23,970 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:08:23,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbc742df35caa0a6b471bfd4744a0e1afb8f71a" 2018-10-06 05:08:24,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-14db704c-2b28-4614-a2e2-2ba7db785fbd x-compute-request-id: req-14db704c-2b28-4614-a2e2-2ba7db785fbd Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:08:24,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-14db704c-2b28-4614-a2e2-2ba7db785fbd 2018-10-06 05:08:24,136 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp... 2018-10-06 05:08:24,136 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:08:24,187 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp 2018-10-06 05:08:24,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbc742df35caa0a6b471bfd4744a0e1afb8f71a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC67gX/PnZ3KQJizJo3+L+ToNFoo6MDZT8fXdVgte5pcDytIwjPh54hlzvA4PPofBFdVqOCEEClEOsKnxADfBODVl2oD/AZeMLwkn2MMM3mbRhgg64h/gEX8WbPT+Wq+gtLX3d3cL+XfXruJXZIE5bzrMuCYlPkaBIvQyMPlZIz+w==", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp"}}' 2018-10-06 05:08:24,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-f77ec8ef-9aed-4d21-b452-e26e80f6746d x-compute-request-id: req-f77ec8ef-9aed-4d21-b452-e26e80f6746d Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC67gX/PnZ3KQJizJo3+L+ToNFoo6MDZT8fXdVgte5pcDytIwjPh54hlzvA4PPofBFdVqOCEEClEOsKnxADfBODVl2oD/AZeMLwkn2MMM3mbRhgg64h/gEX8WbPT+Wq+gtLX3d3cL+XfXruJXZIE5bzrMuCYlPkaBIvQyMPlZIz+w==", "user_id": "df94d67af1154d78961793442a32ecde", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "fingerprint": "32:f1:96:15:be:0f:b9:dc:d1:4e:2c:1f:3f:54:3d:f4"}} 2018-10-06 05:08:24,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-f77ec8ef-9aed-4d21-b452-e26e80f6746d 2018-10-06 05:08:24,252 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8.pub 2018-10-06 05:08:24,252 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8 2018-10-06 05:08:24,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:24,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:24,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["9OtbyQFmRnWfNUWTGdqQlg"], "issued_at": "2018-10-06T05:08:24.000000Z"}} 2018-10-06 05:08:24,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:24,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06ef162-35bc-442c-b1ca-2f88e37dc8e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:24,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e06ef162-35bc-442c-b1ca-2f88e37dc8e6 2018-10-06 05:08:24,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:24,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1308cf89-ceff-48c2-80b8-9abfcc02c5a0 Date: Sat, 06 Oct 2018 05:08:24 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:08:24,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp used request id req-1308cf89-ceff-48c2-80b8-9abfcc02c5a0 2018-10-06 05:08:24,892 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp... 2018-10-06 05:08:24,892 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp 2018-10-06 05:08:24,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}}' 2018-10-06 05:08:25,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-633ed854-9b63-4c5c-9738-75e304a422ee Date: Sat, 06 Oct 2018 05:08:25 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 2, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}} 2018-10-06 05:08:25,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-633ed854-9b63-4c5c-9738-75e304a422ee 2018-10-06 05:08:25,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:25,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6953c463-eecc-490b-bb29-37fd282a84ee Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}]} 2018-10-06 05:08:25,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-6953c463-eecc-490b-bb29-37fd282a84ee 2018-10-06 05:08:25,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:25,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:25,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1037c04b-633c-45c2-a2b2-128414539895 Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}]} 2018-10-06 05:08:25,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-1037c04b-633c-45c2-a2b2-128414539895 2018-10-06 05:08:25,666 - neutron_utils - INFO - Retrieving security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:25,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:25,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-17d4dbaa-5803-4595-a0a6-e9cb1eb0c761 Date: Sat, 06 Oct 2018 05:08:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 2, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]} 2018-10-06 05:08:25,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-17d4dbaa-5803-4595-a0a6-e9cb1eb0c761 2018-10-06 05:08:25,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20d0f325-782a-4c0f-bbad-7e9fc6e53a13 Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}]} 2018-10-06 05:08:26,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-20d0f325-782a-4c0f-bbad-7e9fc6e53a13 2018-10-06 05:08:26,035 - neutron_utils - INFO - Retrieving security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-37b11964-088d-4dea-b207-167728f73070 Date: Sat, 06 Oct 2018 05:08:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 2, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]} 2018-10-06 05:08:26,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-37b11964-088d-4dea-b207-167728f73070 2018-10-06 05:08:26,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:26,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2117a133-c0e2-45af-ad0a-1da3de422a9d Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}]} 2018-10-06 05:08:26,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-2117a133-c0e2-45af-ad0a-1da3de422a9d 2018-10-06 05:08:26,284 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp 2018-10-06 05:08:26,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6c0444ff-d46e-4d54-b965-a93029e525b3 Date: Sat, 06 Oct 2018 05:08:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 2, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]} 2018-10-06 05:08:26,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp used request id req-6c0444ff-d46e-4d54-b965-a93029e525b3 2018-10-06 05:08:26,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:26,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:26,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3343d7bc-62fd-46ae-88b8-89efb956b3bf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:26,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-3343d7bc-62fd-46ae-88b8-89efb956b3bf 2018-10-06 05:08:26,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:26,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9e63c510-735a-4498-9943-304ee282a77b Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}]} 2018-10-06 05:08:26,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-9e63c510-735a-4498-9943-304ee282a77b 2018-10-06 05:08:26,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af"}}' 2018-10-06 05:08:26,626 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-79bb290f-7d05-4084-8586-8681aa9044f0 Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:26Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:26Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "9b314206-d307-4e8f-9dab-5e4a799d0ccb"}} 2018-10-06 05:08:26,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-79bb290f-7d05-4084-8586-8681aa9044f0 2018-10-06 05:08:26,627 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp 2018-10-06 05:08:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:26,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-8d3a94e0-8c33-4b8e-b1c0-427270cd595d Date: Sat, 06 Oct 2018 05:08:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:26Z", "revision_number": 0, "id": "9b314206-d307-4e8f-9dab-5e4a799d0ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:26Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 3, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]} 2018-10-06 05:08:26,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp used request id req-8d3a94e0-8c33-4b8e-b1c0-427270cd595d 2018-10-06 05:08:26,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:27,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b967a713-aad6-48ef-8e0e-8e13c5e2a75e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:27,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-b967a713-aad6-48ef-8e0e-8e13c5e2a75e 2018-10-06 05:08:27,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:27,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-f56571e1-6af5-413c-8c50-99a795dd15db Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:26Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:26Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "9b314206-d307-4e8f-9dab-5e4a799d0ccb"}]} 2018-10-06 05:08:27,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-f56571e1-6af5-413c-8c50-99a795dd15db 2018-10-06 05:08:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af"}}' 2018-10-06 05:08:27,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-7180fe81-f210-4441-8115-61e1905e9a35 Date: Sat, 06 Oct 2018 05:08:27 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-10-06T05:08:27Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": 22, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:27Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "e0dc68ec-734f-44eb-90c0-a1f44dbcb75b"}} 2018-10-06 05:08:27,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7180fe81-f210-4441-8115-61e1905e9a35 2018-10-06 05:08:27,357 - neutron_utils - INFO - Retrieving security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:27,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-a90a215f-c8f1-47eb-8040-c0d7a6ab11d6 Date: Sat, 06 Oct 2018 05:08:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "updated_at": "2018-10-06T05:08:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "revision_number": 0, "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:26Z", "revision_number": 0, "id": "9b314206-d307-4e8f-9dab-5e4a799d0ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:26Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:08:27Z", "revision_number": 0, "id": "e0dc68ec-734f-44eb-90c0-a1f44dbcb75b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:27Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 4, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]} 2018-10-06 05:08:27,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-a90a215f-c8f1-47eb-8040-c0d7a6ab11d6 2018-10-06 05:08:27,411 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af 2018-10-06 05:08:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:08:27,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-f3fb01b8-a934-4ab1-af58-a3b8cd9c718f Date: Sat, 06 Oct 2018 05:08: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-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "60d4f37f-931e-4542-9330-a4cc7a4c30e5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:25Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:25Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "69e6e07e-645b-49fb-bd5b-7a6a94e466d6"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:26Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:26Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "9b314206-d307-4e8f-9dab-5e4a799d0ccb"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:08:27Z", "security_group_id": "d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af", "port_range_min": 22, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:27Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "e0dc68ec-734f-44eb-90c0-a1f44dbcb75b"}]} 2018-10-06 05:08:27,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-f3fb01b8-a934-4ab1-af58-a3b8cd9c718f 2018-10-06 05:08:27,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:27,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:27,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["7_NT3r3nRIKynDtcWnI39A"], "issued_at": "2018-10-06T05:08:27.000000Z"}} 2018-10-06 05:08:27,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:27,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96414d29-5d91-4a90-a327-100db3b49547 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:27,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-96414d29-5d91-4a90-a327-100db3b49547 2018-10-06 05:08:27,910 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:08:27,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:27,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d26213-2c65-4a14-8923-42c4701aa297 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:27,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-16d26213-2c65-4a14-8923-42c4701aa297 2018-10-06 05:08:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:28,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1a8e331b-1522-4975-8240-58a2453e7571 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:28,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-1a8e331b-1522-4975-8240-58a2453e7571 2018-10-06 05:08:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:28,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:28,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:28,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0bb1804-a5cb-46a1-a184-25a9bfc5d3d4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:28,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-a0bb1804-a5cb-46a1-a184-25a9bfc5d3d4 2018-10-06 05:08:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:28,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07d4aef7-494d-4ce8-8b3b-f528a5db0973 Date: Sat, 06 Oct 2018 05:08:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:28,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-07d4aef7-494d-4ce8-8b3b-f528a5db0973 2018-10-06 05:08:28,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:28,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-70a1b046-1522-4dc0-ba10-dc72108798b5 Date: Sat, 06 Oct 2018 05:08:28 GMT RESP BODY: {"ports":[]} 2018-10-06 05:08:28,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True used request id req-70a1b046-1522-4dc0-ba10-dc72108798b5 2018-10-06 05:08:28,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:28,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-ee05453b-8587-475c-b122-2b1def723e87 x-compute-request-id: req-ee05453b-8587-475c-b122-2b1def723e87 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:08:28,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst used request id req-ee05453b-8587-475c-b122-2b1def723e87 2018-10-06 05:08:28,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:29,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4c3a1441-7784-46fa-8865-7a704bdeecbb Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:29,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-4c3a1441-7784-46fa-8865-7a704bdeecbb 2018-10-06 05:08:29,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:29,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04f0da9-6920-4e3d-a5a0-a8e99c017244 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:29,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-b04f0da9-6920-4e3d-a5a0-a8e99c017244 2018-10-06 05:08:29,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:29,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a7b837e9-f283-4853-b174-6e07837e1d01 Date: Sat, 06 Oct 2018 05:08:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:29,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-a7b837e9-f283-4853-b174-6e07837e1d01 2018-10-06 05:08:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:29,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4fe40db4-bc89-4085-bf4d-fc630558df94 Date: Sat, 06 Oct 2018 05:08:29 GMT RESP BODY: {"ports":[]} 2018-10-06 05:08:29,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True used request id req-4fe40db4-bc89-4085-bf4d-fc630558df94 2018-10-06 05:08:29,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:08:29,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:08:29,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f94c8f169bd4fe28eb687c232cd9935", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role"}], "expires_at": "2018-10-06T06:08:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/edfb251df31c4fcf9afcaa6a038b42c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-user", "id": "df94d67af1154d78961793442a32ecde"}, "audit_ids": ["RebP0N5ERbK0LrRReIWjdw"], "issued_at": "2018-10-06T05:08:29.000000Z"}} 2018-10-06 05:08:29,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eed759e77020fe1d960c2cb532eef1fc696bf71" 2018-10-06 05:08:30,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241c9c4b-bab8-4003-953e-8b39dff50655 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:08:30,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-241c9c4b-bab8-4003-953e-8b39dff50655 2018-10-06 05:08:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:30,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a64189d6-264e-4519-a4bd-908e82d17824 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:30,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-a64189d6-264e-4519-a4bd-908e82d17824 2018-10-06 05:08:30,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:30,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d6291f98-cf1c-4ed2-9088-903b8902c4d5 Date: Sat, 06 Oct 2018 05:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:30,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-d6291f98-cf1c-4ed2-9088-903b8902c4d5 2018-10-06 05:08:30,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:30,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4faa6fc0-5a9e-4117-88c5-b9a6ac5bcd24 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:30,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-4faa6fc0-5a9e-4117-88c5-b9a6ac5bcd24 2018-10-06 05:08:30,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:08:30,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:08:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:08:30,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eed759e77020fe1d960c2cb532eef1fc696bf71" 2018-10-06 05:08:30,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd841a6-62a3-4d44-ad7f-5beb4a477763 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:30,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-dcd841a6-62a3-4d44-ad7f-5beb4a477763 2018-10-06 05:08:30,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:30,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-40f394f0-2b07-4bd9-bdad-22a1c6c1e767 Date: Sat, 06 Oct 2018 05:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:30,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-40f394f0-2b07-4bd9-bdad-22a1c6c1e767 2018-10-06 05:08:30,823 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net 2018-10-06 05:08:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" -d '{"port": {"network_id": "da2af55b-c176-4a6d-8bdb-d57190c4b91d", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1", "admin_state_up": true}}' 2018-10-06 05:08:31,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-edf14622-663d-4603-b78d-6995ff3a02ad Date: Sat, 06 Oct 2018 05:08:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","qos_policy_id":null,"admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal"}} 2018-10-06 05:08:31,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-edf14622-663d-4603-b78d-6995ff3a02ad 2018-10-06 05:08:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-623fd638-72b8-46fb-8753-531d838f7fb5 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:32,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-623fd638-72b8-46fb-8753-531d838f7fb5 2018-10-06 05:08:32,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd322f2-7fa0-4704-a5b1-0d6f6c4d27c6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:32,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-dfd322f2-7fa0-4704-a5b1-0d6f6c4d27c6 2018-10-06 05:08:32,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-803eff5d-a2f7-4266-a372-8afcfed99f14 Date: Sat, 06 Oct 2018 05:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:32,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-803eff5d-a2f7-4266-a372-8afcfed99f14 2018-10-06 05:08:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d05de4b3-efef-4f35-a26c-2d5db66c285b Date: Sat, 06 Oct 2018 05:08:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:08:32,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1&admin_state_up=True used request id req-d05de4b3-efef-4f35-a26c-2d5db66c285b 2018-10-06 05:08:32,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcf4efa-9cc6-4ba8-934f-9ee54138acef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:32,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-edcf4efa-9cc6-4ba8-934f-9ee54138acef 2018-10-06 05:08:32,897 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst 2018-10-06 05:08:32,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-e1635727-77e2-43c4-911f-6f97618327bd x-compute-request-id: req-e1635727-77e2-43c4-911f-6f97618327bd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-flavor-name"}]} 2018-10-06 05:08:32,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e1635727-77e2-43c4-911f-6f97618327bd 2018-10-06 05:08:32,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:32,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-40ad0014-7562-4b32-93ee-2f1780c745a8 x-compute-request-id: req-40ad0014-7562-4b32-93ee-2f1780c745a8 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9080440e-3d29-4cef-99aa-940982cd5750", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:08:32,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750 used request id req-40ad0014-7562-4b32-93ee-2f1780c745a8 2018-10-06 05:08:32,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:33,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-e0a7e783-9804-491f-8d90-6db51cc08e17 Date: Sat, 06 Oct 2018 05:08:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:08:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:08:09Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "metadata": {}}], "self": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "min_disk": 0, "protected": false, "id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "file": "/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "edfb251df31c4fcf9afcaa6a038b42c3", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image"} 2018-10-06 05:08:33,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image used request id req-e0a7e783-9804-491f-8d90-6db51cc08e17 2018-10-06 05:08:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:33,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a122896-4357-4063-a63e-26cf1dc4987b Date: Sat, 06 Oct 2018 05:08: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", "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-10-06 05:08:33,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6a122896-4357-4063-a63e-26cf1dc4987b 2018-10-06 05:08:33,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "imageRef": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "flavorRef": "9080440e-3d29-4cef-99aa-940982cd5750", "max_count": 1, "min_count": 1, "networks": [{"port": "1957a547-610f-4050-91ae-96ea3ff4b2d7"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}]}}' 2018-10-06 05:08:35,006 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:08: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-0c177a3a-1f6f-4161-9da6-e49b7805893a x-compute-request-id: req-0c177a3a-1f6f-4161-9da6-e49b7805893a Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "adminPass": "eVyUB26YZYZY"}} 2018-10-06 05:08:35,007 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-0c177a3a-1f6f-4161-9da6-e49b7805893a 2018-10-06 05:08:35,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:35,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-829ab7fc-c356-4cd2-a1d1-039fb413482d x-compute-request-id: req-829ab7fc-c356-4cd2-a1d1-039fb413482d 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.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:08:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:35,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-829ab7fc-c356-4cd2-a1d1-039fb413482d 2018-10-06 05:08:35,395 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst 2018-10-06 05:08:35,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:36,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-882e6e55-d53a-436c-98e2-cf951590d548 x-compute-request-id: req-882e6e55-d53a-436c-98e2-cf951590d548 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:08:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:36,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-882e6e55-d53a-436c-98e2-cf951590d548 2018-10-06 05:08:36,180 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - BUILD 2018-10-06 05:08:36,180 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:08:39,183 - create_instance - DEBUG - VM status query timeout in 896.212321997 2018-10-06 05:08:39,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:39,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-66f720a3-1041-4aa0-b64a-77dea5e3d542 x-compute-request-id: req-66f720a3-1041-4aa0-b64a-77dea5e3d542 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.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:08:36Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:39,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-66f720a3-1041-4aa0-b64a-77dea5e3d542 2018-10-06 05:08:39,792 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - BUILD 2018-10-06 05:08:39,792 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:08:42,795 - create_instance - DEBUG - VM status query timeout in 892.600538015 2018-10-06 05:08:42,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:43,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-f34b7972-5b93-42d1-9d2a-28a5c5274fe1 x-compute-request-id: req-f34b7972-5b93-42d1-9d2a-28a5c5274fe1 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:43,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-f34b7972-5b93-42d1-9d2a-28a5c5274fe1 2018-10-06 05:08:43,420 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:43,420 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:08:43,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:44,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-ab6d359f-bce6-47df-9aff-2974d9c6a6bc x-compute-request-id: req-ab6d359f-bce6-47df-9aff-2974d9c6a6bc Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:44,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-ab6d359f-bce6-47df-9aff-2974d9c6a6bc 2018-10-06 05:08:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:44,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-22f67eb8-8cc3-491d-a564-1b0e4d105aed Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:44,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-22f67eb8-8cc3-491d-a564-1b0e4d105aed 2018-10-06 05:08:44,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:44,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90e92f1b-dc70-4421-9471-44ecfa0fbb46 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:44,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-90e92f1b-dc70-4421-9471-44ecfa0fbb46 2018-10-06 05:08:44,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:44,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f0f00c4d-ef30-409d-82ac-9899ebea039e Date: Sat, 06 Oct 2018 05:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:44,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-f0f00c4d-ef30-409d-82ac-9899ebea039e 2018-10-06 05:08:44,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:44,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-1ed3f740-141e-44f6-ae96-7e2571baeadf Date: Sat, 06 Oct 2018 05:08:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:44,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-1ed3f740-141e-44f6-ae96-7e2571baeadf 2018-10-06 05:08:44,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:45,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-60926aaf-6633-4ac3-a715-75cacfe5a97c x-compute-request-id: req-60926aaf-6633-4ac3-a715-75cacfe5a97c Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:45,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-60926aaf-6633-4ac3-a715-75cacfe5a97c 2018-10-06 05:08:45,116 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:45,116 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:08:45,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:45,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa2f559a-249e-43d3-8299-7f66eb683218 x-compute-request-id: req-fa2f559a-249e-43d3-8299-7f66eb683218 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:45,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-fa2f559a-249e-43d3-8299-7f66eb683218 2018-10-06 05:08:45,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:45,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-83ee013c-85a3-400e-a3ed-218adaf8d6ae Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:45,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-83ee013c-85a3-400e-a3ed-218adaf8d6ae 2018-10-06 05:08:45,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:45,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db7e2e1-acb3-482c-adee-868e518e5aac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:45,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-8db7e2e1-acb3-482c-adee-868e518e5aac 2018-10-06 05:08:45,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:45,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-34b8d2be-9d04-43fd-b43b-33e734941aae Date: Sat, 06 Oct 2018 05:08:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:45,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-34b8d2be-9d04-43fd-b43b-33e734941aae 2018-10-06 05:08:45,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:46,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-5501d37e-60eb-4288-b938-31c751d80971 Date: Sat, 06 Oct 2018 05:08:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:39Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:46,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-5501d37e-60eb-4288-b938-31c751d80971 2018-10-06 05:08:46,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}}' 2018-10-06 05:08:47,207 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:08: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-36fc15ed-4f3b-4e23-8b74-0eb572c76e31 x-compute-request-id: req-36fc15ed-4f3b-4e23-8b74-0eb572c76e31 Content-Length: 0 Content-Type: application/json 2018-10-06 05:08:47,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e/action used request id req-36fc15ed-4f3b-4e23-8b74-0eb572c76e31 2018-10-06 05:08:47,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-92945f8d-f814-45fd-9400-8b3afcaf8c53 Date: Sat, 06 Oct 2018 05:08:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:14Z", "admin_state_up": true, "updated_at": "2018-10-06T05:08:21Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "10c82ed5-ab23-444f-ac55-316a93e3b207", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router"}]} 2018-10-06 05:08:47,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router used request id req-92945f8d-f814-45fd-9400-8b3afcaf8c53 2018-10-06 05:08:47,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64760e27-13cd-4b43-a5c0-7f7f4b855d72 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:47,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-64760e27-13cd-4b43-a5c0-7f7f4b855d72 2018-10-06 05:08:47,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-87b9a8d9-829e-4071-825b-1c7fa08c4f6f Date: Sat, 06 Oct 2018 05:08:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:47,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=10c82ed5-ab23-444f-ac55-316a93e3b207 used request id req-87b9a8d9-829e-4071-825b-1c7fa08c4f6f 2018-10-06 05:08:47,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9b4b899d-197e-4a3b-b140-2c9f2820d22e Date: Sat, 06 Oct 2018 05:08:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}} 2018-10-06 05:08:47,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 used request id req-9b4b899d-197e-4a3b-b140-2c9f2820d22e 2018-10-06 05:08:47,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7436016b-ee1c-4de8-983c-0d1a6ffe2240 Date: Sat, 06 Oct 2018 05:08:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:08:47,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-7436016b-ee1c-4de8-983c-0d1a6ffe2240 2018-10-06 05:08:47,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:47,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ee16557d-6b70-4f08-80b0-b489e7319808 Date: Sat, 06 Oct 2018 05:08:47 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:08:47,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-ee16557d-6b70-4f08-80b0-b489e7319808 2018-10-06 05:08:47,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-69effd0e-1fac-4373-ba4b-6594d5f5120f x-compute-request-id: req-69effd0e-1fac-4373-ba4b-6594d5f5120f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:49,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-69effd0e-1fac-4373-ba4b-6594d5f5120f 2018-10-06 05:08:49,031 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:49,032 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:08:49,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-07545483-62f8-4351-b166-52816b67ae32 x-compute-request-id: req-07545483-62f8-4351-b166-52816b67ae32 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:49,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-07545483-62f8-4351-b166-52816b67ae32 2018-10-06 05:08:49,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8cd06283-4538-432e-9fbb-ee000057c14a Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:49,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-8cd06283-4538-432e-9fbb-ee000057c14a 2018-10-06 05:08:49,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-314c3d1f-b039-4a13-8348-52f606f7c090 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:49,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-314c3d1f-b039-4a13-8348-52f606f7c090 2018-10-06 05:08:49,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8de80c03-a100-42c9-8383-54c92c190592 Date: Sat, 06 Oct 2018 05:08:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:49,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-8de80c03-a100-42c9-8383-54c92c190592 2018-10-06 05:08:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:49,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-fa088f23-6a93-46ab-a645-3af53afea68a Date: Sat, 06 Oct 2018 05:08:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:46Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af","fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:49,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-fa088f23-6a93-46ab-a645-3af53afea68a 2018-10-06 05:08:49,856 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:08:49,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:50,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c7028810-bebc-420c-867f-542677393ede Date: Sat, 06 Oct 2018 05:08:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:08:50,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-c7028810-bebc-420c-867f-542677393ede 2018-10-06 05:08:50,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:50,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-06ca8772-9c7a-4193-b4cb-f3546b0e8d91 Date: Sat, 06 Oct 2018 05:08:50 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:08:50,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-06ca8772-9c7a-4193-b4cb-f3546b0e8d91 2018-10-06 05:08:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "1957a547-610f-4050-91ae-96ea3ff4b2d7"}}' 2018-10-06 05:08:52,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-ffbcbf65-6c0d-4141-bae6-366455e2069b Date: Sat, 06 Oct 2018 05:08:52 GMT RESP BODY: {"floatingip": {"router_id": "10c82ed5-ab23-444f-ac55-316a93e3b207", "status": "DOWN", "description": "", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:51Z", "updated_at": "2018-10-06T05:08:51Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_id": "1957a547-610f-4050-91ae-96ea3ff4b2d7", "id": "458fa5d4-6357-4764-8557-11c82a302e39"}} 2018-10-06 05:08:52,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-ffbcbf65-6c0d-4141-bae6-366455e2069b 2018-10-06 05:08:52,366 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:08:52,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:52,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-082eef16-9594-4733-855e-911b9c2df86b x-compute-request-id: req-082eef16-9594-4733-855e-911b9c2df86b Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:52,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-082eef16-9594-4733-855e-911b9c2df86b 2018-10-06 05:08:52,721 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:52,721 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:08:52,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-d656cd46-b2ef-40c3-adbf-d8896885381d x-compute-request-id: req-d656cd46-b2ef-40c3-adbf-d8896885381d Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:53,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-d656cd46-b2ef-40c3-adbf-d8896885381d 2018-10-06 05:08:53,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6047c8d5-a6d8-48b3-b77b-14b20f2018db Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:53,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-6047c8d5-a6d8-48b3-b77b-14b20f2018db 2018-10-06 05:08:53,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52c4587-e97d-4866-96c8-dd2642754800 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:53,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-d52c4587-e97d-4866-96c8-dd2642754800 2018-10-06 05:08:53,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a1578282-97d0-4d5f-aa51-6d32c4c0d908 Date: Sat, 06 Oct 2018 05:08:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:53,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-a1578282-97d0-4d5f-aa51-6d32c4c0d908 2018-10-06 05:08:53,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-1dff3e5c-7adb-440b-9171-e1aac8359ab7 Date: Sat, 06 Oct 2018 05:08:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:46Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af","fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:53,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-1dff3e5c-7adb-440b-9171-e1aac8359ab7 2018-10-06 05:08:53,634 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-10-06 05:08:53,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:53,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-04cf11f9-5907-4ae8-8c83-4c999c833752 x-compute-request-id: req-04cf11f9-5907-4ae8-8c83-4c999c833752 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:53,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-04cf11f9-5907-4ae8-8c83-4c999c833752 2018-10-06 05:08:53,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:08:55,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08: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-c83e7720-9990-4296-b5dc-981bb81eed2f x-compute-request-id: req-c83e7720-9990-4296-b5dc-981bb81eed2f Content-Encoding: gzip Content-Length: 9633 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 584386819 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131986] pid_max: default: 32768 minimum: 301\n[ 0.132917] ACPI: Core revision 20150930\n[ 0.134307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135622] Security Framework initialized\n[ 0.136438] Yama: becoming mindful.\n[ 0.137175] AppArmor: AppArmor initialized\n[ 0.138030] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139312] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.140569] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141760] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143126] Initializing cgroup subsys io\n[ 0.143941] Initializing cgroup subsys memory\n[ 0.144801] Initializing cgroup subsys devices\n[ 0.145679] Initializing cgroup subsys freezer\n[ 0.146546] Initializing cgroup subsys net_cls\n[ 0.147404] Initializing cgroup subsys perf_event\n[ 0.148313] Initializing cgroup subsys net_prio\n[ 0.149205] Initializing cgroup subsys hugetlb\n[ 0.150069] Initializing cgroup subsys pids\n[ 0.150942] CPU: Physical Processor ID: 0\n[ 0.152432] mce: CPU supports 10 MCE banks\n[ 0.153282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154278] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.156558] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163035] ftrace: allocating 31920 entries in 125 pages\n[ 0.189643] smpboot: Max logical packages: 2\n[ 0.190516] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.191710] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193061] x2apic enabled\n[ 0.193883] Switched APIC routing to physical x2apic.\n[ 0.195643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.196933] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199602] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202027] KVM setup paravirtual spinlock\n[ 0.203691] x86: Booting SMP configuration:\n[ 0.204826] .... node #0, CPUs: #1\n[ 0.205926] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.228899] x86: Booted up 1 node, 2 CPUs\n[ 0.228902] KVM setup async PF for cpu 1\n[ 0.228905] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232211] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234110] devtmpfs: initialized\n[ 0.235991] evm: security.selinux\n[ 0.236872] evm: security.SMACK64\n[ 0.237737] evm: security.SMACK64EXEC\n[ 0.238675] evm: security.SMACK64TRANSMUTE\n[ 0.239706] evm: security.SMACK64MMAP\n[ 0.240641] evm: security.ima\n[ 0.241481] evm: security.capability\n[ 0.242543] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245009] pinctrl core: initialized pinctrl subsystem\n[ 0.246445] RTC time: 5:08:35, date: 10/06/18\n[ 0.247683] NET: Registered protocol family 16\n[ 0.261014] cpuidle: using governor ladder\n[ 0.273084] cpuidle: using governor menu\n[ 0.274141] PCCT header not found.\n[ 0.275145] ACPI: bus type PCI registered\n[ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277828] PCI: Using configuration type 1 for base access\n[ 0.290101] ACPI: Added _OSI(Module Device)\n[ 0.291202] ACPI: Added _OSI(Processor Device)\n[ 0.292304] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293482] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.296187] ACPI: Interpreter enabled\n[ 0.297195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.299558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.301909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.304252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.306547] ACPI: (supports S0 S5)\n[ 0.307251] ACPI: Using IOAPIC for interrupt routing\n[ 0.308203] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.311585] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.313109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.314749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316337] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.319280] acpiphp: Slot [3] registered\n[ 0.320294] acpiphp: Slot [4] registered\n[ 0.321301] acpiphp: Slot [5] registered\n[ 0.322303] acpiphp: Slot [6] registered\n[ 0.323319] acpiphp: Slot [7] registered\n[ 0.324315] acpiphp: Slot [8] registered\n[ 0.325342] acpiphp: Slot [9] registered\n[ 0.326363] acpiphp: Slot [10] registered\n[ 0.337401] acpiphp: Slot [11] registered\n[ 0.338486] acpiphp: Slot [12] registered\n[ 0.339527] acpiphp: Slot [13] registered\n[ 0.340550] acpiphp: Slot [14] registered\n[ 0.341582] acpiphp: Slot [15] registered\n[ 0.342611] acpiphp: Slot [16] registered\n[ 0.343641] acpiphp: Slot [17] registered\n[ 0.344670] acpiphp: Slot [18] registered\n[ 0.345716] acpiphp: Slot [19] registered\n[ 0.346771] acpiphp: Slot [20] registered\n[ 0.347830] acpiphp: Slot [21] registered\n[ 0.348853] acpiphp: Slot [22] registered\n[ 0.349885] acpiphp: Slot [23] registered\n[ 0.350908] acpiphp: Slot [24] registered\n[ 0.351927] acpiphp: Slot [25] registered\n[ 0.352945] acpiphp: Slot [26] registered\n[ 0.353999] acpiphp: Slot [27] registered\n[ 0.355047] acpiphp: Slot [28] registered\n[ 0.356095] acpiphp: Slot [29] registered\n[ 0.357146] acpiphp: Slot [30] registered\n[ 0.358196] acpiphp: Slot [31] registered\n[ 0.359236] PCI host bridge to bus 0000:00\n[ 0.360255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.361837] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.363449] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365289] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.367192] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.373740] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.375449] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.377028] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.378739] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.385446] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.387097] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432037] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436397] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440958] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442020] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443574] vgaarb: loaded\n[ 0.444177] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445334] SCSI subsystem initialized\n[ 0.446183] ACPI: bus type USB registered\n[ 0.447006] usbcore: registered new interface driver usbfs\n[ 0.448044] usbcore: registered new interface driver hub\n[ 0.449066] usbcore: registered new device driver usb\n[ 0.450172] PCI: Using ACPI for IRQ routing\n[ 0.451214] NetLabel: Initializing\n[ 0.451932] NetLabel: domain hash size = 128\n[ 0.452785] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453733] NetLabel: unlabeled traffic allowed by default\n[ 0.454871] clocksource: Switched to clocksource kvm-clock\n[ 0.460883] AppArmor: AppArmor Filesystem Enabled\n[ 0.461856] pnp: PnP ACPI init\n[ 0.462791] pnp: PnP ACPI: found 5 devices\n[ 0.469905] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.471632] NET: Registered protocol family 2\n[ 0.472617] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.473884] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.475058] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.476214] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.478455] NET: Registered protocol family 1\n[ 0.479321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.480415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.481488] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.500054] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518929] Trying to unpack rootfs image as initramfs...\n[ 0.570099] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.584358] Scanning for low memory corruption every 60 seconds\n[ 0.585765] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.586936] audit: initializing netlink subsys (disabled)\n[ 0.587971] audit: type=2000 audit(1538802515.771:1): initialized\n[ 0.589284] Initialise system trusted keyring\n[ 0.590264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591440] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.593615] zbud: loaded\n[ 0.594367] VFS: Disk quotas dquot_6.6.0\n[ 0.595212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.596812] fuse init (API version 7.23)\n[ 0.597743] Key type big_key registered\n[ 0.598553] Allocating IMA MOK and blacklist keyrings.\n[ 0.599759] Key type asymmetric registered\n[ 0.600587] Asymmetric key parser 'x509' registered\n[ 0.601548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603036] io scheduler noop registered\n[ 0.603837] io scheduler deadline registered (default)\n[ 0.604830] io scheduler cfq registered\n[ 0.605670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.606716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.607991] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.609465] ACPI: Power Button [PWRF]\n[ 0.610329] GHES: HEST is not enabled!\n[ 0.628915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.669051] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696135] Linux agpgart interface v0.103\n[ 0.698488] brd: module loaded\n[ 0.699840] loop: module loaded\n[ 0.705578] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707077] GPT:90111 != 20971519\n[ 0.707780] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708885] GPT:90111 != 20971519\n[ 0.709584] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710561] vda: vda1 vda15\n[ 0.712029] scsi host0: ata_piix\n[ 0.712834] scsi host1: ata_piix\n[ 0.713559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.714796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.716432] libphy: Fixed MDIO Bus: probed\n[ 0.717260] tun: Universal TUN/TAP device driver, 1.6\n[ 0.718225] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.720306] PPP generic driver version 2.4.2\n[ 0.721292] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.722563] ehci-pci: EHCI PCI platform driver\n[ 0.723480] ehci-platform: EHCI generic platform driver\n[ 0.724484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.725622] ohci-pci: OHCI PCI platform driver\n[ 0.726499] ohci-platform: OHCI generic platform driver\n[ 0.727506] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.746617] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.747626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749084] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.751220] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.753884] usb usb1: Product: UHCI Host Controller\n[ 0.754830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.755989] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757019] hub 1-0:1.0: USB hub found\n[ 0.757808] hub 1-0:1.0: 2 ports detected\n[ 0.758738] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.760920] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.761894] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.762958] mousedev: PS/2 mouse device common for all mice\n[ 0.764151] rtc_cmos 00:00: RTC can wake from S4\n[ 0.765403] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.767116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.768433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769635] i2c /dev entries driver\n[ 0.770406] device-mapper: uevent: version 1.0.3\n[ 0.771369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773017] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774398] NET: Registered protocol family 10\n[ 0.775455] NET: Registered protocol family 17\n[ 0.776338] Key type dns_resolver registered\n[ 0.777324] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778432] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779532] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.781307] registered taskstats version 1\n[ 0.782149] Loading compiled-in X.509 certificates\n[ 0.783600] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785462] zswap: loaded using pool lzo/zbud\n[ 0.787054] Key type trusted registered\n[ 0.788764] Key type encrypted registered\n[ 0.789593] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.790625] ima: No TPM chip found, activating TPM-bypass!\n[ 0.791676] evm: HMAC attrs: 0x1\n[ 0.792662] Magic number: 6:68:112\n[ 0.793538] rtc_cmos 00:00: setting system clock to 2018-10-06 05:08:35 UTC (1538802515)\n[ 0.805653] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806776] EDD information not available.\n[ 0.872082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.873666] Write protecting the kernel read-only data: 14336k\n[ 0.875328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.877176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.948265] 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 1.30\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.55.1.8...\nLease of 10.55.1.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.50. iid=i-00000101\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBGy3BbyTyr3q/8WcUaWn6eNCE30S88MYIHpGXMWMmgY8a69KAKGUR8YMSq4jDs0DdLNNIlqCPFu/b5GMNw0fzGnoJ5DxjBu+iOgcPoQLVWLTcgAi1v93M4U+GQ7Alk1td9FQxCkOYrc5X44TTfhhhyvWjRWSDOrmJAJ1RW3Sz2xL0biQ22AVKN/05z+kKZfDipTZ3Bgpg6QfIlgwbbsg8K9qriLzGq8ZUnHqr9S91WmE2oTEkpdzAz2o0fTVn5D23QTBTh4WcabkoclzutXaxydRWFW1NwaZJitpnPqOHDnRjhXQ1U3kMyWBGKQjG84uU/Tu8nDui9a5JVHS+Pyv/ root@createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b\nssh-dss AAAAB3NzaC1kc3MAAACBAM4xaRkscxQYXBJhLfoTssWTKeuLaSJ4ABaz7ZeS3bCx3gILALROZNPWZC1kUPYZW67uvBXm1ZZAypB0s6Q73Pu49fVmMRSjL7+9XSBLM3o0OPAy9E2LO4WlI4qvNE2rPC67omdUojCg3QSy4cFgYRDUs/jBfDExff8tbfzI5sjzAAAAFQDj3fBjKMjHxQxk6crRdujKqB/uKQAAAIEAviLUQw+wvOCGZp1S8rlZi+kBHczetLInxudoyKsPsE9lSGUrgg09av8QQ8Bmuaa/AOJtKQcxCFet+6hCk9O0YfqqWj2DQo2S/HKCL8OIRJAy+8wMQ91GB7RckrrjCWUcIUn3UDpRysngdB5+mqyR6FHM93//DdUtQBR8fXGOFcQAAACBAJhSZ8laPmKihYd3arALujdcxqK2IWIZDIA70PqBiK+dUYOn2N8KmRk1svh1nIs9NJ421DQkD4wUVAeg73E8UpaYj9cg0XTydHbo3ishNbPTB8NPOfoplPXPqOXRzCjvBk5i+4pkkLuayquk6a88/55yaZu8QzxhJz10f66BO9IS root@createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe2f:a0f4/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \nip-route:169.254.169.254 via 10.55.1.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-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b login: "} 2018-10-06 05:08:55,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e/action used request id req-c83e7720-9990-4296-b5dc-981bb81eed2f 2018-10-06 05:08:55,124 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:08:55,124 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 584386819 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131986] pid_max: default: 32768 minimum: 301 [ 0.132917] ACPI: Core revision 20150930 [ 0.134307] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135622] Security Framework initialized [ 0.136438] Yama: becoming mindful. [ 0.137175] AppArmor: AppArmor initialized [ 0.138030] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139312] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.140569] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141760] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143126] Initializing cgroup subsys io [ 0.143941] Initializing cgroup subsys memory [ 0.144801] Initializing cgroup subsys devices [ 0.145679] Initializing cgroup subsys freezer [ 0.146546] Initializing cgroup subsys net_cls [ 0.147404] Initializing cgroup subsys perf_event [ 0.148313] Initializing cgroup subsys net_prio [ 0.149205] Initializing cgroup subsys hugetlb [ 0.150069] Initializing cgroup subsys pids [ 0.150942] CPU: Physical Processor ID: 0 [ 0.152432] mce: CPU supports 10 MCE banks [ 0.153282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154278] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.156558] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.163035] ftrace: allocating 31920 entries in 125 pages [ 0.189643] smpboot: Max logical packages: 2 [ 0.190516] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.191710] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.193061] x2apic enabled [ 0.193883] Switched APIC routing to physical x2apic. [ 0.195643] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.196933] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199602] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202027] KVM setup paravirtual spinlock [ 0.203691] x86: Booting SMP configuration: [ 0.204826] .... node #0, CPUs: #1 [ 0.205926] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.228899] x86: Booted up 1 node, 2 CPUs [ 0.228902] KVM setup async PF for cpu 1 [ 0.228905] kvm-stealtime: cpu 1, msr f90d940 [ 0.232211] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234110] devtmpfs: initialized [ 0.235991] evm: security.selinux [ 0.236872] evm: security.SMACK64 [ 0.237737] evm: security.SMACK64EXEC [ 0.238675] evm: security.SMACK64TRANSMUTE [ 0.239706] evm: security.SMACK64MMAP [ 0.240641] evm: security.ima [ 0.241481] evm: security.capability [ 0.242543] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245009] pinctrl core: initialized pinctrl subsystem [ 0.246445] RTC time: 5:08:35, date: 10/06/18 [ 0.247683] NET: Registered protocol family 16 [ 0.261014] cpuidle: using governor ladder [ 0.273084] cpuidle: using governor menu [ 0.274141] PCCT header not found. [ 0.275145] ACPI: bus type PCI registered [ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.277828] PCI: Using configuration type 1 for base access [ 0.290101] ACPI: Added _OSI(Module Device) [ 0.291202] ACPI: Added _OSI(Processor Device) [ 0.292304] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.293482] ACPI: Added _OSI(Processor Aggregator Device) [ 0.296187] ACPI: Interpreter enabled [ 0.297195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.299558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.301909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.304252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.306547] ACPI: (supports S0 S5) [ 0.307251] ACPI: Using IOAPIC for interrupt routing [ 0.308203] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.311585] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.313109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.314749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.316337] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.319280] acpiphp: Slot [3] registered [ 0.320294] acpiphp: Slot [4] registered [ 0.321301] acpiphp: Slot [5] registered [ 0.322303] acpiphp: Slot [6] registered [ 0.323319] acpiphp: Slot [7] registered [ 0.324315] acpiphp: Slot [8] registered [ 0.325342] acpiphp: Slot [9] registered [ 0.326363] acpiphp: Slot [10] registered [ 0.337401] acpiphp: Slot [11] registered [ 0.338486] acpiphp: Slot [12] registered [ 0.339527] acpiphp: Slot [13] registered [ 0.340550] acpiphp: Slot [14] registered [ 0.341582] acpiphp: Slot [15] registered [ 0.342611] acpiphp: Slot [16] registered [ 0.343641] acpiphp: Slot [17] registered [ 0.344670] acpiphp: Slot [18] registered [ 0.345716] acpiphp: Slot [19] registered [ 0.346771] acpiphp: Slot [20] registered [ 0.347830] acpiphp: Slot [21] registered [ 0.348853] acpiphp: Slot [22] registered [ 0.349885] acpiphp: Slot [23] registered [ 0.350908] acpiphp: Slot [24] registered [ 0.351927] acpiphp: Slot [25] registered [ 0.352945] acpiphp: Slot [26] registered [ 0.353999] acpiphp: Slot [27] registered [ 0.355047] acpiphp: Slot [28] registered [ 0.356095] acpiphp: Slot [29] registered [ 0.357146] acpiphp: Slot [30] registered [ 0.358196] acpiphp: Slot [31] registered [ 0.359236] PCI host bridge to bus 0000:00 [ 0.360255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.361837] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.363449] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.365289] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.367192] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.373740] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.375449] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.377028] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.378739] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.385446] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.387097] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432037] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436397] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439752] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440958] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442020] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443574] vgaarb: loaded [ 0.444177] vgaarb: bridge control possible 0000:00:02.0 [ 0.445334] SCSI subsystem initialized [ 0.446183] ACPI: bus type USB registered [ 0.447006] usbcore: registered new interface driver usbfs [ 0.448044] usbcore: registered new interface driver hub [ 0.449066] usbcore: registered new device driver usb [ 0.450172] PCI: Using ACPI for IRQ routing [ 0.451214] NetLabel: Initializing [ 0.451932] NetLabel: domain hash size = 128 [ 0.452785] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453733] NetLabel: unlabeled traffic allowed by default [ 0.454871] clocksource: Switched to clocksource kvm-clock [ 0.460883] AppArmor: AppArmor Filesystem Enabled [ 0.461856] pnp: PnP ACPI init [ 0.462791] pnp: PnP ACPI: found 5 devices [ 0.469905] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.471632] NET: Registered protocol family 2 [ 0.472617] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.473884] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.475058] TCP: Hash tables configured (established 2048 bind 2048) [ 0.476214] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.478455] NET: Registered protocol family 1 [ 0.479321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.480415] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.481488] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.500054] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518929] Trying to unpack rootfs image as initramfs... [ 0.570099] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.584358] Scanning for low memory corruption every 60 seconds [ 0.585765] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.586936] audit: initializing netlink subsys (disabled) [ 0.587971] audit: type=2000 audit(1538802515.771:1): initialized [ 0.589284] Initialise system trusted keyring [ 0.590264] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591440] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.593615] zbud: loaded [ 0.594367] VFS: Disk quotas dquot_6.6.0 [ 0.595212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.596812] fuse init (API version 7.23) [ 0.597743] Key type big_key registered [ 0.598553] Allocating IMA MOK and blacklist keyrings. [ 0.599759] Key type asymmetric registered [ 0.600587] Asymmetric key parser 'x509' registered [ 0.601548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603036] io scheduler noop registered [ 0.603837] io scheduler deadline registered (default) [ 0.604830] io scheduler cfq registered [ 0.605670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.606716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.607991] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.609465] ACPI: Power Button [PWRF] [ 0.610329] GHES: HEST is not enabled! [ 0.628915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.669051] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.693502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.696135] Linux agpgart interface v0.103 [ 0.698488] brd: module loaded [ 0.699840] loop: module loaded [ 0.705578] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.707077] GPT:90111 != 20971519 [ 0.707780] GPT:Alternate GPT header not at the end of the disk. [ 0.708885] GPT:90111 != 20971519 [ 0.709584] GPT: Use GNU Parted to correct GPT errors. [ 0.710561] vda: vda1 vda15 [ 0.712029] scsi host0: ata_piix [ 0.712834] scsi host1: ata_piix [ 0.713559] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.714796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.716432] libphy: Fixed MDIO Bus: probed [ 0.717260] tun: Universal TUN/TAP device driver, 1.6 [ 0.718225] tun: (C) 1999-2004 Max Krasnyansky [ 0.720306] PPP generic driver version 2.4.2 [ 0.721292] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.722563] ehci-pci: EHCI PCI platform driver [ 0.723480] ehci-platform: EHCI generic platform driver [ 0.724484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.725622] ohci-pci: OHCI PCI platform driver [ 0.726499] ohci-platform: OHCI generic platform driver [ 0.727506] uhci_hcd: USB Universal Host Controller Interface driver [ 0.746617] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.747626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.749084] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.750084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.751220] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.752456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.753884] usb usb1: Product: UHCI Host Controller [ 0.754830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.755989] usb usb1: SerialNumber: 0000:00:01.2 [ 0.757019] hub 1-0:1.0: USB hub found [ 0.757808] hub 1-0:1.0: 2 ports detected [ 0.758738] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.760920] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.761894] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.762958] mousedev: PS/2 mouse device common for all mice [ 0.764151] rtc_cmos 00:00: RTC can wake from S4 [ 0.765403] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.767116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.768433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.769635] i2c /dev entries driver [ 0.770406] device-mapper: uevent: version 1.0.3 [ 0.771369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.773017] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774398] NET: Registered protocol family 10 [ 0.775455] NET: Registered protocol family 17 [ 0.776338] Key type dns_resolver registered [ 0.777324] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.778432] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779532] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.781307] registered taskstats version 1 [ 0.782149] Loading compiled-in X.509 certificates [ 0.783600] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.785462] zswap: loaded using pool lzo/zbud [ 0.787054] Key type trusted registered [ 0.788764] Key type encrypted registered [ 0.789593] AppArmor: AppArmor sha1 policy hashing enabled [ 0.790625] ima: No TPM chip found, activating TPM-bypass! [ 0.791676] evm: HMAC attrs: 0x1 [ 0.792662] Magic number: 6:68:112 [ 0.793538] rtc_cmos 00:00: setting system clock to 2018-10-06 05:08:35 UTC (1538802515) [ 0.805653] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806776] EDD information not available. [ 0.872082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.873666] Write protecting the kernel read-only data: 14336k [ 0.875328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.877176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.948265] 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 1.30 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.55.1.8... Lease of 10.55.1.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.50. iid=i-00000101 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBGy3BbyTyr3q/8WcUaWn6eNCE30S88MYIHpGXMWMmgY8a69KAKGUR8YMSq4jDs0DdLNNIlqCPFu/b5GMNw0fzGnoJ5DxjBu+iOgcPoQLVWLTcgAi1v93M4U+GQ7Alk1td9FQxCkOYrc5X44TTfhhhyvWjRWSDOrmJAJ1RW3Sz2xL0biQ22AVKN/05z+kKZfDipTZ3Bgpg6QfIlgwbbsg8K9qriLzGq8ZUnHqr9S91WmE2oTEkpdzAz2o0fTVn5D23QTBTh4WcabkoclzutXaxydRWFW1NwaZJitpnPqOHDnRjhXQ1U3kMyWBGKQjG84uU/Tu8nDui9a5JVHS+Pyv/ root@createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b ssh-dss AAAAB3NzaC1kc3MAAACBAM4xaRkscxQYXBJhLfoTssWTKeuLaSJ4ABaz7ZeS3bCx3gILALROZNPWZC1kUPYZW67uvBXm1ZZAypB0s6Q73Pu49fVmMRSjL7+9XSBLM3o0OPAy9E2LO4WlI4qvNE2rPC67omdUojCg3QSy4cFgYRDUs/jBfDExff8tbfzI5sjzAAAAFQDj3fBjKMjHxQxk6crRdujKqB/uKQAAAIEAviLUQw+wvOCGZp1S8rlZi+kBHczetLInxudoyKsPsE9lSGUrgg09av8QQ8Bmuaa/AOJtKQcxCFet+6hCk9O0YfqqWj2DQo2S/HKCL8OIRJAy+8wMQ91GB7RckrrjCWUcIUn3UDpRysngdB5+mqyR6FHM93//DdUtQBR8fXGOFcQAAACBAJhSZ8laPmKihYd3arALujdcxqK2IWIZDIA70PqBiK+dUYOn2N8KmRk1svh1nIs9NJ421DQkD4wUVAeg73E8UpaYj9cg0XTydHbo3ishNbPTB8NPOfoplPXPqOXRzCjvBk5i+4pkkLuayquk6a88/55yaZu8QzxhJz10f66BO9IS root@createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe2f:a0f4/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 ip-route:169.254.169.254 via 10.55.1.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-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b launch-index: 0 === cirros: current=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c91e0cbf-7d26-4973-82f0-85bb4b login: 2018-10-06 05:08:55,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:55,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-471850c0-78cc-42f6-be7e-3afadee3a9d2 x-compute-request-id: req-471850c0-78cc-42f6-be7e-3afadee3a9d2 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:55,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-471850c0-78cc-42f6-be7e-3afadee3a9d2 2018-10-06 05:08:55,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:55,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-15aca106-482f-4409-8e5c-aa4cb7e37783 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:55,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-15aca106-482f-4409-8e5c-aa4cb7e37783 2018-10-06 05:08:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:55,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c58c6d-f11f-4c61-be84-83e9f4a372e8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:55,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-a6c58c6d-f11f-4c61-be84-83e9f4a372e8 2018-10-06 05:08:55,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:55,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-80c1f237-b891-48e8-a6ab-ccb7292843af Date: Sat, 06 Oct 2018 05:08:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:55,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-80c1f237-b891-48e8-a6ab-ccb7292843af 2018-10-06 05:08:55,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:55,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-9e668800-cc4c-4ffc-a28c-dc5270435fb8 Date: Sat, 06 Oct 2018 05:08:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:46Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af","fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:55,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-9e668800-cc4c-4ffc-a28c-dc5270435fb8 2018-10-06 05:08:55,949 - create_instance - INFO - Checking if VM is active 2018-10-06 05:08:55,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:56,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-230d006d-75c4-4c00-aa6f-e9f14ffb5db3 x-compute-request-id: req-230d006d-75c4-4c00-aa6f-e9f14ffb5db3 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:56,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-230d006d-75c4-4c00-aa6f-e9f14ffb5db3 2018-10-06 05:08:56,500 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:56,500 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:08:56,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:57,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-44eb52b4-3cb8-486a-bb6f-7c4fa297faba x-compute-request-id: req-44eb52b4-3cb8-486a-bb6f-7c4fa297faba Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp"}, {"name": "default"}], "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:39Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:57,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-44eb52b4-3cb8-486a-bb6f-7c4fa297faba 2018-10-06 05:08:57,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:57,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-82b1a712-7b92-4e96-b2ae-bd3034ea3193 Date: Sat, 06 Oct 2018 05:08: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":["e0576935-6c24-4b56-ae72-c6799cac12a0"],"updated_at":"2018-10-06T05:08:11Z","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"edfb251df31c4fcf9afcaa6a038b42c3","id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net"}]} 2018-10-06 05:08:57,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net used request id req-82b1a712-7b92-4e96-b2ae-bd3034ea3193 2018-10-06 05:08:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:57,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-430f0a32-d149-4bc9-820a-e6afc5f8ce2b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:08:57,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-430f0a32-d149-4bc9-820a-e6afc5f8ce2b 2018-10-06 05:08:57,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:57,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3b1685bd-7ab1-4d63-8ac5-48f7b897409e Date: Sat, 06 Oct 2018 05:08:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:11Z","dns_nameservers":[],"updated_at":"2018-10-06T05:08:11Z","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":"edfb251df31c4fcf9afcaa6a038b42c3","id":"e0576935-6c24-4b56-ae72-c6799cac12a0","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet"}]} 2018-10-06 05:08:57,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-3b1685bd-7ab1-4d63-8ac5-48f7b897409e 2018-10-06 05:08:57,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:57,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-b3c0a0f8-4b12-4e68-8ebc-de6d33c68ed0 Date: Sat, 06 Oct 2018 05:08:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:46Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.8"}],"id":"1957a547-610f-4050-91ae-96ea3ff4b2d7","security_groups":["d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af","fc3410cc-5d8c-4419-beb4-497f15d7062d"],"mac_address":"fa:16:3e:2f:a0:f4","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:31Z","binding:vnic_type":"normal","device_id":"184a91bb-941d-4d6c-bc94-5b0a3fe8b13e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.2"}],"id":"2fad563c-0065-4d8d-afa4-3436958fa3d7","security_groups":[],"mac_address":"fa:16:3e:cb:d6:77","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.3"}],"id":"598da35a-7e17-4f50-8572-dc246320b135","security_groups":[],"mac_address":"fa:16:3e:cf:b5:0e","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.4"}],"id":"5c2cdf17-fd36-4f33-87ad-390cd3ca2c6a","security_groups":[],"mac_address":"fa:16:3e:82:4b:bb","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da2af55b-c176-4a6d-8bdb-d57190c4b91d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:08:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e0576935-6c24-4b56-ae72-c6799cac12a0","ip_address":"10.55.1.1"}],"id":"a9372d09-d7f8-4173-a81a-431376f91da8","security_groups":[],"mac_address":"fa:16:3e:fc:fb:6d","project_id":"edfb251df31c4fcf9afcaa6a038b42c3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"da2af55b-c176-4a6d-8bdb-d57190c4b91d","tenant_id":"edfb251df31c4fcf9afcaa6a038b42c3","created_at":"2018-10-06T05:08:21Z","binding:vnic_type":"normal","device_id":"10c82ed5-ab23-444f-ac55-316a93e3b207"}]} 2018-10-06 05:08:57,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-b3c0a0f8-4b12-4e68-8ebc-de6d33c68ed0 2018-10-06 05:08:57,625 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:08:57,630 - paramiko.transport - DEBUG - starting thread (client mode): 0x7442f750L 2018-10-06 05:08:57,630 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:08:57,630 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:08:57,631 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:08:57,632 - 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-10-06 05:08:57,632 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:08:57,632 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:08:57,633 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:08:57,633 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:08:57,633 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:08:57,651 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:08:57,652 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:08:57,662 - paramiko.transport - DEBUG - Trying key 32f19615be0fb9dcd14e2c1f3f543df4 from tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8 2018-10-06 05:08:57,691 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:08:57,695 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:08:57,796 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:08:57,841 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:08:57,841 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:08:57,842 - paramiko.transport - DEBUG - starting thread (client mode): 0x759b59d0L 2018-10-06 05:08:57,843 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:08:57,843 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:08:57,843 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:08:57,844 - 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-10-06 05:08:57,845 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:08:57,845 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:08:57,845 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:08:57,845 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:08:57,845 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:08:57,863 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:08:57,863 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:08:57,875 - paramiko.transport - DEBUG - Trying key 32f19615be0fb9dcd14e2c1f3f543df4 from tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8 2018-10-06 05:08:57,899 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:08:57,903 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:08:57,908 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:08:57,909 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:08:57,909 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:08:57,913 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:08:57,914 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:08:57,916 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-06 05:08:57,916 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-10-06 05:08:57,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/458fa5d4-6357-4764-8557-11c82a302e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:58,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33effb19-dcc9-42ec-a23f-305d71eb6a93 Content-Length: 0 Date: Sat, 06 Oct 2018 05:08:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:08:58,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/458fa5d4-6357-4764-8557-11c82a302e39 used request id req-33effb19-dcc9-42ec-a23f-305d71eb6a93 2018-10-06 05:08:58,856 - create_instance - INFO - Deleting Port with ID - 1957a547-610f-4050-91ae-96ea3ff4b2d7 2018-10-06 05:08:58,856 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8port-1 2018-10-06 05:08:58,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/1957a547-610f-4050-91ae-96ea3ff4b2d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:59,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74737407-c739-4eed-851a-961f0a558dba Date: Sat, 06 Oct 2018 05:08:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:08:59,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/1957a547-610f-4050-91ae-96ea3ff4b2d7 used request id req-74737407-c739-4eed-851a-961f0a558dba 2018-10-06 05:08:59,288 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst 2018-10-06 05:08:59,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:59,454 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05: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-d0ed4762-efd9-4f82-9003-53d28327ab7c x-compute-request-id: req-d0ed4762-efd9-4f82-9003-53d28327ab7c Content-Type: application/json 2018-10-06 05:08:59,454 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-d0ed4762-efd9-4f82-9003-53d28327ab7c 2018-10-06 05:08:59,454 - create_instance - INFO - Checking deletion status 2018-10-06 05:08:59,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:08:59,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b56a3e0b-215e-4e15-8e65-4a8fbe3d0eb4 x-compute-request-id: req-b56a3e0b-215e-4e15-8e65-4a8fbe3d0eb4 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a0:f4", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:59Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:08:59,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-b56a3e0b-215e-4e15-8e65-4a8fbe3d0eb4 2018-10-06 05:08:59,736 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:08:59,736 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:09:02,739 - create_instance - DEBUG - VM status query timeout in 296.715157986 2018-10-06 05:09:02,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:09:02,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c72b2dd4-4329-4f61-a647-e48466580d88 x-compute-request-id: req-c72b2dd4-4329-4f61-a647-e48466580d88 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.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "rel": "bookmark"}], "image": {"id": "d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "links": [{"href": "http://172.30.9.29:8774/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:08:34.000000", "flavor": {"id": "9080440e-3d29-4cef-99aa-940982cd5750", "links": [{"href": "http://172.30.9.29:8774/flavors/9080440e-3d29-4cef-99aa-940982cd5750", "rel": "bookmark"}]}, "id": "184a91bb-941d-4d6c-bc94-5b0a3fe8b13e", "user_id": "df94d67af1154d78961793442a32ecde", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:08:59Z", "hostId": "b92e0148dfda6188685ab6284a750ed2f3755dabe26329b7c62a9e1a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp", "name": "CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst", "created": "2018-10-06T05:08:34Z", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:02,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-c72b2dd4-4329-4f61-a647-e48466580d88 2018-10-06 05:09:02,845 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst] is - ACTIVE 2018-10-06 05:09:02,845 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:09:05,848 - create_instance - DEBUG - VM status query timeout in 293.606182814 2018-10-06 05:09:05,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6414c6bb8b09f3d00687a12fd765389ecef7c3" 2018-10-06 05:09:05,906 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf5c8c7a-4b25-4c0d-b696-37b63f9a17cc x-compute-request-id: req-cf5c8c7a-4b25-4c0d-b696-37b63f9a17cc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 184a91bb-941d-4d6c-bc94-5b0a3fe8b13e could not be found.", "code": 404}} 2018-10-06 05:09:05,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/184a91bb-941d-4d6c-bc94-5b0a3fe8b13e used request id req-cf5c8c7a-4b25-4c0d-b696-37b63f9a17cc 2018-10-06 05:09:05,906 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 184a91bb-941d-4d6c-bc94-5b0a3fe8b13e could not be found. (HTTP 404) (Request-ID: req-cf5c8c7a-4b25-4c0d-b696-37b63f9a17cc) 2018-10-06 05:09:05,906 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-inst 2018-10-06 05:09:05,907 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp 2018-10-06 05:09:05,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbc742df35caa0a6b471bfd4744a0e1afb8f71a" 2018-10-06 05:09:05,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13deb5c4-f1b0-4b37-b3ff-90d5c9f8ef20 x-compute-request-id: req-13deb5c4-f1b0-4b37-b3ff-90d5c9f8ef20 Content-Length: 0 Content-Type: application/json 2018-10-06 05:09:05,957 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-kp used request id req-13deb5c4-f1b0-4b37-b3ff-90d5c9f8ef20 2018-10-06 05:09:05,958 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8.pub] 2018-10-06 05:09:05,958 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8] 2018-10-06 05:09:05,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6452a27500d5d42d32226a4cfb0ee167a166c7" 2018-10-06 05:09:06,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71db48d1-feb7-46a5-9245-50410a5408d4 x-compute-request-id: req-71db48d1-feb7-46a5-9245-50410a5408d4 Content-Length: 0 Content-Type: application/json 2018-10-06 05:09:06,005 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9080440e-3d29-4cef-99aa-940982cd5750 used request id req-71db48d1-feb7-46a5-9245-50410a5408d4 2018-10-06 05:09:06,006 - neutron_utils - INFO - Deleting security group rule with ID - e0dc68ec-734f-44eb-90c0-a1f44dbcb75b 2018-10-06 05:09:06,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e0dc68ec-734f-44eb-90c0-a1f44dbcb75b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:09:06,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3636b5e-6f08-4a74-9345-9aebb768e6c4 Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:06,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e0dc68ec-734f-44eb-90c0-a1f44dbcb75b used request id req-b3636b5e-6f08-4a74-9345-9aebb768e6c4 2018-10-06 05:09:06,681 - neutron_utils - INFO - Deleting security group rule with ID - 60d4f37f-931e-4542-9330-a4cc7a4c30e5 2018-10-06 05:09:06,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/60d4f37f-931e-4542-9330-a4cc7a4c30e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:09:06,875 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af27a1a9-9ebd-4ad3-8dc6-ef349acd3971 Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:06,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/60d4f37f-931e-4542-9330-a4cc7a4c30e5 used request id req-af27a1a9-9ebd-4ad3-8dc6-ef349acd3971 2018-10-06 05:09:06,876 - neutron_utils - INFO - Deleting security group rule with ID - 69e6e07e-645b-49fb-bd5b-7a6a94e466d6 2018-10-06 05:09:06,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/69e6e07e-645b-49fb-bd5b-7a6a94e466d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:09:07,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b04f0d2f-36f5-462b-840f-e9de3dbd8afd Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:07,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/69e6e07e-645b-49fb-bd5b-7a6a94e466d6 used request id req-b04f0d2f-36f5-462b-840f-e9de3dbd8afd 2018-10-06 05:09:07,130 - neutron_utils - INFO - Deleting security group rule with ID - 9b314206-d307-4e8f-9dab-5e4a799d0ccb 2018-10-06 05:09:07,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9b314206-d307-4e8f-9dab-5e4a799d0ccb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:09:07,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4665c0b-fe62-4576-b60e-e19e86efefd9 Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:07,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9b314206-d307-4e8f-9dab-5e4a799d0ccb used request id req-e4665c0b-fe62-4576-b60e-e19e86efefd9 2018-10-06 05:09:07,389 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-sec-grp 2018-10-06 05:09:07,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fff1096c3f39b5fc60ac5d6d056104c15d5363b" 2018-10-06 05:09:07,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f14f975-4366-404e-8141-80bdf8a8a280 Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:07,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/d5fa0a4b-3a7e-4fd8-875e-dd2840aad7af used request id req-1f14f975-4366-404e-8141-80bdf8a8a280 2018-10-06 05:09:07,495 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router and subnet CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet 2018-10-06 05:09:07,495 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:09:07,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" -d '{"subnet_id": "e0576935-6c24-4b56-ae72-c6799cac12a0"}' 2018-10-06 05:09:08,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9fd6bc8c-c102-4fc1-ae29-ea385703310b Date: Sat, 06 Oct 2018 05:09:08 GMT RESP BODY: {"network_id": "da2af55b-c176-4a6d-8bdb-d57190c4b91d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "subnet_id": "e0576935-6c24-4b56-ae72-c6799cac12a0", "subnet_ids": ["e0576935-6c24-4b56-ae72-c6799cac12a0"], "port_id": "a9372d09-d7f8-4173-a81a-431376f91da8", "id": "10c82ed5-ab23-444f-ac55-316a93e3b207"} 2018-10-06 05:09:08,852 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207/remove_router_interface used request id req-9fd6bc8c-c102-4fc1-ae29-ea385703310b 2018-10-06 05:09:08,852 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:09:08,853 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-router 2018-10-06 05:09:08,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8ae0066cdb1485f8c365070f58403ae2778a6f" 2018-10-06 05:09:12,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddb21587-4820-4289-ba24-1d90009d2c0f Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:12,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/10c82ed5-ab23-444f-ac55-316a93e3b207 used request id req-ddb21587-4820-4289-ba24-1d90009d2c0f 2018-10-06 05:09:12,507 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet 2018-10-06 05:09:12,508 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-subnet 2018-10-06 05:09:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:09:14,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ec1a871-fd81-4aae-b091-2bdfd38d060d Date: Sat, 06 Oct 2018 05:09:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:14,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e0576935-6c24-4b56-ae72-c6799cac12a0 used request id req-8ec1a871-fd81-4aae-b091-2bdfd38d060d 2018-10-06 05:09:14,859 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-pub-net 2018-10-06 05:09:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/da2af55b-c176-4a6d-8bdb-d57190c4b91d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09106c2d4883a2e144c0dc4a430595a0c966021" 2018-10-06 05:09:16,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22bd95ee-90d4-4d5b-b340-f3281753f3e4 Date: Sat, 06 Oct 2018 05:09:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:16,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/da2af55b-c176-4a6d-8bdb-d57190c4b91d used request id req-22bd95ee-90d4-4d5b-b340-f3281753f3e4 2018-10-06 05:09:16,261 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c91e0cbf-7d26-4973-82f0-85bb4bcff5a8-image 2018-10-06 05:09:16,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c57a62c8c97ceaf7f0e409201b02fbd379bcc5e" 2018-10-06 05:09:17,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8255c889-cc6a-4b42-9c17-4c94840a18ba Date: Sat, 06 Oct 2018 05:09:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:09:17,183 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d40dc1b2-7b92-4e2e-a772-ab81bc4ddf0e used request id req-8255c889-cc6a-4b42-9c17-4c94840a18ba 2018-10-06 05:09:17,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:17,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-88762c8e-9954-4029-8334-98751064118d Date: Sat, 06 Oct 2018 05:09:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:10Z", "updated_at": "2018-10-06T05:08:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "revision_number": 0, "id": "028a4c89-1148-4f5e-9543-7fd816ce1c50", "remote_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "revision_number": 0, "id": "058fbd5a-48f0-4a26-a2be-f48e3acdd7a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "revision_number": 0, "id": "aa486042-ce50-4a8b-aa65-75f37185b8b6", "remote_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "revision_number": 0, "id": "d0ad235c-81d1-4ad5-8278-94f58b075b1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3"}], "revision_number": 4, "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "name": "default"}]} 2018-10-06 05:09:17,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-88762c8e-9954-4029-8334-98751064118d 2018-10-06 05:09:17,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:17,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54a0436f-b9aa-4e4e-b10a-2432b124ebfc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:09:17,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-54a0436f-b9aa-4e4e-b10a-2432b124ebfc 2018-10-06 05:09:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:17,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84eb4fab-9402-4b51-b2bf-1f1164b5e8c3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:09:17,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-84eb4fab-9402-4b51-b2bf-1f1164b5e8c3 2018-10-06 05:09:17,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:17,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e81a26-9e11-470a-b31a-53b55fa74122 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-06 05:09:17,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d used request id req-74e81a26-9e11-470a-b31a-53b55fa74122 2018-10-06 05:09:17,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:17,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990dd858-916a-4bdd-a19d-3318c76e4c3d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3"}, "enabled": true, "id": "edfb251df31c4fcf9afcaa6a038b42c3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj"}} 2018-10-06 05:09:17,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-990dd858-916a-4bdd-a19d-3318c76e4c3d 2018-10-06 05:09:17,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3410cc-5d8c-4419-beb4-497f15d7062d 2018-10-06 05:09:17,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fc3410cc-5d8c-4419-beb4-497f15d7062d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:18,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-51006bf8-d265-4086-805f-0efcbcb627c3 Date: Sat, 06 Oct 2018 05:09:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:10Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "028a4c89-1148-4f5e-9543-7fd816ce1c50"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:10Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "058fbd5a-48f0-4a26-a2be-f48e3acdd7a1"}, {"remote_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:10Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "aa486042-ce50-4a8b-aa65-75f37185b8b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:08:10Z", "security_group_id": "fc3410cc-5d8c-4419-beb4-497f15d7062d", "port_range_min": null, "revision_number": 0, "tenant_id": "edfb251df31c4fcf9afcaa6a038b42c3", "created_at": "2018-10-06T05:08:10Z", "project_id": "edfb251df31c4fcf9afcaa6a038b42c3", "id": "d0ad235c-81d1-4ad5-8278-94f58b075b1b"}]} 2018-10-06 05:09:18,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=fc3410cc-5d8c-4419-beb4-497f15d7062d used request id req-51006bf8-d265-4086-805f-0efcbcb627c3 2018-10-06 05:09:18,056 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:09:18,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/fc3410cc-5d8c-4419-beb4-497f15d7062d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:18,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08080e23-5ebd-4441-8791-5543f3e40e2f Content-Length: 0 Date: Sat, 06 Oct 2018 05:09:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:09:18,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/fc3410cc-5d8c-4419-beb4-497f15d7062d used request id req-08080e23-5ebd-4441-8791-5543f3e40e2f 2018-10-06 05:09:18,357 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj 2018-10-06 05:09:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:18,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52c3e05c-f896-4e7b-b9ae-7fd81ef3b8c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:09:18,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/edfb251df31c4fcf9afcaa6a038b42c3 used request id req-52c3e05c-f896-4e7b-b9ae-7fd81ef3b8c5 2018-10-06 05:09:18,592 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-proj-role 2018-10-06 05:09:18,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:18,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63e609a4-8928-4285-9a09-0dcc08f9388d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:09:18,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/2f94c8f169bd4fe28eb687c232cd9935 used request id req-63e609a4-8928-4285-9a09-0dcc08f9388d 2018-10-06 05:09:18,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f27bc78afb8b085491ae0c49b972732f38d1be" 2018-10-06 05:09:18,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50cc875b-42bc-4773-8d16-1a1fea20d4a0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:09:18,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-50cc875b-42bc-4773-8d16-1a1fea20d4a0 2018-10-06 05:09:18,795 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b103253b-276c-46e-user 2018-10-06 05:09:18,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/df94d67af1154d78961793442a32ecde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}239f60b2a13fdcd32fff718ffe527e42d29cb6a6" 2018-10-06 05:09:18,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a581d19-b5f3-4b30-998c-cfc3e0a8f8fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:09:18,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/df94d67af1154d78961793442a32ecde used request id req-6a581d19-b5f3-4b30-998c-cfc3e0a8f8fb 2018-10-06 05:09:18,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:19,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["KKO1wcOPTYWZNAdW7PAdMA"], "issued_at": "2018-10-06T05:09:19.000000Z"}} 2018-10-06 05:09:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af1038358c087d591720f350e081784aaa87483" 2018-10-06 05:09:19,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e337e6e-8510-4e1e-91a1-edec8a9d8c56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:19,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0e337e6e-8510-4e1e-91a1-edec8a9d8c56 2018-10-06 05:09:19,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:19,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:19,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["VNlUi5m1RQWJCRmVNxvI8A"], "issued_at": "2018-10-06T05:09:19.000000Z"}} 2018-10-06 05:09:19,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:19,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9d04f8-dd14-4485-9f51-fb9619d7ec7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:19,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0a9d04f8-dd14-4485-9f51-fb9619d7ec7e 2018-10-06 05:09:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:19,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:19,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:20,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68143874-9bb8-442d-9e20-8610a7b2ac31 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:09:20,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj used request id req-68143874-9bb8-442d-9e20-8610a7b2ac31 2018-10-06 05:09:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:20,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f76c46-f8ba-44a3-b580-47ed2c09ee40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:09:20,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-53f76c46-f8ba-44a3-b580-47ed2c09ee40 2018-10-06 05:09:20,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}}' 2018-10-06 05:09:20,297 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfca4294-1dfb-4321-b83b-6c5bde32ac6e Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:20,297 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cfca4294-1dfb-4321-b83b-6c5bde32ac6e 2018-10-06 05:09:20,298 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj 2018-10-06 05:09:20,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:20,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:20,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2xLEDRHSRO-e0G8hDrizNw"], "issued_at": "2018-10-06T05:09:20.000000Z"}} 2018-10-06 05:09:20,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cff46f516acbddd4a28540c1390c227e61ad149" 2018-10-06 05:09:20,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72458bf-44ce-43c3-b7c1-58a38779f224 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:20,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d72458bf-44ce-43c3-b7c1-58a38779f224 2018-10-06 05:09:20,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:20,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cff46f516acbddd4a28540c1390c227e61ad149" 2018-10-06 05:09:20,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8556f530-71a3-4a5e-be7c-caf5ba284cc9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:09:20,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8556f530-71a3-4a5e-be7c-caf5ba284cc9 2018-10-06 05:09:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cff46f516acbddd4a28540c1390c227e61ad149" 2018-10-06 05:09:20,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca83bed-700c-40e7-872e-b0656ca8b889 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}]} 2018-10-06 05:09:20,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj used request id req-dca83bed-700c-40e7-872e-b0656ca8b889 2018-10-06 05:09:20,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cff46f516acbddd4a28540c1390c227e61ad149" 2018-10-06 05:09:21,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ecef6d2-15ac-4af3-a149-996adcf06854 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:09:21,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8ecef6d2-15ac-4af3-a149-996adcf06854 2018-10-06 05:09:21,411 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user 2018-10-06 05:09:21,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:21,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca008b6b-57e0-4e10-96db-f89a5691b2e3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:09:21,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca008b6b-57e0-4e10-96db-f89a5691b2e3 2018-10-06 05:09:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}}' 2018-10-06 05:09:21,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f713c4-25f3-4f8c-87b5-4b5b9c0b778c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cf24ac3ba6e24957b135d140392477c7", "links": {"self": "http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7"}, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}} 2018-10-06 05:09:21,619 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c6f713c4-25f3-4f8c-87b5-4b5b9c0b778c 2018-10-06 05:09:21,620 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role 2018-10-06 05:09:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:21,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf5c3ba-1835-492e-9aec-c010f0a5cd78 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role", "id": "cf24ac3ba6e24957b135d140392477c7"}} 2018-10-06 05:09:21,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7 used request id req-dcf5c3ba-1835-492e-9aec-c010f0a5cd78 2018-10-06 05:09:21,640 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role to project CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj 2018-10-06 05:09:21,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b/users/13894ba38f8049f390336124b3d0ea4e/roles/cf24ac3ba6e24957b135d140392477c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:09:21,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64afcce7-a134-46a5-a782-c5bcdc7d406f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:09:21,754 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b/users/13894ba38f8049f390336124b3d0ea4e/roles/cf24ac3ba6e24957b135d140392477c7 used request id req-64afcce7-a134-46a5-a782-c5bcdc7d406f 2018-10-06 05:09:21,754 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:09:21,756 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:09:21,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:21,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:22,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["DCD8sW4qTAqlQkWGtfKsmg"], "issued_at": "2018-10-06T05:09:22.000000Z"}} 2018-10-06 05:09:22,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:22,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64b0aec-d820-4c1e-8c1f-bb670fb97d25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:22,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f64b0aec-d820-4c1e-8c1f-bb670fb97d25 2018-10-06 05:09:22,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:22,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-287d1815-4a24-499e-8d39-1ca1fbe66d07 Date: Sat, 06 Oct 2018 05:09:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image"} 2018-10-06 05:09:22,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image used request id req-287d1815-4a24-499e-8d39-1ca1fbe66d07 2018-10-06 05:09:22,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:22,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1339f2cc-f0e7-497e-97ae-cc0aab651299 Date: Sat, 06 Oct 2018 05:09: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", "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-10-06 05:09:22,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1339f2cc-f0e7-497e-97ae-cc0aab651299 2018-10-06 05:09:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image"}' 2018-10-06 05:09:22,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 X-Openstack-Request-Id: req-2450432f-be13-42aa-aad2-38655e01e3a3 Date: Sat, 06 Oct 2018 05:09:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:09:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:09:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "min_disk": 0, "protected": false, "id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "file": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file", "checksum": null, "owner": "e167919701824f06a541b3626717dc4b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:09:22,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-2450432f-be13-42aa-aad2-38655e01e3a3 2018-10-06 05:09:22,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" -d '' 2018-10-06 05:09:23,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97db2301-5f96-4eb6-a1f6-5e523f9899c8 Date: Sat, 06 Oct 2018 05:09:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:09:23,930 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file used request id req-97db2301-5f96-4eb6-a1f6-5e523f9899c8 2018-10-06 05:09:23,931 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:09:23,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:24,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-f5149984-a889-45fd-bb57-1a2fe9fb85b4 Date: Sat, 06 Oct 2018 05:09:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:09:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:09:23Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "metadata": {}}], "self": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "min_disk": 0, "protected": false, "id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "file": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e167919701824f06a541b3626717dc4b", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:09:24,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 used request id req-f5149984-a889-45fd-bb57-1a2fe9fb85b4 2018-10-06 05:09:24,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:24,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-83b5e075-7e30-4ec6-8e13-f6a84ce12c46 Date: Sat, 06 Oct 2018 05:09: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", "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-10-06 05:09:24,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-83b5e075-7e30-4ec6-8e13-f6a84ce12c46 2018-10-06 05:09:24,249 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image 2018-10-06 05:09:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:09:24,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-14991e28-3d32-4b7f-a1f9-ebea9779d211 Date: Sat, 06 Oct 2018 05:09:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:09:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:09:23Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "metadata": {}}], "self": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "min_disk": 0, "protected": false, "id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "file": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e167919701824f06a541b3626717dc4b", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:09:24,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 used request id req-14991e28-3d32-4b7f-a1f9-ebea9779d211 2018-10-06 05:09:24,417 - create_image - DEBUG - Instance status is - active 2018-10-06 05:09:24,417 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image 2018-10-06 05:09:24,417 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image 2018-10-06 05:09:24,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:24,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:24,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["fiiF8uz9TYOGwpTyAwBOkA"], "issued_at": "2018-10-06T05:09:24.000000Z"}} 2018-10-06 05:09:24,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:24,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02adc035-800a-4441-8a13-86ca34f6424a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:24,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-02adc035-800a-4441-8a13-86ca34f6424a 2018-10-06 05:09:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:25,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-10f54adc-86e2-439a-9bbb-24b48052d1b9 Date: Sat, 06 Oct 2018 05:09:25 GMT RESP BODY: {"networks":[]} 2018-10-06 05:09:25,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-10f54adc-86e2-439a-9bbb-24b48052d1b9 2018-10-06 05:09:25,054 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net 2018-10-06 05:09:25,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net", "admin_state_up": true}}' 2018-10-06 05:09:25,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-98e1485f-6931-44f9-86f5-dbc3a07d810f Date: Sat, 06 Oct 2018 05:09:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c1c970c7-8963-490a-b0eb-05c041e47a41","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:09:25Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","mtu":1450}} 2018-10-06 05:09:25,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-98e1485f-6931-44f9-86f5-dbc3a07d810f 2018-10-06 05:09:25,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:25,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4f7725cb-75de-453e-a264-7486428b06e8 Date: Sat, 06 Oct 2018 05:09: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-10-06T05:09:25Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:25,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-4f7725cb-75de-453e-a264-7486428b06e8 2018-10-06 05:09:25,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:25,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b6fde677-8c62-4425-b147-2bd3cf3f0e45 Date: Sat, 06 Oct 2018 05:09:25 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:09:25,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-b6fde677-8c62-4425-b147-2bd3cf3f0e45 2018-10-06 05:09:25,974 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet 2018-10-06 05:09:25,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" -d '{"subnets": [{"ip_version": 4, "network_id": "c1c970c7-8963-490a-b0eb-05c041e47a41", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]}' 2018-10-06 05:09:26,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1cb41d54-863e-44b2-81cc-d4f4a3936807 Date: Sat, 06 Oct 2018 05:09:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:26,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-1cb41d54-863e-44b2-81cc-d4f4a3936807 2018-10-06 05:09:26,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:27,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aa089709-51f1-4105-9f7a-812b18cd00c9 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:27,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-aa089709-51f1-4105-9f7a-812b18cd00c9 2018-10-06 05:09:27,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:09:27,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d9d71e43-a23a-454f-99c0-24a66ad0d7ec Date: Sat, 06 Oct 2018 05:09:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:27,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-d9d71e43-a23a-454f-99c0-24a66ad0d7ec 2018-10-06 05:09:27,521 - OpenStackNetwork - DEBUG - Network [c1c970c7-8963-490a-b0eb-05c041e47a41] created successfully 2018-10-06 05:09:27,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:27,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:27,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["rDiPq7muQ8qdmHoGsSckdg"], "issued_at": "2018-10-06T05:09:27.000000Z"}} 2018-10-06 05:09:27,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:27,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c290ae8b-7e19-486e-b23f-707871614566 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:27,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c290ae8b-7e19-486e-b23f-707871614566 2018-10-06 05:09:27,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:28,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-95895712-35e9-4501-8a9c-295622e9c310 Date: Sat, 06 Oct 2018 05:09:28 GMT RESP BODY: {"routers": []} 2018-10-06 05:09:28,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router&admin_state_up=True used request id req-95895712-35e9-4501-8a9c-295622e9c310 2018-10-06 05:09:28,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:28,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:28,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["4SICfMuHQBqM0Binu4Hgrg"], "issued_at": "2018-10-06T05:09:28.000000Z"}} 2018-10-06 05:09:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c9a0c9ca425bd90f7e35e2ef77dd3a90e4fde9" 2018-10-06 05:09:28,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b961fdbc-2106-4840-bf25-1d537dbb98e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:28,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b961fdbc-2106-4840-bf25-1d537dbb98e2 2018-10-06 05:09:28,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:29,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-444d746e-13fa-48c9-8090-c51956ea158d Date: Sat, 06 Oct 2018 05:09:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:09:29,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-444d746e-13fa-48c9-8090-c51956ea158d 2018-10-06 05:09:29,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:29,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e444ac6e-3495-45cb-a9cc-9a65df4f8628 Date: Sat, 06 Oct 2018 05:09:29 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:09:29,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-e444ac6e-3495-45cb-a9cc-9a65df4f8628 2018-10-06 05:09:29,256 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:09:29,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router", "admin_state_up": true}}' 2018-10-06 05:09:34,226 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9bd32b7a-262e-420c-88a7-5eaf0990ad1c Date: Sat, 06 Oct 2018 05:09:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:30Z", "admin_state_up": true, "updated_at": "2018-10-06T05:09:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e167919701824f06a541b3626717dc4b", "id": "12fc937e-56f8-4e4b-8994-eba6fc528907", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router"}} 2018-10-06 05:09:34,226 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-9bd32b7a-262e-420c-88a7-5eaf0990ad1c 2018-10-06 05:09:34,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:34,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c496fcda-5e1e-4621-a96e-8b5809928d49 Date: Sat, 06 Oct 2018 05:09:34 GMT RESP BODY: {"ports":[]} 2018-10-06 05:09:34,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 used request id req-c496fcda-5e1e-4621-a96e-8b5809928d49 2018-10-06 05:09:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:34,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-39f20e6e-ee42-41c8-9969-52d5b69b96df Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:34,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-39f20e6e-ee42-41c8-9969-52d5b69b96df 2018-10-06 05:09:34,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:34,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:34,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:34,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdb8aed-e83f-4d07-87e2-f28a18920c1c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:34,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-2bdb8aed-e83f-4d07-87e2-f28a18920c1c 2018-10-06 05:09:34,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:35,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1a3c6e08-be4c-40e3-87a3-38b064d29dfd Date: Sat, 06 Oct 2018 05:09:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:35,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-1a3c6e08-be4c-40e3-87a3-38b064d29dfd 2018-10-06 05:09:35,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:35,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e46d2e98-deed-4aad-9842-53f77460dd94 Date: Sat, 06 Oct 2018 05:09:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:35,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet used request id req-e46d2e98-deed-4aad-9842-53f77460dd94 2018-10-06 05:09:35,061 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:09:35,061 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:09:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" -d '{"subnet_id": "6e438ca0-aaf2-4961-aaa2-8ff3b049229d"}' 2018-10-06 05:09:37,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-01bb683b-fdb2-44a8-aa00-e9790c997b5c Date: Sat, 06 Oct 2018 05:09:37 GMT RESP BODY: {"network_id": "c1c970c7-8963-490a-b0eb-05c041e47a41", "tenant_id": "e167919701824f06a541b3626717dc4b", "subnet_id": "6e438ca0-aaf2-4961-aaa2-8ff3b049229d", "subnet_ids": ["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"], "port_id": "a6f2eb42-2f39-489f-a8f8-73ca8627f4c6", "id": "12fc937e-56f8-4e4b-8994-eba6fc528907"} 2018-10-06 05:09:37,485 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907/add_router_interface used request id req-01bb683b-fdb2-44a8-aa00-e9790c997b5c 2018-10-06 05:09:37,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:37,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2e068ca8-bbb0-4652-abff-0f6ad04eca79 Date: Sat, 06 Oct 2018 05:09:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:30Z", "admin_state_up": true, "updated_at": "2018-10-06T05:09:36Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e167919701824f06a541b3626717dc4b", "id": "12fc937e-56f8-4e4b-8994-eba6fc528907", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router"}} 2018-10-06 05:09:37,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907 used request id req-2e068ca8-bbb0-4652-abff-0f6ad04eca79 2018-10-06 05:09:37,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:37,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-fdd0e1c4-8af1-416d-8f1e-53f494a4c9af Date: Sat, 06 Oct 2018 05:09:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:09:37,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 used request id req-fdd0e1c4-8af1-416d-8f1e-53f494a4c9af 2018-10-06 05:09:37,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:09:38,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1bdad4ef-f0a7-4e44-a3bb-64920c26ea1c Date: Sat, 06 Oct 2018 05:09:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}} 2018-10-06 05:09:38,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d used request id req-1bdad4ef-f0a7-4e44-a3bb-64920c26ea1c 2018-10-06 05:09:38,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:38,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:38,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["4jmvZggTRpK2MI5WPyAJGA"], "issued_at": "2018-10-06T05:09:38.000000Z"}} 2018-10-06 05:09:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ce99f0163c4b9e826baeabbab8dfadf07cc65" 2018-10-06 05:09:38,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1da1a6f8-13c8-4a94-85cf-dddaafeb0014 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:38,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1da1a6f8-13c8-4a94-85cf-dddaafeb0014 2018-10-06 05:09:38,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:09:38,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ce99f0163c4b9e826baeabbab8dfadf07cc65" 2018-10-06 05:09:39,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-5ee971e6-e430-4db1-8527-b513662d0fda x-compute-request-id: req-5ee971e6-e430-4db1-8527-b513662d0fda Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:09:39,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5ee971e6-e430-4db1-8527-b513662d0fda 2018-10-06 05:09:39,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ce99f0163c4b9e826baeabbab8dfadf07cc65" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-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-10-06 05:09:39,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c770cbd5-fd2b-450f-8620-561eb6276056 x-compute-request-id: req-c770cbd5-fd2b-450f-8620-561eb6276056 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:09:39,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c770cbd5-fd2b-450f-8620-561eb6276056 2018-10-06 05:09:39,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:39,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:39,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["A0CpRwDfQG-waitqgRsm-A"], "issued_at": "2018-10-06T05:09:39.000000Z"}} 2018-10-06 05:09:39,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5367d4c2ecd1e7056fa8508e66b2db550e55bfb8" 2018-10-06 05:09:39,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac17c9ff-6571-4a46-a636-4f7e38f47074 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:39,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ac17c9ff-6571-4a46-a636-4f7e38f47074 2018-10-06 05:09:39,510 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:09:39,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5367d4c2ecd1e7056fa8508e66b2db550e55bfb8" 2018-10-06 05:09:39,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1073c0fa-0977-4e98-b227-596202936bf4 x-compute-request-id: req-1073c0fa-0977-4e98-b227-596202936bf4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:09:39,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-1073c0fa-0977-4e98-b227-596202936bf4 2018-10-06 05:09:39,687 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp... 2018-10-06 05:09:39,687 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:09:39,704 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp 2018-10-06 05:09:39,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5367d4c2ecd1e7056fa8508e66b2db550e55bfb8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDDLDd58UI9FyfdbmkTe+OQDixvtLKkfwNQz+DJMHna0qtkoEn31eZ5rTTOH27Sh7fvVEW/HXBjsNwQkUd+RhXJ1j+H6IyXux1SZXo2rZYvGdC6UTwN4u4Tg0B08RbN48xNz6vy1bJGhOdZKyhOU/OODq2mGKiHz6XbHUuUb9pDnQ==", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp"}}' 2018-10-06 05:09:39,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0838dff-8623-4661-9081-c78351bb6f20 x-compute-request-id: req-a0838dff-8623-4661-9081-c78351bb6f20 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDDLDd58UI9FyfdbmkTe+OQDixvtLKkfwNQz+DJMHna0qtkoEn31eZ5rTTOH27Sh7fvVEW/HXBjsNwQkUd+RhXJ1j+H6IyXux1SZXo2rZYvGdC6UTwN4u4Tg0B08RbN48xNz6vy1bJGhOdZKyhOU/OODq2mGKiHz6XbHUuUb9pDnQ==", "user_id": "13894ba38f8049f390336124b3d0ea4e", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "fingerprint": "80:00:69:57:62:17:1a:07:31:6e:02:00:d7:e5:65:f0"}} 2018-10-06 05:09:39,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-a0838dff-8623-4661-9081-c78351bb6f20 2018-10-06 05:09:39,760 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95.pub 2018-10-06 05:09:39,761 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95 2018-10-06 05:09:39,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:39,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:40,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["4jFpguiaSXCHgpbKkXlAkw"], "issued_at": "2018-10-06T05:09:40.000000Z"}} 2018-10-06 05:09:40,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:40,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1dcc7c4-3376-4c2f-9212-7a199a01dd51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:40,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1dcc7c4-3376-4c2f-9212-7a199a01dd51 2018-10-06 05:09:40,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:40,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1922637c-6d98-42d2-a535-f9009cefbfb1 Date: Sat, 06 Oct 2018 05:09:40 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:09:40,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp used request id req-1922637c-6d98-42d2-a535-f9009cefbfb1 2018-10-06 05:09:40,393 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp... 2018-10-06 05:09:40,393 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp 2018-10-06 05:09:40,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}}' 2018-10-06 05:09:40,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-d4dfcbf4-a9de-40f3-a1b7-1ecc65055171 Date: Sat, 06 Oct 2018 05:09:40 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 2, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}} 2018-10-06 05:09:40,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-d4dfcbf4-a9de-40f3-a1b7-1ecc65055171 2018-10-06 05:09:40,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:40,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-de189ecd-4180-42c8-9dc7-3561358c4e8f Date: Sat, 06 Oct 2018 05:09: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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}]} 2018-10-06 05:09:40,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-de189ecd-4180-42c8-9dc7-3561358c4e8f 2018-10-06 05:09:40,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aefa9b07-4839-405d-98e9-4dcebebaec08 Date: Sat, 06 Oct 2018 05:09:41 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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}]} 2018-10-06 05:09:41,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-aefa9b07-4839-405d-98e9-4dcebebaec08 2018-10-06 05:09:41,162 - neutron_utils - INFO - Retrieving security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:41,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d38a41a7-ba8a-40bc-bdcd-ecfca13bfff1 Date: Sat, 06 Oct 2018 05:09:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 2, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]} 2018-10-06 05:09:41,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-d38a41a7-ba8a-40bc-bdcd-ecfca13bfff1 2018-10-06 05:09:41,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:41,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ed7019d-9d8b-455b-9711-95d172be3c64 Date: Sat, 06 Oct 2018 05:09:41 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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}]} 2018-10-06 05:09:41,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-0ed7019d-9d8b-455b-9711-95d172be3c64 2018-10-06 05:09:41,397 - neutron_utils - INFO - Retrieving security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:41,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e5f03d4d-4833-4621-a954-3442597862bc Date: Sat, 06 Oct 2018 05:09:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 2, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]} 2018-10-06 05:09:41,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-e5f03d4d-4833-4621-a954-3442597862bc 2018-10-06 05:09:41,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:41,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7b33068-429b-43ea-92f2-be5ee09a0485 Date: Sat, 06 Oct 2018 05:09:41 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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}]} 2018-10-06 05:09:41,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-f7b33068-429b-43ea-92f2-be5ee09a0485 2018-10-06 05:09:41,660 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp 2018-10-06 05:09:41,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d157e7fb-8595-4709-854c-44618b03bdf3 Date: Sat, 06 Oct 2018 05:09:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 2, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]} 2018-10-06 05:09:41,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp used request id req-d157e7fb-8595-4709-854c-44618b03bdf3 2018-10-06 05:09:41,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:41,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:41,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a431af7-c124-4ac9-b6ba-d190601e9e63 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:41,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-5a431af7-c124-4ac9-b6ba-d190601e9e63 2018-10-06 05:09:41,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:41,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-81567756-9807-445e-911a-00e312a01755 Date: Sat, 06 Oct 2018 05:09:41 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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}]} 2018-10-06 05:09:41,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-81567756-9807-445e-911a-00e312a01755 2018-10-06 05:09:41,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f"}}' 2018-10-06 05:09:42,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-fa661529-b272-4ac7-a4a3-4fcdd38cc11a Date: Sat, 06 Oct 2018 05:09:42 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-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:42Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "eaae7d39-fecf-4adb-8041-477d2aea8d21"}} 2018-10-06 05:09:42,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-fa661529-b272-4ac7-a4a3-4fcdd38cc11a 2018-10-06 05:09:42,298 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp 2018-10-06 05:09:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:42,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-7a476b12-6db1-4f17-a886-b0b054d6b749 Date: Sat, 06 Oct 2018 05:09:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:42Z", "revision_number": 0, "id": "eaae7d39-fecf-4adb-8041-477d2aea8d21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 3, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]} 2018-10-06 05:09:42,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp used request id req-7a476b12-6db1-4f17-a886-b0b054d6b749 2018-10-06 05:09:42,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:42,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef833614-55a8-4dff-9829-c6ee2af54467 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:42,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-ef833614-55a8-4dff-9829-c6ee2af54467 2018-10-06 05:09:42,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:42,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-7bd4cc46-a84b-404d-88d3-5420becce8e9 Date: Sat, 06 Oct 2018 05:09:42 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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:42Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "eaae7d39-fecf-4adb-8041-477d2aea8d21"}]} 2018-10-06 05:09:42,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-7bd4cc46-a84b-404d-88d3-5420becce8e9 2018-10-06 05:09:42,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f"}}' 2018-10-06 05:09:42,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-5c688da0-0aa3-4dcc-8c35-1c399dfa3fce Date: Sat, 06 Oct 2018 05:09:42 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-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": 22, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:42Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "44fcf630-46ab-43a1-95f6-ea4e722cdd2e"}} 2018-10-06 05:09:42,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-5c688da0-0aa3-4dcc-8c35-1c399dfa3fce 2018-10-06 05:09:42,921 - neutron_utils - INFO - Retrieving security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:42,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-01bc2c59-776d-401a-a9ae-7b334aa915d6 Date: Sat, 06 Oct 2018 05:09:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "updated_at": "2018-10-06T05:09:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:09:42Z", "revision_number": 0, "id": "44fcf630-46ab-43a1-95f6-ea4e722cdd2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "revision_number": 0, "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:42Z", "revision_number": 0, "id": "eaae7d39-fecf-4adb-8041-477d2aea8d21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 4, "project_id": "e167919701824f06a541b3626717dc4b", "id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]} 2018-10-06 05:09:42,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-01bc2c59-776d-401a-a9ae-7b334aa915d6 2018-10-06 05:09:42,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76495b2c-ca02-4011-9a64-3577c2fbc66f 2018-10-06 05:09:42,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:09:43,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b8a72d4f-c7d3-4e37-acd5-7359d89266b1 Date: Sat, 06 Oct 2018 05:09: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-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "2ef47082-61f4-41cc-9f9f-b33c539706fb"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": 22, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:42Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "44fcf630-46ab-43a1-95f6-ea4e722cdd2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:40Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:40Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:42Z", "security_group_id": "76495b2c-ca02-4011-9a64-3577c2fbc66f", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:42Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "eaae7d39-fecf-4adb-8041-477d2aea8d21"}]} 2018-10-06 05:09:43,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-b8a72d4f-c7d3-4e37-acd5-7359d89266b1 2018-10-06 05:09:43,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:43,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:43,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["rpSuImA1Sta2DnKSqzp2rQ"], "issued_at": "2018-10-06T05:09:43.000000Z"}} 2018-10-06 05:09:43,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:43,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b443639b-b778-425a-b711-f095e7add0da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:43,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b443639b-b778-425a-b711-f095e7add0da 2018-10-06 05:09:43,623 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:09:43,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:43,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb5b1b9-77f4-4681-af83-bba296bd785f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:43,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6fb5b1b9-77f4-4681-af83-bba296bd785f 2018-10-06 05:09:43,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:44,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-639afc4e-6237-4db2-9d4b-4015a32dedcf Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:44,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-639afc4e-6237-4db2-9d4b-4015a32dedcf 2018-10-06 05:09:44,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:44,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:44,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:44,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c7812b-45d5-4802-b6ab-c06761a97a46 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:44,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-44c7812b-45d5-4802-b6ab-c06761a97a46 2018-10-06 05:09:44,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:44,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-176c3390-45e5-4ee5-915f-c223a5dd1cf4 Date: Sat, 06 Oct 2018 05:09:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:44,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-176c3390-45e5-4ee5-915f-c223a5dd1cf4 2018-10-06 05:09:44,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:44,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2be94024-2db5-4e67-93c1-bb49c842e0bd Date: Sat, 06 Oct 2018 05:09:44 GMT RESP BODY: {"ports":[]} 2018-10-06 05:09:44,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True used request id req-2be94024-2db5-4e67-93c1-bb49c842e0bd 2018-10-06 05:09:44,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:44,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-1d9c6335-b856-4db6-8feb-6c171b6e1497 x-compute-request-id: req-1d9c6335-b856-4db6-8feb-6c171b6e1497 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:09:44,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst used request id req-1d9c6335-b856-4db6-8feb-6c171b6e1497 2018-10-06 05:09:44,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:45,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-128aa875-a834-4e04-a684-934f4f2aa197 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:45,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-128aa875-a834-4e04-a684-934f4f2aa197 2018-10-06 05:09:45,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:45,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b2daea6-2bd9-40c8-aeb7-719844e113cb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:45,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-6b2daea6-2bd9-40c8-aeb7-719844e113cb 2018-10-06 05:09:45,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:45,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bf23cc0a-c587-4e37-ad93-42f1e3641f28 Date: Sat, 06 Oct 2018 05:09:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:45,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-bf23cc0a-c587-4e37-ad93-42f1e3641f28 2018-10-06 05:09:45,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:45,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e352e76c-d120-4028-9bd8-65e4c8c67b53 Date: Sat, 06 Oct 2018 05:09:45 GMT RESP BODY: {"ports":[]} 2018-10-06 05:09:45,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True used request id req-e352e76c-d120-4028-9bd8-65e4c8c67b53 2018-10-06 05:09:45,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:09:45,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:09:46,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cf24ac3ba6e24957b135d140392477c7", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role"}], "expires_at": "2018-10-06T06:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e167919701824f06a541b3626717dc4b", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/e167919701824f06a541b3626717dc4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user", "id": "13894ba38f8049f390336124b3d0ea4e"}, "audit_ids": ["iGdXT0NcQkimH_PJvLA2tg"], "issued_at": "2018-10-06T05:09:46.000000Z"}} 2018-10-06 05:09:46,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e5dad34038b13411c36c7e4bb5509a3b8ebfd79" 2018-10-06 05:09:46,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc037a7d-652d-46ae-afdf-b778bf5f120a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:09:46,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dc037a7d-652d-46ae-afdf-b778bf5f120a 2018-10-06 05:09:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:46,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7b4544ae-31c8-406f-b879-d117da97ab83 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:46,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-7b4544ae-31c8-406f-b879-d117da97ab83 2018-10-06 05:09:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:46,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e0d0b66-fc45-49d1-8c84-eee311d270f9 Date: Sat, 06 Oct 2018 05:09:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:46,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-8e0d0b66-fc45-49d1-8c84-eee311d270f9 2018-10-06 05:09:46,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:46,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6a3ddc3d-6b92-4070-942b-e186505a1ff5 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:46,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-6a3ddc3d-6b92-4070-942b-e186505a1ff5 2018-10-06 05:09:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:09:46,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:09:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:09:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e5dad34038b13411c36c7e4bb5509a3b8ebfd79" 2018-10-06 05:09:46,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7009ebf6-fd9a-4fe9-9dff-2ec9ffda53d1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:46,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-7009ebf6-fd9a-4fe9-9dff-2ec9ffda53d1 2018-10-06 05:09:46,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:47,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3518ab7c-3181-49a5-be48-75996c0b20a5 Date: Sat, 06 Oct 2018 05:09:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:47,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-3518ab7c-3181-49a5-be48-75996c0b20a5 2018-10-06 05:09:47,131 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net 2018-10-06 05:09:47,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" -d '{"port": {"network_id": "c1c970c7-8963-490a-b0eb-05c041e47a41", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1", "admin_state_up": true}}' 2018-10-06 05:09:48,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-7ea33bb8-b5fe-46f1-a093-b31d5dfcd35f Date: Sat, 06 Oct 2018 05:09:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","project_id":"e167919701824f06a541b3626717dc4b","qos_policy_id":null,"admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal"}} 2018-10-06 05:09:48,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-7ea33bb8-b5fe-46f1-a093-b31d5dfcd35f 2018-10-06 05:09:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-06c514b2-2650-4e70-a55f-bdb568bd4b37 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:48,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-06c514b2-2650-4e70-a55f-bdb568bd4b37 2018-10-06 05:09:48,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d28e9b-e717-4a91-aa77-635b80f56265 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:48,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-f7d28e9b-e717-4a91-aa77-635b80f56265 2018-10-06 05:09:48,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f573eb6d-c5f7-4681-8b51-1c533f80e156 Date: Sat, 06 Oct 2018 05:09:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:09:48,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-f573eb6d-c5f7-4681-8b51-1c533f80e156 2018-10-06 05:09:48,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-9823dac0-eea5-4fdd-b5a9-88b0c9fe4fb7 Date: Sat, 06 Oct 2018 05:09:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:09:48,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1&admin_state_up=True used request id req-9823dac0-eea5-4fdd-b5a9-88b0c9fe4fb7 2018-10-06 05:09:48,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5521db18-2094-4c91-b8e9-6fe162079296 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:09:48,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-5521db18-2094-4c91-b8e9-6fe162079296 2018-10-06 05:09:48,776 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst 2018-10-06 05:09:48,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-110d1953-2bf6-4d3a-856d-91ce4df44d11 x-compute-request-id: req-110d1953-2bf6-4d3a-856d-91ce4df44d11 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-flavor-name"}]} 2018-10-06 05:09:48,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-110d1953-2bf6-4d3a-856d-91ce4df44d11 2018-10-06 05:09:48,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:48,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2532e2f5-2b17-403e-94d3-876fefcfca75 x-compute-request-id: req-2532e2f5-2b17-403e-94d3-876fefcfca75 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:09:48,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8 used request id req-2532e2f5-2b17-403e-94d3-876fefcfca75 2018-10-06 05:09:48,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:49,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-010a5f0c-718f-435d-bf80-ae6ce61ed822 Date: Sat, 06 Oct 2018 05:09:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:09:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:09:23Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "metadata": {}}], "self": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "min_disk": 0, "protected": false, "id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "file": "/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e167919701824f06a541b3626717dc4b", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image"} 2018-10-06 05:09:49,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image used request id req-010a5f0c-718f-435d-bf80-ae6ce61ed822 2018-10-06 05:09:49,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:49,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c1a34332-5812-4cc4-9dfc-faad0e82c181 Date: Sat, 06 Oct 2018 05:09: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", "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-10-06 05:09:49,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c1a34332-5812-4cc4-9dfc-faad0e82c181 2018-10-06 05:09:49,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "imageRef": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "flavorRef": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "max_count": 1, "min_count": 1, "networks": [{"port": "a51de492-8482-464a-8d22-17fa8aadbf7d"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}]}}' 2018-10-06 05:09:51,554 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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 x-openstack-request-id: req-aabd8b42-d792-4500-b585-53b75e6f1beb x-compute-request-id: req-aabd8b42-d792-4500-b585-53b75e6f1beb Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "adminPass": "NW6B3fHbxhRM"}} 2018-10-06 05:09:51,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-aabd8b42-d792-4500-b585-53b75e6f1beb 2018-10-06 05:09:51,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:51,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09: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-6c361645-46e0-4d12-ad23-0ff11943517c x-compute-request-id: req-6c361645-46e0-4d12-ad23-0ff11943517c Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:09:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:51,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-6c361645-46e0-4d12-ad23-0ff11943517c 2018-10-06 05:09:51,773 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst 2018-10-06 05:09:51,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:52,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09: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-ab3ad326-3be7-48c4-9a69-1baafed40068 x-compute-request-id: req-ab3ad326-3be7-48c4-9a69-1baafed40068 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:09:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:52,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-ab3ad326-3be7-48c4-9a69-1baafed40068 2018-10-06 05:09:52,004 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - BUILD 2018-10-06 05:09:52,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:09:55,008 - create_instance - DEBUG - VM status query timeout in 896.765454054 2018-10-06 05:09:55,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:55,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09: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-6c242643-2668-4372-b987-e40e1f77362b x-compute-request-id: req-6c242643-2668-4372-b987-e40e1f77362b 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.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:09:53Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:55,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-6c242643-2668-4372-b987-e40e1f77362b 2018-10-06 05:09:55,631 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - BUILD 2018-10-06 05:09:55,631 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:09:58,634 - create_instance - DEBUG - VM status query timeout in 893.139300108 2018-10-06 05:09:58,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:59,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09: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-72868834-5f56-4af0-9fa2-740d938b6fed x-compute-request-id: req-72868834-5f56-4af0-9fa2-740d938b6fed Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:59,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-72868834-5f56-4af0-9fa2-740d938b6fed 2018-10-06 05:09:59,127 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:09:59,127 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:09:59,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:59,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89cbfab4-b464-478e-9cef-634d28cf1644 x-compute-request-id: req-89cbfab4-b464-478e-9cef-634d28cf1644 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:09:59,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-89cbfab4-b464-478e-9cef-634d28cf1644 2018-10-06 05:09:59,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:09:59,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ae7c084b-976e-45b6-b95f-20b125eb7067 Date: Sat, 06 Oct 2018 05:09: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:09:59,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-ae7c084b-976e-45b6-b95f-20b125eb7067 2018-10-06 05:09:59,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:00,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c4031b-9024-4261-8abb-6662a77c4363 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:00,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-63c4031b-9024-4261-8abb-6662a77c4363 2018-10-06 05:10:00,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:00,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-852c09dc-2c59-4246-89d9-eb8a544b6e1a Date: Sat, 06 Oct 2018 05:10:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:00,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-852c09dc-2c59-4246-89d9-eb8a544b6e1a 2018-10-06 05:10:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:00,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-2cb98dfb-a58e-47af-a6c0-10e1f08c57fa Date: Sat, 06 Oct 2018 05:10:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:00,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-2cb98dfb-a58e-47af-a6c0-10e1f08c57fa 2018-10-06 05:10:00,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:00,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-35805dce-237d-4f6a-a045-5198db856cd5 x-compute-request-id: req-35805dce-237d-4f6a-a045-5198db856cd5 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:00,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-35805dce-237d-4f6a-a045-5198db856cd5 2018-10-06 05:10:00,849 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:10:00,850 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:10:00,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:01,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-af69f5cf-cf41-46fc-b988-7df32bab0f3e x-compute-request-id: req-af69f5cf-cf41-46fc-b988-7df32bab0f3e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:01,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-af69f5cf-cf41-46fc-b988-7df32bab0f3e 2018-10-06 05:10:01,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:01,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f2c81449-9c1b-4f46-bc3a-bad522ebb5f5 Date: Sat, 06 Oct 2018 05:10: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:10:01,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-f2c81449-9c1b-4f46-bc3a-bad522ebb5f5 2018-10-06 05:10:01,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:01,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30db922f-739b-468d-9d91-ae2dcd7010f7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:01,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-30db922f-739b-468d-9d91-ae2dcd7010f7 2018-10-06 05:10:01,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:01,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-820fb8f1-8c9c-4c0e-9510-8390bb812742 Date: Sat, 06 Oct 2018 05:10:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:01,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-820fb8f1-8c9c-4c0e-9510-8390bb812742 2018-10-06 05:10:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:01,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-8fb44069-f08a-4ec6-a6ad-b576793351f7 Date: Sat, 06 Oct 2018 05:10:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:01,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-8fb44069-f08a-4ec6-a6ad-b576793351f7 2018-10-06 05:10:01,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}}' 2018-10-06 05:10:02,977 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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 x-openstack-request-id: req-508a9c9b-4172-4c61-a718-4e512f2e9a61 x-compute-request-id: req-508a9c9b-4172-4c61-a718-4e512f2e9a61 Content-Length: 0 Content-Type: application/json 2018-10-06 05:10:02,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a/action used request id req-508a9c9b-4172-4c61-a718-4e512f2e9a61 2018-10-06 05:10:02,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:03,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-4187f81e-d94b-4f94-a7e5-e115be4308ec x-compute-request-id: req-4187f81e-d94b-4f94-a7e5-e115be4308ec Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:03,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-4187f81e-d94b-4f94-a7e5-e115be4308ec 2018-10-06 05:10:03,444 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:10:03,444 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:10:03,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:04,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-b7281954-dab8-4842-b2d3-f0bfa754b176 x-compute-request-id: req-b7281954-dab8-4842-b2d3-f0bfa754b176 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:04,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-b7281954-dab8-4842-b2d3-f0bfa754b176 2018-10-06 05:10:04,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:04,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b4dee811-deb7-42e1-9c6f-07e6becdd381 Date: Sat, 06 Oct 2018 05:10: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:10:04,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-b4dee811-deb7-42e1-9c6f-07e6becdd381 2018-10-06 05:10:04,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:04,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3e6fed-ef2b-4533-8d72-cdd352e69267 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:04,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-db3e6fed-ef2b-4533-8d72-cdd352e69267 2018-10-06 05:10:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:04,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f71f18fa-f2d9-43ed-a87d-1c3bd8ea1585 Date: Sat, 06 Oct 2018 05:10:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:04,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-f71f18fa-f2d9-43ed-a87d-1c3bd8ea1585 2018-10-06 05:10:04,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:04,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-f53eaa07-75ea-412e-838e-0f545aa785ef Date: Sat, 06 Oct 2018 05:10:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["76495b2c-ca02-4011-9a64-3577c2fbc66f","92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:04,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-f53eaa07-75ea-412e-838e-0f545aa785ef 2018-10-06 05:10:04,776 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:10:04,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:05,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c984e54-442e-4022-8f09-c3bacb5c024f x-compute-request-id: req-8c984e54-442e-4022-8f09-c3bacb5c024f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:05,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-8c984e54-442e-4022-8f09-c3bacb5c024f 2018-10-06 05:10:05,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:10:06,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-91815ba0-b3fd-49d4-ba7d-69804a0c55e1 x-compute-request-id: req-91815ba0-b3fd-49d4-ba7d-69804a0c55e1 Content-Encoding: gzip Content-Length: 9623 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 476006453 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.130724] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132399] pid_max: default: 32768 minimum: 301\n[ 0.133314] ACPI: Core revision 20150930\n[ 0.134679] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135977] Security Framework initialized\n[ 0.136802] Yama: becoming mindful.\n[ 0.137541] AppArmor: AppArmor initialized\n[ 0.138397] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139691] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.140939] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142153] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143542] Initializing cgroup subsys io\n[ 0.144343] Initializing cgroup subsys memory\n[ 0.145193] Initializing cgroup subsys devices\n[ 0.146096] Initializing cgroup subsys freezer\n[ 0.146965] Initializing cgroup subsys net_cls\n[ 0.147854] Initializing cgroup subsys perf_event\n[ 0.148752] Initializing cgroup subsys net_prio\n[ 0.149622] Initializing cgroup subsys hugetlb\n[ 0.150491] Initializing cgroup subsys pids\n[ 0.151366] CPU: Physical Processor ID: 0\n[ 0.152846] mce: CPU supports 10 MCE banks\n[ 0.153682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154685] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.156924] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163229] ftrace: allocating 31920 entries in 125 pages\n[ 0.189170] smpboot: Max logical packages: 2\n[ 0.190019] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.191199] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.192539] x2apic enabled\n[ 0.193336] Switched APIC routing to physical x2apic.\n[ 0.195160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.196531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.198919] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201087] KVM setup paravirtual spinlock\n[ 0.202583] x86: Booting SMP configuration:\n[ 0.203573] .... node #0, CPUs: #1\n[ 0.204581] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.226765] x86: Booted up 1 node, 2 CPUs\n[ 0.226767] KVM setup async PF for cpu 1\n[ 0.226770] kvm-stealtime: cpu 1, msr f90d940\n[ 0.229424] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230980] devtmpfs: initialized\n[ 0.232705] evm: security.selinux\n[ 0.233408] evm: security.SMACK64\n[ 0.234121] evm: security.SMACK64EXEC\n[ 0.234906] evm: security.SMACK64TRANSMUTE\n[ 0.235712] evm: security.SMACK64MMAP\n[ 0.236447] evm: security.ima\n[ 0.237110] evm: security.capability\n[ 0.237971] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239848] pinctrl core: initialized pinctrl subsystem\n[ 0.240941] RTC time: 5:09:53, date: 10/06/18\n[ 0.241929] NET: Registered protocol family 16\n[ 0.251804] cpuidle: using governor ladder\n[ 0.263919] cpuidle: using governor menu\n[ 0.264727] PCCT header not found.\n[ 0.265507] ACPI: bus type PCI registered\n[ 0.266303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267538] PCI: Using configuration type 1 for base access\n[ 0.280967] ACPI: Added _OSI(Module Device)\n[ 0.281812] ACPI: Added _OSI(Processor Device)\n[ 0.282662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285901] ACPI: Interpreter enabled\n[ 0.286662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.290352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294013] ACPI: (supports S0 S5)\n[ 0.294713] ACPI: Using IOAPIC for interrupt routing\n[ 0.295765] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.301450] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302629] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304841] acpiphp: Slot [3] registered\n[ 0.305635] acpiphp: Slot [4] registered\n[ 0.306419] acpiphp: Slot [5] registered\n[ 0.307212] acpiphp: Slot [6] registered\n[ 0.308004] acpiphp: Slot [7] registered\n[ 0.308791] acpiphp: Slot [8] registered\n[ 0.309580] acpiphp: Slot [9] registered\n[ 0.310365] acpiphp: Slot [10] registered\n[ 0.321422] acpiphp: Slot [11] registered\n[ 0.322230] acpiphp: Slot [12] registered\n[ 0.323032] acpiphp: Slot [13] registered\n[ 0.323831] acpiphp: Slot [14] registered\n[ 0.324630] acpiphp: Slot [15] registered\n[ 0.325433] acpiphp: Slot [16] registered\n[ 0.326236] acpiphp: Slot [17] registered\n[ 0.327046] acpiphp: Slot [18] registered\n[ 0.327850] acpiphp: Slot [19] registered\n[ 0.328649] acpiphp: Slot [20] registered\n[ 0.329456] acpiphp: Slot [21] registered\n[ 0.330259] acpiphp: Slot [22] registered\n[ 0.331064] acpiphp: Slot [23] registered\n[ 0.331871] acpiphp: Slot [24] registered\n[ 0.332671] acpiphp: Slot [25] registered\n[ 0.333477] acpiphp: Slot [26] registered\n[ 0.334279] acpiphp: Slot [27] registered\n[ 0.335084] acpiphp: Slot [28] registered\n[ 0.335885] acpiphp: Slot [29] registered\n[ 0.336686] acpiphp: Slot [30] registered\n[ 0.337493] acpiphp: Slot [31] registered\n[ 0.338293] PCI host bridge to bus 0000:00\n[ 0.339093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340289] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342927] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344352] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350625] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360745] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362181] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407651] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.409165] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411983] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414624] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418670] vgaarb: loaded\n[ 0.419264] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420398] SCSI subsystem initialized\n[ 0.421231] ACPI: bus type USB registered\n[ 0.422042] usbcore: registered new interface driver usbfs\n[ 0.423062] usbcore: registered new interface driver hub\n[ 0.424053] usbcore: registered new device driver usb\n[ 0.425147] PCI: Using ACPI for IRQ routing\n[ 0.426175] NetLabel: Initializing\n[ 0.426881] NetLabel: domain hash size = 128\n[ 0.427723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428658] NetLabel: unlabeled traffic allowed by default\n[ 0.429779] clocksource: Switched to clocksource kvm-clock\n[ 0.435777] AppArmor: AppArmor Filesystem Enabled\n[ 0.436725] pnp: PnP ACPI init\n[ 0.437647] pnp: PnP ACPI: found 5 devices\n[ 0.444758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446440] NET: Registered protocol family 2\n[ 0.447416] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448671] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449826] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450966] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453167] NET: Registered protocol family 1\n[ 0.454026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455103] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456160] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493593] Trying to unpack rootfs image as initramfs...\n[ 0.543461] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557571] Scanning for low memory corruption every 60 seconds\n[ 0.558941] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560093] audit: initializing netlink subsys (disabled)\n[ 0.561106] audit: type=2000 audit(1538802593.905:1): initialized\n[ 0.562405] Initialise system trusted keyring\n[ 0.563337] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564476] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566583] zbud: loaded\n[ 0.567325] VFS: Disk quotas dquot_6.6.0\n[ 0.568147] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569711] fuse init (API version 7.23)\n[ 0.570619] Key type big_key registered\n[ 0.571416] Allocating IMA MOK and blacklist keyrings.\n[ 0.572676] Key type asymmetric registered\n[ 0.573491] Asymmetric key parser 'x509' registered\n[ 0.574455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575949] io scheduler noop registered\n[ 0.576742] io scheduler deadline registered (default)\n[ 0.577742] io scheduler cfq registered\n[ 0.578586] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579631] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582343] ACPI: Power Button [PWRF]\n[ 0.583227] GHES: HEST is not enabled!\n[ 0.601499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.640261] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643037] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667100] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.669551] Linux agpgart interface v0.103\n[ 0.672381] brd: module loaded\n[ 0.673803] loop: module loaded\n[ 0.679130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680568] GPT:90111 != 20971519\n[ 0.681247] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682334] GPT:90111 != 20971519\n[ 0.683024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683986] vda: vda1 vda15\n[ 0.685595] scsi host0: ata_piix\n[ 0.686381] scsi host1: ata_piix\n[ 0.687102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688308] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689666] libphy: Fixed MDIO Bus: probed\n[ 0.690775] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691958] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694677] PPP generic driver version 2.4.2\n[ 0.695908] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.697367] ehci-pci: EHCI PCI platform driver\n[ 0.698436] ehci-platform: EHCI generic platform driver\n[ 0.699671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701065] ohci-pci: OHCI PCI platform driver\n[ 0.702129] ohci-platform: OHCI generic platform driver\n[ 0.703337] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.722677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.723889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.725642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.726871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.728235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.729750] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.731470] usb usb1: Product: UHCI Host Controller\n[ 0.732609] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.734009] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.735186] hub 1-0:1.0: USB hub found\n[ 0.736119] hub 1-0:1.0: 2 ports detected\n[ 0.737204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739659] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740812] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742290] mousedev: PS/2 mouse device common for all mice\n[ 0.744334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747164] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748944] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751154] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.753132] i2c /dev entries driver\n[ 0.754362] device-mapper: uevent: version 1.0.3\n[ 0.755861] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.758528] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.760624] NET: Registered protocol family 10\n[ 0.762277] NET: Registered protocol family 17\n[ 0.763546] Key type dns_resolver registered\n[ 0.764685] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.767428] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769603] registered taskstats version 1\n[ 0.770619] Loading compiled-in X.509 certificates\n[ 0.772246] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.774503] zswap: loaded using pool lzo/zbud\n[ 0.776209] Key type trusted registered\n[ 0.778112] Key type encrypted registered\n[ 0.779117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.780378] ima: No TPM chip found, activating TPM-bypass!\n[ 0.781666] evm: HMAC attrs: 0x1\n[ 0.782798] Magic number: 6:618:162\n[ 0.783812] rtc_cmos 00:00: setting system clock to 2018-10-06 05:09:53 UTC (1538802593)\n[ 0.796367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797757] EDD information not available.\n[ 0.846927] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848781] Write protecting the kernel read-only data: 14336k\n[ 0.850652] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.852783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.915236] 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 1.04\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.55.1.10...\nLease of 10.55.1.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. iid=i-00000104\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCScMM2Xv4Vsc1jP3ZF3eDP/rEMQcDrx4DuQdmmbN24gfoMwwIWfn8j+6n5Nb15xk7cmda8mJ6LauZMacJ4cD9WidE/2x0q49NA31PO/gVTfipGLHWFc7Qm5dqRYAjemcfi9yKICfbbyoy2g0f3EFLdgjYBk4lxItDglJ6yYdVmbXB2RSF8/vOpBOyL1Cff3Pz9kGLx13qAQKqFZUIsr/hrmN3CwRGGP7fk5MLiS82LxllLsh4EaXoFZTFPEnTuIRu3p+43vJ24shWJGVOMcx+LSWTuh2QiLAfQbOkX2dbcm+vMDh322zWmHFJFiAA4fRno1x4VdIfIz+FnT7WxG/w/ root@createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e\nssh-dss AAAAB3NzaC1kc3MAAACBAP4No28HN59xLLI1MZJhE//DdW3zpCQRa+dGXN1SWJW2HBEBulHekDp4B6MEKV82XK4q19bROSBDw7sjW8EK3JpCIhwnEPWylIvQSyOPXBy0u+cEg/V294mFo+z3JjPkSslMtojot0KubvbomklBJqGvJSlKzFQOPyGjzjpQxNXdAAAAFQDwjdys/NI9Z73KXCGVKRF44h6PjQAAAIAAmcNWTcWVUc7uEAEEOrGQvZgrcQM8Var6hD7HpT4od1OFSfRiOVj3GM0+Fj4jUgzq7WUcqgnSbIIjx/Qx/Ad3D8cekCH7ZfogaUl6zco0c4JFbeTCAOgAmMy7tM+yhQnm6B1FKxw/2/jzBeAEESp2EcTFTdn7bKwK/HXtNLQqLwAAAIEA5pzx6B0xHdDjZ59Wj+9GGuqp9kMi/WomPhhC3ruwB4/zgVn/hiItyFeH4Zftv1lJyN9lp+XPU8z6nfeCzkaYmoIB+r3c7EqgVA+88mU3pZcIP5biLWdgoh2391npjqgABOTKWkHx/AHAjmpKeHmjwVcCOMIWIyQ0fKBiT4S/Ix4= root@createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fe56:bb2d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 \nip-route:169.254.169.254 via 10.55.1.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-00000104\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.17 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e login: "} 2018-10-06 05:10:06,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a/action used request id req-91815ba0-b3fd-49d4-ba7d-69804a0c55e1 2018-10-06 05:10:06,355 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:10:06,356 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 476006453 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.130724] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132399] pid_max: default: 32768 minimum: 301 [ 0.133314] ACPI: Core revision 20150930 [ 0.134679] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135977] Security Framework initialized [ 0.136802] Yama: becoming mindful. [ 0.137541] AppArmor: AppArmor initialized [ 0.138397] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139691] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.140939] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142153] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143542] Initializing cgroup subsys io [ 0.144343] Initializing cgroup subsys memory [ 0.145193] Initializing cgroup subsys devices [ 0.146096] Initializing cgroup subsys freezer [ 0.146965] Initializing cgroup subsys net_cls [ 0.147854] Initializing cgroup subsys perf_event [ 0.148752] Initializing cgroup subsys net_prio [ 0.149622] Initializing cgroup subsys hugetlb [ 0.150491] Initializing cgroup subsys pids [ 0.151366] CPU: Physical Processor ID: 0 [ 0.152846] mce: CPU supports 10 MCE banks [ 0.153682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154685] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.156924] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.163229] ftrace: allocating 31920 entries in 125 pages [ 0.189170] smpboot: Max logical packages: 2 [ 0.190019] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.191199] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.192539] x2apic enabled [ 0.193336] Switched APIC routing to physical x2apic. [ 0.195160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.196531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.198919] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201087] KVM setup paravirtual spinlock [ 0.202583] x86: Booting SMP configuration: [ 0.203573] .... node #0, CPUs: #1 [ 0.204581] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.226765] x86: Booted up 1 node, 2 CPUs [ 0.226767] KVM setup async PF for cpu 1 [ 0.226770] kvm-stealtime: cpu 1, msr f90d940 [ 0.229424] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.230980] devtmpfs: initialized [ 0.232705] evm: security.selinux [ 0.233408] evm: security.SMACK64 [ 0.234121] evm: security.SMACK64EXEC [ 0.234906] evm: security.SMACK64TRANSMUTE [ 0.235712] evm: security.SMACK64MMAP [ 0.236447] evm: security.ima [ 0.237110] evm: security.capability [ 0.237971] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239848] pinctrl core: initialized pinctrl subsystem [ 0.240941] RTC time: 5:09:53, date: 10/06/18 [ 0.241929] NET: Registered protocol family 16 [ 0.251804] cpuidle: using governor ladder [ 0.263919] cpuidle: using governor menu [ 0.264727] PCCT header not found. [ 0.265507] ACPI: bus type PCI registered [ 0.266303] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267538] PCI: Using configuration type 1 for base access [ 0.280967] ACPI: Added _OSI(Module Device) [ 0.281812] ACPI: Added _OSI(Processor Device) [ 0.282662] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.283552] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285901] ACPI: Interpreter enabled [ 0.286662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.288526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.290352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.292172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.294013] ACPI: (supports S0 S5) [ 0.294713] ACPI: Using IOAPIC for interrupt routing [ 0.295765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.300241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.301450] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302629] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304841] acpiphp: Slot [3] registered [ 0.305635] acpiphp: Slot [4] registered [ 0.306419] acpiphp: Slot [5] registered [ 0.307212] acpiphp: Slot [6] registered [ 0.308004] acpiphp: Slot [7] registered [ 0.308791] acpiphp: Slot [8] registered [ 0.309580] acpiphp: Slot [9] registered [ 0.310365] acpiphp: Slot [10] registered [ 0.321422] acpiphp: Slot [11] registered [ 0.322230] acpiphp: Slot [12] registered [ 0.323032] acpiphp: Slot [13] registered [ 0.323831] acpiphp: Slot [14] registered [ 0.324630] acpiphp: Slot [15] registered [ 0.325433] acpiphp: Slot [16] registered [ 0.326236] acpiphp: Slot [17] registered [ 0.327046] acpiphp: Slot [18] registered [ 0.327850] acpiphp: Slot [19] registered [ 0.328649] acpiphp: Slot [20] registered [ 0.329456] acpiphp: Slot [21] registered [ 0.330259] acpiphp: Slot [22] registered [ 0.331064] acpiphp: Slot [23] registered [ 0.331871] acpiphp: Slot [24] registered [ 0.332671] acpiphp: Slot [25] registered [ 0.333477] acpiphp: Slot [26] registered [ 0.334279] acpiphp: Slot [27] registered [ 0.335084] acpiphp: Slot [28] registered [ 0.335885] acpiphp: Slot [29] registered [ 0.336686] acpiphp: Slot [30] registered [ 0.337493] acpiphp: Slot [31] registered [ 0.338293] PCI host bridge to bus 0000:00 [ 0.339093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340289] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342927] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350625] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360745] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362181] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407651] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.409165] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411983] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.413350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414624] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416103] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.418670] vgaarb: loaded [ 0.419264] vgaarb: bridge control possible 0000:00:02.0 [ 0.420398] SCSI subsystem initialized [ 0.421231] ACPI: bus type USB registered [ 0.422042] usbcore: registered new interface driver usbfs [ 0.423062] usbcore: registered new interface driver hub [ 0.424053] usbcore: registered new device driver usb [ 0.425147] PCI: Using ACPI for IRQ routing [ 0.426175] NetLabel: Initializing [ 0.426881] NetLabel: domain hash size = 128 [ 0.427723] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428658] NetLabel: unlabeled traffic allowed by default [ 0.429779] clocksource: Switched to clocksource kvm-clock [ 0.435777] AppArmor: AppArmor Filesystem Enabled [ 0.436725] pnp: PnP ACPI init [ 0.437647] pnp: PnP ACPI: found 5 devices [ 0.444758] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446440] NET: Registered protocol family 2 [ 0.447416] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448671] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449826] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450966] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452022] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453167] NET: Registered protocol family 1 [ 0.454026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455103] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456160] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493593] Trying to unpack rootfs image as initramfs... [ 0.543461] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557571] Scanning for low memory corruption every 60 seconds [ 0.558941] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560093] audit: initializing netlink subsys (disabled) [ 0.561106] audit: type=2000 audit(1538802593.905:1): initialized [ 0.562405] Initialise system trusted keyring [ 0.563337] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564476] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566583] zbud: loaded [ 0.567325] VFS: Disk quotas dquot_6.6.0 [ 0.568147] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569711] fuse init (API version 7.23) [ 0.570619] Key type big_key registered [ 0.571416] Allocating IMA MOK and blacklist keyrings. [ 0.572676] Key type asymmetric registered [ 0.573491] Asymmetric key parser 'x509' registered [ 0.574455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575949] io scheduler noop registered [ 0.576742] io scheduler deadline registered (default) [ 0.577742] io scheduler cfq registered [ 0.578586] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579631] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580892] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582343] ACPI: Power Button [PWRF] [ 0.583227] GHES: HEST is not enabled! [ 0.601499] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.640261] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.643037] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.667100] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.669551] Linux agpgart interface v0.103 [ 0.672381] brd: module loaded [ 0.673803] loop: module loaded [ 0.679130] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.680568] GPT:90111 != 20971519 [ 0.681247] GPT:Alternate GPT header not at the end of the disk. [ 0.682334] GPT:90111 != 20971519 [ 0.683024] GPT: Use GNU Parted to correct GPT errors. [ 0.683986] vda: vda1 vda15 [ 0.685595] scsi host0: ata_piix [ 0.686381] scsi host1: ata_piix [ 0.687102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.688308] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.689666] libphy: Fixed MDIO Bus: probed [ 0.690775] tun: Universal TUN/TAP device driver, 1.6 [ 0.691958] tun: (C) 1999-2004 Max Krasnyansky [ 0.694677] PPP generic driver version 2.4.2 [ 0.695908] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.697367] ehci-pci: EHCI PCI platform driver [ 0.698436] ehci-platform: EHCI generic platform driver [ 0.699671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.701065] ohci-pci: OHCI PCI platform driver [ 0.702129] ohci-platform: OHCI generic platform driver [ 0.703337] uhci_hcd: USB Universal Host Controller Interface driver [ 0.722677] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.723889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.725642] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.726871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.728235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.729750] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.731470] usb usb1: Product: UHCI Host Controller [ 0.732609] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.734009] usb usb1: SerialNumber: 0000:00:01.2 [ 0.735186] hub 1-0:1.0: USB hub found [ 0.736119] hub 1-0:1.0: 2 ports detected [ 0.737204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739659] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740812] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742290] mousedev: PS/2 mouse device common for all mice [ 0.744334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.747164] rtc_cmos 00:00: RTC can wake from S4 [ 0.748944] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751154] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.753132] i2c /dev entries driver [ 0.754362] device-mapper: uevent: version 1.0.3 [ 0.755861] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.758528] ledtrig-cpu: registered to indicate activity on CPUs [ 0.760624] NET: Registered protocol family 10 [ 0.762277] NET: Registered protocol family 17 [ 0.763546] Key type dns_resolver registered [ 0.764685] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.767428] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.769603] registered taskstats version 1 [ 0.770619] Loading compiled-in X.509 certificates [ 0.772246] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.774503] zswap: loaded using pool lzo/zbud [ 0.776209] Key type trusted registered [ 0.778112] Key type encrypted registered [ 0.779117] AppArmor: AppArmor sha1 policy hashing enabled [ 0.780378] ima: No TPM chip found, activating TPM-bypass! [ 0.781666] evm: HMAC attrs: 0x1 [ 0.782798] Magic number: 6:618:162 [ 0.783812] rtc_cmos 00:00: setting system clock to 2018-10-06 05:09:53 UTC (1538802593) [ 0.796367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.797757] EDD information not available. [ 0.846927] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848781] Write protecting the kernel read-only data: 14336k [ 0.850652] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.852783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.915236] 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 1.04 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.55.1.10... Lease of 10.55.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.28. iid=i-00000104 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCScMM2Xv4Vsc1jP3ZF3eDP/rEMQcDrx4DuQdmmbN24gfoMwwIWfn8j+6n5Nb15xk7cmda8mJ6LauZMacJ4cD9WidE/2x0q49NA31PO/gVTfipGLHWFc7Qm5dqRYAjemcfi9yKICfbbyoy2g0f3EFLdgjYBk4lxItDglJ6yYdVmbXB2RSF8/vOpBOyL1Cff3Pz9kGLx13qAQKqFZUIsr/hrmN3CwRGGP7fk5MLiS82LxllLsh4EaXoFZTFPEnTuIRu3p+43vJ24shWJGVOMcx+LSWTuh2QiLAfQbOkX2dbcm+vMDh322zWmHFJFiAA4fRno1x4VdIfIz+FnT7WxG/w/ root@createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e ssh-dss AAAAB3NzaC1kc3MAAACBAP4No28HN59xLLI1MZJhE//DdW3zpCQRa+dGXN1SWJW2HBEBulHekDp4B6MEKV82XK4q19bROSBDw7sjW8EK3JpCIhwnEPWylIvQSyOPXBy0u+cEg/V294mFo+z3JjPkSslMtojot0KubvbomklBJqGvJSlKzFQOPyGjzjpQxNXdAAAAFQDwjdys/NI9Z73KXCGVKRF44h6PjQAAAIAAmcNWTcWVUc7uEAEEOrGQvZgrcQM8Var6hD7HpT4od1OFSfRiOVj3GM0+Fj4jUgzq7WUcqgnSbIIjx/Qx/Ad3D8cekCH7ZfogaUl6zco0c4JFbeTCAOgAmMy7tM+yhQnm6B1FKxw/2/jzBeAEESp2EcTFTdn7bKwK/HXtNLQqLwAAAIEA5pzx6B0xHdDjZ59Wj+9GGuqp9kMi/WomPhhC3ruwB4/zgVn/hiItyFeH4Zftv1lJyN9lp+XPU8z6nfeCzkaYmoIB+r3c7EqgVA+88mU3pZcIP5biLWdgoh2391npjqgABOTKWkHx/AHAjmpKeHmjwVcCOMIWIyQ0fKBiT4S/Ix4= root@createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fe56:bb2d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000104 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e launch-index: 0 === cirros: current=0.4.0 uptime=3.17 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-8256a43c-2c46-4338-b89e-7f237e login: 2018-10-06 05:10:06,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-6c307548-80c8-4949-a1e6-d3bbbc14fd63 x-compute-request-id: req-6c307548-80c8-4949-a1e6-d3bbbc14fd63 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:07,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-6c307548-80c8-4949-a1e6-d3bbbc14fd63 2018-10-06 05:10:07,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d12098f2-da49-4b5f-9009-fd817222282a Date: Sat, 06 Oct 2018 05:10: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:10:07,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-d12098f2-da49-4b5f-9009-fd817222282a 2018-10-06 05:10:07,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c17dd25-d55f-427b-9b85-1443d87d6f9e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:07,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-6c17dd25-d55f-427b-9b85-1443d87d6f9e 2018-10-06 05:10:07,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-58f107c4-7d79-4621-9423-d1e50c503d39 Date: Sat, 06 Oct 2018 05:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:07,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-58f107c4-7d79-4621-9423-d1e50c503d39 2018-10-06 05:10:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-351c07f8-ad56-4ba4-8c1b-9d3910c204e3 Date: Sat, 06 Oct 2018 05:10:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["76495b2c-ca02-4011-9a64-3577c2fbc66f","92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:07,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-351c07f8-ad56-4ba4-8c1b-9d3910c204e3 2018-10-06 05:10:07,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:07,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1958b1c3-4dcc-4afd-a7d4-9629d42f2c2b Date: Sat, 06 Oct 2018 05:10:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:30Z", "admin_state_up": true, "updated_at": "2018-10-06T05:09:36Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e167919701824f06a541b3626717dc4b", "id": "12fc937e-56f8-4e4b-8994-eba6fc528907", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router"}]} 2018-10-06 05:10:07,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router used request id req-1958b1c3-4dcc-4afd-a7d4-9629d42f2c2b 2018-10-06 05:10:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21eaee36-e7e3-4b68-a4f1-ab587fa7a37b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:08,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-21eaee36-e7e3-4b68-a4f1-ab587fa7a37b 2018-10-06 05:10:08,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-3641992a-a760-4ed6-aab6-9c6a6fb7aa9d Date: Sat, 06 Oct 2018 05:10:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:08,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=12fc937e-56f8-4e4b-8994-eba6fc528907 used request id req-3641992a-a760-4ed6-aab6-9c6a6fb7aa9d 2018-10-06 05:10:08,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9c315303-95ab-4b59-9611-0ffd5ae64328 Date: Sat, 06 Oct 2018 05:10:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}} 2018-10-06 05:10:08,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d used request id req-9c315303-95ab-4b59-9611-0ffd5ae64328 2018-10-06 05:10:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a49f2cee-873d-45b5-baac-5d8f3e32cdda Date: Sat, 06 Oct 2018 05:10:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:10:08,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a49f2cee-873d-45b5-baac-5d8f3e32cdda 2018-10-06 05:10:08,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c4442600-0669-46d2-b273-3fade5daf0c6 Date: Sat, 06 Oct 2018 05:10:08 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:10:08,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-c4442600-0669-46d2-b273-3fade5daf0c6 2018-10-06 05:10:08,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:08,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-49a27cdd-8654-4935-be2c-b0470999479d x-compute-request-id: req-49a27cdd-8654-4935-be2c-b0470999479d Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:08,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-49a27cdd-8654-4935-be2c-b0470999479d 2018-10-06 05:10:08,656 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:10:08,656 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:10:08,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-d358a64c-3748-40ea-befc-34d5e892d798 x-compute-request-id: req-d358a64c-3748-40ea-befc-34d5e892d798 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:09,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-d358a64c-3748-40ea-befc-34d5e892d798 2018-10-06 05:10:09,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e1638b58-3ac4-436a-b07e-f09b1a2be789 Date: Sat, 06 Oct 2018 05:10: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:10:09,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-e1638b58-3ac4-436a-b07e-f09b1a2be789 2018-10-06 05:10:09,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e659bda1-2745-4638-b09c-85fd8a7f286c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:09,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-e659bda1-2745-4638-b09c-85fd8a7f286c 2018-10-06 05:10:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7053e37b-615e-476c-942a-4a3d3b45679e Date: Sat, 06 Oct 2018 05:10:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:09,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-7053e37b-615e-476c-942a-4a3d3b45679e 2018-10-06 05:10:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0f01b115-d652-4e9e-a6ef-6034914ee4f5 Date: Sat, 06 Oct 2018 05:10:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["76495b2c-ca02-4011-9a64-3577c2fbc66f","92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:09,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-0f01b115-d652-4e9e-a6ef-6034914ee4f5 2018-10-06 05:10:09,630 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:10:09,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c8b88f45-4403-4708-9aab-d6ef1abfa9a4 Date: Sat, 06 Oct 2018 05:10:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:10:09,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-c8b88f45-4403-4708-9aab-d6ef1abfa9a4 2018-10-06 05:10:09,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:09,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab8900fb-796d-4fce-b29c-1a322cd074f6 Date: Sat, 06 Oct 2018 05:10:09 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:10:09,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-ab8900fb-796d-4fce-b29c-1a322cd074f6 2018-10-06 05:10:09,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "a51de492-8482-464a-8d22-17fa8aadbf7d"}}' 2018-10-06 05:10:11,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-07187a6d-e74e-40b8-84dc-9c9ed25b9a42 Date: Sat, 06 Oct 2018 05:10:11 GMT RESP BODY: {"floatingip": {"router_id": "12fc937e-56f8-4e4b-8994-eba6fc528907", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:10:10Z", "updated_at": "2018-10-06T05:10:10Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "e167919701824f06a541b3626717dc4b", "port_id": "a51de492-8482-464a-8d22-17fa8aadbf7d", "id": "141cacbe-7e1b-4bd5-a3bf-32bcfcb522b0"}} 2018-10-06 05:10:11,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-07187a6d-e74e-40b8-84dc-9c9ed25b9a42 2018-10-06 05:10:11,773 - create_instance - INFO - Created floating IP 172.30.9.200 via router - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:10:11,773 - create_instance - INFO - Checking if VM is active 2018-10-06 05:10:11,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:12,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-d5ff73dd-a1ef-41bb-9b0b-9e822b2ff2f4 x-compute-request-id: req-d5ff73dd-a1ef-41bb-9b0b-9e822b2ff2f4 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:12,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-d5ff73dd-a1ef-41bb-9b0b-9e822b2ff2f4 2018-10-06 05:10:12,400 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:10:12,400 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:10:12,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:12,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-f6818c4e-1794-4f4b-8612-49be0a3c0a71 x-compute-request-id: req-f6818c4e-1794-4f4b-8612-49be0a3c0a71 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:bb:2d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp"}, {"name": "default"}], "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:09:58Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:12,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-f6818c4e-1794-4f4b-8612-49be0a3c0a71 2018-10-06 05:10:12,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:12,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b1dc7db7-5789-4b7f-8cdb-98edb32bfb17 Date: Sat, 06 Oct 2018 05:10: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":["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"],"updated_at":"2018-10-06T05:09:26Z","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e167919701824f06a541b3626717dc4b","id":"c1c970c7-8963-490a-b0eb-05c041e47a41","name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net"}]} 2018-10-06 05:10:12,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net used request id req-b1dc7db7-5789-4b7f-8cdb-98edb32bfb17 2018-10-06 05:10:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:13,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18eed7ca-c4d0-4172-b81f-7487abf13a39 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:13,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-18eed7ca-c4d0-4172-b81f-7487abf13a39 2018-10-06 05:10:13,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:13,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a7b98652-83b9-447e-9777-fd6ef5503596 Date: Sat, 06 Oct 2018 05:10:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:26Z","dns_nameservers":[],"updated_at":"2018-10-06T05:09:26Z","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":"e167919701824f06a541b3626717dc4b","id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet"}]} 2018-10-06 05:10:13,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-a7b98652-83b9-447e-9777-fd6ef5503596 2018-10-06 05:10:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:13,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6ff3966d-455a-41ab-a24f-5f221da1f096 Date: Sat, 06 Oct 2018 05:10:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.2"}],"id":"2480f69a-87fc-4298-a2b5-61cf2ba9997e","security_groups":[],"mac_address":"fa:16:3e:f4:6a:06","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.4"}],"id":"41333d7b-0fbc-4755-aa74-6c1561559797","security_groups":[],"mac_address":"fa:16:3e:c3:06:ec","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.3"}],"id":"6b8753f3-76bd-4a27-9df6-397cc316cd32","security_groups":[],"mac_address":"fa:16:3e:a7:87:f3","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c1c970c7-8963-490a-b0eb-05c041e47a41"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.10"}],"id":"a51de492-8482-464a-8d22-17fa8aadbf7d","security_groups":["76495b2c-ca02-4011-9a64-3577c2fbc66f","92341e99-8de3-4a64-b096-b22e7c7bd312"],"mac_address":"fa:16:3e:56:bb:2d","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:47Z","binding:vnic_type":"normal","device_id":"9ec23e9d-3a0d-49b9-a342-5320c2085a2a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:09:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6e438ca0-aaf2-4961-aaa2-8ff3b049229d","ip_address":"10.55.1.1"}],"id":"a6f2eb42-2f39-489f-a8f8-73ca8627f4c6","security_groups":[],"mac_address":"fa:16:3e:f9:56:11","project_id":"e167919701824f06a541b3626717dc4b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c1c970c7-8963-490a-b0eb-05c041e47a41","tenant_id":"e167919701824f06a541b3626717dc4b","created_at":"2018-10-06T05:09:35Z","binding:vnic_type":"normal","device_id":"12fc937e-56f8-4e4b-8994-eba6fc528907"}]} 2018-10-06 05:10:13,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-6ff3966d-455a-41ab-a24f-5f221da1f096 2018-10-06 05:10:13,219 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:10:13,223 - paramiko.transport - DEBUG - starting thread (client mode): 0x74352290L 2018-10-06 05:10:13,223 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:10:13,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:10:13,223 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:10:13,225 - 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-10-06 05:10:13,225 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:10:13,225 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:10:13,225 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:10:13,225 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:10:13,225 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:10:13,243 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:10:13,243 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:10:13,255 - paramiko.transport - DEBUG - Trying key 8000695762171a07316e0200d7e565f0 from tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95 2018-10-06 05:10:13,281 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:10:13,285 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:10:13,385 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:10:13,401 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:10:13,402 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:10:13,403 - paramiko.transport - DEBUG - starting thread (client mode): 0x74394e50L 2018-10-06 05:10:13,404 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:10:13,404 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:10:13,404 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:10:13,405 - 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-10-06 05:10:13,405 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:10:13,406 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:10:13,406 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:10:13,406 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:10:13,406 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:10:13,423 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:10:13,424 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:10:13,436 - paramiko.transport - DEBUG - Trying key 8000695762171a07316e0200d7e565f0 from tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95 2018-10-06 05:10:13,461 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:10:13,465 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:10:13,468 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:10:13,469 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:10:13,469 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:10:13,471 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:10:13,472 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:10:13,473 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-10-06 05:10:13,473 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-10-06 05:10:13,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/141cacbe-7e1b-4bd5-a3bf-32bcfcb522b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:14,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b82b74a-57ae-49ec-8b85-acefed7cd572 Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:14,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/141cacbe-7e1b-4bd5-a3bf-32bcfcb522b0 used request id req-0b82b74a-57ae-49ec-8b85-acefed7cd572 2018-10-06 05:10:14,449 - create_instance - INFO - Deleting Port with ID - a51de492-8482-464a-8d22-17fa8aadbf7d 2018-10-06 05:10:14,449 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95port-1 2018-10-06 05:10:14,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/a51de492-8482-464a-8d22-17fa8aadbf7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:14,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2d6e2ea-7973-48e5-ae4e-beab13922a49 Date: Sat, 06 Oct 2018 05:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:14,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/a51de492-8482-464a-8d22-17fa8aadbf7d used request id req-f2d6e2ea-7973-48e5-ae4e-beab13922a49 2018-10-06 05:10:14,911 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst 2018-10-06 05:10:14,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:15,094 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:10: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-f4c60f3f-1a2b-4eb7-9cf0-eb127856299b x-compute-request-id: req-f4c60f3f-1a2b-4eb7-9cf0-eb127856299b Content-Type: application/json 2018-10-06 05:10:15,095 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-f4c60f3f-1a2b-4eb7-9cf0-eb127856299b 2018-10-06 05:10:15,095 - create_instance - INFO - Checking deletion status 2018-10-06 05:10:15,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:15,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-71cfa007-f8b5-4fcc-a778-bf4e3f6c9f56 x-compute-request-id: req-71cfa007-f8b5-4fcc-a778-bf4e3f6c9f56 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "rel": "bookmark"}], "image": {"id": "0f9f9b09-4a97-41e0-888e-eca3dea489f5", "links": [{"href": "http://172.30.9.29:8774/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:09:53.000000", "flavor": {"id": "eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "links": [{"href": "http://172.30.9.29:8774/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8", "rel": "bookmark"}]}, "id": "9ec23e9d-3a0d-49b9-a342-5320c2085a2a", "user_id": "13894ba38f8049f390336124b3d0ea4e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:10:15Z", "hostId": "6a0c6db61ff00aee24a2414e0771e296d354148426839e9bd41d3e23", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp", "name": "CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst", "created": "2018-10-06T05:09:51Z", "tenant_id": "e167919701824f06a541b3626717dc4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:10:15,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-71cfa007-f8b5-4fcc-a778-bf4e3f6c9f56 2018-10-06 05:10:15,384 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst] is - ACTIVE 2018-10-06 05:10:15,384 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:10:18,387 - create_instance - DEBUG - VM status query timeout in 296.708132029 2018-10-06 05:10:18,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739c3dd0740e00fc333a7e0d81adba38cf1abc4c" 2018-10-06 05:10:18,445 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:10: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-7f75bafa-b826-4715-9763-ca42f08c19a4 x-compute-request-id: req-7f75bafa-b826-4715-9763-ca42f08c19a4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9ec23e9d-3a0d-49b9-a342-5320c2085a2a could not be found.", "code": 404}} 2018-10-06 05:10:18,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9ec23e9d-3a0d-49b9-a342-5320c2085a2a used request id req-7f75bafa-b826-4715-9763-ca42f08c19a4 2018-10-06 05:10:18,445 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9ec23e9d-3a0d-49b9-a342-5320c2085a2a could not be found. (HTTP 404) (Request-ID: req-7f75bafa-b826-4715-9763-ca42f08c19a4) 2018-10-06 05:10:18,445 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-inst 2018-10-06 05:10:18,446 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp 2018-10-06 05:10:18,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5367d4c2ecd1e7056fa8508e66b2db550e55bfb8" 2018-10-06 05:10:18,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:10: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-ebc13ce9-9a49-4059-8fb1-d55b132906ee x-compute-request-id: req-ebc13ce9-9a49-4059-8fb1-d55b132906ee Content-Length: 0 Content-Type: application/json 2018-10-06 05:10:18,500 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-kp used request id req-ebc13ce9-9a49-4059-8fb1-d55b132906ee 2018-10-06 05:10:18,501 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95.pub] 2018-10-06 05:10:18,501 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95] 2018-10-06 05:10:18,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ce99f0163c4b9e826baeabbab8dfadf07cc65" 2018-10-06 05:10:18,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:10: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-72e48f17-9efb-4040-a007-3b88180e6756 x-compute-request-id: req-72e48f17-9efb-4040-a007-3b88180e6756 Content-Length: 0 Content-Type: application/json 2018-10-06 05:10:18,543 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/eb06bc21-2494-422a-82d0-1d2c6aa97ef8 used request id req-72e48f17-9efb-4040-a007-3b88180e6756 2018-10-06 05:10:18,544 - neutron_utils - INFO - Deleting security group rule with ID - eaae7d39-fecf-4adb-8041-477d2aea8d21 2018-10-06 05:10:18,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/eaae7d39-fecf-4adb-8041-477d2aea8d21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:10:18,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f25a9697-c500-46bb-b58d-51bd94816efd Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:18,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/eaae7d39-fecf-4adb-8041-477d2aea8d21 used request id req-f25a9697-c500-46bb-b58d-51bd94816efd 2018-10-06 05:10:18,797 - neutron_utils - INFO - Deleting security group rule with ID - 2ef47082-61f4-41cc-9f9f-b33c539706fb 2018-10-06 05:10:18,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/2ef47082-61f4-41cc-9f9f-b33c539706fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:10:19,046 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68e1d7ca-7447-4e1e-a781-a86cebcc8c19 Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:19,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/2ef47082-61f4-41cc-9f9f-b33c539706fb used request id req-68e1d7ca-7447-4e1e-a781-a86cebcc8c19 2018-10-06 05:10:19,047 - neutron_utils - INFO - Deleting security group rule with ID - 6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7 2018-10-06 05:10:19,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:10:19,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c52d18a4-a8f5-435c-8e77-ffca91758376 Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:19,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6b3f2ae2-5ea3-4a35-a5b1-3e0120721fe7 used request id req-c52d18a4-a8f5-435c-8e77-ffca91758376 2018-10-06 05:10:19,149 - neutron_utils - INFO - Deleting security group rule with ID - 44fcf630-46ab-43a1-95f6-ea4e722cdd2e 2018-10-06 05:10:19,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/44fcf630-46ab-43a1-95f6-ea4e722cdd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:10:19,419 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-def93b09-f3cf-46a2-b860-94235d8a48ca Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:19,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/44fcf630-46ab-43a1-95f6-ea4e722cdd2e used request id req-def93b09-f3cf-46a2-b860-94235d8a48ca 2018-10-06 05:10:19,420 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-sec-grp 2018-10-06 05:10:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/76495b2c-ca02-4011-9a64-3577c2fbc66f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e730bc9f45d82b20935be4ecb8e4b93c6ab7fd7" 2018-10-06 05:10:19,538 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5eed8e8d-18bd-4b0d-a20d-51f071487e61 Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:19,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/76495b2c-ca02-4011-9a64-3577c2fbc66f used request id req-5eed8e8d-18bd-4b0d-a20d-51f071487e61 2018-10-06 05:10:19,539 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router and subnet CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet 2018-10-06 05:10:19,539 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:10:19,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" -d '{"subnet_id": "6e438ca0-aaf2-4961-aaa2-8ff3b049229d"}' 2018-10-06 05:10:21,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e480563a-4167-4f46-b42c-dd8c851d281a Date: Sat, 06 Oct 2018 05:10:21 GMT RESP BODY: {"network_id": "c1c970c7-8963-490a-b0eb-05c041e47a41", "tenant_id": "e167919701824f06a541b3626717dc4b", "subnet_id": "6e438ca0-aaf2-4961-aaa2-8ff3b049229d", "subnet_ids": ["6e438ca0-aaf2-4961-aaa2-8ff3b049229d"], "port_id": "a6f2eb42-2f39-489f-a8f8-73ca8627f4c6", "id": "12fc937e-56f8-4e4b-8994-eba6fc528907"} 2018-10-06 05:10:21,085 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907/remove_router_interface used request id req-e480563a-4167-4f46-b42c-dd8c851d281a 2018-10-06 05:10:21,085 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:10:21,086 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-router 2018-10-06 05:10:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a03d817af798ce058e684c8cdaa2522faffd5339" 2018-10-06 05:10:24,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40697d3b-ab97-4405-b7d3-e967db3e82ef Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:24,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/12fc937e-56f8-4e4b-8994-eba6fc528907 used request id req-40697d3b-ab97-4405-b7d3-e967db3e82ef 2018-10-06 05:10:24,596 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet 2018-10-06 05:10:24,596 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-subnet 2018-10-06 05:10:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:10:27,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3082f15f-923b-4477-88c8-43ebf5f2fc77 Date: Sat, 06 Oct 2018 05:10:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:27,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/6e438ca0-aaf2-4961-aaa2-8ff3b049229d used request id req-3082f15f-923b-4477-88c8-43ebf5f2fc77 2018-10-06 05:10:27,119 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-pub-net 2018-10-06 05:10:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/c1c970c7-8963-490a-b0eb-05c041e47a41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a6c9ed8eac14d0cd9590d1fcf0e203e6b32120" 2018-10-06 05:10:28,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3caac27-0153-4668-ab1c-4e3224677f47 Date: Sat, 06 Oct 2018 05:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:28,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/c1c970c7-8963-490a-b0eb-05c041e47a41 used request id req-d3caac27-0153-4668-ab1c-4e3224677f47 2018-10-06 05:10:28,428 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-8256a43c-2c46-4338-b89e-7f237e8fba95-image 2018-10-06 05:10:28,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a11a3340a0f2e73302f4864b2424cd21893daf8b" 2018-10-06 05:10:29,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a6a23dea-b56e-416f-b48e-6b9f0f4401fc Date: Sat, 06 Oct 2018 05:10:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:10:29,399 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0f9f9b09-4a97-41e0-888e-eca3dea489f5 used request id req-a6a23dea-b56e-416f-b48e-6b9f0f4401fc 2018-10-06 05:10:29,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:29,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-51d6a1a9-24f4-4de8-bd27-de0b171179d4 Date: Sat, 06 Oct 2018 05:10:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:25Z", "updated_at": "2018-10-06T05:09:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "revision_number": 0, "id": "382944e2-3aa8-47c2-8fb1-cc2818b7c3da", "remote_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "revision_number": 0, "id": "a2caea02-0b16-40e4-9874-1099cf550a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "revision_number": 0, "id": "fa03349b-b467-40db-ac08-7981c70432ec", "remote_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e167919701824f06a541b3626717dc4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "revision_number": 0, "id": "fd5f2a20-04da-4579-a902-15192876619b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "tenant_id": "e167919701824f06a541b3626717dc4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e167919701824f06a541b3626717dc4b"}], "revision_number": 4, "project_id": "e167919701824f06a541b3626717dc4b", "id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:10:29,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-51d6a1a9-24f4-4de8-bd27-de0b171179d4 2018-10-06 05:10:29,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50059196-a89c-4203-a45a-33ed096f7ae3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:10:29,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-50059196-a89c-4203-a45a-33ed096f7ae3 2018-10-06 05:10:29,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:29,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bd25b9-5c7c-4685-bd50-e5d854d0a231 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b"}, "enabled": true, "id": "e167919701824f06a541b3626717dc4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj"}} 2018-10-06 05:10:29,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-81bd25b9-5c7c-4685-bd50-e5d854d0a231 2018-10-06 05:10:29,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92341e99-8de3-4a64-b096-b22e7c7bd312 2018-10-06 05:10:29,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=92341e99-8de3-4a64-b096-b22e7c7bd312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:29,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5a58e64a-da48-45bb-8fc6-98e36a993f4d Date: Sat, 06 Oct 2018 05:10:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:25Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "382944e2-3aa8-47c2-8fb1-cc2818b7c3da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:25Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "a2caea02-0b16-40e4-9874-1099cf550a58"}, {"remote_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:25Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "fa03349b-b467-40db-ac08-7981c70432ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:09:25Z", "security_group_id": "92341e99-8de3-4a64-b096-b22e7c7bd312", "port_range_min": null, "revision_number": 0, "tenant_id": "e167919701824f06a541b3626717dc4b", "created_at": "2018-10-06T05:09:25Z", "project_id": "e167919701824f06a541b3626717dc4b", "id": "fd5f2a20-04da-4579-a902-15192876619b"}]} 2018-10-06 05:10:29,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=92341e99-8de3-4a64-b096-b22e7c7bd312 used request id req-5a58e64a-da48-45bb-8fc6-98e36a993f4d 2018-10-06 05:10:29,989 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:10:29,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/92341e99-8de3-4a64-b096-b22e7c7bd312 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:30,442 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e850d4e-d29e-4c6c-a1fe-1e7d766e03df Content-Length: 0 Date: Sat, 06 Oct 2018 05:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:10:30,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/92341e99-8de3-4a64-b096-b22e7c7bd312 used request id req-2e850d4e-d29e-4c6c-a1fe-1e7d766e03df 2018-10-06 05:10:30,443 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj 2018-10-06 05:10:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:30,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7759828-c009-43cd-9f05-892f03dcd05e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:10:30,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/e167919701824f06a541b3626717dc4b used request id req-e7759828-c009-43cd-9f05-892f03dcd05e 2018-10-06 05:10:30,647 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-proj-role 2018-10-06 05:10:30,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:30,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfb64a20-481f-4062-8ff4-356cec5bcf7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:10:30,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/cf24ac3ba6e24957b135d140392477c7 used request id req-dfb64a20-481f-4062-8ff4-356cec5bcf7c 2018-10-06 05:10:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffebfef2a2e122abb7418cb6534aeff478e2bad2" 2018-10-06 05:10:30,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e15fc8-bec1-4bc1-ba10-b88380825cd9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:10:30,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-26e15fc8-bec1-4bc1-ba10-b88380825cd9 2018-10-06 05:10:30,873 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-97dee3fb-a2a3-424-user 2018-10-06 05:10:30,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/13894ba38f8049f390336124b3d0ea4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cff46f516acbddd4a28540c1390c227e61ad149" 2018-10-06 05:10:31,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3140a0b-bbc1-466d-b40b-dc794c2a5012 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:10:31,037 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/13894ba38f8049f390336124b3d0ea4e used request id req-d3140a0b-bbc1-466d-b40b-dc794c2a5012 2018-10-06 05:10:31,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:31,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["NbEL3VO2Qua1hPN30isdsA"], "issued_at": "2018-10-06T05:10:31.000000Z"}} 2018-10-06 05:10:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07e504aa8a7920e1e1fc8434dfdc69f2d816285" 2018-10-06 05:10:31,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd81fcc2-cc4f-4462-9214-bddf7fd40338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:31,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fd81fcc2-cc4f-4462-9214-bddf7fd40338 2018-10-06 05:10:31,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:31,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:31,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["HLLIQDL_Q--zBhKBf1o_nQ"], "issued_at": "2018-10-06T05:10:31.000000Z"}} 2018-10-06 05:10:31,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:31,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e48703b-3d80-4ec9-9b8f-4f206368a910 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:31,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2e48703b-3d80-4ec9-9b8f-4f206368a910 2018-10-06 05:10:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:32,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:32,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c00561-e4d5-47b1-a952-c8db8fb7b0f7 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:10:32,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj used request id req-e4c00561-e4d5-47b1-a952-c8db8fb7b0f7 2018-10-06 05:10:32,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:32,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bf57d2-acca-4168-afbf-c6a6b2894cab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:10:32,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-17bf57d2-acca-4168-afbf-c6a6b2894cab 2018-10-06 05:10:32,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}}' 2018-10-06 05:10:32,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6487f316-a09d-4937-9b76-d9cd55109dc2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:32,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6487f316-a09d-4937-9b76-d9cd55109dc2 2018-10-06 05:10:32,327 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj 2018-10-06 05:10:32,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:32,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:32,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:10:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["2ZqQ9orcRaOzQymrl0p6dg"], "issued_at": "2018-10-06T05:10:32.000000Z"}} 2018-10-06 05:10:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00bc49e78d43bfa4b53b7ef8c155610633b9d0a" 2018-10-06 05:10:32,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8196a252-4f55-4fcb-96d6-007f687d3df8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:32,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8196a252-4f55-4fcb-96d6-007f687d3df8 2018-10-06 05:10:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:32,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:32,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00bc49e78d43bfa4b53b7ef8c155610633b9d0a" 2018-10-06 05:10:32,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3136f2-7007-4bca-a8cc-834bcead35e9 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:10:32,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9a3136f2-7007-4bca-a8cc-834bcead35e9 2018-10-06 05:10:32,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00bc49e78d43bfa4b53b7ef8c155610633b9d0a" 2018-10-06 05:10:32,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f01421-735c-4807-bd05-fc03075f74b1 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}]} 2018-10-06 05:10:32,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj used request id req-e9f01421-735c-4807-bd05-fc03075f74b1 2018-10-06 05:10:33,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00bc49e78d43bfa4b53b7ef8c155610633b9d0a" 2018-10-06 05:10:33,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e0964b-40e8-4f71-92f3-2a3c183ca8e7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:10:33,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-e3e0964b-40e8-4f71-92f3-2a3c183ca8e7 2018-10-06 05:10:33,494 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user 2018-10-06 05:10:33,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:33,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b98cb65-f121-47f1-94ff-86b87015fcb5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:10:33,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2b98cb65-f121-47f1-94ff-86b87015fcb5 2018-10-06 05:10:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}}' 2018-10-06 05:10:33,734 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82130499-8aa3-449d-8cb1-7f10e5db817d Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6efd5a33a27f4b029fe5721a58186d8f", "links": {"self": "http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f"}, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}} 2018-10-06 05:10:33,734 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-82130499-8aa3-449d-8cb1-7f10e5db817d 2018-10-06 05:10:33,734 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role 2018-10-06 05:10:33,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:33,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7b599a-6a12-4696-965c-52ca691264c0 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role", "id": "6efd5a33a27f4b029fe5721a58186d8f"}} 2018-10-06 05:10:33,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f used request id req-7d7b599a-6a12-4696-965c-52ca691264c0 2018-10-06 05:10:33,822 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role to project CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj 2018-10-06 05:10:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937/users/c78d59988a9446fc983e39fb2e02cbbd/roles/6efd5a33a27f4b029fe5721a58186d8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:10:33,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c82a3007-df79-465c-baeb-735ce240471d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:10:33,953 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937/users/c78d59988a9446fc983e39fb2e02cbbd/roles/6efd5a33a27f4b029fe5721a58186d8f used request id req-c82a3007-df79-465c-baeb-735ce240471d 2018-10-06 05:10:33,953 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:10:33,954 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:10:33,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:33,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:34,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["GqL7-j0ZRpeFPOA137mrHA"], "issued_at": "2018-10-06T05:10:34.000000Z"}} 2018-10-06 05:10:34,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:34,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688c5b5f-19e5-4bad-91e6-38e8afe33222 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:34,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-688c5b5f-19e5-4bad-91e6-38e8afe33222 2018-10-06 05:10:34,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:34,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-94261573-5b3a-4e89-8778-a883b6181385 Date: Sat, 06 Oct 2018 05:10:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image"} 2018-10-06 05:10:34,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image used request id req-94261573-5b3a-4e89-8778-a883b6181385 2018-10-06 05:10:34,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:34,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e5d98c8-d445-43b1-8c89-3a62b0692a15 Date: Sat, 06 Oct 2018 05:10: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", "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-10-06 05:10:34,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-7e5d98c8-d445-43b1-8c89-3a62b0692a15 2018-10-06 05:10:34,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image"}' 2018-10-06 05:10:34,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a X-Openstack-Request-Id: req-604a9430-e329-4b1c-91d2-3b5430da1388 Date: Sat, 06 Oct 2018 05:10:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:10:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:10:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a", "min_disk": 0, "protected": false, "id": "18524316-2a7e-4385-80dd-3d793f0d675a", "file": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file", "checksum": null, "owner": "4c8332929eda45b9a4f5b6e559e19937", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:10:34,963 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-604a9430-e329-4b1c-91d2-3b5430da1388 2018-10-06 05:10:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" -d '' 2018-10-06 05:10:36,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a53e955-0e10-42c5-aeb9-8a89a43f515f Date: Sat, 06 Oct 2018 05:10:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:10:36,343 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file used request id req-0a53e955-0e10-42c5-aeb9-8a89a43f515f 2018-10-06 05:10:36,343 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:10:36,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:36,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-dbc6b95c-30b9-49dc-a98b-0330ef90a636 Date: Sat, 06 Oct 2018 05:10:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:10:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "metadata": {}}], "self": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a", "min_disk": 0, "protected": false, "id": "18524316-2a7e-4385-80dd-3d793f0d675a", "file": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c8332929eda45b9a4f5b6e559e19937", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:10:36,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a used request id req-dbc6b95c-30b9-49dc-a98b-0330ef90a636 2018-10-06 05:10:36,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:36,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9803e9a9-cad0-473f-8cdf-f93fa9899b47 Date: Sat, 06 Oct 2018 05:10: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", "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-10-06 05:10:36,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-9803e9a9-cad0-473f-8cdf-f93fa9899b47 2018-10-06 05:10:36,695 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image 2018-10-06 05:10:36,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:10:36,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-6813c618-7220-4c5c-8f8b-a578d2cf7e5d Date: Sat, 06 Oct 2018 05:10:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:10:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "metadata": {}}], "self": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a", "min_disk": 0, "protected": false, "id": "18524316-2a7e-4385-80dd-3d793f0d675a", "file": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c8332929eda45b9a4f5b6e559e19937", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:10:36,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a used request id req-6813c618-7220-4c5c-8f8b-a578d2cf7e5d 2018-10-06 05:10:36,871 - create_image - DEBUG - Instance status is - active 2018-10-06 05:10:36,871 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image 2018-10-06 05:10:36,871 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image 2018-10-06 05:10:36,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:36,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:37,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["fi0kjhB9Ss6ZMq6ThOuRuw"], "issued_at": "2018-10-06T05:10:37.000000Z"}} 2018-10-06 05:10:37,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:37,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd55e7b-956d-494f-bde2-d739941eca6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:37,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1bd55e7b-956d-494f-bde2-d739941eca6c 2018-10-06 05:10:37,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:37,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f302b84d-70bd-44bc-bc2a-7efb8021bc52 Date: Sat, 06 Oct 2018 05:10:37 GMT RESP BODY: {"networks":[]} 2018-10-06 05:10:37,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-f302b84d-70bd-44bc-bc2a-7efb8021bc52 2018-10-06 05:10:37,453 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net 2018-10-06 05:10:37,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net", "admin_state_up": true}}' 2018-10-06 05:10:37,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a8c43449-050f-4113-9d00-a4bbf5f81c03 Date: Sat, 06 Oct 2018 05:10:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:10:37Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","mtu":1450}} 2018-10-06 05:10:37,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-a8c43449-050f-4113-9d00-a4bbf5f81c03 2018-10-06 05:10:37,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:38,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-dc717fdd-a413-4a23-9331-507028fa821a Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:37Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:38,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-dc717fdd-a413-4a23-9331-507028fa821a 2018-10-06 05:10:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:38,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0790639c-b6ca-49ee-9c89-a1d709ea765a Date: Sat, 06 Oct 2018 05:10:38 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:10:38,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-0790639c-b6ca-49ee-9c89-a1d709ea765a 2018-10-06 05:10:38,394 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet 2018-10-06 05:10:38,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" -d '{"subnets": [{"ip_version": 4, "network_id": "d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]}' 2018-10-06 05:10:39,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d384e897-1be2-4181-978f-4a18a0be724f Date: Sat, 06 Oct 2018 05:10:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:39,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-d384e897-1be2-4181-978f-4a18a0be724f 2018-10-06 05:10:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:39,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3975c077-b77c-471b-baba-088b50013e2d Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:39,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-3975c077-b77c-471b-baba-088b50013e2d 2018-10-06 05:10:39,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:10:39,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-24425437-efbe-4aac-a0ad-4119aaf16bef Date: Sat, 06 Oct 2018 05:10:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:39,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-24425437-efbe-4aac-a0ad-4119aaf16bef 2018-10-06 05:10:39,501 - OpenStackNetwork - DEBUG - Network [d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed] created successfully 2018-10-06 05:10:39,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:39,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:39,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["19iOEQ_hTAqwqUkJ93CCRw"], "issued_at": "2018-10-06T05:10:39.000000Z"}} 2018-10-06 05:10:39,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:39,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5eb535-3abc-4750-93e7-16150f800ce9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:39,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fc5eb535-3abc-4750-93e7-16150f800ce9 2018-10-06 05:10:39,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:40,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-60ce4a91-00aa-4188-a3cc-ceeca4118122 Date: Sat, 06 Oct 2018 05:10:40 GMT RESP BODY: {"routers": []} 2018-10-06 05:10:40,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router&admin_state_up=True used request id req-60ce4a91-00aa-4188-a3cc-ceeca4118122 2018-10-06 05:10:40,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:40,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:40,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["fOVsdpryS-eJxOsn6mlXMg"], "issued_at": "2018-10-06T05:10:40.000000Z"}} 2018-10-06 05:10:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ccd7865daca84bf343ddcf7c977a3f093fe9ea2" 2018-10-06 05:10:40,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2415a21b-e963-41e8-b396-d85b67cab1f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:40,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2415a21b-e963-41e8-b396-d85b67cab1f6 2018-10-06 05:10:40,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:40,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ed708791-f53e-4190-b555-c1ea8d8c2ce3 Date: Sat, 06 Oct 2018 05:10:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:10:40,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-ed708791-f53e-4190-b555-c1ea8d8c2ce3 2018-10-06 05:10:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:41,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-035c3dc1-7773-4e3b-80ca-a1513082d4d3 Date: Sat, 06 Oct 2018 05:10:41 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:10:41,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-035c3dc1-7773-4e3b-80ca-a1513082d4d3 2018-10-06 05:10:41,034 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:10:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router", "admin_state_up": true}}' 2018-10-06 05:10:46,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-c80a90d7-3969-40ee-b08f-df503f3b8fc3 Date: Sat, 06 Oct 2018 05:10:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:41Z", "admin_state_up": true, "updated_at": "2018-10-06T05:10:42Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "804da58d-a252-4b56-b017-cfd54ae7ed92", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router"}} 2018-10-06 05:10:46,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-c80a90d7-3969-40ee-b08f-df503f3b8fc3 2018-10-06 05:10:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:46,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9b1f6363-c770-4058-965a-d07d580ed57c Date: Sat, 06 Oct 2018 05:10:46 GMT RESP BODY: {"ports":[]} 2018-10-06 05:10:46,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 used request id req-9b1f6363-c770-4058-965a-d07d580ed57c 2018-10-06 05:10:46,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:46,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a05860c0-afae-4c48-934e-d576f9c0fba7 Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:46,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-a05860c0-afae-4c48-934e-d576f9c0fba7 2018-10-06 05:10:46,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:46,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:46,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:46,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69565326-58da-4cb8-9b5d-150dbc3e997a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:46,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-69565326-58da-4cb8-9b5d-150dbc3e997a 2018-10-06 05:10:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:47,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-626e4012-8751-4753-979b-a43ded03ab78 Date: Sat, 06 Oct 2018 05:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:47,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-626e4012-8751-4753-979b-a43ded03ab78 2018-10-06 05:10:47,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:47,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6686e715-dbdd-468e-8a80-85d7f007a459 Date: Sat, 06 Oct 2018 05:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:47,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet used request id req-6686e715-dbdd-468e-8a80-85d7f007a459 2018-10-06 05:10:47,256 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:10:47,256 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:10:47,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" -d '{"subnet_id": "e2fe330e-b513-40db-9638-cfcc8d946849"}' 2018-10-06 05:10:49,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-44456f63-7a47-4b5d-91a0-019e976fad38 Date: Sat, 06 Oct 2018 05:10:49 GMT RESP BODY: {"network_id": "d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "subnet_id": "e2fe330e-b513-40db-9638-cfcc8d946849", "subnet_ids": ["e2fe330e-b513-40db-9638-cfcc8d946849"], "port_id": "befc5789-84db-48c5-b82c-a11c7b71ae76", "id": "804da58d-a252-4b56-b017-cfd54ae7ed92"} 2018-10-06 05:10:49,435 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92/add_router_interface used request id req-44456f63-7a47-4b5d-91a0-019e976fad38 2018-10-06 05:10:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:49,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-065a5828-55ac-43c2-b64e-077f2b2d459a Date: Sat, 06 Oct 2018 05:10:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:41Z", "admin_state_up": true, "updated_at": "2018-10-06T05:10:48Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "804da58d-a252-4b56-b017-cfd54ae7ed92", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router"}} 2018-10-06 05:10:49,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92 used request id req-065a5828-55ac-43c2-b64e-077f2b2d459a 2018-10-06 05:10:49,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:49,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ca3394ba-8327-4d9a-ac0e-f1aaed3c522a Date: Sat, 06 Oct 2018 05:10:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"}]} 2018-10-06 05:10:49,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 used request id req-ca3394ba-8327-4d9a-ac0e-f1aaed3c522a 2018-10-06 05:10:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:10:49,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6a94df98-8c4c-4e22-99f3-2e40307a2791 Date: Sat, 06 Oct 2018 05:10:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}} 2018-10-06 05:10:49,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 used request id req-6a94df98-8c4c-4e22-99f3-2e40307a2791 2018-10-06 05:10:49,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:49,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:50,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["mbaLI96dRHi6CeUpBLD4vg"], "issued_at": "2018-10-06T05:10:50.000000Z"}} 2018-10-06 05:10:50,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571c333c7a9ccfaf51792e87f0bb0e1a21cb1553" 2018-10-06 05:10:50,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38dcabb4-d982-4713-bbd8-8cbc2f293377 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:50,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-38dcabb4-d982-4713-bbd8-8cbc2f293377 2018-10-06 05:10:50,386 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:10:50,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571c333c7a9ccfaf51792e87f0bb0e1a21cb1553" 2018-10-06 05:10:50,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-26a4a789-70dc-4e4a-a424-298011938f60 x-compute-request-id: req-26a4a789-70dc-4e4a-a424-298011938f60 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:10:50,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-26a4a789-70dc-4e4a-a424-298011938f60 2018-10-06 05:10:50,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571c333c7a9ccfaf51792e87f0bb0e1a21cb1553" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-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-10-06 05:10:50,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-4cfcd7e1-c906-4f92-a2e7-efea701a85ce x-compute-request-id: req-4cfcd7e1-c906-4f92-a2e7-efea701a85ce Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "79898269-ad56-44d8-bc0e-dc7585646144", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:10:50,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4cfcd7e1-c906-4f92-a2e7-efea701a85ce 2018-10-06 05:10:50,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:50,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:51,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["a227QM_oQzOU9NQqu8pDHQ"], "issued_at": "2018-10-06T05:10:51.000000Z"}} 2018-10-06 05:10:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24c74c2f49c51d607381fe41f23ae1861390147" 2018-10-06 05:10:51,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279ef6e7-289e-4089-a72a-ca78889548c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:51,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-279ef6e7-289e-4089-a72a-ca78889548c8 2018-10-06 05:10:51,072 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:10:51,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24c74c2f49c51d607381fe41f23ae1861390147" 2018-10-06 05:10:51,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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 x-openstack-request-id: req-5d89cb4d-bbb8-4881-a3e4-9aeadc1c9f73 x-compute-request-id: req-5d89cb4d-bbb8-4881-a3e4-9aeadc1c9f73 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:10:51,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-5d89cb4d-bbb8-4881-a3e4-9aeadc1c9f73 2018-10-06 05:10:51,232 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp... 2018-10-06 05:10:51,232 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:10:51,356 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp 2018-10-06 05:10:51,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24c74c2f49c51d607381fe41f23ae1861390147" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD0Sl6XMnhWV1MZHWKrPAf7fWxaq3jzDdubjxpcvau8oX3hJDDDv5Fm1yHrjRp2KOEB8K/cMkXi1g0QnhHmHGK7lgFpvHFTlmy8L2eYFr/W1cQsZVUlHgnqVMhOKEPqbBE1gGURrouygm9BB0z3GupQmguU6gO8QsCblIyR1E82sw==", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp"}}' 2018-10-06 05:10:51,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-59ec63f7-9423-4f4c-83a9-a6ff0b92e05e x-compute-request-id: req-59ec63f7-9423-4f4c-83a9-a6ff0b92e05e Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQD0Sl6XMnhWV1MZHWKrPAf7fWxaq3jzDdubjxpcvau8oX3hJDDDv5Fm1yHrjRp2KOEB8K/cMkXi1g0QnhHmHGK7lgFpvHFTlmy8L2eYFr/W1cQsZVUlHgnqVMhOKEPqbBE1gGURrouygm9BB0z3GupQmguU6gO8QsCblIyR1E82sw==", "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "fingerprint": "1c:9d:20:e9:8f:46:e0:65:58:91:48:83:3b:0d:2d:51"}} 2018-10-06 05:10:51,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-59ec63f7-9423-4f4c-83a9-a6ff0b92e05e 2018-10-06 05:10:51,407 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac.pub 2018-10-06 05:10:51,407 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:10:51,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:51,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:51,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["bGBly0UtSdWn9vANpKrT3A"], "issued_at": "2018-10-06T05:10:51.000000Z"}} 2018-10-06 05:10:51,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1db08ce-e868-4036-a4ec-ae690256b87c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:51,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c1db08ce-e868-4036-a4ec-ae690256b87c 2018-10-06 05:10:51,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:51,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d687fb80-3b4f-4537-acf6-81761709277e Date: Sat, 06 Oct 2018 05:10:51 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:10:51,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp used request id req-d687fb80-3b4f-4537-acf6-81761709277e 2018-10-06 05:10:51,989 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp... 2018-10-06 05:10:51,989 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp 2018-10-06 05:10:51,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}}' 2018-10-06 05:10:52,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-6f91fe94-b5f0-4701-a470-13fd498c5dc9 Date: Sat, 06 Oct 2018 05:10:52 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 2, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}} 2018-10-06 05:10:52,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-6f91fe94-b5f0-4701-a470-13fd498c5dc9 2018-10-06 05:10:52,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:52,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:52,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e5abb7c8-b8a0-4b4b-9169-3b2ab1bdca4b Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}]} 2018-10-06 05:10:52,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-e5abb7c8-b8a0-4b4b-9169-3b2ab1bdca4b 2018-10-06 05:10:52,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:52,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f1e3c572-f8ed-4edd-86d8-1786c8490dde Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}]} 2018-10-06 05:10:52,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-f1e3c572-f8ed-4edd-86d8-1786c8490dde 2018-10-06 05:10:52,708 - neutron_utils - INFO - Retrieving security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:52,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d7d4ccc6-e642-4f88-9b80-e991e20c93e9 Date: Sat, 06 Oct 2018 05:10:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 2, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]} 2018-10-06 05:10:52,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-d7d4ccc6-e642-4f88-9b80-e991e20c93e9 2018-10-06 05:10:52,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c4611532-b955-4ed0-8f76-dc6aa0e7d15b Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}]} 2018-10-06 05:10:53,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-c4611532-b955-4ed0-8f76-dc6aa0e7d15b 2018-10-06 05:10:53,070 - neutron_utils - INFO - Retrieving security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:53,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3c5945c4-1be5-4fe0-94c9-3599abbba907 Date: Sat, 06 Oct 2018 05:10:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 2, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]} 2018-10-06 05:10:53,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-3c5945c4-1be5-4fe0-94c9-3599abbba907 2018-10-06 05:10:53,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:53,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4e4bba96-9bed-475a-b6ed-76f4f7e3185f Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}]} 2018-10-06 05:10:53,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-4e4bba96-9bed-475a-b6ed-76f4f7e3185f 2018-10-06 05:10:53,464 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp 2018-10-06 05:10:53,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6e6b5fd7-6904-4389-9409-e308825d1bea Date: Sat, 06 Oct 2018 05:10:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 2, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]} 2018-10-06 05:10:53,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp used request id req-6e6b5fd7-6904-4389-9409-e308825d1bea 2018-10-06 05:10:53,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:53,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:53,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20dc7a9b-0f9c-4ee0-943a-b9bf7eb8bd7c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:53,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-20dc7a9b-0f9c-4ee0-943a-b9bf7eb8bd7c 2018-10-06 05:10:53,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f35176c-4d86-4b88-b2d5-5484a86a3075 Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}]} 2018-10-06 05:10:53,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-9f35176c-4d86-4b88-b2d5-5484a86a3075 2018-10-06 05:10:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}01a714411ffb871622005fec2054d747a3f06162" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab"}}' 2018-10-06 05:10:53,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-622a59e1-6af5-4e30-904a-68295c5d9da6 Date: Sat, 06 Oct 2018 05:10:53 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-10-06T05:10:53Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:53Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "d74a2dc1-5258-4b30-b5de-ab13f2159e55"}} 2018-10-06 05:10:53,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-622a59e1-6af5-4e30-904a-68295c5d9da6 2018-10-06 05:10:53,908 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp 2018-10-06 05:10:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:53,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-318138db-20b7-496e-ade7-914f7ac33edf Date: Sat, 06 Oct 2018 05:10:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:53Z", "revision_number": 0, "id": "d74a2dc1-5258-4b30-b5de-ab13f2159e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:53Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 3, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]} 2018-10-06 05:10:53,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp used request id req-318138db-20b7-496e-ade7-914f7ac33edf 2018-10-06 05:10:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:54,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8fb6b6-901d-4525-a6bc-ab9dd8ead561 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:54,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-ca8fb6b6-901d-4525-a6bc-ab9dd8ead561 2018-10-06 05:10:54,046 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:54,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:54,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bf33f080-29c8-42a2-9bf9-011997aef9aa Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:53Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:53Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "d74a2dc1-5258-4b30-b5de-ab13f2159e55"}]} 2018-10-06 05:10:54,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-bf33f080-29c8-42a2-9bf9-011997aef9aa 2018-10-06 05:10:54,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}01a714411ffb871622005fec2054d747a3f06162" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab"}}' 2018-10-06 05:10:54,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-324211c5-47c1-4663-8ae0-7e606369f9f4 Date: Sat, 06 Oct 2018 05:10:54 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-10-06T05:10:54Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:54Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "b93a4204-3349-4041-8c1b-851e3d326538"}} 2018-10-06 05:10:54,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-324211c5-47c1-4663-8ae0-7e606369f9f4 2018-10-06 05:10:54,399 - neutron_utils - INFO - Retrieving security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:54,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:54,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-9ba18c32-0a73-40e2-97ee-5556458ae2db Date: Sat, 06 Oct 2018 05:10:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "updated_at": "2018-10-06T05:10:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "revision_number": 0, "id": "4b296524-4c57-45a9-9e13-f848a713e337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:10:54Z", "revision_number": 0, "id": "b93a4204-3349-4041-8c1b-851e3d326538", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:54Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:53Z", "revision_number": 0, "id": "d74a2dc1-5258-4b30-b5de-ab13f2159e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:53Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 4, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]} 2018-10-06 05:10:54,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-9ba18c32-0a73-40e2-97ee-5556458ae2db 2018-10-06 05:10:54,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48311d5c-36ec-4f6a-a074-8849cd60b7ab 2018-10-06 05:10:54,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:10:54,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ff5eec24-2d8f-4ced-b979-4ffadac955c7 Date: Sat, 06 Oct 2018 05:10: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-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "1e02ed30-3fa8-4128-9f0e-529e82773b13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:52Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:52Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "4b296524-4c57-45a9-9e13-f848a713e337"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:10:54Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:54Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "b93a4204-3349-4041-8c1b-851e3d326538"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:53Z", "security_group_id": "48311d5c-36ec-4f6a-a074-8849cd60b7ab", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:53Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "d74a2dc1-5258-4b30-b5de-ab13f2159e55"}]} 2018-10-06 05:10:54,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-ff5eec24-2d8f-4ced-b979-4ffadac955c7 2018-10-06 05:10:54,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:54,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:55,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["JS1zZvwCQZ60NVZzAWIBEA"], "issued_at": "2018-10-06T05:10:55.000000Z"}} 2018-10-06 05:10:55,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:55,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fbbbdd-dfef-42a1-b37c-7b3bbb16b979 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:55,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-91fbbbdd-dfef-42a1-b37c-7b3bbb16b979 2018-10-06 05:10:55,230 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:10:55,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:55,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7fb309-a4d4-42ae-b2c5-e00b55a4ccc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:55,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1a7fb309-a4d4-42ae-b2c5-e00b55a4ccc0 2018-10-06 05:10:55,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:55,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e07e34e2-488a-4319-90a5-11a785cedbbf Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:55,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-e07e34e2-488a-4319-90a5-11a785cedbbf 2018-10-06 05:10:55,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:55,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:55,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:55,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087db460-34cc-4a29-831c-136a37772ce4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:55,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-087db460-34cc-4a29-831c-136a37772ce4 2018-10-06 05:10:55,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:55,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-568b4044-c9b5-47a7-b59a-ffab4dc4dc40 Date: Sat, 06 Oct 2018 05:10:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:55,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-568b4044-c9b5-47a7-b59a-ffab4dc4dc40 2018-10-06 05:10:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:56,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-180fb21d-59b7-4c47-9f06-a282a161272b Date: Sat, 06 Oct 2018 05:10:56 GMT RESP BODY: {"ports":[]} 2018-10-06 05:10:56,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True used request id req-180fb21d-59b7-4c47-9f06-a282a161272b 2018-10-06 05:10:56,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:56,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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 x-openstack-request-id: req-79457dbe-1c44-4f66-b84e-75a9ec959d40 x-compute-request-id: req-79457dbe-1c44-4f66-b84e-75a9ec959d40 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:10:56,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst used request id req-79457dbe-1c44-4f66-b84e-75a9ec959d40 2018-10-06 05:10:56,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:56,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-63990d86-29bc-4c8c-a0d1-724bb8aa0c00 Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:56,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-63990d86-29bc-4c8c-a0d1-724bb8aa0c00 2018-10-06 05:10:56,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:56,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e31b601-0916-475b-9fd5-550bf1af7e5b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:56,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-2e31b601-0916-475b-9fd5-550bf1af7e5b 2018-10-06 05:10:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:56,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7981eecc-3a79-4617-8421-1edf49d14f05 Date: Sat, 06 Oct 2018 05:10:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:56,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-7981eecc-3a79-4617-8421-1edf49d14f05 2018-10-06 05:10:56,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:57,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2f058805-093d-4b6e-92bb-dd6b7a023e4a Date: Sat, 06 Oct 2018 05:10:57 GMT RESP BODY: {"ports":[]} 2018-10-06 05:10:57,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True used request id req-2f058805-093d-4b6e-92bb-dd6b7a023e4a 2018-10-06 05:10:57,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:10:57,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:10:57,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6efd5a33a27f4b029fe5721a58186d8f", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role"}], "expires_at": "2018-10-06T06:10:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c8332929eda45b9a4f5b6e559e19937", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/4c8332929eda45b9a4f5b6e559e19937", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user", "id": "c78d59988a9446fc983e39fb2e02cbbd"}, "audit_ids": ["DgyARnwERD6_ijzQ3lg8vg"], "issued_at": "2018-10-06T05:10:57.000000Z"}} 2018-10-06 05:10:57,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b1e4357bace3d65a910522d71b0b6e6ef253a0" 2018-10-06 05:10:57,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31c7409-57e4-41f9-af0a-0e56f47db6b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:10:57,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f31c7409-57e4-41f9-af0a-0e56f47db6b2 2018-10-06 05:10:57,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:57,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1863b101-51b4-4dc2-a6af-e8dc34c398ac Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:57,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-1863b101-51b4-4dc2-a6af-e8dc34c398ac 2018-10-06 05:10:57,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:57,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ed98a672-648a-4167-a0bb-694ae50b2e0e Date: Sat, 06 Oct 2018 05:10:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:57,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-ed98a672-648a-4167-a0bb-694ae50b2e0e 2018-10-06 05:10:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:58,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-60107d5f-515c-4323-ba04-dff3a3d4466d Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:58,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-60107d5f-515c-4323-ba04-dff3a3d4466d 2018-10-06 05:10:58,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:10:58,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:10:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:10:58,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b1e4357bace3d65a910522d71b0b6e6ef253a0" 2018-10-06 05:10:58,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3888bb8c-b0d4-4167-a266-d291c77cd6ba Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:58,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-3888bb8c-b0d4-4167-a266-d291c77cd6ba 2018-10-06 05:10:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:58,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1eaa9ebc-4e58-4153-b91b-cbee5b48574e Date: Sat, 06 Oct 2018 05:10:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:58,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-1eaa9ebc-4e58-4153-b91b-cbee5b48574e 2018-10-06 05:10:58,304 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net 2018-10-06 05:10:58,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"port": {"network_id": "d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1", "admin_state_up": true}}' 2018-10-06 05:10:59,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-337060cc-a566-4fc9-85fe-4120c3bd5068 Date: Sat, 06 Oct 2018 05:10:59 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","project_id":"4c8332929eda45b9a4f5b6e559e19937","qos_policy_id":null,"admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal"}} 2018-10-06 05:10:59,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-337060cc-a566-4fc9-85fe-4120c3bd5068 2018-10-06 05:10:59,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-96a8927f-a88e-4133-af90-43117b14d306 Date: Sat, 06 Oct 2018 05:10: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:10:59,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-96a8927f-a88e-4133-af90-43117b14d306 2018-10-06 05:10:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b2d8db-ec6a-493a-b281-3fa31f4f4557 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:59,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-01b2d8db-ec6a-493a-b281-3fa31f4f4557 2018-10-06 05:10:59,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b31fd4da-02cf-4c89-b76b-dd37016140e8 Date: Sat, 06 Oct 2018 05:10:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:10:59,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-b31fd4da-02cf-4c89-b76b-dd37016140e8 2018-10-06 05:10:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-a5c6811b-9e77-486d-8340-071b756d6613 Date: Sat, 06 Oct 2018 05:10:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:10:59,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1&admin_state_up=True used request id req-a5c6811b-9e77-486d-8340-071b756d6613 2018-10-06 05:10:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4286613-d971-48ff-a766-08da6ad8bc3b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:10:59,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-c4286613-d971-48ff-a766-08da6ad8bc3b 2018-10-06 05:10:59,814 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst 2018-10-06 05:10:59,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-125c3819-82d7-452c-afba-5e3ffdd9fccc x-compute-request-id: req-125c3819-82d7-452c-afba-5e3ffdd9fccc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-flavor-name"}]} 2018-10-06 05:10:59,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-125c3819-82d7-452c-afba-5e3ffdd9fccc 2018-10-06 05:10:59,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:10:59,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:10: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-afd5b965-03bb-4512-a133-a40d351bda3e x-compute-request-id: req-afd5b965-03bb-4512-a133-a40d351bda3e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "79898269-ad56-44d8-bc0e-dc7585646144", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:10:59,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144 used request id req-afd5b965-03bb-4512-a133-a40d351bda3e 2018-10-06 05:10:59,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:00,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-ba997ddf-793d-482e-b9c3-a968ddcdd42a Date: Sat, 06 Oct 2018 05:11:00 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:10:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "metadata": {}}], "self": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a", "min_disk": 0, "protected": false, "id": "18524316-2a7e-4385-80dd-3d793f0d675a", "file": "/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4c8332929eda45b9a4f5b6e559e19937", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18524316-2a7e-4385-80dd-3d793f0d675a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image"} 2018-10-06 05:11:00,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image used request id req-ba997ddf-793d-482e-b9c3-a968ddcdd42a 2018-10-06 05:11:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:00,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dde3cee9-3e1a-4de6-b59e-bf7376b0e27a Date: Sat, 06 Oct 2018 05:11: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", "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-10-06 05:11:00,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-dde3cee9-3e1a-4de6-b59e-bf7376b0e27a 2018-10-06 05:11:00,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "imageRef": "18524316-2a7e-4385-80dd-3d793f0d675a", "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "flavorRef": "79898269-ad56-44d8-bc0e-dc7585646144", "max_count": 1, "min_count": 1, "networks": [{"port": "d5cef965-a831-4068-beb1-3d7df991100c"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}]}}' 2018-10-06 05:11:02,664 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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 x-openstack-request-id: req-1009447c-aa01-4575-855a-5a9eac572977 x-compute-request-id: req-1009447c-aa01-4575-855a-5a9eac572977 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "adminPass": "w37if3a6mgTT"}} 2018-10-06 05:11:02,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-1009447c-aa01-4575-855a-5a9eac572977 2018-10-06 05:11:02,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:02,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5542129d-54f5-4846-b5e9-89b622465f5d x-compute-request-id: req-5542129d-54f5-4846-b5e9-89b622465f5d 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.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:11:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:02,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-5542129d-54f5-4846-b5e9-89b622465f5d 2018-10-06 05:11:02,879 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst 2018-10-06 05:11:02,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:03,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea0896eb-f0c2-4595-ae7a-0f74ad079fe7 x-compute-request-id: req-ea0896eb-f0c2-4595-ae7a-0f74ad079fe7 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.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:11:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:03,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-ea0896eb-f0c2-4595-ae7a-0f74ad079fe7 2018-10-06 05:11:03,238 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - BUILD 2018-10-06 05:11:03,239 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:11:06,242 - create_instance - DEBUG - VM status query timeout in 896.637822151 2018-10-06 05:11:06,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:06,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-159db618-170b-492f-9f28-a6316bcf4f89 x-compute-request-id: req-159db618-170b-492f-9f28-a6316bcf4f89 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.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:11:03Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:06,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-159db618-170b-492f-9f28-a6316bcf4f89 2018-10-06 05:11:06,771 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - BUILD 2018-10-06 05:11:06,772 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:11:09,775 - create_instance - DEBUG - VM status query timeout in 893.105009079 2018-10-06 05:11:09,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:10,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-c52428c0-c4f7-4051-8f06-5e4f208b9c98 x-compute-request-id: req-c52428c0-c4f7-4051-8f06-5e4f208b9c98 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:10,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-c52428c0-c4f7-4051-8f06-5e4f208b9c98 2018-10-06 05:11:10,385 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:10,385 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:10,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:10,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-78f4d6b6-9132-4482-8ccb-a0433742e69a x-compute-request-id: req-78f4d6b6-9132-4482-8ccb-a0433742e69a Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:10,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-78f4d6b6-9132-4482-8ccb-a0433742e69a 2018-10-06 05:11:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:10,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-260a91f0-f140-47e0-a91b-623228fa9451 Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:10,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-260a91f0-f140-47e0-a91b-623228fa9451 2018-10-06 05:11:10,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:11,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84afeda-b825-40a4-8b4b-a92bfdc5629f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:11,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-d84afeda-b825-40a4-8b4b-a92bfdc5629f 2018-10-06 05:11:11,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:11,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bfd10b9f-15bb-4e2c-845b-2344afa7a7b7 Date: Sat, 06 Oct 2018 05:11:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:11,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-bfd10b9f-15bb-4e2c-845b-2344afa7a7b7 2018-10-06 05:11:11,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:11,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-301e9dac-0a7f-4589-bbe5-ed360342a565 Date: Sat, 06 Oct 2018 05:11:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:11,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-301e9dac-0a7f-4589-bbe5-ed360342a565 2018-10-06 05:11:11,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b1176f1-90d2-42ed-9fb6-0c4dfdf446fb x-compute-request-id: req-4b1176f1-90d2-42ed-9fb6-0c4dfdf446fb Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:12,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-4b1176f1-90d2-42ed-9fb6-0c4dfdf446fb 2018-10-06 05:11:12,097 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:12,097 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:12,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-bc83591c-9601-4e9c-9f99-feb43e8b03fa x-compute-request-id: req-bc83591c-9601-4e9c-9f99-feb43e8b03fa Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:12,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-bc83591c-9601-4e9c-9f99-feb43e8b03fa 2018-10-06 05:11:12,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1295e509-47ad-43f9-962c-9f80b5923735 Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:12,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-1295e509-47ad-43f9-962c-9f80b5923735 2018-10-06 05:11:12,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06f1f86-db6e-4251-a00d-9817e8f874ce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:12,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-e06f1f86-db6e-4251-a00d-9817e8f874ce 2018-10-06 05:11:12,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-65480bb7-cf28-4793-899b-30fc81e95717 Date: Sat, 06 Oct 2018 05:11:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:12,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-65480bb7-cf28-4793-899b-30fc81e95717 2018-10-06 05:11:12,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:12,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6a4836f0-b172-47a4-a41c-402a1af6d5e3 Date: Sat, 06 Oct 2018 05:11:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:12,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-6a4836f0-b172-47a4-a41c-402a1af6d5e3 2018-10-06 05:11:12,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}}' 2018-10-06 05:11:14,177 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:11: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-ab427530-d50c-43c5-8c12-d5f9243074a0 x-compute-request-id: req-ab427530-d50c-43c5-8c12-d5f9243074a0 Content-Length: 0 Content-Type: application/json 2018-10-06 05:11:14,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-ab427530-d50c-43c5-8c12-d5f9243074a0 2018-10-06 05:11:14,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:14,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-0156e8ff-c258-4aae-b2f5-0b49be277fe2 Date: Sat, 06 Oct 2018 05:11:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:41Z", "admin_state_up": true, "updated_at": "2018-10-06T05:10:48Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "804da58d-a252-4b56-b017-cfd54ae7ed92", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router"}]} 2018-10-06 05:11:14,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router used request id req-0156e8ff-c258-4aae-b2f5-0b49be277fe2 2018-10-06 05:11:14,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:14,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd5de21-04bd-48cd-97f3-aa8dcf5d10a4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:14,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-0dd5de21-04bd-48cd-97f3-aa8dcf5d10a4 2018-10-06 05:11:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:14,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-5d6a3327-976a-49e0-aeb1-1aff7ff99721 Date: Sat, 06 Oct 2018 05:11:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"}]} 2018-10-06 05:11:14,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=804da58d-a252-4b56-b017-cfd54ae7ed92 used request id req-5d6a3327-976a-49e0-aeb1-1aff7ff99721 2018-10-06 05:11:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:14,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5c2e9301-7001-4fbe-a144-205c966ec95f Date: Sat, 06 Oct 2018 05:11:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}} 2018-10-06 05:11:14,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 used request id req-5c2e9301-7001-4fbe-a144-205c966ec95f 2018-10-06 05:11:14,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:14,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b720994b-e751-4d83-a197-47772c558920 Date: Sat, 06 Oct 2018 05:11:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:11:14,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-b720994b-e751-4d83-a197-47772c558920 2018-10-06 05:11:14,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:15,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1b577b61-30e0-4ed9-9800-c02cd7c5408d Date: Sat, 06 Oct 2018 05:11:15 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:11:15,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-1b577b61-30e0-4ed9-9800-c02cd7c5408d 2018-10-06 05:11:15,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:15,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-eda835c6-f8ae-4150-bf16-471c7183ed28 x-compute-request-id: req-eda835c6-f8ae-4150-bf16-471c7183ed28 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:15,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-eda835c6-f8ae-4150-bf16-471c7183ed28 2018-10-06 05:11:15,603 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:15,603 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:15,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-e7851e2c-3f39-4145-98d2-27147c11979d x-compute-request-id: req-e7851e2c-3f39-4145-98d2-27147c11979d Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:16,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-e7851e2c-3f39-4145-98d2-27147c11979d 2018-10-06 05:11:16,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1c55d685-9895-4503-bc35-5c7dc27a91d9 Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:16,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-1c55d685-9895-4503-bc35-5c7dc27a91d9 2018-10-06 05:11:16,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba3d68f-21fe-4e58-a64c-d1b1634f1159 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:16,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-6ba3d68f-21fe-4e58-a64c-d1b1634f1159 2018-10-06 05:11:16,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fdb76b40-d9fe-4a30-a4d7-699d1ed2fe58 Date: Sat, 06 Oct 2018 05:11:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:16,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-fdb76b40-d9fe-4a30-a4d7-699d1ed2fe58 2018-10-06 05:11:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-cb72ee82-de5d-4d41-b035-e581035191e1 Date: Sat, 06 Oct 2018 05:11:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:16,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-cb72ee82-de5d-4d41-b035-e581035191e1 2018-10-06 05:11:16,509 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:11:16,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9c1a277a-1ecc-4a82-8515-db1a81e2b7dc Date: Sat, 06 Oct 2018 05:11:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:11:16,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-9c1a277a-1ecc-4a82-8515-db1a81e2b7dc 2018-10-06 05:11:16,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:16,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7cbc842-b733-4ea2-9d0a-59fddc28bda0 Date: Sat, 06 Oct 2018 05:11:16 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:11:16,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a7cbc842-b733-4ea2-9d0a-59fddc28bda0 2018-10-06 05:11:16,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "d5cef965-a831-4068-beb1-3d7df991100c"}}' 2018-10-06 05:11:18,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-cb08f690-9cf3-45c3-b933-474d6e0e4dcb Date: Sat, 06 Oct 2018 05:11:18 GMT RESP BODY: {"floatingip": {"router_id": "804da58d-a252-4b56-b017-cfd54ae7ed92", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:11:17Z", "updated_at": "2018-10-06T05:11:17Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "port_id": "d5cef965-a831-4068-beb1-3d7df991100c", "id": "42e79f1c-1c00-46c7-9496-6a5b0604f989"}} 2018-10-06 05:11:18,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-cb08f690-9cf3-45c3-b933-474d6e0e4dcb 2018-10-06 05:11:18,384 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:11:18,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:18,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-c8a3ea7e-fed3-42de-8cbe-5ee7fdceb948 x-compute-request-id: req-c8a3ea7e-fed3-42de-8cbe-5ee7fdceb948 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:18,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-c8a3ea7e-fed3-42de-8cbe-5ee7fdceb948 2018-10-06 05:11:18,736 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:18,737 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:18,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:19,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-b6111e41-8629-46d7-8d61-063dd95f96e6 x-compute-request-id: req-b6111e41-8629-46d7-8d61-063dd95f96e6 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:19,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-b6111e41-8629-46d7-8d61-063dd95f96e6 2018-10-06 05:11:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:19,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-216f665f-0dfb-44ec-b827-ba9d46467757 Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:19,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-216f665f-0dfb-44ec-b827-ba9d46467757 2018-10-06 05:11:19,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:19,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f7df5af-d07e-43c6-ba1b-30b1a6e5dffd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:19,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-6f7df5af-d07e-43c6-ba1b-30b1a6e5dffd 2018-10-06 05:11:19,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:19,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e39afc8-8e3b-4008-9d81-7c9e248d6d83 Date: Sat, 06 Oct 2018 05:11:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:19,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-4e39afc8-8e3b-4008-9d81-7c9e248d6d83 2018-10-06 05:11:19,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:19,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-689a5f99-5b03-4728-ac3c-71025a64d2a8 Date: Sat, 06 Oct 2018 05:11:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:19,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-689a5f99-5b03-4728-ac3c-71025a64d2a8 2018-10-06 05:11:19,567 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:11:19,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:20,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d0304d3-3bb0-4208-a1fa-550ea420f12d x-compute-request-id: req-9d0304d3-3bb0-4208-a1fa-550ea420f12d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:20,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-9d0304d3-3bb0-4208-a1fa-550ea420f12d 2018-10-06 05:11:20,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:11:21,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-fbf8e94a-4948-4b2c-8995-f6d17e5594d6 x-compute-request-id: req-fbf8e94a-4948-4b2c-8995-f6d17e5594d6 Content-Encoding: gzip Content-Length: 9608 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 506442103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126567] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128184] pid_max: default: 32768 minimum: 301\n[ 0.129059] ACPI: Core revision 20150930\n[ 0.130429] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131711] Security Framework initialized\n[ 0.132521] Yama: becoming mindful.\n[ 0.133245] AppArmor: AppArmor initialized\n[ 0.134085] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135347] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136578] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139074] Initializing cgroup subsys io\n[ 0.139868] Initializing cgroup subsys memory\n[ 0.140707] Initializing cgroup subsys devices\n[ 0.141553] Initializing cgroup subsys freezer\n[ 0.142414] Initializing cgroup subsys net_cls\n[ 0.143262] Initializing cgroup subsys perf_event\n[ 0.144151] Initializing cgroup subsys net_prio\n[ 0.145011] Initializing cgroup subsys hugetlb\n[ 0.145867] Initializing cgroup subsys pids\n[ 0.146722] CPU: Physical Processor ID: 0\n[ 0.148191] mce: CPU supports 10 MCE banks\n[ 0.149018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152267] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158688] ftrace: allocating 31920 entries in 125 pages\n[ 0.184864] smpboot: Max logical packages: 2\n[ 0.185761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186926] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188248] x2apic enabled\n[ 0.189045] Switched APIC routing to physical x2apic.\n[ 0.190786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196020] KVM setup paravirtual spinlock\n[ 0.197428] x86: Booting SMP configuration:\n[ 0.198343] .... node #0, CPUs: #1\n[ 0.199239] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221425] x86: Booted up 1 node, 2 CPUs\n[ 0.221427] KVM setup async PF for cpu 1\n[ 0.221430] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225437] devtmpfs: initialized\n[ 0.227133] evm: security.selinux\n[ 0.227821] evm: security.SMACK64\n[ 0.228497] evm: security.SMACK64EXEC\n[ 0.229239] evm: security.SMACK64TRANSMUTE\n[ 0.230039] evm: security.SMACK64MMAP\n[ 0.230771] evm: security.ima\n[ 0.231395] evm: security.capability\n[ 0.232242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234083] pinctrl core: initialized pinctrl subsystem\n[ 0.235160] RTC time: 5:11:03, date: 10/06/18\n[ 0.236117] NET: Registered protocol family 16\n[ 0.246100] cpuidle: using governor ladder\n[ 0.258190] cpuidle: using governor menu\n[ 0.258998] PCCT header not found.\n[ 0.259778] ACPI: bus type PCI registered\n[ 0.260567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261800] PCI: Using configuration type 1 for base access\n[ 0.275238] ACPI: Added _OSI(Module Device)\n[ 0.276074] ACPI: Added _OSI(Processor Device)\n[ 0.276917] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280138] ACPI: Interpreter enabled\n[ 0.280897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288167] ACPI: (supports S0 S5)\n[ 0.288863] ACPI: Using IOAPIC for interrupt routing\n[ 0.289795] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294276] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298866] acpiphp: Slot [3] registered\n[ 0.299651] acpiphp: Slot [4] registered\n[ 0.300433] acpiphp: Slot [5] registered\n[ 0.301221] acpiphp: Slot [6] registered\n[ 0.302010] acpiphp: Slot [7] registered\n[ 0.302791] acpiphp: Slot [8] registered\n[ 0.303570] acpiphp: Slot [9] registered\n[ 0.304354] acpiphp: Slot [10] registered\n[ 0.315307] acpiphp: Slot [11] registered\n[ 0.316108] acpiphp: Slot [12] registered\n[ 0.316903] acpiphp: Slot [13] registered\n[ 0.317695] acpiphp: Slot [14] registered\n[ 0.318485] acpiphp: Slot [15] registered\n[ 0.319281] acpiphp: Slot [16] registered\n[ 0.320082] acpiphp: Slot [17] registered\n[ 0.320879] acpiphp: Slot [18] registered\n[ 0.321674] acpiphp: Slot [19] registered\n[ 0.322464] acpiphp: Slot [20] registered\n[ 0.323270] acpiphp: Slot [21] registered\n[ 0.324064] acpiphp: Slot [22] registered\n[ 0.324870] acpiphp: Slot [23] registered\n[ 0.325674] acpiphp: Slot [24] registered\n[ 0.326469] acpiphp: Slot [25] registered\n[ 0.327264] acpiphp: Slot [26] registered\n[ 0.328063] acpiphp: Slot [27] registered\n[ 0.328866] acpiphp: Slot [28] registered\n[ 0.329659] acpiphp: Slot [29] registered\n[ 0.330456] acpiphp: Slot [30] registered\n[ 0.331261] acpiphp: Slot [31] registered\n[ 0.332056] PCI host bridge to bus 0000:00\n[ 0.332849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336643] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.338068] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344425] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346845] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348087] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.405118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.406590] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.408004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409402] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.410784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.412616] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.413850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.414897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.416420] vgaarb: loaded\n[ 0.417020] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418147] SCSI subsystem initialized\n[ 0.418992] ACPI: bus type USB registered\n[ 0.419806] usbcore: registered new interface driver usbfs\n[ 0.420832] usbcore: registered new interface driver hub\n[ 0.421822] usbcore: registered new device driver usb\n[ 0.422964] PCI: Using ACPI for IRQ routing\n[ 0.423983] NetLabel: Initializing\n[ 0.424691] NetLabel: domain hash size = 128\n[ 0.425532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.426468] NetLabel: unlabeled traffic allowed by default\n[ 0.427636] clocksource: Switched to clocksource kvm-clock\n[ 0.433528] AppArmor: AppArmor Filesystem Enabled\n[ 0.434481] pnp: PnP ACPI init\n[ 0.435401] pnp: PnP ACPI: found 5 devices\n[ 0.442959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444638] NET: Registered protocol family 2\n[ 0.445623] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.446875] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.448026] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.449166] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451361] NET: Registered protocol family 1\n[ 0.452214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453275] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454324] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.491664] Trying to unpack rootfs image as initramfs...\n[ 0.542256] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557043] Scanning for low memory corruption every 60 seconds\n[ 0.558454] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559647] audit: initializing netlink subsys (disabled)\n[ 0.560685] audit: type=2000 audit(1538802663.951:1): initialized\n[ 0.562013] Initialise system trusted keyring\n[ 0.562981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564166] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566277] zbud: loaded\n[ 0.567036] VFS: Disk quotas dquot_6.6.0\n[ 0.567879] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569468] fuse init (API version 7.23)\n[ 0.570386] Key type big_key registered\n[ 0.571193] Allocating IMA MOK and blacklist keyrings.\n[ 0.572388] Key type asymmetric registered\n[ 0.573217] Asymmetric key parser 'x509' registered\n[ 0.574178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575668] io scheduler noop registered\n[ 0.576466] io scheduler deadline registered (default)\n[ 0.577463] io scheduler cfq registered\n[ 0.578309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579354] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582085] ACPI: Power Button [PWRF]\n[ 0.582948] GHES: HEST is not enabled!\n[ 0.601208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667246] Linux agpgart interface v0.103\n[ 0.669585] brd: module loaded\n[ 0.670966] loop: module loaded\n[ 0.675885] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677484] GPT:90111 != 20971519\n[ 0.678180] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679276] GPT:90111 != 20971519\n[ 0.679983] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680964] vda: vda1 vda15\n[ 0.682412] scsi host0: ata_piix\n[ 0.683199] scsi host1: ata_piix\n[ 0.683923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.686766] libphy: Fixed MDIO Bus: probed\n[ 0.687585] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688549] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.690508] PPP generic driver version 2.4.2\n[ 0.691409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692678] ehci-pci: EHCI PCI platform driver\n[ 0.693551] ehci-platform: EHCI generic platform driver\n[ 0.694541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.695678] ohci-pci: OHCI PCI platform driver\n[ 0.696550] ohci-platform: OHCI generic platform driver\n[ 0.697542] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716494] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.717515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719971] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.721100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723754] usb usb1: Product: UHCI Host Controller\n[ 0.724693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725833] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726864] hub 1-0:1.0: USB hub found\n[ 0.727651] hub 1-0:1.0: 2 ports detected\n[ 0.728578] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731655] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732701] mousedev: PS/2 mouse device common for all mice\n[ 0.733859] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735071] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.736756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738016] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739204] i2c /dev entries driver\n[ 0.739970] device-mapper: uevent: version 1.0.3\n[ 0.740925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742521] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743866] NET: Registered protocol family 10\n[ 0.744886] NET: Registered protocol family 17\n[ 0.745766] Key type dns_resolver registered\n[ 0.746727] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747807] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.748916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.750657] registered taskstats version 1\n[ 0.751470] Loading compiled-in X.509 certificates\n[ 0.752892] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754696] zswap: loaded using pool lzo/zbud\n[ 0.756152] Key type trusted registered\n[ 0.757839] Key type encrypted registered\n[ 0.758654] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759682] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760708] evm: HMAC attrs: 0x1\n[ 0.761636] Magic number: 6:618:162\n[ 0.762474] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:03 UTC (1538802663)\n[ 0.774478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.775582] EDD information not available.\n[ 0.840818] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.842349] Write protecting the kernel read-only data: 14336k\n[ 0.843970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845769] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.904989] 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 1.27\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.55.1.10...\nLease of 10.55.1.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.47. iid=i-00000107\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: "} 2018-10-06 05:11:21,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-fbf8e94a-4948-4b2c-8995-f6d17e5594d6 2018-10-06 05:11:21,404 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:11:21,404 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 506442103 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126567] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128184] pid_max: default: 32768 minimum: 301 [ 0.129059] ACPI: Core revision 20150930 [ 0.130429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131711] Security Framework initialized [ 0.132521] Yama: becoming mindful. [ 0.133245] AppArmor: AppArmor initialized [ 0.134085] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135347] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136578] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139074] Initializing cgroup subsys io [ 0.139868] Initializing cgroup subsys memory [ 0.140707] Initializing cgroup subsys devices [ 0.141553] Initializing cgroup subsys freezer [ 0.142414] Initializing cgroup subsys net_cls [ 0.143262] Initializing cgroup subsys perf_event [ 0.144151] Initializing cgroup subsys net_prio [ 0.145011] Initializing cgroup subsys hugetlb [ 0.145867] Initializing cgroup subsys pids [ 0.146722] CPU: Physical Processor ID: 0 [ 0.148191] mce: CPU supports 10 MCE banks [ 0.149018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152267] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158688] ftrace: allocating 31920 entries in 125 pages [ 0.184864] smpboot: Max logical packages: 2 [ 0.185761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186926] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188248] x2apic enabled [ 0.189045] Switched APIC routing to physical x2apic. [ 0.190786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196020] KVM setup paravirtual spinlock [ 0.197428] x86: Booting SMP configuration: [ 0.198343] .... node #0, CPUs: #1 [ 0.199239] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221425] x86: Booted up 1 node, 2 CPUs [ 0.221427] KVM setup async PF for cpu 1 [ 0.221430] kvm-stealtime: cpu 1, msr f90d940 [ 0.223947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225437] devtmpfs: initialized [ 0.227133] evm: security.selinux [ 0.227821] evm: security.SMACK64 [ 0.228497] evm: security.SMACK64EXEC [ 0.229239] evm: security.SMACK64TRANSMUTE [ 0.230039] evm: security.SMACK64MMAP [ 0.230771] evm: security.ima [ 0.231395] evm: security.capability [ 0.232242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234083] pinctrl core: initialized pinctrl subsystem [ 0.235160] RTC time: 5:11:03, date: 10/06/18 [ 0.236117] NET: Registered protocol family 16 [ 0.246100] cpuidle: using governor ladder [ 0.258190] cpuidle: using governor menu [ 0.258998] PCCT header not found. [ 0.259778] ACPI: bus type PCI registered [ 0.260567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261800] PCI: Using configuration type 1 for base access [ 0.275238] ACPI: Added _OSI(Module Device) [ 0.276074] ACPI: Added _OSI(Processor Device) [ 0.276917] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280138] ACPI: Interpreter enabled [ 0.280897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288167] ACPI: (supports S0 S5) [ 0.288863] ACPI: Using IOAPIC for interrupt routing [ 0.289795] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294276] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298866] acpiphp: Slot [3] registered [ 0.299651] acpiphp: Slot [4] registered [ 0.300433] acpiphp: Slot [5] registered [ 0.301221] acpiphp: Slot [6] registered [ 0.302010] acpiphp: Slot [7] registered [ 0.302791] acpiphp: Slot [8] registered [ 0.303570] acpiphp: Slot [9] registered [ 0.304354] acpiphp: Slot [10] registered [ 0.315307] acpiphp: Slot [11] registered [ 0.316108] acpiphp: Slot [12] registered [ 0.316903] acpiphp: Slot [13] registered [ 0.317695] acpiphp: Slot [14] registered [ 0.318485] acpiphp: Slot [15] registered [ 0.319281] acpiphp: Slot [16] registered [ 0.320082] acpiphp: Slot [17] registered [ 0.320879] acpiphp: Slot [18] registered [ 0.321674] acpiphp: Slot [19] registered [ 0.322464] acpiphp: Slot [20] registered [ 0.323270] acpiphp: Slot [21] registered [ 0.324064] acpiphp: Slot [22] registered [ 0.324870] acpiphp: Slot [23] registered [ 0.325674] acpiphp: Slot [24] registered [ 0.326469] acpiphp: Slot [25] registered [ 0.327264] acpiphp: Slot [26] registered [ 0.328063] acpiphp: Slot [27] registered [ 0.328866] acpiphp: Slot [28] registered [ 0.329659] acpiphp: Slot [29] registered [ 0.330456] acpiphp: Slot [30] registered [ 0.331261] acpiphp: Slot [31] registered [ 0.332056] PCI host bridge to bus 0000:00 [ 0.332849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336643] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.338068] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344425] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346845] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348087] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.405118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.406590] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.408004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409402] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.412616] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413850] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.416420] vgaarb: loaded [ 0.417020] vgaarb: bridge control possible 0000:00:02.0 [ 0.418147] SCSI subsystem initialized [ 0.418992] ACPI: bus type USB registered [ 0.419806] usbcore: registered new interface driver usbfs [ 0.420832] usbcore: registered new interface driver hub [ 0.421822] usbcore: registered new device driver usb [ 0.422964] PCI: Using ACPI for IRQ routing [ 0.423983] NetLabel: Initializing [ 0.424691] NetLabel: domain hash size = 128 [ 0.425532] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.426468] NetLabel: unlabeled traffic allowed by default [ 0.427636] clocksource: Switched to clocksource kvm-clock [ 0.433528] AppArmor: AppArmor Filesystem Enabled [ 0.434481] pnp: PnP ACPI init [ 0.435401] pnp: PnP ACPI: found 5 devices [ 0.442959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.444638] NET: Registered protocol family 2 [ 0.445623] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.446875] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.448026] TCP: Hash tables configured (established 2048 bind 2048) [ 0.449166] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.450221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.451361] NET: Registered protocol family 1 [ 0.452214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.453275] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.454324] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.472761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.491664] Trying to unpack rootfs image as initramfs... [ 0.542256] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557043] Scanning for low memory corruption every 60 seconds [ 0.558454] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559647] audit: initializing netlink subsys (disabled) [ 0.560685] audit: type=2000 audit(1538802663.951:1): initialized [ 0.562013] Initialise system trusted keyring [ 0.562981] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564166] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566277] zbud: loaded [ 0.567036] VFS: Disk quotas dquot_6.6.0 [ 0.567879] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569468] fuse init (API version 7.23) [ 0.570386] Key type big_key registered [ 0.571193] Allocating IMA MOK and blacklist keyrings. [ 0.572388] Key type asymmetric registered [ 0.573217] Asymmetric key parser 'x509' registered [ 0.574178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575668] io scheduler noop registered [ 0.576466] io scheduler deadline registered (default) [ 0.577463] io scheduler cfq registered [ 0.578309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579354] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582085] ACPI: Power Button [PWRF] [ 0.582948] GHES: HEST is not enabled! [ 0.601208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.638539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.640891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.664646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667246] Linux agpgart interface v0.103 [ 0.669585] brd: module loaded [ 0.670966] loop: module loaded [ 0.675885] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.677484] GPT:90111 != 20971519 [ 0.678180] GPT:Alternate GPT header not at the end of the disk. [ 0.679276] GPT:90111 != 20971519 [ 0.679983] GPT: Use GNU Parted to correct GPT errors. [ 0.680964] vda: vda1 vda15 [ 0.682412] scsi host0: ata_piix [ 0.683199] scsi host1: ata_piix [ 0.683923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.686766] libphy: Fixed MDIO Bus: probed [ 0.687585] tun: Universal TUN/TAP device driver, 1.6 [ 0.688549] tun: (C) 1999-2004 Max Krasnyansky [ 0.690508] PPP generic driver version 2.4.2 [ 0.691409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692678] ehci-pci: EHCI PCI platform driver [ 0.693551] ehci-platform: EHCI generic platform driver [ 0.694541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.695678] ohci-pci: OHCI PCI platform driver [ 0.696550] ohci-platform: OHCI generic platform driver [ 0.697542] uhci_hcd: USB Universal Host Controller Interface driver [ 0.716494] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.717515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719971] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.721100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.722323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.723754] usb usb1: Product: UHCI Host Controller [ 0.724693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725833] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726864] hub 1-0:1.0: USB hub found [ 0.727651] hub 1-0:1.0: 2 ports detected [ 0.728578] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730702] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731655] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732701] mousedev: PS/2 mouse device common for all mice [ 0.733859] rtc_cmos 00:00: RTC can wake from S4 [ 0.735071] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.736756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738016] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739204] i2c /dev entries driver [ 0.739970] device-mapper: uevent: version 1.0.3 [ 0.740925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742521] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743866] NET: Registered protocol family 10 [ 0.744886] NET: Registered protocol family 17 [ 0.745766] Key type dns_resolver registered [ 0.746727] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747807] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.748916] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.750657] registered taskstats version 1 [ 0.751470] Loading compiled-in X.509 certificates [ 0.752892] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.754696] zswap: loaded using pool lzo/zbud [ 0.756152] Key type trusted registered [ 0.757839] Key type encrypted registered [ 0.758654] AppArmor: AppArmor sha1 policy hashing enabled [ 0.759682] ima: No TPM chip found, activating TPM-bypass! [ 0.760708] evm: HMAC attrs: 0x1 [ 0.761636] Magic number: 6:618:162 [ 0.762474] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:03 UTC (1538802663) [ 0.774478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.775582] EDD information not available. [ 0.840818] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.842349] Write protecting the kernel read-only data: 14336k [ 0.843970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.845769] 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 [ 0.904989] 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 1.27 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.55.1.10... Lease of 10.55.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.47. iid=i-00000107 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 ssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 launch-index: 0 === cirros: current=0.4.0 uptime=3.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: 2018-10-06 05:11:21,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:22,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-ab237b91-3eb6-4a16-81d7-aafb9cb8e78f x-compute-request-id: req-ab237b91-3eb6-4a16-81d7-aafb9cb8e78f Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:22,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-ab237b91-3eb6-4a16-81d7-aafb9cb8e78f 2018-10-06 05:11:22,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:22,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c6217892-5baa-4539-b4ad-d0b084cb208a Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:22,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-c6217892-5baa-4539-b4ad-d0b084cb208a 2018-10-06 05:11:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:22,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b57e4c-1fb6-415a-9c60-dd8a9cdc30b5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:22,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-45b57e4c-1fb6-415a-9c60-dd8a9cdc30b5 2018-10-06 05:11:22,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:22,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-59fb1d52-9a15-45cf-8751-fde92dfd0109 Date: Sat, 06 Oct 2018 05:11:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:22,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-59fb1d52-9a15-45cf-8751-fde92dfd0109 2018-10-06 05:11:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:22,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-21a6f1df-0bb9-4272-9d4a-33f9f570007b Date: Sat, 06 Oct 2018 05:11:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:22,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-21a6f1df-0bb9-4272-9d4a-33f9f570007b 2018-10-06 05:11:22,511 - create_instance - INFO - Checking if VM is active 2018-10-06 05:11:22,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:23,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2798f6a1-a549-4b05-9137-ea3b28022a56 x-compute-request-id: req-2798f6a1-a549-4b05-9137-ea3b28022a56 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:23,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-2798f6a1-a549-4b05-9137-ea3b28022a56 2018-10-06 05:11:23,282 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:23,282 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:23,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:23,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-c0c1fe8d-eae1-4a3e-94ae-2c0401c361d8 x-compute-request-id: req-c0c1fe8d-eae1-4a3e-94ae-2c0401c361d8 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:23,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-c0c1fe8d-eae1-4a3e-94ae-2c0401c361d8 2018-10-06 05:11:23,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:23,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0a29c9db-b8ae-4ff6-8cdc-53116bd5fc46 Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:23,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-0a29c9db-b8ae-4ff6-8cdc-53116bd5fc46 2018-10-06 05:11:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:23,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a209ea61-c63c-415d-9782-bfc4851cab80 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:23,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-a209ea61-c63c-415d-9782-bfc4851cab80 2018-10-06 05:11:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:23,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-de952f04-80bd-4d43-add8-33ddaf80dccb Date: Sat, 06 Oct 2018 05:11:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:23,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-de952f04-80bd-4d43-add8-33ddaf80dccb 2018-10-06 05:11:23,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:24,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-28923941-1829-4447-a49a-edf402c35544 Date: Sat, 06 Oct 2018 05:11:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:24,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-28923941-1829-4447-a49a-edf402c35544 2018-10-06 05:11:24,128 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:11:24,132 - paramiko.transport - DEBUG - starting thread (client mode): 0x741e89d0L 2018-10-06 05:11:24,132 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:11:24,132 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:11:24,132 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:11:24,133 - 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-10-06 05:11:24,133 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:11:24,133 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:11:24,134 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:11:24,134 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:11:24,134 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:11:24,150 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:11:24,151 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:11:24,164 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:11:24,190 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:11:24,193 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:11:24,294 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:11:24,310 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:11:24,311 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:11:24,312 - paramiko.transport - DEBUG - starting thread (client mode): 0x7428a2d0L 2018-10-06 05:11:24,312 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:11:24,313 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:11:24,313 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:11:24,314 - 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-10-06 05:11:24,315 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:11:24,315 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:11:24,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:11:24,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:11:24,315 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:11:24,332 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:11:24,333 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:11:24,345 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:11:24,370 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:11:24,373 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:11:24,378 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:11:24,379 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:11:24,379 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:11:24,382 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:11:24,384 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:11:24,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:25,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-d2587c94-fae6-4ef5-a0d5-3bee0dfbc1d5 x-compute-request-id: req-d2587c94-fae6-4ef5-a0d5-3bee0dfbc1d5 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:08Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:25,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-d2587c94-fae6-4ef5-a0d5-3bee0dfbc1d5 2018-10-06 05:11:25,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"reboot": {"type": "SOFT"}}' 2018-10-06 05:11:25,370 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:11:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95380d05-edb3-4835-81d9-5ae16f6819ac x-compute-request-id: req-95380d05-edb3-4835-81d9-5ae16f6819ac Content-Length: 0 Content-Type: application/json 2018-10-06 05:11:25,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-95380d05-edb3-4835-81d9-5ae16f6819ac 2018-10-06 05:11:40,386 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:11:40,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:40,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-4b35bd24-5eb8-4a85-b541-a0d46802484e x-compute-request-id: req-4b35bd24-5eb8-4a85-b541-a0d46802484e Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-06T05:11:25Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:40,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-4b35bd24-5eb8-4a85-b541-a0d46802484e 2018-10-06 05:11:40,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:11:41,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-772b1672-cb16-454d-ac5e-7b1097c96aba x-compute-request-id: req-772b1672-cb16-454d-ac5e-7b1097c96aba Content-Encoding: gzip Content-Length: 9628 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 506442103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126567] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128184] pid_max: default: 32768 minimum: 301\n[ 0.129059] ACPI: Core revision 20150930\n[ 0.130429] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131711] Security Framework initialized\n[ 0.132521] Yama: becoming mindful.\n[ 0.133245] AppArmor: AppArmor initialized\n[ 0.134085] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135347] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136578] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139074] Initializing cgroup subsys io\n[ 0.139868] Initializing cgroup subsys memory\n[ 0.140707] Initializing cgroup subsys devices\n[ 0.141553] Initializing cgroup subsys freezer\n[ 0.142414] Initializing cgroup subsys net_cls\n[ 0.143262] Initializing cgroup subsys perf_event\n[ 0.144151] Initializing cgroup subsys net_prio\n[ 0.145011] Initializing cgroup subsys hugetlb\n[ 0.145867] Initializing cgroup subsys pids\n[ 0.146722] CPU: Physical Processor ID: 0\n[ 0.148191] mce: CPU supports 10 MCE banks\n[ 0.149018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152267] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158688] ftrace: allocating 31920 entries in 125 pages\n[ 0.184864] smpboot: Max logical packages: 2\n[ 0.185761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186926] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188248] x2apic enabled\n[ 0.189045] Switched APIC routing to physical x2apic.\n[ 0.190786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196020] KVM setup paravirtual spinlock\n[ 0.197428] x86: Booting SMP configuration:\n[ 0.198343] .... node #0, CPUs: #1\n[ 0.199239] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221425] x86: Booted up 1 node, 2 CPUs\n[ 0.221427] KVM setup async PF for cpu 1\n[ 0.221430] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225437] devtmpfs: initialized\n[ 0.227133] evm: security.selinux\n[ 0.227821] evm: security.SMACK64\n[ 0.228497] evm: security.SMACK64EXEC\n[ 0.229239] evm: security.SMACK64TRANSMUTE\n[ 0.230039] evm: security.SMACK64MMAP\n[ 0.230771] evm: security.ima\n[ 0.231395] evm: security.capability\n[ 0.232242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234083] pinctrl core: initialized pinctrl subsystem\n[ 0.235160] RTC time: 5:11:03, date: 10/06/18\n[ 0.236117] NET: Registered protocol family 16\n[ 0.246100] cpuidle: using governor ladder\n[ 0.258190] cpuidle: using governor menu\n[ 0.258998] PCCT header not found.\n[ 0.259778] ACPI: bus type PCI registered\n[ 0.260567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261800] PCI: Using configuration type 1 for base access\n[ 0.275238] ACPI: Added _OSI(Module Device)\n[ 0.276074] ACPI: Added _OSI(Processor Device)\n[ 0.276917] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277797] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280138] ACPI: Interpreter enabled\n[ 0.280897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288167] ACPI: (supports S0 S5)\n[ 0.288863] ACPI: Using IOAPIC for interrupt routing\n[ 0.289795] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294276] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298866] acpiphp: Slot [3] registered\n[ 0.299651] acpiphp: Slot [4] registered\n[ 0.300433] acpiphp: Slot [5] registered\n[ 0.301221] acpiphp: Slot [6] registered\n[ 0.302010] acpiphp: Slot [7] registered\n[ 0.302791] acpiphp: Slot [8] registered\n[ 0.303570] acpiphp: Slot [9] registered\n[ 0.304354] acpiphp: Slot [10] registered\n[ 0.315307] acpiphp: Slot [11] registered\n[ 0.316108] acpiphp: Slot [12] registered\n[ 0.316903] acpiphp: Slot [13] registered\n[ 0.317695] acpiphp: Slot [14] registered\n[ 0.318485] acpiphp: Slot [15] registered\n[ 0.319281] acpiphp: Slot [16] registered\n[ 0.320082] acpiphp: Slot [17] registered\n[ 0.320879] acpiphp: Slot [18] registered\n[ 0.321674] acpiphp: Slot [19] registered\n[ 0.322464] acpiphp: Slot [20] registered\n[ 0.323270] acpiphp: Slot [21] registered\n[ 0.324064] acpiphp: Slot [22] registered\n[ 0.324870] acpiphp: Slot [23] registered\n[ 0.325674] acpiphp: Slot [24] registered\n[ 0.326469] acpiphp: Slot [25] registered\n[ 0.327264] acpiphp: Slot [26] registered\n[ 0.328063] acpiphp: Slot [27] registered\n[ 0.328866] acpiphp: Slot [28] registered\n[ 0.329659] acpiphp: Slot [29] registered\n[ 0.330456] acpiphp: Slot [30] registered\n[ 0.331261] acpiphp: Slot [31] registered\n[ 0.332056] PCI host bridge to bus 0000:00\n[ 0.332849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336643] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.338068] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344425] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346845] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348087] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.405118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.406590] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.408004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.409402] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.410784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.412616] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.413850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.414897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.416420] vgaarb: loaded\n[ 0.417020] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418147] SCSI subsystem initialized\n[ 0.418992] ACPI: bus type USB registered\n[ 0.419806] usbcore: registered new interface driver usbfs\n[ 0.420832] usbcore: registered new interface driver hub\n[ 0.421822] usbcore: registered new device driver usb\n[ 0.422964] PCI: Using ACPI for IRQ routing\n[ 0.423983] NetLabel: Initializing\n[ 0.424691] NetLabel: domain hash size = 128\n[ 0.425532] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.426468] NetLabel: unlabeled traffic allowed by default\n[ 0.427636] clocksource: Switched to clocksource kvm-clock\n[ 0.433528] AppArmor: AppArmor Filesystem Enabled\n[ 0.434481] pnp: PnP ACPI init\n[ 0.435401] pnp: PnP ACPI: found 5 devices\n[ 0.442959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.444638] NET: Registered protocol family 2\n[ 0.445623] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.446875] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.448026] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.449166] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451361] NET: Registered protocol family 1\n[ 0.452214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453275] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454324] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.491664] Trying to unpack rootfs image as initramfs...\n[ 0.542256] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557043] Scanning for low memory corruption every 60 seconds\n[ 0.558454] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559647] audit: initializing netlink subsys (disabled)\n[ 0.560685] audit: type=2000 audit(1538802663.951:1): initialized\n[ 0.562013] Initialise system trusted keyring\n[ 0.562981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564166] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566277] zbud: loaded\n[ 0.567036] VFS: Disk quotas dquot_6.6.0\n[ 0.567879] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569468] fuse init (API version 7.23)\n[ 0.570386] Key type big_key registered\n[ 0.571193] Allocating IMA MOK and blacklist keyrings.\n[ 0.572388] Key type asymmetric registered\n[ 0.573217] Asymmetric key parser 'x509' registered\n[ 0.574178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575668] io scheduler noop registered\n[ 0.576466] io scheduler deadline registered (default)\n[ 0.577463] io scheduler cfq registered\n[ 0.578309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579354] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582085] ACPI: Power Button [PWRF]\n[ 0.582948] GHES: HEST is not enabled!\n[ 0.601208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667246] Linux agpgart interface v0.103\n[ 0.669585] brd: module loaded\n[ 0.670966] loop: module loaded\n[ 0.675885] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677484] GPT:90111 != 20971519\n[ 0.678180] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679276] GPT:90111 != 20971519\n[ 0.679983] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680964] vda: vda1 vda15\n[ 0.682412] scsi host0: ata_piix\n[ 0.683199] scsi host1: ata_piix\n[ 0.683923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.686766] libphy: Fixed MDIO Bus: probed\n[ 0.687585] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688549] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.690508] PPP generic driver version 2.4.2\n[ 0.691409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692678] ehci-pci: EHCI PCI platform driver\n[ 0.693551] ehci-platform: EHCI generic platform driver\n[ 0.694541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.695678] ohci-pci: OHCI PCI platform driver\n[ 0.696550] ohci-platform: OHCI generic platform driver\n[ 0.697542] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716494] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.717515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719971] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.721100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723754] usb usb1: Product: UHCI Host Controller\n[ 0.724693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725833] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726864] hub 1-0:1.0: USB hub found\n[ 0.727651] hub 1-0:1.0: 2 ports detected\n[ 0.728578] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731655] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732701] mousedev: PS/2 mouse device common for all mice\n[ 0.733859] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735071] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.736756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738016] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739204] i2c /dev entries driver\n[ 0.739970] device-mapper: uevent: version 1.0.3\n[ 0.740925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742521] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743866] NET: Registered protocol family 10\n[ 0.744886] NET: Registered protocol family 17\n[ 0.745766] Key type dns_resolver registered\n[ 0.746727] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747807] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.748916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.750657] registered taskstats version 1\n[ 0.751470] Loading compiled-in X.509 certificates\n[ 0.752892] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754696] zswap: loaded using pool lzo/zbud\n[ 0.756152] Key type trusted registered\n[ 0.757839] Key type encrypted registered\n[ 0.758654] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759682] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760708] evm: HMAC attrs: 0x1\n[ 0.761636] Magic number: 6:618:162\n[ 0.762474] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:03 UTC (1538802663)\n[ 0.774478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.775582] EDD information not available.\n[ 0.840818] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.842349] Write protecting the kernel read-only data: 14336k\n[ 0.843970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845769] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.904989] 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 1.27\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.55.1.10...\nLease of 10.55.1.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.47. iid=i-00000107\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: The system is going down NOW!\n"} 2018-10-06 05:11:41,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-772b1672-cb16-454d-ac5e-7b1097c96aba 2018-10-06 05:11:41,946 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:11:41,946 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 506442103 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126567] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128184] pid_max: default: 32768 minimum: 301 [ 0.129059] ACPI: Core revision 20150930 [ 0.130429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131711] Security Framework initialized [ 0.132521] Yama: becoming mindful. [ 0.133245] AppArmor: AppArmor initialized [ 0.134085] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135347] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136578] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139074] Initializing cgroup subsys io [ 0.139868] Initializing cgroup subsys memory [ 0.140707] Initializing cgroup subsys devices [ 0.141553] Initializing cgroup subsys freezer [ 0.142414] Initializing cgroup subsys net_cls [ 0.143262] Initializing cgroup subsys perf_event [ 0.144151] Initializing cgroup subsys net_prio [ 0.145011] Initializing cgroup subsys hugetlb [ 0.145867] Initializing cgroup subsys pids [ 0.146722] CPU: Physical Processor ID: 0 [ 0.148191] mce: CPU supports 10 MCE banks [ 0.149018] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152267] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158688] ftrace: allocating 31920 entries in 125 pages [ 0.184864] smpboot: Max logical packages: 2 [ 0.185761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186926] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188248] x2apic enabled [ 0.189045] Switched APIC routing to physical x2apic. [ 0.190786] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196020] KVM setup paravirtual spinlock [ 0.197428] x86: Booting SMP configuration: [ 0.198343] .... node #0, CPUs: #1 [ 0.199239] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221425] x86: Booted up 1 node, 2 CPUs [ 0.221427] KVM setup async PF for cpu 1 [ 0.221430] kvm-stealtime: cpu 1, msr f90d940 [ 0.223947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225437] devtmpfs: initialized [ 0.227133] evm: security.selinux [ 0.227821] evm: security.SMACK64 [ 0.228497] evm: security.SMACK64EXEC [ 0.229239] evm: security.SMACK64TRANSMUTE [ 0.230039] evm: security.SMACK64MMAP [ 0.230771] evm: security.ima [ 0.231395] evm: security.capability [ 0.232242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234083] pinctrl core: initialized pinctrl subsystem [ 0.235160] RTC time: 5:11:03, date: 10/06/18 [ 0.236117] NET: Registered protocol family 16 [ 0.246100] cpuidle: using governor ladder [ 0.258190] cpuidle: using governor menu [ 0.258998] PCCT header not found. [ 0.259778] ACPI: bus type PCI registered [ 0.260567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261800] PCI: Using configuration type 1 for base access [ 0.275238] ACPI: Added _OSI(Module Device) [ 0.276074] ACPI: Added _OSI(Processor Device) [ 0.276917] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280138] ACPI: Interpreter enabled [ 0.280897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288167] ACPI: (supports S0 S5) [ 0.288863] ACPI: Using IOAPIC for interrupt routing [ 0.289795] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293156] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294276] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298866] acpiphp: Slot [3] registered [ 0.299651] acpiphp: Slot [4] registered [ 0.300433] acpiphp: Slot [5] registered [ 0.301221] acpiphp: Slot [6] registered [ 0.302010] acpiphp: Slot [7] registered [ 0.302791] acpiphp: Slot [8] registered [ 0.303570] acpiphp: Slot [9] registered [ 0.304354] acpiphp: Slot [10] registered [ 0.315307] acpiphp: Slot [11] registered [ 0.316108] acpiphp: Slot [12] registered [ 0.316903] acpiphp: Slot [13] registered [ 0.317695] acpiphp: Slot [14] registered [ 0.318485] acpiphp: Slot [15] registered [ 0.319281] acpiphp: Slot [16] registered [ 0.320082] acpiphp: Slot [17] registered [ 0.320879] acpiphp: Slot [18] registered [ 0.321674] acpiphp: Slot [19] registered [ 0.322464] acpiphp: Slot [20] registered [ 0.323270] acpiphp: Slot [21] registered [ 0.324064] acpiphp: Slot [22] registered [ 0.324870] acpiphp: Slot [23] registered [ 0.325674] acpiphp: Slot [24] registered [ 0.326469] acpiphp: Slot [25] registered [ 0.327264] acpiphp: Slot [26] registered [ 0.328063] acpiphp: Slot [27] registered [ 0.328866] acpiphp: Slot [28] registered [ 0.329659] acpiphp: Slot [29] registered [ 0.330456] acpiphp: Slot [30] registered [ 0.331261] acpiphp: Slot [31] registered [ 0.332056] PCI host bridge to bus 0000:00 [ 0.332849] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334037] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336643] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.338068] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344425] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346845] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348087] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354983] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356400] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.405118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.406590] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.408004] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409402] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410784] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.412616] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413850] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.416420] vgaarb: loaded [ 0.417020] vgaarb: bridge control possible 0000:00:02.0 [ 0.418147] SCSI subsystem initialized [ 0.418992] ACPI: bus type USB registered [ 0.419806] usbcore: registered new interface driver usbfs [ 0.420832] usbcore: registered new interface driver hub [ 0.421822] usbcore: registered new device driver usb [ 0.422964] PCI: Using ACPI for IRQ routing [ 0.423983] NetLabel: Initializing [ 0.424691] NetLabel: domain hash size = 128 [ 0.425532] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.426468] NetLabel: unlabeled traffic allowed by default [ 0.427636] clocksource: Switched to clocksource kvm-clock [ 0.433528] AppArmor: AppArmor Filesystem Enabled [ 0.434481] pnp: PnP ACPI init [ 0.435401] pnp: PnP ACPI: found 5 devices [ 0.442959] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.444638] NET: Registered protocol family 2 [ 0.445623] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.446875] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.448026] TCP: Hash tables configured (established 2048 bind 2048) [ 0.449166] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.450221] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.451361] NET: Registered protocol family 1 [ 0.452214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.453275] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.454324] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.472761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.491664] Trying to unpack rootfs image as initramfs... [ 0.542256] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557043] Scanning for low memory corruption every 60 seconds [ 0.558454] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559647] audit: initializing netlink subsys (disabled) [ 0.560685] audit: type=2000 audit(1538802663.951:1): initialized [ 0.562013] Initialise system trusted keyring [ 0.562981] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564166] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566277] zbud: loaded [ 0.567036] VFS: Disk quotas dquot_6.6.0 [ 0.567879] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569468] fuse init (API version 7.23) [ 0.570386] Key type big_key registered [ 0.571193] Allocating IMA MOK and blacklist keyrings. [ 0.572388] Key type asymmetric registered [ 0.573217] Asymmetric key parser 'x509' registered [ 0.574178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575668] io scheduler noop registered [ 0.576466] io scheduler deadline registered (default) [ 0.577463] io scheduler cfq registered [ 0.578309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579354] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580629] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582085] ACPI: Power Button [PWRF] [ 0.582948] GHES: HEST is not enabled! [ 0.601208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.638539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.640891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.664646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667246] Linux agpgart interface v0.103 [ 0.669585] brd: module loaded [ 0.670966] loop: module loaded [ 0.675885] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.677484] GPT:90111 != 20971519 [ 0.678180] GPT:Alternate GPT header not at the end of the disk. [ 0.679276] GPT:90111 != 20971519 [ 0.679983] GPT: Use GNU Parted to correct GPT errors. [ 0.680964] vda: vda1 vda15 [ 0.682412] scsi host0: ata_piix [ 0.683199] scsi host1: ata_piix [ 0.683923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.686766] libphy: Fixed MDIO Bus: probed [ 0.687585] tun: Universal TUN/TAP device driver, 1.6 [ 0.688549] tun: (C) 1999-2004 Max Krasnyansky [ 0.690508] PPP generic driver version 2.4.2 [ 0.691409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692678] ehci-pci: EHCI PCI platform driver [ 0.693551] ehci-platform: EHCI generic platform driver [ 0.694541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.695678] ohci-pci: OHCI PCI platform driver [ 0.696550] ohci-platform: OHCI generic platform driver [ 0.697542] uhci_hcd: USB Universal Host Controller Interface driver [ 0.716494] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.717515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719971] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.721100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.722323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.723754] usb usb1: Product: UHCI Host Controller [ 0.724693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725833] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726864] hub 1-0:1.0: USB hub found [ 0.727651] hub 1-0:1.0: 2 ports detected [ 0.728578] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730702] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731655] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732701] mousedev: PS/2 mouse device common for all mice [ 0.733859] rtc_cmos 00:00: RTC can wake from S4 [ 0.735071] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.736756] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738016] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739204] i2c /dev entries driver [ 0.739970] device-mapper: uevent: version 1.0.3 [ 0.740925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742521] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743866] NET: Registered protocol family 10 [ 0.744886] NET: Registered protocol family 17 [ 0.745766] Key type dns_resolver registered [ 0.746727] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747807] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.748916] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.750657] registered taskstats version 1 [ 0.751470] Loading compiled-in X.509 certificates [ 0.752892] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.754696] zswap: loaded using pool lzo/zbud [ 0.756152] Key type trusted registered [ 0.757839] Key type encrypted registered [ 0.758654] AppArmor: AppArmor sha1 policy hashing enabled [ 0.759682] ima: No TPM chip found, activating TPM-bypass! [ 0.760708] evm: HMAC attrs: 0x1 [ 0.761636] Magic number: 6:618:162 [ 0.762474] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:03 UTC (1538802663) [ 0.774478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.775582] EDD information not available. [ 0.840818] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.842349] Write protecting the kernel read-only data: 14336k [ 0.843970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.845769] 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 [ 0.904989] 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 1.27 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.55.1.10... Lease of 10.55.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.47. iid=i-00000107 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 ssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 launch-index: 0 === cirros: current=0.4.0 uptime=3.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: The system is going down NOW! 2018-10-06 05:11:41,947 - create_instance - INFO - Checking if VM is active 2018-10-06 05:11:41,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:42,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-7cd083ce-db62-4e69-ae3d-5d09c575e43a x-compute-request-id: req-7cd083ce-db62-4e69-ae3d-5d09c575e43a Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-06T05:11:25Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:42,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-7cd083ce-db62-4e69-ae3d-5d09c575e43a 2018-10-06 05:11:42,441 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - REBOOT 2018-10-06 05:11:42,441 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:11:45,445 - create_instance - DEBUG - VM status query timeout in 896.502140045 2018-10-06 05:11:45,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:45,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-d91805c9-3d63-4760-acf8-3ce5312d692c x-compute-request-id: req-d91805c9-3d63-4760-acf8-3ce5312d692c Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-06T05:11:25Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:45,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-d91805c9-3d63-4760-acf8-3ce5312d692c 2018-10-06 05:11:45,923 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - REBOOT 2018-10-06 05:11:45,924 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:11:48,927 - create_instance - DEBUG - VM status query timeout in 893.0199821 2018-10-06 05:11:48,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:49,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-28615aa0-f34b-464f-835c-5efa55719df8 x-compute-request-id: req-28615aa0-f34b-464f-835c-5efa55719df8 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-10-06T05:11:25Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:49,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-28615aa0-f34b-464f-835c-5efa55719df8 2018-10-06 05:11:49,422 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - REBOOT 2018-10-06 05:11:49,423 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:11:52,426 - create_instance - DEBUG - VM status query timeout in 889.520973921 2018-10-06 05:11:52,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:52,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-46dcca8b-731e-4c30-8922-e17be2501539 x-compute-request-id: req-46dcca8b-731e-4c30-8922-e17be2501539 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:52Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:52,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-46dcca8b-731e-4c30-8922-e17be2501539 2018-10-06 05:11:52,893 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:11:52,893 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:11:52,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:53,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-b5720b70-3152-406f-8081-0dc65aff87a3 x-compute-request-id: req-b5720b70-3152-406f-8081-0dc65aff87a3 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:52Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:53,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-b5720b70-3152-406f-8081-0dc65aff87a3 2018-10-06 05:11:53,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:53,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0923d46d-634f-46df-a265-7104e106317c Date: Sat, 06 Oct 2018 05:11: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:11:53,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-0923d46d-634f-46df-a265-7104e106317c 2018-10-06 05:11:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:53,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb585ee-ea8b-43fa-939b-33badf20eec8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:11:53,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-acb585ee-ea8b-43fa-939b-33badf20eec8 2018-10-06 05:11:53,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:53,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fb847c74-ef84-4455-ab45-a2fd1abc56a0 Date: Sat, 06 Oct 2018 05:11:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:11:53,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-fb847c74-ef84-4455-ab45-a2fd1abc56a0 2018-10-06 05:11:53,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:53,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-49bf5232-b442-422c-83c1-3a155d99e897 Date: Sat, 06 Oct 2018 05:11:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:11:53,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-49bf5232-b442-422c-83c1-3a155d99e897 2018-10-06 05:11:53,877 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:11:54,880 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.206 2018-10-06 05:11:54,881 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-10-06 05:11:57,884 - create_instance - DEBUG - SSH connection timeout in 175.993267059 2018-10-06 05:11:57,884 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:11:57,886 - paramiko.transport - DEBUG - starting thread (client mode): 0x742567d0L 2018-10-06 05:11:57,887 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:11:57,887 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:11:57,887 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:11:57,888 - 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-10-06 05:11:57,889 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:11:57,889 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:11:57,889 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:11:57,889 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:11:57,889 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:11:57,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:11:57,907 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:11:57,919 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:11:57,945 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:11:57,952 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:11:58,052 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:11:58,097 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:11:58,097 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:11:58,099 - paramiko.transport - DEBUG - starting thread (client mode): 0x742567d0L 2018-10-06 05:11:58,099 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:11:58,099 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:11:58,100 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:11:58,101 - 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-10-06 05:11:58,101 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:11:58,101 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:11:58,101 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:11:58,101 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:11:58,102 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:11:58,118 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:11:58,119 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:11:58,131 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:11:58,158 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:11:58,161 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:11:58,164 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:11:58,165 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:11:58,166 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:11:58,167 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:11:58,170 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:11:58,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:11:58,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:11: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-147bf9c6-b553-4605-b647-16cb6864ba70 x-compute-request-id: req-147bf9c6-b553-4605-b647-16cb6864ba70 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:11:52Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:11:58,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-147bf9c6-b553-4605-b647-16cb6864ba70 2018-10-06 05:11:58,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"reboot": {"type": "SOFT"}}' 2018-10-06 05:11:58,820 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:11: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-22a6d72f-f105-4f4f-a361-f93e75e3f6fb x-compute-request-id: req-22a6d72f-f105-4f4f-a361-f93e75e3f6fb Content-Length: 0 Content-Type: application/json 2018-10-06 05:11:58,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-22a6d72f-f105-4f4f-a361-f93e75e3f6fb 2018-10-06 05:12:13,836 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:12:13,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:14,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-087db253-3e13-419e-b217-f8bb5a90bf5d x-compute-request-id: req-087db253-3e13-419e-b217-f8bb5a90bf5d Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:02Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:14,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-087db253-3e13-419e-b217-f8bb5a90bf5d 2018-10-06 05:12:14,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:15,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-25c8229c-82f9-4618-b92f-43625518afd4 x-compute-request-id: req-25c8229c-82f9-4618-b92f-43625518afd4 Content-Encoding: gzip Content-Length: 9514 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 510644077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.129407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131051] pid_max: default: 32768 minimum: 301\n[ 0.131942] ACPI: Core revision 20150930\n[ 0.133344] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134647] Security Framework initialized\n[ 0.135456] Yama: becoming mindful.\n[ 0.136180] AppArmor: AppArmor initialized\n[ 0.137035] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138314] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139565] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140761] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142119] Initializing cgroup subsys io\n[ 0.142931] Initializing cgroup subsys memory\n[ 0.143786] Initializing cgroup subsys devices\n[ 0.144672] Initializing cgroup subsys freezer\n[ 0.145543] Initializing cgroup subsys net_cls\n[ 0.146403] Initializing cgroup subsys perf_event\n[ 0.147307] Initializing cgroup subsys net_prio\n[ 0.148187] Initializing cgroup subsys hugetlb\n[ 0.149064] Initializing cgroup subsys pids\n[ 0.149939] CPU: Physical Processor ID: 0\n[ 0.151423] mce: CPU supports 10 MCE banks\n[ 0.152264] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155529] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161948] ftrace: allocating 31920 entries in 125 pages\n[ 0.188068] smpboot: Max logical packages: 2\n[ 0.188951] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190136] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191479] x2apic enabled\n[ 0.192289] Switched APIC routing to physical x2apic.\n[ 0.194044] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197347] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199232] KVM setup paravirtual spinlock\n[ 0.200640] x86: Booting SMP configuration:\n[ 0.201523] .... node #0, CPUs: #1\n[ 0.202417] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.224761] x86: Booted up 1 node, 2 CPUs\n[ 0.224765] KVM setup async PF for cpu 1\n[ 0.224768] kvm-stealtime: cpu 1, msr f90d940\n[ 0.227316] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228853] devtmpfs: initialized\n[ 0.230558] evm: security.selinux\n[ 0.231252] evm: security.SMACK64\n[ 0.231938] evm: security.SMACK64EXEC\n[ 0.232680] evm: security.SMACK64TRANSMUTE\n[ 0.233492] evm: security.SMACK64MMAP\n[ 0.234233] evm: security.ima\n[ 0.234874] evm: security.capability\n[ 0.235765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237650] pinctrl core: initialized pinctrl subsystem\n[ 0.238755] RTC time: 5:11:57, date: 10/06/18\n[ 0.239760] NET: Registered protocol family 16\n[ 0.249653] cpuidle: using governor ladder\n[ 0.261754] cpuidle: using governor menu\n[ 0.262570] PCCT header not found.\n[ 0.263345] ACPI: bus type PCI registered\n[ 0.264144] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265399] PCI: Using configuration type 1 for base access\n[ 0.278869] ACPI: Added _OSI(Module Device)\n[ 0.279723] ACPI: Added _OSI(Processor Device)\n[ 0.280582] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.281482] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283884] ACPI: Interpreter enabled\n[ 0.284657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.286497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.288348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292023] ACPI: (supports S0 S5)\n[ 0.292731] ACPI: Using IOAPIC for interrupt routing\n[ 0.293886] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.297276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.298413] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.299644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300829] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303075] acpiphp: Slot [3] registered\n[ 0.303886] acpiphp: Slot [4] registered\n[ 0.304683] acpiphp: Slot [5] registered\n[ 0.305474] acpiphp: Slot [6] registered\n[ 0.306268] acpiphp: Slot [7] registered\n[ 0.307058] acpiphp: Slot [8] registered\n[ 0.307852] acpiphp: Slot [9] registered\n[ 0.308652] acpiphp: Slot [10] registered\n[ 0.319645] acpiphp: Slot [11] registered\n[ 0.320459] acpiphp: Slot [12] registered\n[ 0.321267] acpiphp: Slot [13] registered\n[ 0.322069] acpiphp: Slot [14] registered\n[ 0.322874] acpiphp: Slot [15] registered\n[ 0.323691] acpiphp: Slot [16] registered\n[ 0.324500] acpiphp: Slot [17] registered\n[ 0.325306] acpiphp: Slot [18] registered\n[ 0.326107] acpiphp: Slot [19] registered\n[ 0.326916] acpiphp: Slot [20] registered\n[ 0.327729] acpiphp: Slot [21] registered\n[ 0.328537] acpiphp: Slot [22] registered\n[ 0.329348] acpiphp: Slot [23] registered\n[ 0.330153] acpiphp: Slot [24] registered\n[ 0.330959] acpiphp: Slot [25] registered\n[ 0.331770] acpiphp: Slot [26] registered\n[ 0.332581] acpiphp: Slot [27] registered\n[ 0.333388] acpiphp: Slot [28] registered\n[ 0.334190] acpiphp: Slot [29] registered\n[ 0.334999] acpiphp: Slot [30] registered\n[ 0.335815] acpiphp: Slot [31] registered\n[ 0.336623] PCI host bridge to bus 0000:00\n[ 0.337425] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339846] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341293] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342739] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350376] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351546] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359992] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413941] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416816] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420747] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.421805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423354] vgaarb: loaded\n[ 0.423955] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425118] SCSI subsystem initialized\n[ 0.426015] ACPI: bus type USB registered\n[ 0.426843] usbcore: registered new interface driver usbfs\n[ 0.427878] usbcore: registered new interface driver hub\n[ 0.428895] usbcore: registered new device driver usb\n[ 0.430094] PCI: Using ACPI for IRQ routing\n[ 0.431137] NetLabel: Initializing\n[ 0.431861] NetLabel: domain hash size = 128\n[ 0.432720] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.433675] NetLabel: unlabeled traffic allowed by default\n[ 0.434832] clocksource: Switched to clocksource kvm-clock\n[ 0.440859] AppArmor: AppArmor Filesystem Enabled\n[ 0.441931] pnp: PnP ACPI init\n[ 0.442887] pnp: PnP ACPI: found 5 devices\n[ 0.450436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452151] NET: Registered protocol family 2\n[ 0.453152] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454438] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.455625] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.456805] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457888] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459065] NET: Registered protocol family 1\n[ 0.459936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.461034] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.462107] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480845] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.499689] Trying to unpack rootfs image as initramfs...\n[ 0.549590] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.563690] Scanning for low memory corruption every 60 seconds\n[ 0.565149] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.566303] audit: initializing netlink subsys (disabled)\n[ 0.567359] audit: type=2000 audit(1538802718.756:1): initialized\n[ 0.568674] Initialise system trusted keyring\n[ 0.569699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.570880] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.572985] zbud: loaded\n[ 0.573785] VFS: Disk quotas dquot_6.6.0\n[ 0.574619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.576264] fuse init (API version 7.23)\n[ 0.577177] Key type big_key registered\n[ 0.577984] Allocating IMA MOK and blacklist keyrings.\n[ 0.579409] Key type asymmetric registered\n[ 0.580232] Asymmetric key parser 'x509' registered\n[ 0.581189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.584516] io scheduler noop registered\n[ 0.585431] io scheduler deadline registered (default)\n[ 0.586888] io scheduler cfq registered\n[ 0.587750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.588800] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590075] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.591540] ACPI: Power Button [PWRF]\n[ 0.592488] GHES: HEST is not enabled!\n[ 0.610889] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.649077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.652131] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678917] Linux agpgart interface v0.103\n[ 0.682153] brd: module loaded\n[ 0.683742] loop: module loaded\n[ 0.688811] vda: vda1 vda15\n[ 0.690459] scsi host0: ata_piix\n[ 0.691266] scsi host1: ata_piix\n[ 0.691974] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.693181] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.694454] libphy: Fixed MDIO Bus: probed\n[ 0.695386] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696455] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698555] PPP generic driver version 2.4.2\n[ 0.699786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701453] ehci-pci: EHCI PCI platform driver\n[ 0.702598] ehci-platform: EHCI generic platform driver\n[ 0.704418] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.706348] ohci-pci: OHCI PCI platform driver\n[ 0.707756] ohci-platform: OHCI generic platform driver\n[ 0.709346] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.729492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.730654] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.732496] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.733824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.735371] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.737054] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.738993] usb usb1: Product: UHCI Host Controller\n[ 0.740344] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.741939] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743309] hub 1-0:1.0: USB hub found\n[ 0.744348] hub 1-0:1.0: 2 ports detected\n[ 0.745529] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.748214] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.749542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.750992] mousedev: PS/2 mouse device common for all mice\n[ 0.752659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.755181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.756609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758201] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759818] i2c /dev entries driver\n[ 0.760822] device-mapper: uevent: version 1.0.3\n[ 0.762074] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.764269] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.766005] NET: Registered protocol family 10\n[ 0.767333] NET: Registered protocol family 17\n[ 0.768499] Key type dns_resolver registered\n[ 0.769759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771232] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.775255] registered taskstats version 1\n[ 0.776319] Loading compiled-in X.509 certificates\n[ 0.778029] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.780545] zswap: loaded using pool lzo/zbud\n[ 0.782913] Key type trusted registered\n[ 0.784879] Key type encrypted registered\n[ 0.785992] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.787476] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788926] evm: HMAC attrs: 0x1\n[ 0.790122] Magic number: 6:618:162\n[ 0.791292] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:58 UTC (1538802718)\n[ 0.793535] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795102] EDD information not available.\n[ 0.851896] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853901] Write protecting the kernel read-only data: 14336k\n[ 0.865991] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.868325] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.100739] 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.1.10...\nLease of 10.55.1.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\ncirros-apply-net already run per instance\ncheck-version already run per instance\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nOK\nGROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown\nresize-rootfs already run per once\nuserdata already run per instance\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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.88 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: "} 2018-10-06 05:12:15,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-25c8229c-82f9-4618-b92f-43625518afd4 2018-10-06 05:12:15,636 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:12:15,637 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 510644077 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.129407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131051] pid_max: default: 32768 minimum: 301 [ 0.131942] ACPI: Core revision 20150930 [ 0.133344] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134647] Security Framework initialized [ 0.135456] Yama: becoming mindful. [ 0.136180] AppArmor: AppArmor initialized [ 0.137035] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138314] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139565] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140761] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142119] Initializing cgroup subsys io [ 0.142931] Initializing cgroup subsys memory [ 0.143786] Initializing cgroup subsys devices [ 0.144672] Initializing cgroup subsys freezer [ 0.145543] Initializing cgroup subsys net_cls [ 0.146403] Initializing cgroup subsys perf_event [ 0.147307] Initializing cgroup subsys net_prio [ 0.148187] Initializing cgroup subsys hugetlb [ 0.149064] Initializing cgroup subsys pids [ 0.149939] CPU: Physical Processor ID: 0 [ 0.151423] mce: CPU supports 10 MCE banks [ 0.152264] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155529] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161948] ftrace: allocating 31920 entries in 125 pages [ 0.188068] smpboot: Max logical packages: 2 [ 0.188951] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190136] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.191479] x2apic enabled [ 0.192289] Switched APIC routing to physical x2apic. [ 0.194044] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197347] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199232] KVM setup paravirtual spinlock [ 0.200640] x86: Booting SMP configuration: [ 0.201523] .... node #0, CPUs: #1 [ 0.202417] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.224761] x86: Booted up 1 node, 2 CPUs [ 0.224765] KVM setup async PF for cpu 1 [ 0.224768] kvm-stealtime: cpu 1, msr f90d940 [ 0.227316] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228853] devtmpfs: initialized [ 0.230558] evm: security.selinux [ 0.231252] evm: security.SMACK64 [ 0.231938] evm: security.SMACK64EXEC [ 0.232680] evm: security.SMACK64TRANSMUTE [ 0.233492] evm: security.SMACK64MMAP [ 0.234233] evm: security.ima [ 0.234874] evm: security.capability [ 0.235765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237650] pinctrl core: initialized pinctrl subsystem [ 0.238755] RTC time: 5:11:57, date: 10/06/18 [ 0.239760] NET: Registered protocol family 16 [ 0.249653] cpuidle: using governor ladder [ 0.261754] cpuidle: using governor menu [ 0.262570] PCCT header not found. [ 0.263345] ACPI: bus type PCI registered [ 0.264144] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.265399] PCI: Using configuration type 1 for base access [ 0.278869] ACPI: Added _OSI(Module Device) [ 0.279723] ACPI: Added _OSI(Processor Device) [ 0.280582] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.281482] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283884] ACPI: Interpreter enabled [ 0.284657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.286497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.288348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.290179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.292023] ACPI: (supports S0 S5) [ 0.292731] ACPI: Using IOAPIC for interrupt routing [ 0.293886] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.297276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.298413] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.299644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300829] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.303075] acpiphp: Slot [3] registered [ 0.303886] acpiphp: Slot [4] registered [ 0.304683] acpiphp: Slot [5] registered [ 0.305474] acpiphp: Slot [6] registered [ 0.306268] acpiphp: Slot [7] registered [ 0.307058] acpiphp: Slot [8] registered [ 0.307852] acpiphp: Slot [9] registered [ 0.308652] acpiphp: Slot [10] registered [ 0.319645] acpiphp: Slot [11] registered [ 0.320459] acpiphp: Slot [12] registered [ 0.321267] acpiphp: Slot [13] registered [ 0.322069] acpiphp: Slot [14] registered [ 0.322874] acpiphp: Slot [15] registered [ 0.323691] acpiphp: Slot [16] registered [ 0.324500] acpiphp: Slot [17] registered [ 0.325306] acpiphp: Slot [18] registered [ 0.326107] acpiphp: Slot [19] registered [ 0.326916] acpiphp: Slot [20] registered [ 0.327729] acpiphp: Slot [21] registered [ 0.328537] acpiphp: Slot [22] registered [ 0.329348] acpiphp: Slot [23] registered [ 0.330153] acpiphp: Slot [24] registered [ 0.330959] acpiphp: Slot [25] registered [ 0.331770] acpiphp: Slot [26] registered [ 0.332581] acpiphp: Slot [27] registered [ 0.333388] acpiphp: Slot [28] registered [ 0.334190] acpiphp: Slot [29] registered [ 0.334999] acpiphp: Slot [30] registered [ 0.335815] acpiphp: Slot [31] registered [ 0.336623] PCI host bridge to bus 0000:00 [ 0.337425] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338636] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339846] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341293] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342739] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350376] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351546] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359992] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.361448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413941] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416816] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418212] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419505] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.420747] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.421805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.423354] vgaarb: loaded [ 0.423955] vgaarb: bridge control possible 0000:00:02.0 [ 0.425118] SCSI subsystem initialized [ 0.426015] ACPI: bus type USB registered [ 0.426843] usbcore: registered new interface driver usbfs [ 0.427878] usbcore: registered new interface driver hub [ 0.428895] usbcore: registered new device driver usb [ 0.430094] PCI: Using ACPI for IRQ routing [ 0.431137] NetLabel: Initializing [ 0.431861] NetLabel: domain hash size = 128 [ 0.432720] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433675] NetLabel: unlabeled traffic allowed by default [ 0.434832] clocksource: Switched to clocksource kvm-clock [ 0.440859] AppArmor: AppArmor Filesystem Enabled [ 0.441931] pnp: PnP ACPI init [ 0.442887] pnp: PnP ACPI: found 5 devices [ 0.450436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452151] NET: Registered protocol family 2 [ 0.453152] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454438] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.455625] TCP: Hash tables configured (established 2048 bind 2048) [ 0.456805] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.457888] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.459065] NET: Registered protocol family 1 [ 0.459936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.461034] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.462107] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.480845] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.499689] Trying to unpack rootfs image as initramfs... [ 0.549590] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.563690] Scanning for low memory corruption every 60 seconds [ 0.565149] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.566303] audit: initializing netlink subsys (disabled) [ 0.567359] audit: type=2000 audit(1538802718.756:1): initialized [ 0.568674] Initialise system trusted keyring [ 0.569699] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.570880] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.572985] zbud: loaded [ 0.573785] VFS: Disk quotas dquot_6.6.0 [ 0.574619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.576264] fuse init (API version 7.23) [ 0.577177] Key type big_key registered [ 0.577984] Allocating IMA MOK and blacklist keyrings. [ 0.579409] Key type asymmetric registered [ 0.580232] Asymmetric key parser 'x509' registered [ 0.581189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.584516] io scheduler noop registered [ 0.585431] io scheduler deadline registered (default) [ 0.586888] io scheduler cfq registered [ 0.587750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.588800] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590075] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.591540] ACPI: Power Button [PWRF] [ 0.592488] GHES: HEST is not enabled! [ 0.610889] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.649077] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.652131] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.676207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678917] Linux agpgart interface v0.103 [ 0.682153] brd: module loaded [ 0.683742] loop: module loaded [ 0.688811] vda: vda1 vda15 [ 0.690459] scsi host0: ata_piix [ 0.691266] scsi host1: ata_piix [ 0.691974] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.693181] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.694454] libphy: Fixed MDIO Bus: probed [ 0.695386] tun: Universal TUN/TAP device driver, 1.6 [ 0.696455] tun: (C) 1999-2004 Max Krasnyansky [ 0.698555] PPP generic driver version 2.4.2 [ 0.699786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701453] ehci-pci: EHCI PCI platform driver [ 0.702598] ehci-platform: EHCI generic platform driver [ 0.704418] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.706348] ohci-pci: OHCI PCI platform driver [ 0.707756] ohci-platform: OHCI generic platform driver [ 0.709346] uhci_hcd: USB Universal Host Controller Interface driver [ 0.729492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.730654] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.732496] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.733824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.735371] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.737054] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.738993] usb usb1: Product: UHCI Host Controller [ 0.740344] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.741939] usb usb1: SerialNumber: 0000:00:01.2 [ 0.743309] hub 1-0:1.0: USB hub found [ 0.744348] hub 1-0:1.0: 2 ports detected [ 0.745529] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.748214] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.749542] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.750992] mousedev: PS/2 mouse device common for all mice [ 0.752659] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.755181] rtc_cmos 00:00: RTC can wake from S4 [ 0.756609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.758201] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.759818] i2c /dev entries driver [ 0.760822] device-mapper: uevent: version 1.0.3 [ 0.762074] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.764269] ledtrig-cpu: registered to indicate activity on CPUs [ 0.766005] NET: Registered protocol family 10 [ 0.767333] NET: Registered protocol family 17 [ 0.768499] Key type dns_resolver registered [ 0.769759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771232] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772949] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.775255] registered taskstats version 1 [ 0.776319] Loading compiled-in X.509 certificates [ 0.778029] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.780545] zswap: loaded using pool lzo/zbud [ 0.782913] Key type trusted registered [ 0.784879] Key type encrypted registered [ 0.785992] AppArmor: AppArmor sha1 policy hashing enabled [ 0.787476] ima: No TPM chip found, activating TPM-bypass! [ 0.788926] evm: HMAC attrs: 0x1 [ 0.790122] Magic number: 6:618:162 [ 0.791292] rtc_cmos 00:00: setting system clock to 2018-10-06 05:11:58 UTC (1538802718) [ 0.793535] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795102] EDD information not available. [ 0.851896] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.853901] Write protecting the kernel read-only data: 14336k [ 0.865991] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.868325] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 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.100739] 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.1.10... Lease of 10.55.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.12. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data cirros-apply-net already run per instance check-version already run per instance Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance OK GROWROOT: NOCHANGE: partition 1 is size 20953055. it cannot be grown resize-rootfs already run per once userdata already run per instance === 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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCV92QskipKGaxxgTj5BMDe5nWEdiJI6tI8lF2T1p1Czbq5OKShurvUIKIjgfxo5Gj1/47sRuKM7IYGe9I/r5wTsX8cfD7pHQU54IUKU1q+ZFgiGKBda3/oJiLytD2A6iNr9ee/LSWAaaRpxq4dtQ7rt4FzV4QNpxsCFV7N6XJB+dVjQpXFTIh37KgUT3QMTM3Gtt7ea73b50W1ZIwLP4hIs3nTHZoDHPr5QGV6wLqWrDvRJ6OU62QPm4xY86BipDI3XmgoMrn9UHeuPyIj9ZIG5sddjFcNF19EBUwXkDY8SZd3YK8G/dfxRlWyOq7qR5qLK7GMG3IhpSUpY/OitqrH root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 ssh-dss AAAAB3NzaC1kc3MAAACBAM1JAy8PKZNZQaVABz5uWXP0bpAiwRFivH1GaSgYutKvVtOAcvJYa6r2Z6qXREd73liE1r1VQB5b4m+ytTAvClex0AAzOupfTtf1PjYWxO0yNEh+h7ZgGT5ZduebKPFw7FGgueVQiD0XOW4QP1aH/x/KjAiERt9409TY2DUxo+vDAAAAFQDtxjpEOmU0DetTorxGWKpk5g7l4QAAAIEAykCJO5MF+H+JKcxSJ4zdVWctzEhr1UMvfULzuOJDYrv/s8twXnEEE4+wCNSPIrOZbbOOFuottTbDvqo8/P3U/YN/7nv0dSBWcucqZGiZHDgeD1gGZIwyl+0jBkwnxN/bAxXEZOwkNM+Ex64tglwQkIFB0+vNbpNH9eWW0KCZYwgAAACAXRGRmRaPiqsqjO5FldZcth+zF1/zT7QO7mwpvHjL4PJqupc0VcyG0SURVN9xiFGVFtVv2cVynmYasYrc9aZV7QvN+zZ3PY4ymePFZF0YzHgdyAq54ZnqsqljRXBtHCXmFeknQ1IWagEQAO5wLLy88v77sLdi3paWkNEKzz+6W3k= root@createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.10,24,fe80::f816:3eff:fed4:82f/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.10 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 launch-index: 0 === cirros: current=0.4.0 uptime=1.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-92f30d9e-281a-42b5-bfb2-5c18a2 login: 2018-10-06 05:12:15,637 - create_instance - INFO - Checking if VM is active 2018-10-06 05:12:15,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:16,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-ed3196aa-fcba-4043-88e3-806a5a3f33b2 x-compute-request-id: req-ed3196aa-fcba-4043-88e3-806a5a3f33b2 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:02Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:16,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-ed3196aa-fcba-4043-88e3-806a5a3f33b2 2018-10-06 05:12:16,142 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:12:16,142 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:12:16,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:16,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-510b8367-b3c6-44a4-9e93-5b621f30bab6 x-compute-request-id: req-510b8367-b3c6-44a4-9e93-5b621f30bab6 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:02Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:16,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-510b8367-b3c6-44a4-9e93-5b621f30bab6 2018-10-06 05:12:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:16,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d4c7ad6-c4f0-414f-a14e-19101663cda9 Date: Sat, 06 Oct 2018 05:12: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:12:16,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-8d4c7ad6-c4f0-414f-a14e-19101663cda9 2018-10-06 05:12:16,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:16,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e2dd78-44a0-49e0-a371-17a3e1fcfd8f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:12:16,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-60e2dd78-44a0-49e0-a371-17a3e1fcfd8f 2018-10-06 05:12:16,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:16,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6adda00e-d8a5-45fd-9ecf-127969f97f13 Date: Sat, 06 Oct 2018 05:12:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:12:16,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-6adda00e-d8a5-45fd-9ecf-127969f97f13 2018-10-06 05:12:16,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:17,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3745de1e-20a3-4915-a98c-0f7074c21d16 Date: Sat, 06 Oct 2018 05:12:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:13Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:12:17,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-3745de1e-20a3-4915-a98c-0f7074c21d16 2018-10-06 05:12:17,005 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:12:17,008 - paramiko.transport - DEBUG - starting thread (client mode): 0x742567d0L 2018-10-06 05:12:17,008 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:12:17,008 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:12:17,009 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:12:17,009 - 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-10-06 05:12:17,010 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:12:17,010 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:12:17,010 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:12:17,010 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:12:17,010 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:12:17,026 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:12:17,027 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:12:17,040 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:12:17,067 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:12:17,073 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:12:17,173 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:12:17,219 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:12:17,219 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:12:17,221 - paramiko.transport - DEBUG - starting thread (client mode): 0x742567d0L 2018-10-06 05:12:17,221 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:12:17,221 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:12:17,221 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:12:17,222 - 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-10-06 05:12:17,223 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:12:17,223 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:12:17,223 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:12:17,223 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:12:17,223 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:12:17,240 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:12:17,240 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:12:17,253 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:12:17,279 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:12:17,282 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:12:17,285 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:12:17,286 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:12:17,286 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:12:17,288 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:12:17,290 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:12:17,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:17,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-88a2a182-fd6e-456b-92e6-50361d0dc910 x-compute-request-id: req-88a2a182-fd6e-456b-92e6-50361d0dc910 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:02Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:17,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-88a2a182-fd6e-456b-92e6-50361d0dc910 2018-10-06 05:12:17,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"reboot": {"type": "HARD"}}' 2018-10-06 05:12:17,765 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:12: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-15d9c52b-8333-416c-9a32-d31a0501dbbb x-compute-request-id: req-15d9c52b-8333-416c-9a32-d31a0501dbbb Content-Length: 0 Content-Type: application/json 2018-10-06 05:12:17,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-15d9c52b-8333-416c-9a32-d31a0501dbbb 2018-10-06 05:12:32,775 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:12:32,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:33,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-362c32c4-bb92-4772-9b62-afc033a41979 x-compute-request-id: req-362c32c4-bb92-4772-9b62-afc033a41979 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:33,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-362c32c4-bb92-4772-9b62-afc033a41979 2018-10-06 05:12:33,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:34,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b11c40a-59a6-41c6-aa3b-5363c1c33577 x-compute-request-id: req-3b11c40a-59a6-41c6-aa3b-5363c1c33577 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:34,219 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-3b11c40a-59a6-41c6-aa3b-5363c1c33577 2018-10-06 05:12:34,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:34,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-3a7c7d77-9ed5-4b59-9882-87e81131d9cf x-compute-request-id: req-3a7c7d77-9ed5-4b59-9882-87e81131d9cf Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:34,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-3a7c7d77-9ed5-4b59-9882-87e81131d9cf 2018-10-06 05:12:34,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:35,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-2a42dc3a-94e9-45d4-bb36-f23d35c97a1f x-compute-request-id: req-2a42dc3a-94e9-45d4-bb36-f23d35c97a1f Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:35,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-2a42dc3a-94e9-45d4-bb36-f23d35c97a1f 2018-10-06 05:12:35,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:36,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-06afe605-0aa4-4a97-8425-435aaea2f57e x-compute-request-id: req-06afe605-0aa4-4a97-8425-435aaea2f57e Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:36,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-06afe605-0aa4-4a97-8425-435aaea2f57e 2018-10-06 05:12:36,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:37,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40ae1cad-b5e5-4612-9492-11e8f1420b09 x-compute-request-id: req-40ae1cad-b5e5-4612-9492-11e8f1420b09 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:37,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-40ae1cad-b5e5-4612-9492-11e8f1420b09 2018-10-06 05:12:37,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:38,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30b382bb-212b-4b54-b533-9e22861b6dd2 x-compute-request-id: req-30b382bb-212b-4b54-b533-9e22861b6dd2 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:38,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-30b382bb-212b-4b54-b533-9e22861b6dd2 2018-10-06 05:12:38,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:39,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8b789c1-725c-4fd7-a1f0-05b5699b1830 x-compute-request-id: req-e8b789c1-725c-4fd7-a1f0-05b5699b1830 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:39,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-e8b789c1-725c-4fd7-a1f0-05b5699b1830 2018-10-06 05:12:39,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:39,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-a020d00e-9494-43b5-aac3-867544556cba x-compute-request-id: req-a020d00e-9494-43b5-aac3-867544556cba Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:39,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-a020d00e-9494-43b5-aac3-867544556cba 2018-10-06 05:12:39,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:40,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-ab329c5d-ff58-4e12-be86-86283ed153a6 x-compute-request-id: req-ab329c5d-ff58-4e12-be86-86283ed153a6 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:40,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-ab329c5d-ff58-4e12-be86-86283ed153a6 2018-10-06 05:12:40,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:41,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-eae9658d-463b-4018-9fb3-581459bbe364 x-compute-request-id: req-eae9658d-463b-4018-9fb3-581459bbe364 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:41,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-eae9658d-463b-4018-9fb3-581459bbe364 2018-10-06 05:12:41,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:42,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-a3b12994-6fc0-46e5-888e-adab2596fa8c x-compute-request-id: req-a3b12994-6fc0-46e5-888e-adab2596fa8c Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:42,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-a3b12994-6fc0-46e5-888e-adab2596fa8c 2018-10-06 05:12:42,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:42,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-1abc354d-c5cd-4cb6-875d-33fb46010c22 x-compute-request-id: req-1abc354d-c5cd-4cb6-875d-33fb46010c22 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:42,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-1abc354d-c5cd-4cb6-875d-33fb46010c22 2018-10-06 05:12:43,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:44,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-745ef70e-bd28-4b4e-9abc-bf8d973a16b5 x-compute-request-id: req-745ef70e-bd28-4b4e-9abc-bf8d973a16b5 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:44,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-745ef70e-bd28-4b4e-9abc-bf8d973a16b5 2018-10-06 05:12:44,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:44,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-7f38a38e-2532-4a3e-94e1-45de97a7ba3d x-compute-request-id: req-7f38a38e-2532-4a3e-94e1-45de97a7ba3d Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:44,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-7f38a38e-2532-4a3e-94e1-45de97a7ba3d 2018-10-06 05:12:44,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:45,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-ecc7f3a2-b029-4a7c-89ee-8ce877105c16 x-compute-request-id: req-ecc7f3a2-b029-4a7c-89ee-8ce877105c16 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:45,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-ecc7f3a2-b029-4a7c-89ee-8ce877105c16 2018-10-06 05:12:45,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:46,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-39b3fcad-46df-427e-9c22-fa78b6ed1dee x-compute-request-id: req-39b3fcad-46df-427e-9c22-fa78b6ed1dee Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:46,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-39b3fcad-46df-427e-9c22-fa78b6ed1dee 2018-10-06 05:12:46,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:47,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-fb45071c-f648-4b42-acbd-58b0b4e63729 x-compute-request-id: req-fb45071c-f648-4b42-acbd-58b0b4e63729 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:47,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-fb45071c-f648-4b42-acbd-58b0b4e63729 2018-10-06 05:12:47,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:47,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-0fc2de5b-1dd6-4e30-b370-51188d1a8577 x-compute-request-id: req-0fc2de5b-1dd6-4e30-b370-51188d1a8577 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:47,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-0fc2de5b-1dd6-4e30-b370-51188d1a8577 2018-10-06 05:12:47,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:49,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-a6bf5403-3995-4be4-9af1-f3a893af5038 x-compute-request-id: req-a6bf5403-3995-4be4-9af1-f3a893af5038 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:49,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-a6bf5403-3995-4be4-9af1-f3a893af5038 2018-10-06 05:12:49,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:49,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-8604e600-a726-4afb-ac64-3afa7bf02c75 x-compute-request-id: req-8604e600-a726-4afb-ac64-3afa7bf02c75 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:49,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-8604e600-a726-4afb-ac64-3afa7bf02c75 2018-10-06 05:12:49,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:50,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-47aca123-1481-448d-a17e-dab4cc4878e9 x-compute-request-id: req-47aca123-1481-448d-a17e-dab4cc4878e9 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:50,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-47aca123-1481-448d-a17e-dab4cc4878e9 2018-10-06 05:12:50,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:51,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40af1b03-a083-41c7-b614-ef5c729f498b x-compute-request-id: req-40af1b03-a083-41c7-b614-ef5c729f498b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:51,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-40af1b03-a083-41c7-b614-ef5c729f498b 2018-10-06 05:12:51,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:52,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-5b5c1fad-1e0c-4ffb-963d-56c5f5a2f7b0 x-compute-request-id: req-5b5c1fad-1e0c-4ffb-963d-56c5f5a2f7b0 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:52,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-5b5c1fad-1e0c-4ffb-963d-56c5f5a2f7b0 2018-10-06 05:12:52,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:52,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-cbe5d66e-e837-493b-9ae6-3ad1358b3852 x-compute-request-id: req-cbe5d66e-e837-493b-9ae6-3ad1358b3852 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:52,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-cbe5d66e-e837-493b-9ae6-3ad1358b3852 2018-10-06 05:12:52,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:53,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-2b970ae6-a4e3-4602-a160-1240f6665af2 x-compute-request-id: req-2b970ae6-a4e3-4602-a160-1240f6665af2 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:53,700 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-2b970ae6-a4e3-4602-a160-1240f6665af2 2018-10-06 05:12:53,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:54,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-c1a93b39-76a1-4638-9eae-7152f4686145 x-compute-request-id: req-c1a93b39-76a1-4638-9eae-7152f4686145 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:54,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-c1a93b39-76a1-4638-9eae-7152f4686145 2018-10-06 05:12:54,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:55,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55fccd2d-24dd-4f87-88aa-631b49a42096 x-compute-request-id: req-55fccd2d-24dd-4f87-88aa-631b49a42096 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:55,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-55fccd2d-24dd-4f87-88aa-631b49a42096 2018-10-06 05:12:55,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:55,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-e1495053-6972-4655-8eea-7207b903564c x-compute-request-id: req-e1495053-6972-4655-8eea-7207b903564c Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:55,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-e1495053-6972-4655-8eea-7207b903564c 2018-10-06 05:12:55,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:56,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-39b43f71-aac2-4350-9391-dd5cf4256b91 x-compute-request-id: req-39b43f71-aac2-4350-9391-dd5cf4256b91 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:56,879 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-39b43f71-aac2-4350-9391-dd5cf4256b91 2018-10-06 05:12:56,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:57,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12: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-10fa7b3d-b478-4bd7-8cfb-3fdabde7ed3e x-compute-request-id: req-10fa7b3d-b478-4bd7-8cfb-3fdabde7ed3e Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:57,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-10fa7b3d-b478-4bd7-8cfb-3fdabde7ed3e 2018-10-06 05:12:57,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:12:58,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-74d0437f-d5f1-4cf0-a4c7-bfb90a79edfd x-compute-request-id: req-74d0437f-d5f1-4cf0-a4c7-bfb90a79edfd Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:12:58,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-74d0437f-d5f1-4cf0-a4c7-bfb90a79edfd 2018-10-06 05:12:58,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:12:58,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbfc2c8f-1820-4e25-b344-542e9836258b x-compute-request-id: req-bbfc2c8f-1820-4e25-b344-542e9836258b Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:12:58,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-bbfc2c8f-1820-4e25-b344-542e9836258b 2018-10-06 05:12:58,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:00,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-805eaa19-484e-4e9c-84d0-a97e99729696 x-compute-request-id: req-805eaa19-484e-4e9c-84d0-a97e99729696 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:00,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-805eaa19-484e-4e9c-84d0-a97e99729696 2018-10-06 05:13:00,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:00,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-05a93326-ae1e-4f58-8466-ec500046c15e x-compute-request-id: req-05a93326-ae1e-4f58-8466-ec500046c15e Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:00,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-05a93326-ae1e-4f58-8466-ec500046c15e 2018-10-06 05:13:00,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:01,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-cbdc6e17-4968-473f-a5c5-86f4dffd1788 x-compute-request-id: req-cbdc6e17-4968-473f-a5c5-86f4dffd1788 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:01,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-cbdc6e17-4968-473f-a5c5-86f4dffd1788 2018-10-06 05:13:01,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:02,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65635454-aa8e-4db0-ab49-0e7f8e564672 x-compute-request-id: req-65635454-aa8e-4db0-ab49-0e7f8e564672 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:02,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-65635454-aa8e-4db0-ab49-0e7f8e564672 2018-10-06 05:13:02,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:03,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-48dfa945-ab05-4449-a041-2fc5897387cc x-compute-request-id: req-48dfa945-ab05-4449-a041-2fc5897387cc Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:03,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-48dfa945-ab05-4449-a041-2fc5897387cc 2018-10-06 05:13:03,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:03,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-92e8efbb-9ce5-4f8f-b60b-0ad350abb88e x-compute-request-id: req-92e8efbb-9ce5-4f8f-b60b-0ad350abb88e Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:03,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-92e8efbb-9ce5-4f8f-b60b-0ad350abb88e 2018-10-06 05:13:03,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:04,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-2f02e00a-7d01-4a18-8d59-75ddabc50619 x-compute-request-id: req-2f02e00a-7d01-4a18-8d59-75ddabc50619 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:04,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-2f02e00a-7d01-4a18-8d59-75ddabc50619 2018-10-06 05:13:04,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:05,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-7a27bb91-697a-4627-8312-753d8172a03e x-compute-request-id: req-7a27bb91-697a-4627-8312-753d8172a03e Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:05,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-7a27bb91-697a-4627-8312-753d8172a03e 2018-10-06 05:13:05,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:06,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-3fb5eb42-1e8c-4fc0-b76d-6793eb94ebde x-compute-request-id: req-3fb5eb42-1e8c-4fc0-b76d-6793eb94ebde Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:06,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-3fb5eb42-1e8c-4fc0-b76d-6793eb94ebde 2018-10-06 05:13:06,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:06,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-3f15df61-1222-49ca-8958-3175c815d761 x-compute-request-id: req-3f15df61-1222-49ca-8958-3175c815d761 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:06,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-3f15df61-1222-49ca-8958-3175c815d761 2018-10-06 05:13:06,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:08,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-1d1ad554-5538-42da-b740-3f4e2b6c66fc x-compute-request-id: req-1d1ad554-5538-42da-b740-3f4e2b6c66fc Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:08,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-1d1ad554-5538-42da-b740-3f4e2b6c66fc 2018-10-06 05:13:08,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:08,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-6f47a662-8c26-4bfe-a94a-4b5d9c554ea7 x-compute-request-id: req-6f47a662-8c26-4bfe-a94a-4b5d9c554ea7 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:08,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-6f47a662-8c26-4bfe-a94a-4b5d9c554ea7 2018-10-06 05:13:08,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:09,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-50520bbf-458f-4c60-87a8-dfa34e51eba0 x-compute-request-id: req-50520bbf-458f-4c60-87a8-dfa34e51eba0 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:09,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-50520bbf-458f-4c60-87a8-dfa34e51eba0 2018-10-06 05:13:09,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:09,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-9eec60a7-0d40-4d29-9016-a6c66d4e2fb1 x-compute-request-id: req-9eec60a7-0d40-4d29-9016-a6c66d4e2fb1 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:09,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-9eec60a7-0d40-4d29-9016-a6c66d4e2fb1 2018-10-06 05:13:09,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:10,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-d51a5429-cb77-45e8-a834-68965bfc1bc6 x-compute-request-id: req-d51a5429-cb77-45e8-a834-68965bfc1bc6 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:10,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-d51a5429-cb77-45e8-a834-68965bfc1bc6 2018-10-06 05:13:10,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:11,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7029b087-cdce-4da4-a8f8-ace053aad121 x-compute-request-id: req-7029b087-cdce-4da4-a8f8-ace053aad121 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:11,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-7029b087-cdce-4da4-a8f8-ace053aad121 2018-10-06 05:13:11,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:12,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-aeed4173-5371-42ab-a83a-99548db60615 x-compute-request-id: req-aeed4173-5371-42ab-a83a-99548db60615 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:12,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-aeed4173-5371-42ab-a83a-99548db60615 2018-10-06 05:13:12,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:13,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-e4a4645d-aae4-4258-a919-625f2611ca5a x-compute-request-id: req-e4a4645d-aae4-4258-a919-625f2611ca5a Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:13,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-e4a4645d-aae4-4258-a919-625f2611ca5a 2018-10-06 05:13:13,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:14,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fa2f8ba-3289-4b36-b25e-c95ad7c63c1a x-compute-request-id: req-1fa2f8ba-3289-4b36-b25e-c95ad7c63c1a Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:14,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-1fa2f8ba-3289-4b36-b25e-c95ad7c63c1a 2018-10-06 05:13:14,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:14,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-f0c5b04e-9ed9-4d7b-879f-9e8a174f022f x-compute-request-id: req-f0c5b04e-9ed9-4d7b-879f-9e8a174f022f Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:14,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-f0c5b04e-9ed9-4d7b-879f-9e8a174f022f 2018-10-06 05:13:14,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:15,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-085343da-58e8-4ba0-aa51-facbf7966efa x-compute-request-id: req-085343da-58e8-4ba0-aa51-facbf7966efa Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:15,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-085343da-58e8-4ba0-aa51-facbf7966efa 2018-10-06 05:13:15,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:16,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e472958-3da0-43b7-8649-5bb2db92b895 x-compute-request-id: req-9e472958-3da0-43b7-8649-5bb2db92b895 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:16,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-9e472958-3da0-43b7-8649-5bb2db92b895 2018-10-06 05:13:16,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:17,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-4e25cc66-88ff-48d6-b9ed-851b17b3fad7 x-compute-request-id: req-4e25cc66-88ff-48d6-b9ed-851b17b3fad7 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:17,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-4e25cc66-88ff-48d6-b9ed-851b17b3fad7 2018-10-06 05:13:17,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:18,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50765024-f668-4bfe-95be-2e52370dca88 x-compute-request-id: req-50765024-f668-4bfe-95be-2e52370dca88 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:18,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-50765024-f668-4bfe-95be-2e52370dca88 2018-10-06 05:13:18,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:19,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b5455dc-73b3-402f-b2f7-7278bcf60012 x-compute-request-id: req-9b5455dc-73b3-402f-b2f7-7278bcf60012 Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:19,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-9b5455dc-73b3-402f-b2f7-7278bcf60012 2018-10-06 05:13:19,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:19,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-cbeab1b1-e446-4be0-8773-1d2c878abf17 x-compute-request-id: req-cbeab1b1-e446-4be0-8773-1d2c878abf17 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:19,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-cbeab1b1-e446-4be0-8773-1d2c878abf17 2018-10-06 05:13:19,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:20,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-18f2085c-f3bf-484c-9f51-4e9cfc0b75ec x-compute-request-id: req-18f2085c-f3bf-484c-9f51-4e9cfc0b75ec Content-Encoding: gzip Content-Length: 7658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-06 05:13:20,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-18f2085c-f3bf-484c-9f51-4e9cfc0b75ec 2018-10-06 05:13:20,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:21,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-d2559d41-36b8-47c0-bcb8-c817de345863 x-compute-request-id: req-d2559d41-36b8-47c0-bcb8-c817de345863 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:21,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-d2559d41-36b8-47c0-bcb8-c817de345863 2018-10-06 05:13:21,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:13:22,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-745c5028-3634-465b-83a7-d755efc57821 x-compute-request-id: req-745c5028-3634-465b-83a7-d755efc57821 Content-Encoding: gzip Content-Length: 7859 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138608] pid_max: default: 32768 minimum: 301\n[ 0.139560] ACPI: Core revision 20150930\n[ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142399] Security Framework initialized\n[ 0.143311] Yama: becoming mindful.\n[ 0.144095] AppArmor: AppArmor initialized\n[ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150452] Initializing cgroup subsys io\n[ 0.151310] Initializing cgroup subsys memory\n[ 0.152227] Initializing cgroup subsys devices\n[ 0.153212] Initializing cgroup subsys freezer\n[ 0.154122] Initializing cgroup subsys net_cls\n[ 0.155041] Initializing cgroup subsys perf_event\n[ 0.156015] Initializing cgroup subsys net_prio\n[ 0.156961] Initializing cgroup subsys hugetlb\n[ 0.157889] Initializing cgroup subsys pids\n[ 0.158868] CPU: Physical Processor ID: 0\n[ 0.160445] mce: CPU supports 10 MCE banks\n[ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171164] ftrace: allocating 31920 entries in 125 pages\n[ 0.197104] smpboot: Max logical packages: 2\n[ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.200715] x2apic enabled\n[ 0.201559] Switched APIC routing to physical x2apic.\n[ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208914] KVM setup paravirtual spinlock\n[ 0.210332] x86: Booting SMP configuration:\n[ 0.211270] .... node #0, CPUs: #1\n[ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.233929] x86: Booted up 1 node, 2 CPUs\n[ 0.233931] KVM setup async PF for cpu 1\n[ 0.233934] kvm-stealtime: cpu 1, msr f90d940\n[ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.238084] devtmpfs: initialized\n[ 0.239802] evm: security.selinux\n[ 0.240522] evm: security.SMACK64\n[ 0.241236] evm: security.SMACK64EXEC\n[ 0.242008] evm: security.SMACK64TRANSMUTE\n[ 0.242840] evm: security.SMACK64MMAP\n[ 0.243607] evm: security.ima\n[ 0.244264] evm: security.capability\n[ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247041] pinctrl core: initialized pinctrl subsystem\n[ 0.248166] RTC time: 5:12:14, date: 10/06/18\n[ 0.249155] NET: Registered protocol family 16\n[ 0.259042] cpuidle: using governor ladder\n[ 0.271141] cpuidle: using governor menu\n[ 0.271975] PCCT header not found.\n[ 0.272759] ACPI: bus type PCI registered\n[ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274862] PCI: Using configuration type 1 for base access\n[ 0.288297] ACPI: Added _OSI(Module Device)\n[ 0.289161] ACPI: Added _OSI(Processor Device)\n[ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290954] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293305] ACPI: Interpreter enabled\n[ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301627] ACPI: (supports S0 S5)\n[ 0.302351] ACPI: Using IOAPIC for interrupt routing\n[ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312748] acpiphp: Slot [3] registered\n[ 0.313583] acpiphp: Slot [4] registered\n[ 0.314409] acpiphp: Slot [5] registered\n[ 0.315225] acpiphp: Slot [6] registered\n[ 0.316041] acpiphp: Slot [7] registered\n[ 0.316856] acpiphp: Slot [8] registered\n[ 0.317682] acpiphp: Slot [9] registered\n[ 0.318504] acpiphp: Slot [10] registered\n[ 0.329596] acpiphp: Slot [11] registered\n[ 0.330439] acpiphp: Slot [12] registered\n[ 0.331273] acpiphp: Slot [13] registered\n[ 0.332101] acpiphp: Slot [14] registered\n[ 0.332933] acpiphp: Slot [15] registered\n[ 0.333771] acpiphp: Slot [16] registered\n[ 0.334609] acpiphp: Slot [17] registered\n[ 0.335441] acpiphp: Slot [18] registered\n[ 0.336276] acpiphp: Slot [19] registered\n[ 0.337108] acpiphp: Slot [20] registered\n[ 0.337946] acpiphp: Slot [21] registered\n[ 0.338776] acpiphp: Slot [22] registered\n[ 0.339615] acpiphp: Slot [23] registered\n[ 0.340450] acpiphp: Slot [24] registered\n[ 0.341281] acpiphp: Slot [25] registered\n[ 0.342115] acpiphp: Slot [26] registered\n[ 0.342949] acpiphp: Slot [27] registered\n[ 0.343778] acpiphp: Slot [28] registered\n[ 0.344609] acpiphp: Slot [29] registered\n[ 0.345441] acpiphp: Slot [30] registered\n[ 0.346277] acpiphp: Slot [31] registered\n[ 0.347105] PCI host bridge to bus 0000:00\n[ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428731] vgaarb: loaded\n[ 0.429340] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430502] SCSI subsystem initialized\n[ 0.431367] ACPI: bus type USB registered\n[ 0.432258] usbcore: registered new interface driver usbfs\n[ 0.433323] usbcore: registered new interface driver hub\n[ 0.434357] usbcore: registered new device driver usb\n[ 0.435529] PCI: Using ACPI for IRQ routing\n[ 0.436619] NetLabel: Initializing\n[ 0.437390] NetLabel: domain hash size = 128\n[ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439293] NetLabel: unlabeled traffic allowed by default\n[ 0.440479] clocksource: Switched to clocksource kvm-clock\n[ 0.446566] AppArmor: AppArmor Filesystem Enabled\n[ 0.447598] pnp: PnP ACPI init\n[ 0.448571] pnp: PnP ACPI: found 5 devices\n[ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457534] NET: Registered protocol family 2\n[ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461157] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464676] NET: Registered protocol family 1\n[ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507041] Trying to unpack rootfs image as initramfs...\n[ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572787] Scanning for low memory corruption every 60 seconds\n[ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.576553] audit: initializing netlink subsys (disabled)\n[ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized\n[ 0.579990] Initialise system trusted keyring\n[ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586860] zbud: loaded\n[ 0.588132] VFS: Disk quotas dquot_6.6.0\n[ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.592346] fuse init (API version 7.23)\n[ 0.594021] Key type big_key registered\n[ 0.595390] Allocating IMA MOK and blacklist keyrings.\n[ 0.597761] Key type asymmetric registered\n[ 0.599336] Asymmetric key parser 'x509' registered\n[ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603686] io scheduler noop registered\n[ 0.604847] io scheduler deadline registered (default)\n[ 0.606327] io scheduler cfq registered\n[ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618666] ACPI: Power Button [PWRF]\n[ 0.620471] GHES: HEST is not enabled!\n[ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709027] Linux agpgart interface v0.103\n[ 0.712216] brd: module loaded\n[ 0.714126] loop: module loaded\n[ 0.718940] vda: vda1 vda15\n[ 0.720687] scsi host0: ata_piix\n[ 0.721549] scsi host1: ata_piix\n[ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725008] libphy: Fixed MDIO Bus: probed\n[ 0.725929] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729109] PPP generic driver version 2.4.2\n[ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731404] ehci-pci: EHCI PCI platform driver\n[ 0.732294] ehci-platform: EHCI generic platform driver\n[ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734477] ohci-pci: OHCI PCI platform driver\n[ 0.735369] ohci-platform: OHCI generic platform driver\n[ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763017] usb usb1: Product: UHCI Host Controller\n[ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765154] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766223] hub 1-0:1.0: USB hub found\n[ 0.767023] hub 1-0:1.0: 2 ports detected\n[ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.772227] mousedev: PS/2 mouse device common for all mice\n[ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.775443] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779039] i2c /dev entries driver\n[ 0.779828] device-mapper: uevent: version 1.0.3\n[ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783893] NET: Registered protocol family 10\n[ 0.784974] NET: Registered protocol family 17\n[ 0.785894] Key type dns_resolver registered\n[ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791021] registered taskstats version 1\n[ 0.791865] Loading compiled-in X.509 certificates\n[ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795243] zswap: loaded using pool lzo/zbud\n[ 0.796820] Key type trusted registered\n[ 0.798529] Key type encrypted registered\n[ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.800522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801614] evm: HMAC attrs: 0x1\n[ 0.802593] Magic number: 6:171:213\n[ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735)\n[ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.806394] EDD information not available.\n[ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883230] Write protecting the kernel read-only data: 14336k\n[ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\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.160870] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.55.1.10...\nLease of 10.55.1.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.23. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-10-06 05:13:22,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142/action used request id req-745c5028-3634-465b-83a7-d755efc57821 2018-10-06 05:13:22,252 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:13:22,254 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... [ 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 505932745 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.136788] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138608] pid_max: default: 32768 minimum: 301 [ 0.139560] ACPI: Core revision 20150930 [ 0.140987] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142399] Security Framework initialized [ 0.143311] Yama: becoming mindful. [ 0.144095] AppArmor: AppArmor initialized [ 0.144991] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146360] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.147745] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.149023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150452] Initializing cgroup subsys io [ 0.151310] Initializing cgroup subsys memory [ 0.152227] Initializing cgroup subsys devices [ 0.153212] Initializing cgroup subsys freezer [ 0.154122] Initializing cgroup subsys net_cls [ 0.155041] Initializing cgroup subsys perf_event [ 0.156015] Initializing cgroup subsys net_prio [ 0.156961] Initializing cgroup subsys hugetlb [ 0.157889] Initializing cgroup subsys pids [ 0.158868] CPU: Physical Processor ID: 0 [ 0.160445] mce: CPU supports 10 MCE banks [ 0.161374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162444] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164807] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171164] ftrace: allocating 31920 entries in 125 pages [ 0.197104] smpboot: Max logical packages: 2 [ 0.198010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199288] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.200715] x2apic enabled [ 0.201559] Switched APIC routing to physical x2apic. [ 0.203396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204695] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206971] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208914] KVM setup paravirtual spinlock [ 0.210332] x86: Booting SMP configuration: [ 0.211270] .... node #0, CPUs: #1 [ 0.212178] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.233929] x86: Booted up 1 node, 2 CPUs [ 0.233931] KVM setup async PF for cpu 1 [ 0.233934] kvm-stealtime: cpu 1, msr f90d940 [ 0.236561] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.238084] devtmpfs: initialized [ 0.239802] evm: security.selinux [ 0.240522] evm: security.SMACK64 [ 0.241236] evm: security.SMACK64EXEC [ 0.242008] evm: security.SMACK64TRANSMUTE [ 0.242840] evm: security.SMACK64MMAP [ 0.243607] evm: security.ima [ 0.244264] evm: security.capability [ 0.245109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247041] pinctrl core: initialized pinctrl subsystem [ 0.248166] RTC time: 5:12:14, date: 10/06/18 [ 0.249155] NET: Registered protocol family 16 [ 0.259042] cpuidle: using governor ladder [ 0.271141] cpuidle: using governor menu [ 0.271975] PCCT header not found. [ 0.272759] ACPI: bus type PCI registered [ 0.273585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274862] PCI: Using configuration type 1 for base access [ 0.288297] ACPI: Added _OSI(Module Device) [ 0.289161] ACPI: Added _OSI(Processor Device) [ 0.290036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290954] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293305] ACPI: Interpreter enabled [ 0.294087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.295972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.297854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.299735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301627] ACPI: (supports S0 S5) [ 0.302351] ACPI: Using IOAPIC for interrupt routing [ 0.303425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307988] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310458] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312748] acpiphp: Slot [3] registered [ 0.313583] acpiphp: Slot [4] registered [ 0.314409] acpiphp: Slot [5] registered [ 0.315225] acpiphp: Slot [6] registered [ 0.316041] acpiphp: Slot [7] registered [ 0.316856] acpiphp: Slot [8] registered [ 0.317682] acpiphp: Slot [9] registered [ 0.318504] acpiphp: Slot [10] registered [ 0.329596] acpiphp: Slot [11] registered [ 0.330439] acpiphp: Slot [12] registered [ 0.331273] acpiphp: Slot [13] registered [ 0.332101] acpiphp: Slot [14] registered [ 0.332933] acpiphp: Slot [15] registered [ 0.333771] acpiphp: Slot [16] registered [ 0.334609] acpiphp: Slot [17] registered [ 0.335441] acpiphp: Slot [18] registered [ 0.336276] acpiphp: Slot [19] registered [ 0.337108] acpiphp: Slot [20] registered [ 0.337946] acpiphp: Slot [21] registered [ 0.338776] acpiphp: Slot [22] registered [ 0.339615] acpiphp: Slot [23] registered [ 0.340450] acpiphp: Slot [24] registered [ 0.341281] acpiphp: Slot [25] registered [ 0.342115] acpiphp: Slot [26] registered [ 0.342949] acpiphp: Slot [27] registered [ 0.343778] acpiphp: Slot [28] registered [ 0.344609] acpiphp: Slot [29] registered [ 0.345441] acpiphp: Slot [30] registered [ 0.346277] acpiphp: Slot [31] registered [ 0.347105] PCI host bridge to bus 0000:00 [ 0.347937] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349183] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351934] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.353418] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359761] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.361070] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.362276] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370230] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420556] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425988] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428731] vgaarb: loaded [ 0.429340] vgaarb: bridge control possible 0000:00:02.0 [ 0.430502] SCSI subsystem initialized [ 0.431367] ACPI: bus type USB registered [ 0.432258] usbcore: registered new interface driver usbfs [ 0.433323] usbcore: registered new interface driver hub [ 0.434357] usbcore: registered new device driver usb [ 0.435529] PCI: Using ACPI for IRQ routing [ 0.436619] NetLabel: Initializing [ 0.437390] NetLabel: domain hash size = 128 [ 0.438282] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439293] NetLabel: unlabeled traffic allowed by default [ 0.440479] clocksource: Switched to clocksource kvm-clock [ 0.446566] AppArmor: AppArmor Filesystem Enabled [ 0.447598] pnp: PnP ACPI init [ 0.448571] pnp: PnP ACPI: found 5 devices [ 0.455707] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457534] NET: Registered protocol family 2 [ 0.458575] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459949] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461157] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462407] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463498] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464676] NET: Registered protocol family 1 [ 0.465565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466730] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.468397] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.487625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507041] Trying to unpack rootfs image as initramfs... [ 0.558513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572787] Scanning for low memory corruption every 60 seconds [ 0.574822] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.576553] audit: initializing netlink subsys (disabled) [ 0.578097] audit: type=2000 audit(1538802735.277:1): initialized [ 0.579990] Initialise system trusted keyring [ 0.581409] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583487] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586860] zbud: loaded [ 0.588132] VFS: Disk quotas dquot_6.6.0 [ 0.589565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.592346] fuse init (API version 7.23) [ 0.594021] Key type big_key registered [ 0.595390] Allocating IMA MOK and blacklist keyrings. [ 0.597761] Key type asymmetric registered [ 0.599336] Asymmetric key parser 'x509' registered [ 0.601157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603686] io scheduler noop registered [ 0.604847] io scheduler deadline registered (default) [ 0.606327] io scheduler cfq registered [ 0.607530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618666] ACPI: Power Button [PWRF] [ 0.620471] GHES: HEST is not enabled! [ 0.639203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677983] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704851] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709027] Linux agpgart interface v0.103 [ 0.712216] brd: module loaded [ 0.714126] loop: module loaded [ 0.718940] vda: vda1 vda15 [ 0.720687] scsi host0: ata_piix [ 0.721549] scsi host1: ata_piix [ 0.722298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723621] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725008] libphy: Fixed MDIO Bus: probed [ 0.725929] tun: Universal TUN/TAP device driver, 1.6 [ 0.727002] tun: (C) 1999-2004 Max Krasnyansky [ 0.729109] PPP generic driver version 2.4.2 [ 0.730181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731404] ehci-pci: EHCI PCI platform driver [ 0.732294] ehci-platform: EHCI generic platform driver [ 0.733319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734477] ohci-pci: OHCI PCI platform driver [ 0.735369] ohci-platform: OHCI generic platform driver [ 0.736381] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758065] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759125] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.760278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763017] usb usb1: Product: UHCI Host Controller [ 0.763980] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765154] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766223] hub 1-0:1.0: USB hub found [ 0.767023] hub 1-0:1.0: 2 ports detected [ 0.767967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770143] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.771134] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.772227] mousedev: PS/2 mouse device common for all mice [ 0.773543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.775443] rtc_cmos 00:00: RTC can wake from S4 [ 0.776589] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777809] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.779039] i2c /dev entries driver [ 0.779828] device-mapper: uevent: version 1.0.3 [ 0.780817] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783893] NET: Registered protocol family 10 [ 0.784974] NET: Registered protocol family 17 [ 0.785894] Key type dns_resolver registered [ 0.786895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788022] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789164] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791021] registered taskstats version 1 [ 0.791865] Loading compiled-in X.509 certificates [ 0.793340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795243] zswap: loaded using pool lzo/zbud [ 0.796820] Key type trusted registered [ 0.798529] Key type encrypted registered [ 0.799423] AppArmor: AppArmor sha1 policy hashing enabled [ 0.800522] ima: No TPM chip found, activating TPM-bypass! [ 0.801614] evm: HMAC attrs: 0x1 [ 0.802593] Magic number: 6:171:213 [ 0.803482] rtc_cmos 00:00: setting system clock to 2018-10-06 05:12:15 UTC (1538802735) [ 0.805214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.806394] EDD information not available. [ 0.881611] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883230] Write protecting the kernel read-only data: 14336k [ 0.895221] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897066] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.93 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.160870] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.55.1.10... Lease of 10.55.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.23. iid=i-00000107 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-10-06 05:13:22,266 - create_instance - INFO - Checking if VM is active 2018-10-06 05:13:22,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:22,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-057780de-239e-4b2d-aefd-ec898a33b472 x-compute-request-id: req-057780de-239e-4b2d-aefd-ec898a33b472 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:22,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-057780de-239e-4b2d-aefd-ec898a33b472 2018-10-06 05:13:22,729 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:13:22,730 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:13:22,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:23,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-9a68cff3-fac9-4356-a98f-d67a3fc8d44d x-compute-request-id: req-9a68cff3-fac9-4356-a98f-d67a3fc8d44d Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp"}, {"name": "default"}], "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:12:19Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:23,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-9a68cff3-fac9-4356-a98f-d67a3fc8d44d 2018-10-06 05:13:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:23,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-19b338c3-41ec-40a7-a41f-dcfedf08cd51 Date: Sat, 06 Oct 2018 05:13: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":["e2fe330e-b513-40db-9638-cfcc8d946849"],"updated_at":"2018-10-06T05:10:38Z","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4c8332929eda45b9a4f5b6e559e19937","id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net"}]} 2018-10-06 05:13:23,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net used request id req-19b338c3-41ec-40a7-a41f-dcfedf08cd51 2018-10-06 05:13:23,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:23,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d95adef-ad97-4309-9e66-2a5be7660a84 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:13:23,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-0d95adef-ad97-4309-9e66-2a5be7660a84 2018-10-06 05:13:23,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:23,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5965c1f9-7b0f-49ab-8bf1-a21dec1136f5 Date: Sat, 06 Oct 2018 05:13:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:38Z","dns_nameservers":[],"updated_at":"2018-10-06T05:10: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":"4c8332929eda45b9a4f5b6e559e19937","id":"e2fe330e-b513-40db-9638-cfcc8d946849","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet"}]} 2018-10-06 05:13:23,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-5965c1f9-7b0f-49ab-8bf1-a21dec1136f5 2018-10-06 05:13:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:23,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b33a4229-ccb8-41c4-97de-917a3743bcae Date: Sat, 06 Oct 2018 05:13:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.4"}],"id":"51205a75-0243-4244-a3c4-76a9122ea317","security_groups":[],"mac_address":"fa:16:3e:3e:b5:d8","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.2"}],"id":"91cea2b7-b338-47cb-b105-927012cf5346","security_groups":[],"mac_address":"fa:16:3e:4f:e0:22","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.3"}],"id":"a5d1cef1-9f54-4750-8f31-751e7e6172c2","security_groups":[],"mac_address":"fa:16:3e:56:5a:da","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:11:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.1"}],"id":"befc5789-84db-48c5-b82c-a11c7b71ae76","security_groups":[],"mac_address":"fa:16:3e:77:cb:2a","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:48Z","binding:vnic_type":"normal","device_id":"804da58d-a252-4b56-b017-cfd54ae7ed92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:12:21Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2fe330e-b513-40db-9638-cfcc8d946849","ip_address":"10.55.1.10"}],"id":"d5cef965-a831-4068-beb1-3d7df991100c","security_groups":["48311d5c-36ec-4f6a-a074-8849cd60b7ab","694c7936-49e4-4cf0-a354-b42cfc259ed6"],"mac_address":"fa:16:3e:d4:08:2f","project_id":"4c8332929eda45b9a4f5b6e559e19937","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1","admin_state_up":true,"network_id":"d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed","tenant_id":"4c8332929eda45b9a4f5b6e559e19937","created_at":"2018-10-06T05:10:58Z","binding:vnic_type":"normal","device_id":"0b114b9f-bc7b-45c2-bfc1-2778744cc142"}]} 2018-10-06 05:13:23,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-b33a4229-ccb8-41c4-97de-917a3743bcae 2018-10-06 05:13:23,637 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:13:23,639 - paramiko.transport - DEBUG - starting thread (client mode): 0x7423bd90L 2018-10-06 05:13:23,639 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:13:23,640 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:13:23,640 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:13:23,641 - 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-10-06 05:13:23,641 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:13:23,641 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:13:23,641 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:13:23,641 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:13:23,641 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:13:23,658 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:13:23,658 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:13:23,672 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:13:23,698 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:13:23,704 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:13:23,804 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:13:23,850 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:13:23,850 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:13:23,852 - paramiko.transport - DEBUG - starting thread (client mode): 0x7423be90L 2018-10-06 05:13:23,852 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:13:23,852 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:13:23,852 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:13:23,854 - 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-10-06 05:13:23,854 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:13:23,854 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:13:23,854 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:13:23,854 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:13:23,854 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:13:23,871 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:13:23,872 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:13:23,884 - paramiko.transport - DEBUG - Trying key 1c9d20e98f46e065589148833b0d2d51 from tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac 2018-10-06 05:13:23,910 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:13:23,913 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:13:23,917 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:13:23,918 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:13:23,918 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:13:23,919 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:13:23,921 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:13:23,923 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-10-06 05:13:23,923 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-10-06 05:13:23,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/42e79f1c-1c00-46c7-9496-6a5b0604f989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:24,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efa2d35f-a211-40e7-befb-626d15c17407 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:24,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/42e79f1c-1c00-46c7-9496-6a5b0604f989 used request id req-efa2d35f-a211-40e7-befb-626d15c17407 2018-10-06 05:13:24,869 - create_instance - INFO - Deleting Port with ID - d5cef965-a831-4068-beb1-3d7df991100c 2018-10-06 05:13:24,869 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4acport-1 2018-10-06 05:13:24,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d5cef965-a831-4068-beb1-3d7df991100c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:25,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20a31875-f9cc-4823-b88e-113658891f9b Date: Sat, 06 Oct 2018 05:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:25,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d5cef965-a831-4068-beb1-3d7df991100c used request id req-20a31875-f9cc-4823-b88e-113658891f9b 2018-10-06 05:13:25,510 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst 2018-10-06 05:13:25,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:25,657 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:13: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-d549223d-c66a-497d-86b6-39960a72c689 x-compute-request-id: req-d549223d-c66a-497d-86b6-39960a72c689 Content-Type: application/json 2018-10-06 05:13:25,657 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-d549223d-c66a-497d-86b6-39960a72c689 2018-10-06 05:13:25,657 - create_instance - INFO - Checking deletion status 2018-10-06 05:13:25,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:25,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13: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-0579be05-6239-46ad-9ad5-8c64fa8ef0db x-compute-request-id: req-0579be05-6239-46ad-9ad5-8c64fa8ef0db Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:08:2f", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142", "rel": "bookmark"}], "image": {"id": "18524316-2a7e-4385-80dd-3d793f0d675a", "links": [{"href": "http://172.30.9.29:8774/images/18524316-2a7e-4385-80dd-3d793f0d675a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:11:03.000000", "flavor": {"id": "79898269-ad56-44d8-bc0e-dc7585646144", "links": [{"href": "http://172.30.9.29:8774/flavors/79898269-ad56-44d8-bc0e-dc7585646144", "rel": "bookmark"}]}, "id": "0b114b9f-bc7b-45c2-bfc1-2778744cc142", "user_id": "c78d59988a9446fc983e39fb2e02cbbd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:13:25Z", "hostId": "e26c2cf42a5d657e5dc28b3cb8516f0a6c4c2577a68a521b9853b1c6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp", "name": "CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst", "created": "2018-10-06T05:11:02Z", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:13:25,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-0579be05-6239-46ad-9ad5-8c64fa8ef0db 2018-10-06 05:13:25,903 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst] is - ACTIVE 2018-10-06 05:13:25,903 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:13:28,906 - create_instance - DEBUG - VM status query timeout in 296.751065016 2018-10-06 05:13:28,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c61e9284e1bdf8aa94ed95c0e298ba6a906342a" 2018-10-06 05:13:28,955 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:13: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-b2abfd0c-5638-4252-afa8-bfe386f0ae09 x-compute-request-id: req-b2abfd0c-5638-4252-afa8-bfe386f0ae09 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0b114b9f-bc7b-45c2-bfc1-2778744cc142 could not be found.", "code": 404}} 2018-10-06 05:13:28,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/0b114b9f-bc7b-45c2-bfc1-2778744cc142 used request id req-b2abfd0c-5638-4252-afa8-bfe386f0ae09 2018-10-06 05:13:28,955 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0b114b9f-bc7b-45c2-bfc1-2778744cc142 could not be found. (HTTP 404) (Request-ID: req-b2abfd0c-5638-4252-afa8-bfe386f0ae09) 2018-10-06 05:13:28,955 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-inst 2018-10-06 05:13:28,957 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp 2018-10-06 05:13:28,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24c74c2f49c51d607381fe41f23ae1861390147" 2018-10-06 05:13:29,009 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:13: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-95abb21e-d3de-496b-9f81-c6d50b819365 x-compute-request-id: req-95abb21e-d3de-496b-9f81-c6d50b819365 Content-Length: 0 Content-Type: application/json 2018-10-06 05:13:29,009 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-kp used request id req-95abb21e-d3de-496b-9f81-c6d50b819365 2018-10-06 05:13:29,009 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac.pub] 2018-10-06 05:13:29,010 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac] 2018-10-06 05:13:29,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571c333c7a9ccfaf51792e87f0bb0e1a21cb1553" 2018-10-06 05:13:29,064 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-181265c4-d00e-4206-b026-d563509e6cd1 x-compute-request-id: req-181265c4-d00e-4206-b026-d563509e6cd1 Content-Length: 0 Content-Type: application/json 2018-10-06 05:13:29,064 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/79898269-ad56-44d8-bc0e-dc7585646144 used request id req-181265c4-d00e-4206-b026-d563509e6cd1 2018-10-06 05:13:29,065 - neutron_utils - INFO - Deleting security group rule with ID - b93a4204-3349-4041-8c1b-851e3d326538 2018-10-06 05:13:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b93a4204-3349-4041-8c1b-851e3d326538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:13:29,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-946caba8-e82c-4efb-af2c-32746bb7e1f3 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:29,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b93a4204-3349-4041-8c1b-851e3d326538 used request id req-946caba8-e82c-4efb-af2c-32746bb7e1f3 2018-10-06 05:13:29,178 - neutron_utils - INFO - Deleting security group rule with ID - 4b296524-4c57-45a9-9e13-f848a713e337 2018-10-06 05:13:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/4b296524-4c57-45a9-9e13-f848a713e337 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:13:29,435 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af5a607d-8107-4dd6-8ee6-08b0eb952572 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:29,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/4b296524-4c57-45a9-9e13-f848a713e337 used request id req-af5a607d-8107-4dd6-8ee6-08b0eb952572 2018-10-06 05:13:29,435 - neutron_utils - INFO - Deleting security group rule with ID - 1e02ed30-3fa8-4128-9f0e-529e82773b13 2018-10-06 05:13:29,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1e02ed30-3fa8-4128-9f0e-529e82773b13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:13:29,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5851c4ba-8238-4f4d-8964-5c8a960a99b9 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:29,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1e02ed30-3fa8-4128-9f0e-529e82773b13 used request id req-5851c4ba-8238-4f4d-8964-5c8a960a99b9 2018-10-06 05:13:29,680 - neutron_utils - INFO - Deleting security group rule with ID - d74a2dc1-5258-4b30-b5de-ab13f2159e55 2018-10-06 05:13:29,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d74a2dc1-5258-4b30-b5de-ab13f2159e55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:13:29,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ed7563f-c28a-4855-b54e-5d1568147848 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:29,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d74a2dc1-5258-4b30-b5de-ab13f2159e55 used request id req-1ed7563f-c28a-4855-b54e-5d1568147848 2018-10-06 05:13:29,936 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-sec-grp 2018-10-06 05:13:29,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/48311d5c-36ec-4f6a-a074-8849cd60b7ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a714411ffb871622005fec2054d747a3f06162" 2018-10-06 05:13:30,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2632f645-1f05-44a1-9c21-ef930c3547fe Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:30,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/48311d5c-36ec-4f6a-a074-8849cd60b7ab used request id req-2632f645-1f05-44a1-9c21-ef930c3547fe 2018-10-06 05:13:30,202 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router and subnet CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet 2018-10-06 05:13:30,202 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:13:30,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" -d '{"subnet_id": "e2fe330e-b513-40db-9638-cfcc8d946849"}' 2018-10-06 05:13:31,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1e18f5b-907c-42ba-9d57-cc034c76451f Date: Sat, 06 Oct 2018 05:13:31 GMT RESP BODY: {"network_id": "d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "subnet_id": "e2fe330e-b513-40db-9638-cfcc8d946849", "subnet_ids": ["e2fe330e-b513-40db-9638-cfcc8d946849"], "port_id": "befc5789-84db-48c5-b82c-a11c7b71ae76", "id": "804da58d-a252-4b56-b017-cfd54ae7ed92"} 2018-10-06 05:13:31,707 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92/remove_router_interface used request id req-e1e18f5b-907c-42ba-9d57-cc034c76451f 2018-10-06 05:13:31,707 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:13:31,708 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-router 2018-10-06 05:13:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390e5f09aba35f825b42a768def3cb23b1eaa4d" 2018-10-06 05:13:35,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04164ba5-163e-4c87-bdd9-83eddd288540 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:35,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/804da58d-a252-4b56-b017-cfd54ae7ed92 used request id req-04164ba5-163e-4c87-bdd9-83eddd288540 2018-10-06 05:13:35,464 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet 2018-10-06 05:13:35,465 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-subnet 2018-10-06 05:13:35,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:13:37,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64242bb7-54b2-4bba-8b10-6e81383fa611 Date: Sat, 06 Oct 2018 05:13:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:37,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/e2fe330e-b513-40db-9638-cfcc8d946849 used request id req-64242bb7-54b2-4bba-8b10-6e81383fa611 2018-10-06 05:13:37,853 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-pub-net 2018-10-06 05:13:37,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c37fb840902bebb9c09107394e9d52266ff13d" 2018-10-06 05:13:39,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7efaa336-1e46-4f21-930b-0f7751cdd0c6 Date: Sat, 06 Oct 2018 05:13:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:39,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d4b5f1e2-fcb0-48bb-b121-97e77e07c2ed used request id req-7efaa336-1e46-4f21-930b-0f7751cdd0c6 2018-10-06 05:13:39,128 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-92f30d9e-281a-42b5-bfb2-5c18a2ddb4ac-image 2018-10-06 05:13:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b262757a2369b802684f376aa84c2494a7864886" 2018-10-06 05:13:40,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b60dc5cd-5279-4ee2-8c09-484d1291fefc Date: Sat, 06 Oct 2018 05:13:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:13:40,063 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/18524316-2a7e-4385-80dd-3d793f0d675a used request id req-b60dc5cd-5279-4ee2-8c09-484d1291fefc 2018-10-06 05:13:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:40,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5f54ef13-6100-40b4-82c0-1fd6015b26bd Date: Sat, 06 Oct 2018 05:13:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:37Z", "updated_at": "2018-10-06T05:10:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "revision_number": 0, "id": "01704f04-7a25-4c3e-ba1a-43f140ee1e55", "remote_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "revision_number": 0, "id": "500058c9-805c-4e98-aaa5-e04a63d1ae0a", "remote_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "revision_number": 0, "id": "5657fb99-c27f-4193-aa1c-3c8760244f55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv6", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "revision_number": 0, "id": "5c8a971d-7054-4672-95ee-49c3e2a38047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "port_range_min": null, "ethertype": "IPv4", "project_id": "4c8332929eda45b9a4f5b6e559e19937"}], "revision_number": 4, "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:13:40,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-5f54ef13-6100-40b4-82c0-1fd6015b26bd 2018-10-06 05:13:40,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:40,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad27817-3ca2-4d7c-807e-045c0b848052 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:13:40,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-bad27817-3ca2-4d7c-807e-045c0b848052 2018-10-06 05:13:40,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:40,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99bcfa5-a68e-4fd5-be51-b2778ebec3b0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937"}, "enabled": true, "id": "4c8332929eda45b9a4f5b6e559e19937", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj"}} 2018-10-06 05:13:40,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-e99bcfa5-a68e-4fd5-be51-b2778ebec3b0 2018-10-06 05:13:40,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 694c7936-49e4-4cf0-a354-b42cfc259ed6 2018-10-06 05:13:40,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=694c7936-49e4-4cf0-a354-b42cfc259ed6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:40,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ba10556e-7936-4808-a7e2-f8c21f7fde83 Date: Sat, 06 Oct 2018 05:13:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:37Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "01704f04-7a25-4c3e-ba1a-43f140ee1e55"}, {"remote_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:37Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "500058c9-805c-4e98-aaa5-e04a63d1ae0a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:37Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "5657fb99-c27f-4193-aa1c-3c8760244f55"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:10:37Z", "security_group_id": "694c7936-49e4-4cf0-a354-b42cfc259ed6", "port_range_min": null, "revision_number": 0, "tenant_id": "4c8332929eda45b9a4f5b6e559e19937", "created_at": "2018-10-06T05:10:37Z", "project_id": "4c8332929eda45b9a4f5b6e559e19937", "id": "5c8a971d-7054-4672-95ee-49c3e2a38047"}]} 2018-10-06 05:13:40,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=694c7936-49e4-4cf0-a354-b42cfc259ed6 used request id req-ba10556e-7936-4808-a7e2-f8c21f7fde83 2018-10-06 05:13:40,870 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:13:40,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/694c7936-49e4-4cf0-a354-b42cfc259ed6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:41,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-200e024b-880e-463d-9d34-7c23dde267c9 Content-Length: 0 Date: Sat, 06 Oct 2018 05:13:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:13:41,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/694c7936-49e4-4cf0-a354-b42cfc259ed6 used request id req-200e024b-880e-463d-9d34-7c23dde267c9 2018-10-06 05:13:41,175 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj 2018-10-06 05:13:41,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:41,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dcd72b6-2bca-48c2-aaf5-abf69f66c1a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:13:41,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/4c8332929eda45b9a4f5b6e559e19937 used request id req-7dcd72b6-2bca-48c2-aaf5-abf69f66c1a8 2018-10-06 05:13:41,359 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-proj-role 2018-10-06 05:13:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:41,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cffcaff-e744-41b8-b029-4c875dfc39ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:13:41,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6efd5a33a27f4b029fe5721a58186d8f used request id req-5cffcaff-e744-41b8-b029-4c875dfc39ef 2018-10-06 05:13:41,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d22dccb7b6dadc604719de9cabd5721c9df533" 2018-10-06 05:13:41,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1df213-dc3e-4ed1-baa3-84f0abb6a4e5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:13:41,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ba1df213-dc3e-4ed1-baa3-84f0abb6a4e5 2018-10-06 05:13:41,567 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ef550ef2-8d91-4a7-user 2018-10-06 05:13:41,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/c78d59988a9446fc983e39fb2e02cbbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00bc49e78d43bfa4b53b7ef8c155610633b9d0a" 2018-10-06 05:13:41,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc10603a-38ec-4d8b-a07c-143dcf63641c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:13:41,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/c78d59988a9446fc983e39fb2e02cbbd used request id req-bc10603a-38ec-4d8b-a07c-143dcf63641c 2018-10-06 05:13:41,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:42,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OlAgaGKlRwW7PMsvGenn4g"], "issued_at": "2018-10-06T05:13:42.000000Z"}} 2018-10-06 05:13:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8f7e75da68c462f29608fd6977f0aa31b9ff8fd" 2018-10-06 05:13:42,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0dd5e75-02a1-4fbf-b3d1-371d28ef9109 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:42,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c0dd5e75-02a1-4fbf-b3d1-371d28ef9109 2018-10-06 05:13:42,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:42,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:42,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["HS5uiUliR-qglX4xrjhHRg"], "issued_at": "2018-10-06T05:13:42.000000Z"}} 2018-10-06 05:13:42,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:42,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3842db71-255d-4d82-8bbb-c2b7e6f1f068 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:42,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3842db71-255d-4d82-8bbb-c2b7e6f1f068 2018-10-06 05:13:42,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:13:42,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:13:42,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:42,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d9a4a33-b595-42f4-b5a2-08b751259f4b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:13:42,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj used request id req-1d9a4a33-b595-42f4-b5a2-08b751259f4b 2018-10-06 05:13:42,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:42,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa2c3f0-8b2f-4b49-9bac-f0eb60271930 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:13:42,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5fa2c3f0-8b2f-4b49-9bac-f0eb60271930 2018-10-06 05:13:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}}' 2018-10-06 05:13:43,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da9c3193-c886-4c32-affe-efdae91dc9f2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:13:43,003 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-da9c3193-c886-4c32-affe-efdae91dc9f2 2018-10-06 05:13:43,003 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj 2018-10-06 05:13:43,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:43,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:43,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["3ExFCFzxQj27Ys-RZzel0A"], "issued_at": "2018-10-06T05:13:43.000000Z"}} 2018-10-06 05:13:43,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf5fe02ccb584ad4887d1603b012b39b70b595c0" 2018-10-06 05:13:43,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224fce11-c514-4b21-b9c5-b214f1634a87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:43,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-224fce11-c514-4b21-b9c5-b214f1634a87 2018-10-06 05:13:43,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:13:43,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:13:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:13:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf5fe02ccb584ad4887d1603b012b39b70b595c0" 2018-10-06 05:13:43,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2026ba86-201e-4c75-b60e-3cd910acbcef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:13:43,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2026ba86-201e-4c75-b60e-3cd910acbcef 2018-10-06 05:13:43,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf5fe02ccb584ad4887d1603b012b39b70b595c0" 2018-10-06 05:13:43,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ed9215-2d1c-4c70-995a-a0ea0fc1e37f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}]} 2018-10-06 05:13:43,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj used request id req-53ed9215-2d1c-4c70-995a-a0ea0fc1e37f 2018-10-06 05:13:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf5fe02ccb584ad4887d1603b012b39b70b595c0" 2018-10-06 05:13:43,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9258693a-5b35-4f2c-b79e-51b03084a6d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:13:43,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9258693a-5b35-4f2c-b79e-51b03084a6d5 2018-10-06 05:13:44,068 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user 2018-10-06 05:13:44,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:44,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc20a4c-bcfb-4051-a33c-39de550a09d0 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:13:44,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ddc20a4c-bcfb-4051-a33c-39de550a09d0 2018-10-06 05:13:44,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}}' 2018-10-06 05:13:44,284 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95b3cf93-7b6c-410e-a60c-57c76fc0254e Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eaadfdcbc2244444b1d437266de70ddf", "links": {"self": "http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf"}, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}} 2018-10-06 05:13:44,284 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-95b3cf93-7b6c-410e-a60c-57c76fc0254e 2018-10-06 05:13:44,285 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role 2018-10-06 05:13:44,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:44,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91f2fd4-4e05-47cf-9a26-60cfe5c2e8e7 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role", "id": "eaadfdcbc2244444b1d437266de70ddf"}} 2018-10-06 05:13:44,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf used request id req-a91f2fd4-4e05-47cf-9a26-60cfe5c2e8e7 2018-10-06 05:13:44,305 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role to project CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj 2018-10-06 05:13:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7/users/1b2d1980be7b4724b9ca261c74ec68e4/roles/eaadfdcbc2244444b1d437266de70ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:13:44,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ffe640-e1c7-4e2e-85a9-b40ee4b12562 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:13:44,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7/users/1b2d1980be7b4724b9ca261c74ec68e4/roles/eaadfdcbc2244444b1d437266de70ddf used request id req-04ffe640-e1c7-4e2e-85a9-b40ee4b12562 2018-10-06 05:13:44,437 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:13:44,439 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:13:44,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:44,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:44,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["ug37HEVcSlGNq1pGy9XT8g"], "issued_at": "2018-10-06T05:13:44.000000Z"}} 2018-10-06 05:13:44,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:44,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8306ceb-4a9d-4c97-b6bc-650587f447e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:44,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a8306ceb-4a9d-4c97-b6bc-650587f447e6 2018-10-06 05:13:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:45,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-2ac5d14c-c54b-44a5-81fc-df7b71b30d5a Date: Sat, 06 Oct 2018 05:13:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image"} 2018-10-06 05:13:45,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image used request id req-2ac5d14c-c54b-44a5-81fc-df7b71b30d5a 2018-10-06 05:13:45,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:45,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8af6a09-8af1-4ed7-a28f-84a0db1619c7 Date: Sat, 06 Oct 2018 05:13:45 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", "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-10-06 05:13:45,332 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e8af6a09-8af1-4ed7-a28f-84a0db1619c7 2018-10-06 05:13:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image"}' 2018-10-06 05:13:45,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 X-Openstack-Request-Id: req-5336da15-6d8a-4a87-8f4d-8c66b946aa13 Date: Sat, 06 Oct 2018 05:13:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:13:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:13:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "min_disk": 0, "protected": false, "id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "file": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file", "checksum": null, "owner": "56c4082a84604855952c94066ef9c4d7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:13:45,551 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5336da15-6d8a-4a87-8f4d-8c66b946aa13 2018-10-06 05:13:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" -d '' 2018-10-06 05:13:47,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-900931f6-fc1d-4350-a8c7-31fb49b98f85 Date: Sat, 06 Oct 2018 05:13:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:13:47,312 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file used request id req-900931f6-fc1d-4350-a8c7-31fb49b98f85 2018-10-06 05:13:47,312 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:13:47,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:47,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4ebbc46a-88fb-4357-9251-15d2a9b25236 Date: Sat, 06 Oct 2018 05:13:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:13:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:13:47Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "metadata": {}}], "self": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "min_disk": 0, "protected": false, "id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "file": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56c4082a84604855952c94066ef9c4d7", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:13:47,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 used request id req-4ebbc46a-88fb-4357-9251-15d2a9b25236 2018-10-06 05:13:47,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:47,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b99b55b7-6e35-49fb-b04b-3b431573fe5d Date: Sat, 06 Oct 2018 05:13: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", "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-10-06 05:13:47,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b99b55b7-6e35-49fb-b04b-3b431573fe5d 2018-10-06 05:13:47,728 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image 2018-10-06 05:13:47,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:13:47,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-fff004dc-95d5-4726-ab1f-d6f50fb3daaf Date: Sat, 06 Oct 2018 05:13:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:13:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:13:47Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "metadata": {}}], "self": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "min_disk": 0, "protected": false, "id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "file": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56c4082a84604855952c94066ef9c4d7", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:13:47,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 used request id req-fff004dc-95d5-4726-ab1f-d6f50fb3daaf 2018-10-06 05:13:47,750 - create_image - DEBUG - Instance status is - active 2018-10-06 05:13:47,751 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image 2018-10-06 05:13:47,751 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image 2018-10-06 05:13:47,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:47,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:48,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["EguUsb6IQcSVX8gzbj2Ttw"], "issued_at": "2018-10-06T05:13:48.000000Z"}} 2018-10-06 05:13:48,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:48,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff113ce-9f90-46ea-93b9-3a11b2e1dda7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:48,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1ff113ce-9f90-46ea-93b9-3a11b2e1dda7 2018-10-06 05:13:48,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:48,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31a9b099-3983-488f-8294-8419df4125ea Date: Sat, 06 Oct 2018 05:13:48 GMT RESP BODY: {"networks":[]} 2018-10-06 05:13:48,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-31a9b099-3983-488f-8294-8419df4125ea 2018-10-06 05:13:48,390 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net 2018-10-06 05:13:48,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net", "admin_state_up": true}}' 2018-10-06 05:13:48,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6a089bf9-987d-4be7-86e3-be05e74725fc Date: Sat, 06 Oct 2018 05:13:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:13:48Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","mtu":1450}} 2018-10-06 05:13:48,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-6a089bf9-987d-4be7-86e3-be05e74725fc 2018-10-06 05:13:48,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:49,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c0001890-5920-4da5-8fe6-93c8e11d28ee Date: Sat, 06 Oct 2018 05:13:49 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-10-06T05:13:48Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:13:49,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-c0001890-5920-4da5-8fe6-93c8e11d28ee 2018-10-06 05:13:49,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:49,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da57fe1f-bc5d-4330-bab3-4770d00559c5 Date: Sat, 06 Oct 2018 05:13:49 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:13:49,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-da57fe1f-bc5d-4330-bab3-4770d00559c5 2018-10-06 05:13:49,320 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet 2018-10-06 05:13:49,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" -d '{"subnets": [{"ip_version": 4, "network_id": "40b602e8-82f4-4927-b15b-7cb4cd6ee75d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]}' 2018-10-06 05:13:50,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fb8e849b-0509-43da-8ec4-485b190e62cf Date: Sat, 06 Oct 2018 05:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:13:50,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-fb8e849b-0509-43da-8ec4-485b190e62cf 2018-10-06 05:13:50,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:50,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-947d1ec2-2bc0-44c7-994b-74b4e63d1e1b Date: Sat, 06 Oct 2018 05:13: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:13:50,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-947d1ec2-2bc0-44c7-994b-74b4e63d1e1b 2018-10-06 05:13:50,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:13:50,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f3e55f25-6592-44ed-91b7-d1560df5c68b Date: Sat, 06 Oct 2018 05:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:13:50,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-f3e55f25-6592-44ed-91b7-d1560df5c68b 2018-10-06 05:13:50,758 - OpenStackNetwork - DEBUG - Network [40b602e8-82f4-4927-b15b-7cb4cd6ee75d] created successfully 2018-10-06 05:13:50,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:50,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:51,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["bMq3ME_pR8quvrUn9DJ-RQ"], "issued_at": "2018-10-06T05:13:51.000000Z"}} 2018-10-06 05:13:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:51,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98aaf979-d87b-449e-a4c0-144c2e0e8b3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:51,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98aaf979-d87b-449e-a4c0-144c2e0e8b3f 2018-10-06 05:13:51,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:51,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a931896e-8f25-43e8-8ecc-7d0b173e1c39 Date: Sat, 06 Oct 2018 05:13:51 GMT RESP BODY: {"routers": []} 2018-10-06 05:13:51,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router&admin_state_up=True used request id req-a931896e-8f25-43e8-8ecc-7d0b173e1c39 2018-10-06 05:13:51,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:13:51,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:13:51,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["lF6IEyt6SeK2gZ2XIJg0ag"], "issued_at": "2018-10-06T05:13:51.000000Z"}} 2018-10-06 05:13:51,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c31cc547cd999b6803ba89e7ca57ac3fc23165a" 2018-10-06 05:13:51,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-709c4cf3-87d5-4240-b5cf-1c403099c5e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:13:51,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-709c4cf3-87d5-4240-b5cf-1c403099c5e0 2018-10-06 05:13:51,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:52,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-beeffa2c-ea3e-411b-b8a3-9413b642bfce Date: Sat, 06 Oct 2018 05:13:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:13:52,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-beeffa2c-ea3e-411b-b8a3-9413b642bfce 2018-10-06 05:13:52,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:52,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9e46e7e4-9ecf-41ed-a0c0-781c08ced3bf Date: Sat, 06 Oct 2018 05:13:52 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:13:52,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-9e46e7e4-9ecf-41ed-a0c0-781c08ced3bf 2018-10-06 05:13:52,329 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:13:52,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router", "admin_state_up": true}}' 2018-10-06 05:13:57,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-685f4a6d-3a5b-4a1d-b81d-985b13f21a7a Date: Sat, 06 Oct 2018 05:13:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:53Z", "admin_state_up": true, "updated_at": "2018-10-06T05:13:53Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "87e1d2f2-499c-489c-a55a-465b3a79bc66", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router"}} 2018-10-06 05:13:57,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-685f4a6d-3a5b-4a1d-b81d-985b13f21a7a 2018-10-06 05:13:57,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:57,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ec8340a-b139-4eb1-a849-a7417046a001 Date: Sat, 06 Oct 2018 05:13:57 GMT RESP BODY: {"ports":[]} 2018-10-06 05:13:57,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 used request id req-4ec8340a-b139-4eb1-a849-a7417046a001 2018-10-06 05:13:57,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:57,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cadd0d98-dbd3-4731-9463-4fb8e21d6482 Date: Sat, 06 Oct 2018 05:13: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:13:57,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-cadd0d98-dbd3-4731-9463-4fb8e21d6482 2018-10-06 05:13:57,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:13:57,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:13:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:13:57,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:57,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa70739-bcc7-4d1f-9467-cae441845195 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:13:57,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-2fa70739-bcc7-4d1f-9467-cae441845195 2018-10-06 05:13:57,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:57,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1290b118-1206-4426-8ee8-625583e50ebc Date: Sat, 06 Oct 2018 05:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:13:57,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-1290b118-1206-4426-8ee8-625583e50ebc 2018-10-06 05:13:57,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:13:58,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a21fba5-2a36-4860-b665-335eb7a25871 Date: Sat, 06 Oct 2018 05:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:13:58,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet used request id req-9a21fba5-2a36-4860-b665-335eb7a25871 2018-10-06 05:13:58,196 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:13:58,196 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:13:58,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" -d '{"subnet_id": "a30450f2-58df-4972-9b79-d2f73bbaa835"}' 2018-10-06 05:14:00,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce310d9a-3a84-40da-a0ca-4fe199a9bd26 Date: Sat, 06 Oct 2018 05:14:00 GMT RESP BODY: {"network_id": "40b602e8-82f4-4927-b15b-7cb4cd6ee75d", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "subnet_id": "a30450f2-58df-4972-9b79-d2f73bbaa835", "subnet_ids": ["a30450f2-58df-4972-9b79-d2f73bbaa835"], "port_id": "3664f0fd-66c5-4ff0-98a6-111d2d5ebc89", "id": "87e1d2f2-499c-489c-a55a-465b3a79bc66"} 2018-10-06 05:14:00,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66/add_router_interface used request id req-ce310d9a-3a84-40da-a0ca-4fe199a9bd26 2018-10-06 05:14:00,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:14:00,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8fb146d7-f833-4eca-91f2-085e4d8b4105 Date: Sat, 06 Oct 2018 05:14:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:53Z", "admin_state_up": true, "updated_at": "2018-10-06T05:13:59Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "87e1d2f2-499c-489c-a55a-465b3a79bc66", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router"}} 2018-10-06 05:14:00,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66 used request id req-8fb146d7-f833-4eca-91f2-085e4d8b4105 2018-10-06 05:14:00,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:14:01,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ea5032fe-d34d-435c-8fb7-5f8aefcc5c42 Date: Sat, 06 Oct 2018 05:14:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"}]} 2018-10-06 05:14:01,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 used request id req-ea5032fe-d34d-435c-8fb7-5f8aefcc5c42 2018-10-06 05:14:01,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:14:01,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-038a0d45-ce42-4bcd-861e-af4e784257e4 Date: Sat, 06 Oct 2018 05:14:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}} 2018-10-06 05:14:01,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 used request id req-038a0d45-ce42-4bcd-861e-af4e784257e4 2018-10-06 05:14:01,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:14:01,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:01,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:14:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["OyCWODkeQJGySyy2AMsq7w"], "issued_at": "2018-10-06T05:14:01.000000Z"}} 2018-10-06 05:14:01,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a113a444306bdcfad99dabdc9fdc1c333a3a9655" 2018-10-06 05:14:01,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5f261e-c67b-4ec4-bf79-0f36b2f119b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:01,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4f5f261e-c67b-4ec4-bf79-0f36b2f119b1 2018-10-06 05:14:01,814 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:14:01,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a113a444306bdcfad99dabdc9fdc1c333a3a9655" 2018-10-06 05:14:01,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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 x-openstack-request-id: req-08c6d0ab-428c-44d9-9809-61dc57ef6039 x-compute-request-id: req-08c6d0ab-428c-44d9-9809-61dc57ef6039 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:14:01,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-08c6d0ab-428c-44d9-9809-61dc57ef6039 2018-10-06 05:14:02,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a113a444306bdcfad99dabdc9fdc1c333a3a9655" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-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-10-06 05:14:02,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-0990988a-b790-4aea-8869-d86413efef7e x-compute-request-id: req-0990988a-b790-4aea-8869-d86413efef7e Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:14:02,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0990988a-b790-4aea-8869-d86413efef7e 2018-10-06 05:14:02,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:14:02,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:02,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["mkRdMupsRSmo024k3PN3PA"], "issued_at": "2018-10-06T05:14:02.000000Z"}} 2018-10-06 05:14:02,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bff4825f0588102ec30c52e74e53671b8cc3f97" 2018-10-06 05:14:02,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb75d169-19e0-4f93-a27d-76b976a57084 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:02,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bb75d169-19e0-4f93-a27d-76b976a57084 2018-10-06 05:14:02,507 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:14:02,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bff4825f0588102ec30c52e74e53671b8cc3f97" 2018-10-06 05:14:02,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-9b64686d-c09f-4a3f-a8df-2a9785246444 x-compute-request-id: req-9b64686d-c09f-4a3f-a8df-2a9785246444 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:14:02,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-9b64686d-c09f-4a3f-a8df-2a9785246444 2018-10-06 05:14:02,688 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp... 2018-10-06 05:14:02,688 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:14:02,707 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp 2018-10-06 05:14:02,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bff4825f0588102ec30c52e74e53671b8cc3f97" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC37T6UvC7qUBWpELBEpoMlmPX6QziOisiDKcF5Z97cObgf606bLao1WSX8HacGtl51D9GgFCOhKeAu1Vt7ZKKWg9u3q4wELiNlDgeXAT/2e8IXJEUF6Nu3SU9AUb9S0qzD3n39cpx1jXLTcT8zfZr7s9c/YTSAKMu5sMHmagf3yQ==", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp"}}' 2018-10-06 05:14:02,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-caa7375f-d905-4a4a-99e8-afee81164894 x-compute-request-id: req-caa7375f-d905-4a4a-99e8-afee81164894 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC37T6UvC7qUBWpELBEpoMlmPX6QziOisiDKcF5Z97cObgf606bLao1WSX8HacGtl51D9GgFCOhKeAu1Vt7ZKKWg9u3q4wELiNlDgeXAT/2e8IXJEUF6Nu3SU9AUb9S0qzD3n39cpx1jXLTcT8zfZr7s9c/YTSAKMu5sMHmagf3yQ==", "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "fingerprint": "39:27:93:42:81:94:3b:28:e2:b9:50:28:1d:32:6a:e7"}} 2018-10-06 05:14:02,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-caa7375f-d905-4a4a-99e8-afee81164894 2018-10-06 05:14:02,766 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd.pub 2018-10-06 05:14:02,766 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd 2018-10-06 05:14:02,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:14:02,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:03,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["y89x9SfrSlOEk64NT8iWnA"], "issued_at": "2018-10-06T05:14:03.000000Z"}} 2018-10-06 05:14:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:03,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c9cbc04-c4ec-463a-b34e-335d896a34dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:03,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5c9cbc04-c4ec-463a-b34e-335d896a34dc 2018-10-06 05:14:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:03,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-21c3e2a6-ad3b-47b1-b405-b2f7eda19638 Date: Sat, 06 Oct 2018 05:14:03 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:14:03,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp used request id req-21c3e2a6-ad3b-47b1-b405-b2f7eda19638 2018-10-06 05:14:03,426 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp... 2018-10-06 05:14:03,427 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp 2018-10-06 05:14:03,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}}' 2018-10-06 05:14:03,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-4c40002a-e9d5-4973-af85-dc78ee457c2e Date: Sat, 06 Oct 2018 05:14:03 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 2, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}} 2018-10-06 05:14:03,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-4c40002a-e9d5-4973-af85-dc78ee457c2e 2018-10-06 05:14:03,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:03,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d017586-c599-49e3-9a6b-f93575a93e06 Date: Sat, 06 Oct 2018 05:14: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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}]} 2018-10-06 05:14:03,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-3d017586-c599-49e3-9a6b-f93575a93e06 2018-10-06 05:14:03,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:03,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-27aee041-f4fc-4e62-ad2a-58dc79b24b2b Date: Sat, 06 Oct 2018 05:14:04 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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}]} 2018-10-06 05:14:04,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-27aee041-f4fc-4e62-ad2a-58dc79b24b2b 2018-10-06 05:14:04,159 - neutron_utils - INFO - Retrieving security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:04,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e5252c13-5f15-4f90-9a19-a5faaed2f09f Date: Sat, 06 Oct 2018 05:14:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 2, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]} 2018-10-06 05:14:04,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-e5252c13-5f15-4f90-9a19-a5faaed2f09f 2018-10-06 05:14:04,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bdeb0949-4fbc-4658-8ec3-954341cbe756 Date: Sat, 06 Oct 2018 05:14:04 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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}]} 2018-10-06 05:14:04,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-bdeb0949-4fbc-4658-8ec3-954341cbe756 2018-10-06 05:14:04,399 - neutron_utils - INFO - Retrieving security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:04,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-507e1f4e-92bd-4ad1-9dec-ff0a51dbd231 Date: Sat, 06 Oct 2018 05:14:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 2, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]} 2018-10-06 05:14:04,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-507e1f4e-92bd-4ad1-9dec-ff0a51dbd231 2018-10-06 05:14:04,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:04,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a63e7436-c90d-4a26-9cf6-c390f367ee96 Date: Sat, 06 Oct 2018 05:14:04 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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}]} 2018-10-06 05:14:04,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-a63e7436-c90d-4a26-9cf6-c390f367ee96 2018-10-06 05:14:04,480 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp 2018-10-06 05:14:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8d92ab7d-3cb1-4847-b958-3ec52839380c Date: Sat, 06 Oct 2018 05:14:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 2, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]} 2018-10-06 05:14:04,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp used request id req-8d92ab7d-3cb1-4847-b958-3ec52839380c 2018-10-06 05:14:04,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:14:04,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:14:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:14:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df90fc47-5ee3-4ed9-b09c-eb6274c5521c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:04,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-df90fc47-5ee3-4ed9-b09c-eb6274c5521c 2018-10-06 05:14:04,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:04,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:04,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f4c994e-6624-4652-8ba9-23459744d574 Date: Sat, 06 Oct 2018 05:14:04 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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}]} 2018-10-06 05:14:04,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-1f4c994e-6624-4652-8ba9-23459744d574 2018-10-06 05:14:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}9a9ea995bf86f87f6d44a295a761988dc77a5102" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc"}}' 2018-10-06 05:14:05,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-054d2143-8281-4afa-956c-52d7fd195b36 Date: Sat, 06 Oct 2018 05:14:05 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-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:05Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "f546925f-8859-4c01-a65a-e1cd25a69ba5"}} 2018-10-06 05:14:05,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-054d2143-8281-4afa-956c-52d7fd195b36 2018-10-06 05:14:05,142 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp 2018-10-06 05:14:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:05,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-ae2131a3-9968-40c6-ac17-c545a11aa696 Date: Sat, 06 Oct 2018 05:14:05 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:05Z", "revision_number": 0, "id": "f546925f-8859-4c01-a65a-e1cd25a69ba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 3, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]} 2018-10-06 05:14:05,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp used request id req-ae2131a3-9968-40c6-ac17-c545a11aa696 2018-10-06 05:14:05,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:05,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3dc73d-4553-4c10-8661-544d9cf83c9d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:05,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-6a3dc73d-4553-4c10-8661-544d9cf83c9d 2018-10-06 05:14:05,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:05,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:05,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bb52f5ac-8273-4ce7-9af7-9f0d2d171ad8 Date: Sat, 06 Oct 2018 05:14: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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:05Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "f546925f-8859-4c01-a65a-e1cd25a69ba5"}]} 2018-10-06 05:14:05,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-bb52f5ac-8273-4ce7-9af7-9f0d2d171ad8 2018-10-06 05:14:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}9a9ea995bf86f87f6d44a295a761988dc77a5102" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc"}}' 2018-10-06 05:14:06,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-8ccbeaf9-0350-4b5f-bf65-97777b506c05 Date: Sat, 06 Oct 2018 05:14:06 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-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": 22, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:05Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "85438658-cfec-4149-8115-241d318b9c51"}} 2018-10-06 05:14:06,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-8ccbeaf9-0350-4b5f-bf65-97777b506c05 2018-10-06 05:14:06,034 - neutron_utils - INFO - Retrieving security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:06,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:06,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-5da10e97-e049-49f2-9df2-ec1014df098e Date: Sat, 06 Oct 2018 05:14:06 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "updated_at": "2018-10-06T05:14:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "127c2207-1595-4ac7-a954-5f43faa7a432", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:14:05Z", "revision_number": 0, "id": "85438658-cfec-4149-8115-241d318b9c51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "revision_number": 0, "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:14:05Z", "revision_number": 0, "id": "f546925f-8859-4c01-a65a-e1cd25a69ba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 4, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]} 2018-10-06 05:14:06,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-5da10e97-e049-49f2-9df2-ec1014df098e 2018-10-06 05:14:06,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1e220f2-0f8e-47a9-baa1-246eb54cdadc 2018-10-06 05:14:06,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:06,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c77a36a9-ffba-4166-ba42-ea94c75fd990 Date: Sat, 06 Oct 2018 05:14:06 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-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "127c2207-1595-4ac7-a954-5f43faa7a432"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": 22, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:05Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "85438658-cfec-4149-8115-241d318b9c51"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:03Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:03Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "b259f12d-6f0f-4f64-86b9-91708d9f037b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:14:05Z", "security_group_id": "e1e220f2-0f8e-47a9-baa1-246eb54cdadc", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:05Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "f546925f-8859-4c01-a65a-e1cd25a69ba5"}]} 2018-10-06 05:14:06,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-c77a36a9-ffba-4166-ba42-ea94c75fd990 2018-10-06 05:14:06,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:14:06,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:06,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["0dVPcpF9TJqvj-9FK1LIyg"], "issued_at": "2018-10-06T05:14:06.000000Z"}} 2018-10-06 05:14:06,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:06,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28926a06-0dac-4608-b97c-ded3aa002803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:06,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-28926a06-0dac-4608-b97c-ded3aa002803 2018-10-06 05:14:06,881 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:14:06,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:06,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8735bb7-ff40-4edf-804e-f399935d5ccd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:06,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c8735bb7-ff40-4edf-804e-f399935d5ccd 2018-10-06 05:14:06,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:07,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2c5ee0e6-85bb-4842-8f1e-95899f6c4da0 Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:07,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-2c5ee0e6-85bb-4842-8f1e-95899f6c4da0 2018-10-06 05:14:07,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:14:07,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:14:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:14:07,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:07,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51eab752-7e31-424f-868e-6d1672c401b7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:07,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-51eab752-7e31-424f-868e-6d1672c401b7 2018-10-06 05:14:07,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:07,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fbe12c24-5966-48f3-ac2b-ba81cc5be379 Date: Sat, 06 Oct 2018 05:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:07,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-fbe12c24-5966-48f3-ac2b-ba81cc5be379 2018-10-06 05:14:07,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:07,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c51680c7-b6bc-4d5e-9f89-7ec9c69503c4 Date: Sat, 06 Oct 2018 05:14:07 GMT RESP BODY: {"ports":[]} 2018-10-06 05:14:07,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True used request id req-c51680c7-b6bc-4d5e-9f89-7ec9c69503c4 2018-10-06 05:14:07,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:07,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-e31ffc3f-6ded-45a4-bc07-c194a523a52c x-compute-request-id: req-e31ffc3f-6ded-45a4-bc07-c194a523a52c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:14:07,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst used request id req-e31ffc3f-6ded-45a4-bc07-c194a523a52c 2018-10-06 05:14:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:08,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-414954f2-e6fa-42fd-8028-b61a6c6ac26e Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:08,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-414954f2-e6fa-42fd-8028-b61a6c6ac26e 2018-10-06 05:14:08,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:08,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b49a8d-0a56-4e2a-862e-2c3c874582d4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:08,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-72b49a8d-0a56-4e2a-862e-2c3c874582d4 2018-10-06 05:14:08,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:08,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ec02e8f6-238a-4ce5-80a6-1bd0e4c46593 Date: Sat, 06 Oct 2018 05:14:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:08,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-ec02e8f6-238a-4ce5-80a6-1bd0e4c46593 2018-10-06 05:14:08,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:08,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-20587e76-d5f6-46ca-b8c1-8b3d3d150b86 Date: Sat, 06 Oct 2018 05:14:08 GMT RESP BODY: {"ports":[]} 2018-10-06 05:14:08,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True used request id req-20587e76-d5f6-46ca-b8c1-8b3d3d150b86 2018-10-06 05:14:08,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:14:08,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:08,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eaadfdcbc2244444b1d437266de70ddf", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role"}], "expires_at": "2018-10-06T06:14:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56c4082a84604855952c94066ef9c4d7", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/56c4082a84604855952c94066ef9c4d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user", "id": "1b2d1980be7b4724b9ca261c74ec68e4"}, "audit_ids": ["Ar7sh2NBR-m0ju1uCD1EbQ"], "issued_at": "2018-10-06T05:14:08.000000Z"}} 2018-10-06 05:14:08,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bf41a6573c12c33bf115755a362abdb89f1d79" 2018-10-06 05:14:08,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b4c9ce-df62-42e9-9a1f-a6e047b894cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:14:08,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-49b4c9ce-df62-42e9-9a1f-a6e047b894cd 2018-10-06 05:14:08,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:09,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9177c41b-ee73-4ffa-92f9-1d8300696a3f Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:09,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-9177c41b-ee73-4ffa-92f9-1d8300696a3f 2018-10-06 05:14:09,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:09,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9bcbd8aa-b4eb-4b2d-8f99-9f002a6f49d2 Date: Sat, 06 Oct 2018 05:14:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:09,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-9bcbd8aa-b4eb-4b2d-8f99-9f002a6f49d2 2018-10-06 05:14:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:09,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-db4cd22e-2e5c-48d6-aabf-44c6dd7004ec Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:09,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-db4cd22e-2e5c-48d6-aabf-44c6dd7004ec 2018-10-06 05:14:09,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:14:09,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:14:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:14:09,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2bf41a6573c12c33bf115755a362abdb89f1d79" 2018-10-06 05:14:09,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10f7a5a-adf2-4b5d-8a15-903452e68afd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:09,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-a10f7a5a-adf2-4b5d-8a15-903452e68afd 2018-10-06 05:14:09,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e7bf2953-7570-4b67-b8d0-7991518be953 Date: Sat, 06 Oct 2018 05:14:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:09,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-e7bf2953-7570-4b67-b8d0-7991518be953 2018-10-06 05:14:09,760 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net 2018-10-06 05:14:09,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" -d '{"port": {"network_id": "40b602e8-82f4-4927-b15b-7cb4cd6ee75d", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1", "admin_state_up": true}}' 2018-10-06 05:14:10,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-7d25915e-efe6-4cda-9954-df70ea5b5060 Date: Sat, 06 Oct 2018 05:14:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b"],"mac_address":"fa:16:3e:0d:5f:c0","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","project_id":"56c4082a84604855952c94066ef9c4d7","qos_policy_id":null,"admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal"}} 2018-10-06 05:14:10,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-7d25915e-efe6-4cda-9954-df70ea5b5060 2018-10-06 05:14:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8c4adf0e-fd48-4d50-9935-7641aa5666c7 Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:11,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-8c4adf0e-fd48-4d50-9935-7641aa5666c7 2018-10-06 05:14:11,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44c9df6-df91-4ea1-b0a4-fc0d186ee234 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:11,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-b44c9df6-df91-4ea1-b0a4-fc0d186ee234 2018-10-06 05:14:11,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07bf5f88-fb3a-4ef9-8f45-7670f9e07f32 Date: Sat, 06 Oct 2018 05:14:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:11,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-07bf5f88-fb3a-4ef9-8f45-7670f9e07f32 2018-10-06 05:14:11,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-2ffd4373-bd43-4d6a-85a4-22b4fa8ee6ff Date: Sat, 06 Oct 2018 05:14:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:14:11,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1&admin_state_up=True used request id req-2ffd4373-bd43-4d6a-85a4-22b4fa8ee6ff 2018-10-06 05:14:11,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5119aa-8484-45ef-b9c5-4664aa868eec Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:11,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-4b5119aa-8484-45ef-b9c5-4664aa868eec 2018-10-06 05:14:11,672 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst 2018-10-06 05:14:11,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-3dbff586-c5ac-40de-8e8b-457bdb5ad95b x-compute-request-id: req-3dbff586-c5ac-40de-8e8b-457bdb5ad95b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-flavor-name"}]} 2018-10-06 05:14:11,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-3dbff586-c5ac-40de-8e8b-457bdb5ad95b 2018-10-06 05:14:11,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-a7d6be64-b4c8-458e-ad1e-353da25b0fdf x-compute-request-id: req-a7d6be64-b4c8-458e-ad1e-353da25b0fdf Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:14:11,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a used request id req-a7d6be64-b4c8-458e-ad1e-353da25b0fdf 2018-10-06 05:14:11,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:11,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-3be08815-7c27-499d-9228-635304060e07 Date: Sat, 06 Oct 2018 05:14:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:13:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:13:47Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "metadata": {}}], "self": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "min_disk": 0, "protected": false, "id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "file": "/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56c4082a84604855952c94066ef9c4d7", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image"} 2018-10-06 05:14:11,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image used request id req-3be08815-7c27-499d-9228-635304060e07 2018-10-06 05:14:11,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:12,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37aaf3a2-c683-4137-8c13-f367d5885d75 Date: Sat, 06 Oct 2018 05:14: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", "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-10-06 05:14:12,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-37aaf3a2-c683-4137-8c13-f367d5885d75 2018-10-06 05:14:12,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "imageRef": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "flavorRef": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "max_count": 1, "min_count": 1, "networks": [{"port": "cddc3f4b-b02e-480f-89b0-ccede651df5c"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}]}}' 2018-10-06 05:14:14,533 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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 x-openstack-request-id: req-67aae8c7-a613-4d4f-88f3-5bec09ec2b25 x-compute-request-id: req-67aae8c7-a613-4d4f-88f3-5bec09ec2b25 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "adminPass": "bzGqzyAeR2BM"}} 2018-10-06 05:14:14,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-67aae8c7-a613-4d4f-88f3-5bec09ec2b25 2018-10-06 05:14:14,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:14,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2caa4fea-3ace-407e-96e5-210c77898d1c x-compute-request-id: req-2caa4fea-3ace-407e-96e5-210c77898d1c Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:14:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:14,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-2caa4fea-3ace-407e-96e5-210c77898d1c 2018-10-06 05:14:14,756 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst 2018-10-06 05:14:14,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:15,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97111b3c-6b4f-4612-a53b-bfb6789d032e x-compute-request-id: req-97111b3c-6b4f-4612-a53b-bfb6789d032e Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:14:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:15,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-97111b3c-6b4f-4612-a53b-bfb6789d032e 2018-10-06 05:14:15,066 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - BUILD 2018-10-06 05:14:15,066 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:14:18,069 - create_instance - DEBUG - VM status query timeout in 896.686917067 2018-10-06 05:14:18,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:18,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-e330f3bc-94c7-4ca9-9f62-abc153cb91fa x-compute-request-id: req-e330f3bc-94c7-4ca9-9f62-abc153cb91fa 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.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:14:16Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:18,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-e330f3bc-94c7-4ca9-9f62-abc153cb91fa 2018-10-06 05:14:18,729 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - BUILD 2018-10-06 05:14:18,729 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:14:21,732 - create_instance - DEBUG - VM status query timeout in 893.023775101 2018-10-06 05:14:21,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:22,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-e18483ce-cfef-4917-b0a9-ab6c007f942e x-compute-request-id: req-e18483ce-cfef-4917-b0a9-ab6c007f942e Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:22,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-e18483ce-cfef-4917-b0a9-ab6c007f942e 2018-10-06 05:14:22,584 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:22,584 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:14:22,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:23,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-0deb365f-c158-4882-9e09-c48eb4cde96c x-compute-request-id: req-0deb365f-c158-4882-9e09-c48eb4cde96c Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:23,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-0deb365f-c158-4882-9e09-c48eb4cde96c 2018-10-06 05:14:23,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:23,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e4aa5a07-3f0a-423b-9fac-2d2a0375342a Date: Sat, 06 Oct 2018 05: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:23,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-e4aa5a07-3f0a-423b-9fac-2d2a0375342a 2018-10-06 05:14:23,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:23,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038d4c1e-650c-4f99-9896-0bc0d829b9e1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:23,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-038d4c1e-650c-4f99-9896-0bc0d829b9e1 2018-10-06 05:14:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:23,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f3d55f9-646b-4a33-92ca-b7ce9826f198 Date: Sat, 06 Oct 2018 05:14:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:23,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-1f3d55f9-646b-4a33-92ca-b7ce9826f198 2018-10-06 05:14:23,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:23,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-86d130af-3b10-4a2c-a848-73f364c84f80 Date: Sat, 06 Oct 2018 05:14:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.4"}],"id":"702dce18-5c21-42d8-ba69-43f6244f0e6a","security_groups":[],"mac_address":"fa:16:3e:68:6c:61","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.3"}],"id":"8ace4919-ec47-46d8-81d6-a1138fbd13d5","security_groups":[],"mac_address":"fa:16:3e:09:ea:d8","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":"9e29758c-6a39-456b-a14c-8091c88d343e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.2"}],"id":"ff68df36-530c-4d5e-9e7a-879f5d6d3978","security_groups":[],"mac_address":"fa:16:3e:b5:bf:79","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"}]} 2018-10-06 05:14:23,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-86d130af-3b10-4a2c-a848-73f364c84f80 2018-10-06 05:14:23,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}}' 2018-10-06 05:14:24,944 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:14:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a21e54b-bd93-4f08-8b8b-9d4f41a73938 x-compute-request-id: req-9a21e54b-bd93-4f08-8b8b-9d4f41a73938 Content-Length: 0 Content-Type: application/json 2018-10-06 05:14:24,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e/action used request id req-9a21e54b-bd93-4f08-8b8b-9d4f41a73938 2018-10-06 05:14:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:25,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4e5bf54d-46c2-4f65-92ae-5c95cb1f1b58 Date: Sat, 06 Oct 2018 05:14:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:53Z", "admin_state_up": true, "updated_at": "2018-10-06T05:13:59Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "87e1d2f2-499c-489c-a55a-465b3a79bc66", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router"}]} 2018-10-06 05:14:25,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router used request id req-4e5bf54d-46c2-4f65-92ae-5c95cb1f1b58 2018-10-06 05:14:25,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:25,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b9b2a0-e1f5-463a-a403-76970c44f928 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:25,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-42b9b2a0-e1f5-463a-a403-76970c44f928 2018-10-06 05:14:25,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:25,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-198296f6-af81-4f08-b47f-f70d149289f1 Date: Sat, 06 Oct 2018 05:14:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"}]} 2018-10-06 05:14:25,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=87e1d2f2-499c-489c-a55a-465b3a79bc66 used request id req-198296f6-af81-4f08-b47f-f70d149289f1 2018-10-06 05:14:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:26,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4aa2aae1-91ab-4f3c-b507-443b31631ecd Date: Sat, 06 Oct 2018 05:14:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}} 2018-10-06 05:14:26,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 used request id req-4aa2aae1-91ab-4f3c-b507-443b31631ecd 2018-10-06 05:14:26,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:26,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cf58a6b1-01d8-4404-bd9b-3bd4833a128d Date: Sat, 06 Oct 2018 05:14:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:14:26,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-cf58a6b1-01d8-4404-bd9b-3bd4833a128d 2018-10-06 05:14:26,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:26,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6135a098-87b1-4755-b2ed-aa0fc9964875 Date: Sat, 06 Oct 2018 05:14:26 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:14:26,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-6135a098-87b1-4755-b2ed-aa0fc9964875 2018-10-06 05:14:26,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:27,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-6b249468-072a-43dd-beb0-5e1869a6325d x-compute-request-id: req-6b249468-072a-43dd-beb0-5e1869a6325d Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:27,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-6b249468-072a-43dd-beb0-5e1869a6325d 2018-10-06 05:14:27,356 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:27,357 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:14:27,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:27,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-f2ff44f5-8ec7-4122-82d0-16d3316e9b36 x-compute-request-id: req-f2ff44f5-8ec7-4122-82d0-16d3316e9b36 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:27,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-f2ff44f5-8ec7-4122-82d0-16d3316e9b36 2018-10-06 05:14:27,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-283536aa-c196-4156-9132-6b8663adb23c Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:28,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-283536aa-c196-4156-9132-6b8663adb23c 2018-10-06 05:14:28,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181d4a0d-e0fb-4599-a1d8-f32e17241a89 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:28,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-181d4a0d-e0fb-4599-a1d8-f32e17241a89 2018-10-06 05:14:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a79f8ed1-ffee-4613-9239-35ab040ed35b Date: Sat, 06 Oct 2018 05:14:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:28,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-a79f8ed1-ffee-4613-9239-35ab040ed35b 2018-10-06 05:14:28,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6eb794ac-0249-40ef-9c8c-033862d8f3cd Date: Sat, 06 Oct 2018 05:14:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.4"}],"id":"702dce18-5c21-42d8-ba69-43f6244f0e6a","security_groups":[],"mac_address":"fa:16:3e:68:6c:61","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.3"}],"id":"8ace4919-ec47-46d8-81d6-a1138fbd13d5","security_groups":[],"mac_address":"fa:16:3e:09:ea:d8","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b","e1e220f2-0f8e-47a9-baa1-246eb54cdadc"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":"9e29758c-6a39-456b-a14c-8091c88d343e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.2"}],"id":"ff68df36-530c-4d5e-9e7a-879f5d6d3978","security_groups":[],"mac_address":"fa:16:3e:b5:bf:79","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"}]} 2018-10-06 05:14:28,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-6eb794ac-0249-40ef-9c8c-033862d8f3cd 2018-10-06 05:14:28,315 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:14:28,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-34708920-c821-43b2-86ab-7935150a3b97 Date: Sat, 06 Oct 2018 05:14:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:14:28,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-34708920-c821-43b2-86ab-7935150a3b97 2018-10-06 05:14:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:28,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-54e7c7a3-ce4e-43e3-a499-31b885f72237 Date: Sat, 06 Oct 2018 05:14:28 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:14:28,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-54e7c7a3-ce4e-43e3-a499-31b885f72237 2018-10-06 05:14:28,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "cddc3f4b-b02e-480f-89b0-ccede651df5c"}}' 2018-10-06 05:14:30,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-a70985a5-c06f-4897-979e-70f33c79fbc1 Date: Sat, 06 Oct 2018 05:14:30 GMT RESP BODY: {"floatingip": {"router_id": "87e1d2f2-499c-489c-a55a-465b3a79bc66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:14:29Z", "updated_at": "2018-10-06T05:14:29Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "56c4082a84604855952c94066ef9c4d7", "port_id": "cddc3f4b-b02e-480f-89b0-ccede651df5c", "id": "724da0f0-f57a-4c29-93ba-2f627293665e"}} 2018-10-06 05:14:30,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-a70985a5-c06f-4897-979e-70f33c79fbc1 2018-10-06 05:14:30,734 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:14:30,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:31,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-f400d7d9-3be7-41e5-82ae-97b48c13f577 x-compute-request-id: req-f400d7d9-3be7-41e5-82ae-97b48c13f577 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:31,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-f400d7d9-3be7-41e5-82ae-97b48c13f577 2018-10-06 05:14:31,746 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:31,747 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:14:31,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:32,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-1a393a7c-bac1-4ecc-921a-0ff41136b267 x-compute-request-id: req-1a393a7c-bac1-4ecc-921a-0ff41136b267 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:32,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-1a393a7c-bac1-4ecc-921a-0ff41136b267 2018-10-06 05:14:32,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:32,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bb29cadb-176a-4439-bdb7-45ff527946b6 Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:32,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-bb29cadb-176a-4439-bdb7-45ff527946b6 2018-10-06 05:14:32,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:32,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a97cbb-65af-4e5a-b38c-13c0b89a87b7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:32,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-31a97cbb-65af-4e5a-b38c-13c0b89a87b7 2018-10-06 05:14:32,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:32,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82554b7f-2394-4d7a-9a9f-bcb8d0226394 Date: Sat, 06 Oct 2018 05:14:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:32,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-82554b7f-2394-4d7a-9a9f-bcb8d0226394 2018-10-06 05:14:32,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:32,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b8fd8e45-354e-4036-9dea-4481eaacf8b1 Date: Sat, 06 Oct 2018 05:14:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.4"}],"id":"702dce18-5c21-42d8-ba69-43f6244f0e6a","security_groups":[],"mac_address":"fa:16:3e:68:6c:61","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.3"}],"id":"8ace4919-ec47-46d8-81d6-a1138fbd13d5","security_groups":[],"mac_address":"fa:16:3e:09:ea:d8","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b","e1e220f2-0f8e-47a9-baa1-246eb54cdadc"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":"9e29758c-6a39-456b-a14c-8091c88d343e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.2"}],"id":"ff68df36-530c-4d5e-9e7a-879f5d6d3978","security_groups":[],"mac_address":"fa:16:3e:b5:bf:79","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"}]} 2018-10-06 05:14:32,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-b8fd8e45-354e-4036-9dea-4481eaacf8b1 2018-10-06 05:14:32,559 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-10-06 05:14:32,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:33,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d63f482e-d553-43c2-a57d-cb7296a94464 x-compute-request-id: req-d63f482e-d553-43c2-a57d-cb7296a94464 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:33,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-d63f482e-d553-43c2-a57d-cb7296a94464 2018-10-06 05:14:33,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:14:34,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-ab9d849b-b52d-4929-82e1-c511a906aa8e x-compute-request-id: req-ab9d849b-b52d-4929-82e1-c511a906aa8e Content-Encoding: gzip Content-Length: 9590 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 496811819 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126005] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127620] pid_max: default: 32768 minimum: 301\n[ 0.128488] ACPI: Core revision 20150930\n[ 0.129859] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131129] Security Framework initialized\n[ 0.131922] Yama: becoming mindful.\n[ 0.132632] AppArmor: AppArmor initialized\n[ 0.133470] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134712] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135926] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137081] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138404] Initializing cgroup subsys io\n[ 0.139189] Initializing cgroup subsys memory\n[ 0.140022] Initializing cgroup subsys devices\n[ 0.140867] Initializing cgroup subsys freezer\n[ 0.141723] Initializing cgroup subsys net_cls\n[ 0.142564] Initializing cgroup subsys perf_event\n[ 0.143444] Initializing cgroup subsys net_prio\n[ 0.144294] Initializing cgroup subsys hugetlb\n[ 0.145146] Initializing cgroup subsys pids\n[ 0.146004] CPU: Physical Processor ID: 0\n[ 0.147466] mce: CPU supports 10 MCE banks\n[ 0.148282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149261] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.151498] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.157828] ftrace: allocating 31920 entries in 125 pages\n[ 0.183812] smpboot: Max logical packages: 2\n[ 0.184644] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.185815] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187131] x2apic enabled\n[ 0.187930] Switched APIC routing to physical x2apic.\n[ 0.189683] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.190860] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.192935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.194807] KVM setup paravirtual spinlock\n[ 0.196201] x86: Booting SMP configuration:\n[ 0.197077] .... node #0, CPUs: #1\n[ 0.197949] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.219631] x86: Booted up 1 node, 2 CPUs\n[ 0.219633] KVM setup async PF for cpu 1\n[ 0.219636] kvm-stealtime: cpu 1, msr f90d940\n[ 0.222120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.223556] devtmpfs: initialized\n[ 0.225250] evm: security.selinux\n[ 0.225934] evm: security.SMACK64\n[ 0.226607] evm: security.SMACK64EXEC\n[ 0.227327] evm: security.SMACK64TRANSMUTE\n[ 0.228113] evm: security.SMACK64MMAP\n[ 0.228841] evm: security.ima\n[ 0.229466] evm: security.capability\n[ 0.230294] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232096] pinctrl core: initialized pinctrl subsystem\n[ 0.233169] RTC time: 5:14:18, date: 10/06/18\n[ 0.234126] NET: Registered protocol family 16\n[ 0.245140] cpuidle: using governor ladder\n[ 0.257238] cpuidle: using governor menu\n[ 0.258031] PCCT header not found.\n[ 0.258803] ACPI: bus type PCI registered\n[ 0.259585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260798] PCI: Using configuration type 1 for base access\n[ 0.274196] ACPI: Added _OSI(Module Device)\n[ 0.275028] ACPI: Added _OSI(Processor Device)\n[ 0.275863] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276733] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279024] ACPI: Interpreter enabled\n[ 0.279771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.286946] ACPI: (supports S0 S5)\n[ 0.287636] ACPI: Using IOAPIC for interrupt routing\n[ 0.288619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.291940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293044] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.294662] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296374] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.299545] acpiphp: Slot [3] registered\n[ 0.300626] acpiphp: Slot [4] registered\n[ 0.301722] acpiphp: Slot [5] registered\n[ 0.302815] acpiphp: Slot [6] registered\n[ 0.303903] acpiphp: Slot [7] registered\n[ 0.304936] acpiphp: Slot [8] registered\n[ 0.306035] acpiphp: Slot [9] registered\n[ 0.307124] acpiphp: Slot [10] registered\n[ 0.318364] acpiphp: Slot [11] registered\n[ 0.319502] acpiphp: Slot [12] registered\n[ 0.320628] acpiphp: Slot [13] registered\n[ 0.321743] acpiphp: Slot [14] registered\n[ 0.322836] acpiphp: Slot [15] registered\n[ 0.323836] acpiphp: Slot [16] registered\n[ 0.324923] acpiphp: Slot [17] registered\n[ 0.326038] acpiphp: Slot [18] registered\n[ 0.327118] acpiphp: Slot [19] registered\n[ 0.328177] acpiphp: Slot [20] registered\n[ 0.329275] acpiphp: Slot [21] registered\n[ 0.330368] acpiphp: Slot [22] registered\n[ 0.331497] acpiphp: Slot [23] registered\n[ 0.332616] acpiphp: Slot [24] registered\n[ 0.333730] acpiphp: Slot [25] registered\n[ 0.334845] acpiphp: Slot [26] registered\n[ 0.335963] acpiphp: Slot [27] registered\n[ 0.337053] acpiphp: Slot [28] registered\n[ 0.338174] acpiphp: Slot [29] registered\n[ 0.339303] acpiphp: Slot [30] registered\n[ 0.340431] acpiphp: Slot [31] registered\n[ 0.341551] PCI host bridge to bus 0000:00\n[ 0.342679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344428] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.348209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.350060] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.356545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.358391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.360072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.361903] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.419323] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421189] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.425300] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.426850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.428321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.430478] vgaarb: loaded\n[ 0.431293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.432863] SCSI subsystem initialized\n[ 0.433978] ACPI: bus type USB registered\n[ 0.435103] usbcore: registered new interface driver usbfs\n[ 0.436563] usbcore: registered new interface driver hub\n[ 0.437981] usbcore: registered new device driver usb\n[ 0.439486] PCI: Using ACPI for IRQ routing\n[ 0.440841] NetLabel: Initializing\n[ 0.441816] NetLabel: domain hash size = 128\n[ 0.442997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.444354] NetLabel: unlabeled traffic allowed by default\n[ 0.445936] clocksource: Switched to clocksource kvm-clock\n[ 0.452363] AppArmor: AppArmor Filesystem Enabled\n[ 0.453691] pnp: PnP ACPI init\n[ 0.454865] pnp: PnP ACPI: found 5 devices\n[ 0.462304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.464646] NET: Registered protocol family 2\n[ 0.465977] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.467737] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.469404] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.471046] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.474209] NET: Registered protocol family 1\n[ 0.475423] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.476979] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.478507] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497585] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516854] Trying to unpack rootfs image as initramfs...\n[ 0.567597] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.582376] Scanning for low memory corruption every 60 seconds\n[ 0.584303] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.586006] audit: initializing netlink subsys (disabled)\n[ 0.587524] audit: type=2000 audit(1538802858.296:1): initialized\n[ 0.589388] Initialise system trusted keyring\n[ 0.590742] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592468] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595164] zbud: loaded\n[ 0.596136] VFS: Disk quotas dquot_6.6.0\n[ 0.597305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599499] fuse init (API version 7.23)\n[ 0.600767] Key type big_key registered\n[ 0.601908] Allocating IMA MOK and blacklist keyrings.\n[ 0.603626] Key type asymmetric registered\n[ 0.604812] Asymmetric key parser 'x509' registered\n[ 0.606207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.608389] io scheduler noop registered\n[ 0.609523] io scheduler deadline registered (default)\n[ 0.610967] io scheduler cfq registered\n[ 0.612138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.613712] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.616897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619152] ACPI: Power Button [PWRF]\n[ 0.620375] GHES: HEST is not enabled!\n[ 0.638987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.703174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.706326] Linux agpgart interface v0.103\n[ 0.709470] brd: module loaded\n[ 0.711154] loop: module loaded\n[ 0.716165] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.718006] GPT:90111 != 20971519\n[ 0.718887] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720236] GPT:90111 != 20971519\n[ 0.721016] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722236] vda: vda1 vda15\n[ 0.723865] scsi host0: ata_piix\n[ 0.724775] scsi host1: ata_piix\n[ 0.725634] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.727204] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.728709] libphy: Fixed MDIO Bus: probed\n[ 0.729626] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732980] PPP generic driver version 2.4.2\n[ 0.734261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735905] ehci-pci: EHCI PCI platform driver\n[ 0.737058] ehci-platform: EHCI generic platform driver\n[ 0.738406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740007] ohci-pci: OHCI PCI platform driver\n[ 0.740998] ohci-platform: OHCI generic platform driver\n[ 0.742267] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.761706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763041] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.766345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.767662] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771185] usb usb1: Product: UHCI Host Controller\n[ 0.772507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.774083] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.775428] hub 1-0:1.0: USB hub found\n[ 0.776470] hub 1-0:1.0: 2 ports detected\n[ 0.777614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.780346] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.781665] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783121] mousedev: PS/2 mouse device common for all mice\n[ 0.784721] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786396] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786596] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.786672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.786678] i2c /dev entries driver\n[ 0.786723] device-mapper: uevent: version 1.0.3\n[ 0.786764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.786780] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790130] NET: Registered protocol family 10\n[ 0.790249] NET: Registered protocol family 17\n[ 0.790256] Key type dns_resolver registered\n[ 0.791222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.791227] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.791245] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791327] registered taskstats version 1\n[ 0.791337] Loading compiled-in X.509 certificates\n[ 0.791861] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.791876] zswap: loaded using pool lzo/zbud\n[ 0.792455] Key type trusted registered\n[ 0.793234] Key type encrypted registered\n[ 0.793237] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793239] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793251] evm: HMAC attrs: 0x1\n[ 0.794837] Magic number: 6:171:213\n[ 0.795199] rtc_cmos 00:00: setting system clock to 2018-10-06 05:14:18 UTC (1538802858)\n[ 0.795249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795250] EDD information not available.\n[ 0.886959] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.889172] Write protecting the kernel read-only data: 14336k\n[ 0.891294] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.893770] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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 1.33\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.552695] 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.1.13...\nLease of 10.55.1.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.52. iid=i-0000010a\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXevYsLZXvvycSuNtUpWVW60Ttp9sA/6M8lLyYHD/nD5TPRcMf5DSVcTmYL13qnleJ+zVNeheSB/BGpt/TXSQ6DrvG1n5KwEuDnSTjM6KDx2957M3ROLuicZK/UtjTJoJcUaaqvsvYpG6W2vWlYhnbp558ux76TikSCi35+2ok9T2CYP8raGvsOnfIwO/wtXImd+tzit4Xa+nPWYsXeCQ+yIOjfSdlGp7wuShNegvXQ+lNuYD5SVxW7R0zxtLqVKYiOdc12sIBa3YttzaaMFiyR6UnlrmfvI2ySpiYHneuxgHtEzLUJdLziXrQQRMd5DFPUO/zKeO9C7Mb6cklj93p root@createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1\nssh-dss AAAAB3NzaC1kc3MAAACBANBbrOFJxpSmPLcQ4MObP1iM+K9zecKuXXqo4pcOqWtY+2FYHe8P4cRt4UcAvU1kdwt2a9K2QjBvcJppiQJmG23o6vtz/z7T2pTkVeVbTtZtYtAIf2XL6ltVmsDy1Zv2K+fuIrLeaRfpIE3LlNic/4OdSqmbVhI4381NuiVsbuvNAAAAFQDngLDIrInCRpN00he9/Ohop0yzNwAAAIAac997vmN75ZpHlLnh4Xo0Hc9U0vSLd8Zo1C5lu/rCfE/yRf9XeX0J0jxclePwhVHGk5e0HWwnuMg+AfLNJcriWHG0EXUyyjohopr4RaS2RDOULQmnOV2fz1JfqI8XqaJrxhqumPQrWkBYPQLZkM7ElyP7R0zLcMHQRU5PRnf6xwAAAIAwp0pFjrdZtERVs7rLGagAKK42ToRA9ijja8+AV0YaCUvsS+WHH5ozCUIOs37ajuhbOOQHm9YiCSF5CC3CMN6LK6ItiRAyeS5FqmGhqvRw0gwiAUm/SJvwtEhV33AYtT712soJlCuYlZwE120LKDttRP2tQGyvuDVdY4+FIC8qtw== root@createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe0d:5fc0/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \nip-route:169.254.169.254 via 10.55.1.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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.66 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1 login: "} 2018-10-06 05:14:34,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e/action used request id req-ab9d849b-b52d-4929-82e1-c511a906aa8e 2018-10-06 05:14:34,635 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:14:34,635 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 496811819 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.126005] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.127620] pid_max: default: 32768 minimum: 301 [ 0.128488] ACPI: Core revision 20150930 [ 0.129859] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131129] Security Framework initialized [ 0.131922] Yama: becoming mindful. [ 0.132632] AppArmor: AppArmor initialized [ 0.133470] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134712] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135926] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137081] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138404] Initializing cgroup subsys io [ 0.139189] Initializing cgroup subsys memory [ 0.140022] Initializing cgroup subsys devices [ 0.140867] Initializing cgroup subsys freezer [ 0.141723] Initializing cgroup subsys net_cls [ 0.142564] Initializing cgroup subsys perf_event [ 0.143444] Initializing cgroup subsys net_prio [ 0.144294] Initializing cgroup subsys hugetlb [ 0.145146] Initializing cgroup subsys pids [ 0.146004] CPU: Physical Processor ID: 0 [ 0.147466] mce: CPU supports 10 MCE banks [ 0.148282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149261] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.151498] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.157828] ftrace: allocating 31920 entries in 125 pages [ 0.183812] smpboot: Max logical packages: 2 [ 0.184644] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185815] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187131] x2apic enabled [ 0.187930] Switched APIC routing to physical x2apic. [ 0.189683] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.190860] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.192935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.194807] KVM setup paravirtual spinlock [ 0.196201] x86: Booting SMP configuration: [ 0.197077] .... node #0, CPUs: #1 [ 0.197949] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.219631] x86: Booted up 1 node, 2 CPUs [ 0.219633] KVM setup async PF for cpu 1 [ 0.219636] kvm-stealtime: cpu 1, msr f90d940 [ 0.222120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.223556] devtmpfs: initialized [ 0.225250] evm: security.selinux [ 0.225934] evm: security.SMACK64 [ 0.226607] evm: security.SMACK64EXEC [ 0.227327] evm: security.SMACK64TRANSMUTE [ 0.228113] evm: security.SMACK64MMAP [ 0.228841] evm: security.ima [ 0.229466] evm: security.capability [ 0.230294] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232096] pinctrl core: initialized pinctrl subsystem [ 0.233169] RTC time: 5:14:18, date: 10/06/18 [ 0.234126] NET: Registered protocol family 16 [ 0.245140] cpuidle: using governor ladder [ 0.257238] cpuidle: using governor menu [ 0.258031] PCCT header not found. [ 0.258803] ACPI: bus type PCI registered [ 0.259585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260798] PCI: Using configuration type 1 for base access [ 0.274196] ACPI: Added _OSI(Module Device) [ 0.275028] ACPI: Added _OSI(Processor Device) [ 0.275863] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276733] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279024] ACPI: Interpreter enabled [ 0.279771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.283363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.286946] ACPI: (supports S0 S5) [ 0.287636] ACPI: Using IOAPIC for interrupt routing [ 0.288619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.291940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293044] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.294662] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296374] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.299545] acpiphp: Slot [3] registered [ 0.300626] acpiphp: Slot [4] registered [ 0.301722] acpiphp: Slot [5] registered [ 0.302815] acpiphp: Slot [6] registered [ 0.303903] acpiphp: Slot [7] registered [ 0.304936] acpiphp: Slot [8] registered [ 0.306035] acpiphp: Slot [9] registered [ 0.307124] acpiphp: Slot [10] registered [ 0.318364] acpiphp: Slot [11] registered [ 0.319502] acpiphp: Slot [12] registered [ 0.320628] acpiphp: Slot [13] registered [ 0.321743] acpiphp: Slot [14] registered [ 0.322836] acpiphp: Slot [15] registered [ 0.323836] acpiphp: Slot [16] registered [ 0.324923] acpiphp: Slot [17] registered [ 0.326038] acpiphp: Slot [18] registered [ 0.327118] acpiphp: Slot [19] registered [ 0.328177] acpiphp: Slot [20] registered [ 0.329275] acpiphp: Slot [21] registered [ 0.330368] acpiphp: Slot [22] registered [ 0.331497] acpiphp: Slot [23] registered [ 0.332616] acpiphp: Slot [24] registered [ 0.333730] acpiphp: Slot [25] registered [ 0.334845] acpiphp: Slot [26] registered [ 0.335963] acpiphp: Slot [27] registered [ 0.337053] acpiphp: Slot [28] registered [ 0.338174] acpiphp: Slot [29] registered [ 0.339303] acpiphp: Slot [30] registered [ 0.340431] acpiphp: Slot [31] registered [ 0.341551] PCI host bridge to bus 0000:00 [ 0.342679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344428] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.346166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.348209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.350060] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.356545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.358391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.360072] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.361903] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.368636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.370531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.415814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.417605] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.419323] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421189] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.425300] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.426850] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.428321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.430478] vgaarb: loaded [ 0.431293] vgaarb: bridge control possible 0000:00:02.0 [ 0.432863] SCSI subsystem initialized [ 0.433978] ACPI: bus type USB registered [ 0.435103] usbcore: registered new interface driver usbfs [ 0.436563] usbcore: registered new interface driver hub [ 0.437981] usbcore: registered new device driver usb [ 0.439486] PCI: Using ACPI for IRQ routing [ 0.440841] NetLabel: Initializing [ 0.441816] NetLabel: domain hash size = 128 [ 0.442997] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.444354] NetLabel: unlabeled traffic allowed by default [ 0.445936] clocksource: Switched to clocksource kvm-clock [ 0.452363] AppArmor: AppArmor Filesystem Enabled [ 0.453691] pnp: PnP ACPI init [ 0.454865] pnp: PnP ACPI: found 5 devices [ 0.462304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.464646] NET: Registered protocol family 2 [ 0.465977] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.467737] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.469404] TCP: Hash tables configured (established 2048 bind 2048) [ 0.471046] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.472585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.474209] NET: Registered protocol family 1 [ 0.475423] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.476979] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.478507] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497585] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516854] Trying to unpack rootfs image as initramfs... [ 0.567597] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.582376] Scanning for low memory corruption every 60 seconds [ 0.584303] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.586006] audit: initializing netlink subsys (disabled) [ 0.587524] audit: type=2000 audit(1538802858.296:1): initialized [ 0.589388] Initialise system trusted keyring [ 0.590742] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592468] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595164] zbud: loaded [ 0.596136] VFS: Disk quotas dquot_6.6.0 [ 0.597305] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599499] fuse init (API version 7.23) [ 0.600767] Key type big_key registered [ 0.601908] Allocating IMA MOK and blacklist keyrings. [ 0.603626] Key type asymmetric registered [ 0.604812] Asymmetric key parser 'x509' registered [ 0.606207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.608389] io scheduler noop registered [ 0.609523] io scheduler deadline registered (default) [ 0.610967] io scheduler cfq registered [ 0.612138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.613712] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.616897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619152] ACPI: Power Button [PWRF] [ 0.620375] GHES: HEST is not enabled! [ 0.638987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.703174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.706326] Linux agpgart interface v0.103 [ 0.709470] brd: module loaded [ 0.711154] loop: module loaded [ 0.716165] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.718006] GPT:90111 != 20971519 [ 0.718887] GPT:Alternate GPT header not at the end of the disk. [ 0.720236] GPT:90111 != 20971519 [ 0.721016] GPT: Use GNU Parted to correct GPT errors. [ 0.722236] vda: vda1 vda15 [ 0.723865] scsi host0: ata_piix [ 0.724775] scsi host1: ata_piix [ 0.725634] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.727204] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.728709] libphy: Fixed MDIO Bus: probed [ 0.729626] tun: Universal TUN/TAP device driver, 1.6 [ 0.730721] tun: (C) 1999-2004 Max Krasnyansky [ 0.732980] PPP generic driver version 2.4.2 [ 0.734261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735905] ehci-pci: EHCI PCI platform driver [ 0.737058] ehci-platform: EHCI generic platform driver [ 0.738406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740007] ohci-pci: OHCI PCI platform driver [ 0.740998] ohci-platform: OHCI generic platform driver [ 0.742267] uhci_hcd: USB Universal Host Controller Interface driver [ 0.761706] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763041] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765009] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.766345] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.767662] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771185] usb usb1: Product: UHCI Host Controller [ 0.772507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.774083] usb usb1: SerialNumber: 0000:00:01.2 [ 0.775428] hub 1-0:1.0: USB hub found [ 0.776470] hub 1-0:1.0: 2 ports detected [ 0.777614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.780346] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.781665] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.783121] mousedev: PS/2 mouse device common for all mice [ 0.784721] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.786396] rtc_cmos 00:00: RTC can wake from S4 [ 0.786596] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.786672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786678] i2c /dev entries driver [ 0.786723] device-mapper: uevent: version 1.0.3 [ 0.786764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.786780] ledtrig-cpu: registered to indicate activity on CPUs [ 0.790130] NET: Registered protocol family 10 [ 0.790249] NET: Registered protocol family 17 [ 0.790256] Key type dns_resolver registered [ 0.791222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.791227] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.791245] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791327] registered taskstats version 1 [ 0.791337] Loading compiled-in X.509 certificates [ 0.791861] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.791876] zswap: loaded using pool lzo/zbud [ 0.792455] Key type trusted registered [ 0.793234] Key type encrypted registered [ 0.793237] AppArmor: AppArmor sha1 policy hashing enabled [ 0.793239] ima: No TPM chip found, activating TPM-bypass! [ 0.793251] evm: HMAC attrs: 0x1 [ 0.794837] Magic number: 6:171:213 [ 0.795199] rtc_cmos 00:00: setting system clock to 2018-10-06 05:14:18 UTC (1538802858) [ 0.795249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795250] EDD information not available. [ 0.886959] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.889172] Write protecting the kernel read-only data: 14336k [ 0.891294] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.893770] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.33 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.552695] 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.1.13... Lease of 10.55.1.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.52. iid=i-0000010a 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXevYsLZXvvycSuNtUpWVW60Ttp9sA/6M8lLyYHD/nD5TPRcMf5DSVcTmYL13qnleJ+zVNeheSB/BGpt/TXSQ6DrvG1n5KwEuDnSTjM6KDx2957M3ROLuicZK/UtjTJoJcUaaqvsvYpG6W2vWlYhnbp558ux76TikSCi35+2ok9T2CYP8raGvsOnfIwO/wtXImd+tzit4Xa+nPWYsXeCQ+yIOjfSdlGp7wuShNegvXQ+lNuYD5SVxW7R0zxtLqVKYiOdc12sIBa3YttzaaMFiyR6UnlrmfvI2ySpiYHneuxgHtEzLUJdLziXrQQRMd5DFPUO/zKeO9C7Mb6cklj93p root@createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1 ssh-dss AAAAB3NzaC1kc3MAAACBANBbrOFJxpSmPLcQ4MObP1iM+K9zecKuXXqo4pcOqWtY+2FYHe8P4cRt4UcAvU1kdwt2a9K2QjBvcJppiQJmG23o6vtz/z7T2pTkVeVbTtZtYtAIf2XL6ltVmsDy1Zv2K+fuIrLeaRfpIE3LlNic/4OdSqmbVhI4381NuiVsbuvNAAAAFQDngLDIrInCRpN00he9/Ohop0yzNwAAAIAac997vmN75ZpHlLnh4Xo0Hc9U0vSLd8Zo1C5lu/rCfE/yRf9XeX0J0jxclePwhVHGk5e0HWwnuMg+AfLNJcriWHG0EXUyyjohopr4RaS2RDOULQmnOV2fz1JfqI8XqaJrxhqumPQrWkBYPQLZkM7ElyP7R0zLcMHQRU5PRnf6xwAAAIAwp0pFjrdZtERVs7rLGagAKK42ToRA9ijja8+AV0YaCUvsS+WHH5ozCUIOs37ajuhbOOQHm9YiCSF5CC3CMN6LK6ItiRAyeS5FqmGhqvRw0gwiAUm/SJvwtEhV33AYtT712soJlCuYlZwE120LKDttRP2tQGyvuDVdY4+FIC8qtw== root@createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe0d:5fc0/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000010a name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1 launch-index: 0 === cirros: current=0.4.0 uptime=3.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-219a90d9-c820-4a53-bb13-85e6d1 login: 2018-10-06 05:14:34,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:35,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-8b5689ba-750b-4e79-84dd-d7c7b7ad4d49 x-compute-request-id: req-8b5689ba-750b-4e79-84dd-d7c7b7ad4d49 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:35,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-8b5689ba-750b-4e79-84dd-d7c7b7ad4d49 2018-10-06 05:14:35,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:35,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6d14cbd7-a5c9-4cf6-9c91-5e7949280e99 Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:35,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-6d14cbd7-a5c9-4cf6-9c91-5e7949280e99 2018-10-06 05:14:35,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:35,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df3e972-8114-4174-ad49-46dfe28ea2c9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:35,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-6df3e972-8114-4174-ad49-46dfe28ea2c9 2018-10-06 05:14:35,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:35,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-781889ee-3b65-4f33-95c3-08855186ba80 Date: Sat, 06 Oct 2018 05:14:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:35,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-781889ee-3b65-4f33-95c3-08855186ba80 2018-10-06 05:14:35,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:35,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2105fe6f-b52f-43ad-9966-1c8b1ccd7a9e Date: Sat, 06 Oct 2018 05:14:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.4"}],"id":"702dce18-5c21-42d8-ba69-43f6244f0e6a","security_groups":[],"mac_address":"fa:16:3e:68:6c:61","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.3"}],"id":"8ace4919-ec47-46d8-81d6-a1138fbd13d5","security_groups":[],"mac_address":"fa:16:3e:09:ea:d8","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b","e1e220f2-0f8e-47a9-baa1-246eb54cdadc"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":"9e29758c-6a39-456b-a14c-8091c88d343e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.2"}],"id":"ff68df36-530c-4d5e-9e7a-879f5d6d3978","security_groups":[],"mac_address":"fa:16:3e:b5:bf:79","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"}]} 2018-10-06 05:14:35,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-2105fe6f-b52f-43ad-9966-1c8b1ccd7a9e 2018-10-06 05:14:35,634 - create_instance - INFO - Checking if VM is active 2018-10-06 05:14:35,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:36,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-ac608bfa-4aeb-472d-9b27-3a063f4ff05c x-compute-request-id: req-ac608bfa-4aeb-472d-9b27-3a063f4ff05c Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:36,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-ac608bfa-4aeb-472d-9b27-3a063f4ff05c 2018-10-06 05:14:36,105 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:36,105 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:14:36,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:36,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-a9efd8df-1c29-47fd-9fc5-befaf9fb5a8e x-compute-request-id: req-a9efd8df-1c29-47fd-9fc5-befaf9fb5a8e Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:5f:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp"}], "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:20Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:36,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-a9efd8df-1c29-47fd-9fc5-befaf9fb5a8e 2018-10-06 05:14:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:36,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c24d4ab6-8ab5-486a-a972-197a0c7e4ce0 Date: Sat, 06 Oct 2018 05:14: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":["a30450f2-58df-4972-9b79-d2f73bbaa835"],"updated_at":"2018-10-06T05:13:49Z","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56c4082a84604855952c94066ef9c4d7","id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net"}]} 2018-10-06 05:14:36,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net used request id req-c24d4ab6-8ab5-486a-a972-197a0c7e4ce0 2018-10-06 05:14:36,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:36,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5527d7-e850-40a7-9a75-d88fb93e2d68 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:36,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-0b5527d7-e850-40a7-9a75-d88fb93e2d68 2018-10-06 05:14:36,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:37,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-59265a56-2f48-456b-ba88-936d0e55312e Date: Sat, 06 Oct 2018 05:14:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:49Z","dns_nameservers":[],"updated_at":"2018-10-06T05:13:49Z","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":"56c4082a84604855952c94066ef9c4d7","id":"a30450f2-58df-4972-9b79-d2f73bbaa835","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet"}]} 2018-10-06 05:14:37,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-59265a56-2f48-456b-ba88-936d0e55312e 2018-10-06 05:14:37,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:37,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-81171c77-c8ce-421a-9499-95e688a3cbec Date: Sat, 06 Oct 2018 05:14:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.1"}],"id":"3664f0fd-66c5-4ff0-98a6-111d2d5ebc89","security_groups":[],"mac_address":"fa:16:3e:fa:71:c2","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:59Z","binding:vnic_type":"normal","device_id":"87e1d2f2-499c-489c-a55a-465b3a79bc66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.4"}],"id":"702dce18-5c21-42d8-ba69-43f6244f0e6a","security_groups":[],"mac_address":"fa:16:3e:68:6c:61","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.3"}],"id":"8ace4919-ec47-46d8-81d6-a1138fbd13d5","security_groups":[],"mac_address":"fa:16:3e:09:ea:d8","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:14:24Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.13"}],"id":"cddc3f4b-b02e-480f-89b0-ccede651df5c","security_groups":["491dc013-013c-48a6-976a-6053c819271b","e1e220f2-0f8e-47a9-baa1-246eb54cdadc"],"mac_address":"fa:16:3e:0d:5f:c0","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:14:10Z","binding:vnic_type":"normal","device_id":"9e29758c-6a39-456b-a14c-8091c88d343e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:13:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a30450f2-58df-4972-9b79-d2f73bbaa835","ip_address":"10.55.1.2"}],"id":"ff68df36-530c-4d5e-9e7a-879f5d6d3978","security_groups":[],"mac_address":"fa:16:3e:b5:bf:79","project_id":"56c4082a84604855952c94066ef9c4d7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"40b602e8-82f4-4927-b15b-7cb4cd6ee75d","tenant_id":"56c4082a84604855952c94066ef9c4d7","created_at":"2018-10-06T05:13:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-40b602e8-82f4-4927-b15b-7cb4cd6ee75d"}]} 2018-10-06 05:14:37,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-81171c77-c8ce-421a-9499-95e688a3cbec 2018-10-06 05:14:37,430 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:14:37,434 - paramiko.transport - DEBUG - starting thread (client mode): 0x74103150L 2018-10-06 05:14:37,434 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:14:37,434 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:14:37,435 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:14:37,436 - 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-10-06 05:14:37,436 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:14:37,436 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:14:37,437 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:14:37,437 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:14:37,437 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:14:37,454 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:14:37,454 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:14:37,467 - paramiko.transport - DEBUG - Trying key 3927934281943b28e2b950281d326ae7 from tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd 2018-10-06 05:14:37,493 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:14:37,497 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:14:37,597 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:14:37,613 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:14:37,613 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:14:37,615 - paramiko.transport - DEBUG - starting thread (client mode): 0x74103d50L 2018-10-06 05:14:37,615 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:14:37,615 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:14:37,615 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:14:37,616 - 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-10-06 05:14:37,616 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:14:37,617 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:14:37,617 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:14:37,617 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:14:37,617 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:14:37,633 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:14:37,634 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:14:37,647 - paramiko.transport - DEBUG - Trying key 3927934281943b28e2b950281d326ae7 from tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd 2018-10-06 05:14:37,673 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:14:37,677 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:14:37,680 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:14:37,681 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:14:37,681 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:14:37,682 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:14:37,683 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:14:37,684 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-10-06 05:14:37,685 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-10-06 05:14:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/724da0f0-f57a-4c29-93ba-2f627293665e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:38,744 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdcc7154-b649-47b1-b96a-1d179505daa6 Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:38,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/724da0f0-f57a-4c29-93ba-2f627293665e used request id req-cdcc7154-b649-47b1-b96a-1d179505daa6 2018-10-06 05:14:38,745 - create_instance - INFO - Deleting Port with ID - cddc3f4b-b02e-480f-89b0-ccede651df5c 2018-10-06 05:14:38,745 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bdport-1 2018-10-06 05:14:38,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/cddc3f4b-b02e-480f-89b0-ccede651df5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:39,248 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e12c357-91c4-43b5-87bf-581bb0c319a1 Date: Sat, 06 Oct 2018 05:14:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:39,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/cddc3f4b-b02e-480f-89b0-ccede651df5c used request id req-5e12c357-91c4-43b5-87bf-581bb0c319a1 2018-10-06 05:14:39,248 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst 2018-10-06 05:14:39,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:39,454 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:14: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-18b333a2-c8ac-41ba-b6ce-16ec09ae5922 x-compute-request-id: req-18b333a2-c8ac-41ba-b6ce-16ec09ae5922 Content-Type: application/json 2018-10-06 05:14:39,454 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-18b333a2-c8ac-41ba-b6ce-16ec09ae5922 2018-10-06 05:14:39,454 - create_instance - INFO - Checking deletion status 2018-10-06 05:14:39,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:39,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14: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-46a905c8-c3c5-4b1c-981c-b7f14168848e x-compute-request-id: req-46a905c8-c3c5-4b1c-981c-b7f14168848e 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.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:39Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:39,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-46a905c8-c3c5-4b1c-981c-b7f14168848e 2018-10-06 05:14:39,819 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:39,819 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:14:42,822 - create_instance - DEBUG - VM status query timeout in 296.631982088 2018-10-06 05:14:42,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:43,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 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,Accept-Encoding x-openstack-request-id: req-b33b2c96-cac3-4447-afea-40122892af17 x-compute-request-id: req-b33b2c96-cac3-4447-afea-40122892af17 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.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/9e29758c-6a39-456b-a14c-8091c88d343e", "rel": "bookmark"}], "image": {"id": "e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "links": [{"href": "http://172.30.9.29:8774/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:14:17.000000", "flavor": {"id": "e03081d3-d97b-42df-bd50-83a30f51bf3a", "links": [{"href": "http://172.30.9.29:8774/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a", "rel": "bookmark"}]}, "id": "9e29758c-6a39-456b-a14c-8091c88d343e", "user_id": "1b2d1980be7b4724b9ca261c74ec68e4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:14:39Z", "hostId": "7b48a9b31e139c5c801fe93c1b876a288543668dd7c606460b6dad83", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp", "name": "CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst", "created": "2018-10-06T05:14:14Z", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:14:43,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-b33b2c96-cac3-4447-afea-40122892af17 2018-10-06 05:14:43,346 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst] is - ACTIVE 2018-10-06 05:14:43,347 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:14:46,350 - create_instance - DEBUG - VM status query timeout in 293.104716063 2018-10-06 05:14:46,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c77c024876a33f6383dd9a7d459a6e20c59cc27" 2018-10-06 05:14:46,407 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 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-fff02889-a562-4fb5-860b-b45014ce81c3 x-compute-request-id: req-fff02889-a562-4fb5-860b-b45014ce81c3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9e29758c-6a39-456b-a14c-8091c88d343e could not be found.", "code": 404}} 2018-10-06 05:14:46,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/9e29758c-6a39-456b-a14c-8091c88d343e used request id req-fff02889-a562-4fb5-860b-b45014ce81c3 2018-10-06 05:14:46,407 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9e29758c-6a39-456b-a14c-8091c88d343e could not be found. (HTTP 404) (Request-ID: req-fff02889-a562-4fb5-860b-b45014ce81c3) 2018-10-06 05:14:46,408 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-inst 2018-10-06 05:14:46,409 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp 2018-10-06 05:14:46,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bff4825f0588102ec30c52e74e53671b8cc3f97" 2018-10-06 05:14:46,458 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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-43959a60-f1fa-464c-b94d-6267a1c9c232 x-compute-request-id: req-43959a60-f1fa-464c-b94d-6267a1c9c232 Content-Length: 0 Content-Type: application/json 2018-10-06 05:14:46,458 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-kp used request id req-43959a60-f1fa-464c-b94d-6267a1c9c232 2018-10-06 05:14:46,459 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd.pub] 2018-10-06 05:14:46,459 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd] 2018-10-06 05:14:46,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a113a444306bdcfad99dabdc9fdc1c333a3a9655" 2018-10-06 05:14:46,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 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-7d63de05-fd0a-4a2f-a7ee-4d865025255b x-compute-request-id: req-7d63de05-fd0a-4a2f-a7ee-4d865025255b Content-Length: 0 Content-Type: application/json 2018-10-06 05:14:46,511 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e03081d3-d97b-42df-bd50-83a30f51bf3a used request id req-7d63de05-fd0a-4a2f-a7ee-4d865025255b 2018-10-06 05:14:46,511 - neutron_utils - INFO - Deleting security group rule with ID - 127c2207-1595-4ac7-a954-5f43faa7a432 2018-10-06 05:14:46,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/127c2207-1595-4ac7-a954-5f43faa7a432 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:46,630 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1a78105-9903-42a2-b50b-2eb4dfe4066d Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:46,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/127c2207-1595-4ac7-a954-5f43faa7a432 used request id req-c1a78105-9903-42a2-b50b-2eb4dfe4066d 2018-10-06 05:14:46,630 - neutron_utils - INFO - Deleting security group rule with ID - b259f12d-6f0f-4f64-86b9-91708d9f037b 2018-10-06 05:14:46,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/b259f12d-6f0f-4f64-86b9-91708d9f037b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:46,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d4abb37-2c72-4b42-8a0f-2a964d376878 Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:46,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/b259f12d-6f0f-4f64-86b9-91708d9f037b used request id req-6d4abb37-2c72-4b42-8a0f-2a964d376878 2018-10-06 05:14:46,739 - neutron_utils - INFO - Deleting security group rule with ID - 85438658-cfec-4149-8115-241d318b9c51 2018-10-06 05:14:46,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/85438658-cfec-4149-8115-241d318b9c51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:46,942 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90151829-cc9a-4d98-bbae-6a7d83215837 Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:46,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/85438658-cfec-4149-8115-241d318b9c51 used request id req-90151829-cc9a-4d98-bbae-6a7d83215837 2018-10-06 05:14:46,942 - neutron_utils - INFO - Deleting security group rule with ID - f546925f-8859-4c01-a65a-e1cd25a69ba5 2018-10-06 05:14:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f546925f-8859-4c01-a65a-e1cd25a69ba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:47,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed303fbd-cf4e-4771-be73-a6f56d3a4627 Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:47,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f546925f-8859-4c01-a65a-e1cd25a69ba5 used request id req-ed303fbd-cf4e-4771-be73-a6f56d3a4627 2018-10-06 05:14:47,199 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-sec-grp 2018-10-06 05:14:47,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/e1e220f2-0f8e-47a9-baa1-246eb54cdadc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9ea995bf86f87f6d44a295a761988dc77a5102" 2018-10-06 05:14:47,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62fa3b48-0198-43f1-b2d6-8726745dc0cc Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:47,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/e1e220f2-0f8e-47a9-baa1-246eb54cdadc used request id req-62fa3b48-0198-43f1-b2d6-8726745dc0cc 2018-10-06 05:14:47,474 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router and subnet CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet 2018-10-06 05:14:47,474 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:14:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" -d '{"subnet_id": "a30450f2-58df-4972-9b79-d2f73bbaa835"}' 2018-10-06 05:14:48,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-166bc48d-ce5e-4371-93a3-ba748c84dcfc Date: Sat, 06 Oct 2018 05:14:48 GMT RESP BODY: {"network_id": "40b602e8-82f4-4927-b15b-7cb4cd6ee75d", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "subnet_id": "a30450f2-58df-4972-9b79-d2f73bbaa835", "subnet_ids": ["a30450f2-58df-4972-9b79-d2f73bbaa835"], "port_id": "3664f0fd-66c5-4ff0-98a6-111d2d5ebc89", "id": "87e1d2f2-499c-489c-a55a-465b3a79bc66"} 2018-10-06 05:14:48,806 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66/remove_router_interface used request id req-166bc48d-ce5e-4371-93a3-ba748c84dcfc 2018-10-06 05:14:48,806 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:14:48,806 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-router 2018-10-06 05:14:48,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac172c1d6882fdd25abe0534e14bbc9b7fe64be3" 2018-10-06 05:14:52,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-606cfc1f-86ad-46b5-8e00-d6a396be6d66 Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:52,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/87e1d2f2-499c-489c-a55a-465b3a79bc66 used request id req-606cfc1f-86ad-46b5-8e00-d6a396be6d66 2018-10-06 05:14:52,447 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet 2018-10-06 05:14:52,447 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-subnet 2018-10-06 05:14:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:14:54,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ba284eb-e39f-4f42-9527-7d99c205e2d5 Date: Sat, 06 Oct 2018 05:14:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:54,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/a30450f2-58df-4972-9b79-d2f73bbaa835 used request id req-3ba284eb-e39f-4f42-9527-7d99c205e2d5 2018-10-06 05:14:54,834 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-pub-net 2018-10-06 05:14:54,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/40b602e8-82f4-4927-b15b-7cb4cd6ee75d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21ad0695cc6d78a5cd0896be83b8b59d31e80988" 2018-10-06 05:14:56,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4844fccd-bfb9-41cd-b176-c86b90bc50e5 Date: Sat, 06 Oct 2018 05:14:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:56,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/40b602e8-82f4-4927-b15b-7cb4cd6ee75d used request id req-4844fccd-bfb9-41cd-b176-c86b90bc50e5 2018-10-06 05:14:56,046 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-219a90d9-c820-4a53-bb13-85e6d110e6bd-image 2018-10-06 05:14:56,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce594bf5deff237c9205def676b30c349925f173" 2018-10-06 05:14:57,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1264a392-a642-4ab8-9889-8c0764be6031 Date: Sat, 06 Oct 2018 05:14:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:14:57,711 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e6b4754f-b6bd-46ba-99c9-2d3e9116c1b1 used request id req-1264a392-a642-4ab8-9889-8c0764be6031 2018-10-06 05:14:57,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:57,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1e43a385-6135-4843-9a32-b9e645f7975a Date: Sat, 06 Oct 2018 05:14:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:48Z", "updated_at": "2018-10-06T05:13:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "revision_number": 0, "id": "0884a672-dab8-4219-84d4-1eb60f327d65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "revision_number": 0, "id": "72f2768f-e9ec-4423-97f2-c4950bb7d7e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "revision_number": 0, "id": "e873dfc1-27cb-494f-ab61-f40d510d237c", "remote_group_id": "491dc013-013c-48a6-976a-6053c819271b", "remote_ip_prefix": null, "created_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "56c4082a84604855952c94066ef9c4d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "revision_number": 0, "id": "f2e3164c-8e1e-4f8b-b716-a8fa685ec810", "remote_group_id": "491dc013-013c-48a6-976a-6053c819271b", "remote_ip_prefix": null, "created_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "tenant_id": "56c4082a84604855952c94066ef9c4d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "56c4082a84604855952c94066ef9c4d7"}], "revision_number": 4, "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "491dc013-013c-48a6-976a-6053c819271b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:14:57,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-1e43a385-6135-4843-9a32-b9e645f7975a 2018-10-06 05:14:57,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:58,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b55299-f4d4-47fd-bc72-5b7a721d61df Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:14:58,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-90b55299-f4d4-47fd-bc72-5b7a721d61df 2018-10-06 05:14:58,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:58,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5536782-8022-45fb-9467-18ed9956e5c9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7"}, "enabled": true, "id": "56c4082a84604855952c94066ef9c4d7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj"}} 2018-10-06 05:14:58,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-d5536782-8022-45fb-9467-18ed9956e5c9 2018-10-06 05:14:58,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 491dc013-013c-48a6-976a-6053c819271b 2018-10-06 05:14:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=491dc013-013c-48a6-976a-6053c819271b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:58,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6cd49f53-0793-4957-b729-ec56121c01b7 Date: Sat, 06 Oct 2018 05:14:58 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-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:48Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "0884a672-dab8-4219-84d4-1eb60f327d65"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:48Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "72f2768f-e9ec-4423-97f2-c4950bb7d7e8"}, {"remote_group_id": "491dc013-013c-48a6-976a-6053c819271b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:48Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "e873dfc1-27cb-494f-ab61-f40d510d237c"}, {"remote_group_id": "491dc013-013c-48a6-976a-6053c819271b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:13:48Z", "security_group_id": "491dc013-013c-48a6-976a-6053c819271b", "port_range_min": null, "revision_number": 0, "tenant_id": "56c4082a84604855952c94066ef9c4d7", "created_at": "2018-10-06T05:13:48Z", "project_id": "56c4082a84604855952c94066ef9c4d7", "id": "f2e3164c-8e1e-4f8b-b716-a8fa685ec810"}]} 2018-10-06 05:14:58,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=491dc013-013c-48a6-976a-6053c819271b used request id req-6cd49f53-0793-4957-b729-ec56121c01b7 2018-10-06 05:14:58,299 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:14:58,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/491dc013-013c-48a6-976a-6053c819271b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:58,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ac3e269-0b63-4f9a-9fea-08976f43792b Content-Length: 0 Date: Sat, 06 Oct 2018 05:14:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:14:58,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/491dc013-013c-48a6-976a-6053c819271b used request id req-1ac3e269-0b63-4f9a-9fea-08976f43792b 2018-10-06 05:14:58,997 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj 2018-10-06 05:14:59,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:59,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:14:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beebdcbf-defe-456d-a5ad-8e7a6490067a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:14:59,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/56c4082a84604855952c94066ef9c4d7 used request id req-beebdcbf-defe-456d-a5ad-8e7a6490067a 2018-10-06 05:14:59,222 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-proj-role 2018-10-06 05:14:59,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:59,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:14:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2bb5901-0dcb-49a6-af78-65514a800d8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:14:59,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/eaadfdcbc2244444b1d437266de70ddf used request id req-e2bb5901-0dcb-49a6-af78-65514a800d8b 2018-10-06 05:14:59,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d76b59690a3caa981f18c76a3b6f2ff102b244" 2018-10-06 05:14:59,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94c8f3c-6129-46f0-82a5-175178854be5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:14:59,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e94c8f3c-6129-46f0-82a5-175178854be5 2018-10-06 05:14:59,416 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-dff22ebe-2c77-4ac-user 2018-10-06 05:14:59,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/1b2d1980be7b4724b9ca261c74ec68e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf5fe02ccb584ad4887d1603b012b39b70b595c0" 2018-10-06 05:14:59,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:14:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-803260e2-3a72-450c-8618-42fe140b2c8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:14:59,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1b2d1980be7b4724b9ca261c74ec68e4 used request id req-803260e2-3a72-450c-8618-42fe140b2c8c 2018-10-06 05:14:59,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:14:59,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:14:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ajZr6Zt9RVWKERklxcoWcA"], "issued_at": "2018-10-06T05:14:59.000000Z"}} 2018-10-06 05:14:59,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1e4757bcb3fd401c9c86a05f68dcdcfe24365ab" 2018-10-06 05:15:00,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:14:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d616b8e-06fe-4551-abb3-39e7acae2dbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:00,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d616b8e-06fe-4551-abb3-39e7acae2dbe 2018-10-06 05:15:00,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:00,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:00,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:15:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["G97OD8qdQESerCieKKHBkQ"], "issued_at": "2018-10-06T05:15:00.000000Z"}} 2018-10-06 05:15:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:00,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6eec1b6-f1f4-4e4f-8cab-ecb143ac8349 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:00,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e6eec1b6-f1f4-4e4f-8cab-ecb143ac8349 2018-10-06 05:15:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:00,542 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:00,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:00,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22e06b8-347c-4aea-a21d-3e42dbc3f5e7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:15:00,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj used request id req-f22e06b8-347c-4aea-a21d-3e42dbc3f5e7 2018-10-06 05:15:00,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:00,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d662dc-4ea9-45c4-a4e4-c9d29e402fc6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:15:00,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b6d662dc-4ea9-45c4-a4e4-c9d29e402fc6 2018-10-06 05:15:00,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}}' 2018-10-06 05:15:00,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:15:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-682a8c72-1fdc-478e-aed9-9bb2370f6d7a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:00,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-682a8c72-1fdc-478e-aed9-9bb2370f6d7a 2018-10-06 05:15:00,835 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj 2018-10-06 05:15:00,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:00,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:01,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:15:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["A-PImSDmQdyV1kcCeZ1gFg"], "issued_at": "2018-10-06T05:15:01.000000Z"}} 2018-10-06 05:15:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e30585376268884a96219594c7454d9537cc23" 2018-10-06 05:15:01,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecfaf79d-da20-41fb-8116-06fd101ec9d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:01,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ecfaf79d-da20-41fb-8116-06fd101ec9d5 2018-10-06 05:15:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:01,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:01,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e30585376268884a96219594c7454d9537cc23" 2018-10-06 05:15:01,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb2df630-b35b-4de5-a3b2-561232664a60 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:15:01,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-cb2df630-b35b-4de5-a3b2-561232664a60 2018-10-06 05:15:01,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e30585376268884a96219594c7454d9537cc23" 2018-10-06 05:15:01,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fc1d44-bc5f-4893-8a73-bd0a946f4a65 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}]} 2018-10-06 05:15:01,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj used request id req-54fc1d44-bc5f-4893-8a73-bd0a946f4a65 2018-10-06 05:15:01,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e30585376268884a96219594c7454d9537cc23" 2018-10-06 05:15:01,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab825d2-31db-4550-a011-0c889faccdd9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:15:01,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-eab825d2-31db-4550-a011-0c889faccdd9 2018-10-06 05:15:01,901 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user 2018-10-06 05:15:01,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:01,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:01,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f02f637-c604-436f-baff-17774d48c582 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:15:01,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6f02f637-c604-436f-baff-17774d48c582 2018-10-06 05:15:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}}' 2018-10-06 05:15:02,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac853a7b-9c0e-40d0-b145-5d70a2602043 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36184ae6f4814be28ed9bab8e8fe25c3", "links": {"self": "http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3"}, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}} 2018-10-06 05:15:02,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ac853a7b-9c0e-40d0-b145-5d70a2602043 2018-10-06 05:15:02,099 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role 2018-10-06 05:15:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:02,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4794d539-7e96-40cc-a1d8-6cb7a66c1fcc Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role", "id": "36184ae6f4814be28ed9bab8e8fe25c3"}} 2018-10-06 05:15:02,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3 used request id req-4794d539-7e96-40cc-a1d8-6cb7a66c1fcc 2018-10-06 05:15:02,120 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role to project CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj 2018-10-06 05:15:02,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a/users/14f5aeffbe0247d086ddb07ba9f8836c/roles/36184ae6f4814be28ed9bab8e8fe25c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:15:02,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:15:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d2ad33-8bbb-45fd-9e2c-ea0255cb0d79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:15:02,238 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a/users/14f5aeffbe0247d086ddb07ba9f8836c/roles/36184ae6f4814be28ed9bab8e8fe25c3 used request id req-d5d2ad33-8bbb-45fd-9e2c-ea0255cb0d79 2018-10-06 05:15:02,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:02,240 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:15:02,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:02,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:02,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["o8ef-4VeQYi6pFKrxV0jUQ"], "issued_at": "2018-10-06T05:15:02.000000Z"}} 2018-10-06 05:15:02,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:02,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-179be7ef-8e07-41e9-9233-da6b73ce69bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:02,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-179be7ef-8e07-41e9-9233-da6b73ce69bf 2018-10-06 05:15:02,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:02,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-71472165-9876-4a7e-9aef-34033bf5a44f Date: Sat, 06 Oct 2018 05:15:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image"} 2018-10-06 05:15:02,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image used request id req-71472165-9876-4a7e-9aef-34033bf5a44f 2018-10-06 05:15:02,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:03,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86ab0617-4c7a-4cbb-b642-f0adb90ea1e9 Date: Sat, 06 Oct 2018 05:15: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", "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-10-06 05:15:03,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-86ab0617-4c7a-4cbb-b642-f0adb90ea1e9 2018-10-06 05:15:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image"}' 2018-10-06 05:15:03,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d X-Openstack-Request-Id: req-4b53d710-f03b-452e-be24-aaa875eb4cb4 Date: Sat, 06 Oct 2018 05:15:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:15:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:15:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "min_disk": 0, "protected": false, "id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "file": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file", "checksum": null, "owner": "fc6213b50c6b49b59032205d35a1221a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:15:03,263 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-4b53d710-f03b-452e-be24-aaa875eb4cb4 2018-10-06 05:15:03,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" -d '' 2018-10-06 05:15:05,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-789021be-d0a6-4c8e-980f-49630502b90f Date: Sat, 06 Oct 2018 05:15:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:15:05,146 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file used request id req-789021be-d0a6-4c8e-980f-49630502b90f 2018-10-06 05:15:05,147 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:15:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:05,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-6beaa652-f20f-49b9-9f7c-e7497f75cd67 Date: Sat, 06 Oct 2018 05:15:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:15:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:15:05Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "metadata": {}}], "self": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "min_disk": 0, "protected": false, "id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "file": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc6213b50c6b49b59032205d35a1221a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:15:05,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d used request id req-6beaa652-f20f-49b9-9f7c-e7497f75cd67 2018-10-06 05:15:05,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:05,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1546dbe7-6c4f-49d1-888c-8a081d2d734d Date: Sat, 06 Oct 2018 05:15: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", "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-10-06 05:15:05,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-1546dbe7-6c4f-49d1-888c-8a081d2d734d 2018-10-06 05:15:05,487 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image 2018-10-06 05:15:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:15:05,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7ef840ff-27de-4b71-9763-d88d28e8f721 Date: Sat, 06 Oct 2018 05:15:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:15:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:15:05Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "metadata": {}}], "self": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "min_disk": 0, "protected": false, "id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "file": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc6213b50c6b49b59032205d35a1221a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:15:05,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d used request id req-7ef840ff-27de-4b71-9763-d88d28e8f721 2018-10-06 05:15:05,644 - create_image - DEBUG - Instance status is - active 2018-10-06 05:15:05,644 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image 2018-10-06 05:15:05,644 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image 2018-10-06 05:15:05,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:05,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:06,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["huvxbmfzTE-HOs7weect9Q"], "issued_at": "2018-10-06T05:15:06.000000Z"}} 2018-10-06 05:15:06,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:06,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bdfcb1a-79e1-453e-a5f8-8c93ff94c847 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:06,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8bdfcb1a-79e1-453e-a5f8-8c93ff94c847 2018-10-06 05:15:06,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:06,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3c1b1634-d420-443c-874d-a6de33c7756b Date: Sat, 06 Oct 2018 05:15:06 GMT RESP BODY: {"networks":[]} 2018-10-06 05:15:06,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-3c1b1634-d420-443c-874d-a6de33c7756b 2018-10-06 05:15:06,273 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net 2018-10-06 05:15:06,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net", "admin_state_up": true}}' 2018-10-06 05:15:06,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-43a0527a-60b6-4ede-aaf6-1f8b3fd8c43e Date: Sat, 06 Oct 2018 05:15:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:15:06Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","mtu":1450}} 2018-10-06 05:15:06,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-43a0527a-60b6-4ede-aaf6-1f8b3fd8c43e 2018-10-06 05:15:06,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:07,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-60050b4a-53ae-4b10-a193-79c3d6ca2496 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:06Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:07,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-60050b4a-53ae-4b10-a193-79c3d6ca2496 2018-10-06 05:15:07,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:07,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02900459-f895-49e9-a8b0-4d9da353b8cb Date: Sat, 06 Oct 2018 05:15:07 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:15:07,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-02900459-f895-49e9-a8b0-4d9da353b8cb 2018-10-06 05:15:07,598 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet 2018-10-06 05:15:07,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" -d '{"subnets": [{"ip_version": 4, "network_id": "18b1bc7d-cafc-4aed-9f14-e9da0892783b", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]}' 2018-10-06 05:15:08,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ccae0099-478f-4513-8ffe-0eec9ce3d8be Date: Sat, 06 Oct 2018 05:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:08,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-ccae0099-478f-4513-8ffe-0eec9ce3d8be 2018-10-06 05:15:08,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:08,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a8b29fb5-75f6-4546-b021-2650e460ff2a Date: Sat, 06 Oct 2018 05: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:08,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-a8b29fb5-75f6-4546-b021-2650e460ff2a 2018-10-06 05:15:08,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:15:09,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7d125c8c-73d5-4522-8141-6aef0f2d4689 Date: Sat, 06 Oct 2018 05:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:09,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-7d125c8c-73d5-4522-8141-6aef0f2d4689 2018-10-06 05:15:09,299 - OpenStackNetwork - DEBUG - Network [18b1bc7d-cafc-4aed-9f14-e9da0892783b] created successfully 2018-10-06 05:15:09,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:09,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:09,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["ZqDGb4YUSzK4FtaG5YCyKw"], "issued_at": "2018-10-06T05:15:09.000000Z"}} 2018-10-06 05:15:09,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:09,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4e1301-0cca-4da0-b221-c355f7d08207 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:09,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aa4e1301-0cca-4da0-b221-c355f7d08207 2018-10-06 05:15:09,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:10,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-eb307f95-ae56-489d-b8bf-eec865c550f7 Date: Sat, 06 Oct 2018 05:15:10 GMT RESP BODY: {"routers": []} 2018-10-06 05:15:10,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router&admin_state_up=True used request id req-eb307f95-ae56-489d-b8bf-eec865c550f7 2018-10-06 05:15:10,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:10,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:10,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["LUnwd_l6TCa_fNwasUX2cw"], "issued_at": "2018-10-06T05:15:10.000000Z"}} 2018-10-06 05:15:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54c5e273e8faa731a5af8737b4b1e751942acbd" 2018-10-06 05:15:10,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3730974f-de94-4ab1-9e6c-35cbd9fab74c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:10,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3730974f-de94-4ab1-9e6c-35cbd9fab74c 2018-10-06 05:15:10,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:11,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1f83a7b3-4415-41da-9bbf-4ba4e3b3e5cc Date: Sat, 06 Oct 2018 05:15:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:15:11,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-1f83a7b3-4415-41da-9bbf-4ba4e3b3e5cc 2018-10-06 05:15:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:11,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-33c55e0d-1c8e-4f24-ad09-1ecb0c980c2c Date: Sat, 06 Oct 2018 05:15:11 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:15:11,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-33c55e0d-1c8e-4f24-ad09-1ecb0c980c2c 2018-10-06 05:15:11,840 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:15:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router", "admin_state_up": true}}' 2018-10-06 05:15:17,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-52506b08-fee0-429b-a49f-50f438e5bed2 Date: Sat, 06 Oct 2018 05:15:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:12Z", "admin_state_up": true, "updated_at": "2018-10-06T05:15:13Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router"}} 2018-10-06 05:15:17,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-52506b08-fee0-429b-a49f-50f438e5bed2 2018-10-06 05:15:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:17,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e98f1a64-9daf-4d9c-9743-c4e8097ec50d Date: Sat, 06 Oct 2018 05:15:17 GMT RESP BODY: {"ports":[]} 2018-10-06 05:15:17,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c used request id req-e98f1a64-9daf-4d9c-9743-c4e8097ec50d 2018-10-06 05:15:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:17,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-daec90df-e976-4388-95da-635cd30058fa Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:17,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-daec90df-e976-4388-95da-635cd30058fa 2018-10-06 05:15:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:17,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:17,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:17,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2bdc1c-e177-4d32-ae1b-f0262801e36f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:17,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-7f2bdc1c-e177-4d32-ae1b-f0262801e36f 2018-10-06 05:15:17,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:17,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e694b285-cb3c-4323-b642-c070c2942620 Date: Sat, 06 Oct 2018 05:15:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:17,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-e694b285-cb3c-4323-b642-c070c2942620 2018-10-06 05:15:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:18,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-85080159-dae5-484d-b319-6c63af71487b Date: Sat, 06 Oct 2018 05:15:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:18,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet used request id req-85080159-dae5-484d-b319-6c63af71487b 2018-10-06 05:15:18,488 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:15:18,489 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:15:18,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" -d '{"subnet_id": "3aa75ed1-dac1-4217-afa8-98ce5717c2ef"}' 2018-10-06 05:15:20,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-781a6046-91b2-4498-be4c-a5bec8c43fb6 Date: Sat, 06 Oct 2018 05:15:20 GMT RESP BODY: {"network_id": "18b1bc7d-cafc-4aed-9f14-e9da0892783b", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "subnet_id": "3aa75ed1-dac1-4217-afa8-98ce5717c2ef", "subnet_ids": ["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"], "port_id": "798b7f02-be0a-4f32-ae37-1955395e4ee3", "id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c"} 2018-10-06 05:15:20,640 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c/add_router_interface used request id req-781a6046-91b2-4498-be4c-a5bec8c43fb6 2018-10-06 05:15:20,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:21,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4c6c40b7-c852-4070-97ba-6203e584c2ac Date: Sat, 06 Oct 2018 05:15:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:12Z", "admin_state_up": true, "updated_at": "2018-10-06T05:15:19Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router"}} 2018-10-06 05:15:21,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c used request id req-4c6c40b7-c852-4070-97ba-6203e584c2ac 2018-10-06 05:15:21,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:21,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-fa8fc2dd-680e-44fe-a155-abe9570bddff Date: Sat, 06 Oct 2018 05:15:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"}]} 2018-10-06 05:15:21,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c used request id req-fa8fc2dd-680e-44fe-a155-abe9570bddff 2018-10-06 05:15:21,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:15:22,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8e796362-15ca-4d99-9e32-e4dab0ceba89 Date: Sat, 06 Oct 2018 05:15:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}} 2018-10-06 05:15:22,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef used request id req-8e796362-15ca-4d99-9e32-e4dab0ceba89 2018-10-06 05:15:22,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:22,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:22,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:15:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["C14fNDW6SzWRXSnu4r5w2Q"], "issued_at": "2018-10-06T05:15:22.000000Z"}} 2018-10-06 05:15:22,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea97caebcfa47e8e468f9921d3f0802c0d1837b" 2018-10-06 05:15:22,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c4e562-a86c-4f2d-b5ec-c6db6bad6b92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:22,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d7c4e562-a86c-4f2d-b5ec-c6db6bad6b92 2018-10-06 05:15:22,478 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:22,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea97caebcfa47e8e468f9921d3f0802c0d1837b" 2018-10-06 05:15:22,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-dd411e4e-1f40-4a3b-859a-ff519db4e443 x-compute-request-id: req-dd411e4e-1f40-4a3b-859a-ff519db4e443 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:15:22,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dd411e4e-1f40-4a3b-859a-ff519db4e443 2018-10-06 05:15:22,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea97caebcfa47e8e468f9921d3f0802c0d1837b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-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-10-06 05:15:22,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-c5630ba9-59a1-41f5-ae42-be0fdce02104 x-compute-request-id: req-c5630ba9-59a1-41f5-ae42-be0fdce02104 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:15:22,726 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c5630ba9-59a1-41f5-ae42-be0fdce02104 2018-10-06 05:15:22,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:22,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:23,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["FuCONvxhRsWQXYreKTyGow"], "issued_at": "2018-10-06T05:15:23.000000Z"}} 2018-10-06 05:15:23,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28fb61f18b3b5767d8095bf7fca3e81170b04e37" 2018-10-06 05:15:23,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe9aa77-b7fa-428d-9b3a-bb4eca373d23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:23,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-afe9aa77-b7fa-428d-9b3a-bb4eca373d23 2018-10-06 05:15:23,184 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:23,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28fb61f18b3b5767d8095bf7fca3e81170b04e37" 2018-10-06 05:15:23,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-2bf851cd-802c-4479-86a8-e2ac0ddce359 x-compute-request-id: req-2bf851cd-802c-4479-86a8-e2ac0ddce359 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:15:23,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-2bf851cd-802c-4479-86a8-e2ac0ddce359 2018-10-06 05:15:23,356 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp... 2018-10-06 05:15:23,357 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:15:23,458 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp 2018-10-06 05:15:23,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28fb61f18b3b5767d8095bf7fca3e81170b04e37" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDibXuwV3BoKbrX4qIfIg/XF97um1MnFtnqT5Vcn96VtLwb4yDbLxAnJ98+mUMecDF6R3mUPIVWojBEqcBsm656E/QQUOMOIGYrSp3LdQG3DRFdeEf/zi02EXV8iq7TI4vXnr63+c6X3xxmMwNiIYbrquovoUtVupjJBF7FLFUgBQ==", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp"}}' 2018-10-06 05:15:23,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-7227cb42-f8e4-4d9e-a3e9-79113e8031ae x-compute-request-id: req-7227cb42-f8e4-4d9e-a3e9-79113e8031ae Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDibXuwV3BoKbrX4qIfIg/XF97um1MnFtnqT5Vcn96VtLwb4yDbLxAnJ98+mUMecDF6R3mUPIVWojBEqcBsm656E/QQUOMOIGYrSp3LdQG3DRFdeEf/zi02EXV8iq7TI4vXnr63+c6X3xxmMwNiIYbrquovoUtVupjJBF7FLFUgBQ==", "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "fingerprint": "3a:fb:bb:bd:bb:2f:a1:5f:58:e1:a2:98:f3:28:c5:fc"}} 2018-10-06 05:15:23,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-7227cb42-f8e4-4d9e-a3e9-79113e8031ae 2018-10-06 05:15:23,520 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01.pub 2018-10-06 05:15:23,521 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01 2018-10-06 05:15:23,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:23,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:23,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["DoCIxm5VQ66Tw6cUit_omA"], "issued_at": "2018-10-06T05:15:23.000000Z"}} 2018-10-06 05:15:23,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:23,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba79bf77-c6bc-4559-a6d7-6f15fb9120b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:23,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ba79bf77-c6bc-4559-a6d7-6f15fb9120b4 2018-10-06 05:15:23,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:24,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-764b6f26-473b-4c20-94f3-82a1a049d81e Date: Sat, 06 Oct 2018 05:15:24 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:15:24,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp used request id req-764b6f26-473b-4c20-94f3-82a1a049d81e 2018-10-06 05:15:24,154 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp... 2018-10-06 05:15:24,154 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp 2018-10-06 05:15:24,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}}' 2018-10-06 05:15:24,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-121471a4-52c4-4310-acee-8926b858525f Date: Sat, 06 Oct 2018 05:15:24 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 2, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}} 2018-10-06 05:15:24,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-121471a4-52c4-4310-acee-8926b858525f 2018-10-06 05:15:24,633 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:24,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8578259b-f046-455d-a641-247e667af0e4 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}]} 2018-10-06 05:15:24,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-8578259b-f046-455d-a641-247e667af0e4 2018-10-06 05:15:24,812 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:24,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:25,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1adaeecd-09ee-4d77-86a0-573f6e69be31 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}]} 2018-10-06 05:15:25,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-1adaeecd-09ee-4d77-86a0-573f6e69be31 2018-10-06 05:15:25,120 - neutron_utils - INFO - Retrieving security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:25,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:25,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1454bac9-0d7b-4439-9854-98b7fd34adec Date: Sat, 06 Oct 2018 05:15:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 2, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]} 2018-10-06 05:15:25,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 used request id req-1454bac9-0d7b-4439-9854-98b7fd34adec 2018-10-06 05:15:25,328 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:25,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cae64693-5ee2-44e0-a397-4a44b47fbc96 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}]} 2018-10-06 05:15:25,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-cae64693-5ee2-44e0-a397-4a44b47fbc96 2018-10-06 05:15:25,511 - neutron_utils - INFO - Retrieving security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:25,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:25,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8cc6e89d-bf1d-4d41-88bb-6611ddd97e8b Date: Sat, 06 Oct 2018 05:15:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 2, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]} 2018-10-06 05:15:25,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 used request id req-8cc6e89d-bf1d-4d41-88bb-6611ddd97e8b 2018-10-06 05:15:25,711 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:25,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:25,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9bc144c-d625-4110-b0aa-f7b9aef61e82 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}]} 2018-10-06 05:15:25,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-b9bc144c-d625-4110-b0aa-f7b9aef61e82 2018-10-06 05:15:25,892 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp 2018-10-06 05:15:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:26,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c955ee7a-2152-482d-a8c1-bb09c78b5947 Date: Sat, 06 Oct 2018 05:15:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 2, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]} 2018-10-06 05:15:26,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp used request id req-c955ee7a-2152-482d-a8c1-bb09c78b5947 2018-10-06 05:15:26,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:26,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:26,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f8dc80-e060-4fd8-949d-43bfda344185 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:26,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-b6f8dc80-e060-4fd8-949d-43bfda344185 2018-10-06 05:15:26,703 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:26,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0e64f8d-cadf-44c4-aca3-6d95846eca09 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}]} 2018-10-06 05:15:26,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-c0e64f8d-cadf-44c4-aca3-6d95846eca09 2018-10-06 05:15:26,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}31a280cc797a849222f8176f98a29f83b886d6c7" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "734d238d-7491-4763-95fb-de14a005b899"}}' 2018-10-06 05:15:27,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f3b875fc-8ed9-4edd-95a2-d2c24c770424 Date: Sat, 06 Oct 2018 05:15:27 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-10-06T05:15:26Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:26Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "f8072eea-1453-4ccd-87ac-3b394dbaaf79"}} 2018-10-06 05:15:27,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-f3b875fc-8ed9-4edd-95a2-d2c24c770424 2018-10-06 05:15:27,022 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp 2018-10-06 05:15:27,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:27,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-13b15c5c-868b-4411-9002-2c720938465b Date: Sat, 06 Oct 2018 05:15:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:26Z", "revision_number": 0, "id": "f8072eea-1453-4ccd-87ac-3b394dbaaf79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:26Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 3, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]} 2018-10-06 05:15:27,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp used request id req-13b15c5c-868b-4411-9002-2c720938465b 2018-10-06 05:15:27,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:27,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f1e021-81dc-4cc7-8334-018418917138 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:27,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-62f1e021-81dc-4cc7-8334-018418917138 2018-10-06 05:15:27,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:27,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-300e1e3d-d45e-49df-9ed9-566f2ed40e7e Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:26Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:26Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "f8072eea-1453-4ccd-87ac-3b394dbaaf79"}]} 2018-10-06 05:15:27,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-300e1e3d-d45e-49df-9ed9-566f2ed40e7e 2018-10-06 05:15:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}31a280cc797a849222f8176f98a29f83b886d6c7" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "734d238d-7491-4763-95fb-de14a005b899"}}' 2018-10-06 05:15:27,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-53ea5a0d-99fe-4a80-9452-8bbf9d4d87d9 Date: Sat, 06 Oct 2018 05:15:27 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-10-06T05:15:27Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": 22, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:27Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "e0e7fbb5-0f70-44e9-a52c-eb10830e7146"}} 2018-10-06 05:15:27,579 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-53ea5a0d-99fe-4a80-9452-8bbf9d4d87d9 2018-10-06 05:15:27,579 - neutron_utils - INFO - Retrieving security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:27,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:27,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-aa45aba8-91fb-41a7-a974-e7bdc5e74bbc Date: Sat, 06 Oct 2018 05:15:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "updated_at": "2018-10-06T05:15:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:15:27Z", "revision_number": 0, "id": "e0e7fbb5-0f70-44e9-a52c-eb10830e7146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:27Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "revision_number": 0, "id": "eebe4134-556f-40b9-98d2-160732b933cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:26Z", "revision_number": 0, "id": "f8072eea-1453-4ccd-87ac-3b394dbaaf79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:26Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 4, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "734d238d-7491-4763-95fb-de14a005b899", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]} 2018-10-06 05:15:27,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=734d238d-7491-4763-95fb-de14a005b899 used request id req-aa45aba8-91fb-41a7-a974-e7bdc5e74bbc 2018-10-06 05:15:27,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 734d238d-7491-4763-95fb-de14a005b899 2018-10-06 05:15:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:15:27,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6247fc56-eab1-40f6-81d6-08dbc93d8992 Date: Sat, 06 Oct 2018 05:15: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-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "35112d87-b2b7-41f4-b6d7-6291ea4bba1f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:15:27Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": 22, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:27Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "e0e7fbb5-0f70-44e9-a52c-eb10830e7146"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:24Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:24Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "eebe4134-556f-40b9-98d2-160732b933cb"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:26Z", "security_group_id": "734d238d-7491-4763-95fb-de14a005b899", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:26Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "f8072eea-1453-4ccd-87ac-3b394dbaaf79"}]} 2018-10-06 05:15:27,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=734d238d-7491-4763-95fb-de14a005b899 used request id req-6247fc56-eab1-40f6-81d6-08dbc93d8992 2018-10-06 05:15:27,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:27,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:28,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["jGBhQKG8RzKsGLbapOrlfA"], "issued_at": "2018-10-06T05:15:28.000000Z"}} 2018-10-06 05:15:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:28,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f93bead-e504-4b45-ac3b-ea3352afe0fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:28,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f93bead-e504-4b45-ac3b-ea3352afe0fd 2018-10-06 05:15:28,282 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:28,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:28,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5bb759-7c06-4258-a18b-cd5b59922bca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:28,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6d5bb759-7c06-4258-a18b-cd5b59922bca 2018-10-06 05:15:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:28,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-87b846c9-02d4-44d3-bf1e-da5dcb9ee120 Date: Sat, 06 Oct 2018 05: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:28,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-87b846c9-02d4-44d3-bf1e-da5dcb9ee120 2018-10-06 05:15:28,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:28,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:28,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:28,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e381f3c-89f4-455c-8d32-97cbab6111c1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:28,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-4e381f3c-89f4-455c-8d32-97cbab6111c1 2018-10-06 05:15:28,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:28,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b01498df-ace1-49d7-8b14-7afc4d607684 Date: Sat, 06 Oct 2018 05:15:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:28,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-b01498df-ace1-49d7-8b14-7afc4d607684 2018-10-06 05:15:28,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:29,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7d7a86d6-9e51-4f41-b8db-af60be07175c Date: Sat, 06 Oct 2018 05:15:29 GMT RESP BODY: {"ports":[]} 2018-10-06 05:15:29,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True used request id req-7d7a86d6-9e51-4f41-b8db-af60be07175c 2018-10-06 05:15:29,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:29,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-331ca3ff-50cf-4718-bcd2-1ba9d5ef9c9c x-compute-request-id: req-331ca3ff-50cf-4718-bcd2-1ba9d5ef9c9c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:15:29,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst used request id req-331ca3ff-50cf-4718-bcd2-1ba9d5ef9c9c 2018-10-06 05:15:29,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:29,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0f5c5577-2738-4460-be32-f092e82c9695 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:29,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-0f5c5577-2738-4460-be32-f092e82c9695 2018-10-06 05:15:29,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:30,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54f4b5f-6234-487d-8255-7f009046d85c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:30,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-a54f4b5f-6234-487d-8255-7f009046d85c 2018-10-06 05:15:30,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:30,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7edf47c0-a9fa-46f1-87f9-c3f91a9d7de5 Date: Sat, 06 Oct 2018 05:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:30,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-7edf47c0-a9fa-46f1-87f9-c3f91a9d7de5 2018-10-06 05:15:30,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:30,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17ea5bdb-d8e8-4895-aafb-35c1cba99ea4 Date: Sat, 06 Oct 2018 05:15:30 GMT RESP BODY: {"ports":[]} 2018-10-06 05:15:30,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True used request id req-17ea5bdb-d8e8-4895-aafb-35c1cba99ea4 2018-10-06 05:15:30,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:30,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:31,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["QHgrkG9RRWSZbmR2YBKvHw"], "issued_at": "2018-10-06T05:15:31.000000Z"}} 2018-10-06 05:15:31,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a534ff10cea689a2c150b41bc2e477d62a0d3c34" 2018-10-06 05:15:31,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d984e63-1bf5-4cb7-a40b-ff32520d6f3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:31,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0d984e63-1bf5-4cb7-a40b-ff32520d6f3b 2018-10-06 05:15:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:31,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f08ee061-9efc-4d8e-a771-671d41500b52 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:31,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-f08ee061-9efc-4d8e-a771-671d41500b52 2018-10-06 05:15:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:31,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dacccc23-95bd-478b-a0bc-07b4fcfe21a5 Date: Sat, 06 Oct 2018 05:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:31,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-dacccc23-95bd-478b-a0bc-07b4fcfe21a5 2018-10-06 05:15:31,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:31,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2f6fc4e2-53fc-4766-8251-03c21ee2afb4 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:31,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-2f6fc4e2-53fc-4766-8251-03c21ee2afb4 2018-10-06 05:15:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:31,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:31,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a534ff10cea689a2c150b41bc2e477d62a0d3c34" 2018-10-06 05:15:31,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f326d77-7246-4a00-b8bd-6e270ea2e063 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:31,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-1f326d77-7246-4a00-b8bd-6e270ea2e063 2018-10-06 05:15:31,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:32,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d76af75a-1ae2-416a-b7da-9ccdf13e0c7f Date: Sat, 06 Oct 2018 05:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:32,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-d76af75a-1ae2-416a-b7da-9ccdf13e0c7f 2018-10-06 05:15:32,538 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net 2018-10-06 05:15:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" -d '{"port": {"network_id": "18b1bc7d-cafc-4aed-9f14-e9da0892783b", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1", "admin_state_up": true}}' 2018-10-06 05:15:33,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-6203d9dc-77b2-46cb-a790-abb80e23d70b Date: Sat, 06 Oct 2018 05:15:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23"],"mac_address":"fa:16:3e:1b:23:af","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","project_id":"fc6213b50c6b49b59032205d35a1221a","qos_policy_id":null,"admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal"}} 2018-10-06 05:15:33,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-6203d9dc-77b2-46cb-a790-abb80e23d70b 2018-10-06 05:15:33,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:33,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f70bf3b-d268-426c-bbd8-e18b63ec036c Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:33,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-5f70bf3b-d268-426c-bbd8-e18b63ec036c 2018-10-06 05:15:33,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:33,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-575667be-476d-4520-aa8c-77b89674603a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:33,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-575667be-476d-4520-aa8c-77b89674603a 2018-10-06 05:15:33,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:33,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a783da81-ddd6-4020-a04b-fae479ec3ffe Date: Sat, 06 Oct 2018 05:15:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:33,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-a783da81-ddd6-4020-a04b-fae479ec3ffe 2018-10-06 05:15:33,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:33,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-03af6544-28d3-43e6-a9c6-12b20d8b23f9 Date: Sat, 06 Oct 2018 05:15:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:15:33,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True used request id req-03af6544-28d3-43e6-a9c6-12b20d8b23f9 2018-10-06 05:15:33,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:34,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84d2864-d8d9-430c-a33b-7eba6458e6ae Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:34,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-b84d2864-d8d9-430c-a33b-7eba6458e6ae 2018-10-06 05:15:34,037 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst 2018-10-06 05:15:34,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:34,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d197d55a-2cf2-43fa-b056-0e6da363958f x-compute-request-id: req-d197d55a-2cf2-43fa-b056-0e6da363958f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-flavor-name"}]} 2018-10-06 05:15:34,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d197d55a-2cf2-43fa-b056-0e6da363958f 2018-10-06 05:15:34,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:34,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59983b60-4ac8-477a-b083-cc69ac475986 x-compute-request-id: req-59983b60-4ac8-477a-b083-cc69ac475986 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:15:34,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e used request id req-59983b60-4ac8-477a-b083-cc69ac475986 2018-10-06 05:15:34,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:34,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-99cd7096-c480-4819-9cf7-374e5edb3d0e Date: Sat, 06 Oct 2018 05:15:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:15:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:15:05Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "metadata": {}}], "self": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "min_disk": 0, "protected": false, "id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "file": "/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc6213b50c6b49b59032205d35a1221a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image"} 2018-10-06 05:15:34,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image used request id req-99cd7096-c480-4819-9cf7-374e5edb3d0e 2018-10-06 05:15:34,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:34,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb51dc40-9822-4706-b904-b04e5654cf59 Date: Sat, 06 Oct 2018 05:15: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", "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-10-06 05:15:34,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-bb51dc40-9822-4706-b904-b04e5654cf59 2018-10-06 05:15:34,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "imageRef": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "flavorRef": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "max_count": 1, "min_count": 1, "networks": [{"port": "3924cb2c-bcd1-432d-acf3-9535163a1414"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}]}}' 2018-10-06 05:15:36,730 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c5b6ad7-5ab8-45af-8ecd-d2f05aaf19af x-compute-request-id: req-5c5b6ad7-5ab8-45af-8ecd-d2f05aaf19af Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "adminPass": "go2vpdM5aAbb"}} 2018-10-06 05:15:36,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-5c5b6ad7-5ab8-45af-8ecd-d2f05aaf19af 2018-10-06 05:15:36,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:36,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-ee53588e-f1c5-44b8-8492-979bce7fb5ab x-compute-request-id: req-ee53588e-f1c5-44b8-8492-979bce7fb5ab 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.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:15:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:36,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-ee53588e-f1c5-44b8-8492-979bce7fb5ab 2018-10-06 05:15:36,963 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst 2018-10-06 05:15:36,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:37,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-b1c9fe71-8ef6-4360-b81e-685a7e38b5b7 x-compute-request-id: req-b1c9fe71-8ef6-4360-b81e-685a7e38b5b7 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.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:15:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:37,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-b1c9fe71-8ef6-4360-b81e-685a7e38b5b7 2018-10-06 05:15:37,696 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - BUILD 2018-10-06 05:15:37,696 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:15:40,699 - create_instance - DEBUG - VM status query timeout in 896.263638973 2018-10-06 05:15:40,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:41,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2a80327-29cb-445c-b85a-091d66e3fae8 x-compute-request-id: req-c2a80327-29cb-445c-b85a-091d66e3fae8 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.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:15:38Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:41,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-c2a80327-29cb-445c-b85a-091d66e3fae8 2018-10-06 05:15:41,604 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - BUILD 2018-10-06 05:15:41,604 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:15:44,607 - create_instance - DEBUG - VM status query timeout in 892.355793953 2018-10-06 05:15:44,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:45,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce46e69f-26f8-4c2f-ad74-cfb18f488be7 x-compute-request-id: req-ce46e69f-26f8-4c2f-ad74-cfb18f488be7 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:45,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-ce46e69f-26f8-4c2f-ad74-cfb18f488be7 2018-10-06 05:15:45,119 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:15:45,120 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:15:45,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:45,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-35af8d2a-66e1-40aa-af9f-55b85a12e20e x-compute-request-id: req-35af8d2a-66e1-40aa-af9f-55b85a12e20e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:45,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-35af8d2a-66e1-40aa-af9f-55b85a12e20e 2018-10-06 05:15:45,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:46,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2efa8b95-8dfe-4d3e-90af-b6ad198b8272 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:46,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-2efa8b95-8dfe-4d3e-90af-b6ad198b8272 2018-10-06 05:15:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:46,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcaa082e-baa6-4e99-b1bd-51ba036a7496 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:46,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-bcaa082e-baa6-4e99-b1bd-51ba036a7496 2018-10-06 05:15:46,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:47,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-28378576-a4b2-4894-80d0-b11490bb49ab Date: Sat, 06 Oct 2018 05:15:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:47,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-28378576-a4b2-4894-80d0-b11490bb49ab 2018-10-06 05:15:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:47,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-12d9b109-bbc8-47fe-99db-cc03e2cbaea8 Date: Sat, 06 Oct 2018 05:15:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:15:47,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-12d9b109-bbc8-47fe-99db-cc03e2cbaea8 2018-10-06 05:15:47,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:47,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-9e80db7f-3022-4a86-850e-464f2cac24e1 x-compute-request-id: req-9e80db7f-3022-4a86-850e-464f2cac24e1 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:47,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-9e80db7f-3022-4a86-850e-464f2cac24e1 2018-10-06 05:15:47,994 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:15:47,995 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:15:47,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:48,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-17cf9320-236b-4075-a4b8-7dacf5cc05c7 x-compute-request-id: req-17cf9320-236b-4075-a4b8-7dacf5cc05c7 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:48,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-17cf9320-236b-4075-a4b8-7dacf5cc05c7 2018-10-06 05:15:48,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:49,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7a9365e9-5ab2-4f96-83b2-0aebc28dc858 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:49,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-7a9365e9-5ab2-4f96-83b2-0aebc28dc858 2018-10-06 05:15:49,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08f5c06-5bde-461a-9895-6f667b0ba582 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-c08f5c06-5bde-461a-9895-6f667b0ba582 2018-10-06 05:15:49,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:49,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cadd92b7-b9bb-479a-a8ca-3f1c12b8d61b Date: Sat, 06 Oct 2018 05:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:49,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-cadd92b7-b9bb-479a-a8ca-3f1c12b8d61b 2018-10-06 05:15:49,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:49,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-ac627a28-e9e5-4f66-9ac7-1aa23fdb2302 Date: Sat, 06 Oct 2018 05:15:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:15:49,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-ac627a28-e9e5-4f66-9ac7-1aa23fdb2302 2018-10-06 05:15:49,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}}' 2018-10-06 05:15:50,754 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:15: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-eb772417-653d-471e-84c9-47871de18794 x-compute-request-id: req-eb772417-653d-471e-84c9-47871de18794 Content-Length: 0 Content-Type: application/json 2018-10-06 05:15:50,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9/action used request id req-eb772417-653d-471e-84c9-47871de18794 2018-10-06 05:15:50,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:51,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-35e0487c-a059-4392-8c68-2327a5f57519 x-compute-request-id: req-35e0487c-a059-4392-8c68-2327a5f57519 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:51,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-35e0487c-a059-4392-8c68-2327a5f57519 2018-10-06 05:15:51,089 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:15:51,089 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:15:51,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:51,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca893e61-0f64-4234-800b-3587e9ea380c x-compute-request-id: req-ca893e61-0f64-4234-800b-3587e9ea380c Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:15:51,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-ca893e61-0f64-4234-800b-3587e9ea380c 2018-10-06 05:15:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:51,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a686d14c-70c6-42be-af28-6bb35a84028b Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:51,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-a686d14c-70c6-42be-af28-6bb35a84028b 2018-10-06 05:15:51,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:51,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646590ee-da94-48d6-82a9-e67ec45711e6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:51,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-646590ee-da94-48d6-82a9-e67ec45711e6 2018-10-06 05:15:51,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:52,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aa63cfee-ad7b-43ca-8a3f-53b8049a295a Date: Sat, 06 Oct 2018 05:15:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:52,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-aa63cfee-ad7b-43ca-8a3f-53b8049a295a 2018-10-06 05:15:52,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:15:52,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-653cf5c3-b2a1-4d65-a633-56abdeeb2126 Date: Sat, 06 Oct 2018 05:15:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:15:52,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-653cf5c3-b2a1-4d65-a633-56abdeeb2126 2018-10-06 05:15:52,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:52,295 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:52,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:52,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["F_snIWEHSWCSahXUZX0LUQ"], "issued_at": "2018-10-06T05:15:52.000000Z"}} 2018-10-06 05:15:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:52,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a8661c-334f-462c-9886-3f2b4904feaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:52,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-69a8661c-334f-462c-9886-3f2b4904feaa 2018-10-06 05:15:52,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:52,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15: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-b54f72cc-1916-4817-bc95-b9ea65ba6466 x-compute-request-id: req-b54f72cc-1916-4817-bc95-b9ea65ba6466 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:15:52,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e used request id req-b54f72cc-1916-4817-bc95-b9ea65ba6466 2018-10-06 05:15:52,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:53,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7bc5cb10-6cf7-45e1-a55d-d5776dbd0034 Date: Sat, 06 Oct 2018 05:15:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}} 2018-10-06 05:15:53,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef used request id req-7bc5cb10-6cf7-45e1-a55d-d5776dbd0034 2018-10-06 05:15:53,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:53,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-91ea97ce-3ba5-45c5-b462-944d42c1c8a9 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:53,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-91ea97ce-3ba5-45c5-b462-944d42c1c8a9 2018-10-06 05:15:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:53,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1402adf5-7e8c-4d5f-ad42-42db7b51fc21 Date: Sat, 06 Oct 2018 05:15:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:53,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-1402adf5-7e8c-4d5f-ad42-42db7b51fc21 2018-10-06 05:15:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:53,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d32ffa69-6e0b-4de0-adf8-2b3b91f50e06 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:53,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-d32ffa69-6e0b-4de0-adf8-2b3b91f50e06 2018-10-06 05:15:53,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:53,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:53,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:53,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8433d01-bca7-4698-bdd0-6cddd3dc0c5f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:53,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-a8433d01-bca7-4698-bdd0-6cddd3dc0c5f 2018-10-06 05:15:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:54,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d1364394-76ec-4cf3-83d2-77f69834b04a Date: Sat, 06 Oct 2018 05:15:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:54,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-d1364394-76ec-4cf3-83d2-77f69834b04a 2018-10-06 05:15:54,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&mac_address=fa%3A16%3A3e%3A1b%3A23%3Aaf&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:54,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-2282f4f3-3964-4ae1-8d07-f1b1630d30f1 Date: Sat, 06 Oct 2018 05:15:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"}]} 2018-10-06 05:15:54,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&mac_address=fa%3A16%3A3e%3A1b%3A23%3Aaf&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True used request id req-2282f4f3-3964-4ae1-8d07-f1b1630d30f1 2018-10-06 05:15:54,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:54,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d4881c-060d-487f-a5e3-27974104a5f5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:54,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-11d4881c-060d-487f-a5e3-27974104a5f5 2018-10-06 05:15:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:54,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8998925d-ea95-42ab-aaab-4251c8c3fab0 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:54,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-8998925d-ea95-42ab-aaab-4251c8c3fab0 2018-10-06 05:15:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:54,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-33ccfe06-78b7-4b2a-94de-699c18c979c1 Date: Sat, 06 Oct 2018 05:15:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:54,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-33ccfe06-78b7-4b2a-94de-699c18c979c1 2018-10-06 05:15:54,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:55,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-f7853aa1-68b7-4c86-86ab-ab05a4f936b2 Date: Sat, 06 Oct 2018 05:15:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:15:55,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-f7853aa1-68b7-4c86-86ab-ab05a4f936b2 2018-10-06 05:15:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3894606d5495c801c4517075a57056ce0f143ca2" 2018-10-06 05:15:55,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2cd3401a-ee07-49e9-9a92-6bf5947b3b52 Date: Sat, 06 Oct 2018 05:15:55 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:15:55,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-2cd3401a-ee07-49e9-9a92-6bf5947b3b52 2018-10-06 05:15:55,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:15:55,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:15:55,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "36184ae6f4814be28ed9bab8e8fe25c3", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role"}], "expires_at": "2018-10-06T06:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc6213b50c6b49b59032205d35a1221a", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/fc6213b50c6b49b59032205d35a1221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user", "id": "14f5aeffbe0247d086ddb07ba9f8836c"}, "audit_ids": ["YSk7PeACQQGSKa92pOTLBg"], "issued_at": "2018-10-06T05:15:55.000000Z"}} 2018-10-06 05:15:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:55,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884dca2b-62d4-456d-95b3-819452fbba7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:55,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-884dca2b-62d4-456d-95b3-819452fbba7b 2018-10-06 05:15:55,482 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:15:55,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:55,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffdff2c8-ac82-4dd5-ba5e-6a0aff7ff13b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:15:55,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ffdff2c8-ac82-4dd5-ba5e-6a0aff7ff13b 2018-10-06 05:15:55,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:55,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-81527fbc-a89f-45a7-95ac-595b013d197e Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:55,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-81527fbc-a89f-45a7-95ac-595b013d197e 2018-10-06 05:15:55,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:15:55,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:15:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:15:55,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:55,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44933740-bd0d-4872-833e-798cb6ceda04 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:55,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-44933740-bd0d-4872-833e-798cb6ceda04 2018-10-06 05:15:55,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:56,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-99c57bce-7e5f-4860-98bb-c4d7fe4f770f Date: Sat, 06 Oct 2018 05:15:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:56,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-99c57bce-7e5f-4860-98bb-c4d7fe4f770f 2018-10-06 05:15:56,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&mac_address=fa%3A16%3A3e%3A1b%3A23%3Aaf&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:56,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-dd04defb-6ef0-4ce7-9900-2083a5d5f7fa Date: Sat, 06 Oct 2018 05:15:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"}]} 2018-10-06 05:15:56,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b&mac_address=fa%3A16%3A3e%3A1b%3A23%3Aaf&name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1&admin_state_up=True used request id req-dd04defb-6ef0-4ce7-9900-2083a5d5f7fa 2018-10-06 05:15:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:56,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a4ad54-74a1-432a-8115-4277aebf8533 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:56,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-f1a4ad54-74a1-432a-8115-4277aebf8533 2018-10-06 05:15:56,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:57,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-334df759-1022-4c3f-a39e-82783164ea68 x-compute-request-id: req-334df759-1022-4c3f-a39e-82783164ea68 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:15:57,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst used request id req-334df759-1022-4c3f-a39e-82783164ea68 2018-10-06 05:15:57,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:57,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c5558f80-8271-4114-bc61-8d1f4b0105a8 Date: Sat, 06 Oct 2018 05:15: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:15:57,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-c5558f80-8271-4114-bc61-8d1f4b0105a8 2018-10-06 05:15:57,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:57,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-12484555-d2b8-4058-aa8b-2a2718c8e442 Date: Sat, 06 Oct 2018 05:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:15:57,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-12484555-d2b8-4058-aa8b-2a2718c8e442 2018-10-06 05:15:57,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-7caf4ee0-0e5c-4b58-bed9-d5c0fb1a0556 Date: Sat, 06 Oct 2018 05:15:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:15:58,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-7caf4ee0-0e5c-4b58-bed9-d5c0fb1a0556 2018-10-06 05:15:58,025 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst 2018-10-06 05:15:58,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0f084443-65d7-4737-84d8-8559e213d5bd Date: Sat, 06 Oct 2018 05:15:58 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:15:58,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-0f084443-65d7-4737-84d8-8559e213d5bd 2018-10-06 05:15:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1bf5df84-4363-47c7-b6d6-a834b3464ee9 Date: Sat, 06 Oct 2018 05:15:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:12Z", "admin_state_up": true, "updated_at": "2018-10-06T05:15:19Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router"}]} 2018-10-06 05:15:58,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router used request id req-1bf5df84-4363-47c7-b6d6-a834b3464ee9 2018-10-06 05:15:58,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f26f6b0-98a7-417f-bc3c-3bdc0b6959d6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:15:58,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-1f26f6b0-98a7-417f-bc3c-3bdc0b6959d6 2018-10-06 05:15:58,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-fe24a2e4-b9dc-4349-9daf-658c4f7bc707 Date: Sat, 06 Oct 2018 05:15:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"}]} 2018-10-06 05:15:58,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=d62dc88c-d0bc-464b-93e3-a21439e5e97c used request id req-fe24a2e4-b9dc-4349-9daf-658c4f7bc707 2018-10-06 05:15:58,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:58,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-601e62d8-65b2-4484-89d4-6ffad37354eb Date: Sat, 06 Oct 2018 05:15:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}} 2018-10-06 05:15:58,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef used request id req-601e62d8-65b2-4484-89d4-6ffad37354eb 2018-10-06 05:15:58,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:59,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-da42731f-2581-4596-b7eb-a05d65b50829 Date: Sat, 06 Oct 2018 05:15:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:15:59,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-da42731f-2581-4596-b7eb-a05d65b50829 2018-10-06 05:15:59,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:15:59,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-545bd9dd-5152-45bf-853c-415ef61e2e1f Date: Sat, 06 Oct 2018 05:15:59 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:15:59,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-545bd9dd-5152-45bf-853c-415ef61e2e1f 2018-10-06 05:15:59,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:00,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:15:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2ec7f45-f86c-448b-9628-32e870013abf x-compute-request-id: req-a2ec7f45-f86c-448b-9628-32e870013abf Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:00,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-a2ec7f45-f86c-448b-9628-32e870013abf 2018-10-06 05:16:00,472 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:16:00,472 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:16:00,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e00d278c-9ac3-4afe-af70-68a7e2b6b690 x-compute-request-id: req-e00d278c-9ac3-4afe-af70-68a7e2b6b690 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:01,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-e00d278c-9ac3-4afe-af70-68a7e2b6b690 2018-10-06 05:16:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cf1a143c-9633-452c-ad70-0925f234e50d Date: Sat, 06 Oct 2018 05:16: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:16:01,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-cf1a143c-9633-452c-ad70-0925f234e50d 2018-10-06 05:16:01,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad45ffe-3920-4318-a058-de4d42fb8c3f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:16:01,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-5ad45ffe-3920-4318-a058-de4d42fb8c3f 2018-10-06 05:16:01,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1756f701-267b-41db-9a25-6f42b6f5b103 Date: Sat, 06 Oct 2018 05:16:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:16:01,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-1756f701-267b-41db-9a25-6f42b6f5b103 2018-10-06 05:16:01,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-911f4f25-2f78-4d0a-b80d-74bd4628f907 Date: Sat, 06 Oct 2018 05:16:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:16:01,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-911f4f25-2f78-4d0a-b80d-74bd4628f907 2018-10-06 05:16:01,517 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:16:01,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e8ea3d1f-27b9-4967-a3cc-71a545a52df2 Date: Sat, 06 Oct 2018 05:16:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:16:01,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-e8ea3d1f-27b9-4967-a3cc-71a545a52df2 2018-10-06 05:16:01,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:01,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-89a86576-3f72-4fce-805c-ef35ea6518be Date: Sat, 06 Oct 2018 05:16:01 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:16:01,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-89a86576-3f72-4fce-805c-ef35ea6518be 2018-10-06 05:16:01,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "3924cb2c-bcd1-432d-acf3-9535163a1414"}}' 2018-10-06 05:16:03,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6a6fbbba-dabe-42c7-b9b3-a694d8b63f88 Date: Sat, 06 Oct 2018 05:16:03 GMT RESP BODY: {"floatingip": {"router_id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:16:02Z", "updated_at": "2018-10-06T05:16:02Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "fc6213b50c6b49b59032205d35a1221a", "port_id": "3924cb2c-bcd1-432d-acf3-9535163a1414", "id": "7def6b8c-aef4-44cc-ae86-85f1c51f5832"}} 2018-10-06 05:16:03,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-6a6fbbba-dabe-42c7-b9b3-a694d8b63f88 2018-10-06 05:16:03,582 - create_instance - INFO - Created floating IP 172.30.9.208 via router - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:16:03,582 - create_instance - INFO - Checking if VM is active 2018-10-06 05:16:03,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:04,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-fe5cf406-d688-48bc-ad85-505d1175cb38 x-compute-request-id: req-fe5cf406-d688-48bc-ad85-505d1175cb38 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:04,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-fe5cf406-d688-48bc-ad85-505d1175cb38 2018-10-06 05:16:04,079 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:16:04,080 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:16:04,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:05,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-14f66672-4ceb-43ae-b64c-186110d14667 x-compute-request-id: req-14f66672-4ceb-43ae-b64c-186110d14667 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:23:af", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp"}], "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:15:44Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:05,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-14f66672-4ceb-43ae-b64c-186110d14667 2018-10-06 05:16:05,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:05,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e7c7bced-ee83-4d45-ac5d-3d6585d26078 Date: Sat, 06 Oct 2018 05:16: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":["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"],"updated_at":"2018-10-06T05:15:08Z","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc6213b50c6b49b59032205d35a1221a","id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net"}]} 2018-10-06 05:16:05,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net used request id req-e7c7bced-ee83-4d45-ac5d-3d6585d26078 2018-10-06 05:16:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:05,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f7b197-7486-4bdc-a52e-79a83e8fb204 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:16:05,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-05f7b197-7486-4bdc-a52e-79a83e8fb204 2018-10-06 05:16:05,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:05,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ce0aa86d-b36f-4663-9472-1e0b31fff8a0 Date: Sat, 06 Oct 2018 05:16:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","dns_nameservers":[],"updated_at":"2018-10-06T05:15:08Z","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":"fc6213b50c6b49b59032205d35a1221a","id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet"}]} 2018-10-06 05:16:05,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-ce0aa86d-b36f-4663-9472-1e0b31fff8a0 2018-10-06 05:16:05,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:05,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-495fb169-20d6-4d70-b374-225f8298665f Date: Sat, 06 Oct 2018 05:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:50Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.6"}],"id":"3924cb2c-bcd1-432d-acf3-9535163a1414","security_groups":["2d94201b-1449-41d9-9836-695c593e4e23","734d238d-7491-4763-95fb-de14a005b899"],"mac_address":"fa:16:3e:1b:23:af","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:32Z","binding:vnic_type":"normal","device_id":"4c65edfa-75ef-488f-8c34-358b1eb5f6a9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.1"}],"id":"798b7f02-be0a-4f32-ae37-1955395e4ee3","security_groups":[],"mac_address":"fa:16:3e:10:b3:3d","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:19Z","binding:vnic_type":"normal","device_id":"d62dc88c-d0bc-464b-93e3-a21439e5e97c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.2"}],"id":"79cff455-9e1c-4833-97f4-cfe54d2a5dd7","security_groups":[],"mac_address":"fa:16:3e:3b:fd:8b","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.3"}],"id":"a13b0c89-02af-4049-96c3-27ba5bac238a","security_groups":[],"mac_address":"fa:16:3e:cb:63:95","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-18b1bc7d-cafc-4aed-9f14-e9da0892783b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:15:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3aa75ed1-dac1-4217-afa8-98ce5717c2ef","ip_address":"10.55.1.4"}],"id":"cdfc436a-d108-4197-9bf7-5515e8e0f78b","security_groups":[],"mac_address":"fa:16:3e:fd:86:f9","project_id":"fc6213b50c6b49b59032205d35a1221a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"18b1bc7d-cafc-4aed-9f14-e9da0892783b","tenant_id":"fc6213b50c6b49b59032205d35a1221a","created_at":"2018-10-06T05:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-18b1bc7d-cafc-4aed-9f14-e9da0892783b"}]} 2018-10-06 05:16:05,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-495fb169-20d6-4d70-b374-225f8298665f 2018-10-06 05:16:05,778 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:16:05,781 - paramiko.transport - DEBUG - starting thread (client mode): 0x7404d910L 2018-10-06 05:16:05,781 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:16:05,781 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:16:05,781 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:16:05,782 - 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-10-06 05:16:05,782 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:16:05,782 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:16:05,782 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:16:05,782 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:16:05,782 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:16:05,799 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:16:05,800 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:16:05,814 - paramiko.transport - DEBUG - Trying key 3afbbbbdbb2fa15f58e1a298f328c5fc from tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01 2018-10-06 05:16:05,840 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:16:05,843 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:16:05,944 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:16:05,960 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:16:05,960 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:16:05,962 - paramiko.transport - DEBUG - starting thread (client mode): 0x7404de50L 2018-10-06 05:16:05,962 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:16:05,962 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:16:05,963 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:16:05,963 - 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-10-06 05:16:05,964 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:16:05,964 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:16:05,964 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:16:05,964 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:16:05,964 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:16:05,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:16:05,981 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:16:05,994 - paramiko.transport - DEBUG - Trying key 3afbbbbdbb2fa15f58e1a298f328c5fc from tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01 2018-10-06 05:16:06,020 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:16:06,024 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:16:06,027 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:16:06,028 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:16:06,028 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:16:06,029 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:16:06,031 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:16:06,032 - create_instance - INFO - Deleting Port with ID - 3924cb2c-bcd1-432d-acf3-9535163a1414 2018-10-06 05:16:06,033 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1 2018-10-06 05:16:06,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/3924cb2c-bcd1-432d-acf3-9535163a1414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:16:06,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dbafe2f-1878-4d02-957a-301a9178d6e3 Date: Sat, 06 Oct 2018 05:16:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:06,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/3924cb2c-bcd1-432d-acf3-9535163a1414 used request id req-2dbafe2f-1878-4d02-957a-301a9178d6e3 2018-10-06 05:16:06,983 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst 2018-10-06 05:16:06,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:16:07,160 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55049f80-33a0-4d2d-9a01-fe65360fbdff x-compute-request-id: req-55049f80-33a0-4d2d-9a01-fe65360fbdff Content-Type: application/json 2018-10-06 05:16:07,160 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-55049f80-33a0-4d2d-9a01-fe65360fbdff 2018-10-06 05:16:07,160 - create_instance - INFO - Checking deletion status 2018-10-06 05:16:07,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:16:07,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b294da26-d2f8-4c1f-8d13-893bf4d524a5 x-compute-request-id: req-b294da26-d2f8-4c1f-8d13-893bf4d524a5 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:16:07Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:07,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-b294da26-d2f8-4c1f-8d13-893bf4d524a5 2018-10-06 05:16:07,551 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:16:07,551 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:16:10,554 - create_instance - DEBUG - VM status query timeout in 296.606431007 2018-10-06 05:16:10,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:16:10,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-04e04804-47a0-4a72-9edf-938ee14b3710 x-compute-request-id: req-04e04804-47a0-4a72-9edf-938ee14b3710 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "rel": "bookmark"}], "image": {"id": "18c35643-fb8a-4d0f-8ce8-b31faa63760d", "links": [{"href": "http://172.30.9.29:8774/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:15:39.000000", "flavor": {"id": "6c61bd16-7d89-4f7b-9660-569f00d2292e", "links": [{"href": "http://172.30.9.29:8774/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e", "rel": "bookmark"}]}, "id": "4c65edfa-75ef-488f-8c34-358b1eb5f6a9", "user_id": "14f5aeffbe0247d086ddb07ba9f8836c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:16:07Z", "hostId": "f9a4f9203d9024613ee7483e5b752c1ff346b03c31e43924e3f9d67e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp", "name": "CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst", "created": "2018-10-06T05:15:36Z", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:10,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-04e04804-47a0-4a72-9edf-938ee14b3710 2018-10-06 05:16:10,828 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst] is - ACTIVE 2018-10-06 05:16:10,829 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:16:13,832 - create_instance - DEBUG - VM status query timeout in 293.328739166 2018-10-06 05:16:13,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7ecce4a768737aecafaf72e2003c828e43fa6f" 2018-10-06 05:16:13,887 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:16: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-456a97ca-7087-4e6f-b108-ae2fddbd38b4 x-compute-request-id: req-456a97ca-7087-4e6f-b108-ae2fddbd38b4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4c65edfa-75ef-488f-8c34-358b1eb5f6a9 could not be found.", "code": 404}} 2018-10-06 05:16:13,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/4c65edfa-75ef-488f-8c34-358b1eb5f6a9 used request id req-456a97ca-7087-4e6f-b108-ae2fddbd38b4 2018-10-06 05:16:13,887 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4c65edfa-75ef-488f-8c34-358b1eb5f6a9 could not be found. (HTTP 404) (Request-ID: req-456a97ca-7087-4e6f-b108-ae2fddbd38b4) 2018-10-06 05:16:13,887 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-inst 2018-10-06 05:16:13,888 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-10-06 05:16:13,888 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-06 05:16:13,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/7def6b8c-aef4-44cc-ae86-85f1c51f5832 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:14,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f66cae00-2e7b-4604-90f9-13e16bfed1c2 Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:14,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/7def6b8c-aef4-44cc-ae86-85f1c51f5832 used request id req-f66cae00-2e7b-4604-90f9-13e16bfed1c2 2018-10-06 05:16:14,470 - create_instance - INFO - Deleting Port with ID - 3924cb2c-bcd1-432d-acf3-9535163a1414 2018-10-06 05:16:14,470 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01port-1 2018-10-06 05:16:14,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/3924cb2c-bcd1-432d-acf3-9535163a1414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312f0d47f68308d16637acf8e2a85a22b278805" 2018-10-06 05:16:14,518 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-2e1bd409-62cc-4076-938e-ccdfa39e3cef Date: Sat, 06 Oct 2018 05:16:14 GMT RESP BODY: {"NeutronError": {"message": "Port 3924cb2c-bcd1-432d-acf3-9535163a1414 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-06 05:16:14,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/3924cb2c-bcd1-432d-acf3-9535163a1414 used request id req-2e1bd409-62cc-4076-938e-ccdfa39e3cef 2018-10-06 05:16:14,519 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port 3924cb2c-bcd1-432d-acf3-9535163a1414 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-06 05:16:14,519 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port 3924cb2c-bcd1-432d-acf3-9535163a1414 could not be found. Neutron server returns request_ids: ['req-2e1bd409-62cc-4076-938e-ccdfa39e3cef'] 2018-10-06 05:16:14,520 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp 2018-10-06 05:16:14,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28fb61f18b3b5767d8095bf7fca3e81170b04e37" 2018-10-06 05:16:14,583 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:16: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-7250f104-82ec-4b21-8e3c-ad816de33265 x-compute-request-id: req-7250f104-82ec-4b21-8e3c-ad816de33265 Content-Length: 0 Content-Type: application/json 2018-10-06 05:16:14,583 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-kp used request id req-7250f104-82ec-4b21-8e3c-ad816de33265 2018-10-06 05:16:14,584 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01.pub] 2018-10-06 05:16:14,584 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01] 2018-10-06 05:16:14,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ea97caebcfa47e8e468f9921d3f0802c0d1837b" 2018-10-06 05:16:14,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:16: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-12e582df-d7d4-46fd-acd5-c4881ad777a9 x-compute-request-id: req-12e582df-d7d4-46fd-acd5-c4881ad777a9 Content-Length: 0 Content-Type: application/json 2018-10-06 05:16:14,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/6c61bd16-7d89-4f7b-9660-569f00d2292e used request id req-12e582df-d7d4-46fd-acd5-c4881ad777a9 2018-10-06 05:16:14,634 - neutron_utils - INFO - Deleting security group rule with ID - 35112d87-b2b7-41f4-b6d7-6291ea4bba1f 2018-10-06 05:16:14,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/35112d87-b2b7-41f4-b6d7-6291ea4bba1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:16:14,732 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-893fb394-0170-42ae-9f59-5788e94b660f Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:14,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/35112d87-b2b7-41f4-b6d7-6291ea4bba1f used request id req-893fb394-0170-42ae-9f59-5788e94b660f 2018-10-06 05:16:14,732 - neutron_utils - INFO - Deleting security group rule with ID - f8072eea-1453-4ccd-87ac-3b394dbaaf79 2018-10-06 05:16:14,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f8072eea-1453-4ccd-87ac-3b394dbaaf79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:16:14,968 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45de35fe-d751-4b73-a1cb-8fa76a3791fc Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:14,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f8072eea-1453-4ccd-87ac-3b394dbaaf79 used request id req-45de35fe-d751-4b73-a1cb-8fa76a3791fc 2018-10-06 05:16:14,968 - neutron_utils - INFO - Deleting security group rule with ID - eebe4134-556f-40b9-98d2-160732b933cb 2018-10-06 05:16:14,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/eebe4134-556f-40b9-98d2-160732b933cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:16:15,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-092f5986-32b5-4ac7-b7d3-dd031488c5f0 Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:15,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/eebe4134-556f-40b9-98d2-160732b933cb used request id req-092f5986-32b5-4ac7-b7d3-dd031488c5f0 2018-10-06 05:16:15,224 - neutron_utils - INFO - Deleting security group rule with ID - e0e7fbb5-0f70-44e9-a52c-eb10830e7146 2018-10-06 05:16:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/e0e7fbb5-0f70-44e9-a52c-eb10830e7146 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:16:15,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47531405-b57b-4ba5-bc2b-87d26b5f9412 Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:15,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/e0e7fbb5-0f70-44e9-a52c-eb10830e7146 used request id req-47531405-b57b-4ba5-bc2b-87d26b5f9412 2018-10-06 05:16:15,470 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-sec-grp 2018-10-06 05:16:15,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/734d238d-7491-4763-95fb-de14a005b899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a280cc797a849222f8176f98a29f83b886d6c7" 2018-10-06 05:16:15,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4caa5d8-b1f2-4eb5-b526-a6e260c25f8e Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:15,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/734d238d-7491-4763-95fb-de14a005b899 used request id req-d4caa5d8-b1f2-4eb5-b526-a6e260c25f8e 2018-10-06 05:16:15,789 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router and subnet CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet 2018-10-06 05:16:15,789 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:16:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" -d '{"subnet_id": "3aa75ed1-dac1-4217-afa8-98ce5717c2ef"}' 2018-10-06 05:16:17,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-52ac5f7a-5974-4e8f-95d6-259a415960bc Date: Sat, 06 Oct 2018 05:16:17 GMT RESP BODY: {"network_id": "18b1bc7d-cafc-4aed-9f14-e9da0892783b", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "subnet_id": "3aa75ed1-dac1-4217-afa8-98ce5717c2ef", "subnet_ids": ["3aa75ed1-dac1-4217-afa8-98ce5717c2ef"], "port_id": "798b7f02-be0a-4f32-ae37-1955395e4ee3", "id": "d62dc88c-d0bc-464b-93e3-a21439e5e97c"} 2018-10-06 05:16:17,523 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c/remove_router_interface used request id req-52ac5f7a-5974-4e8f-95d6-259a415960bc 2018-10-06 05:16:17,523 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:16:17,524 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-router 2018-10-06 05:16:17,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211cf8b7513ac39f463caa398b8b3a67b242b6b3" 2018-10-06 05:16:21,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-680976f3-4932-49de-aa30-045b45e8646d Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:21,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d62dc88c-d0bc-464b-93e3-a21439e5e97c used request id req-680976f3-4932-49de-aa30-045b45e8646d 2018-10-06 05:16:21,243 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet 2018-10-06 05:16:21,243 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-subnet 2018-10-06 05:16:21,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:16:23,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-632b089c-601f-40ac-a4ba-21becdad4bb3 Date: Sat, 06 Oct 2018 05:16:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:23,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/3aa75ed1-dac1-4217-afa8-98ce5717c2ef used request id req-632b089c-601f-40ac-a4ba-21becdad4bb3 2018-10-06 05:16:23,686 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-pub-net 2018-10-06 05:16:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/18b1bc7d-cafc-4aed-9f14-e9da0892783b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df86d85020a3322d6955253f4c1c1094e3da35d3" 2018-10-06 05:16:24,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79e5bbcb-b500-4a39-975c-117a56e2efc3 Date: Sat, 06 Oct 2018 05:16:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:24,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/18b1bc7d-cafc-4aed-9f14-e9da0892783b used request id req-79e5bbcb-b500-4a39-975c-117a56e2efc3 2018-10-06 05:16:24,864 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-4c7fa854-8fee-492f-b8eb-0b47bf187f01-image 2018-10-06 05:16:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44ec4b269548261e7f6ee9291d42460ba5da6106" 2018-10-06 05:16:26,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-276eb841-4ec5-4820-9d7a-a126cae5d9a1 Date: Sat, 06 Oct 2018 05:16:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:16:26,146 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/18c35643-fb8a-4d0f-8ce8-b31faa63760d used request id req-276eb841-4ec5-4820-9d7a-a126cae5d9a1 2018-10-06 05:16:26,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:26,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-290c2cb4-f38c-4c99-937c-c8080a674b47 Date: Sat, 06 Oct 2018 05:16:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:06Z", "updated_at": "2018-10-06T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "revision_number": 0, "id": "0b852e85-d036-4aa2-b41c-48dfa5257c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "revision_number": 0, "id": "0f3e170e-243b-4894-804c-b22ac5da7563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "revision_number": 0, "id": "4b49b2f7-5bcb-4bfc-b06e-18d2831b8bd0", "remote_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc6213b50c6b49b59032205d35a1221a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "revision_number": 0, "id": "71243584-f3bb-411f-8489-3a08dd263321", "remote_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "remote_ip_prefix": null, "created_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc6213b50c6b49b59032205d35a1221a"}], "revision_number": 4, "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "2d94201b-1449-41d9-9836-695c593e4e23", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:16:26,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-290c2cb4-f38c-4c99-937c-c8080a674b47 2018-10-06 05:16:26,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:26,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15d6d060-c131-4626-946b-eb431097c06a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:16:26,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-15d6d060-c131-4626-946b-eb431097c06a 2018-10-06 05:16:26,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:26,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108e2b1a-6c04-47de-a462-95b2d6e92107 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a"}, "enabled": true, "id": "fc6213b50c6b49b59032205d35a1221a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj"}} 2018-10-06 05:16:26,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-108e2b1a-6c04-47de-a462-95b2d6e92107 2018-10-06 05:16:26,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d94201b-1449-41d9-9836-695c593e4e23 2018-10-06 05:16:26,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2d94201b-1449-41d9-9836-695c593e4e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:26,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7a1b32ae-a2f9-4bdf-981f-ac3adfa4c062 Date: Sat, 06 Oct 2018 05:16: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-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:06Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "0b852e85-d036-4aa2-b41c-48dfa5257c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:06Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "0f3e170e-243b-4894-804c-b22ac5da7563"}, {"remote_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:06Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "4b49b2f7-5bcb-4bfc-b06e-18d2831b8bd0"}, {"remote_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:15:06Z", "security_group_id": "2d94201b-1449-41d9-9836-695c593e4e23", "port_range_min": null, "revision_number": 0, "tenant_id": "fc6213b50c6b49b59032205d35a1221a", "created_at": "2018-10-06T05:15:06Z", "project_id": "fc6213b50c6b49b59032205d35a1221a", "id": "71243584-f3bb-411f-8489-3a08dd263321"}]} 2018-10-06 05:16:26,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2d94201b-1449-41d9-9836-695c593e4e23 used request id req-7a1b32ae-a2f9-4bdf-981f-ac3adfa4c062 2018-10-06 05:16:26,804 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:16:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2d94201b-1449-41d9-9836-695c593e4e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:27,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19d43126-fc21-48c6-8ec2-30261c4da608 Content-Length: 0 Date: Sat, 06 Oct 2018 05:16:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:16:27,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2d94201b-1449-41d9-9836-695c593e4e23 used request id req-19d43126-fc21-48c6-8ec2-30261c4da608 2018-10-06 05:16:27,123 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj 2018-10-06 05:16:27,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:27,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b00958dd-5b52-4fb6-8d7a-08db4da9ab4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:16:27,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/fc6213b50c6b49b59032205d35a1221a used request id req-b00958dd-5b52-4fb6-8d7a-08db4da9ab4a 2018-10-06 05:16:27,329 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-proj-role 2018-10-06 05:16:27,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:27,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3404bd12-f98e-41f2-9a8c-7143c9e1d98b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:16:27,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/36184ae6f4814be28ed9bab8e8fe25c3 used request id req-3404bd12-f98e-41f2-9a8c-7143c9e1d98b 2018-10-06 05:16:27,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242b964e07038b3e83df3bba2cfe3654b61a1a15" 2018-10-06 05:16:27,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c255b584-7fbd-499f-983f-f680332f58b1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:16:27,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c255b584-7fbd-499f-983f-f680332f58b1 2018-10-06 05:16:27,540 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-91fe4c6d-f1d6-40f-user 2018-10-06 05:16:27,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/14f5aeffbe0247d086ddb07ba9f8836c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e30585376268884a96219594c7454d9537cc23" 2018-10-06 05:16:27,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ac531bf-8295-4468-abbf-5cffac46b954 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:16:27,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/14f5aeffbe0247d086ddb07ba9f8836c used request id req-9ac531bf-8295-4468-abbf-5cffac46b954 2018-10-06 05:16:27,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:28,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["wbIIBV4OTq-HKYOUO-1Wrg"], "issued_at": "2018-10-06T05:16:28.000000Z"}} 2018-10-06 05:16:28,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd8a9da0c8abdf48c4f6b9bdd0d51b8d99c5ff7" 2018-10-06 05:16:28,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a97c04-b9fe-405c-a893-03865451ba02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:28,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a7a97c04-b9fe-405c-a893-03865451ba02 2018-10-06 05:16:28,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:28,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:28,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EWfBsQQ-ShqOG8ZR_SYPQA"], "issued_at": "2018-10-06T05:16:28.000000Z"}} 2018-10-06 05:16:28,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:28,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c5be27-089f-4e12-adbc-91e3b4ad8e81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:28,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f6c5be27-089f-4e12-adbc-91e3b4ad8e81 2018-10-06 05:16:28,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:28,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:28,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a2d927-a234-4f89-b15c-cb317edfeaf2 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:16:28,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj used request id req-21a2d927-a234-4f89-b15c-cb317edfeaf2 2018-10-06 05:16:28,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:28,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-856aa9c7-ab54-49c7-a031-0cdb366b5523 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:16:28,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-856aa9c7-ab54-49c7-a031-0cdb366b5523 2018-10-06 05:16:28,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}}' 2018-10-06 05:16:29,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:16:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a44328-0f1d-47ed-9c01-9c1eacdad321 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:29,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-b4a44328-0f1d-47ed-9c01-9c1eacdad321 2018-10-06 05:16:29,040 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj 2018-10-06 05:16:29,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:29,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:29,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["lLjyVhhUQceFWxCFYnrYRQ"], "issued_at": "2018-10-06T05:16:29.000000Z"}} 2018-10-06 05:16:29,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbb1179db18653be48f92d5afddfdcdc1ad7a9" 2018-10-06 05:16:29,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73841b2f-ce25-4c3c-872f-a4a1b6d64a54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:29,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-73841b2f-ce25-4c3c-872f-a4a1b6d64a54 2018-10-06 05:16:29,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:29,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:29,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbb1179db18653be48f92d5afddfdcdc1ad7a9" 2018-10-06 05:16:29,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-179fe003-4085-477c-bb30-30d4045b131b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:16:29,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-179fe003-4085-477c-bb30-30d4045b131b 2018-10-06 05:16:29,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbb1179db18653be48f92d5afddfdcdc1ad7a9" 2018-10-06 05:16:29,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31626f55-1df0-4838-b9e1-5878c4d256f3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}]} 2018-10-06 05:16:29,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj used request id req-31626f55-1df0-4838-b9e1-5878c4d256f3 2018-10-06 05:16:29,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbb1179db18653be48f92d5afddfdcdc1ad7a9" 2018-10-06 05:16:29,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee03bb1-1d23-428b-8ff5-c496231473e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:16:29,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-dee03bb1-1d23-428b-8ff5-c496231473e0 2018-10-06 05:16:30,176 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user 2018-10-06 05:16:30,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:30,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:30,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b573fc-6819-478d-aa74-f4d62c035e0f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:16:30,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-31b573fc-6819-478d-aa74-f4d62c035e0f 2018-10-06 05:16:30,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}}' 2018-10-06 05:16:30,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-259e8d44-12e6-4b64-a232-be579a4bf1a4 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "153270fbbc9d47fb9e4f710f9d2cff27", "links": {"self": "http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27"}, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}} 2018-10-06 05:16:30,387 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-259e8d44-12e6-4b64-a232-be579a4bf1a4 2018-10-06 05:16:30,387 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role 2018-10-06 05:16:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:30,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7fbad4-d346-413a-89fb-110aacb69e67 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role", "id": "153270fbbc9d47fb9e4f710f9d2cff27"}} 2018-10-06 05:16:30,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27 used request id req-8f7fbad4-d346-413a-89fb-110aacb69e67 2018-10-06 05:16:30,408 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role to project CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj 2018-10-06 05:16:30,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece/users/0e702c9756bf461e9abbf879e567ebb3/roles/153270fbbc9d47fb9e4f710f9d2cff27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:16:30,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-446aa628-173c-41b6-aba9-461083f66bfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:16:30,544 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece/users/0e702c9756bf461e9abbf879e567ebb3/roles/153270fbbc9d47fb9e4f710f9d2cff27 used request id req-446aa628-173c-41b6-aba9-461083f66bfd 2018-10-06 05:16:30,544 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:16:30,546 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:16:30,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:30,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:30,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["Kz4RonuTScuUuhED3oxOPQ"], "issued_at": "2018-10-06T05:16:30.000000Z"}} 2018-10-06 05:16:30,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:31,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a0126bb-30d2-4eaa-9c51-7da34c5741ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:31,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7a0126bb-30d2-4eaa-9c51-7da34c5741ad 2018-10-06 05:16:31,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:31,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-e0f6e000-803f-4891-bf70-34eb529ad575 Date: Sat, 06 Oct 2018 05:16:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image"} 2018-10-06 05:16:31,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image used request id req-e0f6e000-803f-4891-bf70-34eb529ad575 2018-10-06 05:16:31,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:31,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a706b36a-d26c-4c6a-85b2-8bf527f5a677 Date: Sat, 06 Oct 2018 05:16: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", "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-10-06 05:16:31,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a706b36a-d26c-4c6a-85b2-8bf527f5a677 2018-10-06 05:16:31,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image"}' 2018-10-06 05:16:31,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac X-Openstack-Request-Id: req-5b267c36-3fa0-4026-9dcf-cd3b1eeafdde Date: Sat, 06 Oct 2018 05:16:31 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:16:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:16:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "min_disk": 0, "protected": false, "id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "file": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file", "checksum": null, "owner": "5745efb25bdb4102a277039e0fdb6ece", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:16:31,556 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5b267c36-3fa0-4026-9dcf-cd3b1eeafdde 2018-10-06 05:16:31,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" -d '' 2018-10-06 05:16:32,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fca2242-f937-42e8-9eaa-786f81b0fe9e Date: Sat, 06 Oct 2018 05:16:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:16:32,620 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file used request id req-4fca2242-f937-42e8-9eaa-786f81b0fe9e 2018-10-06 05:16:32,620 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:16:32,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:32,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4a1fdbdc-10f5-46fe-8922-bb8296acc75d Date: Sat, 06 Oct 2018 05:16:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:16:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "metadata": {}}], "self": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "min_disk": 0, "protected": false, "id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "file": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5745efb25bdb4102a277039e0fdb6ece", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:16:32,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac used request id req-4a1fdbdc-10f5-46fe-8922-bb8296acc75d 2018-10-06 05:16:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:32,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31097be5-b5d2-4e16-a4ea-653e491524b4 Date: Sat, 06 Oct 2018 05:16: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", "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-10-06 05:16:32,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-31097be5-b5d2-4e16-a4ea-653e491524b4 2018-10-06 05:16:32,809 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image 2018-10-06 05:16:32,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:16:32,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-02629201-0e26-4967-bc57-0b0412fe8ee1 Date: Sat, 06 Oct 2018 05:16:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:16:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "metadata": {}}], "self": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "min_disk": 0, "protected": false, "id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "file": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5745efb25bdb4102a277039e0fdb6ece", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:16:32,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac used request id req-02629201-0e26-4967-bc57-0b0412fe8ee1 2018-10-06 05:16:32,977 - create_image - DEBUG - Instance status is - active 2018-10-06 05:16:32,978 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image 2018-10-06 05:16:32,978 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image 2018-10-06 05:16:32,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:32,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:33,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["ch8nrxAXRX-oggLqo4Yozw"], "issued_at": "2018-10-06T05:16:33.000000Z"}} 2018-10-06 05:16:33,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:33,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa9ea12-879f-4ac8-9665-8273fc29fefb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:33,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3aa9ea12-879f-4ac8-9665-8273fc29fefb 2018-10-06 05:16:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:33,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-17950180-98de-445c-bc05-0d911244bc48 Date: Sat, 06 Oct 2018 05:16:33 GMT RESP BODY: {"networks":[]} 2018-10-06 05:16:33,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-17950180-98de-445c-bc05-0d911244bc48 2018-10-06 05:16:33,700 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net 2018-10-06 05:16:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net", "admin_state_up": true}}' 2018-10-06 05:16:34,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-13c37b63-c312-4ada-ac63-0d4f7f68fa46 Date: Sat, 06 Oct 2018 05:16:34 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:16:34Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","mtu":1450}} 2018-10-06 05:16:34,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-13c37b63-c312-4ada-ac63-0d4f7f68fa46 2018-10-06 05:16:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:34,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-9ef129d0-716f-4d60-949f-37288dff425d Date: Sat, 06 Oct 2018 05:16:34 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-10-06T05:16:34Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:34,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-9ef129d0-716f-4d60-949f-37288dff425d 2018-10-06 05:16:34,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:34,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2ded268f-460f-45f3-a85e-c12b35420eaa Date: Sat, 06 Oct 2018 05:16:34 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:16:34,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-2ded268f-460f-45f3-a85e-c12b35420eaa 2018-10-06 05:16:34,742 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet 2018-10-06 05:16:34,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" -d '{"subnets": [{"ip_version": 4, "network_id": "bec69af2-fe5e-4e6d-a784-d401cd5102b1", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]}' 2018-10-06 05:16:35,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-324a6702-6e09-4b46-a8c8-c433ea4d8a93 Date: Sat, 06 Oct 2018 05:16:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:35,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-324a6702-6e09-4b46-a8c8-c433ea4d8a93 2018-10-06 05:16:35,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:35,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4f4239a6-c689-480d-831f-5466a6187a14 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:35,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-4f4239a6-c689-480d-831f-5466a6187a14 2018-10-06 05:16:35,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:16:35,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6bcd01e5-e6da-4ed2-9a06-41fa7d58cf25 Date: Sat, 06 Oct 2018 05:16:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:35,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-6bcd01e5-e6da-4ed2-9a06-41fa7d58cf25 2018-10-06 05:16:35,894 - OpenStackNetwork - DEBUG - Network [bec69af2-fe5e-4e6d-a784-d401cd5102b1] created successfully 2018-10-06 05:16:35,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:35,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:36,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["QupJS1mBQKurmN2emSNNLw"], "issued_at": "2018-10-06T05:16:36.000000Z"}} 2018-10-06 05:16:36,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:36,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d11ecf9c-1fcf-4dc8-a61c-71f9fa7ac9ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:36,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d11ecf9c-1fcf-4dc8-a61c-71f9fa7ac9ed 2018-10-06 05:16:36,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:36,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-82432b0a-52cc-4efd-a16d-4151dde22c65 Date: Sat, 06 Oct 2018 05:16:36 GMT RESP BODY: {"routers": []} 2018-10-06 05:16:36,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router&admin_state_up=True used request id req-82432b0a-52cc-4efd-a16d-4151dde22c65 2018-10-06 05:16:36,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:36,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:36,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["J1X-6apdQpeeLIBMqi5fmA"], "issued_at": "2018-10-06T05:16:36.000000Z"}} 2018-10-06 05:16:36,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9878c2a91b58fca23d7bf89c18e97387e741bbee" 2018-10-06 05:16:37,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcd2dcf-8c8e-4f4b-9c10-1b3c0ecaeb01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:37,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ddcd2dcf-8c8e-4f4b-9c10-1b3c0ecaeb01 2018-10-06 05:16:37,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:37,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b225d9e3-c6fe-483c-aa93-125ae7b92524 Date: Sat, 06 Oct 2018 05:16:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:16:37,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-b225d9e3-c6fe-483c-aa93-125ae7b92524 2018-10-06 05:16:37,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:37,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-858e30f6-ad39-469c-907f-aa7a5038d645 Date: Sat, 06 Oct 2018 05:16:37 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:16:37,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-858e30f6-ad39-469c-907f-aa7a5038d645 2018-10-06 05:16:37,440 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:16:37,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router", "admin_state_up": true}}' 2018-10-06 05:16:42,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-80788d95-c2b9-4d5f-82b8-554b7e407caa Date: Sat, 06 Oct 2018 05:16:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:38Z", "admin_state_up": true, "updated_at": "2018-10-06T05:16:39Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router"}} 2018-10-06 05:16:42,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-80788d95-c2b9-4d5f-82b8-554b7e407caa 2018-10-06 05:16:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:42,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-569bac90-c662-4069-8eb6-74f78d7d131d Date: Sat, 06 Oct 2018 05:16:42 GMT RESP BODY: {"ports":[]} 2018-10-06 05:16:42,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 used request id req-569bac90-c662-4069-8eb6-74f78d7d131d 2018-10-06 05:16:42,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:43,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2cefeadf-7784-4e7e-b024-79477419110f Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:43,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-2cefeadf-7784-4e7e-b024-79477419110f 2018-10-06 05:16:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:43,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:43,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:43,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2faa16-365b-4a24-9a41-59182e81343d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:43,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-4a2faa16-365b-4a24-9a41-59182e81343d 2018-10-06 05:16:43,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:43,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8d5bfaf8-6dd5-420f-99e0-6f9c665d8fd4 Date: Sat, 06 Oct 2018 05:16:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:43,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-8d5bfaf8-6dd5-420f-99e0-6f9c665d8fd4 2018-10-06 05:16:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:43,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15d8a0e2-9d6f-43ae-a278-79be921d9c8f Date: Sat, 06 Oct 2018 05:16:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:43,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet used request id req-15d8a0e2-9d6f-43ae-a278-79be921d9c8f 2018-10-06 05:16:43,832 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:16:43,832 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:16:43,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" -d '{"subnet_id": "20eeb67a-11da-4c06-80e7-3a14204e2639"}' 2018-10-06 05:16:45,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a956fb9d-3926-4825-acd3-2a6a0d3631ba Date: Sat, 06 Oct 2018 05:16:45 GMT RESP BODY: {"network_id": "bec69af2-fe5e-4e6d-a784-d401cd5102b1", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "subnet_id": "20eeb67a-11da-4c06-80e7-3a14204e2639", "subnet_ids": ["20eeb67a-11da-4c06-80e7-3a14204e2639"], "port_id": "aaa89623-76b0-4081-8bed-122c70888cf0", "id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1"} 2018-10-06 05:16:45,824 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1/add_router_interface used request id req-a956fb9d-3926-4825-acd3-2a6a0d3631ba 2018-10-06 05:16:45,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:46,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7853227d-fe90-4b64-bb47-5d01a00dddd5 Date: Sat, 06 Oct 2018 05:16:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:38Z", "admin_state_up": true, "updated_at": "2018-10-06T05:16:45Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router"}} 2018-10-06 05:16:46,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1 used request id req-7853227d-fe90-4b64-bb47-5d01a00dddd5 2018-10-06 05:16:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:46,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-62a19f1f-8840-4f57-92a2-1a892f5a3db7 Date: Sat, 06 Oct 2018 05:16:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"}]} 2018-10-06 05:16:46,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 used request id req-62a19f1f-8840-4f57-92a2-1a892f5a3db7 2018-10-06 05:16:46,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:16:46,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-06e4b809-c189-4068-8f09-d1f8cb67db80 Date: Sat, 06 Oct 2018 05:16:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}} 2018-10-06 05:16:46,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 used request id req-06e4b809-c189-4068-8f09-d1f8cb67db80 2018-10-06 05:16:46,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:46,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:46,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:16:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["xPsbp5HKRXq4mKsON9K1Jg"], "issued_at": "2018-10-06T05:16:46.000000Z"}} 2018-10-06 05:16:46,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7a9bc507f34d9697ea8f5952b35443860b018a" 2018-10-06 05:16:46,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fcf754-2093-4d21-9110-8b38ce472952 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:46,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-58fcf754-2093-4d21-9110-8b38ce472952 2018-10-06 05:16:46,778 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:16:46,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7a9bc507f34d9697ea8f5952b35443860b018a" 2018-10-06 05:16:46,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-5e46094d-e7f7-4c24-a39d-439f37c995fa x-compute-request-id: req-5e46094d-e7f7-4c24-a39d-439f37c995fa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:16:46,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-5e46094d-e7f7-4c24-a39d-439f37c995fa 2018-10-06 05:16:46,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7a9bc507f34d9697ea8f5952b35443860b018a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-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-10-06 05:16:47,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-dd65fdea-8209-4aff-ac1b-39bffb24d1bd x-compute-request-id: req-dd65fdea-8209-4aff-ac1b-39bffb24d1bd Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:16:47,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-dd65fdea-8209-4aff-ac1b-39bffb24d1bd 2018-10-06 05:16:47,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:47,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:47,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["fUY_jdBLReyiBvDGkS7BYg"], "issued_at": "2018-10-06T05:16:47.000000Z"}} 2018-10-06 05:16:47,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef1e63f791c11a8329570583311c3932f1951e3" 2018-10-06 05:16:47,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac2f6ec-def6-41d6-b144-e586a667ce94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:47,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-0ac2f6ec-def6-41d6-b144-e586a667ce94 2018-10-06 05:16:47,457 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:16:47,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef1e63f791c11a8329570583311c3932f1951e3" 2018-10-06 05:16:47,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-851046c2-d08a-4cb2-a497-948f1c999587 x-compute-request-id: req-851046c2-d08a-4cb2-a497-948f1c999587 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:16:47,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-851046c2-d08a-4cb2-a497-948f1c999587 2018-10-06 05:16:47,645 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp... 2018-10-06 05:16:47,645 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:16:47,679 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp 2018-10-06 05:16:47,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef1e63f791c11a8329570583311c3932f1951e3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGsIMVvBxIhjtWvC4X5K9RYJ1wApZebeo8xO3uTFlOvW3+bieH9OJ4n5p9E4GX1Bnyk2g6Iiz/mOdnaAsX3nN3SEwxJea0OBtUfO1Tz73qUWvbZ26bUOU2kU+ZniSXHEKGIVEf/uohsbrw4XBLLBBdanhUfnKy8VRg/BhbhfoI0w==", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp"}}' 2018-10-06 05:16:47,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-4388c4fa-15c4-40a5-b66e-c0664b6eca9b x-compute-request-id: req-4388c4fa-15c4-40a5-b66e-c0664b6eca9b Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGsIMVvBxIhjtWvC4X5K9RYJ1wApZebeo8xO3uTFlOvW3+bieH9OJ4n5p9E4GX1Bnyk2g6Iiz/mOdnaAsX3nN3SEwxJea0OBtUfO1Tz73qUWvbZ26bUOU2kU+ZniSXHEKGIVEf/uohsbrw4XBLLBBdanhUfnKy8VRg/BhbhfoI0w==", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "fingerprint": "8b:3b:6d:34:e8:50:b3:fe:3a:82:90:46:19:3d:f9:41"}} 2018-10-06 05:16:47,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-4388c4fa-15c4-40a5-b66e-c0664b6eca9b 2018-10-06 05:16:47,755 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a.pub 2018-10-06 05:16:47,755 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a 2018-10-06 05:16:47,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:47,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:48,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["HfGCOq8pRpS4d8Lk4UkYhw"], "issued_at": "2018-10-06T05:16:48.000000Z"}} 2018-10-06 05:16:48,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:48,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4252c83-e5ff-42c7-b3e2-11d67067dec0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:48,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c4252c83-e5ff-42c7-b3e2-11d67067dec0 2018-10-06 05:16:48,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:48,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bef0318e-173d-4398-9126-2e3443f5f2c2 Date: Sat, 06 Oct 2018 05:16:48 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:16:48,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp used request id req-bef0318e-173d-4398-9126-2e3443f5f2c2 2018-10-06 05:16:48,394 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp... 2018-10-06 05:16:48,395 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp 2018-10-06 05:16:48,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}}' 2018-10-06 05:16:48,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-1920d34b-e164-49af-be32-1586797d5f7d Date: Sat, 06 Oct 2018 05:16:48 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 2, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}} 2018-10-06 05:16:48,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-1920d34b-e164-49af-be32-1586797d5f7d 2018-10-06 05:16:48,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:48,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:48,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8163da13-74bb-49a8-aba0-e457c907a0d2 Date: Sat, 06 Oct 2018 05:16:48 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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}]} 2018-10-06 05:16:48,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-8163da13-74bb-49a8-aba0-e457c907a0d2 2018-10-06 05:16:48,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:48,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b6a53b9d-b9b0-4c2d-85b7-26452f841fe2 Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}]} 2018-10-06 05:16:49,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-b6a53b9d-b9b0-4c2d-85b7-26452f841fe2 2018-10-06 05:16:49,100 - neutron_utils - INFO - Retrieving security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:49,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-586d1e65-341a-4ca0-b08d-a49bcd552e15 Date: Sat, 06 Oct 2018 05:16:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 2, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]} 2018-10-06 05:16:49,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-586d1e65-341a-4ca0-b08d-a49bcd552e15 2018-10-06 05:16:49,295 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:49,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-274c5f27-2b37-478b-843d-2df96bc0acaf Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}]} 2018-10-06 05:16:49,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-274c5f27-2b37-478b-843d-2df96bc0acaf 2018-10-06 05:16:49,324 - neutron_utils - INFO - Retrieving security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:49,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-54706bd0-b013-4eca-bea1-b60bbe1b2d05 Date: Sat, 06 Oct 2018 05:16:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 2, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]} 2018-10-06 05:16:49,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-54706bd0-b013-4eca-bea1-b60bbe1b2d05 2018-10-06 05:16:49,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6753d31f-89b5-4095-8fc0-f2b48e4ff07c Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}]} 2018-10-06 05:16:49,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-6753d31f-89b5-4095-8fc0-f2b48e4ff07c 2018-10-06 05:16:49,425 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp 2018-10-06 05:16:49,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-00ced0da-12b2-433f-b3af-78f499311f15 Date: Sat, 06 Oct 2018 05:16:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 2, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]} 2018-10-06 05:16:49,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp used request id req-00ced0da-12b2-433f-b3af-78f499311f15 2018-10-06 05:16:49,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:49,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216f727d-6ee6-46c8-bf9b-6161b8ffa1b3 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:49,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-216f727d-6ee6-46c8-bf9b-6161b8ffa1b3 2018-10-06 05:16:49,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:49,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:49,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72c47a68-129d-492b-8268-010f50d66425 Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}]} 2018-10-06 05:16:49,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-72c47a68-129d-492b-8268-010f50d66425 2018-10-06 05:16:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}485b006db12595920e8a844a903213a42a03569a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086"}}' 2018-10-06 05:16:50,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-608430e7-e5e8-4662-adb5-5e5d4f55491c Date: Sat, 06 Oct 2018 05:16:50 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-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:50Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "ae9df0d2-de43-408f-9ce2-b5b9def15b63"}} 2018-10-06 05:16:50,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-608430e7-e5e8-4662-adb5-5e5d4f55491c 2018-10-06 05:16:50,063 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp 2018-10-06 05:16:50,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:50,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-f520e4db-64d9-4e84-ac5d-1698d7ae0fe6 Date: Sat, 06 Oct 2018 05:16:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:50Z", "revision_number": 0, "id": "ae9df0d2-de43-408f-9ce2-b5b9def15b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 3, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]} 2018-10-06 05:16:50,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp used request id req-f520e4db-64d9-4e84-ac5d-1698d7ae0fe6 2018-10-06 05:16:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:50,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3933ca5-789d-4a15-b913-8d4b4f1656ff Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:50,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-e3933ca5-789d-4a15-b913-8d4b4f1656ff 2018-10-06 05:16:50,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:50,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:50,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-43ecee99-fe6f-4f53-b7e0-20056fb69813 Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:50Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "ae9df0d2-de43-408f-9ce2-b5b9def15b63"}]} 2018-10-06 05:16:50,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-43ecee99-fe6f-4f53-b7e0-20056fb69813 2018-10-06 05:16:50,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}485b006db12595920e8a844a903213a42a03569a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086"}}' 2018-10-06 05:16:50,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-23251188-1cb1-462b-8824-c4fee4bc82d4 Date: Sat, 06 Oct 2018 05:16:50 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-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": 22, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:50Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "9a110e53-01a6-47ec-a517-8e2ca0a20ae5"}} 2018-10-06 05:16:50,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-23251188-1cb1-462b-8824-c4fee4bc82d4 2018-10-06 05:16:50,710 - neutron_utils - INFO - Retrieving security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:50,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:50,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-2e68a674-60ac-41a7-946d-712c44ef05e2 Date: Sat, 06 Oct 2018 05:16:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "updated_at": "2018-10-06T05:16:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "revision_number": 0, "id": "7a94556b-9694-45f7-abfb-16646add4292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:16:50Z", "revision_number": 0, "id": "9a110e53-01a6-47ec-a517-8e2ca0a20ae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:50Z", "revision_number": 0, "id": "ae9df0d2-de43-408f-9ce2-b5b9def15b63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 4, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2a396df6-5005-4ad6-b839-a07f4887d086", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]} 2018-10-06 05:16:50,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-2e68a674-60ac-41a7-946d-712c44ef05e2 2018-10-06 05:16:50,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a396df6-5005-4ad6-b839-a07f4887d086 2018-10-06 05:16:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:16:51,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-776bf3ff-1dc8-45e5-89f3-58f58a6a3fd2 Date: Sat, 06 Oct 2018 05:16: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-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "02113c5d-7c00-4a85-9464-0ca37b9748b8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:48Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:48Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "7a94556b-9694-45f7-abfb-16646add4292"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": 22, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:50Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "9a110e53-01a6-47ec-a517-8e2ca0a20ae5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:50Z", "security_group_id": "2a396df6-5005-4ad6-b839-a07f4887d086", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:50Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "ae9df0d2-de43-408f-9ce2-b5b9def15b63"}]} 2018-10-06 05:16:51,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-776bf3ff-1dc8-45e5-89f3-58f58a6a3fd2 2018-10-06 05:16:51,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:51,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:51,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["xE97qXpeQyuqw9bwii4QeA"], "issued_at": "2018-10-06T05:16:51.000000Z"}} 2018-10-06 05:16:51,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:51,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-968cec9b-5e8d-4c72-b3eb-5a6811707702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:51,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-968cec9b-5e8d-4c72-b3eb-5a6811707702 2018-10-06 05:16:51,538 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:16:51,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:51,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e64b7bc-908d-4455-a4de-946325b6f605 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:51,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8e64b7bc-908d-4455-a4de-946325b6f605 2018-10-06 05:16:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:51,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-365a742a-3c4d-4058-a7e0-bdfcbf6c8185 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:51,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-365a742a-3c4d-4058-a7e0-bdfcbf6c8185 2018-10-06 05:16:51,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:51,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:52,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f126216c-bb97-4c3a-a987-015e028a5f8c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:52,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-f126216c-bb97-4c3a-a987-015e028a5f8c 2018-10-06 05:16:52,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:52,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b277ac1c-6ab3-41d7-8fac-07ad704e865c Date: Sat, 06 Oct 2018 05:16:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:52,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-b277ac1c-6ab3-41d7-8fac-07ad704e865c 2018-10-06 05:16:52,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:52,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a0b9f7a-593a-4148-a144-3e3a7aaa72fc Date: Sat, 06 Oct 2018 05:16:52 GMT RESP BODY: {"ports":[]} 2018-10-06 05:16:52,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True used request id req-3a0b9f7a-593a-4148-a144-3e3a7aaa72fc 2018-10-06 05:16:52,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:52,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-d127dde4-fa1b-4692-9fe8-fa6e1a28ebe7 x-compute-request-id: req-d127dde4-fa1b-4692-9fe8-fa6e1a28ebe7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:16:52,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst used request id req-d127dde4-fa1b-4692-9fe8-fa6e1a28ebe7 2018-10-06 05:16:52,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:52,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-636036e2-2774-46e5-b76b-5cc9ce55a097 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:52,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-636036e2-2774-46e5-b76b-5cc9ce55a097 2018-10-06 05:16:52,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:53,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7026a87a-89e3-4592-aac7-a68ab0a7f08a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:53,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-7026a87a-89e3-4592-aac7-a68ab0a7f08a 2018-10-06 05:16:53,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:53,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4fa941d7-47ef-4eba-be97-9d5b7ebaace3 Date: Sat, 06 Oct 2018 05:16:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:53,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-4fa941d7-47ef-4eba-be97-9d5b7ebaace3 2018-10-06 05:16:53,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:53,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7f734272-bd38-41b0-8f15-763fd14ec4cd Date: Sat, 06 Oct 2018 05:16:53 GMT RESP BODY: {"ports":[]} 2018-10-06 05:16:53,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True used request id req-7f734272-bd38-41b0-8f15-763fd14ec4cd 2018-10-06 05:16:53,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:16:53,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:16:53,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:16:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["4IZYPTSTRXikLUdBzhtSUw"], "issued_at": "2018-10-06T05:16:53.000000Z"}} 2018-10-06 05:16:53,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fc69035ab0438fb09c641eb372e5c985423951" 2018-10-06 05:16:54,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c03bf6-2de7-4a89-8c97-cf6782ed99b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:16:54,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-74c03bf6-2de7-4a89-8c97-cf6782ed99b0 2018-10-06 05:16:54,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:54,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8aa932ce-ffb0-4bdf-87a8-2afc7b972604 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:54,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-8aa932ce-ffb0-4bdf-87a8-2afc7b972604 2018-10-06 05:16:54,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:54,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8697a434-934a-4197-b4c3-11e4e3926559 Date: Sat, 06 Oct 2018 05:16:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:54,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-8697a434-934a-4197-b4c3-11e4e3926559 2018-10-06 05:16:54,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:54,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a9ef4944-6136-425c-9251-88b08dfc3e11 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:54,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-a9ef4944-6136-425c-9251-88b08dfc3e11 2018-10-06 05:16:54,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:16:54,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:16:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:16:54,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fc69035ab0438fb09c641eb372e5c985423951" 2018-10-06 05:16:54,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1249b7c4-85c2-4543-9b18-8115ab3ecc24 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:54,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-1249b7c4-85c2-4543-9b18-8115ab3ecc24 2018-10-06 05:16:54,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:55,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8785fba-ebdb-4c23-9389-b7d8dcca7797 Date: Sat, 06 Oct 2018 05:16:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:55,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-a8785fba-ebdb-4c23-9389-b7d8dcca7797 2018-10-06 05:16:55,026 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net 2018-10-06 05:16:55,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" -d '{"port": {"network_id": "bec69af2-fe5e-4e6d-a784-d401cd5102b1", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1", "admin_state_up": true}}' 2018-10-06 05:16:55,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-94def926-59f5-4e89-808c-ad49832bec7a Date: Sat, 06 Oct 2018 05:16:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","project_id":"5745efb25bdb4102a277039e0fdb6ece","qos_policy_id":null,"admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal"}} 2018-10-06 05:16:55,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-94def926-59f5-4e89-808c-ad49832bec7a 2018-10-06 05:16:55,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3e3c7a36-597d-4878-a2bd-3f4844f84cd6 Date: Sat, 06 Oct 2018 05:16: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:16:56,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-3e3c7a36-597d-4878-a2bd-3f4844f84cd6 2018-10-06 05:16:56,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe2ca1b-b03e-4c2d-87b7-09ec93b0b62d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:56,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-8fe2ca1b-b03e-4c2d-87b7-09ec93b0b62d 2018-10-06 05:16:56,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fc4e03a4-2482-497e-b773-736f64a94cc5 Date: Sat, 06 Oct 2018 05:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:16:56,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-fc4e03a4-2482-497e-b773-736f64a94cc5 2018-10-06 05:16:56,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-7c0d5e64-ca98-4f20-aa18-7f7d6d5cdffe Date: Sat, 06 Oct 2018 05:16:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:16:56,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True used request id req-7c0d5e64-ca98-4f20-aa18-7f7d6d5cdffe 2018-10-06 05:16:56,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6f0d03-5ae2-4a5e-8598-c50452575473 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:16:56,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-ad6f0d03-5ae2-4a5e-8598-c50452575473 2018-10-06 05:16:56,818 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst 2018-10-06 05:16:56,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-a5acef20-5b69-4e7a-9f44-d975ac2fea6f x-compute-request-id: req-a5acef20-5b69-4e7a-9f44-d975ac2fea6f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-flavor-name"}]} 2018-10-06 05:16:56,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-a5acef20-5b69-4e7a-9f44-d975ac2fea6f 2018-10-06 05:16:56,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:56,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-42a4873c-3118-4054-ad4b-8c089a6e40cc x-compute-request-id: req-42a4873c-3118-4054-ad4b-8c089a6e40cc Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:16:56,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e used request id req-42a4873c-3118-4054-ad4b-8c089a6e40cc 2018-10-06 05:16:56,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:57,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4b95e94f-8f58-4d66-b453-dbc3779303fa Date: Sat, 06 Oct 2018 05:16:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:16:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:16:32Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "metadata": {}}], "self": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "min_disk": 0, "protected": false, "id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "file": "/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5745efb25bdb4102a277039e0fdb6ece", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/69013b81-4fb9-4212-92d0-7fc81c5889ac/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image"} 2018-10-06 05:16:57,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image used request id req-4b95e94f-8f58-4d66-b453-dbc3779303fa 2018-10-06 05:16:57,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:57,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3eea62cd-d16a-415d-a077-9d98a55fd30f Date: Sat, 06 Oct 2018 05:16: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", "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-10-06 05:16:57,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3eea62cd-d16a-415d-a077-9d98a55fd30f 2018-10-06 05:16:57,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "imageRef": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "flavorRef": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "max_count": 1, "min_count": 1, "networks": [{"port": "d9c0deac-c3b1-45d3-bdd5-505207c4f2e9"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}]}}' 2018-10-06 05:16:59,040 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:16: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-c8d802b1-0319-4705-88de-99ba6f2123a1 x-compute-request-id: req-c8d802b1-0319-4705-88de-99ba6f2123a1 Content-Length: 444 location: http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "e290e096-2605-431a-9d51-b873caab0a8a", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "adminPass": "xmdoQ5NCncMV"}} 2018-10-06 05:16:59,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c8d802b1-0319-4705-88de-99ba6f2123a1 2018-10-06 05:16:59,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:59,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-f1512e33-d350-4b4d-bdda-6ddb88291b9b x-compute-request-id: req-f1512e33-d350-4b4d-bdda-6ddb88291b9b Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:16:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:59,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-f1512e33-d350-4b4d-bdda-6ddb88291b9b 2018-10-06 05:16:59,267 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst 2018-10-06 05:16:59,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:16:59,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:16: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-4168f9f4-b8bd-447e-bd5d-347bf6c71f14 x-compute-request-id: req-4168f9f4-b8bd-447e-bd5d-347bf6c71f14 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:16:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:16:59,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-4168f9f4-b8bd-447e-bd5d-347bf6c71f14 2018-10-06 05:16:59,477 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - BUILD 2018-10-06 05:16:59,478 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:17:02,481 - create_instance - DEBUG - VM status query timeout in 896.785938978 2018-10-06 05:17:02,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:03,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-e874818e-fd18-4e94-aed9-4e50d19a8d16 x-compute-request-id: req-e874818e-fd18-4e94-aed9-4e50d19a8d16 Content-Encoding: gzip Content-Length: 689 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:17:00Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:03,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-e874818e-fd18-4e94-aed9-4e50d19a8d16 2018-10-06 05:17:03,117 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - BUILD 2018-10-06 05:17:03,117 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:17:06,120 - create_instance - DEBUG - VM status query timeout in 893.146732807 2018-10-06 05:17:06,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:06,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-32f2cb53-5b2a-4ac5-bf11-a0537dd71110 x-compute-request-id: req-32f2cb53-5b2a-4ac5-bf11-a0537dd71110 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:06,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-32f2cb53-5b2a-4ac5-bf11-a0537dd71110 2018-10-06 05:17:06,736 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:06,736 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:06,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:08,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-67d9e562-33ab-400e-a59b-7bccbbf200fc x-compute-request-id: req-67d9e562-33ab-400e-a59b-7bccbbf200fc Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:08,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-67d9e562-33ab-400e-a59b-7bccbbf200fc 2018-10-06 05:17:08,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:08,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d8f94712-af3e-4cc1-b6ec-1c7d703630c4 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:08,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-d8f94712-af3e-4cc1-b6ec-1c7d703630c4 2018-10-06 05:17:08,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:08,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cbc8783-b145-4367-872d-222c3a7cdc1c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:08,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-5cbc8783-b145-4367-872d-222c3a7cdc1c 2018-10-06 05:17:08,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:08,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-926dae16-321f-4358-8c81-05e612db7d3f Date: Sat, 06 Oct 2018 05:17:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:08,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-926dae16-321f-4358-8c81-05e612db7d3f 2018-10-06 05:17:08,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:08,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-285994d1-1389-4bc3-86a3-9b2319405395 Date: Sat, 06 Oct 2018 05:17:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:08,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-285994d1-1389-4bc3-86a3-9b2319405395 2018-10-06 05:17:08,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:09,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-850af0e4-122c-4533-bf63-fbf7b1f14776 x-compute-request-id: req-850af0e4-122c-4533-bf63-fbf7b1f14776 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:09,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-850af0e4-122c-4533-bf63-fbf7b1f14776 2018-10-06 05:17:09,330 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:09,330 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:09,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:09,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1298e24-1ccd-400c-bd3d-911b27a5f276 x-compute-request-id: req-b1298e24-1ccd-400c-bd3d-911b27a5f276 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:09,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-b1298e24-1ccd-400c-bd3d-911b27a5f276 2018-10-06 05:17:09,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:10,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c16253b4-99f3-4e2e-b06e-c4eaf6b6a477 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:10,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-c16253b4-99f3-4e2e-b06e-c4eaf6b6a477 2018-10-06 05:17:10,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:10,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11128184-4ba1-4167-9815-115abc8dc204 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:10,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-11128184-4ba1-4167-9815-115abc8dc204 2018-10-06 05:17:10,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:10,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0c5ad8eb-d006-4066-98bc-aeb6a719de91 Date: Sat, 06 Oct 2018 05:17:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:10,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-0c5ad8eb-d006-4066-98bc-aeb6a719de91 2018-10-06 05:17:10,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:10,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-466191be-ddc5-4796-9438-898e1e92da9b Date: Sat, 06 Oct 2018 05:17:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:10,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-466191be-ddc5-4796-9438-898e1e92da9b 2018-10-06 05:17:10,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}}' 2018-10-06 05:17:11,643 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:17: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-69cb51b0-a4db-4ab4-9ad9-82c0ac2f7191 x-compute-request-id: req-69cb51b0-a4db-4ab4-9ad9-82c0ac2f7191 Content-Length: 0 Content-Type: application/json 2018-10-06 05:17:11,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a/action used request id req-69cb51b0-a4db-4ab4-9ad9-82c0ac2f7191 2018-10-06 05:17:11,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:11,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-6afec3e0-4db0-49b1-b685-ea02c9edf0a6 Date: Sat, 06 Oct 2018 05:17:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:38Z", "admin_state_up": true, "updated_at": "2018-10-06T05:16:45Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router"}]} 2018-10-06 05:17:11,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router used request id req-6afec3e0-4db0-49b1-b685-ea02c9edf0a6 2018-10-06 05:17:11,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:11,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c8b018-4b26-4760-b439-b31e28cd747c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:11,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-f6c8b018-4b26-4760-b439-b31e28cd747c 2018-10-06 05:17:11,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:11,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-e45623e6-25f3-4166-9f70-c1bbf3152897 Date: Sat, 06 Oct 2018 05:17:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"}]} 2018-10-06 05:17:11,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e767cef0-70f2-4c9c-81a2-2e38cddde7b1 used request id req-e45623e6-25f3-4166-9f70-c1bbf3152897 2018-10-06 05:17:11,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:11,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3dd5d38e-398a-446f-b0b5-9b8ef4380637 Date: Sat, 06 Oct 2018 05:17:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}} 2018-10-06 05:17:11,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 used request id req-3dd5d38e-398a-446f-b0b5-9b8ef4380637 2018-10-06 05:17:11,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:12,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f3091080-f2dc-4e06-9a32-08da62d80bc1 Date: Sat, 06 Oct 2018 05:17:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:17:12,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-f3091080-f2dc-4e06-9a32-08da62d80bc1 2018-10-06 05:17:12,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:12,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-17974f1b-ca12-4992-ab62-423bcc15d26f Date: Sat, 06 Oct 2018 05:17:12 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:17:12,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-17974f1b-ca12-4992-ab62-423bcc15d26f 2018-10-06 05:17:12,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:12,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-efc89042-5bb6-48cb-8a7a-7841c9caa443 x-compute-request-id: req-efc89042-5bb6-48cb-8a7a-7841c9caa443 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:12,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-efc89042-5bb6-48cb-8a7a-7841c9caa443 2018-10-06 05:17:12,753 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:12,753 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:12,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:13,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-4a4a3d9e-da7e-4a03-bcf5-134b80b35139 x-compute-request-id: req-4a4a3d9e-da7e-4a03-bcf5-134b80b35139 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:13,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-4a4a3d9e-da7e-4a03-bcf5-134b80b35139 2018-10-06 05:17:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:13,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4b0a2425-b008-4ce8-a767-0cba621be77f Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:13,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-4b0a2425-b008-4ce8-a767-0cba621be77f 2018-10-06 05:17:13,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:13,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6e114ce-a0ac-4991-8911-5a257302b45c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:13,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-d6e114ce-a0ac-4991-8911-5a257302b45c 2018-10-06 05:17:13,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:13,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0dea5316-a6ae-4450-90eb-bd75c33e95c4 Date: Sat, 06 Oct 2018 05:17:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:13,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-0dea5316-a6ae-4450-90eb-bd75c33e95c4 2018-10-06 05:17:13,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:14,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-cd74ba77-0675-4d33-b643-a27fc151979c Date: Sat, 06 Oct 2018 05:17:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:14,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-cd74ba77-0675-4d33-b643-a27fc151979c 2018-10-06 05:17:14,098 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:17:14,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:14,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bf90fb5a-0ce6-46ad-838a-e753346a1a89 Date: Sat, 06 Oct 2018 05:17:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:17:14,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-bf90fb5a-0ce6-46ad-838a-e753346a1a89 2018-10-06 05:17:14,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:14,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1b7cb0b7-7ec7-489f-90fe-7c5e8c7bc0f6 Date: Sat, 06 Oct 2018 05:17:14 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:17:14,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-1b7cb0b7-7ec7-489f-90fe-7c5e8c7bc0f6 2018-10-06 05:17:14,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "d9c0deac-c3b1-45d3-bdd5-505207c4f2e9"}}' 2018-10-06 05:17:16,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6eed511a-b4c8-4af4-b1b1-0352d00d4f21 Date: Sat, 06 Oct 2018 05:17:16 GMT RESP BODY: {"floatingip": {"router_id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:17:14Z", "updated_at": "2018-10-06T05:17:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "port_id": "d9c0deac-c3b1-45d3-bdd5-505207c4f2e9", "id": "484a6943-fae2-402f-a26c-8bd3472b2902"}} 2018-10-06 05:17:16,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-6eed511a-b4c8-4af4-b1b1-0352d00d4f21 2018-10-06 05:17:16,313 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:17:16,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:16,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-174e2631-4454-4350-af4c-4e2571384977 x-compute-request-id: req-174e2631-4454-4350-af4c-4e2571384977 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:16,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-174e2631-4454-4350-af4c-4e2571384977 2018-10-06 05:17:16,793 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:16,794 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:16,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:17,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-c2fe5151-1da6-4da2-afc5-60305ef99864 x-compute-request-id: req-c2fe5151-1da6-4da2-afc5-60305ef99864 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:17,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-c2fe5151-1da6-4da2-afc5-60305ef99864 2018-10-06 05:17:17,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:17,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-24379657-dc34-451b-9e20-d4e776b11030 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:17,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-24379657-dc34-451b-9e20-d4e776b11030 2018-10-06 05:17:17,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:17,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e12e5e-146d-4c3a-86d3-2993b768b5cf Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:17,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-24e12e5e-146d-4c3a-86d3-2993b768b5cf 2018-10-06 05:17:17,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:17,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1ca6cae5-711f-4473-b017-a72fb7e72681 Date: Sat, 06 Oct 2018 05:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:17,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-1ca6cae5-711f-4473-b017-a72fb7e72681 2018-10-06 05:17:17,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:17,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-8b6ec8d0-619a-42a8-a4c5-c9c1e6bf8a19 Date: Sat, 06 Oct 2018 05:17:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:17,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-8b6ec8d0-619a-42a8-a4c5-c9c1e6bf8a19 2018-10-06 05:17:17,741 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-10-06 05:17:17,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:18,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f3be8c8-ad07-4023-af45-baa6e829d12a x-compute-request-id: req-2f3be8c8-ad07-4023-af45-baa6e829d12a Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:18,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-2f3be8c8-ad07-4023-af45-baa6e829d12a 2018-10-06 05:17:18,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:17:19,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-50206f28-53c3-4991-bc3a-bb7297ed3822 x-compute-request-id: req-50206f28-53c3-4991-bc3a-bb7297ed3822 Content-Encoding: gzip Content-Length: 9627 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 480722217 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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 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 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:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.138481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140318] pid_max: default: 32768 minimum: 301\n[ 0.141295] ACPI: Core revision 20150930\n[ 0.142737] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144103] Security Framework initialized\n[ 0.144987] Yama: becoming mindful.\n[ 0.145774] AppArmor: AppArmor initialized\n[ 0.146669] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148076] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.149478] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150803] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.152287] Initializing cgroup subsys io\n[ 0.153141] Initializing cgroup subsys memory\n[ 0.154091] Initializing cgroup subsys devices\n[ 0.155036] Initializing cgroup subsys freezer\n[ 0.155990] Initializing cgroup subsys net_cls\n[ 0.156919] Initializing cgroup subsys perf_event\n[ 0.157910] Initializing cgroup subsys net_prio\n[ 0.158874] Initializing cgroup subsys hugetlb\n[ 0.159797] Initializing cgroup subsys pids\n[ 0.160764] CPU: Physical Processor ID: 0\n[ 0.162344] mce: CPU supports 10 MCE banks\n[ 0.163240] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164291] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166638] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173206] ftrace: allocating 31920 entries in 125 pages\n[ 0.199824] smpboot: Max logical packages: 2\n[ 0.200806] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202127] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.203542] x2apic enabled\n[ 0.204370] Switched APIC routing to physical x2apic.\n[ 0.206259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209853] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211909] KVM setup paravirtual spinlock\n[ 0.213398] x86: Booting SMP configuration:\n[ 0.214380] .... node #0, CPUs: #1\n[ 0.215324] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.238669] x86: Booted up 1 node, 2 CPUs\n[ 0.238671] KVM setup async PF for cpu 1\n[ 0.238674] kvm-stealtime: cpu 1, msr f90d940\n[ 0.241328] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.242865] devtmpfs: initialized\n[ 0.244597] evm: security.selinux\n[ 0.245317] evm: security.SMACK64\n[ 0.246030] evm: security.SMACK64EXEC\n[ 0.246799] evm: security.SMACK64TRANSMUTE\n[ 0.247629] evm: security.SMACK64MMAP\n[ 0.248391] evm: security.ima\n[ 0.249048] evm: security.capability\n[ 0.249895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251821] pinctrl core: initialized pinctrl subsystem\n[ 0.252951] RTC time: 5:17:01, date: 10/06/18\n[ 0.254017] NET: Registered protocol family 16\n[ 0.263828] cpuidle: using governor ladder\n[ 0.275919] cpuidle: using governor menu\n[ 0.276778] PCCT header not found.\n[ 0.277569] ACPI: bus type PCI registered\n[ 0.278400] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279700] PCI: Using configuration type 1 for base access\n[ 0.293134] ACPI: Added _OSI(Module Device)\n[ 0.294009] ACPI: Added _OSI(Processor Device)\n[ 0.294894] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.295820] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.298162] ACPI: Interpreter enabled\n[ 0.298957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.300844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.302732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.304606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.306497] ACPI: (supports S0 S5)\n[ 0.307221] ACPI: Using IOAPIC for interrupt routing\n[ 0.308293] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.311708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.312872] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.314143] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.315365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.317687] acpiphp: Slot [3] registered\n[ 0.318516] acpiphp: Slot [4] registered\n[ 0.319342] acpiphp: Slot [5] registered\n[ 0.320161] acpiphp: Slot [6] registered\n[ 0.320987] acpiphp: Slot [7] registered\n[ 0.321802] acpiphp: Slot [8] registered\n[ 0.322640] acpiphp: Slot [9] registered\n[ 0.323477] acpiphp: Slot [10] registered\n[ 0.334561] acpiphp: Slot [11] registered\n[ 0.335397] acpiphp: Slot [12] registered\n[ 0.336228] acpiphp: Slot [13] registered\n[ 0.337058] acpiphp: Slot [14] registered\n[ 0.337883] acpiphp: Slot [15] registered\n[ 0.338718] acpiphp: Slot [16] registered\n[ 0.339547] acpiphp: Slot [17] registered\n[ 0.340374] acpiphp: Slot [18] registered\n[ 0.341205] acpiphp: Slot [19] registered\n[ 0.342034] acpiphp: Slot [20] registered\n[ 0.342865] acpiphp: Slot [21] registered\n[ 0.343695] acpiphp: Slot [22] registered\n[ 0.344522] acpiphp: Slot [23] registered\n[ 0.345353] acpiphp: Slot [24] registered\n[ 0.346183] acpiphp: Slot [25] registered\n[ 0.347015] acpiphp: Slot [26] registered\n[ 0.347847] acpiphp: Slot [27] registered\n[ 0.348675] acpiphp: Slot [28] registered\n[ 0.349499] acpiphp: Slot [29] registered\n[ 0.350327] acpiphp: Slot [30] registered\n[ 0.351162] acpiphp: Slot [31] registered\n[ 0.351989] PCI host bridge to bus 0000:00\n[ 0.352818] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.354059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356796] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.358275] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364468] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.365784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.366996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.368307] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.374719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.376187] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422975] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428590] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.432614] vgaarb: loaded\n[ 0.433229] vgaarb: bridge control possible 0000:00:02.0\n[ 0.434408] SCSI subsystem initialized\n[ 0.435266] ACPI: bus type USB registered\n[ 0.436107] usbcore: registered new interface driver usbfs\n[ 0.437159] usbcore: registered new interface driver hub\n[ 0.438189] usbcore: registered new device driver usb\n[ 0.439311] PCI: Using ACPI for IRQ routing\n[ 0.440364] NetLabel: Initializing\n[ 0.441093] NetLabel: domain hash size = 128\n[ 0.441969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.442938] NetLabel: unlabeled traffic allowed by default\n[ 0.444083] clocksource: Switched to clocksource kvm-clock\n[ 0.450082] AppArmor: AppArmor Filesystem Enabled\n[ 0.451072] pnp: PnP ACPI init\n[ 0.452023] pnp: PnP ACPI: found 5 devices\n[ 0.459123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.460876] NET: Registered protocol family 2\n[ 0.461888] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.463189] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.464388] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.465578] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467869] NET: Registered protocol family 1\n[ 0.468755] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.469878] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.470973] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.489627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508477] Trying to unpack rootfs image as initramfs...\n[ 0.557798] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572052] Scanning for low memory corruption every 60 seconds\n[ 0.573518] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.574714] audit: initializing netlink subsys (disabled)\n[ 0.575766] audit: type=2000 audit(1538803021.764:1): initialized\n[ 0.577119] Initialise system trusted keyring\n[ 0.578120] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579326] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581482] zbud: loaded\n[ 0.582235] VFS: Disk quotas dquot_6.6.0\n[ 0.583082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.584710] fuse init (API version 7.23)\n[ 0.585662] Key type big_key registered\n[ 0.586482] Allocating IMA MOK and blacklist keyrings.\n[ 0.587792] Key type asymmetric registered\n[ 0.588651] Asymmetric key parser 'x509' registered\n[ 0.589641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591181] io scheduler noop registered\n[ 0.592000] io scheduler deadline registered (default)\n[ 0.593032] io scheduler cfq registered\n[ 0.593899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.594982] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597798] ACPI: Power Button [PWRF]\n[ 0.598703] GHES: HEST is not enabled!\n[ 0.618167] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656123] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682619] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685222] Linux agpgart interface v0.103\n[ 0.688067] brd: module loaded\n[ 0.689496] loop: module loaded\n[ 0.693931] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.695434] GPT:90111 != 20971519\n[ 0.696158] GPT:Alternate GPT header not at the end of the disk.\n[ 0.697286] GPT:90111 != 20971519\n[ 0.697993] GPT: Use GNU Parted to correct GPT errors.\n[ 0.698988] vda: vda1 vda15\n[ 0.700569] scsi host0: ata_piix\n[ 0.701373] scsi host1: ata_piix\n[ 0.702103] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.704670] libphy: Fixed MDIO Bus: probed\n[ 0.705555] tun: Universal TUN/TAP device driver, 1.6\n[ 0.706581] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.708569] PPP generic driver version 2.4.2\n[ 0.709529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710809] ehci-pci: EHCI PCI platform driver\n[ 0.711704] ehci-platform: EHCI generic platform driver\n[ 0.712726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.713885] ohci-pci: OHCI PCI platform driver\n[ 0.714777] ohci-platform: OHCI generic platform driver\n[ 0.715789] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734619] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737150] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739346] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742068] usb usb1: Product: UHCI Host Controller\n[ 0.743026] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744198] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745289] hub 1-0:1.0: USB hub found\n[ 0.746090] hub 1-0:1.0: 2 ports detected\n[ 0.747022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749186] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750171] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751279] mousedev: PS/2 mouse device common for all mice\n[ 0.752596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755700] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756944] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.758176] i2c /dev entries driver\n[ 0.758966] device-mapper: uevent: version 1.0.3\n[ 0.759949] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761640] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.763007] NET: Registered protocol family 10\n[ 0.764055] NET: Registered protocol family 17\n[ 0.764983] Key type dns_resolver registered\n[ 0.765991] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.767136] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768342] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.770205] registered taskstats version 1\n[ 0.771071] Loading compiled-in X.509 certificates\n[ 0.772540] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.774471] zswap: loaded using pool lzo/zbud\n[ 0.776043] Key type trusted registered\n[ 0.777735] Key type encrypted registered\n[ 0.778593] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779646] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780725] evm: HMAC attrs: 0x1\n[ 0.781708] Magic number: 6:721:263\n[ 0.782593] rtc_cmos 00:00: setting system clock to 2018-10-06 05:17:02 UTC (1538803022)\n[ 0.794752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795910] EDD information not available.\n[ 0.861423] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863406] Write protecting the kernel read-only data: 14336k\n[ 0.865315] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\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.244357] 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.55.1.8...\nLease of 10.55.1.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-00000110\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): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrWwrwgCB1p1YJ6ZgsF/z8fkQQX9SqshlZ0nhKpNjMj3PI6ezpkVL80BLu+zI0RDeC2g/+dDhjhsc7hMCPbBj8MWKo48rxgwqjCVHyH+bIR0yr+/GbTJNM3CC/Bb4cxvL6WAPZL66GRexBMk0qlf5q1Xq4pj3iNhU9C6VSJXKL4mfeGIikbw7JPk1qnLkRM294RckGV8Qgn2SioNQ2eCeX29xw55ZsmMUaamebm7oFH/q6tA8NJmndgcXK1l039/m4QB32HtWpivaPccD6nEGip0/2K4icByEjCdrpKOOjZm8sZJSVUbit64MhP+brPnUTcsspR/QNj8sA08iF8oRd root@createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511\nssh-dss AAAAB3NzaC1kc3MAAACBALZRbswg2yDQFujLOszimKIEF8N7QMg98zqk2vLQrjjDJ/TlE/BjjVmwMsgQ1EufxqN5sYUNZ8knZC8ZjKSCZKiqusHY3G5pH/g4q65jDJXlv4g4LDxyHoKeWAaQSBDZ9lSphuPrd6I8ssId1BuxTGsKO1nY7DXL7VrAITHuD/11AAAAFQCepxQaiKMTWoQTCAGuz81HX8xH7QAAAIEAqz42JgXRC5VzkNuW8pRb5KxMKjXQW7XZ5OD3jQavClCq8W/uU5gX0h74gliqOeNTs3T/dxLKCqvxpS+QzxS0px7VIK5MW5Pd7YNDt0glEomspjfpyVbGp6RmxAbu9WFVY9WV7btH/3eyRgIyw13Q3+I/JrsbSwgT6KN9HZ249P8AAACAA8ncAXbFqoJru6DPgVBLyziMEh2vtr6ozdi7WjTqPlaeazQYdzN0/9G+OTnapqnFiH6MK6x77mz0oq9yrCPFMaMOPbRri4vwv4i+AyD/dN+tQhy5LmM1+b1gVVh6kRIJL7MsctMzUs2ADrCNGbWAv3jFoEx9bWW47iYYTWIbItQ= root@createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe66:90b7/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 \nip-route:169.254.169.254 via 10.55.1.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-00000110\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.78 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511 login: "} 2018-10-06 05:17:19,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a/action used request id req-50206f28-53c3-4991-bc3a-bb7297ed3822 2018-10-06 05:17:19,124 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:17:19,124 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 0x00000000000F7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (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 480722217 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 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 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:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 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: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K 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.138481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140318] pid_max: default: 32768 minimum: 301 [ 0.141295] ACPI: Core revision 20150930 [ 0.142737] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144103] Security Framework initialized [ 0.144987] Yama: becoming mindful. [ 0.145774] AppArmor: AppArmor initialized [ 0.146669] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148076] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.149478] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150803] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.152287] Initializing cgroup subsys io [ 0.153141] Initializing cgroup subsys memory [ 0.154091] Initializing cgroup subsys devices [ 0.155036] Initializing cgroup subsys freezer [ 0.155990] Initializing cgroup subsys net_cls [ 0.156919] Initializing cgroup subsys perf_event [ 0.157910] Initializing cgroup subsys net_prio [ 0.158874] Initializing cgroup subsys hugetlb [ 0.159797] Initializing cgroup subsys pids [ 0.160764] CPU: Physical Processor ID: 0 [ 0.162344] mce: CPU supports 10 MCE banks [ 0.163240] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164291] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166638] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173206] ftrace: allocating 31920 entries in 125 pages [ 0.199824] smpboot: Max logical packages: 2 [ 0.200806] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202127] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.203542] x2apic enabled [ 0.204370] Switched APIC routing to physical x2apic. [ 0.206259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209853] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211909] KVM setup paravirtual spinlock [ 0.213398] x86: Booting SMP configuration: [ 0.214380] .... node #0, CPUs: #1 [ 0.215324] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.238669] x86: Booted up 1 node, 2 CPUs [ 0.238671] KVM setup async PF for cpu 1 [ 0.238674] kvm-stealtime: cpu 1, msr f90d940 [ 0.241328] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.242865] devtmpfs: initialized [ 0.244597] evm: security.selinux [ 0.245317] evm: security.SMACK64 [ 0.246030] evm: security.SMACK64EXEC [ 0.246799] evm: security.SMACK64TRANSMUTE [ 0.247629] evm: security.SMACK64MMAP [ 0.248391] evm: security.ima [ 0.249048] evm: security.capability [ 0.249895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251821] pinctrl core: initialized pinctrl subsystem [ 0.252951] RTC time: 5:17:01, date: 10/06/18 [ 0.254017] NET: Registered protocol family 16 [ 0.263828] cpuidle: using governor ladder [ 0.275919] cpuidle: using governor menu [ 0.276778] PCCT header not found. [ 0.277569] ACPI: bus type PCI registered [ 0.278400] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.279700] PCI: Using configuration type 1 for base access [ 0.293134] ACPI: Added _OSI(Module Device) [ 0.294009] ACPI: Added _OSI(Processor Device) [ 0.294894] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.295820] ACPI: Added _OSI(Processor Aggregator Device) [ 0.298162] ACPI: Interpreter enabled [ 0.298957] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.300844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.302732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.304606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.306497] ACPI: (supports S0 S5) [ 0.307221] ACPI: Using IOAPIC for interrupt routing [ 0.308293] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.311708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.312872] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.314143] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.315365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.317687] acpiphp: Slot [3] registered [ 0.318516] acpiphp: Slot [4] registered [ 0.319342] acpiphp: Slot [5] registered [ 0.320161] acpiphp: Slot [6] registered [ 0.320987] acpiphp: Slot [7] registered [ 0.321802] acpiphp: Slot [8] registered [ 0.322640] acpiphp: Slot [9] registered [ 0.323477] acpiphp: Slot [10] registered [ 0.334561] acpiphp: Slot [11] registered [ 0.335397] acpiphp: Slot [12] registered [ 0.336228] acpiphp: Slot [13] registered [ 0.337058] acpiphp: Slot [14] registered [ 0.337883] acpiphp: Slot [15] registered [ 0.338718] acpiphp: Slot [16] registered [ 0.339547] acpiphp: Slot [17] registered [ 0.340374] acpiphp: Slot [18] registered [ 0.341205] acpiphp: Slot [19] registered [ 0.342034] acpiphp: Slot [20] registered [ 0.342865] acpiphp: Slot [21] registered [ 0.343695] acpiphp: Slot [22] registered [ 0.344522] acpiphp: Slot [23] registered [ 0.345353] acpiphp: Slot [24] registered [ 0.346183] acpiphp: Slot [25] registered [ 0.347015] acpiphp: Slot [26] registered [ 0.347847] acpiphp: Slot [27] registered [ 0.348675] acpiphp: Slot [28] registered [ 0.349499] acpiphp: Slot [29] registered [ 0.350327] acpiphp: Slot [30] registered [ 0.351162] acpiphp: Slot [31] registered [ 0.351989] PCI host bridge to bus 0000:00 [ 0.352818] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.354059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.355310] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.356796] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.358275] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.364468] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.365784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.366996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.368307] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.374719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.376187] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422975] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424417] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428590] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429797] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.432614] vgaarb: loaded [ 0.433229] vgaarb: bridge control possible 0000:00:02.0 [ 0.434408] SCSI subsystem initialized [ 0.435266] ACPI: bus type USB registered [ 0.436107] usbcore: registered new interface driver usbfs [ 0.437159] usbcore: registered new interface driver hub [ 0.438189] usbcore: registered new device driver usb [ 0.439311] PCI: Using ACPI for IRQ routing [ 0.440364] NetLabel: Initializing [ 0.441093] NetLabel: domain hash size = 128 [ 0.441969] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.442938] NetLabel: unlabeled traffic allowed by default [ 0.444083] clocksource: Switched to clocksource kvm-clock [ 0.450082] AppArmor: AppArmor Filesystem Enabled [ 0.451072] pnp: PnP ACPI init [ 0.452023] pnp: PnP ACPI: found 5 devices [ 0.459123] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.460876] NET: Registered protocol family 2 [ 0.461888] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.463189] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.464388] TCP: Hash tables configured (established 2048 bind 2048) [ 0.465578] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.466680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.467869] NET: Registered protocol family 1 [ 0.468755] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.469878] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.470973] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.489627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.508477] Trying to unpack rootfs image as initramfs... [ 0.557798] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572052] Scanning for low memory corruption every 60 seconds [ 0.573518] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.574714] audit: initializing netlink subsys (disabled) [ 0.575766] audit: type=2000 audit(1538803021.764:1): initialized [ 0.577119] Initialise system trusted keyring [ 0.578120] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579326] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581482] zbud: loaded [ 0.582235] VFS: Disk quotas dquot_6.6.0 [ 0.583082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.584710] fuse init (API version 7.23) [ 0.585662] Key type big_key registered [ 0.586482] Allocating IMA MOK and blacklist keyrings. [ 0.587792] Key type asymmetric registered [ 0.588651] Asymmetric key parser 'x509' registered [ 0.589641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.591181] io scheduler noop registered [ 0.592000] io scheduler deadline registered (default) [ 0.593032] io scheduler cfq registered [ 0.593899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.594982] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.596293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.597798] ACPI: Power Button [PWRF] [ 0.598703] GHES: HEST is not enabled! [ 0.618167] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656123] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682619] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685222] Linux agpgart interface v0.103 [ 0.688067] brd: module loaded [ 0.689496] loop: module loaded [ 0.693931] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.695434] GPT:90111 != 20971519 [ 0.696158] GPT:Alternate GPT header not at the end of the disk. [ 0.697286] GPT:90111 != 20971519 [ 0.697993] GPT: Use GNU Parted to correct GPT errors. [ 0.698988] vda: vda1 vda15 [ 0.700569] scsi host0: ata_piix [ 0.701373] scsi host1: ata_piix [ 0.702103] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703352] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.704670] libphy: Fixed MDIO Bus: probed [ 0.705555] tun: Universal TUN/TAP device driver, 1.6 [ 0.706581] tun: (C) 1999-2004 Max Krasnyansky [ 0.708569] PPP generic driver version 2.4.2 [ 0.709529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.710809] ehci-pci: EHCI PCI platform driver [ 0.711704] ehci-platform: EHCI generic platform driver [ 0.712726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.713885] ohci-pci: OHCI PCI platform driver [ 0.714777] ohci-platform: OHCI generic platform driver [ 0.715789] uhci_hcd: USB Universal Host Controller Interface driver [ 0.734619] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.735663] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737150] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.738201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.739346] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742068] usb usb1: Product: UHCI Host Controller [ 0.743026] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744198] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745289] hub 1-0:1.0: USB hub found [ 0.746090] hub 1-0:1.0: 2 ports detected [ 0.747022] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.749186] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.750171] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751279] mousedev: PS/2 mouse device common for all mice [ 0.752596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.754545] rtc_cmos 00:00: RTC can wake from S4 [ 0.755700] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756944] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.758176] i2c /dev entries driver [ 0.758966] device-mapper: uevent: version 1.0.3 [ 0.759949] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.761640] ledtrig-cpu: registered to indicate activity on CPUs [ 0.763007] NET: Registered protocol family 10 [ 0.764055] NET: Registered protocol family 17 [ 0.764983] Key type dns_resolver registered [ 0.765991] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.767136] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768342] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.770205] registered taskstats version 1 [ 0.771071] Loading compiled-in X.509 certificates [ 0.772540] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.774471] zswap: loaded using pool lzo/zbud [ 0.776043] Key type trusted registered [ 0.777735] Key type encrypted registered [ 0.778593] AppArmor: AppArmor sha1 policy hashing enabled [ 0.779646] ima: No TPM chip found, activating TPM-bypass! [ 0.780725] evm: HMAC attrs: 0x1 [ 0.781708] Magic number: 6:721:263 [ 0.782593] rtc_cmos 00:00: setting system clock to 2018-10-06 05:17:02 UTC (1538803022) [ 0.794752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795910] EDD information not available. [ 0.861423] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.863406] Write protecting the kernel read-only data: 14336k [ 0.865315] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.867577] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.03 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.244357] 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.55.1.8... Lease of 10.55.1.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-00000110 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): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrWwrwgCB1p1YJ6ZgsF/z8fkQQX9SqshlZ0nhKpNjMj3PI6ezpkVL80BLu+zI0RDeC2g/+dDhjhsc7hMCPbBj8MWKo48rxgwqjCVHyH+bIR0yr+/GbTJNM3CC/Bb4cxvL6WAPZL66GRexBMk0qlf5q1Xq4pj3iNhU9C6VSJXKL4mfeGIikbw7JPk1qnLkRM294RckGV8Qgn2SioNQ2eCeX29xw55ZsmMUaamebm7oFH/q6tA8NJmndgcXK1l039/m4QB32HtWpivaPccD6nEGip0/2K4icByEjCdrpKOOjZm8sZJSVUbit64MhP+brPnUTcsspR/QNj8sA08iF8oRd root@createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511 ssh-dss AAAAB3NzaC1kc3MAAACBALZRbswg2yDQFujLOszimKIEF8N7QMg98zqk2vLQrjjDJ/TlE/BjjVmwMsgQ1EufxqN5sYUNZ8knZC8ZjKSCZKiqusHY3G5pH/g4q65jDJXlv4g4LDxyHoKeWAaQSBDZ9lSphuPrd6I8ssId1BuxTGsKO1nY7DXL7VrAITHuD/11AAAAFQCepxQaiKMTWoQTCAGuz81HX8xH7QAAAIEAqz42JgXRC5VzkNuW8pRb5KxMKjXQW7XZ5OD3jQavClCq8W/uU5gX0h74gliqOeNTs3T/dxLKCqvxpS+QzxS0px7VIK5MW5Pd7YNDt0glEomspjfpyVbGp6RmxAbu9WFVY9WV7btH/3eyRgIyw13Q3+I/JrsbSwgT6KN9HZ249P8AAACAA8ncAXbFqoJru6DPgVBLyziMEh2vtr6ozdi7WjTqPlaeazQYdzN0/9G+OTnapqnFiH6MK6x77mz0oq9yrCPFMaMOPbRri4vwv4i+AyD/dN+tQhy5LmM1+b1gVVh6kRIJL7MsctMzUs2ADrCNGbWAv3jFoEx9bWW47iYYTWIbItQ= root@createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.8,24,fe80::f816:3eff:fe66:90b7/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.8 ip-route:169.254.169.254 via 10.55.1.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000110 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511 launch-index: 0 === cirros: current=0.4.0 uptime=2.78 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c4469e22-94d7-4069-85f6-b1c511 login: 2018-10-06 05:17:19,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:19,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-caea4cfe-00dd-4f8c-9375-eadfb3741435 x-compute-request-id: req-caea4cfe-00dd-4f8c-9375-eadfb3741435 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:19,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-caea4cfe-00dd-4f8c-9375-eadfb3741435 2018-10-06 05:17:19,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:19,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-07c37852-88f7-4091-b853-54b0abcb662c Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:19,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-07c37852-88f7-4091-b853-54b0abcb662c 2018-10-06 05:17:19,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:19,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243dc8c0-e8ee-484d-bb42-b9434377bb70 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:19,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-243dc8c0-e8ee-484d-bb42-b9434377bb70 2018-10-06 05:17:19,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:19,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae67c3f3-b935-41a1-a967-4a592d34efc5 Date: Sat, 06 Oct 2018 05:17:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:19,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-ae67c3f3-b935-41a1-a967-4a592d34efc5 2018-10-06 05:17:19,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:19,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-2e019f05-3956-4cb8-9770-6db88211ec38 Date: Sat, 06 Oct 2018 05:17:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:19,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-2e019f05-3956-4cb8-9770-6db88211ec38 2018-10-06 05:17:19,814 - create_instance - INFO - Checking if VM is active 2018-10-06 05:17:19,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-269de464-5c9b-4067-bd99-07b57fef666f x-compute-request-id: req-269de464-5c9b-4067-bd99-07b57fef666f Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:20,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-269de464-5c9b-4067-bd99-07b57fef666f 2018-10-06 05:17:20,220 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:20,220 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:20,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-797b3b19-7a5f-4f90-b513-a9a91bb30c25 x-compute-request-id: req-797b3b19-7a5f-4f90-b513-a9a91bb30c25 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:20,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-797b3b19-7a5f-4f90-b513-a9a91bb30c25 2018-10-06 05:17:20,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-23225bc0-8089-4ad5-967b-8ee55d5edd55 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:20,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-23225bc0-8089-4ad5-967b-8ee55d5edd55 2018-10-06 05:17:20,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0296d80-7814-4de5-9eb2-1bf8c389d6cc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:20,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-d0296d80-7814-4de5-9eb2-1bf8c389d6cc 2018-10-06 05:17:20,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c08f9c80-958e-417e-af74-3cc67394ac01 Date: Sat, 06 Oct 2018 05:17:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:20,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-c08f9c80-958e-417e-af74-3cc67394ac01 2018-10-06 05:17:20,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:20,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-245d20d6-e92b-4d2b-b386-9a3d59a5c3d3 Date: Sat, 06 Oct 2018 05:17:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:20,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-245d20d6-e92b-4d2b-b386-9a3d59a5c3d3 2018-10-06 05:17:20,897 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:17:20,900 - paramiko.transport - DEBUG - starting thread (client mode): 0x74022d90L 2018-10-06 05:17:20,900 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:17:20,901 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:17:20,901 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:17:20,902 - 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-10-06 05:17:20,902 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:17:20,902 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:17:20,902 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:17:20,903 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:17:20,903 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:17:20,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:17:20,920 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:17:20,933 - paramiko.transport - DEBUG - Trying key 8b3b6d34e850b3fe3a829046193df941 from tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a 2018-10-06 05:17:20,959 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:17:20,962 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:17:21,063 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:17:21,078 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:17:21,079 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:17:21,080 - paramiko.transport - DEBUG - starting thread (client mode): 0x74022d90L 2018-10-06 05:17:21,081 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:17:21,081 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:17:21,081 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:17:21,082 - 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-10-06 05:17:21,082 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:17:21,082 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:17:21,083 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:17:21,083 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:17:21,083 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:17:21,100 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:17:21,100 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:17:21,113 - paramiko.transport - DEBUG - Trying key 8b3b6d34e850b3fe3a829046193df941 from tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a 2018-10-06 05:17:21,139 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:17:21,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:17:21,145 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:17:21,146 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:17:21,146 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:17:21,148 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:17:21,149 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:17:21,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:21,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:21,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "153270fbbc9d47fb9e4f710f9d2cff27", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role"}], "expires_at": "2018-10-06T06:17:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5745efb25bdb4102a277039e0fdb6ece", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/5745efb25bdb4102a277039e0fdb6ece", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user", "id": "0e702c9756bf461e9abbf879e567ebb3"}, "audit_ids": ["6e8snUBBTL-yZ_-dyqiaSw"], "issued_at": "2018-10-06T05:17:21.000000Z"}} 2018-10-06 05:17:21,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:21,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-084a1db4-6214-42e6-96ba-8b3ef19f45ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:21,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-084a1db4-6214-42e6-96ba-8b3ef19f45ff 2018-10-06 05:17:21,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:17:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:21,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad157b6-3342-48db-bfb2-a6535531774b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:21,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aad157b6-3342-48db-bfb2-a6535531774b 2018-10-06 05:17:21,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a250ab2-87a7-476d-93d3-0bbcf578d7ca Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:21,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-5a250ab2-87a7-476d-93d3-0bbcf578d7ca 2018-10-06 05:17:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:17:21,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:17:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:17:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:22,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7d9ff2-55d5-4761-a299-31b3a06f6d83 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:22,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-9a7d9ff2-55d5-4761-a299-31b3a06f6d83 2018-10-06 05:17:22,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:22,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0bcfad3b-6b03-48cf-a1c7-9e6282f3e3ed Date: Sat, 06 Oct 2018 05:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:22,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-0bcfad3b-6b03-48cf-a1c7-9e6282f3e3ed 2018-10-06 05:17:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:22,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-824d2120-c9e5-4236-b767-173bea3fab68 Date: Sat, 06 Oct 2018 05:17:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:22,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1&name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1&admin_state_up=True used request id req-824d2120-c9e5-4236-b767-173bea3fab68 2018-10-06 05:17:22,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:22,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9005126c-fb97-4e63-97bb-c9d770496c0c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:22,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-9005126c-fb97-4e63-97bb-c9d770496c0c 2018-10-06 05:17:22,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:23,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-212e35ab-e796-4926-b60b-8a5f3957e3ec x-compute-request-id: req-212e35ab-e796-4926-b60b-8a5f3957e3ec Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:17:23,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst used request id req-212e35ab-e796-4926-b60b-8a5f3957e3ec 2018-10-06 05:17:23,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:23,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d73e64b7-8ac6-4a4f-8901-472353aedad6 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:23,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-d73e64b7-8ac6-4a4f-8901-472353aedad6 2018-10-06 05:17:23,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:23,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fef3d23d-b28f-4582-8f89-e4ef613c5f2f Date: Sat, 06 Oct 2018 05:17:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:23,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-fef3d23d-b28f-4582-8f89-e4ef613c5f2f 2018-10-06 05:17:23,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:24,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-9ff51a7d-f9c8-4f93-a020-ba59f656dc6c Date: Sat, 06 Oct 2018 05:17:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:24,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-9ff51a7d-f9c8-4f93-a020-ba59f656dc6c 2018-10-06 05:17:24,327 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst 2018-10-06 05:17:24,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:24,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-08bd6f08-8e9a-4cd2-b027-475ab641ff00 Date: Sat, 06 Oct 2018 05:17:24 GMT RESP BODY: {"floatingips": [{"router_id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:17:14Z", "updated_at": "2018-10-06T05:17:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "port_id": "d9c0deac-c3b1-45d3-bdd5-505207c4f2e9", "id": "484a6943-fae2-402f-a26c-8bd3472b2902"}]} 2018-10-06 05:17:24,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-08bd6f08-8e9a-4cd2-b027-475ab641ff00 2018-10-06 05:17:24,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/d9c0deac-c3b1-45d3-bdd5-505207c4f2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:24,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-1225cc24-7db7-4db0-b2a6-7a19096ddf45 Date: Sat, 06 Oct 2018 05:17:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","device_id":"e290e096-2605-431a-9d51-b873caab0a8a","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","project_id":"5745efb25bdb4102a277039e0fdb6ece","qos_policy_id":null,"admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal"}} 2018-10-06 05:17:24,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/d9c0deac-c3b1-45d3-bdd5-505207c4f2e9 used request id req-1225cc24-7db7-4db0-b2a6-7a19096ddf45 2018-10-06 05:17:24,566 - create_instance - INFO - Checking if VM is active 2018-10-06 05:17:24,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:25,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-0439ef47-d41e-4473-afe9-dfd095dd76f7 x-compute-request-id: req-0439ef47-d41e-4473-afe9-dfd095dd76f7 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:25,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-0439ef47-d41e-4473-afe9-dfd095dd76f7 2018-10-06 05:17:25,192 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:25,192 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:17:25,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:25,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-ee1560d3-cec6-4aab-a0c3-995ff14bf1fa x-compute-request-id: req-ee1560d3-cec6-4aab-a0c3-995ff14bf1fa Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp"}, {"name": "default"}], "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:05Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:25,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-ee1560d3-cec6-4aab-a0c3-995ff14bf1fa 2018-10-06 05:17:25,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:25,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3d2b578-79e9-4120-a260-0494c8dfa455 Date: Sat, 06 Oct 2018 05:17: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":["20eeb67a-11da-4c06-80e7-3a14204e2639"],"updated_at":"2018-10-06T05:16:35Z","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5745efb25bdb4102a277039e0fdb6ece","id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net"}]} 2018-10-06 05:17:25,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net used request id req-c3d2b578-79e9-4120-a260-0494c8dfa455 2018-10-06 05:17:25,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:26,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fc54c0-3745-4ceb-9d7e-e8146f24cadf Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:26,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-52fc54c0-3745-4ceb-9d7e-e8146f24cadf 2018-10-06 05:17:26,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:26,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-48683dee-97c6-4ddf-968d-d69dc59e07ee Date: Sat, 06 Oct 2018 05:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","dns_nameservers":[],"updated_at":"2018-10-06T05:16:35Z","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":"5745efb25bdb4102a277039e0fdb6ece","id":"20eeb67a-11da-4c06-80e7-3a14204e2639","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet"}]} 2018-10-06 05:17:26,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-48683dee-97c6-4ddf-968d-d69dc59e07ee 2018-10-06 05:17:26,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021f562b8bdbcecf43374febbc22e969f848b125" 2018-10-06 05:17:26,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-fa25e563-9fae-4dd8-bd11-7622ee340acf Date: Sat, 06 Oct 2018 05:17:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.4"}],"id":"18174a6b-29ef-4dce-878e-f696ee9f8fe9","security_groups":[],"mac_address":"fa:16:3e:d4:3c:c8","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.2"}],"id":"39efe97a-d914-4f4b-9543-9622ed1a6eec","security_groups":[],"mac_address":"fa:16:3e:61:31:d5","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.3"}],"id":"a3ad8c46-977c-467b-a4e1-e5796feff006","security_groups":[],"mac_address":"fa:16:3e:87:cf:fc","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bec69af2-fe5e-4e6d-a784-d401cd5102b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:16:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.1"}],"id":"aaa89623-76b0-4081-8bed-122c70888cf0","security_groups":[],"mac_address":"fa:16:3e:88:e7:34","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:44Z","binding:vnic_type":"normal","device_id":"e767cef0-70f2-4c9c-81a2-2e38cddde7b1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:17:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20eeb67a-11da-4c06-80e7-3a14204e2639","ip_address":"10.55.1.8"}],"id":"d9c0deac-c3b1-45d3-bdd5-505207c4f2e9","security_groups":["2a396df6-5005-4ad6-b839-a07f4887d086","c37fd120-ee7a-4de2-99f0-65b570f1d4cb"],"mac_address":"fa:16:3e:66:90:b7","project_id":"5745efb25bdb4102a277039e0fdb6ece","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1","admin_state_up":true,"network_id":"bec69af2-fe5e-4e6d-a784-d401cd5102b1","tenant_id":"5745efb25bdb4102a277039e0fdb6ece","created_at":"2018-10-06T05:16:55Z","binding:vnic_type":"normal","device_id":"e290e096-2605-431a-9d51-b873caab0a8a"}]} 2018-10-06 05:17:26,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-fa25e563-9fae-4dd8-bd11-7622ee340acf 2018-10-06 05:17:26,469 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:17:26,471 - paramiko.transport - DEBUG - starting thread (client mode): 0x73e91e10L 2018-10-06 05:17:26,471 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:17:26,471 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:17:26,472 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:17:26,473 - 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-10-06 05:17:26,473 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:17:26,473 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:17:26,473 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:17:26,473 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:17:26,473 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:17:26,490 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:17:26,491 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:17:26,503 - paramiko.transport - DEBUG - Trying key 8b3b6d34e850b3fe3a829046193df941 from tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a 2018-10-06 05:17:26,531 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:17:26,535 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:17:26,636 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:17:26,682 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:17:26,682 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:17:26,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x73e91f50L 2018-10-06 05:17:26,684 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:17:26,684 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:17:26,684 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:17:26,685 - 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-10-06 05:17:26,685 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:17:26,686 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:17:26,686 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:17:26,686 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:17:26,686 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:17:26,703 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:17:26,703 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:17:26,716 - paramiko.transport - DEBUG - Trying key 8b3b6d34e850b3fe3a829046193df941 from tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a 2018-10-06 05:17:26,743 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:17:26,747 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:17:26,749 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:17:26,750 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:17:26,750 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:17:26,751 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:17:26,753 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:17:26,754 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-10-06 05:17:26,754 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-10-06 05:17:26,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/484a6943-fae2-402f-a26c-8bd3472b2902 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:27,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-668b04cb-d4bb-4c52-b274-311e8e798bfd Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:27,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/484a6943-fae2-402f-a26c-8bd3472b2902 used request id req-668b04cb-d4bb-4c52-b274-311e8e798bfd 2018-10-06 05:17:27,516 - create_instance - INFO - Deleting Port with ID - d9c0deac-c3b1-45d3-bdd5-505207c4f2e9 2018-10-06 05:17:27,516 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154aport-1 2018-10-06 05:17:27,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/d9c0deac-c3b1-45d3-bdd5-505207c4f2e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:28,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cba627e-513b-4d11-9129-aaec347d50b1 Date: Sat, 06 Oct 2018 05:17:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:28,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/d9c0deac-c3b1-45d3-bdd5-505207c4f2e9 used request id req-4cba627e-513b-4d11-9129-aaec347d50b1 2018-10-06 05:17:28,025 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst 2018-10-06 05:17:28,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:28,195 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17: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-f0243291-12e3-49be-b8f8-91e63ce2e90b x-compute-request-id: req-f0243291-12e3-49be-b8f8-91e63ce2e90b Content-Type: application/json 2018-10-06 05:17:28,195 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-f0243291-12e3-49be-b8f8-91e63ce2e90b 2018-10-06 05:17:28,196 - create_instance - INFO - Checking deletion status 2018-10-06 05:17:28,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:28,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-68fdb9cc-d108-477b-80d5-6fd5626e0e38 x-compute-request-id: req-68fdb9cc-d108-477b-80d5-6fd5626e0e38 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:28Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:28,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-68fdb9cc-d108-477b-80d5-6fd5626e0e38 2018-10-06 05:17:28,440 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:28,441 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:17:31,444 - create_instance - DEBUG - VM status query timeout in 296.752037048 2018-10-06 05:17:31,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:31,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17: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-cd02dec7-4d65-4d12-8548-618d6d3f630a x-compute-request-id: req-cd02dec7-4d65-4d12-8548-618d6d3f630a Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:90:b7", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:17:28Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:31,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-cd02dec7-4d65-4d12-8548-618d6d3f630a 2018-10-06 05:17:31,722 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - ACTIVE 2018-10-06 05:17:31,722 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:17:34,725 - create_instance - DEBUG - VM status query timeout in 293.47074914 2018-10-06 05:17:34,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8bcb73957e71cfd392bd65be982d02ef2fa206e" 2018-10-06 05:17:35,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-34b649e1-05a0-428b-b29e-bce88362da87 x-compute-request-id: req-34b649e1-05a0-428b-b29e-bce88362da87 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/e290e096-2605-431a-9d51-b873caab0a8a", "rel": "bookmark"}], "image": {"id": "69013b81-4fb9-4212-92d0-7fc81c5889ac", "links": [{"href": "http://172.30.9.29:8774/images/69013b81-4fb9-4212-92d0-7fc81c5889ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-10-06T05:17:00.000000", "flavor": {"id": "292f4fbc-bd56-42ce-881b-61698ef81a4e", "links": [{"href": "http://172.30.9.29:8774/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e", "rel": "bookmark"}]}, "id": "e290e096-2605-431a-9d51-b873caab0a8a", "user_id": "0e702c9756bf461e9abbf879e567ebb3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-10-06T05:17:34Z", "hostId": "efa32a1bb3220fac258765d6d614654b61a3aac4d780c1798d65dd5c", "OS-SRV-USG:terminated_at": "2018-10-06T05:17:29.000000", "key_name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp", "name": "CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst", "created": "2018-10-06T05:16:58Z", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:17:35,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/e290e096-2605-431a-9d51-b873caab0a8a used request id req-34b649e1-05a0-428b-b29e-bce88362da87 2018-10-06 05:17:35,184 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst] is - DELETED 2018-10-06 05:17:35,184 - create_instance - INFO - VM is - DELETED 2018-10-06 05:17:35,185 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-inst 2018-10-06 05:17:35,186 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp 2018-10-06 05:17:35,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef1e63f791c11a8329570583311c3932f1951e3" 2018-10-06 05:17:35,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-c5962c78-fabf-4eb8-b0ad-6ccf6c41dba4 x-compute-request-id: req-c5962c78-fabf-4eb8-b0ad-6ccf6c41dba4 Content-Length: 0 Content-Type: application/json 2018-10-06 05:17:35,230 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-kp used request id req-c5962c78-fabf-4eb8-b0ad-6ccf6c41dba4 2018-10-06 05:17:35,230 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a.pub] 2018-10-06 05:17:35,231 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a] 2018-10-06 05:17:35,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7a9bc507f34d9697ea8f5952b35443860b018a" 2018-10-06 05:17:35,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-20c818c9-1f3c-4d6e-bac1-8b06961e35ae x-compute-request-id: req-20c818c9-1f3c-4d6e-bac1-8b06961e35ae Content-Length: 0 Content-Type: application/json 2018-10-06 05:17:35,286 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/292f4fbc-bd56-42ce-881b-61698ef81a4e used request id req-20c818c9-1f3c-4d6e-bac1-8b06961e35ae 2018-10-06 05:17:35,287 - neutron_utils - INFO - Deleting security group rule with ID - 02113c5d-7c00-4a85-9464-0ca37b9748b8 2018-10-06 05:17:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/02113c5d-7c00-4a85-9464-0ca37b9748b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:17:35,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cbf4a60f-ec4d-4552-a36d-b9d59a926d93 Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:35,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/02113c5d-7c00-4a85-9464-0ca37b9748b8 used request id req-cbf4a60f-ec4d-4552-a36d-b9d59a926d93 2018-10-06 05:17:35,527 - neutron_utils - INFO - Deleting security group rule with ID - 7a94556b-9694-45f7-abfb-16646add4292 2018-10-06 05:17:35,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/7a94556b-9694-45f7-abfb-16646add4292 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:17:35,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6bbca63-da55-4e62-a6f3-b851ce317461 Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:35,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/7a94556b-9694-45f7-abfb-16646add4292 used request id req-e6bbca63-da55-4e62-a6f3-b851ce317461 2018-10-06 05:17:35,798 - neutron_utils - INFO - Deleting security group rule with ID - 9a110e53-01a6-47ec-a517-8e2ca0a20ae5 2018-10-06 05:17:35,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/9a110e53-01a6-47ec-a517-8e2ca0a20ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:17:36,042 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71511983-b10d-4dde-b310-9d2c466641bb Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:36,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/9a110e53-01a6-47ec-a517-8e2ca0a20ae5 used request id req-71511983-b10d-4dde-b310-9d2c466641bb 2018-10-06 05:17:36,043 - neutron_utils - INFO - Deleting security group rule with ID - ae9df0d2-de43-408f-9ce2-b5b9def15b63 2018-10-06 05:17:36,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/ae9df0d2-de43-408f-9ce2-b5b9def15b63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:17:36,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b42e45f-5c39-4d06-b370-d870656ca7a3 Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:36,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/ae9df0d2-de43-408f-9ce2-b5b9def15b63 used request id req-1b42e45f-5c39-4d06-b370-d870656ca7a3 2018-10-06 05:17:36,151 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-sec-grp 2018-10-06 05:17:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/2a396df6-5005-4ad6-b839-a07f4887d086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485b006db12595920e8a844a903213a42a03569a" 2018-10-06 05:17:36,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3c84cbb-83e0-45b9-aacb-c05fb4d81382 Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:36,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/2a396df6-5005-4ad6-b839-a07f4887d086 used request id req-b3c84cbb-83e0-45b9-aacb-c05fb4d81382 2018-10-06 05:17:36,286 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router and subnet CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet 2018-10-06 05:17:36,286 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:17:36,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" -d '{"subnet_id": "20eeb67a-11da-4c06-80e7-3a14204e2639"}' 2018-10-06 05:17:37,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be14fd09-eeb6-4e65-ae1c-6b0b1129131e Date: Sat, 06 Oct 2018 05:17:37 GMT RESP BODY: {"network_id": "bec69af2-fe5e-4e6d-a784-d401cd5102b1", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "subnet_id": "20eeb67a-11da-4c06-80e7-3a14204e2639", "subnet_ids": ["20eeb67a-11da-4c06-80e7-3a14204e2639"], "port_id": "aaa89623-76b0-4081-8bed-122c70888cf0", "id": "e767cef0-70f2-4c9c-81a2-2e38cddde7b1"} 2018-10-06 05:17:37,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1/remove_router_interface used request id req-be14fd09-eeb6-4e65-ae1c-6b0b1129131e 2018-10-06 05:17:37,791 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:17:37,791 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-router 2018-10-06 05:17:37,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8300b93be4c567ef21e90a938b05cf8f454ee0e" 2018-10-06 05:17:41,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5ff9bc1-31ce-45ea-a729-096f5b86d7c8 Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:41,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/e767cef0-70f2-4c9c-81a2-2e38cddde7b1 used request id req-f5ff9bc1-31ce-45ea-a729-096f5b86d7c8 2018-10-06 05:17:41,626 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet 2018-10-06 05:17:41,626 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-subnet 2018-10-06 05:17:41,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:17:43,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03c3c319-7231-4a82-a289-4fa93d8e9774 Date: Sat, 06 Oct 2018 05:17:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:43,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/20eeb67a-11da-4c06-80e7-3a14204e2639 used request id req-03c3c319-7231-4a82-a289-4fa93d8e9774 2018-10-06 05:17:43,804 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-pub-net 2018-10-06 05:17:43,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/bec69af2-fe5e-4e6d-a784-d401cd5102b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd97c0958612787595df8b387cf8fd2ca78b3f3" 2018-10-06 05:17:44,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2efd22a4-b8f6-4127-ad45-f5a544b78b50 Date: Sat, 06 Oct 2018 05:17:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:44,954 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/bec69af2-fe5e-4e6d-a784-d401cd5102b1 used request id req-2efd22a4-b8f6-4127-ad45-f5a544b78b50 2018-10-06 05:17:44,955 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c4469e22-94d7-4069-85f6-b1c51174154a-image 2018-10-06 05:17:44,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d643fa0dda8ffe23853c5c61a03b9b0944b0bf2b" 2018-10-06 05:17:46,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e60ae85d-e5d0-4db7-a9fd-bc2ff6d39f5c Date: Sat, 06 Oct 2018 05:17:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:17:46,008 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/69013b81-4fb9-4212-92d0-7fc81c5889ac used request id req-e60ae85d-e5d0-4db7-a9fd-bc2ff6d39f5c 2018-10-06 05:17:46,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:46,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b523f768-5e92-43c3-bf82-5f53b351305f Date: Sat, 06 Oct 2018 05:17:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:33Z", "updated_at": "2018-10-06T05:16:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "revision_number": 0, "id": "1d4ba942-5b1d-4ee4-9cd6-09e8c32a0d36", "remote_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "revision_number": 0, "id": "2f2cf2ab-156f-4c7c-b037-951b584b52d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv4", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "revision_number": 0, "id": "513b2811-016d-47ed-b3f6-9f06d41c8fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "revision_number": 0, "id": "53d69216-69a8-4b39-856c-104c4b8761bb", "remote_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "remote_ip_prefix": null, "created_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "port_range_min": null, "ethertype": "IPv6", "project_id": "5745efb25bdb4102a277039e0fdb6ece"}], "revision_number": 4, "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:17:46,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-b523f768-5e92-43c3-bf82-5f53b351305f 2018-10-06 05:17:46,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:46,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310e3d4d-20dd-4f6a-b710-31872bb8467d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:17:46,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-310e3d4d-20dd-4f6a-b710-31872bb8467d 2018-10-06 05:17:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:46,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724ac6b9-447f-463a-a68b-2579d362ddce Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:17:46,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-724ac6b9-447f-463a-a68b-2579d362ddce 2018-10-06 05:17:46,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:46,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964d4a9f-68ba-41fd-8de8-49d51e5d9d90 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece"}, "enabled": true, "id": "5745efb25bdb4102a277039e0fdb6ece", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj"}} 2018-10-06 05:17:46,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-964d4a9f-68ba-41fd-8de8-49d51e5d9d90 2018-10-06 05:17:46,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c37fd120-ee7a-4de2-99f0-65b570f1d4cb 2018-10-06 05:17:46,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c37fd120-ee7a-4de2-99f0-65b570f1d4cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:46,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d1144f9e-1380-49fa-b7bb-fb2bcc630db6 Date: Sat, 06 Oct 2018 05:17:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:33Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "1d4ba942-5b1d-4ee4-9cd6-09e8c32a0d36"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:33Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "2f2cf2ab-156f-4c7c-b037-951b584b52d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:33Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "513b2811-016d-47ed-b3f6-9f06d41c8fab"}, {"remote_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:16:33Z", "security_group_id": "c37fd120-ee7a-4de2-99f0-65b570f1d4cb", "port_range_min": null, "revision_number": 0, "tenant_id": "5745efb25bdb4102a277039e0fdb6ece", "created_at": "2018-10-06T05:16:33Z", "project_id": "5745efb25bdb4102a277039e0fdb6ece", "id": "53d69216-69a8-4b39-856c-104c4b8761bb"}]} 2018-10-06 05:17:46,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=c37fd120-ee7a-4de2-99f0-65b570f1d4cb used request id req-d1144f9e-1380-49fa-b7bb-fb2bcc630db6 2018-10-06 05:17:46,670 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:17:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/c37fd120-ee7a-4de2-99f0-65b570f1d4cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:47,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed201c15-d6e7-4b32-8d40-177607b0c25a Content-Length: 0 Date: Sat, 06 Oct 2018 05:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:17:47,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/c37fd120-ee7a-4de2-99f0-65b570f1d4cb used request id req-ed201c15-d6e7-4b32-8d40-177607b0c25a 2018-10-06 05:17:47,001 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj 2018-10-06 05:17:47,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:47,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39876f59-2900-457c-a778-df6d997cb529 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:47,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/5745efb25bdb4102a277039e0fdb6ece used request id req-39876f59-2900-457c-a778-df6d997cb529 2018-10-06 05:17:47,191 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-proj-role 2018-10-06 05:17:47,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:47,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c572ac50-da03-462e-8bf2-f77cce1e039a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:47,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/153270fbbc9d47fb9e4f710f9d2cff27 used request id req-c572ac50-da03-462e-8bf2-f77cce1e039a 2018-10-06 05:17:47,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c89a72b325361789c86327846106902bca680804" 2018-10-06 05:17:47,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab02f39-eb96-46df-b615-b693b94b8033 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:17:47,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ab02f39-eb96-46df-b615-b693b94b8033 2018-10-06 05:17:47,390 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f670341a-0bb9-4c6-user 2018-10-06 05:17:47,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0e702c9756bf461e9abbf879e567ebb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbb1179db18653be48f92d5afddfdcdc1ad7a9" 2018-10-06 05:17:47,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-640d7991-8425-41bf-a018-f43476336f29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:47,565 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0e702c9756bf461e9abbf879e567ebb3 used request id req-640d7991-8425-41bf-a018-f43476336f29 2018-10-06 05:17:47,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:47,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:17:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["EgYcy4uGT0KSccHDqtNSkA"], "issued_at": "2018-10-06T05:17:47.000000Z"}} 2018-10-06 05:17:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44869750d7f4907a03cde5345be90be4641ab31d" 2018-10-06 05:17:48,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040b8373-de3a-4d25-925c-524fa878a403 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:48,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-040b8373-de3a-4d25-925c-524fa878a403 2018-10-06 05:17:48,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:48,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:48,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:17:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["cIYZ9QMIRLa_oZeb4WQXzQ"], "issued_at": "2018-10-06T05:17:48.000000Z"}} 2018-10-06 05:17:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:48,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66189197-ceb5-42b5-82b3-3559cf60baa7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:48,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-66189197-ceb5-42b5-82b3-3559cf60baa7 2018-10-06 05:17:48,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:17:48,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:17:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:17:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:48,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ad1e65-f0fd-4146-be0b-662dafcc62df Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:17:48,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj used request id req-15ad1e65-f0fd-4146-be0b-662dafcc62df 2018-10-06 05:17:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:48,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0cdc09-c1a4-4e6d-a47a-831f0428d96e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:17:48,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-3f0cdc09-c1a4-4e6d-a47a-831f0428d96e 2018-10-06 05:17:48,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}}' 2018-10-06 05:17:48,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7200e76-7f77-4897-b807-dc187e3f44d0 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:17:48,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-e7200e76-7f77-4897-b807-dc187e3f44d0 2018-10-06 05:17:48,721 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj 2018-10-06 05:17:48,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:48,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:49,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["94hXBLApTfuoAGCrIBeSzA"], "issued_at": "2018-10-06T05:17:49.000000Z"}} 2018-10-06 05:17:49,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:49,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4c5281-264e-4feb-967e-1185dcf12884 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:49,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bf4c5281-264e-4feb-967e-1185dcf12884 2018-10-06 05:17:49,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:17:49,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:17:49,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:49,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c0bf7a2-05b3-4b41-a808-63d18edb3cc4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:17:49,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-5c0bf7a2-05b3-4b41-a808-63d18edb3cc4 2018-10-06 05:17:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:49,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3447256e-8955-4154-a34a-5485df0af84b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}]} 2018-10-06 05:17:49,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj used request id req-3447256e-8955-4154-a34a-5485df0af84b 2018-10-06 05:17:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:49,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052d5962-6960-451c-97bb-2f990cf09bc8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:17:49,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-052d5962-6960-451c-97bb-2f990cf09bc8 2018-10-06 05:17:49,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:49,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60fb2b7b-eeba-4462-80f0-55f5d59ff556 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:17:49,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-60fb2b7b-eeba-4462-80f0-55f5d59ff556 2018-10-06 05:17:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f15a6e4-2715-44d5-b620-3d4037f4827a Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}]} 2018-10-06 05:17:50,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj used request id req-0f15a6e4-2715-44d5-b620-3d4037f4827a 2018-10-06 05:17:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/6b05ee0ac32d4dd7bd0c565149c6845d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac7ed18-c4d8-4129-88d4-9090a41dd650 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user", "links": {"self": "http://172.30.9.29:5000/v3/users/6b05ee0ac32d4dd7bd0c565149c6845d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "2234f36369d9441f9db69287d3aee028", "id": "6b05ee0ac32d4dd7bd0c565149c6845d", "password_expires_at": null}} 2018-10-06 05:17:50,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/6b05ee0ac32d4dd7bd0c565149c6845d used request id req-eac7ed18-c4d8-4129-88d4-9090a41dd650 2018-10-06 05:17:50,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa09ef1-50eb-449b-9626-1141c7f81de7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:17:50,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles used request id req-5fa09ef1-50eb-449b-9626-1141c7f81de7 2018-10-06 05:17:50,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09bb34c-ed4b-4127-9e6e-dba89f529b7e Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 05:17:50,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-d09bb34c-ed4b-4127-9e6e-dba89f529b7e 2018-10-06 05:17:50,419 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj 2018-10-06 05:17:50,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd5e8b66-5660-4402-808c-7b361193ed38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:50,550 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-fd5e8b66-5660-4402-808c-7b361193ed38 2018-10-06 05:17:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2555d8e3-29ca-4acc-9d39-b6c6381cd3c8 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:17:50,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2555d8e3-29ca-4acc-9d39-b6c6381cd3c8 2018-10-06 05:17:50,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bec0942-fe42-45f5-8e40-edb9cac8be81 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}]} 2018-10-06 05:17:50,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj used request id req-7bec0942-fe42-45f5-8e40-edb9cac8be81 2018-10-06 05:17:50,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b29a62-af6f-4e5c-b4d8-928a68b9ab71 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 05:17:50,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles used request id req-d5b29a62-af6f-4e5c-b4d8-928a68b9ab71 2018-10-06 05:17:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:50,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25743b39-0047-46c9-88f4-36f7b89fa914 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:17:50,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-25743b39-0047-46c9-88f4-36f7b89fa914 2018-10-06 05:17:50,925 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj 2018-10-06 05:17:50,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:17:51,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3dfc827-db19-4619-9f64-7573670e0d9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:51,072 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-f3dfc827-db19-4619-9f64-7573670e0d9c 2018-10-06 05:17:51,072 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user 2018-10-06 05:17:51,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:51,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:51,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041fd968-d403-42cc-a27f-d273fef5bbfa Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:17:51,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-041fd968-d403-42cc-a27f-d273fef5bbfa 2018-10-06 05:17:51,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" -d '{"role": {"name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}}' 2018-10-06 05:17:51,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc219317-3ffd-4767-b5db-f972fae41aca Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f79c869b9043481b9857ddde961913f4", "links": {"self": "http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4"}, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}} 2018-10-06 05:17:51,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-cc219317-3ffd-4767-b5db-f972fae41aca 2018-10-06 05:17:51,272 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role 2018-10-06 05:17:51,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:51,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46660e7e-df78-42b2-92c0-4fcbd399d985 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4"}, "domain_id": null, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role", "id": "f79c869b9043481b9857ddde961913f4"}} 2018-10-06 05:17:51,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4 used request id req-46660e7e-df78-42b2-92c0-4fcbd399d985 2018-10-06 05:17:51,365 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role to project CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj 2018-10-06 05:17:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/f79c869b9043481b9857ddde961913f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:17:51,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:17:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d76caed2-9a64-4e7c-9d45-c1969b3ea327 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:17:51,509 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028/users/6b05ee0ac32d4dd7bd0c565149c6845d/roles/f79c869b9043481b9857ddde961913f4 used request id req-d76caed2-9a64-4e7c-9d45-c1969b3ea327 2018-10-06 05:17:51,509 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:17:51,509 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:17:51,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:51,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:51,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "f79c869b9043481b9857ddde961913f4", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}], "expires_at": "2018-10-06T06:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2234f36369d9441f9db69287d3aee028", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user", "id": "6b05ee0ac32d4dd7bd0c565149c6845d"}, "audit_ids": ["WGz-WDe0SM6g2mizvLId5Q"], "issued_at": "2018-10-06T05:17:51.000000Z"}} 2018-10-06 05:17:51,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:51,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62d2e1b-28c0-41c6-a222-157a9925bba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:51,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c62d2e1b-28c0-41c6-a222-157a9925bba5 2018-10-06 05:17:51,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:52,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-33998dfa-46ba-41ff-a4cb-c7bb49641825 Date: Sat, 06 Oct 2018 05:17:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"} 2018-10-06 05:17:52,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image used request id req-33998dfa-46ba-41ff-a4cb-c7bb49641825 2018-10-06 05:17:52,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:52,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3ffeaec1-f3ac-4911-8514-ca4af2dd7d45 Date: Sat, 06 Oct 2018 05:17: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", "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-10-06 05:17:52,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-3ffeaec1-f3ac-4911-8514-ca4af2dd7d45 2018-10-06 05:17:52,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}' 2018-10-06 05:17:52,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d X-Openstack-Request-Id: req-625ac99e-70c2-4006-8c28-46661eefa721 Date: Sat, 06 Oct 2018 05:17:52 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:17:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:17:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "min_disk": 0, "protected": false, "id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "file": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file", "checksum": null, "owner": "2234f36369d9441f9db69287d3aee028", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:17:52,555 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-625ac99e-70c2-4006-8c28-46661eefa721 2018-10-06 05:17:52,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" -d '' 2018-10-06 05:17:53,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7eb783e-c150-48fc-9097-c821f4129d90 Date: Sat, 06 Oct 2018 05:17:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:17:53,898 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file used request id req-e7eb783e-c150-48fc-9097-c821f4129d90 2018-10-06 05:17:53,899 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:17:53,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:54,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0997f265-30c6-4ba3-9364-f5b0cedf2a9a Date: Sat, 06 Oct 2018 05:17:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:17:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:17:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "metadata": {}}], "self": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "min_disk": 0, "protected": false, "id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "file": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2234f36369d9441f9db69287d3aee028", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:17:54,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d used request id req-0997f265-30c6-4ba3-9364-f5b0cedf2a9a 2018-10-06 05:17:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:54,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e5e9a5f5-f64c-43cb-85b2-7651e8be56ab Date: Sat, 06 Oct 2018 05:17: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", "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-10-06 05:17:54,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-e5e9a5f5-f64c-43cb-85b2-7651e8be56ab 2018-10-06 05:17:54,251 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image 2018-10-06 05:17:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:17:54,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8c82401e-f3f7-4052-af09-72f10db76754 Date: Sat, 06 Oct 2018 05:17:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:17:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:17:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "metadata": {}}], "self": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "min_disk": 0, "protected": false, "id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "file": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2234f36369d9441f9db69287d3aee028", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:17:54,813 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d used request id req-8c82401e-f3f7-4052-af09-72f10db76754 2018-10-06 05:17:54,814 - create_image - DEBUG - Instance status is - active 2018-10-06 05:17:54,814 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image 2018-10-06 05:17:54,814 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image 2018-10-06 05:17:54,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:17:54,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:17:55,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "f79c869b9043481b9857ddde961913f4", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}], "expires_at": "2018-10-06T06:17:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2234f36369d9441f9db69287d3aee028", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user", "id": "6b05ee0ac32d4dd7bd0c565149c6845d"}, "audit_ids": ["kVAZnUCaTaOPd0jdnGpUZQ"], "issued_at": "2018-10-06T05:17:55.000000Z"}} 2018-10-06 05:17:55,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:17:55,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d6c5194-9f0d-4936-b07f-13a8c0a7845e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:17:55,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3d6c5194-9f0d-4936-b07f-13a8c0a7845e 2018-10-06 05:17:55,282 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:17:55,285 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:17:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:17:55,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:55 GMT Server: Apache x-openstack-request-id: req-600e9fd4-07f5-474b-a549-3e30fab2f45b Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:17:55,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack used request id req-600e9fd4-07f5-474b-a549-3e30fab2f45b 2018-10-06 05:17:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net"}}' 2018-10-06 05:17:59,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:17:55 GMT Server: Apache x-openstack-request-id: req-3bc8faab-0722-483f-85de-b065777441e6 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}]}} 2018-10-06 05:17:59,180 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks used request id req-3bc8faab-0722-483f-85de-b065777441e6 2018-10-06 05:17:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:17:59,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:17:59 GMT Server: Apache x-openstack-request-id: req-67a5d667-1538-4054-ad17-afd6ae5ff145 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:17:59,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:59 GMT Server: Apache x-openstack-request-id: req-0d5195b2-65ac-456f-9d1b-49bfc5e842e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "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-10-06 05:17:59,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-0d5195b2-65ac-456f-9d1b-49bfc5e842e9 2018-10-06 05:17:59,592 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:17:59,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:17:59,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:17:59 GMT Server: Apache x-openstack-request-id: req-158263ab-60a0-43d8-bb08-853d2ece2144 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:17:59,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:17:59 GMT Server: Apache x-openstack-request-id: req-009323eb-b0b5-4141-ab56-5fe12ba2ec87 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "", "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-10-06 05:17:59,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-009323eb-b0b5-4141-ab56-5fe12ba2ec87 2018-10-06 05:17:59,809 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:17:59,809 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:02,812 - create_stack - DEBUG - Stack status query timeout in 1196.77952313 2018-10-06 05:18:02,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:02,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-80e587dc-af12-4a89-bea3-60dcd1abab3c Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:03,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-4f8cc60c-b9e1-4680-89f4-fa4f20515d36 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:03,332 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-4f8cc60c-b9e1-4680-89f4-fa4f20515d36 2018-10-06 05:18:03,332 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:18:03,332 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:06,336 - create_stack - DEBUG - Stack status query timeout in 1193.25620604 2018-10-06 05:18:06,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:06,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:06 GMT Server: Apache x-openstack-request-id: req-3acd6446-126f-44ba-9ed3-7af84b00f301 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:06,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:06 GMT Server: Apache x-openstack-request-id: req-7d40bf69-8108-49e1-9bb3-4d95626bcbc3 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:06,795 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-7d40bf69-8108-49e1-9bb3-4d95626bcbc3 2018-10-06 05:18:06,796 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:18:06,796 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:09,799 - create_stack - DEBUG - Stack status query timeout in 1189.79281402 2018-10-06 05:18:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:09,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:09 GMT Server: Apache x-openstack-request-id: req-2758f4e0-458e-4ff9-a1e9-82503e501def Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:10,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:10 GMT Server: Apache x-openstack-request-id: req-f7631e23-0490-4749-980c-3224a77a67f3 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:10,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-f7631e23-0490-4749-980c-3224a77a67f3 2018-10-06 05:18:10,523 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:18:10,524 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:13,527 - create_stack - DEBUG - Stack status query timeout in 1186.06511903 2018-10-06 05:18:13,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:13,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:13 GMT Server: Apache x-openstack-request-id: req-2cfa1ead-c898-4480-8795-cfe118735be9 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:13,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:13 GMT Server: Apache x-openstack-request-id: req-46b5d464-3e99-4dff-a346-cf5f427ce813 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:13,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-46b5d464-3e99-4dff-a346-cf5f427ce813 2018-10-06 05:18:13,881 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:18:13,881 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:16,884 - create_stack - DEBUG - Stack status query timeout in 1182.70744801 2018-10-06 05:18:16,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:16,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:16 GMT Server: Apache x-openstack-request-id: req-28e247f2-e66d-45ac-b4a3-f8dbad8e1d77 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:17,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:16 GMT Server: Apache x-openstack-request-id: req-6035dd34-32ad-4d51-b4ba-cc918b519c4e 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:17,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-6035dd34-32ad-4d51-b4ba-cc918b519c4e 2018-10-06 05:18:17,238 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:18:17,238 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:20,242 - create_stack - DEBUG - Stack status query timeout in 1179.3503871 2018-10-06 05:18:20,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:20,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:20 GMT Server: Apache x-openstack-request-id: req-79329d4b-a15a-47bc-8d7a-ff9e5321e099 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:20,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:20 GMT Server: Apache x-openstack-request-id: req-51a61c1b-a642-4dbb-9854-6d6030b1f59e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:20,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-51a61c1b-a642-4dbb-9854-6d6030b1f59e 2018-10-06 05:18:20,744 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:18:20,745 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:18:20,745 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:18:20,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:20,917 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:20 GMT Server: Apache x-openstack-request-id: req-9ef1d201-5fe4-445a-878f-43c396284f29 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:21,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:20 GMT Server: Apache x-openstack-request-id: req-0faebe16-502e-420a-828e-76016ba14e2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7e4f6a65-8355-45c2-bc5e-806b5742cb32", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6b581824-078d-48dc-be39-bfead8dda616", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5af9d671-2d6c-472f-8972-0853c5717f44", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "209", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4:subnet_id=215ded7b-4013-40d1-9c2a-dd6956979187", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "215ded7b-4013-40d1-9c2a-dd6956979187", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b89e3d33-db6a-4e0f-b967-967a87755100", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:18:21,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources used request id req-0faebe16-502e-420a-828e-76016ba14e2b 2018-10-06 05:18:21,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:21,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-81b9b257-ce58-467b-8b59-362c1777e059 x-compute-request-id: req-81b9b257-ce58-467b-8b59-362c1777e059 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f5:4c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-06T05:18:13.000000", "flavor": {"id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "links": [{"href": "http://172.30.9.29:8774/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f", "rel": "bookmark"}]}, "id": "b89e3d33-db6a-4e0f-b967-967a87755100", "security_groups": [{"name": "default"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:16Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:21,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100 used request id req-81b9b257-ce58-467b-8b59-362c1777e059 2018-10-06 05:18:21,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:21,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f4ae2708-49e3-4490-b510-df75b1d2f9f0 Date: Sat, 06 Oct 2018 05:18:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:21,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-f4ae2708-49e3-4490-b510-df75b1d2f9f0 2018-10-06 05:18:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:18:21,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:18:21,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:21,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0bce924-6eb2-4600-bc2b-821e42cf6e14 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:21,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-a0bce924-6eb2-4600-bc2b-821e42cf6e14 2018-10-06 05:18:21,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:21,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e9673b36-6510-4fd7-8c0c-4cf6b83fea5b Date: Sat, 06 Oct 2018 05:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:21,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-e9673b36-6510-4fd7-8c0c-4cf6b83fea5b 2018-10-06 05:18:21,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:21,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-27c20668-7176-4cc3-9f8e-4340b5853c49 Date: Sat, 06 Oct 2018 05:18:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:21,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-27c20668-7176-4cc3-9f8e-4340b5853c49 2018-10-06 05:18:21,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-e4e30ab2-49db-4687-86fd-f3a8cfbbbf76 x-compute-request-id: req-e4e30ab2-49db-4687-86fd-f3a8cfbbbf76 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-06T05:18:11.000000", "flavor": {"id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "links": [{"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}]}, "id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "security_groups": [{"name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:14Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:22,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 used request id req-e4e30ab2-49db-4687-86fd-f3a8cfbbbf76 2018-10-06 05:18:22,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9b0cfdfd-08de-4a7d-9c99-116531f1b130 Date: Sat, 06 Oct 2018 05:18:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:22,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-9b0cfdfd-08de-4a7d-9c99-116531f1b130 2018-10-06 05:18:22,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2456929b-6182-4e59-9147-cf9dc34ad420 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:22,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-2456929b-6182-4e59-9147-cf9dc34ad420 2018-10-06 05:18:22,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ca6348f7-4457-4bd5-b89d-70b8af167844 Date: Sat, 06 Oct 2018 05:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:22,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-ca6348f7-4457-4bd5-b89d-70b8af167844 2018-10-06 05:18:22,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-197ec984-7318-4ea9-923d-c6ffd444dbd8 Date: Sat, 06 Oct 2018 05:18:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:22,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-197ec984-7318-4ea9-923d-c6ffd444dbd8 2018-10-06 05:18:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:22,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:22 GMT Server: Apache x-openstack-request-id: req-1486e493-ecb5-476d-8c7f-4f42b278d4ec Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:23,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:22 GMT Server: Apache x-openstack-request-id: req-c75b942e-eb8f-4577-b0c1-8465a7a121ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1057 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7e4f6a65-8355-45c2-bc5e-806b5742cb32", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "6b581824-078d-48dc-be39-bfead8dda616", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5af9d671-2d6c-472f-8972-0853c5717f44", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "209", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4:subnet_id=215ded7b-4013-40d1-9c2a-dd6956979187", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "215ded7b-4013-40d1-9c2a-dd6956979187", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b89e3d33-db6a-4e0f-b967-967a87755100", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T05:17:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:17:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:18:23,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee/resources used request id req-c75b942e-eb8f-4577-b0c1-8465a7a121ff 2018-10-06 05:18:23,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-3e4b0a68-b5fb-4fa9-a0fc-d13bcf7d2993 x-compute-request-id: req-3e4b0a68-b5fb-4fa9-a0fc-d13bcf7d2993 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-flavor2-xp6wk3thst3o", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:18:23,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f used request id req-3e4b0a68-b5fb-4fa9-a0fc-d13bcf7d2993 2018-10-06 05:18:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-80a522df-bc89-43d7-80cd-930243b6f075 Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}} 2018-10-06 05:18:23,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 used request id req-80a522df-bc89-43d7-80cd-930243b6f075 2018-10-06 05:18:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d453f81e-a0bb-4920-92d5-1c6d05ab92d4 Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:23,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-d453f81e-a0bb-4920-92d5-1c6d05ab92d4 2018-10-06 05:18:23,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bb2e813b-dd5e-4b40-9105-b250214d247b Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:23,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-bb2e813b-dd5e-4b40-9105-b250214d247b 2018-10-06 05:18:23,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-73bb69f2-1a75-4bfe-bc21-fccfc5fb08c6 Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:23,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-73bb69f2-1a75-4bfe-bc21-fccfc5fb08c6 2018-10-06 05:18:23,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d30df7-aee1-46e3-ab8c-9e4ef312009a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:23,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-e8d30df7-aee1-46e3-ab8c-9e4ef312009a 2018-10-06 05:18:23,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c41f2495-87e8-465b-88db-3e99e1210c17 Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:23,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-c41f2495-87e8-465b-88db-3e99e1210c17 2018-10-06 05:18:23,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A58%3Af5%3A4c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-f804dacb-dff2-4ce2-aaa9-5f21bbac5e81 Date: Sat, 06 Oct 2018 05:18:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"}]} 2018-10-06 05:18:23,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A58%3Af5%3A4c&admin_state_up=True used request id req-f804dacb-dff2-4ce2-aaa9-5f21bbac5e81 2018-10-06 05:18:23,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:23,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f267233-1e79-410c-bd36-b91c2e4ac306 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:23,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-3f267233-1e79-410c-bd36-b91c2e4ac306 2018-10-06 05:18:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1b2a2365-86b4-4fd6-8786-edad2ca615a6 Date: Sat, 06 Oct 2018 05:18:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:24,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-1b2a2365-86b4-4fd6-8786-edad2ca615a6 2018-10-06 05:18:24,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cbca73e7-bf8c-4abb-86ff-65888817bdb1 Date: Sat, 06 Oct 2018 05:18:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:24,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-cbca73e7-bf8c-4abb-86ff-65888817bdb1 2018-10-06 05:18:24,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ff638416-e876-45fb-a694-aae33be7066b Date: Sat, 06 Oct 2018 05:18:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:24,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-ff638416-e876-45fb-a694-aae33be7066b 2018-10-06 05:18:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a6831d0a-39e4-4bab-9433-fcf7fb77845b Date: Sat, 06 Oct 2018 05:18:24 GMT RESP BODY: {"floatingips": [{"router_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:10Z", "updated_at": "2018-10-06T05:18:12Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "2234f36369d9441f9db69287d3aee028", "port_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "id": "5af9d671-2d6c-472f-8972-0853c5717f44"}]} 2018-10-06 05:18:24,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-a6831d0a-39e4-4bab-9433-fcf7fb77845b 2018-10-06 05:18:24,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-646fa547-fc63-4c4e-b98b-8117131aca4e Date: Sat, 06 Oct 2018 05:18:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:17:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:17:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "metadata": {}}], "self": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "min_disk": 0, "protected": false, "id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "file": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2234f36369d9441f9db69287d3aee028", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:18:24,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d used request id req-646fa547-fc63-4c4e-b98b-8117131aca4e 2018-10-06 05:18:24,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-346fbd26-9e56-42b4-a197-883c2589935e Date: Sat, 06 Oct 2018 05:18: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", "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-10-06 05:18:24,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-346fbd26-9e56-42b4-a197-883c2589935e 2018-10-06 05:18:24,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:24,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:24 GMT Server: Apache x-openstack-request-id: req-490dcba0-9953-4d02-998c-22d5c4724f64 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:24,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:24 GMT Server: Apache x-openstack-request-id: req-53f63859-1ae1-4079-ad7b-8d566c0c9ded Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:24,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-53f63859-1ae1-4079-ad7b-8d566c0c9ded 2018-10-06 05:18:24,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:24,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:25,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "f79c869b9043481b9857ddde961913f4", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}], "expires_at": "2018-10-06T06:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2234f36369d9441f9db69287d3aee028", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user", "id": "6b05ee0ac32d4dd7bd0c565149c6845d"}, "audit_ids": ["H00N_ZleSdWDHzrgY8dYLQ"], "issued_at": "2018-10-06T05:18:25.000000Z"}} 2018-10-06 05:18:25,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:25,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb49c2f-6f56-403e-82de-2813077582b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:25,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9fb49c2f-6f56-403e-82de-2813077582b3 2018-10-06 05:18:25,372 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:18:25,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:25,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cc77800-0b29-48d8-b04b-68eb78bc521a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:25,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7cc77800-0b29-48d8-b04b-68eb78bc521a 2018-10-06 05:18:25,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:25,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a4e81fb2-56f9-47a1-a228-056129a753e0 Date: Sat, 06 Oct 2018 05:18:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:25,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-a4e81fb2-56f9-47a1-a228-056129a753e0 2018-10-06 05:18:25,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:18:25,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:18:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:18:25,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:25,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d641bc-2216-4fbb-bbe3-9d4c69a9f8fd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:25,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-63d641bc-2216-4fbb-bbe3-9d4c69a9f8fd 2018-10-06 05:18:25,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:26,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b88ca9f5-fcc0-4e12-8372-49fed411cfda Date: Sat, 06 Oct 2018 05:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:26,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-b88ca9f5-fcc0-4e12-8372-49fed411cfda 2018-10-06 05:18:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A58%3Af5%3A4c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:26,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-d0a17a19-e40a-4ee2-85be-86287773b4d9 Date: Sat, 06 Oct 2018 05:18:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"}]} 2018-10-06 05:18:26,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A58%3Af5%3A4c&admin_state_up=True used request id req-d0a17a19-e40a-4ee2-85be-86287773b4d9 2018-10-06 05:18:26,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:26,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577e1610-323c-41ae-bb32-871c2c2bd126 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:26,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-577e1610-323c-41ae-bb32-871c2c2bd126 2018-10-06 05:18:26,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:27,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-be0a948a-8e99-4ace-a53c-bc0e61bae696 x-compute-request-id: req-be0a948a-8e99-4ace-a53c-bc0e61bae696 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f5:4c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-06T05:18:13.000000", "flavor": {"id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "links": [{"href": "http://172.30.9.29:8774/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f", "rel": "bookmark"}]}, "id": "b89e3d33-db6a-4e0f-b967-967a87755100", "security_groups": [{"name": "default"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:16Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:18:27,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2 used request id req-be0a948a-8e99-4ace-a53c-bc0e61bae696 2018-10-06 05:18:27,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:27,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4e00f859-4f06-4008-b827-e0e3c72586b3 Date: Sat, 06 Oct 2018 05:18:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:27,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-4e00f859-4f06-4008-b827-e0e3c72586b3 2018-10-06 05:18:27,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:27,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1d22c719-fb43-48d9-ae51-154d4272dec7 Date: Sat, 06 Oct 2018 05:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:27,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-1d22c719-fb43-48d9-ae51-154d4272dec7 2018-10-06 05:18:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:27,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-be8e12b1-c037-412d-a0c5-8d19de8da2af Date: Sat, 06 Oct 2018 05:18:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:27,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-be8e12b1-c037-412d-a0c5-8d19de8da2af 2018-10-06 05:18:27,925 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2 2018-10-06 05:18:27,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:28,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-aea2cf8b-7bd7-407b-aaba-e8ca2d429b51 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"floatingips": [{"router_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:10Z", "updated_at": "2018-10-06T05:18:12Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "2234f36369d9441f9db69287d3aee028", "port_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "id": "5af9d671-2d6c-472f-8972-0853c5717f44"}]} 2018-10-06 05:18:28,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-aea2cf8b-7bd7-407b-aaba-e8ca2d429b51 2018-10-06 05:18:28,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-037a02a8-ced4-4dbf-a21d-1fabcf100d6e x-compute-request-id: req-037a02a8-ced4-4dbf-a21d-1fabcf100d6e Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-flavor1-qw5z7mwzsrgn", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:18:28,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a used request id req-037a02a8-ced4-4dbf-a21d-1fabcf100d6e 2018-10-06 05:18:28,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fe4d67c9-105a-4fbd-96dc-f8bfe841e839 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}} 2018-10-06 05:18:28,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 used request id req-fe4d67c9-105a-4fbd-96dc-f8bfe841e839 2018-10-06 05:18:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0c793321-3dc5-40c2-8307-f2840b2d1140 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:28,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-0c793321-3dc5-40c2-8307-f2840b2d1140 2018-10-06 05:18:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-04ec3c38-714e-4347-86cd-4e56c2dff420 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:28,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-04ec3c38-714e-4347-86cd-4e56c2dff420 2018-10-06 05:18:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-77d34fe8-655e-48de-90e4-36709c07e402 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:28,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-77d34fe8-655e-48de-90e4-36709c07e402 2018-10-06 05:18:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed95efe-fe51-4f4b-8b78-3cf7de0a2b3e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:28,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-4ed95efe-fe51-4f4b-8b78-3cf7de0a2b3e 2018-10-06 05:18:28,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c041a5c6-fdbb-46de-a080-292ba63fbf8b Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:28,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-c041a5c6-fdbb-46de-a080-292ba63fbf8b 2018-10-06 05:18:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A12%3A5e%3A6c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-7d1ff320-3ca9-4d2b-84f2-85ff2f5160b3 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"}]} 2018-10-06 05:18:28,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A12%3A5e%3A6c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv&admin_state_up=True used request id req-7d1ff320-3ca9-4d2b-84f2-85ff2f5160b3 2018-10-06 05:18:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-380b6b57-d389-4f59-b0bf-b5f35c9f4653 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:28,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-380b6b57-d389-4f59-b0bf-b5f35c9f4653 2018-10-06 05:18:28,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-bbfebf35-9db4-404d-9dd6-21f03be32e6f Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:28,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-bbfebf35-9db4-404d-9dd6-21f03be32e6f 2018-10-06 05:18:28,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ac0df953-e12e-46f4-a9c8-b3ea435a2d50 Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:28,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-ac0df953-e12e-46f4-a9c8-b3ea435a2d50 2018-10-06 05:18:28,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:28,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-4edde142-72f5-427f-8aa7-77466bd144dc Date: Sat, 06 Oct 2018 05:18:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:28,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-4edde142-72f5-427f-8aa7-77466bd144dc 2018-10-06 05:18:28,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-19f97bf7-74bf-4429-b272-3c202b84b7ac Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"floatingips": [{"router_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:10Z", "updated_at": "2018-10-06T05:18:12Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "2234f36369d9441f9db69287d3aee028", "port_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "id": "5af9d671-2d6c-472f-8972-0853c5717f44"}]} 2018-10-06 05:18:29,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-19f97bf7-74bf-4429-b272-3c202b84b7ac 2018-10-06 05:18:29,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-f995d5bf-e44e-447b-8c4b-122a0a88ae12 Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:04Z", "admin_state_up": true, "updated_at": "2018-10-06T05:18:11Z", "project_id": "2234f36369d9441f9db69287d3aee028", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "name": "mgmt_router"}} 2018-10-06 05:18:29,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4 used request id req-f995d5bf-e44e-447b-8c4b-122a0a88ae12 2018-10-06 05:18:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-f4380398-a996-4121-bca5-de12a3248baf Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","ip_address":"169.254.192.5"}],"id":"4088d5d7-bf2a-452e-a6b8-e1aa006db8cc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:06:b3:89","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 2234f36369d9441f9db69287d3aee028","admin_state_up":true,"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:05Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","ip_address":"169.254.192.12"}],"id":"4e82f47d-c207-47bb-97e8-fece61595e5b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:c8:d0","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 2234f36369d9441f9db69287d3aee028","admin_state_up":true,"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:07Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:25Z","device_owner":"network:router_gateway","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.202"}],"id":"7782ece8-deb4-4c3c-8e2c-05ad3b79024e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:4c:54","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","ip_address":"169.254.192.3"}],"id":"b1d12a54-29e3-4ae2-8b61-478ab7e8d839","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:bd:9c","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 2234f36369d9441f9db69287d3aee028","admin_state_up":true,"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:06Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"}]} 2018-10-06 05:18:29,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4 used request id req-f4380398-a996-4121-bca5-de12a3248baf 2018-10-06 05:18:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3f694176-4a49-445a-8b4d-f93040fbe9ef Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 05:18:29,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-3f694176-4a49-445a-8b4d-f93040fbe9ef 2018-10-06 05:18:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b6d9da7-2b35-4b4f-8aaf-e0a04a85ae4d Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:04Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18:04Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","subnetpool_id":null,"name":"HA subnet tenant 2234f36369d9441f9db69287d3aee028"}} 2018-10-06 05:18:29,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec used request id req-0b6d9da7-2b35-4b4f-8aaf-e0a04a85ae4d 2018-10-06 05:18:29,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-099c1c7a-3272-47fb-ad25-d6f8e7663b6f Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:04Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18:04Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","subnetpool_id":null,"name":"HA subnet tenant 2234f36369d9441f9db69287d3aee028"}} 2018-10-06 05:18:29,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec used request id req-099c1c7a-3272-47fb-ad25-d6f8e7663b6f 2018-10-06 05:18:29,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ed9e54e4-1ad2-48ea-aece-45130b5fe54c Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f19d7a55-518b-44d0-a297-14b07eb54522","tenant_id":"","created_at":"2018-10-06T05:18:04Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18:04Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"e6d15ad9-616b-4231-97f1-e18af13cb3ec","subnetpool_id":null,"name":"HA subnet tenant 2234f36369d9441f9db69287d3aee028"}} 2018-10-06 05:18:29,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/e6d15ad9-616b-4231-97f1-e18af13cb3ec used request id req-ed9e54e4-1ad2-48ea-aece-45130b5fe54c 2018-10-06 05:18:29,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6be70ad2-5ebe-45c1-9299-5e8ac589f46a Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}} 2018-10-06 05:18:29,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 used request id req-6be70ad2-5ebe-45c1-9299-5e8ac589f46a 2018-10-06 05:18:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/9cf82f2c-f330-4365-91dc-dd8917767028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-a4ff496b-39b5-4edf-963c-50addc5087fd Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","project_id":"2234f36369d9441f9db69287d3aee028","qos_policy_id":null,"admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal"}} 2018-10-06 05:18:29,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/9cf82f2c-f330-4365-91dc-dd8917767028 used request id req-a4ff496b-39b5-4edf-963c-50addc5087fd 2018-10-06 05:18:29,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4ad2b3db-98e1-4ec0-b537-ac1a86980741 Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}} 2018-10-06 05:18:29,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/215ded7b-4013-40d1-9c2a-dd6956979187 used request id req-4ad2b3db-98e1-4ec0-b537-ac1a86980741 2018-10-06 05:18:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2fd576c9-0fb9-43b2-b59d-26b2163d3049 Date: Sat, 06 Oct 2018 05:18:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:17:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:17:53Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "metadata": {}}], "self": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "min_disk": 0, "protected": false, "id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "file": "/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2234f36369d9441f9db69287d3aee028", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/5a66254d-5d7d-4f69-9e56-478333f8a20d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:18:29,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d used request id req-2fd576c9-0fb9-43b2-b59d-26b2163d3049 2018-10-06 05:18:29,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:29,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:29 GMT Server: Apache x-openstack-request-id: req-cff490bc-69de-4a95-95eb-365493b8b1e8 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:29,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:29 GMT Server: Apache x-openstack-request-id: req-0cd350c5-fe94-4c41-8d1e-611a13eeaf60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:29,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-0cd350c5-fe94-4c41-8d1e-611a13eeaf60 2018-10-06 05:18:29,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:29,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:30,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "f79c869b9043481b9857ddde961913f4", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role"}], "expires_at": "2018-10-06T06:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2234f36369d9441f9db69287d3aee028", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2234f36369d9441f9db69287d3aee028", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user", "id": "6b05ee0ac32d4dd7bd0c565149c6845d"}, "audit_ids": ["Krbvas-gSDCU5L0dRtzBFA"], "issued_at": "2018-10-06T05:18:30.000000Z"}} 2018-10-06 05:18:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:30,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409c6265-206b-42e8-a196-86221eabf8be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:30,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-409c6265-206b-42e8-a196-86221eabf8be 2018-10-06 05:18:30,383 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:18:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:30,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8b8cae-a3dd-449f-9b33-a395326cd9a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:30,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7f8b8cae-a3dd-449f-9b33-a395326cd9a7 2018-10-06 05:18:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:30,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1bdb31e1-8bc5-46d0-bbef-273a3ba08016 Date: Sat, 06 Oct 2018 05:18:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:30,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-1bdb31e1-8bc5-46d0-bbef-273a3ba08016 2018-10-06 05:18:30,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:18:30,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:18:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:30,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac6d38c-b577-4a8a-9f59-98d02f6a12ba Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:30,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-0ac6d38c-b577-4a8a-9f59-98d02f6a12ba 2018-10-06 05:18:30,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:31,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-feed0af2-060c-4a64-a7e9-387538e2b232 Date: Sat, 06 Oct 2018 05:18:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:31,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-feed0af2-060c-4a64-a7e9-387538e2b232 2018-10-06 05:18:31,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A12%3A5e%3A6c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:31,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-7e954135-9cf7-403b-a68c-b99d8fb31e9b Date: Sat, 06 Oct 2018 05:18:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"}]} 2018-10-06 05:18:31,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32&mac_address=fa%3A16%3A3e%3A12%3A5e%3A6c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv&admin_state_up=True used request id req-7e954135-9cf7-403b-a68c-b99d8fb31e9b 2018-10-06 05:18:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:31,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f359d3ba-3d5d-42ae-a313-5fe05fe4e5b8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:31,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-f359d3ba-3d5d-42ae-a313-5fe05fe4e5b8 2018-10-06 05:18:31,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:32,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-838d9493-ae6a-4036-9485-c22e3d79bdd5 x-compute-request-id: req-838d9493-ae6a-4036-9485-c22e3d79bdd5 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-06T05:18:11.000000", "flavor": {"id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "links": [{"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}]}, "id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "security_groups": [{"name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:14Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:18:32,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1 used request id req-838d9493-ae6a-4036-9485-c22e3d79bdd5 2018-10-06 05:18:32,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:32,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1174c889-b9f2-4f47-8247-6f52dbbb7021 Date: Sat, 06 Oct 2018 05:18:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:32,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-1174c889-b9f2-4f47-8247-6f52dbbb7021 2018-10-06 05:18:32,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:32,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-811ebc8a-e714-4c11-915e-3f883d65570e Date: Sat, 06 Oct 2018 05:18:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:32,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-811ebc8a-e714-4c11-915e-3f883d65570e 2018-10-06 05:18:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:32,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-8176f7d3-7a9e-4029-89df-6922684930f1 Date: Sat, 06 Oct 2018 05:18:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:32,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-8176f7d3-7a9e-4029-89df-6922684930f1 2018-10-06 05:18:32,826 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1 2018-10-06 05:18:32,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:33,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-ae964d06-55ec-4326-b945-2a07c86bf330 Date: Sat, 06 Oct 2018 05:18:33 GMT RESP BODY: {"floatingips": [{"router_id": "5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:10Z", "updated_at": "2018-10-06T05:18:12Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "2234f36369d9441f9db69287d3aee028", "port_id": "9cf82f2c-f330-4365-91dc-dd8917767028", "id": "5af9d671-2d6c-472f-8972-0853c5717f44"}]} 2018-10-06 05:18:33,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-ae964d06-55ec-4326-b945-2a07c86bf330 2018-10-06 05:18:33,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:33,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-b34c90c3-5afc-4390-8d94-92aa9239a57a x-compute-request-id: req-b34c90c3-5afc-4390-8d94-92aa9239a57a Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f5:4c", "version": 4, "addr": "10.1.2.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/b89e3d33-db6a-4e0f-b967-967a87755100", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-06T05:18:13.000000", "flavor": {"id": "e583b2f4-9bb4-433e-992b-0920fc13ef0f", "links": [{"href": "http://172.30.9.29:8774/flavors/e583b2f4-9bb4-433e-992b-0920fc13ef0f", "rel": "bookmark"}]}, "id": "b89e3d33-db6a-4e0f-b967-967a87755100", "security_groups": [{"name": "default"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:16Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:33,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/b89e3d33-db6a-4e0f-b967-967a87755100 used request id req-b34c90c3-5afc-4390-8d94-92aa9239a57a 2018-10-06 05:18:33,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:33,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c4b677ec-5232-4614-9abe-ec4991ab9832 Date: Sat, 06 Oct 2018 05:18:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:33,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-c4b677ec-5232-4614-9abe-ec4991ab9832 2018-10-06 05:18:33,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:33,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ccae28-c807-44c4-8499-40624cd1b518 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:33,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-a7ccae28-c807-44c4-8499-40624cd1b518 2018-10-06 05:18:33,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:34,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-93325e7b-ae83-4acd-83a3-13ae11707f8b Date: Sat, 06 Oct 2018 05:18:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:34,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-93325e7b-ae83-4acd-83a3-13ae11707f8b 2018-10-06 05:18:34,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c80d8cb3eb45df40c0f87efef55136c816a155" 2018-10-06 05:18:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9bae3431-0593-4d57-a452-76cf38a8be15 Date: Sat, 06 Oct 2018 05:18:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:34,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-9bae3431-0593-4d57-a452-76cf38a8be15 2018-10-06 05:18:34,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-988dfe4b-a68a-45ea-baf0-b7a12e51540b x-compute-request-id: req-988dfe4b-a68a-45ea-baf0-b7a12e51540b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-06T05:18:11.000000", "flavor": {"id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "links": [{"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}]}, "id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "security_groups": [{"name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:14Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:35,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 used request id req-988dfe4b-a68a-45ea-baf0-b7a12e51540b 2018-10-06 05:18:35,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3f0594e4-2736-4292-9017-4e304a67ce7a Date: Sat, 06 Oct 2018 05:18:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:35,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-3f0594e4-2736-4292-9017-4e304a67ce7a 2018-10-06 05:18:35,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d296d06e-0ad7-40c6-8127-6a1ab53cad31 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:35,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-d296d06e-0ad7-40c6-8127-6a1ab53cad31 2018-10-06 05:18:35,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5e58ccf0-b195-42fe-84ff-1548f0966bf7 Date: Sat, 06 Oct 2018 05:18:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:35,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-5e58ccf0-b195-42fe-84ff-1548f0966bf7 2018-10-06 05:18:35,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-39b6ece3-bb95-44a2-898c-7b1cb3aeb5b2 Date: Sat, 06 Oct 2018 05:18:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:35,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-39b6ece3-bb95-44a2-898c-7b1cb3aeb5b2 2018-10-06 05:18:35,624 - create_instance - INFO - Checking if VM is active 2018-10-06 05:18:35,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:35,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-85fd4358-d36c-4f89-9f92-7d4f74ee1ce4 x-compute-request-id: req-85fd4358-d36c-4f89-9f92-7d4f74ee1ce4 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-06T05:18:11.000000", "flavor": {"id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "links": [{"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}]}, "id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "security_groups": [{"name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:14Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:35,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 used request id req-85fd4358-d36c-4f89-9f92-7d4f74ee1ce4 2018-10-06 05:18:35,932 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1] is - ACTIVE 2018-10-06 05:18:35,932 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:18:35,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:36,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18: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-5a18026d-698d-4a6c-9d91-b59f941b8050 x-compute-request-id: req-5a18026d-698d-4a6c-9d91-b59f941b8050 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:5e:6c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/339d6974-e24f-41ec-abaf-377b5f6aa494", "rel": "bookmark"}], "image": {"id": "5a66254d-5d7d-4f69-9e56-478333f8a20d", "links": [{"href": "http://172.30.9.29:8774/images/5a66254d-5d7d-4f69-9e56-478333f8a20d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-06T05:18:11.000000", "flavor": {"id": "e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "links": [{"href": "http://172.30.9.29:8774/flavors/e1098c20-74fa-4a93-a61a-e3db6b6bce5a", "rel": "bookmark"}]}, "id": "339d6974-e24f-41ec-abaf-377b5f6aa494", "security_groups": [{"name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp"}], "user_id": "6b05ee0ac32d4dd7bd0c565149c6845d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:18:14Z", "hostId": "4038ecda1ce54eaab6eb3c7bee44d2b58e021470b0ba8db78c926d8b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "created": "2018-10-06T05:18:07Z", "tenant_id": "2234f36369d9441f9db69287d3aee028", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:18:36,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/339d6974-e24f-41ec-abaf-377b5f6aa494 used request id req-5a18026d-698d-4a6c-9d91-b59f941b8050 2018-10-06 05:18:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:36,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b156f2f1-5026-4ada-a8aa-f4a76bd483c7 Date: Sat, 06 Oct 2018 05:18:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","subnets":["215ded7b-4013-40d1-9c2a-dd6956979187"],"description":"","tags":[],"updated_at":"2018-10-06T05:18:02Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net","admin_state_up":true,"tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:01Z","provider:network_type":"vxlan"}]} 2018-10-06 05:18:36,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net used request id req-b156f2f1-5026-4ada-a8aa-f4a76bd483c7 2018-10-06 05:18:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:36,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf0f11d-4478-4164-bea8-f4fcb2af9a65 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:36,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-ddf0f11d-4478-4164-bea8-f4fcb2af9a65 2018-10-06 05:18:36,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:37,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4597cf31-1076-41ec-9f9c-e71d4d13ed76 Date: Sat, 06 Oct 2018 05:18:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:02Z","dns_nameservers":[],"updated_at":"2018-10-06T05:18: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":"2234f36369d9441f9db69287d3aee028","id":"215ded7b-4013-40d1-9c2a-dd6956979187","subnetpool_id":null,"name":"CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet"}]} 2018-10-06 05:18:37,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-4597cf31-1076-41ec-9f9c-e71d4d13ed76 2018-10-06 05:18:37,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488611e554e46925c14d63ab7118fb33a1b3a39d" 2018-10-06 05:18:37,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-f39ba64d-d329-41c6-961b-32e3ed1ad705 Date: Sat, 06 Oct 2018 05:18:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.8"}],"id":"2ce7d7fd-50c2-42ef-9627-a05e100ab98d","security_groups":["de64a83f-3d33-4a96-a888-cbc6bd7389e3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:f5:4c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"b89e3d33-db6a-4e0f-b967-967a87755100"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.1"}],"id":"44eb2bbd-d36f-4962-967d-6cc9c36519da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:e8:ed","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:10Z","binding:vnic_type":"normal","device_id":"5eb4166a-2c3b-437e-a7fd-a7f20f54d6c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.9"}],"id":"9cf82f2c-f330-4365-91dc-dd8917767028","security_groups":["6b581824-078d-48dc-be39-bfead8dda616"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:5e:6c","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack-port1-bnnhruzygstv","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"339d6974-e24f-41ec-abaf-377b5f6aa494"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.4"}],"id":"ae54f1d9-a7ed-4e5d-a5ef-a3c1eca31b5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:b5:e7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.2"}],"id":"cb4b6975-96ae-4e41-b2af-610217225090","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:8e:d7","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e4f6a65-8355-45c2-bc5e-806b5742cb32"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:18:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"215ded7b-4013-40d1-9c2a-dd6956979187","ip_address":"10.1.2.3"}],"id":"f5efd292-3610-499a-b55a-1e21199b4189","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:27:05","project_id":"2234f36369d9441f9db69287d3aee028","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e4f6a65-8355-45c2-bc5e-806b5742cb32","tenant_id":"2234f36369d9441f9db69287d3aee028","created_at":"2018-10-06T05:18:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e4f6a65-8355-45c2-bc5e-806b5742cb32"}]} 2018-10-06 05:18:37,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=7e4f6a65-8355-45c2-bc5e-806b5742cb32 used request id req-f39ba64d-d329-41c6-961b-32e3ed1ad705 2018-10-06 05:18:37,178 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:18:37,181 - paramiko.transport - DEBUG - starting thread (client mode): 0x73dbd7d0L 2018-10-06 05:18:37,181 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:18:37,182 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:18:37,182 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:18:37,182 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-06 05:18:37,183 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:18:37,183 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:18:37,183 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:18:37,183 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:18:37,183 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:18:37,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:18:37,201 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:18:37,214 - paramiko.transport - DEBUG - Trying key efbdd1eaa1a6e874f909035da2612225 from 9917a2e2-a8a5-450d-a1b2-a9c82b068356 2018-10-06 05:18:37,238 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:18:37,244 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:18:37,345 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:18:37,360 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:18:37,360 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:18:37,362 - paramiko.transport - DEBUG - starting thread (client mode): 0x73dc8090L 2018-10-06 05:18:37,362 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:18:37,362 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:18:37,363 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:18:37,364 - 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-10-06 05:18:37,364 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:18:37,364 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:18:37,364 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:18:37,364 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:18:37,364 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:18:37,381 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:18:37,382 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:18:37,395 - paramiko.transport - DEBUG - Trying key efbdd1eaa1a6e874f909035da2612225 from 9917a2e2-a8a5-450d-a1b2-a9c82b068356 2018-10-06 05:18:37,418 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:18:37,424 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:18:37,427 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:18:37,428 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:18:37,428 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:18:37,429 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:18:37,431 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:18:37,432 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:18:37,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:37,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:37 GMT Server: Apache x-openstack-request-id: req-a474c12b-c578-4b93-8fec-17e5ebae9db0 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:37,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:37 GMT Server: Apache x-openstack-request-id: req-499b7509-85a2-4db8-99ed-d32b4fcf2548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:37,882 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-499b7509-85a2-4db8-99ed-d32b4fcf2548 2018-10-06 05:18:37,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:37,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:37 GMT Server: Apache x-openstack-request-id: req-a022d8b3-3d83-4e37-9e9c-17cd228bd66e Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:38,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:37 GMT Server: Apache x-openstack-request-id: req-75dff553-4e24-4c4a-a73d-4c8146dc5b4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw5LBRiZyP2JBQAhulOzxG5iVwmtEWGPEqA9siN76qF7xJvnw\nE9PaLlN7F1v1ZajjGeJZ/oDnToAx/6FTAGtJ2iOZ8aClDt2JGRhRs0iwxvMfu9GN\n8FiW9C2g1zT63RITgRa8Mznj3WcYvAawrbDnXntnFoX9RGBQyJQSAkNAiVg2B0ou\nEOUHQx0GJEOT+/tK3U7BbmC1qMzGgA++m8j9znFw8VFtn8cnf+MvwAEISxHv6VWi\nZt9nVTWU+LkynfxhKnYo5pm1mKbVKEoxDCFJvRJ+09CgQmL8IpxrY86Y8uJXR06w\nZWAnxx5t00aMHp8U2OMiLJNGjX/Fud0mYkWshwIDAQABAoIBAACJgqZirKWn6231\nl/govnDI9oBWMxXbEEs136JwmlekCx2ESjiDuHGwIQJraj0hPZ5wlLayO/BnQbvm\nAYhawxUqS93yBwIHcbzz6CWJ6ZJiUI//f1hNpfx9s5djudyplAwit9mcKxgMlHDP\nw+R2O+xyglH5hDyP1yj13ybKcH7wEdl4wZgxhMmXgUqz0bIsO3pSCxq5755/aEwI\nnrNqAsAlaWHcicDtMRAGpmeDmgy1zyGZCLCFhMBtURX7HYPrxs1Lhm5QW4zYIqT7\nLghY9P2sHF+Rjx4c+ELlWFZ6Bg9SSiagoUgbvXhAA3Cd108qXihjE7Eg1Ve+mpCw\n5/LjrwECgYEA+O7gH1/WpQ87SHJ7ApBQv2/Ziie15I7sAjb5UvSQxClbd/AhySqE\n3BtR8rx+00vNPxBGm944/1vYoy2FnsIz7oyk9Er37tiSgetHo2PZx4YWpNV1fycx\n1epgEYz5N4jkqy0X5bmpJ3h9ykHvA1L/p/dT+jSDM542VrT8H2AV9SECgYEAySAW\nDVdLkPqTry1b6Zwfqe4ji4PD7O3AWP3T9CNc9//gmVPJyjJ+CxVU5JpBZ8DkNIkt\n5+CIJqEWhrQo6o/9dsgEy5eqgMY3L4Re+msjeMlT9uTaJ0Lj0RPRWhe93KgSVXb4\nV9fF0s9c0C7PG0Zkp4p4Sc9+VmEkA+7gHg4WRKcCgYBJTATgGBcamOaKyXKg6Z9t\nDuEOBe1P9ClX6Zn2LB7oM4lEQoegNQ3TxZOWlpv9WUeA9yjjQkakIgYi3geHHIWw\nCueTKvPf9xMEgCOi34bDch7+v/+NxhutcgqBgHHtQTibknaD5OwCvD7FrC5VWz39\n1hx7ArVTIJW9aCMIlgFBIQKBgGNuiXhu/9zdBMZGFnqXxM+t+8Stj99CayWT14WL\nNhslVVR4J/rem5G/KgkaedthcXDHoPpR9v2iBhDyYIgWR6jBmh1NDe48EGxddNc4\nwICmh+w3l+JxH0/uDEIOGr9MGERIXN6QvixKeAg0HA/P7VMnEfDrs/ngbH3FSueQ\n71FhAoGBANt4AR0kGluydHfZ8cQoED49dDwH08Yxm8k3cdKa2HBLOzrvwUdzqC99\nNxABBlDGIz4FudFFKKbf4zugRmPPsakjSNPKWRkTr3o/ZQ0v1YhfBLzuoctlKbqn\nM/rQlgPkOc1pN39KvSeVJjQQaFyGad6opSgcNYceHyqbm2AhASGA\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-10-06 05:18:38,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-75dff553-4e24-4c4a-a73d-4c8146dc5b4a 2018-10-06 05:18:38,251 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:18:38,252 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:41,255 - create_stack - DEBUG - Stack status query timeout in 1196.62743998 2018-10-06 05:18:41,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:41,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:41 GMT Server: Apache x-openstack-request-id: req-6f264285-cef6-4422-a4cb-54904cd5f661 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:41,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:41 GMT Server: Apache x-openstack-request-id: req-0b926f65-3878-4d25-ad94-28ccca89ff43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "tags": null, "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:18:37Z", "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "stack_status_reason": "Stack DELETE started", "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-10-06 05:18:41,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-0b926f65-3878-4d25-ad94-28ccca89ff43 2018-10-06 05:18:41,462 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:18:41,462 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:44,465 - create_stack - DEBUG - Stack status query timeout in 1193.41725993 2018-10-06 05:18:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:44,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:44 GMT Server: Apache x-openstack-request-id: req-38f5e5e3-1e50-4ce6-9929-6c86f59bf780 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:44,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:44 GMT Server: Apache x-openstack-request-id: req-0d330d77-6975-4eb5-a22f-71dffe25cb4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "tags": null, "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:18:37Z", "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "stack_status_reason": "Stack DELETE started", "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-10-06 05:18:44,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-0d330d77-6975-4eb5-a22f-71dffe25cb4c 2018-10-06 05:18:44,681 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:18:44,681 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:47,684 - create_stack - DEBUG - Stack status query timeout in 1190.19806504 2018-10-06 05:18:47,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:47,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:47 GMT Server: Apache x-openstack-request-id: req-226cd343-df93-43bd-9e81-f037e6f44182 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:47,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:47 GMT Server: Apache x-openstack-request-id: req-44bc8662-901d-4535-bc89-532f7a57881e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "tags": null, "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:18:37Z", "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "stack_status_reason": "Stack DELETE started", "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-10-06 05:18:47,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-44bc8662-901d-4535-bc89-532f7a57881e 2018-10-06 05:18:47,921 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:18:47,921 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:18:50,925 - create_stack - DEBUG - Stack status query timeout in 1186.95750308 2018-10-06 05:18:50,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:51,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:50 GMT Server: Apache x-openstack-request-id: req-c0366aa1-b273-45ba-83ab-eabdfb9d9182 Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:51,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:51 GMT Server: Apache x-openstack-request-id: req-a56577bc-0513-4885-ad2c-53197cf6cb02 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-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor2", "OS::project_id": "2234f36369d9441f9db69287d3aee028", "OS::stack_id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-kp", "security_group_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-sec_grp", "subnet_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-subnet", "net_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst2", "inst1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-inst1", "image2_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image", "flavor1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-flavor1", "image1_name": "CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image"}, "deletion_time": "2018-10-06T05:18:50Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack", "stack_user_project_id": "56134675a1744c0984730ab01886192d", "tags": null, "creation_time": "2018-10-06T05:17:58Z", "links": [{"href": "http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:18:37Z", "id": "ed241c49-ae04-448c-9afc-017a6e44b9ee", "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-10-06 05:18:51,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-a56577bc-0513-4885-ad2c-53197cf6cb02 2018-10-06 05:18:51,162 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:18:51,162 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:18:51,162 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack 2018-10-06 05:18:51,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/ed241c49-ae04-448c-9afc-017a6e44b9ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096ab5a30dc7ee0a31387bc431806a5d98916837" 2018-10-06 05:18:51,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:18:51 GMT Server: Apache x-openstack-request-id: req-5f3c9297-0eea-4640-a8f1-4c6aafa3f2cc Location: http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:18:51,217 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:18:51 GMT Server: Apache x-openstack-request-id: req-572e6dfc-58da-41df-8b17-afbf9abe79c7 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:18:51,217 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/2234f36369d9441f9db69287d3aee028/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-stack/ed241c49-ae04-448c-9afc-017a6e44b9ee used request id req-572e6dfc-58da-41df-8b17-afbf9abe79c7 2018-10-06 05:18:51,218 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-f93ba336-1504-4dff-a55b-a01b46c8e8fd-image 2018-10-06 05:18:51,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ab04d6b687b46f8f3228b453d4e481afa4c5fb6" 2018-10-06 05:18:52,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8da98ba-6863-4ee8-b3a3-ad8c1b44846a Date: Sat, 06 Oct 2018 05:18:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:18:52,123 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/5a66254d-5d7d-4f69-9e56-478333f8a20d used request id req-a8da98ba-6863-4ee8-b3a3-ad8c1b44846a 2018-10-06 05:18:52,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:52,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4ebab183-8f88-461f-829f-595dd1c47250 Date: Sat, 06 Oct 2018 05:18:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:00Z", "updated_at": "2018-10-06T05:18:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "revision_number": 0, "id": "24cc929a-e0b7-411b-bf88-ef090e7d83ce", "remote_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "remote_ip_prefix": null, "created_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "tenant_id": "2234f36369d9441f9db69287d3aee028", "port_range_min": null, "ethertype": "IPv4", "project_id": "2234f36369d9441f9db69287d3aee028"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "revision_number": 0, "id": "4fe9c22a-898a-46b1-952f-e8c81eee15ac", "remote_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "remote_ip_prefix": null, "created_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "tenant_id": "2234f36369d9441f9db69287d3aee028", "port_range_min": null, "ethertype": "IPv6", "project_id": "2234f36369d9441f9db69287d3aee028"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "revision_number": 0, "id": "9a1d11a9-f981-4a6b-9422-add27261e13c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "tenant_id": "2234f36369d9441f9db69287d3aee028", "port_range_min": null, "ethertype": "IPv6", "project_id": "2234f36369d9441f9db69287d3aee028"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "revision_number": 0, "id": "d673fde5-da1d-474c-be06-01663db83aa8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "tenant_id": "2234f36369d9441f9db69287d3aee028", "port_range_min": null, "ethertype": "IPv4", "project_id": "2234f36369d9441f9db69287d3aee028"}], "revision_number": 4, "project_id": "2234f36369d9441f9db69287d3aee028", "id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:18:52,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-4ebab183-8f88-461f-829f-595dd1c47250 2018-10-06 05:18:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:52,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f45138-c181-4464-b3cb-0cf349cb1fe9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:18:52,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-84f45138-c181-4464-b3cb-0cf349cb1fe9 2018-10-06 05:18:52,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:52,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbabfd11-c505-408f-9f56-7699ac2bc975 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:18:52,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-fbabfd11-c505-408f-9f56-7699ac2bc975 2018-10-06 05:18:52,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:52,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e629f22e-fd05-43a4-8567-4ab271746f84 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028"}, "enabled": true, "id": "2234f36369d9441f9db69287d3aee028", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj"}} 2018-10-06 05:18:52,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-e629f22e-fd05-43a4-8567-4ab271746f84 2018-10-06 05:18:52,619 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de64a83f-3d33-4a96-a888-cbc6bd7389e3 2018-10-06 05:18:52,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de64a83f-3d33-4a96-a888-cbc6bd7389e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:52,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7f06d25a-2497-4565-8eb1-1b5acd32d4bc Date: Sat, 06 Oct 2018 05:18:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "port_range_min": null, "revision_number": 0, "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:00Z", "project_id": "2234f36369d9441f9db69287d3aee028", "id": "24cc929a-e0b7-411b-bf88-ef090e7d83ce"}, {"remote_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "port_range_min": null, "revision_number": 0, "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:00Z", "project_id": "2234f36369d9441f9db69287d3aee028", "id": "4fe9c22a-898a-46b1-952f-e8c81eee15ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "port_range_min": null, "revision_number": 0, "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:00Z", "project_id": "2234f36369d9441f9db69287d3aee028", "id": "9a1d11a9-f981-4a6b-9422-add27261e13c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:18:00Z", "security_group_id": "de64a83f-3d33-4a96-a888-cbc6bd7389e3", "port_range_min": null, "revision_number": 0, "tenant_id": "2234f36369d9441f9db69287d3aee028", "created_at": "2018-10-06T05:18:00Z", "project_id": "2234f36369d9441f9db69287d3aee028", "id": "d673fde5-da1d-474c-be06-01663db83aa8"}]} 2018-10-06 05:18:52,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=de64a83f-3d33-4a96-a888-cbc6bd7389e3 used request id req-7f06d25a-2497-4565-8eb1-1b5acd32d4bc 2018-10-06 05:18:52,802 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:18:52,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/de64a83f-3d33-4a96-a888-cbc6bd7389e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:53,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97e980ce-3795-4352-a698-e2963fba316e Content-Length: 0 Date: Sat, 06 Oct 2018 05:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:18:53,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/de64a83f-3d33-4a96-a888-cbc6bd7389e3 used request id req-97e980ce-3795-4352-a698-e2963fba316e 2018-10-06 05:18:53,098 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj 2018-10-06 05:18:53,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:53,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cf42e51-6c5d-41f3-9872-7bf4ec0ae634 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:53,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2234f36369d9441f9db69287d3aee028 used request id req-7cf42e51-6c5d-41f3-9872-7bf4ec0ae634 2018-10-06 05:18:53,335 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-proj-role 2018-10-06 05:18:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:53,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-663c836d-246d-4403-b214-664aadef07b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:53,440 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/f79c869b9043481b9857ddde961913f4 used request id req-663c836d-246d-4403-b214-664aadef07b5 2018-10-06 05:18:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a3581ee2f5c495b36ba0d561b2b0341b7a29e4" 2018-10-06 05:18:53,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87fa14a7-df10-4868-92c6-403f50609843 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:18:53,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-87fa14a7-df10-4868-92c6-403f50609843 2018-10-06 05:18:53,539 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-eddd4cd5-3e50-4c2-user 2018-10-06 05:18:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/6b05ee0ac32d4dd7bd0c565149c6845d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}226270206678f1a11eeae22eb635e4de6de262dc" 2018-10-06 05:18:53,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-747056fd-994a-4701-8ae2-e13fb50f5fb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:53,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/6b05ee0ac32d4dd7bd0c565149c6845d used request id req-747056fd-994a-4701-8ae2-e13fb50f5fb0 2018-10-06 05:18:53,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:54,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ng1NxwQFQcyUL_nUXALseQ"], "issued_at": "2018-10-06T05:18:54.000000Z"}} 2018-10-06 05:18:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0e557917335486467f50ae45d1d94deae438b13" 2018-10-06 05:18:54,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa521185-89c3-4fac-8912-1db378962895 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:54,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-aa521185-89c3-4fac-8912-1db378962895 2018-10-06 05:18:54,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:54,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:54,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["cTZUkoBiTTqgJQSWc43uWg"], "issued_at": "2018-10-06T05:18:54.000000Z"}} 2018-10-06 05:18:54,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:54,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f596b6f-b078-4d09-9739-fb1c16f68dd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:54,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2f596b6f-b078-4d09-9739-fb1c16f68dd9 2018-10-06 05:18:54,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:18:54,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:18:54,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:54,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07b9ef71-fe60-4407-a6ea-2334c4d72f5a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:18:54,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj used request id req-07b9ef71-fe60-4407-a6ea-2334c4d72f5a 2018-10-06 05:18:54,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:54,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e49cb50-9334-4b99-98bf-28c5ecaa885d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:18:54,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-8e49cb50-9334-4b99-98bf-28c5ecaa885d 2018-10-06 05:18:54,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}}' 2018-10-06 05:18:55,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e361114-3094-405a-a41d-9516ff794b86 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:18:55,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4e361114-3094-405a-a41d-9516ff794b86 2018-10-06 05:18:55,040 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj 2018-10-06 05:18:55,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:55,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:55,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["LknkdymcTaChUGLfd62EMg"], "issued_at": "2018-10-06T05:18:55.000000Z"}} 2018-10-06 05:18:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:55,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8dd398f-098b-40bd-b481-80d048b0593b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:55,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b8dd398f-098b-40bd-b481-80d048b0593b 2018-10-06 05:18:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:18:55,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:18:55,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:55,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b20f19a-d439-4c7e-bbfb-d3bad172df0b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:18:55,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8b20f19a-d439-4c7e-bbfb-d3bad172df0b 2018-10-06 05:18:55,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:55,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a12937-182d-40f5-8c97-d2bb69fde974 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}]} 2018-10-06 05:18:55,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj used request id req-66a12937-182d-40f5-8c97-d2bb69fde974 2018-10-06 05:18:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:55,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf1345a-8f18-429a-87e4-714541b62a85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:18:55,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-5bf1345a-8f18-429a-87e4-714541b62a85 2018-10-06 05:18:56,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63b3a19-b8cd-48d1-9610-fd80e9e08182 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:18:56,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a63b3a19-b8cd-48d1-9610-fd80e9e08182 2018-10-06 05:18:56,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b919ec1e-e904-42ee-af8b-5b335424bbac Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}]} 2018-10-06 05:18:56,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj used request id req-b919ec1e-e904-42ee-af8b-5b335424bbac 2018-10-06 05:18:56,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users/d6118bec12d741ed9ba31b30569f9378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-359f7ba2-06af-4279-9e19-9ccebf766df4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "links": {"self": "http://172.30.9.29:5000/v3/users/d6118bec12d741ed9ba31b30569f9378"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "d6118bec12d741ed9ba31b30569f9378", "password_expires_at": null}} 2018-10-06 05:18:56,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/d6118bec12d741ed9ba31b30569f9378 used request id req-359f7ba2-06af-4279-9e19-9ccebf766df4 2018-10-06 05:18:56,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3b94a4-0e4e-4277-a59f-c63f5a8fc7ab Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles", "previous": null, "next": null}, "roles": []} 2018-10-06 05:18:56,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles used request id req-8b3b94a4-0e4e-4277-a59f-c63f5a8fc7ab 2018-10-06 05:18:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48686248-c473-48db-bf92-7b7e88014d86 Content-Encoding: gzip Content-Length: 139 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "domain_id": null, "name": "admin", "id": "7b404aa02d5e4c08ad1905e48fcd7a47"}} 2018-10-06 05:18:56,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-48686248-c473-48db-bf92-7b7e88014d86 2018-10-06 05:18:56,597 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj 2018-10-06 05:18:56,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7376a9-546f-4556-8bed-8574b8cf9933 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:56,651 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-9c7376a9-546f-4556-8bed-8574b8cf9933 2018-10-06 05:18:56,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3260f2ef-8dd4-4552-85c5-1069ac0a6b2a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:18:56,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3260f2ef-8dd4-4552-85c5-1069ac0a6b2a 2018-10-06 05:18:56,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7ffe2e-9fe5-42a1-970b-870d12ac0a0b Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}]} 2018-10-06 05:18:56,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj used request id req-3c7ffe2e-9fe5-42a1-970b-870d12ac0a0b 2018-10-06 05:18:56,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:56,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abbba25a-ed77-40fa-a54a-52961893a2ef Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}]} 2018-10-06 05:18:56,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles used request id req-abbba25a-ed77-40fa-a54a-52961893a2ef 2018-10-06 05:18:56,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:57,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f3516d-7541-429d-b9ed-74c86119f099 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "domain_id": null, "name": "heat_stack_owner", "id": "51ace7d50ccf4fc9843e13b41c4f6a1b"}} 2018-10-06 05:18:57,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-41f3516d-7541-429d-b9ed-74c86119f099 2018-10-06 05:18:57,036 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj 2018-10-06 05:18:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:18:57,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19f8130-a533-4a0c-908e-ade852e3a591 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:57,174 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-a19f8130-a533-4a0c-908e-ade852e3a591 2018-10-06 05:18:57,174 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user 2018-10-06 05:18:57,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:57,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09142d0a-1adf-4b6e-bc43-321b9bb53a03 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:18:57,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-09142d0a-1adf-4b6e-bc43-321b9bb53a03 2018-10-06 05:18:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" -d '{"role": {"name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}}' 2018-10-06 05:18:57,368 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-713d5b6f-7626-4582-8345-2bfac40f95eb Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ccbf658e1b0842c08655685b3229cc90", "links": {"self": "http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90"}, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}} 2018-10-06 05:18:57,368 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-713d5b6f-7626-4582-8345-2bfac40f95eb 2018-10-06 05:18:57,368 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role 2018-10-06 05:18:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:57,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03938f5-5f02-4442-9ec4-bacd10d4688d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90"}, "domain_id": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role", "id": "ccbf658e1b0842c08655685b3229cc90"}} 2018-10-06 05:18:57,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90 used request id req-e03938f5-5f02-4442-9ec4-bacd10d4688d 2018-10-06 05:18:57,467 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role to project CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj 2018-10-06 05:18:57,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/ccbf658e1b0842c08655685b3229cc90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:18:57,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74e825b1-c12e-42df-9875-8974945a4b3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:18:57,598 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729/users/d6118bec12d741ed9ba31b30569f9378/roles/ccbf658e1b0842c08655685b3229cc90 used request id req-74e825b1-c12e-42df-9875-8974945a4b3c 2018-10-06 05:18:57,599 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:18:57,599 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-06 05:18:57,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:18:57,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:18:57,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "ccbf658e1b0842c08655685b3229cc90", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}], "expires_at": "2018-10-06T06:18:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "id": "d6118bec12d741ed9ba31b30569f9378"}, "audit_ids": ["pRSzgNJoTey31L5VF4Myqw"], "issued_at": "2018-10-06T05:18:57.000000Z"}} 2018-10-06 05:18:57,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:18:58,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1fbe06-49e1-4dde-9ffd-697dba7a1963 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:18:58,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fd1fbe06-49e1-4dde-9ffd-697dba7a1963 2018-10-06 05:18:58,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:18:58,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0ac00804-8ad5-4ab3-9ba8-9c74b6768807 Date: Sat, 06 Oct 2018 05:18:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"} 2018-10-06 05:18:58,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image used request id req-0ac00804-8ad5-4ab3-9ba8-9c74b6768807 2018-10-06 05:18:58,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:18:58,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8d1c632-7253-41d1-a99b-d4ab83628521 Date: Sat, 06 Oct 2018 05:18: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", "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-10-06 05:18:58,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-c8d1c632-7253-41d1-a99b-d4ab83628521 2018-10-06 05:18:58,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}' 2018-10-06 05:18:58,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df X-Openstack-Request-Id: req-c13e3f67-207f-4a6c-a638-b915f65627cc Date: Sat, 06 Oct 2018 05:18:58 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:18:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:18:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "min_disk": 0, "protected": false, "id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "file": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file", "checksum": null, "owner": "cbe6fd7c98c54de8927cfe5ac2429729", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:18:58,621 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c13e3f67-207f-4a6c-a638-b915f65627cc 2018-10-06 05:18:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" -d '' 2018-10-06 05:18:59,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6316555f-f54f-46ac-a7b4-e6c680fab918 Date: Sat, 06 Oct 2018 05:18:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:18:59,403 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file used request id req-6316555f-f54f-46ac-a7b4-e6c680fab918 2018-10-06 05:18:59,403 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:18:59,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:18:59,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-281277da-ae5a-465c-9b82-9bd9f7e7f206 Date: Sat, 06 Oct 2018 05:18:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:18:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:18:59Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "metadata": {}}], "self": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "min_disk": 0, "protected": false, "id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "file": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cbe6fd7c98c54de8927cfe5ac2429729", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:18:59,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df used request id req-281277da-ae5a-465c-9b82-9bd9f7e7f206 2018-10-06 05:18:59,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:18:59,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5f44a169-a995-4b9d-a949-d7a34f7e8782 Date: Sat, 06 Oct 2018 05:18: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", "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-10-06 05:18:59,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-5f44a169-a995-4b9d-a949-d7a34f7e8782 2018-10-06 05:18:59,737 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image 2018-10-06 05:18:59,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:19:00,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ba143ae8-be8a-4d7e-bbcd-0e7eed7bbf61 Date: Sat, 06 Oct 2018 05:19:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:18:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:18:59Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "metadata": {}}], "self": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "min_disk": 0, "protected": false, "id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "file": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cbe6fd7c98c54de8927cfe5ac2429729", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:19:00,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df used request id req-ba143ae8-be8a-4d7e-bbcd-0e7eed7bbf61 2018-10-06 05:19:00,306 - create_image - DEBUG - Instance status is - active 2018-10-06 05:19:00,306 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image 2018-10-06 05:19:00,306 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image 2018-10-06 05:19:00,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:19:00,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:19:00,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "ccbf658e1b0842c08655685b3229cc90", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}], "expires_at": "2018-10-06T06:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "id": "d6118bec12d741ed9ba31b30569f9378"}, "audit_ids": ["JttpDHQTStOhgTTSM4Vsfg"], "issued_at": "2018-10-06T05:19:00.000000Z"}} 2018-10-06 05:19:00,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:00,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0074921-a03a-499f-8fb7-3c672e7a1dbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:00,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a0074921-a03a-499f-8fb7-3c672e7a1dbd 2018-10-06 05:19:00,783 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:19:00,786 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:19:00,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:00,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:00 GMT Server: Apache x-openstack-request-id: req-be017847-b8a7-49d3-863d-1b036636c24f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-06 05:19:00,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack used request id req-be017847-b8a7-49d3-863d-1b036636c24f 2018-10-06 05:19:01,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net"}}' 2018-10-06 05:19:04,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:19:01 GMT Server: Apache x-openstack-request-id: req-7f9ed019-e989-4dd1-b48e-b43cdbb16dc1 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}]}} 2018-10-06 05:19:04,915 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks used request id req-7f9ed019-e989-4dd1-b48e-b43cdbb16dc1 2018-10-06 05:19:04,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:05,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:04 GMT Server: Apache x-openstack-request-id: req-edad47ae-937c-4426-87c9-8d8da6eab19d Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:05,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:05 GMT Server: Apache x-openstack-request-id: req-35755277-85f1-444e-a981-8c6d99087938 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "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-10-06 05:19:05,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-35755277-85f1-444e-a981-8c6d99087938 2018-10-06 05:19:05,294 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:05,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:05,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:05 GMT Server: Apache x-openstack-request-id: req-13d3981e-fbb5-477e-b84e-9b16bbc554b3 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:05,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:05 GMT Server: Apache x-openstack-request-id: req-822a2c93-0f55-4f4e-9f62-4608c7bb22a1 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "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-10-06 05:19:05,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-822a2c93-0f55-4f4e-9f62-4608c7bb22a1 2018-10-06 05:19:05,671 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:05,672 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:08,675 - create_stack - DEBUG - Stack status query timeout in 1196.61921215 2018-10-06 05:19:08,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:08,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:08 GMT Server: Apache x-openstack-request-id: req-144564e0-2a7a-44ac-bfbd-bbcab2ba52ec Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:09,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:08 GMT Server: Apache x-openstack-request-id: req-10a71933-594f-4c94-9949-8e5f317e2255 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:09,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-10a71933-594f-4c94-9949-8e5f317e2255 2018-10-06 05:19:09,111 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:09,111 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:12,114 - create_stack - DEBUG - Stack status query timeout in 1193.18019104 2018-10-06 05:19:12,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:12,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:12 GMT Server: Apache x-openstack-request-id: req-e8dfb93d-2666-44a8-9344-ae5ae0e3f11b Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:12,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:12 GMT Server: Apache x-openstack-request-id: req-f5521130-5045-48f1-be95-2703b9251561 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:12,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-f5521130-5045-48f1-be95-2703b9251561 2018-10-06 05:19:12,625 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:12,625 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:15,628 - create_stack - DEBUG - Stack status query timeout in 1189.66559815 2018-10-06 05:19:15,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:15,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:15 GMT Server: Apache x-openstack-request-id: req-e1020c3d-274f-4d31-82ed-dcae183d60b7 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:16,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:15 GMT Server: Apache x-openstack-request-id: req-40810b52-8b16-4ba5-ad59-6aadb6bc46ed 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:16,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-40810b52-8b16-4ba5-ad59-6aadb6bc46ed 2018-10-06 05:19:16,172 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:16,173 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:19,176 - create_stack - DEBUG - Stack status query timeout in 1186.11813998 2018-10-06 05:19:19,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:19,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:19 GMT Server: Apache x-openstack-request-id: req-0c96fb6d-c991-4a11-ab9a-e493f39811f5 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:19,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:19 GMT Server: Apache x-openstack-request-id: req-ff0a7d19-5e5e-4936-9689-68e3b54b64d1 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:19,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-ff0a7d19-5e5e-4936-9689-68e3b54b64d1 2018-10-06 05:19:19,760 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:19,760 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:22,763 - create_stack - DEBUG - Stack status query timeout in 1182.53046894 2018-10-06 05:19:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:22,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:22 GMT Server: Apache x-openstack-request-id: req-227853d1-41e3-44a0-8dd7-cfa3e1e4528c Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:23,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:22 GMT Server: Apache x-openstack-request-id: req-c6dd4200-960e-476d-9fd4-ea7dac719639 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:23,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-c6dd4200-960e-476d-9fd4-ea7dac719639 2018-10-06 05:19:23,126 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-06 05:19:23,126 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:26,129 - create_stack - DEBUG - Stack status query timeout in 1179.16488099 2018-10-06 05:19:26,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:26,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:26 GMT Server: Apache x-openstack-request-id: req-a0b36263-1de9-433d-9219-ea20f4cf36e3 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:26,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:26 GMT Server: Apache x-openstack-request-id: req-61300207-a6c3-4b23-8446-e5ab6df1f6af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:26,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-61300207-a6c3-4b23-8446-e5ab6df1f6af 2018-10-06 05:19:26,620 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-06 05:19:26,621 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:26,621 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:26,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:19:26,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:19:27,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "ccbf658e1b0842c08655685b3229cc90", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}], "expires_at": "2018-10-06T06:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "id": "d6118bec12d741ed9ba31b30569f9378"}, "audit_ids": ["-gM0T_c-Qm6mFtrSVLrkeQ"], "issued_at": "2018-10-06T05:19:27.000000Z"}} 2018-10-06 05:19:27,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:27,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf5bde2-238a-4036-836c-e1c47d621555 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:27,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7cf5bde2-238a-4036-836c-e1c47d621555 2018-10-06 05:19:27,087 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:19:27,090 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-06 05:19:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:27,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-5b60db45-fa0b-4c79-8b30-1713efbddff1 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "deletion_time": null, "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "updated_time": null, "project": "cbe6fd7c98c54de8927cfe5ac2429729", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "tags": null}]} 2018-10-06 05:19:27,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack used request id req-5b60db45-fa0b-4c79-8b30-1713efbddff1 2018-10-06 05:19:27,297 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:27,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-6679cbf8-e137-45c6-bcf3-b10612057927 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:27,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-d0700f45-732f-47a7-9e39-cd270a1028db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "af513b8a-e854-4f69-b95d-00402e84f8dc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6aec33ca-258a-4481-9797-f77d49c9c533", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c:subnet_id=eeb7e603-eeae-45c5-a689-895af1fe162f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "eeb7e603-eeae-45c5-a689-895af1fe162f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:19:27,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources used request id req-d0700f45-732f-47a7-9e39-cd270a1028db 2018-10-06 05:19:27,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:28,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-9e62dcef-90b8-4128-8bea-da9da7d9a447 x-compute-request-id: req-9e62dcef-90b8-4128-8bea-da9da7d9a447 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:53:57", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-06T05:19:12.000000", "flavor": {"id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "links": [{"href": "http://172.30.9.29:8774/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19", "rel": "bookmark"}]}, "id": "c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "security_groups": [{"name": "default"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:17Z", "hostId": "3ba28d6accd9f45a2dab3b0b600951b2a44f4e8f104a1bcf8ded71bb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "created": "2018-10-06T05:19:12Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:28,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2 used request id req-9e62dcef-90b8-4128-8bea-da9da7d9a447 2018-10-06 05:19:28,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:28,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-abdf3796-7171-498c-8f3e-7dd3e474beee Date: Sat, 06 Oct 2018 05:19:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:28,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-abdf3796-7171-498c-8f3e-7dd3e474beee 2018-10-06 05:19:28,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:19:28,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:19:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:19:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:28,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1660e701-3ece-4dd1-82f7-a54814fa0876 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:28,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-1660e701-3ece-4dd1-82f7-a54814fa0876 2018-10-06 05:19:28,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:29,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-50c90241-74ef-4969-891b-c41b8b91b5a1 Date: Sat, 06 Oct 2018 05:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:29,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-50c90241-74ef-4969-891b-c41b8b91b5a1 2018-10-06 05:19:29,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:29,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-ccb918d0-1e67-4573-b147-9de5384e6349 Date: Sat, 06 Oct 2018 05:19:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:29,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-ccb918d0-1e67-4573-b147-9de5384e6349 2018-10-06 05:19:29,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:29,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-76a3ca2f-c106-479e-86aa-26c6f886e69f x-compute-request-id: req-76a3ca2f-c106-479e-86aa-26c6f886e69f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-06T05:19:18.000000", "flavor": {"id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "links": [{"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}]}, "id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "security_groups": [{"name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:22Z", "hostId": "11ff546c49bebb7f0e80decfa7cce9898beb43cd777486bd98620010", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "created": "2018-10-06T05:19:15Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:29,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 used request id req-76a3ca2f-c106-479e-86aa-26c6f886e69f 2018-10-06 05:19:29,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:29,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-6cf7b3e1-0a3f-43a4-9ef9-baaf6d5e0240 Date: Sat, 06 Oct 2018 05:19:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:29,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-6cf7b3e1-0a3f-43a4-9ef9-baaf6d5e0240 2018-10-06 05:19:29,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8c45f2-9045-4d5a-bd3b-53106cf38623 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:30,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-2e8c45f2-9045-4d5a-bd3b-53106cf38623 2018-10-06 05:19:30,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-27429f56-d3d5-4bd8-8a01-1d1cccf6e525 Date: Sat, 06 Oct 2018 05:19:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:30,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-27429f56-d3d5-4bd8-8a01-1d1cccf6e525 2018-10-06 05:19:30,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-9ebe5f9b-17d4-4de9-8578-ae320c07435a Date: Sat, 06 Oct 2018 05:19:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:30,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-9ebe5f9b-17d4-4de9-8578-ae320c07435a 2018-10-06 05:19:30,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:30 GMT Server: Apache x-openstack-request-id: req-4e07d79f-c1cb-4bd1-937a-e59c9bf60288 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:30,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:30 GMT Server: Apache x-openstack-request-id: req-a6ee3584-dce8-4cfe-87d7-8cc609e554fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/network", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "af513b8a-e854-4f69-b95d-00402e84f8dc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6aec33ca-258a-4481-9797-f77d49c9c533", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c:subnet_id=eeb7e603-eeae-45c5-a689-895af1fe162f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "eeb7e603-eeae-45c5-a689-895af1fe162f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-06T05:19:05Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:05Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-06T05:19:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-06T05:19:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "resource_type": "OS::Nova::Server"}]} 2018-10-06 05:19:30,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d/resources used request id req-a6ee3584-dce8-4cfe-87d7-8cc609e554fa 2018-10-06 05:19:30,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-e22919b0-2858-4a8c-bf16-a52e699f7ea8 x-compute-request-id: req-e22919b0-2858-4a8c-bf16-a52e699f7ea8 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-flavor2-m3u2e7vzxcao", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:19:30,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19 used request id req-e22919b0-2858-4a8c-bf16-a52e699f7ea8 2018-10-06 05:19:30,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-07b67b16-14fa-43ca-b31f-858df77bc1b9 Date: Sat, 06 Oct 2018 05:19:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}} 2018-10-06 05:19:30,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f used request id req-07b67b16-14fa-43ca-b31f-858df77bc1b9 2018-10-06 05:19:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:30,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c759d46c-2e9c-4a0e-9d6d-5e20f3f6eded Date: Sat, 06 Oct 2018 05:19:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:30,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-c759d46c-2e9c-4a0e-9d6d-5e20f3f6eded 2018-10-06 05:19:30,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0213dd85-cbf9-47ec-a711-86846883b0fc Date: Sat, 06 Oct 2018 05:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:31,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-0213dd85-cbf9-47ec-a711-86846883b0fc 2018-10-06 05:19:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2d3636b8-a7bd-490f-a8b6-d0350cdc9d17 Date: Sat, 06 Oct 2018 05:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:31,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-2d3636b8-a7bd-490f-a8b6-d0350cdc9d17 2018-10-06 05:19:31,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bace0b70-b725-414d-9991-05e79b3407e9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:31,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-bace0b70-b725-414d-9991-05e79b3407e9 2018-10-06 05:19:31,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-996a8c2b-4589-47bc-98f0-a6f22ee93c26 Date: Sat, 06 Oct 2018 05:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:31,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-996a8c2b-4589-47bc-98f0-a6f22ee93c26 2018-10-06 05:19:31,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3A53%3A53%3A57&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-6cebdc17-85c1-45a3-9427-f3ac2ecc5fdc Date: Sat, 06 Oct 2018 05:19:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"}]} 2018-10-06 05:19:31,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3A53%3A53%3A57&admin_state_up=True used request id req-6cebdc17-85c1-45a3-9427-f3ac2ecc5fdc 2018-10-06 05:19:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed36025-b523-4458-b67c-92d6b8c59804 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:31,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-0ed36025-b523-4458-b67c-92d6b8c59804 2018-10-06 05:19:31,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:31,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-055393a3-e583-4883-9a53-f41418efdd04 Date: Sat, 06 Oct 2018 05:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:31,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-055393a3-e583-4883-9a53-f41418efdd04 2018-10-06 05:19:31,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-610ec515-6691-478d-86d1-74a0bf4c3e59 Date: Sat, 06 Oct 2018 05:19:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:32,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-610ec515-6691-478d-86d1-74a0bf4c3e59 2018-10-06 05:19:32,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-37ac143c-b4d0-4caa-b3cd-2043dba1d965 Date: Sat, 06 Oct 2018 05:19:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:32,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-37ac143c-b4d0-4caa-b3cd-2043dba1d965 2018-10-06 05:19:32,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-3646578b-11f8-4a75-b936-e6d64671adc6 Date: Sat, 06 Oct 2018 05:19:32 GMT RESP BODY: {"floatingips": [{"router_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:16Z", "updated_at": "2018-10-06T05:19:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.206", "revision_number": 1, "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "id": "6aec33ca-258a-4481-9797-f77d49c9c533"}]} 2018-10-06 05:19:32,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-3646578b-11f8-4a75-b936-e6d64671adc6 2018-10-06 05:19:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9df36529-5f60-4ddb-afb3-1df17cf5d65b Date: Sat, 06 Oct 2018 05:19:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:18:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:18:59Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "metadata": {}}], "self": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "min_disk": 0, "protected": false, "id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "file": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cbe6fd7c98c54de8927cfe5ac2429729", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:19:32,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df used request id req-9df36529-5f60-4ddb-afb3-1df17cf5d65b 2018-10-06 05:19:32,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6fb9afd0-e1a0-4969-bff0-765fbea11785 Date: Sat, 06 Oct 2018 05:19: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", "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-10-06 05:19:32,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-6fb9afd0-e1a0-4969-bff0-765fbea11785 2018-10-06 05:19:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:32,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:32 GMT Server: Apache x-openstack-request-id: req-52239209-49b9-4ed0-970e-b272dc566087 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:33,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:32 GMT Server: Apache x-openstack-request-id: req-bad2998b-9577-4998-9e29-6d1aa97ae3cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:33,105 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-bad2998b-9577-4998-9e29-6d1aa97ae3cb 2018-10-06 05:19:33,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:19:33,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:19:33,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "ccbf658e1b0842c08655685b3229cc90", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}], "expires_at": "2018-10-06T06:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "id": "d6118bec12d741ed9ba31b30569f9378"}, "audit_ids": ["cDQo6lT3TVKOQIxn7-Zs6Q"], "issued_at": "2018-10-06T05:19:33.000000Z"}} 2018-10-06 05:19:33,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:33,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f37cbfc8-6618-4a9f-aec8-50e5084a8ba3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:33,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f37cbfc8-6618-4a9f-aec8-50e5084a8ba3 2018-10-06 05:19:33,572 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:19:33,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:33,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9518c0-ec66-4f71-8e69-cc7252c4924f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:33,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9e9518c0-ec66-4f71-8e69-cc7252c4924f 2018-10-06 05:19:33,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:33,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7a49c9c0-5e0f-47db-94f2-a926509314fb Date: Sat, 06 Oct 2018 05:19:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:33,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-7a49c9c0-5e0f-47db-94f2-a926509314fb 2018-10-06 05:19:33,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:19:33,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:19:33,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:33,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-036b94c3-aafe-4fcc-8de3-5db21bdeb875 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:33,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-036b94c3-aafe-4fcc-8de3-5db21bdeb875 2018-10-06 05:19:33,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:34,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d71e2069-c170-452b-a6ba-f1994d8e2afa Date: Sat, 06 Oct 2018 05:19:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:34,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-d71e2069-c170-452b-a6ba-f1994d8e2afa 2018-10-06 05:19:34,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3A53%3A53%3A57&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:34,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-1a84b79f-3867-4422-a4e0-956243e79dc9 Date: Sat, 06 Oct 2018 05:19:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"}]} 2018-10-06 05:19:34,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3A53%3A53%3A57&admin_state_up=True used request id req-1a84b79f-3867-4422-a4e0-956243e79dc9 2018-10-06 05:19:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:34,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcaeed0a-a1ef-4b67-ad7d-6571c81c9908 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:34,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-bcaeed0a-a1ef-4b67-ad7d-6571c81c9908 2018-10-06 05:19:34,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:35,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-51479ac7-e4ec-496a-bec8-8c586d81b312 x-compute-request-id: req-51479ac7-e4ec-496a-bec8-8c586d81b312 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:53:57", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-06T05:19:12.000000", "flavor": {"id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "links": [{"href": "http://172.30.9.29:8774/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19", "rel": "bookmark"}]}, "id": "c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "security_groups": [{"name": "default"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:17Z", "hostId": "3ba28d6accd9f45a2dab3b0b600951b2a44f4e8f104a1bcf8ded71bb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "created": "2018-10-06T05:19:12Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:19:35,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2 used request id req-51479ac7-e4ec-496a-bec8-8c586d81b312 2018-10-06 05:19:35,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:35,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-57f8ee58-564b-4c1a-bc36-ef26989fe5ef Date: Sat, 06 Oct 2018 05:19:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:35,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-57f8ee58-564b-4c1a-bc36-ef26989fe5ef 2018-10-06 05:19:35,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:35,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-56a4dc67-dee6-4fe4-aba2-75aacefed528 Date: Sat, 06 Oct 2018 05:19:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:35,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-56a4dc67-dee6-4fe4-aba2-75aacefed528 2018-10-06 05:19:35,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:35,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-537c831c-ed4e-4908-8dcc-f803c975cc47 Date: Sat, 06 Oct 2018 05:19:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:35,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-537c831c-ed4e-4908-8dcc-f803c975cc47 2018-10-06 05:19:35,873 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2 2018-10-06 05:19:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:36,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-c1433511-bee7-45ad-ad02-2a3525a8f341 Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"floatingips": [{"router_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:16Z", "updated_at": "2018-10-06T05:19:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.206", "revision_number": 1, "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "id": "6aec33ca-258a-4481-9797-f77d49c9c533"}]} 2018-10-06 05:19:36,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-c1433511-bee7-45ad-ad02-2a3525a8f341 2018-10-06 05:19:36,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-4ee79207-aa19-425b-887e-d063ada1d433 x-compute-request-id: req-4ee79207-aa19-425b-887e-d063ada1d433 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-flavor1-y7aurd5zrxtl", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:19:36,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6 used request id req-4ee79207-aa19-425b-887e-d063ada1d433 2018-10-06 05:19:36,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c32aee54-9477-427c-9a1e-cd6e718da03d Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}} 2018-10-06 05:19:36,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f used request id req-c32aee54-9477-427c-9a1e-cd6e718da03d 2018-10-06 05:19:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-27beb4af-335c-43a1-9753-3597aa70f25b Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:36,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-27beb4af-335c-43a1-9753-3597aa70f25b 2018-10-06 05:19:36,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c7484608-6604-4590-990c-e5b933842fd0 Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:36,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-c7484608-6604-4590-990c-e5b933842fd0 2018-10-06 05:19:36,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0c0cd69c-3b1c-4d32-aa49-f7913c428207 Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:36,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-0c0cd69c-3b1c-4d32-aa49-f7913c428207 2018-10-06 05:19:36,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ab8dda-e8c2-4381-a1e0-4dd1379770c6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:36,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-47ab8dda-e8c2-4381-a1e0-4dd1379770c6 2018-10-06 05:19:36,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:36,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-23803915-d442-4254-88ab-f92152df30ce Date: Sat, 06 Oct 2018 05:19:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:36,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-23803915-d442-4254-88ab-f92152df30ce 2018-10-06 05:19:36,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3Ada%3A38%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-2170975b-12eb-4611-98fa-b8308dc0cbe7 Date: Sat, 06 Oct 2018 05:19:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:37,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3Ada%3A38%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2&admin_state_up=True used request id req-2170975b-12eb-4611-98fa-b8308dc0cbe7 2018-10-06 05:19:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708399f4-b7ab-425b-a703-e19024c8966b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:37,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-708399f4-b7ab-425b-a703-e19024c8966b 2018-10-06 05:19:37,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a05e52e6-b329-4019-b249-b1c15fd2c9bf Date: Sat, 06 Oct 2018 05:19:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:37,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-a05e52e6-b329-4019-b249-b1c15fd2c9bf 2018-10-06 05:19:37,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1623580b-2f6e-4a16-94d8-f7a07949fd8f Date: Sat, 06 Oct 2018 05:19:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:37,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-1623580b-2f6e-4a16-94d8-f7a07949fd8f 2018-10-06 05:19:37,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-d7032551-2a70-4873-8f01-e5a594f513fb Date: Sat, 06 Oct 2018 05:19:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:37,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-d7032551-2a70-4873-8f01-e5a594f513fb 2018-10-06 05:19:37,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:37,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-42e14b8f-321b-49de-8523-e0da54df599a Date: Sat, 06 Oct 2018 05:19:37 GMT RESP BODY: {"floatingips": [{"router_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:16Z", "updated_at": "2018-10-06T05:19:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.206", "revision_number": 1, "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "id": "6aec33ca-258a-4481-9797-f77d49c9c533"}]} 2018-10-06 05:19:37,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-42e14b8f-321b-49de-8523-e0da54df599a 2018-10-06 05:19:37,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/3ce1a466-f42c-4e87-9587-6aa372b6d25c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-68204c0f-a157-423c-bb14-a860d24c0ef5 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:11Z", "admin_state_up": true, "updated_at": "2018-10-06T05:19:17Z", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "name": "mgmt_router"}} 2018-10-06 05:19:38,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/3ce1a466-f42c-4e87-9587-6aa372b6d25c used request id req-68204c0f-a157-423c-bb14-a860d24c0ef5 2018-10-06 05:19:38,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=3ce1a466-f42c-4e87-9587-6aa372b6d25c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-c3d4f58b-346c-4a91-9ecf-507922892448 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:33Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","ip_address":"172.30.9.200"}],"id":"5af96046-279d-4a60-8a44-beba8556f374","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:b5:c1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:20Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","ip_address":"169.254.192.5"}],"id":"5cb71ce1-af3a-4a1e-8b9d-959d023212e7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:08:65","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cbe6fd7c98c54de8927cfe5ac2429729","admin_state_up":true,"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:18Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","ip_address":"169.254.192.4"}],"id":"9da184e9-1f55-48a9-8991-2caec8f4b871","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:9d:72","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cbe6fd7c98c54de8927cfe5ac2429729","admin_state_up":true,"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:12Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:19Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","ip_address":"169.254.192.8"}],"id":"b9ca96b5-13cc-422d-b11b-8f9366a19e0f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:73:21","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cbe6fd7c98c54de8927cfe5ac2429729","admin_state_up":true,"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:13Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"}]} 2018-10-06 05:19:38,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=3ce1a466-f42c-4e87-9587-6aa372b6d25c used request id req-c3d4f58b-346c-4a91-9ecf-507922892448 2018-10-06 05:19:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7072a059-1dab-4c0d-b2be-2c7bd7be5659 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6517c0e-8c87-4fe1-b885-3a296982e720","tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:37Z","dns_nameservers":[],"updated_at":"2018-10-06T03:06:37Z","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":"ec5bcdef74a346eaa92ad18f5a2be7df","id":"fb5f7289-4181-4468-a8f0-6bf9013e6613","subnetpool_id":null,"name":"external-subnet"}} 2018-10-06 05:19:38,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/fb5f7289-4181-4468-a8f0-6bf9013e6613 used request id req-7072a059-1dab-4c0d-b2be-2c7bd7be5659 2018-10-06 05:19:38,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-67e5954c-4fd5-4211-a7f9-956b059a3837 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","subnetpool_id":null,"name":"HA subnet tenant cbe6fd7c98c54de8927cfe5ac2429729"}} 2018-10-06 05:19:38,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c used request id req-67e5954c-4fd5-4211-a7f9-956b059a3837 2018-10-06 05:19:38,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-21cb1891-b817-4b6c-8efa-9a77c1971c51 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","subnetpool_id":null,"name":"HA subnet tenant cbe6fd7c98c54de8927cfe5ac2429729"}} 2018-10-06 05:19:38,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c used request id req-21cb1891-b817-4b6c-8efa-9a77c1971c51 2018-10-06 05:19:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-615de5a3-7500-445a-9725-a25c0bed0c5f Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6feaea21-8d0d-47fc-9102-488dfd0e9b10","tenant_id":"","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6973ba57-79c3-45e1-ba8f-c1d4c4e6501c","subnetpool_id":null,"name":"HA subnet tenant cbe6fd7c98c54de8927cfe5ac2429729"}} 2018-10-06 05:19:38,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/6973ba57-79c3-45e1-ba8f-c1d4c4e6501c used request id req-615de5a3-7500-445a-9725-a25c0bed0c5f 2018-10-06 05:19:38,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-de64462a-6efd-4ae3-82ea-3b8cd17a04ad Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}} 2018-10-06 05:19:38,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f used request id req-de64462a-6efd-4ae3-82ea-3b8cd17a04ad 2018-10-06 05:19:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports/d5e2c454-cbd4-4e90-ace9-a08421b49f68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1071 X-Openstack-Request-Id: req-f675b959-c4f1-4367-a01c-3ae6e141b2c3 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","qos_policy_id":null,"admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal"}} 2018-10-06 05:19:38,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports/d5e2c454-cbd4-4e90-ace9-a08421b49f68 used request id req-f675b959-c4f1-4367-a01c-3ae6e141b2c3 2018-10-06 05:19:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fa62bae2-9504-41b7-86f7-7577927a14e2 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}} 2018-10-06 05:19:38,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/eeb7e603-eeae-45c5-a689-895af1fe162f used request id req-fa62bae2-9504-41b7-86f7-7577927a14e2 2018-10-06 05:19:38,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:38,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f709e9c9-29f8-4c1f-b3a5-968508593109 Date: Sat, 06 Oct 2018 05:19:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:18:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-06T05:18:59Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "metadata": {}}], "self": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "min_disk": 0, "protected": false, "id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "file": "/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cbe6fd7c98c54de8927cfe5ac2429729", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/7defc939-df75-4c6d-8f82-3ff0fde212df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:19:38,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df used request id req-f709e9c9-29f8-4c1f-b3a5-968508593109 2018-10-06 05:19:38,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f35f234e770f113e9656dad7c3fa061a3166c08" 2018-10-06 05:19:39,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:38 GMT Server: Apache x-openstack-request-id: req-75e9a37f-9f6d-4352-9f59-2a4236f799eb Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:39,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:39 GMT Server: Apache x-openstack-request-id: req-45f5071b-a9e9-44e2-946e-4cbd38f8db39 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2081 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA68j+USq6ZKt131BMBtz/VqL/TNxAmgmFcZ9S4wj0BRj1MaAx\nFOZllZu3C7dwoKkXmbxQxluoY3eKFSpfWmWGY1G/5g8Nd/g/+z9eugBTaJ6hs/EG\n2aVxv2o0wn8z/tFF5JRRmhnCNjJZUZUy9LT1Np9jzWRJdftP2xKIbJvhMB5Umfmz\nVfmhTyraJaDakqUZhScNdcF03z83oSzzH+dF8ighW3RFcPMeujJqriWYmBNALyIy\nT41aq9ARExrm2eVdXssV1wikyYon8cdFkZ6eev58f7ZVhprEU9WcNf2uDHD3dVf9\nqs2kWJ1GNUWCaWVM97g7OHG2l0MLIvz2nUgdIwIDAQABAoIBACJ/rR5JJy6Vm9CJ\n2iXi7gVKIhqn21fubrT6P9FyPOoGBdI2AxhwwYpLV1QCihsnwok+8X6kaJXtJqoE\nIiGC20/q5S4PI8Ra8VmcowqKA6o6E6TVblAoEeWU75VJsVzmV9ijDvGCNVVitojm\nUKdXVs2gMqUZuFnn5H5ETuu9PwygC4cGQtLj9otldJAlIzf3s7n3WIe1X6I+j5ba\n5Vqdf4rNkWbWxZ4lmB/oVRzU6ZOBI/RhH61xpEIJnz9oh4S0xemdWMqowzNuFnMN\n0blKcpn9mgroiLN06sq0BCsRxf+EA/fae5SgkdJNvAyZ7iBBlmdK+R1U7Gg15mPi\n5jP3l0ECgYEA/itA70xOXTmAKQNFYpL99fkw2TTyRZi5P2flA5SEGkD8qUoPzRvI\nkZgMr2VXKJZ+JW/G7WXpl5MiYF8RDA5iVLWKg/TUCqT3OF6m8xtv5jggCE52RBkB\nIBcMGN3kitUKmSGO5Cchk/8Zc5utT2XfvPH6FgwdjWkE4EiWjo1XvcMCgYEA7XvV\n8y5bUqADD5mKtpL/RlC+y0cxSbdJjuRYFPyxyjZcBp7Uc+4Hb+nG+4N8fiUEa3dT\nQiykK6bDtTbcavsGcqpkri67UfmcQaNnh5YUxd13pFBdJt3D+g11QowvpDyNVWMf\n2qqDO1XsMxMspK+KMLdnJ5gvRbCSFmiiohQ3TSECgYBvwnMmBcZ7ZXo+DmsnAf1b\nd/wLtiVFhvcFs1hW76n6pVKz2ZYDGVFi+5mwUf42IZ5MNc8huesxtAesmoCzbWu9\nVaoXhcLq/0iZZ70/LnRQpaMoI+AK53fANYIjOQZyKWUkmkXrem1gVw5I8E4PmHr9\n6OSPZzpjYKc9O43AFtRa4wKBgQDFZ/Pvwi/9Xa9Nr1cj7sst2v7OIO6ylR4bHmqt\nf2QWb9tNUYfOmiUqfQx/k8vPW9vxrO3TiyIoeuYh42mTr/irJkKsm4HwYWnnEfqE\nNVgtJaxHNNpJ7Xvzhm5blAYiIodlXBFlhemyT/kYd67bcmOPnVStEA7zghPddrsB\nuYZCoQKBgDDuPj+nKELM+TI3DPaeiEEgyCE6K7+O1BvXGBbGM/S/BDJDp44ab6AZ\nZBA9bHKSTIjdcXLKZ6qhjfFlX7gnJcVmYIqOcT051c1P3pnV0cpdVjClMw8CR+Px\njlPiwtPAAC1TLBYkNOJFDgzA+vctpzh/WYpd+Vq6zHcjgNUHwIqd\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-10-06 05:19:39,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-45f5071b-a9e9-44e2-946e-4cbd38f8db39 2018-10-06 05:19:39,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:19:39,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:19:39,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "ccbf658e1b0842c08655685b3229cc90", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role"}], "expires_at": "2018-10-06T06:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/cbe6fd7c98c54de8927cfe5ac2429729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user", "id": "d6118bec12d741ed9ba31b30569f9378"}, "audit_ids": ["4mLCo4CzTj-wgluZ188qjg"], "issued_at": "2018-10-06T05:19:39.000000Z"}} 2018-10-06 05:19:39,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:39,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddf4e41-639a-454d-b2e0-4d8055a52ec5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:39,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-7ddf4e41-639a-454d-b2e0-4d8055a52ec5 2018-10-06 05:19:39,965 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:19:39,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f34f965-9941-4525-95a6-107a1867764d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:19:40,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-3f34f965-9941-4525-95a6-107a1867764d 2018-10-06 05:19:40,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2d8781b4-6a04-424a-b725-bf5f84976a62 Date: Sat, 06 Oct 2018 05:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:40,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-2d8781b4-6a04-424a-b725-bf5f84976a62 2018-10-06 05:19:40,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:19:40,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:19:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:19:40,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1922065d-dc75-4c6b-af65-91a3362f7ae6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:40,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-1922065d-dc75-4c6b-af65-91a3362f7ae6 2018-10-06 05:19:40,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-abc43fbe-fc7a-40e7-9025-a3730d4075b4 Date: Sat, 06 Oct 2018 05:19:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:40,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-abc43fbe-fc7a-40e7-9025-a3730d4075b4 2018-10-06 05:19:40,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3Ada%3A38%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-85bc88e5-52a8-4d14-bc74-8ffd074584c7 Date: Sat, 06 Oct 2018 05:19:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:40,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc&mac_address=fa%3A16%3A3e%3Ada%3A38%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2&admin_state_up=True used request id req-85bc88e5-52a8-4d14-bc74-8ffd074584c7 2018-10-06 05:19:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:40,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5449eb93-9d7b-4419-9d97-940b49aadd41 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:40,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-5449eb93-9d7b-4419-9d97-940b49aadd41 2018-10-06 05:19:40,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:41,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-7e6d2b1d-15fa-4d80-b177-15e145bc8205 x-compute-request-id: req-7e6d2b1d-15fa-4d80-b177-15e145bc8205 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-06T05:19:18.000000", "flavor": {"id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "links": [{"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}]}, "id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "security_groups": [{"name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:22Z", "hostId": "11ff546c49bebb7f0e80decfa7cce9898beb43cd777486bd98620010", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "created": "2018-10-06T05:19:15Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:19:41,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1 used request id req-7e6d2b1d-15fa-4d80-b177-15e145bc8205 2018-10-06 05:19:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:41,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2f9529c2-c65a-4b5e-a8be-157d27869717 Date: Sat, 06 Oct 2018 05:19:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:41,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-2f9529c2-c65a-4b5e-a8be-157d27869717 2018-10-06 05:19:41,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:42,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dcbe8ddf-dedc-485f-afdd-e38d9ab05f13 Date: Sat, 06 Oct 2018 05:19:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:42,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-dcbe8ddf-dedc-485f-afdd-e38d9ab05f13 2018-10-06 05:19:42,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:42,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-fc4a0e01-b063-4a8a-a513-22fc71852dc9 Date: Sat, 06 Oct 2018 05:19:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:42,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-fc4a0e01-b063-4a8a-a513-22fc71852dc9 2018-10-06 05:19:42,410 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1 2018-10-06 05:19:42,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:42,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-f290bb57-37e5-4dd4-87db-3505e1982915 Date: Sat, 06 Oct 2018 05:19:42 GMT RESP BODY: {"floatingips": [{"router_id": "3ce1a466-f42c-4e87-9587-6aa372b6d25c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:16Z", "updated_at": "2018-10-06T05:19:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.206", "revision_number": 1, "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_id": "d5e2c454-cbd4-4e90-ace9-a08421b49f68", "id": "6aec33ca-258a-4481-9797-f77d49c9c533"}]} 2018-10-06 05:19:42,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-f290bb57-37e5-4dd4-87db-3505e1982915 2018-10-06 05:19:42,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:43,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-36e6dc73-41ee-4cf9-8956-d5b581acf41f x-compute-request-id: req-36e6dc73-41ee-4cf9-8956-d5b581acf41f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:53:57", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-06T05:19:12.000000", "flavor": {"id": "f0748499-3d42-4413-bb67-e3a1f5c82b19", "links": [{"href": "http://172.30.9.29:8774/flavors/f0748499-3d42-4413-bb67-e3a1f5c82b19", "rel": "bookmark"}]}, "id": "c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2", "security_groups": [{"name": "default"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:17Z", "hostId": "3ba28d6accd9f45a2dab3b0b600951b2a44f4e8f104a1bcf8ded71bb", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "created": "2018-10-06T05:19:12Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:43,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2 used request id req-36e6dc73-41ee-4cf9-8956-d5b581acf41f 2018-10-06 05:19:43,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:43,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d196f456-7b9b-40e2-82cd-afa4c43e8fb5 Date: Sat, 06 Oct 2018 05:19:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:43,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-d196f456-7b9b-40e2-82cd-afa4c43e8fb5 2018-10-06 05:19:43,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:43,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b0787a0-631e-4b8d-93fe-10ce8678301d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:43,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-5b0787a0-631e-4b8d-93fe-10ce8678301d 2018-10-06 05:19:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:43,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-686469d2-6418-40e5-a2dd-e7ab580b4427 Date: Sat, 06 Oct 2018 05:19:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:43,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-686469d2-6418-40e5-a2dd-e7ab580b4427 2018-10-06 05:19:43,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4e90f791044958bdc30a77003198c88fe1a17e" 2018-10-06 05:19:43,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-92c3b39a-bed0-49d5-92f0-27446c2f17b0 Date: Sat, 06 Oct 2018 05:19:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:43,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-92c3b39a-bed0-49d5-92f0-27446c2f17b0 2018-10-06 05:19:43,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:44,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-3ea93f0c-9754-4efb-ac6e-3fa82c9072cd x-compute-request-id: req-3ea93f0c-9754-4efb-ac6e-3fa82c9072cd Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-06T05:19:18.000000", "flavor": {"id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "links": [{"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}]}, "id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "security_groups": [{"name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:22Z", "hostId": "11ff546c49bebb7f0e80decfa7cce9898beb43cd777486bd98620010", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "created": "2018-10-06T05:19:15Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:44,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 used request id req-3ea93f0c-9754-4efb-ac6e-3fa82c9072cd 2018-10-06 05:19:44,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:44,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-30a61d38-3460-4a27-9b73-e498d5c121b1 Date: Sat, 06 Oct 2018 05:19:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:44,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-30a61d38-3460-4a27-9b73-e498d5c121b1 2018-10-06 05:19:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:44,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29770baf-c2df-40c3-8d68-5a725b4d8007 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:44,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-29770baf-c2df-40c3-8d68-5a725b4d8007 2018-10-06 05:19:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:45,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ffc40aac-3e8e-4284-b235-0caee7983371 Date: Sat, 06 Oct 2018 05:19:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:45,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-ffc40aac-3e8e-4284-b235-0caee7983371 2018-10-06 05:19:45,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:45,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-4b2b1d93-21d8-41dc-a2eb-0b6ba82d07b7 Date: Sat, 06 Oct 2018 05:19:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:45,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-4b2b1d93-21d8-41dc-a2eb-0b6ba82d07b7 2018-10-06 05:19:45,262 - create_instance - INFO - Checking if VM is active 2018-10-06 05:19:45,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:45,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-6ed3f7c8-17ef-415d-8038-4fdf73050252 x-compute-request-id: req-6ed3f7c8-17ef-415d-8038-4fdf73050252 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-06T05:19:18.000000", "flavor": {"id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "links": [{"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}]}, "id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "security_groups": [{"name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:22Z", "hostId": "11ff546c49bebb7f0e80decfa7cce9898beb43cd777486bd98620010", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "created": "2018-10-06T05:19:15Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:45,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 used request id req-6ed3f7c8-17ef-415d-8038-4fdf73050252 2018-10-06 05:19:45,861 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1] is - ACTIVE 2018-10-06 05:19:45,861 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:19:45,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:46,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19: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-9d1d3a00-63de-4e0a-a8b1-59bb1cf0cbb8 x-compute-request-id: req-9d1d3a00-63de-4e0a-a8b1-59bb1cf0cbb8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:38:76", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6", "rel": "bookmark"}], "image": {"id": "7defc939-df75-4c6d-8f82-3ff0fde212df", "links": [{"href": "http://172.30.9.29:8774/images/7defc939-df75-4c6d-8f82-3ff0fde212df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-10-06T05:19:18.000000", "flavor": {"id": "8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "links": [{"href": "http://172.30.9.29:8774/flavors/8a9f4f3a-c3fe-49bc-8cd1-bc552c5137f6", "rel": "bookmark"}]}, "id": "d207330e-c415-4c58-b17b-bbb0efc69ea6", "security_groups": [{"name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp"}], "user_id": "d6118bec12d741ed9ba31b30569f9378", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:19:22Z", "hostId": "11ff546c49bebb7f0e80decfa7cce9898beb43cd777486bd98620010", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "created": "2018-10-06T05:19:15Z", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:19:46,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d207330e-c415-4c58-b17b-bbb0efc69ea6 used request id req-9d1d3a00-63de-4e0a-a8b1-59bb1cf0cbb8 2018-10-06 05:19:46,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:46,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2dc8a5df-fb5e-4e77-a493-a467d246bdfc Date: Sat, 06 Oct 2018 05:19:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"af513b8a-e854-4f69-b95d-00402e84f8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":false,"project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","subnets":["eeb7e603-eeae-45c5-a689-895af1fe162f"],"description":"","tags":[],"updated_at":"2018-10-06T05:19:10Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net","admin_state_up":true,"tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:08Z","provider:network_type":"vxlan"}]} 2018-10-06 05:19:46,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net used request id req-2dc8a5df-fb5e-4e77-a493-a467d246bdfc 2018-10-06 05:19:46,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:46,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a85d5ec-eab2-4050-b413-e9f9588a56bc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:19:46,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-9a85d5ec-eab2-4050-b413-e9f9588a56bc 2018-10-06 05:19:46,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:47,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ab71d5e7-4f36-4cf6-aa00-e737c36153a6 Date: Sat, 06 Oct 2018 05:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","dns_nameservers":[],"updated_at":"2018-10-06T05:19:10Z","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":"cbe6fd7c98c54de8927cfe5ac2429729","id":"eeb7e603-eeae-45c5-a689-895af1fe162f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet"}]} 2018-10-06 05:19:47,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-ab71d5e7-4f36-4cf6-aa00-e737c36153a6 2018-10-06 05:19:47,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12efaa72c37a9e27a8f868422226fd8b464fc72c" 2018-10-06 05:19:47,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-08b3dfdf-a484-49d4-b9f6-3b5c51ad7a56 Date: Sat, 06 Oct 2018 05:19:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.4"}],"id":"06fbb1b8-8704-4a90-b39e-6ffd62c42cf9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:f0:f5","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.12"}],"id":"4f6f471b-b5f0-424f-8235-3a83758eb1b3","security_groups":["ca3c045c-a227-4a00-830b-76ee7ad9ff4d"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:53:57","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:14Z","binding:vnic_type":"normal","device_id":"c1ae7f19-d36e-4acf-ae3b-7d2e532af4d2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.3"}],"id":"5c2c176b-8631-42b9-8ab0-8fe9a42f79a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:1e:a2","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.2"}],"id":"6e62925e-30d3-444b-8a00-481c188ca3da","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:c5:04","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af513b8a-e854-4f69-b95d-00402e84f8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.1"}],"id":"be5000c8-3edd-4306-8b4d-73355c360208","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:e8:29","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:16Z","binding:vnic_type":"normal","device_id":"3ce1a466-f42c-4e87-9587-6aa372b6d25c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:19:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eeb7e603-eeae-45c5-a689-895af1fe162f","ip_address":"10.1.2.10"}],"id":"d5e2c454-cbd4-4e90-ace9-a08421b49f68","security_groups":["3ed3f9e1-c0c2-4f82-b407-abe3b0f642b2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:38:76","project_id":"cbe6fd7c98c54de8927cfe5ac2429729","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack-port1-h5gqhtfpgwe2","admin_state_up":true,"network_id":"af513b8a-e854-4f69-b95d-00402e84f8dc","tenant_id":"cbe6fd7c98c54de8927cfe5ac2429729","created_at":"2018-10-06T05:19:11Z","binding:vnic_type":"normal","device_id":"d207330e-c415-4c58-b17b-bbb0efc69ea6"}]} 2018-10-06 05:19:47,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=af513b8a-e854-4f69-b95d-00402e84f8dc used request id req-08b3dfdf-a484-49d4-b9f6-3b5c51ad7a56 2018-10-06 05:19:47,286 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:19:47,290 - paramiko.transport - DEBUG - starting thread (client mode): 0x73ceccd0L 2018-10-06 05:19:47,290 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:19:47,291 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:19:47,291 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:19:47,292 - 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-10-06 05:19:47,292 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:19:47,292 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:19:47,292 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:19:47,293 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:19:47,293 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:19:47,310 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:19:47,310 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:19:47,323 - paramiko.transport - DEBUG - Trying key e2936e1629ebf4fe0fd98b20f962dcfd from d86dc1af-aefa-49b8-9ea0-0ac52c0ba705 2018-10-06 05:19:47,347 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:19:47,353 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:19:47,454 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:19:47,469 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:19:47,469 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:19:47,471 - paramiko.transport - DEBUG - starting thread (client mode): 0x73cec9d0L 2018-10-06 05:19:47,471 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:19:47,471 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-06 05:19:47,471 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-06 05:19:47,472 - 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-10-06 05:19:47,472 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:19:47,472 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-06 05:19:47,473 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:19:47,473 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:19:47,473 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:19:47,489 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:19:47,490 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:19:47,504 - paramiko.transport - DEBUG - Trying key e2936e1629ebf4fe0fd98b20f962dcfd from d86dc1af-aefa-49b8-9ea0-0ac52c0ba705 2018-10-06 05:19:47,527 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:19:47,533 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:19:47,536 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:19:47,537 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-06 05:19:47,538 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:19:47,539 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:19:47,540 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:19:47,541 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:47,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:47,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:47 GMT Server: Apache x-openstack-request-id: req-00ef6d98-03ff-4fe6-a849-29998df3ea19 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:47,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:19:47 GMT Server: Apache x-openstack-request-id: req-88527362-1663-43e7-be96-798ae724b9c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:19:47,995 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-88527362-1663-43e7-be96-798ae724b9c0 2018-10-06 05:19:47,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:48,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:48 GMT Server: Apache x-openstack-request-id: req-5e41653c-7ee3-4a28-9f85-78c5a0e69da7 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:48,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:48 GMT Server: Apache x-openstack-request-id: req-fc34d181-adae-4c0f-98da-67bfcbec0e50 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "tags": null, "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:19:47Z", "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "stack_status_reason": "Stack DELETE started", "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-10-06 05:19:48,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-fc34d181-adae-4c0f-98da-67bfcbec0e50 2018-10-06 05:19:48,453 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:19:48,453 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:51,457 - create_stack - DEBUG - Stack status query timeout in 1196.5391221 2018-10-06 05:19:51,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:51,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:51 GMT Server: Apache x-openstack-request-id: req-5fd3e644-7c40-4040-8864-144d29756100 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:51,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:51 GMT Server: Apache x-openstack-request-id: req-d910b44c-9b73-451d-95f2-c4d319af4e74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "tags": null, "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:19:47Z", "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "stack_status_reason": "Stack DELETE started", "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-10-06 05:19:51,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-d910b44c-9b73-451d-95f2-c4d319af4e74 2018-10-06 05:19:51,802 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:19:51,802 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:54,806 - create_stack - DEBUG - Stack status query timeout in 1193.19000292 2018-10-06 05:19:54,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:54,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:54 GMT Server: Apache x-openstack-request-id: req-0d45269c-4aa5-4e92-880a-d69c318496c9 Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:54,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:54 GMT Server: Apache x-openstack-request-id: req-23a28fd9-b3c6-42a0-b41a-3bcd89c4add5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "tags": null, "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-06T05:19:47Z", "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "stack_status_reason": "Stack DELETE started", "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-10-06 05:19:54,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-23a28fd9-b3c6-42a0-b41a-3bcd89c4add5 2018-10-06 05:19:54,882 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-06 05:19:54,882 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-06 05:19:57,885 - create_stack - DEBUG - Stack status query timeout in 1190.11045194 2018-10-06 05:19:57,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:58,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:57 GMT Server: Apache x-openstack-request-id: req-63b8a23a-b64e-406c-9552-6bd6e4e02d5f Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:58,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-17d2e035-70ef-4240-8256-9891dfbc4993 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor2", "OS::project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "OS::stack_id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-kp", "security_group_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-subnet", "net_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst2", "inst1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-inst1", "image2_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image", "flavor1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-flavor1", "image1_name": "CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack", "stack_user_project_id": "f883090f5d7e466aa66c8977e02cc39e", "tags": null, "creation_time": "2018-10-06T05:19:04Z", "links": [{"href": "http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-06T05:19:47Z", "id": "541804a3-c1ba-4b46-bd59-f7516c45422d", "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-10-06 05:19:58,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-17d2e035-70ef-4240-8256-9891dfbc4993 2018-10-06 05:19:58,238 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-06 05:19:58,238 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:58,238 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack 2018-10-06 05:19:58,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/541804a3-c1ba-4b46-bd59-f7516c45422d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cc500ba03ef5a9a1f087f3de2b80d977d702869" 2018-10-06 05:19:58,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 06 Oct 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-998e79e8-2c3b-4896-9220-67d391b10f6b Location: http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-06 05:19:58,614 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-26451d07-87f6-44fe-9ff2-ba8692bde9ff Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-06 05:19:58,614 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.29:8004/v1/cbe6fd7c98c54de8927cfe5ac2429729/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-stack/541804a3-c1ba-4b46-bd59-f7516c45422d used request id req-26451d07-87f6-44fe-9ff2-ba8692bde9ff 2018-10-06 05:19:58,615 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-a49d5c87-5398-4f7f-bcbd-c0e1cb11ed7e-image 2018-10-06 05:19:58,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}59a29b1bf1eb200f5d817a2629947df8d3c1649a" 2018-10-06 05:19:59,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08f36e09-269f-4917-b891-af6574d47988 Date: Sat, 06 Oct 2018 05:20:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:19:59,998 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7defc939-df75-4c6d-8f82-3ff0fde212df used request id req-08f36e09-269f-4917-b891-af6574d47988 2018-10-06 05:20:00,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:00,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7cf37a20-003a-43e6-b224-68f79eac5951 Date: Sat, 06 Oct 2018 05:20:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:07Z", "updated_at": "2018-10-06T05:19:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "revision_number": 0, "id": "2a2bc2eb-f5f5-4675-bdd4-92ee5637e3de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "revision_number": 0, "id": "4f5f7bb9-6c36-406f-b7f5-0eaeb079511c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "revision_number": 0, "id": "63e1ee1a-42b1-45c0-9cb9-545585a21816", "remote_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "remote_ip_prefix": null, "created_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_range_min": null, "ethertype": "IPv4", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "revision_number": 0, "id": "ee996d53-8018-48e3-8898-bae14396fe5a", "remote_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "remote_ip_prefix": null, "created_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "port_range_min": null, "ethertype": "IPv6", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729"}], "revision_number": 4, "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:20:00,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-7cf37a20-003a-43e6-b224-68f79eac5951 2018-10-06 05:20:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:00,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90836757-8b54-4898-8d5c-4f6964d332e0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:20:00,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-90836757-8b54-4898-8d5c-4f6964d332e0 2018-10-06 05:20:00,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:00,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44fad87a-19b3-431c-a6b1-df23910ca7f0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:20:00,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-44fad87a-19b3-431c-a6b1-df23910ca7f0 2018-10-06 05:20:00,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:00,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ecacf6-b3fe-4f10-b62a-11668c4b69b6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729"}, "enabled": true, "id": "cbe6fd7c98c54de8927cfe5ac2429729", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj"}} 2018-10-06 05:20:00,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-55ecacf6-b3fe-4f10-b62a-11668c4b69b6 2018-10-06 05:20:00,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca3c045c-a227-4a00-830b-76ee7ad9ff4d 2018-10-06 05:20:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ca3c045c-a227-4a00-830b-76ee7ad9ff4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:00,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-23e063f3-5827-4c22-8b69-ee26e6c6fb9f Date: Sat, 06 Oct 2018 05:20:00 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-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "port_range_min": null, "revision_number": 0, "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:07Z", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "2a2bc2eb-f5f5-4675-bdd4-92ee5637e3de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "port_range_min": null, "revision_number": 0, "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:07Z", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "4f5f7bb9-6c36-406f-b7f5-0eaeb079511c"}, {"remote_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "port_range_min": null, "revision_number": 0, "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:07Z", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "63e1ee1a-42b1-45c0-9cb9-545585a21816"}, {"remote_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:19:07Z", "security_group_id": "ca3c045c-a227-4a00-830b-76ee7ad9ff4d", "port_range_min": null, "revision_number": 0, "tenant_id": "cbe6fd7c98c54de8927cfe5ac2429729", "created_at": "2018-10-06T05:19:07Z", "project_id": "cbe6fd7c98c54de8927cfe5ac2429729", "id": "ee996d53-8018-48e3-8898-bae14396fe5a"}]} 2018-10-06 05:20:00,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=ca3c045c-a227-4a00-830b-76ee7ad9ff4d used request id req-23e063f3-5827-4c22-8b69-ee26e6c6fb9f 2018-10-06 05:20:00,668 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:20:00,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ca3c045c-a227-4a00-830b-76ee7ad9ff4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:01,023 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08be6897-027f-4333-95b1-d69f8ce03e37 Content-Length: 0 Date: Sat, 06 Oct 2018 05:20:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:20:01,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ca3c045c-a227-4a00-830b-76ee7ad9ff4d used request id req-08be6897-027f-4333-95b1-d69f8ce03e37 2018-10-06 05:20:01,024 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj 2018-10-06 05:20:01,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:01,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-006a261c-cedf-43b8-9bb7-b3b8d144cff4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:20:01,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cbe6fd7c98c54de8927cfe5ac2429729 used request id req-006a261c-cedf-43b8-9bb7-b3b8d144cff4 2018-10-06 05:20:01,282 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-proj-role 2018-10-06 05:20:01,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:01,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d77b1411-3b28-4030-aec9-d99e750434c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:20:01,398 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/ccbf658e1b0842c08655685b3229cc90 used request id req-d77b1411-3b28-4030-aec9-d99e750434c3 2018-10-06 05:20:01,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}415efd9a0d9728faa2caa3bb86c5afce08b663a8" 2018-10-06 05:20:01,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17b916a-96da-4ce7-a9f0-04655c00a5a9 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:20:01,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e17b916a-96da-4ce7-a9f0-04655c00a5a9 2018-10-06 05:20:01,487 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-7a63caa4-e8c7-43d-user 2018-10-06 05:20:01,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/d6118bec12d741ed9ba31b30569f9378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f6cf21974a0ca0611263cd0d84f177b01addf57" 2018-10-06 05:20:01,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1771ab98-e282-4046-b27e-81ce0b4e0235 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:20:01,666 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/d6118bec12d741ed9ba31b30569f9378 used request id req-1771ab98-e282-4046-b27e-81ce0b4e0235 2018-10-06 05:20:01,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:02,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["N1SetQDKSImXJ4JSkQrXAw"], "issued_at": "2018-10-06T05:20:02.000000Z"}} 2018-10-06 05:20:02,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cf65427c37a1e8c08e0d4f17bf9200e2a64095" 2018-10-06 05:20:02,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd31547f-9151-443b-a8be-768c4abb40eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:02,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fd31547f-9151-443b-a8be-768c4abb40eb 2018-10-06 05:20:02,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:02,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:02,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["oj-2ZSsbRu6Ck_HFYw1-VA"], "issued_at": "2018-10-06T05:20:02.000000Z"}} 2018-10-06 05:20:02,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:02,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c002b8-18f8-47eb-a972-2990bbda8b9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:02,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-52c002b8-18f8-47eb-a972-2990bbda8b9d 2018-10-06 05:20:02,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:02,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:02,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:02,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f69953-6a7e-4abb-ac96-ce32b4ba29fd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:20:02,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj used request id req-36f69953-6a7e-4abb-ac96-ce32b4ba29fd 2018-10-06 05:20:02,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:02,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73769273-24fe-45df-9df0-24012dfbea09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:20:02,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-73769273-24fe-45df-9df0-24012dfbea09 2018-10-06 05:20:02,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}}' 2018-10-06 05:20:02,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:20:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4d6fccc-000f-4394-ad30-e409db91c102 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:02,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f4d6fccc-000f-4394-ad30-e409db91c102 2018-10-06 05:20:02,895 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-8cad7b78-54ca-491-proj 2018-10-06 05:20:02,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:02,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:03,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["rPY8EYHnThiU22o5uuMLNQ"], "issued_at": "2018-10-06T05:20:03.000000Z"}} 2018-10-06 05:20:03,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846f370f154d701dff411164aa409898b67731a4" 2018-10-06 05:20:03,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c44426d-d0e1-4c7f-a0dd-5710c1facd09 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:03,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-9c44426d-d0e1-4c7f-a0dd-5710c1facd09 2018-10-06 05:20:03,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:03,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846f370f154d701dff411164aa409898b67731a4" 2018-10-06 05:20:03,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef858af-abf5-4635-929b-36b96c3d6fa7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:20:03,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8ef858af-abf5-4635-929b-36b96c3d6fa7 2018-10-06 05:20:03,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846f370f154d701dff411164aa409898b67731a4" 2018-10-06 05:20:03,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549a791b-e284-4249-b1f8-becf8ccf4b3a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}]} 2018-10-06 05:20:03,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-8cad7b78-54ca-491-proj used request id req-549a791b-e284-4249-b1f8-becf8ccf4b3a 2018-10-06 05:20:03,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846f370f154d701dff411164aa409898b67731a4" 2018-10-06 05:20:03,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b227bdac-e7e7-4d58-ab10-a0be86fc2a66 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:20:03,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b227bdac-e7e7-4d58-ab10-a0be86fc2a66 2018-10-06 05:20:03,913 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-8cad7b78-54ca-491-user 2018-10-06 05:20:03,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:03,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:04,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd879134-f6fa-4ecb-bf5f-77fe6306cc85 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:20:04,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bd879134-f6fa-4ecb-bf5f-77fe6306cc85 2018-10-06 05:20:04,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" -d '{"role": {"name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}}' 2018-10-06 05:20:04,140 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-102c5136-9ae7-4864-b09c-acd7bd211dc6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4444d7cff24b4af9b89c804a36a1278a", "links": {"self": "http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a"}, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}} 2018-10-06 05:20:04,140 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-102c5136-9ae7-4864-b09c-acd7bd211dc6 2018-10-06 05:20:04,141 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role 2018-10-06 05:20:04,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:04,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a0a7fa-c8b4-4809-9152-035255fbad70 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a"}, "domain_id": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role", "id": "4444d7cff24b4af9b89c804a36a1278a"}} 2018-10-06 05:20:04,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a used request id req-78a0a7fa-c8b4-4809-9152-035255fbad70 2018-10-06 05:20:04,162 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role to project AnsibleProvisioningTests-8cad7b78-54ca-491-proj 2018-10-06 05:20:04,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a/users/aedd022b7c8d48e6bf80c41b9891af59/roles/4444d7cff24b4af9b89c804a36a1278a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:20:04,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67ca9dc8-cdbe-43f2-b2de-1ac1d8102503 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:20:04,292 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a/users/aedd022b7c8d48e6bf80c41b9891af59/roles/4444d7cff24b4af9b89c804a36a1278a used request id req-67ca9dc8-cdbe-43f2-b2de-1ac1d8102503 2018-10-06 05:20:04,293 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:20:04,294 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-06 05:20:04,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:04,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:04,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["W8RvzOQUT0CKA8-5v1V0sQ"], "issued_at": "2018-10-06T05:20:04.000000Z"}} 2018-10-06 05:20:04,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:04,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb0db33-766f-4dd2-9c61-2b489a44e2f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:04,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-dfb0db33-766f-4dd2-9c61-2b489a44e2f0 2018-10-06 05:20:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:04,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-e908937b-8045-46f7-82e8-d9e8401e450e Date: Sat, 06 Oct 2018 05:20:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image"} 2018-10-06 05:20:04,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image used request id req-e908937b-8045-46f7-82e8-d9e8401e450e 2018-10-06 05:20:04,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:05,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b793ab17-857f-435d-87cd-918f2d310b24 Date: Sat, 06 Oct 2018 05:20: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", "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-10-06 05:20:05,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-b793ab17-857f-435d-87cd-918f2d310b24 2018-10-06 05:20:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image"}' 2018-10-06 05:20:05,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 X-Openstack-Request-Id: req-21089d90-15f9-486f-abc5-bccc9f2c90c5 Date: Sat, 06 Oct 2018 05:20:05 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:20:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:20:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "min_disk": 0, "protected": false, "id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "file": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file", "checksum": null, "owner": "8d6ff33388b149db93c24406671c376a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:20:05,343 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-21089d90-15f9-486f-abc5-bccc9f2c90c5 2018-10-06 05:20:05,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" -d '' 2018-10-06 05:20:13,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fa36f80-6bbe-493b-a08d-dc7d67922cbe Date: Sat, 06 Oct 2018 05:20:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:20:13,558 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file used request id req-0fa36f80-6bbe-493b-a08d-dc7d67922cbe 2018-10-06 05:20:13,558 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-06 05:20:13,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:13,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-55a45205-758c-466e-88ec-0629d039ee0d Date: Sat, 06 Oct 2018 05:20:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:20:05Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:20:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "metadata": {}}], "self": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "min_disk": 0, "protected": false, "id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "file": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "8d6ff33388b149db93c24406671c376a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:20:13,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 used request id req-55a45205-758c-466e-88ec-0629d039ee0d 2018-10-06 05:20:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:13,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d2a45d36-f621-47bb-bbbf-6e6853161e4e Date: Sat, 06 Oct 2018 05:20: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", "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-10-06 05:20:13,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-d2a45d36-f621-47bb-bbbf-6e6853161e4e 2018-10-06 05:20:13,895 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image 2018-10-06 05:20:13,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:20:14,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-dca70f36-b15a-43fa-aaa5-03e32fbfba74 Date: Sat, 06 Oct 2018 05:20:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:20:05Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:20:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "metadata": {}}], "self": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "min_disk": 0, "protected": false, "id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "file": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "8d6ff33388b149db93c24406671c376a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:20:14,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 used request id req-dca70f36-b15a-43fa-aaa5-03e32fbfba74 2018-10-06 05:20:14,462 - create_image - DEBUG - Instance status is - active 2018-10-06 05:20:14,462 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image 2018-10-06 05:20:14,462 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image 2018-10-06 05:20:14,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:14,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:14,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["-h-34VuZSh6o0qiROB70bg"], "issued_at": "2018-10-06T05:20:14.000000Z"}} 2018-10-06 05:20:14,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:14,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d27e84-2228-4f57-b3c3-f4333fd39bb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:14,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e0d27e84-2228-4f57-b3c3-f4333fd39bb9 2018-10-06 05:20:14,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:15,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-215b1ba0-9c6f-4171-bbb6-ebe1ca4da41b Date: Sat, 06 Oct 2018 05:20:15 GMT RESP BODY: {"networks":[]} 2018-10-06 05:20:15,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-215b1ba0-9c6f-4171-bbb6-ebe1ca4da41b 2018-10-06 05:20:15,086 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net 2018-10-06 05:20:15,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" -d '{"network": {"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net", "admin_state_up": true}}' 2018-10-06 05:20:15,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-7aa848fe-da06-465f-891d-dc1cd6c11770 Date: Sat, 06 Oct 2018 05:20:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:20:15Z","is_default":false,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","mtu":1450}} 2018-10-06 05:20:15,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-7aa848fe-da06-465f-891d-dc1cd6c11770 2018-10-06 05:20:15,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:15,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-9141ec5f-0060-492c-aa68-b5436f16fac3 Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:15Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:15,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-9141ec5f-0060-492c-aa68-b5436f16fac3 2018-10-06 05:20:15,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:16,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-adb4ac9a-7d5e-43b0-9ca2-69415004debb Date: Sat, 06 Oct 2018 05:20:16 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:20:16,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-adb4ac9a-7d5e-43b0-9ca2-69415004debb 2018-10-06 05:20:16,041 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet 2018-10-06 05:20:16,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" -d '{"subnets": [{"ip_version": 4, "network_id": "6ab6f4d4-e69f-4669-a9a1-a28b49a1d284", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]}' 2018-10-06 05:20:16,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25ac9ba7-0a68-45cc-aa44-a13b1fdef991 Date: Sat, 06 Oct 2018 05:20:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:16,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-25ac9ba7-0a68-45cc-aa44-a13b1fdef991 2018-10-06 05:20:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:17,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cb6c8ccb-2922-4205-860d-a618deafc7ec Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:17,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-cb6c8ccb-2922-4205-860d-a618deafc7ec 2018-10-06 05:20:17,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:20:17,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-28f5e3e6-cd41-4351-9eb6-298814ff1efb Date: Sat, 06 Oct 2018 05:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:17,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-28f5e3e6-cd41-4351-9eb6-298814ff1efb 2018-10-06 05:20:17,314 - OpenStackNetwork - DEBUG - Network [6ab6f4d4-e69f-4669-a9a1-a28b49a1d284] created successfully 2018-10-06 05:20:17,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:17,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:17,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["AgBYzlW2RWuuzN9Jx_xJkw"], "issued_at": "2018-10-06T05:20:17.000000Z"}} 2018-10-06 05:20:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:17,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32208d4e-39e2-4446-8191-8e3c9f84c332 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:17,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-32208d4e-39e2-4446-8191-8e3c9f84c332 2018-10-06 05:20:17,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:17,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d73c442c-f54f-4211-8e5a-4478ee11553f Date: Sat, 06 Oct 2018 05:20:17 GMT RESP BODY: {"routers": []} 2018-10-06 05:20:17,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router&admin_state_up=True used request id req-d73c442c-f54f-4211-8e5a-4478ee11553f 2018-10-06 05:20:17,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:17,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:18,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["bnUe4vJ5SW6VfQuLna5rpA"], "issued_at": "2018-10-06T05:20:18.000000Z"}} 2018-10-06 05:20:18,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}432f184cbdcbcb1fa018de70bd1ca98282cd58a0" 2018-10-06 05:20:18,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92900c3-53c5-4302-aed8-f2cd4b7301ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:18,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c92900c3-53c5-4302-aed8-f2cd4b7301ba 2018-10-06 05:20:18,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:18,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2a5972fa-352b-452c-a5b9-204354ef6c42 Date: Sat, 06 Oct 2018 05:20:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:20:18,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-2a5972fa-352b-452c-a5b9-204354ef6c42 2018-10-06 05:20:18,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:18,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c41faef4-09f0-4db3-9a11-51488875776a Date: Sat, 06 Oct 2018 05:20:18 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:20:18,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-c41faef4-09f0-4db3-9a11-51488875776a 2018-10-06 05:20:18,962 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:20:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router", "admin_state_up": true}}' 2018-10-06 05:20:24,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-8f3a4c79-26d1-4a10-a1d6-70dd17fc2a8b Date: Sat, 06 Oct 2018 05:20:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:19Z", "admin_state_up": true, "updated_at": "2018-10-06T05:20:20Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8d6ff33388b149db93c24406671c376a", "id": "2bc64989-a1df-4986-82ba-d2f08909dbac", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router"}} 2018-10-06 05:20:24,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-8f3a4c79-26d1-4a10-a1d6-70dd17fc2a8b 2018-10-06 05:20:24,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:24,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fff975aa-033d-46f6-8c10-1de168d58dfb Date: Sat, 06 Oct 2018 05:20:24 GMT RESP BODY: {"ports":[]} 2018-10-06 05:20:24,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac used request id req-fff975aa-033d-46f6-8c10-1de168d58dfb 2018-10-06 05:20:24,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:24,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-034e52d9-ac02-47e3-b2e5-4cb0933e8b28 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:24,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-034e52d9-ac02-47e3-b2e5-4cb0933e8b28 2018-10-06 05:20:24,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:24,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:24,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:24,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea6ff1c-81ea-4298-a2c6-fe8a71b4ca3f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:24,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-4ea6ff1c-81ea-4298-a2c6-fe8a71b4ca3f 2018-10-06 05:20:24,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:24,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-367616c1-bfbb-4110-b667-c1082e0cb98f Date: Sat, 06 Oct 2018 05:20:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:24,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-367616c1-bfbb-4110-b667-c1082e0cb98f 2018-10-06 05:20:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:24,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-acc75018-8210-49f9-88f2-fadc811f5913 Date: Sat, 06 Oct 2018 05:20:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:24,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet used request id req-acc75018-8210-49f9-88f2-fadc811f5913 2018-10-06 05:20:24,817 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:20:24,817 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:20:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" -d '{"subnet_id": "751e1325-f6e8-4888-84c8-f33662302237"}' 2018-10-06 05:20:27,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eab7783a-46bb-43fb-8421-8cabafa79682 Date: Sat, 06 Oct 2018 05:20:27 GMT RESP BODY: {"network_id": "6ab6f4d4-e69f-4669-a9a1-a28b49a1d284", "tenant_id": "8d6ff33388b149db93c24406671c376a", "subnet_id": "751e1325-f6e8-4888-84c8-f33662302237", "subnet_ids": ["751e1325-f6e8-4888-84c8-f33662302237"], "port_id": "b2cdc7ff-26bc-4af7-bf44-55880c2256dd", "id": "2bc64989-a1df-4986-82ba-d2f08909dbac"} 2018-10-06 05:20:27,002 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac/add_router_interface used request id req-eab7783a-46bb-43fb-8421-8cabafa79682 2018-10-06 05:20:27,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:27,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-47d616ee-dc7d-4040-b062-0ec89e3998bc Date: Sat, 06 Oct 2018 05:20:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:19Z", "admin_state_up": true, "updated_at": "2018-10-06T05:20:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8d6ff33388b149db93c24406671c376a", "id": "2bc64989-a1df-4986-82ba-d2f08909dbac", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router"}} 2018-10-06 05:20:27,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac used request id req-47d616ee-dc7d-4040-b062-0ec89e3998bc 2018-10-06 05:20:27,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:27,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-a06541ea-8f0c-4de7-a734-606499d6f7ca Date: Sat, 06 Oct 2018 05:20:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"}]} 2018-10-06 05:20:27,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac used request id req-a06541ea-8f0c-4de7-a734-606499d6f7ca 2018-10-06 05:20:27,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:20:27,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-cbe2633e-a78d-4ac8-9bc3-f7024bedc35c Date: Sat, 06 Oct 2018 05:20:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}} 2018-10-06 05:20:27,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 used request id req-cbe2633e-a78d-4ac8-9bc3-f7024bedc35c 2018-10-06 05:20:27,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:27,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:28,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["ObKwGYBGTNKt-NdWHkcYUg"], "issued_at": "2018-10-06T05:20:28.000000Z"}} 2018-10-06 05:20:28,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf5b98e7526f1427649b50f22eae3446b919bd5" 2018-10-06 05:20:28,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5aedc28-1ffd-4848-b205-05a63b410760 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:28,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d5aedc28-1ffd-4848-b205-05a63b410760 2018-10-06 05:20:28,250 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:20:28,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf5b98e7526f1427649b50f22eae3446b919bd5" 2018-10-06 05:20:28,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-c004c644-1be7-4909-bb59-b7d850769090 x-compute-request-id: req-c004c644-1be7-4909-bb59-b7d850769090 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:20:28,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-c004c644-1be7-4909-bb59-b7d850769090 2018-10-06 05:20:28,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf5b98e7526f1427649b50f22eae3446b919bd5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-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-10-06 05:20:28,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-6cc3def3-8316-4bce-a34b-3ac159caeaa6 x-compute-request-id: req-6cc3def3-8316-4bce-a34b-3ac159caeaa6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:20:28,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6cc3def3-8316-4bce-a34b-3ac159caeaa6 2018-10-06 05:20:28,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:28,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:28,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["9_Yv9DlkRRaH55ZUqUKNmw"], "issued_at": "2018-10-06T05:20:28.000000Z"}} 2018-10-06 05:20:28,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65de945934fd7489a71d617adb4bf7852ac176da" 2018-10-06 05:20:28,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84a0327-3d0a-4806-87cf-ea6eede87c5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:28,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a84a0327-3d0a-4806-87cf-ea6eede87c5c 2018-10-06 05:20:28,927 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:20:28,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65de945934fd7489a71d617adb4bf7852ac176da" 2018-10-06 05:20:29,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-c211790b-bd12-4008-bfa6-f357dd11b511 x-compute-request-id: req-c211790b-bd12-4008-bfa6-f357dd11b511 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:20:29,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-c211790b-bd12-4008-bfa6-f357dd11b511 2018-10-06 05:20:29,097 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp... 2018-10-06 05:20:29,097 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:20:29,143 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp 2018-10-06 05:20:29,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65de945934fd7489a71d617adb4bf7852ac176da" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVPnj+GoSDDegyieTxugNuZyfQ4yaCiXmOltCIc7OOzZJEGqtfwmTG55J5gP3kRfoSt9en7+PKUyvyX9FDt2hkKUnvRslFhV+4up1xR540DjkZTxUPPtWEexZQRDg3tW2K6HsXOJo/vh16XYIVwIF2aVUAXkqTf4dWb053mxWMKw==", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp"}}' 2018-10-06 05:20:29,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-b271393f-4e48-45c4-9fe2-2b7a382dae19 x-compute-request-id: req-b271393f-4e48-45c4-9fe2-2b7a382dae19 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVPnj+GoSDDegyieTxugNuZyfQ4yaCiXmOltCIc7OOzZJEGqtfwmTG55J5gP3kRfoSt9en7+PKUyvyX9FDt2hkKUnvRslFhV+4up1xR540DjkZTxUPPtWEexZQRDg3tW2K6HsXOJo/vh16XYIVwIF2aVUAXkqTf4dWb053mxWMKw==", "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "fingerprint": "e3:1a:6a:3a:53:3e:7c:a2:98:f8:e3:f6:4a:c8:27:b0"}} 2018-10-06 05:20:29,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b271393f-4e48-45c4-9fe2-2b7a382dae19 2018-10-06 05:20:29,203 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415.pub 2018-10-06 05:20:29,203 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:20:29,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:29,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:29,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["2pQYg7JyQRiUekLOA_yfLQ"], "issued_at": "2018-10-06T05:20:29.000000Z"}} 2018-10-06 05:20:29,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:29,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33dd11b5-ca96-4a57-8cc1-7b46c8bb756b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:29,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-33dd11b5-ca96-4a57-8cc1-7b46c8bb756b 2018-10-06 05:20:29,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:29,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-476dbedd-12b2-40a5-853e-bc03aa70c5d4 Date: Sat, 06 Oct 2018 05:20:29 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:20:29,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp used request id req-476dbedd-12b2-40a5-853e-bc03aa70c5d4 2018-10-06 05:20:29,863 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp... 2018-10-06 05:20:29,863 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp 2018-10-06 05:20:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" -d '{"security_group": {"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}}' 2018-10-06 05:20:30,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-3a00f64b-54e3-44b6-858c-bfb2b974fd0d Date: Sat, 06 Oct 2018 05:20:30 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 2, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}} 2018-10-06 05:20:30,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-3a00f64b-54e3-44b6-858c-bfb2b974fd0d 2018-10-06 05:20:30,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:30,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f3985ba7-c08e-4fe6-be87-8635115f731a Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:30,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-f3985ba7-c08e-4fe6-be87-8635115f731a 2018-10-06 05:20:30,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:30,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38a065a9-1643-4b9b-ad48-fbb848d509b0 Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:30,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-38a065a9-1643-4b9b-ad48-fbb848d509b0 2018-10-06 05:20:30,558 - neutron_utils - INFO - Retrieving security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:30,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-1b84fa1c-a699-4f08-98a9-33f94832d69d Date: Sat, 06 Oct 2018 05:20:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 2, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}]} 2018-10-06 05:20:30,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-1b84fa1c-a699-4f08-98a9-33f94832d69d 2018-10-06 05:20:30,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:30,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67d769f6-9820-4f82-adbb-d442739a43bf Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:30,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-67d769f6-9820-4f82-adbb-d442739a43bf 2018-10-06 05:20:30,929 - neutron_utils - INFO - Retrieving security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:30,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-409dd5cf-9bcf-431e-8b7e-f4a65f80a614 Date: Sat, 06 Oct 2018 05:20:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 2, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}]} 2018-10-06 05:20:30,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-409dd5cf-9bcf-431e-8b7e-f4a65f80a614 2018-10-06 05:20:30,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:30,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c78bc9b1-7afc-42bc-8e50-b97d62bb6496 Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:31,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-c78bc9b1-7afc-42bc-8e50-b97d62bb6496 2018-10-06 05:20:31,027 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp 2018-10-06 05:20:31,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-520ed23f-d87e-4069-8393-dc3be4f46468 Date: Sat, 06 Oct 2018 05:20:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 2, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}]} 2018-10-06 05:20:31,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp used request id req-520ed23f-d87e-4069-8393-dc3be4f46468 2018-10-06 05:20:31,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:31,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:31,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-885ddfbb-d5c2-4e13-9ec4-84bd0f0cbef0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:31,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-885ddfbb-d5c2-4e13-9ec4-84bd0f0cbef0 2018-10-06 05:20:31,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:31,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4255bf1b-d3e8-430e-b32f-65da29cc0e37 Date: Sat, 06 Oct 2018 05:20: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-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:31,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-4255bf1b-d3e8-430e-b32f-65da29cc0e37 2018-10-06 05:20:31,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}806ec2a073369660a2f4a0116ec3f76c95d61f63" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e"}}' 2018-10-06 05:20:31,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d4d7b458-19d9-4e9b-9862-fccefc0c12bd Date: Sat, 06 Oct 2018 05:20:31 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-10-06T05:20:31Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:31Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "6016adfa-4a9a-4986-a8d6-c14143ea8fb7"}} 2018-10-06 05:20:31,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-d4d7b458-19d9-4e9b-9862-fccefc0c12bd 2018-10-06 05:20:31,501 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp 2018-10-06 05:20:31,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-e77288f1-7203-4e64-877f-801ac36f560a Date: Sat, 06 Oct 2018 05:20:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:31Z", "revision_number": 0, "id": "6016adfa-4a9a-4986-a8d6-c14143ea8fb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:31Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 3, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}]} 2018-10-06 05:20:31,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp used request id req-e77288f1-7203-4e64-877f-801ac36f560a 2018-10-06 05:20:31,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6cf0ffa-e701-4d7e-9684-77ad0b2ed454 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:31,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-b6cf0ffa-e701-4d7e-9684-77ad0b2ed454 2018-10-06 05:20:31,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:31,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:31,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-7b796e6d-4245-4229-b365-210952bccdd6 Date: Sat, 06 Oct 2018 05:20:31 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-10-06T05:20:31Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:31Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "6016adfa-4a9a-4986-a8d6-c14143ea8fb7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:31,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-7b796e6d-4245-4229-b365-210952bccdd6 2018-10-06 05:20:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}806ec2a073369660a2f4a0116ec3f76c95d61f63" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e"}}' 2018-10-06 05:20:32,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-7b85da18-e866-4b25-8ed4-881e7c7ff7e7 Date: Sat, 06 Oct 2018 05:20:32 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-10-06T05:20:32Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": 22, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:32Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "5ce2bdef-4422-4a16-88eb-7b9517522c20"}} 2018-10-06 05:20:32,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-7b85da18-e866-4b25-8ed4-881e7c7ff7e7 2018-10-06 05:20:32,118 - neutron_utils - INFO - Retrieving security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:32,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:32,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-a48ff191-3bea-4577-a1a2-e959f0c61f15 Date: Sat, 06 Oct 2018 05:20:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "updated_at": "2018-10-06T05:20:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:20:32Z", "revision_number": 0, "id": "5ce2bdef-4422-4a16-88eb-7b9517522c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:32Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:31Z", "revision_number": 0, "id": "6016adfa-4a9a-4986-a8d6-c14143ea8fb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:31Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "revision_number": 0, "id": "f7a929d7-33f9-47ea-9c70-62c821463143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 4, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "224a867b-dab6-4047-a51e-faf464eedb7e", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}]} 2018-10-06 05:20:32,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-a48ff191-3bea-4577-a1a2-e959f0c61f15 2018-10-06 05:20:32,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 224a867b-dab6-4047-a51e-faf464eedb7e 2018-10-06 05:20:32,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:20:32,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-da81403d-b329-4e35-83fa-f5b01c334aea Date: Sat, 06 Oct 2018 05:20:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:20:32Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": 22, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:32Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "5ce2bdef-4422-4a16-88eb-7b9517522c20"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:31Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:31Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "6016adfa-4a9a-4986-a8d6-c14143ea8fb7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "d53cf215-b30a-4e66-a294-8fbe3eb0de96"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:30Z", "security_group_id": "224a867b-dab6-4047-a51e-faf464eedb7e", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:30Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "f7a929d7-33f9-47ea-9c70-62c821463143"}]} 2018-10-06 05:20:32,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=224a867b-dab6-4047-a51e-faf464eedb7e used request id req-da81403d-b329-4e35-83fa-f5b01c334aea 2018-10-06 05:20:32,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:32,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:32,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["hP3bQqTQTh6wdpLKhBkWow"], "issued_at": "2018-10-06T05:20:32.000000Z"}} 2018-10-06 05:20:32,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:32,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3625148-e2bb-41f2-b5c3-1ec394ab934a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:32,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d3625148-e2bb-41f2-b5c3-1ec394ab934a 2018-10-06 05:20:32,816 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:20:32,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:32,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c3c894-be23-4a0e-a907-dd2f5d7fb964 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:32,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90c3c894-be23-4a0e-a907-dd2f5d7fb964 2018-10-06 05:20:32,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:33,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6b44ad3b-8d2d-4089-8d7c-4f836af03d83 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:33,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-6b44ad3b-8d2d-4089-8d7c-4f836af03d83 2018-10-06 05:20:33,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:33,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:33,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:33,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04275cc5-74f4-4325-be6a-143dbc76026a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:33,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-04275cc5-74f4-4325-be6a-143dbc76026a 2018-10-06 05:20:33,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:33,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2fd9cdfc-a526-4398-9a82-a8faf826617b Date: Sat, 06 Oct 2018 05:20:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:33,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-2fd9cdfc-a526-4398-9a82-a8faf826617b 2018-10-06 05:20:33,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:33,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6315c3ad-d199-4f71-b89f-9b8be13e6be5 Date: Sat, 06 Oct 2018 05:20:33 GMT RESP BODY: {"ports":[]} 2018-10-06 05:20:33,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True used request id req-6315c3ad-d199-4f71-b89f-9b8be13e6be5 2018-10-06 05:20:33,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:33,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-7cdb8870-b2f1-4b53-b953-339ef9fe3a5d x-compute-request-id: req-7cdb8870-b2f1-4b53-b953-339ef9fe3a5d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:20:33,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst used request id req-7cdb8870-b2f1-4b53-b953-339ef9fe3a5d 2018-10-06 05:20:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:34,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9b73b932-bff1-4ae8-923e-53fbba2edb56 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:34,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-9b73b932-bff1-4ae8-923e-53fbba2edb56 2018-10-06 05:20:34,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:34,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42030f7-30ee-40ea-af90-dec6cd804f10 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:34,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-e42030f7-30ee-40ea-af90-dec6cd804f10 2018-10-06 05:20:34,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:34,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d87ecc9-6c21-4268-9c0c-02089ddcdae1 Date: Sat, 06 Oct 2018 05:20:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:34,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-3d87ecc9-6c21-4268-9c0c-02089ddcdae1 2018-10-06 05:20:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:34,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d9ab9ca-22d9-4a16-abbf-269e0c50eb9b Date: Sat, 06 Oct 2018 05:20:34 GMT RESP BODY: {"ports":[]} 2018-10-06 05:20:34,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True used request id req-2d9ab9ca-22d9-4a16-abbf-269e0c50eb9b 2018-10-06 05:20:34,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:20:34,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:20:35,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4444d7cff24b4af9b89c804a36a1278a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role"}], "expires_at": "2018-10-06T06:20:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d6ff33388b149db93c24406671c376a", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/8d6ff33388b149db93c24406671c376a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-user", "id": "aedd022b7c8d48e6bf80c41b9891af59"}, "audit_ids": ["tBS5MtU9R3msalnluioTjQ"], "issued_at": "2018-10-06T05:20:35.000000Z"}} 2018-10-06 05:20:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08abf4cd604553384bdf3e40cbebc7443d2dad2f" 2018-10-06 05:20:35,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2175914d-354e-43df-8fdd-72042d8b5c97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:20:35,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2175914d-354e-43df-8fdd-72042d8b5c97 2018-10-06 05:20:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:35,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-31e1ecda-a8cb-4727-bbf3-03aa55e553e8 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:35,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-31e1ecda-a8cb-4727-bbf3-03aa55e553e8 2018-10-06 05:20:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:35,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6957d8b-9d68-477b-b939-c2df93ba7da5 Date: Sat, 06 Oct 2018 05:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:35,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-a6957d8b-9d68-477b-b939-c2df93ba7da5 2018-10-06 05:20:35,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:35,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d594123b-1d09-4ed9-ad53-307a63e05843 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:35,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-d594123b-1d09-4ed9-ad53-307a63e05843 2018-10-06 05:20:35,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:20:35,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:20:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:20:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08abf4cd604553384bdf3e40cbebc7443d2dad2f" 2018-10-06 05:20:36,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1c42dc-d957-4a21-9974-7ae3c359c7df Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:36,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-ce1c42dc-d957-4a21-9974-7ae3c359c7df 2018-10-06 05:20:36,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:36,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ded562d2-8745-484a-9e6a-f31f6be5658a Date: Sat, 06 Oct 2018 05:20:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:36,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-ded562d2-8745-484a-9e6a-f31f6be5658a 2018-10-06 05:20:36,212 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net 2018-10-06 05:20:36,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" -d '{"port": {"network_id": "6ab6f4d4-e69f-4669-a9a1-a28b49a1d284", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1", "admin_state_up": true}}' 2018-10-06 05:20:37,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-2803662f-9c89-40e8-b653-a8bed2b16c71 Date: Sat, 06 Oct 2018 05:20:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","project_id":"8d6ff33388b149db93c24406671c376a","qos_policy_id":null,"admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal"}} 2018-10-06 05:20:37,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-2803662f-9c89-40e8-b653-a8bed2b16c71 2018-10-06 05:20:37,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6a44f6b7-04ea-4729-bcbe-d88200206d49 Date: Sat, 06 Oct 2018 05:20: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:20:37,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-6a44f6b7-04ea-4729-bcbe-d88200206d49 2018-10-06 05:20:37,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699fcd03-6fb2-491c-9dd5-b2422bfb76df Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:37,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-699fcd03-6fb2-491c-9dd5-b2422bfb76df 2018-10-06 05:20:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e39656d6-12d4-4dd9-a66b-442346f370f3 Date: Sat, 06 Oct 2018 05:20:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:20:37,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-e39656d6-12d4-4dd9-a66b-442346f370f3 2018-10-06 05:20:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-dfb99666-5d35-4cfc-b503-70ed1ecefc53 Date: Sat, 06 Oct 2018 05:20:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:20:37,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1&admin_state_up=True used request id req-dfb99666-5d35-4cfc-b503-70ed1ecefc53 2018-10-06 05:20:37,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483d7ea2-6287-406b-bc06-558fc1814d2e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:20:37,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-483d7ea2-6287-406b-bc06-558fc1814d2e 2018-10-06 05:20:37,713 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst 2018-10-06 05:20:37,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-b93f7945-40be-4151-828a-a46d50a18e51 x-compute-request-id: req-b93f7945-40be-4151-828a-a46d50a18e51 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-flavor-name"}]} 2018-10-06 05:20:37,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-b93f7945-40be-4151-828a-a46d50a18e51 2018-10-06 05:20:37,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-809c5a56-cf15-41e5-83a8-d67810c05d9c x-compute-request-id: req-809c5a56-cf15-41e5-83a8-d67810c05d9c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:20:37,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99 used request id req-809c5a56-cf15-41e5-83a8-d67810c05d9c 2018-10-06 05:20:37,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:37,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-d856cece-2087-428a-9757-37c8cb9022b8 Date: Sat, 06 Oct 2018 05:20:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:20:05Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:20:13Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "metadata": {}}], "self": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "min_disk": 0, "protected": false, "id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "file": "/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "8d6ff33388b149db93c24406671c376a", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image"} 2018-10-06 05:20:37,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image used request id req-d856cece-2087-428a-9757-37c8cb9022b8 2018-10-06 05:20:37,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:38,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2f0cc339-4665-42d5-ad69-bdc8eaa6ff24 Date: Sat, 06 Oct 2018 05:20: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", "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-10-06 05:20:38,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-2f0cc339-4665-42d5-ad69-bdc8eaa6ff24 2018-10-06 05:20:38,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" -d '{"server": {"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "imageRef": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "flavorRef": "6117bed4-190a-4165-9f98-ce6a102f6c99", "max_count": 1, "min_count": 1, "networks": [{"port": "61f1c27e-8405-41e5-a09a-d94d13ba5574"}]}}' 2018-10-06 05:20:39,818 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:20: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-09de8fce-6e6a-4594-82b6-776fb6b3b749 x-compute-request-id: req-09de8fce-6e6a-4594-82b6-776fb6b3b749 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "adminPass": "yRA2hF88josp"}} 2018-10-06 05:20:39,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-09de8fce-6e6a-4594-82b6-776fb6b3b749 2018-10-06 05:20:39,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:40,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-2df47789-3735-4ba1-9926-d8a4e284a747 x-compute-request-id: req-2df47789-3735-4ba1-9926-d8a4e284a747 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:40,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-2df47789-3735-4ba1-9926-d8a4e284a747 2018-10-06 05:20:40,040 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst 2018-10-06 05:20:40,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:40,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-67a67e5e-2c1b-41da-9480-46d3df8ee25e x-compute-request-id: req-67a67e5e-2c1b-41da-9480-46d3df8ee25e 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:40,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-67a67e5e-2c1b-41da-9480-46d3df8ee25e 2018-10-06 05:20:40,256 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:40,256 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:20:43,259 - create_instance - DEBUG - VM status query timeout in 896.781250954 2018-10-06 05:20:43,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:43,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-d4aff15b-eb41-4797-8037-6b31f2aeb0a4 x-compute-request-id: req-d4aff15b-eb41-4797-8037-6b31f2aeb0a4 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:43,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-d4aff15b-eb41-4797-8037-6b31f2aeb0a4 2018-10-06 05:20:43,718 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:43,719 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:20:46,722 - create_instance - DEBUG - VM status query timeout in 893.318964005 2018-10-06 05:20:46,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:47,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-42b9c2e5-7c54-43fe-b508-eee9b6ff0c91 x-compute-request-id: req-42b9c2e5-7c54-43fe-b508-eee9b6ff0c91 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:47,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-42b9c2e5-7c54-43fe-b508-eee9b6ff0c91 2018-10-06 05:20:47,532 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:47,532 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:20:50,535 - create_instance - DEBUG - VM status query timeout in 889.505782127 2018-10-06 05:20:50,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:51,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-d350fe62-f8cd-4f68-a1a2-65344a9697a4 x-compute-request-id: req-d350fe62-f8cd-4f68-a1a2-65344a9697a4 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:51,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-d350fe62-f8cd-4f68-a1a2-65344a9697a4 2018-10-06 05:20:51,042 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:51,042 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:20:54,045 - create_instance - DEBUG - VM status query timeout in 885.995767117 2018-10-06 05:20:54,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:54,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-7cbf4b3f-e30c-41ea-a8c2-69c16d4b9902 x-compute-request-id: req-7cbf4b3f-e30c-41ea-a8c2-69c16d4b9902 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:54,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-7cbf4b3f-e30c-41ea-a8c2-69c16d4b9902 2018-10-06 05:20:54,399 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:54,399 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:20:57,402 - create_instance - DEBUG - VM status query timeout in 882.63878417 2018-10-06 05:20:57,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:20:57,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:20: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-1983df36-54ea-4065-845b-cc99d08aa24c x-compute-request-id: req-1983df36-54ea-4065-845b-cc99d08aa24c 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:20:57,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-1983df36-54ea-4065-845b-cc99d08aa24c 2018-10-06 05:20:57,861 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:20:57,862 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:00,865 - create_instance - DEBUG - VM status query timeout in 879.175902128 2018-10-06 05:21:00,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:01,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-1ecd544c-2346-46ec-ba46-ea18fdbe4228 x-compute-request-id: req-1ecd544c-2346-46ec-ba46-ea18fdbe4228 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:01,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-1ecd544c-2346-46ec-ba46-ea18fdbe4228 2018-10-06 05:21:01,536 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:01,536 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:04,539 - create_instance - DEBUG - VM status query timeout in 875.501439095 2018-10-06 05:21:04,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:05,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-3809fffc-a778-4cee-b3db-f5877d3aca4c x-compute-request-id: req-3809fffc-a778-4cee-b3db-f5877d3aca4c 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:05,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-3809fffc-a778-4cee-b3db-f5877d3aca4c 2018-10-06 05:21:05,076 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:05,076 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:08,079 - create_instance - DEBUG - VM status query timeout in 871.961400986 2018-10-06 05:21:08,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:08,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-1b3fc53b-86ed-41d5-a404-03d2656c4c9e x-compute-request-id: req-1b3fc53b-86ed-41d5-a404-03d2656c4c9e 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:08,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-1b3fc53b-86ed-41d5-a404-03d2656c4c9e 2018-10-06 05:21:08,776 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:08,776 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:11,776 - create_instance - DEBUG - VM status query timeout in 868.264276028 2018-10-06 05:21:11,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:12,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-261407ca-63fa-44fd-ae50-150d3df3209b x-compute-request-id: req-261407ca-63fa-44fd-ae50-150d3df3209b 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:12,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-261407ca-63fa-44fd-ae50-150d3df3209b 2018-10-06 05:21:12,573 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:12,573 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:15,576 - create_instance - DEBUG - VM status query timeout in 864.464364052 2018-10-06 05:21:15,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:16,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-08c4322f-2fbd-4231-8305-24d4acb2c11b x-compute-request-id: req-08c4322f-2fbd-4231-8305-24d4acb2c11b 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:16,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-08c4322f-2fbd-4231-8305-24d4acb2c11b 2018-10-06 05:21:16,218 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:16,218 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:19,220 - create_instance - DEBUG - VM status query timeout in 860.82100296 2018-10-06 05:21:19,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:19,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-067fd800-ac84-4619-a912-84e659826993 x-compute-request-id: req-067fd800-ac84-4619-a912-84e659826993 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:19,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-067fd800-ac84-4619-a912-84e659826993 2018-10-06 05:21:19,748 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:19,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:22,752 - create_instance - DEBUG - VM status query timeout in 857.289023161 2018-10-06 05:21:22,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:23,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-661a4863-7327-451c-aee1-747d1382536d x-compute-request-id: req-661a4863-7327-451c-aee1-747d1382536d 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:23,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-661a4863-7327-451c-aee1-747d1382536d 2018-10-06 05:21:23,127 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:23,128 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:26,131 - create_instance - DEBUG - VM status query timeout in 853.909898043 2018-10-06 05:21:26,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:26,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-59ed87ca-45c4-4e07-9277-f9392e3295d3 x-compute-request-id: req-59ed87ca-45c4-4e07-9277-f9392e3295d3 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:26,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-59ed87ca-45c4-4e07-9277-f9392e3295d3 2018-10-06 05:21:26,738 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:26,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:29,741 - create_instance - DEBUG - VM status query timeout in 850.299458027 2018-10-06 05:21:29,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:30,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-e0ac38d4-44b5-4fe9-87b7-525ff8140df8 x-compute-request-id: req-e0ac38d4-44b5-4fe9-87b7-525ff8140df8 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:30,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-e0ac38d4-44b5-4fe9-87b7-525ff8140df8 2018-10-06 05:21:30,484 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:30,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:33,487 - create_instance - DEBUG - VM status query timeout in 846.553465128 2018-10-06 05:21:33,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:33,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-4d3710ad-d878-4a9c-8220-df2238d3e0f4 x-compute-request-id: req-4d3710ad-d878-4a9c-8220-df2238d3e0f4 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:33,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-4d3710ad-d878-4a9c-8220-df2238d3e0f4 2018-10-06 05:21:33,952 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:33,952 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:36,955 - create_instance - DEBUG - VM status query timeout in 843.085720062 2018-10-06 05:21:36,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:37,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-edb72d6e-bd74-4a50-80a0-37cf109b577e x-compute-request-id: req-edb72d6e-bd74-4a50-80a0-37cf109b577e 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:37,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-edb72d6e-bd74-4a50-80a0-37cf109b577e 2018-10-06 05:21:37,624 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:37,624 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:40,628 - create_instance - DEBUG - VM status query timeout in 839.413100004 2018-10-06 05:21:40,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:41,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-e1a53665-3e9e-4519-b71b-cf21fa26fa97 x-compute-request-id: req-e1a53665-3e9e-4519-b71b-cf21fa26fa97 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:41,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-e1a53665-3e9e-4519-b71b-cf21fa26fa97 2018-10-06 05:21:41,431 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:41,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:44,435 - create_instance - DEBUG - VM status query timeout in 835.605857134 2018-10-06 05:21:44,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:45,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-71ab75f8-4de3-44fd-a3aa-c03424b470a6 x-compute-request-id: req-71ab75f8-4de3-44fd-a3aa-c03424b470a6 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:45,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-71ab75f8-4de3-44fd-a3aa-c03424b470a6 2018-10-06 05:21:45,023 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:45,023 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:48,026 - create_instance - DEBUG - VM status query timeout in 832.014811039 2018-10-06 05:21:48,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:48,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-c4320123-608d-4d54-96f8-db9290319552 x-compute-request-id: req-c4320123-608d-4d54-96f8-db9290319552 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:48,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-c4320123-608d-4d54-96f8-db9290319552 2018-10-06 05:21:48,704 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:48,704 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:51,707 - create_instance - DEBUG - VM status query timeout in 828.333687067 2018-10-06 05:21:51,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:52,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:21: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-a67a18cc-5a4c-4b03-9aac-401084b92a0d x-compute-request-id: req-a67a18cc-5a4c-4b03-9aac-401084b92a0d 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:52,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-a67a18cc-5a4c-4b03-9aac-401084b92a0d 2018-10-06 05:21:52,193 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:52,194 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:55,197 - create_instance - DEBUG - VM status query timeout in 824.84397006 2018-10-06 05:21:55,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:55,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-deb1d190-448e-4543-8da5-232d87aa26d7 x-compute-request-id: req-deb1d190-448e-4543-8da5-232d87aa26d7 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:55,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-deb1d190-448e-4543-8da5-232d87aa26d7 2018-10-06 05:21:55,543 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:55,543 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:21:58,547 - create_instance - DEBUG - VM status query timeout in 821.494081974 2018-10-06 05:21:58,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:21:59,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-a5e2da53-afc4-4276-bde0-3979abeddce8 x-compute-request-id: req-a5e2da53-afc4-4276-bde0-3979abeddce8 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:21:59,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-a5e2da53-afc4-4276-bde0-3979abeddce8 2018-10-06 05:21:59,073 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:21:59,073 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:02,076 - create_instance - DEBUG - VM status query timeout in 817.964686155 2018-10-06 05:22:02,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:02,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-133fe224-ff72-4c62-9efb-1a3d95e19b1f x-compute-request-id: req-133fe224-ff72-4c62-9efb-1a3d95e19b1f 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:02,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-133fe224-ff72-4c62-9efb-1a3d95e19b1f 2018-10-06 05:22:02,459 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:02,460 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:05,462 - create_instance - DEBUG - VM status query timeout in 814.578690052 2018-10-06 05:22:05,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:05,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-ebd3043b-6252-4bba-b64b-23ce9067fe66 x-compute-request-id: req-ebd3043b-6252-4bba-b64b-23ce9067fe66 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:05,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-ebd3043b-6252-4bba-b64b-23ce9067fe66 2018-10-06 05:22:05,978 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:05,978 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:08,982 - create_instance - DEBUG - VM status query timeout in 811.059170961 2018-10-06 05:22:08,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:09,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-91234a0b-ed5a-4057-83a9-5104b9a86ea1 x-compute-request-id: req-91234a0b-ed5a-4057-83a9-5104b9a86ea1 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:09,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-91234a0b-ed5a-4057-83a9-5104b9a86ea1 2018-10-06 05:22:09,486 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:09,486 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:12,490 - create_instance - DEBUG - VM status query timeout in 807.551072121 2018-10-06 05:22:12,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:12,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-8fde2f00-289a-4912-88a9-504e95f50419 x-compute-request-id: req-8fde2f00-289a-4912-88a9-504e95f50419 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:12,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-8fde2f00-289a-4912-88a9-504e95f50419 2018-10-06 05:22:12,817 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:12,817 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:15,821 - create_instance - DEBUG - VM status query timeout in 804.220074177 2018-10-06 05:22:15,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:16,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-3f959494-b7d6-4bb8-8f65-73026e1236f6 x-compute-request-id: req-3f959494-b7d6-4bb8-8f65-73026e1236f6 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:16,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-3f959494-b7d6-4bb8-8f65-73026e1236f6 2018-10-06 05:22:16,753 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:16,753 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:19,757 - create_instance - DEBUG - VM status query timeout in 800.284069061 2018-10-06 05:22:19,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:20,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-b1086f5f-31a4-4237-8ba4-7620154051ae x-compute-request-id: req-b1086f5f-31a4-4237-8ba4-7620154051ae 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:20,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-b1086f5f-31a4-4237-8ba4-7620154051ae 2018-10-06 05:22:20,062 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:20,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:23,065 - create_instance - DEBUG - VM status query timeout in 796.975674152 2018-10-06 05:22:23,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:23,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-4dbba726-fef0-4537-b0fe-4fa8102203dd x-compute-request-id: req-4dbba726-fef0-4537-b0fe-4fa8102203dd 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.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:20:41Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:23,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-4dbba726-fef0-4537-b0fe-4fa8102203dd 2018-10-06 05:22:23,550 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - BUILD 2018-10-06 05:22:23,550 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:26,553 - create_instance - DEBUG - VM status query timeout in 793.48732996 2018-10-06 05:22:26,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-f56ee283-6ef8-481a-b4ea-c0d93c86db47 x-compute-request-id: req-f56ee283-6ef8-481a-b4ea-c0d93c86db47 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:27,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-f56ee283-6ef8-481a-b4ea-c0d93c86db47 2018-10-06 05:22:27,052 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:27,052 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:27,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-1d67c948-068e-42ec-bd9d-9bba40576be9 x-compute-request-id: req-1d67c948-068e-42ec-bd9d-9bba40576be9 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:27,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-1d67c948-068e-42ec-bd9d-9bba40576be9 2018-10-06 05:22:27,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-59e0491c-114a-40f8-ae46-7eb2e4ee3d5e Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:27,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-59e0491c-114a-40f8-ae46-7eb2e4ee3d5e 2018-10-06 05:22:27,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db60bbe7-7a3e-432b-bdc9-e8c62ed0a7ed Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:27,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-db60bbe7-7a3e-432b-bdc9-e8c62ed0a7ed 2018-10-06 05:22:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-80a03753-9055-49d9-9d51-c13cb1a0d8e6 Date: Sat, 06 Oct 2018 05:22:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:27,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-80a03753-9055-49d9-9d51-c13cb1a0d8e6 2018-10-06 05:22:27,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-1e40494c-0f9e-4f24-b367-34738f240129 Date: Sat, 06 Oct 2018 05:22:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:27,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-1e40494c-0f9e-4f24-b367-34738f240129 2018-10-06 05:22:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:27,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-649384a6-5a97-4ad1-b7c8-a974c211a86f Date: Sat, 06 Oct 2018 05:22:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:19Z", "admin_state_up": true, "updated_at": "2018-10-06T05:20:26Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8d6ff33388b149db93c24406671c376a", "id": "2bc64989-a1df-4986-82ba-d2f08909dbac", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router"}]} 2018-10-06 05:22:27,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router used request id req-649384a6-5a97-4ad1-b7c8-a974c211a86f 2018-10-06 05:22:27,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03997dee-d8d6-4cf3-9aac-b04212c8652b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:28,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-03997dee-d8d6-4cf3-9aac-b04212c8652b 2018-10-06 05:22:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-607e3aa5-44b2-4e07-a184-107fe773263b Date: Sat, 06 Oct 2018 05:22:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"}]} 2018-10-06 05:22:28,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=2bc64989-a1df-4986-82ba-d2f08909dbac used request id req-607e3aa5-44b2-4e07-a184-107fe773263b 2018-10-06 05:22:28,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-3e0146a4-1d96-4c72-a1a4-50d3fcd1c864 Date: Sat, 06 Oct 2018 05:22:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}} 2018-10-06 05:22:28,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 used request id req-3e0146a4-1d96-4c72-a1a4-50d3fcd1c864 2018-10-06 05:22:28,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5dd91151-fc10-4263-b8b6-3962d2bea9b9 Date: Sat, 06 Oct 2018 05:22:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:22:28,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-5dd91151-fc10-4263-b8b6-3962d2bea9b9 2018-10-06 05:22:28,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6f1339bd-eff2-4dc3-a725-adaa043283a9 Date: Sat, 06 Oct 2018 05:22:28 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:22:28,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-6f1339bd-eff2-4dc3-a725-adaa043283a9 2018-10-06 05:22:28,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:28,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-cbc06a8b-36bf-4222-8544-f4f2f31278ba x-compute-request-id: req-cbc06a8b-36bf-4222-8544-f4f2f31278ba Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:28,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-cbc06a8b-36bf-4222-8544-f4f2f31278ba 2018-10-06 05:22:28,858 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:28,858 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:28,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22: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-af1dbda4-39b1-458a-a997-4d380ffaf6f7 x-compute-request-id: req-af1dbda4-39b1-458a-a997-4d380ffaf6f7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:29,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-af1dbda4-39b1-458a-a997-4d380ffaf6f7 2018-10-06 05:22:29,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-35d8809e-3642-4de0-9757-bc2f1cf89e9f Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:29,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-35d8809e-3642-4de0-9757-bc2f1cf89e9f 2018-10-06 05:22:29,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed6ade8-844f-4b33-b7e1-16b48f6c5b50 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:29,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-4ed6ade8-844f-4b33-b7e1-16b48f6c5b50 2018-10-06 05:22:29,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43b68a53-bebc-47aa-8a0f-bef5a76c4cc5 Date: Sat, 06 Oct 2018 05:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:29,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-43b68a53-bebc-47aa-8a0f-bef5a76c4cc5 2018-10-06 05:22:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-03479bcc-1ee5-4305-a83b-2b28c17b7c2f Date: Sat, 06 Oct 2018 05:22:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:29,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-03479bcc-1ee5-4305-a83b-2b28c17b7c2f 2018-10-06 05:22:29,860 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:22:29,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:29,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bd9f80d8-d854-428a-a621-deb74f8c42e6 Date: Sat, 06 Oct 2018 05:22:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:22:29,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-bd9f80d8-d854-428a-a621-deb74f8c42e6 2018-10-06 05:22:29,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:30,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6ea04528-91ae-4bd0-91d0-0709a8440a64 Date: Sat, 06 Oct 2018 05:22:30 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:22:30,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-6ea04528-91ae-4bd0-91d0-0709a8440a64 2018-10-06 05:22:30,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "61f1c27e-8405-41e5-a09a-d94d13ba5574"}}' 2018-10-06 05:22:31,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-e5489828-23b3-4bef-b14d-db9a1b788ff5 Date: Sat, 06 Oct 2018 05:22:31 GMT RESP BODY: {"floatingip": {"router_id": "2bc64989-a1df-4986-82ba-d2f08909dbac", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:22:30Z", "updated_at": "2018-10-06T05:22:30Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "8d6ff33388b149db93c24406671c376a", "port_id": "61f1c27e-8405-41e5-a09a-d94d13ba5574", "id": "c553116c-0cdd-4cf5-baf8-2d0075e4fe12"}} 2018-10-06 05:22:31,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-e5489828-23b3-4bef-b14d-db9a1b788ff5 2018-10-06 05:22:31,970 - create_instance - INFO - Created floating IP 172.30.9.204 via router - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:22:31,970 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-06 05:22:31,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:32,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-699c31c7-2111-4472-b85f-a34ea338d685 x-compute-request-id: req-699c31c7-2111-4472-b85f-a34ea338d685 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:32,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-699c31c7-2111-4472-b85f-a34ea338d685 2018-10-06 05:22:32,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:22:33,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-033abb3f-cae3-434d-80e3-a31c90524993 x-compute-request-id: req-033abb3f-cae3-434d-80e3-a31c90524993 Content-Encoding: gzip Content-Length: 10484 Content-Type: application/json RESP BODY: {"output": "[ 0.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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 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 s83968 r8192 d22528 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-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008020] AppArmor: AppArmor initialized\n[ 0.008842] Yama: becoming mindful.\n[ 0.010057] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013379] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014588] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016117] Initializing cgroup subsys memory\n[ 0.016988] Initializing cgroup subsys devices\n[ 0.017854] Initializing cgroup subsys freezer\n[ 0.018727] Initializing cgroup subsys blkio\n[ 0.019560] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.020918] FEATURE SPEC_CTRL Not Present\n[ 0.022401] mce: CPU supports 10 MCE banks\n[ 0.023245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.023245] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.025159] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Speculative Store Bypass: Vulnerable\n[ 0.029791] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034482] ACPI: Core revision 20131115\n[ 0.035705] ACPI: All ACPI Tables successfully acquired\n[ 0.036791] ftrace: allocating 28719 entries in 113 pages\n[ 0.056037] smpboot: Max logical packages: 2\n[ 0.056919] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.061364] Enabling x2apic\n[ 0.061992] Enabled x2apic\n[ 0.062800] Switched APIC routing to physical x2apic.\n[ 0.069390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.070639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.073579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.078992] KVM setup paravirtual spinlock\n[ 0.080933] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.082300] x86: Booting SMP configuration:\n[ 0.083204] .... node #0, CPUs: #1[ 0.080921] 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.098713] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100204] devtmpfs: initialized\n[ 0.103109] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104701] EVM: security.ima\n[ 0.105347] EVM: security.capability\n[ 0.106109] pinctrl core: initialized pinctrl subsystem\n[ 0.106109] regulator-dummy: no parameters\n[ 0.108063] RTC time: 5:22:21, date: 10/06/18\n[ 0.108960] NET: Registered protocol family 16\n[ 0.109899] cpuidle: using governor ladder\n[ 0.110727] cpuidle: using governor menu\n[ 0.111564] ACPI: bus type PCI registered\n[ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113266] PCI: Using configuration type 1 for base access\n[ 0.114768] bio: create slab at 0\n[ 0.114768] ACPI: Added _OSI(Module Device)\n[ 0.116003] ACPI: Added _OSI(Processor Device)\n[ 0.116872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.117780] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.120102] ACPI: Interpreter enabled\n[ 0.120875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.122721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.124532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.126704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.128736] ACPI: (supports S0 S5)\n[ 0.129669] ACPI: Using IOAPIC for interrupt routing\n[ 0.130936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132185] ACPI: No dock devices found.\n[ 0.134850] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.140006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.141658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.144164] acpiphp: Slot [3] registered\n[ 0.145206] acpiphp: Slot [4] registered\n[ 0.146244] acpiphp: Slot [5] registered\n[ 0.147309] acpiphp: Slot [6] registered\n[ 0.148018] acpiphp: Slot [7] registered\n[ 0.149059] acpiphp: Slot [8] registered\n[ 0.150122] acpiphp: Slot [9] registered\n[ 0.151171] acpiphp: Slot [10] registered\n[ 0.152017] acpiphp: Slot [11] registered\n[ 0.153064] acpiphp: Slot [12] registered\n[ 0.154133] acpiphp: Slot [13] registered\n[ 0.155205] acpiphp: Slot [14] registered\n[ 0.156034] acpiphp: Slot [15] registered\n[ 0.157106] acpiphp: Slot [16] registered\n[ 0.158166] acpiphp: Slot [17] registered\n[ 0.159262] acpiphp: Slot [18] registered\n[ 0.160018] acpiphp: Slot [19] registered\n[ 0.161061] acpiphp: Slot [20] registered\n[ 0.162116] acpiphp: Slot [21] registered\n[ 0.163194] acpiphp: Slot [22] registered\n[ 0.164017] acpiphp: Slot [23] registered\n[ 0.164838] acpiphp: Slot [24] registered\n[ 0.165651] acpiphp: Slot [25] registered\n[ 0.166460] acpiphp: Slot [26] registered\n[ 0.167275] acpiphp: Slot [27] registered\n[ 0.168017] acpiphp: Slot [28] registered\n[ 0.168841] acpiphp: Slot [29] registered\n[ 0.169656] acpiphp: Slot [30] registered\n[ 0.170472] acpiphp: Slot [31] registered\n[ 0.171274] PCI host bridge to bus 0000:00\n[ 0.172004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.173026] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.174152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.175277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.176003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.190866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.236822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.238375] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.239820] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.240696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.242189] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.243797] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.244100] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.245448] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.247498] vgaarb: loaded\n[ 0.248003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.249449] SCSI subsystem initialized\n[ 0.250496] ACPI: bus type USB registered\n[ 0.250496] usbcore: registered new interface driver usbfs\n[ 0.252008] usbcore: registered new interface driver hub\n[ 0.253358] usbcore: registered new device driver usb\n[ 0.253358] PCI: Using ACPI for IRQ routing\n[ 0.256080] NetLabel: Initializing\n[ 0.257020] NetLabel: domain hash size = 128\n[ 0.258155] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.259420] NetLabel: unlabeled traffic allowed by default\n[ 0.260050] Switched to clocksource kvm-clock\n[ 0.265009] AppArmor: AppArmor Filesystem Enabled\n[ 0.266170] pnp: PnP ACPI init\n[ 0.266837] ACPI: bus type PNP registered\n[ 0.267994] pnp: PnP ACPI: found 8 devices\n[ 0.268952] ACPI: bus type PNP unregistered\n[ 0.275890] NET: Registered protocol family 2\n[ 0.277184] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.279102] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.280761] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.282753] TCP: reno registered\n[ 0.283623] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.285088] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.286710] NET: Registered protocol family 1\n[ 0.287826] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.289299] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.290705] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.312307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.334109] Trying to unpack rootfs image as initramfs...\n[ 0.414555] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.416674] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.418151] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.419654] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.421874] Scanning for low memory corruption every 60 seconds\n[ 0.423539] Initialise system trusted keyring\n[ 0.424712] audit: initializing netlink socket (disabled)\n[ 0.426044] type=2000 audit(1538803342.078:1): initialized\n[ 0.443955] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.446214] zbud: loaded\n[ 0.447205] VFS: Disk quotas dquot_6.5.2\n[ 0.448287] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.450115] fuse init (API version 7.22)\n[ 0.451239] msgmni has been set to 3997\n[ 0.452300] Key type big_key registered\n[ 0.453529] Key type asymmetric registered\n[ 0.454610] Asymmetric key parser 'x509' registered\n[ 0.455849] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.457810] io scheduler noop registered\n[ 0.458864] io scheduler deadline registered (default)\n[ 0.460186] io scheduler cfq registered\n[ 0.461274] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.462635] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.464445] ipmi message handler version 39.2\n[ 0.465917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.468230] ACPI: Power Button [PWRF]\n[ 0.469514] GHES: HEST is not enabled!\n[ 0.490879] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.533955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.536351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.560377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563272] Linux agpgart interface v0.103\n[ 0.565267] brd: module loaded\n[ 0.566610] loop: module loaded\n[ 0.567906] blk-mq: CPU -> queue map\n[ 0.569080] CPU 0 -> Queue 0\n[ 0.570111] CPU 1 -> Queue 0\n[ 0.571623] vda: vda1\n[ 0.573240] scsi0 : ata_piix\n[ 0.574512] scsi1 : ata_piix\n[ 0.575331] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.576941] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.578721] libphy: Fixed MDIO Bus: probed\n[ 0.579857] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581052] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583343] PPP generic driver version 2.4.2\n[ 0.584628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.585814] ehci-pci: EHCI PCI platform driver\n[ 0.586675] ehci-platform: EHCI generic platform driver\n[ 0.587653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.588771] ohci-pci: OHCI PCI platform driver\n[ 0.589647] ohci-platform: OHCI generic platform driver\n[ 0.590620] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.612603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.613600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.615118] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.616244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.617455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.618864] usb usb1: Product: UHCI Host Controller\n[ 0.619790] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd\n[ 0.620945] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.621942] hub 1-0:1.0: USB hub found\n[ 0.622785] hub 1-0:1.0: 2 ports detected\n[ 0.623683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.625787] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.626746] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.627820] mousedev: PS/2 mouse device common for all mice\n[ 0.629096] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.630921] rtc_cmos 00:00: RTC can wake from S4\n[ 0.632026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.633209] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.634416] device-mapper: uevent: version 1.0.3\n[ 0.635364] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.636975] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.638138] TCP: cubic registered\n[ 0.638886] NET: Registered protocol family 10\n[ 0.639860] NET: Registered protocol family 17\n[ 0.640745] Key type dns_resolver registered\n[ 0.641723] Loading compiled-in X.509 certificates\n[ 0.643155] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f'\n[ 0.644937] registered taskstats version 1\n[ 0.647083] Key type trusted registered\n[ 0.649922] Key type encrypted registered\n[ 0.650759] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.651785] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.653154] regulator-dummy: disabling\n[ 0.653965] Magic number: 6:824:364\n[ 0.661502] rtc_cmos 00:00: setting system clock to 2018-10-06 05:22:21 UTC (1538803341)\n[ 0.663102] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.664235] EDD information not available.\n[ 0.732937] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.734498] Write protecting the kernel read-only data: 12288k\n[ 0.735837] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.738276] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.749116] systemd-udevd[107]: starting version 204\n[ 0.784362] FDC 0 is a S82078B\n[ 0.932017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.093102] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.094352] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.095651] usb 1-1: Product: QEMU USB Tablet\n[ 1.096534] usb 1-1: Manufacturer: QEMU\n[ 1.097325] usb 1-1: SerialNumber: 42\n[ 1.416031] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.796836] 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.026886] 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.160983] 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.261583] 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 Sat, 06 Oct 2018 05:22:23 +0000. Up 2.62 seconds.\ncloud-init-nonet[2.80]: 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 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 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 Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\ncloud-init-nonet[3.58]: static networking is now up\nCloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:22:24 +0000. Up 3.71 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.10 | 255.255.255.0 | fa:16:3e:b5:a4:54 |\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.2 | 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:\n8b:a1:88:71:5b:cf:15:59:14:66:12:67:2f:74:45:68 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ooX..+o |\n| X oE |\n| o ... |\n| . . |\n|. . . . S |\n| + + + + . |\n|. o . + . |\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:\n82:e7:05:75:c3:50:a3:7c:e2:9d:30:a7:81:40:d9:fe root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .oo o+= |\n| ...+ o.o |\n| .o B o |\n| ..o X . |\n| . o.S o |\n| o oE |\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:\n79:3d:6c:df:7d:97:b2:13:64:fb:6f:a4:78:e5:6d:d9 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . o o |\n| S . B . |\n| . . = .=|\n| o+*O|\n| ..=oE|\n| o.oo|\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:\n0d:42:19:f9:dd:a9:a2:ac:99:5c:47:b0:75:de:a1:ba root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| o+ |\n| .o |\n| o.o..... |\n| =.=.oo. |\n| . S +.. |\n| .... |\n| ...o. |\n| . +o. . |\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 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 Bridge file events into upstart[74G[ OK ]\n * Starting Handle applying cloud-config[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 Sat, 06 Oct 2018 05:22:27 +0000. Up 6.63 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 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 Sat, 06 Oct 2018 05:22:28 +0000. Up 7.47 seconds.\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 | e3:1a:6a:3a:53:3e:7c:a2:98:f8:e3:f6:4a:c8:27:b0 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 82:e7:05:75:c3:50:a3:7c:e2:9d:30:a7:81:40:d9:fe root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (DSA)\nec2: 256 79:3d:6c:df:7d:97:b2:13:64:fb:6f:a4:78:e5:6d:d9 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (ECDSA)\nec2: 256 0d:42:19:f9:dd:a9:a2:ac:99:5c:47:b0:75:de:a1:ba root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (ED25519)\nec2: 2048 8b:a1:88:71:5b:cf:15:59:14:66:12:67:2f:74:45:68 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtioQF0+yykfnvbU7jFOYwiYOSaAJiXX9/F1aaJCXzjYVzjPzx4n7oqWpbQfw2211e50P4WHCMLSk0VKBzLYsU= root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGG9ni1A2kYWu4x61gfjEAkA10qxcttNMqIhTXI+ncS0 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XqjFKvImLN2X4Rh0tSvNn0IxXTHKIY4LseP305cujHCHJwA/tmnn2K+qtHBthWkXIi/+fDSRqciM4E3GAGHxUmlC44Kzi36o1iM9DAzZ7HF+JX35Ix0Y5GhqysQA/zqsVIMofS5F4nuf21wJNuzbtGVKOV11UvzluzMNLLHzcDZGpMh7TnrKH716pK1afEyFGZ49CtiB9SDF39Ui0F6iwSsofWaP8iQP1KUJwR7o76X1XjLjxV1w04wFys5AD1Mr9eisss0aGRHh87hNMp0kB14EUrxkNrnGOw9IbDVlort3IvcNFoJuRSlxHTjQHlwoAqHGZM7/F7J4NyhsCmQ7 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 05:22:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.55 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i ttyS0\n\nansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i login: "} 2018-10-06 05:22:33,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625/action used request id req-033abb3f-cae3-434d-80e3-a31c90524993 2018-10-06 05:22:33,311 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:22:33,311 - 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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 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 s83968 r8192 d22528 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-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008020] AppArmor: AppArmor initialized [ 0.008842] Yama: becoming mindful. [ 0.010057] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013379] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014588] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016117] Initializing cgroup subsys memory [ 0.016988] Initializing cgroup subsys devices [ 0.017854] Initializing cgroup subsys freezer [ 0.018727] Initializing cgroup subsys blkio [ 0.019560] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.020918] FEATURE SPEC_CTRL Not Present [ 0.022401] mce: CPU supports 10 MCE banks [ 0.023245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.023245] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.025159] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Speculative Store Bypass: Vulnerable [ 0.029791] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034482] ACPI: Core revision 20131115 [ 0.035705] ACPI: All ACPI Tables successfully acquired [ 0.036791] ftrace: allocating 28719 entries in 113 pages [ 0.056037] smpboot: Max logical packages: 2 [ 0.056919] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.061364] Enabling x2apic [ 0.061992] Enabled x2apic [ 0.062800] Switched APIC routing to physical x2apic. [ 0.069390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.070639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.073579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.078992] KVM setup paravirtual spinlock [ 0.080933] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.082300] x86: Booting SMP configuration: [ 0.083204] .... node #0, CPUs: #1[ 0.080921] 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.098713] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100204] devtmpfs: initialized [ 0.103109] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104701] EVM: security.ima [ 0.105347] EVM: security.capability [ 0.106109] pinctrl core: initialized pinctrl subsystem [ 0.106109] regulator-dummy: no parameters [ 0.108063] RTC time: 5:22:21, date: 10/06/18 [ 0.108960] NET: Registered protocol family 16 [ 0.109899] cpuidle: using governor ladder [ 0.110727] cpuidle: using governor menu [ 0.111564] ACPI: bus type PCI registered [ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113266] PCI: Using configuration type 1 for base access [ 0.114768] bio: create slab at 0 [ 0.114768] ACPI: Added _OSI(Module Device) [ 0.116003] ACPI: Added _OSI(Processor Device) [ 0.116872] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.117780] ACPI: Added _OSI(Processor Aggregator Device) [ 0.120102] ACPI: Interpreter enabled [ 0.120875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.122721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.124532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.126704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.128736] ACPI: (supports S0 S5) [ 0.129669] ACPI: Using IOAPIC for interrupt routing [ 0.130936] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132185] ACPI: No dock devices found. [ 0.134850] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.140006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.141658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.144164] acpiphp: Slot [3] registered [ 0.145206] acpiphp: Slot [4] registered [ 0.146244] acpiphp: Slot [5] registered [ 0.147309] acpiphp: Slot [6] registered [ 0.148018] acpiphp: Slot [7] registered [ 0.149059] acpiphp: Slot [8] registered [ 0.150122] acpiphp: Slot [9] registered [ 0.151171] acpiphp: Slot [10] registered [ 0.152017] acpiphp: Slot [11] registered [ 0.153064] acpiphp: Slot [12] registered [ 0.154133] acpiphp: Slot [13] registered [ 0.155205] acpiphp: Slot [14] registered [ 0.156034] acpiphp: Slot [15] registered [ 0.157106] acpiphp: Slot [16] registered [ 0.158166] acpiphp: Slot [17] registered [ 0.159262] acpiphp: Slot [18] registered [ 0.160018] acpiphp: Slot [19] registered [ 0.161061] acpiphp: Slot [20] registered [ 0.162116] acpiphp: Slot [21] registered [ 0.163194] acpiphp: Slot [22] registered [ 0.164017] acpiphp: Slot [23] registered [ 0.164838] acpiphp: Slot [24] registered [ 0.165651] acpiphp: Slot [25] registered [ 0.166460] acpiphp: Slot [26] registered [ 0.167275] acpiphp: Slot [27] registered [ 0.168017] acpiphp: Slot [28] registered [ 0.168841] acpiphp: Slot [29] registered [ 0.169656] acpiphp: Slot [30] registered [ 0.170472] acpiphp: Slot [31] registered [ 0.171274] PCI host bridge to bus 0000:00 [ 0.172004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.173026] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.174152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.175277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.176003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.190866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.236822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.238375] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.239820] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.240696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.242189] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.243797] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.244100] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.245448] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.247498] vgaarb: loaded [ 0.248003] vgaarb: bridge control possible 0000:00:02.0 [ 0.249449] SCSI subsystem initialized [ 0.250496] ACPI: bus type USB registered [ 0.250496] usbcore: registered new interface driver usbfs [ 0.252008] usbcore: registered new interface driver hub [ 0.253358] usbcore: registered new device driver usb [ 0.253358] PCI: Using ACPI for IRQ routing [ 0.256080] NetLabel: Initializing [ 0.257020] NetLabel: domain hash size = 128 [ 0.258155] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.259420] NetLabel: unlabeled traffic allowed by default [ 0.260050] Switched to clocksource kvm-clock [ 0.265009] AppArmor: AppArmor Filesystem Enabled [ 0.266170] pnp: PnP ACPI init [ 0.266837] ACPI: bus type PNP registered [ 0.267994] pnp: PnP ACPI: found 8 devices [ 0.268952] ACPI: bus type PNP unregistered [ 0.275890] NET: Registered protocol family 2 [ 0.277184] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.279102] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.280761] TCP: Hash tables configured (established 16384 bind 16384) [ 0.282753] TCP: reno registered [ 0.283623] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.285088] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.286710] NET: Registered protocol family 1 [ 0.287826] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.289299] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.290705] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.312307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.334109] Trying to unpack rootfs image as initramfs... [ 0.414555] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.416674] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.418151] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.419654] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.421874] Scanning for low memory corruption every 60 seconds [ 0.423539] Initialise system trusted keyring [ 0.424712] audit: initializing netlink socket (disabled) [ 0.426044] type=2000 audit(1538803342.078:1): initialized [ 0.443955] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.446214] zbud: loaded [ 0.447205] VFS: Disk quotas dquot_6.5.2 [ 0.448287] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.450115] fuse init (API version 7.22) [ 0.451239] msgmni has been set to 3997 [ 0.452300] Key type big_key registered [ 0.453529] Key type asymmetric registered [ 0.454610] Asymmetric key parser 'x509' registered [ 0.455849] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.457810] io scheduler noop registered [ 0.458864] io scheduler deadline registered (default) [ 0.460186] io scheduler cfq registered [ 0.461274] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.462635] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.464445] ipmi message handler version 39.2 [ 0.465917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.468230] ACPI: Power Button [PWRF] [ 0.469514] GHES: HEST is not enabled! [ 0.490879] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.533955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.536351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.560377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563272] Linux agpgart interface v0.103 [ 0.565267] brd: module loaded [ 0.566610] loop: module loaded [ 0.567906] blk-mq: CPU -> queue map [ 0.569080] CPU 0 -> Queue 0 [ 0.570111] CPU 1 -> Queue 0 [ 0.571623] vda: vda1 [ 0.573240] scsi0 : ata_piix [ 0.574512] scsi1 : ata_piix [ 0.575331] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.576941] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.578721] libphy: Fixed MDIO Bus: probed [ 0.579857] tun: Universal TUN/TAP device driver, 1.6 [ 0.581052] tun: (C) 1999-2004 Max Krasnyansky [ 0.583343] PPP generic driver version 2.4.2 [ 0.584628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.585814] ehci-pci: EHCI PCI platform driver [ 0.586675] ehci-platform: EHCI generic platform driver [ 0.587653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.588771] ohci-pci: OHCI PCI platform driver [ 0.589647] ohci-platform: OHCI generic platform driver [ 0.590620] uhci_hcd: USB Universal Host Controller Interface driver [ 0.612603] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.613600] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.615118] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.616244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.617455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.618864] usb usb1: Product: UHCI Host Controller [ 0.619790] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd [ 0.620945] usb usb1: SerialNumber: 0000:00:01.2 [ 0.621942] hub 1-0:1.0: USB hub found [ 0.622785] hub 1-0:1.0: 2 ports detected [ 0.623683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.625787] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.626746] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.627820] mousedev: PS/2 mouse device common for all mice [ 0.629096] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.630921] rtc_cmos 00:00: RTC can wake from S4 [ 0.632026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.633209] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.634416] device-mapper: uevent: version 1.0.3 [ 0.635364] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.636975] ledtrig-cpu: registered to indicate activity on CPUs [ 0.638138] TCP: cubic registered [ 0.638886] NET: Registered protocol family 10 [ 0.639860] NET: Registered protocol family 17 [ 0.640745] Key type dns_resolver registered [ 0.641723] Loading compiled-in X.509 certificates [ 0.643155] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f' [ 0.644937] registered taskstats version 1 [ 0.647083] Key type trusted registered [ 0.649922] Key type encrypted registered [ 0.650759] AppArmor: AppArmor sha1 policy hashing enabled [ 0.651785] IMA: No TPM chip found, activating TPM-bypass! [ 0.653154] regulator-dummy: disabling [ 0.653965] Magic number: 6:824:364 [ 0.661502] rtc_cmos 00:00: setting system clock to 2018-10-06 05:22:21 UTC (1538803341) [ 0.663102] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.664235] EDD information not available. [ 0.732937] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.734498] Write protecting the kernel read-only data: 12288k [ 0.735837] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.738276] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.749116] systemd-udevd[107]: starting version 204 [ 0.784362] FDC 0 is a S82078B [ 0.932017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.093102] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.094352] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.095651] usb 1-1: Product: QEMU USB Tablet [ 1.096534] usb 1-1: Manufacturer: QEMU [ 1.097325] usb 1-1: SerialNumber: 42 [ 1.416031] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.796836] 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.026886] 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.160983] 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 ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.261583] 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 Sat, 06 Oct 2018 05:22:23 +0000. Up 2.62 seconds. cloud-init-nonet[2.80]: 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 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 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 Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device[74G[ OK ] cloud-init-nonet[3.58]: static networking is now up Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:22:24 +0000. Up 3.71 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.10 | 255.255.255.0 | fa:16:3e:b5:a4:54 | 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.2 | 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: 8b:a1:88:71:5b:cf:15:59:14:66:12:67:2f:74:45:68 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i The key's randomart image is: +--[ RSA 2048]----+ | ooX..+o | | X oE | | 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: 82:e7:05:75:c3:50:a3:7c:e2:9d:30:a7:81:40:d9:fe root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i The key's randomart image is: +--[ DSA 1024]----+ | .oo o+= | | ...+ o.o | | .o B o | | ..o X . | | . o.S o | | o oE | | . | | | | | +-----------------+ 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: 79:3d:6c:df:7d:97:b2:13:64:fb:6f:a4:78:e5:6d:d9 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . o o | | S . B . | | . . = .=| | o+*O| | ..=oE| | o.oo| +-----------------+ 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: 0d:42:19:f9:dd:a9:a2:ac:99:5c:47:b0:75:de:a1:ba root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i The key's randomart image is: +--[ED25519 256--+ | o+ | | .o | | o.o..... | | =.=.oo. | | . 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 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 Bridge file events into upstart[74G[ OK ] * Starting Handle applying cloud-config[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 Sat, 06 Oct 2018 05:22:27 +0000. Up 6.63 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 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 Sat, 06 Oct 2018 05:22:28 +0000. Up 7.47 seconds. 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 | e3:1a:6a:3a:53:3e:7c:a2:98:f8:e3:f6:4a:c8:27:b0 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 82:e7:05:75:c3:50:a3:7c:e2:9d:30:a7:81:40:d9:fe root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (DSA) ec2: 256 79:3d:6c:df:7d:97:b2:13:64:fb:6f:a4:78:e5:6d:d9 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (ECDSA) ec2: 256 0d:42:19:f9:dd:a9:a2:ac:99:5c:47:b0:75:de:a1:ba root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (ED25519) ec2: 2048 8b:a1:88:71:5b:cf:15:59:14:66:12:67:2f:74:45:68 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHtioQF0+yykfnvbU7jFOYwiYOSaAJiXX9/F1aaJCXzjYVzjPzx4n7oqWpbQfw2211e50P4WHCMLSk0VKBzLYsU= root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGG9ni1A2kYWu4x61gfjEAkA10qxcttNMqIhTXI+ncS0 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XqjFKvImLN2X4Rh0tSvNn0IxXTHKIY4LseP305cujHCHJwA/tmnn2K+qtHBthWkXIi/+fDSRqciM4E3GAGHxUmlC44Kzi36o1iM9DAzZ7HF+JX35Ix0Y5GhqysQA/zqsVIMofS5F4nuf21wJNuzbtGVKOV11UvzluzMNLLHzcDZGpMh7TnrKH716pK1afEyFGZ49CtiB9SDF39Ui0F6iwSsofWaP8iQP1KUJwR7o76X1XjLjxV1w04wFys5AD1Mr9eisss0aGRHh87hNMp0kB14EUrxkNrnGOw9IbDVlort3IvcNFoJuRSlxHTjQHlwoAqHGZM7/F7J4NyhsCmQ7 root@ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 05:22:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.55 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i ttyS0 ansibleprovisioningtests-b3d1427e-2244-4bab-a855-6c018e21d415-i login: 2018-10-06 05:22:33,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:33,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-ec79675b-dfa3-4844-963e-45ba1010120a x-compute-request-id: req-ec79675b-dfa3-4844-963e-45ba1010120a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:33,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-ec79675b-dfa3-4844-963e-45ba1010120a 2018-10-06 05:22:33,769 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:33,769 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:33,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:34,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-f3307850-a2da-4de9-b32e-36b371857196 x-compute-request-id: req-f3307850-a2da-4de9-b32e-36b371857196 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:34,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-f3307850-a2da-4de9-b32e-36b371857196 2018-10-06 05:22:34,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:34,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-87ff2141-c34d-45db-a214-afcbdad0b9b2 Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:34,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-87ff2141-c34d-45db-a214-afcbdad0b9b2 2018-10-06 05:22:34,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:34,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ef07e7a-261d-4d7d-8349-6b847088f8ce Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:34,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-6ef07e7a-261d-4d7d-8349-6b847088f8ce 2018-10-06 05:22:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:34,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3222dfae-8af6-4162-99bf-bd02daad4e1d Date: Sat, 06 Oct 2018 05:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:34,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-3222dfae-8af6-4162-99bf-bd02daad4e1d 2018-10-06 05:22:34,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:34,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-32c122f4-1793-4fca-a88d-4a0020663e2a Date: Sat, 06 Oct 2018 05:22:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:34,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-32c122f4-1793-4fca-a88d-4a0020663e2a 2018-10-06 05:22:34,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:35,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-6721ef2e-6fc8-443c-8a02-8bc99a2f531c x-compute-request-id: req-6721ef2e-6fc8-443c-8a02-8bc99a2f531c Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:35,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-6721ef2e-6fc8-443c-8a02-8bc99a2f531c 2018-10-06 05:22:35,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:35,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-26522d14-c8c0-4202-98a6-c45ebe3aec90 Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:35,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-26522d14-c8c0-4202-98a6-c45ebe3aec90 2018-10-06 05:22:35,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:35,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8784e34-ecaf-4b2d-bd2c-aa122919eeae Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:35,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-c8784e34-ecaf-4b2d-bd2c-aa122919eeae 2018-10-06 05:22:35,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:35,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3698579f-b586-455c-98db-edc5bb1017af Date: Sat, 06 Oct 2018 05:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:35,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-3698579f-b586-455c-98db-edc5bb1017af 2018-10-06 05:22:35,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:35,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-680fe2fb-289a-4ef0-81f9-f5860fae369b Date: Sat, 06 Oct 2018 05:22:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:35,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-680fe2fb-289a-4ef0-81f9-f5860fae369b 2018-10-06 05:22:35,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}}' 2018-10-06 05:22:36,609 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-7def4e38-9131-4b3d-9abf-7012e7637712 x-compute-request-id: req-7def4e38-9131-4b3d-9abf-7012e7637712 Content-Length: 0 Content-Type: application/json 2018-10-06 05:22:36,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625/action used request id req-7def4e38-9131-4b3d-9abf-7012e7637712 2018-10-06 05:22:36,610 - create_instance - INFO - Checking if VM is active 2018-10-06 05:22:36,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:36,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-828aff5a-1035-4b9f-802e-59fda5b3aaa5 x-compute-request-id: req-828aff5a-1035-4b9f-802e-59fda5b3aaa5 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:36,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-828aff5a-1035-4b9f-802e-59fda5b3aaa5 2018-10-06 05:22:36,934 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:36,934 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:36,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:37,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b118056a-c163-4e2d-85fb-549f0bdf8024 x-compute-request-id: req-b118056a-c163-4e2d-85fb-549f0bdf8024 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:37,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-b118056a-c163-4e2d-85fb-549f0bdf8024 2018-10-06 05:22:37,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:37,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cce94aa1-3462-4633-b865-818cb5aa0daa Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:37,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-cce94aa1-3462-4633-b865-818cb5aa0daa 2018-10-06 05:22:37,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:37,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e387a87f-02ef-4641-916b-cb2d7318090d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:37,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-e387a87f-02ef-4641-916b-cb2d7318090d 2018-10-06 05:22:37,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:37,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc82aa02-160e-445c-9349-151b86a5efd7 Date: Sat, 06 Oct 2018 05:22:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:37,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-cc82aa02-160e-445c-9349-151b86a5efd7 2018-10-06 05:22:37,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:37,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-5895d6af-6393-48b1-bea2-1062d3c06b4d Date: Sat, 06 Oct 2018 05:22:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["224a867b-dab6-4047-a51e-faf464eedb7e","810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:37,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-5895d6af-6393-48b1-bea2-1062d3c06b4d 2018-10-06 05:22:37,776 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:22:38,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x73bc8f10L 2018-10-06 05:22:38,782 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:22:38,788 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:22:38,788 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:22:38,790 - 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-10-06 05:22:38,790 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:22:38,790 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:22:38,790 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:22:38,790 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:22:38,791 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:22:38,834 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:22:38,834 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:22:38,846 - paramiko.transport - DEBUG - Trying key e31a6a3a533e7ca298f8e3f64ac827b0 from tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:22:38,874 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:22:38,897 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:22:38,998 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:22:39,024 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:22:39,024 - create_instance - INFO - Checking if cloud-init has completed 2018-10-06 05:22:39,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:39,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-2a9764cf-3a9f-42db-a59a-d9835f98b1f6 x-compute-request-id: req-2a9764cf-3a9f-42db-a59a-d9835f98b1f6 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:39,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-2a9764cf-3a9f-42db-a59a-d9835f98b1f6 2018-10-06 05:22:39,518 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:39,518 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:39,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:39,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-efb1b690-bca0-4b6f-8cba-cf2f876881a4 x-compute-request-id: req-efb1b690-bca0-4b6f-8cba-cf2f876881a4 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:39,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-efb1b690-bca0-4b6f-8cba-cf2f876881a4 2018-10-06 05:22:40,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:40,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7d02af74-7a6e-4ebb-9754-a2f0a8436fb2 Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:40,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-7d02af74-7a6e-4ebb-9754-a2f0a8436fb2 2018-10-06 05:22:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:40,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7649a906-0ecb-4ed4-96ee-e582bc106b52 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:40,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-7649a906-0ecb-4ed4-96ee-e582bc106b52 2018-10-06 05:22:40,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:40,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d435e34-8d69-4063-9f55-f96035ebbc2f Date: Sat, 06 Oct 2018 05:22:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:40,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-3d435e34-8d69-4063-9f55-f96035ebbc2f 2018-10-06 05:22:40,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:40,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-cf899a33-eb59-4890-b44e-270b9ea86c00 Date: Sat, 06 Oct 2018 05:22:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["224a867b-dab6-4047-a51e-faf464eedb7e","810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:40,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-cf899a33-eb59-4890-b44e-270b9ea86c00 2018-10-06 05:22:40,348 - create_instance - INFO - Checking if VM is active 2018-10-06 05:22:40,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:40,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b0cec6ff-452a-4afe-954c-5e93af0491dc x-compute-request-id: req-b0cec6ff-452a-4afe-954c-5e93af0491dc Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:40,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-b0cec6ff-452a-4afe-954c-5e93af0491dc 2018-10-06 05:22:40,680 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:40,680 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:22:40,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:41,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b5163abe-ae21-464e-8468-06fbe43e4ec1 x-compute-request-id: req-b5163abe-ae21-464e-8468-06fbe43e4ec1 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "security_groups": [{"name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp"}, {"name": "default"}], "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:24Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:41,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-b5163abe-ae21-464e-8468-06fbe43e4ec1 2018-10-06 05:22:41,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:41,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5a337bbb-64dc-4729-9edb-f87f4645dae1 Date: Sat, 06 Oct 2018 05:22: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":["751e1325-f6e8-4888-84c8-f33662302237"],"updated_at":"2018-10-06T05:20:16Z","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8d6ff33388b149db93c24406671c376a","id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net"}]} 2018-10-06 05:22:41,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net used request id req-5a337bbb-64dc-4729-9edb-f87f4645dae1 2018-10-06 05:22:41,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:41,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01430223-811b-49e5-a7f9-6f1782ab80eb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:22:41,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-01430223-811b-49e5-a7f9-6f1782ab80eb 2018-10-06 05:22:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:41,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-beca822e-b6f9-43ed-bf06-87b5b40988f8 Date: Sat, 06 Oct 2018 05:22:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:16Z","dns_nameservers":[],"updated_at":"2018-10-06T05:20:16Z","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":"8d6ff33388b149db93c24406671c376a","id":"751e1325-f6e8-4888-84c8-f33662302237","subnetpool_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet"}]} 2018-10-06 05:22:41,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-beca822e-b6f9-43ed-bf06-87b5b40988f8 2018-10-06 05:22:41,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:41,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-75550c1f-d337-47ac-9392-7c0eb19973ca Date: Sat, 06 Oct 2018 05:22:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:22:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.10"}],"id":"61f1c27e-8405-41e5-a09a-d94d13ba5574","security_groups":["224a867b-dab6-4047-a51e-faf464eedb7e","810c23bb-8b6d-4aad-8808-bcd8eb0218ea"],"mac_address":"fa:16:3e:b5:a4:54","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:36Z","binding:vnic_type":"normal","device_id":"c5d1a155-ea5d-4cac-ab01-17bf51882625"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.4"}],"id":"6309b703-44fa-4514-9e69-e694a47eabe3","security_groups":[],"mac_address":"fa:16:3e:29:68:a0","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.3"}],"id":"8008c0fc-7ae7-4474-a915-eb269b569d07","security_groups":[],"mac_address":"fa:16:3e:af:0e:19","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.1"}],"id":"b2cdc7ff-26bc-4af7-bf44-55880c2256dd","security_groups":[],"mac_address":"fa:16:3e:d9:be:76","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:25Z","binding:vnic_type":"normal","device_id":"2bc64989-a1df-4986-82ba-d2f08909dbac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:20:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"751e1325-f6e8-4888-84c8-f33662302237","ip_address":"10.55.1.2"}],"id":"ff68a678-8138-4bea-a934-55985728569e","security_groups":[],"mac_address":"fa:16:3e:02:7e:92","project_id":"8d6ff33388b149db93c24406671c376a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6ab6f4d4-e69f-4669-a9a1-a28b49a1d284","tenant_id":"8d6ff33388b149db93c24406671c376a","created_at":"2018-10-06T05:20:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6ab6f4d4-e69f-4669-a9a1-a28b49a1d284"}]} 2018-10-06 05:22:41,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-75550c1f-d337-47ac-9392-7c0eb19973ca 2018-10-06 05:22:41,862 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:22:41,864 - paramiko.transport - DEBUG - starting thread (client mode): 0x73b67c10L 2018-10-06 05:22:41,864 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:22:41,868 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:22:41,868 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:22:41,869 - 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-10-06 05:22:41,869 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:22:41,870 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:22:41,870 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:22:41,870 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:22:41,870 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:22:41,910 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:22:41,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:22:41,929 - paramiko.transport - DEBUG - Trying key e31a6a3a533e7ca298f8e3f64ac827b0 from tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:22:41,950 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:22:41,956 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:22:42,057 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:22:42,075 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:22:42,075 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:22:42,077 - paramiko.transport - DEBUG - starting thread (client mode): 0x73b67d50L 2018-10-06 05:22:42,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:22:42,080 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:22:42,080 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:22:42,081 - 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-10-06 05:22:42,082 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:22:42,082 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:22:42,082 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:22:42,082 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:22:42,082 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:22:42,121 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:22:42,122 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:22:42,141 - paramiko.transport - DEBUG - Trying key e31a6a3a533e7ca298f8e3f64ac827b0 from tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:22:42,158 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:22:42,165 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:22:42,174 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:22:42,332 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:22:42,332 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:22:42,339 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:22:42,347 - create_instance - INFO - cloud-init complete for VM instance 2018-10-06 05:22:42,347 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:22:42,348 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:22:42,349 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 05:22:42,350 - paramiko.transport - DEBUG - starting thread (client mode): 0x73bc84d0L 2018-10-06 05:22:42,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:22:42,352 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:22:42,352 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:22:42,354 - 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-10-06 05:22:42,354 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:22:42,354 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:22:42,354 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:22:42,354 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:22:42,355 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:22:42,397 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:22:42,398 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:22:42,414 - paramiko.transport - DEBUG - Trying key e31a6a3a533e7ca298f8e3f64ac827b0 from tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:22:42,438 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:22:42,444 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:22:42,447 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:22:42,614 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:22:42,615 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:22:42,650 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:22:42,651 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:22:42,699 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-10-06 05:22:42,746 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-10-06 05:22:47,399 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:22:47,401 - paramiko.transport - DEBUG - starting thread (client mode): 0x73a12c10L 2018-10-06 05:22:47,402 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:22:47,405 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:22:47,405 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:22:47,406 - 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-10-06 05:22:47,406 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:22:47,406 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:22:47,406 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:22:47,406 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:22:47,406 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:22:47,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:22:47,451 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:22:47,466 - paramiko.transport - DEBUG - Trying key e31a6a3a533e7ca298f8e3f64ac827b0 from tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415 2018-10-06 05:22:47,490 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:22:47,496 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:22:47,499 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:22:47,667 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:22:47,667 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:22:47,701 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:22:47,716 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:22:47,716 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 05:22:47,817 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:22:47,832 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-10-06 05:22:47,834 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-10-06 05:22:47,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/c553116c-0cdd-4cf5-baf8-2d0075e4fe12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:48,810 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f660efb8-fbed-4b64-9db8-d3e1c656f7c8 Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:48,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/c553116c-0cdd-4cf5-baf8-2d0075e4fe12 used request id req-f660efb8-fbed-4b64-9db8-d3e1c656f7c8 2018-10-06 05:22:48,811 - create_instance - INFO - Deleting Port with ID - 61f1c27e-8405-41e5-a09a-d94d13ba5574 2018-10-06 05:22:48,811 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-port-1 2018-10-06 05:22:48,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/61f1c27e-8405-41e5-a09a-d94d13ba5574 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:49,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6caeeaee-cf7a-44a9-82e9-205c4d6c1245 Date: Sat, 06 Oct 2018 05:22:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:49,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/61f1c27e-8405-41e5-a09a-d94d13ba5574 used request id req-6caeeaee-cf7a-44a9-82e9-205c4d6c1245 2018-10-06 05:22:49,288 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst 2018-10-06 05:22:49,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:49,423 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05: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-42188547-ec83-4542-b7d3-5548802170b1 x-compute-request-id: req-42188547-ec83-4542-b7d3-5548802170b1 Content-Type: application/json 2018-10-06 05:22:49,423 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-42188547-ec83-4542-b7d3-5548802170b1 2018-10-06 05:22:49,423 - create_instance - INFO - Checking deletion status 2018-10-06 05:22:49,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:49,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-0e7fda10-52b2-4198-9667-925151115e0f x-compute-request-id: req-0e7fda10-52b2-4198-9667-925151115e0f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:a4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625", "rel": "bookmark"}], "image": {"id": "c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "links": [{"href": "http://172.30.9.29:8774/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:22:20.000000", "flavor": {"id": "6117bed4-190a-4165-9f98-ce6a102f6c99", "links": [{"href": "http://172.30.9.29:8774/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99", "rel": "bookmark"}]}, "id": "c5d1a155-ea5d-4cac-ab01-17bf51882625", "user_id": "aedd022b7c8d48e6bf80c41b9891af59", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:22:49Z", "hostId": "b6ee7aee44f106a65ce164ad2309df97dedb575206c71ae73a766614", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp", "name": "AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst", "created": "2018-10-06T05:20:39Z", "tenant_id": "8d6ff33388b149db93c24406671c376a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:22:49,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-0e7fda10-52b2-4198-9667-925151115e0f 2018-10-06 05:22:49,694 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst] is - ACTIVE 2018-10-06 05:22:49,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:22:52,697 - create_instance - DEBUG - VM status query timeout in 296.726530075 2018-10-06 05:22:52,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}574be6300e309c9a41664d32b9852d8433f1916d" 2018-10-06 05:22:52,769 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:22: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-2b996921-2a8d-401f-b204-bfdb45aad47a x-compute-request-id: req-2b996921-2a8d-401f-b204-bfdb45aad47a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c5d1a155-ea5d-4cac-ab01-17bf51882625 could not be found.", "code": 404}} 2018-10-06 05:22:52,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/c5d1a155-ea5d-4cac-ab01-17bf51882625 used request id req-2b996921-2a8d-401f-b204-bfdb45aad47a 2018-10-06 05:22:52,769 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c5d1a155-ea5d-4cac-ab01-17bf51882625 could not be found. (HTTP 404) (Request-ID: req-2b996921-2a8d-401f-b204-bfdb45aad47a) 2018-10-06 05:22:52,769 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-inst 2018-10-06 05:22:52,770 - neutron_utils - INFO - Deleting security group rule with ID - 6016adfa-4a9a-4986-a8d6-c14143ea8fb7 2018-10-06 05:22:52,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/6016adfa-4a9a-4986-a8d6-c14143ea8fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:22:52,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3637d6e-fe00-4c59-a76a-61089469e9e2 Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:52,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/6016adfa-4a9a-4986-a8d6-c14143ea8fb7 used request id req-b3637d6e-fe00-4c59-a76a-61089469e9e2 2018-10-06 05:22:52,888 - neutron_utils - INFO - Deleting security group rule with ID - f7a929d7-33f9-47ea-9c70-62c821463143 2018-10-06 05:22:52,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/f7a929d7-33f9-47ea-9c70-62c821463143 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:22:53,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07e8085a-4457-4c94-95ac-aba37853c135 Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:53,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/f7a929d7-33f9-47ea-9c70-62c821463143 used request id req-07e8085a-4457-4c94-95ac-aba37853c135 2018-10-06 05:22:53,150 - neutron_utils - INFO - Deleting security group rule with ID - d53cf215-b30a-4e66-a294-8fbe3eb0de96 2018-10-06 05:22:53,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d53cf215-b30a-4e66-a294-8fbe3eb0de96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:22:53,492 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c5d79700-67cb-4c65-a54d-66d76e0265a6 Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:53,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d53cf215-b30a-4e66-a294-8fbe3eb0de96 used request id req-c5d79700-67cb-4c65-a54d-66d76e0265a6 2018-10-06 05:22:53,493 - neutron_utils - INFO - Deleting security group rule with ID - 5ce2bdef-4422-4a16-88eb-7b9517522c20 2018-10-06 05:22:53,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/5ce2bdef-4422-4a16-88eb-7b9517522c20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:22:53,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef1660eb-05f0-46d4-9d50-bfd2fb5c3d5d Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:53,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/5ce2bdef-4422-4a16-88eb-7b9517522c20 used request id req-ef1660eb-05f0-46d4-9d50-bfd2fb5c3d5d 2018-10-06 05:22:53,905 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-sec-grp 2018-10-06 05:22:53,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/224a867b-dab6-4047-a51e-faf464eedb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}806ec2a073369660a2f4a0116ec3f76c95d61f63" 2018-10-06 05:22:54,189 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2481fe60-ff14-4757-88b1-018f9d542637 Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:54,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/224a867b-dab6-4047-a51e-faf464eedb7e used request id req-2481fe60-ff14-4757-88b1-018f9d542637 2018-10-06 05:22:54,190 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp 2018-10-06 05:22:54,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65de945934fd7489a71d617adb4bf7852ac176da" 2018-10-06 05:22:54,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:22: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-31d48a12-bb54-47f8-82e7-a8b7447a0fd4 x-compute-request-id: req-31d48a12-bb54-47f8-82e7-a8b7447a0fd4 Content-Length: 0 Content-Type: application/json 2018-10-06 05:22:54,230 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-kp used request id req-31d48a12-bb54-47f8-82e7-a8b7447a0fd4 2018-10-06 05:22:54,231 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415.pub] 2018-10-06 05:22:54,231 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415] 2018-10-06 05:22:54,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf5b98e7526f1427649b50f22eae3446b919bd5" 2018-10-06 05:22:54,274 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:22: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-27ff7ccd-0aa3-40f2-a019-b396f92d384c x-compute-request-id: req-27ff7ccd-0aa3-40f2-a019-b396f92d384c Content-Length: 0 Content-Type: application/json 2018-10-06 05:22:54,274 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/6117bed4-190a-4165-9f98-ce6a102f6c99 used request id req-27ff7ccd-0aa3-40f2-a019-b396f92d384c 2018-10-06 05:22:54,275 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router and subnet AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet 2018-10-06 05:22:54,275 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:22:54,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" -d '{"subnet_id": "751e1325-f6e8-4888-84c8-f33662302237"}' 2018-10-06 05:22:55,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28a5439b-3246-48b0-8e5d-cee03393c327 Date: Sat, 06 Oct 2018 05:22:55 GMT RESP BODY: {"network_id": "6ab6f4d4-e69f-4669-a9a1-a28b49a1d284", "tenant_id": "8d6ff33388b149db93c24406671c376a", "subnet_id": "751e1325-f6e8-4888-84c8-f33662302237", "subnet_ids": ["751e1325-f6e8-4888-84c8-f33662302237"], "port_id": "b2cdc7ff-26bc-4af7-bf44-55880c2256dd", "id": "2bc64989-a1df-4986-82ba-d2f08909dbac"} 2018-10-06 05:22:55,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac/remove_router_interface used request id req-28a5439b-3246-48b0-8e5d-cee03393c327 2018-10-06 05:22:55,784 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:22:55,784 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-router 2018-10-06 05:22:55,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b106c201deb3ab249436b8318b5693343a11d114" 2018-10-06 05:22:59,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6cf836a2-0159-4984-8b3d-c8e7b60764bf Content-Length: 0 Date: Sat, 06 Oct 2018 05:22:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:22:59,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/2bc64989-a1df-4986-82ba-d2f08909dbac used request id req-6cf836a2-0159-4984-8b3d-c8e7b60764bf 2018-10-06 05:22:59,368 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet 2018-10-06 05:22:59,368 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-subnet 2018-10-06 05:22:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:23:01,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa40b26c-8b84-478f-8e1f-7152fe3fb0e2 Date: Sat, 06 Oct 2018 05:23:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:23:01,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/751e1325-f6e8-4888-84c8-f33662302237 used request id req-fa40b26c-8b84-478f-8e1f-7152fe3fb0e2 2018-10-06 05:23:01,821 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415-pub-net 2018-10-06 05:23:01,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}891f7d2e8747bd2a1c2670a8a8c3e7f7d3cba9e8" 2018-10-06 05:23:03,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c762736e-1f01-430f-b3a1-2eb28e3a0fec Date: Sat, 06 Oct 2018 05:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:23:03,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6ab6f4d4-e69f-4669-a9a1-a28b49a1d284 used request id req-c762736e-1f01-430f-b3a1-2eb28e3a0fec 2018-10-06 05:23:03,112 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b3d1427e-2244-4bab-a855-6c018e21d415--image 2018-10-06 05:23:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4809c44352e553a5933e54885509554b336ac93c" 2018-10-06 05:23:04,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0095f80a-a5f1-4aec-8282-7685d845cd21 Date: Sat, 06 Oct 2018 05:23:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:23:04,511 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c8dd2ec8-7e29-4831-a08b-61f2d660bac2 used request id req-0095f80a-a5f1-4aec-8282-7685d845cd21 2018-10-06 05:23:04,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:04,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f36b6038-8a39-4273-b09e-61f6ad558078 Date: Sat, 06 Oct 2018 05:23:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:15Z", "updated_at": "2018-10-06T05:20:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "revision_number": 0, "id": "37864fbf-c9ca-4d4c-90ce-45fab3cca62a", "remote_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "revision_number": 0, "id": "7554bb00-af37-4a4b-b9d3-3d9053a84738", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "revision_number": 0, "id": "9e50855d-634c-4a43-8777-cabc237a6772", "remote_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d6ff33388b149db93c24406671c376a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "revision_number": 0, "id": "b6c677b3-4257-47c4-8102-5cbde2f8bc6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "tenant_id": "8d6ff33388b149db93c24406671c376a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d6ff33388b149db93c24406671c376a"}], "revision_number": 4, "project_id": "8d6ff33388b149db93c24406671c376a", "id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:23:04,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-f36b6038-8a39-4273-b09e-61f6ad558078 2018-10-06 05:23:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:04,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e656f8d-c9f0-4ca7-ab30-59bdb4c386b3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:23:04,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-7e656f8d-c9f0-4ca7-ab30-59bdb4c386b3 2018-10-06 05:23:04,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:04,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a6e607-994f-4803-842f-6da23ce3fb70 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a"}, "enabled": true, "id": "8d6ff33388b149db93c24406671c376a", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8cad7b78-54ca-491-proj"}} 2018-10-06 05:23:04,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-48a6e607-994f-4803-842f-6da23ce3fb70 2018-10-06 05:23:04,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 810c23bb-8b6d-4aad-8808-bcd8eb0218ea 2018-10-06 05:23:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810c23bb-8b6d-4aad-8808-bcd8eb0218ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:05,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5d62518f-14c2-45d7-8e15-8bacd9169a01 Date: Sat, 06 Oct 2018 05:23:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:15Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "37864fbf-c9ca-4d4c-90ce-45fab3cca62a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:15Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "7554bb00-af37-4a4b-b9d3-3d9053a84738"}, {"remote_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:15Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "9e50855d-634c-4a43-8777-cabc237a6772"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:20:15Z", "security_group_id": "810c23bb-8b6d-4aad-8808-bcd8eb0218ea", "port_range_min": null, "revision_number": 0, "tenant_id": "8d6ff33388b149db93c24406671c376a", "created_at": "2018-10-06T05:20:15Z", "project_id": "8d6ff33388b149db93c24406671c376a", "id": "b6c677b3-4257-47c4-8102-5cbde2f8bc6d"}]} 2018-10-06 05:23:05,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=810c23bb-8b6d-4aad-8808-bcd8eb0218ea used request id req-5d62518f-14c2-45d7-8e15-8bacd9169a01 2018-10-06 05:23:05,149 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:23:05,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/810c23bb-8b6d-4aad-8808-bcd8eb0218ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:05,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6e1ee62-74a7-46a8-a954-636c37f66ec5 Content-Length: 0 Date: Sat, 06 Oct 2018 05:23:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:23:05,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/810c23bb-8b6d-4aad-8808-bcd8eb0218ea used request id req-b6e1ee62-74a7-46a8-a954-636c37f66ec5 2018-10-06 05:23:05,455 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-8cad7b78-54ca-491-proj 2018-10-06 05:23:05,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:05,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d5a35b4-6583-4dfd-b157-55c9cecdc83b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:23:05,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/8d6ff33388b149db93c24406671c376a used request id req-0d5a35b4-6583-4dfd-b157-55c9cecdc83b 2018-10-06 05:23:05,665 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-8cad7b78-54ca-491-proj-role 2018-10-06 05:23:05,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:05,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecd2d6db-cbf4-4f54-8b75-e0c915c580d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:23:05,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/4444d7cff24b4af9b89c804a36a1278a used request id req-ecd2d6db-cbf4-4f54-8b75-e0c915c580d0 2018-10-06 05:23:05,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18d84198a2f4d3bf0023e463e9ba6f3d64519d11" 2018-10-06 05:23:05,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d6436a6-be0a-4856-a9c1-ebd61ec418a5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:23:05,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7d6436a6-be0a-4856-a9c1-ebd61ec418a5 2018-10-06 05:23:05,863 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-8cad7b78-54ca-491-user 2018-10-06 05:23:05,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/aedd022b7c8d48e6bf80c41b9891af59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846f370f154d701dff411164aa409898b67731a4" 2018-10-06 05:23:06,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43524af5-81cb-4fcc-8da2-344df7d71893 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:23:06,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/aedd022b7c8d48e6bf80c41b9891af59 used request id req-43524af5-81cb-4fcc-8da2-344df7d71893 2018-10-06 05:23:06,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:06,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["t-ylGLbtS3GBBRyxiT1wtg"], "issued_at": "2018-10-06T05:23:06.000000Z"}} 2018-10-06 05:23:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abf94bab855a87e62254b3816bbedf556248047" 2018-10-06 05:23:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140782fd-bbf6-4d58-9d19-2ff96ac12210 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:06,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-140782fd-bbf6-4d58-9d19-2ff96ac12210 2018-10-06 05:23:06,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:06,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:06,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["9-CF1KpCTEK4p4PB-BVwOA"], "issued_at": "2018-10-06T05:23:06.000000Z"}} 2018-10-06 05:23:06,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:07,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47e401a-3d86-4ca2-9f05-8d6cb53f1109 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:07,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f47e401a-3d86-4ca2-9f05-8d6cb53f1109 2018-10-06 05:23:07,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:07,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:07,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-129a3913-481e-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:07,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f017be83-3974-4029-8c08-186c7d1c4c7a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-129a3913-481e-42b-proj", "previous": null, "next": null}, "projects": []} 2018-10-06 05:23:07,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-129a3913-481e-42b-proj used request id req-f017be83-3974-4029-8c08-186c7d1c4c7a 2018-10-06 05:23:07,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:07,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b987082a-d65a-4c1b-ae8c-39ed2247cb05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:23:07,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-b987082a-d65a-4c1b-ae8c-39ed2247cb05 2018-10-06 05:23:07,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}}' 2018-10-06 05:23:07,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a2ed242-f2c8-40b7-bcfd-449ee010381f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:07,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-1a2ed242-f2c8-40b7-bcfd-449ee010381f 2018-10-06 05:23:07,362 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-129a3913-481e-42b-proj 2018-10-06 05:23:07,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:07,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:07,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["qQvgdhIaSo2868fqxvIvqg"], "issued_at": "2018-10-06T05:23:07.000000Z"}} 2018-10-06 05:23:07,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4e32d5d021e4cbfaa6d9b0fb6f78091bf06908" 2018-10-06 05:23:07,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022e1dd9-2000-450f-89e1-c66f5f87a692 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:07,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-022e1dd9-2000-450f-89e1-c66f5f87a692 2018-10-06 05:23:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:07,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:07,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4e32d5d021e4cbfaa6d9b0fb6f78091bf06908" 2018-10-06 05:23:07,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928274f6-c9c5-443b-9fd9-a9af17bb2851 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:23:07,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-928274f6-c9c5-443b-9fd9-a9af17bb2851 2018-10-06 05:23:07,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-129a3913-481e-42b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4e32d5d021e4cbfaa6d9b0fb6f78091bf06908" 2018-10-06 05:23:07,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af43e028-89ce-4a16-b39f-a3e856e28375 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-129a3913-481e-42b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}]} 2018-10-06 05:23:07,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?name=AnsibleProvisioningTests-129a3913-481e-42b-proj used request id req-af43e028-89ce-4a16-b39f-a3e856e28375 2018-10-06 05:23:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4e32d5d021e4cbfaa6d9b0fb6f78091bf06908" 2018-10-06 05:23:07,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f189ec0-363a-480a-bdfb-13996c112d43 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-06 05:23:07,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains?name=Default used request id req-9f189ec0-363a-480a-bdfb-13996c112d43 2018-10-06 05:23:08,398 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-129a3913-481e-42b-user 2018-10-06 05:23:08,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:08,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb4c72b-8a40-40e6-b297-7b8f15ed9edc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:23:08,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5eb4c72b-8a40-40e6-b297-7b8f15ed9edc 2018-10-06 05:23:08,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" -d '{"role": {"name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}}' 2018-10-06 05:23:08,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0179b7-826a-41d2-b1ef-08767a409040 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "941869e0b906494da7cd54802f22b845", "links": {"self": "http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845"}, "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}} 2018-10-06 05:23:08,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-2c0179b7-826a-41d2-b1ef-08767a409040 2018-10-06 05:23:08,992 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-129a3913-481e-42b-proj-role 2018-10-06 05:23:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:09,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47275a12-79f0-4feb-b1e8-2ec7148aced2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845"}, "domain_id": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role", "id": "941869e0b906494da7cd54802f22b845"}} 2018-10-06 05:23:09,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845 used request id req-47275a12-79f0-4feb-b1e8-2ec7148aced2 2018-10-06 05:23:09,082 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-129a3913-481e-42b-proj-role to project AnsibleProvisioningTests-129a3913-481e-42b-proj 2018-10-06 05:23:09,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96/users/0bbe6a156eef41dcbee73c8c80030774/roles/941869e0b906494da7cd54802f22b845 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:23:09,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb95242c-e07c-4898-9f42-dfefa294da21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:23:09,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96/users/0bbe6a156eef41dcbee73c8c80030774/roles/941869e0b906494da7cd54802f22b845 used request id req-fb95242c-e07c-4898-9f42-dfefa294da21 2018-10-06 05:23:09,203 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:23:09,206 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-06 05:23:09,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:09,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:09,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["DLCLQdjXS6ifmF1Xvp7HXg"], "issued_at": "2018-10-06T05:23:09.000000Z"}} 2018-10-06 05:23:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:09,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba70227-efa0-49ac-aa84-945d1620bba2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:09,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6ba70227-efa0-49ac-aa84-945d1620bba2 2018-10-06 05:23:09,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:10,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-683038a1-37fe-4310-ae30-b56285173619 Date: Sat, 06 Oct 2018 05:23:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image"} 2018-10-06 05:23:10,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image used request id req-683038a1-37fe-4310-ae30-b56285173619 2018-10-06 05:23:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:10,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4856beac-d661-4b5f-86f1-34dd4fabf1c0 Date: Sat, 06 Oct 2018 05:23:10 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", "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-10-06 05:23:10,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-4856beac-d661-4b5f-86f1-34dd4fabf1c0 2018-10-06 05:23:10,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image"}' 2018-10-06 05:23:11,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af X-Openstack-Request-Id: req-f325c25d-d288-4c3e-a81f-1ad28bdffa46 Date: Sat, 06 Oct 2018 05:23:11 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:23:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-06T05:23:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af", "min_disk": 0, "protected": false, "id": "902741c7-033e-4273-a9ee-5d39142ac6af", "file": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file", "checksum": null, "owner": "208ace516b4247489ec2f2bd63279a96", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:23:11,018 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f325c25d-d288-4c3e-a81f-1ad28bdffa46 2018-10-06 05:23:11,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" -d '' 2018-10-06 05:23:17,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42b668af-2f79-4c38-9147-db62f43e75b9 Date: Sat, 06 Oct 2018 05:23:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:23:17,282 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file used request id req-42b668af-2f79-4c38-9147-db62f43e75b9 2018-10-06 05:23:17,282 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-06 05:23:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:17,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ee709cd7-e0c5-4504-aea0-bd2dc75bee87 Date: Sat, 06 Oct 2018 05:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:23:10Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:23:17Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "metadata": {}}], "self": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af", "min_disk": 0, "protected": false, "id": "902741c7-033e-4273-a9ee-5d39142ac6af", "file": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "208ace516b4247489ec2f2bd63279a96", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:23:17,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af used request id req-ee709cd7-e0c5-4504-aea0-bd2dc75bee87 2018-10-06 05:23:17,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:17,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6bd8b57-2b0c-4aa1-9e36-58bf199ad781 Date: Sat, 06 Oct 2018 05:23: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", "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-10-06 05:23:17,598 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-a6bd8b57-2b0c-4aa1-9e36-58bf199ad781 2018-10-06 05:23:17,600 - create_image - INFO - Created image with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image 2018-10-06 05:23:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:23:17,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-04801ca8-024d-499f-802c-361dbbc3024c Date: Sat, 06 Oct 2018 05:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:23:10Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:23:17Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "metadata": {}}], "self": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af", "min_disk": 0, "protected": false, "id": "902741c7-033e-4273-a9ee-5d39142ac6af", "file": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "208ace516b4247489ec2f2bd63279a96", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-06 05:23:17,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af used request id req-04801ca8-024d-499f-802c-361dbbc3024c 2018-10-06 05:23:17,623 - create_image - DEBUG - Instance status is - active 2018-10-06 05:23:17,623 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image 2018-10-06 05:23:17,623 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image 2018-10-06 05:23:17,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:17,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:17,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["MYEpzanJThSGsYQraXMrFQ"], "issued_at": "2018-10-06T05:23:17.000000Z"}} 2018-10-06 05:23:17,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:18,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe59d05-a1ac-42c0-848b-3e814ee9069b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:18,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bfe59d05-a1ac-42c0-848b-3e814ee9069b 2018-10-06 05:23:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:18,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d2325c63-2a7a-42f4-9933-9f6de05513c2 Date: Sat, 06 Oct 2018 05:23:18 GMT RESP BODY: {"networks":[]} 2018-10-06 05:23:18,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-d2325c63-2a7a-42f4-9933-9f6de05513c2 2018-10-06 05:23:18,255 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net 2018-10-06 05:23:18,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" -d '{"network": {"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net", "admin_state_up": true}}' 2018-10-06 05:23:18,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-9d683537-3c7a-4914-8ef1-7467856be24d Date: Sat, 06 Oct 2018 05:23:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5d6f4396-7ee6-416c-945c-afca999eff84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:23:18Z","is_default":false,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","mtu":1450}} 2018-10-06 05:23:18,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks used request id req-9d683537-3c7a-4914-8ef1-7467856be24d 2018-10-06 05:23:18,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:19,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-d58d0e6d-c0b1-4235-847b-cd46f09eae32 Date: Sat, 06 Oct 2018 05:23: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-10-06T05:23:18Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:19,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-d58d0e6d-c0b1-4235-847b-cd46f09eae32 2018-10-06 05:23:19,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:19,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-608daed8-15e5-4a3f-9697-206fb5e7fb0e Date: Sat, 06 Oct 2018 05:23:19 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:23:19,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-608daed8-15e5-4a3f-9697-206fb5e7fb0e 2018-10-06 05:23:19,240 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet 2018-10-06 05:23:19,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" -d '{"subnets": [{"ip_version": 4, "network_id": "5d6f4396-7ee6-416c-945c-afca999eff84", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]}' 2018-10-06 05:23:19,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-da656118-56a3-4cf9-9580-57ac77c84dd0 Date: Sat, 06 Oct 2018 05:23:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:19,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets used request id req-da656118-56a3-4cf9-9580-57ac77c84dd0 2018-10-06 05:23:19,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:20,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e7a4aac0-fddf-4049-92c0-20550e090a81 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:20,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-e7a4aac0-fddf-4049-92c0-20550e090a81 2018-10-06 05:23:20,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:23:20,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d19d84eb-8915-44a1-b122-55cd50b05beb Date: Sat, 06 Oct 2018 05:23:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:20,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-d19d84eb-8915-44a1-b122-55cd50b05beb 2018-10-06 05:23:20,245 - OpenStackNetwork - DEBUG - Network [5d6f4396-7ee6-416c-945c-afca999eff84] created successfully 2018-10-06 05:23:20,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:20,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:20,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["29LiXdYzRFWbEyy_gL78Fg"], "issued_at": "2018-10-06T05:23:20.000000Z"}} 2018-10-06 05:23:20,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:20,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c844e074-b3d0-45c1-b70d-8d44bb864370 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:20,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c844e074-b3d0-45c1-b70d-8d44bb864370 2018-10-06 05:23:20,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:20,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5632b401-2031-438a-b3f8-2291772f5f2d Date: Sat, 06 Oct 2018 05:23:20 GMT RESP BODY: {"routers": []} 2018-10-06 05:23:20,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router&admin_state_up=True used request id req-5632b401-2031-438a-b3f8-2291772f5f2d 2018-10-06 05:23:20,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:20,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:21,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["adHoge7bSO-F5SXx1BBogA"], "issued_at": "2018-10-06T05:23:21.000000Z"}} 2018-10-06 05:23:21,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b3bb55ce2228a2415447c26eee5efdc532827ed" 2018-10-06 05:23:21,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b9af49-bb56-465e-a2a0-2d6dc74bf83e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:21,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-06b9af49-bb56-465e-a2a0-2d6dc74bf83e 2018-10-06 05:23:21,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:21,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a5d30c2c-5c35-441e-89a0-e3e1c3fe0c63 Date: Sat, 06 Oct 2018 05:23:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:23:21,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-a5d30c2c-5c35-441e-89a0-e3e1c3fe0c63 2018-10-06 05:23:21,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:21,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-318283db-e950-4507-a304-a574af1ae8d0 Date: Sat, 06 Oct 2018 05:23:21 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:23:21,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-318283db-e950-4507-a304-a574af1ae8d0 2018-10-06 05:23:21,756 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:23:21,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router", "admin_state_up": true}}' 2018-10-06 05:23:26,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-731943c5-256d-4bdd-8742-91a4c5435d73 Date: Sat, 06 Oct 2018 05:23:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:22Z", "admin_state_up": true, "updated_at": "2018-10-06T05:23:23Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "e2117607-46a2-403e-8a8b-0533f0f29d2d", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router"}} 2018-10-06 05:23:26,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers used request id req-731943c5-256d-4bdd-8742-91a4c5435d73 2018-10-06 05:23:26,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:26,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fc912d75-57cc-4b70-ade0-c89575720465 Date: Sat, 06 Oct 2018 05:23:26 GMT RESP BODY: {"ports":[]} 2018-10-06 05:23:26,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d used request id req-fc912d75-57cc-4b70-ade0-c89575720465 2018-10-06 05:23:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:27,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7ad39427-ea32-48ed-a287-433844715f51 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:27,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-7ad39427-ea32-48ed-a287-433844715f51 2018-10-06 05:23:27,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:27,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:27,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a18cee-2f5c-4bcd-ad3e-9a12e8e91af6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:27,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-11a18cee-2f5c-4bcd-ad3e-9a12e8e91af6 2018-10-06 05:23:27,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:27,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43170d8c-1680-4d1b-be8b-05338c3522f9 Date: Sat, 06 Oct 2018 05:23:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:27,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-43170d8c-1680-4d1b-be8b-05338c3522f9 2018-10-06 05:23:27,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:27,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ebcf243-83f1-4a31-ba98-4a437bca7505 Date: Sat, 06 Oct 2018 05:23:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:27,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet used request id req-9ebcf243-83f1-4a31-ba98-4a437bca7505 2018-10-06 05:23:27,639 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-06 05:23:27,639 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:23:27,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" -d '{"subnet_id": "22a212c8-0677-4643-b171-af7845368add"}' 2018-10-06 05:23:29,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6afb4b24-ad69-49d9-97cf-980b33530c00 Date: Sat, 06 Oct 2018 05:23:29 GMT RESP BODY: {"network_id": "5d6f4396-7ee6-416c-945c-afca999eff84", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "subnet_id": "22a212c8-0677-4643-b171-af7845368add", "subnet_ids": ["22a212c8-0677-4643-b171-af7845368add"], "port_id": "241fe8dd-883d-4bad-abbe-43b0e2099200", "id": "e2117607-46a2-403e-8a8b-0533f0f29d2d"} 2018-10-06 05:23:29,780 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d/add_router_interface used request id req-6afb4b24-ad69-49d9-97cf-980b33530c00 2018-10-06 05:23:29,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:30,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-bfa96c8a-6ea1-47c4-8a50-43cc3b7f527d Date: Sat, 06 Oct 2018 05:23:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:22Z", "admin_state_up": true, "updated_at": "2018-10-06T05:23:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "e2117607-46a2-403e-8a8b-0533f0f29d2d", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router"}} 2018-10-06 05:23:30,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d used request id req-bfa96c8a-6ea1-47c4-8a50-43cc3b7f527d 2018-10-06 05:23:30,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:30,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-3b59fcf1-b1b8-4b49-8c23-f768c0c5b33c Date: Sat, 06 Oct 2018 05:23:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"}]} 2018-10-06 05:23:30,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d used request id req-3b59fcf1-b1b8-4b49-8c23-f768c0c5b33c 2018-10-06 05:23:30,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:23:30,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-604d5584-c068-4edd-91ad-e36be0a51e6a Date: Sat, 06 Oct 2018 05:23:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}} 2018-10-06 05:23:30,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add used request id req-604d5584-c068-4edd-91ad-e36be0a51e6a 2018-10-06 05:23:30,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:30,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:30,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "name": "heat_stack_owner"}, {"id": "82037cfb2780492ea2c39da1ada54a24", "name": "Member"}], "expires_at": "2018-10-06T06:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6caa95069492db33f7f33bd6078c2", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/a7d6caa95069492db33f7f33bd6078c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "id": "8d0446c3d26f48b386d6089436a9646d"}, "audit_ids": ["UBTZibs_QvOYJIM2krmI5A"], "issued_at": "2018-10-06T05:23:30.000000Z"}} 2018-10-06 05:23:30,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36aa9f1336253babec3d2dbc223fcb637c61bf73" 2018-10-06 05:23:30,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df802a9d-cf05-4a8e-a269-acee3e00f06c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:30,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-df802a9d-cf05-4a8e-a269-acee3e00f06c 2018-10-06 05:23:30,724 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:23:30,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36aa9f1336253babec3d2dbc223fcb637c61bf73" 2018-10-06 05:23:30,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-28cd2e7c-535c-414a-a6c0-1d81507fb486 x-compute-request-id: req-28cd2e7c-535c-414a-a6c0-1d81507fb486 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-06 05:23:30,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-28cd2e7c-535c-414a-a6c0-1d81507fb486 2018-10-06 05:23:30,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36aa9f1336253babec3d2dbc223fcb637c61bf73" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-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-10-06 05:23:30,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-6c70f644-1c77-4e43-87cf-10efa29c4f58 x-compute-request-id: req-6c70f644-1c77-4e43-87cf-10efa29c4f58 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "13969cff-42dc-4817-af66-29ed2dc249f3", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:23:30,973 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-6c70f644-1c77-4e43-87cf-10efa29c4f58 2018-10-06 05:23:30,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:30,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:31,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["irMgVhd5RLa75NW181F_1Q"], "issued_at": "2018-10-06T05:23:31.000000Z"}} 2018-10-06 05:23:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36feb38f3d7e58b1df7ee16c8dcc307b70ca468" 2018-10-06 05:23:31,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb9db2c-729f-47b0-8361-6b6df8b0b67a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:31,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5fb9db2c-729f-47b0-8361-6b6df8b0b67a 2018-10-06 05:23:31,437 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:23:31,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36feb38f3d7e58b1df7ee16c8dcc307b70ca468" 2018-10-06 05:23:31,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23: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-769a3079-ce84-47b4-95c6-426d58188900 x-compute-request-id: req-769a3079-ce84-47b4-95c6-426d58188900 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-06 05:23:31,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-769a3079-ce84-47b4-95c6-426d58188900 2018-10-06 05:23:31,608 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp... 2018-10-06 05:23:31,608 - OpenStackKeypair - INFO - Creating new keypair 2018-10-06 05:23:31,624 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp 2018-10-06 05:23:31,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36feb38f3d7e58b1df7ee16c8dcc307b70ca468" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCveRZs8fEgd5f8uCZORyhpjnDEe3gOW5UBRKotEg4/f0rOfgv3P+AVDPA2CuMAUUPf+YqLQAaCADYJVC0r44B2WrzmmQfpXC/ESnnYE8BSbmoZg6ZEOHOUCRtCj3G+HEb6f5DSh7aEURF+jwBi2MTiPftVt2Fo+b9dU8jqSSNFPQ==", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp"}}' 2018-10-06 05:23:31,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23: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-45695800-cca1-43de-80a8-b0811cd9443c x-compute-request-id: req-45695800-cca1-43de-80a8-b0811cd9443c Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCveRZs8fEgd5f8uCZORyhpjnDEe3gOW5UBRKotEg4/f0rOfgv3P+AVDPA2CuMAUUPf+YqLQAaCADYJVC0r44B2WrzmmQfpXC/ESnnYE8BSbmoZg6ZEOHOUCRtCj3G+HEb6f5DSh7aEURF+jwBi2MTiPftVt2Fo+b9dU8jqSSNFPQ==", "user_id": "0bbe6a156eef41dcbee73c8c80030774", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "fingerprint": "a1:c8:00:95:64:6f:93:d3:9c:ff:d4:c8:17:a6:24:73"}} 2018-10-06 05:23:31,710 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-45695800-cca1-43de-80a8-b0811cd9443c 2018-10-06 05:23:31,712 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1.pub 2018-10-06 05:23:31,713 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1 2018-10-06 05:23:31,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:31,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:32,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["KlnxZrrLR5ST5lI2FetXvg"], "issued_at": "2018-10-06T05:23:32.000000Z"}} 2018-10-06 05:23:32,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:32,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b74f28-ba08-4ee2-9a79-a4fd0980a3ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:32,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-90b74f28-ba08-4ee2-9a79-a4fd0980a3ad 2018-10-06 05:23:32,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:32,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ae12e812-3830-4ddd-a382-ad301b287c71 Date: Sat, 06 Oct 2018 05:23:32 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:23:32,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp used request id req-ae12e812-3830-4ddd-a382-ad301b287c71 2018-10-06 05:23:32,345 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp... 2018-10-06 05:23:32,345 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp 2018-10-06 05:23:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" -d '{"security_group": {"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}}' 2018-10-06 05:23:32,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-f8bf03e6-18b3-47e5-b7b6-51001bd456b1 Date: Sat, 06 Oct 2018 05:23:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 2, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}} 2018-10-06 05:23:32,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups used request id req-f8bf03e6-18b3-47e5-b7b6-51001bd456b1 2018-10-06 05:23:32,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:32,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:32,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1de7f922-c57d-4c28-b2d8-65f25c4673cd Date: Sat, 06 Oct 2018 05:23:32 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:32,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-1de7f922-c57d-4c28-b2d8-65f25c4673cd 2018-10-06 05:23:32,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bad3c7a7-3f34-4fb0-879b-3e1d661d7ffb Date: Sat, 06 Oct 2018 05:23:33 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:33,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-bad3c7a7-3f34-4fb0-879b-3e1d661d7ffb 2018-10-06 05:23:33,146 - neutron_utils - INFO - Retrieving security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:33,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b6e209cf-1591-47bf-8492-b3605e5b9734 Date: Sat, 06 Oct 2018 05:23:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 2, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}]} 2018-10-06 05:23:33,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-b6e209cf-1591-47bf-8492-b3605e5b9734 2018-10-06 05:23:33,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:33,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-155f718e-5079-4b5a-9d9b-4d1361292637 Date: Sat, 06 Oct 2018 05:23:33 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:33,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-155f718e-5079-4b5a-9d9b-4d1361292637 2018-10-06 05:23:33,528 - neutron_utils - INFO - Retrieving security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:33,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b80abadd-5a8b-4ca4-934e-bf440c00355c Date: Sat, 06 Oct 2018 05:23:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 2, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}]} 2018-10-06 05:23:33,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-b80abadd-5a8b-4ca4-934e-bf440c00355c 2018-10-06 05:23:33,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:33,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fc662743-7383-404d-b7bf-f4b64ae2b7a0 Date: Sat, 06 Oct 2018 05:23:33 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:33,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-fc662743-7383-404d-b7bf-f4b64ae2b7a0 2018-10-06 05:23:33,784 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp 2018-10-06 05:23:33,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:33,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-3a76da1c-05e4-48b2-86e7-38f406737089 Date: Sat, 06 Oct 2018 05:23:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 2, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}]} 2018-10-06 05:23:33,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp used request id req-3a76da1c-05e4-48b2-86e7-38f406737089 2018-10-06 05:23:33,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:33,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:34,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df00e4ea-4708-48e3-83ae-84c7bacc159e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:34,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-df00e4ea-4708-48e3-83ae-84c7bacc159e 2018-10-06 05:23:34,069 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:34,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:34,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e303c28e-dba5-41d2-b513-87f9a33ca6a4 Date: Sat, 06 Oct 2018 05:23:34 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:34,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-e303c28e-dba5-41d2-b513-87f9a33ca6a4 2018-10-06 05:23:34,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}d4975445a3ab7a319b5e220600288a1ec0c0d98d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f"}}' 2018-10-06 05:23:34,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2bb711cd-d4ed-41e0-9bbf-6e39cce8fc96 Date: Sat, 06 Oct 2018 05:23:34 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-10-06T05:23:34Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:34Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed"}} 2018-10-06 05:23:34,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-2bb711cd-d4ed-41e0-9bbf-6e39cce8fc96 2018-10-06 05:23:34,561 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp 2018-10-06 05:23:34,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:34,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-b95e75be-ab1b-4f62-afdd-c3cc047cb1f7 Date: Sat, 06 Oct 2018 05:23:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:34Z", "revision_number": 0, "id": "22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:34Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 3, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}]} 2018-10-06 05:23:34,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp used request id req-b95e75be-ab1b-4f62-afdd-c3cc047cb1f7 2018-10-06 05:23:34,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:34,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad5c6f59-7002-43c0-9a51-efed333798c0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:34,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-ad5c6f59-7002-43c0-9a51-efed333798c0 2018-10-06 05:23:34,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:34,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:34,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-15a712a7-757d-4291-bd77-68e33129d338 Date: Sat, 06 Oct 2018 05:23:34 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:34Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:34Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}]} 2018-10-06 05:23:34,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-15a712a7-757d-4291-bd77-68e33129d338 2018-10-06 05:23:34,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29: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}d4975445a3ab7a319b5e220600288a1ec0c0d98d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f"}}' 2018-10-06 05:23:35,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-3f55fdeb-a916-4a1d-9689-700d05a2ae47 Date: Sat, 06 Oct 2018 05:23:35 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-10-06T05:23:35Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": 22, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:35Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "d6bd79d5-0efe-4262-abe5-7f35db53c7e5"}} 2018-10-06 05:23:35,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules used request id req-3f55fdeb-a916-4a1d-9689-700d05a2ae47 2018-10-06 05:23:35,075 - neutron_utils - INFO - Retrieving security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:35,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:35,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-52546106-dc70-4ec4-ad43-b24ca27f042f Date: Sat, 06 Oct 2018 05:23:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "updated_at": "2018-10-06T05:23:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:34Z", "revision_number": 0, "id": "22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:34Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "revision_number": 0, "id": "62ac8852-fd8a-42a6-b75d-554006b413a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:23:35Z", "revision_number": 0, "id": "d6bd79d5-0efe-4262-abe5-7f35db53c7e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:35Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": 22, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 4, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}]} 2018-10-06 05:23:35,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-52546106-dc70-4ec4-ad43-b24ca27f042f 2018-10-06 05:23:35,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473f8cad-c4c2-4e01-bf07-9db7487b108f 2018-10-06 05:23:35,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:23:35,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-dbab0df4-8b54-4f76-bf66-5d93ff42acde Date: Sat, 06 Oct 2018 05:23:35 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-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:34Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:34Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:32Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:32Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "62ac8852-fd8a-42a6-b75d-554006b413a8"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:23:35Z", "security_group_id": "473f8cad-c4c2-4e01-bf07-9db7487b108f", "port_range_min": 22, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:35Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "d6bd79d5-0efe-4262-abe5-7f35db53c7e5"}]} 2018-10-06 05:23:35,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-dbab0df4-8b54-4f76-bf66-5d93ff42acde 2018-10-06 05:23:35,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:35,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:35,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["IqXkcmeGQ_yex6Zxg7lM2Q"], "issued_at": "2018-10-06T05:23:35.000000Z"}} 2018-10-06 05:23:35,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:35,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe758af7-df1b-42df-ab41-2c8d76095ca7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:35,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-fe758af7-df1b-42df-ab41-2c8d76095ca7 2018-10-06 05:23:35,769 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-06 05:23:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:35,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d963dbb-e22a-4396-95db-a9fbf384d6c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:35,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8d963dbb-e22a-4396-95db-a9fbf384d6c3 2018-10-06 05:23:35,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e6052ca2-1e86-4a4e-a08b-4aacd7e89ca0 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:36,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-e6052ca2-1e86-4a4e-a08b-4aacd7e89ca0 2018-10-06 05:23:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:36,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:36,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bd3a6b-59cc-448f-b2a3-13f6b1f306f7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:36,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-15bd3a6b-59cc-448f-b2a3-13f6b1f306f7 2018-10-06 05:23:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5ddeddd2-c98b-408c-b3f7-6514e697754e Date: Sat, 06 Oct 2018 05:23:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:36,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-5ddeddd2-c98b-408c-b3f7-6514e697754e 2018-10-06 05:23:36,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a121cacb-2afa-4dca-97ae-258d43a87e77 Date: Sat, 06 Oct 2018 05:23:36 GMT RESP BODY: {"ports":[]} 2018-10-06 05:23:36,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True used request id req-a121cacb-2afa-4dca-97ae-258d43a87e77 2018-10-06 05:23:36,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23: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-ddf83364-59d9-4263-83ac-1522725866ae x-compute-request-id: req-ddf83364-59d9-4263-83ac-1522725866ae Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:23:36,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst used request id req-ddf83364-59d9-4263-83ac-1522725866ae 2018-10-06 05:23:36,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7b8b4742-4480-4a7c-a64e-4bbd31572f60 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:36,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-7b8b4742-4480-4a7c-a64e-4bbd31572f60 2018-10-06 05:23:36,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:36,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704b6b3b-8339-4c8c-a70d-80ea64d7c7aa Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:36,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-704b6b3b-8339-4c8c-a70d-80ea64d7c7aa 2018-10-06 05:23:37,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:37,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-640ef74b-10b6-468a-bf16-036cc2abeb85 Date: Sat, 06 Oct 2018 05:23:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:37,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-640ef74b-10b6-468a-bf16-036cc2abeb85 2018-10-06 05:23:37,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:37,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-536305b4-ddc5-442c-af6c-92190b618df3 Date: Sat, 06 Oct 2018 05:23:37 GMT RESP BODY: {"ports":[]} 2018-10-06 05:23:37,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True used request id req-536305b4-ddc5-442c-af6c-92190b618df3 2018-10-06 05:23:37,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-06 05:23:37,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:23:37,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "941869e0b906494da7cd54802f22b845", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj-role"}], "expires_at": "2018-10-06T06:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "208ace516b4247489ec2f2bd63279a96", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/208ace516b4247489ec2f2bd63279a96", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-129a3913-481e-42b-user", "id": "0bbe6a156eef41dcbee73c8c80030774"}, "audit_ids": ["TwEMeQtqSIKe_t2K-GNKtg"], "issued_at": "2018-10-06T05:23:37.000000Z"}} 2018-10-06 05:23:37,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fad216c0e9a7780b05d1d611716aaddf6733c2" 2018-10-06 05:23:37,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f9c617-0ddb-424e-b19d-deeda5650313 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:23:37,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d5f9c617-0ddb-424e-b19d-deeda5650313 2018-10-06 05:23:37,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:38,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5ac57c63-c735-4e41-9d2b-0f9b6b432788 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:38,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-5ac57c63-c735-4e41-9d2b-0f9b6b432788 2018-10-06 05:23:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:38,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aa0f6629-3605-4ae6-8162-f4b25393ebad Date: Sat, 06 Oct 2018 05:23:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:38,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-aa0f6629-3605-4ae6-8162-f4b25393ebad 2018-10-06 05:23:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:38,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5bb9e813-c3fe-46c7-97ba-de0fa72aa165 Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:38,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-5bb9e813-c3fe-46c7-97ba-de0fa72aa165 2018-10-06 05:23:38,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:23:38,557 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:23:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:23:38,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fad216c0e9a7780b05d1d611716aaddf6733c2" 2018-10-06 05:23:38,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39be3d13-1822-4e4c-916e-31dde28d4fb5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:38,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-39be3d13-1822-4e4c-916e-31dde28d4fb5 2018-10-06 05:23:38,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:38,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b2a4cd59-611f-4942-8912-f138e40eaad6 Date: Sat, 06 Oct 2018 05:23:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:38,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-b2a4cd59-611f-4942-8912-f138e40eaad6 2018-10-06 05:23:38,853 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net 2018-10-06 05:23:38,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"port": {"network_id": "5d6f4396-7ee6-416c-945c-afca999eff84", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1", "admin_state_up": true}}' 2018-10-06 05:23:39,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-889c2682-5d03-41bf-a7b1-23e3004716f7 Date: Sat, 06 Oct 2018 05:23:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","project_id":"208ace516b4247489ec2f2bd63279a96","qos_policy_id":null,"admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal"}} 2018-10-06 05:23:39,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/ports used request id req-889c2682-5d03-41bf-a7b1-23e3004716f7 2018-10-06 05:23:39,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f31fdfaf-6935-4471-a423-1752991652ee Date: Sat, 06 Oct 2018 05:23: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:23:40,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-f31fdfaf-6935-4471-a423-1752991652ee 2018-10-06 05:23:40,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985aebda-4dcd-49c7-afee-3e59b9dbfdb2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:40,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-985aebda-4dcd-49c7-afee-3e59b9dbfdb2 2018-10-06 05:23:40,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2ac71d0f-08eb-49e2-9b5b-d932ff23cfd4 Date: Sat, 06 Oct 2018 05:23:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:23:40,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-2ac71d0f-08eb-49e2-9b5b-d932ff23cfd4 2018-10-06 05:23:40,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-10337c95-0f96-4ab7-94a6-88c9806dd318 Date: Sat, 06 Oct 2018 05:23:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-06 05:23:40,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1&admin_state_up=True used request id req-10337c95-0f96-4ab7-94a6-88c9806dd318 2018-10-06 05:23:40,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fbb542a-e010-48de-b6aa-091da61b083f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:23:40,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-6fbb542a-e010-48de-b6aa-091da61b083f 2018-10-06 05:23:40,532 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst 2018-10-06 05:23:40,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-04eaec84-1d68-4f73-86f4-6d1a81560532 x-compute-request-id: req-04eaec84-1d68-4f73-86f4-6d1a81560532 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-flavor-name"}]} 2018-10-06 05:23:40,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-04eaec84-1d68-4f73-86f4-6d1a81560532 2018-10-06 05:23:40,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-56897731-1cab-4b21-91ba-1d308cd0bd53 x-compute-request-id: req-56897731-1cab-4b21-91ba-1d308cd0bd53 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "13969cff-42dc-4817-af66-29ed2dc249f3", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:23:40,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3 used request id req-56897731-1cab-4b21-91ba-1d308cd0bd53 2018-10-06 05:23:40,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-3a2b99ec-57e8-46c0-a35c-410ec80fe3ff Date: Sat, 06 Oct 2018 05:23:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-06T05:23:10Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-10-06T05:23:17Z", "visibility": "shared", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "metadata": {}}], "self": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af", "min_disk": 0, "protected": false, "id": "902741c7-033e-4273-a9ee-5d39142ac6af", "file": "/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af/file", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner": "208ace516b4247489ec2f2bd63279a96", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/902741c7-033e-4273-a9ee-5d39142ac6af/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image"} 2018-10-06 05:23:40,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image used request id req-3a2b99ec-57e8-46c0-a35c-410ec80fe3ff 2018-10-06 05:23:40,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:40,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-60ec5f4f-3f5b-41a9-8a0f-28cebc5d8cae Date: Sat, 06 Oct 2018 05:23: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", "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-10-06 05:23:40,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/schemas/image used request id req-60ec5f4f-3f5b-41a9-8a0f-28cebc5d8cae 2018-10-06 05:23:40,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"server": {"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "imageRef": "902741c7-033e-4273-a9ee-5d39142ac6af", "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "flavorRef": "13969cff-42dc-4817-af66-29ed2dc249f3", "max_count": 1, "min_count": 1, "networks": [{"port": "4dbf45ea-d47c-4aea-baa7-ba71592d88d4"}]}}' 2018-10-06 05:23:42,465 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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 x-openstack-request-id: req-3131ac8f-4484-422e-9315-621170b31798 x-compute-request-id: req-3131ac8f-4484-422e-9315-621170b31798 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "adminPass": "mbUcG5yeGdah"}} 2018-10-06 05:23:42,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-3131ac8f-4484-422e-9315-621170b31798 2018-10-06 05:23:42,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:42,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-b602e3e1-76f4-47ee-a172-b33ad2f3e25e x-compute-request-id: req-b602e3e1-76f4-47ee-a172-b33ad2f3e25e 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.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:42,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-b602e3e1-76f4-47ee-a172-b33ad2f3e25e 2018-10-06 05:23:42,549 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst 2018-10-06 05:23:42,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:42,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-1bd9a6ee-b28a-4ad9-a3e9-0dbc6bd625dd x-compute-request-id: req-1bd9a6ee-b28a-4ad9-a3e9-0dbc6bd625dd 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.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:42,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-1bd9a6ee-b28a-4ad9-a3e9-0dbc6bd625dd 2018-10-06 05:23:42,906 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:23:42,906 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:23:45,907 - create_instance - DEBUG - VM status query timeout in 896.641862869 2018-10-06 05:23:45,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:46,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23: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-cc06eb36-193f-475c-8a9a-5143407e8802 x-compute-request-id: req-cc06eb36-193f-475c-8a9a-5143407e8802 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:46,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-cc06eb36-193f-475c-8a9a-5143407e8802 2018-10-06 05:23:46,372 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:23:46,372 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:23:49,375 - create_instance - DEBUG - VM status query timeout in 893.173504829 2018-10-06 05:23:49,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:49,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-3b4508df-4107-4b29-87be-e9ec6e6ffdaf x-compute-request-id: req-3b4508df-4107-4b29-87be-e9ec6e6ffdaf Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:49,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-3b4508df-4107-4b29-87be-e9ec6e6ffdaf 2018-10-06 05:23:49,721 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:23:49,722 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:23:52,724 - create_instance - DEBUG - VM status query timeout in 889.824862957 2018-10-06 05:23:52,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:53,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-e2030211-4461-423e-a8c9-348446e3839a x-compute-request-id: req-e2030211-4461-423e-a8c9-348446e3839a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:53,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-e2030211-4461-423e-a8c9-348446e3839a 2018-10-06 05:23:53,053 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:23:53,054 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:23:56,057 - create_instance - DEBUG - VM status query timeout in 886.492153883 2018-10-06 05:23:56,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:23:57,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:23: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-4ff73ffb-681e-4eec-90d3-c07718bcd0d5 x-compute-request-id: req-4ff73ffb-681e-4eec-90d3-c07718bcd0d5 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:23:57,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-4ff73ffb-681e-4eec-90d3-c07718bcd0d5 2018-10-06 05:23:57,064 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:23:57,064 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:00,067 - create_instance - DEBUG - VM status query timeout in 882.481467962 2018-10-06 05:24:00,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:00,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-e300c5dd-58ed-47ba-ae0f-c34efba6df22 x-compute-request-id: req-e300c5dd-58ed-47ba-ae0f-c34efba6df22 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:00,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-e300c5dd-58ed-47ba-ae0f-c34efba6df22 2018-10-06 05:24:00,900 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:00,900 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:03,903 - create_instance - DEBUG - VM status query timeout in 878.645547867 2018-10-06 05:24:03,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:04,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-589abff3-3567-49ae-9844-9982490ece30 x-compute-request-id: req-589abff3-3567-49ae-9844-9982490ece30 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:04,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-589abff3-3567-49ae-9844-9982490ece30 2018-10-06 05:24:04,748 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:04,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:07,751 - create_instance - DEBUG - VM status query timeout in 874.797671795 2018-10-06 05:24:07,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:08,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-705085e5-a077-45b6-b506-4487cfe5ede4 x-compute-request-id: req-705085e5-a077-45b6-b506-4487cfe5ede4 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:08,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-705085e5-a077-45b6-b506-4487cfe5ede4 2018-10-06 05:24:08,415 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:08,415 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:11,419 - create_instance - DEBUG - VM status query timeout in 871.130258799 2018-10-06 05:24:11,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:12,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-59c2623c-fa60-4df1-94a1-fbaf4b90d7bb x-compute-request-id: req-59c2623c-fa60-4df1-94a1-fbaf4b90d7bb Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:12,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-59c2623c-fa60-4df1-94a1-fbaf4b90d7bb 2018-10-06 05:24:12,073 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:12,073 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:15,077 - create_instance - DEBUG - VM status query timeout in 867.472419977 2018-10-06 05:24:15,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:15,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-17c2d1a7-52ab-4ecd-86fb-b99a5733bc5a x-compute-request-id: req-17c2d1a7-52ab-4ecd-86fb-b99a5733bc5a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:15,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-17c2d1a7-52ab-4ecd-86fb-b99a5733bc5a 2018-10-06 05:24:15,736 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:15,736 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:18,739 - create_instance - DEBUG - VM status query timeout in 863.810009956 2018-10-06 05:24:18,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:19,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-67e8ddc0-eac8-4707-8618-f2f330529769 x-compute-request-id: req-67e8ddc0-eac8-4707-8618-f2f330529769 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:19,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-67e8ddc0-eac8-4707-8618-f2f330529769 2018-10-06 05:24:19,262 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:19,262 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:22,265 - create_instance - DEBUG - VM status query timeout in 860.283864975 2018-10-06 05:24:22,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:22,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-6722e8f5-792e-447e-8305-31a5c0f98ede x-compute-request-id: req-6722e8f5-792e-447e-8305-31a5c0f98ede Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:22,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-6722e8f5-792e-447e-8305-31a5c0f98ede 2018-10-06 05:24:22,896 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:22,897 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:25,900 - create_instance - DEBUG - VM status query timeout in 856.649030924 2018-10-06 05:24:25,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:26,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-118424dc-c818-4580-a2c1-6c3c19e2ceea x-compute-request-id: req-118424dc-c818-4580-a2c1-6c3c19e2ceea Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:26,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-118424dc-c818-4580-a2c1-6c3c19e2ceea 2018-10-06 05:24:26,529 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:26,529 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:29,532 - create_instance - DEBUG - VM status query timeout in 853.01649189 2018-10-06 05:24:29,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:30,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-975d3547-9800-4361-8260-9c3827dd6414 x-compute-request-id: req-975d3547-9800-4361-8260-9c3827dd6414 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:30,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-975d3547-9800-4361-8260-9c3827dd6414 2018-10-06 05:24:30,134 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:30,134 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:33,138 - create_instance - DEBUG - VM status query timeout in 849.411373854 2018-10-06 05:24:33,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:33,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-0eed81d6-7796-4599-ae2e-020343ff8e94 x-compute-request-id: req-0eed81d6-7796-4599-ae2e-020343ff8e94 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:33,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-0eed81d6-7796-4599-ae2e-020343ff8e94 2018-10-06 05:24:33,664 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:33,664 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:36,664 - create_instance - DEBUG - VM status query timeout in 845.884824991 2018-10-06 05:24:36,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:36,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-a7853b66-bf55-4d71-894d-e840949d8a2f x-compute-request-id: req-a7853b66-bf55-4d71-894d-e840949d8a2f Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:36,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-a7853b66-bf55-4d71-894d-e840949d8a2f 2018-10-06 05:24:36,999 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:36,999 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:40,003 - create_instance - DEBUG - VM status query timeout in 842.546427965 2018-10-06 05:24:40,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:40,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-d7dbf5d3-1c3e-4d35-b756-e209d27f6bcc x-compute-request-id: req-d7dbf5d3-1c3e-4d35-b756-e209d27f6bcc Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:40,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-d7dbf5d3-1c3e-4d35-b756-e209d27f6bcc 2018-10-06 05:24:40,625 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:40,625 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:43,628 - create_instance - DEBUG - VM status query timeout in 838.921010971 2018-10-06 05:24:43,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:44,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-f5e79e43-1302-4a7d-abce-8cd31b3e2b42 x-compute-request-id: req-f5e79e43-1302-4a7d-abce-8cd31b3e2b42 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:44,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-f5e79e43-1302-4a7d-abce-8cd31b3e2b42 2018-10-06 05:24:44,177 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:44,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:47,181 - create_instance - DEBUG - VM status query timeout in 835.368428946 2018-10-06 05:24:47,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:47,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-bf51ab3a-8397-4571-a578-f6a5896c6061 x-compute-request-id: req-bf51ab3a-8397-4571-a578-f6a5896c6061 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:47,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-bf51ab3a-8397-4571-a578-f6a5896c6061 2018-10-06 05:24:47,708 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:47,708 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:50,711 - create_instance - DEBUG - VM status query timeout in 831.837932825 2018-10-06 05:24:50,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:51,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-fde24ccc-7f6f-46c4-a716-96da8c103317 x-compute-request-id: req-fde24ccc-7f6f-46c4-a716-96da8c103317 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:51,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-fde24ccc-7f6f-46c4-a716-96da8c103317 2018-10-06 05:24:51,414 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:51,414 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:54,417 - create_instance - DEBUG - VM status query timeout in 828.13179183 2018-10-06 05:24:54,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:55,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-04b87400-df89-40cb-83c9-77c29876bb4c x-compute-request-id: req-04b87400-df89-40cb-83c9-77c29876bb4c Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:55,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-04b87400-df89-40cb-83c9-77c29876bb4c 2018-10-06 05:24:55,087 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:55,087 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:24:58,090 - create_instance - DEBUG - VM status query timeout in 824.458805799 2018-10-06 05:24:58,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:24:58,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:24: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-b45caeb3-0ac4-456a-a4d1-cf785516fc12 x-compute-request-id: req-b45caeb3-0ac4-456a-a4d1-cf785516fc12 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:24:58,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-b45caeb3-0ac4-456a-a4d1-cf785516fc12 2018-10-06 05:24:58,596 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:24:58,596 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:01,599 - create_instance - DEBUG - VM status query timeout in 820.949696779 2018-10-06 05:25:01,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:02,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-4bc99f1e-cf5e-4297-8bac-45b129f40728 x-compute-request-id: req-4bc99f1e-cf5e-4297-8bac-45b129f40728 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:02,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-4bc99f1e-cf5e-4297-8bac-45b129f40728 2018-10-06 05:25:02,123 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:02,123 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:05,126 - create_instance - DEBUG - VM status query timeout in 817.422443867 2018-10-06 05:25:05,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:05,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-0d01c965-1af5-4a20-8d70-13b68ffe0cd6 x-compute-request-id: req-0d01c965-1af5-4a20-8d70-13b68ffe0cd6 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:05,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-0d01c965-1af5-4a20-8d70-13b68ffe0cd6 2018-10-06 05:25:05,574 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:05,574 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:08,577 - create_instance - DEBUG - VM status query timeout in 813.97168088 2018-10-06 05:25:08,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:09,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-72a38a58-d5d8-4564-8bad-2df920958e7a x-compute-request-id: req-72a38a58-d5d8-4564-8bad-2df920958e7a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:09,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-72a38a58-d5d8-4564-8bad-2df920958e7a 2018-10-06 05:25:09,265 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:09,265 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:12,268 - create_instance - DEBUG - VM status query timeout in 810.280614853 2018-10-06 05:25:12,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:12,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-6b6143d5-a7ba-4bba-a5c3-f2ac5f729ea1 x-compute-request-id: req-6b6143d5-a7ba-4bba-a5c3-f2ac5f729ea1 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:12,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-6b6143d5-a7ba-4bba-a5c3-f2ac5f729ea1 2018-10-06 05:25:12,634 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:12,634 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:15,638 - create_instance - DEBUG - VM status query timeout in 806.911271811 2018-10-06 05:25:15,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:16,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-6eef2efd-4ec5-4669-b68b-a5b23893ec17 x-compute-request-id: req-6eef2efd-4ec5-4669-b68b-a5b23893ec17 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:16,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-6eef2efd-4ec5-4669-b68b-a5b23893ec17 2018-10-06 05:25:16,422 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:16,422 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:19,426 - create_instance - DEBUG - VM status query timeout in 803.123340845 2018-10-06 05:25:19,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:20,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-633f4eaa-70a4-4769-b3e6-1a248d9e2880 x-compute-request-id: req-633f4eaa-70a4-4769-b3e6-1a248d9e2880 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:20,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-633f4eaa-70a4-4769-b3e6-1a248d9e2880 2018-10-06 05:25:20,034 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:20,035 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:23,038 - create_instance - DEBUG - VM status query timeout in 799.511129856 2018-10-06 05:25:23,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:23,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-191eb2a4-fed8-4a53-b1a0-6daada626b2f x-compute-request-id: req-191eb2a4-fed8-4a53-b1a0-6daada626b2f Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:23:44Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:23,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-191eb2a4-fed8-4a53-b1a0-6daada626b2f 2018-10-06 05:25:23,727 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - BUILD 2018-10-06 05:25:23,728 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:26,731 - create_instance - DEBUG - VM status query timeout in 795.818084955 2018-10-06 05:25:26,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:27,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-1fff3930-85af-4e10-94d5-e305d4894fe6 x-compute-request-id: req-1fff3930-85af-4e10-94d5-e305d4894fe6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:27,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-1fff3930-85af-4e10-94d5-e305d4894fe6 2018-10-06 05:25:27,195 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:27,196 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:27,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:27,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-b7810caf-1d56-48ce-b071-508698ba7755 x-compute-request-id: req-b7810caf-1d56-48ce-b071-508698ba7755 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:27,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-b7810caf-1d56-48ce-b071-508698ba7755 2018-10-06 05:25:27,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:27,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-715afd9b-3337-4b7d-8db7-d6b6ac8d4f8e Date: Sat, 06 Oct 2018 05:25: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:27,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-715afd9b-3337-4b7d-8db7-d6b6ac8d4f8e 2018-10-06 05:25:27,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:27,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320ab8ed-82d6-4ea6-ba8d-9f7c0b7e73c7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:27,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-320ab8ed-82d6-4ea6-ba8d-9f7c0b7e73c7 2018-10-06 05:25:27,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:27,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-acc119a3-4b21-4e1b-a8d1-8def0681f50d Date: Sat, 06 Oct 2018 05:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:27,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-acc119a3-4b21-4e1b-a8d1-8def0681f50d 2018-10-06 05:25:27,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-3e35847f-1d16-462d-b7f1-5bea0d5e0b6c Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:28,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-3e35847f-1d16-462d-b7f1-5bea0d5e0b6c 2018-10-06 05:25:28,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-d4972c53-c974-420f-b946-b09db6d240de Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:22Z", "admin_state_up": true, "updated_at": "2018-10-06T05:23:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "e2117607-46a2-403e-8a8b-0533f0f29d2d", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router"}]} 2018-10-06 05:25:28,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router used request id req-d4972c53-c974-420f-b946-b09db6d240de 2018-10-06 05:25:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fd4428-6d94-4ae6-b21c-af19822bdbad Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:28,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-c2fd4428-6d94-4ae6-b21c-af19822bdbad 2018-10-06 05:25:28,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-1013474b-188c-4c9e-b1fd-bb0e8d39619a Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"}]} 2018-10-06 05:25:28,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?device_id=e2117607-46a2-403e-8a8b-0533f0f29d2d used request id req-1013474b-188c-4c9e-b1fd-bb0e8d39619a 2018-10-06 05:25:28,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-892a1f87-cf15-4a02-9aa2-710f85f96e2e Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}} 2018-10-06 05:25:28,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add used request id req-892a1f87-cf15-4a02-9aa2-710f85f96e2e 2018-10-06 05:25:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a9865cee-bc1e-4660-873a-dcc6c994993f Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:25:28,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-a9865cee-bc1e-4660-873a-dcc6c994993f 2018-10-06 05:25:28,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-657101aa-c2f5-4144-8671-2f57e74c3db9 Date: Sat, 06 Oct 2018 05:25:28 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:25:28,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-657101aa-c2f5-4144-8671-2f57e74c3db9 2018-10-06 05:25:28,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:28,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-00d9e2ca-e8b0-47ee-9d2f-9ef2108e7167 x-compute-request-id: req-00d9e2ca-e8b0-47ee-9d2f-9ef2108e7167 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:28,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-00d9e2ca-e8b0-47ee-9d2f-9ef2108e7167 2018-10-06 05:25:28,960 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:28,960 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:28,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-7669fb34-ee7b-4982-a636-26cf07eb4b97 x-compute-request-id: req-7669fb34-ee7b-4982-a636-26cf07eb4b97 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:29,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-7669fb34-ee7b-4982-a636-26cf07eb4b97 2018-10-06 05:25:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-851441bc-4b78-4220-a87d-7a0b44c072c9 Date: Sat, 06 Oct 2018 05:25: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:29,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-851441bc-4b78-4220-a87d-7a0b44c072c9 2018-10-06 05:25:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a24e96-c928-408d-bec5-861d14ca9207 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:29,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-20a24e96-c928-408d-bec5-861d14ca9207 2018-10-06 05:25:29,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-657ae65f-934f-4a08-863f-a38ddf5a3952 Date: Sat, 06 Oct 2018 05:25:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:29,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-657ae65f-934f-4a08-863f-a38ddf5a3952 2018-10-06 05:25:29,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-f2159dd9-040c-44ae-bc53-f76bd39ede1e Date: Sat, 06 Oct 2018 05:25:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:29,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-f2159dd9-040c-44ae-bc53-f76bd39ede1e 2018-10-06 05:25:29,770 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-06 05:25:29,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f254a9ab-56cb-4971-b6ff-f8f9c13b824f Date: Sat, 06 Oct 2018 05:25:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:25:29,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=external used request id req-f254a9ab-56cb-4971-b6ff-f8f9c13b824f 2018-10-06 05:25:29,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:29,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-77413d30-aa73-4610-be44-e5fc95f3c82b Date: Sat, 06 Oct 2018 05:25:29 GMT RESP BODY: {"subnets":[]} 2018-10-06 05:25:29,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=a6517c0e-8c87-4fe1-b885-3a296982e720 used request id req-77413d30-aa73-4610-be44-e5fc95f3c82b 2018-10-06 05:25:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "port_id": "4dbf45ea-d47c-4aea-baa7-ba71592d88d4"}}' 2018-10-06 05:25:31,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-b9f61573-6e28-4e86-bcbf-b6e52a6520ba Date: Sat, 06 Oct 2018 05:25:31 GMT RESP BODY: {"floatingip": {"router_id": "e2117607-46a2-403e-8a8b-0533f0f29d2d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:25:30Z", "updated_at": "2018-10-06T05:25:30Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "208ace516b4247489ec2f2bd63279a96", "port_id": "4dbf45ea-d47c-4aea-baa7-ba71592d88d4", "id": "90c6a5aa-40ea-4fd0-8b41-8e5f57bc8272"}} 2018-10-06 05:25:31,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips used request id req-b9f61573-6e28-4e86-bcbf-b6e52a6520ba 2018-10-06 05:25:31,790 - create_instance - INFO - Created floating IP 172.30.9.202 via router - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:25:31,791 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-10-06 05:25:31,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:32,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-5197187b-2ecb-4f6c-bdfb-5889e07c3318 x-compute-request-id: req-5197187b-2ecb-4f6c-bdfb-5889e07c3318 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:32,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-5197187b-2ecb-4f6c-bdfb-5889e07c3318 2018-10-06 05:25:32,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:25:33,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-5fce5f56-5a42-4793-83a9-2d8ca1e5aa8f x-compute-request-id: req-5fce5f56-5a42-4793-83a9-2d8ca1e5aa8f Content-Encoding: gzip Content-Length: 8478 Content-Type: application/json RESP BODY: {"output": "[ 0.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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\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 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 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 s83968 r8192 d22528 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-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008015] AppArmor: AppArmor initialized\n[ 0.008848] Yama: becoming mindful.\n[ 0.010056] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013382] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014601] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016107] Initializing cgroup subsys memory\n[ 0.016983] Initializing cgroup subsys devices\n[ 0.017856] Initializing cgroup subsys freezer\n[ 0.018721] Initializing cgroup subsys blkio\n[ 0.019565] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.020928] FEATURE SPEC_CTRL Not Present\n[ 0.022409] mce: CPU supports 10 MCE banks\n[ 0.023243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.023243] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.025174] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Speculative Store Bypass: Vulnerable\n[ 0.029751] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034398] ACPI: Core revision 20131115\n[ 0.035613] ACPI: All ACPI Tables successfully acquired\n[ 0.036244] ftrace: allocating 28719 entries in 113 pages\n[ 0.056037] smpboot: Max logical packages: 2\n[ 0.056918] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058104] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060164] Enabling x2apic\n[ 0.060787] Enabled x2apic\n[ 0.061601] Switched APIC routing to physical x2apic.\n[ 0.063471] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066062] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.070950] KVM setup paravirtual spinlock\n[ 0.072965] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074504] x86: Booting SMP configuration:\n[ 0.075523] .... node #0, CPUs: #1[ 0.072958] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092019] x86: Booted up 1 node, 2 CPUs\n[ 0.092011] KVM setup async PF for cpu 1\n[ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094822] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096283] devtmpfs: initialized\n[ 0.099091] EVM: security.selinux\n[ 0.100005] EVM: security.SMACK64\n[ 0.100713] EVM: security.ima\n[ 0.101397] EVM: security.capability\n[ 0.102198] pinctrl core: initialized pinctrl subsystem\n[ 0.102198] regulator-dummy: no parameters\n[ 0.104059] RTC time: 5:25:23, date: 10/06/18\n[ 0.104993] NET: Registered protocol family 16\n[ 0.105971] cpuidle: using governor ladder\n[ 0.106810] cpuidle: using governor menu\n[ 0.107672] ACPI: bus type PCI registered\n[ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109267] PCI: Using configuration type 1 for base access\n[ 0.110837] bio: create slab at 0\n[ 0.110837] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112896] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113826] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.116080] ACPI: Interpreter enabled\n[ 0.116887] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.118850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.120550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.122496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.124006] ACPI: (supports S0 S5)\n[ 0.124889] ACPI: Using IOAPIC for interrupt routing\n[ 0.125892] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.127893] ACPI: No dock devices found.\n[ 0.129579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130774] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.132017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.133326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.135703] acpiphp: Slot [3] registered\n[ 0.136018] acpiphp: Slot [4] registered\n[ 0.136880] acpiphp: Slot [5] registered\n[ 0.137753] acpiphp: Slot [6] registered\n[ 0.138637] acpiphp: Slot [7] registered\n[ 0.139503] acpiphp: Slot [8] registered\n[ 0.140017] acpiphp: Slot [9] registered\n[ 0.140921] acpiphp: Slot [10] registered\n[ 0.141780] acpiphp: Slot [11] registered\n[ 0.142658] acpiphp: Slot [12] registered\n[ 0.143534] acpiphp: Slot [13] registered\n[ 0.144017] acpiphp: Slot [14] registered\n[ 0.144884] acpiphp: Slot [15] registered\n[ 0.145745] acpiphp: Slot [16] registered\n[ 0.146623] acpiphp: Slot [17] registered\n[ 0.147500] acpiphp: Slot [18] registered\n[ 0.148018] acpiphp: Slot [19] registered\n[ 0.148903] acpiphp: Slot [20] registered\n[ 0.149756] acpiphp: Slot [21] registered\n[ 0.150652] acpiphp: Slot [22] registered\n[ 0.151558] acpiphp: Slot [23] registered\n[ 0.152018] acpiphp: Slot [24] registered\n[ 0.152895] acpiphp: Slot [25] registered\n[ 0.153785] acpiphp: Slot [26] registered\n[ 0.154675] acpiphp: Slot [27] registered\n[ 0.155552] acpiphp: Slot [28] registered\n[ 0.156016] acpiphp: Slot [29] registered\n[ 0.156889] acpiphp: Slot [30] registered\n[ 0.157768] acpiphp: Slot [31] registered\n[ 0.158652] PCI host bridge to bus 0000:00\n[ 0.159560] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.161246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.162472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.163865] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.174231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.224826] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.226918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.228368] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.229877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.231349] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.232539] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.234041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.234041] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.236003] vgaarb: loaded\n[ 0.236647] vgaarb: bridge control possible 0000:00:02.0\n[ 0.237834] SCSI subsystem initialized\n[ 0.238658] ACPI: bus type USB registered\n[ 0.238658] usbcore: registered new interface driver usbfs\n[ 0.240008] usbcore: registered new interface driver hub\n[ 0.241099] usbcore: registered new device driver usb\n[ 0.241099] PCI: Using ACPI for IRQ routing\n[ 0.241099] NetLabel: Initializing\n[ 0.244003] NetLabel: domain hash size = 128\n[ 0.244896] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.245899] NetLabel: unlabeled traffic allowed by default\n[ 0.247025] Switched to clocksource kvm-clock\n[ 0.248763] AppArmor: AppArmor Filesystem Enabled\n[ 0.249794] pnp: PnP ACPI init\n[ 0.250511] ACPI: bus type PNP registered\n[ 0.251690] pnp: PnP ACPI: found 8 devices\n[ 0.252554] ACPI: bus type PNP unregistered\n[ 0.259752] NET: Registered protocol family 2\n[ 0.260792] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.262351] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263661] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.265314] TCP: reno registered\n[ 0.266033] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.267283] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268585] NET: Registered protocol family 1\n[ 0.269500] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271816] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314676] Trying to unpack rootfs image as initramfs...\n[ 0.393295] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.395018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.396201] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.398079] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.399860] Scanning for low memory corruption every 60 seconds\n[ 0.401786] Initialise system trusted keyring\n[ 0.403211] audit: initializing netlink socket (disabled)\n[ 0.404851] type=2000 audit(1538803524.067:1): initialized\n[ 0.423068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.425705] zbud: loaded\n[ 0.426794] VFS: Disk quotas dquot_6.5.2\n[ 0.428061] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.430274] fuse init (API version 7.22)\n[ 0.431579] msgmni has been set to 3997\n[ 0.432851] Key type big_key registered\n[ 0.434356] Key type asymmetric registered\n[ 0.435651] Asymmetric key parser 'x509' registered\n[ 0.437111] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.439188] io scheduler noop registered\n[ 0.440039] io scheduler deadline registered (default)\n[ 0.441079] io scheduler cfq registered\n[ 0.441942] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.443030] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.444356] ipmi message handler version 39.2\n[ 0.445307] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.446842] ACPI: Power Button [PWRF]\n[ 0.447731] GHES: HEST is not enabled!\n[ 0.468890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.511276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.513123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.537203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.539341] Linux agpgart interface v0.103\n[ 0.540876] brd: module loaded\n[ 0.541893] loop: module loaded\n[ 0.542860] blk-mq: CPU -> queue map\n[ 0.543656] CPU 0 -> Queue 0\n[ 0.544339] CPU 1 -> Queue 0\n[ 0.545521] vda: vda1\n[ 0.547003] scsi0 : ata_piix\n[ 0.547846] scsi1 : ata_piix\n[ 0.548648] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.550172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.551902] libphy: Fixed MDIO Bus: probed\n[ 0.553346] tun: Universal TUN/TAP device driver, 1.6\n[ 0.554550] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.556774] PPP generic driver version 2.4.2\n[ 0.557925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.559443] ehci-pci: EHCI PCI platform driver\n[ 0.560547] ehci-platform: EHCI generic platform driver\n[ 0.561800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.563238] ohci-pci: OHCI PCI platform driver\n[ 0.564338] ohci-platform: OHCI generic platform driver\n[ 0.565586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.587883] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.589156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.591058] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.592472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.594041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.595832] usb usb1: Product: UHCI Host Controller\n[ 0.597024] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd\n[ 0.598580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.599772] hub 1-0:1.0: USB hub found\n[ 0.600754] hub 1-0:1.0: 2 ports detected\n[ 0.601866] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.604388] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.605600] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.606929] mousedev: PS/2 mouse device common for all mice\n[ 0.608796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.611579] rtc_cmos 00:00: RTC can wake from S4\n[ 0.613189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.615042] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.616968] device-mapper: uevent: version 1.0.3\n[ 0.618425] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.620881] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.622093] TCP: cubic registered\n[ 0.622860] NET: Registered protocol family 10\n[ 0.623857] NET: Registered protocol family 17\n[ 0.624778] Key type dns_resolver registered\n[ 0.625817] Loading compiled-in X.509 certificates\n[ 0.627271] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f'\n[ 0.629107] registered taskstats version 1\n[ 0.631345] Key type trusted registered\n[ 0.634380] Key type encrypted registered\n[ 0.635225] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.636298] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.637683] regulator-dummy: disabling\n[ 0.638526] Magic number: 6:377:415\n[ 0.646133] rtc_cmos 00:00: setting system clock to 2018-10-06 05:25:23 UTC (1538803523)\n[ 0.647801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.648986] EDD information not available.\n[ 0.708822] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.710423] Write protecting the kernel read-only data: 12288k\n[ 0.711788] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.714288] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.726268] systemd-udevd[107]: starting version 204\n[ 0.768556] FDC 0 is a S82078B\n[ 0.912055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.075534] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.077182] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.078544] usb 1-1: Product: QEMU USB Tablet\n[ 1.079427] usb 1-1: Manufacturer: QEMU\n[ 1.080249] usb 1-1: SerialNumber: 42\n[ 1.392081] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.784958] 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.008202] 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.118284] random: init urandom read with 10 bits of entropy available\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 * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.213663] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[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 Sat, 06 Oct 2018 05:25:25 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.72]: 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 ]\ncloud-init-nonet[3.32]: static networking is now up\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:25:26 +0000. Up 3.48 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.9 | 255.255.255.0 | fa:16:3e:eb:4f:1c |\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.2 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\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"} 2018-10-06 05:25:33,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action used request id req-5fce5f56-5a42-4793-83a9-2d8ca1e5aa8f 2018-10-06 05:25:33,339 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-06 05:25:33,339 - 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-158-generic (buildd@lgw01-amd64-031) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #208-Ubuntu SMP Fri Aug 24 17:07:38 UTC 2018 (Ubuntu 3.13.0-158.208-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-158-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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 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 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 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 s83968 r8192 d22528 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-158-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: 2039680K/2096616K available (7481K kernel code, 1162K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K 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.008015] AppArmor: AppArmor initialized [ 0.008848] Yama: becoming mindful. [ 0.010056] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013382] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014601] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016107] Initializing cgroup subsys memory [ 0.016983] Initializing cgroup subsys devices [ 0.017856] Initializing cgroup subsys freezer [ 0.018721] Initializing cgroup subsys blkio [ 0.019565] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.020928] FEATURE SPEC_CTRL Not Present [ 0.022409] mce: CPU supports 10 MCE banks [ 0.023243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.023243] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.025174] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Speculative Store Bypass: Vulnerable [ 0.029751] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034398] ACPI: Core revision 20131115 [ 0.035613] ACPI: All ACPI Tables successfully acquired [ 0.036244] ftrace: allocating 28719 entries in 113 pages [ 0.056037] smpboot: Max logical packages: 2 [ 0.056918] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058104] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060164] Enabling x2apic [ 0.060787] Enabled x2apic [ 0.061601] Switched APIC routing to physical x2apic. [ 0.063471] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066062] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.070950] KVM setup paravirtual spinlock [ 0.072965] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074504] x86: Booting SMP configuration: [ 0.075523] .... node #0, CPUs: #1[ 0.072958] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092019] x86: Booted up 1 node, 2 CPUs [ 0.092011] KVM setup async PF for cpu 1 [ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094822] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096283] devtmpfs: initialized [ 0.099091] EVM: security.selinux [ 0.100005] EVM: security.SMACK64 [ 0.100713] EVM: security.ima [ 0.101397] EVM: security.capability [ 0.102198] pinctrl core: initialized pinctrl subsystem [ 0.102198] regulator-dummy: no parameters [ 0.104059] RTC time: 5:25:23, date: 10/06/18 [ 0.104993] NET: Registered protocol family 16 [ 0.105971] cpuidle: using governor ladder [ 0.106810] cpuidle: using governor menu [ 0.107672] ACPI: bus type PCI registered [ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109267] PCI: Using configuration type 1 for base access [ 0.110837] bio: create slab at 0 [ 0.110837] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112896] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113826] ACPI: Added _OSI(Processor Aggregator Device) [ 0.116080] ACPI: Interpreter enabled [ 0.116887] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.118850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.120550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.122496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.124006] ACPI: (supports S0 S5) [ 0.124889] ACPI: Using IOAPIC for interrupt routing [ 0.125892] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.127893] ACPI: No dock devices found. [ 0.129579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130774] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.132017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.133326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.135703] acpiphp: Slot [3] registered [ 0.136018] acpiphp: Slot [4] registered [ 0.136880] acpiphp: Slot [5] registered [ 0.137753] acpiphp: Slot [6] registered [ 0.138637] acpiphp: Slot [7] registered [ 0.139503] acpiphp: Slot [8] registered [ 0.140017] acpiphp: Slot [9] registered [ 0.140921] acpiphp: Slot [10] registered [ 0.141780] acpiphp: Slot [11] registered [ 0.142658] acpiphp: Slot [12] registered [ 0.143534] acpiphp: Slot [13] registered [ 0.144017] acpiphp: Slot [14] registered [ 0.144884] acpiphp: Slot [15] registered [ 0.145745] acpiphp: Slot [16] registered [ 0.146623] acpiphp: Slot [17] registered [ 0.147500] acpiphp: Slot [18] registered [ 0.148018] acpiphp: Slot [19] registered [ 0.148903] acpiphp: Slot [20] registered [ 0.149756] acpiphp: Slot [21] registered [ 0.150652] acpiphp: Slot [22] registered [ 0.151558] acpiphp: Slot [23] registered [ 0.152018] acpiphp: Slot [24] registered [ 0.152895] acpiphp: Slot [25] registered [ 0.153785] acpiphp: Slot [26] registered [ 0.154675] acpiphp: Slot [27] registered [ 0.155552] acpiphp: Slot [28] registered [ 0.156016] acpiphp: Slot [29] registered [ 0.156889] acpiphp: Slot [30] registered [ 0.157768] acpiphp: Slot [31] registered [ 0.158652] PCI host bridge to bus 0000:00 [ 0.159560] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.161246] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.162472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.163865] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.174231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.224826] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.226918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.228368] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.229877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.231349] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.232539] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.234041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.234041] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.236003] vgaarb: loaded [ 0.236647] vgaarb: bridge control possible 0000:00:02.0 [ 0.237834] SCSI subsystem initialized [ 0.238658] ACPI: bus type USB registered [ 0.238658] usbcore: registered new interface driver usbfs [ 0.240008] usbcore: registered new interface driver hub [ 0.241099] usbcore: registered new device driver usb [ 0.241099] PCI: Using ACPI for IRQ routing [ 0.241099] NetLabel: Initializing [ 0.244003] NetLabel: domain hash size = 128 [ 0.244896] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.245899] NetLabel: unlabeled traffic allowed by default [ 0.247025] Switched to clocksource kvm-clock [ 0.248763] AppArmor: AppArmor Filesystem Enabled [ 0.249794] pnp: PnP ACPI init [ 0.250511] ACPI: bus type PNP registered [ 0.251690] pnp: PnP ACPI: found 8 devices [ 0.252554] ACPI: bus type PNP unregistered [ 0.259752] NET: Registered protocol family 2 [ 0.260792] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.262351] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263661] TCP: Hash tables configured (established 16384 bind 16384) [ 0.265314] TCP: reno registered [ 0.266033] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.267283] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268585] NET: Registered protocol family 1 [ 0.269500] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270655] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271816] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314676] Trying to unpack rootfs image as initramfs... [ 0.393295] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.395018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.396201] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.398079] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.399860] Scanning for low memory corruption every 60 seconds [ 0.401786] Initialise system trusted keyring [ 0.403211] audit: initializing netlink socket (disabled) [ 0.404851] type=2000 audit(1538803524.067:1): initialized [ 0.423068] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.425705] zbud: loaded [ 0.426794] VFS: Disk quotas dquot_6.5.2 [ 0.428061] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.430274] fuse init (API version 7.22) [ 0.431579] msgmni has been set to 3997 [ 0.432851] Key type big_key registered [ 0.434356] Key type asymmetric registered [ 0.435651] Asymmetric key parser 'x509' registered [ 0.437111] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.439188] io scheduler noop registered [ 0.440039] io scheduler deadline registered (default) [ 0.441079] io scheduler cfq registered [ 0.441942] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.443030] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.444356] ipmi message handler version 39.2 [ 0.445307] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.446842] ACPI: Power Button [PWRF] [ 0.447731] GHES: HEST is not enabled! [ 0.468890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.511276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.513123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.537203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.539341] Linux agpgart interface v0.103 [ 0.540876] brd: module loaded [ 0.541893] loop: module loaded [ 0.542860] blk-mq: CPU -> queue map [ 0.543656] CPU 0 -> Queue 0 [ 0.544339] CPU 1 -> Queue 0 [ 0.545521] vda: vda1 [ 0.547003] scsi0 : ata_piix [ 0.547846] scsi1 : ata_piix [ 0.548648] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.550172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.551902] libphy: Fixed MDIO Bus: probed [ 0.553346] tun: Universal TUN/TAP device driver, 1.6 [ 0.554550] tun: (C) 1999-2004 Max Krasnyansky [ 0.556774] PPP generic driver version 2.4.2 [ 0.557925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.559443] ehci-pci: EHCI PCI platform driver [ 0.560547] ehci-platform: EHCI generic platform driver [ 0.561800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.563238] ohci-pci: OHCI PCI platform driver [ 0.564338] ohci-platform: OHCI generic platform driver [ 0.565586] uhci_hcd: USB Universal Host Controller Interface driver [ 0.587883] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.589156] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.591058] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.592472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.594041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.595832] usb usb1: Product: UHCI Host Controller [ 0.597024] usb usb1: Manufacturer: Linux 3.13.0-158-generic uhci_hcd [ 0.598580] usb usb1: SerialNumber: 0000:00:01.2 [ 0.599772] hub 1-0:1.0: USB hub found [ 0.600754] hub 1-0:1.0: 2 ports detected [ 0.601866] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.604388] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.605600] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.606929] mousedev: PS/2 mouse device common for all mice [ 0.608796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.611579] rtc_cmos 00:00: RTC can wake from S4 [ 0.613189] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.615042] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.616968] device-mapper: uevent: version 1.0.3 [ 0.618425] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.620881] ledtrig-cpu: registered to indicate activity on CPUs [ 0.622093] TCP: cubic registered [ 0.622860] NET: Registered protocol family 10 [ 0.623857] NET: Registered protocol family 17 [ 0.624778] Key type dns_resolver registered [ 0.625817] Loading compiled-in X.509 certificates [ 0.627271] Loaded X.509 cert 'Magrathea: Glacier signing key: d7a84854682fa67fc9074b4067f0fa3467f2e27f' [ 0.629107] registered taskstats version 1 [ 0.631345] Key type trusted registered [ 0.634380] Key type encrypted registered [ 0.635225] AppArmor: AppArmor sha1 policy hashing enabled [ 0.636298] IMA: No TPM chip found, activating TPM-bypass! [ 0.637683] regulator-dummy: disabling [ 0.638526] Magic number: 6:377:415 [ 0.646133] rtc_cmos 00:00: setting system clock to 2018-10-06 05:25:23 UTC (1538803523) [ 0.647801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.648986] EDD information not available. [ 0.708822] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.710423] Write protecting the kernel read-only data: 12288k [ 0.711788] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.714288] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.726268] systemd-udevd[107]: starting version 204 [ 0.768556] FDC 0 is a S82078B [ 0.912055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.075534] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.077182] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.078544] usb 1-1: Product: QEMU USB Tablet [ 1.079427] usb 1-1: Manufacturer: QEMU [ 1.080249] usb 1-1: SerialNumber: 42 [ 1.392081] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 1.784958] 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.008202] 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.118284] random: init urandom read with 10 bits of entropy available * 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 ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.213663] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 05:25:25 +0000. Up 2.55 seconds. cloud-init-nonet[2.72]: 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 ] cloud-init-nonet[3.32]: static networking is now up * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:25:26 +0000. Up 3.48 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.9 | 255.255.255.0 | fa:16:3e:eb:4f:1c | 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.2 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] 2018-10-06 05:25:33,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:33,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-d95afa99-cb73-4b29-94f6-dbccc3ac8b6a x-compute-request-id: req-d95afa99-cb73-4b29-94f6-dbccc3ac8b6a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:33,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-d95afa99-cb73-4b29-94f6-dbccc3ac8b6a 2018-10-06 05:25:33,891 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:33,891 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:33,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-4b81ca94-9352-4066-b003-b95d34199db9 x-compute-request-id: req-4b81ca94-9352-4066-b003-b95d34199db9 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:34,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-4b81ca94-9352-4066-b003-b95d34199db9 2018-10-06 05:25:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2d738133-cc16-4263-92b9-8ac0ea31eaf3 Date: Sat, 06 Oct 2018 05:25: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:34,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-2d738133-cc16-4263-92b9-8ac0ea31eaf3 2018-10-06 05:25:34,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58de14a4-3131-4844-b986-a80d106671d5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:34,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-58de14a4-3131-4844-b986-a80d106671d5 2018-10-06 05:25:34,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2544e3f2-3c42-4147-a7a7-bd0710a34505 Date: Sat, 06 Oct 2018 05:25:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:34,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-2544e3f2-3c42-4147-a7a7-bd0710a34505 2018-10-06 05:25:34,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-17ce6cfd-8ee1-4844-874a-982ad3634d01 Date: Sat, 06 Oct 2018 05:25:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:34,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-17ce6cfd-8ee1-4844-874a-982ad3634d01 2018-10-06 05:25:34,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:34,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-ce3578fe-3a35-4ffa-8778-261ad2458238 x-compute-request-id: req-ce3578fe-3a35-4ffa-8778-261ad2458238 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:34,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-ce3578fe-3a35-4ffa-8778-261ad2458238 2018-10-06 05:25:34,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:35,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1ace4d2a-ab16-4a40-935b-b1325cec0eca Date: Sat, 06 Oct 2018 05:25: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:35,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-1ace4d2a-ab16-4a40-935b-b1325cec0eca 2018-10-06 05:25:35,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:35,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b43317-3036-438c-8168-7b9e4cf6d424 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:35,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-87b43317-3036-438c-8168-7b9e4cf6d424 2018-10-06 05:25:35,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:35,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-25ca8e71-2ba6-4145-ad7d-78ae440bce9b Date: Sat, 06 Oct 2018 05:25:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:35,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-25ca8e71-2ba6-4145-ad7d-78ae440bce9b 2018-10-06 05:25:35,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:35,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-099c9b95-1e68-45f9-b84f-aae40e5b3ee4 Date: Sat, 06 Oct 2018 05:25:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:35,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-099c9b95-1e68-45f9-b84f-aae40e5b3ee4 2018-10-06 05:25:35,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}}' 2018-10-06 05:25:36,465 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:25: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-e1b2535a-1e6a-48da-93ef-a9644007dd7e x-compute-request-id: req-e1b2535a-1e6a-48da-93ef-a9644007dd7e Content-Length: 0 Content-Type: application/json 2018-10-06 05:25:36,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action used request id req-e1b2535a-1e6a-48da-93ef-a9644007dd7e 2018-10-06 05:25:36,466 - create_instance - INFO - Checking if VM is active 2018-10-06 05:25:36,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:36,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-b276d263-4dd6-4bce-9f58-3c534473228a x-compute-request-id: req-b276d263-4dd6-4bce-9f58-3c534473228a Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:36,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-b276d263-4dd6-4bce-9f58-3c534473228a 2018-10-06 05:25:36,943 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:36,943 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:36,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:37,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-a2ef62bd-43c8-46e2-9b41-995ca4a5b4c5 x-compute-request-id: req-a2ef62bd-43c8-46e2-9b41-995ca4a5b4c5 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:37,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-a2ef62bd-43c8-46e2-9b41-995ca4a5b4c5 2018-10-06 05:25:37,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:37,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-348e48d6-a5d5-43ac-9ff5-e0c15272dd1d Date: Sat, 06 Oct 2018 05: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:37,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-348e48d6-a5d5-43ac-9ff5-e0c15272dd1d 2018-10-06 05:25:37,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:37,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ee667f-5b90-4645-a484-6b3367abf307 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:37,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-a4ee667f-5b90-4645-a484-6b3367abf307 2018-10-06 05:25:37,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:37,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9075dcf9-3eb4-404e-bcef-4f62fdbc1315 Date: Sat, 06 Oct 2018 05:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:37,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-9075dcf9-3eb4-404e-bcef-4f62fdbc1315 2018-10-06 05:25:37,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:37,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-af13dbfe-8df3-44dc-83d3-011a558f6e2b Date: Sat, 06 Oct 2018 05:25:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["473f8cad-c4c2-4e01-bf07-9db7487b108f","89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:37,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-af13dbfe-8df3-44dc-83d3-011a558f6e2b 2018-10-06 05:25:37,772 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:25:38,778 - paramiko.transport - DEBUG - starting thread (client mode): 0x735afb50L 2018-10-06 05:25:38,779 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:25:38,785 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:25:38,785 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:25:38,786 - 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-10-06 05:25:38,787 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:25:38,787 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:25:38,787 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:25:38,787 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:25:38,787 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:25:38,828 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:25:38,829 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:25:38,843 - paramiko.transport - DEBUG - Trying key a1c80095646f93d39cffd4c817a62473 from tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1 2018-10-06 05:25:38,868 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:25:38,898 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:25:38,999 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:25:39,022 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:25:39,022 - create_instance - INFO - Checking if cloud-init has completed 2018-10-06 05:25:39,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:39,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-4e520429-8ddc-4125-b6f4-920cd0686cf3 x-compute-request-id: req-4e520429-8ddc-4125-b6f4-920cd0686cf3 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:39,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-4e520429-8ddc-4125-b6f4-920cd0686cf3 2018-10-06 05:25:39,503 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:39,503 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:39,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:39,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-8cbbbdc7-b3bc-486f-9c52-15a6af21335d x-compute-request-id: req-8cbbbdc7-b3bc-486f-9c52-15a6af21335d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:39,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-8cbbbdc7-b3bc-486f-9c52-15a6af21335d 2018-10-06 05:25:39,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:39,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-df1b6023-bad5-4953-998d-da113981e5e5 Date: Sat, 06 Oct 2018 05: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:39,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-df1b6023-bad5-4953-998d-da113981e5e5 2018-10-06 05:25:39,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:40,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7e2896-5504-4b88-8351-259029f279fc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:40,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-ec7e2896-5504-4b88-8351-259029f279fc 2018-10-06 05:25:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:40,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af298bd0-1bc3-4141-b82a-98e6e643653b Date: Sat, 06 Oct 2018 05:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:40,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-af298bd0-1bc3-4141-b82a-98e6e643653b 2018-10-06 05:25:40,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:40,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-d192bd84-f4ad-4140-8626-803d449222a5 Date: Sat, 06 Oct 2018 05:25:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["473f8cad-c4c2-4e01-bf07-9db7487b108f","89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:40,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-d192bd84-f4ad-4140-8626-803d449222a5 2018-10-06 05:25:40,346 - create_instance - INFO - Checking if VM is active 2018-10-06 05:25:40,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:40,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-f27eae0a-9fe8-4b81-bc24-6154f6ef4a0e x-compute-request-id: req-f27eae0a-9fe8-4b81-bc24-6154f6ef4a0e Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:40,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-f27eae0a-9fe8-4b81-bc24-6154f6ef4a0e 2018-10-06 05:25:40,828 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:40,828 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:40,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:41,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-ad32a406-4665-4749-88d2-6ae96d1b039c x-compute-request-id: req-ad32a406-4665-4749-88d2-6ae96d1b039c Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:41,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-ad32a406-4665-4749-88d2-6ae96d1b039c 2018-10-06 05:25:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:41,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7f36448b-93f7-4625-87ce-328cde205891 Date: Sat, 06 Oct 2018 05: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:41,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-7f36448b-93f7-4625-87ce-328cde205891 2018-10-06 05:25:41,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:41,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64226c22-38f1-4594-b40e-fd2bfd49681a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:41,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-64226c22-38f1-4594-b40e-fd2bfd49681a 2018-10-06 05:25:41,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:41,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-048808fa-6417-4fad-b10a-9695d01019eb Date: Sat, 06 Oct 2018 05:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:41,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-048808fa-6417-4fad-b10a-9695d01019eb 2018-10-06 05:25:41,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:41,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-ddd2975b-6630-4ed6-a7fc-9e05ebdcf27f Date: Sat, 06 Oct 2018 05:25:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["473f8cad-c4c2-4e01-bf07-9db7487b108f","89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:41,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-ddd2975b-6630-4ed6-a7fc-9e05ebdcf27f 2018-10-06 05:25:41,726 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:25:41,728 - paramiko.transport - DEBUG - starting thread (client mode): 0x735afb50L 2018-10-06 05:25:41,728 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:25:41,731 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:25:41,731 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:25:41,732 - 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-10-06 05:25:41,733 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:25:41,733 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:25:41,733 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:25:41,733 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:25:41,733 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:25:41,775 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:25:41,776 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:25:41,793 - paramiko.transport - DEBUG - Trying key a1c80095646f93d39cffd4c817a62473 from tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1 2018-10-06 05:25:41,816 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:25:41,822 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:25:41,922 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:25:41,938 - create_instance - INFO - SSH is active for VM instance 2018-10-06 05:25:41,938 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:25:41,940 - paramiko.transport - DEBUG - starting thread (client mode): 0x735af210L 2018-10-06 05:25:41,941 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:25:41,943 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:25:41,943 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:25:41,945 - 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-10-06 05:25:41,945 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:25:41,945 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:25:41,945 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:25:41,945 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:25:41,945 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:25:41,987 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:25:41,987 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:25:42,005 - paramiko.transport - DEBUG - Trying key a1c80095646f93d39cffd4c817a62473 from tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1 2018-10-06 05:25:42,024 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:25:42,029 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:25:42,037 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:25:42,196 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:25:42,196 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:25:42,203 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:25:42,213 - create_instance - INFO - cloud-init complete for VM instance 2018-10-06 05:25:42,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:42,219 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:25:42,220 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 05:25:42,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8271b2b7-39a9-4414-b593-a51b6ab1b5bf x-compute-request-id: req-8271b2b7-39a9-4414-b593-a51b6ab1b5bf Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:42,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-8271b2b7-39a9-4414-b593-a51b6ab1b5bf 2018-10-06 05:25:42,682 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:42,682 - create_instance - INFO - VM is - ACTIVE 2018-10-06 05:25:42,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:43,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08e32115-f078-4434-9662-031e5e8f2b40 x-compute-request-id: req-08e32115-f078-4434-9662-031e5e8f2b40 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:43,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-08e32115-f078-4434-9662-031e5e8f2b40 2018-10-06 05:25:43,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:43,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a0b2c36d-3c6f-427d-b72b-acc208e81a7b Date: Sat, 06 Oct 2018 05: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:43,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-a0b2c36d-3c6f-427d-b72b-acc208e81a7b 2018-10-06 05:25:43,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:43,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eaef3e0-aac3-4a38-b8fc-c79ff0a907ac Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:43,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-5eaef3e0-aac3-4a38-b8fc-c79ff0a907ac 2018-10-06 05:25:43,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:43,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eccb172d-65f4-411c-b769-23b384dd2793 Date: Sat, 06 Oct 2018 05:25:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:43,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-eccb172d-65f4-411c-b769-23b384dd2793 2018-10-06 05:25:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:43,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-551e82d5-255a-45bf-bfc9-9a90355ff43c Date: Sat, 06 Oct 2018 05:25:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["473f8cad-c4c2-4e01-bf07-9db7487b108f","89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:43,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-551e82d5-255a-45bf-bfc9-9a90355ff43c 2018-10-06 05:25:43,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:44,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9c5b561-6ce7-4f39-8037-ef2da6ed2945 x-compute-request-id: req-c9c5b561-6ce7-4f39-8037-ef2da6ed2945 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:44,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-c9c5b561-6ce7-4f39-8037-ef2da6ed2945 2018-10-06 05:25:44,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:44,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-666c458d-995e-4944-b497-7048f7550748 Date: Sat, 06 Oct 2018 05:25: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":["22a212c8-0677-4643-b171-af7845368add"],"updated_at":"2018-10-06T05:23:19Z","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"208ace516b4247489ec2f2bd63279a96","id":"5d6f4396-7ee6-416c-945c-afca999eff84","name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net"}]} 2018-10-06 05:25:44,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks?name=AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net used request id req-666c458d-995e-4944-b497-7048f7550748 2018-10-06 05:25:44,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:44,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705deba5-0a79-43b6-a4fd-5ebdac9da2fb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:25:44,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-705deba5-0a79-43b6-a4fd-5ebdac9da2fb 2018-10-06 05:25:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:44,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6fe9f7fc-138a-4b2c-884b-e2f150f5d5db Date: Sat, 06 Oct 2018 05:25:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:19Z","dns_nameservers":[],"updated_at":"2018-10-06T05:23: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":"208ace516b4247489ec2f2bd63279a96","id":"22a212c8-0677-4643-b171-af7845368add","subnetpool_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet"}]} 2018-10-06 05:25:44,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-6fe9f7fc-138a-4b2c-884b-e2f150f5d5db 2018-10-06 05:25:44,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:44,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-3ad8d179-8153-402e-8053-18d602a5025d Date: Sat, 06 Oct 2018 05:25:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.1"}],"id":"241fe8dd-883d-4bad-abbe-43b0e2099200","security_groups":[],"mac_address":"fa:16:3e:5d:e7:86","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:28Z","binding:vnic_type":"normal","device_id":"e2117607-46a2-403e-8a8b-0533f0f29d2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:25:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.9"}],"id":"4dbf45ea-d47c-4aea-baa7-ba71592d88d4","security_groups":["473f8cad-c4c2-4e01-bf07-9db7487b108f","89cb5819-1ae5-4db8-bb0e-cbf8623a6190"],"mac_address":"fa:16:3e:eb:4f:1c","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:39Z","binding:vnic_type":"normal","device_id":"d71c590f-e291-4903-bfc9-cfe3f07a656c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.2"}],"id":"bd9ff168-5ae6-4044-aac2-94052872282a","security_groups":[],"mac_address":"fa:16:3e:c2:c0:a0","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.4"}],"id":"d4a9ccc1-0d93-44f6-97f0-a6577f334e14","security_groups":[],"mac_address":"fa:16:3e:c3:2d:70","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d6f4396-7ee6-416c-945c-afca999eff84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:23:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"22a212c8-0677-4643-b171-af7845368add","ip_address":"10.55.1.3"}],"id":"eeb80d78-93ca-4bce-9aed-70bdd695469f","security_groups":[],"mac_address":"fa:16:3e:2f:08:d3","project_id":"208ace516b4247489ec2f2bd63279a96","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d6f4396-7ee6-416c-945c-afca999eff84","tenant_id":"208ace516b4247489ec2f2bd63279a96","created_at":"2018-10-06T05:23:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d6f4396-7ee6-416c-945c-afca999eff84"}]} 2018-10-06 05:25:44,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports?network_id=5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-3ad8d179-8153-402e-8053-18d602a5025d 2018-10-06 05:25:44,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}}' 2018-10-06 05:25:44,949 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sat, 06 Oct 2018 05:25: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-ce81761a-3d20-4761-a5ee-5da76eda4596 x-compute-request-id: req-ce81761a-3d20-4761-a5ee-5da76eda4596 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: '473f8cad-c4c2-4e01-bf07-9db7487b108f'.\nNeutron server returns request_ids: ['req-7b4990dc-f66b-47a7-9c4d-e42a28e71148']", "code": 400}} 2018-10-06 05:25:44,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c/action used request id req-ce81761a-3d20-4761-a5ee-5da76eda4596 2018-10-06 05:25:44,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:45,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-85180794-3b7d-45c7-9326-6279969a7602 x-compute-request-id: req-85180794-3b7d-45c7-9326-6279969a7602 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:4f:1c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "security_groups": [{"name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp"}, {"name": "default"}], "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:26Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:45,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-85180794-3b7d-45c7-9326-6279969a7602 2018-10-06 05:25:45,227 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp] already added to VM [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] 2018-10-06 05:25:45,232 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-10-06 05:25:45,233 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-10-06 05:25:46,575 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-06 05:25:46,577 - paramiko.transport - DEBUG - starting thread (client mode): 0x7352ced0L 2018-10-06 05:25:46,578 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:25:46,580 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-06 05:25:46,581 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-06 05:25:46,582 - 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-10-06 05:25:46,582 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:25:46,582 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:25:46,582 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:25:46,583 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:25:46,583 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:25:46,623 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:25:46,624 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:25:46,642 - paramiko.transport - DEBUG - Trying key a1c80095646f93d39cffd4c817a62473 from tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1 2018-10-06 05:25:46,664 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:25:46,670 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:25:46,675 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:25:46,836 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:25:46,837 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:25:46,840 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:25:46,854 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:25:46,854 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 05:25:46,955 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:25:46,970 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-10-06 05:25:46,970 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-10-06 05:25:46,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/floatingips/90c6a5aa-40ea-4fd0-8b41-8e5f57bc8272 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:47,851 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c846c7c3-3ae1-42cd-941e-12c04404a0d2 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:47,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/90c6a5aa-40ea-4fd0-8b41-8e5f57bc8272 used request id req-c846c7c3-3ae1-42cd-941e-12c04404a0d2 2018-10-06 05:25:47,852 - create_instance - INFO - Deleting Port with ID - 4dbf45ea-d47c-4aea-baa7-ba71592d88d4 2018-10-06 05:25:47,852 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-port-1 2018-10-06 05:25:47,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/ports/4dbf45ea-d47c-4aea-baa7-ba71592d88d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:48,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b54fd3e-859e-4019-9065-8f903a926cf6 Date: Sat, 06 Oct 2018 05:25:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:48,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/ports/4dbf45ea-d47c-4aea-baa7-ba71592d88d4 used request id req-9b54fd3e-859e-4019-9065-8f903a926cf6 2018-10-06 05:25:48,323 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst 2018-10-06 05:25:48,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:48,464 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:25: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-963227f4-d68f-40c3-a9c3-b9209e8585f2 x-compute-request-id: req-963227f4-d68f-40c3-a9c3-b9209e8585f2 Content-Type: application/json 2018-10-06 05:25:48,464 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-963227f4-d68f-40c3-a9c3-b9209e8585f2 2018-10-06 05:25:48,465 - create_instance - INFO - Checking deletion status 2018-10-06 05:25:48,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:48,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:25: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-4e484709-2ffe-410b-92b1-7cd0a1b6f236 x-compute-request-id: req-4e484709-2ffe-410b-92b1-7cd0a1b6f236 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.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c", "rel": "bookmark"}], "image": {"id": "902741c7-033e-4273-a9ee-5d39142ac6af", "links": [{"href": "http://172.30.9.29:8774/images/902741c7-033e-4273-a9ee-5d39142ac6af", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:25:23.000000", "flavor": {"id": "13969cff-42dc-4817-af66-29ed2dc249f3", "links": [{"href": "http://172.30.9.29:8774/flavors/13969cff-42dc-4817-af66-29ed2dc249f3", "rel": "bookmark"}]}, "id": "d71c590f-e291-4903-bfc9-cfe3f07a656c", "user_id": "0bbe6a156eef41dcbee73c8c80030774", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:25:48Z", "hostId": "bca6f58a7f8d1c585016f94cda1b344313c73f75a355fa0b95da4371", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp", "name": "AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst", "created": "2018-10-06T05:23:42Z", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-06 05:25:48,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-4e484709-2ffe-410b-92b1-7cd0a1b6f236 2018-10-06 05:25:48,928 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst] is - ACTIVE 2018-10-06 05:25:48,928 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-06 05:25:51,931 - create_instance - DEBUG - VM status query timeout in 296.533340216 2018-10-06 05:25:51,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0addf3d79a95e9751f759c3cee6f7cc4d8da920a" 2018-10-06 05:25:51,985 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 06 Oct 2018 05:25: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-5b85344e-ca55-4f4b-8ce5-08020b03a4d7 x-compute-request-id: req-5b85344e-ca55-4f4b-8ce5-08020b03a4d7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d71c590f-e291-4903-bfc9-cfe3f07a656c could not be found.", "code": 404}} 2018-10-06 05:25:51,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/d71c590f-e291-4903-bfc9-cfe3f07a656c used request id req-5b85344e-ca55-4f4b-8ce5-08020b03a4d7 2018-10-06 05:25:51,986 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d71c590f-e291-4903-bfc9-cfe3f07a656c could not be found. (HTTP 404) (Request-ID: req-5b85344e-ca55-4f4b-8ce5-08020b03a4d7) 2018-10-06 05:25:51,986 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-inst 2018-10-06 05:25:51,987 - neutron_utils - INFO - Deleting security group rule with ID - 62ac8852-fd8a-42a6-b75d-554006b413a8 2018-10-06 05:25:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/62ac8852-fd8a-42a6-b75d-554006b413a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:25:52,102 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e32283c-3cc8-4c90-b887-9beb41c61da1 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:52,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/62ac8852-fd8a-42a6-b75d-554006b413a8 used request id req-2e32283c-3cc8-4c90-b887-9beb41c61da1 2018-10-06 05:25:52,102 - neutron_utils - INFO - Deleting security group rule with ID - 22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed 2018-10-06 05:25:52,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:25:52,213 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8eec41f4-b704-43a0-b2ae-4eec5ae863e4 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:52,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/22d1b6bb-3ca1-43c9-9c5b-e536d7b1d2ed used request id req-8eec41f4-b704-43a0-b2ae-4eec5ae863e4 2018-10-06 05:25:52,213 - neutron_utils - INFO - Deleting security group rule with ID - 1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab 2018-10-06 05:25:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:25:52,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58adefae-fd4a-4585-8f1c-ca195547308f Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:52,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/1a8d89a2-d0f1-4332-85f1-f7612bdcf2ab used request id req-58adefae-fd4a-4585-8f1c-ca195547308f 2018-10-06 05:25:52,464 - neutron_utils - INFO - Deleting security group rule with ID - d6bd79d5-0efe-4262-abe5-7f35db53c7e5 2018-10-06 05:25:52,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-group-rules/d6bd79d5-0efe-4262-abe5-7f35db53c7e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:25:52,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc6fae10-1766-4895-8e6e-ea3e88764835 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:52,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-group-rules/d6bd79d5-0efe-4262-abe5-7f35db53c7e5 used request id req-cc6fae10-1766-4895-8e6e-ea3e88764835 2018-10-06 05:25:52,722 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-sec-grp 2018-10-06 05:25:52,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/473f8cad-c4c2-4e01-bf07-9db7487b108f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4975445a3ab7a319b5e220600288a1ec0c0d98d" 2018-10-06 05:25:52,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff909a9a-68f1-43d2-8395-58839fece2d9 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:52,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/473f8cad-c4c2-4e01-bf07-9db7487b108f used request id req-ff909a9a-68f1-43d2-8395-58839fece2d9 2018-10-06 05:25:52,867 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp 2018-10-06 05:25:52,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36feb38f3d7e58b1df7ee16c8dcc307b70ca468" 2018-10-06 05:25:52,906 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:25: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-0fd2cbce-5d74-4e17-aec2-6e1ec79dfdb6 x-compute-request-id: req-0fd2cbce-5d74-4e17-aec2-6e1ec79dfdb6 Content-Length: 0 Content-Type: application/json 2018-10-06 05:25:52,906 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-kp used request id req-0fd2cbce-5d74-4e17-aec2-6e1ec79dfdb6 2018-10-06 05:25:52,907 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1.pub] 2018-10-06 05:25:52,907 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1] 2018-10-06 05:25:52,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36aa9f1336253babec3d2dbc223fcb637c61bf73" 2018-10-06 05:25:52,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:25: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-4c67389b-b892-453e-b153-48392ab29406 x-compute-request-id: req-4c67389b-b892-453e-b153-48392ab29406 Content-Length: 0 Content-Type: application/json 2018-10-06 05:25:52,957 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/13969cff-42dc-4817-af66-29ed2dc249f3 used request id req-4c67389b-b892-453e-b153-48392ab29406 2018-10-06 05:25:52,958 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router and subnet AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet 2018-10-06 05:25:52,959 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:25:52,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" -d '{"subnet_id": "22a212c8-0677-4643-b171-af7845368add"}' 2018-10-06 05:25:54,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58605d8f-a978-4bc2-ac2f-5fbf65ba0804 Date: Sat, 06 Oct 2018 05:25:54 GMT RESP BODY: {"network_id": "5d6f4396-7ee6-416c-945c-afca999eff84", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "subnet_id": "22a212c8-0677-4643-b171-af7845368add", "subnet_ids": ["22a212c8-0677-4643-b171-af7845368add"], "port_id": "241fe8dd-883d-4bad-abbe-43b0e2099200", "id": "e2117607-46a2-403e-8a8b-0533f0f29d2d"} 2018-10-06 05:25:54,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d/remove_router_interface used request id req-58605d8f-a978-4bc2-ac2f-5fbf65ba0804 2018-10-06 05:25:54,636 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:25:54,636 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-router 2018-10-06 05:25:54,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77bb7e2773e18d1324caaa6c29e56a316f236a93" 2018-10-06 05:25:58,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e0ce2f9-1014-4660-9f67-963384645a80 Content-Length: 0 Date: Sat, 06 Oct 2018 05:25:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:25:58,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/e2117607-46a2-403e-8a8b-0533f0f29d2d used request id req-2e0ce2f9-1014-4660-9f67-963384645a80 2018-10-06 05:25:58,152 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet 2018-10-06 05:25:58,152 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-subnet 2018-10-06 05:25:58,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:26:00,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a268349d-f949-476f-835f-a0d48753f6bf Date: Sat, 06 Oct 2018 05:26:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:26:00,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/22a212c8-0677-4643-b171-af7845368add used request id req-a268349d-f949-476f-835f-a0d48753f6bf 2018-10-06 05:26:00,553 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1-pub-net 2018-10-06 05:26:00,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/networks/5d6f4396-7ee6-416c-945c-afca999eff84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69b26e31f7ee3005812c84f9617d37ead8909681" 2018-10-06 05:26:01,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fb14a20-f373-4882-8fbe-f04ce9dc5378 Date: Sat, 06 Oct 2018 05:26:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:26:01,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5d6f4396-7ee6-416c-945c-afca999eff84 used request id req-9fb14a20-f373-4882-8fbe-f04ce9dc5378 2018-10-06 05:26:01,678 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-1288ce99-2bee-4945-a891-da4544c9afd1--image 2018-10-06 05:26:01,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8dd2b98ce9d045aad142ce50db689390404d7789" 2018-10-06 05:26:02,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de80915e-25fa-4881-bf14-e91e886171d8 Date: Sat, 06 Oct 2018 05:26:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:26:02,817 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/902741c7-033e-4273-a9ee-5d39142ac6af used request id req-de80915e-25fa-4881-bf14-e91e886171d8 2018-10-06 05:26:02,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2fa13473-e103-410c-8cd4-2874fe7ca73a Date: Sat, 06 Oct 2018 05:26:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:18Z", "updated_at": "2018-10-06T05:23:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "revision_number": 0, "id": "12de5e3a-df8e-4c16-917e-986dc63f6292", "remote_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "revision_number": 0, "id": "2cc052c5-b028-4d99-b785-7e20747813bb", "remote_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "revision_number": 0, "id": "412e74dc-35fe-4a5f-87c8-e4775a706373", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv6", "project_id": "208ace516b4247489ec2f2bd63279a96"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "revision_number": 0, "id": "a7008c45-4624-434a-abda-3c97ef2a53df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "tenant_id": "208ace516b4247489ec2f2bd63279a96", "port_range_min": null, "ethertype": "IPv4", "project_id": "208ace516b4247489ec2f2bd63279a96"}], "revision_number": 4, "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:26:03,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups?name=default used request id req-2fa13473-e103-410c-8cd4-2874fe7ca73a 2018-10-06 05:26:03,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e691592-a901-4d66-a4a7-49f899bfb250 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-06 05:26:03,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df used request id req-1e691592-a901-4d66-a4a7-49f899bfb250 2018-10-06 05:26:03,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6993aba-53b9-42d8-bd02-562b9b1eae1f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96"}, "enabled": true, "id": "208ace516b4247489ec2f2bd63279a96", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-129a3913-481e-42b-proj"}} 2018-10-06 05:26:03,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-a6993aba-53b9-42d8-bd02-562b9b1eae1f 2018-10-06 05:26:03,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89cb5819-1ae5-4db8-bb0e-cbf8623a6190 2018-10-06 05:26:03,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=89cb5819-1ae5-4db8-bb0e-cbf8623a6190 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-631fe9b8-09b7-44f2-8812-6380a93c3e6e Date: Sat, 06 Oct 2018 05:26:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:18Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "12de5e3a-df8e-4c16-917e-986dc63f6292"}, {"remote_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:18Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "2cc052c5-b028-4d99-b785-7e20747813bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:18Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "412e74dc-35fe-4a5f-87c8-e4775a706373"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:23:18Z", "security_group_id": "89cb5819-1ae5-4db8-bb0e-cbf8623a6190", "port_range_min": null, "revision_number": 0, "tenant_id": "208ace516b4247489ec2f2bd63279a96", "created_at": "2018-10-06T05:23:18Z", "project_id": "208ace516b4247489ec2f2bd63279a96", "id": "a7008c45-4624-434a-abda-3c97ef2a53df"}]} 2018-10-06 05:26:03,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-group-rules?security_group_id=89cb5819-1ae5-4db8-bb0e-cbf8623a6190 used request id req-631fe9b8-09b7-44f2-8812-6380a93c3e6e 2018-10-06 05:26:03,431 - neutron_utils - INFO - Deleting security group with name - default 2018-10-06 05:26:03,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:9696/v2.0/security-groups/89cb5819-1ae5-4db8-bb0e-cbf8623a6190 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc217035-064a-4894-a49a-5bc7f3b13409 Content-Length: 0 Date: Sat, 06 Oct 2018 05:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:26:03,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/89cb5819-1ae5-4db8-bb0e-cbf8623a6190 used request id req-bc217035-064a-4894-a49a-5bc7f3b13409 2018-10-06 05:26:03,725 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-129a3913-481e-42b-proj 2018-10-06 05:26:03,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:03,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2263235f-c0ed-4a01-be20-c2ffcac9cc71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:03,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/208ace516b4247489ec2f2bd63279a96 used request id req-2263235f-c0ed-4a01-be20-c2ffcac9cc71 2018-10-06 05:26:03,964 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-129a3913-481e-42b-proj-role 2018-10-06 05:26:03,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:04,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab42274d-3cb7-40b8-9d7a-327a79de95ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:04,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/941869e0b906494da7cd54802f22b845 used request id req-ab42274d-3cb7-40b8-9d7a-327a79de95ff 2018-10-06 05:26:04,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47bc386643c0e3ff341d6cc2c60de337b37801d9" 2018-10-06 05:26:04,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24705e1f-1f24-43ed-a54a-feb799c5fd87 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:04,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-24705e1f-1f24-43ed-a54a-feb799c5fd87 2018-10-06 05:26:04,173 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-129a3913-481e-42b-user 2018-10-06 05:26:04,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.29:5000/v3/users/0bbe6a156eef41dcbee73c8c80030774 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4e32d5d021e4cbfaa6d9b0fb6f78091bf06908" 2018-10-06 05:26:04,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c44cfc9e-8134-4850-894d-5df9722e5493 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:04,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/0bbe6a156eef41dcbee73c8c80030774 used request id req-c44cfc9e-8134-4850-894d-5df9722e5493 2018-10-06 05:26:04,477 - 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_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... 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 121 tests in 3438.305s OK 2018-10-06 05:26:04,646 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 05:26:04,646 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-10-06 05:26:04,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:04,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:04,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a21c0c6-1152-443c-80df-61b6fad1c48e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ace7d50ccf4fc9843e13b41c4f6a1b", "links": {"self": "http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:04,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3a21c0c6-1152-443c-80df-61b6fad1c48e 2018-10-06 05:26:04,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797500610352s 2018-10-06 05:26:04,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 05:26:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:04,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e9fbbee-2995-4f65-b5a3-a8203ddaaac8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:04,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/51ace7d50ccf4fc9843e13b41c4f6a1b used request id req-2e9fbbee-2995-4f65-b5a3-a8203ddaaac8 2018-10-06 05:26:04,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.129833936691s 2018-10-06 05:26:04,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:26:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:04,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc431a86-f0c9-44ba-a1c5-c15bfae06af8 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7", "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "domain_id": "default", "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:26:04,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dc431a86-f0c9-44ba-a1c5-c15bfae06af8 2018-10-06 05:26:04,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960130691528s 2018-10-06 05:26:04,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-dc431a86-f0c9-44ba-a1c5-c15bfae06af8 2018-10-06 05:26:04,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:26:04,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cccabf40-fd13-4d4f-b03a-bbc9446c4ee7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d"}, "enabled": true, "id": "8d0446c3d26f48b386d6089436a9646d", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}} 2018-10-06 05:26:05,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d used request id req-cccabf40-fd13-4d4f-b03a-bbc9446c4ee7 2018-10-06 05:26:05,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939109325409s 2018-10-06 05:26:05,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d used request id req-cccabf40-fd13-4d4f-b03a-bbc9446c4ee7 2018-10-06 05:26:05,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 05:26:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4f523d5-6c4b-4826-ade0-b167e50c1aab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:05,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d used request id req-c4f523d5-6c4b-4826-ade0-b167e50c1aab 2018-10-06 05:26:05,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.209080934525s 2018-10-06 05:26:05,272 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/8d0446c3d26f48b386d6089436a9646d used request id req-c4f523d5-6c4b-4826-ade0-b167e50c1aab 2018-10-06 05:26:05,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:26:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0068269b-8418-4994-bcef-28a0e00636ce Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2"}, "enabled": true, "id": "a7d6caa95069492db33f7f33bd6078c2", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_243dc4f2-a54f-4766-a9b9-d24a5eaa66b7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:26:05,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-0068269b-8418-4994-bcef-28a0e00636ce 2018-10-06 05:26:05,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0857899188995s 2018-10-06 05:26:05,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-0068269b-8418-4994-bcef-28a0e00636ce 2018-10-06 05:26:05,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 05:26:05,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01b52ea1-d97e-4e60-88ab-c61070534ba1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:05,508 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-01b52ea1-d97e-4e60-88ab-c61070534ba1 2018-10-06 05:26:05,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145606040955s 2018-10-06 05:26:05,508 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/a7d6caa95069492db33f7f33bd6078c2 used request id req-01b52ea1-d97e-4e60-88ab-c61070534ba1 2018-10-06 05:26:05,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:05,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb47fcc-455f-4cfd-b418-36056b397ccd Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "82037cfb2780492ea2c39da1ada54a24", "links": {"self": "http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:05,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bdb47fcc-455f-4cfd-b418-36056b397ccd 2018-10-06 05:26:05,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851950645447s 2018-10-06 05:26:05,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 05:26:05,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7486cf6-f7aa-415c-ada1-d95883515ee9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:05,733 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/82037cfb2780492ea2c39da1ada54a24 used request id req-c7486cf6-f7aa-415c-ada1-d95883515ee9 2018-10-06 05:26:05,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.137217998505s 2018-10-06 05:26:05,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:26:05,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a7d6caa95069492db33f7f33bd6078c2&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:05,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-a78ffedc-d0e0-4e44-b494-dfd8dd2e5d3e Date: Sat, 06 Oct 2018 05:26:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}]} 2018-10-06 05:26:05,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a7d6caa95069492db33f7f33bd6078c2&name=default used request id req-a78ffedc-d0e0-4e44-b494-dfd8dd2e5d3e 2018-10-06 05:26:05,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.175129175186s 2018-10-06 05:26:05,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=a7d6caa95069492db33f7f33bd6078c2&name=default used request id req-a78ffedc-d0e0-4e44-b494-dfd8dd2e5d3e 2018-10-06 05:26:05,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:26:05,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:06,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2077f5e2-b144-461c-bd2b-d1ea6caaf77b Date: Sat, 06 Oct 2018 05:26:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "created_at": "2018-10-06T04:28:55Z", "updated_at": "2018-10-06T04:28:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "65a18414-39e9-4fc6-a061-b5e9bebab80c", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "af8f9f0a-5c7d-4a3a-9c50-27d40b7b8c12", "remote_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "14dbf1fe-d499-444f-b258-0c1ca5cd91be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T04:28:55Z", "revision_number": 0, "id": "a4fd2444-9502-4603-b56b-0220b5939b21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T04:28:55Z", "security_group_id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "tenant_id": "a7d6caa95069492db33f7f33bd6078c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7d6caa95069492db33f7f33bd6078c2"}], "revision_number": 4, "project_id": "a7d6caa95069492db33f7f33bd6078c2", "id": "9381e4fc-7cae-4a0b-81df-af0ff8590c4c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:26:06,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2077f5e2-b144-461c-bd2b-d1ea6caaf77b 2018-10-06 05:26:06,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200277805328s 2018-10-06 05:26:06,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2077f5e2-b144-461c-bd2b-d1ea6caaf77b 2018-10-06 05:26:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 05:26:06,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9381e4fc-7cae-4a0b-81df-af0ff8590c4c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7c6dde6906d3c302c5d7e4d75a54a27baeb97c6" 2018-10-06 05:26:06,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09d7370d-caed-4d6a-9490-25959a7aa14d Content-Length: 0 Date: Sat, 06 Oct 2018 05:26:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:26:06,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9381e4fc-7cae-4a0b-81df-af0ff8590c4c.json used request id req-09d7370d-caed-4d6a-9490-25959a7aa14d 2018-10-06 05:26:06,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.323179960251s 2018-10-06 05:26:06,446 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9381e4fc-7cae-4a0b-81df-af0ff8590c4c.json used request id req-09d7370d-caed-4d6a-9490-25959a7aa14d 2018-10-06 05:26:06,500 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:26:06,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:26:06,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:26:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 05:26:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 05:26:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:26:06,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6f5657-8b14-4b19-aee2-3f02fbdd73b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:26:06,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ef6f5657-8b14-4b19-aee2-3f02fbdd73b5 2018-10-06 05:26:06,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:26:06,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T06:26:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["yDrP3MbbRc2_jI0k9tWwHw"], "issued_at": "2018-10-06T05:26:06.000000Z"}} 2018-10-06 05:26:06,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:26:06,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:07,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f5d26124-bd91-4038-8ea3-0d86d1a7a6f0 Date: Sat, 06 Oct 2018 05:26:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 05:26:07,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5d26124-bd91-4038-8ea3-0d86d1a7a6f0 2018-10-06 05:26:07,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23673415184s 2018-10-06 05:26:07,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5d26124-bd91-4038-8ea3-0d86d1a7a6f0 2018-10-06 05:26:07,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 05:26:07,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:07,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:26:07,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:07,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5185e83d-0962-4f3d-8993-63fb749f6c52 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 05:26:07,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-5185e83d-0962-4f3d-8993-63fb749f6c52 2018-10-06 05:26:07,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0901458263397s 2018-10-06 05:26:07,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 05:26:07,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}}' 2018-10-06 05:26:07,368 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-013db9d5-518f-4793-8071-ce25ad86f522 Content-Length: 360 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd"}, "enabled": true, "id": "3733113180134657ac24c32e93b766cd", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}} 2018-10-06 05:26:07,368 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-013db9d5-518f-4793-8071-ce25ad86f522 2018-10-06 05:26:07,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103384971619s 2018-10-06 05:26:07,368 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-013db9d5-518f-4793-8071-ce25ad86f522 2018-10-06 05:26:07,369 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec', 'id': u'3733113180134657ac24c32e93b766cd', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 05:26:07,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 05:26:07,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369457960129s 2018-10-06 05:26:07,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:07,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5377e8-6563-4153-83ba-23b92cfc6a37 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec"}} 2018-10-06 05:26:07,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 used request id req-ef5377e8-6563-4153-83ba-23b92cfc6a37 2018-10-06 05:26:07,834 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4503c5552a35447796467633eeadde38', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec'}) 2018-10-06 05:26:07,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:07,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:07,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d1f838-2ce3-49d6-8a91-4ec3a048b423 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:07,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-71d1f838-2ce3-49d6-8a91-4ec3a048b423 2018-10-06 05:26:07,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0862920284271s 2018-10-06 05:26:07,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:07,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a09baf2-c2c6-42d9-99e3-3d2dc13d3965 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:08,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5a09baf2-c2c6-42d9-99e3-3d2dc13d3965 2018-10-06 05:26:08,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830430984497s 2018-10-06 05:26:08,007 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 05:26:08,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 05:26:08,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"role": {"name": "Member"}}' 2018-10-06 05:26:08,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce8c9290-76d6-4a32-819e-5e34fcfad66d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}} 2018-10-06 05:26:08,098 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-ce8c9290-76d6-4a32-819e-5e34fcfad66d 2018-10-06 05:26:08,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0909581184387s 2018-10-06 05:26:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84373fd-6636-4a11-a29a-bbc8712c9562 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "domain_id": null, "name": "Member", "id": "0de700a81e084273b534ce0882571122"}} 2018-10-06 05:26:08,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122 used request id req-d84373fd-6636-4a11-a29a-bbc8712c9562 2018-10-06 05:26:08,114 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122'}, 'domain_id': None, 'human_id': None, 'id': u'0de700a81e084273b534ce0882571122', 'HUMAN_ID': False}) 2018-10-06 05:26:08,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:08,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a815c6-99bb-4453-9937-f9488f75b3f9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:08,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-69a815c6-99bb-4453-9937-f9488f75b3f9 2018-10-06 05:26:08,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800759792328s 2018-10-06 05:26:08,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 05:26:08,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5379b24a-dca7-4816-a06f-f81e5381a397 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 05:26:08,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-5379b24a-dca7-4816-a06f-f81e5381a397 2018-10-06 05:26:08,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751481056213s 2018-10-06 05:26:08,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:26:08,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c36419-11a6-453c-aaa9-55602448d059 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec", "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "domain_id": "default", "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:26:08,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f0c36419-11a6-453c-aaa9-55602448d059 2018-10-06 05:26:08,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994210243225s 2018-10-06 05:26:08,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f0c36419-11a6-453c-aaa9-55602448d059 2018-10-06 05:26:08,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:26:08,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4fc2a3-fc49-4e8c-866c-441791c6395c Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd"}, "enabled": true, "id": "3733113180134657ac24c32e93b766cd", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:26:08,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4d4fc2a3-fc49-4e8c-866c-441791c6395c 2018-10-06 05:26:08,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778350830078s 2018-10-06 05:26:08,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-4d4fc2a3-fc49-4e8c-866c-441791c6395c 2018-10-06 05:26:08,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 05:26:08,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=0de700a81e084273b534ce0882571122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa5ed0f-0740-4c3d-86e2-ad55609c1fcb Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=0de700a81e084273b534ce0882571122", "previous": null, "next": null}} 2018-10-06 05:26:08,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=0de700a81e084273b534ce0882571122 used request id req-7aa5ed0f-0740-4c3d-86e2-ad55609c1fcb 2018-10-06 05:26:08,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0743610858917s 2018-10-06 05:26:08,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 05:26:08,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd/users/4503c5552a35447796467633eeadde38/roles/0de700a81e084273b534ce0882571122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4db020c6-142b-4ff4-b6cf-be0a9f59e4e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:08,658 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd/users/4503c5552a35447796467633eeadde38/roles/0de700a81e084273b534ce0882571122 used request id req-4db020c6-142b-4ff4-b6cf-be0a9f59e4e7 2018-10-06 05:26:08,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123684883118s 2018-10-06 05:26:08,659 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'f7a3881a-fd1a-4a39-b072-2e88a2b0bdbc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec', 'project_id': u'3733113180134657ac24c32e93b766cd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 05:26:08,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:26:08,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:26:08,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:26:08,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:26:08,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:26:08,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:26:08,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:26:08,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 05:26:08,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 05:26:08,664 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec', 'password': 'f7a3881a-fd1a-4a39-b072-2e88a2b0bdbc', 'project_name': 'neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '3733113180134657ac24c32e93b766cd', 'project_domain_name': 'Default'} 2018-10-06 05:26:08,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:08,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6aa7df-57ce-4fdb-8d60-824598d7bf5f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:08,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7e6aa7df-57ce-4fdb-8d60-824598d7bf5f 2018-10-06 05:26:08,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843369960785s 2018-10-06 05:26:08,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d11f8d-fd7e-4611-bde3-5280c23aeacd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:08,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b2d11f8d-fd7e-4611-bde3-5280c23aeacd 2018-10-06 05:26:08,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754749774933s 2018-10-06 05:26:08,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 05:26:08,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:08,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfcff3ef-6ec2-400c-a6ef-1abbd5bebd0a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 05:26:08,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-dfcff3ef-6ec2-400c-a6ef-1abbd5bebd0a 2018-10-06 05:26:08,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0854539871216s 2018-10-06 05:26:08,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:26:08,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd33bcd4-9e26-47f7-9759-a8457f610c03 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec", "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "domain_id": "default", "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:26:09,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fd33bcd4-9e26-47f7-9759-a8457f610c03 2018-10-06 05:26:09,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101660966873s 2018-10-06 05:26:09,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fd33bcd4-9e26-47f7-9759-a8457f610c03 2018-10-06 05:26:09,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:26:09,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7f8bba7-375d-41af-ba43-c66441993599 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd"}, "enabled": true, "id": "3733113180134657ac24c32e93b766cd", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:26:09,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b7f8bba7-375d-41af-ba43-c66441993599 2018-10-06 05:26:09,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0726969242096s 2018-10-06 05:26:09,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-b7f8bba7-375d-41af-ba43-c66441993599 2018-10-06 05:26:09,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 05:26:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143c19d6-6142-491f-93e7-e55fe5eb46c5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 05:26:09,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&scope.project.id=3733113180134657ac24c32e93b766cd&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-143c19d6-6142-491f-93e7-e55fe5eb46c5 2018-10-06 05:26:09,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0855429172516s 2018-10-06 05:26:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 05:26:09,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd/users/4503c5552a35447796467633eeadde38/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-513b74c2-c4af-4d9a-bd8c-54a291e540fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:09,425 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd/users/4503c5552a35447796467633eeadde38/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-513b74c2-c4af-4d9a-bd8c-54a291e540fd 2018-10-06 05:26:09,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.241593837738s 2018-10-06 05:26:09,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a745038-a1f3-4d4b-9092-38a6bd1210b6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:09,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3a745038-a1f3-4d4b-9092-38a6bd1210b6 2018-10-06 05:26:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765299797058s 2018-10-06 05:26:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 05:26:09,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c3d0dc-4d48-486e-8e9c-61c181cb38db Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 05:26:09,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-64c3d0dc-4d48-486e-8e9c-61c181cb38db 2018-10-06 05:26:09,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807139873505s 2018-10-06 05:26:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:26:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bcb569-c4ff-49d7-b051-85ac17054325 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec", "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "domain_id": "default", "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:26:09,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-17bcb569-c4ff-49d7-b051-85ac17054325 2018-10-06 05:26:09,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096125125885s 2018-10-06 05:26:09,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-17bcb569-c4ff-49d7-b051-85ac17054325 2018-10-06 05:26:09,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 05:26:09,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28f2252-29c4-408a-98cc-08c1e37f6e46 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 05:26:09,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=4503c5552a35447796467633eeadde38&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default used request id req-f28f2252-29c4-408a-98cc-08c1e37f6e46 2018-10-06 05:26:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0735709667206s 2018-10-06 05:26:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 05:26:09,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/4503c5552a35447796467633eeadde38/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:26:09,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:26:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8245509-0e27-47ae-8c90-01f060ad3a95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:26:09,884 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/4503c5552a35447796467633eeadde38/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-a8245509-0e27-47ae-8c90-01f060ad3a95 2018-10-06 05:26:09,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122447967529s 2018-10-06 05:26:09,885 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 05:26:12,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-06 05:26:11.958 11558 INFO rally.deployment.engine [-] Deployment 006200b5-1a46-4887-9151-ef7f0ae1541f | Starting: Destroy cloud and free allocated resources. 2018-10-06 05:26:12.059 11558 INFO rally.deployment.engine [-] Deployment 006200b5-1a46-4887-9151-ef7f0ae1541f | Completed: Destroy cloud and free allocated resources. 2018-10-06 05:26:12.117 11558 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1) for deployment 'opnfv-rally'. 2018-10-06 05:26:12.149 11558 INFO rally.api [-] Deleting verification (UUID=91c79d51-033a-46d2-b566-a38f6c12ffb7). 2018-10-06 05:26:12.189 11558 INFO rally.api [-] Verification has been successfully deleted! 2018-10-06 05:26:12.189 11558 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1). 2018-10-06 05:26:12.195 11558 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-06 05:26:14,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 05:26:14.576 11561 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cccefe38-7a03-483a-9c14-ccd3be9c6b45) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cccefe38-7a03-483a-9c14-ccd3be9c6b45 | 2018-10-06T05:26:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cccefe38-7a03-483a-9c14-ccd3be9c6b45 ~/.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-10-06 05:26:18,213 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 05:26:18,214 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 05:26:20,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-06 05:26:20.276 11567 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2f1f395f-beed-4b85-88db-ae8461bd3cd1). 2018-10-06 05:26:20.420 11567 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-06 05:26:24,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 05:26:22.557 11570 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 05:26:22.705 11570 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 05:26:23.983 11570 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4416c72c-f705-4df5-804f-db52e81a184c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4416c72c-f705-4df5-804f-db52e81a184c) as the default verifier for the future CLI operations. 2018-10-06 05:26:27,302 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-06 05:26:27,303 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 05:26:27,436 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 05:26:27,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:26:27,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a2e341-3a6f-4c86-ae08-de48bb93ec14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:26:27,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d1a2e341-3a6f-4c86-ae08-de48bb93ec14 2018-10-06 05:26:27,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:26:27,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "0de700a81e084273b534ce0882571122", "name": "Member"}], "expires_at": "2018-10-06T06:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3733113180134657ac24c32e93b766cd", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/3733113180134657ac24c32e93b766cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/3733113180134657ac24c32e93b766cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/3733113180134657ac24c32e93b766cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/3733113180134657ac24c32e93b766cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/3733113180134657ac24c32e93b766cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/3733113180134657ac24c32e93b766cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/3733113180134657ac24c32e93b766cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/3733113180134657ac24c32e93b766cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/3733113180134657ac24c32e93b766cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/3733113180134657ac24c32e93b766cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/3733113180134657ac24c32e93b766cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/3733113180134657ac24c32e93b766cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec", "id": "4503c5552a35447796467633eeadde38"}, "audit_ids": ["6ILj9V5hQiefsmZtPVBmeA"], "issued_at": "2018-10-06T05:26:27.000000Z"}} 2018-10-06 05:26:27,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:27,847 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 05:26:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 05:26:27,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:26:27,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:28,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-38e2d630-1f0e-4e22-af4a-65de7ad30f37 Date: Sat, 06 Oct 2018 05:26:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:26:28,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-38e2d630-1f0e-4e22-af4a-65de7ad30f37 2018-10-06 05:26:28,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186944961548s 2018-10-06 05:26:28,039 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-38e2d630-1f0e-4e22-af4a-65de7ad30f37 2018-10-06 05:26:28,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 05:26:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec"}' 2018-10-06 05:26:28,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09 X-Openstack-Request-Id: req-e2d201e1-3777-4585-962d-a5c449743c7f Date: Sat, 06 Oct 2018 05:26:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "3752e09a-5bc8-4097-9698-90bb22ff3f09", "size": null, "self": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:28Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": null, "created_at": "2018-10-06T05:26:28Z", "protected": false} 2018-10-06 05:26:28,258 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-e2d201e1-3777-4585-962d-a5c449743c7f 2018-10-06 05:26:28,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216747045517s 2018-10-06 05:26:28,258 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-e2d201e1-3777-4585-962d-a5c449743c7f returning object 3752e09a-5bc8-4097-9698-90bb22ff3f09 2018-10-06 05:26:28,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 05:26:28,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" -d '' 2018-10-06 05:26:30,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1280e0b5-93bb-49c1-80fd-863804aea51d Date: Sat, 06 Oct 2018 05:26:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:26:30,238 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file used request id req-1280e0b5-93bb-49c1-80fd-863804aea51d 2018-10-06 05:26:30,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.9786529541s 2018-10-06 05:26:30,238 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file used request id req-1280e0b5-93bb-49c1-80fd-863804aea51d 2018-10-06 05:26:30,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:26:30,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:30,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-dea7c3c8-20a4-4894-86a8-b8a112344584 Date: Sat, 06 Oct 2018 05:26:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "metadata": {}}], "file": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "3752e09a-5bc8-4097-9698-90bb22ff3f09", "size": 12716032, "self": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:26:30,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-dea7c3c8-20a4-4894-86a8-b8a112344584 2018-10-06 05:26:30,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.558403968811s 2018-10-06 05:26:30,798 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-dea7c3c8-20a4-4894-86a8-b8a112344584 2018-10-06 05:26:30,800 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file', 'owner': u'3733113180134657ac24c32e93b766cd', 'id': u'3752e09a-5bc8-4097-9698-90bb22ff3f09', 'size': 12716032, u'self': u'/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3733113180134657ac24c32e93b766cd', 'name': 'neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T05:26:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T05:26:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec', 'created': u'2018-10-06T05:26:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T05:26:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 05:26:30,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 05:26:30,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_a5b26ee5-abc7-4d54-af5e-2565278defec", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 05:26:31,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26: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-f3189d02-aa59-449a-8cae-8a500f389258 x-compute-request-id: req-f3189d02-aa59-449a-8cae-8a500f389258 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e4221835-a7fa-4dcc-a827-877fbf434041", "name": "neutron_trunk-flavor_a5b26ee5-abc7-4d54-af5e-2565278defec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:26:31,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f3189d02-aa59-449a-8cae-8a500f389258 2018-10-06 05:26:31,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.210669994354s 2018-10-06 05:26:31,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-f3189d02-aa59-449a-8cae-8a500f389258 returning object e4221835-a7fa-4dcc-a827-877fbf434041 2018-10-06 05:26:31,013 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_a5b26ee5-abc7-4d54-af5e-2565278defec', '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'43b0e43720f24df1860fcd99772e846d', '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'e4221835-a7fa-4dcc-a827-877fbf434041', 'swap': 0}) 2018-10-06 05:26:31,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 05:26:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"extra_specs": {}}' 2018-10-06 05:26:31,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-019bbea4-5250-4bbc-85fb-83ec61b57bb9 x-compute-request-id: req-019bbea4-5250-4bbc-85fb-83ec61b57bb9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 05:26:31,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041/os-extra_specs used request id req-019bbea4-5250-4bbc-85fb-83ec61b57bb9 2018-10-06 05:26:31,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262470245361s 2018-10-06 05:26:31,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041/os-extra_specs used request id req-019bbea4-5250-4bbc-85fb-83ec61b57bb9 2018-10-06 05:26:31,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:26:31,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:31,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:26:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:26:31,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:31,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4877bc-9ce1-4e6e-a5a1-9669286b3dec Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:26:31,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-8b4877bc-9ce1-4e6e-a5a1-9669286b3dec 2018-10-06 05:26:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0919179916382s 2018-10-06 05:26:31,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 05:26:31,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:31,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-9a5db12f-3669-4948-b038-edec6cd5d16d x-compute-request-id: req-9a5db12f-3669-4948-b038-edec6cd5d16d Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 05:26:31,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-9a5db12f-3669-4948-b038-edec6cd5d16d 2018-10-06 05:26:31,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.570904970169s 2018-10-06 05:26:31,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-9a5db12f-3669-4948-b038-edec6cd5d16d 2018-10-06 05:26:31,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:26:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:32,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-1bef8269-5518-4d26-b574-cafa5a172ca5 Date: Sat, 06 Oct 2018 05:26:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "metadata": {}}], "file": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "3752e09a-5bc8-4097-9698-90bb22ff3f09", "size": 12716032, "self": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:26:32,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1bef8269-5518-4d26-b574-cafa5a172ca5 2018-10-06 05:26:32,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.629595994949s 2018-10-06 05:26:32,341 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1bef8269-5518-4d26-b574-cafa5a172ca5 2018-10-06 05:26:32,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 05:26:32,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec"}' 2018-10-06 05:26:32,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783 X-Openstack-Request-Id: req-1c7d7629-6118-4618-bea7-54187411ffee Date: Sat, 06 Oct 2018 05:26:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "f1253f5b-1ffe-498b-8197-22489332d783", "size": null, "self": "/v2/images/f1253f5b-1ffe-498b-8197-22489332d783", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:32Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": null, "created_at": "2018-10-06T05:26:32Z", "protected": false} 2018-10-06 05:26:32,520 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1c7d7629-6118-4618-bea7-54187411ffee 2018-10-06 05:26:32,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.177144050598s 2018-10-06 05:26:32,521 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1c7d7629-6118-4618-bea7-54187411ffee returning object f1253f5b-1ffe-498b-8197-22489332d783 2018-10-06 05:26:32,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 05:26:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" -d '' 2018-10-06 05:26:34,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3acd07e6-74c1-424e-9a86-a72b9573da28 Date: Sat, 06 Oct 2018 05:26:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:26:34,547 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file used request id req-3acd07e6-74c1-424e-9a86-a72b9573da28 2018-10-06 05:26:34,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.02503108978s 2018-10-06 05:26:34,547 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file used request id req-3acd07e6-74c1-424e-9a86-a72b9573da28 2018-10-06 05:26:34,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:26:34,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:26:35,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-f6e3260f-f28c-4155-8a2c-bfc9426b3547 Date: Sat, 06 Oct 2018 05:26:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f1253f5b-1ffe-498b-8197-22489332d783/snap", "metadata": {}}], "file": "/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "f1253f5b-1ffe-498b-8197-22489332d783", "size": 12716032, "self": "/v2/images/f1253f5b-1ffe-498b-8197-22489332d783", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f1253f5b-1ffe-498b-8197-22489332d783/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:34Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T05:26:32Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "metadata": {}}], "file": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "3752e09a-5bc8-4097-9698-90bb22ff3f09", "size": 12716032, "self": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:26:35,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f6e3260f-f28c-4155-8a2c-bfc9426b3547 2018-10-06 05:26:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.54802107811s 2018-10-06 05:26:35,096 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f6e3260f-f28c-4155-8a2c-bfc9426b3547 2018-10-06 05:26:35,099 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f1253f5b-1ffe-498b-8197-22489332d783/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f1253f5b-1ffe-498b-8197-22489332d783/file', 'owner': u'3733113180134657ac24c32e93b766cd', 'id': u'f1253f5b-1ffe-498b-8197-22489332d783', 'size': 12716032, u'self': u'/v2/images/f1253f5b-1ffe-498b-8197-22489332d783', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3733113180134657ac24c32e93b766cd', 'name': 'neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f1253f5b-1ffe-498b-8197-22489332d783/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T05:26:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T05:26:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f1253f5b-1ffe-498b-8197-22489332d783', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', 'created': u'2018-10-06T05:26:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T05:26:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f1253f5b-1ffe-498b-8197-22489332d783', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 05:26:35,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 05:26:35,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 05:26:35,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26: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-ef529dae-eb81-4cdf-bfc2-0eaa49c23ea3 x-compute-request-id: req-ef529dae-eb81-4cdf-bfc2-0eaa49c23ea3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1419355f-a567-4240-80d7-a1aacd95c7ed", "name": "neutron_trunk-flavor_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:26:35,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ef529dae-eb81-4cdf-bfc2-0eaa49c23ea3 2018-10-06 05:26:35,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0529849529266s 2018-10-06 05:26:35,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ef529dae-eb81-4cdf-bfc2-0eaa49c23ea3 returning object 1419355f-a567-4240-80d7-a1aacd95c7ed 2018-10-06 05:26:35,154 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', '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'43b0e43720f24df1860fcd99772e846d', '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'1419355f-a567-4240-80d7-a1aacd95c7ed', 'swap': 0}) 2018-10-06 05:26:35,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 05:26:35,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" -d '{"extra_specs": {}}' 2018-10-06 05:26:35,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:26: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-1667483e-7f8b-4b92-852d-1bd57a0b5632 x-compute-request-id: req-1667483e-7f8b-4b92-852d-1bd57a0b5632 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 05:26:35,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed/os-extra_specs used request id req-1667483e-7f8b-4b92-852d-1bd57a0b5632 2018-10-06 05:26:35,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207068920135s 2018-10-06 05:26:35,176 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed/os-extra_specs used request id req-1667483e-7f8b-4b92-852d-1bd57a0b5632 2018-10-06 05:26:35,177 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_a5b26ee5-abc7-4d54-af5e-2565278defec', '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'43b0e43720f24df1860fcd99772e846d', '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'1419355f-a567-4240-80d7-a1aacd95c7ed', 'swap': 0}) 2018-10-06 05:26:38,271 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 05:26:37.236 11589 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4416c72c-f705-4df5-804f-db52e81a184c) for deployment 'opnfv-rally' (UUID=cccefe38-7a03-483a-9c14-ccd3be9c6b45). 2018-10-06 05:26:38.118 11589 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 05:26:38.120 11589 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4416c72c-f705-4df5-804f-db52e81a184c) has been successfully configured for deployment 'opnfv-rally' (UUID=cccefe38-7a03-483a-9c14-ccd3be9c6b45)! 2018-10-06 05:26:38,271 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 05:26:38,271 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 05:26:38,274 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 05:26:38,291 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 05:26:42,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4416c72c-f705-4df5-804f-db52e81a184c/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-06 05:26:42,372 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 05:26:42,376 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 05:26:42,377 - 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-10-06 05:26:44,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 05:26:44.474 11598 INFO rally.api [-] Starting verification (UUID=7177ed36-724c-4ac1-aafa-87762ba3ecd0) for deployment 'opnfv-rally' (UUID=cccefe38-7a03-483a-9c14-ccd3be9c6b45) by verifier 'opnfv-tempest' (UUID=4416c72c-f705-4df5-804f-db52e81a184c). 2018-10-06 05:26:44,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7177ed36-724c-4ac1-aafa-87762ba3ecd0 2018-10-06 05:28:34,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7177ed36-724c-4ac1-aafa-87762ba3ecd0 2018-10-06 05:28:34,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7177ed36-724c-4ac1-aafa-87762ba3ecd0']'. 2018-10-06 05:28:35,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 05:28:35,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 05:28:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 05:28:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7177ed36-724c-4ac1-aafa-87762ba3ecd0 | 2018-10-06 05:28:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-06 05:28:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 05:26:44 | 2018-10-06 05:28:35,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 05:28:33 | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4416c72c-f705-4df5-804f-db52e81a184c) | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: cccefe38-7a03-483a-9c14-ccd3be9c6b45) | 2018-10-06 05:28:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.57 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-06 05:28:35,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 05:28:35,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 05:28:35,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 05:28:35,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-10-06 05:28:35,300 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 05:28:35,301 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-10-06 05:28:35,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 05:28:35,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:28:36,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a2716e6-08fd-4062-9acf-2d6d86a8d345 Date: Sat, 06 Oct 2018 05:28:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:28:36,506 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783 used request id req-4a2716e6-08fd-4062-9acf-2d6d86a8d345 2018-10-06 05:28:36,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.19892811775s 2018-10-06 05:28:36,506 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f1253f5b-1ffe-498b-8197-22489332d783 used request id req-4a2716e6-08fd-4062-9acf-2d6d86a8d345 2018-10-06 05:28:36,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 05:28:36,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:36,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28: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-8a13d573-9c9c-41c8-8df5-131a9b0fe578 x-compute-request-id: req-8a13d573-9c9c-41c8-8df5-131a9b0fe578 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1419355f-a567-4240-80d7-a1aacd95c7ed", "name": "neutron_trunk-flavor_alt_a5b26ee5-abc7-4d54-af5e-2565278defec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e4221835-a7fa-4dcc-a827-877fbf434041", "name": "neutron_trunk-flavor_a5b26ee5-abc7-4d54-af5e-2565278defec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 05:28:36,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8a13d573-9c9c-41c8-8df5-131a9b0fe578 2018-10-06 05:28:36,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318660736084s 2018-10-06 05:28:36,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8a13d573-9c9c-41c8-8df5-131a9b0fe578 2018-10-06 05:28:36,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 05:28:36,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:36,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:28: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-94f77bca-0050-4e92-80dc-d5e27b1daf38 x-compute-request-id: req-94f77bca-0050-4e92-80dc-d5e27b1daf38 Content-Length: 0 Content-Type: application/json 2018-10-06 05:28:36,591 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed used request id req-94f77bca-0050-4e92-80dc-d5e27b1daf38 2018-10-06 05:28:36,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0493340492249s 2018-10-06 05:28:36,592 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1419355f-a567-4240-80d7-a1aacd95c7ed used request id req-94f77bca-0050-4e92-80dc-d5e27b1daf38 2018-10-06 05:28:36,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:28:36,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:28:36,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-f3fde156-4fae-4b49-b767-bd37602232c2 Date: Sat, 06 Oct 2018 05:28:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "metadata": {}}], "file": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/file", "owner": "3733113180134657ac24c32e93b766cd", "id": "3752e09a-5bc8-4097-9698-90bb22ff3f09", "size": 12716032, "self": "/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3752e09a-5bc8-4097-9698-90bb22ff3f09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T05:26:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_a5b26ee5-abc7-4d54-af5e-2565278defec", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T05:26:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:28:36,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f3fde156-4fae-4b49-b767-bd37602232c2 2018-10-06 05:28:36,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169450044632s 2018-10-06 05:28:36,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f3fde156-4fae-4b49-b767-bd37602232c2 2018-10-06 05:28:36,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 05:28:36,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0057dfaa18ff428bebf2db257ccf0612c7030d3" 2018-10-06 05:28:39,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d464a2c-e91b-4856-8def-5e0a01bdecd2 Date: Sat, 06 Oct 2018 05:28:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:28:39,015 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09 used request id req-8d464a2c-e91b-4856-8def-5e0a01bdecd2 2018-10-06 05:28:39,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.25189304352s 2018-10-06 05:28:39,016 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3752e09a-5bc8-4097-9698-90bb22ff3f09 used request id req-8d464a2c-e91b-4856-8def-5e0a01bdecd2 2018-10-06 05:28:39,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 05:28:39,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28: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-96fd9b30-adc8-4e75-86b3-15f07af92b40 x-compute-request-id: req-96fd9b30-adc8-4e75-86b3-15f07af92b40 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e4221835-a7fa-4dcc-a827-877fbf434041", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e4221835-a7fa-4dcc-a827-877fbf434041", "name": "neutron_trunk-flavor_a5b26ee5-abc7-4d54-af5e-2565278defec", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 05:28:39,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-96fd9b30-adc8-4e75-86b3-15f07af92b40 2018-10-06 05:28:39,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336000919342s 2018-10-06 05:28:39,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-96fd9b30-adc8-4e75-86b3-15f07af92b40 2018-10-06 05:28:39,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 05:28:39,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,100 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:28: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-37a33b3c-3348-445f-b6a0-62f16f842fa7 x-compute-request-id: req-37a33b3c-3348-445f-b6a0-62f16f842fa7 Content-Length: 0 Content-Type: application/json 2018-10-06 05:28:39,101 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041 used request id req-37a33b3c-3348-445f-b6a0-62f16f842fa7 2018-10-06 05:28:39,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0483770370483s 2018-10-06 05:28:39,101 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e4221835-a7fa-4dcc-a827-877fbf434041 used request id req-37a33b3c-3348-445f-b6a0-62f16f842fa7 2018-10-06 05:28:39,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:28:39,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489dc729-3f90-4b7e-b2af-ad919b4a1dcc Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec", "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "domain_id": "default", "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:28:39,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-489dc729-3f90-4b7e-b2af-ad919b4a1dcc 2018-10-06 05:28:39,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10387802124s 2018-10-06 05:28:39,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-489dc729-3f90-4b7e-b2af-ad919b4a1dcc 2018-10-06 05:28:39,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:28:39,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0b1b10-db6e-4471-bbf8-7cee88804d10 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38"}, "enabled": true, "id": "4503c5552a35447796467633eeadde38", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_a5b26ee5-abc7-4d54-af5e-2565278defec"}} 2018-10-06 05:28:39,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 used request id req-dd0b1b10-db6e-4471-bbf8-7cee88804d10 2018-10-06 05:28:39,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962200164795s 2018-10-06 05:28:39,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 used request id req-dd0b1b10-db6e-4471-bbf8-7cee88804d10 2018-10-06 05:28:39,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 05:28:39,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94b0ee61-9058-4a35-a93b-e3761f7173ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:28:39,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 used request id req-94b0ee61-9058-4a35-a93b-e3761f7173ed 2018-10-06 05:28:39,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.292150974274s 2018-10-06 05:28:39,602 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/4503c5552a35447796467633eeadde38 used request id req-94b0ee61-9058-4a35-a93b-e3761f7173ed 2018-10-06 05:28:39,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:28:39,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ab63f3-6961-475b-a036-6b2141dd986f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd"}, "enabled": true, "id": "3733113180134657ac24c32e93b766cd", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_a5b26ee5-abc7-4d54-af5e-2565278defec"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:28:39,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-b3ab63f3-6961-475b-a036-6b2141dd986f 2018-10-06 05:28:39,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0770449638367s 2018-10-06 05:28:39,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-b3ab63f3-6961-475b-a036-6b2141dd986f 2018-10-06 05:28:39,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 05:28:39,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23c66ba6-9697-45b7-a7d8-f757b5f4058c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:28:39,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd used request id req-23c66ba6-9697-45b7-a7d8-f757b5f4058c 2018-10-06 05:28:39,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155068874359s 2018-10-06 05:28:39,838 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/3733113180134657ac24c32e93b766cd used request id req-23c66ba6-9697-45b7-a7d8-f757b5f4058c 2018-10-06 05:28:39,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:28:39,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:39,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3bb3016-508a-48c0-a235-2b57157e2ad5 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0de700a81e084273b534ce0882571122", "links": {"self": "http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122"}, "name": "Member"}, {"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:28:39,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a3bb3016-508a-48c0-a235-2b57157e2ad5 2018-10-06 05:28:39,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0891408920288s 2018-10-06 05:28:39,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 05:28:39,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:40,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b44e8e88-b921-4ffc-8217-eb01d85fd1b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:28:40,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/0de700a81e084273b534ce0882571122 used request id req-b44e8e88-b921-4ffc-8217-eb01d85fd1b3 2018-10-06 05:28:40,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103158950806s 2018-10-06 05:28:40,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:28:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=3733113180134657ac24c32e93b766cd&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b6630a5491ca8bb8dfca286d73578710cf8eddf" 2018-10-06 05:28:40,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5310d803-3245-4d5f-ac05-df32c469f471 Date: Sat, 06 Oct 2018 05:28:40 GMT RESP BODY: {"security_groups": []} 2018-10-06 05:28:40,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=3733113180134657ac24c32e93b766cd&name=default used request id req-5310d803-3245-4d5f-ac05-df32c469f471 2018-10-06 05:28:40,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186709880829s 2018-10-06 05:28:40,222 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=3733113180134657ac24c32e93b766cd&name=default used request id req-5310d803-3245-4d5f-ac05-df32c469f471 2018-10-06 05:28:40,223 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 14:41 | PASS | | rally_sanity | functest | smoke | 26:00 | PASS | | refstack_defcore | functest | smoke | 09:35 | PASS | | patrole | functest | smoke | 02:43 | PASS | | snaps_smoke | functest | smoke | 57:18 | PASS | | neutron_trunk | functest | smoke | 02:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-06 05:28:40,234 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 05:28:40,437 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:28:40,538 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 05:28:47,381 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 05:28:47,387 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 05:28:47,387 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 05:28:47,388 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-06 05:28:47,388 - 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 | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-06 05:28:47,392 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 05:28:52,074 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 05:28:52,082 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 05:28:52,082 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 05:28:52,084 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-10-06 05:28:52,101 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:28:53,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:28:53,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:28:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:28:53,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:28:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b01995-3275-4480-8700-839821b3873c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:28:53,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-98b01995-3275-4480-8700-839821b3873c 2018-10-06 05:28:53,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:28:54,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T06:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["c3qfV35AQo6KiT4-xqEEMA"], "issued_at": "2018-10-06T05:28:54.000000Z"}} 2018-10-06 05:28:54,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:28:54,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:54,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9b57359c-f2e9-4aa8-80ae-f1a30c9a3685 Date: Sat, 06 Oct 2018 05:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 05:28:54,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9b57359c-f2e9-4aa8-80ae-f1a30c9a3685 2018-10-06 05:28:54,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.227905035019s 2018-10-06 05:28:54,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9b57359c-f2e9-4aa8-80ae-f1a30c9a3685 2018-10-06 05:28:54,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 05:28:54,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:54,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:28:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:28:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:54,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7fe7590-e489-462e-b6f3-96f0bc36298c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 05:28:54,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-f7fe7590-e489-462e-b6f3-96f0bc36298c 2018-10-06 05:28:54,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.407599925995s 2018-10-06 05:28:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 05:28:54,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}}' 2018-10-06 05:28:54,991 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:28:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7032229b-1982-42c6-891e-f02e80757536 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3"}, "enabled": true, "id": "99ee755122cc45189458e26372aa01a3", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:28:54,991 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7032229b-1982-42c6-891e-f02e80757536 2018-10-06 05:28:54,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11603307724s 2018-10-06 05:28:54,991 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-7032229b-1982-42c6-891e-f02e80757536 2018-10-06 05:28:54,992 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'id': u'99ee755122cc45189458e26372aa01a3', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 05:28:54,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 05:28:55,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35665178299s 2018-10-06 05:28:55,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfae40ac-6cc3-46bf-a4a3-cc00466322c0 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46"}, "enabled": true, "id": "2ae0b1feccb94221a7c85719cddd8f46", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:28:55,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 used request id req-dfae40ac-6cc3-46bf-a4a3-cc00466322c0 2018-10-06 05:28:55,439 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2ae0b1feccb94221a7c85719cddd8f46', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17'}) 2018-10-06 05:28:55,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:28:55,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5dcbe5-c42d-47e6-956e-fc2309fd73cb Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:28:55,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe5dcbe5-c42d-47e6-956e-fc2309fd73cb 2018-10-06 05:28:55,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806410312653s 2018-10-06 05:28:55,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:28:55,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf404d1-d93d-4d65-bd72-413999dc7e12 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:28:55,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2bf404d1-d93d-4d65-bd72-413999dc7e12 2018-10-06 05:28:55,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750551223755s 2018-10-06 05:28:55,598 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 05:28:55,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 05:28:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"role": {"name": "Member"}}' 2018-10-06 05:28:55,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86b7e1af-3131-40a3-9050-efaf1f4c067f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7db103d70cb8441e9dd58c4f435dcb6c", "links": {"self": "http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c"}, "name": "Member"}} 2018-10-06 05:28:55,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-86b7e1af-3131-40a3-9050-efaf1f4c067f 2018-10-06 05:28:55,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104556083679s 2018-10-06 05:28:55,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315e5219-9602-41fe-b3cc-a279b649040a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c"}, "domain_id": null, "name": "Member", "id": "7db103d70cb8441e9dd58c4f435dcb6c"}} 2018-10-06 05:28:55,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c used request id req-315e5219-9602-41fe-b3cc-a279b649040a 2018-10-06 05:28:55,719 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c'}, 'domain_id': None, 'human_id': None, 'id': u'7db103d70cb8441e9dd58c4f435dcb6c', 'HUMAN_ID': False}) 2018-10-06 05:28:55,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:28:55,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c6418a-3a62-41be-b94c-eadbbc74aeb4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "7db103d70cb8441e9dd58c4f435dcb6c", "links": {"self": "http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:28:55,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-59c6418a-3a62-41be-b94c-eadbbc74aeb4 2018-10-06 05:28:55,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.148985147476s 2018-10-06 05:28:55,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 05:28:55,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:55,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e9259c-78fc-4a85-ad30-b8cd0610f975 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 05:28:55,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f6e9259c-78fc-4a85-ad30-b8cd0610f975 2018-10-06 05:28:55,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078864812851s 2018-10-06 05:28:55,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:28:55,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07479ba-3d8f-498d-9505-ea513e768ead Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17", "links": {"self": "http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46"}, "domain_id": "default", "enabled": true, "id": "2ae0b1feccb94221a7c85719cddd8f46", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:28:56,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f07479ba-3d8f-498d-9505-ea513e768ead 2018-10-06 05:28:56,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100143909454s 2018-10-06 05:28:56,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f07479ba-3d8f-498d-9505-ea513e768ead 2018-10-06 05:28:56,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:28:56,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186f90a1-008a-4851-9948-afda1f4714d4 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3"}, "enabled": true, "id": "99ee755122cc45189458e26372aa01a3", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:28:56,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-186f90a1-008a-4851-9948-afda1f4714d4 2018-10-06 05:28:56,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085807800293s 2018-10-06 05:28:56,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-186f90a1-008a-4851-9948-afda1f4714d4 2018-10-06 05:28:56,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 05:28:56,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=2ae0b1feccb94221a7c85719cddd8f46&scope.project.id=99ee755122cc45189458e26372aa01a3&role.id=7db103d70cb8441e9dd58c4f435dcb6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b073af-2fee-4ee1-8481-7104d2c533c4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=2ae0b1feccb94221a7c85719cddd8f46&scope.project.id=99ee755122cc45189458e26372aa01a3&role.id=7db103d70cb8441e9dd58c4f435dcb6c", "previous": null, "next": null}} 2018-10-06 05:28:56,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2ae0b1feccb94221a7c85719cddd8f46&scope.project.id=99ee755122cc45189458e26372aa01a3&role.id=7db103d70cb8441e9dd58c4f435dcb6c used request id req-91b073af-2fee-4ee1-8481-7104d2c533c4 2018-10-06 05:28:56,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078752040863s 2018-10-06 05:28:56,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 05:28:56,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3/users/2ae0b1feccb94221a7c85719cddd8f46/roles/7db103d70cb8441e9dd58c4f435dcb6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:28:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6343995-265b-4ba8-8128-62ac35595f3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:28:56,346 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3/users/2ae0b1feccb94221a7c85719cddd8f46/roles/7db103d70cb8441e9dd58c4f435dcb6c used request id req-c6343995-265b-4ba8-8128-62ac35595f3b 2018-10-06 05:28:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121500968933s 2018-10-06 05:28:56,347 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'e5935368-670d-4b86-b33a-3e0b186ffbf7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17', 'project_id': u'99ee755122cc45189458e26372aa01a3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 05:28:56,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:28:56,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:28:56,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:28:56,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:28:56,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:28:56,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:28:56,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:28:56,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:28:56,353 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17', 'password': 'e5935368-670d-4b86-b33a-3e0b186ffbf7', 'project_name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '99ee755122cc45189458e26372aa01a3', 'project_domain_name': 'Default'} 2018-10-06 05:28:56,416 - 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-10-06 05:28:56,430 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-10-06 05:28:56,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 05:28:56,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209746f0-b4f6-4b11-8686-3b0570c8830b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 05:28:56,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-209746f0-b4f6-4b11-8686-3b0570c8830b 2018-10-06 05:28:56,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0736229419708s 2018-10-06 05:28:56,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:28:56,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:28:56,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1d3d1b-6b12-46a1-aa1c-15b3f2ede920 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3"}, "enabled": true, "id": "99ee755122cc45189458e26372aa01a3", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:28:56,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-fe1d3d1b-6b12-46a1-aa1c-15b3f2ede920 2018-10-06 05:28:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831551551819s 2018-10-06 05:28:56,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-fe1d3d1b-6b12-46a1-aa1c-15b3f2ede920 2018-10-06 05:28:56,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 05:28:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"network": {"tenant_id": "99ee755122cc45189458e26372aa01a3", "name": "cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17", "admin_state_up": true}}' 2018-10-06 05:28:57,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-9c6dadfb-aa8e-4f12-99ab-552a87ea4550 Date: Sat, 06 Oct 2018 05:28:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"015b969d-1c98-4d52-a1da-c75121997bf3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:28:56Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17","admin_state_up":true,"tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","mtu":1450}} 2018-10-06 05:28:57,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9c6dadfb-aa8e-4f12-99ab-552a87ea4550 2018-10-06 05:28:57,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.557975053787s 2018-10-06 05:28:57,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9c6dadfb-aa8e-4f12-99ab-552a87ea4550 2018-10-06 05:28:57,151 - 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-10-06T05:28:56Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'015b969d-1c98-4d52-a1da-c75121997bf3', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', u'created_at': u'2018-10-06T05:28:56Z', u'mtu': 1450, u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'99ee755122cc45189458e26372aa01a3'}) 2018-10-06 05:28:57,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:28:57,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a484cfd5-a949-4b18-9a72-feb0407acd39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:28:57,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a484cfd5-a949-4b18-9a72-feb0407acd39 2018-10-06 05:28:57,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:28:57,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7db103d70cb8441e9dd58c4f435dcb6c", "name": "Member"}], "expires_at": "2018-10-06T06:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99ee755122cc45189458e26372aa01a3", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/99ee755122cc45189458e26372aa01a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/99ee755122cc45189458e26372aa01a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/99ee755122cc45189458e26372aa01a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/99ee755122cc45189458e26372aa01a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/99ee755122cc45189458e26372aa01a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/99ee755122cc45189458e26372aa01a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/99ee755122cc45189458e26372aa01a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/99ee755122cc45189458e26372aa01a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/99ee755122cc45189458e26372aa01a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/99ee755122cc45189458e26372aa01a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/99ee755122cc45189458e26372aa01a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/99ee755122cc45189458e26372aa01a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17", "id": "2ae0b1feccb94221a7c85719cddd8f46"}, "audit_ids": ["C9YqSoCiQOuzUkE0qVvE_g"], "issued_at": "2018-10-06T05:28:57.000000Z"}} 2018-10-06 05:28:57,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:28:57,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:28:57,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-c12d13d3-ce68-44ae-a1d6-7f171191211e Date: Sat, 06 Oct 2018 05:28:57 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-10-06T05:28:56Z","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","id":"015b969d-1c98-4d52-a1da-c75121997bf3","name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:28:57,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c12d13d3-ce68-44ae-a1d6-7f171191211e 2018-10-06 05:28:57,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.415973186493s 2018-10-06 05:28:57,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c12d13d3-ce68-44ae-a1d6-7f171191211e 2018-10-06 05:28:57,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 05:28:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"subnet": {"name": "cloudify_ims-subnet_3b6c0898-292b-4558-9f4b-9268c4144c17", "enable_dhcp": true, "network_id": "015b969d-1c98-4d52-a1da-c75121997bf3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 05:28:58,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2b3d2bc0-762a-4678-b005-cc12a4b89d9f Date: Sat, 06 Oct 2018 05:28:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"015b969d-1c98-4d52-a1da-c75121997bf3","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:28:58Z","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":"99ee755122cc45189458e26372aa01a3","id":"1c9c4f63-a9c4-41d4-909c-ae00ee70f007","subnetpool_id":null,"name":"cloudify_ims-subnet_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:28:58,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2b3d2bc0-762a-4678-b005-cc12a4b89d9f 2018-10-06 05:28:58,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.720652103424s 2018-10-06 05:28:58,671 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2b3d2bc0-762a-4678-b005-cc12a4b89d9f 2018-10-06 05:28:58,671 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T05:28:58Z', 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'1c9c4f63-a9c4-41d4-909c-ae00ee70f007', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_3b6c0898-292b-4558-9f4b-9268c4144c17', u'enable_dhcp': True, u'network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3', u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:28:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'99ee755122cc45189458e26372aa01a3'}) 2018-10-06 05:28:58,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 05:28:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "cloudify_ims-router_3b6c0898-292b-4558-9f4b-9268c4144c17", "admin_state_up": true}}' 2018-10-06 05:29:03,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-1bdde7b1-220a-4bba-b127-884773fb75d8 Date: Sat, 06 Oct 2018 05:29:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:59Z", "admin_state_up": true, "updated_at": "2018-10-06T05:29:00Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "99ee755122cc45189458e26372aa01a3", "id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "name": "cloudify_ims-router_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:29:03,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1bdde7b1-220a-4bba-b127-884773fb75d8 2018-10-06 05:29:03,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.19415807724s 2018-10-06 05:29:03,867 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1bdde7b1-220a-4bba-b127-884773fb75d8 2018-10-06 05:29:03,867 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T05:29:00Z', u'revision_number': 2, u'id': u'84a3d898-fdea-4f55-9c1c-b6fc654d67be', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_3b6c0898-292b-4558-9f4b-9268c4144c17', u'admin_state_up': True, u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:28:59Z', u'flavor_id': None, u'routes': [], u'project_id': u'99ee755122cc45189458e26372aa01a3'}) 2018-10-06 05:29:03,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 05:29:03,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"subnet_id": "1c9c4f63-a9c4-41d4-909c-ae00ee70f007"}' 2018-10-06 05:29:05,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e69049a-ae41-4f23-98bc-12ad17611a72 Date: Sat, 06 Oct 2018 05:29:05 GMT RESP BODY: {"network_id": "015b969d-1c98-4d52-a1da-c75121997bf3", "tenant_id": "99ee755122cc45189458e26372aa01a3", "subnet_id": "1c9c4f63-a9c4-41d4-909c-ae00ee70f007", "subnet_ids": ["1c9c4f63-a9c4-41d4-909c-ae00ee70f007"], "port_id": "14f31e25-842b-4282-be6d-ec159fda58db", "id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be"} 2018-10-06 05:29:05,993 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/add_router_interface.json used request id req-6e69049a-ae41-4f23-98bc-12ad17611a72 2018-10-06 05:29:05,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.12481284142s 2018-10-06 05:29:05,993 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/add_router_interface.json used request id req-6e69049a-ae41-4f23-98bc-12ad17611a72 returning object 84a3d898-fdea-4f55-9c1c-b6fc654d67be 2018-10-06 05:29:05,994 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-06 05:29:33,596 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-06 05:29:33,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:29:33,604 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 05:29:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 05:29:33,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:29:33,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:29:33,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-71d9ec41-cd3d-4a3d-b886-966918417e85 Date: Sat, 06 Oct 2018 05:29:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:29:33,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-71d9ec41-cd3d-4a3d-b886-966918417e85 2018-10-06 05:29:33,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211748123169s 2018-10-06 05:29:33,819 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-71d9ec41-cd3d-4a3d-b886-966918417e85 2018-10-06 05:29:33,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 05:29:33,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17"}' 2018-10-06 05:29:34,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d X-Openstack-Request-Id: req-d413066a-1c72-4f97-a74d-b2860bd40fc8 Date: Sat, 06 Oct 2018 05:29:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": null, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:29:34Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": null, "created_at": "2018-10-06T05:29:34Z", "protected": false} 2018-10-06 05:29:34,066 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d413066a-1c72-4f97-a74d-b2860bd40fc8 2018-10-06 05:29:34,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.246170043945s 2018-10-06 05:29:34,067 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d413066a-1c72-4f97-a74d-b2860bd40fc8 returning object 8e97d584-5deb-4dcc-b112-53c78016e52d 2018-10-06 05:29:34,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 05:29:34,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '' 2018-10-06 05:30:47,596 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0871dc34-22f4-4c0f-ba1d-95b890bba411 Date: Sat, 06 Oct 2018 05:30:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:30:47,596 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file used request id req-0871dc34-22f4-4c0f-ba1d-95b890bba411 2018-10-06 05:30:47,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 73.5289580822s 2018-10-06 05:30:47,597 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file used request id req-0871dc34-22f4-4c0f-ba1d-95b890bba411 2018-10-06 05:30:47,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:30:47,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:47,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-19286706-ed7f-4349-8e23-f150923db2bd Date: Sat, 06 Oct 2018 05:30:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "metadata": {}}], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": 4373348352, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:30:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T05:29:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:30:47,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-19286706-ed7f-4349-8e23-f150923db2bd 2018-10-06 05:30:47,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349941253662s 2018-10-06 05:30:47,633 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-19286706-ed7f-4349-8e23-f150923db2bd 2018-10-06 05:30:47,635 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file', 'owner': u'99ee755122cc45189458e26372aa01a3', 'id': u'8e97d584-5deb-4dcc-b112-53c78016e52d', 'size': 4373348352, u'self': u'/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'99ee755122cc45189458e26372aa01a3', 'name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T05:30:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T05:30:47Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17', 'created': u'2018-10-06T05:29:34Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-06T05:29:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-06 05:30:47,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 05:30:47,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-06 05:30:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-52a52d48-31ca-4eb2-9d8c-cacc77a2afa2 x-compute-request-id: req-52a52d48-31ca-4eb2-9d8c-cacc77a2afa2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "name": "cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:30:47,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-52a52d48-31ca-4eb2-9d8c-cacc77a2afa2 2018-10-06 05:30:47,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.277919054031s 2018-10-06 05:30:47,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-52a52d48-31ca-4eb2-9d8c-cacc77a2afa2 returning object d82ecc14-e3c6-4c39-b4b9-d9b6501b047e 2018-10-06 05:30:47,925 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17', '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'43b0e43720f24df1860fcd99772e846d', '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'd82ecc14-e3c6-4c39-b4b9-d9b6501b047e', 'swap': 0}) 2018-10-06 05:30:47,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 05:30:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"extra_specs": {}}' 2018-10-06 05:30:47,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-a3422e52-7353-4fad-89e9-ef75d79bc04a x-compute-request-id: req-a3422e52-7353-4fad-89e9-ef75d79bc04a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 05:30:47,948 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e/os-extra_specs used request id req-a3422e52-7353-4fad-89e9-ef75d79bc04a 2018-10-06 05:30:47,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216090679169s 2018-10-06 05:30:47,948 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e/os-extra_specs used request id req-a3422e52-7353-4fad-89e9-ef75d79bc04a 2018-10-06 05:30:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-06 05:30:47,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"keypair": {"name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17"}}' 2018-10-06 05:30:48,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-355be47f-134c-4202-a005-40d1b03852f3 x-compute-request-id: req-355be47f-134c-4202-a005-40d1b03852f3 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq7Xp2OiKIpsjljip852XZo8xfZj633UEA8FpRlcS2QFxPcBL3ZRaiNdAeAPq8QPi9n9hNd3z/gvg9jMVlf9fPs5P0/3DAO5d9qnjGluNWfOWfMi/pO0T7Ms7vMKLMOz4crZ4OaAmsR+t+UOvZGaUjZzmLQMnWaVPu19KWo00397PMb8qE6mz2xYT2Gvt1ktvpJd4A8WQCQ0j4xtt7kdcvnhd1DAeuUAXrx5jiKa0yTWr9MJ9hnW9Wl6QexSKkm1XIY/Us6V1sWKHDjR58iYKeFGcQRL0sXy6KwS2NFAjJtDncxq6ohO/OJ8QaLQU2XCO5tqfuqq3do2WpmlJHM7Hl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqu16djoiiKbI5Y4qfOdl2aPMX2Y+t91BAPBaUZXEtkBcT3AS\n92UWojXQHgD6vED4vZ/YTXd8/4L4PYzFZX/Xz7OT9P9wwDuXfap4xpbjVnzlnzIv\n6TtE+zLO7zCizDs+HK2eDmgJrEfrflDr2RmlI2c5i0DJ1mlT7tfSlqNNN/ezzG/K\nhOps9sWE9hr7dZLb6SXeAPFkAkNI+Mbbe5HXL54XdQwHrlAF68eY4imtMk1q/TCf\nYZ1vVpekHsUipJtVyGP1LOldbFihw40efImCnhRnEES9LF8uisEtjRQIybQ53Mau\nqITvzifEGi0FNlwjuban7qqt3aNlqZpSRzOx5QIDAQABAoIBAF7yEzhhCpXFr4pz\n8f33u4etiPTlIqmXaWhQGpt/CgoCrkQiCScLLAtmwPgpqx2vKXyLsec2HGUCJ0pp\nS60Z2pMxOVq6GbNuZrQTYYtOfXGpZxOLGToBBkxS6MfMyGGR9uqPNmDiQZ1FRfag\nlKG/sQ99Y2WK05MaZtkhYYTzqQ0Qzooiyam7olswe7Ld1LwfySQQ73bvLO0e+xpM\nZKiHr/zWvuxNM/lYEPgK36qD3hpgguFuIy+b8VSEnRjsxu96ZH6M+GLqw4AcyESL\n5hxgnyv2CdYKlxP0XTemPelSNBx1BopTv+vrCoBkX9JqJwiF43LKEImlTAXZV/cK\nbkI9YoECgYEA1W/mwMKJoiMsfFGhyMkA3aUbPsEerRxdpDW0MaVcHcwHQ7BhY13y\nZhjnrNG2xrj7h9g2slJdc/sMuYKJHl8WB9bCcbE4ase57M/q+5VRpS8KqyWXcc8o\n3ekhGXaZKW6JzbLVHKtEA58xgk9HuWQnB/vkm1TpC8v7xrgEVzH4/dkCgYEAzQNx\nL7OLjCLCpN/Qe/34p4SGs48n461NdyDNMVObAyOTtOO4SElq6beed/Bbb8Ey2jbG\nTi0LX9vEoBYabpGD7SVn22od36LKIo9oyox708gOnaZK+fg72RyxSEUPd3xn60hH\nSnz+YYpqn861EsHUfHi5wC1AM2qWnktFjS3YMO0CgYB3pJekXCiMw8zPD29yPwKG\nPGQuZFEO1wTC5PvSjJA7f8BeuEOPUP1tL+7GWHRtpwoQlynqAfOy7PqwDrVQWhre\nYAt1cdNfQAA/+DkPuB8hSmJfl93yBR8ybdmJDYtDx1vl+6YswPCKWzWEh258ROEA\nP7phPFK6syi6tzJvsmqR2QKBgGz5a2zDr2WqBHTHU3bVJRtGYqOHcNihAhBUqz2R\nB1C/1H/Om+IwxFe/dsiiRrg8pd9ARmC/qNAnbXj6xsoHJ20i+PW0jnSVf4SnXjhs\nPFXyfXJnNmtw+78IdWPI8dO9mS+DmAGMN1t5y/tuUOnLhjszoOj6JKov+ifiMvI8\ncDJxAoGAe0jloBddEBUs6Gv8qaTtdK0021FnhywE9k/vDOQ0I6jaqwb1oAIh3yk7\nf1Uqw1pfp4pXVRcrRuiKxiMnY3RoMyXzvDKXrLtiQlNrzfEacmpxMdq/y+9d74Q4\nmCnq8R0nAei34JkXYKrTp9Sj1756SZneV8RorvIUlTJcUVEw3Hs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "fingerprint": "8e:b1:60:53:fe:5a:04:3d:c1:f4:99:4f:de:04:06:00"}} 2018-10-06 05:30:48,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-355be47f-134c-4202-a005-40d1b03852f3 2018-10-06 05:30:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.412415981293s 2018-10-06 05:30:48,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-355be47f-134c-4202-a005-40d1b03852f3 2018-10-06 05:30:48,362 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq7Xp2OiKIpsjljip852XZo8xfZj633UEA8FpRlcS2QFxPcBL3ZRaiNdAeAPq8QPi9n9hNd3z/gvg9jMVlf9fPs5P0/3DAO5d9qnjGluNWfOWfMi/pO0T7Ms7vMKLMOz4crZ4OaAmsR+t+UOvZGaUjZzmLQMnWaVPu19KWo00397PMb8qE6mz2xYT2Gvt1ktvpJd4A8WQCQ0j4xtt7kdcvnhd1DAeuUAXrx5jiKa0yTWr9MJ9hnW9Wl6QexSKkm1XIY/Us6V1sWKHDjR58iYKeFGcQRL0sXy6KwS2NFAjJtDncxq6ohO/OJ8QaLQU2XCO5tqfuqq3do2WpmlJHM7Hl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqu16djoiiKbI5Y4qfOdl2aPMX2Y+t91BAPBaUZXEtkBcT3AS\n92UWojXQHgD6vED4vZ/YTXd8/4L4PYzFZX/Xz7OT9P9wwDuXfap4xpbjVnzlnzIv\n6TtE+zLO7zCizDs+HK2eDmgJrEfrflDr2RmlI2c5i0DJ1mlT7tfSlqNNN/ezzG/K\nhOps9sWE9hr7dZLb6SXeAPFkAkNI+Mbbe5HXL54XdQwHrlAF68eY4imtMk1q/TCf\nYZ1vVpekHsUipJtVyGP1LOldbFihw40efImCnhRnEES9LF8uisEtjRQIybQ53Mau\nqITvzifEGi0FNlwjuban7qqt3aNlqZpSRzOx5QIDAQABAoIBAF7yEzhhCpXFr4pz\n8f33u4etiPTlIqmXaWhQGpt/CgoCrkQiCScLLAtmwPgpqx2vKXyLsec2HGUCJ0pp\nS60Z2pMxOVq6GbNuZrQTYYtOfXGpZxOLGToBBkxS6MfMyGGR9uqPNmDiQZ1FRfag\nlKG/sQ99Y2WK05MaZtkhYYTzqQ0Qzooiyam7olswe7Ld1LwfySQQ73bvLO0e+xpM\nZKiHr/zWvuxNM/lYEPgK36qD3hpgguFuIy+b8VSEnRjsxu96ZH6M+GLqw4AcyESL\n5hxgnyv2CdYKlxP0XTemPelSNBx1BopTv+vrCoBkX9JqJwiF43LKEImlTAXZV/cK\nbkI9YoECgYEA1W/mwMKJoiMsfFGhyMkA3aUbPsEerRxdpDW0MaVcHcwHQ7BhY13y\nZhjnrNG2xrj7h9g2slJdc/sMuYKJHl8WB9bCcbE4ase57M/q+5VRpS8KqyWXcc8o\n3ekhGXaZKW6JzbLVHKtEA58xgk9HuWQnB/vkm1TpC8v7xrgEVzH4/dkCgYEAzQNx\nL7OLjCLCpN/Qe/34p4SGs48n461NdyDNMVObAyOTtOO4SElq6beed/Bbb8Ey2jbG\nTi0LX9vEoBYabpGD7SVn22od36LKIo9oyox708gOnaZK+fg72RyxSEUPd3xn60hH\nSnz+YYpqn861EsHUfHi5wC1AM2qWnktFjS3YMO0CgYB3pJekXCiMw8zPD29yPwKG\nPGQuZFEO1wTC5PvSjJA7f8BeuEOPUP1tL+7GWHRtpwoQlynqAfOy7PqwDrVQWhre\nYAt1cdNfQAA/+DkPuB8hSmJfl93yBR8ybdmJDYtDx1vl+6YswPCKWzWEh258ROEA\nP7phPFK6syi6tzJvsmqR2QKBgGz5a2zDr2WqBHTHU3bVJRtGYqOHcNihAhBUqz2R\nB1C/1H/Om+IwxFe/dsiiRrg8pd9ARmC/qNAnbXj6xsoHJ20i+PW0jnSVf4SnXjhs\nPFXyfXJnNmtw+78IdWPI8dO9mS+DmAGMN1t5y/tuUOnLhjszoOj6JKov+ifiMvI8\ncDJxAoGAe0jloBddEBUs6Gv8qaTtdK0021FnhywE9k/vDOQ0I6jaqwb1oAIh3yk7\nf1Uqw1pfp4pXVRcrRuiKxiMnY3RoMyXzvDKXrLtiQlNrzfEacmpxMdq/y+9d74Q4\nmCnq8R0nAei34JkXYKrTp9Sj1756SZneV8RorvIUlTJcUVEw3Hs=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2ae0b1feccb94221a7c85719cddd8f46', 'name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'created_at': '2018-10-06T05:30:48.362884', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'99ee755122cc45189458e26372aa01a3', 'name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8e:b1:60:53:fe:5a:04:3d:c1:f4:99:4f:de:04:06:00', 'type': 'ssh', 'id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17'}) 2018-10-06 05:30:48,363 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAqu16djoiiKbI5Y4qfOdl2aPMX2Y+t91BAPBaUZXEtkBcT3AS 92UWojXQHgD6vED4vZ/YTXd8/4L4PYzFZX/Xz7OT9P9wwDuXfap4xpbjVnzlnzIv 6TtE+zLO7zCizDs+HK2eDmgJrEfrflDr2RmlI2c5i0DJ1mlT7tfSlqNNN/ezzG/K hOps9sWE9hr7dZLb6SXeAPFkAkNI+Mbbe5HXL54XdQwHrlAF68eY4imtMk1q/TCf YZ1vVpekHsUipJtVyGP1LOldbFihw40efImCnhRnEES9LF8uisEtjRQIybQ53Mau qITvzifEGi0FNlwjuban7qqt3aNlqZpSRzOx5QIDAQABAoIBAF7yEzhhCpXFr4pz 8f33u4etiPTlIqmXaWhQGpt/CgoCrkQiCScLLAtmwPgpqx2vKXyLsec2HGUCJ0pp S60Z2pMxOVq6GbNuZrQTYYtOfXGpZxOLGToBBkxS6MfMyGGR9uqPNmDiQZ1FRfag lKG/sQ99Y2WK05MaZtkhYYTzqQ0Qzooiyam7olswe7Ld1LwfySQQ73bvLO0e+xpM ZKiHr/zWvuxNM/lYEPgK36qD3hpgguFuIy+b8VSEnRjsxu96ZH6M+GLqw4AcyESL 5hxgnyv2CdYKlxP0XTemPelSNBx1BopTv+vrCoBkX9JqJwiF43LKEImlTAXZV/cK bkI9YoECgYEA1W/mwMKJoiMsfFGhyMkA3aUbPsEerRxdpDW0MaVcHcwHQ7BhY13y ZhjnrNG2xrj7h9g2slJdc/sMuYKJHl8WB9bCcbE4ase57M/q+5VRpS8KqyWXcc8o 3ekhGXaZKW6JzbLVHKtEA58xgk9HuWQnB/vkm1TpC8v7xrgEVzH4/dkCgYEAzQNx L7OLjCLCpN/Qe/34p4SGs48n461NdyDNMVObAyOTtOO4SElq6beed/Bbb8Ey2jbG Ti0LX9vEoBYabpGD7SVn22od36LKIo9oyox708gOnaZK+fg72RyxSEUPd3xn60hH Snz+YYpqn861EsHUfHi5wC1AM2qWnktFjS3YMO0CgYB3pJekXCiMw8zPD29yPwKG PGQuZFEO1wTC5PvSjJA7f8BeuEOPUP1tL+7GWHRtpwoQlynqAfOy7PqwDrVQWhre YAt1cdNfQAA/+DkPuB8hSmJfl93yBR8ybdmJDYtDx1vl+6YswPCKWzWEh258ROEA P7phPFK6syi6tzJvsmqR2QKBgGz5a2zDr2WqBHTHU3bVJRtGYqOHcNihAhBUqz2R B1C/1H/Om+IwxFe/dsiiRrg8pd9ARmC/qNAnbXj6xsoHJ20i+PW0jnSVf4SnXjhs PFXyfXJnNmtw+78IdWPI8dO9mS+DmAGMN1t5y/tuUOnLhjszoOj6JKov+ifiMvI8 cDJxAoGAe0jloBddEBUs6Gv8qaTtdK0021FnhywE9k/vDOQ0I6jaqwb1oAIh3yk7 f1Uqw1pfp4pXVRcrRuiKxiMnY3RoMyXzvDKXrLtiQlNrzfEacmpxMdq/y+9d74Q4 mCnq8R0nAei34JkXYKrTp9Sj1756SZneV8RorvIUlTJcUVEw3Hs= -----END RSA PRIVATE KEY----- 2018-10-06 05:30:48,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-06 05:30:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"security_group": {"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-10-06 05:30:48,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-d7acdeb6-5982-4529-9554-8e7e97cf5fa4 Date: Sat, 06 Oct 2018 05:30:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 2, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:30:48,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d7acdeb6-5982-4529-9554-8e7e97cf5fa4 2018-10-06 05:30:48,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.379852056503s 2018-10-06 05:30:48,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d7acdeb6-5982-4529-9554-8e7e97cf5fa4 2018-10-06 05:30:48,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:48,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:48,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-f8e6455b-0cf1-437e-88e2-6f1dd6007468 Date: Sat, 06 Oct 2018 05:30:48 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 2, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:48,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f8e6455b-0cf1-437e-88e2-6f1dd6007468 2018-10-06 05:30:48,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196973085403s 2018-10-06 05:30:48,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f8e6455b-0cf1-437e-88e2-6f1dd6007468 2018-10-06 05:30:48,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:48,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:49,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5d598569-a107-422b-9aa0-d37cdea062a6 Date: Sat, 06 Oct 2018 05:30:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": 22, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:49Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7"}} 2018-10-06 05:30:49,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-5d598569-a107-422b-9aa0-d37cdea062a6 2018-10-06 05:30:49,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.326429843903s 2018-10-06 05:30:49,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-5d598569-a107-422b-9aa0-d37cdea062a6 2018-10-06 05:30:49,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:49,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:49,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-37070a35-19b7-4205-8fdf-0dd1e90c565b Date: Sat, 06 Oct 2018 05:30:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 3, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:49,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-37070a35-19b7-4205-8fdf-0dd1e90c565b 2018-10-06 05:30:49,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195933103561s 2018-10-06 05:30:49,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-37070a35-19b7-4205-8fdf-0dd1e90c565b 2018-10-06 05:30:49,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:49,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:49,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2c46aa98-1fc7-4788-bb2b-3a06b21ffad2 Date: Sat, 06 Oct 2018 05:30:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": null, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:49Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "6825ff94-2597-4f55-b49a-81619a54fb2b"}} 2018-10-06 05:30:49,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2c46aa98-1fc7-4788-bb2b-3a06b21ffad2 2018-10-06 05:30:49,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.323032855988s 2018-10-06 05:30:49,806 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2c46aa98-1fc7-4788-bb2b-3a06b21ffad2 2018-10-06 05:30:49,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:49,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:50,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-0a9baecd-9a51-4552-8e5a-456bd5ca67d1 Date: Sat, 06 Oct 2018 05:30:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:50,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0a9baecd-9a51-4552-8e5a-456bd5ca67d1 2018-10-06 05:30:50,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.338385820389s 2018-10-06 05:30:50,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0a9baecd-9a51-4552-8e5a-456bd5ca67d1 2018-10-06 05:30:50,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:50,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0da9d129-5d91-476d-907c-d911e77cce29 Date: Sat, 06 Oct 2018 05:30: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": 80, "updated_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": 80, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:50Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "dd888684-02a9-4add-87a1-fb29ba641c85"}} 2018-10-06 05:30:50,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-0da9d129-5d91-476d-907c-d911e77cce29 2018-10-06 05:30:50,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.311211109161s 2018-10-06 05:30:50,464 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-0da9d129-5d91-476d-907c-d911e77cce29 2018-10-06 05:30:50,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:50,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:50,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-9b23d39c-cc5a-4de0-bd81-0915418273e0 Date: Sat, 06 Oct 2018 05:30:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "dd888684-02a9-4add-87a1-fb29ba641c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 5, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:50,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-9b23d39c-cc5a-4de0-bd81-0915418273e0 2018-10-06 05:30:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205777168274s 2018-10-06 05:30:50,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-9b23d39c-cc5a-4de0-bd81-0915418273e0 2018-10-06 05:30:50,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:50,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:50,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9fa4c7b8-b01b-433f-98e8-3525db7813ff Date: Sat, 06 Oct 2018 05:30: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": 443, "updated_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": 443, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:50Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "bd31c320-b659-4e5a-a728-6bc550e9ca27"}} 2018-10-06 05:30:50,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9fa4c7b8-b01b-433f-98e8-3525db7813ff 2018-10-06 05:30:50,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.193387985229s 2018-10-06 05:30:50,871 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9fa4c7b8-b01b-433f-98e8-3525db7813ff 2018-10-06 05:30:50,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:50,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:50,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-839a0c3a-b0dd-4ea0-a6b6-1913843bec7a Date: Sat, 06 Oct 2018 05:30:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "bd31c320-b659-4e5a-a728-6bc550e9ca27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 443, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "dd888684-02a9-4add-87a1-fb29ba641c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 6, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:50,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-839a0c3a-b0dd-4ea0-a6b6-1913843bec7a 2018-10-06 05:30:50,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0499131679535s 2018-10-06 05:30:50,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-839a0c3a-b0dd-4ea0-a6b6-1913843bec7a 2018-10-06 05:30:50,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:51,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-614dfd9e-bc7b-4e94-a39f-bd3c62c66b1c Date: Sat, 06 Oct 2018 05:30:51 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-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": 5671, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:51Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "36317d36-ba0f-4635-857c-5052f8d7d8ab"}} 2018-10-06 05:30:51,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-614dfd9e-bc7b-4e94-a39f-bd3c62c66b1c 2018-10-06 05:30:51,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.331174850464s 2018-10-06 05:30:51,260 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-614dfd9e-bc7b-4e94-a39f-bd3c62c66b1c 2018-10-06 05:30:51,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:30:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:51,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-2a8e5c2e-a623-4903-ad7a-6574926a8a09 Date: Sat, 06 Oct 2018 05:30:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-06T05:30:51Z", "revision_number": 0, "id": "36317d36-ba0f-4635-857c-5052f8d7d8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "bd31c320-b659-4e5a-a728-6bc550e9ca27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 443, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "dd888684-02a9-4add-87a1-fb29ba641c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 7, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:30:51,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2a8e5c2e-a623-4903-ad7a-6574926a8a09 2018-10-06 05:30:51,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201296806335s 2018-10-06 05:30:51,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2a8e5c2e-a623-4903-ad7a-6574926a8a09 2018-10-06 05:30:51,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:30:51,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "178af0ab-9479-423e-af22-04025c4bd6d0"}}' 2018-10-06 05:30:51,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-320576f5-a6c5-49df-8813-2950cfa1e49e Date: Sat, 06 Oct 2018 05:30:51 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-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "port_range_min": 53333, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:51Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "195b35b2-9889-4b53-b398-b00969f1e09b"}} 2018-10-06 05:30:51,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-320576f5-a6c5-49df-8813-2950cfa1e49e 2018-10-06 05:30:51,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.330042123795s 2018-10-06 05:30:51,800 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-320576f5-a6c5-49df-8813-2950cfa1e49e 2018-10-06 05:30:51,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:30:51,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:52,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-c3827d5b-b1d9-4e00-8eef-7da7e417805e Date: Sat, 06 Oct 2018 05:30: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":["1c9c4f63-a9c4-41d4-909c-ae00ee70f007"],"updated_at":"2018-10-06T05:28:58Z","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","id":"015b969d-1c98-4d52-a1da-c75121997bf3","name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:30:52,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c3827d5b-b1d9-4e00-8eef-7da7e417805e 2018-10-06 05:30:52,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26550412178s 2018-10-06 05:30:52,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c3827d5b-b1d9-4e00-8eef-7da7e417805e 2018-10-06 05:30:52,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:30:52,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:52,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-86bfa211-bba3-4383-b5d7-dd412703da13 Date: Sat, 06 Oct 2018 05:30:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "metadata": {}}], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": 4373348352, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:30:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T05:29:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:30:52,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-86bfa211-bba3-4383-b5d7-dd412703da13 2018-10-06 05:30:52,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182621955872s 2018-10-06 05:30:52,252 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-86bfa211-bba3-4383-b5d7-dd412703da13 2018-10-06 05:30:52,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 05:30:52,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:52,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-dbcb98d0-4b30-4660-9d2c-c4b4c2ebcab0 x-compute-request-id: req-dbcb98d0-4b30-4660-9d2c-c4b4c2ebcab0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "name": "cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 05:30:52,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-dbcb98d0-4b30-4660-9d2c-c4b4c2ebcab0 2018-10-06 05:30:52,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318100452423s 2018-10-06 05:30:52,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-dbcb98d0-4b30-4660-9d2c-c4b4c2ebcab0 2018-10-06 05:30:52,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 05:30:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"server": {"name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "imageRef": "8e97d584-5deb-4dcc-b112-53c78016e52d", "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "flavorRef": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "015b969d-1c98-4d52-a1da-c75121997bf3"}], "security_groups": [{"name": "178af0ab-9479-423e-af22-04025c4bd6d0"}]}}' 2018-10-06 05:30:55,248 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05: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-57e71450-a977-4334-826f-074f40ffde8f x-compute-request-id: req-57e71450-a977-4334-826f-074f40ffde8f Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "178af0ab-9479-423e-af22-04025c4bd6d0"}], "OS-DCF:diskConfig": "MANUAL", "id": "05f417e0-84fa-4160-8f59-d42604326389", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "adminPass": "vveP4yfW6zN5"}} 2018-10-06 05:30:55,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-57e71450-a977-4334-826f-074f40ffde8f 2018-10-06 05:30:55,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.96133494377s 2018-10-06 05:30:55,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-57e71450-a977-4334-826f-074f40ffde8f 2018-10-06 05:30:55,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:30:55,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:56,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-dc906b35-4ffa-4a13-b661-a1e087ad0db1 x-compute-request-id: req-dc906b35-4ffa-4a13-b661-a1e087ad0db1 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:30:56,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dc906b35-4ffa-4a13-b661-a1e087ad0db1 2018-10-06 05:30:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779705047607s 2018-10-06 05:30:56,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dc906b35-4ffa-4a13-b661-a1e087ad0db1 2018-10-06 05:30:56,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:30:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:56,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-90b9f733-2285-4d64-be5a-63b1acc0d064 Date: Sat, 06 Oct 2018 05:30: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":["1c9c4f63-a9c4-41d4-909c-ae00ee70f007"],"updated_at":"2018-10-06T05:28:58Z","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","id":"015b969d-1c98-4d52-a1da-c75121997bf3","name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:30:56,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-90b9f733-2285-4d64-be5a-63b1acc0d064 2018-10-06 05:30:56,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114993810654s 2018-10-06 05:30:56,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-90b9f733-2285-4d64-be5a-63b1acc0d064 2018-10-06 05:30:56,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 05:30:56,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:56,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-98a6c0cb-0f6d-49e3-a3bf-0edce2e3bf9d Date: Sat, 06 Oct 2018 05:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"015b969d-1c98-4d52-a1da-c75121997bf3","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:28:58Z","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":"99ee755122cc45189458e26372aa01a3","id":"1c9c4f63-a9c4-41d4-909c-ae00ee70f007","subnetpool_id":null,"name":"cloudify_ims-subnet_3b6c0898-292b-4558-9f4b-9268c4144c17"}]} 2018-10-06 05:30:56,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-98a6c0cb-0f6d-49e3-a3bf-0edce2e3bf9d 2018-10-06 05:30:56,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0589730739594s 2018-10-06 05:30:56,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-98a6c0cb-0f6d-49e3-a3bf-0edce2e3bf9d 2018-10-06 05:30:56,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:30:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:30:58,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:30:58,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-d539f2af-8068-4b57-b349-ce52b7933605 x-compute-request-id: req-d539f2af-8068-4b57-b349-ce52b7933605 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:30:58,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d539f2af-8068-4b57-b349-ce52b7933605 2018-10-06 05:30:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674209117889s 2018-10-06 05:30:58,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d539f2af-8068-4b57-b349-ce52b7933605 2018-10-06 05:30:58,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:00,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:01,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-31d586cd-80a4-4aae-905b-7b6cdea7ac15 x-compute-request-id: req-31d586cd-80a4-4aae-905b-7b6cdea7ac15 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:01,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-31d586cd-80a4-4aae-905b-7b6cdea7ac15 2018-10-06 05:31:01,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730252027512s 2018-10-06 05:31:01,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-31d586cd-80a4-4aae-905b-7b6cdea7ac15 2018-10-06 05:31:01,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:03,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:03,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:04,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-e03ed59e-bb20-4861-bed9-81a03c856d5c x-compute-request-id: req-e03ed59e-bb20-4861-bed9-81a03c856d5c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:04,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e03ed59e-bb20-4861-bed9-81a03c856d5c 2018-10-06 05:31:04,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782956123352s 2018-10-06 05:31:04,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e03ed59e-bb20-4861-bed9-81a03c856d5c 2018-10-06 05:31:04,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:06,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:06,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:07,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-3ecb792f-e7a3-4760-904b-da90151286bd x-compute-request-id: req-3ecb792f-e7a3-4760-904b-da90151286bd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:07,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3ecb792f-e7a3-4760-904b-da90151286bd 2018-10-06 05:31:07,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718528985977s 2018-10-06 05:31:07,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3ecb792f-e7a3-4760-904b-da90151286bd 2018-10-06 05:31:07,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:09,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:09,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:10,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-212c9686-cfa3-45a2-a206-b1e13940bf33 x-compute-request-id: req-212c9686-cfa3-45a2-a206-b1e13940bf33 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:10,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-212c9686-cfa3-45a2-a206-b1e13940bf33 2018-10-06 05:31:10,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961969852448s 2018-10-06 05:31:10,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-212c9686-cfa3-45a2-a206-b1e13940bf33 2018-10-06 05:31:10,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:12,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:12,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:12,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-20797481-65b8-4831-a918-f93848d6119e x-compute-request-id: req-20797481-65b8-4831-a918-f93848d6119e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:12,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-20797481-65b8-4831-a918-f93848d6119e 2018-10-06 05:31:12,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.82044005394s 2018-10-06 05:31:12,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-20797481-65b8-4831-a918-f93848d6119e 2018-10-06 05:31:12,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:14,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:14,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:15,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-0f803660-842c-4c52-ba2b-56835304808e x-compute-request-id: req-0f803660-842c-4c52-ba2b-56835304808e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:15,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f803660-842c-4c52-ba2b-56835304808e 2018-10-06 05:31:15,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704730033875s 2018-10-06 05:31:15,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f803660-842c-4c52-ba2b-56835304808e 2018-10-06 05:31:15,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:17,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:18,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-32a82862-c495-4d3b-9c90-06cb584506e8 x-compute-request-id: req-32a82862-c495-4d3b-9c90-06cb584506e8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:18,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-32a82862-c495-4d3b-9c90-06cb584506e8 2018-10-06 05:31:18,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823175907135s 2018-10-06 05:31:18,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-32a82862-c495-4d3b-9c90-06cb584506e8 2018-10-06 05:31:18,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:20,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:21,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-eacbd32c-c67d-46fa-be31-c9b5964fd41d x-compute-request-id: req-eacbd32c-c67d-46fa-be31-c9b5964fd41d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:21,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-eacbd32c-c67d-46fa-be31-c9b5964fd41d 2018-10-06 05:31:21,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03965806961s 2018-10-06 05:31:21,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-eacbd32c-c67d-46fa-be31-c9b5964fd41d 2018-10-06 05:31:21,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:23,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:24,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50e704e0-1f2f-4a05-92fc-9878d48a9ef6 x-compute-request-id: req-50e704e0-1f2f-4a05-92fc-9878d48a9ef6 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:24,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-50e704e0-1f2f-4a05-92fc-9878d48a9ef6 2018-10-06 05:31:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574542999268s 2018-10-06 05:31:24,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-50e704e0-1f2f-4a05-92fc-9878d48a9ef6 2018-10-06 05:31:24,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:26,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:26,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:27,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-2a4345ba-7d41-47f3-9ffc-6c1eb96f5ebe x-compute-request-id: req-2a4345ba-7d41-47f3-9ffc-6c1eb96f5ebe Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:27,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2a4345ba-7d41-47f3-9ffc-6c1eb96f5ebe 2018-10-06 05:31:27,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07641100883s 2018-10-06 05:31:27,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2a4345ba-7d41-47f3-9ffc-6c1eb96f5ebe 2018-10-06 05:31:27,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:29,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:29,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-d2941ebe-061f-45e1-9de0-39e832f48b64 x-compute-request-id: req-d2941ebe-061f-45e1-9de0-39e832f48b64 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:29,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2941ebe-061f-45e1-9de0-39e832f48b64 2018-10-06 05:31:29,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691069126129s 2018-10-06 05:31:29,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2941ebe-061f-45e1-9de0-39e832f48b64 2018-10-06 05:31:29,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:31,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:31,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:32,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-2dade946-16f1-4c13-8e71-adcbed145536 x-compute-request-id: req-2dade946-16f1-4c13-8e71-adcbed145536 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:32,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2dade946-16f1-4c13-8e71-adcbed145536 2018-10-06 05:31:32,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.758358001709s 2018-10-06 05:31:32,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2dade946-16f1-4c13-8e71-adcbed145536 2018-10-06 05:31:32,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:34,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:35,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-f44354c6-6243-42dd-a2b5-d01a762037d5 x-compute-request-id: req-f44354c6-6243-42dd-a2b5-d01a762037d5 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:35,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f44354c6-6243-42dd-a2b5-d01a762037d5 2018-10-06 05:31:35,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547610044479s 2018-10-06 05:31:35,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f44354c6-6243-42dd-a2b5-d01a762037d5 2018-10-06 05:31:35,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:37,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:37,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:37,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-95401e72-1571-4dd5-a748-2413a3675325 x-compute-request-id: req-95401e72-1571-4dd5-a748-2413a3675325 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:37,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95401e72-1571-4dd5-a748-2413a3675325 2018-10-06 05:31:37,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726688861847s 2018-10-06 05:31:37,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-95401e72-1571-4dd5-a748-2413a3675325 2018-10-06 05:31:37,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:39,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:39,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:40,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-035bb5c9-ce83-4e18-b972-cc41ac81ff10 x-compute-request-id: req-035bb5c9-ce83-4e18-b972-cc41ac81ff10 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:40,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-035bb5c9-ce83-4e18-b972-cc41ac81ff10 2018-10-06 05:31:40,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716755867004s 2018-10-06 05:31:40,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-035bb5c9-ce83-4e18-b972-cc41ac81ff10 2018-10-06 05:31:40,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:42,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:42,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:43,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-ca7431fd-e1cc-4518-8f5d-4713761dd6b2 x-compute-request-id: req-ca7431fd-e1cc-4518-8f5d-4713761dd6b2 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:43,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ca7431fd-e1cc-4518-8f5d-4713761dd6b2 2018-10-06 05:31:43,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559695959091s 2018-10-06 05:31:43,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ca7431fd-e1cc-4518-8f5d-4713761dd6b2 2018-10-06 05:31:43,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:45,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:45,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-336d2e54-828d-4648-8772-00305985c39c x-compute-request-id: req-336d2e54-828d-4648-8772-00305985c39c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:45,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-336d2e54-828d-4648-8772-00305985c39c 2018-10-06 05:31:45,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495558023453s 2018-10-06 05:31:45,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-336d2e54-828d-4648-8772-00305985c39c 2018-10-06 05:31:45,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:47,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:47,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:48,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-aa9d4b49-ba30-48db-ae0b-ecde1161c498 x-compute-request-id: req-aa9d4b49-ba30-48db-ae0b-ecde1161c498 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:48,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-aa9d4b49-ba30-48db-ae0b-ecde1161c498 2018-10-06 05:31:48,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540775060654s 2018-10-06 05:31:48,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-aa9d4b49-ba30-48db-ae0b-ecde1161c498 2018-10-06 05:31:48,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:50,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:50,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:50,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-b15e9bc4-019c-477b-86a7-b47a602035f2 x-compute-request-id: req-b15e9bc4-019c-477b-86a7-b47a602035f2 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:50,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b15e9bc4-019c-477b-86a7-b47a602035f2 2018-10-06 05:31:50,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385110855103s 2018-10-06 05:31:50,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b15e9bc4-019c-477b-86a7-b47a602035f2 2018-10-06 05:31:50,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:52,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:52,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:53,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-8a3e4d64-64e9-4f8b-8627-51e215aa5d0b x-compute-request-id: req-8a3e4d64-64e9-4f8b-8627-51e215aa5d0b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:53,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8a3e4d64-64e9-4f8b-8627-51e215aa5d0b 2018-10-06 05:31:53,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563897132874s 2018-10-06 05:31:53,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8a3e4d64-64e9-4f8b-8627-51e215aa5d0b 2018-10-06 05:31:53,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:55,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:55,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:55,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:31: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-f5b0e975-02ee-4444-a3bc-37879c2663b4 x-compute-request-id: req-f5b0e975-02ee-4444-a3bc-37879c2663b4 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:55,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f5b0e975-02ee-4444-a3bc-37879c2663b4 2018-10-06 05:31:55,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522933959961s 2018-10-06 05:31:55,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f5b0e975-02ee-4444-a3bc-37879c2663b4 2018-10-06 05:31:55,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:31:57,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:31:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:31:58,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-f2b2a0f0-a3fd-4c5a-b31e-99ff77438e5b x-compute-request-id: req-f2b2a0f0-a3fd-4c5a-b31e-99ff77438e5b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:31:58,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2b2a0f0-a3fd-4c5a-b31e-99ff77438e5b 2018-10-06 05:31:58,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710052967072s 2018-10-06 05:31:58,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2b2a0f0-a3fd-4c5a-b31e-99ff77438e5b 2018-10-06 05:31:58,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:00,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:00,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:00,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-331acae7-f8dc-484c-b8ac-351d43408330 x-compute-request-id: req-331acae7-f8dc-484c-b8ac-351d43408330 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:00,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-331acae7-f8dc-484c-b8ac-351d43408330 2018-10-06 05:32:00,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374496936798s 2018-10-06 05:32:00,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-331acae7-f8dc-484c-b8ac-351d43408330 2018-10-06 05:32:00,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:02,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:03,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-63ea487d-3793-47ce-b9ba-87fd1d48360b x-compute-request-id: req-63ea487d-3793-47ce-b9ba-87fd1d48360b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:03,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-63ea487d-3793-47ce-b9ba-87fd1d48360b 2018-10-06 05:32:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522133111954s 2018-10-06 05:32:03,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-63ea487d-3793-47ce-b9ba-87fd1d48360b 2018-10-06 05:32:03,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:05,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:06,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-7536bef2-f99b-47ac-b89b-5dbf2098e695 x-compute-request-id: req-7536bef2-f99b-47ac-b89b-5dbf2098e695 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:06,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7536bef2-f99b-47ac-b89b-5dbf2098e695 2018-10-06 05:32:06,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708860874176s 2018-10-06 05:32:06,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7536bef2-f99b-47ac-b89b-5dbf2098e695 2018-10-06 05:32:06,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:08,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:09,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-fb75603e-28cf-4a9e-8611-892b0f7742bb x-compute-request-id: req-fb75603e-28cf-4a9e-8611-892b0f7742bb Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:09,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fb75603e-28cf-4a9e-8611-892b0f7742bb 2018-10-06 05:32:09,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.874736070633s 2018-10-06 05:32:09,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fb75603e-28cf-4a9e-8611-892b0f7742bb 2018-10-06 05:32:09,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:11,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:11,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:11,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-4c58b234-daa6-409f-a8b1-3d1ddcf6e792 x-compute-request-id: req-4c58b234-daa6-409f-a8b1-3d1ddcf6e792 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:11,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4c58b234-daa6-409f-a8b1-3d1ddcf6e792 2018-10-06 05:32:11,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904694080353s 2018-10-06 05:32:11,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4c58b234-daa6-409f-a8b1-3d1ddcf6e792 2018-10-06 05:32:11,920 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:13,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:13,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:14,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-c64c12ec-e288-47b9-a83a-2f734783cc07 x-compute-request-id: req-c64c12ec-e288-47b9-a83a-2f734783cc07 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:14,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c64c12ec-e288-47b9-a83a-2f734783cc07 2018-10-06 05:32:14,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3580930233s 2018-10-06 05:32:14,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c64c12ec-e288-47b9-a83a-2f734783cc07 2018-10-06 05:32:14,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:16,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:17,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9151c95f-ff15-479e-9222-0b6b358710e7 x-compute-request-id: req-9151c95f-ff15-479e-9222-0b6b358710e7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:17,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9151c95f-ff15-479e-9222-0b6b358710e7 2018-10-06 05:32:17,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.880045175552s 2018-10-06 05:32:17,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9151c95f-ff15-479e-9222-0b6b358710e7 2018-10-06 05:32:17,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:19,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:19,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:19,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-b7432dba-443a-437f-ad6c-59deef5fde76 x-compute-request-id: req-b7432dba-443a-437f-ad6c-59deef5fde76 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:19,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b7432dba-443a-437f-ad6c-59deef5fde76 2018-10-06 05:32:19,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573866844177s 2018-10-06 05:32:19,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b7432dba-443a-437f-ad6c-59deef5fde76 2018-10-06 05:32:19,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:21,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:21,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:22,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c003624-5ade-4213-a053-a98bfd0eb805 x-compute-request-id: req-2c003624-5ade-4213-a053-a98bfd0eb805 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:22,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2c003624-5ade-4213-a053-a98bfd0eb805 2018-10-06 05:32:22,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513895988464s 2018-10-06 05:32:22,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2c003624-5ade-4213-a053-a98bfd0eb805 2018-10-06 05:32:22,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:24,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:24,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-fc8e4321-add8-447f-aa6e-5de778177bf9 x-compute-request-id: req-fc8e4321-add8-447f-aa6e-5de778177bf9 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:24,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fc8e4321-add8-447f-aa6e-5de778177bf9 2018-10-06 05:32:24,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509149074554s 2018-10-06 05:32:24,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fc8e4321-add8-447f-aa6e-5de778177bf9 2018-10-06 05:32:24,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:26,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:26,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:27,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-b1556138-d89e-4be6-974a-0dc1237fe0b8 x-compute-request-id: req-b1556138-d89e-4be6-974a-0dc1237fe0b8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:27,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b1556138-d89e-4be6-974a-0dc1237fe0b8 2018-10-06 05:32:27,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637046813965s 2018-10-06 05:32:27,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b1556138-d89e-4be6-974a-0dc1237fe0b8 2018-10-06 05:32:27,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:29,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:29,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-04c62761-1e82-461e-9548-0f7723c112c8 x-compute-request-id: req-04c62761-1e82-461e-9548-0f7723c112c8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:29,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-04c62761-1e82-461e-9548-0f7723c112c8 2018-10-06 05:32:29,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496850013733s 2018-10-06 05:32:29,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-04c62761-1e82-461e-9548-0f7723c112c8 2018-10-06 05:32:29,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:31,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:31,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:32,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-a6c9364d-87ee-4a3c-b2b2-508eca817d18 x-compute-request-id: req-a6c9364d-87ee-4a3c-b2b2-508eca817d18 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:32,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a6c9364d-87ee-4a3c-b2b2-508eca817d18 2018-10-06 05:32:32,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367605924606s 2018-10-06 05:32:32,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a6c9364d-87ee-4a3c-b2b2-508eca817d18 2018-10-06 05:32:32,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:34,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:34,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:34,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-7ea6d308-e4f6-4130-8fe3-e03d0a3b5a41 x-compute-request-id: req-7ea6d308-e4f6-4130-8fe3-e03d0a3b5a41 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:34,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7ea6d308-e4f6-4130-8fe3-e03d0a3b5a41 2018-10-06 05:32:34,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519281864166s 2018-10-06 05:32:34,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7ea6d308-e4f6-4130-8fe3-e03d0a3b5a41 2018-10-06 05:32:34,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:36,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:38,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-97ce2e7c-2e6a-432d-b869-69b935c50d09 x-compute-request-id: req-97ce2e7c-2e6a-432d-b869-69b935c50d09 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:38,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-97ce2e7c-2e6a-432d-b869-69b935c50d09 2018-10-06 05:32:38,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30431008339s 2018-10-06 05:32:38,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-97ce2e7c-2e6a-432d-b869-69b935c50d09 2018-10-06 05:32:38,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:40,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:40,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:40,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-6c8c04e5-26b5-4ec1-893e-55d6d35407d1 x-compute-request-id: req-6c8c04e5-26b5-4ec1-893e-55d6d35407d1 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:40,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6c8c04e5-26b5-4ec1-893e-55d6d35407d1 2018-10-06 05:32:40,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521847009659s 2018-10-06 05:32:40,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6c8c04e5-26b5-4ec1-893e-55d6d35407d1 2018-10-06 05:32:40,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:42,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:43,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-1111734c-5045-4ea7-a0b0-d45db31451df x-compute-request-id: req-1111734c-5045-4ea7-a0b0-d45db31451df Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:43,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1111734c-5045-4ea7-a0b0-d45db31451df 2018-10-06 05:32:43,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534211158752s 2018-10-06 05:32:43,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1111734c-5045-4ea7-a0b0-d45db31451df 2018-10-06 05:32:43,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:45,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:45,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:45,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-d122f7b9-7736-42df-abce-2cfe3255bffd x-compute-request-id: req-d122f7b9-7736-42df-abce-2cfe3255bffd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:45,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d122f7b9-7736-42df-abce-2cfe3255bffd 2018-10-06 05:32:45,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493718147278s 2018-10-06 05:32:45,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d122f7b9-7736-42df-abce-2cfe3255bffd 2018-10-06 05:32:45,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:47,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:47,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:48,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-ecee1fc8-5157-40ec-a8e8-3be77d58389e x-compute-request-id: req-ecee1fc8-5157-40ec-a8e8-3be77d58389e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:48,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ecee1fc8-5157-40ec-a8e8-3be77d58389e 2018-10-06 05:32:48,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377774953842s 2018-10-06 05:32:48,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ecee1fc8-5157-40ec-a8e8-3be77d58389e 2018-10-06 05:32:48,105 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:50,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6498872-7c69-4b03-9cbb-c6e09075d15f x-compute-request-id: req-e6498872-7c69-4b03-9cbb-c6e09075d15f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:50,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6498872-7c69-4b03-9cbb-c6e09075d15f 2018-10-06 05:32:50,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379184961319s 2018-10-06 05:32:50,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6498872-7c69-4b03-9cbb-c6e09075d15f 2018-10-06 05:32:50,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:52,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:52,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:52,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-0ee2b048-0582-48ed-9b03-47e812b483ac x-compute-request-id: req-0ee2b048-0582-48ed-9b03-47e812b483ac Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:52,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0ee2b048-0582-48ed-9b03-47e812b483ac 2018-10-06 05:32:52,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455656051636s 2018-10-06 05:32:52,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0ee2b048-0582-48ed-9b03-47e812b483ac 2018-10-06 05:32:52,954 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:54,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:54,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:55,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:32: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-b2beffd2-d96e-4839-9380-62632cae48d5 x-compute-request-id: req-b2beffd2-d96e-4839-9380-62632cae48d5 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:55,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b2beffd2-d96e-4839-9380-62632cae48d5 2018-10-06 05:32:55,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520406007767s 2018-10-06 05:32:55,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b2beffd2-d96e-4839-9380-62632cae48d5 2018-10-06 05:32:55,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:32:57,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:32:57,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:32:58,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-3eccbf07-77af-4daf-98f4-b1bfeb18f9d6 x-compute-request-id: req-3eccbf07-77af-4daf-98f4-b1bfeb18f9d6 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:32:58,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3eccbf07-77af-4daf-98f4-b1bfeb18f9d6 2018-10-06 05:32:58,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726981878281s 2018-10-06 05:32:58,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3eccbf07-77af-4daf-98f4-b1bfeb18f9d6 2018-10-06 05:32:58,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:00,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:00,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:00,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-55ff8c91-445c-4b44-8fc9-f5663894b557 x-compute-request-id: req-55ff8c91-445c-4b44-8fc9-f5663894b557 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:00,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-55ff8c91-445c-4b44-8fc9-f5663894b557 2018-10-06 05:33:00,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511267900467s 2018-10-06 05:33:00,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-55ff8c91-445c-4b44-8fc9-f5663894b557 2018-10-06 05:33:00,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:03,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-880dac88-991f-4f45-843a-00f733a620af x-compute-request-id: req-880dac88-991f-4f45-843a-00f733a620af Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:03,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-880dac88-991f-4f45-843a-00f733a620af 2018-10-06 05:33:03,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361239910126s 2018-10-06 05:33:03,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-880dac88-991f-4f45-843a-00f733a620af 2018-10-06 05:33:03,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:05,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:05,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e3866b5-5383-4399-881a-a6a26f77e461 x-compute-request-id: req-7e3866b5-5383-4399-881a-a6a26f77e461 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:05,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e3866b5-5383-4399-881a-a6a26f77e461 2018-10-06 05:33:05,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537546873093s 2018-10-06 05:33:05,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e3866b5-5383-4399-881a-a6a26f77e461 2018-10-06 05:33:05,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:07,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:08,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-d6de2e06-75ef-42a0-95a8-ed7a97c7e1dd x-compute-request-id: req-d6de2e06-75ef-42a0-95a8-ed7a97c7e1dd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:08,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d6de2e06-75ef-42a0-95a8-ed7a97c7e1dd 2018-10-06 05:33:08,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503166913986s 2018-10-06 05:33:08,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d6de2e06-75ef-42a0-95a8-ed7a97c7e1dd 2018-10-06 05:33:08,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:10,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:10,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:10,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-842d7e99-90d1-4e05-837e-1a5205ca6d6d x-compute-request-id: req-842d7e99-90d1-4e05-837e-1a5205ca6d6d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:10,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-842d7e99-90d1-4e05-837e-1a5205ca6d6d 2018-10-06 05:33:10,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386883020401s 2018-10-06 05:33:10,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-842d7e99-90d1-4e05-837e-1a5205ca6d6d 2018-10-06 05:33:10,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:12,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:12,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:12,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-6299d214-6de6-42eb-b37f-542a15472a6d x-compute-request-id: req-6299d214-6de6-42eb-b37f-542a15472a6d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:12,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6299d214-6de6-42eb-b37f-542a15472a6d 2018-10-06 05:33:12,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352272033691s 2018-10-06 05:33:12,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6299d214-6de6-42eb-b37f-542a15472a6d 2018-10-06 05:33:12,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:14,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:15,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c343bdd-2176-406d-a6ef-b7859a87eb5f x-compute-request-id: req-9c343bdd-2176-406d-a6ef-b7859a87eb5f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:15,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9c343bdd-2176-406d-a6ef-b7859a87eb5f 2018-10-06 05:33:15,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537140846252s 2018-10-06 05:33:15,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9c343bdd-2176-406d-a6ef-b7859a87eb5f 2018-10-06 05:33:15,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:17,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:17,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:17,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5943b236-efa3-402b-87a2-37cbf134a807 x-compute-request-id: req-5943b236-efa3-402b-87a2-37cbf134a807 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:17,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5943b236-efa3-402b-87a2-37cbf134a807 2018-10-06 05:33:17,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527581930161s 2018-10-06 05:33:17,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5943b236-efa3-402b-87a2-37cbf134a807 2018-10-06 05:33:17,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:19,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:19,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:20,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-ada37f4f-2e4f-4ab4-9724-a6ad3f7f4177 x-compute-request-id: req-ada37f4f-2e4f-4ab4-9724-a6ad3f7f4177 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:20,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ada37f4f-2e4f-4ab4-9724-a6ad3f7f4177 2018-10-06 05:33:20,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53741312027s 2018-10-06 05:33:20,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ada37f4f-2e4f-4ab4-9724-a6ad3f7f4177 2018-10-06 05:33:20,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:22,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:22,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:23,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-8b148177-322f-40ef-bf22-58d615bf620b x-compute-request-id: req-8b148177-322f-40ef-bf22-58d615bf620b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:23,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8b148177-322f-40ef-bf22-58d615bf620b 2018-10-06 05:33:23,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501332998276s 2018-10-06 05:33:23,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8b148177-322f-40ef-bf22-58d615bf620b 2018-10-06 05:33:23,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:25,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:25,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:25,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-4eea8a35-ff04-4dc8-9fe8-ba0e5b9f578d x-compute-request-id: req-4eea8a35-ff04-4dc8-9fe8-ba0e5b9f578d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:25,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4eea8a35-ff04-4dc8-9fe8-ba0e5b9f578d 2018-10-06 05:33:25,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373437166214s 2018-10-06 05:33:25,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4eea8a35-ff04-4dc8-9fe8-ba0e5b9f578d 2018-10-06 05:33:25,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:27,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:27,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:27,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa43080c-5bd1-49af-83ec-b379ceff913b x-compute-request-id: req-fa43080c-5bd1-49af-83ec-b379ceff913b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:27,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fa43080c-5bd1-49af-83ec-b379ceff913b 2018-10-06 05:33:27,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523922920227s 2018-10-06 05:33:27,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fa43080c-5bd1-49af-83ec-b379ceff913b 2018-10-06 05:33:27,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:29,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:29,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-6558173f-9fb1-456e-975c-a0745ad503ba x-compute-request-id: req-6558173f-9fb1-456e-975c-a0745ad503ba Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:30,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6558173f-9fb1-456e-975c-a0745ad503ba 2018-10-06 05:33:30,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513158798218s 2018-10-06 05:33:30,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6558173f-9fb1-456e-975c-a0745ad503ba 2018-10-06 05:33:30,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:32,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:32,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:32,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-624877fd-2425-40cd-b4c0-acf1ea3da041 x-compute-request-id: req-624877fd-2425-40cd-b4c0-acf1ea3da041 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:32,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-624877fd-2425-40cd-b4c0-acf1ea3da041 2018-10-06 05:33:32,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369558095932s 2018-10-06 05:33:32,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-624877fd-2425-40cd-b4c0-acf1ea3da041 2018-10-06 05:33:32,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:34,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:34,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:35,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33: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-8f7a133c-75d6-4584-baf2-7b435eb08cc8 x-compute-request-id: req-8f7a133c-75d6-4584-baf2-7b435eb08cc8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:35,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f7a133c-75d6-4584-baf2-7b435eb08cc8 2018-10-06 05:33:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501097202301s 2018-10-06 05:33:35,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f7a133c-75d6-4584-baf2-7b435eb08cc8 2018-10-06 05:33:35,357 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:37,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:37,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:37,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-7ec1f491-65b2-4a2c-8b5f-6abe659dbd0f x-compute-request-id: req-7ec1f491-65b2-4a2c-8b5f-6abe659dbd0f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:37,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7ec1f491-65b2-4a2c-8b5f-6abe659dbd0f 2018-10-06 05:33:37,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600594043732s 2018-10-06 05:33:37,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7ec1f491-65b2-4a2c-8b5f-6abe659dbd0f 2018-10-06 05:33:37,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:39,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:39,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:40,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-c8ded1be-73d6-4929-b315-c82fa91d12d4 x-compute-request-id: req-c8ded1be-73d6-4929-b315-c82fa91d12d4 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T05:30:56Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:40,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c8ded1be-73d6-4929-b315-c82fa91d12d4 2018-10-06 05:33:40,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350546836853s 2018-10-06 05:33:40,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c8ded1be-73d6-4929-b315-c82fa91d12d4 2018-10-06 05:33:40,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:33:42,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:33:42,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:42,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c4a956a-d32d-4a9c-9a1e-cd67d28d98df x-compute-request-id: req-5c4a956a-d32d-4a9c-9a1e-cd67d28d98df Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:6c:b4", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:33:37.000000", "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:33:40Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:33:42,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5c4a956a-d32d-4a9c-9a1e-cd67d28d98df 2018-10-06 05:33:42,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229360103607s 2018-10-06 05:33:42,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5c4a956a-d32d-4a9c-9a1e-cd67d28d98df 2018-10-06 05:33:42,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 05:33:42,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:42,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-4e0d732d-8545-4175-85c8-3694e3a56449 Date: Sat, 06 Oct 2018 05:33:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:33:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c9c4f63-a9c4-41d4-909c-ae00ee70f007","ip_address":"192.168.120.12"}],"id":"11fc6c59-b38e-4282-a45f-a8bd33d1df30","security_groups":["178af0ab-9479-423e-af22-04025c4bd6d0"],"mac_address":"fa:16:3e:d4:6c:b4","project_id":"99ee755122cc45189458e26372aa01a3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"015b969d-1c98-4d52-a1da-c75121997bf3","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:30:56Z","binding:vnic_type":"normal","device_id":"05f417e0-84fa-4160-8f59-d42604326389"}]} 2018-10-06 05:33:42,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389 used request id req-4e0d732d-8545-4175-85c8-3694e3a56449 2018-10-06 05:33:42,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0679440498352s 2018-10-06 05:33:42,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389 used request id req-4e0d732d-8545-4175-85c8-3694e3a56449 2018-10-06 05:33:42,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:42,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=11fc6c59-b38e-4282-a45f-a8bd33d1df30" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:42,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-58578bfc-1544-498e-b2f2-108e52d553e9 Date: Sat, 06 Oct 2018 05:33:42 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:33:42,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=11fc6c59-b38e-4282-a45f-a8bd33d1df30 used request id req-58578bfc-1544-498e-b2f2-108e52d553e9 2018-10-06 05:33:42,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0168960094452s 2018-10-06 05:33:42,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=11fc6c59-b38e-4282-a45f-a8bd33d1df30 used request id req-58578bfc-1544-498e-b2f2-108e52d553e9 2018-10-06 05:33:42,645 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d4:6c:b4', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8e97d584-5deb-4dcc-b112-53c78016e52d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T05:33:37.000000', 'flavor': Munch({u'id': u'd82ecc14-e3c6-4c39-b4b9-d9b6501b047e'}), 'az': u'nova', 'id': u'05f417e0-84fa-4160-8f59-d42604326389', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2ae0b1feccb94221a7c85719cddd8f46', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'99ee755122cc45189458e26372aa01a3', 'name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', '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-10-06T05:33:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T05:33:40Z', 'hostId': u'8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3', '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-10-06T05:33:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'99ee755122cc45189458e26372aa01a3', 'name': u'cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17', 'adminPass': u'vveP4yfW6zN5', 'tenant_id': u'99ee755122cc45189458e26372aa01a3', 'region': 'regionOne', 'created': u'2018-10-06T05:30:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 05:33:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:33:42,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:42,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-15b300ed-ac68-4f75-8a48-a91f6ece7d8c Date: Sat, 06 Oct 2018 05:33: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":["1c9c4f63-a9c4-41d4-909c-ae00ee70f007"],"updated_at":"2018-10-06T05:28:58Z","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","id":"015b969d-1c98-4d52-a1da-c75121997bf3","name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:33:42,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-15b300ed-ac68-4f75-8a48-a91f6ece7d8c 2018-10-06 05:33:42,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10805106163s 2018-10-06 05:33:42,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-15b300ed-ac68-4f75-8a48-a91f6ece7d8c 2018-10-06 05:33:42,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 05:33:42,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:42,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-010f6d8a-fc23-4aac-a050-2bb5f7f05d5f Date: Sat, 06 Oct 2018 05:33:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T05:33:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c9c4f63-a9c4-41d4-909c-ae00ee70f007","ip_address":"192.168.120.12"}],"id":"11fc6c59-b38e-4282-a45f-a8bd33d1df30","security_groups":["178af0ab-9479-423e-af22-04025c4bd6d0"],"mac_address":"fa:16:3e:d4:6c:b4","project_id":"99ee755122cc45189458e26372aa01a3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"015b969d-1c98-4d52-a1da-c75121997bf3","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:30:56Z","binding:vnic_type":"normal","device_id":"05f417e0-84fa-4160-8f59-d42604326389"}]} 2018-10-06 05:33:42,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389 used request id req-010f6d8a-fc23-4aac-a050-2bb5f7f05d5f 2018-10-06 05:33:42,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0622329711914s 2018-10-06 05:33:42,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f417e0-84fa-4160-8f59-d42604326389 used request id req-010f6d8a-fc23-4aac-a050-2bb5f7f05d5f 2018-10-06 05:33:42,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-06 05:33:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30"}}' 2018-10-06 05:33:44,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-d388f78b-5e8d-4080-a714-4d3a462d721a Date: Sat, 06 Oct 2018 05:33:44 GMT RESP BODY: {"floatingip": {"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}} 2018-10-06 05:33:44,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d388f78b-5e8d-4080-a714-4d3a462d721a 2018-10-06 05:33:44,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79107904434s 2018-10-06 05:33:44,612 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d388f78b-5e8d-4080-a714-4d3a462d721a 2018-10-06 05:33:44,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:44,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:44,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-f603d1cf-ce8c-46a8-93d5-44c6937144f5 Date: Sat, 06 Oct 2018 05:33:44 GMT RESP BODY: {"floatingips": [{"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}]} 2018-10-06 05:33:44,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f603d1cf-ce8c-46a8-93d5-44c6937144f5 2018-10-06 05:33:44,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0240759849548s 2018-10-06 05:33:44,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f603d1cf-ce8c-46a8-93d5-44c6937144f5 2018-10-06 05:33:44,646 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 05:33:44,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:44,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:44,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-7af556a9-8b54-46d9-b238-35fd31a97e85 Date: Sat, 06 Oct 2018 05:33:44 GMT RESP BODY: {"floatingips": [{"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}]} 2018-10-06 05:33:44,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7af556a9-8b54-46d9-b238-35fd31a97e85 2018-10-06 05:33:44,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.021879196167s 2018-10-06 05:33:44,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-7af556a9-8b54-46d9-b238-35fd31a97e85 2018-10-06 05:33:44,777 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 05:33:44,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:44,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:44,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-6955f9a1-53ec-45f9-81d5-11b93e0ae521 Date: Sat, 06 Oct 2018 05:33:44 GMT RESP BODY: {"floatingips": [{"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}]} 2018-10-06 05:33:44,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6955f9a1-53ec-45f9-81d5-11b93e0ae521 2018-10-06 05:33:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227348804474s 2018-10-06 05:33:44,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-6955f9a1-53ec-45f9-81d5-11b93e0ae521 2018-10-06 05:33:44,909 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 05:33:45,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:45,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-07eccaca-a01e-47fc-87d6-20091c01dca0 Date: Sat, 06 Oct 2018 05:33:45 GMT RESP BODY: {"floatingips": [{"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "DOWN", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}]} 2018-10-06 05:33:45,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-07eccaca-a01e-47fc-87d6-20091c01dca0 2018-10-06 05:33:45,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0220918655396s 2018-10-06 05:33:45,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-07eccaca-a01e-47fc-87d6-20091c01dca0 2018-10-06 05:33:45,040 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 05:33:45,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:33:45,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:33:45,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ab3b25ad-4c69-4b8f-bd67-28010f02d72e Date: Sat, 06 Oct 2018 05:33:45 GMT RESP BODY: {"floatingips": [{"router_id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:33:43Z", "updated_at": "2018-10-06T05:33:43Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "99ee755122cc45189458e26372aa01a3", "port_id": "11fc6c59-b38e-4282-a45f-a8bd33d1df30", "id": "f89d21e4-ec87-4d77-8a4d-f41d6032aff3"}]} 2018-10-06 05:33:45,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ab3b25ad-4c69-4b8f-bd67-28010f02d72e 2018-10-06 05:33:45,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0282409191132s 2018-10-06 05:33:45,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ab3b25ad-4c69-4b8f-bd67-28010f02d72e 2018-10-06 05:33:45,177 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'84a3d898-fdea-4f55-9c1c-b6fc654d67be', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'99ee755122cc45189458e26372aa01a3', 'created_at': u'2018-10-06T05:33:43Z', 'attached': True, 'updated_at': u'2018-10-06T05:33:43Z', 'id': u'f89d21e4-ec87-4d77-8a4d-f41d6032aff3', 'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'99ee755122cc45189458e26372aa01a3', 'name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'84a3d898-fdea-4f55-9c1c-b6fc654d67be', 'project_id': u'99ee755122cc45189458e26372aa01a3', 'port_id': u'11fc6c59-b38e-4282-a45f-a8bd33d1df30', 'port': u'11fc6c59-b38e-4282-a45f-a8bd33d1df30', 'network': u'a6517c0e-8c87-4fe1-b885-3a296982e720'}) 2018-10-06 05:33:45,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 05:33:45,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:33:47,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-583c17d9-8926-4d54-b785-f8ea2eb2d024 x-compute-request-id: req-583c17d9-8926-4d54-b785-f8ea2eb2d024 Content-Encoding: gzip Content-Length: 10971 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 1953798353 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.318515] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320787] pid_max: default: 32768 minimum: 301\n[ 0.322008] Security Framework initialized\n[ 0.323140] SELinux: Initializing.\n[ 0.324434] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.329180] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.332102] Mount-cache hash table entries: 4096\n[ 0.333549] Initializing cgroup subsys memory\n[ 0.334733] Initializing cgroup subsys devices\n[ 0.335914] Initializing cgroup subsys freezer\n[ 0.337088] Initializing cgroup subsys net_cls\n[ 0.338270] Initializing cgroup subsys blkio\n[ 0.339426] Initializing cgroup subsys perf_event\n[ 0.340648] Initializing cgroup subsys hugetlb\n[ 0.341827] Initializing cgroup subsys pids\n[ 0.342963] Initializing cgroup subsys net_prio\n[ 0.344223] CPU: Physical Processor ID: 0\n[ 0.346057] mce: CPU supports 10 MCE banks\n[ 0.347212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.348522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349828] tlb_flushall_shift: 6\n[ 0.351036] Freeing SMP alternatives: 28k freed\n[ 0.354993] ACPI: Core revision 20130517\n[ 0.356511] ACPI: All ACPI Tables successfully acquired\n[ 0.357994] ftrace: allocating 25812 entries in 101 pages\n[ 0.380506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.382042] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383559] smpboot: Max logical packages: 2\n[ 0.384883] Enabling x2apic\n[ 0.385810] Enabled x2apic\n[ 0.386919] Switched APIC routing to physical x2apic.\n[ 0.389131] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400579] KVM setup paravirtual spinlock\n[ 0.402850] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404505] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426203] Brought up 2 CPUs\n[ 0.426206] KVM setup async PF for cpu 1\n[ 0.426209] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429430] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.431581] devtmpfs: initialized\n[ 0.433922] EVM: security.selinux\n[ 0.434961] EVM: security.ima\n[ 0.435926] EVM: security.capability\n[ 0.437643] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439260] pinctrl core: initialized pinctrl subsystem\n[ 0.440751] NET: Registered protocol family 16\n[ 0.442129] ACPI: bus type PCI registered\n[ 0.443285] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.444919] PCI: Using configuration type 1 for base access\n[ 0.449580] ACPI: Added _OSI(Module Device)\n[ 0.450783] ACPI: Added _OSI(Processor Device)\n[ 0.452000] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.456103] ACPI: Interpreter enabled\n[ 0.457177] ACPI: (supports S0 S5)\n[ 0.458190] ACPI: Using IOAPIC for interrupt routing\n[ 0.459448] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.463404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468085] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470930] acpiphp: Slot [3] registered\n[ 0.472044] acpiphp: Slot [4] registered\n[ 0.473160] acpiphp: Slot [5] registered\n[ 0.474274] acpiphp: Slot [6] registered\n[ 0.475381] acpiphp: Slot [7] registered\n[ 0.476488] acpiphp: Slot [8] registered\n[ 0.477598] acpiphp: Slot [9] registered\n[ 0.478710] acpiphp: Slot [10] registered\n[ 0.479834] acpiphp: Slot [11] registered\n[ 0.480958] acpiphp: Slot [12] registered\n[ 0.482084] acpiphp: Slot [13] registered\n[ 0.483256] acpiphp: Slot [14] registered\n[ 0.484646] acpiphp: Slot [15] registered\n[ 0.486029] acpiphp: Slot [16] registered\n[ 0.487438] acpiphp: Slot [17] registered\n[ 0.488804] acpiphp: Slot [18] registered\n[ 0.490207] acpiphp: Slot [19] registered\n[ 0.491589] acpiphp: Slot [20] registered\n[ 0.492989] acpiphp: Slot [21] registered\n[ 0.494398] acpiphp: Slot [22] registered\n[ 0.495804] acpiphp: Slot [23] registered\n[ 0.497183] acpiphp: Slot [24] registered\n[ 0.498569] acpiphp: Slot [25] registered\n[ 0.499929] acpiphp: Slot [26] registered\n[ 0.501320] acpiphp: Slot [27] registered\n[ 0.502716] acpiphp: Slot [28] registered\n[ 0.504080] acpiphp: Slot [29] registered\n[ 0.505454] acpiphp: Slot [30] registered\n[ 0.506829] acpiphp: Slot [31] registered\n[ 0.508190] PCI host bridge to bus 0000:00\n[ 0.509560] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.511226] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.513173] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.515126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.517649] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.526223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.528266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.530172] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.533229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.540109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.543388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.596206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.598429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.600580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.602704] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.605143] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.607114] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.608982] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.611664] vgaarb: loaded\n[ 0.612614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.614027] SCSI subsystem initialized\n[ 0.615111] ACPI: bus type USB registered\n[ 0.616244] usbcore: registered new interface driver usbfs\n[ 0.617598] usbcore: registered new interface driver hub\n[ 0.618928] usbcore: registered new device driver usb\n[ 0.620290] PCI: Using ACPI for IRQ routing\n[ 0.621655] NetLabel: Initializing\n[ 0.622667] NetLabel: domain hash size = 128\n[ 0.623808] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.625066] NetLabel: unlabeled traffic allowed by default\n[ 0.626468] Switched to clocksource kvm-clock\n[ 0.634186] pnp: PnP ACPI init\n[ 0.635167] ACPI: bus type PNP registered\n[ 0.636604] pnp: PnP ACPI: found 5 devices\n[ 0.637726] ACPI: bus type PNP unregistered\n[ 0.644821] NET: Registered protocol family 2\n[ 0.646194] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.648392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.650159] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.651718] TCP: reno registered\n[ 0.652700] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.654140] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.655725] NET: Registered protocol family 1\n[ 0.656935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.658341] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.659731] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.679665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.699789] Unpacking initramfs...\n[ 1.100487] Freeing initrd memory: 37508k freed\n[ 1.109777] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111356] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.120495] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.122014] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.123694] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.125144] Initialise system trusted keyring\n[ 1.126307] audit: initializing netlink socket (disabled)\n[ 1.127615] type=2000 audit(1538804020.018:1): initialized\n[ 1.143724] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.145201] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.147676] zpool: loaded\n[ 1.148563] zbud: loaded\n[ 1.149567] VFS: Disk quotas dquot_6.5.2\n[ 1.150672] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.152222] msgmni has been set to 7578\n[ 1.153342] Key type big_key registered\n[ 1.154967] NET: Registered protocol family 38\n[ 1.156150] Key type asymmetric registered\n[ 1.157254] Asymmetric key parser 'x509' registered\n[ 1.158484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.160550] io scheduler noop registered\n[ 1.161665] io scheduler deadline registered (default)\n[ 1.162959] io scheduler cfq registered\n[ 1.164096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.175965] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.177552] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.179565] ACPI: Power Button [PWRF]\n[ 1.180685] GHES: HEST is not enabled!\n[ 1.181775] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.206268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.207832] Non-volatile memory driver v1.3\n[ 1.208954] Linux agpgart interface v0.103\n[ 1.210143] crash memory driver: version 1.1\n[ 1.211319] rdac: device handler registered\n[ 1.212485] hp_sw: device handler registered\n[ 1.213625] emc: device handler registered\n[ 1.214727] alua: device handler registered\n[ 1.215864] libphy: Fixed MDIO Bus: probed\n[ 1.216996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.218465] ehci-pci: EHCI PCI platform driver\n[ 1.219622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.221035] ohci-pci: OHCI PCI platform driver\n[ 1.222191] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.242227] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.243547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.245587] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.246876] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.248288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.249806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.251790] usb usb1: Product: UHCI Host Controller\n[ 1.253103] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.254664] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.255909] hub 1-0:1.0: USB hub found\n[ 1.256983] hub 1-0:1.0: 2 ports detected\n[ 1.258170] usbcore: registered new interface driver usbserial\n[ 1.259562] usbcore: registered new interface driver usbserial_generic\n[ 1.261044] usbserial: USB Serial support registered for generic\n[ 1.262452] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.265192] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.266477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.267816] mousedev: PS/2 mouse device common for all mice\n[ 1.269421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.271731] rtc_cmos 00:00: RTC can wake from S4\n[ 1.272340] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.272694] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.277864] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.279379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.280892] cpuidle: using governor menu\n[ 1.282031] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.283400] usbcore: registered new interface driver usbhid\n[ 1.284742] usbhid: USB HID core driver\n[ 1.285859] drop_monitor: Initializing network drop monitor service\n[ 1.287348] TCP: cubic registered\n[ 1.288340] Initializing XFRM netlink socket\n[ 1.289522] NET: Registered protocol family 10\n[ 1.290810] NET: Registered protocol family 17\n[ 1.292095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.293473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.294918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.297270] Loading compiled-in X.509 certificates\n[ 1.298506] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.300874] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.303622] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.306001] registered taskstats version 1\n[ 1.308629] Key type trusted registered\n[ 1.310785] Key type encrypted registered\n[ 1.312989] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.314666] rtc_cmos 00:00: setting system clock to 2018-10-06 05:33:39 UTC (1538804019)\n[ 1.317376] Freeing unused kernel memory: 1680k freed\n[ 1.321385] 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.325508] systemd[1]: Detected virtualization kvm.\n[ 1.326772] systemd[1]: Detected architecture x86-64.\n[ 1.328019] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.330362] systemd[1]: No hostname configured.\n[ 1.331559] systemd[1]: Set hostname to .\n[ 1.332861] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.354677] systemd[1]: Reached target Local File Systems.\n[ 1.356019] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.357991] systemd[1]: Reached target Swap.\n[ 1.359147] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361040] systemd[1]: Created slice Root Slice.\n[ 1.362258] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364197] systemd[1]: Listening on Journal Socket.\n[ 1.365450] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367460] systemd[1]: Listening on udev Kernel Socket.\n[ 1.368767] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.370839] systemd[1]: Created slice System Slice.\n[ 1.372080] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.374054] systemd[1]: Reached target Slices.\n[ 1.375248] systemd[1]: Starting Slices.\n[ 1.376617] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.378982] 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.382711] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.385726] systemd[1]: Listening on udev Control Socket.\n[ 1.387266] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.389660] systemd[1]: Reached target Sockets.\n[ 1.391031] systemd[1]: Starting Sockets.\n[ 1.392540] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.394830] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.397291] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.400939] systemd[1]: Reached target Paths.\n[ 1.402283] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.404397] systemd[1]: Reached target Timers.\n[ 1.405785] systemd[1]: Starting Timers.\n[[32m OK [0m] Started Journal Service.\n[ 1.408141] 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.450794] RPC: Registered named UNIX socket transport module.\n[ 1.452212] RPC: Registered udp transport module.\n[ 1.453422] RPC: Registered tcp transport module.\n[ 1.454627] 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[[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.542912] FDC 0 is a S82078B\n[ 1.559476] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.568411] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.608079] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.611590] scsi host0: ata_piix\n[ 1.612808] scsi host1: ata_piix\n[ 1.613960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.615761] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.619965] 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.713446] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.714989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.716590] usb 1-1: Product: QEMU USB Tablet\n[ 1.717778] usb 1-1: Manufacturer: QEMU\n[ 1.718872] usb 1-1: SerialNumber: 42\n[ 1.728720] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.731259] 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.813984] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.816407] XFS (vda1): Mounting V4 Filesystem\n[ 1.898687] 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 Slices.\n[[32m OK [0m] Stopped target Sockets.\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 Stopping udev Kernel Device Manager...\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 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 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.121530] tsc: Refined TSC clocksource calibration: 3491.919 MHz\n[ 2.127765] systemd-journald[123]: Received SIGTERM from PID 1 (systemd).\n[ 2.236020] SELinux: Disabled at runtime.\n[ 2.274535] type=1404 audit(1538804020.459:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.329080] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.331153] 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 Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\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] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\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 Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.688446] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n[ 3.013093] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\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 Starting Update is Completed...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 3.115090] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.118026] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.120962] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started Setup Virtual Console.\n[ 3.143337] ppdev: user-space parallel port driver\n[ 3.166870] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.166871] [TTM] Initializing pool allocator\n[ 3.166883] [TTM] Initializing DMA pool allocator\n[ 3.167085] [drm] fb mappable at 0xFC000000\n[ 3.167086] [drm] vram aper at 0xFC000000\n[ 3.167086] [drm] size 33554432\n[ 3.167086] [drm] fb depth is 24\n[ 3.167086] [drm] pitch is 3072\n[[32m OK [0m] Started Import network configuration from initramfs.\n[ 3.182403] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.190219] AES CTR mode by8 optimization enabled\n[ 3.194632] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.201511] alg: No test for crc32 (crc32-pclmul)\n[ 3.202810] Console: switching to colour frame buffer device 128x48\n[ 3.229894] intel_rapl: no valid rapl domains found in package 0\n[ 3.242199] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Create Volatile Files and Directories...\n[ 3.271455] intel_rapl: no valid rapl domains found in package 0\n[ 3.272549] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.281195] intel_powerclamp: No package C-state available[[32m OK [0m] Started Create Volatile Files and Directories.\n\n[ 3.294131] intel_powerclamp: No package C-state available Starting Security Auditing Service...\nintel_powerclamp: No package C-state available\n[ 3.307132] intel_powerclamp: No package C-state available[[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] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.367573] type=1305 audit(1538804021.552:3): audit_pid=495 old=0 auid=4294967295 ses=4294967295 res=1\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.909926] cloud-init[524]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 05:33:42 +0000. Up 3.88 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-10-06 05:33:47,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action used request id req-583c17d9-8926-4d54-b785-f8ea2eb2d024 2018-10-06 05:33:47,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.37622117996s 2018-10-06 05:33:47,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action used request id req-583c17d9-8926-4d54-b785-f8ea2eb2d024 2018-10-06 05:33:47,555 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 1953798353 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.318515] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320787] pid_max: default: 32768 minimum: 301 [ 0.322008] Security Framework initialized [ 0.323140] SELinux: Initializing. [ 0.324434] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.329180] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.332102] Mount-cache hash table entries: 4096 [ 0.333549] Initializing cgroup subsys memory [ 0.334733] Initializing cgroup subsys devices [ 0.335914] Initializing cgroup subsys freezer [ 0.337088] Initializing cgroup subsys net_cls [ 0.338270] Initializing cgroup subsys blkio [ 0.339426] Initializing cgroup subsys perf_event [ 0.340648] Initializing cgroup subsys hugetlb [ 0.341827] Initializing cgroup subsys pids [ 0.342963] Initializing cgroup subsys net_prio [ 0.344223] CPU: Physical Processor ID: 0 [ 0.346057] mce: CPU supports 10 MCE banks [ 0.347212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.348522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349828] tlb_flushall_shift: 6 [ 0.351036] Freeing SMP alternatives: 28k freed [ 0.354993] ACPI: Core revision 20130517 [ 0.356511] ACPI: All ACPI Tables successfully acquired [ 0.357994] ftrace: allocating 25812 entries in 101 pages [ 0.380506] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.382042] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383559] smpboot: Max logical packages: 2 [ 0.384883] Enabling x2apic [ 0.385810] Enabled x2apic [ 0.386919] Switched APIC routing to physical x2apic. [ 0.389131] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400579] KVM setup paravirtual spinlock [ 0.402850] smpboot: Booting Node 0, Processors #1 OK [ 0.404505] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426203] Brought up 2 CPUs [ 0.426206] KVM setup async PF for cpu 1 [ 0.426209] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429430] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.431581] devtmpfs: initialized [ 0.433922] EVM: security.selinux [ 0.434961] EVM: security.ima [ 0.435926] EVM: security.capability [ 0.437643] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439260] pinctrl core: initialized pinctrl subsystem [ 0.440751] NET: Registered protocol family 16 [ 0.442129] ACPI: bus type PCI registered [ 0.443285] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.444919] PCI: Using configuration type 1 for base access [ 0.449580] ACPI: Added _OSI(Module Device) [ 0.450783] ACPI: Added _OSI(Processor Device) [ 0.452000] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453247] ACPI: Added _OSI(Processor Aggregator Device) [ 0.456103] ACPI: Interpreter enabled [ 0.457177] ACPI: (supports S0 S5) [ 0.458190] ACPI: Using IOAPIC for interrupt routing [ 0.459448] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.463404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468085] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470930] acpiphp: Slot [3] registered [ 0.472044] acpiphp: Slot [4] registered [ 0.473160] acpiphp: Slot [5] registered [ 0.474274] acpiphp: Slot [6] registered [ 0.475381] acpiphp: Slot [7] registered [ 0.476488] acpiphp: Slot [8] registered [ 0.477598] acpiphp: Slot [9] registered [ 0.478710] acpiphp: Slot [10] registered [ 0.479834] acpiphp: Slot [11] registered [ 0.480958] acpiphp: Slot [12] registered [ 0.482084] acpiphp: Slot [13] registered [ 0.483256] acpiphp: Slot [14] registered [ 0.484646] acpiphp: Slot [15] registered [ 0.486029] acpiphp: Slot [16] registered [ 0.487438] acpiphp: Slot [17] registered [ 0.488804] acpiphp: Slot [18] registered [ 0.490207] acpiphp: Slot [19] registered [ 0.491589] acpiphp: Slot [20] registered [ 0.492989] acpiphp: Slot [21] registered [ 0.494398] acpiphp: Slot [22] registered [ 0.495804] acpiphp: Slot [23] registered [ 0.497183] acpiphp: Slot [24] registered [ 0.498569] acpiphp: Slot [25] registered [ 0.499929] acpiphp: Slot [26] registered [ 0.501320] acpiphp: Slot [27] registered [ 0.502716] acpiphp: Slot [28] registered [ 0.504080] acpiphp: Slot [29] registered [ 0.505454] acpiphp: Slot [30] registered [ 0.506829] acpiphp: Slot [31] registered [ 0.508190] PCI host bridge to bus 0000:00 [ 0.509560] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.511226] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.513173] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.515126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.517649] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.526223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.528266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.530172] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.533229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.540109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.543388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.596206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.598429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.600580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.602704] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.605143] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.607114] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.608982] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.611664] vgaarb: loaded [ 0.612614] vgaarb: bridge control possible 0000:00:02.0 [ 0.614027] SCSI subsystem initialized [ 0.615111] ACPI: bus type USB registered [ 0.616244] usbcore: registered new interface driver usbfs [ 0.617598] usbcore: registered new interface driver hub [ 0.618928] usbcore: registered new device driver usb [ 0.620290] PCI: Using ACPI for IRQ routing [ 0.621655] NetLabel: Initializing [ 0.622667] NetLabel: domain hash size = 128 [ 0.623808] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.625066] NetLabel: unlabeled traffic allowed by default [ 0.626468] Switched to clocksource kvm-clock [ 0.634186] pnp: PnP ACPI init [ 0.635167] ACPI: bus type PNP registered [ 0.636604] pnp: PnP ACPI: found 5 devices [ 0.637726] ACPI: bus type PNP unregistered [ 0.644821] NET: Registered protocol family 2 [ 0.646194] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.648392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.650159] TCP: Hash tables configured (established 32768 bind 32768) [ 0.651718] TCP: reno registered [ 0.652700] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.654140] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.655725] NET: Registered protocol family 1 [ 0.656935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.658341] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.659731] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.679665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.699789] Unpacking initramfs... [ 1.100487] Freeing initrd memory: 37508k freed [ 1.109777] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111356] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.120495] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.122014] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.123694] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.125144] Initialise system trusted keyring [ 1.126307] audit: initializing netlink socket (disabled) [ 1.127615] type=2000 audit(1538804020.018:1): initialized [ 1.143724] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.145201] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.147676] zpool: loaded [ 1.148563] zbud: loaded [ 1.149567] VFS: Disk quotas dquot_6.5.2 [ 1.150672] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.152222] msgmni has been set to 7578 [ 1.153342] Key type big_key registered [ 1.154967] NET: Registered protocol family 38 [ 1.156150] Key type asymmetric registered [ 1.157254] Asymmetric key parser 'x509' registered [ 1.158484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.160550] io scheduler noop registered [ 1.161665] io scheduler deadline registered (default) [ 1.162959] io scheduler cfq registered [ 1.164096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.175965] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.177552] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.179565] ACPI: Power Button [PWRF] [ 1.180685] GHES: HEST is not enabled! [ 1.181775] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.206268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.207832] Non-volatile memory driver v1.3 [ 1.208954] Linux agpgart interface v0.103 [ 1.210143] crash memory driver: version 1.1 [ 1.211319] rdac: device handler registered [ 1.212485] hp_sw: device handler registered [ 1.213625] emc: device handler registered [ 1.214727] alua: device handler registered [ 1.215864] libphy: Fixed MDIO Bus: probed [ 1.216996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.218465] ehci-pci: EHCI PCI platform driver [ 1.219622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.221035] ohci-pci: OHCI PCI platform driver [ 1.222191] uhci_hcd: USB Universal Host Controller Interface driver [ 1.242227] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.243547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.245587] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.246876] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.248288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.249806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.251790] usb usb1: Product: UHCI Host Controller [ 1.253103] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.254664] usb usb1: SerialNumber: 0000:00:01.2 [ 1.255909] hub 1-0:1.0: USB hub found [ 1.256983] hub 1-0:1.0: 2 ports detected [ 1.258170] usbcore: registered new interface driver usbserial [ 1.259562] usbcore: registered new interface driver usbserial_generic [ 1.261044] usbserial: USB Serial support registered for generic [ 1.262452] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.265192] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.266477] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.267816] mousedev: PS/2 mouse device common for all mice [ 1.269421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.271731] rtc_cmos 00:00: RTC can wake from S4 [ 1.272340] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.272694] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.277864] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.279379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.280892] cpuidle: using governor menu [ 1.282031] hidraw: raw HID events driver (C) Jiri Kosina [ 1.283400] usbcore: registered new interface driver usbhid [ 1.284742] usbhid: USB HID core driver [ 1.285859] drop_monitor: Initializing network drop monitor service [ 1.287348] TCP: cubic registered [ 1.288340] Initializing XFRM netlink socket [ 1.289522] NET: Registered protocol family 10 [ 1.290810] NET: Registered protocol family 17 [ 1.292095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.293473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.294918] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.297270] Loading compiled-in X.509 certificates [ 1.298506] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.300874] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.303622] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.306001] registered taskstats version 1 [ 1.308629] Key type trusted registered [ 1.310785] Key type encrypted registered [ 1.312989] IMA: No TPM chip found, activating TPM-bypass! [ 1.314666] rtc_cmos 00:00: setting system clock to 2018-10-06 05:33:39 UTC (1538804019) [ 1.317376] Freeing unused kernel memory: 1680k freed [ 1.321385] 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.325508] systemd[1]: Detected virtualization kvm. [ 1.326772] systemd[1]: Detected architecture x86-64. [ 1.328019] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.330362] systemd[1]: No hostname configured. [ 1.331559] systemd[1]: Set hostname to . [ 1.332861] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.354677] systemd[1]: Reached target Local File Systems. [ 1.356019] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.357991] systemd[1]: Reached target Swap. [ 1.359147] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.361040] systemd[1]: Created slice Root Slice. [ 1.362258] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364197] systemd[1]: Listening on Journal Socket. [ 1.365450] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367460] systemd[1]: Listening on udev Kernel Socket. [ 1.368767] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.370839] systemd[1]: Created slice System Slice. [ 1.372080] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.374054] systemd[1]: Reached target Slices. [ 1.375248] systemd[1]: Starting Slices. [ 1.376617] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.378982] 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.382711] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.385726] systemd[1]: Listening on udev Control Socket. [ 1.387266] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.389660] systemd[1]: Reached target Sockets. [ 1.391031] systemd[1]: Starting Sockets. [ 1.392540] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.394830] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.397291] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.400939] systemd[1]: Reached target Paths. [ 1.402283] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.404397] systemd[1]: Reached target Timers. [ 1.405785] systemd[1]: Starting Timers. [[32m OK [0m] Started Journal Service. [ 1.408141] 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.450794] RPC: Registered named UNIX socket transport module. [ 1.452212] RPC: Registered udp transport module. [ 1.453422] RPC: Registered tcp transport module. [ 1.454627] 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. [[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.542912] FDC 0 is a S82078B [ 1.559476] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.568411] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.608079] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.611590] scsi host0: ata_piix [ 1.612808] scsi host1: ata_piix [ 1.613960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.615761] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.619965] 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.713446] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.714989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.716590] usb 1-1: Product: QEMU USB Tablet [ 1.717778] usb 1-1: Manufacturer: QEMU [ 1.718872] usb 1-1: SerialNumber: 42 [ 1.728720] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.731259] 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.813984] SGI XFS with ACLs, security attributes, no debug enabled [ 1.816407] XFS (vda1): Mounting V4 Filesystem [ 1.898687] 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 Slices. [[32m OK [0m] Stopped target Sockets. [[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... Stopping udev Kernel Device Manager... [[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 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 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.121530] tsc: Refined TSC clocksource calibration: 3491.919 MHz [ 2.127765] systemd-journald[123]: Received SIGTERM from PID 1 (systemd). [ 2.236020] SELinux: Disabled at runtime. [ 2.274535] type=1404 audit(1538804020.459:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.329080] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.331153] 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. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Kernel Socket. Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. Starting Setup Virtual Console... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[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 Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.688446] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... [ 3.013093] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Create Static Device Nodes in /dev. [[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] Started udev Kernel Device Manager. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... 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. Starting Update is Completed... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Found device /dev/ttyS0. [ 3.115090] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.118026] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.120962] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started Setup Virtual Console. [ 3.143337] ppdev: user-space parallel port driver [ 3.166870] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.166871] [TTM] Initializing pool allocator [ 3.166883] [TTM] Initializing DMA pool allocator [ 3.167085] [drm] fb mappable at 0xFC000000 [ 3.167086] [drm] vram aper at 0xFC000000 [ 3.167086] [drm] size 33554432 [ 3.167086] [drm] fb depth is 24 [ 3.167086] [drm] pitch is 3072 [[32m OK [0m] Started Import network configuration from initramfs. [ 3.182403] fbcon: cirrusdrmfb (fb0) is primary device [ 3.190219] AES CTR mode by8 optimization enabled [ 3.194632] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.201511] alg: No test for crc32 (crc32-pclmul) [ 3.202810] Console: switching to colour frame buffer device 128x48 [ 3.229894] intel_rapl: no valid rapl domains found in package 0 [ 3.242199] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Create Volatile Files and Directories... [ 3.271455] intel_rapl: no valid rapl domains found in package 0 [ 3.272549] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.281195] intel_powerclamp: No package C-state available[[32m OK [0m] Started Create Volatile Files and Directories. [ 3.294131] intel_powerclamp: No package C-state available Starting Security Auditing Service... intel_powerclamp: No package C-state available [ 3.307132] intel_powerclamp: No package C-state available[[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] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.367573] type=1305 audit(1538804021.552:3): audit_pid=495 old=0 auid=4294967295 ses=4294967295 res=1 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.909926] cloud-init[524]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 05:33:42 +0000. Up 3.88 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-06 05:33:48,557 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-10-06 05:33:57,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 05:33:57,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 05:33:58,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05: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-c2b18d7f-7abe-4ac8-9e0f-eee668332a87 x-compute-request-id: req-c2b18d7f-7abe-4ac8-9e0f-eee668332a87 Content-Encoding: gzip Content-Length: 12744 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 1953798353 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.318515] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320787] pid_max: default: 32768 minimum: 301\n[ 0.322008] Security Framework initialized\n[ 0.323140] SELinux: Initializing.\n[ 0.324434] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.329180] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.332102] Mount-cache hash table entries: 4096\n[ 0.333549] Initializing cgroup subsys memory\n[ 0.334733] Initializing cgroup subsys devices\n[ 0.335914] Initializing cgroup subsys freezer\n[ 0.337088] Initializing cgroup subsys net_cls\n[ 0.338270] Initializing cgroup subsys blkio\n[ 0.339426] Initializing cgroup subsys perf_event\n[ 0.340648] Initializing cgroup subsys hugetlb\n[ 0.341827] Initializing cgroup subsys pids\n[ 0.342963] Initializing cgroup subsys net_prio\n[ 0.344223] CPU: Physical Processor ID: 0\n[ 0.346057] mce: CPU supports 10 MCE banks\n[ 0.347212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.348522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349828] tlb_flushall_shift: 6\n[ 0.351036] Freeing SMP alternatives: 28k freed\n[ 0.354993] ACPI: Core revision 20130517\n[ 0.356511] ACPI: All ACPI Tables successfully acquired\n[ 0.357994] ftrace: allocating 25812 entries in 101 pages\n[ 0.380506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.382042] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383559] smpboot: Max logical packages: 2\n[ 0.384883] Enabling x2apic\n[ 0.385810] Enabled x2apic\n[ 0.386919] Switched APIC routing to physical x2apic.\n[ 0.389131] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400579] KVM setup paravirtual spinlock\n[ 0.402850] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404505] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426203] Brought up 2 CPUs\n[ 0.426206] KVM setup async PF for cpu 1\n[ 0.426209] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429430] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.431581] devtmpfs: initialized\n[ 0.433922] EVM: security.selinux\n[ 0.434961] EVM: security.ima\n[ 0.435926] EVM: security.capability\n[ 0.437643] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439260] pinctrl core: initialized pinctrl subsystem\n[ 0.440751] NET: Registered protocol family 16\n[ 0.442129] ACPI: bus type PCI registered\n[ 0.443285] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.444919] PCI: Using configuration type 1 for base access\n[ 0.449580] ACPI: Added _OSI(Module Device)\n[ 0.450783] ACPI: Added _OSI(Processor Device)\n[ 0.452000] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.456103] ACPI: Interpreter enabled\n[ 0.457177] ACPI: (supports S0 S5)\n[ 0.458190] ACPI: Using IOAPIC for interrupt routing\n[ 0.459448] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.463404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468085] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470930] acpiphp: Slot [3] registered\n[ 0.472044] acpiphp: Slot [4] registered\n[ 0.473160] acpiphp: Slot [5] registered\n[ 0.474274] acpiphp: Slot [6] registered\n[ 0.475381] acpiphp: Slot [7] registered\n[ 0.476488] acpiphp: Slot [8] registered\n[ 0.477598] acpiphp: Slot [9] registered\n[ 0.478710] acpiphp: Slot [10] registered\n[ 0.479834] acpiphp: Slot [11] registered\n[ 0.480958] acpiphp: Slot [12] registered\n[ 0.482084] acpiphp: Slot [13] registered\n[ 0.483256] acpiphp: Slot [14] registered\n[ 0.484646] acpiphp: Slot [15] registered\n[ 0.486029] acpiphp: Slot [16] registered\n[ 0.487438] acpiphp: Slot [17] registered\n[ 0.488804] acpiphp: Slot [18] registered\n[ 0.490207] acpiphp: Slot [19] registered\n[ 0.491589] acpiphp: Slot [20] registered\n[ 0.492989] acpiphp: Slot [21] registered\n[ 0.494398] acpiphp: Slot [22] registered\n[ 0.495804] acpiphp: Slot [23] registered\n[ 0.497183] acpiphp: Slot [24] registered\n[ 0.498569] acpiphp: Slot [25] registered\n[ 0.499929] acpiphp: Slot [26] registered\n[ 0.501320] acpiphp: Slot [27] registered\n[ 0.502716] acpiphp: Slot [28] registered\n[ 0.504080] acpiphp: Slot [29] registered\n[ 0.505454] acpiphp: Slot [30] registered\n[ 0.506829] acpiphp: Slot [31] registered\n[ 0.508190] PCI host bridge to bus 0000:00\n[ 0.509560] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.511226] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.513173] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.515126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.517649] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.526223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.528266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.530172] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.533229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.540109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.543388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.596206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.598429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.600580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.602704] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.605143] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.607114] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.608982] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.611664] vgaarb: loaded\n[ 0.612614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.614027] SCSI subsystem initialized\n[ 0.615111] ACPI: bus type USB registered\n[ 0.616244] usbcore: registered new interface driver usbfs\n[ 0.617598] usbcore: registered new interface driver hub\n[ 0.618928] usbcore: registered new device driver usb\n[ 0.620290] PCI: Using ACPI for IRQ routing\n[ 0.621655] NetLabel: Initializing\n[ 0.622667] NetLabel: domain hash size = 128\n[ 0.623808] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.625066] NetLabel: unlabeled traffic allowed by default\n[ 0.626468] Switched to clocksource kvm-clock\n[ 0.634186] pnp: PnP ACPI init\n[ 0.635167] ACPI: bus type PNP registered\n[ 0.636604] pnp: PnP ACPI: found 5 devices\n[ 0.637726] ACPI: bus type PNP unregistered\n[ 0.644821] NET: Registered protocol family 2\n[ 0.646194] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.648392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.650159] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.651718] TCP: reno registered\n[ 0.652700] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.654140] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.655725] NET: Registered protocol family 1\n[ 0.656935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.658341] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.659731] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.679665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.699789] Unpacking initramfs...\n[ 1.100487] Freeing initrd memory: 37508k freed\n[ 1.109777] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.111356] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.120495] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.122014] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.123694] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.125144] Initialise system trusted keyring\n[ 1.126307] audit: initializing netlink socket (disabled)\n[ 1.127615] type=2000 audit(1538804020.018:1): initialized\n[ 1.143724] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.145201] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.147676] zpool: loaded\n[ 1.148563] zbud: loaded\n[ 1.149567] VFS: Disk quotas dquot_6.5.2\n[ 1.150672] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.152222] msgmni has been set to 7578\n[ 1.153342] Key type big_key registered\n[ 1.154967] NET: Registered protocol family 38\n[ 1.156150] Key type asymmetric registered\n[ 1.157254] Asymmetric key parser 'x509' registered\n[ 1.158484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.160550] io scheduler noop registered\n[ 1.161665] io scheduler deadline registered (default)\n[ 1.162959] io scheduler cfq registered\n[ 1.164096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.175965] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.177552] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.179565] ACPI: Power Button [PWRF]\n[ 1.180685] GHES: HEST is not enabled!\n[ 1.181775] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.206268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.207832] Non-volatile memory driver v1.3\n[ 1.208954] Linux agpgart interface v0.103\n[ 1.210143] crash memory driver: version 1.1\n[ 1.211319] rdac: device handler registered\n[ 1.212485] hp_sw: device handler registered\n[ 1.213625] emc: device handler registered\n[ 1.214727] alua: device handler registered\n[ 1.215864] libphy: Fixed MDIO Bus: probed\n[ 1.216996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.218465] ehci-pci: EHCI PCI platform driver\n[ 1.219622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.221035] ohci-pci: OHCI PCI platform driver\n[ 1.222191] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.242227] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.243547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.245587] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.246876] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.248288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.249806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.251790] usb usb1: Product: UHCI Host Controller\n[ 1.253103] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.254664] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.255909] hub 1-0:1.0: USB hub found\n[ 1.256983] hub 1-0:1.0: 2 ports detected\n[ 1.258170] usbcore: registered new interface driver usbserial\n[ 1.259562] usbcore: registered new interface driver usbserial_generic\n[ 1.261044] usbserial: USB Serial support registered for generic\n[ 1.262452] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.265192] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.266477] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.267816] mousedev: PS/2 mouse device common for all mice\n[ 1.269421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.271731] rtc_cmos 00:00: RTC can wake from S4\n[ 1.272340] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.272694] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.277864] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.279379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.280892] cpuidle: using governor menu\n[ 1.282031] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.283400] usbcore: registered new interface driver usbhid\n[ 1.284742] usbhid: USB HID core driver\n[ 1.285859] drop_monitor: Initializing network drop monitor service\n[ 1.287348] TCP: cubic registered\n[ 1.288340] Initializing XFRM netlink socket\n[ 1.289522] NET: Registered protocol family 10\n[ 1.290810] NET: Registered protocol family 17\n[ 1.292095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.293473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.294918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.297270] Loading compiled-in X.509 certificates\n[ 1.298506] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.300874] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.303622] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.306001] registered taskstats version 1\n[ 1.308629] Key type trusted registered\n[ 1.310785] Key type encrypted registered\n[ 1.312989] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.314666] rtc_cmos 00:00: setting system clock to 2018-10-06 05:33:39 UTC (1538804019)\n[ 1.317376] Freeing unused kernel memory: 1680k freed\n[ 1.321385] 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.325508] systemd[1]: Detected virtualization kvm.\n[ 1.326772] systemd[1]: Detected architecture x86-64.\n[ 1.328019] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.330362] systemd[1]: No hostname configured.\n[ 1.331559] systemd[1]: Set hostname to .\n[ 1.332861] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.354677] systemd[1]: Reached target Local File Systems.\n[ 1.356019] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.357991] systemd[1]: Reached target Swap.\n[ 1.359147] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361040] systemd[1]: Created slice Root Slice.\n[ 1.362258] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364197] systemd[1]: Listening on Journal Socket.\n[ 1.365450] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.367460] systemd[1]: Listening on udev Kernel Socket.\n[ 1.368767] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.370839] systemd[1]: Created slice System Slice.\n[ 1.372080] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.374054] systemd[1]: Reached target Slices.\n[ 1.375248] systemd[1]: Starting Slices.\n[ 1.376617] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.378982] 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.382711] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.385726] systemd[1]: Listening on udev Control Socket.\n[ 1.387266] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.389660] systemd[1]: Reached target Sockets.\n[ 1.391031] systemd[1]: Starting Sockets.\n[ 1.392540] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.394830] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.397291] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.400939] systemd[1]: Reached target Paths.\n[ 1.402283] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.404397] systemd[1]: Reached target Timers.\n[ 1.405785] systemd[1]: Starting Timers.\n[[32m OK [0m] Started Journal Service.\n[ 1.408141] 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.450794] RPC: Registered named UNIX socket transport module.\n[ 1.452212] RPC: Registered udp transport module.\n[ 1.453422] RPC: Registered tcp transport module.\n[ 1.454627] 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[[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.542912] FDC 0 is a S82078B\n[ 1.559476] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.568411] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.608079] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.611590] scsi host0: ata_piix\n[ 1.612808] scsi host1: ata_piix\n[ 1.613960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.615761] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.619965] 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.713446] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.714989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.716590] usb 1-1: Product: QEMU USB Tablet\n[ 1.717778] usb 1-1: Manufacturer: QEMU\n[ 1.718872] usb 1-1: SerialNumber: 42\n[ 1.728720] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.731259] 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.813984] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.816407] XFS (vda1): Mounting V4 Filesystem\n[ 1.898687] 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 Slices.\n[[32m OK [0m] Stopped target Sockets.\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 Stopping udev Kernel Device Manager...\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 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 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.121530] tsc: Refined TSC clocksource calibration: 3491.919 MHz\n[ 2.127765] systemd-journald[123]: Received SIGTERM from PID 1 (systemd).\n[ 2.236020] SELinux: Disabled at runtime.\n[ 2.274535] type=1404 audit(1538804020.459:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.329080] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.331153] 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 Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\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] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\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 Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.688446] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n[ 3.013093] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\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 Starting Update is Completed...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 3.115090] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.118026] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.120962] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Started Setup Virtual Console.\n[ 3.143337] ppdev: user-space parallel port driver\n[ 3.166870] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.166871] [TTM] Initializing pool allocator\n[ 3.166883] [TTM] Initializing DMA pool allocator\n[ 3.167085] [drm] fb mappable at 0xFC000000\n[ 3.167086] [drm] vram aper at 0xFC000000\n[ 3.167086] [drm] size 33554432\n[ 3.167086] [drm] fb depth is 24\n[ 3.167086] [drm] pitch is 3072\n[[32m OK [0m] Started Import network configuration from initramfs.\n[ 3.182403] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.190219] AES CTR mode by8 optimization enabled\n[ 3.194632] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.201511] alg: No test for crc32 (crc32-pclmul)\n[ 3.202810] Console: switching to colour frame buffer device 128x48\n[ 3.229894] intel_rapl: no valid rapl domains found in package 0\n[ 3.242199] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Create Volatile Files and Directories...\n[ 3.271455] intel_rapl: no valid rapl domains found in package 0\n[ 3.272549] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 3.281195] intel_powerclamp: No package C-state available[[32m OK [0m] Started Create Volatile Files and Directories.\n\n[ 3.294131] intel_powerclamp: No package C-state available Starting Security Auditing Service...\nintel_powerclamp: No package C-state available\n[ 3.307132] intel_powerclamp: No package C-state available[[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] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.367573] type=1305 audit(1538804021.552:3): audit_pid=495 old=0 auid=4294967295 ses=4294967295 res=1\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.909926] cloud-init[524]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 05:33:42 +0000. Up 3.88 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 PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\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 InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Started OpenSSH server daemon.\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 nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.876333] cloud-init[792]: Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:33:44 +0000. Up 5.83 seconds.\n[ 5.897885] cloud-init[792]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.899864] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.901711] cloud-init[792]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.903667] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.905632] cloud-init[792]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.908261] cloud-init[792]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:d4:6c:b4 |\n[ 5.910182] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.912152] cloud-init[792]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.914231] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.916341] cloud-init[792]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.918303] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.920692] cloud-init[792]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.922709] cloud-init[792]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH |\n[ 5.924810] cloud-init[792]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.927108] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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: [ 9.264454] cloud-init[3284]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 06 Oct 2018 05:33:47 +0000. Up 9.21 seconds.\n[ 9.865598] cloud-init[3445]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 06 Oct 2018 05:33:48 +0000. Up 9.77 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 8e:b1:60:53:fe:5a:04:3d:c1:f4:99:4f:de:04:06:00 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 10.126913] cloud-init[3445]: Cloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 05:33:48 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.11 seconds\n"} 2018-10-06 05:33:58,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action used request id req-c2b18d7f-7abe-4ac8-9e0f-eee668332a87 2018-10-06 05:33:58,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07912397385s 2018-10-06 05:33:58,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389/action used request id req-c2b18d7f-7abe-4ac8-9e0f-eee668332a87 2018-10-06 05:33:58,648 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 1953798353 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.318515] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320787] pid_max: default: 32768 minimum: 301 [ 0.322008] Security Framework initialized [ 0.323140] SELinux: Initializing. [ 0.324434] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.329180] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.332102] Mount-cache hash table entries: 4096 [ 0.333549] Initializing cgroup subsys memory [ 0.334733] Initializing cgroup subsys devices [ 0.335914] Initializing cgroup subsys freezer [ 0.337088] Initializing cgroup subsys net_cls [ 0.338270] Initializing cgroup subsys blkio [ 0.339426] Initializing cgroup subsys perf_event [ 0.340648] Initializing cgroup subsys hugetlb [ 0.341827] Initializing cgroup subsys pids [ 0.342963] Initializing cgroup subsys net_prio [ 0.344223] CPU: Physical Processor ID: 0 [ 0.346057] mce: CPU supports 10 MCE banks [ 0.347212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.348522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349828] tlb_flushall_shift: 6 [ 0.351036] Freeing SMP alternatives: 28k freed [ 0.354993] ACPI: Core revision 20130517 [ 0.356511] ACPI: All ACPI Tables successfully acquired [ 0.357994] ftrace: allocating 25812 entries in 101 pages [ 0.380506] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.382042] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383559] smpboot: Max logical packages: 2 [ 0.384883] Enabling x2apic [ 0.385810] Enabled x2apic [ 0.386919] Switched APIC routing to physical x2apic. [ 0.389131] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390662] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400579] KVM setup paravirtual spinlock [ 0.402850] smpboot: Booting Node 0, Processors #1 OK [ 0.404505] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426203] Brought up 2 CPUs [ 0.426206] KVM setup async PF for cpu 1 [ 0.426209] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429430] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.431581] devtmpfs: initialized [ 0.433922] EVM: security.selinux [ 0.434961] EVM: security.ima [ 0.435926] EVM: security.capability [ 0.437643] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439260] pinctrl core: initialized pinctrl subsystem [ 0.440751] NET: Registered protocol family 16 [ 0.442129] ACPI: bus type PCI registered [ 0.443285] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.444919] PCI: Using configuration type 1 for base access [ 0.449580] ACPI: Added _OSI(Module Device) [ 0.450783] ACPI: Added _OSI(Processor Device) [ 0.452000] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453247] ACPI: Added _OSI(Processor Aggregator Device) [ 0.456103] ACPI: Interpreter enabled [ 0.457177] ACPI: (supports S0 S5) [ 0.458190] ACPI: Using IOAPIC for interrupt routing [ 0.459448] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.463404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464864] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468085] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470930] acpiphp: Slot [3] registered [ 0.472044] acpiphp: Slot [4] registered [ 0.473160] acpiphp: Slot [5] registered [ 0.474274] acpiphp: Slot [6] registered [ 0.475381] acpiphp: Slot [7] registered [ 0.476488] acpiphp: Slot [8] registered [ 0.477598] acpiphp: Slot [9] registered [ 0.478710] acpiphp: Slot [10] registered [ 0.479834] acpiphp: Slot [11] registered [ 0.480958] acpiphp: Slot [12] registered [ 0.482084] acpiphp: Slot [13] registered [ 0.483256] acpiphp: Slot [14] registered [ 0.484646] acpiphp: Slot [15] registered [ 0.486029] acpiphp: Slot [16] registered [ 0.487438] acpiphp: Slot [17] registered [ 0.488804] acpiphp: Slot [18] registered [ 0.490207] acpiphp: Slot [19] registered [ 0.491589] acpiphp: Slot [20] registered [ 0.492989] acpiphp: Slot [21] registered [ 0.494398] acpiphp: Slot [22] registered [ 0.495804] acpiphp: Slot [23] registered [ 0.497183] acpiphp: Slot [24] registered [ 0.498569] acpiphp: Slot [25] registered [ 0.499929] acpiphp: Slot [26] registered [ 0.501320] acpiphp: Slot [27] registered [ 0.502716] acpiphp: Slot [28] registered [ 0.504080] acpiphp: Slot [29] registered [ 0.505454] acpiphp: Slot [30] registered [ 0.506829] acpiphp: Slot [31] registered [ 0.508190] PCI host bridge to bus 0000:00 [ 0.509560] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.511226] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.513173] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.515126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.517649] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.526223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.528266] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.530172] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.533229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.540109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.543388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.596206] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.598429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.600580] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.602704] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.605143] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.607114] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.608982] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.611664] vgaarb: loaded [ 0.612614] vgaarb: bridge control possible 0000:00:02.0 [ 0.614027] SCSI subsystem initialized [ 0.615111] ACPI: bus type USB registered [ 0.616244] usbcore: registered new interface driver usbfs [ 0.617598] usbcore: registered new interface driver hub [ 0.618928] usbcore: registered new device driver usb [ 0.620290] PCI: Using ACPI for IRQ routing [ 0.621655] NetLabel: Initializing [ 0.622667] NetLabel: domain hash size = 128 [ 0.623808] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.625066] NetLabel: unlabeled traffic allowed by default [ 0.626468] Switched to clocksource kvm-clock [ 0.634186] pnp: PnP ACPI init [ 0.635167] ACPI: bus type PNP registered [ 0.636604] pnp: PnP ACPI: found 5 devices [ 0.637726] ACPI: bus type PNP unregistered [ 0.644821] NET: Registered protocol family 2 [ 0.646194] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.648392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.650159] TCP: Hash tables configured (established 32768 bind 32768) [ 0.651718] TCP: reno registered [ 0.652700] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.654140] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.655725] NET: Registered protocol family 1 [ 0.656935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.658341] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.659731] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.679665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.699789] Unpacking initramfs... [ 1.100487] Freeing initrd memory: 37508k freed [ 1.109777] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.111356] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.120495] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.122014] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.123694] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.125144] Initialise system trusted keyring [ 1.126307] audit: initializing netlink socket (disabled) [ 1.127615] type=2000 audit(1538804020.018:1): initialized [ 1.143724] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.145201] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.147676] zpool: loaded [ 1.148563] zbud: loaded [ 1.149567] VFS: Disk quotas dquot_6.5.2 [ 1.150672] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.152222] msgmni has been set to 7578 [ 1.153342] Key type big_key registered [ 1.154967] NET: Registered protocol family 38 [ 1.156150] Key type asymmetric registered [ 1.157254] Asymmetric key parser 'x509' registered [ 1.158484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.160550] io scheduler noop registered [ 1.161665] io scheduler deadline registered (default) [ 1.162959] io scheduler cfq registered [ 1.164096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.175965] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.177552] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.179565] ACPI: Power Button [PWRF] [ 1.180685] GHES: HEST is not enabled! [ 1.181775] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.206268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.207832] Non-volatile memory driver v1.3 [ 1.208954] Linux agpgart interface v0.103 [ 1.210143] crash memory driver: version 1.1 [ 1.211319] rdac: device handler registered [ 1.212485] hp_sw: device handler registered [ 1.213625] emc: device handler registered [ 1.214727] alua: device handler registered [ 1.215864] libphy: Fixed MDIO Bus: probed [ 1.216996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.218465] ehci-pci: EHCI PCI platform driver [ 1.219622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.221035] ohci-pci: OHCI PCI platform driver [ 1.222191] uhci_hcd: USB Universal Host Controller Interface driver [ 1.242227] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.243547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.245587] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.246876] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.248288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.249806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.251790] usb usb1: Product: UHCI Host Controller [ 1.253103] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.254664] usb usb1: SerialNumber: 0000:00:01.2 [ 1.255909] hub 1-0:1.0: USB hub found [ 1.256983] hub 1-0:1.0: 2 ports detected [ 1.258170] usbcore: registered new interface driver usbserial [ 1.259562] usbcore: registered new interface driver usbserial_generic [ 1.261044] usbserial: USB Serial support registered for generic [ 1.262452] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.265192] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.266477] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.267816] mousedev: PS/2 mouse device common for all mice [ 1.269421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.271731] rtc_cmos 00:00: RTC can wake from S4 [ 1.272340] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.272694] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.277864] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.279379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.280892] cpuidle: using governor menu [ 1.282031] hidraw: raw HID events driver (C) Jiri Kosina [ 1.283400] usbcore: registered new interface driver usbhid [ 1.284742] usbhid: USB HID core driver [ 1.285859] drop_monitor: Initializing network drop monitor service [ 1.287348] TCP: cubic registered [ 1.288340] Initializing XFRM netlink socket [ 1.289522] NET: Registered protocol family 10 [ 1.290810] NET: Registered protocol family 17 [ 1.292095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.293473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.294918] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.297270] Loading compiled-in X.509 certificates [ 1.298506] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.300874] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.303622] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.306001] registered taskstats version 1 [ 1.308629] Key type trusted registered [ 1.310785] Key type encrypted registered [ 1.312989] IMA: No TPM chip found, activating TPM-bypass! [ 1.314666] rtc_cmos 00:00: setting system clock to 2018-10-06 05:33:39 UTC (1538804019) [ 1.317376] Freeing unused kernel memory: 1680k freed [ 1.321385] 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.325508] systemd[1]: Detected virtualization kvm. [ 1.326772] systemd[1]: Detected architecture x86-64. [ 1.328019] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.330362] systemd[1]: No hostname configured. [ 1.331559] systemd[1]: Set hostname to . [ 1.332861] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.354677] systemd[1]: Reached target Local File Systems. [ 1.356019] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.357991] systemd[1]: Reached target Swap. [ 1.359147] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.361040] systemd[1]: Created slice Root Slice. [ 1.362258] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364197] systemd[1]: Listening on Journal Socket. [ 1.365450] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.367460] systemd[1]: Listening on udev Kernel Socket. [ 1.368767] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.370839] systemd[1]: Created slice System Slice. [ 1.372080] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.374054] systemd[1]: Reached target Slices. [ 1.375248] systemd[1]: Starting Slices. [ 1.376617] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.378982] 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.382711] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.385726] systemd[1]: Listening on udev Control Socket. [ 1.387266] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.389660] systemd[1]: Reached target Sockets. [ 1.391031] systemd[1]: Starting Sockets. [ 1.392540] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.394830] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.397291] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.400939] systemd[1]: Reached target Paths. [ 1.402283] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.404397] systemd[1]: Reached target Timers. [ 1.405785] systemd[1]: Starting Timers. [[32m OK [0m] Started Journal Service. [ 1.408141] 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.450794] RPC: Registered named UNIX socket transport module. [ 1.452212] RPC: Registered udp transport module. [ 1.453422] RPC: Registered tcp transport module. [ 1.454627] 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. [[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.542912] FDC 0 is a S82078B [ 1.559476] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.568411] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.608079] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.611590] scsi host0: ata_piix [ 1.612808] scsi host1: ata_piix [ 1.613960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.615761] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.619965] 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.713446] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.714989] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.716590] usb 1-1: Product: QEMU USB Tablet [ 1.717778] usb 1-1: Manufacturer: QEMU [ 1.718872] usb 1-1: SerialNumber: 42 [ 1.728720] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.731259] 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.813984] SGI XFS with ACLs, security attributes, no debug enabled [ 1.816407] XFS (vda1): Mounting V4 Filesystem [ 1.898687] 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 Slices. [[32m OK [0m] Stopped target Sockets. [[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... Stopping udev Kernel Device Manager... [[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 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 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.121530] tsc: Refined TSC clocksource calibration: 3491.919 MHz [ 2.127765] systemd-journald[123]: Received SIGTERM from PID 1 (systemd). [ 2.236020] SELinux: Disabled at runtime. [ 2.274535] type=1404 audit(1538804020.459:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.329080] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.331153] 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. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Kernel Socket. Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. Starting Setup Virtual Console... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[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 Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.688446] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... [ 3.013093] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Create Static Device Nodes in /dev. [[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] Started udev Kernel Device Manager. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... 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. Starting Update is Completed... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Found device /dev/ttyS0. [ 3.115090] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.118026] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.120962] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Started Setup Virtual Console. [ 3.143337] ppdev: user-space parallel port driver [ 3.166870] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.166871] [TTM] Initializing pool allocator [ 3.166883] [TTM] Initializing DMA pool allocator [ 3.167085] [drm] fb mappable at 0xFC000000 [ 3.167086] [drm] vram aper at 0xFC000000 [ 3.167086] [drm] size 33554432 [ 3.167086] [drm] fb depth is 24 [ 3.167086] [drm] pitch is 3072 [[32m OK [0m] Started Import network configuration from initramfs. [ 3.182403] fbcon: cirrusdrmfb (fb0) is primary device [ 3.190219] AES CTR mode by8 optimization enabled [ 3.194632] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.201511] alg: No test for crc32 (crc32-pclmul) [ 3.202810] Console: switching to colour frame buffer device 128x48 [ 3.229894] intel_rapl: no valid rapl domains found in package 0 [ 3.242199] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Create Volatile Files and Directories... [ 3.271455] intel_rapl: no valid rapl domains found in package 0 [ 3.272549] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 3.281195] intel_powerclamp: No package C-state available[[32m OK [0m] Started Create Volatile Files and Directories. [ 3.294131] intel_powerclamp: No package C-state available Starting Security Auditing Service... intel_powerclamp: No package C-state available [ 3.307132] intel_powerclamp: No package C-state available[[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] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.367573] type=1305 audit(1538804021.552:3): audit_pid=495 old=0 auid=4294967295 ses=4294967295 res=1 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.909926] cloud-init[524]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 05:33:42 +0000. Up 3.88 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 PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting System Logging Service... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Started OpenSSH server daemon. [[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 nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [ 5.876333] cloud-init[792]: Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 05:33:44 +0000. Up 5.83 seconds. [ 5.897885] cloud-init[792]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.899864] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.901711] cloud-init[792]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.903667] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.905632] cloud-init[792]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.908261] cloud-init[792]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:d4:6c:b4 | [ 5.910182] cloud-init[792]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.912152] cloud-init[792]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.914231] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.916341] cloud-init[792]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.918303] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.920692] cloud-init[792]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.922709] cloud-init[792]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 5.924810] cloud-init[792]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.927108] cloud-init[792]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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: [ 9.264454] cloud-init[3284]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 06 Oct 2018 05:33:47 +0000. Up 9.21 seconds. [ 9.865598] cloud-init[3445]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 06 Oct 2018 05:33:48 +0000. Up 9.77 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 8e:b1:60:53:fe:5a:04:3d:c1:f4:99:4f:de:04:06:00 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.126913] cloud-init[3445]: Cloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 05:33:48 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.11 seconds 2018-10-06 05:33:58,651 - paramiko.transport - DEBUG - starting thread (client mode): 0x11864b90L 2018-10-06 05:33:58,652 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 05:33:58,668 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-06 05:33:58,668 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-06 05:33:58,731 - 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-10-06 05:33:58,731 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 05:33:58,731 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 05:33:58,731 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 05:33:58,732 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 05:33:58,732 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 05:33:58,773 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 05:33:58,774 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 05:33:58,783 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-06 05:33:58,785 - paramiko.transport - DEBUG - Trying key 8eb16053fe5a043dc1f4994fde040600 from /tmp/tmpMaBbSt 2018-10-06 05:33:58,824 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 05:33:58,852 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 05:33:58,886 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-06 05:33:58,886 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-06 05:33:58,886 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-06 05:33:58,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-10-06 05:33:59,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:33:59,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "stop-sigterm", "MainPID": 810, "Id": "cloudify-influxdb.service", "ActiveState": "deactivating", "SubState": "stop-sigterm"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5286, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "running", "MainPID": 2082, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5654, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 812, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 5288, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5644, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:54 GMT 2018-10-06 05:33:59,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:33:59,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2406 2018-10-06 05:33:59,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:33:59,110 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 810, u'state': u'stop-sigterm', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'deactivating', u'SubState': u'stop-sigterm'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 5286, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 2082, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 5654, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 860, 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': 812, 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': 803, 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': 5288, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 5644, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-06 05:33:59,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-10-06 05:33:59,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:33:59,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "stop-sigterm", "MainPID": 810, "Id": "cloudify-influxdb.service", "ActiveState": "deactivating", "SubState": "stop-sigterm"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5286, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "running", "MainPID": 2082, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5654, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 812, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 5288, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5644, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-06 05:33:59,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:33:59,311 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:54 GMT 2018-10-06 05:33:59,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:33:59,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2406 2018-10-06 05:33:59,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:33:59,311 - functest.core.cloudify - INFO - The current manager status is running 2018-10-06 05:33:59,312 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:33:59,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:55.008Z", "updated_at": "2018-10-06T05:33:55.008Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:55 GMT 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:33:59,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-06 05:33:59,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:33:59,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:33:59,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:55.008Z", "updated_at": "2018-10-06T05:33:55.008Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:55 GMT 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-06 05:33:59,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:33:59,563 - functest.core.cloudify - DEBUG - List secrets: 2018-10-06 05:33:59,564 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/secrets/foo 2018-10-06 05:33:59,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:33:59,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:55.008Z", "updated_at": "2018-10-06T05:33:55.008Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:55 GMT 2018-10-06 05:33:59,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:33:59,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-06 05:33:59,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:33:59,688 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-06 05:33:59,688 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-06 05:33:59,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:33:59,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:33:59,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aca8077-23a4-4cdd-ac13-38c0e2d88863 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3"}, "enabled": true, "id": "99ee755122cc45189458e26372aa01a3", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:33:59,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-0aca8077-23a4-4cdd-ac13-38c0e2d88863 2018-10-06 05:33:59,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.095018863678s 2018-10-06 05:33:59,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-0aca8077-23a4-4cdd-ac13-38c0e2d88863 2018-10-06 05:33:59,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-10-06 05:33:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/quotas/99ee755122cc45189458e26372aa01a3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-10-06 05:34:00,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-b29a2aa5-2523-47f0-a8df-8ff575ab3f01 Date: Sat, 06 Oct 2018 05:34:00 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-10-06 05:34:00,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/99ee755122cc45189458e26372aa01a3.json used request id req-b29a2aa5-2523-47f0-a8df-8ff575ab3f01 2018-10-06 05:34:00,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.235893964767s 2018-10-06 05:34:00,023 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/quotas/99ee755122cc45189458e26372aa01a3.json used request id req-b29a2aa5-2523-47f0-a8df-8ff575ab3f01 2018-10-06 05:34:00,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-10-06 05:34:00,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-06 05:34:00,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:34:00,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346a93ef-de99-41fa-bb03-386b1ac4fd60 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/15d29fce3e82461aae069b5ec9145e71"}, "enabled": true, "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/16c74b6db7b340cb859d517d3ccf0283"}, "enabled": true, "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/16e1107b6b40423297ea8fc0cfcae9d1"}, "enabled": true, "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1729063a3e564330a94e3dc246396974"}, "enabled": true, "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1f3b916ff81f45b99bd3c2e897b8935f"}, "enabled": true, "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/2962eadce4294fe497e29af8cd1fa867"}, "enabled": true, "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/3bdfa1b3149b473cb371e2689e087b7a"}, "enabled": true, "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/6055c16b7d244563b5bc80f3f82ba721"}, "enabled": true, "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/79d68498b3c14b0384db327c6c7ed8e5"}, "enabled": true, "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/96ff0f9b7fec4a47b1f843491548d121"}, "enabled": true, "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c7b975a0e5eb48ac9d138a03aeef7c3f"}, "enabled": true, "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d26801c854344d82ab824e9ff0ad88a9"}, "enabled": true, "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/de8a50466f9746aba64575502f975a57"}, "enabled": true, "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e00154cbbd084485b9b6004ce58cf998"}, "enabled": true, "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f32129466f62498baeb4a7ab4537997b"}, "enabled": true, "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f8fea41d6f7348b3b6f3037f0ee28a4f"}, "enabled": true, "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-10-06 05:34:00,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-346a93ef-de99-41fa-bb03-386b1ac4fd60 2018-10-06 05:34:00,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0965440273285s 2018-10-06 05:34:00,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-06 05:34:00,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:34:00,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb70e792-0781-4973-89ae-0e50bf8c6a15 Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/140bcb27192d4935b1f76b68f32598e0"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1d292ebdc8734aedbb9d8b0f22fc5922"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/20ccb0d62ff24af5a5e7fe9295c28d65"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/216433bc5dc94be68168bb4ae7debe99"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2ed027b80afd49dd900004c49d13db9f"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30370c846a134d318c2f95536bbe44d6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "30370c846a134d318c2f95536bbe44d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c74f4cc333f4895ab9f5c32f9f25505"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/445c8556e25a49a0a9bf9656cc685f9b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de8a50466f9746aba64575502f975a57", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/471685a54cf446f1a2edec9f3740ed16"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/483341beec65433c962a5019b839a87c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "483341beec65433c962a5019b839a87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ed831a5c8f449f4a16115827b028b21"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/572c863656e54d41b247dc60d984c5d0"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de8a50466f9746aba64575502f975a57", "id": "572c863656e54d41b247dc60d984c5d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/63d1318aefab46a6bd55baefbcf5b9ec"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/64944a50f98f4a3ca8ccae4f54f52fb2"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1729063a3e564330a94e3dc246396974", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/673417360df24082b26ac9e72c42f0b4"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "673417360df24082b26ac9e72c42f0b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/7659fcd844da430c85b7eab3c9ee08d1"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76fab377d9c14b4da8b5c71c67f5319b"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/928c283db30c4e73b40f441b4308c566"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1729063a3e564330a94e3dc246396974", "id": "928c283db30c4e73b40f441b4308c566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/995804efa3ff41979fbb350f7e311826"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "995804efa3ff41979fbb350f7e311826"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9c7cc2723621468aab3616d7768cf4c0"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9e673c3d8fcb4a3aac4c327af9ad987b"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a260fd47811b4b0abab34e52e5f3cb91"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a7c4754365e34440a027405c60321ea1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "a7c4754365e34440a027405c60321ea1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/aefc42ec51f34c3aa915bb3aefde7e47"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b6d5aa89a45f423f87e06a54d8315142"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "b6d5aa89a45f423f87e06a54d8315142"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b9d76aa4bccb40858e359269a8a869e7"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/be1a153049c84e208c60e3fe46bf406f"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c004862692df4a52b17ef859581b769f"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "c004862692df4a52b17ef859581b769f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c041f46c972647daa88bf2757e090fd7"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de8a50466f9746aba64575502f975a57", "id": "c041f46c972647daa88bf2757e090fd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c30e260a577948818f65226e3e44b8a3"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "c30e260a577948818f65226e3e44b8a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ca5980520df94ca98a2f4bb106e815b1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/cc96c02828024f8aa2016aeac626f9ea"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d2c77e82afca45fd86348886d4ef6c6f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "d2c77e82afca45fd86348886d4ef6c6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d7ae629605f94c4cbf189396a2bae3b7"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "d7ae629605f94c4cbf189396a2bae3b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e05c65eb5ad84e08a15764d97b05a4dd"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5e322c6980f4e6f886ad205203fc1f0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e6f3e4e2cea049709838304ac9a5f5a3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/eaa0949a9ebd4f958b214d93ef375881"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "eaa0949a9ebd4f958b214d93ef375881"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ee5ca9a736b448df8a0412082809295d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "ee5ca9a736b448df8a0412082809295d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f0782db2cf6147d497fa9d531272a16f"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "f0782db2cf6147d497fa9d531272a16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f498078d6df0478a8c5d02f2fd627c1d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "f498078d6df0478a8c5d02f2fd627c1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f50e8d11569447d9afa5cc423ec3997c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1729063a3e564330a94e3dc246396974", "id": "f50e8d11569447d9afa5cc423ec3997c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f67f3fdf02f04db987e8529caacd0d27"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "f67f3fdf02f04db987e8529caacd0d27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/fcd20fdff94e4c8d8e5f2c84551b8efa"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/feb539a6449d4ee5906a1794ca393738"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "feb539a6449d4ee5906a1794ca393738"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-06 05:34:00,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-eb70e792-0781-4973-89ae-0e50bf8c6a15 2018-10-06 05:34:00,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0799720287323s 2018-10-06 05:34:00,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'e5935368-670d-4b86-b33a-3e0b186ffbf7', 'keystone_tenant_name': u'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.29:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17', 'project_domain_name': 'Default'} 2018-10-06 05:34:00,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2018-10-06 05:34:00,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,337 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:55 GMT 2018-10-06 05:34:00,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-10-06 05:34:00,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,338 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "e5935368-670d-4b86-b33a-3e0b186ffbf7"} 2018-10-06 05:34:00,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,419 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,419 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,419 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,419 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:55.995Z", "updated_at": "2018-10-06T05:33:55.995Z", "created_by": "admin", "private_resource": false, "value": "e5935368-670d-4b86-b33a-3e0b186ffbf7", "key": "keystone_password"} 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-10-06 05:34:00,420 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,421 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"} 2018-10-06 05:34:00,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.081Z", "updated_at": "2018-10-06T05:33:56.081Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17", "key": "keystone_tenant_name"} 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-10-06 05:34:00,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,505 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-10-06 05:34:00,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.217Z", "updated_at": "2018-10-06T05:33:56.217Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,708 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:00,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-10-06 05:34:00,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,709 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.29:5000"} 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,886 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.448Z", "updated_at": "2018-10-06T05:33:56.448Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.29:5000", "key": "keystone_url"} 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,887 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-06 05:34:00,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.576Z", "updated_at": "2018-10-06T05:33:56.576Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:00,997 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:00,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:00,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-10-06 05:34:00,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:00,998 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17"} 2018-10-06 05:34:01,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:01,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:01,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.709Z", "updated_at": "2018-10-06T05:33:56.709Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17", "key": "keystone_username"} 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:01,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-10-06 05:34:01,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:01,164 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:01,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T05:33:56.856Z", "updated_at": "2018-10-06T05:33:56.856Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:33:56 GMT 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-10-06 05:34:01,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:01,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-10-06 05:34:01,299 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 05:34:01,306 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 05:34:01,307 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 05:34:01,340 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 05:34:01,559 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 05:34:01,560 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 05:34:01,561 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 05:34:01,561 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 05:34:01,561 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 05:34:01,614 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 05:34:48,676 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 05:34:48,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.eecs.wsu.edu * extras: mirrors.syringanetworks.net * updates: mirror.jaleco.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 25 MB/s | 54 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+--------------+ | service | status | +--------------------------------+--------------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | stop-sigterm | | Webserver | running | +--------------------------------+--------------+ 2018-10-06 05:34:48,677 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 05:34:48,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-10-06 05:34:48,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:34:48,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:34:48,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-50210c2e-6ae3-4350-88cb-a4a364d81b3a Date: Sat, 06 Oct 2018 05:34:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:34:48,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default used request id req-50210c2e-6ae3-4350-88cb-a4a364d81b3a 2018-10-06 05:34:48,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.248188972473s 2018-10-06 05:34:48,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default used request id req-50210c2e-6ae3-4350-88cb-a4a364d81b3a 2018-10-06 05:34:48,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:34:48,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:34:48,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-a9c379fd-d72e-4d86-9946-11ea90ec691d Date: Sat, 06 Oct 2018 05:34:48 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-06T05:30:51Z", "revision_number": 0, "id": "195b35b2-9889-4b53-b398-b00969f1e09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-06T05:30:51Z", "revision_number": 0, "id": "36317d36-ba0f-4635-857c-5052f8d7d8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "bd31c320-b659-4e5a-a728-6bc550e9ca27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 443, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "dd888684-02a9-4add-87a1-fb29ba641c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 8, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 4, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:34:48,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a9c379fd-d72e-4d86-9946-11ea90ec691d 2018-10-06 05:34:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0573279857635s 2018-10-06 05:34:48,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a9c379fd-d72e-4d86-9946-11ea90ec691d 2018-10-06 05:34:48,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 05:34:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -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": "f05a6503-6a8b-416e-85ef-369ccfce014f"}}' 2018-10-06 05:34:49,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9a4cd475-77ec-4d21-bbe3-8ef0895f2262 Date: Sat, 06 Oct 2018 05:34:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-06T05:34:49Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "port_range_min": 22, "revision_number": 0, "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:34:49Z", "project_id": "99ee755122cc45189458e26372aa01a3", "id": "a7989a30-4ae1-4296-b9a2-8fd638282b33"}} 2018-10-06 05:34:49,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9a4cd475-77ec-4d21-bbe3-8ef0895f2262 2018-10-06 05:34:49,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.186957120895s 2018-10-06 05:34:49,183 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9a4cd475-77ec-4d21-bbe3-8ef0895f2262 2018-10-06 05:34:49,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-10-06 05:34:49,594 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-10-06 05:34:52,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:34:52,267 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-06 05:34:52,268 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-06T05:34:50.500Z", "updated_at": "2018-10-06T05:34:50.500Z", "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"}}}, "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.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.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.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"}}}, "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.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.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"}}}, "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.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.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.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.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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}], "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-10-06 05:34:52,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:34:52,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:34:50 GMT 2018-10-06 05:34:52,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:34:52,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-06 05:34:52,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:34:52,296 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-06 05:34:53,751 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:aba982bbd53c6cc40a4cab6e312ae8d3 sha256:c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4 2018-10-06 05:34:53,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:34:53,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:34:54,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d97941fd-5096-41aa-afa6-7ad7ca86b594 Date: Sat, 06 Oct 2018 05:34:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "metadata": {}}], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": 4373348352, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:30:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T05:29:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:34:54,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d97941fd-5096-41aa-afa6-7ad7ca86b594 2018-10-06 05:34:54,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.615456104279s 2018-10-06 05:34:54,368 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d97941fd-5096-41aa-afa6-7ad7ca86b594 2018-10-06 05:34:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 05:34:54,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "owner_specified.shade.object": "images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17"}' 2018-10-06 05:34:54,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463 X-Openstack-Request-Id: req-ef83b5cd-ce74-49f2-91fb-e075fefdbc78 Date: Sat, 06 Oct 2018 05:34:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "a5cc0c13-8149-4aa8-93b2-877a3f822463", "size": null, "self": "/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-06T05:34:54Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": null, "created_at": "2018-10-06T05:34:54Z", "protected": false} 2018-10-06 05:34:54,587 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ef83b5cd-ce74-49f2-91fb-e075fefdbc78 2018-10-06 05:34:54,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216268062592s 2018-10-06 05:34:54,587 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-ef83b5cd-ce74-49f2-91fb-e075fefdbc78 returning object a5cc0c13-8149-4aa8-93b2-877a3f822463 2018-10-06 05:34:54,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 05:34:54,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '' 2018-10-06 05:34:59,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8134fb8c-24b2-4d45-ac30-c900d34dad11 Date: Sat, 06 Oct 2018 05:34:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:34:59,080 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file used request id req-8134fb8c-24b2-4d45-ac30-c900d34dad11 2018-10-06 05:34:59,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.49172711372s 2018-10-06 05:34:59,080 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file used request id req-8134fb8c-24b2-4d45-ac30-c900d34dad11 2018-10-06 05:34:59,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:34:59,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:34:59,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-1ebe8e42-aa35-466f-bf47-f9a4f81bbbbf Date: Sat, 06 Oct 2018 05:34:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/snap", "metadata": {}}], "file": "/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "a5cc0c13-8149-4aa8-93b2-877a3f822463", "size": 263193088, "self": "/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-06T05:34:59Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "created_at": "2018-10-06T05:34:54Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "metadata": {}}], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": 4373348352, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:30:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T05:29:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:34:59,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1ebe8e42-aa35-466f-bf47-f9a4f81bbbbf 2018-10-06 05:34:59,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.654075145721s 2018-10-06 05:34:59,735 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1ebe8e42-aa35-466f-bf47-f9a4f81bbbbf 2018-10-06 05:34:59,738 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/file', 'owner': u'99ee755122cc45189458e26372aa01a3', 'id': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'size': 263193088, u'self': u'/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'99ee755122cc45189458e26372aa01a3', 'name': 'cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/a5cc0c13-8149-4aa8-93b2-877a3f822463/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T05:34:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T05:34:59Z', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'properties': {u'self': u'/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17', 'created': u'2018-10-06T05:34:54Z', 'checksum': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'created_at': u'2018-10-06T05:34:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_3b6c0898-292b-4558-9f4b-9268c4144c17', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}}) 2018-10-06 05:34:59,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 05:34:59,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-10-06 05:34:59,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:34: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-63b76c5f-6454-4875-83d3-bcccd84314c3 x-compute-request-id: req-63b76c5f-6454-4875-83d3-bcccd84314c3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "192cdab7-0533-4445-86f8-649f3fb5b48e", "name": "cloudify_ims-flavor_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 05:34:59,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-63b76c5f-6454-4875-83d3-bcccd84314c3 2018-10-06 05:34:59,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220891952515s 2018-10-06 05:34:59,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-63b76c5f-6454-4875-83d3-bcccd84314c3 returning object 192cdab7-0533-4445-86f8-649f3fb5b48e 2018-10-06 05:34:59,961 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_3b6c0898-292b-4558-9f4b-9268c4144c17', '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'43b0e43720f24df1860fcd99772e846d', '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'192cdab7-0533-4445-86f8-649f3fb5b48e', 'swap': 0}) 2018-10-06 05:34:59,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 05:34:59,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" -d '{"extra_specs": {}}' 2018-10-06 05:34:59,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:34: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-8257d918-2075-4f8b-a2e4-6e448280a74a x-compute-request-id: req-8257d918-2075-4f8b-a2e4-6e448280a74a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 05:34:59,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e/os-extra_specs used request id req-8257d918-2075-4f8b-a2e4-6e448280a74a 2018-10-06 05:34:59,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220720767975s 2018-10-06 05:34:59,984 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e/os-extra_specs used request id req-8257d918-2075-4f8b-a2e4-6e448280a74a 2018-10-06 05:34:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-10-06 05:34:59,985 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a5cc0c13-8149-4aa8-93b2-877a3f822463", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "bono_cluster_size": 1, "flavor_id": "192cdab7-0533-4445-86f8-649f3fb5b48e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-10-06 05:35:01,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:01,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:01,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a5cc0c13-8149-4aa8-93b2-877a3f822463", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "bono_cluster_size": 1, "flavor_id": "192cdab7-0533-4445-86f8-649f3fb5b48e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-06T05:34:59.251Z", "updated_at": "2018-10-06T05:34:59.251Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:00 GMT 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:01,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-06 05:35:01,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:01,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:01,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:01,988 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-06 05:35:01,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:01,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:01 GMT 2018-10-06 05:35:01,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:01,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-10-06 05:35:01,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:01,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:02,060 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:02,060 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:01 GMT 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:02,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 05:35:02,062 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:02,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:02,124 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:02,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:02,125 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:01 GMT 2018-10-06 05:35:02,125 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:02,125 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:02,125 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:07,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:07,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.261Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.620Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.665Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.665Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.665Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:02.887Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:02.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:03.947Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:03.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:03.947Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:03.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:03.947Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:03.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:04.981Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPrUkIz --prefix=\"/tmp/openstack-7QAEsD\" --constraint=\"/tmp/openstack-7QAEsD/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:04.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:04.981Z", "message": "Installing from directory: /tmp/tmpPrUkIz [args=--prefix=\"/tmp/openstack-7QAEsD\" --constraint=\"/tmp/openstack-7QAEsD/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:04.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-06 05:35:07,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:07,210 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:06 GMT 2018-10-06 05:35:07,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:07,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-10-06 05:35:07,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:07,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-06 05:35:07,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-06 05:35:07,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:35:07,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPrUkIz --prefix="/tmp/openstack-7QAEsD" --constraint="/tmp/openstack-7QAEsD/constraint.txt" 2018-10-06 05:35:07,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpPrUkIz [args=--prefix="/tmp/openstack-7QAEsD" --constraint="/tmp/openstack-7QAEsD/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-06 05:35:07,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:07,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:07,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:07,283 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:06 GMT 2018-10-06 05:35:07,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:07,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:07,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:12,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:12,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:12 GMT 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:12,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:12,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:12 GMT 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:12,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:17,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:17,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:17,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:17,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:17 GMT 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 05:35:17,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:17,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:17,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:17,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:17,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:17 GMT 2018-10-06 05:35:17,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:17,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:17,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:22,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:22,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:22,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:22 GMT 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:22,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 05:35:22,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:22,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:22,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:22,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:22,711 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:22 GMT 2018-10-06 05:35:22,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:22,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:22,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:27,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:27,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:27 GMT 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:27,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:27,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:27,870 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:27,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:27,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:27 GMT 2018-10-06 05:35:27,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:27,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:27,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:32,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:32,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:31.675Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:31.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:32.021Z", "message": "Removing directory: /tmp/tmpPrUkIz", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:32.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821", "logger": "715e5491-d927-4766-9963-56a9b66dad1b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:32.490Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:32.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:32 GMT 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-10-06 05:35:32,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:32,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-06 05:35:32,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpPrUkIz 2018-10-06 05:35:32,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:35:32,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:33,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:33 GMT 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-06 05:35:33,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:38,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:38,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:33.760Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:33.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:33.760Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:33.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:33.760Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:33.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "828b67bc-5239-4021-90bc-793edd17b821"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-10-06 05:35:38,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:38,155 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:38 GMT 2018-10-06 05:35:38,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:38,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-10-06 05:35:38,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:38,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-06 05:35:38,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-10-06 05:35:38,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-06 05:35:38,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/828b67bc-5239-4021-90bc-793edd17b821 2018-10-06 05:35:38,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"} 2018-10-06 05:35:38,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:38,226 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:38 GMT 2018-10-06 05:35:38,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:38,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-10-06 05:35:38,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:38,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-10-06 05:35:38,227 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-10-06 05:35:38,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-10-06 05:35:38,381 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:38 GMT 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:38,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:38,478 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:38 GMT 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:38,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:35:38,543 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:38,544 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:38,545 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:38 GMT 2018-10-06 05:35:38,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:38,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:38,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:43,550 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:43,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:43,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:39.084Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:39.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:41.164Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:41.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.248Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:42.594Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:42.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "90864af7-33e1-476b-a98e-9901107a5225"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "ellis_security_group_rqaye6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8116b9bd-a6a1-49af-a11a-82f392968915"}, {"node_instance_id": "homer_security_group_blpca1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "90864af7-33e1-476b-a98e-9901107a5225"}, {"node_instance_id": "ellis_security_group_rqaye6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8116b9bd-a6a1-49af-a11a-82f392968915"}, {"node_instance_id": "homer_security_group_blpca1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "90864af7-33e1-476b-a98e-9901107a5225"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "ellis_security_group_rqaye6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8116b9bd-a6a1-49af-a11a-82f392968915"}, {"node_instance_id": "ellis_security_group_rqaye6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8116b9bd-a6a1-49af-a11a-82f392968915"}, {"node_instance_id": "homer_security_group_blpca1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "90864af7-33e1-476b-a98e-9901107a5225"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.297Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "306fc07b-76a4-40a0-9420-e07e3127db23"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:43.373Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:43.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 35, "offset": 0, "size": 50}}} 2018-10-06 05:35:43,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:43,628 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:43 GMT 2018-10-06 05:35:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20494 2018-10-06 05:35:43,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-10-06 05:35:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-10-06 05:35:43,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-06 05:35:43,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:43,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:43,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:43 GMT 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:43,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:48,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:48,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.461Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "62440b83-42fb-450e-a4dd-299af2b839fe"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:44.486Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:44.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_floatingip_321ffm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:45.804Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:45Z', u'updated_at': u'2018-10-06T05:35:45Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'1af80c44-1029-4409-88bc-43dc40c242bd'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:45.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b7a6d54a-f5fc-4a22-8cfa-849aae9581d6"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.009Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.503Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.503Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:46.827Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:46.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.719Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.719Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.719Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.719Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.719Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:47.737Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:47.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "eee00ef1-cdb0-4f9d-983d-1327075ba567"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.757Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 79, "offset": 35, "size": 50}}} 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:48 GMT 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29822 2018-10-06 05:35:48,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:48,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-10-06 05:35:48,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:45Z', u'updated_at': u'2018-10-06T05:35:45Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'1af80c44-1029-4409-88bc-43dc40c242bd'} 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-10-06 05:35:48,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-10-06 05:35:48,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:48,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:48,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:48,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:48 GMT 2018-10-06 05:35:48,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:48,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:48,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:53,884 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:53,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "sprout_security_group_6z8202", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9baa1215-1874-4c99-becb-ea8990423c30"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d74e3c54-5661-44c3-a87a-f65762965268"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "468706f6-998b-43b0-8668-7faf0ef42c15"}, {"node_instance_id": "sprout_security_group_6z8202", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:48.791Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:48.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9baa1215-1874-4c99-becb-ea8990423c30"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:49.779Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:49.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:49.779Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:49.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:49.779Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:49.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:49.779Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:49.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:49.779Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:49.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:50.789Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:50.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_floatingip_osgoxy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:50.965Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:50Z', u'updated_at': u'2018-10-06T05:35:50Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'47fba3ca-75fb-4ae2-96bb-dd214c5941c6'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:50.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "af0bfa7a-2f12-41b2-8a27-fe3d8e590707"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:51.801Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:51.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:51.801Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:51.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:51.801Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:51.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.642Z", "message": "Using external resource keypair: cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "04aa87fa-219e-4bd6-9f9a-c381d6c17cca"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.883Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.883Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.883Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.883Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:52.883Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:52.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.814Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "83d9770d-d037-41d3-8652-25ec63686ca1"}, {"node_instance_id": "bind_security_group_qwhcv0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.814Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "83d9770d-d037-41d3-8652-25ec63686ca1"}, {"node_instance_id": "bind_security_group_qwhcv0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.814Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "83d9770d-d037-41d3-8652-25ec63686ca1"}, {"node_instance_id": "bind_security_group_qwhcv0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.814Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "83d9770d-d037-41d3-8652-25ec63686ca1"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.908Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.908Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.908Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.908Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:53.908Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:53.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 130, "offset": 85, "size": 50}}} 2018-10-06 05:35:53,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:53,966 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:53 GMT 2018-10-06 05:35:53,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:53,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27480 2018-10-06 05:35:53,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:53,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-10-06 05:35:53,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:53,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:50Z', u'updated_at': u'2018-10-06T05:35:50Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'47fba3ca-75fb-4ae2-96bb-dd214c5941c6'} 2018-10-06 05:35:53,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-06 05:35:53,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-10-06 05:35:53,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:53,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:53,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:53,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:53,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-06 05:35:53,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:54,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:54 GMT 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:54,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:59,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:35:59,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:59,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:59,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:59,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:59,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_afxuom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "keypair_abdyfy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:54.932Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:54.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:55.311Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:54Z', u'updated_at': u'2018-10-06T05:35:54Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'191aa80a-1977-4f72-975d-69c5ed9d730a'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:55.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "d9e20e3b-97e3-40fb-b936-9056d7c15a6d"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:56.235Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:56.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.407Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f4a6227-100b-46e4-96ee-fbafa39f7daf"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.416Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.888Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd86b8708-18d2-4bf4-9f6e-98028ca4f198', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'1af80c44-1029-4409-88bc-43dc40c242bd', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a0b9fbce-bdd3-482a-82ed-5792046da0be"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:57.888Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_vp5ip2'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:57.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f4a6227-100b-46e4-96ee-fbafa39f7daf"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:58.445Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:58.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0cbdf458-905e-444b-b37a-337265baf016', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'46ec36ab-906d-4c01-8fda-9fbfdd14aec3', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9b61b2dc-dd98-4b9a-8e04-edb8491a0390"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3288c6e7-f60c-42fc-a5c7-f4ca0c7be6fe', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b64bc47c-b2b0-4297-8ce1-bd415e7e7f8f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'feb6f95f-d7fb-4ef2-acb3-d7bfd601c0b2', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7871716d-3051-478c-89d0-884c473f4676"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_c4lu31'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7871716d-3051-478c-89d0-884c473f4676"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_4b4ntt'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a0b9fbce-bdd3-482a-82ed-5792046da0be"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_wjbfwh'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b64bc47c-b2b0-4297-8ce1-bd415e7e7f8f"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.022Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_9c05qi'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9b61b2dc-dd98-4b9a-8e04-edb8491a0390"}], "metadata": {"pagination": {"total": 171, "offset": 130, "size": 50}}} 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:59 GMT 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23478 2018-10-06 05:35:59,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:35:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:59,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'99ee755122cc45189458e26372aa01a3', u'created_at': u'2018-10-06T05:35:54Z', u'updated_at': u'2018-10-06T05:35:54Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'99ee755122cc45189458e26372aa01a3', u'port_id': None, u'id': u'191aa80a-1977-4f72-975d-69c5ed9d730a'} 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}] 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:59,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 05:35:59,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd86b8708-18d2-4bf4-9f6e-98028ca4f198', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'1af80c44-1029-4409-88bc-43dc40c242bd', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}] 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_vp5ip2'} 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0cbdf458-905e-444b-b37a-337265baf016', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'46ec36ab-906d-4c01-8fda-9fbfdd14aec3', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3288c6e7-f60c-42fc-a5c7-f4ca0c7be6fe', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'feb6f95f-d7fb-4ef2-acb3-d7bfd601c0b2', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-10-06 05:35:59,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_c4lu31'} 2018-10-06 05:35:59,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_4b4ntt'} 2018-10-06 05:35:59,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_wjbfwh'} 2018-10-06 05:35:59,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_9c05qi'} 2018-10-06 05:35:59,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:35:59,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:35:59,288 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:35:59,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:35:59,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:35:59 GMT 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:35:59,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:04,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:04,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:35:59.487Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:35:59.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a0b9fbce-bdd3-482a-82ed-5792046da0be"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f4a6227-100b-46e4-96ee-fbafa39f7daf"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_4b4ntt', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a0b9fbce-bdd3-482a-82ed-5792046da0be"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_vp5ip2', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f4a6227-100b-46e4-96ee-fbafa39f7daf"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_4b4ntt', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a0b9fbce-bdd3-482a-82ed-5792046da0be"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.081Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_vp5ip2', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f4a6227-100b-46e4-96ee-fbafa39f7daf"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.550Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.550Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.550Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:00.550Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:00.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7871716d-3051-478c-89d0-884c473f4676"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b64bc47c-b2b0-4297-8ce1-bd415e7e7f8f"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9b61b2dc-dd98-4b9a-8e04-edb8491a0390"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_c4lu31', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7871716d-3051-478c-89d0-884c473f4676"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_wjbfwh', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b64bc47c-b2b0-4297-8ce1-bd415e7e7f8f"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_9c05qi', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9b61b2dc-dd98-4b9a-8e04-edb8491a0390"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_c4lu31', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7871716d-3051-478c-89d0-884c473f4676"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_wjbfwh', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b64bc47c-b2b0-4297-8ce1-bd415e7e7f8f"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.160Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_9c05qi', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9b61b2dc-dd98-4b9a-8e04-edb8491a0390"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.588Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:01.588Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:01.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:02.896Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:02.896Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:02.896Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:02.896Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:02.896Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:04.333Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'935526d7-867a-4455-94aa-0dfdcb583fed', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:04.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3d819cc4-ba0d-49bc-b4fc-c96f9b953730"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:04.349Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:04.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 200, "offset": 171, "size": 50}}} 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:04,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:04 GMT 2018-10-06 05:36:04,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:04,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20387 2018-10-06 05:36:04,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_4b4ntt', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_vp5ip2', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_4b4ntt', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_vp5ip2', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:04,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_c4lu31', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_wjbfwh', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_9c05qi', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_c4lu31', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_wjbfwh', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_9c05qi', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:04,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:36:04,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 05:36:04,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:04,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:04,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'935526d7-867a-4455-94aa-0dfdcb583fed', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-10-06 05:36:04,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:04,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:04,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:04 GMT 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:04,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:09,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:10,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.366Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9a151e7a-9290-4736-a68a-e101bba2ef16', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'0cbdf458-905e-444b-b37a-337265baf016', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'191aa80a-1977-4f72-975d-69c5ed9d730a', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3040c8ee-d2f2-46b7-9059-461e9d1d9646"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.366Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f00104af-e8ae-4fcd-837f-3589bd6e2ea5', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'47fba3ca-75fb-4ae2-96bb-dd214c5941c6', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "dba82048-1f62-41a1-92a0-61317bbfc30b"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.366Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_pa0n8k'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "dba82048-1f62-41a1-92a0-61317bbfc30b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.366Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_zwmmf5'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3040c8ee-d2f2-46b7-9059-461e9d1d9646"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.366Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_m8v535'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3d819cc4-ba0d-49bc-b4fc-c96f9b953730"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:05.682Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:05.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:06.695Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:06.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:06.935Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_m8v535', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:06.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3d819cc4-ba0d-49bc-b4fc-c96f9b953730"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.486Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "dba82048-1f62-41a1-92a0-61317bbfc30b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3040c8ee-d2f2-46b7-9059-461e9d1d9646"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3d819cc4-ba0d-49bc-b4fc-c96f9b953730"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_pa0n8k', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "dba82048-1f62-41a1-92a0-61317bbfc30b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_zwmmf5', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3040c8ee-d2f2-46b7-9059-461e9d1d9646"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_m8v535', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3d819cc4-ba0d-49bc-b4fc-c96f9b953730"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_pa0n8k', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "dba82048-1f62-41a1-92a0-61317bbfc30b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:08.507Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_zwmmf5', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:08.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3040c8ee-d2f2-46b7-9059-461e9d1d9646"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:09.515Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:09.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:09.515Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:09.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 233, "offset": 200, "size": 50}}} 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:10 GMT 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21745 2018-10-06 05:36:10,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:10,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9a151e7a-9290-4736-a68a-e101bba2ef16', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'0cbdf458-905e-444b-b37a-337265baf016', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'191aa80a-1977-4f72-975d-69c5ed9d730a', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}] 2018-10-06 05:36:10,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', u'external_type': u'keypair'}, {u'external_id': u'5f0b417d-37a8-45fe-b0bf-a527458f2874', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f00104af-e8ae-4fcd-837f-3589bd6e2ea5', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'47fba3ca-75fb-4ae2-96bb-dd214c5941c6', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_pa0n8k'} 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_zwmmf5'} 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_m8v535'} 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:10,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_m8v535', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:10,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 05:36:10,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_pa0n8k', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_zwmmf5', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_m8v535', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_pa0n8k', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_zwmmf5', 'key_name': u'cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17', 'image': u'a5cc0c13-8149-4aa8-93b2-877a3f822463', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17', 'cloudify_management_network_id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}, 'nics': [{'net-id': u'015b969d-1c98-4d52-a1da-c75121997bf3'}], 'flavor': u'192cdab7-0533-4445-86f8-649f3fb5b48e'} 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:10,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:10,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:10,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:10,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:10 GMT 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:10,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:10,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:15,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:15,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:10.612Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:10.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:11.738Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:11.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:11.738Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:11.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:11.738Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:11.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:11.738Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:11.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:11.738Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:11.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:12.802Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:12.802Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:12.802Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:12.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:13.889Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:13.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:13.889Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:13.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:13.889Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:13.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:13.889Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:13.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:13.889Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:13.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:15.010Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:15.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:15.010Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:15.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:15.010Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:15.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:15.010Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:15.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:15.010Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:15.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 252, "offset": 233, "size": 50}}} 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:15 GMT 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11783 2018-10-06 05:36:15,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:15,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:15,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:15,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:15,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:15,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:36:15,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:15,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:36:15,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:15,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:15,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:15,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:15,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:15,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:15,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:15,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:15 GMT 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:15,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:20,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:20,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:20,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:20,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:20,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:20,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:16.049Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:16.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:16.049Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:16.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:16.049Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:16.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:17.184Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:17.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:18.202Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:18.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 257, "offset": 252, "size": 50}}} 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:20 GMT 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4445 2018-10-06 05:36:20,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:20,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 05:36:20,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:20,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 05:36:20,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:20,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 05:36:20,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:20,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:20 GMT 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:20,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:25,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:25,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-06 05:36:25,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:25,613 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:25 GMT 2018-10-06 05:36:25,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:25,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:36:25,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:25,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:25,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:25,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:25,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:25,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:25,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:25 GMT 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:25,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:30,688 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:30,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:30,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:30,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:30,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:30 GMT 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:36:30,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:30,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:30,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:30 GMT 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:30,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:35,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:35,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:35,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:35,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:35,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:35,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:35 GMT 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:36:35,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:35,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:36,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:36,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:36,038 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:36 GMT 2018-10-06 05:36:36,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:36,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:36,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:41,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:41,192 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:37.982Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:37.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:38.218Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:38.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:40.325Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:40.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 260, "offset": 257, "size": 50}}} 2018-10-06 05:36:41,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:41,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:41 GMT 2018-10-06 05:36:41,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:41,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2018-10-06 05:36:41,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:41,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:41,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:41,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:41,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:41,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:41,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:41,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:41,265 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:41 GMT 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:41,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:46,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:46,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:46,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:41.650Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:41.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:42.259Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:42.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:42.259Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:42.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:42.259Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:42.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:43.282Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:43.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:43.282Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:43.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:44.314Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:44.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:44.314Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:44.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:44.314Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:44.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:44.314Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:44.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:45.500Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:45.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 271, "offset": 260, "size": 50}}} 2018-10-06 05:36:46,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:46,354 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:46 GMT 2018-10-06 05:36:46,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:46,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7596 2018-10-06 05:36:46,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:46,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:46,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:46,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:46,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:46,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:46,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:46,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:46,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:46,431 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:46 GMT 2018-10-06 05:36:46,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:46,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:46,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:51,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:51,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:51,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:51,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:46.350Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:46.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:46.350Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:46.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:47.381Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:47.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:47.381Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:47.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:47.381Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:47.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:48.399Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:48.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:48.399Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:48.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:48.399Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:36:48.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:49.423Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:49.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:36:50.440Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:36:50.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 281, "offset": 271, "size": 50}}} 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:51 GMT 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:51,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7696 2018-10-06 05:36:51,518 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:51,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:51,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 05:36:51,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:51,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 05:36:51,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:51,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:51,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:51 GMT 2018-10-06 05:36:51,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:51,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:51,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:56,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:36:56,675 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:56,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:56,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:56 GMT 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:36:56,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:36:56,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:36:56,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:36:56,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:36:56 GMT 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:36:56,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:36:56,747 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:01,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:01,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:01,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:01 GMT 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:01,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:37:01,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:01,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:01,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:01,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:01 GMT 2018-10-06 05:37:01,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:01,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:01,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:06,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:07,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:07,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:07,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:07,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:07,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:07 GMT 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:07,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:07,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:07,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:07,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:07,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:07 GMT 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:07,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:12,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:12,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:10.391Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:10.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:10.466Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:10.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 283, "offset": 281, "size": 50}}} 2018-10-06 05:37:12,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:12,199 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:12 GMT 2018-10-06 05:37:12,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:12,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-10-06 05:37:12,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:12,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:12,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:12,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:12,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:12,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:12,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:12,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:12 GMT 2018-10-06 05:37:12,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:12,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:12,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:17,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:17,355 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:12.643Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:12.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:13.971Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:13.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:14.538Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:14.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:14.538Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:14.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:14.538Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:14.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:15.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:15.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:15.568Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:15.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:16.605Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:16.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:16.605Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:16.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:16.605Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:16.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:16.605Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:16.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 294, "offset": 283, "size": 50}}} 2018-10-06 05:37:17,356 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:17,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:17 GMT 2018-10-06 05:37:17,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:17,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7594 2018-10-06 05:37:17,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:17,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:17,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:17,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:17,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:17 GMT 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:17,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:22,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:22,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:22,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:17.813Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:17.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:18.650Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:18.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:18.650Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:18.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:19.672Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:19.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:19.672Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:19.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:19.672Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:19.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:20.691Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:20.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:20.691Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:20.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:20.691Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:20.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:21.715Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:21.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 304, "offset": 294, "size": 50}}} 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:22 GMT 2018-10-06 05:37:22,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:22,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7700 2018-10-06 05:37:22,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:22,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:22,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:22,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 05:37:22,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:22,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:22,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:22,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:22,640 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:22 GMT 2018-10-06 05:37:22,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:22,640 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:22,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:27,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:27,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:27,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:27,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:27,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:27,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:22.732Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:22.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 305, "offset": 304, "size": 50}}} 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:27 GMT 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1216 2018-10-06 05:37:27,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:27,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-10-06 05:37:27,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:27,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:27,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:27,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:27 GMT 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:27,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:32,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:32,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:32 GMT 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:32,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:33,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:33,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:33 GMT 2018-10-06 05:37:33,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:33,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:33,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:38,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:38,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:38 GMT 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:38,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:38,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:38,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:38 GMT 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:38,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:38,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:43,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:43,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:42.698Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:42.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 306, "offset": 305, "size": 50}}} 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:43 GMT 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:43,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:43,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:44,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:44,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:44 GMT 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:44,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:44,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:49,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:52,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:52,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:43.754Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:43.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:46.161Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:46.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:47.004Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:47.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:47.004Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:47.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:47.004Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:47.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:49.944Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:49.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:49.944Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:49.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:49.944Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:49.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:49.944Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:49.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 315, "offset": 306, "size": 50}}} 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:52 GMT 2018-10-06 05:37:52,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:52,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5324 2018-10-06 05:37:52,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:52,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:37:52,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:52,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:37:52,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:52,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:52,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:52 GMT 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:37:52,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:57,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:37:59,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:37:59,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:37:59,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:37:59,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:52.174Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:52.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:52.174Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:52.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:52.174Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:52.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:52.174Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:52.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:53.481Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:53.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:55.713Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:55.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:55.713Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:55.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:57.849Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:57.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:57.849Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:37:57.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:37:57.849Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:37:57.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 325, "offset": 315, "size": 50}}} 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:37:59 GMT 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7073 2018-10-06 05:37:59,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:37:59,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:37:59,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-06 05:37:59,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:00,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:00,419 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:00,420 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:00 GMT 2018-10-06 05:38:00,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:00,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:00,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:05,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:06,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:06,050 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:06,050 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:06,050 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:06,050 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:00.080Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:00.080Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:00.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:03.914Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:03.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 328, "offset": 325, "size": 50}}} 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:06 GMT 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3492 2018-10-06 05:38:06,051 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:06,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:38:06,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:38:06,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:38:06,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:06,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:06 GMT 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:06,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:11,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:11,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:06.590Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:06.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 329, "offset": 328, "size": 50}}} 2018-10-06 05:38:11,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:11,663 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:11 GMT 2018-10-06 05:38:11,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:11,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1216 2018-10-06 05:38:11,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:11,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-10-06 05:38:11,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:12,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:12,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:12,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:12,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:12 GMT 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:12,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:17,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:18,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:18 GMT 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:18,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:19,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:19,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:19,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:19,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:19,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:19 GMT 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:19,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:24,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:24,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:24,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:24,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:24,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:19.028Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:19.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:21.122Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:21.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 331, "offset": 329, "size": 50}}} 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:24 GMT 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-10-06 05:38:24,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:24,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:24,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:24,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:24,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:24 GMT 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:24,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:29,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:33,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:24.516Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:24.516Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:25.745Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:25.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:26.151Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:26.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:27.478Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:27.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:27.478Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:27.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:28.715Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:28.715Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:28.715Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:28.715Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 340, "offset": 331, "size": 50}}} 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:33 GMT 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5322 2018-10-06 05:38:33,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:33,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-06 05:38:33,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:33,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:34,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:34,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:34,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:34,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:34 GMT 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:34,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:39,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:40,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:32.112Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:32.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:32.112Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:32.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:32.112Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:32.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:35.015Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:35.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:35.015Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:35.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:35.015Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:35.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:35.453Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:35.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "aa576b19-fdce-4c48-a99d-8384fed595ad"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:36.180Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:36.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:36.620Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:36.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "282ab937-4621-469f-ad22-e3717f08f99c"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:38.149Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:38.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:38.611Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:38.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1173745f-5579-4131-baa7-e069ed05dc91"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:39.691Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:39.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:39.691Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:39.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:39.691Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:39.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:39.691Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:39.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 355, "offset": 340, "size": 50}}} 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:40,706 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:40 GMT 2018-10-06 05:38:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9584 2018-10-06 05:38:40,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:40,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-06 05:38:40,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-10-06 05:38:40,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:40,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:43,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:43,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:43,366 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:43 GMT 2018-10-06 05:38:43,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:43,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:43,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:48,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:48,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:41.011Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:41.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:41.342Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:41.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1665109e-eab8-45bb-9986-0a528ee05042"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:43.346Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:43.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:45.736Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:45.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.150Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0e37eb0f-a1ba-450c-8e42-45f91c486133"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.835Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c162e178-8da7-47ea-b824-de4eed7e11b9"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:47.908Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:47.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 404, "offset": 355, "size": 50}}} 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:48 GMT 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27651 2018-10-06 05:38:48,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:48,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:48,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:38:48,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.14 on port 22: Unable to connect to port 22 on 192.168.120.14 (tried 1 time) 2018-10-06 05:38:48,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time) 2018-10-06 05:38:48,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:48,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-06 05:38:48,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:48,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:48,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:48,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:48,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:48,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:48 GMT 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:48,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:53,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.919Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ef468cc3-e8e1-424a-8f18-c6bad9f406ed"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:48.961Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.6 on port 22: Unable to connect to port 22 on 192.168.120.6 (tried 1 time)", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.6 on port 22: Unable to connect to port 22 on 192.168.120.6 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.6 on port 22: Unable to connect to port 22 on 192.168.120.6 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:48.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.029Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:52.425Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:52.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Creating Agent bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:53.436Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:53.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}], "metadata": {"pagination": {"total": 451, "offset": 404, "size": 50}}} 2018-10-06 05:38:53,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:53,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:53 GMT 2018-10-06 05:38:53,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:53,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26640 2018-10-06 05:38:53,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.6 on port 22: Unable to connect to port 22 on 192.168.120.6 (tried 1 time) 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_pa0n8k 2018-10-06 05:38:53,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:38:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:38:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:38:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:38:53,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:53,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:53 GMT 2018-10-06 05:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:53,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:58,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:38:59,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:54.583Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:54.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.008Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.449Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_pa0n8k/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.449Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_pa0n8k', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_pa0n8k/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_pa0n8k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.449Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.449Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:55.452Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:55.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:56.712Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:56.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:56.712Z", "message": "/home/ubuntu/bind_host_pa0n8k/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:56.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:56.712Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:56.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:56.712Z", "message": "Successfully created daemon: bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:56.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "fd5f484c-f535-4e75-b76e-db40e94c53c7"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.436Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ca5c6170-2030-4d78-a5f2-4cf7d209511a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:57.731Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:57.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.673Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time)", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T05:38:58.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.673Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Configuring Agent bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Successfully configured daemon: bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "ff9992f8-ff56-4adc-87da-bd5a05471621"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:58.752Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:58.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b4d32213-7efd-4a6e-bc94-171b29ca30f0"}], "metadata": {"pagination": {"total": 500, "offset": 451, "size": 50}}} 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:59,075 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:59 GMT 2018-10-06 05:38:59,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:59,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28271 2018-10-06 05:38:59,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:38:59,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:38:59,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_pa0n8k/env 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_pa0n8k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_pa0n8k', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_pa0n8k/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_pa0n8k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:38:59,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_pa0n8k/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_pa0n8k 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:38:59,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time) 2018-10-06 05:38:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_pa0n8k 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:38:59,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:38:59,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_pa0n8k 2018-10-06 05:38:59,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:38:59,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:38:59,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:38:59,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:38:59 GMT 2018-10-06 05:38:59,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:38:59,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:38:59,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:04,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:04,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.683Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.683Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.683Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.762Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.762Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.762Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.762Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:38:59.762Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:38:59.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:00.774Z", "message": "Starting Agent bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:01.957Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:01.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:02.712Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:02.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:02.712Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:02.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:02.712Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:02.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_pa0n8k start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Successfully started daemon: bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5c7d2ac1-5215-44bc-bb16-1744462561db"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:03.837Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:03.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 552, "offset": 500, "size": 50}}} 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:04 GMT 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27001 2018-10-06 05:39:04,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:04,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:04,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:04,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:04,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_pa0n8k 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:04,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_pa0n8k start 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_pa0n8k 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:04,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:39:04,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:39:04,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:04,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:04,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:04,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:04,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:04,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:04,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:04 GMT 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:04,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:09,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:09,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.102Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "[localhost] run: /home/ubuntu/bind_host_pa0n8k/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a4041f7e-3029-4b9c-9293-0a5c05c624fb"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:04.895Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:04.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.128Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Removing directory: /tmp/tmpAGrfAZ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "1ca722f2-7fec-4c48-840f-39090aedcce9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:05.909Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:05.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:06.774Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:06.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:07.545Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:07.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "310314c9-e41f-4fdc-bfef-de480f6d95bf"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.150Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}], "metadata": {"pagination": {"total": 627, "offset": 550, "size": 50}}} 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:09 GMT 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27070 2018-10-06 05:39:09,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_pa0n8k/env/bin/pip freeze 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:39:09,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpAGrfAZ 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:39:09,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:39:09,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:09,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:09,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:09 GMT 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:09,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:14,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:14,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:14,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:14,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:14,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:14,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:08.675Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:08.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:09.217Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:09.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}], "metadata": {"pagination": {"total": 791, "offset": 600, "size": 50}}} 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:14 GMT 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:14,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27746 2018-10-06 05:39:14,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:14,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:14,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:14,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:14,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:14,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:14,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:14,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:14,995 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:14 GMT 2018-10-06 05:39:14,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:14,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:14,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:20,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:20,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Creating Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}], "metadata": {"pagination": {"total": 969, "offset": 650, "size": 50}}} 2018-10-06 05:39:20,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:20,276 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:20 GMT 2018-10-06 05:39:20,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:20,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27831 2018-10-06 05:39:20,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:20,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:39:20,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:20,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_zwmmf5 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:20,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:20,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:20,285 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:20,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:20,406 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:20 GMT 2018-10-06 05:39:20,406 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:20,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:20,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:25,407 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:25,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.092Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.278Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.278Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.278Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:10.278Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:10.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Creating Agent ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}], "metadata": {"pagination": {"total": 1085, "offset": 700, "size": 50}}} 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:25 GMT 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27566 2018-10-06 05:39:25,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:39:25,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_4b4ntt 2018-10-06 05:39:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:25,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:25,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:25,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:25,569 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:25 GMT 2018-10-06 05:39:25,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:25,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:25,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:30,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:30,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.827Z", "message": "Creating Agent ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.880Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:11.880Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:11.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.230Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully created daemon: bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_c4lu31', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_c4lu31/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_c4lu31', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "/home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_m8v535/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_m8v535/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_m8v535', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_m8v535/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_m8v535', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully created daemon: vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_c4lu31/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_m8v535/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_zwmmf5', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_zwmmf5/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_zwmmf5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "46a594ce-ff93-45b0-a244-f7678b0af083"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_zwmmf5/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "/home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5b79c757-2c6e-497a-b303-2571b67e38d4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:14.298Z", "message": "Successfully created daemon: dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:14.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8f66ecb9-8ae4-457a-abbc-019f78b240e2"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.804Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}], "metadata": {"pagination": {"total": 1196, "offset": 750, "size": 50}}} 2018-10-06 05:39:30,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:30,649 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:30 GMT 2018-10-06 05:39:30,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:30,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30288 2018-10-06 05:39:30,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:30,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_4b4ntt 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:30,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:30,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_zwmmf5 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_c4lu31/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_c4lu31', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_c4lu31/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_c4lu31', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:30,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_m8v535/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_m8v535/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_m8v535', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_m8v535/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_m8v535', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_m8v535 2018-10-06 05:39:30,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_c4lu31/env 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_m8v535/env 2018-10-06 05:39:30,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_zwmmf5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_zwmmf5', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_zwmmf5/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_zwmmf5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_zwmmf5/env 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:30,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_c4lu31 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:39:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:30,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:30,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:30,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:39:30,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:30,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:30,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:30,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:30,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:30 GMT 2018-10-06 05:39:30,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:30,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:30,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:35,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:35,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:35,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:35,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_4b4ntt', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_4b4ntt/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_4b4ntt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_4b4ntt/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Creating Agent homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Successfully created daemon: ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "/home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}], "metadata": {"pagination": {"total": 1332, "offset": 800, "size": 50}}} 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:35 GMT 2018-10-06 05:39:35,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:35,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29049 2018-10-06 05:39:35,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:35,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_4b4ntt', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_4b4ntt/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_4b4ntt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:35,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_4b4ntt/env 2018-10-06 05:39:35,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:35,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:35,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_wjbfwh 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_4b4ntt 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:35,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:35,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:35,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:35,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:35 GMT 2018-10-06 05:39:35,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:35,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:35,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:40,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:41,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_4b4ntt', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_4b4ntt/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_4b4ntt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_4b4ntt/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8cea6a1e-3126-4a9b-ba65-39e76c75495f"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:15.844Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:15.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.822Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2b3bc1cc-de1b-45dd-ae5f-47c8da8ed132"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Successfully configured daemon: vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:16.872Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:16.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "19551254-602c-4948-8532-65b8ada84d14"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Configuring Agent dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Successfully created daemon: homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_wjbfwh', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_wjbfwh/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_wjbfwh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "/home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.102Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_wjbfwh/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c6d67e9-9b59-4223-9440-0d4b4bda1bf9"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1386, "offset": 850, "size": 50}}} 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:41 GMT 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29179 2018-10-06 05:39:41,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:41,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:39:41,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:41,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_4b4ntt/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_4b4ntt', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_4b4ntt/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_4b4ntt', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_4b4ntt/env 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:41,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_m8v535 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_c4lu31 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_wjbfwh 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_wjbfwh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_wjbfwh', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_wjbfwh/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_wjbfwh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_wjbfwh/env 2018-10-06 05:39:41,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-06 05:39:41,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:41,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:41,867 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:41,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:41,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:41,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:41 GMT 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:41,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:46,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:47,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:18.108Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:18.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Successfully configured daemon: dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Configuring Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Creating Agent proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}], "metadata": {"pagination": {"total": 1402, "offset": 900, "size": 50}}} 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:47 GMT 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27653 2018-10-06 05:39:47,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_c4lu31 2018-10-06 05:39:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_zwmmf5 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:47,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_vp5ip2 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:39:47,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:39:47,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:39:47,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:47,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:47,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:47,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:47,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:47,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:47,385 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:47 GMT 2018-10-06 05:39:47,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:47,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:47,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:52,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:52,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:52,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.466Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d44649b-1c43-4356-a6b5-b00e3fd42595"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:19.471Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:19.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.510Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.510Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.510Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.510Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Starting Agent vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Successfully configured daemon: ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Successfully configured daemon: bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Configuring Agent ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c31a5835-ca2c-4d10-b201-aa99431944ab"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:20.511Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:20.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "287bfd2a-e75b-4b19-8b33-c1d34c415c7b"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.523Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.523Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.523Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.523Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1418, "offset": 950, "size": 50}}} 2018-10-06 05:39:52,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:52,672 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:52 GMT 2018-10-06 05:39:52,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:52,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26739 2018-10-06 05:39:52,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:52,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:39:52,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:52,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:39:52,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_m8v535 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_4b4ntt 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_zwmmf5 2018-10-06 05:39:52,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_4b4ntt 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:52,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:39:52,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:52,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:52,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:52,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:52,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:52 GMT 2018-10-06 05:39:52,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:52,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:52,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:57,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:58,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:21.530Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:21.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.562Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.562Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.562Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.562Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_vp5ip2/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Successfully created daemon: proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "/home/ubuntu/proxy_host_vp5ip2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_vp5ip2', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_vp5ip2/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_vp5ip2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24c6f74f-e525-4b50-a099-6a585a9351d0"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Configuring Agent homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:22.566Z", "message": "Successfully configured daemon: homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:22.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "6340f0ec-62cd-4989-9e0e-4d8e9d8a07bf"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:23.572Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:23.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:23.572Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_m8v535 start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:23.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:23.572Z", "message": "Successfully started daemon: vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:23.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5f226fc0-c356-478d-9855-f11dcd9293dd"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.248Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1430, "offset": 1000, "size": 50}}} 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:58 GMT 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28229 2018-10-06 05:39:58,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:39:58,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:39:58,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:58,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:39:58,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_vp5ip2/env 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_vp5ip2 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:39:58,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_vp5ip2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_vp5ip2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_vp5ip2', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_vp5ip2/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_vp5ip2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:39:58,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_wjbfwh 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_wjbfwh 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_m8v535 start 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_m8v535 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:58,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:39:58,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:39:58,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:39:58,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:58,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:39:58,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:39:58,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:39:58,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:39:58,349 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:39:58,350 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:39:58 GMT 2018-10-06 05:39:58,350 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:39:58,350 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:39:58,350 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:03,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:03,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:03,447 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:24.649Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:24.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Starting Agent dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.146Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.692Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:25.692Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:25.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Creating Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Starting Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}], "metadata": {"pagination": {"total": 1437, "offset": 1050, "size": 50}}} 2018-10-06 05:40:03,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:03,448 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:03 GMT 2018-10-06 05:40:03,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:03,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27449 2018-10-06 05:40:03,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:03,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:03,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:03,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:03,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_c4lu31 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_9c05qi 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_zwmmf5 2018-10-06 05:40:03,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:03,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:40:03,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:40:03,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:03,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:03 GMT 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:03,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:08,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:09,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:09,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:09,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Starting Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "[localhost] run: /home/ubuntu/vellum_host_m8v535/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Configuring Agent proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.171Z", "message": "Creating Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:26.703Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:26.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Removing directory: /tmp/tmpENpGA_", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5bae9753-36fc-4beb-896a-58590fb09c4d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.188Z", "message": "Successfully configured daemon: proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9848a4d1-4779-41a8-884b-715c0a44b521"}], "metadata": {"pagination": {"total": 1439, "offset": 1100, "size": 50}}} 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:09 GMT 2018-10-06 05:40:09,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:09,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27750 2018-10-06 05:40:09,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:09,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:09,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-06 05:40:09,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:09,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_zwmmf5 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_m8v535/env/bin/pip freeze 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-06 05:40:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_vp5ip2 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_9c05qi 2018-10-06 05:40:09,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpENpGA_ 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-06 05:40:09,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_vp5ip2 2018-10-06 05:40:09,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:09,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:09,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:09,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:09 GMT 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:09,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:14,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:14,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:27.723Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:27.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_9c05qi/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Starting Agent homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "/home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Successfully created daemon: sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.243Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_9c05qi', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_9c05qi/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_9c05qi', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "66ad1493-d3e0-4159-b9fe-a2a0e4d8b820"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:28.736Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_c4lu31 start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Successfully started daemon: ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_4b4ntt start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Successfully started daemon: bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_zwmmf5 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5d7cc110-72c7-4ca9-a83b-4cad9bbf2164"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Successfully started daemon: dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "33871c10-b702-464a-86b8-d02f38344fa3"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.326Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a5d56a5b-5da7-4620-9946-87b8c98303e4"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.744Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.744Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:29.744Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:29.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1439, "offset": 1150, "size": 50}}} 2018-10-06 05:40:14,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:14,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:14 GMT 2018-10-06 05:40:14,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:14,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27888 2018-10-06 05:40:14,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:14,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:14,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:40:14,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:14,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_9c05qi/env 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-06 05:40:14,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_wjbfwh 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:40:14,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-06 05:40:14,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_9c05qi 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:14,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.12', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_9c05qi/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_9c05qi', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_9c05qi/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_9c05qi', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DpnbKg.Kh1FyiZySaRTYDhjo3C7REjF8mo'} 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-06 05:40:14,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_c4lu31 start 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_4b4ntt 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_4b4ntt start 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:40:14,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_zwmmf5 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_zwmmf5 start 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_c4lu31 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:14,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:14,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:14,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:14,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:14,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:15,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:15 GMT 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:15,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:20,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:20,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.903Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Starting Agent proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "[localhost] run: /home/ubuntu/ellis_host_4b4ntt/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "[localhost] run: /home/ubuntu/bono_host_zwmmf5/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "[localhost] run: /home/ubuntu/dime_host_c4lu31/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:30.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:30.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.924Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.924Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Successfully configured daemon: sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_wjbfwh start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Removing directory: /tmp/tmp1KU5w9", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0aa070bc-f57b-4424-898e-bc428613ffe3"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Removing directory: /tmp/tmpeFo_6Z", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}], "metadata": {"pagination": {"total": 1439, "offset": 1200, "size": 50}}} 2018-10-06 05:40:20,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:20,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:20 GMT 2018-10-06 05:40:20,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:20,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27614 2018-10-06 05:40:20,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:20,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:20,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:20,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_vp5ip2 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_4b4ntt/env/bin/pip freeze 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_zwmmf5/env/bin/pip freeze 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_c4lu31/env/bin/pip freeze 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_9c05qi 2018-10-06 05:40:20,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_wjbfwh start 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp1KU5w9 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:20,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:40:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:20,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpeFo_6Z 2018-10-06 05:40:20,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:20,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:20,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:20,458 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:20 GMT 2018-10-06 05:40:20,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:20,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:20,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:25,464 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:25,544 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "584f74f4-aead-4f3f-8418-4f5755f51595"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_wjbfwh start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8e3fa16b-cb21-4428-9b18-6b61097525a6"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Successfully configured daemon: sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Configuring Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Removing directory: /tmp/tmp6wyRC1", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "09ce53d9-1c02-4998-b9a1-2feb9c7f0464"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:31.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:31.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2fab6d8e-9ed6-4c8e-99f8-40b38dca5eb1"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.945Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.964Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:32.964Z", "message": "[localhost] run: /home/ubuntu/homer_host_wjbfwh/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:32.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:33.982Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:33.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1478, "offset": 1250, "size": 50}}} 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:25 GMT 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26458 2018-10-06 05:40:25,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:25,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-06 05:40:25,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:25,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_wjbfwh start 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_9c05qi 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_9c05qi 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp6wyRC1 2018-10-06 05:40:25,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:25,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:25,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:25,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_wjbfwh/env/bin/pip freeze 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:25,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:25,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:25,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:25,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:25,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:25,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:25,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:25,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:25 GMT 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:25,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:30,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:30,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:30,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Starting Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Removing directory: /tmp/tmpIR30nO", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "a6d11db0-1f55-45ec-8589-d9a7c59fcca1"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:34.001Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:34.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.002Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.019Z", "message": "Successfully started daemon: proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.019Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:35.019Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_vp5ip2 start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:35.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8dca7885-7fd2-48d1-b3b4-9031681c3ddc"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "[localhost] run: /home/ubuntu/proxy_host_vp5ip2/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:36.297Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:36.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.307Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.307Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.307Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.307Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.307Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.314Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_9c05qi start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}], "metadata": {"pagination": {"total": 1478, "offset": 1300, "size": 50}}} 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:30,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:30 GMT 2018-10-06 05:40:30,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:30,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27087 2018-10-06 05:40:30,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:30,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_9c05qi 2018-10-06 05:40:30,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:30,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpIR30nO 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-06 05:40:30,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:30,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_vp5ip2 2018-10-06 05:40:30,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_vp5ip2 start 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:30,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_vp5ip2/env/bin/pip freeze 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:30,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:30,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_9c05qi start 2018-10-06 05:40:30,884 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:30,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:30,944 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:30 GMT 2018-10-06 05:40:30,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:30,945 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:30,945 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:35,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:36,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.314Z", "message": "Removing directory: /tmp/tmp8e7OJ5", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "650b57e4-3a1f-42bc-8ecf-a3c8b13da2b2"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.314Z", "message": "Successfully started daemon: sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:37.314Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:37.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b6f8022e-92db-4a95-ad88-f1288eb3567e"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.330Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.341Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.341Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.341Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.341Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:38.341Z", "message": "[localhost] run: /home/ubuntu/sprout_host_9c05qi/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:38.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.339Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.360Z", "message": "Removing directory: /tmp/tmp6D_5yX", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.360Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "5e88f47b-a60b-4116-a478-f1eb6748e9bc"}, {"node_instance_id": "proxy_node_dkxd2x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.360Z", "message": "Executing: /tmp/QRDGF/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3e89e4ca-2aaf-4990-8a4e-fd9faead3087"}, {"node_instance_id": "proxy_node_dkxd2x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:39.360Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/QRDGF/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:39.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3e89e4ca-2aaf-4990-8a4e-fd9faead3087"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:40.356Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:40.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:40.356Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:40.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:40.356Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:40.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:40.356Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:40.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:40.356Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:40.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:41.961Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:41.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:42.972Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:42.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:42.972Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:42.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:42.972Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:42.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:43.140Z", "message": "Downloaded scripts/bind/bind.py to /tmp/7BLYF/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:43.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:43.379Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:43.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:43.379Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:43.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:44.065Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:44.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:44.065Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:44.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:44.065Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:44.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:47.319Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:47.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:48.157Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1481, "offset": 1350, "size": 50}}} 2018-10-06 05:40:36,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:36,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:36 GMT 2018-10-06 05:40:36,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:36,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26277 2018-10-06 05:40:36,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:36,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp8e7OJ5 2018-10-06 05:40:36,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_9c05qi 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:36,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-06 05:40:36,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_9c05qi/env/bin/pip freeze 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-06 05:40:36,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp6D_5yX 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/QRDGF/install_requirements.sh 2018-10-06 05:40:36,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/QRDGF/install_requirements.sh 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-06 05:40:36,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/7BLYF/bind.py 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-10-06 05:40:36,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-06 05:40:36,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:36,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:36,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:36,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:36,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:36,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:36,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:36,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:36 GMT 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:36,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:41,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:41,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:41,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:41,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:48.157Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:48.157Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:50.196Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:50.196Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:50.196Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:50.196Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:53.916Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:53.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:54.619Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:54.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:54.619Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:54.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:54.619Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:54.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:54.619Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:54.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:54.619Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:54.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:55.856Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:55.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:55.856Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:55.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:55.856Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:55.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:56.236Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:56.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:39:59.505Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:39:59.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:00.209Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:00.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:00.209Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:00.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:01.628Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:01.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:01.628Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:01.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:01.628Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:01.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:01.628Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:01.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:05.451Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:05.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:06.666Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:06.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:20.638Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:20.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo mv /tmp/tmpcY3NdX /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "proxy_node_dkxd2x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Execution done (return_code=0): /tmp/QRDGF/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3e89e4ca-2aaf-4990-8a4e-fd9faead3087"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo mv /tmp/tmpFhcxko /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "The config dict: {'etcd_ip': u'192.168.120.17', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo mv /tmp/tmpXQJqRg /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo mv /tmp/tmpw5_JFe /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.448Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:21.461Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:21.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.079Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "[localhost] run: sudo mv /tmp/tmpz7D76C /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}], "metadata": {"pagination": {"total": 1481, "offset": 1400, "size": 50}}} 2018-10-06 05:40:41,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:41,205 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:41 GMT 2018-10-06 05:40:41,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:41,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27066 2018-10-06 05:40:41,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:41,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-06 05:40:41,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcY3NdX /etc/clearwater/local_config 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/QRDGF/install_requirements.sh 2018-10-06 05:40:41,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpFhcxko /etc/bind/db.clearwater.local 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.17', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:40:41,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXQJqRg /etc/clearwater/shared_config 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpw5_JFe /etc/bind/named.conf.local 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:40:41,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:40:41,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:40:41,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:40:41,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpz7D76C /etc/bind/db.clearwater.opnfv 2018-10-06 05:40:41,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:41,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:41,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:41 GMT 2018-10-06 05:40:41,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:41,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:41,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:46,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:46,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:46,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:22.469Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:22.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c7a3061a-23cb-4360-9b9c-973b346aeecf"}, {"node_instance_id": "bind_rod9i1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:23.091Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:23.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:23.091Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:23.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.049Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/DL9SL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.378Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.378Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.378Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.478Z", "message": "Executing: /tmp/DL9SL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:24.478Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:24.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:25.495Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:25.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:25.495Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:25.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:25.495Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:25.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:31.992Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-pa0n8k\nHit http://security.ubuntu.com trusty-security InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\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\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 4s (5,152 B/s)\nReading package lists...\n\nreal\t0m6.411s\nuser\t0m2.713s\nsys\t0m0.154s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:31.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:32.507Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:32.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:40:32.507Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:40:32.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}], "metadata": {"pagination": {"total": 1481, "offset": 1450, "size": 50}}} 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:46 GMT 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:46,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12052 2018-10-06 05:40:46,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:46,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:40:46,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/DL9SL/install-etcd.sh 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:40:46,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/DL9SL/install-etcd.sh 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-pa0n8k Hit http://security.ubuntu.com trusty-security InRelease Hit http://security.ubuntu.com trusty-security/main Sources Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources 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 Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 4s (5,152 B/s) Reading package lists... real 0m6.411s user 0m2.713s sys 0m0.154s 2018-10-06 05:40:46,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-10-06 05:40:46,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:40:46,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:46,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:46 GMT 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:46,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:51,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:51,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:51,948 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:51 GMT 2018-10-06 05:40:51,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:51,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:40:51,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:51,949 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:52,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:52,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:52,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:52 GMT 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:52,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:57,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:40:57,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:57,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:40:57,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:57,182 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:57 GMT 2018-10-06 05:40:57,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:57,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:40:57,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:40:57,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:40:57,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:40:57 GMT 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:40:57,296 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:02,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:02,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:02 GMT 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:02,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:02,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:02,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:02,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:02,440 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:02 GMT 2018-10-06 05:41:02,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:02,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:02,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:07,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:07,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:07,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:07,541 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:07 GMT 2018-10-06 05:41:07,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:07,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:07,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:07,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:07,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:07,604 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:07 GMT 2018-10-06 05:41:07,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:07,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:07,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:12,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:12,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:12,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:12 GMT 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:12,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:12,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:12,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:12,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:12,746 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:12 GMT 2018-10-06 05:41:12,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:12,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:12,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:17,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:17,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:17,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:17 GMT 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:17,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:17,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:17,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:17,919 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:17,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:17,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:17,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:17 GMT 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:17,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:22,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:23,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:23,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:23,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:23,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:23 GMT 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:23,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:23,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:23,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:23,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:23,065 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:23 GMT 2018-10-06 05:41:23,065 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:23,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:23,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:28,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:28,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:28,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:28,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:28,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:28,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:28 GMT 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:28,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:28,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:28,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:28,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:28,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:28,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:28 GMT 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:28,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:33,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:33,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:33,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:33,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:33,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:33,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:33 GMT 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:33,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:33,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:33,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:33,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:33 GMT 2018-10-06 05:41:33,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:33,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:33,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:38,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:38,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:38 GMT 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:38,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:38,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:38,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:38,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:38,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:38 GMT 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:38,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:43,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:43,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:43,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:43 GMT 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:43,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:43,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:43,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:43,643 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:43 GMT 2018-10-06 05:41:43,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:43,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:43,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:48,648 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:48,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:48,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:48,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:48 GMT 2018-10-06 05:41:48,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:48,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:48,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:48,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:48,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:48,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:48,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:48,786 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:48 GMT 2018-10-06 05:41:48,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:48,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:48,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:53,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:53,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1465, "size": 50}}} 2018-10-06 05:41:53,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:53,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:53 GMT 2018-10-06 05:41:53,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:53,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:41:53,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:53,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:53,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:53 GMT 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:53,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:58,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:41:59,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:59,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:59,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:57.724Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-pa0n8k\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot\n 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\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 sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade 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 gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc\n python-genshi python-lxml python-mock-doc python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-management\n clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base\n dpkg-dev 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\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 sysstat\n0 upgraded, 77 newly installed, 0 to remove and 13 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:22 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:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:40 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:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 38%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 85.1 MB in 7s (11.2 MB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51391 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 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 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 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 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 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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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 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-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\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-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\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 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 clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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 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 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 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 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 python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\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-160.210) ...\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 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-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\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 python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9103\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m25.055s\nuser\t0m18.932s\nsys\t0m8.659s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:57.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:58.534Z", "message": "[etcd] => \nreal\t0m0.010s\nuser\t0m0.003s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:58.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:58.534Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:58.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:58.534Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:58.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}], "metadata": {"pagination": {"total": 1485, "offset": 1465, "size": 50}}} 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:59 GMT 2018-10-06 05:41:59,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:59,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46109 2018-10-06 05:41:59,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:41:59,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-pa0n8k Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-queue-manager 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 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-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 sysstat Suggested packages: binutils-doc 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 libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-management clearwater-monit clearwater-queue-manager 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 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-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 sysstat 0 upgraded, 77 newly installed, 0 to remove and 13 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:22 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:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 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:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 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: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 7s (11.2 MB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51391 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 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 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 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 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 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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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 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-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... 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-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... 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 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 clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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 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 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 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 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 python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... 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-160.210) ... 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 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-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... 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 python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9103 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m25.055s user 0m18.932s sys 0m8.659s 2018-10-06 05:41:59,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.010s user 0m0.003s sys 0m0.009s 2018-10-06 05:41:59,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-10-06 05:41:59,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-10-06 05:41:59,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:41:59,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:41:59,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:41:59,096 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:41:59 GMT 2018-10-06 05:41:59,096 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:41:59,096 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:41:59,096 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:04,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:04,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.17:53 0.0.0.0:* LISTEN 2574/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2574/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2574/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9103/monit \ntcp 0 0 192.168.120.17:2380 0.0.0.0:* LISTEN 9239/etcd \ntcp6 0 0 :::53 :::* LISTEN 2574/named \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2574/named \ntcp6 0 0 :::4000 :::* LISTEN 9239/etcd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8695/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8695/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8695/ntpd \nudp 0 0 0.0.0.0:52199 0.0.0.0:* 588/dhclient \nudp 0 0 192.168.120.17:53 0.0.0.0:* 2574/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2574/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 588/dhclient \nudp6 0 0 fe80::f816:3eff:fee:123 :::* 8695/ntpd \nudp6 0 0 ::1:123 :::* 8695/ntpd \nudp6 0 0 :::123 :::* 8695/ntpd \nudp6 0 0 :::56485 :::* 588/dhclient \nudp6 0 0 :::53 :::* 2574/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11273 1650/python2.7 /tmp/cloudify-logging-server-92ed8.socket\nunix 2 [ ACC ] STREAM LISTENING 1658 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13886 2630/python2.7 /tmp/ctx-mwU9fN.socket\nunix 2 [ ACC ] STREAM LISTENING 8141 1139/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8169 1176/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7416 392/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e5:a7:6b \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee5:a76b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:75055 errors:0 dropped:0 overruns:0 frame:0\n TX packets:32641 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:124837694 (124.8 MB) TX bytes:5817217 (5.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:196 errors:0 dropped:0 overruns:0 frame:0\n TX packets:196 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16442 (16.4 KB) TX bytes:16442 (16.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 05:38 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 05:38 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 05:38 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 05:38 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 123 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 142 2 0 05:38 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 429 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 430 2 0 05:38 ? 00:00:00 [kworker/u5:2]\nroot 476 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 551 2 0 05:38 ? 00:00:00 [kworker/1:2]\nroot 588 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 05:38 ? 00:00:00 [kauditd]\nroot 931 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 995 1 0 05:38 ? 00:00:00 rsyslogd\nroot 1053 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1056 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 05:38 ? 00:00:00 cron\ndaemon 1108 1 0 05:38 ? 00:00:00 atd\nroot 1117 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1139 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1176 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nroot 1187 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1254 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1260 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 05:39 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_pa0n8k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_pa0n8k --logging-server-logdir=/home/ubuntu/bind_host_pa0n8k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k%I.log --pidfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k.pid\nubuntu 1689 1650 0 05:39 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_pa0n8k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_pa0n8k --logging-server-logdir=/home/ubuntu/bind_host_pa0n8k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k%I.log --pidfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k.pid\nubuntu 1764 1 0 05:39 ? 00:00:01 python2.7 /home/ubuntu/bind_host_pa0n8k/env/bin/diamond --configfile /home/ubuntu/bind_host_pa0n8k/work/plugins/diamond/etc/diamond.conf\nbind 2574 1 0 05:40 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2630 1689 0 05:40 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 /home/ubuntu/bind_host_pa0n8k/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XlQot3\nubuntu 2641 2630 0 05:40 ? 00:00:00 /bin/sh -c /tmp/DL9SL/install-etcd.sh\nubuntu 2643 2641 0 05:40 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh\nntp 8695 1 0 05:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9103 1 0 05:41 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9239 1 0 05:41 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-17=http://192.168.120.17:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380\nroot 9315 1 0 05:41 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9319 9315 0 05:41 ? 00:00:00 inotifywait -e create -qq .\nroot 9356 9103 0 05:41 ? 00:00:00 [check-monit-upt] \nroot 9360 9103 0 05:41 ? 00:00:00 [check-etcd-upti] \nroot 9364 9103 0 05:41 ? 00:00:00 [poll_etcd_clust] \nroot 9367 9103 0 05:41 ? 00:00:00 [poll_etcd.sh] \nubuntu 9554 2643 0 05:41 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh\nubuntu 9555 9554 0 05:41 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh\nroot 9556 9555 0 05:41 ? 00:00:00 sudo ps -edf\nroot 9557 9556 0 05:41 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:41:59.749Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:41:59.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:00.766Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---7*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:00.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:00.766Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:00.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:00.766Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:00.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:00.766Z", "message": "[etcd] => /var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/auth.log\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/sysstat/sa06\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/dmesg.0\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:00.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:00.766Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:00.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:01.784Z", "message": "[etcd] => [06-Oct-2018 05:41:45 UTC] clearwater-diags-monitor starting\n[06-Oct-2018 05:41:45 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:01.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:01.784Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:01.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:01.784Z", "message": "[etcd] => 2018-10-06 05:41:43.280477868 Stopping etcd clearwater-etcd\n2018-10-06 05:41:44.374919262 Restarting etcd clearwater-etcd\n2018-10-06 05:41:44.379747456 Configured ETCDCTL_PEERS: \n2018-10-06 05:41:44.381048824 Check for previous failed startup attempt\n2018-10-06 05:41:44.382398879 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-10-06 05:41:44.394698663 etcdctl returned 2\n2018-10-06 05:41:44.400866313 Creating new cluster...\n2018-10-06 05:41:44.404317857 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.17:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.17\n --name 192-168-120-17\n --debug --initial-cluster 192-168-120-17=http://192.168.120.17:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.17:2380\n --listen-peer-urls http://192.168.120.17:2380\n2018-10-06 05:41:44.405909696 Check we're actually a member of the cluster\n2018-10-06 05:41:44.411222661 Wait for etcd to startup\n2018-10-06 05:41:45.422672664 Etcd started successfully\n2018-10-06 05:41:44.431026 I | etcdmain: etcd Version: 3.1.7\n2018-10-06 05:41:44.431067 I | etcdmain: Git SHA: 43b7507\n2018-10-06 05:41:44.431072 I | etcdmain: Go Version: go1.7.5\n2018-10-06 05:41:44.431075 I | etcdmain: Go OS/Arch: linux/amd64\n2018-10-06 05:41:44.431079 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-10-06 05:41:44.431146 I | embed: listening for peers on http://192.168.120.17:2380\n2018-10-06 05:41:44.431188 I | embed: listening for client requests on 0.0.0.0:4000\n2018-10-06 05:41:44.492679 I | etcdserver: name = 192-168-120-17\n2018-10-06 05:41:44.492712 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.17\n2018-10-06 05:41:44.492719 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.17/member\n2018-10-06 05:41:44.492724 I | etcdserver: heartbeat = 100ms\n2018-10-06 05:41:44.492727 I | etcdserver: election = 1000ms\n2018-10-06 05:41:44.492732 I | etcdserver: snapshot count = 10000\n2018-10-06 05:41:44.492740 I | etcdserver: advertise client URLs = http://192.168.120.17:4000\n2018-10-06 05:41:44.492746 I | etcdserver: initial advertise peer URLs = http://192.168.120.17:2380\n2018-10-06 05:41:44.492754 I | etcdserver: initial cluster = 192-168-120-17=http://192.168.120.17:2380\n2018-10-06 05:41:44.529300 I | etcdserver: starting member daf61a666d61e07b in cluster a8a4c793d0ad03b9\n2018-10-06 05:41:44.529336 I | raft: daf61a666d61e07b became follower at term 0\n2018-10-06 05:41:44.529350 I | raft: newRaft daf61a666d61e07b [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-10-06 05:41:44.529361 I | raft: daf61a666d61e07b became follower at term 1\n2018-10-06 05:41:44.625336 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-10-06 05:41:44.626257 I | etcdserver/membership: added member daf61a666d61e07b [http://192.168.120.17:2380] to cluster a8a4c793d0ad03b9\n2018-10-06 05:41:45.529617 I | raft: daf61a666d61e07b is starting a new election at term 1\n2018-10-06 05:41:45.529710 I | raft: daf61a666d61e07b became candidate at term 2\n2018-10-06 05:41:45.529740 I | raft: daf61a666d61e07b received MsgVoteResp from daf61a666d61e07b at term 2\n2018-10-06 05:41:45.529755 I | raft: daf61a666d61e07b became leader at term 2\n2018-10-06 05:41:45.529763 I | raft: raft.node: daf61a666d61e07b elected leader daf61a666d61e07b at term 2\n2018-10-06 05:41:45.529943 I | etcdserver: setting up the initial cluster version to 3.1\n2018-10-06 05:41:45.551094 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-10-06 05:41:45.551133 I | etcdserver/api: enabled capabilities for version 3.1\n2018-10-06 05:41:45.551158 I | etcdserver: published {Name:192-168-120-17 ClientURLs:[http://192.168.120.17:4000]} to cluster a8a4c793d0ad03b9\n2018-10-06 05:41:45.551185 I | embed: ready to serve client requests\n2018-10-06 05:41:45.551440 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-10-06 05:41:45.584113 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:57694\n2018-10-06 05:41:45.584870 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:57695\n2018-10-06 05:41:45.595417 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:57693\n2018-10-06 05:41:47.897949 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:57696\n2018-10-06 05:41:47.977392 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:57697\n2018-10-06 05:41:47.979234 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:57698\n2018-10-06 05:41:58.160834 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.17/liveness-check remote:192.168.120.17:57699\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:01.784Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:02.440Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:02.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:02.802Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:02.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:02.802Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:02.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:02.802Z", "message": "Execution done (return_code=0): /tmp/DL9SL/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:02.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "c58adfcc-f784-4045-8d7a-cf6fd0f700e7"}, {"node_instance_id": "bind_rod9i1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:03.416Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:03.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1506, "offset": 1469, "size": 50}}} 2018-10-06 05:42:04,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:04,188 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:04 GMT 2018-10-06 05:42:04,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:04,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29651 2018-10-06 05:42:04,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:04,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.120.17:53 0.0.0.0:* LISTEN 2574/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2574/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2574/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9103/monit tcp 0 0 192.168.120.17:2380 0.0.0.0:* LISTEN 9239/etcd tcp6 0 0 :::53 :::* LISTEN 2574/named tcp6 0 0 :::22 :::* LISTEN 1097/sshd tcp6 0 0 ::1:953 :::* LISTEN 2574/named tcp6 0 0 :::4000 :::* LISTEN 9239/etcd udp 0 0 192.168.120.17:123 0.0.0.0:* 8695/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8695/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8695/ntpd udp 0 0 0.0.0.0:52199 0.0.0.0:* 588/dhclient udp 0 0 192.168.120.17:53 0.0.0.0:* 2574/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2574/named udp 0 0 0.0.0.0:68 0.0.0.0:* 588/dhclient udp6 0 0 fe80::f816:3eff:fee:123 :::* 8695/ntpd udp6 0 0 ::1:123 :::* 8695/ntpd udp6 0 0 :::123 :::* 8695/ntpd udp6 0 0 :::56485 :::* 588/dhclient udp6 0 0 :::53 :::* 2574/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11273 1650/python2.7 /tmp/cloudify-logging-server-92ed8.socket unix 2 [ ACC ] STREAM LISTENING 1658 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13886 2630/python2.7 /tmp/ctx-mwU9fN.socket unix 2 [ ACC ] STREAM LISTENING 8141 1139/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8169 1176/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7416 392/systemd-udevd /run/udev/control real 0m0.008s user 0m0.003s sys 0m0.004s 2018-10-06 05:42:04,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e5:a7:6b inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fee5:a76b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:75055 errors:0 dropped:0 overruns:0 frame:0 TX packets:32641 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:124837694 (124.8 MB) TX bytes:5817217 (5.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:196 errors:0 dropped:0 overruns:0 frame:0 TX packets:196 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16442 (16.4 KB) TX bytes:16442 (16.4 KB) real 0m0.005s user 0m0.001s sys 0m0.004s 2018-10-06 05:42:04,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-10-06 05:42:04,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-10-06 05:42:04,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 4 2 0 05:38 ? 00:00:00 [kworker/0:0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 18 2 0 05:38 ? 00:00:00 [kworker/1:0] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [kworker/1:1] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 58 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 59 2 0 05:38 ? 00:00:00 [kworker/u4:2] root 60 2 0 05:38 ? 00:00:00 [kworker/u4:3] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 123 2 0 05:38 ? 00:00:00 [kpsmoused] root 142 2 0 05:38 ? 00:00:00 [kworker/0:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 429 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 430 2 0 05:38 ? 00:00:00 [kworker/u5:2] root 476 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 551 2 0 05:38 ? 00:00:00 [kworker/1:2] root 588 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 05:38 ? 00:00:00 [kauditd] root 931 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon syslog 995 1 0 05:38 ? 00:00:00 rsyslogd root 1053 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1056 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 05:38 ? 00:00:00 cron daemon 1108 1 0 05:38 ? 00:00:00 atd root 1117 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1139 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1176 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork root 1187 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 1254 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1260 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 05:39 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_pa0n8k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_pa0n8k --logging-server-logdir=/home/ubuntu/bind_host_pa0n8k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k%I.log --pidfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k.pid ubuntu 1689 1650 0 05:39 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_pa0n8k --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_pa0n8k --logging-server-logdir=/home/ubuntu/bind_host_pa0n8k/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k%I.log --pidfile=/home/ubuntu/bind_host_pa0n8k/work/bind_host_pa0n8k.pid ubuntu 1764 1 0 05:39 ? 00:00:01 python2.7 /home/ubuntu/bind_host_pa0n8k/env/bin/diamond --configfile /home/ubuntu/bind_host_pa0n8k/work/plugins/diamond/etc/diamond.conf bind 2574 1 0 05:40 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2630 1689 0 05:40 ? 00:00:00 /home/ubuntu/bind_host_pa0n8k/env/bin/python2.7 /home/ubuntu/bind_host_pa0n8k/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XlQot3 ubuntu 2641 2630 0 05:40 ? 00:00:00 /bin/sh -c /tmp/DL9SL/install-etcd.sh ubuntu 2643 2641 0 05:40 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh ntp 8695 1 0 05:41 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9103 1 0 05:41 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9239 1 0 05:41 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-17=http://192.168.120.17:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380 root 9315 1 0 05:41 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9319 9315 0 05:41 ? 00:00:00 inotifywait -e create -qq . root 9356 9103 0 05:41 ? 00:00:00 [check-monit-upt] root 9360 9103 0 05:41 ? 00:00:00 [check-etcd-upti] root 9364 9103 0 05:41 ? 00:00:00 [poll_etcd_clust] root 9367 9103 0 05:41 ? 00:00:00 [poll_etcd.sh] ubuntu 9554 2643 0 05:41 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh ubuntu 9555 9554 0 05:41 ? 00:00:00 /bin/bash -e /tmp/DL9SL/install-etcd.sh root 9556 9555 0 05:41 ? 00:00:00 sudo ps -edf root 9557 9556 0 05:41 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-10-06 05:42:04,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-10-06 05:42:04,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---7*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.008s user 0m0.000s sys 0m0.007s 2018-10-06 05:42:04,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-10-06 05:42:04,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/auth.log /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/sysstat/sa06 /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/dmesg.0 real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [06-Oct-2018 05:41:45 UTC] clearwater-diags-monitor starting [06-Oct-2018 05:41:45 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-10-06 05:41:43.280477868 Stopping etcd clearwater-etcd 2018-10-06 05:41:44.374919262 Restarting etcd clearwater-etcd 2018-10-06 05:41:44.379747456 Configured ETCDCTL_PEERS: 2018-10-06 05:41:44.381048824 Check for previous failed startup attempt 2018-10-06 05:41:44.382398879 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-10-06 05:41:44.394698663 etcdctl returned 2 2018-10-06 05:41:44.400866313 Creating new cluster... 2018-10-06 05:41:44.404317857 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-17=http://192.168.120.17:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380 2018-10-06 05:41:44.405909696 Check we're actually a member of the cluster 2018-10-06 05:41:44.411222661 Wait for etcd to startup 2018-10-06 05:41:45.422672664 Etcd started successfully 2018-10-06 05:41:44.431026 I | etcdmain: etcd Version: 3.1.7 2018-10-06 05:41:44.431067 I | etcdmain: Git SHA: 43b7507 2018-10-06 05:41:44.431072 I | etcdmain: Go Version: go1.7.5 2018-10-06 05:41:44.431075 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-06 05:41:44.431079 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-06 05:41:44.431146 I | embed: listening for peers on http://192.168.120.17:2380 2018-10-06 05:41:44.431188 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-06 05:41:44.492679 I | etcdserver: name = 192-168-120-17 2018-10-06 05:41:44.492712 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.17 2018-10-06 05:41:44.492719 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.17/member 2018-10-06 05:41:44.492724 I | etcdserver: heartbeat = 100ms 2018-10-06 05:41:44.492727 I | etcdserver: election = 1000ms 2018-10-06 05:41:44.492732 I | etcdserver: snapshot count = 10000 2018-10-06 05:41:44.492740 I | etcdserver: advertise client URLs = http://192.168.120.17:4000 2018-10-06 05:41:44.492746 I | etcdserver: initial advertise peer URLs = http://192.168.120.17:2380 2018-10-06 05:41:44.492754 I | etcdserver: initial cluster = 192-168-120-17=http://192.168.120.17:2380 2018-10-06 05:41:44.529300 I | etcdserver: starting member daf61a666d61e07b in cluster a8a4c793d0ad03b9 2018-10-06 05:41:44.529336 I | raft: daf61a666d61e07b became follower at term 0 2018-10-06 05:41:44.529350 I | raft: newRaft daf61a666d61e07b [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-06 05:41:44.529361 I | raft: daf61a666d61e07b became follower at term 1 2018-10-06 05:41:44.625336 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-06 05:41:44.626257 I | etcdserver/membership: added member daf61a666d61e07b [http://192.168.120.17:2380] to cluster a8a4c793d0ad03b9 2018-10-06 05:41:45.529617 I | raft: daf61a666d61e07b is starting a new election at term 1 2018-10-06 05:41:45.529710 I | raft: daf61a666d61e07b became candidate at term 2 2018-10-06 05:41:45.529740 I | raft: daf61a666d61e07b received MsgVoteResp from daf61a666d61e07b at term 2 2018-10-06 05:41:45.529755 I | raft: daf61a666d61e07b became leader at term 2 2018-10-06 05:41:45.529763 I | raft: raft.node: daf61a666d61e07b elected leader daf61a666d61e07b at term 2 2018-10-06 05:41:45.529943 I | etcdserver: setting up the initial cluster version to 3.1 2018-10-06 05:41:45.551094 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-06 05:41:45.551133 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-06 05:41:45.551158 I | etcdserver: published {Name:192-168-120-17 ClientURLs:[http://192.168.120.17:4000]} to cluster a8a4c793d0ad03b9 2018-10-06 05:41:45.551185 I | embed: ready to serve client requests 2018-10-06 05:41:45.551440 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-06 05:41:45.584113 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:57694 2018-10-06 05:41:45.584870 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:57695 2018-10-06 05:41:45.595417 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:57693 2018-10-06 05:41:47.897949 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:57696 2018-10-06 05:41:47.977392 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:57697 2018-10-06 05:41:47.979234 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:57698 2018-10-06 05:41:58.160834 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.17/liveness-check remote:192.168.120.17:57699 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-06 05:42:04,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:04,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-10-06 05:42:04,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-06 05:42:04,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/DL9SL/install-etcd.sh 2018-10-06 05:42:04,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:42:04,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:04,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:04,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:04,262 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:04 GMT 2018-10-06 05:42:04,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:04,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:04,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:09,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:09,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.442Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.624Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/YH8I7/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.814Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.814Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.814Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:04.814Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/DKG1X/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:04.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.470Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'dime-dcyhnm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mv /tmp/tmpoMoMug /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mv /tmp/tmptAidRB /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'vellum-e8fv7o', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.17', 'name': u'bono-0dlkfp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'homer-2xbngb', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'sprout-qxysr5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'etcd_ip': u'192.168.120.17', 'name': u'ellis-44d18z', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/52YK5/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/OE1AI/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mv /tmp/tmpP08j8j /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}], "metadata": {"pagination": {"total": 1629, "offset": 1488, "size": 50}}} 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:09 GMT 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26858 2018-10-06 05:42:09,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:09,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/YH8I7/clearwater.py 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:42:09,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/DKG1X/clearwater.py 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'dime-dcyhnm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoMoMug /etc/clearwater/local_config 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptAidRB /etc/clearwater/local_config 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'vellum-e8fv7o', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}. 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:09,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.17', 'name': u'bono-0dlkfp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}. 2018-10-06 05:42:09,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'homer-2xbngb', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}. 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'sprout-qxysr5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'etcd_ip': u'192.168.120.17', 'name': u'ellis-44d18z', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/52YK5/clearwater.py 2018-10-06 05:42:09,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/OE1AI/clearwater.py 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpP08j8j /etc/dnsmasq.resolv.conf 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:09,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:42:09,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:09,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:09,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:09,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:09,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:09 GMT 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:09,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:14,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:14,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/9N8VI/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'sprout-qxysr5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mv /tmp/tmpoMoMug /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.17', 'name': u'bono-0dlkfp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "[localhost] run: sudo mv /tmp/tmptAidRB /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:05.838Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'dime-dcyhnm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:05.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23b42034-bf35-4de9-9570-168dacbc123a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.494Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo mv /tmp/tmprHjPqQ /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo mv /tmp/tmpMsUtQh /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "92677d36-31ee-4e18-8c47-9413f99f7f76"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "3ef3d74b-53e0-436d-8f9d-b060c4f80b31"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo mv /tmp/tmpY_EiU2 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "70ef342b-ff3e-4c15-bc87-e27c6cf54083"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo mv /tmp/tmp4TQK5R /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:06.855Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "b5da462c-e6db-43c5-a36a-3f4102dcbcdd"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.524Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.876Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.876Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/357GX/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.876Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/H397N/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "24afbdf4-fcb8-4c99-842a-56b7dd1f99c6"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.876Z", "message": "Executing: /tmp/357GX/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:07.876Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/75JYD/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:07.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "e0f98446-0a2b-4bc6-87fd-2a1f90c7da64"}, {"node_instance_id": "sprout_qxysr5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1649, "offset": 1538, "size": 50}}} 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:14 GMT 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26482 2018-10-06 05:42:14,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:14,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:14,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9N8VI/clearwater.py 2018-10-06 05:42:14,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:14,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:42:14,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:14,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'sprout-qxysr5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoMoMug /etc/clearwater/local_config 2018-10-06 05:42:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.17', 'name': u'bono-0dlkfp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}. 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptAidRB /etc/clearwater/local_config 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.17', 'name': u'dime-dcyhnm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprHjPqQ /etc/clearwater/local_config 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMsUtQh /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpY_EiU2 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4TQK5R /etc/dnsmasq.resolv.conf 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:14,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/357GX/install-dime.sh 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/H397N/append_proxy_snmp_conf.py 2018-10-06 05:42:14,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/357GX/install-dime.sh 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/75JYD/append_proxy_snmp_conf.py 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:14,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:14,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:14,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:14 GMT 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:14,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:14,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:19,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:19,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:19,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:19,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:19,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:19,747 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_qxysr5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.569Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Executing: /tmp/GR2G1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/04AS3/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/RLXU1/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/W1HX9/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/GR2G1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Executing: /tmp/RLXU1/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Executing: /tmp/04AS3/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:08.887Z", "message": "Executing: /tmp/W1HX9/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:08.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:09.901Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:09.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.828Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.912Z", "message": "[localhost] run: sudo mv /tmp/tmpcUzj0b /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.912Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.912Z", "message": "[localhost] run: sudo mv /tmp/tmptbyXC6 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.912Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:10.912Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:10.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0f5c89af-f57f-451a-a218-888d3fc8a6bb"}, {"node_instance_id": "ellis_44d18z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:11.582Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:11.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:12.596Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:12.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:12.596Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:12.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:13.459Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/TSBOR/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:13.923Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:13.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:13.923Z", "message": "Executing: /tmp/TSBOR/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:13.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:14.958Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:14.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:14.958Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:14.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:14.958Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:14.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}], "metadata": {"pagination": {"total": 1652, "offset": 1588, "size": 50}}} 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:19 GMT 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21941 2018-10-06 05:42:19,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:19,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GR2G1/install-homer.sh 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/04AS3/install-bono.sh 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/RLXU1/install-sprout.sh 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/W1HX9/install-vellum.sh 2018-10-06 05:42:19,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-10-06 05:42:19,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/GR2G1/install-homer.sh 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RLXU1/install-sprout.sh 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/04AS3/install-bono.sh 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-06 05:42:19,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W1HX9/install-vellum.sh 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-10-06 05:42:19,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcUzj0b /etc/dnsmasq.resolv.conf 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptbyXC6 /etc/clearwater/local_config 2018-10-06 05:42:19,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/TSBOR/install-ellis.sh 2018-10-06 05:42:19,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-10-06 05:42:19,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TSBOR/install-ellis.sh 2018-10-06 05:42:19,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-10-06 05:42:19,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-10-06 05:42:19,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-10-06 05:42:19,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:19,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:19,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:19,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:19,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:19 GMT 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:19,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:24,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:24,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:24,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:24,909 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:21.435Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-c4lu31\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [163 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,198 kB/s)\nReading package lists...\n\nreal\t0m12.544s\nuser\t0m4.898s\nsys\t0m0.374s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:21.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:22.027Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:22.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:22.027Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:22.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:23.092Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-wjbfwh\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 [1,219 B]\nGet:4 http://security.ubuntu.com trusty-security/main Sources [163 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 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 [84.2 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,197 kB/s)\nReading package lists...\n\nreal\t0m13.317s\nuser\t0m4.613s\nsys\t0m0.323s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:23.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:23.092Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:23.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:23.092Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-m8v535\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 [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,181 kB/s)\nReading package lists...\n\nreal\t0m13.395s\nuser\t0m4.773s\nsys\t0m0.503s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:23.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-9c05qi\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,166 kB/s)\nReading package lists...\n\nreal\t0m13.359s\nuser\t0m4.684s\nsys\t0m0.341s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:24.133Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-zwmmf5\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,179 kB/s)\nReading package lists...\n\nreal\t0m13.315s\nuser\t0m4.932s\nsys\t0m0.391s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}], "metadata": {"pagination": {"total": 1667, "offset": 1630, "size": 50}}} 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:24 GMT 2018-10-06 05:42:24,910 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:24,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31727 2018-10-06 05:42:24,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:24,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-c4lu31 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [163 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,198 kB/s) Reading package lists... real 0m12.544s user 0m4.898s sys 0m0.374s 2018-10-06 05:42:24,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-10-06 05:42:24,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:24,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-wjbfwh 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 [1,219 B] Get:4 http://security.ubuntu.com trusty-security/main Sources [163 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 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 [84.2 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,197 kB/s) Reading package lists... real 0m13.317s user 0m4.613s sys 0m0.323s 2018-10-06 05:42:24,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-10-06 05:42:24,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-m8v535 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 [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,181 kB/s) Reading package lists... real 0m13.395s user 0m4.773s sys 0m0.503s 2018-10-06 05:42:24,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:24,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-9c05qi Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,166 kB/s) Reading package lists... real 0m13.359s user 0m4.684s sys 0m0.341s 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:24,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-10-06 05:42:24,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-zwmmf5 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [163 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 [84.2 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,179 kB/s) Reading package lists... real 0m13.315s user 0m4.932s sys 0m0.391s 2018-10-06 05:42:24,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:25,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:25 GMT 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:25,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:30,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:30,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:27.722Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-4b4ntt\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [163 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [415 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.8 MB in 10s (1,189 kB/s)\nReading package lists...\n\nreal\t0m12.711s\nuser\t0m4.633s\nsys\t0m0.320s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:27.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:28.564Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:28.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:42:28.564Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:42:28.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}], "metadata": {"pagination": {"total": 1670, "offset": 1645, "size": 50}}} 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:30,176 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:30 GMT 2018-10-06 05:42:30,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:30,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6413 2018-10-06 05:42:30,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:30,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-4b4ntt Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [163 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [84.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [422 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [771 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [262 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [415 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [213 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [141 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,435 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,106 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 [492 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 [551 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [262 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 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 [1,896 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 [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 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 Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.8 MB in 10s (1,189 kB/s) Reading package lists... real 0m12.711s user 0m4.633s sys 0m0.320s 2018-10-06 05:42:30,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:42:30,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-10-06 05:42:30,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:30,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:30,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:30 GMT 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:30,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:30,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:35,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:35,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:35 GMT 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:35,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:35,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:35,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:35 GMT 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:35,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:35,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:40,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:41,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:41,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:41 GMT 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:41,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:42:41,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:41,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:42,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:42,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:42,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:42,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:42,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:42 GMT 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:42,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:47,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:47,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:47 GMT 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:42:47,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:47,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:47,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:47 GMT 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:47,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:52,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:53,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:53,006 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:53 GMT 2018-10-06 05:42:53,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:53,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:42:53,007 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:53,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:53,096 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:53 GMT 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:53,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:58,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:58,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:58 GMT 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:42:58,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:42:58,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:42:58,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:42:58 GMT 2018-10-06 05:42:58,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:42:58,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:42:58,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:03,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:03,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:03,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:03,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:03,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:03 GMT 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:03,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:03,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:03,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:03 GMT 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:03,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:08,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:09,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:09,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:09,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:09,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:09,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:09 GMT 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:09,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:09,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:09,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:09,124 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:09 GMT 2018-10-06 05:43:09,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:09,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:09,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:14,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:14,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:14 GMT 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:14,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:14,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:14 GMT 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:14,367 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:19,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:19,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:19,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:19,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:19,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:19 GMT 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:19,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:20,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:20,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:20,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:20,069 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:20 GMT 2018-10-06 05:43:20,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:20,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:20,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:25,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:25,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:25,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:25,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:25,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:25,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:25 GMT 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:25,652 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:25,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:25,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:25,726 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:25 GMT 2018-10-06 05:43:25,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:25,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:25,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:30,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:31,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:31 GMT 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:31,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:31,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:31,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:31,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:31,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:31 GMT 2018-10-06 05:43:31,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:31,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:31,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:36,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:36,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:36,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:36,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:36,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:36 GMT 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:36,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:36,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:36,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:36,777 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:36 GMT 2018-10-06 05:43:36,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:36,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:36,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:41,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:42,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:42 GMT 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:42,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:42,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:42 GMT 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:42,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:47,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:47,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:47,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:47,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:47,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:47 GMT 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:47,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:47,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:48,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:48,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:48,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:48,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:48 GMT 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:48,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:53,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:53,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:53 GMT 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:53,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:53,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:53,480 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:53 GMT 2018-10-06 05:43:53,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:53,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:53,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:58,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:43:58,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:58,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:58,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:58,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:58,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:58 GMT 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:43:58,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:43:58,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:43:58,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:43:58,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:43:58 GMT 2018-10-06 05:43:58,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:43:58,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:43:58,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:03,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:03,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:03,820 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:03 GMT 2018-10-06 05:44:03,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:03,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:03,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:03,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:04,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:04,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:04,080 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:04,080 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:04 GMT 2018-10-06 05:44:04,080 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:04,080 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:04,080 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:09,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:09,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:09,318 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:09 GMT 2018-10-06 05:44:09,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:09,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:09,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:09,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:09,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:09 GMT 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:09,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:14,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:14,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:14,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:14,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:14 GMT 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:14,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:14,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:14,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:14 GMT 2018-10-06 05:44:14,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:14,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:14,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:19,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:20,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:20,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:20,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:20,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:20 GMT 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:20,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:20,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:20,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:20,139 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:20 GMT 2018-10-06 05:44:20,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:20,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:20,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:25,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:25,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:25,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:25 GMT 2018-10-06 05:44:25,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:25,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:25,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:25,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:25,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:25 GMT 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:25,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:30,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:30,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:30,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:30,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:30,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:30,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:30 GMT 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:30,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:30,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:30,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:30 GMT 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:30,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:36,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:36,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:36,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:36,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:36,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:36 GMT 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:36,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:36,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:36,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:36 GMT 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:36,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:41,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:41,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:41,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:41,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:41,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:41,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:41 GMT 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:41,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:41,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:41,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:41 GMT 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:41,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:46,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:46,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:46 GMT 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:46,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:46,922 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:46,923 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:46 GMT 2018-10-06 05:44:46,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:46,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:46,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:51,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:52,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:52,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:52 GMT 2018-10-06 05:44:52,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:52,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:52,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:52,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:52,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:52,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:52,162 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:52 GMT 2018-10-06 05:44:52,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:52,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:52,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:57,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:44:57,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:57,574 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:57 GMT 2018-10-06 05:44:57,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:57,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:44:57,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:44:57,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:44:57,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:44:57,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:44:57,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:44:57 GMT 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:44:57,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:02,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:02,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1648, "size": 50}}} 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:02 GMT 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:02,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:02,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:02 GMT 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:02,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:07,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:08,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:03.860Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-zwmmf5\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 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 clearwater-snmpd 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 restund\n sprout-libs sysstat\n0 upgraded, 84 newly installed, 0 to remove and 21 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:19 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:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 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:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 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:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 35%\rExtracting templates from packages: 71%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.7 MB in 14s (3,628 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\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) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\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-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\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-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8665\nSetting up restund (1.0-171215.183529) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8721\nclearwater-socket-factory-sig start/running, process 8726\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m39.657s\nuser\t0m8.861s\nsys\t0m8.409s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:03.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:04.632Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:04.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}], "metadata": {"pagination": {"total": 1672, "offset": 1648, "size": 50}}} 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:08 GMT 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37674 2018-10-06 05:45:08,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:08,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-zwmmf5 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 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 clearwater-snmpd 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 restund sprout-libs sysstat 0 upgraded, 84 newly installed, 0 to remove and 21 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:19 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:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 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:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 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:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 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: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 14s (3,628 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... 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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... 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) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... 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-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... 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-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8665 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8721 clearwater-socket-factory-sig start/running, process 8726 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m39.657s user 0m8.861s sys 0m8.409s 2018-10-06 05:45:08,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:45:08,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:08,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:08,482 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:08 GMT 2018-10-06 05:45:08,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:08,483 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:08,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:13,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:13,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:13 GMT 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:13,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:14,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:14,211 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:14 GMT 2018-10-06 05:45:14,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:14,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:14,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:19,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:19,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:19 GMT 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:19,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:19,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:19,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:19,472 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:19 GMT 2018-10-06 05:45:19,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:19,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:19,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:24,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:24,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:24,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:24 GMT 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:24,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:24,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:24,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:24,679 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:24,680 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:24,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:24,681 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:24 GMT 2018-10-06 05:45:24,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:24,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:24,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:29,686 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:30,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:30,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:30,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:30 GMT 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:30,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:30,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:30,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:30,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:30,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:30,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:30 GMT 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:30,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:35,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:35,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:35,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:35,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:35,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:35 GMT 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:35,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:35,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:35,518 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:35,519 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:35,519 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:35 GMT 2018-10-06 05:45:35,519 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:35,519 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:35,519 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:40,524 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:40,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:36.524Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-wjbfwh\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 cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core 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 python-zmq python2.7-dev\n python3-pkg-resources realpath 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 clearwater-logging clearwater-snmpd clearwater-secure-connections\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 libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core 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 python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 21 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 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:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 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:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 17s (5,084 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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 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 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.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\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 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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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 libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\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 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 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-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\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-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\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 homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\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) ...\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 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 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.10) ...\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 libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\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 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 libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.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-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9045\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\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............................................................+++\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\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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 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, 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 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 homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\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, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\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 enum34-1.1.6 homer-0.1 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\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m13.130s\nuser\t0m19.679s\nsys\t0m10.225s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:36.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:37.650Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:37.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:38.676Z", "message": "[bono] => Reading 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 21 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (9,550 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57595 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-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m33.664s\nuser\t0m12.398s\nsys\t0m3.030s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:38.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:38.676Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:38.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}], "metadata": {"pagination": {"total": 1676, "offset": 1650, "size": 50}}} 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:40 GMT 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 66172 2018-10-06 05:45:40,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:40,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-wjbfwh 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 cpp cpp-4.8 crest 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev 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 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev 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 python-zmq python2.7-dev python3-pkg-resources realpath 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 clearwater-logging clearwater-snmpd clearwater-secure-connections 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 libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev 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 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev 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 python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 21 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 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:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 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:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 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: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 17s (5,084 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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 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 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.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... 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 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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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 libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... 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 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 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-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... 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-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... 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 homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... 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) ... 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 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 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.10) ... 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 libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... 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 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 libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.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-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9045 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... 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 ...+++ ............................................................+++ 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 Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 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, 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 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 homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) 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, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 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 enum34-1.1.6 homer-0.1 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 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m13.130s user 0m19.679s sys 0m10.225s 2018-10-06 05:45:40,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:45:40,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 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 21 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (9,550 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57595 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-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m33.664s user 0m12.398s sys 0m3.030s 2018-10-06 05:45:40,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:45:40,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:40,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:40,920 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:40,920 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:40 GMT 2018-10-06 05:45:40,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:40,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:40,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:45,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:46,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1676, "offset": 1654, "size": 50}}} 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:46 GMT 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:46,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:46,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:46,306 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:46 GMT 2018-10-06 05:45:46,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:46,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:46,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:51,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:51,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:51,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:48.810Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-9c05qi\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 21 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ 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/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 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:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 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.10 [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 [1,322 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 [2,076 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-160.210 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 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 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 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 [1,051 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 [1,490 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 [4,838 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 [1,485 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 [5,394 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.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 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]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 23s (2,413 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\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-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\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.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\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-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\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.10) ...\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-160.210) ...\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-171215.180814) ...\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.13) ...\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-171215.183529) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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 8974\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-171207.172716) ...\nclearwater-monit start/running, process 9076\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9093\nclearwater-socket-factory-sig start/running, process 9101\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\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.....................................................+++\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\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up sprout-base (1.0-171215.183529) ...\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-171215.183529) ...\nSetting up sprout-mmtel-as (1.0-171215.183529) ...\nSetting up sprout-scscf (1.0-171215.183529) ...\nSetting up sprout-icscf (1.0-171215.183529) ...\nSetting up sprout (1.0-171215.183529) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m24.785s\nuser\t0m9.529s\nsys\t0m8.952s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:48.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:49.690Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:49.690Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}], "metadata": {"pagination": {"total": 1678, "offset": 1654, "size": 50}}} 2018-10-06 05:45:51,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:51,410 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:51 GMT 2018-10-06 05:45:51,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:51,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46564 2018-10-06 05:45:51,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:51,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-9c05qi 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 21 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ 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/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 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:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 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.10 [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 [1,322 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 [2,076 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-160.210 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 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 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 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 [1,051 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 [1,490 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 [4,838 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 [1,485 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 [5,394 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.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 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.4 MB in 23s (2,413 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... 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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... 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-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... 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.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... 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-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... 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.10) ... 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-160.210) ... 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-171215.180814) ... 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.13) ... 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-171215.183529) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 8974 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-171207.172716) ... clearwater-monit start/running, process 9076 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9093 clearwater-socket-factory-sig start/running, process 9101 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-nginx (1.0-171012.111833) ... 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 ......................................+++ .....................................................+++ 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 Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * 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-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m24.785s user 0m9.529s sys 0m8.952s 2018-10-06 05:45:51,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:45:51,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:51,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:51,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:51 GMT 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:51,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:51,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:56,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:56,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:52.616Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n libmysqlclient18 mysql-common snmpd\nThe following NEW packages will be installed:\n clearwater-snmpd libmysqlclient18 mysql-common snmpd\n0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.\nNeed to get 701 kB of archives.\nAfter this operation, 3,972 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nPreconfiguring packages ...\nFetched 701 kB in 1s (510 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57818 files and directories currently installed.)\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 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-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\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:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m14.258s\nuser\t0m0.798s\nsys\t0m0.656s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:52.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:53.719Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:53.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:53.719Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:53.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:53.719Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:53.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:55.572Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.075s\nuser\t0m0.009s\nsys\t0m0.047s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:55.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}], "metadata": {"pagination": {"total": 1683, "offset": 1656, "size": 50}}} 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:56 GMT 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5206 2018-10-06 05:45:56,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:45:57,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libmysqlclient18 mysql-common snmpd The following NEW packages will be installed: clearwater-snmpd libmysqlclient18 mysql-common snmpd 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Preconfiguring packages ... Fetched 701 kB in 1s (510 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57818 files and directories currently installed.) 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 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-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... 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: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m14.258s user 0m0.798s sys 0m0.656s 2018-10-06 05:45:57,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-10-06 05:45:57,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-10-06 05:45:57,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-10-06 05:45:57,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.075s user 0m0.009s sys 0m0.047s 2018-10-06 05:45:57,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:45:57,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:45:57,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:45:57 GMT 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:45:57,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:02,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:03,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:03,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:03,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:56.732Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:56.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:56.732Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:56.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:56.732Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e7:83:a2 \n inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee7:83a2/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87128 errors:0 dropped:0 overruns:0 frame:0\n TX packets:50635 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131797128 (131.7 MB) TX bytes:9464616 (9.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:40 errors:0 dropped:0 overruns:0 frame:0\n TX packets:40 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3857 (3.8 KB) TX bytes:3857 (3.8 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:56.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:56.732Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:56.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:56.732Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 05:38 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 36 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 37 2 0 05:38 ? 00:00:00 [vmstat]\nroot 38 2 0 05:38 ? 00:00:00 [ksmd]\nroot 39 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 40 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 05:38 ? 00:00:00 [crypto]\nroot 54 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 55 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 05:38 ? 00:00:00 [vballoon]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 124 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 142 2 0 05:38 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 517 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 619 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 05:38 ? 00:00:00 [kworker/u5:2]\nroot 821 2 0 05:38 ? 00:00:00 [kauditd]\nmessage+ 903 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nroot 937 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 954 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 05:38 ? 00:00:00 rsyslogd\nroot 1054 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1099 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 05:38 ? 00:00:00 cron\ndaemon 1108 1 0 05:38 ? 00:00:00 atd\nroot 1121 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1123 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1259 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1266 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 05:39 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_zwmmf5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_zwmmf5 --logging-server-logdir=/home/ubuntu/bono_host_zwmmf5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5%I.log --pidfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5.pid\nubuntu 1766 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/bono_host_zwmmf5/env/bin/diamond --configfile /home/ubuntu/bono_host_zwmmf5/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1652 0 05:42 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_zwmmf5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_zwmmf5 --logging-server-logdir=/home/ubuntu/bono_host_zwmmf5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5%I.log --pidfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5.pid\nubuntu 1853 1832 0 05:42 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 /home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-FsMcdY\nubuntu 1865 1853 0 05:42 ? 00:00:00 /bin/sh -c /tmp/04AS3/install-bono.sh\nubuntu 1867 1865 0 05:42 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh\nroot 2929 2 0 05:44 ? 00:00:00 [kworker/u5:1]\nntp 8156 1 0 05:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8665 1 0 05:44 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8721 1 0 05:44 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8722 8721 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8726 1 0 05:44 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8727 8726 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8736 8722 0 05:44 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8737 8727 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8738 8737 0 05:44 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9030 1 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-0dlkfp.clearwater.local --alias=172.30.9.210,bono-0dlkfp.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-0dlkfp.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\ndnsmasq 9835 1 0 05:45 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9899 1867 0 05:45 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh\nubuntu 9900 9899 0 05:45 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh\nroot 9901 9900 0 05:45 ? 00:00:00 sudo ps -edf\nroot 9902 9901 0 05:45 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:56.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:58.121Z", "message": "[bono] => 2018:10:06 05:44:58: Namespace: management\n2018:10:06 05:44:58: [management] Starting server\n2018:10:06 05:44:58: [management] Listening for requests\n2018:10:06 05:44:58: Namespace: signaling\n2018:10:06 05:44:58: [signaling] Starting server\n2018:10:06 05:44:58: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:58.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:58.121Z", "message": "[bono] => /var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/auth.log\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_20181006T050000Z.txt\n/var/log/bono/bono_out.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/dmesg.0\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:58.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:58.121Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:58.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:58.121Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:58.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:58.121Z", "message": "[bono] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9835/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1099/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8665/monit \ntcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9030/bono \ntcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9030/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9030/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9835/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1099/sshd \nudp 0 0 192.168.120.6:123 0.0.0.0:* 8156/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8156/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8156/ntpd \nudp 0 0 0.0.0.0:26396 0.0.0.0:* 619/dhclient \nudp 0 0 192.168.120.6:5058 0.0.0.0:* 9030/bono \nudp 0 0 192.168.120.6:5060 0.0.0.0:* 9030/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9835/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 619/dhclient \nudp6 0 0 fe80::f816:3eff:fee:123 :::* 8156/ntpd \nudp6 0 0 ::1:123 :::* 8156/ntpd \nudp6 0 0 :::123 :::* 8156/ntpd \nudp6 0 0 :::12579 :::* 619/dhclient \nudp6 0 0 ::1:53 :::* 9835/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20213 8736/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20216 8738/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 10759 1652/python2.7 /tmp/cloudify-logging-server-d3801.socket\nunix 2 [ ACC ] STREAM LISTENING 12192 1853/python2.7 /tmp/ctx-1fJOKM.socket\nunix 2 [ ACC ] STREAM LISTENING 8542 903/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 1676 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9697 1123/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7421 391/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:58.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:59.132Z", "message": "[bono] => 2018-10-06 05:45:21.067314819 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:59.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:59.132Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:59.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:59.132Z", "message": "[bono] sudo cat /var/log/bono/bono_20181006T050000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:59.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:45:59.453Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:45:59.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:00.155Z", "message": "Execution done (return_code=0): /tmp/04AS3/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:00.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:00.155Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:00.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "2ca1ac59-8d80-4ee1-9dbc-483ada7f9059"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:00.639Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:00.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "bono_0dlkfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:00.639Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:00.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:00.831Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:00.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:01.240Z", "message": "Downloaded scripts/bind/bind.py to /tmp/K4TT6/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:01.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}], "metadata": {"pagination": {"total": 1706, "offset": 1661, "size": 50}}} 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:03 GMT 2018-10-06 05:46:03,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:03,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24920 2018-10-06 05:46:03,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:03,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-10-06 05:46:03,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-10-06 05:46:03,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e7:83:a2 inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fee7:83a2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:87128 errors:0 dropped:0 overruns:0 frame:0 TX packets:50635 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131797128 (131.7 MB) TX bytes:9464616 (9.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:40 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3857 (3.8 KB) TX bytes:3857 (3.8 KB) real 0m0.006s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:03,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-10-06 05:46:03,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 4 2 0 05:38 ? 00:00:00 [kworker/0:0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 33 2 0 05:38 ? 00:00:00 [kworker/1:1] root 35 2 0 05:38 ? 00:00:00 [khungtaskd] root 36 2 0 05:38 ? 00:00:00 [kswapd0] root 37 2 0 05:38 ? 00:00:00 [vmstat] root 38 2 0 05:38 ? 00:00:00 [ksmd] root 39 2 0 05:38 ? 00:00:00 [khugepaged] root 40 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 41 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 05:38 ? 00:00:00 [crypto] root 54 2 0 05:38 ? 00:00:00 [kthrotld] root 55 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 56 2 0 05:38 ? 00:00:00 [vballoon] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 58 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 124 2 0 05:38 ? 00:00:00 [kpsmoused] root 142 2 0 05:38 ? 00:00:00 [kworker/1:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 517 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 619 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 05:38 ? 00:00:00 [kworker/u5:2] root 821 2 0 05:38 ? 00:00:00 [kauditd] message+ 903 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork root 937 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 954 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 05:38 ? 00:00:00 rsyslogd root 1054 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1099 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 05:38 ? 00:00:00 cron daemon 1108 1 0 05:38 ? 00:00:00 atd root 1121 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1123 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1259 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1266 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 05:39 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_zwmmf5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_zwmmf5 --logging-server-logdir=/home/ubuntu/bono_host_zwmmf5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5%I.log --pidfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5.pid ubuntu 1766 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/bono_host_zwmmf5/env/bin/diamond --configfile /home/ubuntu/bono_host_zwmmf5/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1652 0 05:42 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_zwmmf5 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_zwmmf5 --logging-server-logdir=/home/ubuntu/bono_host_zwmmf5/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5%I.log --pidfile=/home/ubuntu/bono_host_zwmmf5/work/bono_host_zwmmf5.pid ubuntu 1853 1832 0 05:42 ? 00:00:00 /home/ubuntu/bono_host_zwmmf5/env/bin/python2.7 /home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-FsMcdY ubuntu 1865 1853 0 05:42 ? 00:00:00 /bin/sh -c /tmp/04AS3/install-bono.sh ubuntu 1867 1865 0 05:42 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh root 2929 2 0 05:44 ? 00:00:00 [kworker/u5:1] ntp 8156 1 0 05:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8665 1 0 05:44 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8721 1 0 05:44 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8722 8721 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8726 1 0 05:44 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8727 8726 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8736 8722 0 05:44 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8737 8727 0 05:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8738 8737 0 05:44 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9030 1 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-0dlkfp.clearwater.local --alias=172.30.9.210,bono-0dlkfp.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-0dlkfp.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9835 1 0 05:45 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9899 1867 0 05:45 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh ubuntu 9900 9899 0 05:45 ? 00:00:00 /bin/bash -e /tmp/04AS3/install-bono.sh root 9901 9900 0 05:45 ? 00:00:00 sudo ps -edf root 9902 9901 0 05:45 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.008s 2018-10-06 05:46:03,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:10:06 05:44:58: Namespace: management 2018:10:06 05:44:58: [management] Starting server 2018:10:06 05:44:58: [management] Listening for requests 2018:10:06 05:44:58: Namespace: signaling 2018:10:06 05:44:58: [signaling] Starting server 2018:10:06 05:44:58: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:03,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/auth.log /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/bono/bono_err.log /var/log/bono/bono_20181006T050000Z.txt /var/log/bono/bono_out.log /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/dmesg.0 real 0m0.008s user 0m0.000s sys 0m0.006s 2018-10-06 05:46:03,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-10-06 05:46:03,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-06 05:46:03,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9835/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1099/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8665/monit tcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9030/bono tcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9030/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9030/bono tcp6 0 0 ::1:53 :::* LISTEN 9835/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1099/sshd udp 0 0 192.168.120.6:123 0.0.0.0:* 8156/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8156/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8156/ntpd udp 0 0 0.0.0.0:26396 0.0.0.0:* 619/dhclient udp 0 0 192.168.120.6:5058 0.0.0.0:* 9030/bono udp 0 0 192.168.120.6:5060 0.0.0.0:* 9030/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9835/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 619/dhclient udp6 0 0 fe80::f816:3eff:fee:123 :::* 8156/ntpd udp6 0 0 ::1:123 :::* 8156/ntpd udp6 0 0 :::123 :::* 8156/ntpd udp6 0 0 :::12579 :::* 619/dhclient udp6 0 0 ::1:53 :::* 9835/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20213 8736/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20216 8738/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10759 1652/python2.7 /tmp/cloudify-logging-server-d3801.socket unix 2 [ ACC ] STREAM LISTENING 12192 1853/python2.7 /tmp/ctx-1fJOKM.socket unix 2 [ ACC ] STREAM LISTENING 8542 903/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 1676 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9697 1123/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7421 391/systemd-udevd /run/udev/control real 0m0.007s user 0m0.004s sys 0m0.004s 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-10-06 05:45:21.067314819 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181006T050000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/04AS3/install-bono.sh 2018-10-06 05:46:03,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-10-06 05:46:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:46:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/K4TT6/bind.py 2018-10-06 05:46:03,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:03,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:03,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:03,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:03,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:03,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:03 GMT 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:03,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:08,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:09,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:04.067Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:04.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:04.769Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:04.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:04.841Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:04.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "[localhost] run: sudo mv /tmp/tmpZ3BehP /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "[localhost] run: sudo mv /tmp/tmpqGROvT /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.224Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8bc70ee2-d414-434d-bc78-812c12e998c2"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:05.857Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:05.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:06.241Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_vp5ip2/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:06.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "189cca17-30ee-4d2e-9128-6dbd22a1f42d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:06.241Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/F627R/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:06.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "189cca17-30ee-4d2e-9128-6dbd22a1f42d"}], "metadata": {"pagination": {"total": 1723, "offset": 1681, "size": 50}}} 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:09,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:09 GMT 2018-10-06 05:46:09,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:09,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9174 2018-10-06 05:46:09,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:09,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZ3BehP /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:09,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpqGROvT /etc/bind/db.clearwater.local 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:46:09,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:09,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_vp5ip2/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-10-06 05:46:09,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/F627R/add-snmpproxy-collector.py 2018-10-06 05:46:09,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:09,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:09,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:09,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:09,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:09 GMT 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:09,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:14,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:14,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:09.397Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:09.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:09.898Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-4b4ntt\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 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 libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n 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 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 clearwater-logging clearwater-snmpd 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 gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n 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 sysstat\n0 upgraded, 98 newly installed, 0 to remove and 21 not upgraded.\nNeed to get 69.3 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB]\nGet:42 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:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 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:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 61%\rExtracting templates from packages: 91%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.3 MB in 16s (4,169 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\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 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 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.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\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 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 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 libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51909 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\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-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-171213.182049_amd64.deb ...\nUnpacking ellis (1.0-171213.182049) ...\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 libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-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 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) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\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 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.10) ...\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 libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 9292\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-160.210) ...\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 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 libhtml-template-perl (2.95-1) ...\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 mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 10034\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\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...............................................+++\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\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m41.516s\nuser\t0m16.158s\nsys\t0m10.600s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:09.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:10.273Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:10.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:11.363Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:11.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:11.363Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:11.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:11.363Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:11.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:11.363Z", "message": "[homer] => Reading 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 21 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.0 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58159 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-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m33.664s\nuser\t0m12.132s\nsys\t0m2.516s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:11.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:13.458Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.048s\nuser\t0m0.004s\nsys\t0m0.045s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:13.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:13.718Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:13.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}], "metadata": {"pagination": {"total": 1732, "offset": 1697, "size": 50}}} 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:14 GMT 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 63921 2018-10-06 05:46:14,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:14,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:14,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-4b4ntt 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 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 libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 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 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 clearwater-logging clearwater-snmpd 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 libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 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 sysstat 0 upgraded, 98 newly installed, 0 to remove and 21 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB] Get:42 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:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 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:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 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: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.3 MB in 16s (4,169 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... 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 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 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.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... 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 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 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 libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51909 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... 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-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... 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 libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-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 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) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... 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 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.10) ... 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 libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 9292 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-160.210) ... 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 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 libhtml-template-perl (2.95-1) ... 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 mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10034 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... 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 ........................+++ ...............................................+++ 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 Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m41.516s user 0m16.158s sys 0m10.600s 2018-10-06 05:46:14,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:46:14,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-10-06 05:46:14,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-10-06 05:46:14,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-10-06 05:46:14,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 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 21 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.0 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58159 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-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m33.664s user 0m12.132s sys 0m2.516s 2018-10-06 05:46:14,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.048s user 0m0.004s sys 0m0.045s 2018-10-06 05:46:14,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-10-06 05:46:14,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:14,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:14,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:14,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:14,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:14,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:14 GMT 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:14,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:19,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:19,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:19,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:19,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:14.845Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:af:02:92 \n inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:292/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109260 errors:0 dropped:0 overruns:0 frame:0\n TX packets:62468 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166564720 (166.5 MB) TX bytes:10707035 (10.7 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:14.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:14.845Z", "message": "[homer] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9866/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9045/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9227/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9866/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1095/sshd \nudp 0 0 192.168.120.18:123 0.0.0.0:* 8525/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8525/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8525/ntpd \nudp 0 0 0.0.0.0:62832 0.0.0.0:* 584/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9866/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 8525/ntpd \nudp6 0 0 ::1:123 :::* 8525/ntpd \nudp6 0 0 :::123 :::* 8525/ntpd \nudp6 0 0 :::32504 :::* 584/dhclient \nudp6 0 0 ::1:53 :::* 9866/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9477 1130/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10945 1672/python2.7 /tmp/cloudify-logging-server-9c060.socket\nunix 2 [ ACC ] STREAM LISTENING 11986 1872/python2.7 /tmp/ctx-xMeccM.socket\nunix 2 [ ACC ] STREAM LISTENING 7061 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7271 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8188 897/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:14.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:14.845Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:14.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:14.845Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:14.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:14.845Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 05:38 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 123 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 125 2 0 05:38 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 524 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 05:38 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nroot 934 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 948 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1016 1 0 05:38 ? 00:00:00 rsyslogd\nroot 1049 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1095 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1100 1 0 05:38 ? 00:00:00 cron\ndaemon 1101 1 0 05:38 ? 00:00:00 atd\nroot 1115 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1130 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1197 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1203 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1672 1 0 05:39 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_wjbfwh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_wjbfwh --logging-server-logdir=/home/ubuntu/homer_host_wjbfwh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh%I.log --pidfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh.pid\nubuntu 1786 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/homer_host_wjbfwh/env/bin/diamond --configfile /home/ubuntu/homer_host_wjbfwh/work/plugins/diamond/etc/diamond.conf\nubuntu 1851 1672 0 05:42 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_wjbfwh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_wjbfwh --logging-server-logdir=/home/ubuntu/homer_host_wjbfwh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh%I.log --pidfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh.pid\nubuntu 1872 1851 0 05:42 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 /home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-67qZjb\nubuntu 1884 1872 0 05:42 ? 00:00:00 /bin/sh -c /tmp/GR2G1/install-homer.sh\nubuntu 1886 1884 0 05:42 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh\nroot 2193 2 0 05:42 ? 00:00:00 [kworker/u5:2]\nntp 8525 1 0 05:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9045 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9100 1 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9104 9100 0 05:45 ? 00:00:00 inotifywait -e create -qq .\nroot 9227 1 0 05:45 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9228 9227 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 9229 9227 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 9230 9227 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 9231 9227 0 05:45 ? 00:00:00 nginx: worker process\nroot 9758 9045 0 05:46 ? 00:00:00 [nginx_ping] \nroot 9760 9045 0 05:46 ? 00:00:00 [check-nginx-upt] \nroot 9763 9045 0 05:46 ? 00:00:00 [check-monit-upt] \ndnsmasq 9866 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9930 1886 0 05:46 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh\nubuntu 9931 9930 0 05:46 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh\nroot 9932 9931 0 05:46 ? 00:00:00 sudo ps -edf\nroot 9933 9932 0 05:46 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:14.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:15.856Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:15.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:15.856Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:15.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:15.856Z", "message": "[homer] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/sa06\n/var/log/sysstat/clearwater-sa06\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:15.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:15.856Z", "message": "[homer] => [06-Oct-2018 05:45:18 UTC] clearwater-diags-monitor starting\n[06-Oct-2018 05:45:18 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:15.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:16.870Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:16.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:16.870Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:16.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:16.870Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:16.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:16.870Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-c4lu31\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 clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\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 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd 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 clearwater-logging clearwater-secure-connections 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 gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-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 clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\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 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 116 newly installed, 0 to remove and 21 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ 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/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:24 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:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\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://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 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:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 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:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 19s (4,791 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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 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.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\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 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 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-160.210_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-160.210) ...\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 libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\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 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 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 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-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\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-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\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-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\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 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 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) ...\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-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.10) ...\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 libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-160.210) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\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 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 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 clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\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 lksctp-tools (1.0.15+dfsg-1) ...\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-171215.180814) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9399\nclearwater-socket-factory-sig start/running, process 9404\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9454\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\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...................................+++\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\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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 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, 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 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 homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\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, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\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 enum34-1.1.6 homestead-prov-0.1 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\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 dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t3m54.377s\nuser\t0m21.168s\nsys\t0m13.073s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:16.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:16.870Z", "message": "[homer] => 2018-10-06 05:45:53.041828420 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:16.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:17.242Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:17.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:17.916Z", "message": "Execution done (return_code=0): /tmp/GR2G1/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:17.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9f6d73ce-ab6a-4851-8b54-ef5b8da99873"}, {"node_instance_id": "homer_2xbngb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:18.840Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:18.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1752, "offset": 1706, "size": 50}}} 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:19,904 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:19 GMT 2018-10-06 05:46:19,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:19,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 81925 2018-10-06 05:46:19,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:af:02:92 inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feaf:292/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:109260 errors:0 dropped:0 overruns:0 frame:0 TX packets:62468 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166564720 (166.5 MB) TX bytes:10707035 (10.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-06 05:46:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9866/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9045/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9227/nginx tcp6 0 0 ::1:53 :::* LISTEN 9866/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1095/sshd udp 0 0 192.168.120.18:123 0.0.0.0:* 8525/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8525/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8525/ntpd udp 0 0 0.0.0.0:62832 0.0.0.0:* 584/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9866/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:fea:123 :::* 8525/ntpd udp6 0 0 ::1:123 :::* 8525/ntpd udp6 0 0 :::123 :::* 8525/ntpd udp6 0 0 :::32504 :::* 584/dhclient udp6 0 0 ::1:53 :::* 9866/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9477 1130/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10945 1672/python2.7 /tmp/cloudify-logging-server-9c060.socket unix 2 [ ACC ] STREAM LISTENING 11986 1872/python2.7 /tmp/ctx-xMeccM.socket unix 2 [ ACC ] STREAM LISTENING 7061 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7271 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8188 897/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-06 05:46:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-10-06 05:46:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-10-06 05:46:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 4 2 0 05:38 ? 00:00:00 [kworker/0:0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [kworker/1:1] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 58 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 123 2 0 05:38 ? 00:00:00 [kpsmoused] root 125 2 0 05:38 ? 00:00:00 [kworker/1:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 524 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 05:38 ? 00:00:00 [kauditd] message+ 897 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork root 934 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 948 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon syslog 1016 1 0 05:38 ? 00:00:00 rsyslogd root 1049 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1095 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1100 1 0 05:38 ? 00:00:00 cron daemon 1101 1 0 05:38 ? 00:00:00 atd root 1115 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1130 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1197 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1203 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1672 1 0 05:39 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_wjbfwh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_wjbfwh --logging-server-logdir=/home/ubuntu/homer_host_wjbfwh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh%I.log --pidfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh.pid ubuntu 1786 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/homer_host_wjbfwh/env/bin/diamond --configfile /home/ubuntu/homer_host_wjbfwh/work/plugins/diamond/etc/diamond.conf ubuntu 1851 1672 0 05:42 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_wjbfwh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_wjbfwh --logging-server-logdir=/home/ubuntu/homer_host_wjbfwh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh%I.log --pidfile=/home/ubuntu/homer_host_wjbfwh/work/homer_host_wjbfwh.pid ubuntu 1872 1851 0 05:42 ? 00:00:00 /home/ubuntu/homer_host_wjbfwh/env/bin/python2.7 /home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-67qZjb ubuntu 1884 1872 0 05:42 ? 00:00:00 /bin/sh -c /tmp/GR2G1/install-homer.sh ubuntu 1886 1884 0 05:42 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh root 2193 2 0 05:42 ? 00:00:00 [kworker/u5:2] ntp 8525 1 0 05:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9045 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9100 1 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9104 9100 0 05:45 ? 00:00:00 inotifywait -e create -qq . root 9227 1 0 05:45 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9228 9227 0 05:45 ? 00:00:00 nginx: worker process www-data 9229 9227 0 05:45 ? 00:00:00 nginx: worker process www-data 9230 9227 0 05:45 ? 00:00:00 nginx: worker process www-data 9231 9227 0 05:45 ? 00:00:00 nginx: worker process root 9758 9045 0 05:46 ? 00:00:00 [nginx_ping] root 9760 9045 0 05:46 ? 00:00:00 [check-nginx-upt] root 9763 9045 0 05:46 ? 00:00:00 [check-monit-upt] dnsmasq 9866 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9930 1886 0 05:46 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh ubuntu 9931 9930 0 05:46 ? 00:00:00 /bin/bash -e /tmp/GR2G1/install-homer.sh root 9932 9931 0 05:46 ? 00:00:00 sudo ps -edf root 9933 9932 0 05:46 ? 00:00:00 ps -edf real 0m0.008s user 0m0.004s sys 0m0.004s 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/sa06 /var/log/sysstat/clearwater-sa06 /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.010s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [06-Oct-2018 05:45:18 UTC] clearwater-diags-monitor starting [06-Oct-2018 05:45:18 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-10-06 05:46:19,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-06 05:46:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:46:19,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-c4lu31 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-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common 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-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd 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 clearwater-logging clearwater-secure-connections 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 homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-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-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov 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 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common 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-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 21 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ 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/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:24 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:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] 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://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 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:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 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:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 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: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 19s (4,791 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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 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.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... 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 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 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-160.210_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... 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 libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... 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 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 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 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-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... 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-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... 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-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... 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-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... 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 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 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) ... 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-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.10) ... 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 libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... 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 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 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 clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... 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 lksctp-tools (1.0.15+dfsg-1) ... 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-171215.180814) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9399 clearwater-socket-factory-sig start/running, process 9404 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9454 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... 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 ....................................................+++ ...................................+++ 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 Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 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, 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 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 homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) 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, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 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 enum34-1.1.6 homestead-prov-0.1 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 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 3m54.377s user 0m21.168s sys 0m13.073s 2018-10-06 05:46:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-10-06 05:45:53.041828420 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GR2G1/install-homer.sh 2018-10-06 05:46:19,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:46:19,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:20,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:20,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:20 GMT 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:20,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:20,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:25,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:25,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:19.908Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:19.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:19.908Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:19.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:20.021Z", "message": "Downloaded scripts/bind/bind.py to /tmp/13787/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:20.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.002Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "[localhost] run: sudo mv /tmp/tmph9uVr1 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:21.121Z", "message": "[localhost] run: sudo mv /tmp/tmpCQ0_7P /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:21.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9c3c94ea-8e60-4852-aaa6-ee7301af250e"}], "metadata": {"pagination": {"total": 1768, "offset": 1723, "size": 50}}} 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:25 GMT 2018-10-06 05:46:25,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:25,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8589 2018-10-06 05:46:25,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/13787/bind.py 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:46:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmph9uVr1 /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:46:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCQ0_7P /etc/bind/db.clearwater.local 2018-10-06 05:46:25,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:25,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:25,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:25 GMT 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:25,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:30,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:30,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:30,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:30,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:30,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:26.812Z", "message": "[sprout] => Reading 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 21 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (14.4 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57898 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-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m37.586s\nuser\t0m12.014s\nsys\t0m2.668s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:26.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:27.136Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:28.153Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:28.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:28.153Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:28.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:29.662Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.068s\nuser\t0m0.001s\nsys\t0m0.048s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:29.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:30.179Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:30.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:30.179Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d1:68:de \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fed1:68de/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:83103 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56343 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133477625 (133.4 MB) TX bytes:10408569 (10.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:30.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}], "metadata": {"pagination": {"total": 1775, "offset": 1738, "size": 50}}} 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:30 GMT 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18560 2018-10-06 05:46:30,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:30,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 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 21 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.4 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57898 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-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m37.586s user 0m12.014s sys 0m2.668s 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.068s user 0m0.001s sys 0m0.048s 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-10-06 05:46:30,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d1:68:de inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fed1:68de/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:83103 errors:0 dropped:0 overruns:0 frame:0 TX packets:56343 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133477625 (133.4 MB) TX bytes:10408569 (10.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:30,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:30,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:30,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:30,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:30 GMT 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:30,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:35,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:36,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:31.223Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:31.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:31.223Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:31.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:31.223Z", "message": "[sprout] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9791/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9076/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9791/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1098/sshd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8485/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8485/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8485/ntpd \nudp 0 0 0.0.0.0:5116 0.0.0.0:* 647/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9791/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 647/dhclient \nudp6 0 0 fe80::f816:3eff:fed:123 :::* 8485/ntpd \nudp6 0 0 ::1:123 :::* 8485/ntpd \nudp6 0 0 :::123 :::* 8485/ntpd \nudp6 0 0 :::33826 :::* 647/dhclient \nudp6 0 0 ::1:53 :::* 9791/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8204 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11193 1674/python2.7 /tmp/cloudify-logging-server-5ca4c.socket\nunix 2 [ ACC ] STREAM LISTENING 11695 1872/python2.7 /tmp/ctx-0fAVXY.socket\nunix 2 [ ACC ] STREAM LISTENING 7000 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9327 1131/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 21091 9102/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21112 9110/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9146 918/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:31.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:31.223Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 125 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 142 2 0 05:38 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 468 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 566 2 0 05:38 ? 00:00:00 [kworker/0:2]\nroot 647 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 05:38 ? 00:00:00 [kauditd]\nmessage+ 918 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nroot 944 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 955 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nroot 1051 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1098 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1103 1 0 05:38 ? 00:00:00 cron\ndaemon 1104 1 0 05:38 ? 00:00:00 atd\nroot 1118 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1131 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 05:39 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 05:39 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1674 1 0 05:39 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_9c05qi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_9c05qi --logging-server-logdir=/home/ubuntu/sprout_host_9c05qi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi%I.log --pidfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi.pid\nubuntu 1788 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_9c05qi/env/bin/diamond --configfile /home/ubuntu/sprout_host_9c05qi/work/plugins/diamond/etc/diamond.conf\nubuntu 1851 1674 0 05:42 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_9c05qi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_9c05qi --logging-server-logdir=/home/ubuntu/sprout_host_9c05qi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi%I.log --pidfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi.pid\nubuntu 1872 1851 0 05:42 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 /home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-tOnFgl\nubuntu 1883 1872 0 05:42 ? 00:00:00 /bin/sh -c /tmp/RLXU1/install-sprout.sh\nubuntu 1885 1883 0 05:42 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh\nroot 2197 2 0 05:42 ? 00:00:00 [kworker/u5:2]\nntp 8485 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8974 1 0 05:45 ? 00:00:00 rsyslogd\nroot 9076 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9093 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9094 9093 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9101 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9102 9094 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9103 9101 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9109 9103 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9110 9109 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9791 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9855 1885 0 05:46 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh\nubuntu 9856 9855 0 05:46 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh\nroot 9857 9856 0 05:46 ? 00:00:00 sudo ps -edf\nroot 9858 9857 0 05:46 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:31.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:31.223Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:31.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:32.233Z", "message": "[sprout] => 2018:10:06 05:45:37: Namespace: management\n2018:10:06 05:45:37: [management] Starting server\n2018:10:06 05:45:37: [management] Listening for requests\n2018:10:06 05:45:37: Namespace: signaling\n2018:10:06 05:45:37: [signaling] Starting server\n2018:10:06 05:45:37: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:32.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:32.233Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:32.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:32.233Z", "message": "[sprout] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa06\n/var/log/sprout\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_20181006T050000Z.txt\n/var/log/sprout/sprout_err.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:32.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:33.240Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:33.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:33.240Z", "message": "Execution done (return_code=0): /tmp/RLXU1/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:33.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:33.240Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:33.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:33.240Z", "message": "[sprout] => 2018-10-06 05:46:05.346749169 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:33.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "54afecbb-33f5-4d73-9a19-683897a7da95"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:33.429Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:33.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "sprout_qxysr5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:34.451Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:34.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:34.986Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:34.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:34.986Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:34.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:35.522Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NVKWC/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:35.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}], "metadata": {"pagination": {"total": 1795, "offset": 1745, "size": 50}}} 2018-10-06 05:46:36,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:36,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:36 GMT 2018-10-06 05:46:36,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:36,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21966 2018-10-06 05:46:36,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:36,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-10-06 05:46:36,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-10-06 05:46:36,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9791/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9076/monit tcp6 0 0 ::1:53 :::* LISTEN 9791/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1098/sshd udp 0 0 192.168.120.10:123 0.0.0.0:* 8485/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8485/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8485/ntpd udp 0 0 0.0.0.0:5116 0.0.0.0:* 647/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9791/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 647/dhclient udp6 0 0 fe80::f816:3eff:fed:123 :::* 8485/ntpd udp6 0 0 ::1:123 :::* 8485/ntpd udp6 0 0 :::123 :::* 8485/ntpd udp6 0 0 :::33826 :::* 647/dhclient udp6 0 0 ::1:53 :::* 9791/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8204 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11193 1674/python2.7 /tmp/cloudify-logging-server-5ca4c.socket unix 2 [ ACC ] STREAM LISTENING 11695 1872/python2.7 /tmp/ctx-0fAVXY.socket unix 2 [ ACC ] STREAM LISTENING 7000 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9327 1131/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 21091 9102/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21112 9110/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9146 918/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-10-06 05:46:36,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [kworker/1:1] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 58 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 125 2 0 05:38 ? 00:00:00 [kpsmoused] root 142 2 0 05:38 ? 00:00:00 [kworker/1:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 468 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 566 2 0 05:38 ? 00:00:00 [kworker/0:2] root 647 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 05:38 ? 00:00:00 [kauditd] message+ 918 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork root 944 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 955 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon root 1051 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1098 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1103 1 0 05:38 ? 00:00:00 cron daemon 1104 1 0 05:38 ? 00:00:00 atd root 1118 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1131 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 05:39 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 05:39 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1674 1 0 05:39 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_9c05qi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_9c05qi --logging-server-logdir=/home/ubuntu/sprout_host_9c05qi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi%I.log --pidfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi.pid ubuntu 1788 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_9c05qi/env/bin/diamond --configfile /home/ubuntu/sprout_host_9c05qi/work/plugins/diamond/etc/diamond.conf ubuntu 1851 1674 0 05:42 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_9c05qi --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_9c05qi --logging-server-logdir=/home/ubuntu/sprout_host_9c05qi/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi%I.log --pidfile=/home/ubuntu/sprout_host_9c05qi/work/sprout_host_9c05qi.pid ubuntu 1872 1851 0 05:42 ? 00:00:00 /home/ubuntu/sprout_host_9c05qi/env/bin/python2.7 /home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-tOnFgl ubuntu 1883 1872 0 05:42 ? 00:00:00 /bin/sh -c /tmp/RLXU1/install-sprout.sh ubuntu 1885 1883 0 05:42 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh root 2197 2 0 05:42 ? 00:00:00 [kworker/u5:2] ntp 8485 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8974 1 0 05:45 ? 00:00:00 rsyslogd root 9076 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9093 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9094 9093 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9101 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9102 9094 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9103 9101 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9109 9103 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9110 9109 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9791 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9855 1885 0 05:46 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh ubuntu 9856 9855 0 05:46 ? 00:00:00 /bin/bash -e /tmp/RLXU1/install-sprout.sh root 9857 9856 0 05:46 ? 00:00:00 sudo ps -edf root 9858 9857 0 05:46 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-06 05:46:36,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-10-06 05:46:36,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:10:06 05:45:37: Namespace: management 2018:10:06 05:45:37: [management] Starting server 2018:10:06 05:45:37: [management] Listening for requests 2018:10:06 05:45:37: Namespace: signaling 2018:10:06 05:45:37: [signaling] Starting server 2018:10:06 05:45:37: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:36,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-06 05:46:36,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa06 /var/log/sprout /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_20181006T050000Z.txt /var/log/sprout/sprout_err.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.006s user 0m0.002s sys 0m0.003s 2018-10-06 05:46:36,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RLXU1/install-sprout.sh 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-10-06 05:46:05.346749169 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:46:36,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:36,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:36,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NVKWC/bind.py 2018-10-06 05:46:36,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:36,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:36,526 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:36 GMT 2018-10-06 05:46:36,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:36,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:36,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:41,531 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:41,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:36.362Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:36.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "[localhost] run: sudo mv /tmp/tmpmAli6i /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "[localhost] run: sudo mv /tmp/tmp_dBjnU /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.494Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "06e05bb1-937d-49b9-8ea7-d7727f15f273"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.600Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.997Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:37.997Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:37.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:38.601Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/B3EQA/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:38.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7425ff11-96ae-474b-b520-df18b607ee32"}], "metadata": {"pagination": {"total": 1811, "offset": 1762, "size": 50}}} 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:41 GMT 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8767 2018-10-06 05:46:41,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:41,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:46:41,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmAli6i /etc/bind/db.clearwater.local 2018-10-06 05:46:41,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_dBjnU /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:41,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:46:41,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:46:41,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:46:41,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:41,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:41,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:41,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/B3EQA/add-snmpproxy-collector.py 2018-10-06 05:46:41,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:42,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:42,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:42,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:42 GMT 2018-10-06 05:46:42,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:42,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:42,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:47,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:47,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:47,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:47,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:44.896Z", "message": "[ellis] => Reading 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 21 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.6 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58106 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-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m34.596s\nuser\t0m11.972s\nsys\t0m2.403s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:44.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:45.639Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:45.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:45.639Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:45.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:45.639Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:45.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:45.795Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:45.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1816, "offset": 1777, "size": 50}}} 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:47 GMT 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:47,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16454 2018-10-06 05:46:47,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:47,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 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 21 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.6 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58106 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-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m34.596s user 0m11.972s sys 0m2.403s 2018-10-06 05:46:47,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-10-06 05:46:47,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-10-06 05:46:47,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-10-06 05:46:47,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:47,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:48,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:48 GMT 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:48,015 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:53,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:53,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:53,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:47.750Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.068s\nuser\t0m0.009s\nsys\t0m0.040s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:47.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:48.669Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0a:b7:67 \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:b767/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96021 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52646 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147286896 (147.2 MB) TX bytes:10544090 (10.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:54 errors:0 dropped:0 overruns:0 frame:0\n TX packets:54 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4391 (4.3 KB) TX bytes:4391 (4.3 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:48.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:48.669Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:48.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:48.669Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:48.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:48.669Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 05:38 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 124 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 142 2 0 05:38 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 05:38 ? 00:00:00 [kworker/u5:2]\nroot 526 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 573 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 05:39 ? 00:00:00 [kauditd]\nmessage+ 902 1 0 05:39 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 05:39 ? 00:00:00 /lib/systemd/systemd-logind\nroot 963 1 0 05:39 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1014 1 0 05:39 ? 00:00:00 rsyslogd\nroot 1050 1 0 05:39 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 05:39 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 05:39 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 05:39 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 05:39 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1104 1 0 05:39 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 05:39 ? 00:00:00 cron\ndaemon 1107 1 0 05:39 ? 00:00:00 atd\nroot 1116 1 0 05:39 ? 00:00:00 /usr/sbin/irqbalance\nroot 1129 1 0 05:39 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 05:39 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 05:39 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1673 1 0 05:39 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_4b4ntt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_4b4ntt --logging-server-logdir=/home/ubuntu/ellis_host_4b4ntt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt%I.log --pidfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt.pid\nubuntu 1787 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_4b4ntt/env/bin/diamond --configfile /home/ubuntu/ellis_host_4b4ntt/work/plugins/diamond/etc/diamond.conf\nubuntu 1853 1673 0 05:42 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_4b4ntt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_4b4ntt --logging-server-logdir=/home/ubuntu/ellis_host_4b4ntt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt%I.log --pidfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt.pid\nubuntu 1876 1853 0 05:42 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 /home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GSWYS3\nubuntu 1888 1876 0 05:42 ? 00:00:00 /bin/sh -c /tmp/TSBOR/install-ellis.sh\nubuntu 1891 1888 0 05:42 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh\nroot 3698 2 0 05:44 ? 00:00:00 [kworker/u5:0]\nmysql 9292 1 0 05:45 ? 00:00:00 /usr/sbin/mysqld\nntp 9442 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10034 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10092 1 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10096 10092 0 05:45 ? 00:00:00 inotifywait -e create -qq .\nroot 10206 1 0 05:45 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10207 10206 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 10208 10206 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 10209 10206 0 05:45 ? 00:00:00 nginx: worker process\nwww-data 10210 10206 0 05:45 ? 00:00:00 nginx: worker process\nellis 10491 1 0 05:46 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10594 10034 0 05:46 ? 00:00:00 [nginx_ping] \nroot 10596 10034 0 05:46 ? 00:00:00 [check-nginx-upt] \nroot 10599 10034 0 05:46 ? 00:00:00 [check-monit-upt] \nroot 10603 10034 0 05:46 ? 00:00:00 [poll_ellis.sh] \nroot 10605 10034 0 05:46 ? 00:00:00 [poll_ellis_http] \nroot 10614 10034 0 05:46 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 10624 10614 0 05:46 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 10665 10624 0 05:46 ? 00:00:00 sleep 21\ndnsmasq 10898 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10962 1891 0 05:46 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh\nubuntu 10963 10962 0 05:46 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh\nroot 10964 10963 0 05:46 ? 00:00:00 sudo ps -edf\nroot 10965 10964 0 05:46 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:48.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[dime] => Reading 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 21 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (9,003 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58580 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-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\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-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting 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 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: 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\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m32.813s\nuser\t0m12.328s\nsys\t0m3.049s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[ellis] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/monit.log\n/var/log/wtmp\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/mysql.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/ellis\n/var/log/sysstat\n/var/log/sysstat/sa06\n/var/log/sysstat/clearwater-sa06\n/var/log/mysql.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/mysql.err\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:49.786Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10898/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10034/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10206/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9292/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 10898/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1104/sshd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 9442/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9442/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9442/ntpd \nudp 0 0 0.0.0.0:33423 0.0.0.0:* 573/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10898/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 573/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 9442/ntpd \nudp6 0 0 ::1:123 :::* 9442/ntpd \nudp6 0 0 :::123 :::* 9442/ntpd \nudp6 0 0 :::8506 :::* 573/dhclient \nudp6 0 0 ::1:53 :::* 10898/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11086 1673/python2.7 /tmp/cloudify-logging-server-8929e.socket\nunix 2 [ ACC ] STREAM LISTENING 12465 1876/python2.7 /tmp/ctx-KUP4GA.socket\nunix 2 [ ACC ] STREAM LISTENING 312 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 23916 10491/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 21377 9292/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 8624 902/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 8916 1129/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 725 394/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:49.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[ellis] => [06-Oct-2018 05:45:50 UTC] clearwater-diags-monitor starting\n[06-Oct-2018 05:45:50 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:50.807Z", "message": "[ellis] => 2018-10-06 05:46:27.783867242 Stopping etcd clearwater-etcd\n2018-10-06 05:46:29.573256795 Restarting etcd clearwater-etcd\n2018-10-06 05:46:29.577523372 Configured ETCDCTL_PEERS: 192.168.120.17:4000,\n2018-10-06 05:46:29.578207885 Check for previous failed startup attempt\n2018-10-06 05:46:29.579209457 Running etcdctl member list\n47dda99f5898efef: name=192-168-120-6 peerURLs=http://192.168.120.6:2380 clientURLs=http://192.168.120.6:4000 isLeader=false\ndaf61a666d61e07b: name=192-168-120-17 peerURLs=http://192.168.120.17:2380 clientURLs=http://192.168.120.17:4000 isLeader=true\n2018-10-06 05:46:29.593952053 etcdctl returned 0\n2018-10-06 05:46:29.599133617 Joining existing cluster...\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:50.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:51.654Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:51.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:51.878Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:51.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:51.878Z", "message": "Execution done (return_code=0): /tmp/TSBOR/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:51.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:51.878Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:51.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "9cfa2200-2ddd-49a8-85ea-05318741b847"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:52.893Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.074s\nuser\t0m0.006s\nsys\t0m0.049s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:52.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:52.893Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:52.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.009Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.009Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "ellis_44d18z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.009Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1846, "offset": 1782, "size": 50}}} 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:53 GMT 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 42534 2018-10-06 05:46:53,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:53,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.068s user 0m0.009s sys 0m0.040s 2018-10-06 05:46:53,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:0a:b7:67 inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe0a:b767/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:96021 errors:0 dropped:0 overruns:0 frame:0 TX packets:52646 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147286896 (147.2 MB) TX bytes:10544090 (10.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:54 errors:0 dropped:0 overruns:0 frame:0 TX packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4391 (4.3 KB) TX bytes:4391 (4.3 KB) real 0m0.005s user 0m0.004s sys 0m0.003s 2018-10-06 05:46:53,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-10-06 05:46:53,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-10-06 05:46:53,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 18 2 0 05:38 ? 00:00:00 [kworker/1:0] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/1:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 59 2 0 05:38 ? 00:00:00 [kworker/0:1] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 124 2 0 05:38 ? 00:00:00 [kpsmoused] root 142 2 0 05:38 ? 00:00:00 [kworker/0:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 431 2 0 05:38 ? 00:00:00 [kworker/u5:2] root 526 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 573 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 05:39 ? 00:00:00 [kauditd] message+ 902 1 0 05:39 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 05:39 ? 00:00:00 /lib/systemd/systemd-logind root 963 1 0 05:39 ? 00:00:00 upstart-file-bridge --daemon syslog 1014 1 0 05:39 ? 00:00:00 rsyslogd root 1050 1 0 05:39 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 05:39 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 05:39 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 05:39 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 05:39 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1104 1 0 05:39 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 05:39 ? 00:00:00 cron daemon 1107 1 0 05:39 ? 00:00:00 atd root 1116 1 0 05:39 ? 00:00:00 /usr/sbin/irqbalance root 1129 1 0 05:39 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 05:39 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 05:39 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1673 1 0 05:39 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_4b4ntt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_4b4ntt --logging-server-logdir=/home/ubuntu/ellis_host_4b4ntt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt%I.log --pidfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt.pid ubuntu 1787 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_4b4ntt/env/bin/diamond --configfile /home/ubuntu/ellis_host_4b4ntt/work/plugins/diamond/etc/diamond.conf ubuntu 1853 1673 0 05:42 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_4b4ntt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_4b4ntt --logging-server-logdir=/home/ubuntu/ellis_host_4b4ntt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt%I.log --pidfile=/home/ubuntu/ellis_host_4b4ntt/work/ellis_host_4b4ntt.pid ubuntu 1876 1853 0 05:42 ? 00:00:00 /home/ubuntu/ellis_host_4b4ntt/env/bin/python2.7 /home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GSWYS3 ubuntu 1888 1876 0 05:42 ? 00:00:00 /bin/sh -c /tmp/TSBOR/install-ellis.sh ubuntu 1891 1888 0 05:42 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh root 3698 2 0 05:44 ? 00:00:00 [kworker/u5:0] mysql 9292 1 0 05:45 ? 00:00:00 /usr/sbin/mysqld ntp 9442 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10034 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10092 1 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10096 10092 0 05:45 ? 00:00:00 inotifywait -e create -qq . root 10206 1 0 05:45 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10207 10206 0 05:45 ? 00:00:00 nginx: worker process www-data 10208 10206 0 05:45 ? 00:00:00 nginx: worker process www-data 10209 10206 0 05:45 ? 00:00:00 nginx: worker process www-data 10210 10206 0 05:45 ? 00:00:00 nginx: worker process ellis 10491 1 0 05:46 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10594 10034 0 05:46 ? 00:00:00 [nginx_ping] root 10596 10034 0 05:46 ? 00:00:00 [check-nginx-upt] root 10599 10034 0 05:46 ? 00:00:00 [check-monit-upt] root 10603 10034 0 05:46 ? 00:00:00 [poll_ellis.sh] root 10605 10034 0 05:46 ? 00:00:00 [poll_ellis_http] root 10614 10034 0 05:46 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10624 10614 0 05:46 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10665 10624 0 05:46 ? 00:00:00 sleep 21 dnsmasq 10898 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10962 1891 0 05:46 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh ubuntu 10963 10962 0 05:46 ? 00:00:00 /bin/bash -e /tmp/TSBOR/install-ellis.sh root 10964 10963 0 05:46 ? 00:00:00 sudo ps -edf root 10965 10964 0 05:46 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 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 21 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [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/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (9,003 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58580 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-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... 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-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Setting up clearwater-queue-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting 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 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: 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 Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m32.813s user 0m12.328s sys 0m3.049s 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/monit.log /var/log/wtmp /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/mysql.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/ellis /var/log/sysstat /var/log/sysstat/sa06 /var/log/sysstat/clearwater-sa06 /var/log/mysql.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/mysql.err /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/mysql /var/log/mysql/error.log /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10898/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10034/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10206/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9292/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10898/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1104/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 9442/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9442/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9442/ntpd udp 0 0 0.0.0.0:33423 0.0.0.0:* 573/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10898/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 573/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 9442/ntpd udp6 0 0 ::1:123 :::* 9442/ntpd udp6 0 0 :::123 :::* 9442/ntpd udp6 0 0 :::8506 :::* 573/dhclient udp6 0 0 ::1:53 :::* 10898/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11086 1673/python2.7 /tmp/cloudify-logging-server-8929e.socket unix 2 [ ACC ] STREAM LISTENING 12465 1876/python2.7 /tmp/ctx-KUP4GA.socket unix 2 [ ACC ] STREAM LISTENING 312 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 23916 10491/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 21377 9292/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 8624 902/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 8916 1129/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 725 394/systemd-udevd /run/udev/control real 0m0.007s user 0m0.004s sys 0m0.004s 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [06-Oct-2018 05:45:50 UTC] clearwater-diags-monitor starting [06-Oct-2018 05:45:50 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-06 05:46:53,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-10-06 05:46:27.783867242 Stopping etcd clearwater-etcd 2018-10-06 05:46:29.573256795 Restarting etcd clearwater-etcd 2018-10-06 05:46:29.577523372 Configured ETCDCTL_PEERS: 192.168.120.17:4000, 2018-10-06 05:46:29.578207885 Check for previous failed startup attempt 2018-10-06 05:46:29.579209457 Running etcdctl member list 47dda99f5898efef: name=192-168-120-6 peerURLs=http://192.168.120.6:2380 clientURLs=http://192.168.120.6:4000 isLeader=false daf61a666d61e07b: name=192-168-120-17 peerURLs=http://192.168.120.17:2380 clientURLs=http://192.168.120.17:4000 isLeader=true 2018-10-06 05:46:29.593952053 etcdctl returned 0 2018-10-06 05:46:29.599133617 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TSBOR/install-ellis.sh 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.074s user 0m0.006s sys 0m0.049s 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:53,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:46:53,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:53,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:53 GMT 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:53,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:58,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:58,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Downloaded scripts/bind/bind.py to /tmp/PGUB8/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Executing: /tmp/F9O68/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 05:38 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 78 2 0 05:38 ? 00:00:00 [deferwq]\nroot 79 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 88 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 123 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 142 2 0 05:38 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 452 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 592 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 665 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 820 2 0 05:38 ? 00:00:00 [kauditd]\nroot 940 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 993 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nsyslog 995 1 0 05:38 ? 00:00:00 rsyslogd\nroot 1013 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1053 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1056 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1111 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1113 1 0 05:38 ? 00:00:00 cron\ndaemon 1114 1 0 05:38 ? 00:00:00 atd\nroot 1120 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1134 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1201 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1648 1 0 05:39 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_c4lu31 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_c4lu31 --logging-server-logdir=/home/ubuntu/dime_host_c4lu31/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31%I.log --pidfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31.pid\nubuntu 1762 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/dime_host_c4lu31/env/bin/diamond --configfile /home/ubuntu/dime_host_c4lu31/work/plugins/diamond/etc/diamond.conf\nubuntu 1828 1648 0 05:42 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_c4lu31 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_c4lu31 --logging-server-logdir=/home/ubuntu/dime_host_c4lu31/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31%I.log --pidfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31.pid\nubuntu 1849 1828 0 05:42 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 /home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ecBh35\nubuntu 1860 1849 0 05:42 ? 00:00:00 /bin/sh -c /tmp/357GX/install-dime.sh\nubuntu 1863 1860 0 05:42 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh\nroot 1994 2 0 05:42 ? 00:00:00 [kworker/u5:2]\nntp 8829 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9399 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9400 9399 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9404 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9405 9404 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9414 9400 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9415 9405 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9416 9415 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9454 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10117 1 0 05:46 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10472 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10536 1863 0 05:46 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh\nubuntu 10537 10536 0 05:46 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh\nroot 10538 10537 0 05:46 ? 00:00:00 sudo ps -edf\nroot 10539 10538 0 05:46 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.008s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5c:04:f7 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:4f7/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116354 errors:0 dropped:0 overruns:0 frame:0\n TX packets:69572 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172163932 (172.1 MB) TX bytes:11952027 (11.9 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "[dime] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10472/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9454/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10472/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1111/sshd \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8829/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8829/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8829/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10117/snmpd \nudp 0 0 0.0.0.0:45092 0.0.0.0:* 592/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10472/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 592/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8829/ntpd \nudp6 0 0 ::1:123 :::* 8829/ntpd \nudp6 0 0 :::123 :::* 8829/ntpd \nudp6 0 0 :::161 :::* 10117/snmpd \nudp6 0 0 :::43780 :::* 592/dhclient \nudp6 0 0 ::1:53 :::* 10472/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7483 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11783 1648/python2.7 /tmp/cloudify-logging-server-e42b1.socket\nunix 2 [ ACC ] STREAM LISTENING 10927 1849/python2.7 /tmp/ctx-8fKuZl.socket\nunix 2 [ ACC ] STREAM LISTENING 7057 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 19455 9414/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21558 9416/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9627 1134/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9399 993/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 23135 10117/snmpd /var/agentx/master\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/F9O68/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:53.924Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:53.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:54.839Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:54.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[dime] => 2018:10:06 05:45:43: Namespace: management\n2018:10:06 05:45:43: [management] Starting server\n2018:10:06 05:45:43: [management] Listening for requests\n2018:10:06 05:45:43: Namespace: signaling\n2018:10:06 05:45:43: [signaling] Starting server\n2018:10:06 05:45:43: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[localhost] run: sudo mv /tmp/tmpWMMCkw /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[dime] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/boot.log\n/var/log/udev\n/var/log/monit.log\n/var/log/wtmp\n/var/log/ralf\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_20181006T050000Z.txt\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/iotop.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/dpkg.log\n/var/log/clearwater-socket-factory.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa06\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:55.237Z", "message": "[localhost] run: sudo mv /tmp/tmpEt3KTk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "23e3f3f8-b3bd-4867-9029-15d63d0a5a1a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:56.264Z", "message": "Execution done (return_code=0): /tmp/357GX/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:56.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:56.264Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:56.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:56.264Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:56.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:56.264Z", "message": "[dime] => 2018-10-06 05:46:32.259322525 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:56.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "82a493e0-f807-466c-b8da-10fe8ee63c25"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:56.364Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:56.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:57.468Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:57.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:57.468Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:57.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:57.935Z", "message": "Downloaded scripts/bind/bind.py to /tmp/TBL3D/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:57.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:58.021Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:58.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1885, "offset": 1808, "size": 50}}} 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:58 GMT 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33670 2018-10-06 05:46:58,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:46:58,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/PGUB8/bind.py 2018-10-06 05:46:58,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:46:58,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-10-06 05:46:58,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/F9O68/create_number.sh 2018-10-06 05:46:58,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-06 05:46:58,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 4 2 0 05:38 ? 00:00:00 [kworker/0:0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 78 2 0 05:38 ? 00:00:00 [deferwq] root 79 2 0 05:38 ? 00:00:00 [charger_manager] root 88 2 0 05:38 ? 00:00:00 [kworker/1:1] root 123 2 0 05:38 ? 00:00:00 [kpsmoused] root 142 2 0 05:38 ? 00:00:00 [kworker/1:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 452 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 592 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 665 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 820 2 0 05:38 ? 00:00:00 [kauditd] root 940 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon message+ 993 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork syslog 995 1 0 05:38 ? 00:00:00 rsyslogd root 1013 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 1053 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1056 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1111 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1113 1 0 05:38 ? 00:00:00 cron daemon 1114 1 0 05:38 ? 00:00:00 atd root 1120 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1134 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1201 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1648 1 0 05:39 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_c4lu31 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_c4lu31 --logging-server-logdir=/home/ubuntu/dime_host_c4lu31/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31%I.log --pidfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31.pid ubuntu 1762 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/dime_host_c4lu31/env/bin/diamond --configfile /home/ubuntu/dime_host_c4lu31/work/plugins/diamond/etc/diamond.conf ubuntu 1828 1648 0 05:42 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_c4lu31 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_c4lu31 --logging-server-logdir=/home/ubuntu/dime_host_c4lu31/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31%I.log --pidfile=/home/ubuntu/dime_host_c4lu31/work/dime_host_c4lu31.pid ubuntu 1849 1828 0 05:42 ? 00:00:00 /home/ubuntu/dime_host_c4lu31/env/bin/python2.7 /home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ecBh35 ubuntu 1860 1849 0 05:42 ? 00:00:00 /bin/sh -c /tmp/357GX/install-dime.sh ubuntu 1863 1860 0 05:42 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh root 1994 2 0 05:42 ? 00:00:00 [kworker/u5:2] ntp 8829 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9399 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9400 9399 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9404 1 0 05:45 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9405 9404 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9414 9400 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9415 9405 0 05:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9416 9415 0 05:45 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9454 1 0 05:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10117 1 0 05:46 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10472 1 0 05:46 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10536 1863 0 05:46 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh ubuntu 10537 10536 0 05:46 ? 00:00:00 /bin/bash -e /tmp/357GX/install-dime.sh root 10538 10537 0 05:46 ? 00:00:00 sudo ps -edf root 10539 10538 0 05:46 ? 00:00:00 ps -edf real 0m0.009s user 0m0.008s sys 0m0.002s 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5c:04:f7 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5c:4f7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:116354 errors:0 dropped:0 overruns:0 frame:0 TX packets:69572 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172163932 (172.1 MB) TX bytes:11952027 (11.9 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.005s user 0m0.004s sys 0m0.001s 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10472/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9454/monit tcp6 0 0 ::1:53 :::* LISTEN 10472/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1111/sshd udp 0 0 192.168.120.9:123 0.0.0.0:* 8829/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8829/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8829/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10117/snmpd udp 0 0 0.0.0.0:45092 0.0.0.0:* 592/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10472/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 592/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8829/ntpd udp6 0 0 ::1:123 :::* 8829/ntpd udp6 0 0 :::123 :::* 8829/ntpd udp6 0 0 :::161 :::* 10117/snmpd udp6 0 0 :::43780 :::* 592/dhclient udp6 0 0 ::1:53 :::* 10472/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7483 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11783 1648/python2.7 /tmp/cloudify-logging-server-e42b1.socket unix 2 [ ACC ] STREAM LISTENING 10927 1849/python2.7 /tmp/ctx-8fKuZl.socket unix 2 [ ACC ] STREAM LISTENING 7057 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 19455 9414/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21558 9416/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9627 1134/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9399 993/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 23135 10117/snmpd /var/agentx/master real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/F9O68/create_number.sh 2018-10-06 05:46:58,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:46:58,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:10:06 05:45:43: Namespace: management 2018:10:06 05:45:43: [management] Starting server 2018:10:06 05:45:43: [management] Listening for requests 2018:10:06 05:45:43: Namespace: signaling 2018:10:06 05:45:43: [signaling] Starting server 2018:10:06 05:45:43: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.004s 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWMMCkw /etc/bind/db.clearwater.opnfv 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/boot.log /var/log/udev /var/log/monit.log /var/log/wtmp /var/log/ralf /var/log/dmesg /var/log/ntpstats /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_20181006T050000Z.txt /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/iotop.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/dpkg.log /var/log/clearwater-socket-factory.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa06 /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.007s user 0m0.004s sys 0m0.001s 2018-10-06 05:46:58,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEt3KTk /etc/bind/db.clearwater.local 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/357GX/install-dime.sh 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-10-06 05:46:32.259322525 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:46:58,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:46:58,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:46:58,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:46:58,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/TBL3D/bind.py 2018-10-06 05:46:58,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:46:58,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:46:58,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:46:58,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:46:58 GMT 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:46:58,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:46:58,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:03,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:03,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:03,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:03,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:03,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:03,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:58.306Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:58.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.034Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "[localhost] run: sudo mv /tmp/tmpGyVa_Q /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:46:59.325Z", "message": "[localhost] run: sudo mv /tmp/tmpMKo6hf /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:46:59.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "8ce17cdb-52bd-4e8b-8c80-ba96770b53d1"}], "metadata": {"pagination": {"total": 1898, "offset": 1843, "size": 50}}} 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:03 GMT 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7431 2018-10-06 05:47:03,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:47:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:47:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:47:03,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:47:03,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGyVa_Q /etc/bind/db.clearwater.opnfv 2018-10-06 05:47:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:47:03,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMKo6hf /etc/bind/db.clearwater.local 2018-10-06 05:47:03,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:03,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:03,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:03,518 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:03 GMT 2018-10-06 05:47:03,518 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:03,518 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:03,518 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:08,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:08,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:08,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:08,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:08,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:08,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1898, "offset": 1855, "size": 50}}} 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:08 GMT 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:47:08,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:08,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:08,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:08,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:08,657 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:08 GMT 2018-10-06 05:47:08,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:08,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:08,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:13,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:13,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1898, "offset": 1855, "size": 50}}} 2018-10-06 05:47:13,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:13,751 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:13 GMT 2018-10-06 05:47:13,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:13,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:47:13,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:13,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:13,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:13,841 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:13 GMT 2018-10-06 05:47:13,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:13,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:13,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:18,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:19,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:19,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1898, "offset": 1855, "size": 50}}} 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:19 GMT 2018-10-06 05:47:19,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:19,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:47:19,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:19,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:19,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:19 GMT 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:19,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:24,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:24,181 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:24,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:23.658Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.17:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.17\n\n\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\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:23.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}], "metadata": {"pagination": {"total": 1899, "offset": 1855, "size": 50}}} 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:24 GMT 2018-10-06 05:47:24,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:24,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1452 2018-10-06 05:47:24,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:24,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.17:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.17 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-10-06 05:47:24,183 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:24,252 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:24,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:24,253 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:24 GMT 2018-10-06 05:47:24,253 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:24,253 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:24,253 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:29,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:29,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:29,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:29,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:27.480Z", "message": "Execution done (return_code=0): /tmp/F9O68/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:27.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "0998b483-b7c8-4f04-95b8-93bd9fbc1332"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:27.736Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:27.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1901, "offset": 1856, "size": 50}}} 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:29 GMT 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1130 2018-10-06 05:47:29,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:29,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/F9O68/create_number.sh 2018-10-06 05:47:29,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:47:29,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:29,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:29 GMT 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:29,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:34,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:34,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:29.440Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:29.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}], "metadata": {"pagination": {"total": 1902, "offset": 1858, "size": 50}}} 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:34,542 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:34 GMT 2018-10-06 05:47:34,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:34,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-10-06 05:47:34,543 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:34,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-06 05:47:34,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:34,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:34,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:34,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:34,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:34 GMT 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:34,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:39,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:39,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:39,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:37.773Z", "message": "[vellum] => Reading 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 20 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,609 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59671 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\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...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m8.158s\nuser\t0m3.543s\nsys\t0m0.832s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:37.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:38.352Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:38.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:38.352Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:38.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:39.359Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:39.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}], "metadata": {"pagination": {"total": 1906, "offset": 1859, "size": 50}}} 2018-10-06 05:47:39,806 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:39,806 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:39 GMT 2018-10-06 05:47:39,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:39,806 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6919 2018-10-06 05:47:39,806 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:39,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 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 20 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,609 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59671 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... 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... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m8.158s user 0m3.543s sys 0m0.832s 2018-10-06 05:47:39,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-10-06 05:47:39,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-10-06 05:47:39,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-10-06 05:47:39,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:39,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:39,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:39,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:39,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:39 GMT 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:39,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:44,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:45,060 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:45,061 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:40.731Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.081s\nuser\t0m0.011s\nsys\t0m0.052s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:40.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:41.371Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:41.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:41.371Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e0:76:65 \n inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee0:7665/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:150666 errors:0 dropped:0 overruns:0 frame:0\n TX packets:65786 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:219190823 (219.1 MB) TX bytes:12471034 (12.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:41.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:41.371Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:41.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:42.388Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:42.388Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:42.388Z", "message": "[vellum] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14286/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1077/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12666/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12338/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14286/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1077/sshd \nudp 0 0 192.168.120.14:123 0.0.0.0:* 11934/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11934/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11934/ntpd \nudp 0 0 0.0.0.0:64012 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12338/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14286/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fee:123 :::* 11934/ntpd \nudp6 0 0 ::1:123 :::* 11934/ntpd \nudp6 0 0 :::123 :::* 11934/ntpd \nudp6 0 0 :::58506 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 14286/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9248 1167/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11422 1650/python2.7 /tmp/cloudify-logging-server-d65d6.socket\nunix 2 [ ACC ] STREAM LISTENING 12331 1853/python2.7 /tmp/ctx-TcPkMp.socket\nunix 2 [ ACC ] STREAM LISTENING 1628 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7286 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9209 1123/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:42.388Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 05:38 ? 00:00:00 /sbin/init\nroot 2 0 0 05:38 ? 00:00:00 [kthreadd]\nroot 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 05:38 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 05:38 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 05:38 ? 00:00:00 [rcu_sched]\nroot 8 2 0 05:38 ? 00:00:00 [rcuos/0]\nroot 9 2 0 05:38 ? 00:00:00 [rcuos/1]\nroot 10 2 0 05:38 ? 00:00:00 [rcu_bh]\nroot 11 2 0 05:38 ? 00:00:00 [rcuob/0]\nroot 12 2 0 05:38 ? 00:00:00 [rcuob/1]\nroot 13 2 0 05:38 ? 00:00:00 [migration/0]\nroot 14 2 0 05:38 ? 00:00:00 [watchdog/0]\nroot 15 2 0 05:38 ? 00:00:00 [watchdog/1]\nroot 16 2 0 05:38 ? 00:00:00 [migration/1]\nroot 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 05:38 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 05:38 ? 00:00:00 [khelper]\nroot 21 2 0 05:38 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 05:38 ? 00:00:00 [netns]\nroot 23 2 0 05:38 ? 00:00:00 [writeback]\nroot 24 2 0 05:38 ? 00:00:00 [kintegrityd]\nroot 25 2 0 05:38 ? 00:00:00 [bioset]\nroot 26 2 0 05:38 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 05:38 ? 00:00:00 [kblockd]\nroot 28 2 0 05:38 ? 00:00:00 [ata_sff]\nroot 29 2 0 05:38 ? 00:00:00 [khubd]\nroot 30 2 0 05:38 ? 00:00:00 [md]\nroot 31 2 0 05:38 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 05:38 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 05:38 ? 00:00:00 [khungtaskd]\nroot 35 2 0 05:38 ? 00:00:00 [kswapd0]\nroot 36 2 0 05:38 ? 00:00:00 [vmstat]\nroot 37 2 0 05:38 ? 00:00:00 [ksmd]\nroot 38 2 0 05:38 ? 00:00:00 [khugepaged]\nroot 39 2 0 05:38 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 05:38 ? 00:00:00 [crypto]\nroot 53 2 0 05:38 ? 00:00:00 [kthrotld]\nroot 54 2 0 05:38 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 05:38 ? 00:00:00 [vballoon]\nroot 56 2 0 05:38 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 05:38 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 05:38 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 05:38 ? 00:00:00 [deferwq]\nroot 80 2 0 05:38 ? 00:00:00 [charger_manager]\nroot 123 2 0 05:38 ? 00:00:00 [kpsmoused]\nroot 141 2 0 05:38 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 05:38 ? 00:00:00 [kworker/u5:1]\nroot 468 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 05:38 ? 00:00:00 [kauditd]\nroot 936 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1009 1 0 05:38 ? 00:00:00 rsyslogd\nroot 1035 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1038 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1042 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1043 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1045 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1077 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D\nroot 1085 1 0 05:38 ? 00:00:00 cron\ndaemon 1086 1 0 05:38 ? 00:00:00 atd\nroot 1099 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance\nroot 1123 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1167 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork\nroot 1182 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1199 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1542 2 0 05:39 ? 00:00:00 [kworker/1:2]\nubuntu 1650 1 0 05:39 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_m8v535 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_m8v535 --logging-server-logdir=/home/ubuntu/vellum_host_m8v535/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535%I.log --pidfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535.pid\nubuntu 1764 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_m8v535/env/bin/diamond --configfile /home/ubuntu/vellum_host_m8v535/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1650 0 05:42 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_m8v535 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_m8v535 --logging-server-logdir=/home/ubuntu/vellum_host_m8v535/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535%I.log --pidfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535.pid\nubuntu 1853 1832 0 05:42 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 /home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-aiPr9I\nubuntu 1865 1853 0 05:42 ? 00:00:00 /bin/sh -c /tmp/W1HX9/install-vellum.sh\nubuntu 1867 1865 0 05:42 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh\nroot 2188 2 0 05:42 ? 00:00:00 [kworker/u5:2]\nntp 11934 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12338 1 0 05:46 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12666 1 0 05:46 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13318 1 0 05:47 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13325 13318 0 05:47 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13769 12666 0 05:47 ? 00:00:00 [check-monit-upt] \ndnsmasq 14286 1 0 05:47 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 14349 1867 0 05:47 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh\nubuntu 14350 14349 0 05:47 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh\nroot 14351 14350 0 05:47 ? 00:00:00 sudo ps -edf\nroot 14352 14351 0 05:47 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.005s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:43.449Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:43.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:43.449Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:43.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:43.449Z", "message": "[vellum] => /var/log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/lastlog\n/var/log/cloud-init.log\n/var/log/rogers\n/var/log/boot.log\n/var/log/udev\n/var/log/chronos\n/var/log/monit.log\n/var/log/wtmp\n/var/log/memcached.log\n/var/log/dmesg\n/var/log/ntpstats\n/var/log/auth.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init-output.log\n/var/log/upstart\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/astaire-throttle.log\n/var/log/iotop.log\n/var/log/dpkg.log\n/var/log/unattended-upgrades\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa06\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/kern.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/syslog\n/var/log/astaire\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_20181006T050000Z.txt\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-config-manager\n/var/log/dmesg.0\n/var/log/dist-upgrade\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:43.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:44.459Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:44.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:44.459Z", "message": "[vellum] => INFO [main] 2018-10-06 05:44:13,848 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-10-06 05:44:13,863 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:13,941 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:14,083 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-10-06 05:44:14,092 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-10-06 05:44:14,092 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-10-06 05:44:14,386 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:14,411 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 699008(682K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037696(72302K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16710808(16319K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1538804653.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1538804653.log]\nINFO [main] 2018-10-06 05:44:14,557 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-10-06 05:44:14,557 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-10-06 05:44:14,659 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-10-06 05:44:14,661 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-10-06 05:44:14,662 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-10-06 05:44:14,667 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-10-06 05:44:14,673 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-10-06 05:44:14,678 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-10-06 05:44:14,679 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-10-06 05:44:14,757 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-10-06 05:44:15,947 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-10-06 05:44:15,951 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-10-06 05:44:15,956 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-10-06 05:44:15,961 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-10-06 05:44:15,965 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-10-06 05:44:15,969 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-10-06 05:44:15,976 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-10-06 05:44:15,979 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-10-06 05:44:15,983 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-10-06 05:44:15,986 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-10-06 05:44:15,991 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-10-06 05:44:15,995 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-10-06 05:44:15,998 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-10-06 05:44:16,001 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-10-06 05:44:16,004 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-10-06 05:44:16,008 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-10-06 05:44:16,079 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-10-06 05:44:16,080 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-10-06 05:44:16,117 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:16,122 Memtable.java:347 - Writing Memtable-local@281929658(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:16,160 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=399)\nINFO [main] 2018-10-06 05:44:16,839 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-10-06 05:44:16,976 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-10-06 05:44:16,976 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-10-06 05:44:16,979 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-10-06 05:44:16,990 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-10-06 05:44:16,991 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-10-06 05:44:17,005 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:17,013 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-10-06 05:44:17,022 SystemKeyspace.java:765 - No host ID found, created 39213e35-7bf0-4d06-86e0-7a2470d0e1b2 (Note: This should happen exactly once per node).\nINFO [main] 2018-10-06 05:44:17,024 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-10-06 05:44:17,026 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:17,027 Memtable.java:347 - Writing Memtable-local@185550647(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:17,028 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=93397)\nINFO [main] 2018-10-06 05:44:17,759 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:17,770 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:17,796 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-10-06 05:44:17,816 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:17,822 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:17,832 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:17,839 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:17,846 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-10-06 05:44:17,847 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-06 05:44:17,853 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-10-06 05:44:17,863 StorageService.java:959 - Generated random tokens. tokens are [4371973082131213106, -8639633344425031498, 2706231145186628320, 6181840238121479790, 8837059483909916187, 8362734399103247346, 1858831356178020156, 5075194469384905050, -2099327481808650491, 952982242891048376, 5038411524310000971, -3512098256213331479, -8157541571931832269, 8380230852093345033, -4974829551629223292, -3592918005064846598, -1926391266177586704, -2775239201338958205, 241491518827067745, 1549040528838646668, 8210655602213651778, 2029531299041824826, -3832697025808191665, -8147189266405812038, 2282853975821326671, 3981078788577102044, -5639325389693857978, 6133376087113104745, -3049420060285307818, -2444307899619067583, -2757726876693683201, -6192516208412363714, -5489622423895152413, -8042260727704466280, -6800347194566980152, -3752630492863924701, -3054303357937111438, 8668929307540734515, -9094252073960622239, 5528163945433463497, 8714754300861840200, -5843561027593280281, -6619646048471646734, 3690762795310886446, 195059458721236745, -8216576917070368066, 5649691227439081965, 3830197284784153924, -989366666613956776, 1268319724618229553, 1540718166949928747, -5267937078306479220, -7633272289367108322, 2524862392363465921, -4861191638093882813, -8712313324424966693, 9123896412990105533, -2394991721977998157, 8313788696562430649, 3118218646404076141, 5998467607086146448, 7549024543675463923, 2636299886682482253, -6914759509034894024, 4326322965509594793, 1062127460149508019, 316608753403239101, 6013199831612196232, 2316336185746994020, -60308952315294234, 5786430576453960074, 8444357951927950741, -8330862637354553437, -3342313236354397461, 7771103977520691233, -4518603178551023323, -2541099705207937101, -6535230125096967130, -1942672098216710718, -4060063727913331377, 3871630598536586992, -5445399483890381470, -7676034964106548850, -4923077651498927086, 1443422810847140925, -6169380804668478399, -7347477234426522044, 3841180714465754277, -5851246928293656199, 5580626763740687040, -4629041975039768090, -1122036326073175852, -61811937403419521, -3203979177088229663, 5092330853730310177, -1658427645378893024, -145273836345527430, 6017779317062463916, -6925057578170506906, -8442680620799572755, -252158368272526446, 6280872997664790534, -4591721499116316823, -8157331133519566719, 4974155611659469207, 7726634405107692145, -2512365251799184983, 3930193836356653340, 2177583573797699755, 5042010883586113624, 2282315608799502047, 2023374835310595923, 1371051065504335502, -2753515440769949468, 2942522243133082000, 8574802014423329918, 3322203816634842189, -3072242444215469920, 6462363807835248436, 4249689252659643093, 6623811535906672523, -8983827530999258556, -3575208444140892285, 1999932623680189955, -7662443257957515465, -6398397714583828527, -7661472370930185463, -8596627696527159820, -1615637375198122272, 6222054610348416821, -6270627799992380096, 7635261272790705450, -2919206529548327200, 7645423725293132377, -5288841451946712166, -7716568423531902705, -4490024461062871005, 6486973814074589655, -6980862610807788030, 1208025559295616748, 5249251938185154583, 1838244800604895127, 825902627854996934, 2450062675279890334, 1874342638749778633, -528923255922509209, 3489453243287093178, 6005620739434026330, 3985392288746514295, 593699671616718264, -4980315637211539240, -7759273742652638757, 2720249125513183976, 8531984474900170302, -4440968321490567319, -8323536115812567723, -211915361889511895, 2251235668358450358, -5238219262960303310, 2123121501759590900, 6513605141569283676, 7198731369587648786, 673067958572687310, -1987689069440047908, 5301622550030126936, -4844750210612893139, 1735052428687020892, 2479311410389387214, 6951619334993335493, 4588720530131922025, -7618027516636861754, 2524926966547878643, -3232227102489387704, -504554806438988843, -2209285845144520926, 2965001196243386039, 4953997203653215951, 1882769359030306978, -3727002989102582559, 1400467900667861263, -2459561472309823164, 4814591726536497122, -5212074466648428769, 6809691030069009387, 1781212933960343681, -3712947375177432467, -7097866644858210609, -3396377566704113533, 6012540903521072989, -5969250320026335736, -6930732249253635132, 6055601583918445716, -8466404222610465403, -6234361769854633460, 85050805830267830, -5329803739246607446, -7584908248421572887, 4884050215278427812, -5094233173591133039, -482177334269255808, 7047175524206347254, 7413053859370487942, 5203885151625867833, 3476692532737307932, -3209009655602759249, -6669499207550996582, -7945670243379412649, 7911849142838658936, -8259819559667827571, 6918896203696571673, -4240140504689434865, 2304729235329409676, -7804828009351072879, 1683319559217390835, 8419159837425018745, -8818455575561158900, 6163196682538098354, 1546611696361396846, 6482242024194804602, -8884125049896164042, 3325438576986228021, -3001327619462369077, -7564176318808644569, 917363462602357776, -8701391533652099845, -7316927882022082647, -4428147814544805173, -5929216960861736855, -5992879443754417334, 266590031224085093, -5812641734572751203, -2299093802490270515, -1667287644582034867, -8116305495605030306, 6326139559388724130, 3510991800417861472, -2009269407014788436, -3570393071989247975, -8416515089172679685, 8942903444926794742, -8040439843960830156, 5442339670656339912, -1127724633575458735, 6242730260008490079, 3895824771904371527, -3524752696613038014, -6365611569972944410, 8127087614393860935, -1808422691318324942, -2132789190905918676, 7919639555238611725, -4512580305881854247, 7390874405654276217, 6684524722326780584, 3936852377404677286, -3561298772771335997]\nINFO [main] 2018-10-06 05:44:17,872 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@2309fc71[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@5d6fcc60[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@304eaaab}\nINFO [MigrationStage:1] 2018-10-06 05:44:17,903 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:17,904 Memtable.java:347 - Writing Memtable-schema_keyspaces@829110063(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:17,905 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352)\nINFO [MigrationStage:1] 2018-10-06 05:44:18,380 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:18,381 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1000813686(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:18,389 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352)\nINFO [MigrationStage:1] 2018-10-06 05:44:19,142 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:19,143 Memtable.java:347 - Writing Memtable-schema_columns@920270918(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:19,165 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352)\nINFO [MigrationStage:1] 2018-10-06 05:44:20,466 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:20,467 Memtable.java:347 - Writing Memtable-schema_triggers@1917733729(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:20,468 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352)\nINFO [MigrationStage:1] 2018-10-06 05:44:21,277 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:21,278 Memtable.java:347 - Writing Memtable-schema_usertypes@1658266045(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:21,279 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352)\nINFO [MigrationStage:1] 2018-10-06 05:44:22,091 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@55ebab8b[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-10-06 05:44:22,096 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-10-06 05:44:22,096 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@31ba681a[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-10-06 05:44:22,101 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-10-06 05:44:22,136 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:22,137 Memtable.java:347 - Writing Memtable-local@1656368395(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-06 05:44:22,138 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102595)\nINFO [main] 2018-10-06 05:44:22,499 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51484 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:22,499 Memtable.java:347 - Writing Memtable-local@374644010(8.370KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-06 05:44:22,508 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=114590)\nINFO [CompactionExecutor:2] 2018-10-06 05:44:22,819 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db')]\nINFO [main] 2018-10-06 05:44:22,852 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-10-06 05:44:22,954 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-10-06 05:44:22,982 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-10-06 05:44:22,982 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-10-06 05:44:23,028 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-10-06 05:44:23,033 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-10-06 05:44:23,894 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,916 bytes to 5,758 (~97% of original) in 1,070ms = 0.005132MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,596 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,617 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,618 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,619 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-10-06 05:46:52,625 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-10-06 05:46:52,626 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:44.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:44.459Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:44.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:44.459Z", "message": "[vellum] => 2018-10-06 05:46:54.897227348 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:44.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:44.459Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:44.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}], "metadata": {"pagination": {"total": 1924, "offset": 1863, "size": 50}}} 2018-10-06 05:47:45,062 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:45,062 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:45 GMT 2018-10-06 05:47:45,062 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:45,062 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 72330 2018-10-06 05:47:45,062 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:45,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.081s user 0m0.011s sys 0m0.052s 2018-10-06 05:47:45,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:e0:76:65 inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fee0:7665/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:150666 errors:0 dropped:0 overruns:0 frame:0 TX packets:65786 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219190823 (219.1 MB) TX bytes:12471034 (12.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14286/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1077/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12666/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12338/memcached tcp6 0 0 ::1:53 :::* LISTEN 14286/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1077/sshd udp 0 0 192.168.120.14:123 0.0.0.0:* 11934/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11934/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11934/ntpd udp 0 0 0.0.0.0:64012 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12338/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14286/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fee:123 :::* 11934/ntpd udp6 0 0 ::1:123 :::* 11934/ntpd udp6 0 0 :::123 :::* 11934/ntpd udp6 0 0 :::58506 :::* 586/dhclient udp6 0 0 ::1:53 :::* 14286/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9248 1167/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11422 1650/python2.7 /tmp/cloudify-logging-server-d65d6.socket unix 2 [ ACC ] STREAM LISTENING 12331 1853/python2.7 /tmp/ctx-TcPkMp.socket unix 2 [ ACC ] STREAM LISTENING 1628 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7286 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9209 1123/acpid /var/run/acpid.socket real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-06 05:47:45,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 05:38 ? 00:00:00 /sbin/init root 2 0 0 05:38 ? 00:00:00 [kthreadd] root 3 2 0 05:38 ? 00:00:00 [ksoftirqd/0] root 5 2 0 05:38 ? 00:00:00 [kworker/0:0H] root 6 2 0 05:38 ? 00:00:00 [kworker/u4:0] root 7 2 0 05:38 ? 00:00:00 [rcu_sched] root 8 2 0 05:38 ? 00:00:00 [rcuos/0] root 9 2 0 05:38 ? 00:00:00 [rcuos/1] root 10 2 0 05:38 ? 00:00:00 [rcu_bh] root 11 2 0 05:38 ? 00:00:00 [rcuob/0] root 12 2 0 05:38 ? 00:00:00 [rcuob/1] root 13 2 0 05:38 ? 00:00:00 [migration/0] root 14 2 0 05:38 ? 00:00:00 [watchdog/0] root 15 2 0 05:38 ? 00:00:00 [watchdog/1] root 16 2 0 05:38 ? 00:00:00 [migration/1] root 17 2 0 05:38 ? 00:00:00 [ksoftirqd/1] root 19 2 0 05:38 ? 00:00:00 [kworker/1:0H] root 20 2 0 05:38 ? 00:00:00 [khelper] root 21 2 0 05:38 ? 00:00:00 [kdevtmpfs] root 22 2 0 05:38 ? 00:00:00 [netns] root 23 2 0 05:38 ? 00:00:00 [writeback] root 24 2 0 05:38 ? 00:00:00 [kintegrityd] root 25 2 0 05:38 ? 00:00:00 [bioset] root 26 2 0 05:38 ? 00:00:00 [kworker/u5:0] root 27 2 0 05:38 ? 00:00:00 [kblockd] root 28 2 0 05:38 ? 00:00:00 [ata_sff] root 29 2 0 05:38 ? 00:00:00 [khubd] root 30 2 0 05:38 ? 00:00:00 [md] root 31 2 0 05:38 ? 00:00:00 [devfreq_wq] root 32 2 0 05:38 ? 00:00:00 [kworker/0:1] root 34 2 0 05:38 ? 00:00:00 [khungtaskd] root 35 2 0 05:38 ? 00:00:00 [kswapd0] root 36 2 0 05:38 ? 00:00:00 [vmstat] root 37 2 0 05:38 ? 00:00:00 [ksmd] root 38 2 0 05:38 ? 00:00:00 [khugepaged] root 39 2 0 05:38 ? 00:00:00 [fsnotify_mark] root 40 2 0 05:38 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 05:38 ? 00:00:00 [crypto] root 53 2 0 05:38 ? 00:00:00 [kthrotld] root 54 2 0 05:38 ? 00:00:00 [kworker/u4:1] root 55 2 0 05:38 ? 00:00:00 [vballoon] root 56 2 0 05:38 ? 00:00:00 [kworker/1:1] root 57 2 0 05:38 ? 00:00:00 [scsi_eh_0] root 58 2 0 05:38 ? 00:00:00 [scsi_eh_1] root 79 2 0 05:38 ? 00:00:00 [deferwq] root 80 2 0 05:38 ? 00:00:00 [charger_manager] root 123 2 0 05:38 ? 00:00:00 [kpsmoused] root 141 2 0 05:38 ? 00:00:00 [kworker/0:2] root 186 2 0 05:38 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 05:38 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 05:38 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 05:38 ? 00:00:00 [kworker/u5:1] root 468 1 0 05:38 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 05:38 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 05:38 ? 00:00:00 [kauditd] root 936 1 0 05:38 ? 00:00:00 upstart-file-bridge --daemon syslog 1009 1 0 05:38 ? 00:00:00 rsyslogd root 1035 1 0 05:38 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1038 1 0 05:38 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1042 1 0 05:38 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1043 1 0 05:38 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1045 1 0 05:38 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1077 1 0 05:38 ? 00:00:00 /usr/sbin/sshd -D root 1085 1 0 05:38 ? 00:00:00 cron daemon 1086 1 0 05:38 ? 00:00:00 atd root 1099 1 0 05:38 ? 00:00:00 /usr/sbin/irqbalance root 1123 1 0 05:38 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1167 1 0 05:38 ? 00:00:00 dbus-daemon --system --fork root 1182 1 0 05:38 ? 00:00:00 /lib/systemd/systemd-logind root 1199 1 0 05:38 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 05:38 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1542 2 0 05:39 ? 00:00:00 [kworker/1:2] ubuntu 1650 1 0 05:39 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_m8v535 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_m8v535 --logging-server-logdir=/home/ubuntu/vellum_host_m8v535/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535%I.log --pidfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535.pid ubuntu 1764 1 0 05:39 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_m8v535/env/bin/diamond --configfile /home/ubuntu/vellum_host_m8v535/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1650 0 05:42 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_m8v535 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_m8v535 --logging-server-logdir=/home/ubuntu/vellum_host_m8v535/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535%I.log --pidfile=/home/ubuntu/vellum_host_m8v535/work/vellum_host_m8v535.pid ubuntu 1853 1832 0 05:42 ? 00:00:00 /home/ubuntu/vellum_host_m8v535/env/bin/python2.7 /home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-aiPr9I ubuntu 1865 1853 0 05:42 ? 00:00:00 /bin/sh -c /tmp/W1HX9/install-vellum.sh ubuntu 1867 1865 0 05:42 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh root 2188 2 0 05:42 ? 00:00:00 [kworker/u5:2] ntp 11934 1 0 05:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12338 1 0 05:46 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12666 1 0 05:46 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13318 1 0 05:47 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13325 13318 0 05:47 ? 00:00:00 cpulimit -e astaire -l 10 root 13769 12666 0 05:47 ? 00:00:00 [check-monit-upt] dnsmasq 14286 1 0 05:47 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14349 1867 0 05:47 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh ubuntu 14350 14349 0 05:47 ? 00:00:00 /bin/bash -e /tmp/W1HX9/install-vellum.sh root 14351 14350 0 05:47 ? 00:00:00 sudo ps -edf root 14352 14351 0 05:47 ? 00:00:00 ps -edf real 0m0.010s user 0m0.005s sys 0m0.005s 2018-10-06 05:47:45,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-10-06 05:47:45,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-06 05:47:45,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/lastlog /var/log/cloud-init.log /var/log/rogers /var/log/boot.log /var/log/udev /var/log/chronos /var/log/monit.log /var/log/wtmp /var/log/memcached.log /var/log/dmesg /var/log/ntpstats /var/log/auth.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init-output.log /var/log/upstart /var/log/upstart/systemd-logind.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/container-detect.log /var/log/upstart/astaire-throttle.log /var/log/iotop.log /var/log/dpkg.log /var/log/unattended-upgrades /var/log/sysstat /var/log/sysstat/clearwater-sa06 /var/log/cassandra /var/log/cassandra/system.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/kern.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/btmp /var/log/alternatives.log /var/log/syslog /var/log/astaire /var/log/astaire/astaire_err.log /var/log/astaire/astaire_20181006T050000Z.txt /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/clearwater-cluster-manager /var/log/clearwater-config-manager /var/log/dmesg.0 /var/log/dist-upgrade real 0m0.009s user 0m0.000s sys 0m0.006s 2018-10-06 05:47:45,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-10-06 05:47:45,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-10-06 05:44:13,848 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-10-06 05:44:13,863 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:13,941 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:14,083 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-10-06 05:44:14,092 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-10-06 05:44:14,092 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-10-06 05:44:14,386 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:14,411 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-10-06 05:44:14,445 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 699008(682K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037696(72302K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16710808(16319K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-10-06 05:44:14,446 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1538804653.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1538804653.log] INFO [main] 2018-10-06 05:44:14,557 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-10-06 05:44:14,557 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-10-06 05:44:14,659 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-10-06 05:44:14,661 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-10-06 05:44:14,662 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-10-06 05:44:14,667 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-10-06 05:44:14,673 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-10-06 05:44:14,678 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-10-06 05:44:14,679 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-10-06 05:44:14,757 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-10-06 05:44:15,947 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-10-06 05:44:15,951 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-10-06 05:44:15,956 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-10-06 05:44:15,961 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-10-06 05:44:15,965 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-10-06 05:44:15,969 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-10-06 05:44:15,976 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-10-06 05:44:15,979 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-10-06 05:44:15,983 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-10-06 05:44:15,986 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-10-06 05:44:15,991 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-10-06 05:44:15,995 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-10-06 05:44:15,998 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-10-06 05:44:16,001 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-10-06 05:44:16,004 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-10-06 05:44:16,008 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-10-06 05:44:16,079 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-10-06 05:44:16,080 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-10-06 05:44:16,117 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-06 05:44:16,122 Memtable.java:347 - Writing Memtable-local@281929658(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-06 05:44:16,160 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=399) INFO [main] 2018-10-06 05:44:16,839 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-10-06 05:44:16,976 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-10-06 05:44:16,976 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-10-06 05:44:16,979 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-10-06 05:44:16,990 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-10-06 05:44:16,991 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-10-06 05:44:17,005 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:17,013 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-10-06 05:44:17,022 SystemKeyspace.java:765 - No host ID found, created 39213e35-7bf0-4d06-86e0-7a2470d0e1b2 (Note: This should happen exactly once per node). INFO [main] 2018-10-06 05:44:17,024 StorageService.java:807 - Starting up server gossip INFO [main] 2018-10-06 05:44:17,026 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-06 05:44:17,027 Memtable.java:347 - Writing Memtable-local@185550647(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-06 05:44:17,028 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=93397) INFO [main] 2018-10-06 05:44:17,759 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:17,770 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:17,796 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-10-06 05:44:17,816 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:17,822 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:17,832 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:17,839 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:17,846 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-10-06 05:44:17,847 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-06 05:44:17,853 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-10-06 05:44:17,863 StorageService.java:959 - Generated random tokens. tokens are [4371973082131213106, -8639633344425031498, 2706231145186628320, 6181840238121479790, 8837059483909916187, 8362734399103247346, 1858831356178020156, 5075194469384905050, -2099327481808650491, 952982242891048376, 5038411524310000971, -3512098256213331479, -8157541571931832269, 8380230852093345033, -4974829551629223292, -3592918005064846598, -1926391266177586704, -2775239201338958205, 241491518827067745, 1549040528838646668, 8210655602213651778, 2029531299041824826, -3832697025808191665, -8147189266405812038, 2282853975821326671, 3981078788577102044, -5639325389693857978, 6133376087113104745, -3049420060285307818, -2444307899619067583, -2757726876693683201, -6192516208412363714, -5489622423895152413, -8042260727704466280, -6800347194566980152, -3752630492863924701, -3054303357937111438, 8668929307540734515, -9094252073960622239, 5528163945433463497, 8714754300861840200, -5843561027593280281, -6619646048471646734, 3690762795310886446, 195059458721236745, -8216576917070368066, 5649691227439081965, 3830197284784153924, -989366666613956776, 1268319724618229553, 1540718166949928747, -5267937078306479220, -7633272289367108322, 2524862392363465921, -4861191638093882813, -8712313324424966693, 9123896412990105533, -2394991721977998157, 8313788696562430649, 3118218646404076141, 5998467607086146448, 7549024543675463923, 2636299886682482253, -6914759509034894024, 4326322965509594793, 1062127460149508019, 316608753403239101, 6013199831612196232, 2316336185746994020, -60308952315294234, 5786430576453960074, 8444357951927950741, -8330862637354553437, -3342313236354397461, 7771103977520691233, -4518603178551023323, -2541099705207937101, -6535230125096967130, -1942672098216710718, -4060063727913331377, 3871630598536586992, -5445399483890381470, -7676034964106548850, -4923077651498927086, 1443422810847140925, -6169380804668478399, -7347477234426522044, 3841180714465754277, -5851246928293656199, 5580626763740687040, -4629041975039768090, -1122036326073175852, -61811937403419521, -3203979177088229663, 5092330853730310177, -1658427645378893024, -145273836345527430, 6017779317062463916, -6925057578170506906, -8442680620799572755, -252158368272526446, 6280872997664790534, -4591721499116316823, -8157331133519566719, 4974155611659469207, 7726634405107692145, -2512365251799184983, 3930193836356653340, 2177583573797699755, 5042010883586113624, 2282315608799502047, 2023374835310595923, 1371051065504335502, -2753515440769949468, 2942522243133082000, 8574802014423329918, 3322203816634842189, -3072242444215469920, 6462363807835248436, 4249689252659643093, 6623811535906672523, -8983827530999258556, -3575208444140892285, 1999932623680189955, -7662443257957515465, -6398397714583828527, -7661472370930185463, -8596627696527159820, -1615637375198122272, 6222054610348416821, -6270627799992380096, 7635261272790705450, -2919206529548327200, 7645423725293132377, -5288841451946712166, -7716568423531902705, -4490024461062871005, 6486973814074589655, -6980862610807788030, 1208025559295616748, 5249251938185154583, 1838244800604895127, 825902627854996934, 2450062675279890334, 1874342638749778633, -528923255922509209, 3489453243287093178, 6005620739434026330, 3985392288746514295, 593699671616718264, -4980315637211539240, -7759273742652638757, 2720249125513183976, 8531984474900170302, -4440968321490567319, -8323536115812567723, -211915361889511895, 2251235668358450358, -5238219262960303310, 2123121501759590900, 6513605141569283676, 7198731369587648786, 673067958572687310, -1987689069440047908, 5301622550030126936, -4844750210612893139, 1735052428687020892, 2479311410389387214, 6951619334993335493, 4588720530131922025, -7618027516636861754, 2524926966547878643, -3232227102489387704, -504554806438988843, -2209285845144520926, 2965001196243386039, 4953997203653215951, 1882769359030306978, -3727002989102582559, 1400467900667861263, -2459561472309823164, 4814591726536497122, -5212074466648428769, 6809691030069009387, 1781212933960343681, -3712947375177432467, -7097866644858210609, -3396377566704113533, 6012540903521072989, -5969250320026335736, -6930732249253635132, 6055601583918445716, -8466404222610465403, -6234361769854633460, 85050805830267830, -5329803739246607446, -7584908248421572887, 4884050215278427812, -5094233173591133039, -482177334269255808, 7047175524206347254, 7413053859370487942, 5203885151625867833, 3476692532737307932, -3209009655602759249, -6669499207550996582, -7945670243379412649, 7911849142838658936, -8259819559667827571, 6918896203696571673, -4240140504689434865, 2304729235329409676, -7804828009351072879, 1683319559217390835, 8419159837425018745, -8818455575561158900, 6163196682538098354, 1546611696361396846, 6482242024194804602, -8884125049896164042, 3325438576986228021, -3001327619462369077, -7564176318808644569, 917363462602357776, -8701391533652099845, -7316927882022082647, -4428147814544805173, -5929216960861736855, -5992879443754417334, 266590031224085093, -5812641734572751203, -2299093802490270515, -1667287644582034867, -8116305495605030306, 6326139559388724130, 3510991800417861472, -2009269407014788436, -3570393071989247975, -8416515089172679685, 8942903444926794742, -8040439843960830156, 5442339670656339912, -1127724633575458735, 6242730260008490079, 3895824771904371527, -3524752696613038014, -6365611569972944410, 8127087614393860935, -1808422691318324942, -2132789190905918676, 7919639555238611725, -4512580305881854247, 7390874405654276217, 6684524722326780584, 3936852377404677286, -3561298772771335997] INFO [main] 2018-10-06 05:44:17,872 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@2309fc71[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@5d6fcc60[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@304eaaab} INFO [MigrationStage:1] 2018-10-06 05:44:17,903 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-06 05:44:17,904 Memtable.java:347 - Writing Memtable-schema_keyspaces@829110063(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-06 05:44:17,905 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352) INFO [MigrationStage:1] 2018-10-06 05:44:18,380 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-06 05:44:18,381 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1000813686(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-06 05:44:18,389 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352) INFO [MigrationStage:1] 2018-10-06 05:44:19,142 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-06 05:44:19,143 Memtable.java:347 - Writing Memtable-schema_columns@920270918(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-06 05:44:19,165 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352) INFO [MigrationStage:1] 2018-10-06 05:44:20,466 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-06 05:44:20,467 Memtable.java:347 - Writing Memtable-schema_triggers@1917733729(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-06 05:44:20,468 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352) INFO [MigrationStage:1] 2018-10-06 05:44:21,277 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-06 05:44:21,278 Memtable.java:347 - Writing Memtable-schema_usertypes@1658266045(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-06 05:44:21,279 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102352) INFO [MigrationStage:1] 2018-10-06 05:44:22,091 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@55ebab8b[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-06 05:44:22,096 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-10-06 05:44:22,096 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@31ba681a[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-10-06 05:44:22,101 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-10-06 05:44:22,136 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-06 05:44:22,137 Memtable.java:347 - Writing Memtable-local@1656368395(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-06 05:44:22,138 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=102595) INFO [main] 2018-10-06 05:44:22,499 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51484 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-06 05:44:22,499 Memtable.java:347 - Writing Memtable-local@374644010(8.370KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-06 05:44:22,508 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1538804655926, position=114590) INFO [CompactionExecutor:2] 2018-10-06 05:44:22,819 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db')] INFO [main] 2018-10-06 05:44:22,852 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-10-06 05:44:22,954 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-10-06 05:44:22,982 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-10-06 05:44:22,982 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-10-06 05:44:23,028 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-10-06 05:44:23,033 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-10-06 05:44:23,894 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,916 bytes to 5,758 (~97% of original) in 1,070ms = 0.005132MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,596 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,617 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,618 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-10-06 05:46:50,619 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-10-06 05:46:52,625 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-10-06 05:46:52,626 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:47:45,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-10-06 05:47:45,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-10-06 05:46:54.897227348 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-06 05:47:45,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-06 05:47:45,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:45,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:45,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:45 GMT 2018-10-06 05:47:45,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:45,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:45,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:50,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:50,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:50,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:50,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:50,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:50,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.415Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.484Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.484Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.484Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.484Z", "message": "Execution done (return_code=0): /tmp/W1HX9/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:45.484Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:45.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "7d1b44e8-7b55-4c40-910b-251f4c2dc925"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:46.229Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:46.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:46.778Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/ZTZ95/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:46.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:47.238Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:47.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:47.238Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:47.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:47.493Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:47.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:47.493Z", "message": "Executing: /tmp/ZTZ95/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:47.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:48.924Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:48.924Z", "message": "[vellum] 192.168.120.14", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:48.924Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:48.924Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1940, "offset": 1879, "size": 50}}} 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:50 GMT 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12613 2018-10-06 05:47:50,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:50,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:47:50,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-10-06 05:47:50,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.004s sys 0m0.001s 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/W1HX9/install-vellum.sh 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/ZTZ95/start-vellum.sh 2018-10-06 05:47:50,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZTZ95/start-vellum.sh 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.14 2018-10-06 05:47:50,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-10-06 05:47:50,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:47:50,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:50,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:50,464 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:50 GMT 2018-10-06 05:47:50,465 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:50,465 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:50,465 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:55,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:47:55,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:55,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:55,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:55,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1940, "offset": 1895, "size": 50}}} 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:55 GMT 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:47:55,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:47:55,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:47:55,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:47:55 GMT 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:47:55,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:00,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:00,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:47:58.374Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:47:58.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1941, "offset": 1895, "size": 50}}} 2018-10-06 05:48:00,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:00,987 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:00 GMT 2018-10-06 05:48:00,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:00,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:00,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:00,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:00,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:01,061 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:01,061 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:01,061 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:01,061 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:01 GMT 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:01,062 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:06,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:06,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1941, "offset": 1896, "size": 50}}} 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:06 GMT 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:06,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:06,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:06 GMT 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:06,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:11,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:11,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:08.610Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:08.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1942, "offset": 1896, "size": 50}}} 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:11,331 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:11 GMT 2018-10-06 05:48:11,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:11,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:11,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:11,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:11,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:11,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:11,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:11,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:11,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:11,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:11 GMT 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:11,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:16,401 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:16,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:16,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:16,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1942, "offset": 1897, "size": 50}}} 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:16 GMT 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:16,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:16,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:16,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:16,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:16,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:16 GMT 2018-10-06 05:48:16,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:16,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:16,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:21,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:21,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:18.846Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:18.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1943, "offset": 1897, "size": 50}}} 2018-10-06 05:48:21,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:21,810 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:21 GMT 2018-10-06 05:48:21,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:21,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:21,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:21,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:21,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:21,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:21,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:21,882 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:21 GMT 2018-10-06 05:48:21,883 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:21,883 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:21,883 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:26,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:26,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:26,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:26,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:26,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1943, "offset": 1898, "size": 50}}} 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:26 GMT 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:26,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:26,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:27,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:27,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:27,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:27,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:27,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:27 GMT 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:27,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:32,063 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:32,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:32,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:29.084Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:29.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1944, "offset": 1898, "size": 50}}} 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:32,166 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:32 GMT 2018-10-06 05:48:32,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:32,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:32,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:32,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:32,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:32,313 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:32 GMT 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:32,314 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:32,315 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:37,320 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:37,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:37,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1944, "offset": 1899, "size": 50}}} 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:37 GMT 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:37,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:37,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:37,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:37,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:37,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:37,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:37,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:37,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:37 GMT 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:37,530 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:42,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:42,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:39.320Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:39.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1945, "offset": 1899, "size": 50}}} 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:42,760 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:42 GMT 2018-10-06 05:48:42,761 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:42,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:42,761 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:42,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:42,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:42 GMT 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:42,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:47,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:48,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1945, "offset": 1900, "size": 50}}} 2018-10-06 05:48:48,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:48,095 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:48 GMT 2018-10-06 05:48:48,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:48,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:48,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:48,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:48,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:48,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:48,160 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:48 GMT 2018-10-06 05:48:48,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:48,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:48,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:53,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:53,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:53,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:49.554Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:49.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1946, "offset": 1900, "size": 50}}} 2018-10-06 05:48:53,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:53,248 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:53 GMT 2018-10-06 05:48:53,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:53,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:48:53,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:53,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:48:53,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:53,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:53 GMT 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:53,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:58,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:48:58,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:58,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:58,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:58,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:58,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1946, "offset": 1901, "size": 50}}} 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:58 GMT 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:48:58,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:48:58,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:48:58,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:48:58,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:48:58,502 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:48:58,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:48:58,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:48:58 GMT 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:48:58,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:03,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:03,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:03,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:48:59.790Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:48:59.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1947, "offset": 1901, "size": 50}}} 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:03 GMT 2018-10-06 05:49:03,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:03,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:03,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:03,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:03,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:03,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:03,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:03,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:03 GMT 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:03,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:03,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:08,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:08,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1947, "offset": 1902, "size": 50}}} 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:08 GMT 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:08,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:08,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:08,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:08,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:08 GMT 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:08,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:13,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:13,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:49:10.030Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:49:10.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1948, "offset": 1902, "size": 50}}} 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:13 GMT 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:13,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:13,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:13,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:13,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:13 GMT 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:13,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:18,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:19,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1948, "offset": 1903, "size": 50}}} 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:19 GMT 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:19,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:19,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:19,151 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:19 GMT 2018-10-06 05:49:19,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:19,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:19,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:24,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:24,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:49:20.265Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:49:20.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1949, "offset": 1903, "size": 50}}} 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:24 GMT 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:24,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:24,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:24,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:24,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:24 GMT 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:24,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:29,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:29,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1949, "offset": 1904, "size": 50}}} 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:29,642 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:29 GMT 2018-10-06 05:49:29,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:29,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:49:29,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:29,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:29,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:29,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:29,718 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:29 GMT 2018-10-06 05:49:29,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:29,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:29,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:34,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:34,805 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:34,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:49:30.501Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:49:30.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1950, "offset": 1904, "size": 50}}} 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:34 GMT 2018-10-06 05:49:34,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:34,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:34,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:34,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:34,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:34,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:34,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:34,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:34,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:34,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:34 GMT 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:34,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:39,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:39,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:39,947 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:39,947 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:39,947 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1950, "offset": 1905, "size": 50}}} 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:39 GMT 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:49:39,948 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:39,949 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:40,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:40 GMT 2018-10-06 05:49:40,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:40,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:40,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:45,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:45,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:49:40.737Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:49:40.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1951, "offset": 1905, "size": 50}}} 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:45 GMT 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:45,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:45,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:45,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:45,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:45,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:45,181 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:45 GMT 2018-10-06 05:49:45,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:45,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:45,181 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:50,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:50,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:50,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1951, "offset": 1906, "size": 50}}} 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:50 GMT 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:50,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:49:50,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:50,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:50,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:50,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:50,340 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:50 GMT 2018-10-06 05:49:50,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:50,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:50,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:55,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:49:55,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:55,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:55,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:55,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:49:50.972Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:49:50.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1952, "offset": 1906, "size": 50}}} 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:55 GMT 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:49:55,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:49:55,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:49:55,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:49:55,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:49:55 GMT 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:49:55,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:00,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:00,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1952, "offset": 1907, "size": 50}}} 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:00 GMT 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:00,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:00,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:00,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:00,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:00 GMT 2018-10-06 05:50:00,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:00,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:50:00,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:05,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:05,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:01.206Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:01.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1953, "offset": 1907, "size": 50}}} 2018-10-06 05:50:05,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:05,726 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:05 GMT 2018-10-06 05:50:05,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:05,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:50:05,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:05,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:50:05,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:05,786 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:05 GMT 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:50:05,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:10,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:10,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1953, "offset": 1908, "size": 50}}} 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:10 GMT 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:10,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:10,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:10,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:10,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:10 GMT 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:50:10,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:15,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:16,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:16,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:16,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:11.439Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:11.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}], "metadata": {"pagination": {"total": 1954, "offset": 1908, "size": 50}}} 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:16 GMT 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:16,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-06 05:50:16,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:16,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-06 05:50:16,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:16,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:16 GMT 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:50:16,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:21,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:21,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1954, "offset": 1909, "size": 50}}} 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:21 GMT 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:21,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:21,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:21,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:21 GMT 2018-10-06 05:50:21,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:21,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-06 05:50:21,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:26,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:50:26,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:26,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:26,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:26,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:21.475Z", "message": "Execution done (return_code=0): /tmp/ZTZ95/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:21.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "837e1de9-fc88-4ae6-8ac9-6fb0ec60b25a"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:21.582Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:21.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:22.295Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:22.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:22.295Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:22.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:22.731Z", "message": "Downloaded scripts/bind/bind.py to /tmp/0V29F/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:22.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:22.731Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:22.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "[localhost] run: sudo mv /tmp/tmpTdQTsG /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "[localhost] run: sudo mv /tmp/tmpR80fbr /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.149Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:23.366Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:23.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:24.157Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:24.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:24.157Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:24.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a", "logger": "11f8f563-207f-4051-841d-1de1a73ea0d1"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:50:24.308Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T05:50:24.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 1973, "offset": 1909, "size": 50}}} 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:26 GMT 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10573 2018-10-06 05:50:26,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:26,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZTZ95/start-vellum.sh 2018-10-06 05:50:26,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/0V29F/bind.py 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTdQTsG /etc/bind/db.clearwater.opnfv 2018-10-06 05:50:26,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpR80fbr /etc/bind/db.clearwater.local 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_2xbngb': {u'public_address': u'', u'private_address': u'192.168.120.18', u'name': u'homer-2xbngb'}}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:50:26,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:50:26,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:50:26,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:50:26,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-10-06 05:50:26,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a 2018-10-06 05:50:26,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:26,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:26,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:26,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"} 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:26 GMT 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-10-06 05:50:26,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:26,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-10-06T05:35:38.301Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a'} 2018-10-06 05:50:26,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-06 05:50:26,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:50:26,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:50:26,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.211"}, "deployment_id": "clearwater-opnfv"} 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:50:26 GMT 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-06 05:50:26,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:50:26,471 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.211 2018-10-06 05:50:26,563 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-10-06 05:50:26,630 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-10-06 05:50:26,631 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-10-06 05:50:26,830 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-06 05:50:26,831 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-10-06 05:51:32,165 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-06 05:51:32,165 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-10-06 05:52:37,477 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-06 05:52:37,477 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-10-06 05:53:02,645 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550099@clearwater.opnfv', u'sip_username': u'6505550099', u'formatted_number': u'(650) 555-0099', u'number': u'6505550099', u'sip_uri': u'sip:6505550099@clearwater.opnfv', u'number_id': u'89a6866224b54389ae3884a4d7b56c30', u'sip_password': u'qKY4xsyZP', u'pstn': False} 2018-10-06 05:53:02,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:53:02,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.211"}, "deployment_id": "clearwater-opnfv"} 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:53:02 GMT 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-06 05:53:02,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:53:02,735 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-10-06 05:53:02,735 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-10-06 05:53:02,779 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-10-06 05:53:02,780 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-10-06 05:54:52,681 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-10-06 05:54:52,682 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550612, 6505550101) Passed Basic Call - SDP (TCP) - (6505550134, 6505550992) Leaked sip:6505550992@clearwater.opnfv, DELETE returned 502 Leaked sip:6505550134@clearwater.opnfv, DELETE returned 502 Passed Basic Call - Tel URIs (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550958%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:137:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Unknown number (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550013%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:178:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Rejected by remote endpoint (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550886%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:202:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Messages - Pager model (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550130%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:237:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Pracks (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550761%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:267:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Registration (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550791%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-register.rb:11:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550636%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/basic-register.rb:57:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Barring - Outbound Rejection (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550557%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:13:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550108%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:130:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550774%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:80:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (not registered) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550068%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:101:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (408) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550631%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:124:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (503) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550749%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:159:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (500) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550874%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:193:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Busy (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550888%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:227:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Unconditional (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer.clearwater.local:7888/org.etsi.ngn.simservs/users/sip%3A6505550296%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:258:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - No answer (TCP) - (6505550700, 6505550785, 6505550708) Passed Call Diversion - Bad target URI (TCP) - (6505550842, 6505550303) Passed Call Diversion - Audio-only call (TCP) - (6505550975, 6505550536, 6505550042, 6505550838) Passed Call Diversion - Audio-video call (TCP) - (6505550391, 6505550415, 6505550511, 6505550453) Passed Call Waiting - Accepted (TCP) - (6505550481, 6505550670, 6505550133) Passed Call Waiting - Cancelled (TCP) - (6505550951, 6505550676, 6505550747) Passed CANCEL - Mainline (TCP) - (6505550658, 6505550835) Passed Filtering - Accept-Contact (TCP) - (6505550131, 6505550661) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550841, 6505550410) Passed Filtering - Accept-Contact no match (TCP) - (6505550667, 6505550565) Passed Filtering - Accept-Contact negated match (TCP) - (6505550855, 6505550385) Passed Filtering - RFC3841 example (TCP) - (6505550048, 6505550388) Passed Filtering - Reject-Contact no match (TCP) - (6505550583, 6505550091) Passed Filtering - Reject-Contact match (TCP) - (6505550223, 6505550379) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550749) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550244) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550537) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550496) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550945, 6505550812) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550562, 6505550541) Passed GRUU - Call - only GRUU as target (TCP) - (6505550406, 6505550152) Passed GRUU - Call - AoR as target (TCP) - (6505550077, 6505550819) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550303, 6505550627) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550676, 6505550430) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550177, 6505550373) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550058, 6505550434) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550247, 6505550448) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550513, 6505550480) Passed ISC Interface - Terminating (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating (UDP AS) (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating Failed (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration - implicit registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Redirect (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - B2BUA (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP=/usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Nonce-Count - Mainline (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Nonce-Count - Reject Re-Use (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550952) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550655) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550398) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550679, 6505550174) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550345, 6505550677) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Listing existing numbers failed with HTTP code 502 Detailed error output: {"Upstream error"=>"404", "Upstream URL"=>"http://hs-prov.clearwater.local:8889/public/sip%3A6505550134%40clearwater.opnfv/associated_private_ids"} 16 failures out of 93 tests run Basic Call - Tel URIs (TCP) at 2018-10-06 05:53:22 +0000 Basic Call - Unknown number (TCP) at 2018-10-06 05:53:22 +0000 Basic Call - Rejected by remote endpoint (TCP) at 2018-10-06 05:53:23 +0000 Basic Call - Messages - Pager model (TCP) at 2018-10-06 05:53:23 +0000 Basic Call - Pracks (TCP) at 2018-10-06 05:53:23 +0000 Basic Registration (TCP) at 2018-10-06 05:53:23 +0000 Multiple Identities (TCP) at 2018-10-06 05:53:24 +0000 Call Barring - Outbound Rejection (TCP) at 2018-10-06 05:53:24 +0000 Call Barring - Inbound Rejection (TCP) at 2018-10-06 05:53:24 +0000 Call Diversion - Not registered (TCP) at 2018-10-06 05:53:24 +0000 Call Diversion - Not reachable (not registered) (TCP) at 2018-10-06 05:53:25 +0000 Call Diversion - Not reachable (408) (TCP) at 2018-10-06 05:53:25 +0000 Call Diversion - Not reachable (503) (TCP) at 2018-10-06 05:53:25 +0000 Call Diversion - Not reachable (500) (TCP) at 2018-10-06 05:53:26 +0000 Call Diversion - Busy (TCP) at 2018-10-06 05:53:26 +0000 Call Diversion - Unconditional (TCP) at 2018-10-06 05:53:26 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-10-06 05:54:52,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 16, 'skipped': 42, 'total': 93, 'passed': 35} 2018-10-06 05:54:52,810 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 05:54:52,811 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 25:56 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-06 05:54:52,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-10-06 05:54:52,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-10-06 05:54:52,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:52,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:52,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-10-06T05:35:00.860Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "828b67bc-5239-4021-90bc-793edd17b821"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:35:38.301Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "1ec2c9de-26af-4cd8-8b3d-70b3685fcc4a"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:52 GMT 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:52,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-10-06 05:54:52,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:54:52,927 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:53,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:53 GMT 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:54:53,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:54:53,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:53,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:53 GMT 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:54:53,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:53,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:53 GMT 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:54:53,296 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:54:58,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:54:58,388 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:58,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:58,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:58,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:53.860Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:53.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_0dlkfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:54.996Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:54.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.529Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/H5PSD/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0637835-7f1c-46bb-8589-f6579f833976"}, {"node_instance_id": "sprout_qxysr5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_0dlkfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:55.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:55.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/MBXSI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "053c946f-50f2-4790-a6f8-b041e941a03a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/KEHQF/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "44c80d62-306a-4ddf-aa19-c082108f48bf"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/BDL3V/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "9d7e462a-efd3-41a9-bd8c-f6940be11581"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "053c946f-50f2-4790-a6f8-b041e941a03a"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/BDL3V/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "9d7e462a-efd3-41a9-bd8c-f6940be11581"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/Q9E67/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0945338f-7495-441a-8480-a8700a81093c"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "9d7e462a-efd3-41a9-bd8c-f6940be11581"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Execution done (return_code=1): /tmp/F72OX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "77dd1304-745f-4a09-9fe1-330094968d1e"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0945338f-7495-441a-8480-a8700a81093c"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/KEHQF/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "44c80d62-306a-4ddf-aa19-c082108f48bf"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Execution done (return_code=1): /tmp/MBXSI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "053c946f-50f2-4790-a6f8-b041e941a03a"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Execution done (return_code=1): /tmp/KEHQF/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "44c80d62-306a-4ddf-aa19-c082108f48bf"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/F72OX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "77dd1304-745f-4a09-9fe1-330094968d1e"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/MBXSI/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "053c946f-50f2-4790-a6f8-b041e941a03a"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/H5PSD/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0637835-7f1c-46bb-8589-f6579f833976"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "77dd1304-745f-4a09-9fe1-330094968d1e"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "44c80d62-306a-4ddf-aa19-c082108f48bf"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/F72OX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "77dd1304-745f-4a09-9fe1-330094968d1e"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Executing: /tmp/Q9E67/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0945338f-7495-441a-8480-a8700a81093c"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0637835-7f1c-46bb-8589-f6579f833976"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.255Z", "message": "Execution done (return_code=1): /tmp/H5PSD/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0637835-7f1c-46bb-8589-f6579f833976"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_wjbfwh/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'dime' not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'dime' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_c4lu31/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'vellum' not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'vellum' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_m8v535/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:56.645Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_4b4ntt/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:54:56.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:57.294Z", "message": "Downloaded scripts/bind/bind.py to /tmp/KI05Y/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:57.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:57.663Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:57.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:57.663Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:57.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 81, "offset": 0, "size": 50}}} 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:58 GMT 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:58,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30363 2018-10-06 05:54:58,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:54:58,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-10-06 05:54:58,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/H5PSD/stop-vellum.sh 2018-10-06 05:54:58,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/MBXSI/stop-ellis.sh 2018-10-06 05:54:58,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/KEHQF/stop-dime.sh 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BDL3V/stop-sprout.sh 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/BDL3V/stop-sprout.sh 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/Q9E67/stop-bono.sh 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-10-06 05:54:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/F72OX/stop-homer.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/KEHQF/stop-dime.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/MBXSI/stop-ellis.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/KEHQF/stop-dime.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/F72OX/stop-homer.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/MBXSI/stop-ellis.sh 2018-10-06 05:54:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/H5PSD/stop-vellum.sh 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/F72OX/stop-homer.sh 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q9E67/stop-bono.sh 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/H5PSD/stop-vellum.sh 2018-10-06 05:54:58,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-06 05:54:58,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/KI05Y/bind.py 2018-10-06 05:54:58,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:54:58,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:54:58,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:54:58,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:54:58,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:54:58,485 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:54:58 GMT 2018-10-06 05:54:58,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:54:58,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:54:58,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:03,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:03,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo mv /tmp/tmpssWPmD /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo mv /tmp/tmpTk0uBs /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Downloaded scripts/bind/bind.py to /tmp/VN1SK/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo mv /tmp/tmpg9pRtK /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Downloaded scripts/bind/bind.py to /tmp/FF3NG/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ZSLQO/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e2a258c1-efdd-4756-b4f1-8999b740166d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.344Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:58.675Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:58.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo mv /tmp/tmpGxjNwz /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/IVGKR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50c2b094-f1a3-453a-9c3e-6cdec3558b2e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo mv /tmp/tmpkrg5E0 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo mv /tmp/tmp4RxM52 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo mv /tmp/tmpj5X1Wf /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo mv /tmp/tmp0VKLVT /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1eb1de74-5ca4-4284-99eb-6c2deade08de"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "1bf3ebc0-8d5a-4453-af03-6419870501ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.356Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50b20353-2ae5-4399-8b73-b7984804fa03"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 151, "offset": 50, "size": 50}}} 2018-10-06 05:55:03,566 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:03,567 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:03 GMT 2018-10-06 05:55:03,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:03,567 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30104 2018-10-06 05:55:03,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:03,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpssWPmD /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTk0uBs /etc/bind/db.clearwater.local 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/VN1SK/bind.py 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:55:03,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpg9pRtK /etc/bind/db.clearwater.local 2018-10-06 05:55:03,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/FF3NG/bind.py 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {u'dime_dcyhnm': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'dime-dcyhnm'}}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ZSLQO/bind.py 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_44d18z': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.13', u'name': u'ellis-44d18z'}}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:55:03,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:03,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGxjNwz /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/IVGKR/remove-cluster-node.sh 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:55:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkrg5E0 /etc/bind/db.clearwater.local 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4RxM52 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpj5X1Wf /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_qxysr5': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'sprout-qxysr5'}}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0VKLVT /etc/bind/db.clearwater.local 2018-10-06 05:55:03,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:03,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:55:03,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:55:03,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:55:03,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:03,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:03,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:03,639 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:03 GMT 2018-10-06 05:55:03,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:03,640 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:03,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:08,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:08,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_2xbngb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:54:59.686Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:54:59.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Executing: /tmp/IVGKR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50c2b094-f1a3-453a-9c3e-6cdec3558b2e"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Executing: /tmp/986V5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "23b00278-38a7-40ef-99b5-aa524ec86de7"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Executing: /tmp/2M6A5/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "a3667b6f-2d39-40e4-a903-956d7c95e294"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/T4945/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cc13723b-c191-4c5f-b0af-6bfab23cab44"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Executing: /tmp/T4945/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cc13723b-c191-4c5f-b0af-6bfab23cab44"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50c2b094-f1a3-453a-9c3e-6cdec3558b2e"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "a3667b6f-2d39-40e4-a903-956d7c95e294"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "23b00278-38a7-40ef-99b5-aa524ec86de7"}, {"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2M6A5/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "a3667b6f-2d39-40e4-a903-956d7c95e294"}, {"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.368Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/986V5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "23b00278-38a7-40ef-99b5-aa524ec86de7"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.693Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:00.693Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:01.378Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:01.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cc13723b-c191-4c5f-b0af-6bfab23cab44"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:01.378Z", "message": "Execution done (return_code=1): /tmp/BDL3V/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:01.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "9d7e462a-efd3-41a9-bd8c-f6940be11581"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:01.707Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_9c05qi/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:55:01.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:01.707Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:01.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:01.707Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:01.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "[localhost] run: sudo mv /tmp/tmp3Zwq_i /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Downloaded scripts/bind/bind.py to /tmp/QMR3D/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.387Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:02.741Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:02.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.397Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.397Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.397Z", "message": "[localhost] run: sudo mv /tmp/tmpd82aeb /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cb605067-fc91-4d31-9254-177137cc9f62"}, {"node_instance_id": "sprout_qxysr5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.750Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.750Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:03.750Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:03.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:04.409Z", "message": "Executing: /tmp/330NW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:04.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "64edace0-32ac-420d-a370-460c6105de4f"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:04.409Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/330NW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:04.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "64edace0-32ac-420d-a370-460c6105de4f"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:04.409Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:04.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "64edace0-32ac-420d-a370-460c6105de4f"}, {"node_instance_id": "ellis_44d18z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:07.302Z", "message": "Execution done (return_code=0): /tmp/T4945/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:07.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cc13723b-c191-4c5f-b0af-6bfab23cab44"}, {"node_instance_id": "ellis_44d18z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:07.433Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:07.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_dcyhnm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:07.759Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:07.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.435Z", "message": "Execution done (return_code=0): /tmp/IVGKR/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "50c2b094-f1a3-453a-9c3e-6cdec3558b2e"}], "metadata": {"pagination": {"total": 162, "offset": 100, "size": 50}}} 2018-10-06 05:55:08,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:08,784 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:08 GMT 2018-10-06 05:55:08,784 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:08,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28137 2018-10-06 05:55:08,784 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:08,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:55:08,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:08,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:08,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IVGKR/remove-cluster-node.sh 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/986V5/remove-cluster-node.sh 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2M6A5/remove-cluster-node.sh 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/T4945/remove-cluster-node.sh 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/T4945/remove-cluster-node.sh 2018-10-06 05:55:08,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2M6A5/remove-cluster-node.sh 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/986V5/remove-cluster-node.sh 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:55:08,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BDL3V/stop-sprout.sh 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {u'bono_0dlkfp': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.6', u'name': u'bono-0dlkfp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:55:08,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3Zwq_i /etc/bind/db.clearwater.local 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/QMR3D/bind.py 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:55:08,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpd82aeb /etc/bind/db.clearwater.opnfv 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:08,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/330NW/remove-cluster-node.sh 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/330NW/remove-cluster-node.sh 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/T4945/remove-cluster-node.sh 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:08,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/IVGKR/remove-cluster-node.sh 2018-10-06 05:55:08,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:08,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:08,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:08,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:08 GMT 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:08,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:13,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:13,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:13,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:13,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:13,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:13,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_dcyhnm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.435Z", "message": "Execution done (return_code=0): /tmp/2M6A5/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "a3667b6f-2d39-40e4-a903-956d7c95e294"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_2xbngb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:08.766Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:08.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:09.776Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:09.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:10.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:10.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.294Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.481Z", "message": "Stopping Agent ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.481Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.806Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:11.806Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:11.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:12.818Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:12.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:12.818Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:12.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:12.818Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:12.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:12.818Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:12.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:12.911Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:12.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.495Z", "message": "Stopping Agent homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 213, "offset": 150, "size": 50}}} 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:13 GMT 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26211 2018-10-06 05:55:13,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2M6A5/remove-cluster-node.sh 2018-10-06 05:55:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_4b4ntt 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_wjbfwh 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:13,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:13,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:55:13,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:55:13,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:14,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:14,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:14,065 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:14 GMT 2018-10-06 05:55:14,065 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:14,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:14,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:19,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:19,251 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:13.922Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:13.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:14.503Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:14.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.155Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Successfully stopped daemon: ellis_host_4b4ntt\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Stopping Agent dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_4b4ntt stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ecbebcac-b8be-4cd7-819b-8fa17f1fd373"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.521Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.941Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.941Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:15.941Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:15.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Deleting Agent ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:16.695Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:16.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:17.707Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:17.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:17.707Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_wjbfwh stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:17.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:17.707Z", "message": "Successfully stopped daemon: homer_host_wjbfwh\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:17.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c5b1858-ff7b-4b18-a717-22214ad8edf4"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:17.746Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:17.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:17.951Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:17.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Successfully deleted daemon: ellis_host_4b4ntt", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2e5411b4-7b2e-4a81-b9cd-039204ee9f60"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Deleting Agent homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.766Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.970Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.970Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.970Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 263, "offset": 200, "size": 50}}} 2018-10-06 05:55:19,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:19,252 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:19 GMT 2018-10-06 05:55:19,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:19,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27045 2018-10-06 05:55:19,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:19,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:55:19,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:55:19,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:19,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_4b4ntt 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_c4lu31 2018-10-06 05:55:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_4b4ntt stop 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:55:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_4b4ntt 2018-10-06 05:55:19,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:55:19,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_wjbfwh stop 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_wjbfwh 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_4b4ntt 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_wjbfwh 2018-10-06 05:55:19,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:19,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:55:19,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:55:19,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:19,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:19,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:19 GMT 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:19,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:24,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:24,495 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:24,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:24,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.970Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:18.970Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:18.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:19.934Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_c4lu31 stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:19.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:19.934Z", "message": "Successfully stopped daemon: dime_host_c4lu31\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:19.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:19.934Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:19.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e75d20f2-f13a-498e-a740-c0b32ca5237f"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.163Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.163Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.163Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.163Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Successfully deleted daemon: homer_host_wjbfwh", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "cbb2d005-7df2-4997-8e79-b5bb85a67448"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Deleting Agent dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:20.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:20.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:21.173Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:21.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:21.173Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:21.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:22.182Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:22.182Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:22.182Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:22.182Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:22.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:22.397Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:22.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:23.011Z", "message": "Successfully deleted daemon: dime_host_c4lu31", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:23.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:23.011Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:23.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "295689b0-39d0-4e0a-be1a-51cf5c6a9aec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:23.189Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:23.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:23.189Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:23.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:23.189Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:23.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:24.200Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:24.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 296, "offset": 250, "size": 50}}} 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:24 GMT 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:24,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18554 2018-10-06 05:55:24,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:24,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_c4lu31 stop 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_c4lu31 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:24,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_wjbfwh 2018-10-06 05:55:24,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_c4lu31 2018-10-06 05:55:24,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:55:24,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_c4lu31 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:55:24,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:55:24,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:55:24,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:24,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:24,591 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:24 GMT 2018-10-06 05:55:24,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:24,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:24,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:29,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:29,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:25.326Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:25.326Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:25.480Z", "message": "Execution done (return_code=0): /tmp/330NW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:25.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "64edace0-32ac-420d-a370-460c6105de4f"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_qxysr5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:26.454Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:26.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:27.673Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:27.673Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:28.473Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:28.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:28.473Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:28.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:28.473Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:28.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:28.473Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:28.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:28.473Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:28.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:29.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:29.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:29.482Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:29.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:29.482Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:29.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:29.482Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:29.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:29.482Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:29.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 317, "offset": 285, "size": 50}}} 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:29 GMT 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10833 2018-10-06 05:55:29,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/330NW/remove-cluster-node.sh 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:55:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:55:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:55:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:29,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:29,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:29,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:29,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:29 GMT 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:29,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:34,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:34,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Stopping Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.495Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.495Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:30.495Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:30.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:31.518Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:31.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:31.518Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:31.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:31.518Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:31.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:33.265Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:33.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:33.627Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:33.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:33.627Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:33.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:33.855Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:33.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.063Z", "message": "Successfully stopped daemon: sprout_host_9c05qi\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.063Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_9c05qi stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8d891dee-43a4-4c02-af6f-57325dbc214d"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.641Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.641Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.641Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:34.641Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:34.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 342, "offset": 306, "size": 50}}} 2018-10-06 05:55:34,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:34,986 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:34 GMT 2018-10-06 05:55:34,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:34,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13391 2018-10-06 05:55:34,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_9c05qi 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:34,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_9c05qi 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_9c05qi stop 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:34,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:35,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:35 GMT 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:35,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:40,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:40,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:40,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:40,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:40,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Deleting Agent sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.650Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:35.650Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:35.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.426Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8fbb8caa-d072-4ec3-bd63-ba3bcb4d778f"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:36.658Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:36.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.346Z", "message": "Successfully deleted daemon: sprout_host_9c05qi", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.346Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.346Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "6cca4962-1647-4b93-83e0-5c9168d00ccc"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.346Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8b180eb0-7106-462e-af9c-6962d47fb936"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.677Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.677Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:37.677Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_host_wjbfwh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:38.356Z", "message": "Waiting for server \"df6ed696-430a-40e1-8ada-5b6e08929af8\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:38.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "8fbb8caa-d072-4ec3-bd63-ba3bcb4d778f"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:38.709Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:38.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:38.709Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:38.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:38.709Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:38.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:38.709Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:38.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:39.499Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:39.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e1603862-3209-4d3b-812e-2639a7617be4"}, {"node_instance_id": "dime_host_c4lu31", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:39.499Z", "message": "Waiting for server \"de8a5e1d-2fd1-415b-b4b1-81fb5e95d420\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:39.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "6cca4962-1647-4b93-83e0-5c9168d00ccc"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:39.733Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:39.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 376, "offset": 331, "size": 50}}} 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:40 GMT 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17944 2018-10-06 05:55:40,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:40,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_9c05qi 2018-10-06 05:55:40,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:40,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_9c05qi 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:55:40,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "df6ed696-430a-40e1-8ada-5b6e08929af8" to be deleted. current status: SHUTOFF 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:55:40,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:40,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:40,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:55:40,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "de8a5e1d-2fd1-415b-b4b1-81fb5e95d420" to be deleted. current status: SHUTOFF 2018-10-06 05:55:40,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:55:40,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:40,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:40,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:40,441 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:40 GMT 2018-10-06 05:55:40,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:40,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:40,442 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:45,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:45,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:40.742Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:40.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:40.742Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:40.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:41.190Z", "message": "Waiting for server \"cc76cc49-48fe-49d4-8df9-271d9751c1d0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:41.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "e1603862-3209-4d3b-812e-2639a7617be4"}, {"node_instance_id": "homer_host_wjbfwh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:43.754Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:43.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_host_c4lu31", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:44.751Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:44.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:44.751Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:44.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:44.751Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:44.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 383, "offset": 365, "size": 50}}} 2018-10-06 05:55:45,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:45,560 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:45 GMT 2018-10-06 05:55:45,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:45,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3658 2018-10-06 05:55:45,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:45,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:45,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:45,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cc76cc49-48fe-49d4-8df9-271d9751c1d0" to be deleted. current status: SHUTOFF 2018-10-06 05:55:45,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:55:45,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:55:45,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:45,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:45,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:46,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:46,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:46,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:46 GMT 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:46,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:51,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:51,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:51,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:51,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:51,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:51,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_afxuom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:45.866Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:45.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_security_group_afxuom", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:46.324Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:46.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "4a28be88-abf1-4f0d-8c7c-71695a5169de"}, {"node_instance_id": "homer_security_group_blpca1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:46.526Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:46.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0ecbd3e9-bc15-48e4-9ea1-8c5002699ae7"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_host_4b4ntt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "dime_security_group_afxuom", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:47.197Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:47.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "homer_security_group_blpca1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:48.239Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:48.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_floatingip_321ffm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.250Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "ellis_security_group_rqaye6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.375Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "36740647-34b8-41f2-8571-bb4a3f90c406"}, {"node_instance_id": "ellis_floatingip_321ffm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:49.535Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:49.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0f048e0e-72f7-4891-a1c1-f1e925f8855c"}, {"node_instance_id": "ellis_security_group_rqaye6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:50.283Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:50.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 408, "offset": 372, "size": 50}}} 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:51 GMT 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12956 2018-10-06 05:55:51,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:51,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:51,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:55:51,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:55:51,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-06 05:55:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:55:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-06 05:55:51,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:55:51,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:51,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:51,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:51,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:51,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:51,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:51 GMT 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:51,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:56,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:55:56,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:56,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:56,295 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:56,295 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:56,295 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_floatingip_321ffm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:51.297Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:51.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:52.388Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:52.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:52.388Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:52.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:52.388Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:52.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 412, "offset": 397, "size": 50}}} 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:56 GMT 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2152 2018-10-06 05:55:56,296 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:55:56,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-06 05:55:56,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:56,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:56,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:55:56,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:55:56,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:55:56,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:55:56,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:55:56,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:55:56 GMT 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:55:56,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:01,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:01,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:58.091Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:58.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:59.395Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:59.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:59.395Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:59.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:59.395Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:59.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:55:59.431Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:55:59.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "7fdbbeee-ad31-4428-84f2-879280ffde6f"}], "metadata": {"pagination": {"total": 417, "offset": 401, "size": 50}}} 2018-10-06 05:56:01,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:01,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:01 GMT 2018-10-06 05:56:01,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:01,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2579 2018-10-06 05:56:01,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:01,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:56:01,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:56:01,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:56:01,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:56:01,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:56:01,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:01,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:01 GMT 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:01,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:06,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:06,634 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:01.627Z", "message": "Waiting for server \"029f5b67-ec8d-42d8-92a1-7be988e3841b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:01.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "7fdbbeee-ad31-4428-84f2-879280ffde6f"}], "metadata": {"pagination": {"total": 418, "offset": 406, "size": 50}}} 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:06 GMT 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:06,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "029f5b67-ec8d-42d8-92a1-7be988e3841b" to be deleted. current status: SHUTOFF 2018-10-06 05:56:06,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:06,700 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:06,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:06,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:06,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:06 GMT 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:06,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:11,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:11,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_9c05qi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:06.870Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:06.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:07.422Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:07.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:08.431Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:08.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:08.431Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:08.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:08.431Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:08.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "sprout_security_group_6z8202", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:09.033Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:09.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "b320c8ee-6c37-4768-94e2-1233d50223f0"}, {"node_instance_id": "sprout_security_group_6z8202", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:56:09.874Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:56:09.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 425, "offset": 407, "size": 50}}} 2018-10-06 05:56:11,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:11,780 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:11 GMT 2018-10-06 05:56:11,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:11,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2018-10-06 05:56:11,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:11,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:56:11,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:56:11,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:11,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:11,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:11,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:11,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:11 GMT 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:11,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:16,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:16,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:16,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:16,953 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:16,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:16 GMT 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:16,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:16,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:17,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:17,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:17,028 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:17 GMT 2018-10-06 05:56:17,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:17,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:17,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:22,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:22,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:22,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:22,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:22 GMT 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:22,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:22,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:22,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:22,171 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:22 GMT 2018-10-06 05:56:22,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:22,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:22,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:27,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:27,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:27,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:27,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:27,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:27,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:27 GMT 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:27,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:27,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:27,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:27,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:27,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:27,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:27,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:27 GMT 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:27,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:32,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:32,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:32,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:32,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:32,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:32 GMT 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:32,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:32,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:32,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:32,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:32,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:32,452 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:32 GMT 2018-10-06 05:56:32,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:32,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:32,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:37,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:37,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:37,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:37 GMT 2018-10-06 05:56:37,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:37,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:37,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:37,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:37,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:37,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:37,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:37 GMT 2018-10-06 05:56:37,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:37,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:37,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:42,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:42,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:42,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:42 GMT 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:42,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:42,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:42,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:42,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:42,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:42 GMT 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:42,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:42,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:47,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:47,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:47,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:47,832 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:47 GMT 2018-10-06 05:56:47,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:47,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:47,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:47,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:47,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:47,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:47,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:47,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:47,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:47 GMT 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:47,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:52,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:52,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:52 GMT 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:52,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:53,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:53,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:53,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:53 GMT 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:53,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:58,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:56:58,137 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:58,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:58 GMT 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:56:58,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:56:58,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:56:58,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:56:58,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:56:58,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:56:58,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:56:58 GMT 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:56:58,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:03,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:03,284 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_e8fv7o", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:02.953Z", "message": "Execution done (return_code=0): /tmp/986V5/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:02.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "23b00278-38a7-40ef-99b5-aa524ec86de7"}, {"node_instance_id": "vellum_e8fv7o", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:03.107Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:03.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 427, "offset": 414, "size": 50}}} 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:03 GMT 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1136 2018-10-06 05:57:03,285 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:03,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/986V5/remove-cluster-node.sh 2018-10-06 05:57:03,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:57:03,286 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:03,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:03,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:03,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:03 GMT 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:03,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:08,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:08,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:04.462Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:04.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:04.462Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:04.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:04.462Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:04.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:07.687Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:07.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 431, "offset": 416, "size": 50}}} 2018-10-06 05:57:08,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:08,440 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:08 GMT 2018-10-06 05:57:08,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:08,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2068 2018-10-06 05:57:08,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:08,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:57:08,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:57:08,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:57:08,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:57:08,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:08,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:08,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:08,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:08 GMT 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:08,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:13,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:13,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:08.473Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:08.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:08.473Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:08.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:08.473Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:08.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:08.473Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:08.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.486Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.486Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Stopping Agent vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:09.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:09.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}], "metadata": {"pagination": {"total": 447, "offset": 420, "size": 50}}} 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:13 GMT 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8690 2018-10-06 05:57:13,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:13,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:57:13,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:57:13,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:57:13,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_m8v535 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:13,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:13,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:13,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:13,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:13,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:13 GMT 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:13,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:18,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:18,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:13.884Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:13.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.095Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.503Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.503Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.503Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.569Z", "message": "Successfully stopped daemon: vellum_host_m8v535\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:14.569Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_m8v535 stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:14.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "741ab583-b58d-4d88-b609-7c465799cfd5"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Deleting Agent vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:15.600Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:15.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:16.798Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:16.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:17.275Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:17.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:17.533Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:17.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:17.533Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:17.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:17.613Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:17.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:17.613Z", "message": "Successfully deleted daemon: vellum_host_m8v535", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:17.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c0df8da5-7140-4861-8fb8-6baa4c91a162"}], "metadata": {"pagination": {"total": 470, "offset": 436, "size": 50}}} 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:18 GMT 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12475 2018-10-06 05:57:18,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:18,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:57:18,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:57:18,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_m8v535 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_m8v535 stop 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_m8v535 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:57:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:57:18,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:57:18,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_m8v535 2018-10-06 05:57:18,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:18,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:18,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:18 GMT 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:18,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:23,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:24,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:24,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:19.883Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:19.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:20.545Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:20.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:20.545Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:20.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 473, "offset": 459, "size": 50}}} 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:24 GMT 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:24,039 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1614 2018-10-06 05:57:24,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:57:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:24,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:24,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:24,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:24 GMT 2018-10-06 05:57:24,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:24,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:24,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:29,112 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:29,182 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:25.734Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:25.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:26.555Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:26.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:26.555Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:26.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 476, "offset": 462, "size": 50}}} 2018-10-06 05:57:29,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:29,183 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:29 GMT 2018-10-06 05:57:29,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:29,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-10-06 05:57:29,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:29,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:29,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:29,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:29,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:29,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:29,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:29 GMT 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:29,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:29,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:34,316 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:34,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:34,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:34,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:30.629Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:30.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:31.563Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:31.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:31.563Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:31.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:31.563Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:31.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:31.907Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:31.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "f76ff9b6-22a7-43d1-a549-5eeaa8fdf238"}, {"node_instance_id": "vellum_host_m8v535", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:34.135Z", "message": "Waiting for server \"f0c9881d-ea02-4c7c-83a3-3ce71a813f71\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:34.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "f76ff9b6-22a7-43d1-a549-5eeaa8fdf238"}], "metadata": {"pagination": {"total": 482, "offset": 465, "size": 50}}} 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:34 GMT 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:34,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3179 2018-10-06 05:57:34,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:34,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:57:34,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:57:34,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:57:34,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:57:34,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:57:34,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "f0c9881d-ea02-4c7c-83a3-3ce71a813f71" to be deleted. current status: SHUTOFF 2018-10-06 05:57:34,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:34,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:34 GMT 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:34,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:39,465 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:39,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_m8v535", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:39.366Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:39.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 483, "offset": 471, "size": 50}}} 2018-10-06 05:57:39,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:39,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:39 GMT 2018-10-06 05:57:39,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:39,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 592 2018-10-06 05:57:39,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:39,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:57:39,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:39,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:39 GMT 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:39,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:44,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:44,782 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_y0qyni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:40.574Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:40.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:41.583Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:41.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:41.583Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:41.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:41.583Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:41.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "vellum_security_group_y0qyni", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:41.728Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:41.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "2db5dc3e-df3a-4b84-afe2-6ebb362a01c5"}, {"node_instance_id": "vellum_security_group_y0qyni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:42.696Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:42.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 489, "offset": 472, "size": 50}}} 2018-10-06 05:57:44,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:44,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:44 GMT 2018-10-06 05:57:44,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:44,783 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3185 2018-10-06 05:57:44,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:44,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:57:44,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:57:44,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:57:44,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:57:44,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:57:44,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:57:44,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:44,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:44 GMT 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:44,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:49,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:49,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:49,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:49,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:49,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:49 GMT 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:57:49,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:49,951 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:50,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:50 GMT 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:50,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:55,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:57:55,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:55,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:55,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:55,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:55 GMT 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:57:55,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:57:55,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:57:55,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:57:55 GMT 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:57:55,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:00,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:00,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:56.050Z", "message": "Execution done (return_code=124): /tmp/Q9E67/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:56.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0945338f-7495-441a-8480-a8700a81093c"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:56.303Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:57:56.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.181Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8WSVF/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.605Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.605Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.630Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.630Z", "message": "[localhost] run: sudo mv /tmp/tmpPY0tpk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.630Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.630Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:57.630Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:57.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": "bono_0dlkfp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.613Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.613Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.613Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_0dlkfp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.613Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "[localhost] run: sudo mv /tmp/tmptBae3g /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:58.638Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:58.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "ca33fd88-593f-4808-9574-5981ec77690b"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:59.646Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/SHZ2D/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:59.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "04640a0b-1be3-4dad-afec-aca5b3816f15"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:59.646Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:59.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "04640a0b-1be3-4dad-afec-aca5b3816f15"}, {"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:57:59.646Z", "message": "Executing: /tmp/SHZ2D/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:57:59.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "04640a0b-1be3-4dad-afec-aca5b3816f15"}], "metadata": {"pagination": {"total": 513, "offset": 478, "size": 50}}} 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:00,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:00 GMT 2018-10-06 05:58:00,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:00,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14363 2018-10-06 05:58:00,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:00,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/Q9E67/stop-bono.sh 2018-10-06 05:58:00,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-10-06 05:58:00,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8WSVF/bind.py 2018-10-06 05:58:00,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:58:00,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:58:00,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPY0tpk /etc/bind/db.clearwater.local 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:00,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptBae3g /etc/bind/db.clearwater.opnfv 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-06 05:58:00,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_e8fv7o': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'vellum-e8fv7o'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.17', u'hss_hostname': u''}. 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/SHZ2D/remove-cluster-node.sh 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-06 05:58:00,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/SHZ2D/remove-cluster-node.sh 2018-10-06 05:58:00,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:00,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:00 GMT 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:00,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:05,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:05,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:05,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:05,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 502, "size": 50}}} 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:05 GMT 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:58:05,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:05,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:05,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:05 GMT 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:05,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:10,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:10,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:10,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:10,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:10,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:10,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 502, "size": 50}}} 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:10 GMT 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 05:58:10,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:10,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:10,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:10,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:10,652 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:10 GMT 2018-10-06 05:58:10,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:10,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:10,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:15,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:15,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_0dlkfp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:13.104Z", "message": "Execution done (return_code=2): /tmp/SHZ2D/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:13.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "04640a0b-1be3-4dad-afec-aca5b3816f15"}, {"node_instance_id": "bono_0dlkfp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:13.445Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 47dda99f5898efef: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: endpoint http://192.168.120.9:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 47dda99f5898efef: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: endpoint http://192.168.120.9:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_zwmmf5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Received an error trying to remove member 47dda99f5898efef: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: endpoint http://192.168.120.9:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-06T05:58:13.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:14.625Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:14.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_rod9i1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:14.625Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:14.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:14.625Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:14.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:14.625Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:14.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:14.625Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:14.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_node_dkxd2x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:15.633Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:15.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_rod9i1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:15.633Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:15.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:15.633Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:15.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:15.633Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:15.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:15.633Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:15.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 525, "offset": 502, "size": 50}}} 2018-10-06 05:58:15,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:15,728 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:15 GMT 2018-10-06 05:58:15,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:15,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7749 2018-10-06 05:58:15,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:15,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/SHZ2D/remove-cluster-node.sh 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 47dda99f5898efef: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader ; error #1: client: endpoint http://192.168.120.9:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.6:4000 has no leader 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:58:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:58:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:58:15,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:15,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:15,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:15,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:15 GMT 2018-10-06 05:58:15,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:15,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:15,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:20,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:20,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:20,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:20,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:20,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.642Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:16.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:16.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Stopping Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:17.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:17.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.001Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:19.686Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:19.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Stopping Agent proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:20.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:20.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}], "metadata": {"pagination": {"total": 574, "offset": 514, "size": 50}}} 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:20 GMT 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:20,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25905 2018-10-06 05:58:20,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:58:20,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_zwmmf5 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-06 05:58:20,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_vp5ip2 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:20,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:20,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:20,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:20 GMT 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:20,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:20,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:25,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:26,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.713Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Stopping Agent bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_zwmmf5 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Successfully stopped daemon: bono_host_zwmmf5\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "fd34043c-4535-4b45-a530-6b2ae82069c6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:21.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:21.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.704Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.704Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.704Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Deleting Agent bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:22.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:22.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:24.408Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:24.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:24.789Z", "message": "Successfully deleted daemon: bono_host_zwmmf5", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:24.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:24.789Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:24.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "83f59a41-ba36-45e7-8c5a-274f8b3625d1"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:24.865Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:24.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.736Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Successfully stopped daemon: bind_host_pa0n8k\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_pa0n8k stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "00c1d0ac-d822-4860-a090-5e09f2cfcf2c"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_vp5ip2 stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:25.829Z", "message": "Successfully stopped daemon: proxy_host_vp5ip2\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:25.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "80e04683-ead9-4892-9850-619aa10080e6"}], "metadata": {"pagination": {"total": 616, "offset": 563, "size": 50}}} 2018-10-06 05:58:26,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:26,050 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:26 GMT 2018-10-06 05:58:26,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:26,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22459 2018-10-06 05:58:26,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:26,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:26,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:58:26,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_pa0n8k 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_zwmmf5 stop 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_zwmmf5 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_zwmmf5 2018-10-06 05:58:26,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:58:26,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_zwmmf5 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-06 05:58:26,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_pa0n8k 2018-10-06 05:58:26,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:58:26,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-06 05:58:26,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_pa0n8k stop 2018-10-06 05:58:26,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_vp5ip2 stop 2018-10-06 05:58:26,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_vp5ip2 2018-10-06 05:58:26,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:26,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:26 GMT 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:26,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:31,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:31,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Deleting Agent bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Deleting Agent proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:26.856Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:27.384Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:27.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:27.810Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:27.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:27.810Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:27.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.136Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.825Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.825Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.825Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.825Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.825Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.882Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.882Z", "message": "Successfully deleted daemon: bind_host_pa0n8k", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.882Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.882Z", "message": "Successfully deleted daemon: proxy_host_vp5ip2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "3c27a773-d605-4064-8bb1-ec3cad3c0fd0"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:28.882Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:28.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "5ce08135-484f-4a35-80a9-42ad6a8fa542"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:29.825Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:29.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:30.967Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:30.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 652, "offset": 605, "size": 50}}} 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:31 GMT 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19408 2018-10-06 05:58:31,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:31,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_pa0n8k 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_vp5ip2 2018-10-06 05:58:31,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:58:31,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-06 05:58:31,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_pa0n8k 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_vp5ip2 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 05:58:31,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:58:31,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:31,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:31,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:31 GMT 2018-10-06 05:58:31,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:31,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:31,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:36,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:36,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_vp5ip2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:31.853Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:31.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:32.418Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:32.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "559295fd-0ba0-4eae-9616-ab7ed6418a63"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:33.560Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:33.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:33.899Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:33.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:33.899Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:33.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:34.441Z", "message": "Waiting for server \"90bab4ec-620d-4efd-838f-f6f65dbd9c4c\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:34.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "559295fd-0ba0-4eae-9616-ab7ed6418a63"}], "metadata": {"pagination": {"total": 663, "offset": 641, "size": 50}}} 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:36 GMT 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5713 2018-10-06 05:58:36,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:36,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:58:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:58:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "90bab4ec-620d-4efd-838f-f6f65dbd9c4c" to be deleted. current status: SHUTOFF 2018-10-06 05:58:36,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:36,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:36,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:36 GMT 2018-10-06 05:58:36,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:36,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:36,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:41,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:41,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:41,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:37.362Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:37.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:37.918Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:37.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:37.918Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:37.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:38.934Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:38.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:38.934Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:38.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:38.934Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:38.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "proxy_host_vp5ip2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:40.071Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:40.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 670, "offset": 652, "size": 50}}} 2018-10-06 05:58:41,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:41,510 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:41 GMT 2018-10-06 05:58:41,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:41,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3672 2018-10-06 05:58:41,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:41,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:41,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:58:41,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:41,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:41 GMT 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:41,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:46,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:46,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:42.463Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:42.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:42.957Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:42.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:42.957Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:42.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:44.394Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:44.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:45.196Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:45.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:45.196Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:45.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 676, "offset": 659, "size": 50}}} 2018-10-06 05:58:46,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:46,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:46 GMT 2018-10-06 05:58:46,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:46,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3168 2018-10-06 05:58:46,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:46,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:46,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:46,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:46 GMT 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:46,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:51,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:51,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:49.193Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:49.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.497Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.497Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.497Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.497Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.497Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:50.602Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:50.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:51.035Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:51.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "60550f73-c1e0-4717-87d2-ea615fdeb6c3"}, {"node_instance_id": "bono_host_zwmmf5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:51.623Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:51.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 685, "offset": 665, "size": 50}}} 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:51,819 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:51 GMT 2018-10-06 05:58:51,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:51,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4532 2018-10-06 05:58:51,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:51,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:51,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:51,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:58:51,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 05:58:51,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:51,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:51,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:51 GMT 2018-10-06 05:58:51,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:51,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:51,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:56,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:56,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:51.915Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:51.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "98f80da9-4f9b-4832-bed6-9d028176304c"}, {"node_instance_id": "bono_host_zwmmf5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:53.131Z", "message": "Waiting for server \"a295ecbd-e8e7-4e27-bf83-8bcd6f5a99c6\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:53.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "98f80da9-4f9b-4832-bed6-9d028176304c"}, {"node_instance_id": "bind_host_pa0n8k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:53.950Z", "message": "Waiting for server \"0e7a7e62-05c0-4085-aecd-4d0b1064d15b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:53.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "60550f73-c1e0-4717-87d2-ea615fdeb6c3"}], "metadata": {"pagination": {"total": 688, "offset": 674, "size": 50}}} 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:56 GMT 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1786 2018-10-06 05:58:56,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:58:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-06 05:58:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "a295ecbd-e8e7-4e27-bf83-8bcd6f5a99c6" to be deleted. current status: SHUTOFF 2018-10-06 05:58:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "0e7a7e62-05c0-4085-aecd-4d0b1064d15b" to be deleted. current status: SHUTOFF 2018-10-06 05:58:56,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:58:57,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:58:57,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:58:57,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:58:57,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:58:57 GMT 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:58:57,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:02,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:02,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_zwmmf5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:58.411Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:58.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_host_pa0n8k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.544Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.544Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.544Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.544Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.544Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:58:59.652Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:58:59.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:00.819Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:00.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.038Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c858e8f3-6610-4a58-a98c-58dbb2ce5bc9"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.841Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:01.993Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:01.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "a8212b53-d915-4f11-930c-22d4616fa866"}], "metadata": {"pagination": {"total": 718, "offset": 677, "size": 50}}} 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:02 GMT 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15018 2018-10-06 05:59:02,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:59:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-06 05:59:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-06 05:59:02,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-06 05:59:02,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:02,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-06 05:59:02,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:02,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:59:02,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:02,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:02 GMT 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-06 05:59:02,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:07,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2018-10-06 05:59:07,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:07,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:07,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:07,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_osgoxy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:02.884Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:02.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:02.884Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:02.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "internal_sip_security_group_elka0m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:02.884Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:02.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:02.884Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:02.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_security_group_9cf1n4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:02.884Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:02.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "keypair_abdyfy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.139Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "c6c24872-9b77-451f-a4b9-44f67029e5ab"}, {"node_instance_id": "base_security_group_16gsnu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.139Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "29f9fb04-7f96-42dd-b44e-ff7376a65505"}, {"node_instance_id": "bono_floatingip_yucqiv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.139Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0afa192e-dd46-4d7a-afe7-7f8a7b171a26"}, {"node_instance_id": "bind_security_group_qwhcv0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.139Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "d8684325-c77d-464d-a381-74d4c304e309"}, {"node_instance_id": "bind_security_group_qwhcv0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.928Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bono_floatingip_yucqiv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:03.928Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:03.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "bind_floatingip_osgoxy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:04.158Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:04.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec", "logger": "0256bc97-75c5-4319-827d-2891d3f73a28"}, {"node_instance_id": "bind_floatingip_osgoxy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:04.938Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:04.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": "base_security_group_16gsnu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:04.938Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:04.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-06T05:59:04.938Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T05:59:04.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d76fa550-290d-4f15-8f03-d20c82d241ec"}], "metadata": {"pagination": {"total": 733, "offset": 707, "size": 50}}} 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:07 GMT 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7995 2018-10-06 05:59:07,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:07,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:07,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-06 05:59:07,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-06 05:59:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:59:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-06 05:59:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-06 05:59:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 05:59:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-10-06 05:59:07,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/d76fa550-290d-4f15-8f03-d20c82d241ec 2018-10-06 05:59:07,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:07,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:07,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:07,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T05:54:53.033Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "d76fa550-290d-4f15-8f03-d20c82d241ec"} 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:07 GMT 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-10-06 05:59:07,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:07,456 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/deployments/clearwater-opnfv 2018-10-06 05:59:08,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:08,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:08,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:08,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a5cc0c13-8149-4aa8-93b2-877a3f822463", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "bono_cluster_size": 1, "flavor_id": "192cdab7-0533-4445-86f8-649f3fb5b48e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-06T05:34:59.251Z", "updated_at": "2018-10-06T05:34:59.251Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:08 GMT 2018-10-06 05:59:08,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:08,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-06 05:59:08,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:08,180 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/blueprints/clearwater-opnfv 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 05:59:08,343 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 05:59:08,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-06T05:34:50.500Z", "updated_at": "2018-10-06T05:34:50.500Z", "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"}}}, "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.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.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.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"}}}, "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.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.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"}}}, "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.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.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.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.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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}, {"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": "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": {"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": "", "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, "description": ""}}, {"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": {"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": "", "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, "description": ""}}], "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-10-06 05:59:08,346 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 05:59:08,346 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 05:59:08 GMT 2018-10-06 05:59:08,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 05:59:08,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-06 05:59:08,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 05:59:08,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 05:59:08,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:10,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbf6ae57-33d5-4d10-9a5e-ad8f059c0574 Date: Sat, 06 Oct 2018 05:59:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:59:10,000 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463 used request id req-dbf6ae57-33d5-4d10-9a5e-ad8f059c0574 2018-10-06 05:59:10,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63181900978s 2018-10-06 05:59:10,001 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/a5cc0c13-8149-4aa8-93b2-877a3f822463 used request id req-dbf6ae57-33d5-4d10-9a5e-ad8f059c0574 2018-10-06 05:59:10,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 05:59:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:10,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59: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-1159ee8f-e67a-4b30-8225-c1623a70e311 x-compute-request-id: req-1159ee8f-e67a-4b30-8225-c1623a70e311 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "192cdab7-0533-4445-86f8-649f3fb5b48e", "name": "cloudify_ims-flavor_alt_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "name": "cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 05:59:10,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-1159ee8f-e67a-4b30-8225-c1623a70e311 2018-10-06 05:59:10,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.20170712471s 2018-10-06 05:59:10,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-1159ee8f-e67a-4b30-8225-c1623a70e311 2018-10-06 05:59:10,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 05:59:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:10,242 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:59: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-1b8f4e1c-e7a4-4573-a9d2-4ede8b5e888a x-compute-request-id: req-1b8f4e1c-e7a4-4573-a9d2-4ede8b5e888a Content-Length: 0 Content-Type: application/json 2018-10-06 05:59:10,242 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e used request id req-1b8f4e1c-e7a4-4573-a9d2-4ede8b5e888a 2018-10-06 05:59:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.036602973938s 2018-10-06 05:59:10,243 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/192cdab7-0533-4445-86f8-649f3fb5b48e used request id req-1b8f4e1c-e7a4-4573-a9d2-4ede8b5e888a 2018-10-06 05:59:10,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 05:59:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/f89d21e4-ec87-4d77-8a4d-f41d6032aff3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:11,163 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffa00997-5093-4b37-93da-b7d7ab88e900 Content-Length: 0 Date: Sat, 06 Oct 2018 05:59:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:11,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/f89d21e4-ec87-4d77-8a4d-f41d6032aff3.json used request id req-ffa00997-5093-4b37-93da-b7d7ab88e900 2018-10-06 05:59:11,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.917578935623s 2018-10-06 05:59:11,164 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/f89d21e4-ec87-4d77-8a4d-f41d6032aff3.json used request id req-ffa00997-5093-4b37-93da-b7d7ab88e900 2018-10-06 05:59:11,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 05:59:11,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:11,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-53fae709-54d4-4632-80a4-454a7676c2ff Date: Sat, 06 Oct 2018 05:59:11 GMT RESP BODY: {"floatingips": []} 2018-10-06 05:59:11,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-53fae709-54d4-4632-80a4-454a7676c2ff 2018-10-06 05:59:11,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.159816026688s 2018-10-06 05:59:11,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-53fae709-54d4-4632-80a4-454a7676c2ff 2018-10-06 05:59:11,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 05:59:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:11,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:59:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c575e447-436f-4f78-8cb6-e33253e48359 x-compute-request-id: req-c575e447-436f-4f78-8cb6-e33253e48359 Content-Type: application/json 2018-10-06 05:59:11,685 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389 used request id req-c575e447-436f-4f78-8cb6-e33253e48359 2018-10-06 05:59:11,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.354934930801s 2018-10-06 05:59:11,685 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389 used request id req-c575e447-436f-4f78-8cb6-e33253e48359 2018-10-06 05:59:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:59:11,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:12,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2e53114-5545-41b7-9d26-1f8875bc2c7c x-compute-request-id: req-d2e53114-5545-41b7-9d26-1f8875bc2c7c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:6c:b4", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:6c:b4", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:33:37.000000", "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:59:11Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:59:12,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2e53114-5545-41b7-9d26-1f8875bc2c7c 2018-10-06 05:59:12,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812781095505s 2018-10-06 05:59:12,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d2e53114-5545-41b7-9d26-1f8875bc2c7c 2018-10-06 05:59:12,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:59:14,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:59:14,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:15,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59: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-c658fb0d-de8c-49ac-9e0a-75fdcbf2d159 x-compute-request-id: req-c658fb0d-de8c-49ac-9e0a-75fdcbf2d159 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:6c:b4", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:33:37.000000", "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "security_groups": [{"name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}], "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:59:11Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:59:15,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c658fb0d-de8c-49ac-9e0a-75fdcbf2d159 2018-10-06 05:59:15,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634243965149s 2018-10-06 05:59:15,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c658fb0d-de8c-49ac-9e0a-75fdcbf2d159 2018-10-06 05:59:15,139 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:59:17,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:59:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:17,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49eb3fc3-9ae6-43e6-8092-71a3d31eaf3b x-compute-request-id: req-49eb3fc3-9ae6-43e6-8092-71a3d31eaf3b Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:6c:b4", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f417e0-84fa-4160-8f59-d42604326389", "rel": "bookmark"}], "image": {"id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "links": [{"href": "http://172.30.9.29:8774/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T05:33:37.000000", "flavor": {"id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "links": [{"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}]}, "id": "05f417e0-84fa-4160-8f59-d42604326389", "user_id": "2ae0b1feccb94221a7c85719cddd8f46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T05:59:16Z", "hostId": "8a61ec4f19fd5ddedaa0d925c3fa68a8ac04397e2e4300d3e3a40ac3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17", "name": "cloudify_ims-vm_3b6c0898-292b-4558-9f4b-9268c4144c17", "created": "2018-10-06T05:30:55Z", "tenant_id": "99ee755122cc45189458e26372aa01a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 05:59:17,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-49eb3fc3-9ae6-43e6-8092-71a3d31eaf3b 2018-10-06 05:59:17,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419363975525s 2018-10-06 05:59:17,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-49eb3fc3-9ae6-43e6-8092-71a3d31eaf3b 2018-10-06 05:59:17,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 05:59:19,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 05:59:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:19,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ea52a27-0624-498f-9490-149020e4a0fe x-compute-request-id: req-5ea52a27-0624-498f-9490-149020e4a0fe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 05:59:19,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5ea52a27-0624-498f-9490-149020e4a0fe 2018-10-06 05:59:19,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0931560993195s 2018-10-06 05:59:19,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5ea52a27-0624-498f-9490-149020e4a0fe 2018-10-06 05:59:19,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:59:19,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:20,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-f2fbaa85-ce7d-409e-ab9e-a64ae7a70153 Date: Sat, 06 Oct 2018 05:59:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:30:48Z", "updated_at": "2018-10-06T05:30:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-06T05:30:51Z", "revision_number": 0, "id": "195b35b2-9889-4b53-b398-b00969f1e09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "2ce2b4e8-8c43-4043-b58e-44a977cd4530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-06T05:30:51Z", "revision_number": 0, "id": "36317d36-ba0f-4635-857c-5052f8d7d8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:51Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:48Z", "revision_number": 0, "id": "41442b90-71de-4a22-adef-ef7375596eef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:48Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "6825ff94-2597-4f55-b49a-81619a54fb2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:30:49Z", "revision_number": 0, "id": "a1f4a197-433d-4aae-87fa-37b007ed08f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:49Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "bd31c320-b659-4e5a-a728-6bc550e9ca27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 443, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T05:30:50Z", "revision_number": 0, "id": "dd888684-02a9-4add-87a1-fb29ba641c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:30:50Z", "security_group_id": "178af0ab-9479-423e-af22-04025c4bd6d0", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 8, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "178af0ab-9479-423e-af22-04025c4bd6d0", "name": "cloudify_ims-sg_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:34:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:34:49Z", "revision_number": 0, "id": "a7989a30-4ae1-4296-b9a2-8fd638282b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:34:49Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 5, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:59:20,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f2fbaa85-ce7d-409e-ab9e-a64ae7a70153 2018-10-06 05:59:20,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.386170148849s 2018-10-06 05:59:20,049 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f2fbaa85-ce7d-409e-ab9e-a64ae7a70153 2018-10-06 05:59:20,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 05:59:20,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/178af0ab-9479-423e-af22-04025c4bd6d0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:20,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c5e4668-14bc-4f67-be37-54000e6cce99 Content-Length: 0 Date: Sat, 06 Oct 2018 05:59:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:20,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/178af0ab-9479-423e-af22-04025c4bd6d0.json used request id req-5c5e4668-14bc-4f67-be37-54000e6cce99 2018-10-06 05:59:20,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.374410867691s 2018-10-06 05:59:20,428 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/178af0ab-9479-423e-af22-04025c4bd6d0.json used request id req-5c5e4668-14bc-4f67-be37-54000e6cce99 2018-10-06 05:59:20,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-06 05:59:20,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:20,479 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b0b6c8e-4d69-40fe-8740-4ee0abd0efc0 x-compute-request-id: req-0b0b6c8e-4d69-40fe-8740-4ee0abd0efc0 Content-Length: 0 Content-Type: application/json 2018-10-06 05:59:20,479 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17 used request id req-0b0b6c8e-4d69-40fe-8740-4ee0abd0efc0 2018-10-06 05:59:20,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0509700775146s 2018-10-06 05:59:20,479 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cloudify_ims-kp_3b6c0898-292b-4558-9f4b-9268c4144c17 used request id req-0b0b6c8e-4d69-40fe-8740-4ee0abd0efc0 2018-10-06 05:59:20,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 05:59:20,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" -d '{"subnet_id": "1c9c4f63-a9c4-41d4-909c-ae00ee70f007"}' 2018-10-06 05:59:22,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c927f4f0-acaf-4792-831c-0239794bc3e9 Date: Sat, 06 Oct 2018 05:59:22 GMT RESP BODY: {"network_id": "015b969d-1c98-4d52-a1da-c75121997bf3", "tenant_id": "99ee755122cc45189458e26372aa01a3", "subnet_id": "1c9c4f63-a9c4-41d4-909c-ae00ee70f007", "subnet_ids": ["1c9c4f63-a9c4-41d4-909c-ae00ee70f007"], "port_id": "14f31e25-842b-4282-be6d-ec159fda58db", "id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be"} 2018-10-06 05:59:22,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/remove_router_interface.json used request id req-c927f4f0-acaf-4792-831c-0239794bc3e9 2018-10-06 05:59:22,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.7544028759s 2018-10-06 05:59:22,235 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be/remove_router_interface.json used request id req-c927f4f0-acaf-4792-831c-0239794bc3e9 returning object 84a3d898-fdea-4f55-9c1c-b6fc654d67be 2018-10-06 05:59:22,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 05:59:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:22,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-419099eb-9969-4960-8501-46c6cfc398c2 Date: Sat, 06 Oct 2018 05:59:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:59Z", "admin_state_up": true, "updated_at": "2018-10-06T05:59:21Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "99ee755122cc45189458e26372aa01a3", "id": "84a3d898-fdea-4f55-9c1c-b6fc654d67be", "name": "cloudify_ims-router_3b6c0898-292b-4558-9f4b-9268c4144c17"}]} 2018-10-06 05:59:22,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-419099eb-9969-4960-8501-46c6cfc398c2 2018-10-06 05:59:22,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.20973610878s 2018-10-06 05:59:22,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-419099eb-9969-4960-8501-46c6cfc398c2 2018-10-06 05:59:22,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 05:59:22,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:25,657 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17d162a5-7676-4f63-a4b6-cf267cd6f0f2 Content-Length: 0 Date: Sat, 06 Oct 2018 05:59:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:25,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be.json used request id req-17d162a5-7676-4f63-a4b6-cf267cd6f0f2 2018-10-06 05:59:25,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.21067810059s 2018-10-06 05:59:25,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/84a3d898-fdea-4f55-9c1c-b6fc654d67be.json used request id req-17d162a5-7676-4f63-a4b6-cf267cd6f0f2 2018-10-06 05:59:25,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 05:59:25,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:25,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b998374e-cc09-4d04-89cb-829fd8ed6045 Date: Sat, 06 Oct 2018 05:59:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"015b969d-1c98-4d52-a1da-c75121997bf3","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:28:58Z","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":"99ee755122cc45189458e26372aa01a3","id":"1c9c4f63-a9c4-41d4-909c-ae00ee70f007","subnetpool_id":null,"name":"cloudify_ims-subnet_3b6c0898-292b-4558-9f4b-9268c4144c17"}]} 2018-10-06 05:59:25,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b998374e-cc09-4d04-89cb-829fd8ed6045 2018-10-06 05:59:25,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216262102127s 2018-10-06 05:59:25,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b998374e-cc09-4d04-89cb-829fd8ed6045 2018-10-06 05:59:25,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 05:59:25,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/1c9c4f63-a9c4-41d4-909c-ae00ee70f007.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:28,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ff404aa-a765-4e8a-abd7-b345c536b349 Date: Sat, 06 Oct 2018 05:59:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:28,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1c9c4f63-a9c4-41d4-909c-ae00ee70f007.json used request id req-6ff404aa-a765-4e8a-abd7-b345c536b349 2018-10-06 05:59:28,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35966300964s 2018-10-06 05:59:28,236 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/1c9c4f63-a9c4-41d4-909c-ae00ee70f007.json used request id req-6ff404aa-a765-4e8a-abd7-b345c536b349 2018-10-06 05:59:28,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:59:28,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:28,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-b57979c6-8289-48dc-a76c-75516a02efdf Date: Sat, 06 Oct 2018 05:59: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":[],"updated_at":"2018-10-06T05:59:28Z","tenant_id":"99ee755122cc45189458e26372aa01a3","created_at":"2018-10-06T05:28:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"99ee755122cc45189458e26372aa01a3","id":"015b969d-1c98-4d52-a1da-c75121997bf3","name":"cloudify_ims-net_3b6c0898-292b-4558-9f4b-9268c4144c17"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:59:28,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b57979c6-8289-48dc-a76c-75516a02efdf 2018-10-06 05:59:28,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276493787766s 2018-10-06 05:59:28,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b57979c6-8289-48dc-a76c-75516a02efdf 2018-10-06 05:59:28,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 05:59:28,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/015b969d-1c98-4d52-a1da-c75121997bf3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:29,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76209806-858d-4de0-9261-34913306e789 Date: Sat, 06 Oct 2018 05:59:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:29,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/015b969d-1c98-4d52-a1da-c75121997bf3.json used request id req-76209806-858d-4de0-9261-34913306e789 2018-10-06 05:59:29,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.986264944077s 2018-10-06 05:59:29,501 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/015b969d-1c98-4d52-a1da-c75121997bf3.json used request id req-76209806-858d-4de0-9261-34913306e789 2018-10-06 05:59:29,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 05:59:29,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:29,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-f20be9e8-e056-46ab-af89-0faf2a12e4fd Date: Sat, 06 Oct 2018 05:59:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "metadata": {}}], "file": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d/file", "owner": "99ee755122cc45189458e26372aa01a3", "id": "8e97d584-5deb-4dcc-b112-53c78016e52d", "size": 4373348352, "self": "/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/8e97d584-5deb-4dcc-b112-53c78016e52d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T05:30:47Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_3b6c0898-292b-4558-9f4b-9268c4144c17", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T05:29:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 05:59:29,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f20be9e8-e056-46ab-af89-0faf2a12e4fd 2018-10-06 05:59:29,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186457157135s 2018-10-06 05:59:29,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f20be9e8-e056-46ab-af89-0faf2a12e4fd 2018-10-06 05:59:29,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 05:59:29,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8f639b20d28220aed23991f83df7746b9e43ed0e" 2018-10-06 05:59:33,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc864514-5fb9-4765-a709-6ab2c5fe0214 Date: Sat, 06 Oct 2018 05:59:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 05:59:33,385 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d used request id req-bc864514-5fb9-4765-a709-6ab2c5fe0214 2018-10-06 05:59:33,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.6943089962s 2018-10-06 05:59:33,385 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8e97d584-5deb-4dcc-b112-53c78016e52d used request id req-bc864514-5fb9-4765-a709-6ab2c5fe0214 2018-10-06 05:59:33,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 05:59:33,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0b1c4ea-a22e-4a9b-a2b1-36d218b387b4 x-compute-request-id: req-b0b1c4ea-a22e-4a9b-a2b1-36d218b387b4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "d82ecc14-e3c6-4c39-b4b9-d9b6501b047e", "name": "cloudify_ims-flavor_3b6c0898-292b-4558-9f4b-9268c4144c17", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 05:59:33,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b0b1c4ea-a22e-4a9b-a2b1-36d218b387b4 2018-10-06 05:59:33,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0383410453796s 2018-10-06 05:59:33,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b0b1c4ea-a22e-4a9b-a2b1-36d218b387b4 2018-10-06 05:59:33,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 05:59:33,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,464 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7553bd3-9f28-4912-9b1e-d609980d64a7 x-compute-request-id: req-a7553bd3-9f28-4912-9b1e-d609980d64a7 Content-Length: 0 Content-Type: application/json 2018-10-06 05:59:33,464 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e used request id req-a7553bd3-9f28-4912-9b1e-d609980d64a7 2018-10-06 05:59:33,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0386998653412s 2018-10-06 05:59:33,465 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/d82ecc14-e3c6-4c39-b4b9-d9b6501b047e used request id req-a7553bd3-9f28-4912-9b1e-d609980d64a7 2018-10-06 05:59:33,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:59:33,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6179939-d453-427c-8910-c283052afce4 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17", "links": {"self": "http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46"}, "domain_id": "default", "enabled": true, "id": "2ae0b1feccb94221a7c85719cddd8f46", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:59:33,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e6179939-d453-427c-8910-c283052afce4 2018-10-06 05:59:33,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101808071136s 2018-10-06 05:59:33,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e6179939-d453-427c-8910-c283052afce4 2018-10-06 05:59:33,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:59:33,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c23f505-ba4e-4b9b-872e-e8a090d4ddcd Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46"}, "enabled": true, "id": "2ae0b1feccb94221a7c85719cddd8f46", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_3b6c0898-292b-4558-9f4b-9268c4144c17"}} 2018-10-06 05:59:33,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 used request id req-3c23f505-ba4e-4b9b-872e-e8a090d4ddcd 2018-10-06 05:59:33,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107773065567s 2018-10-06 05:59:33,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 used request id req-3c23f505-ba4e-4b9b-872e-e8a090d4ddcd 2018-10-06 05:59:33,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 05:59:33,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca4af505-bc6c-4c52-96e0-062be2f6a948 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:59:33,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 used request id req-ca4af505-bc6c-4c52-96e0-062be2f6a948 2018-10-06 05:59:33,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.179700136185s 2018-10-06 05:59:33,863 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2ae0b1feccb94221a7c85719cddd8f46 used request id req-ca4af505-bc6c-4c52-96e0-062be2f6a948 2018-10-06 05:59:33,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:59:33,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:33,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc91ca0-afad-4059-9c9c-8a18f737720c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3"}, "enabled": true, "id": "99ee755122cc45189458e26372aa01a3", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_3b6c0898-292b-4558-9f4b-9268c4144c17"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:59:33,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-dbc91ca0-afad-4059-9c9c-8a18f737720c 2018-10-06 05:59:33,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788230895996s 2018-10-06 05:59:33,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-dbc91ca0-afad-4059-9c9c-8a18f737720c 2018-10-06 05:59:33,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 05:59:33,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:34,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57049ce0-eae2-44e5-9769-3b26f1fe2aaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:59:34,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3 used request id req-57049ce0-eae2-44e5-9769-3b26f1fe2aaf 2018-10-06 05:59:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18418598175s 2018-10-06 05:59:34,129 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/99ee755122cc45189458e26372aa01a3 used request id req-57049ce0-eae2-44e5-9769-3b26f1fe2aaf 2018-10-06 05:59:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:59:34,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:34,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc160d3-bb79-4bff-b4d8-41408044ed39 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "7db103d70cb8441e9dd58c4f435dcb6c", "links": {"self": "http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:59:34,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3bc160d3-bb79-4bff-b4d8-41408044ed39 2018-10-06 05:59:34,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07750415802s 2018-10-06 05:59:34,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 05:59:34,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:34,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:59:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c407fd4-fdc9-4daf-93af-0a1135fe875a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:59:34,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/7db103d70cb8441e9dd58c4f435dcb6c used request id req-8c407fd4-fdc9-4daf-93af-0a1135fe875a 2018-10-06 05:59:34,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0966320037842s 2018-10-06 05:59:34,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:59:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:34,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-1eba2eda-fa2e-47b9-ae8c-1f87cfabbccf Date: Sat, 06 Oct 2018 05:59:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:34:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:34:49Z", "revision_number": 0, "id": "a7989a30-4ae1-4296-b9a2-8fd638282b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:34:49Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 5, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}]} 2018-10-06 05:59:34,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default used request id req-1eba2eda-fa2e-47b9-ae8c-1f87cfabbccf 2018-10-06 05:59:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185182094574s 2018-10-06 05:59:34,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=99ee755122cc45189458e26372aa01a3&name=default used request id req-1eba2eda-fa2e-47b9-ae8c-1f87cfabbccf 2018-10-06 05:59:34,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 05:59:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:34,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-cc13bd60-abb5-4ea8-8fec-1f2a7354f546 Date: Sat, 06 Oct 2018 05:59:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "99ee755122cc45189458e26372aa01a3", "created_at": "2018-10-06T05:28:56Z", "updated_at": "2018-10-06T05:34:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "e60f83f8-8b12-4dc5-a125-d2105c18248d", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "4a34132f-5251-4e78-80b4-02acc781a9fc", "remote_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "5c142b8f-f9e7-4093-8995-8fcb7edcb08b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T05:34:49Z", "revision_number": 0, "id": "a7989a30-4ae1-4296-b9a2-8fd638282b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:34:49Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:28:56Z", "revision_number": 0, "id": "164e2d7b-1416-433e-ace2-062af9b02b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:28:56Z", "security_group_id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "tenant_id": "99ee755122cc45189458e26372aa01a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "99ee755122cc45189458e26372aa01a3"}], "revision_number": 5, "project_id": "99ee755122cc45189458e26372aa01a3", "id": "f05a6503-6a8b-416e-85ef-369ccfce014f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 05:59:34,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-cc13bd60-abb5-4ea8-8fec-1f2a7354f546 2018-10-06 05:59:34,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202674865723s 2018-10-06 05:59:34,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-cc13bd60-abb5-4ea8-8fec-1f2a7354f546 2018-10-06 05:59:34,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 05:59:34,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/f05a6503-6a8b-416e-85ef-369ccfce014f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9a553d86637a73519a4ff30decaefc916ad24c57" 2018-10-06 05:59:35,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-791c12e1-f5c6-473d-bd5f-92897cd10376 Content-Length: 0 Date: Sat, 06 Oct 2018 05:59:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 05:59:35,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f05a6503-6a8b-416e-85ef-369ccfce014f.json used request id req-791c12e1-f5c6-473d-bd5f-92897cd10376 2018-10-06 05:59:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.301342010498s 2018-10-06 05:59:35,007 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/f05a6503-6a8b-416e-85ef-369ccfce014f.json used request id req-791c12e1-f5c6-473d-bd5f-92897cd10376 2018-10-06 05:59:35,061 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-10-06 05:59:35,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:59:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:59:35,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:59:35,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:59:35,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:59:35,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:59:35,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:59:35,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18ca9ef-7d6d-4182-bea1-0a2e0f0572e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:59:35,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-c18ca9ef-7d6d-4182-bea1-0a2e0f0572e5 2018-10-06 05:59:35,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:59:35,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T06:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["F0wYQuI1QhW9lw6oOWE8fw"], "issued_at": "2018-10-06T05:59:35.000000Z"}} 2018-10-06 05:59:35,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:59:35,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:35,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ae1d4cc5-bdfb-46e7-afa9-c95069f4781e Date: Sat, 06 Oct 2018 05:59:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 05:59:35,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae1d4cc5-bdfb-46e7-afa9-c95069f4781e 2018-10-06 05:59:35,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.233014822006s 2018-10-06 05:59:35,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae1d4cc5-bdfb-46e7-afa9-c95069f4781e 2018-10-06 05:59:35,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 05:59:35,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:35,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 05:59:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 05:59:35,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:35,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b133443-3ecb-48ff-8488-a7a31fc1e2eb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 05:59:35,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8b133443-3ecb-48ff-8488-a7a31fc1e2eb 2018-10-06 05:59:35,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0943508148193s 2018-10-06 05:59:35,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 05:59:35,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}}' 2018-10-06 05:59:36,102 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:59:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eee0da52-b4ed-4e20-895b-bfb7ba94fa03 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c"}, "enabled": true, "id": "2027e8a3e62045319ce7225aad8a7e6c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 05:59:36,102 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-eee0da52-b4ed-4e20-895b-bfb7ba94fa03 2018-10-06 05:59:36,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.114893913269s 2018-10-06 05:59:36,103 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-eee0da52-b4ed-4e20-895b-bfb7ba94fa03 2018-10-06 05:59:36,103 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 05:59:36,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 05:59:36,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345120191574s 2018-10-06 05:59:36,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:36,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222487b6-b52f-402c-b75f-d1d980f4328d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e"}, "enabled": true, "id": "fa9bad75a7294b7695da812685622e9e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 05:59:36,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e used request id req-222487b6-b52f-402c-b75f-d1d980f4328d 2018-10-06 05:59:36,553 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fa9bad75a7294b7695da812685622e9e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c'}) 2018-10-06 05:59:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:59:36,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:36,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96093eef-24e9-4b57-81a3-626284a44bf3 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:59:36,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-96093eef-24e9-4b57-81a3-626284a44bf3 2018-10-06 05:59:36,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827679634094s 2018-10-06 05:59:36,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:59:36,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:36,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490eca8e-53f5-4899-8044-17568c5b378d Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:59:36,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-490eca8e-53f5-4899-8044-17568c5b378d 2018-10-06 05:59:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752701759338s 2018-10-06 05:59:36,714 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 05:59:36,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 05:59:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"role": {"name": "Member"}}' 2018-10-06 05:59:36,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80a9a42f-06fb-4273-9937-4b27702c6a98 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6db693a7fb864ea98a26b2355b43afe6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6"}, "name": "Member"}} 2018-10-06 05:59:36,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-80a9a42f-06fb-4273-9937-4b27702c6a98 2018-10-06 05:59:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.118422031403s 2018-10-06 05:59:36,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:36,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fade7c72-0b75-4dbe-8547-967558a6908e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6"}, "domain_id": null, "name": "Member", "id": "6db693a7fb864ea98a26b2355b43afe6"}} 2018-10-06 05:59:36,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6 used request id req-fade7c72-0b75-4dbe-8547-967558a6908e 2018-10-06 05:59:36,916 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6'}, 'domain_id': None, 'human_id': None, 'id': u'6db693a7fb864ea98a26b2355b43afe6', 'HUMAN_ID': False}) 2018-10-06 05:59:36,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 05:59:36,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:36,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657c4a53-e969-4dde-a999-6faa4c68aeda Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6db693a7fb864ea98a26b2355b43afe6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 05:59:36,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-657c4a53-e969-4dde-a999-6faa4c68aeda 2018-10-06 05:59:36,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07759308815s 2018-10-06 05:59:36,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 05:59:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b5f120-8328-4fb4-9c7c-823382558976 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 05:59:37,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-78b5f120-8328-4fb4-9c7c-823382558976 2018-10-06 05:59:37,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817170143127s 2018-10-06 05:59:37,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 05:59:37,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60924a9f-a5be-4591-b17f-7b4f21cb1ad1 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "links": {"self": "http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e"}, "domain_id": "default", "enabled": true, "id": "fa9bad75a7294b7695da812685622e9e", "options": {}}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 05:59:37,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-60924a9f-a5be-4591-b17f-7b4f21cb1ad1 2018-10-06 05:59:37,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1799929142s 2018-10-06 05:59:37,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-60924a9f-a5be-4591-b17f-7b4f21cb1ad1 2018-10-06 05:59:37,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:59:37,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74366ac1-ecff-42b5-8eae-44151012149a Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c"}, "enabled": true, "id": "2027e8a3e62045319ce7225aad8a7e6c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:59:37,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-74366ac1-ecff-42b5-8eae-44151012149a 2018-10-06 05:59:37,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764579772949s 2018-10-06 05:59:37,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-74366ac1-ecff-42b5-8eae-44151012149a 2018-10-06 05:59:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 05:59:37,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=fa9bad75a7294b7695da812685622e9e&scope.project.id=2027e8a3e62045319ce7225aad8a7e6c&role.id=6db693a7fb864ea98a26b2355b43afe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c684d149-90d8-47a6-99e6-c8507ac0ac7c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=fa9bad75a7294b7695da812685622e9e&scope.project.id=2027e8a3e62045319ce7225aad8a7e6c&role.id=6db693a7fb864ea98a26b2355b43afe6", "previous": null, "next": null}} 2018-10-06 05:59:37,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=fa9bad75a7294b7695da812685622e9e&scope.project.id=2027e8a3e62045319ce7225aad8a7e6c&role.id=6db693a7fb864ea98a26b2355b43afe6 used request id req-c684d149-90d8-47a6-99e6-c8507ac0ac7c 2018-10-06 05:59:37,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841679573059s 2018-10-06 05:59:37,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 05:59:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c/users/fa9bad75a7294b7695da812685622e9e/roles/6db693a7fb864ea98a26b2355b43afe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99ba5bef-6e15-46a8-a2b9-6e7d0c92dd35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 05:59:37,555 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c/users/fa9bad75a7294b7695da812685622e9e/roles/6db693a7fb864ea98a26b2355b43afe6 used request id req-99ba5bef-6e15-46a8-a2b9-6e7d0c92dd35 2018-10-06 05:59:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126194000244s 2018-10-06 05:59:37,556 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'eaea4c70-26fa-44d9-b0d6-cf6010745d77', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 05:59:37,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 05:59:37,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 05:59:37,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 05:59:37,561 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'password': 'eaea4c70-26fa-44d9-b0d6-cf6010745d77', 'project_name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '2027e8a3e62045319ce7225aad8a7e6c', 'project_domain_name': 'Default'} 2018-10-06 05:59:37,601 - 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-10-06 05:59:37,602 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-10-06 05:59:37,640 - 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-10-06 05:59:37,707 - 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-10-06 05:59:37,707 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-10-06 05:59:37,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 05:59:37,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00abbab6-c4b7-4fb6-acba-833e8d7c55c7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 05:59:37,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-00abbab6-c4b7-4fb6-acba-833e8d7c55c7 2018-10-06 05:59:37,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0744771957397s 2018-10-06 05:59:37,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 05:59:37,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 05:59:37,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4b2471-2f13-43ac-ade1-fee8ce651957 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c"}, "enabled": true, "id": "2027e8a3e62045319ce7225aad8a7e6c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 05:59:37,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6b4b2471-2f13-43ac-ade1-fee8ce651957 2018-10-06 05:59:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814590454102s 2018-10-06 05:59:37,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-6b4b2471-2f13-43ac-ade1-fee8ce651957 2018-10-06 05:59:37,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 05:59:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"network": {"tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "name": "vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "admin_state_up": true}}' 2018-10-06 05:59:38,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-6687c7ac-5c7d-401c-9b10-6209f277fd33 Date: Sat, 06 Oct 2018 05:59:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T05:59:38Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c","admin_state_up":true,"tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","mtu":1450}} 2018-10-06 05:59:38,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6687c7ac-5c7d-401c-9b10-6209f277fd33 2018-10-06 05:59:38,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.560897827148s 2018-10-06 05:59:38,430 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6687c7ac-5c7d-401c-9b10-6209f277fd33 2018-10-06 05:59:38,430 - 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-10-06T05:59:38Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4788414e-ad2a-4d3b-9fc8-896b5dd25df5', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'created_at': u'2018-10-06T05:59:38Z', u'mtu': 1450, u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c'}) 2018-10-06 05:59:38,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 05:59:38,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 05:59:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c78c28-4e48-43a8-8b78-44674c943824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 05:59:38,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e2c78c28-4e48-43a8-8b78-44674c943824 2018-10-06 05:59:38,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 05:59:38,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6db693a7fb864ea98a26b2355b43afe6", "name": "Member"}], "expires_at": "2018-10-06T06:59:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2027e8a3e62045319ce7225aad8a7e6c", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2027e8a3e62045319ce7225aad8a7e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/2027e8a3e62045319ce7225aad8a7e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/2027e8a3e62045319ce7225aad8a7e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/2027e8a3e62045319ce7225aad8a7e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2027e8a3e62045319ce7225aad8a7e6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/2027e8a3e62045319ce7225aad8a7e6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/2027e8a3e62045319ce7225aad8a7e6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "id": "fa9bad75a7294b7695da812685622e9e"}, "audit_ids": ["oBZnZJ5AR1GvuGGC0iJdVw"], "issued_at": "2018-10-06T05:59:38.000000Z"}} 2018-10-06 05:59:38,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 05:59:38,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 05:59:39,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-d7a511a9-7014-4e7a-ac80-af0db61c4f92 Date: Sat, 06 Oct 2018 05:59:39 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-10-06T05:59:38Z","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 05:59:39,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d7a511a9-7014-4e7a-ac80-af0db61c4f92 2018-10-06 05:59:39,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260814905167s 2018-10-06 05:59:39,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d7a511a9-7014-4e7a-ac80-af0db61c4f92 2018-10-06 05:59:39,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 05:59:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"subnet": {"name": "vyos_vrouter-subnet_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "enable_dhcp": true, "network_id": "4788414e-ad2a-4d3b-9fc8-896b5dd25df5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-06 05:59:40,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-47dacfdf-2b59-4541-aeed-e1171297a4ab Date: Sat, 06 Oct 2018 05:59:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:59: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":"2027e8a3e62045319ce7225aad8a7e6c","id":"5121dcd4-0eb5-4282-b484-3bc246649fca","subnetpool_id":null,"name":"vyos_vrouter-subnet_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 05:59:40,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-47dacfdf-2b59-4541-aeed-e1171297a4ab 2018-10-06 05:59:40,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.949763059616s 2018-10-06 05:59:40,017 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-47dacfdf-2b59-4541-aeed-e1171297a4ab 2018-10-06 05:59:40,017 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T05:59: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'5121dcd4-0eb5-4282-b484-3bc246649fca', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'enable_dhcp': True, u'network_id': u'4788414e-ad2a-4d3b-9fc8-896b5dd25df5', u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T05:59: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'2027e8a3e62045319ce7225aad8a7e6c'}) 2018-10-06 05:59:40,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 05:59:40,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "vyos_vrouter-router_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "admin_state_up": true}}' 2018-10-06 05:59:45,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b1e20f34-6af4-440d-9ec8-2e1930d6323b Date: Sat, 06 Oct 2018 05:59:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:40Z", "admin_state_up": true, "updated_at": "2018-10-06T05:59:41Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "23b2c841-152a-4617-8085-65a31020aa52", "name": "vyos_vrouter-router_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 05:59:45,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b1e20f34-6af4-440d-9ec8-2e1930d6323b 2018-10-06 05:59:45,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.81692790985s 2018-10-06 05:59:45,835 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-b1e20f34-6af4-440d-9ec8-2e1930d6323b 2018-10-06 05:59:45,835 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T05:59:41Z', u'revision_number': 3, u'id': u'23b2c841-152a-4617-8085-65a31020aa52', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'admin_state_up': True, u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T05:59:40Z', u'flavor_id': None, u'routes': [], u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c'}) 2018-10-06 05:59:45,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 05:59:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"subnet_id": "5121dcd4-0eb5-4282-b484-3bc246649fca"}' 2018-10-06 05:59:47,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aa13bd99-8518-4a6f-afb3-98a5cb34b9ef Date: Sat, 06 Oct 2018 05:59:47 GMT RESP BODY: {"network_id": "4788414e-ad2a-4d3b-9fc8-896b5dd25df5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "subnet_id": "5121dcd4-0eb5-4282-b484-3bc246649fca", "subnet_ids": ["5121dcd4-0eb5-4282-b484-3bc246649fca"], "port_id": "a3f02229-0cd4-4916-b66d-43c43bd0b350", "id": "23b2c841-152a-4617-8085-65a31020aa52"} 2018-10-06 05:59:47,925 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/add_router_interface.json used request id req-aa13bd99-8518-4a6f-afb3-98a5cb34b9ef 2018-10-06 05:59:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08851194382s 2018-10-06 05:59:47,925 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/add_router_interface.json used request id req-aa13bd99-8518-4a6f-afb3-98a5cb34b9ef returning object 23b2c841-152a-4617-8085-65a31020aa52 2018-10-06 05:59:47,925 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-06 06:00:10,917 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-06 06:00:10,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:00:10,925 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 06:00:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 06:00:10,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:00:10,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:00:11,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3ccea6a5-37bc-4925-9c22-b8aad60a15d1 Date: Sat, 06 Oct 2018 06:00:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:00:11,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3ccea6a5-37bc-4925-9c22-b8aad60a15d1 2018-10-06 06:00:11,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178394794464s 2018-10-06 06:00:11,105 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3ccea6a5-37bc-4925-9c22-b8aad60a15d1 2018-10-06 06:00:11,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 06:00:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}' 2018-10-06 06:00:11,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c X-Openstack-Request-Id: req-05d29701-24fb-486b-8e5a-ffa2d269040f Date: Sat, 06 Oct 2018 06:00:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": null, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:00:11Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": null, "created_at": "2018-10-06T06:00:11Z", "protected": false} 2018-10-06 06:00:11,321 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-05d29701-24fb-486b-8e5a-ffa2d269040f 2018-10-06 06:00:11,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.214582920074s 2018-10-06 06:00:11,322 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-05d29701-24fb-486b-8e5a-ffa2d269040f returning object 713de132-c41a-4d7b-ae57-74265183fb7c 2018-10-06 06:00:11,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 06:00:11,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '' 2018-10-06 06:01:29,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65482b88-a3ba-4c8d-8647-c6e04aa0e63f Date: Sat, 06 Oct 2018 06:01:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:01:29,737 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file used request id req-65482b88-a3ba-4c8d-8647-c6e04aa0e63f 2018-10-06 06:01:29,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 78.4147291183s 2018-10-06 06:01:29,738 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file used request id req-65482b88-a3ba-4c8d-8647-c6e04aa0e63f 2018-10-06 06:01:29,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:01:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:30,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a8921957-116c-484e-b0b4-ccd23c8836a3 Date: Sat, 06 Oct 2018 06:01:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "metadata": {}}], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": 4373348352, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:01:29Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:01:30,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a8921957-116c-484e-b0b4-ccd23c8836a3 2018-10-06 06:01:30,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.596158027649s 2018-10-06 06:01:30,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a8921957-116c-484e-b0b4-ccd23c8836a3 2018-10-06 06:01:30,337 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file', 'owner': u'2027e8a3e62045319ce7225aad8a7e6c', 'id': u'713de132-c41a-4d7b-ae57-74265183fb7c', 'size': 4373348352, u'self': u'/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T06:01:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T06:01:29Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'created': u'2018-10-06T06:00:11Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-06T06:00:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-06 06:01:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 06:01:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-06 06:01:30,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da7c9844-f519-4e6a-b40c-64b61d564a09 x-compute-request-id: req-da7c9844-f519-4e6a-b40c-64b61d564a09 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "82776304-cf35-44da-a395-2030fd0634e2", "name": "vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 06:01:30,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-da7c9844-f519-4e6a-b40c-64b61d564a09 2018-10-06 06:01:30,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.344123840332s 2018-10-06 06:01:30,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-da7c9844-f519-4e6a-b40c-64b61d564a09 returning object 82776304-cf35-44da-a395-2030fd0634e2 2018-10-06 06:01:30,684 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c', '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'43b0e43720f24df1860fcd99772e846d', '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'82776304-cf35-44da-a395-2030fd0634e2', 'swap': 0}) 2018-10-06 06:01:30,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 06:01:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"extra_specs": {}}' 2018-10-06 06:01:30,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bea22f2-8d8d-4b94-a00e-5a366e0ce2ff x-compute-request-id: req-0bea22f2-8d8d-4b94-a00e-5a366e0ce2ff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 06:01:30,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2/os-extra_specs used request id req-0bea22f2-8d8d-4b94-a00e-5a366e0ce2ff 2018-10-06 06:01:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212919712067s 2018-10-06 06:01:30,706 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2/os-extra_specs used request id req-0bea22f2-8d8d-4b94-a00e-5a366e0ce2ff 2018-10-06 06:01:30,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-06 06:01:30,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"keypair": {"name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}}' 2018-10-06 06:01:31,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cd16eb0-f990-404f-b6dd-49a6cbb5752d x-compute-request-id: req-3cd16eb0-f990-404f-b6dd-49a6cbb5752d Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVqnZmOxxAYuPnR+nI93jlS90oG1b7ZJRQ/uY9dMk7FPXQFoEN7ZUiQ1V+rUqXcGfd3L6zTKgC3Z9Ghc2iyqzMi5zSiXKp0LfcUpqrgqWUW27tsPaAEe5u8ZEbfdVQY7AtAkhd58ygNFaTxZBSPv/ccHMdY0tBE3nTPOfULYb7DdMg/re9/B4uJB5j8T3QqvEiUFnCOXeMAxMGUTFsv9F4GzS8Hd+ovjgauFlrjjx+OH25rENSxEnlR8UcIOZr3fOiT/JSY0Ycz5fnPE5Lunt6pBkLmiaaufsknibm4N63VflToHnNGgdPRW0mMff3QCEsdZQA8Pl3tcU/bBRSd/Tf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1ap2ZjscQGLj50fpyPd45UvdKBtW+2SUUP7mPXTJOxT10BaB\nDe2VIkNVfq1Kl3Bn3dy+s0yoAt2fRoXNosqszIuc0olyqdC33FKaq4KllFtu7bD2\ngBHubvGRG33VUGOwLQJIXefMoDRWk8WQUj7/3HBzHWNLQRN50zzn1C2G+w3TIP63\nvfweLiQeY/E90KrxIlBZwjl3jAMTBlExbL/ReBs0vB3fqL44GrhZa448fjh9uaxD\nUsRJ5UfFHCDma93zok/yUmNGHM+X5zxOS7p7eqQZC5ommrn7JJ4m5uDet1X5U6B5\nzRoHT0VtJjH390AhLHWUAPD5d7XFP2wUUnf03wIDAQABAoIBAAQpzybMzg8fHiu6\nhf6pe8yT/toyNi6t1goB/YCDDwy8qtGELr2TvI0vXLIcNFDhGtUC4SBjRP7RTLI2\nFzyt0FIoAkVD8l0GuR5s6aCf6hQK+A1fnl3+e3Pj9xzfBdIMLzmhSsGxq5YPjwRQ\nHDDOE3Q7KLMQ5T1+YKhSDn5e6Ltpj25f/K5//+RYT0imjf3/9IGqPRnCdpQKlB4W\nIQuFYy6ZmrKCt/rJB22AxSLkDL6SumOFYAuN/EI3tjtSXB3rbQau6hyXTgYm5KmK\nikWXPXJnw6gm9p43JOaKSWyo6GQnb0wIbwEIgWD3b6xzr41s0JqbrpxSvcvi6tPA\n9h01ybECgYEA8KInKRqlK/gaV7wu7cXxmDAstcEh9LDDMQxkpMX+ZtE0QbsrVTC/\n3qXy5QdxW+92pWdcbEKOEZW3LOCYs6XABCLQKDATMsye64FUoObOPvm7zwFpgO5y\nxspCSXvGGjajdjLYT9DPcwK+t3QF7A7FQSoofQn8j0B/fFVI6twae4cCgYEA409y\ngk/Ov5+lNu0na8vJe+ddbEYkErFR5KZHVf5GL+q0K7awsEGqHAF2JBIVVRsxHQhi\nxW+hG5pYktApfReZb5OO3a3BnlkHA1CdVyp7w+RMT6txpTx2sU8YUExdttu+2dZ2\nKhenUHINGMAiBavdTMeBkaayPGH4MlPTzWmOAekCgYAKoD52dDTDAku3gBnaahlH\nDSmMRSEIux2DdvaiyBN52tch5+/77REr9cwKDRAWbTaiCzRrm2zGngPeuXREypb2\nF8t1WtoeLib+Y1GnYUnOQhznATr1dJIg8SGIOS0AT1VcjNY8gA4JGB/v3fG9ANH5\nFLGBBAXhFYoLpYB4zotk1QKBgQDOzveVy9qEyVDdekMFdjFoQ4Xh/qbPQvkJGKeK\ne3+MFPO7WcnDctq8BDBifPlfpw+2JG0IyJlBrdmsKSu2HgSBWTUARxgDY2hYAb5F\nEefswAcV7RvGhA5RH281j2Ur+x3Wv6JehYq6TCnSPOw3ULhVJKajx5AeE9xmnZH0\nL3b+EQKBgQDY5Pnk70c2Z1SgD/RcJj9zSoAEFMmXg/bNr2O9BlLUSCoy1RE0pAKb\nBt9Sr29i9+ccc2Cl+3RXISXecwc29FiEI+mY5OVf5sUpUI7S0wG64EmN2o7brAnS\nFeYubVH94a3ZZSSi0CRc18nt3oDv/kkvT71m4bWmXG6ZmuugWVPyPw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "fa9bad75a7294b7695da812685622e9e", "name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "fingerprint": "b9:10:0b:b5:eb:23:fc:c1:77:c5:49:37:09:76:93:52"}} 2018-10-06 06:01:31,000 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3cd16eb0-f990-404f-b6dd-49a6cbb5752d 2018-10-06 06:01:31,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.293554067612s 2018-10-06 06:01:31,001 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-3cd16eb0-f990-404f-b6dd-49a6cbb5752d 2018-10-06 06:01:31,002 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVqnZmOxxAYuPnR+nI93jlS90oG1b7ZJRQ/uY9dMk7FPXQFoEN7ZUiQ1V+rUqXcGfd3L6zTKgC3Z9Ghc2iyqzMi5zSiXKp0LfcUpqrgqWUW27tsPaAEe5u8ZEbfdVQY7AtAkhd58ygNFaTxZBSPv/ccHMdY0tBE3nTPOfULYb7DdMg/re9/B4uJB5j8T3QqvEiUFnCOXeMAxMGUTFsv9F4GzS8Hd+ovjgauFlrjjx+OH25rENSxEnlR8UcIOZr3fOiT/JSY0Ycz5fnPE5Lunt6pBkLmiaaufsknibm4N63VflToHnNGgdPRW0mMff3QCEsdZQA8Pl3tcU/bBRSd/Tf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1ap2ZjscQGLj50fpyPd45UvdKBtW+2SUUP7mPXTJOxT10BaB\nDe2VIkNVfq1Kl3Bn3dy+s0yoAt2fRoXNosqszIuc0olyqdC33FKaq4KllFtu7bD2\ngBHubvGRG33VUGOwLQJIXefMoDRWk8WQUj7/3HBzHWNLQRN50zzn1C2G+w3TIP63\nvfweLiQeY/E90KrxIlBZwjl3jAMTBlExbL/ReBs0vB3fqL44GrhZa448fjh9uaxD\nUsRJ5UfFHCDma93zok/yUmNGHM+X5zxOS7p7eqQZC5ommrn7JJ4m5uDet1X5U6B5\nzRoHT0VtJjH390AhLHWUAPD5d7XFP2wUUnf03wIDAQABAoIBAAQpzybMzg8fHiu6\nhf6pe8yT/toyNi6t1goB/YCDDwy8qtGELr2TvI0vXLIcNFDhGtUC4SBjRP7RTLI2\nFzyt0FIoAkVD8l0GuR5s6aCf6hQK+A1fnl3+e3Pj9xzfBdIMLzmhSsGxq5YPjwRQ\nHDDOE3Q7KLMQ5T1+YKhSDn5e6Ltpj25f/K5//+RYT0imjf3/9IGqPRnCdpQKlB4W\nIQuFYy6ZmrKCt/rJB22AxSLkDL6SumOFYAuN/EI3tjtSXB3rbQau6hyXTgYm5KmK\nikWXPXJnw6gm9p43JOaKSWyo6GQnb0wIbwEIgWD3b6xzr41s0JqbrpxSvcvi6tPA\n9h01ybECgYEA8KInKRqlK/gaV7wu7cXxmDAstcEh9LDDMQxkpMX+ZtE0QbsrVTC/\n3qXy5QdxW+92pWdcbEKOEZW3LOCYs6XABCLQKDATMsye64FUoObOPvm7zwFpgO5y\nxspCSXvGGjajdjLYT9DPcwK+t3QF7A7FQSoofQn8j0B/fFVI6twae4cCgYEA409y\ngk/Ov5+lNu0na8vJe+ddbEYkErFR5KZHVf5GL+q0K7awsEGqHAF2JBIVVRsxHQhi\nxW+hG5pYktApfReZb5OO3a3BnlkHA1CdVyp7w+RMT6txpTx2sU8YUExdttu+2dZ2\nKhenUHINGMAiBavdTMeBkaayPGH4MlPTzWmOAekCgYAKoD52dDTDAku3gBnaahlH\nDSmMRSEIux2DdvaiyBN52tch5+/77REr9cwKDRAWbTaiCzRrm2zGngPeuXREypb2\nF8t1WtoeLib+Y1GnYUnOQhznATr1dJIg8SGIOS0AT1VcjNY8gA4JGB/v3fG9ANH5\nFLGBBAXhFYoLpYB4zotk1QKBgQDOzveVy9qEyVDdekMFdjFoQ4Xh/qbPQvkJGKeK\ne3+MFPO7WcnDctq8BDBifPlfpw+2JG0IyJlBrdmsKSu2HgSBWTUARxgDY2hYAb5F\nEefswAcV7RvGhA5RH281j2Ur+x3Wv6JehYq6TCnSPOw3ULhVJKajx5AeE9xmnZH0\nL3b+EQKBgQDY5Pnk70c2Z1SgD/RcJj9zSoAEFMmXg/bNr2O9BlLUSCoy1RE0pAKb\nBt9Sr29i9+ccc2Cl+3RXISXecwc29FiEI+mY5OVf5sUpUI7S0wG64EmN2o7brAnS\nFeYubVH94a3ZZSSi0CRc18nt3oDv/kkvT71m4bWmXG6ZmuugWVPyPw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fa9bad75a7294b7695da812685622e9e', 'name': u'vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'created_at': '2018-10-06T06:01:31.002064', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b9:10:0b:b5:eb:23:fc:c1:77:c5:49:37:09:76:93:52', 'type': 'ssh', 'id': u'vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c'}) 2018-10-06 06:01:31,002 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA1ap2ZjscQGLj50fpyPd45UvdKBtW+2SUUP7mPXTJOxT10BaB De2VIkNVfq1Kl3Bn3dy+s0yoAt2fRoXNosqszIuc0olyqdC33FKaq4KllFtu7bD2 gBHubvGRG33VUGOwLQJIXefMoDRWk8WQUj7/3HBzHWNLQRN50zzn1C2G+w3TIP63 vfweLiQeY/E90KrxIlBZwjl3jAMTBlExbL/ReBs0vB3fqL44GrhZa448fjh9uaxD UsRJ5UfFHCDma93zok/yUmNGHM+X5zxOS7p7eqQZC5ommrn7JJ4m5uDet1X5U6B5 zRoHT0VtJjH390AhLHWUAPD5d7XFP2wUUnf03wIDAQABAoIBAAQpzybMzg8fHiu6 hf6pe8yT/toyNi6t1goB/YCDDwy8qtGELr2TvI0vXLIcNFDhGtUC4SBjRP7RTLI2 Fzyt0FIoAkVD8l0GuR5s6aCf6hQK+A1fnl3+e3Pj9xzfBdIMLzmhSsGxq5YPjwRQ HDDOE3Q7KLMQ5T1+YKhSDn5e6Ltpj25f/K5//+RYT0imjf3/9IGqPRnCdpQKlB4W IQuFYy6ZmrKCt/rJB22AxSLkDL6SumOFYAuN/EI3tjtSXB3rbQau6hyXTgYm5KmK ikWXPXJnw6gm9p43JOaKSWyo6GQnb0wIbwEIgWD3b6xzr41s0JqbrpxSvcvi6tPA 9h01ybECgYEA8KInKRqlK/gaV7wu7cXxmDAstcEh9LDDMQxkpMX+ZtE0QbsrVTC/ 3qXy5QdxW+92pWdcbEKOEZW3LOCYs6XABCLQKDATMsye64FUoObOPvm7zwFpgO5y xspCSXvGGjajdjLYT9DPcwK+t3QF7A7FQSoofQn8j0B/fFVI6twae4cCgYEA409y gk/Ov5+lNu0na8vJe+ddbEYkErFR5KZHVf5GL+q0K7awsEGqHAF2JBIVVRsxHQhi xW+hG5pYktApfReZb5OO3a3BnlkHA1CdVyp7w+RMT6txpTx2sU8YUExdttu+2dZ2 KhenUHINGMAiBavdTMeBkaayPGH4MlPTzWmOAekCgYAKoD52dDTDAku3gBnaahlH DSmMRSEIux2DdvaiyBN52tch5+/77REr9cwKDRAWbTaiCzRrm2zGngPeuXREypb2 F8t1WtoeLib+Y1GnYUnOQhznATr1dJIg8SGIOS0AT1VcjNY8gA4JGB/v3fG9ANH5 FLGBBAXhFYoLpYB4zotk1QKBgQDOzveVy9qEyVDdekMFdjFoQ4Xh/qbPQvkJGKeK e3+MFPO7WcnDctq8BDBifPlfpw+2JG0IyJlBrdmsKSu2HgSBWTUARxgDY2hYAb5F EefswAcV7RvGhA5RH281j2Ur+x3Wv6JehYq6TCnSPOw3ULhVJKajx5AeE9xmnZH0 L3b+EQKBgQDY5Pnk70c2Z1SgD/RcJj9zSoAEFMmXg/bNr2O9BlLUSCoy1RE0pAKb Bt9Sr29i9+ccc2Cl+3RXISXecwc29FiEI+mY5OVf5sUpUI7S0wG64EmN2o7brAnS FeYubVH94a3ZZSSi0CRc18nt3oDv/kkvT71m4bWmXG6ZmuugWVPyPw== -----END RSA PRIVATE KEY----- 2018-10-06 06:01:31,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-06 06:01:31,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"security_group": {"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-10-06 06:01:31,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-03b64c6b-0e1b-43e1-911a-cd9c4f3e2700 Date: Sat, 06 Oct 2018 06:01:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 2, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 06:01:31,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-03b64c6b-0e1b-43e1-911a-cd9c4f3e2700 2018-10-06 06:01:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.365156888962s 2018-10-06 06:01:31,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-03b64c6b-0e1b-43e1-911a-cd9c4f3e2700 2018-10-06 06:01:31,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:31,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:31,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-1edc3694-b621-469e-82fd-f140795e9ec5 Date: Sat, 06 Oct 2018 06:01:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 2, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:31,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1edc3694-b621-469e-82fd-f140795e9ec5 2018-10-06 06:01:31,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189260959625s 2018-10-06 06:01:31,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1edc3694-b621-469e-82fd-f140795e9ec5 2018-10-06 06:01:31,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:31,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:31,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9ffaff2f-0fc5-4aba-8d12-64650a5b0115 Date: Sat, 06 Oct 2018 06:01:31 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-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": 22, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee"}} 2018-10-06 06:01:31,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9ffaff2f-0fc5-4aba-8d12-64650a5b0115 2018-10-06 06:01:31,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.311584949493s 2018-10-06 06:01:31,881 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-9ffaff2f-0fc5-4aba-8d12-64650a5b0115 2018-10-06 06:01:31,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:31,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:31,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-498a7a0d-7e46-4989-89f4-306dac11e91d Date: Sat, 06 Oct 2018 06:01:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 3, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:31,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-498a7a0d-7e46-4989-89f4-306dac11e91d 2018-10-06 06:01:31,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0515060424805s 2018-10-06 06:01:31,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-498a7a0d-7e46-4989-89f4-306dac11e91d 2018-10-06 06:01:31,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:31,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:32,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-cae382bf-60cd-4b36-a7d0-1c78e4e77992 Date: Sat, 06 Oct 2018 06:01:32 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-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": null, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:32Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8"}} 2018-10-06 06:01:32,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-cae382bf-60cd-4b36-a7d0-1c78e4e77992 2018-10-06 06:01:32,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.503486871719s 2018-10-06 06:01:32,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-cae382bf-60cd-4b36-a7d0-1c78e4e77992 2018-10-06 06:01:32,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:32,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:32,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-4ec470b8-f10b-4699-a16f-87bb833b5576 Date: Sat, 06 Oct 2018 06:01:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:32,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-4ec470b8-f10b-4699-a16f-87bb833b5576 2018-10-06 06:01:32,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190912008286s 2018-10-06 06:01:32,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-4ec470b8-f10b-4699-a16f-87bb833b5576 2018-10-06 06:01:32,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:32,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:32,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96871718-533c-418b-9a0e-33bb3a579751 Date: Sat, 06 Oct 2018 06:01:32 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-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": 80, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:32Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "eceab9aa-e543-4090-ae4d-ac1e674cb996"}} 2018-10-06 06:01:32,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-96871718-533c-418b-9a0e-33bb3a579751 2018-10-06 06:01:32,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165997028351s 2018-10-06 06:01:32,810 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-96871718-533c-418b-9a0e-33bb3a579751 2018-10-06 06:01:32,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:32,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:32,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-fb39f272-6af6-4677-872b-e7cdd6d58289 Date: Sat, 06 Oct 2018 06:01:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "eceab9aa-e543-4090-ae4d-ac1e674cb996", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 5, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:32,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fb39f272-6af6-4677-872b-e7cdd6d58289 2018-10-06 06:01:32,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0502579212189s 2018-10-06 06:01:32,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fb39f272-6af6-4677-872b-e7cdd6d58289 2018-10-06 06:01:32,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:32,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:33,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-b43568d4-0277-4f2f-a836-5e5821656570 Date: Sat, 06 Oct 2018 06:01: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": 443, "updated_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": 443, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:33Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "0205026e-2708-4c56-9cb5-902c1e79ac28"}} 2018-10-06 06:01:33,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b43568d4-0277-4f2f-a836-5e5821656570 2018-10-06 06:01:33,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.312914848328s 2018-10-06 06:01:33,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-b43568d4-0277-4f2f-a836-5e5821656570 2018-10-06 06:01:33,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:33,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:33,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-c6d82270-7e51-4d19-a750-4507d8caeb7c Date: Sat, 06 Oct 2018 06:01:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "0205026e-2708-4c56-9cb5-902c1e79ac28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "eceab9aa-e543-4090-ae4d-ac1e674cb996", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 6, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:33,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-c6d82270-7e51-4d19-a750-4507d8caeb7c 2018-10-06 06:01:33,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.091197013855s 2018-10-06 06:01:33,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-c6d82270-7e51-4d19-a750-4507d8caeb7c 2018-10-06 06:01:33,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:33,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:33,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-f8b46974-b781-402b-8683-f9a3a3184e66 Date: Sat, 06 Oct 2018 06:01: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": 5671, "updated_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": 5671, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:33Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9459ed4e-daaa-4792-aac5-d40a73916c0d"}} 2018-10-06 06:01:33,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f8b46974-b781-402b-8683-f9a3a3184e66 2018-10-06 06:01:33,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.319733142853s 2018-10-06 06:01:33,600 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f8b46974-b781-402b-8683-f9a3a3184e66 2018-10-06 06:01:33,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:01:33,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:33,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-7465a5c2-0433-40f4-b6eb-7a054a663423 Date: Sat, 06 Oct 2018 06:01:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "0205026e-2708-4c56-9cb5-902c1e79ac28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "9459ed4e-daaa-4792-aac5-d40a73916c0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "eceab9aa-e543-4090-ae4d-ac1e674cb996", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 7, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:33,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7465a5c2-0433-40f4-b6eb-7a054a663423 2018-10-06 06:01:33,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.269421100616s 2018-10-06 06:01:33,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7465a5c2-0433-40f4-b6eb-7a054a663423 2018-10-06 06:01:33,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-06 06:01:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -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": "9b804816-a528-40bd-af96-62c432a26014"}}' 2018-10-06 06:01:34,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-adaea306-a2f0-4e31-b6f9-3264ae7d24be Date: Sat, 06 Oct 2018 06:01: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": 53333, "updated_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "port_range_min": 53333, "revision_number": 0, "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:33Z", "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "de8cb798-fca2-4ac1-a445-9f9feb1110eb"}} 2018-10-06 06:01:34,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-adaea306-a2f0-4e31-b6f9-3264ae7d24be 2018-10-06 06:01:34,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.195514917374s 2018-10-06 06:01:34,073 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-adaea306-a2f0-4e31-b6f9-3264ae7d24be 2018-10-06 06:01:34,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:01:34,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:34,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-dcc6fdf0-e9df-482d-8d5e-95d611304808 Date: Sat, 06 Oct 2018 06:01: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":["5121dcd4-0eb5-4282-b484-3bc246649fca"],"updated_at":"2018-10-06T05:59:39Z","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 06:01:34,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-dcc6fdf0-e9df-482d-8d5e-95d611304808 2018-10-06 06:01:34,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127506971359s 2018-10-06 06:01:34,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-dcc6fdf0-e9df-482d-8d5e-95d611304808 2018-10-06 06:01:34,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:01:34,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:34,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-abbab844-e78f-4d22-a2fb-aab3cb73813a Date: Sat, 06 Oct 2018 06:01:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "metadata": {}}], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": 4373348352, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:01:29Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:01:34,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-abbab844-e78f-4d22-a2fb-aab3cb73813a 2018-10-06 06:01:34,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179641008377s 2018-10-06 06:01:34,383 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-abbab844-e78f-4d22-a2fb-aab3cb73813a 2018-10-06 06:01:34,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 06:01:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:34,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-6acf8d6f-0bf8-433c-93b2-fb8d5e2a09b7 x-compute-request-id: req-6acf8d6f-0bf8-433c-93b2-fb8d5e2a09b7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "82776304-cf35-44da-a395-2030fd0634e2", "name": "vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 06:01:34,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6acf8d6f-0bf8-433c-93b2-fb8d5e2a09b7 2018-10-06 06:01:34,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0391240119934s 2018-10-06 06:01:34,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-6acf8d6f-0bf8-433c-93b2-fb8d5e2a09b7 2018-10-06 06:01:34,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-06 06:01:34,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"server": {"name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "imageRef": "713de132-c41a-4d7b-ae57-74265183fb7c", "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "flavorRef": "82776304-cf35-44da-a395-2030fd0634e2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4788414e-ad2a-4d3b-9fc8-896b5dd25df5"}], "security_groups": [{"name": "9b804816-a528-40bd-af96-62c432a26014"}]}}' 2018-10-06 06:01:36,433 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 06:01:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fb8c56d-54b6-48da-b8cd-943c23e8feea x-compute-request-id: req-8fb8c56d-54b6-48da-b8cd-943c23e8feea Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9b804816-a528-40bd-af96-62c432a26014"}], "OS-DCF:diskConfig": "MANUAL", "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "adminPass": "5R7jTuSs2eaX"}} 2018-10-06 06:01:36,433 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-8fb8c56d-54b6-48da-b8cd-943c23e8feea 2018-10-06 06:01:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.00663995743s 2018-10-06 06:01:36,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-8fb8c56d-54b6-48da-b8cd-943c23e8feea 2018-10-06 06:01:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:36,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:36,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50c6c612-a347-4ce0-ba40-e82f5e235e08 x-compute-request-id: req-50c6c612-a347-4ce0-ba40-e82f5e235e08 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:36,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-50c6c612-a347-4ce0-ba40-e82f5e235e08 2018-10-06 06:01:36,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.262544870377s 2018-10-06 06:01:36,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-50c6c612-a347-4ce0-ba40-e82f5e235e08 2018-10-06 06:01:36,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:01:36,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:36,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-94c9e78b-8976-4536-8790-d0de403b47c0 Date: Sat, 06 Oct 2018 06:01: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":["5121dcd4-0eb5-4282-b484-3bc246649fca"],"updated_at":"2018-10-06T05:59:39Z","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 06:01:36,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-94c9e78b-8976-4536-8790-d0de403b47c0 2018-10-06 06:01:36,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279726028442s 2018-10-06 06:01:36,985 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-94c9e78b-8976-4536-8790-d0de403b47c0 2018-10-06 06:01:36,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 06:01:36,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:37,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-3b83488e-1af8-44ac-b514-4a51c6811953 Date: Sat, 06 Oct 2018 06:01:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:59: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":"2027e8a3e62045319ce7225aad8a7e6c","id":"5121dcd4-0eb5-4282-b484-3bc246649fca","subnetpool_id":null,"name":"vyos_vrouter-subnet_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:01:37,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3b83488e-1af8-44ac-b514-4a51c6811953 2018-10-06 06:01:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.102228164673s 2018-10-06 06:01:37,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3b83488e-1af8-44ac-b514-4a51c6811953 2018-10-06 06:01:37,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:39,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:39,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:39,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-a1db6604-8227-411a-adf1-71f928c1249a x-compute-request-id: req-a1db6604-8227-411a-adf1-71f928c1249a Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:39,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1db6604-8227-411a-adf1-71f928c1249a 2018-10-06 06:01:39,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423059940338s 2018-10-06 06:01:39,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a1db6604-8227-411a-adf1-71f928c1249a 2018-10-06 06:01:39,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:41,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:41,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:42,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01: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-9a1c2e26-e9d7-4f44-8f96-1e00f1fa1d77 x-compute-request-id: req-9a1c2e26-e9d7-4f44-8f96-1e00f1fa1d77 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:42,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9a1c2e26-e9d7-4f44-8f96-1e00f1fa1d77 2018-10-06 06:01:42,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573035955429s 2018-10-06 06:01:42,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9a1c2e26-e9d7-4f44-8f96-1e00f1fa1d77 2018-10-06 06:01:42,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:44,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:44,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:44,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-e01213fb-ead8-465c-b9ab-db6ed4696679 x-compute-request-id: req-e01213fb-ead8-465c-b9ab-db6ed4696679 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:44,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e01213fb-ead8-465c-b9ab-db6ed4696679 2018-10-06 06:01:44,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513401985168s 2018-10-06 06:01:44,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e01213fb-ead8-465c-b9ab-db6ed4696679 2018-10-06 06:01:44,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:46,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:46,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:47,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01: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-26aa99c0-7222-4613-b67b-e7106464be93 x-compute-request-id: req-26aa99c0-7222-4613-b67b-e7106464be93 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:47,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26aa99c0-7222-4613-b67b-e7106464be93 2018-10-06 06:01:47,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393264055252s 2018-10-06 06:01:47,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-26aa99c0-7222-4613-b67b-e7106464be93 2018-10-06 06:01:47,021 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:49,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:49,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:49,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01: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-931e56f6-c179-425e-91e9-56ecfc35d302 x-compute-request-id: req-931e56f6-c179-425e-91e9-56ecfc35d302 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:49,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-931e56f6-c179-425e-91e9-56ecfc35d302 2018-10-06 06:01:49,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692351102829s 2018-10-06 06:01:49,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-931e56f6-c179-425e-91e9-56ecfc35d302 2018-10-06 06:01:49,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:51,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:52,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01: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-0e3c8d7b-0bde-4537-ba2e-d303b3232920 x-compute-request-id: req-0e3c8d7b-0bde-4537-ba2e-d303b3232920 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:52,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0e3c8d7b-0bde-4537-ba2e-d303b3232920 2018-10-06 06:01:52,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561871051788s 2018-10-06 06:01:52,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0e3c8d7b-0bde-4537-ba2e-d303b3232920 2018-10-06 06:01:52,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:54,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:54,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-8f917891-f853-46e4-a845-15c7e36215e8 x-compute-request-id: req-8f917891-f853-46e4-a845-15c7e36215e8 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:54,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f917891-f853-46e4-a845-15c7e36215e8 2018-10-06 06:01:54,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646456003189s 2018-10-06 06:01:54,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f917891-f853-46e4-a845-15c7e36215e8 2018-10-06 06:01:54,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:56,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:56,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:01:57,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-1a94cd85-d341-43ad-982f-5e7661c86112 x-compute-request-id: req-1a94cd85-d341-43ad-982f-5e7661c86112 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:01:57,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1a94cd85-d341-43ad-982f-5e7661c86112 2018-10-06 06:01:57,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686417102814s 2018-10-06 06:01:57,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1a94cd85-d341-43ad-982f-5e7661c86112 2018-10-06 06:01:57,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:01:59,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:01:59,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:00,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:01: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-2b68d227-2174-4736-aa57-267202615260 x-compute-request-id: req-2b68d227-2174-4736-aa57-267202615260 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:00,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2b68d227-2174-4736-aa57-267202615260 2018-10-06 06:02:00,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686455011368s 2018-10-06 06:02:00,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2b68d227-2174-4736-aa57-267202615260 2018-10-06 06:02:00,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:02,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:02,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:02,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-568be298-2885-4fb7-9b59-52abffc75521 x-compute-request-id: req-568be298-2885-4fb7-9b59-52abffc75521 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:02,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-568be298-2885-4fb7-9b59-52abffc75521 2018-10-06 06:02:02,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369569778442s 2018-10-06 06:02:02,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-568be298-2885-4fb7-9b59-52abffc75521 2018-10-06 06:02:02,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:04,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:04,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:05,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-e7cebb14-b19a-4217-b019-3c66670292e1 x-compute-request-id: req-e7cebb14-b19a-4217-b019-3c66670292e1 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:05,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e7cebb14-b19a-4217-b019-3c66670292e1 2018-10-06 06:02:05,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707355976105s 2018-10-06 06:02:05,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e7cebb14-b19a-4217-b019-3c66670292e1 2018-10-06 06:02:05,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:07,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:07,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:08,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-99543aab-fe11-4f8e-a5a8-98fe1097cc00 x-compute-request-id: req-99543aab-fe11-4f8e-a5a8-98fe1097cc00 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:08,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-99543aab-fe11-4f8e-a5a8-98fe1097cc00 2018-10-06 06:02:08,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820959091187s 2018-10-06 06:02:08,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-99543aab-fe11-4f8e-a5a8-98fe1097cc00 2018-10-06 06:02:08,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:10,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:10,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-55407377-432d-4f3a-9965-656999a3ccca x-compute-request-id: req-55407377-432d-4f3a-9965-656999a3ccca 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:10,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-55407377-432d-4f3a-9965-656999a3ccca 2018-10-06 06:02:10,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565700054169s 2018-10-06 06:02:10,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-55407377-432d-4f3a-9965-656999a3ccca 2018-10-06 06:02:10,825 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:12,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:13,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-7d66a0b3-2cdf-48a4-852f-159ff649cc59 x-compute-request-id: req-7d66a0b3-2cdf-48a4-852f-159ff649cc59 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:13,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7d66a0b3-2cdf-48a4-852f-159ff649cc59 2018-10-06 06:02:13,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509429931641s 2018-10-06 06:02:13,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7d66a0b3-2cdf-48a4-852f-159ff649cc59 2018-10-06 06:02:13,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:15,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:15,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:15,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-d0c149da-4a14-4401-95e3-953edd2dd595 x-compute-request-id: req-d0c149da-4a14-4401-95e3-953edd2dd595 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:15,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d0c149da-4a14-4401-95e3-953edd2dd595 2018-10-06 06:02:15,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.239497900009s 2018-10-06 06:02:15,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d0c149da-4a14-4401-95e3-953edd2dd595 2018-10-06 06:02:15,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:17,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:17,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:17,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-f76c6336-5bb7-4f71-9b16-366cb0df13ad x-compute-request-id: req-f76c6336-5bb7-4f71-9b16-366cb0df13ad 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:17,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f76c6336-5bb7-4f71-9b16-366cb0df13ad 2018-10-06 06:02:17,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3537940979s 2018-10-06 06:02:17,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f76c6336-5bb7-4f71-9b16-366cb0df13ad 2018-10-06 06:02:17,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:19,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:19,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:20,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-422bd1e8-e635-400b-8588-163b61b83ff6 x-compute-request-id: req-422bd1e8-e635-400b-8588-163b61b83ff6 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:20,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-422bd1e8-e635-400b-8588-163b61b83ff6 2018-10-06 06:02:20,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527663946152s 2018-10-06 06:02:20,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-422bd1e8-e635-400b-8588-163b61b83ff6 2018-10-06 06:02:20,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:22,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:22,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:23,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-fa91266d-49dc-4996-858d-3ff8367a1bab x-compute-request-id: req-fa91266d-49dc-4996-858d-3ff8367a1bab 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:23,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fa91266d-49dc-4996-858d-3ff8367a1bab 2018-10-06 06:02:23,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.814806938171s 2018-10-06 06:02:23,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fa91266d-49dc-4996-858d-3ff8367a1bab 2018-10-06 06:02:23,305 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:25,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:25,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:25,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-5f935b98-ddb2-4fea-935a-cb1b80539008 x-compute-request-id: req-5f935b98-ddb2-4fea-935a-cb1b80539008 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:25,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5f935b98-ddb2-4fea-935a-cb1b80539008 2018-10-06 06:02:25,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374741077423s 2018-10-06 06:02:25,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5f935b98-ddb2-4fea-935a-cb1b80539008 2018-10-06 06:02:25,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:27,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:28,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-c1bb7074-a725-4774-afdd-04f371ede81c x-compute-request-id: req-c1bb7074-a725-4774-afdd-04f371ede81c 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:28,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c1bb7074-a725-4774-afdd-04f371ede81c 2018-10-06 06:02:28,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559580087662s 2018-10-06 06:02:28,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c1bb7074-a725-4774-afdd-04f371ede81c 2018-10-06 06:02:28,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:30,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:30,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:30,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-9220df46-0389-4ba9-babf-fca60c55d29f x-compute-request-id: req-9220df46-0389-4ba9-babf-fca60c55d29f 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:30,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9220df46-0389-4ba9-babf-fca60c55d29f 2018-10-06 06:02:30,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570274114609s 2018-10-06 06:02:30,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9220df46-0389-4ba9-babf-fca60c55d29f 2018-10-06 06:02:30,831 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:32,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:32,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:33,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-dd4d167d-afc8-433b-9e48-9c404a9c9140 x-compute-request-id: req-dd4d167d-afc8-433b-9e48-9c404a9c9140 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:33,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dd4d167d-afc8-433b-9e48-9c404a9c9140 2018-10-06 06:02:33,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531853914261s 2018-10-06 06:02:33,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-dd4d167d-afc8-433b-9e48-9c404a9c9140 2018-10-06 06:02:33,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:35,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:35,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:35,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-7d725b02-2a10-43f5-af55-2f35654e30f0 x-compute-request-id: req-7d725b02-2a10-43f5-af55-2f35654e30f0 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:35,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7d725b02-2a10-43f5-af55-2f35654e30f0 2018-10-06 06:02:35,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610404968262s 2018-10-06 06:02:35,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7d725b02-2a10-43f5-af55-2f35654e30f0 2018-10-06 06:02:35,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:37,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:37,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:38,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-a23b129c-ae43-49df-b0bb-1d815827b35a x-compute-request-id: req-a23b129c-ae43-49df-b0bb-1d815827b35a 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:38,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a23b129c-ae43-49df-b0bb-1d815827b35a 2018-10-06 06:02:38,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672181129456s 2018-10-06 06:02:38,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a23b129c-ae43-49df-b0bb-1d815827b35a 2018-10-06 06:02:38,665 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:40,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:41,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-549e6b77-549e-4ed2-9345-7c78c851ead1 x-compute-request-id: req-549e6b77-549e-4ed2-9345-7c78c851ead1 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:41,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-549e6b77-549e-4ed2-9345-7c78c851ead1 2018-10-06 06:02:41,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558619022369s 2018-10-06 06:02:41,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-549e6b77-549e-4ed2-9345-7c78c851ead1 2018-10-06 06:02:41,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:43,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:43,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76244f84-709e-48e7-9de2-999751da378a x-compute-request-id: req-76244f84-709e-48e7-9de2-999751da378a 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:43,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-76244f84-709e-48e7-9de2-999751da378a 2018-10-06 06:02:43,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550293207169s 2018-10-06 06:02:43,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-76244f84-709e-48e7-9de2-999751da378a 2018-10-06 06:02:43,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:45,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:45,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:46,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-00b10bb0-4ef4-46e2-adc6-55b34ca74ddb x-compute-request-id: req-00b10bb0-4ef4-46e2-adc6-55b34ca74ddb 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:46,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-00b10bb0-4ef4-46e2-adc6-55b34ca74ddb 2018-10-06 06:02:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530720949173s 2018-10-06 06:02:46,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-00b10bb0-4ef4-46e2-adc6-55b34ca74ddb 2018-10-06 06:02:46,327 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:48,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:48,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-ba3d8461-f8cf-4d18-8cb7-f1667c797e60 x-compute-request-id: req-ba3d8461-f8cf-4d18-8cb7-f1667c797e60 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:48,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ba3d8461-f8cf-4d18-8cb7-f1667c797e60 2018-10-06 06:02:48,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512629032135s 2018-10-06 06:02:48,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ba3d8461-f8cf-4d18-8cb7-f1667c797e60 2018-10-06 06:02:48,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:50,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:50,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:51,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-731beb36-6a6a-4098-9442-a81237020cca x-compute-request-id: req-731beb36-6a6a-4098-9442-a81237020cca 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:51,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-731beb36-6a6a-4098-9442-a81237020cca 2018-10-06 06:02:51,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649155139923s 2018-10-06 06:02:51,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-731beb36-6a6a-4098-9442-a81237020cca 2018-10-06 06:02:51,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:53,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:53,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:54,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-bc13bd16-dc7a-46cf-8a8b-1ad6b03b5fa8 x-compute-request-id: req-bc13bd16-dc7a-46cf-8a8b-1ad6b03b5fa8 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:54,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc13bd16-dc7a-46cf-8a8b-1ad6b03b5fa8 2018-10-06 06:02:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669735908508s 2018-10-06 06:02:54,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc13bd16-dc7a-46cf-8a8b-1ad6b03b5fa8 2018-10-06 06:02:54,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:56,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:56,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:56,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02: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-71a2c12f-1052-463a-80de-2f332d838e00 x-compute-request-id: req-71a2c12f-1052-463a-80de-2f332d838e00 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:56,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-71a2c12f-1052-463a-80de-2f332d838e00 2018-10-06 06:02:56,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501492023468s 2018-10-06 06:02:56,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-71a2c12f-1052-463a-80de-2f332d838e00 2018-10-06 06:02:56,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:02:58,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:02:58,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:02:59,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:02:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41ea658d-9827-4ba0-8433-ad87b67110a9 x-compute-request-id: req-41ea658d-9827-4ba0-8433-ad87b67110a9 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:02:59,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41ea658d-9827-4ba0-8433-ad87b67110a9 2018-10-06 06:02:59,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653637170792s 2018-10-06 06:02:59,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-41ea658d-9827-4ba0-8433-ad87b67110a9 2018-10-06 06:02:59,348 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:01,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:01,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:01,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-c7de09ed-226b-476c-8502-f22a68c81c37 x-compute-request-id: req-c7de09ed-226b-476c-8502-f22a68c81c37 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:01,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c7de09ed-226b-476c-8502-f22a68c81c37 2018-10-06 06:03:01,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565008878708s 2018-10-06 06:03:01,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c7de09ed-226b-476c-8502-f22a68c81c37 2018-10-06 06:03:01,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:03,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:03,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:04,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d50d4e87-9c16-4f5e-97ed-0ef4f64d304f x-compute-request-id: req-d50d4e87-9c16-4f5e-97ed-0ef4f64d304f 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:04,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d50d4e87-9c16-4f5e-97ed-0ef4f64d304f 2018-10-06 06:03:04,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534927129745s 2018-10-06 06:03:04,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d50d4e87-9c16-4f5e-97ed-0ef4f64d304f 2018-10-06 06:03:04,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:06,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:06,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-de5ece2c-74dc-475e-9af6-565e3b5a8c2c x-compute-request-id: req-de5ece2c-74dc-475e-9af6-565e3b5a8c2c 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:06,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-de5ece2c-74dc-475e-9af6-565e3b5a8c2c 2018-10-06 06:03:06,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521435976028s 2018-10-06 06:03:06,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-de5ece2c-74dc-475e-9af6-565e3b5a8c2c 2018-10-06 06:03:06,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:08,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:09,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3367dbff-f252-40be-9c77-259ceb7f5f43 x-compute-request-id: req-3367dbff-f252-40be-9c77-259ceb7f5f43 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:09,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3367dbff-f252-40be-9c77-259ceb7f5f43 2018-10-06 06:03:09,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367604970932s 2018-10-06 06:03:09,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3367dbff-f252-40be-9c77-259ceb7f5f43 2018-10-06 06:03:09,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:11,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:11,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:11,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-cdd643ee-0cc7-4b13-8b81-9686fb81933d x-compute-request-id: req-cdd643ee-0cc7-4b13-8b81-9686fb81933d 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:11,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cdd643ee-0cc7-4b13-8b81-9686fb81933d 2018-10-06 06:03:11,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51179599762s 2018-10-06 06:03:11,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cdd643ee-0cc7-4b13-8b81-9686fb81933d 2018-10-06 06:03:11,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:13,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:13,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:14,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-75298959-cbea-447c-b76d-3c0b5decd1c3 x-compute-request-id: req-75298959-cbea-447c-b76d-3c0b5decd1c3 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:14,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-75298959-cbea-447c-b76d-3c0b5decd1c3 2018-10-06 06:03:14,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498720884323s 2018-10-06 06:03:14,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-75298959-cbea-447c-b76d-3c0b5decd1c3 2018-10-06 06:03:14,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:16,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:16,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:17,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25231365-e729-40b3-8ea6-fb8888c2eea1 x-compute-request-id: req-25231365-e729-40b3-8ea6-fb8888c2eea1 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:17,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-25231365-e729-40b3-8ea6-fb8888c2eea1 2018-10-06 06:03:17,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.841788053513s 2018-10-06 06:03:17,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-25231365-e729-40b3-8ea6-fb8888c2eea1 2018-10-06 06:03:17,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:19,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:19,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:19,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-8cdd1b17-1cb4-4f8a-9687-589a96d0f015 x-compute-request-id: req-8cdd1b17-1cb4-4f8a-9687-589a96d0f015 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:19,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8cdd1b17-1cb4-4f8a-9687-589a96d0f015 2018-10-06 06:03:19,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521682977676s 2018-10-06 06:03:19,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8cdd1b17-1cb4-4f8a-9687-589a96d0f015 2018-10-06 06:03:19,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:21,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:22,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-238a8500-5225-4583-bb90-c0706ee74df1 x-compute-request-id: req-238a8500-5225-4583-bb90-c0706ee74df1 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:22,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-238a8500-5225-4583-bb90-c0706ee74df1 2018-10-06 06:03:22,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374991893768s 2018-10-06 06:03:22,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-238a8500-5225-4583-bb90-c0706ee74df1 2018-10-06 06:03:22,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:24,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:24,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:24,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-204766e9-18cb-4c56-a0c4-41678187c790 x-compute-request-id: req-204766e9-18cb-4c56-a0c4-41678187c790 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:24,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-204766e9-18cb-4c56-a0c4-41678187c790 2018-10-06 06:03:24,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357856988907s 2018-10-06 06:03:24,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-204766e9-18cb-4c56-a0c4-41678187c790 2018-10-06 06:03:24,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:26,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:26,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:27,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-4d479237-48dd-4b67-b58f-006723990ef9 x-compute-request-id: req-4d479237-48dd-4b67-b58f-006723990ef9 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:27,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4d479237-48dd-4b67-b58f-006723990ef9 2018-10-06 06:03:27,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502569913864s 2018-10-06 06:03:27,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4d479237-48dd-4b67-b58f-006723990ef9 2018-10-06 06:03:27,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:29,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:29,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:29,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e61be7a-8653-4166-b141-3512791fac1a x-compute-request-id: req-7e61be7a-8653-4166-b141-3512791fac1a 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:29,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e61be7a-8653-4166-b141-3512791fac1a 2018-10-06 06:03:29,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371101140976s 2018-10-06 06:03:29,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e61be7a-8653-4166-b141-3512791fac1a 2018-10-06 06:03:29,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:31,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:31,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-00096af7-c169-466d-900f-465e28841b2b x-compute-request-id: req-00096af7-c169-466d-900f-465e28841b2b 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:31,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-00096af7-c169-466d-900f-465e28841b2b 2018-10-06 06:03:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56426692009s 2018-10-06 06:03:31,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-00096af7-c169-466d-900f-465e28841b2b 2018-10-06 06:03:31,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:33,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:33,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:34,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-424ce503-9a18-41f1-b90c-8d56767abf01 x-compute-request-id: req-424ce503-9a18-41f1-b90c-8d56767abf01 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:34,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-424ce503-9a18-41f1-b90c-8d56767abf01 2018-10-06 06:03:34,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547577857971s 2018-10-06 06:03:34,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-424ce503-9a18-41f1-b90c-8d56767abf01 2018-10-06 06:03:34,529 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:36,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:36,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:37,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-0f69b31c-cc39-4436-ae59-55e08e4b2acd x-compute-request-id: req-0f69b31c-cc39-4436-ae59-55e08e4b2acd 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:37,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f69b31c-cc39-4436-ae59-55e08e4b2acd 2018-10-06 06:03:37,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496255874634s 2018-10-06 06:03:37,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0f69b31c-cc39-4436-ae59-55e08e4b2acd 2018-10-06 06:03:37,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:39,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:39,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:39,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-52fe11f6-a05e-4a40-b943-88659ed12bc0 x-compute-request-id: req-52fe11f6-a05e-4a40-b943-88659ed12bc0 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:39,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52fe11f6-a05e-4a40-b943-88659ed12bc0 2018-10-06 06:03:39,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527412891388s 2018-10-06 06:03:39,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-52fe11f6-a05e-4a40-b943-88659ed12bc0 2018-10-06 06:03:39,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:41,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:41,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:42,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-1319b7f6-bd3c-4d95-81fa-aa64e3fdf052 x-compute-request-id: req-1319b7f6-bd3c-4d95-81fa-aa64e3fdf052 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:42,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1319b7f6-bd3c-4d95-81fa-aa64e3fdf052 2018-10-06 06:03:42,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517544031143s 2018-10-06 06:03:42,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1319b7f6-bd3c-4d95-81fa-aa64e3fdf052 2018-10-06 06:03:42,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:44,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:44,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:44,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02a66808-f72b-4b6f-b12d-2804a89a5592 x-compute-request-id: req-02a66808-f72b-4b6f-b12d-2804a89a5592 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:44,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-02a66808-f72b-4b6f-b12d-2804a89a5592 2018-10-06 06:03:44,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627035856247s 2018-10-06 06:03:44,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-02a66808-f72b-4b6f-b12d-2804a89a5592 2018-10-06 06:03:44,728 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:46,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:46,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:47,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-3d60b841-01da-4bf5-8c1e-e3f9690fb2c2 x-compute-request-id: req-3d60b841-01da-4bf5-8c1e-e3f9690fb2c2 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:47,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3d60b841-01da-4bf5-8c1e-e3f9690fb2c2 2018-10-06 06:03:47,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706238985062s 2018-10-06 06:03:47,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3d60b841-01da-4bf5-8c1e-e3f9690fb2c2 2018-10-06 06:03:47,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:49,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:49,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-5ed5fe5c-0e39-4620-bc3f-49777b905a4b x-compute-request-id: req-5ed5fe5c-0e39-4620-bc3f-49777b905a4b 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:49,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5ed5fe5c-0e39-4620-bc3f-49777b905a4b 2018-10-06 06:03:49,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510838985443s 2018-10-06 06:03:49,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5ed5fe5c-0e39-4620-bc3f-49777b905a4b 2018-10-06 06:03:49,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:51,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:52,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-68bcfee6-c1d4-4c30-b57d-f2daffde2b69 x-compute-request-id: req-68bcfee6-c1d4-4c30-b57d-f2daffde2b69 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:52,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-68bcfee6-c1d4-4c30-b57d-f2daffde2b69 2018-10-06 06:03:52,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717405080795s 2018-10-06 06:03:52,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-68bcfee6-c1d4-4c30-b57d-f2daffde2b69 2018-10-06 06:03:52,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:54,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:54,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:55,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-0c8d6c13-f15d-4ed3-9914-a53c2ddca2f8 x-compute-request-id: req-0c8d6c13-f15d-4ed3-9914-a53c2ddca2f8 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:55,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0c8d6c13-f15d-4ed3-9914-a53c2ddca2f8 2018-10-06 06:03:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384972810745s 2018-10-06 06:03:55,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0c8d6c13-f15d-4ed3-9914-a53c2ddca2f8 2018-10-06 06:03:55,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:57,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:57,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:03:57,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03: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-61202439-29a5-4119-b40e-20a110c843bb x-compute-request-id: req-61202439-29a5-4119-b40e-20a110c843bb 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:03:57,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-61202439-29a5-4119-b40e-20a110c843bb 2018-10-06 06:03:57,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522069215775s 2018-10-06 06:03:57,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-61202439-29a5-4119-b40e-20a110c843bb 2018-10-06 06:03:57,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:03:59,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:03:59,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:00,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:03:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07699a8f-e7d1-42f9-aae8-13a573c687b8 x-compute-request-id: req-07699a8f-e7d1-42f9-aae8-13a573c687b8 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:00,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-07699a8f-e7d1-42f9-aae8-13a573c687b8 2018-10-06 06:04:00,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541850090027s 2018-10-06 06:04:00,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-07699a8f-e7d1-42f9-aae8-13a573c687b8 2018-10-06 06:04:00,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:02,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:02,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:04: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-22d4986a-c0e8-4212-89ff-cd928c2bc88a x-compute-request-id: req-22d4986a-c0e8-4212-89ff-cd928c2bc88a 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:02,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-22d4986a-c0e8-4212-89ff-cd928c2bc88a 2018-10-06 06:04:02,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346909046173s 2018-10-06 06:04:02,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-22d4986a-c0e8-4212-89ff-cd928c2bc88a 2018-10-06 06:04:02,508 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:04,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:04,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:05,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:04:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-723f8e95-8c15-491a-a313-b86b82dcc9cd x-compute-request-id: req-723f8e95-8c15-491a-a313-b86b82dcc9cd 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:05,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-723f8e95-8c15-491a-a313-b86b82dcc9cd 2018-10-06 06:04:05,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537508010864s 2018-10-06 06:04:05,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-723f8e95-8c15-491a-a313-b86b82dcc9cd 2018-10-06 06:04:05,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:07,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:07,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:07,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-1c06aede-bf86-4c07-a7db-c4eb143027a1 x-compute-request-id: req-1c06aede-bf86-4c07-a7db-c4eb143027a1 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:07,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1c06aede-bf86-4c07-a7db-c4eb143027a1 2018-10-06 06:04:07,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529051065445s 2018-10-06 06:04:07,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1c06aede-bf86-4c07-a7db-c4eb143027a1 2018-10-06 06:04:07,589 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:09,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:10,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:04: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-e9c10c5a-d712-4bc0-8bd9-b3b652c28c32 x-compute-request-id: req-e9c10c5a-d712-4bc0-8bd9-b3b652c28c32 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:10,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e9c10c5a-d712-4bc0-8bd9-b3b652c28c32 2018-10-06 06:04:10,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553352832794s 2018-10-06 06:04:10,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e9c10c5a-d712-4bc0-8bd9-b3b652c28c32 2018-10-06 06:04:10,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:12,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:12,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:12,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4acece2-5207-47a4-b813-74f6d46666f3 x-compute-request-id: req-f4acece2-5207-47a4-b813-74f6d46666f3 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:12,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4acece2-5207-47a4-b813-74f6d46666f3 2018-10-06 06:04:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521718978882s 2018-10-06 06:04:12,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4acece2-5207-47a4-b813-74f6d46666f3 2018-10-06 06:04:12,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:14,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:14,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:14,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-fcf07b3d-4a6f-49aa-bc80-2d0133094c9e x-compute-request-id: req-fcf07b3d-4a6f-49aa-bc80-2d0133094c9e 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.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-10-06T06:01:39Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:14,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fcf07b3d-4a6f-49aa-bc80-2d0133094c9e 2018-10-06 06:04:14,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.2163438797s 2018-10-06 06:04:14,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fcf07b3d-4a6f-49aa-bc80-2d0133094c9e 2018-10-06 06:04:14,901 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:04:16,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:04:16,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:17,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-a4a32537-eb12-468a-bdcf-a72b0a9878f3 x-compute-request-id: req-a4a32537-eb12-468a-bdcf-a72b0a9878f3 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:04:17,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a4a32537-eb12-468a-bdcf-a72b0a9878f3 2018-10-06 06:04:17,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508908987045s 2018-10-06 06:04:17,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a4a32537-eb12-468a-bdcf-a72b0a9878f3 2018-10-06 06:04:17,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 06:04:17,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:17,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-61d93b5a-bb0d-44e5-80e0-630735dc997c Date: Sat, 06 Oct 2018 06:04:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T06:04:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5121dcd4-0eb5-4282-b484-3bc246649fca","ip_address":"192.168.120.7"}],"id":"1c6a86ab-b329-4ede-af2b-6864bb3a9253","security_groups":["9b804816-a528-40bd-af96-62c432a26014"],"mac_address":"fa:16:3e:e4:65:e5","project_id":"2027e8a3e62045319ce7225aad8a7e6c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T06:01:39Z","binding:vnic_type":"normal","device_id":"37065892-a44c-4b70-b40b-572c5b85f2e3"}]} 2018-10-06 06:04:17,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-61d93b5a-bb0d-44e5-80e0-630735dc997c 2018-10-06 06:04:17,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0588459968567s 2018-10-06 06:04:17,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-61d93b5a-bb0d-44e5-80e0-630735dc997c 2018-10-06 06:04:17,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:17,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1c6a86ab-b329-4ede-af2b-6864bb3a9253" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:17,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04ba5969-a9c1-45b9-891e-da601c8d753e Date: Sat, 06 Oct 2018 06:04:17 GMT RESP BODY: {"floatingips": []} 2018-10-06 06:04:17,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1c6a86ab-b329-4ede-af2b-6864bb3a9253 used request id req-04ba5969-a9c1-45b9-891e-da601c8d753e 2018-10-06 06:04:17,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0216710567474s 2018-10-06 06:04:17,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1c6a86ab-b329-4ede-af2b-6864bb3a9253 used request id req-04ba5969-a9c1-45b9-891e-da601c8d753e 2018-10-06 06:04:17,504 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e4:65:e5', 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'713de132-c41a-4d7b-ae57-74265183fb7c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-06T06:04:11.000000', 'flavor': Munch({u'id': u'82776304-cf35-44da-a395-2030fd0634e2'}), 'az': u'nova', 'id': u'37065892-a44c-4b70-b40b-572c5b85f2e3', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fa9bad75a7294b7695da812685622e9e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', '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-10-06T06:04:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-06T06:04:16Z', 'hostId': u'15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309', '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-10-06T06:04:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': u'vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'adminPass': u'5R7jTuSs2eaX', 'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', 'region': 'regionOne', 'created': u'2018-10-06T06:01:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-06 06:04:17,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:04:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:17,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-7ffa69a0-1a9d-43dd-b35e-d4059fe9e78a Date: Sat, 06 Oct 2018 06:04: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":["5121dcd4-0eb5-4282-b484-3bc246649fca"],"updated_at":"2018-10-06T05:59:39Z","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 06:04:17,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7ffa69a0-1a9d-43dd-b35e-d4059fe9e78a 2018-10-06 06:04:17,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110813140869s 2018-10-06 06:04:17,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-7ffa69a0-1a9d-43dd-b35e-d4059fe9e78a 2018-10-06 06:04:17,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-06 06:04:17,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:17,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-eb0281f4-13ed-4706-ba99-b93e15ce3382 Date: Sat, 06 Oct 2018 06:04:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-06T06:04:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5121dcd4-0eb5-4282-b484-3bc246649fca","ip_address":"192.168.120.7"}],"id":"1c6a86ab-b329-4ede-af2b-6864bb3a9253","security_groups":["9b804816-a528-40bd-af96-62c432a26014"],"mac_address":"fa:16:3e:e4:65:e5","project_id":"2027e8a3e62045319ce7225aad8a7e6c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T06:01:39Z","binding:vnic_type":"normal","device_id":"37065892-a44c-4b70-b40b-572c5b85f2e3"}]} 2018-10-06 06:04:17,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-eb0281f4-13ed-4706-ba99-b93e15ce3382 2018-10-06 06:04:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0648729801178s 2018-10-06 06:04:17,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-eb0281f4-13ed-4706-ba99-b93e15ce3382 2018-10-06 06:04:17,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-06 06:04:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"floatingip": {"floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253"}}' 2018-10-06 06:04:19,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-11a83b0a-7508-4965-8301-10c3ad3b61ed Date: Sat, 06 Oct 2018 06:04:19 GMT RESP BODY: {"floatingip": {"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}} 2018-10-06 06:04:19,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-11a83b0a-7508-4965-8301-10c3ad3b61ed 2018-10-06 06:04:19,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91885304451s 2018-10-06 06:04:19,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-11a83b0a-7508-4965-8301-10c3ad3b61ed 2018-10-06 06:04:19,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:19,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:19,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-86661c76-dbd8-4028-a6a6-2a52231ad238 Date: Sat, 06 Oct 2018 06:04:19 GMT RESP BODY: {"floatingips": [{"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}]} 2018-10-06 06:04:19,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-86661c76-dbd8-4028-a6a6-2a52231ad238 2018-10-06 06:04:19,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0258409976959s 2018-10-06 06:04:19,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-86661c76-dbd8-4028-a6a6-2a52231ad238 2018-10-06 06:04:19,643 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 06:04:19,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:19,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:19,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-dfaa5596-d5ea-4355-a32a-fc8e04a6746b Date: Sat, 06 Oct 2018 06:04:19 GMT RESP BODY: {"floatingips": [{"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}]} 2018-10-06 06:04:19,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dfaa5596-d5ea-4355-a32a-fc8e04a6746b 2018-10-06 06:04:19,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0262382030487s 2018-10-06 06:04:19,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dfaa5596-d5ea-4355-a32a-fc8e04a6746b 2018-10-06 06:04:19,779 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 06:04:19,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:19,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:19,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-584a369b-546a-4820-b232-4a5b8a0f3c7f Date: Sat, 06 Oct 2018 06:04:19 GMT RESP BODY: {"floatingips": [{"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}]} 2018-10-06 06:04:19,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-584a369b-546a-4820-b232-4a5b8a0f3c7f 2018-10-06 06:04:19,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223808288574s 2018-10-06 06:04:19,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-584a369b-546a-4820-b232-4a5b8a0f3c7f 2018-10-06 06:04:19,911 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 06:04:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:20,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:20,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-a0d24002-ed9a-450b-99f1-fde9a0acaaba Date: Sat, 06 Oct 2018 06:04:20 GMT RESP BODY: {"floatingips": [{"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}]} 2018-10-06 06:04:20,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-a0d24002-ed9a-450b-99f1-fde9a0acaaba 2018-10-06 06:04:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227341651917s 2018-10-06 06:04:20,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-a0d24002-ed9a-450b-99f1-fde9a0acaaba 2018-10-06 06:04:20,043 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-06 06:04:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:04:20,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:04:20,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-c5c43779-df37-4b50-b296-fb3549ad8259 Date: Sat, 06 Oct 2018 06:04:20 GMT RESP BODY: {"floatingips": [{"router_id": "23b2c841-152a-4617-8085-65a31020aa52", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:04:18Z", "updated_at": "2018-10-06T06:04:18Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_id": "1c6a86ab-b329-4ede-af2b-6864bb3a9253", "id": "f565a27f-3833-43e3-a6cd-9b5c9d9018ce"}]} 2018-10-06 06:04:20,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c5c43779-df37-4b50-b296-fb3549ad8259 2018-10-06 06:04:20,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0300710201263s 2018-10-06 06:04:20,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c5c43779-df37-4b50-b296-fb3549ad8259 2018-10-06 06:04:20,182 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'23b2c841-152a-4617-8085-65a31020aa52', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', 'created_at': u'2018-10-06T06:04:18Z', 'attached': True, 'updated_at': u'2018-10-06T06:04:18Z', 'id': u'f565a27f-3833-43e3-a6cd-9b5c9d9018ce', 'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'23b2c841-152a-4617-8085-65a31020aa52', 'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', 'port_id': u'1c6a86ab-b329-4ede-af2b-6864bb3a9253', 'port': u'1c6a86ab-b329-4ede-af2b-6864bb3a9253', 'network': u'a6517c0e-8c87-4fe1-b885-3a296982e720'}) 2018-10-06 06:04:20,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 06:04:20,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 06:04:23,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-f21eb1ea-33da-44ea-85cb-7d917280ff18 x-compute-request-id: req-f21eb1ea-33da-44ea-85cb-7d917280ff18 Content-Encoding: gzip Content-Length: 10917 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 2217311708 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.312995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315230] pid_max: default: 32768 minimum: 301\n[ 0.316438] Security Framework initialized\n[ 0.317549] SELinux: Initializing.\n[ 0.318844] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323399] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326225] Mount-cache hash table entries: 4096\n[ 0.327657] Initializing cgroup subsys memory\n[ 0.328831] Initializing cgroup subsys devices\n[ 0.329994] Initializing cgroup subsys freezer\n[ 0.331154] Initializing cgroup subsys net_cls\n[ 0.332311] Initializing cgroup subsys blkio\n[ 0.333444] Initializing cgroup subsys perf_event\n[ 0.334641] Initializing cgroup subsys hugetlb\n[ 0.335809] Initializing cgroup subsys pids\n[ 0.336926] Initializing cgroup subsys net_prio\n[ 0.338170] CPU: Physical Processor ID: 0\n[ 0.339968] mce: CPU supports 10 MCE banks\n[ 0.341105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343958] tlb_flushall_shift: 6\n[ 0.345596] Freeing SMP alternatives: 28k freed\n[ 0.349551] ACPI: Core revision 20130517\n[ 0.351066] ACPI: All ACPI Tables successfully acquired\n[ 0.352536] ftrace: allocating 25812 entries in 101 pages\n[ 0.374912] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.376432] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.377980] smpboot: Max logical packages: 2\n[ 0.379342] Enabling x2apic\n[ 0.380277] Enabled x2apic\n[ 0.381392] Switched APIC routing to physical x2apic.\n[ 0.383644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.385190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.387892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.395001] KVM setup paravirtual spinlock\n[ 0.397329] smpboot: Booting Node 0, Processors #1 OK\n[ 0.399011] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420815] Brought up 2 CPUs\n[ 0.420818] KVM setup async PF for cpu 1\n[ 0.420821] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426312] devtmpfs: initialized\n[ 0.428928] EVM: security.selinux\n[ 0.429953] EVM: security.ima\n[ 0.430911] EVM: security.capability\n[ 0.432581] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.434176] pinctrl core: initialized pinctrl subsystem\n[ 0.435633] NET: Registered protocol family 16\n[ 0.437033] ACPI: bus type PCI registered\n[ 0.438179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.439736] PCI: Using configuration type 1 for base access\n[ 0.444422] ACPI: Added _OSI(Module Device)\n[ 0.445777] ACPI: Added _OSI(Processor Device)\n[ 0.447119] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.448531] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.451701] ACPI: Interpreter enabled\n[ 0.452931] ACPI: (supports S0 S5)\n[ 0.454070] ACPI: Using IOAPIC for interrupt routing\n[ 0.455534] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.459880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.461882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.463705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.465470] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.468770] acpiphp: Slot [3] registered\n[ 0.470036] acpiphp: Slot [4] registered\n[ 0.471315] acpiphp: Slot [5] registered\n[ 0.472618] acpiphp: Slot [6] registered\n[ 0.473884] acpiphp: Slot [7] registered\n[ 0.475174] acpiphp: Slot [8] registered\n[ 0.476474] acpiphp: Slot [9] registered\n[ 0.477757] acpiphp: Slot [10] registered\n[ 0.479036] acpiphp: Slot [11] registered\n[ 0.480350] acpiphp: Slot [12] registered\n[ 0.481652] acpiphp: Slot [13] registered\n[ 0.482966] acpiphp: Slot [14] registered\n[ 0.484104] acpiphp: Slot [15] registered\n[ 0.485273] acpiphp: Slot [16] registered\n[ 0.486453] acpiphp: Slot [17] registered\n[ 0.487607] acpiphp: Slot [18] registered\n[ 0.488757] acpiphp: Slot [19] registered\n[ 0.489920] acpiphp: Slot [20] registered\n[ 0.491082] acpiphp: Slot [21] registered\n[ 0.492259] acpiphp: Slot [22] registered\n[ 0.493462] acpiphp: Slot [23] registered\n[ 0.494602] acpiphp: Slot [24] registered\n[ 0.495752] acpiphp: Slot [25] registered\n[ 0.496903] acpiphp: Slot [26] registered\n[ 0.498090] acpiphp: Slot [27] registered\n[ 0.499260] acpiphp: Slot [28] registered\n[ 0.500408] acpiphp: Slot [29] registered\n[ 0.501588] acpiphp: Slot [30] registered\n[ 0.502747] acpiphp: Slot [31] registered\n[ 0.503925] PCI host bridge to bus 0000:00\n[ 0.505089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506481] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511805] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.520143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.521864] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.523478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.526235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.532676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.534645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.589265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.591059] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.592763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.594468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.596162] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.597735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.599327] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.601428] vgaarb: loaded\n[ 0.602298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.603711] SCSI subsystem initialized\n[ 0.604793] ACPI: bus type USB registered\n[ 0.605893] usbcore: registered new interface driver usbfs\n[ 0.607204] usbcore: registered new interface driver hub\n[ 0.608499] usbcore: registered new device driver usb\n[ 0.609853] PCI: Using ACPI for IRQ routing\n[ 0.611235] NetLabel: Initializing\n[ 0.612230] NetLabel: domain hash size = 128\n[ 0.613355] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.614607] NetLabel: unlabeled traffic allowed by default\n[ 0.616010] Switched to clocksource kvm-clock\n[ 0.623755] pnp: PnP ACPI init\n[ 0.624721] ACPI: bus type PNP registered\n[ 0.626163] pnp: PnP ACPI: found 5 devices\n[ 0.627262] ACPI: bus type PNP unregistered\n[ 0.634352] NET: Registered protocol family 2\n[ 0.635751] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.637913] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.639678] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.641213] TCP: reno registered\n[ 0.642180] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.643600] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.645183] NET: Registered protocol family 1\n[ 0.646561] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.648210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.649800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.669976] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.690328] Unpacking initramfs...\n[ 1.121376] Freeing initrd memory: 37508k freed\n[ 1.131031] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.132871] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.142521] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.144254] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.146194] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.147893] Initialise system trusted keyring\n[ 1.149252] audit: initializing netlink socket (disabled)\n[ 1.150777] type=2000 audit(1538805854.348:1): initialized\n[ 1.167638] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.169375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.172146] zpool: loaded\n[ 1.173140] zbud: loaded\n[ 1.174248] VFS: Disk quotas dquot_6.5.2\n[ 1.175527] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.177367] msgmni has been set to 7578\n[ 1.178657] Key type big_key registered\n[ 1.180417] NET: Registered protocol family 38\n[ 1.181562] Key type asymmetric registered\n[ 1.187751] Asymmetric key parser 'x509' registered\n[ 1.189426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.192231] io scheduler noop registered\n[ 1.193683] io scheduler deadline registered (default)\n[ 1.195652] io scheduler cfq registered\n[ 1.197371] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.209394] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.211847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.214785] ACPI: Power Button [PWRF]\n[ 1.216361] GHES: HEST is not enabled!\n[ 1.217934] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.242016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.244332] Non-volatile memory driver v1.3\n[ 1.245972] Linux agpgart interface v0.103\n[ 1.247676] crash memory driver: version 1.1\n[ 1.249394] rdac: device handler registered\n[ 1.251081] hp_sw: device handler registered\n[ 1.252742] emc: device handler registered\n[ 1.254347] alua: device handler registered\n[ 1.255996] libphy: Fixed MDIO Bus: probed\n[ 1.257646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.259923] ehci-pci: EHCI PCI platform driver\n[ 1.261639] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.263823] ohci-pci: OHCI PCI platform driver\n[ 1.265543] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.285960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.287895] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.290819] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.292718] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.294875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.297296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.300172] usb usb1: Product: UHCI Host Controller\n[ 1.302014] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.304491] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.306304] hub 1-0:1.0: USB hub found\n[ 1.307842] hub 1-0:1.0: 2 ports detected\n[ 1.309527] usbcore: registered new interface driver usbserial\n[ 1.311642] usbcore: registered new interface driver usbserial_generic\n[ 1.313942] usbserial: USB Serial support registered for generic\n[ 1.316112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.319799] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.321202] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.322700] mousedev: PS/2 mouse device common for all mice\n[ 1.324505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.327526] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.330021] rtc_cmos 00:00: RTC can wake from S4\n[ 1.331663] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.333866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.335358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.336860] cpuidle: using governor menu\n[ 1.337995] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.339486] usbcore: registered new interface driver usbhid\n[ 1.340967] usbhid: USB HID core driver\n[ 1.342100] drop_monitor: Initializing network drop monitor service\n[ 1.343696] TCP: cubic registered\n[ 1.344708] Initializing XFRM netlink socket\n[ 1.346032] NET: Registered protocol family 10\n[ 1.347466] NET: Registered protocol family 17\n[ 1.348830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.350372] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.352423] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.355655] Loading compiled-in X.509 certificates\n[ 1.357425] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.360830] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.364662] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.368086] registered taskstats version 1\n[ 1.371275] Key type trusted registered\n[ 1.373964] Key type encrypted registered\n[ 1.376704] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.379022] rtc_cmos 00:00: setting system clock to 2018-10-06 06:04:14 UTC (1538805854)\n[ 1.382623] Freeing unused kernel memory: 1680k freed\n[ 1.387447] 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.391861] systemd[1]: Detected virtualization kvm.\n[ 1.393210] systemd[1]: Detected architecture x86-64.\n[ 1.394562] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.397383] systemd[1]: No hostname configured.\n[ 1.398662] systemd[1]: Set hostname to .\n[ 1.400051] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.424080] systemd[1]: Reached target Local File Systems.\n[ 1.425563] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.427863] systemd[1]: Reached target Timers.\n[ 1.429169] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.431435] systemd[1]: Created slice Root Slice.\n[ 1.432742] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.435008] systemd[1]: Created slice System Slice.\n[ 1.436400] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.438614] systemd[1]: Reached target Slices.\n[ 1.439902] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.442121] systemd[1]: Listening on Journal Socket.\n[ 1.443519] systemd[1]: Starting Journal Socket.\n[ 1.445210] 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] Listening on udev Control Socket.\n[ 1.450400] systemd[1]: Listening on udev Control Socket.\n[ 1.451875] systemd[1]: Starting udev Control Socket.\n[ 1.453651] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.456160] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.458526] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.461826] systemd[1]: Reached target Paths.\n[ 1.463114] systemd[1]: Starting Paths.\n[ 1.464622] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.467075] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Swap.\n[ 1.470134] systemd[1]: Reached target Swap.\n[ 1.471335] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.473490] systemd[1]: Listening on udev Kernel Socket.\n[ 1.474847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.477067] systemd[1]: Reached target Sockets.\n[ 1.478313] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.480545] systemd[1]: 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] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.543884] RPC: Registered named UNIX socket transport module.\n[ 1.545963] RPC: Registered udp transport module.\n[ 1.547659] RPC: Registered tcp transport module.\n[ 1.549384] 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.612024] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.648405] FDC 0 is a S82078B\n[ 1.677052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.717885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.721704] scsi host0: ata_piix\n[ 1.723157] scsi host1: ata_piix\n[ 1.724416] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.726529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.731042] 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.768526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.770125] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.771722] usb 1-1: Product: QEMU USB Tablet\n[ 1.772874] usb 1-1: Manufacturer: QEMU\n[ 1.774017] usb 1-1: SerialNumber: 42\n[ 1.783816] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.786309] 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.899578] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.901860] XFS (vda1): Mounting V4 Filesystem\n[ 2.064877] 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 target Swap.\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 Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\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.303083] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.548279] SELinux: Disabled at runtime.\n[ 2.584098] type=1404 audit(1538805855.705:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.671891] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.673384] 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 Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\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] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\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] Started Journal Service.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n [ 3.079190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\nStarting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.087872] 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] Started udev Kernel Device Manager.\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 Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\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 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[[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[ 3.331258] type=1305 audit(1538805856.452:3): audit_pid=443 old=0 auid=4294967295 ses=4294967295 res=1\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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.473257] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Basic System.\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.483222] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.502683] [drm] Initialized drm 1.1.0 20060810\n[ 3.518298] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.518298] [TTM] Initializing pool allocator\n[ 3.518299] [TTM] Initializing DMA pool allocator\n[ 3.518509] [drm] fb mappable at 0xFC000000\n[ 3.518510] [drm] vram aper at 0xFC000000\n[ 3.518510] [drm] size 33554432\n[ 3.518510] [drm] fb depth is 24\n[ 3.518511] [drm] pitch is 3072\n[ 3.519674] ppdev: user-space parallel port driver\n[ 3.538001] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.558749] Console: switching to colour frame buffer device 128x48\n[ 3.570733] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Startin[ 3.575429] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.686507] AES CTR mode by8 optimization enabled\n[ 3.690206] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...[ 3.696111] alg: No test for crc32 (crc32-pclmul)\n\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.741290] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.774163] intel_rapl: no valid rapl domains found in package 0\n[ 3.783528] intel_powerclamp: No package C-state available\n[ 3.787320] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.997630] cloud-init[523]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 06:04:17 +0000. Up 3.96 seconds.\n"} 2018-10-06 06:04:23,010 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action used request id req-f21eb1ea-33da-44ea-85cb-7d917280ff18 2018-10-06 06:04:23,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.8271780014s 2018-10-06 06:04:23,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action used request id req-f21eb1ea-33da-44ea-85cb-7d917280ff18 2018-10-06 06:04:23,012 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 2217311708 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.312995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315230] pid_max: default: 32768 minimum: 301 [ 0.316438] Security Framework initialized [ 0.317549] SELinux: Initializing. [ 0.318844] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323399] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326225] Mount-cache hash table entries: 4096 [ 0.327657] Initializing cgroup subsys memory [ 0.328831] Initializing cgroup subsys devices [ 0.329994] Initializing cgroup subsys freezer [ 0.331154] Initializing cgroup subsys net_cls [ 0.332311] Initializing cgroup subsys blkio [ 0.333444] Initializing cgroup subsys perf_event [ 0.334641] Initializing cgroup subsys hugetlb [ 0.335809] Initializing cgroup subsys pids [ 0.336926] Initializing cgroup subsys net_prio [ 0.338170] CPU: Physical Processor ID: 0 [ 0.339968] mce: CPU supports 10 MCE banks [ 0.341105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343958] tlb_flushall_shift: 6 [ 0.345596] Freeing SMP alternatives: 28k freed [ 0.349551] ACPI: Core revision 20130517 [ 0.351066] ACPI: All ACPI Tables successfully acquired [ 0.352536] ftrace: allocating 25812 entries in 101 pages [ 0.374912] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.376432] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.377980] smpboot: Max logical packages: 2 [ 0.379342] Enabling x2apic [ 0.380277] Enabled x2apic [ 0.381392] Switched APIC routing to physical x2apic. [ 0.383644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.385190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.387892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.395001] KVM setup paravirtual spinlock [ 0.397329] smpboot: Booting Node 0, Processors #1 OK [ 0.399011] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420815] Brought up 2 CPUs [ 0.420818] KVM setup async PF for cpu 1 [ 0.420821] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426312] devtmpfs: initialized [ 0.428928] EVM: security.selinux [ 0.429953] EVM: security.ima [ 0.430911] EVM: security.capability [ 0.432581] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.434176] pinctrl core: initialized pinctrl subsystem [ 0.435633] NET: Registered protocol family 16 [ 0.437033] ACPI: bus type PCI registered [ 0.438179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.439736] PCI: Using configuration type 1 for base access [ 0.444422] ACPI: Added _OSI(Module Device) [ 0.445777] ACPI: Added _OSI(Processor Device) [ 0.447119] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.448531] ACPI: Added _OSI(Processor Aggregator Device) [ 0.451701] ACPI: Interpreter enabled [ 0.452931] ACPI: (supports S0 S5) [ 0.454070] ACPI: Using IOAPIC for interrupt routing [ 0.455534] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.459880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.461882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.463705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.465470] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.468770] acpiphp: Slot [3] registered [ 0.470036] acpiphp: Slot [4] registered [ 0.471315] acpiphp: Slot [5] registered [ 0.472618] acpiphp: Slot [6] registered [ 0.473884] acpiphp: Slot [7] registered [ 0.475174] acpiphp: Slot [8] registered [ 0.476474] acpiphp: Slot [9] registered [ 0.477757] acpiphp: Slot [10] registered [ 0.479036] acpiphp: Slot [11] registered [ 0.480350] acpiphp: Slot [12] registered [ 0.481652] acpiphp: Slot [13] registered [ 0.482966] acpiphp: Slot [14] registered [ 0.484104] acpiphp: Slot [15] registered [ 0.485273] acpiphp: Slot [16] registered [ 0.486453] acpiphp: Slot [17] registered [ 0.487607] acpiphp: Slot [18] registered [ 0.488757] acpiphp: Slot [19] registered [ 0.489920] acpiphp: Slot [20] registered [ 0.491082] acpiphp: Slot [21] registered [ 0.492259] acpiphp: Slot [22] registered [ 0.493462] acpiphp: Slot [23] registered [ 0.494602] acpiphp: Slot [24] registered [ 0.495752] acpiphp: Slot [25] registered [ 0.496903] acpiphp: Slot [26] registered [ 0.498090] acpiphp: Slot [27] registered [ 0.499260] acpiphp: Slot [28] registered [ 0.500408] acpiphp: Slot [29] registered [ 0.501588] acpiphp: Slot [30] registered [ 0.502747] acpiphp: Slot [31] registered [ 0.503925] PCI host bridge to bus 0000:00 [ 0.505089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506481] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511805] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.520143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.521864] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.523478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.526235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.532676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.534645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.589265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.591059] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.592763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.594468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.596162] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.597735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.599327] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.601428] vgaarb: loaded [ 0.602298] vgaarb: bridge control possible 0000:00:02.0 [ 0.603711] SCSI subsystem initialized [ 0.604793] ACPI: bus type USB registered [ 0.605893] usbcore: registered new interface driver usbfs [ 0.607204] usbcore: registered new interface driver hub [ 0.608499] usbcore: registered new device driver usb [ 0.609853] PCI: Using ACPI for IRQ routing [ 0.611235] NetLabel: Initializing [ 0.612230] NetLabel: domain hash size = 128 [ 0.613355] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.614607] NetLabel: unlabeled traffic allowed by default [ 0.616010] Switched to clocksource kvm-clock [ 0.623755] pnp: PnP ACPI init [ 0.624721] ACPI: bus type PNP registered [ 0.626163] pnp: PnP ACPI: found 5 devices [ 0.627262] ACPI: bus type PNP unregistered [ 0.634352] NET: Registered protocol family 2 [ 0.635751] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.637913] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.639678] TCP: Hash tables configured (established 32768 bind 32768) [ 0.641213] TCP: reno registered [ 0.642180] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.643600] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.645183] NET: Registered protocol family 1 [ 0.646561] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.648210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.649800] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.669976] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.690328] Unpacking initramfs... [ 1.121376] Freeing initrd memory: 37508k freed [ 1.131031] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.132871] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.142521] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.144254] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.146194] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.147893] Initialise system trusted keyring [ 1.149252] audit: initializing netlink socket (disabled) [ 1.150777] type=2000 audit(1538805854.348:1): initialized [ 1.167638] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.169375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.172146] zpool: loaded [ 1.173140] zbud: loaded [ 1.174248] VFS: Disk quotas dquot_6.5.2 [ 1.175527] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.177367] msgmni has been set to 7578 [ 1.178657] Key type big_key registered [ 1.180417] NET: Registered protocol family 38 [ 1.181562] Key type asymmetric registered [ 1.187751] Asymmetric key parser 'x509' registered [ 1.189426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.192231] io scheduler noop registered [ 1.193683] io scheduler deadline registered (default) [ 1.195652] io scheduler cfq registered [ 1.197371] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.209394] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.211847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.214785] ACPI: Power Button [PWRF] [ 1.216361] GHES: HEST is not enabled! [ 1.217934] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.242016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.244332] Non-volatile memory driver v1.3 [ 1.245972] Linux agpgart interface v0.103 [ 1.247676] crash memory driver: version 1.1 [ 1.249394] rdac: device handler registered [ 1.251081] hp_sw: device handler registered [ 1.252742] emc: device handler registered [ 1.254347] alua: device handler registered [ 1.255996] libphy: Fixed MDIO Bus: probed [ 1.257646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.259923] ehci-pci: EHCI PCI platform driver [ 1.261639] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.263823] ohci-pci: OHCI PCI platform driver [ 1.265543] uhci_hcd: USB Universal Host Controller Interface driver [ 1.285960] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.287895] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.290819] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.292718] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.294875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.297296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.300172] usb usb1: Product: UHCI Host Controller [ 1.302014] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.304491] usb usb1: SerialNumber: 0000:00:01.2 [ 1.306304] hub 1-0:1.0: USB hub found [ 1.307842] hub 1-0:1.0: 2 ports detected [ 1.309527] usbcore: registered new interface driver usbserial [ 1.311642] usbcore: registered new interface driver usbserial_generic [ 1.313942] usbserial: USB Serial support registered for generic [ 1.316112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.319799] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.321202] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.322700] mousedev: PS/2 mouse device common for all mice [ 1.324505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.327526] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.330021] rtc_cmos 00:00: RTC can wake from S4 [ 1.331663] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.333866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.335358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.336860] cpuidle: using governor menu [ 1.337995] hidraw: raw HID events driver (C) Jiri Kosina [ 1.339486] usbcore: registered new interface driver usbhid [ 1.340967] usbhid: USB HID core driver [ 1.342100] drop_monitor: Initializing network drop monitor service [ 1.343696] TCP: cubic registered [ 1.344708] Initializing XFRM netlink socket [ 1.346032] NET: Registered protocol family 10 [ 1.347466] NET: Registered protocol family 17 [ 1.348830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.350372] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.352423] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.355655] Loading compiled-in X.509 certificates [ 1.357425] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.360830] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.364662] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.368086] registered taskstats version 1 [ 1.371275] Key type trusted registered [ 1.373964] Key type encrypted registered [ 1.376704] IMA: No TPM chip found, activating TPM-bypass! [ 1.379022] rtc_cmos 00:00: setting system clock to 2018-10-06 06:04:14 UTC (1538805854) [ 1.382623] Freeing unused kernel memory: 1680k freed [ 1.387447] 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.391861] systemd[1]: Detected virtualization kvm. [ 1.393210] systemd[1]: Detected architecture x86-64. [ 1.394562] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.397383] systemd[1]: No hostname configured. [ 1.398662] systemd[1]: Set hostname to . [ 1.400051] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.424080] systemd[1]: Reached target Local File Systems. [ 1.425563] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.427863] systemd[1]: Reached target Timers. [ 1.429169] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.431435] systemd[1]: Created slice Root Slice. [ 1.432742] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.435008] systemd[1]: Created slice System Slice. [ 1.436400] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.438614] systemd[1]: Reached target Slices. [ 1.439902] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.442121] systemd[1]: Listening on Journal Socket. [ 1.443519] systemd[1]: Starting Journal Socket. [ 1.445210] 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] Listening on udev Control Socket. [ 1.450400] systemd[1]: Listening on udev Control Socket. [ 1.451875] systemd[1]: Starting udev Control Socket. [ 1.453651] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.456160] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.458526] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.461826] systemd[1]: Reached target Paths. [ 1.463114] systemd[1]: Starting Paths. [ 1.464622] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.467075] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Swap. [ 1.470134] systemd[1]: Reached target Swap. [ 1.471335] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.473490] systemd[1]: Listening on udev Kernel Socket. [ 1.474847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.477067] systemd[1]: Reached target Sockets. [ 1.478313] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.480545] systemd[1]: 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] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.543884] RPC: Registered named UNIX socket transport module. [ 1.545963] RPC: Registered udp transport module. [ 1.547659] RPC: Registered tcp transport module. [ 1.549384] 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.612024] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.648405] FDC 0 is a S82078B [ 1.677052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.717885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.721704] scsi host0: ata_piix [ 1.723157] scsi host1: ata_piix [ 1.724416] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.726529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.731042] 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.768526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.770125] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.771722] usb 1-1: Product: QEMU USB Tablet [ 1.772874] usb 1-1: Manufacturer: QEMU [ 1.774017] usb 1-1: SerialNumber: 42 [ 1.783816] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.786309] 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.899578] SGI XFS with ACLs, security attributes, no debug enabled [ 1.901860] XFS (vda1): Mounting V4 Filesystem [ 2.064877] 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 target Swap. [[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 Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[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.303083] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.548279] SELinux: Disabled at runtime. [ 2.584098] type=1404 audit(1538805855.705:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.671891] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.673384] 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 Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[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] Started Journal Service. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 3.079190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.087872] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started udev Kernel Device Manager. [[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 Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... [[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 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... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.331258] type=1305 audit(1538805856.452:3): audit_pid=443 old=0 auid=4294967295 ses=4294967295 res=1 [[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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [ 3.473257] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Basic System. Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [ 3.483222] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.502683] [drm] Initialized drm 1.1.0 20060810 [ 3.518298] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.518298] [TTM] Initializing pool allocator [ 3.518299] [TTM] Initializing DMA pool allocator [ 3.518509] [drm] fb mappable at 0xFC000000 [ 3.518510] [drm] vram aper at 0xFC000000 [ 3.518510] [drm] size 33554432 [ 3.518510] [drm] fb depth is 24 [ 3.518511] [drm] pitch is 3072 [ 3.519674] ppdev: user-space parallel port driver [ 3.538001] fbcon: cirrusdrmfb (fb0) is primary device [ 3.558749] Console: switching to colour frame buffer device 128x48 [ 3.570733] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Startin[ 3.575429] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.686507] AES CTR mode by8 optimization enabled [ 3.690206] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler...[ 3.696111] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.741290] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.774163] intel_rapl: no valid rapl domains found in package 0 [ 3.783528] intel_powerclamp: No package C-state available [ 3.787320] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.997630] cloud-init[523]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 06:04:17 +0000. Up 3.96 seconds. 2018-10-06 06:04:24,015 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-10-06 06:04:33,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-06 06:04:33,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-06 06:04:34,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:04: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-c2880156-22fc-4e05-b42d-352d23327357 x-compute-request-id: req-c2880156-22fc-4e05-b42d-352d23327357 Content-Encoding: gzip Content-Length: 12692 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe1223 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 2217311708 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.312995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315230] pid_max: default: 32768 minimum: 301\n[ 0.316438] Security Framework initialized\n[ 0.317549] SELinux: Initializing.\n[ 0.318844] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323399] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326225] Mount-cache hash table entries: 4096\n[ 0.327657] Initializing cgroup subsys memory\n[ 0.328831] Initializing cgroup subsys devices\n[ 0.329994] Initializing cgroup subsys freezer\n[ 0.331154] Initializing cgroup subsys net_cls\n[ 0.332311] Initializing cgroup subsys blkio\n[ 0.333444] Initializing cgroup subsys perf_event\n[ 0.334641] Initializing cgroup subsys hugetlb\n[ 0.335809] Initializing cgroup subsys pids\n[ 0.336926] Initializing cgroup subsys net_prio\n[ 0.338170] CPU: Physical Processor ID: 0\n[ 0.339968] mce: CPU supports 10 MCE banks\n[ 0.341105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343958] tlb_flushall_shift: 6\n[ 0.345596] Freeing SMP alternatives: 28k freed\n[ 0.349551] ACPI: Core revision 20130517\n[ 0.351066] ACPI: All ACPI Tables successfully acquired\n[ 0.352536] ftrace: allocating 25812 entries in 101 pages\n[ 0.374912] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.376432] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.377980] smpboot: Max logical packages: 2\n[ 0.379342] Enabling x2apic\n[ 0.380277] Enabled x2apic\n[ 0.381392] Switched APIC routing to physical x2apic.\n[ 0.383644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.385190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.387892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.395001] KVM setup paravirtual spinlock\n[ 0.397329] smpboot: Booting Node 0, Processors #1 OK\n[ 0.399011] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420815] Brought up 2 CPUs\n[ 0.420818] KVM setup async PF for cpu 1\n[ 0.420821] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426312] devtmpfs: initialized\n[ 0.428928] EVM: security.selinux\n[ 0.429953] EVM: security.ima\n[ 0.430911] EVM: security.capability\n[ 0.432581] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.434176] pinctrl core: initialized pinctrl subsystem\n[ 0.435633] NET: Registered protocol family 16\n[ 0.437033] ACPI: bus type PCI registered\n[ 0.438179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.439736] PCI: Using configuration type 1 for base access\n[ 0.444422] ACPI: Added _OSI(Module Device)\n[ 0.445777] ACPI: Added _OSI(Processor Device)\n[ 0.447119] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.448531] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.451701] ACPI: Interpreter enabled\n[ 0.452931] ACPI: (supports S0 S5)\n[ 0.454070] ACPI: Using IOAPIC for interrupt routing\n[ 0.455534] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.459880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.461882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.463705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.465470] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.468770] acpiphp: Slot [3] registered\n[ 0.470036] acpiphp: Slot [4] registered\n[ 0.471315] acpiphp: Slot [5] registered\n[ 0.472618] acpiphp: Slot [6] registered\n[ 0.473884] acpiphp: Slot [7] registered\n[ 0.475174] acpiphp: Slot [8] registered\n[ 0.476474] acpiphp: Slot [9] registered\n[ 0.477757] acpiphp: Slot [10] registered\n[ 0.479036] acpiphp: Slot [11] registered\n[ 0.480350] acpiphp: Slot [12] registered\n[ 0.481652] acpiphp: Slot [13] registered\n[ 0.482966] acpiphp: Slot [14] registered\n[ 0.484104] acpiphp: Slot [15] registered\n[ 0.485273] acpiphp: Slot [16] registered\n[ 0.486453] acpiphp: Slot [17] registered\n[ 0.487607] acpiphp: Slot [18] registered\n[ 0.488757] acpiphp: Slot [19] registered\n[ 0.489920] acpiphp: Slot [20] registered\n[ 0.491082] acpiphp: Slot [21] registered\n[ 0.492259] acpiphp: Slot [22] registered\n[ 0.493462] acpiphp: Slot [23] registered\n[ 0.494602] acpiphp: Slot [24] registered\n[ 0.495752] acpiphp: Slot [25] registered\n[ 0.496903] acpiphp: Slot [26] registered\n[ 0.498090] acpiphp: Slot [27] registered\n[ 0.499260] acpiphp: Slot [28] registered\n[ 0.500408] acpiphp: Slot [29] registered\n[ 0.501588] acpiphp: Slot [30] registered\n[ 0.502747] acpiphp: Slot [31] registered\n[ 0.503925] PCI host bridge to bus 0000:00\n[ 0.505089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506481] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511805] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.520143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.521864] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.523478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.526235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.532676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.534645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.589265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.591059] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.592763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.594468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.596162] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.597735] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.599327] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.601428] vgaarb: loaded\n[ 0.602298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.603711] SCSI subsystem initialized\n[ 0.604793] ACPI: bus type USB registered\n[ 0.605893] usbcore: registered new interface driver usbfs\n[ 0.607204] usbcore: registered new interface driver hub\n[ 0.608499] usbcore: registered new device driver usb\n[ 0.609853] PCI: Using ACPI for IRQ routing\n[ 0.611235] NetLabel: Initializing\n[ 0.612230] NetLabel: domain hash size = 128\n[ 0.613355] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.614607] NetLabel: unlabeled traffic allowed by default\n[ 0.616010] Switched to clocksource kvm-clock\n[ 0.623755] pnp: PnP ACPI init\n[ 0.624721] ACPI: bus type PNP registered\n[ 0.626163] pnp: PnP ACPI: found 5 devices\n[ 0.627262] ACPI: bus type PNP unregistered\n[ 0.634352] NET: Registered protocol family 2\n[ 0.635751] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.637913] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.639678] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.641213] TCP: reno registered\n[ 0.642180] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.643600] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.645183] NET: Registered protocol family 1\n[ 0.646561] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.648210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.649800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.669976] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.690328] Unpacking initramfs...\n[ 1.121376] Freeing initrd memory: 37508k freed\n[ 1.131031] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.132871] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.142521] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.144254] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.146194] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.147893] Initialise system trusted keyring\n[ 1.149252] audit: initializing netlink socket (disabled)\n[ 1.150777] type=2000 audit(1538805854.348:1): initialized\n[ 1.167638] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.169375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.172146] zpool: loaded\n[ 1.173140] zbud: loaded\n[ 1.174248] VFS: Disk quotas dquot_6.5.2\n[ 1.175527] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.177367] msgmni has been set to 7578\n[ 1.178657] Key type big_key registered\n[ 1.180417] NET: Registered protocol family 38\n[ 1.181562] Key type asymmetric registered\n[ 1.187751] Asymmetric key parser 'x509' registered\n[ 1.189426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.192231] io scheduler noop registered\n[ 1.193683] io scheduler deadline registered (default)\n[ 1.195652] io scheduler cfq registered\n[ 1.197371] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.209394] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.211847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.214785] ACPI: Power Button [PWRF]\n[ 1.216361] GHES: HEST is not enabled!\n[ 1.217934] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.242016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.244332] Non-volatile memory driver v1.3\n[ 1.245972] Linux agpgart interface v0.103\n[ 1.247676] crash memory driver: version 1.1\n[ 1.249394] rdac: device handler registered\n[ 1.251081] hp_sw: device handler registered\n[ 1.252742] emc: device handler registered\n[ 1.254347] alua: device handler registered\n[ 1.255996] libphy: Fixed MDIO Bus: probed\n[ 1.257646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.259923] ehci-pci: EHCI PCI platform driver\n[ 1.261639] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.263823] ohci-pci: OHCI PCI platform driver\n[ 1.265543] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.285960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.287895] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.290819] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.292718] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.294875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.297296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.300172] usb usb1: Product: UHCI Host Controller\n[ 1.302014] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.304491] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.306304] hub 1-0:1.0: USB hub found\n[ 1.307842] hub 1-0:1.0: 2 ports detected\n[ 1.309527] usbcore: registered new interface driver usbserial\n[ 1.311642] usbcore: registered new interface driver usbserial_generic\n[ 1.313942] usbserial: USB Serial support registered for generic\n[ 1.316112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.319799] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.321202] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.322700] mousedev: PS/2 mouse device common for all mice\n[ 1.324505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.327526] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.330021] rtc_cmos 00:00: RTC can wake from S4\n[ 1.331663] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.333866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.335358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.336860] cpuidle: using governor menu\n[ 1.337995] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.339486] usbcore: registered new interface driver usbhid\n[ 1.340967] usbhid: USB HID core driver\n[ 1.342100] drop_monitor: Initializing network drop monitor service\n[ 1.343696] TCP: cubic registered\n[ 1.344708] Initializing XFRM netlink socket\n[ 1.346032] NET: Registered protocol family 10\n[ 1.347466] NET: Registered protocol family 17\n[ 1.348830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.350372] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.352423] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.355655] Loading compiled-in X.509 certificates\n[ 1.357425] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.360830] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.364662] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.368086] registered taskstats version 1\n[ 1.371275] Key type trusted registered\n[ 1.373964] Key type encrypted registered\n[ 1.376704] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.379022] rtc_cmos 00:00: setting system clock to 2018-10-06 06:04:14 UTC (1538805854)\n[ 1.382623] Freeing unused kernel memory: 1680k freed\n[ 1.387447] 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.391861] systemd[1]: Detected virtualization kvm.\n[ 1.393210] systemd[1]: Detected architecture x86-64.\n[ 1.394562] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.397383] systemd[1]: No hostname configured.\n[ 1.398662] systemd[1]: Set hostname to .\n[ 1.400051] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.424080] systemd[1]: Reached target Local File Systems.\n[ 1.425563] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.427863] systemd[1]: Reached target Timers.\n[ 1.429169] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.431435] systemd[1]: Created slice Root Slice.\n[ 1.432742] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.435008] systemd[1]: Created slice System Slice.\n[ 1.436400] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.438614] systemd[1]: Reached target Slices.\n[ 1.439902] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.442121] systemd[1]: Listening on Journal Socket.\n[ 1.443519] systemd[1]: Starting Journal Socket.\n[ 1.445210] 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] Listening on udev Control Socket.\n[ 1.450400] systemd[1]: Listening on udev Control Socket.\n[ 1.451875] systemd[1]: Starting udev Control Socket.\n[ 1.453651] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.456160] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.458526] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.461826] systemd[1]: Reached target Paths.\n[ 1.463114] systemd[1]: Starting Paths.\n[ 1.464622] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.467075] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Swap.\n[ 1.470134] systemd[1]: Reached target Swap.\n[ 1.471335] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.473490] systemd[1]: Listening on udev Kernel Socket.\n[ 1.474847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.477067] systemd[1]: Reached target Sockets.\n[ 1.478313] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.480545] systemd[1]: 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] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.543884] RPC: Registered named UNIX socket transport module.\n[ 1.545963] RPC: Registered udp transport module.\n[ 1.547659] RPC: Registered tcp transport module.\n[ 1.549384] 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.612024] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.648405] FDC 0 is a S82078B\n[ 1.677052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.717885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.721704] scsi host0: ata_piix\n[ 1.723157] scsi host1: ata_piix\n[ 1.724416] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.726529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.731042] 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.768526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.770125] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.771722] usb 1-1: Product: QEMU USB Tablet\n[ 1.772874] usb 1-1: Manufacturer: QEMU\n[ 1.774017] usb 1-1: SerialNumber: 42\n[ 1.783816] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.786309] 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.899578] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.901860] XFS (vda1): Mounting V4 Filesystem\n[ 2.064877] 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 target Swap.\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 Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\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.303083] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.548279] SELinux: Disabled at runtime.\n[ 2.584098] type=1404 audit(1538805855.705:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.671891] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.673384] 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 Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\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] Listening on udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\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] Started Journal Service.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n [ 3.079190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\nStarting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.087872] 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] Started udev Kernel Device Manager.\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 Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\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 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[[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[ 3.331258] type=1305 audit(1538805856.452:3): audit_pid=443 old=0 auid=4294967295 ses=4294967295 res=1\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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.473257] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Basic System.\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.483222] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.502683] [drm] Initialized drm 1.1.0 20060810\n[ 3.518298] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.518298] [TTM] Initializing pool allocator\n[ 3.518299] [TTM] Initializing DMA pool allocator\n[ 3.518509] [drm] fb mappable at 0xFC000000\n[ 3.518510] [drm] vram aper at 0xFC000000\n[ 3.518510] [drm] size 33554432\n[ 3.518510] [drm] fb depth is 24\n[ 3.518511] [drm] pitch is 3072\n[ 3.519674] ppdev: user-space parallel port driver\n[ 3.538001] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.558749] Console: switching to colour frame buffer device 128x48\n[ 3.570733] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Startin[ 3.575429] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ng NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.686507] AES CTR mode by8 optimization enabled\n[ 3.690206] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...[ 3.696111] alg: No test for crc32 (crc32-pclmul)\n\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.741290] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.774163] intel_rapl: no valid rapl domains found in package 0\n[ 3.783528] intel_powerclamp: No package C-state available\n[ 3.787320] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.997630] cloud-init[523]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 06:04:17 +0000. Up 3.96 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 Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\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 Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started OpenSSH server daemon.\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 nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.176583] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 06:04:19 +0000. Up 6.12 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.234376] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.236398] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.238304] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.240388] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.242397] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.244372] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.7 | 255.255.255.0 | fa:16:3e:e4:65:e5 |\n[ 6.246449] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.249949] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.254829] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.256878] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.261582] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.263850] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.268556] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH |\n[ 6.270126] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.271764] cloud-init[803]: 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: [ 10.091110] cloud-init[3085]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 06 Oct 2018 06:04:23 +0000. Up 10.03 seconds.\n[ 11.032204] cloud-init[3457]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 06 Oct 2018 06:04:24 +0000. Up 10.98 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | b9:10:0b:b5:eb:23:fc:c1:77:c5:49:37:09:76:93:52 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.086860] cloud-init[3457]: Cloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 06:04:24 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.08 seconds\n"} 2018-10-06 06:04:34,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action used request id req-c2880156-22fc-4e05-b42d-352d23327357 2018-10-06 06:04:34,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.13961291313s 2018-10-06 06:04:34,166 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3/action used request id req-c2880156-22fc-4e05-b42d-352d23327357 2018-10-06 06:04:34,166 - 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 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f7290 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe12a3 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11af 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe1223 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 2217311708 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.312995] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315230] pid_max: default: 32768 minimum: 301 [ 0.316438] Security Framework initialized [ 0.317549] SELinux: Initializing. [ 0.318844] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323399] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326225] Mount-cache hash table entries: 4096 [ 0.327657] Initializing cgroup subsys memory [ 0.328831] Initializing cgroup subsys devices [ 0.329994] Initializing cgroup subsys freezer [ 0.331154] Initializing cgroup subsys net_cls [ 0.332311] Initializing cgroup subsys blkio [ 0.333444] Initializing cgroup subsys perf_event [ 0.334641] Initializing cgroup subsys hugetlb [ 0.335809] Initializing cgroup subsys pids [ 0.336926] Initializing cgroup subsys net_prio [ 0.338170] CPU: Physical Processor ID: 0 [ 0.339968] mce: CPU supports 10 MCE banks [ 0.341105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342400] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343958] tlb_flushall_shift: 6 [ 0.345596] Freeing SMP alternatives: 28k freed [ 0.349551] ACPI: Core revision 20130517 [ 0.351066] ACPI: All ACPI Tables successfully acquired [ 0.352536] ftrace: allocating 25812 entries in 101 pages [ 0.374912] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.376432] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.377980] smpboot: Max logical packages: 2 [ 0.379342] Enabling x2apic [ 0.380277] Enabled x2apic [ 0.381392] Switched APIC routing to physical x2apic. [ 0.383644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.385190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.387892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.395001] KVM setup paravirtual spinlock [ 0.397329] smpboot: Booting Node 0, Processors #1 OK [ 0.399011] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420815] Brought up 2 CPUs [ 0.420818] KVM setup async PF for cpu 1 [ 0.420821] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426312] devtmpfs: initialized [ 0.428928] EVM: security.selinux [ 0.429953] EVM: security.ima [ 0.430911] EVM: security.capability [ 0.432581] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.434176] pinctrl core: initialized pinctrl subsystem [ 0.435633] NET: Registered protocol family 16 [ 0.437033] ACPI: bus type PCI registered [ 0.438179] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.439736] PCI: Using configuration type 1 for base access [ 0.444422] ACPI: Added _OSI(Module Device) [ 0.445777] ACPI: Added _OSI(Processor Device) [ 0.447119] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.448531] ACPI: Added _OSI(Processor Aggregator Device) [ 0.451701] ACPI: Interpreter enabled [ 0.452931] ACPI: (supports S0 S5) [ 0.454070] ACPI: Using IOAPIC for interrupt routing [ 0.455534] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.459880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.461882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.463705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.465470] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.468770] acpiphp: Slot [3] registered [ 0.470036] acpiphp: Slot [4] registered [ 0.471315] acpiphp: Slot [5] registered [ 0.472618] acpiphp: Slot [6] registered [ 0.473884] acpiphp: Slot [7] registered [ 0.475174] acpiphp: Slot [8] registered [ 0.476474] acpiphp: Slot [9] registered [ 0.477757] acpiphp: Slot [10] registered [ 0.479036] acpiphp: Slot [11] registered [ 0.480350] acpiphp: Slot [12] registered [ 0.481652] acpiphp: Slot [13] registered [ 0.482966] acpiphp: Slot [14] registered [ 0.484104] acpiphp: Slot [15] registered [ 0.485273] acpiphp: Slot [16] registered [ 0.486453] acpiphp: Slot [17] registered [ 0.487607] acpiphp: Slot [18] registered [ 0.488757] acpiphp: Slot [19] registered [ 0.489920] acpiphp: Slot [20] registered [ 0.491082] acpiphp: Slot [21] registered [ 0.492259] acpiphp: Slot [22] registered [ 0.493462] acpiphp: Slot [23] registered [ 0.494602] acpiphp: Slot [24] registered [ 0.495752] acpiphp: Slot [25] registered [ 0.496903] acpiphp: Slot [26] registered [ 0.498090] acpiphp: Slot [27] registered [ 0.499260] acpiphp: Slot [28] registered [ 0.500408] acpiphp: Slot [29] registered [ 0.501588] acpiphp: Slot [30] registered [ 0.502747] acpiphp: Slot [31] registered [ 0.503925] PCI host bridge to bus 0000:00 [ 0.505089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506481] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509672] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511805] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.520143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.521864] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.523478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.526235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.532676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.534645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.589265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.591059] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.592763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.594468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.596162] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.597735] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.599327] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.601428] vgaarb: loaded [ 0.602298] vgaarb: bridge control possible 0000:00:02.0 [ 0.603711] SCSI subsystem initialized [ 0.604793] ACPI: bus type USB registered [ 0.605893] usbcore: registered new interface driver usbfs [ 0.607204] usbcore: registered new interface driver hub [ 0.608499] usbcore: registered new device driver usb [ 0.609853] PCI: Using ACPI for IRQ routing [ 0.611235] NetLabel: Initializing [ 0.612230] NetLabel: domain hash size = 128 [ 0.613355] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.614607] NetLabel: unlabeled traffic allowed by default [ 0.616010] Switched to clocksource kvm-clock [ 0.623755] pnp: PnP ACPI init [ 0.624721] ACPI: bus type PNP registered [ 0.626163] pnp: PnP ACPI: found 5 devices [ 0.627262] ACPI: bus type PNP unregistered [ 0.634352] NET: Registered protocol family 2 [ 0.635751] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.637913] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.639678] TCP: Hash tables configured (established 32768 bind 32768) [ 0.641213] TCP: reno registered [ 0.642180] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.643600] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.645183] NET: Registered protocol family 1 [ 0.646561] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.648210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.649800] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.669976] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.690328] Unpacking initramfs... [ 1.121376] Freeing initrd memory: 37508k freed [ 1.131031] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.132871] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.142521] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.144254] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.146194] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.147893] Initialise system trusted keyring [ 1.149252] audit: initializing netlink socket (disabled) [ 1.150777] type=2000 audit(1538805854.348:1): initialized [ 1.167638] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.169375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.172146] zpool: loaded [ 1.173140] zbud: loaded [ 1.174248] VFS: Disk quotas dquot_6.5.2 [ 1.175527] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.177367] msgmni has been set to 7578 [ 1.178657] Key type big_key registered [ 1.180417] NET: Registered protocol family 38 [ 1.181562] Key type asymmetric registered [ 1.187751] Asymmetric key parser 'x509' registered [ 1.189426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.192231] io scheduler noop registered [ 1.193683] io scheduler deadline registered (default) [ 1.195652] io scheduler cfq registered [ 1.197371] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.209394] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.211847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.214785] ACPI: Power Button [PWRF] [ 1.216361] GHES: HEST is not enabled! [ 1.217934] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.242016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.244332] Non-volatile memory driver v1.3 [ 1.245972] Linux agpgart interface v0.103 [ 1.247676] crash memory driver: version 1.1 [ 1.249394] rdac: device handler registered [ 1.251081] hp_sw: device handler registered [ 1.252742] emc: device handler registered [ 1.254347] alua: device handler registered [ 1.255996] libphy: Fixed MDIO Bus: probed [ 1.257646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.259923] ehci-pci: EHCI PCI platform driver [ 1.261639] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.263823] ohci-pci: OHCI PCI platform driver [ 1.265543] uhci_hcd: USB Universal Host Controller Interface driver [ 1.285960] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.287895] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.290819] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.292718] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.294875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.297296] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.300172] usb usb1: Product: UHCI Host Controller [ 1.302014] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.304491] usb usb1: SerialNumber: 0000:00:01.2 [ 1.306304] hub 1-0:1.0: USB hub found [ 1.307842] hub 1-0:1.0: 2 ports detected [ 1.309527] usbcore: registered new interface driver usbserial [ 1.311642] usbcore: registered new interface driver usbserial_generic [ 1.313942] usbserial: USB Serial support registered for generic [ 1.316112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.319799] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.321202] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.322700] mousedev: PS/2 mouse device common for all mice [ 1.324505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.327526] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.330021] rtc_cmos 00:00: RTC can wake from S4 [ 1.331663] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.333866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.335358] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.336860] cpuidle: using governor menu [ 1.337995] hidraw: raw HID events driver (C) Jiri Kosina [ 1.339486] usbcore: registered new interface driver usbhid [ 1.340967] usbhid: USB HID core driver [ 1.342100] drop_monitor: Initializing network drop monitor service [ 1.343696] TCP: cubic registered [ 1.344708] Initializing XFRM netlink socket [ 1.346032] NET: Registered protocol family 10 [ 1.347466] NET: Registered protocol family 17 [ 1.348830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.350372] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.352423] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.355655] Loading compiled-in X.509 certificates [ 1.357425] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.360830] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.364662] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.368086] registered taskstats version 1 [ 1.371275] Key type trusted registered [ 1.373964] Key type encrypted registered [ 1.376704] IMA: No TPM chip found, activating TPM-bypass! [ 1.379022] rtc_cmos 00:00: setting system clock to 2018-10-06 06:04:14 UTC (1538805854) [ 1.382623] Freeing unused kernel memory: 1680k freed [ 1.387447] 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.391861] systemd[1]: Detected virtualization kvm. [ 1.393210] systemd[1]: Detected architecture x86-64. [ 1.394562] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.397383] systemd[1]: No hostname configured. [ 1.398662] systemd[1]: Set hostname to . [ 1.400051] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.424080] systemd[1]: Reached target Local File Systems. [ 1.425563] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.427863] systemd[1]: Reached target Timers. [ 1.429169] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.431435] systemd[1]: Created slice Root Slice. [ 1.432742] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.435008] systemd[1]: Created slice System Slice. [ 1.436400] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.438614] systemd[1]: Reached target Slices. [ 1.439902] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.442121] systemd[1]: Listening on Journal Socket. [ 1.443519] systemd[1]: Starting Journal Socket. [ 1.445210] 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] Listening on udev Control Socket. [ 1.450400] systemd[1]: Listening on udev Control Socket. [ 1.451875] systemd[1]: Starting udev Control Socket. [ 1.453651] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.456160] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.458526] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.461826] systemd[1]: Reached target Paths. [ 1.463114] systemd[1]: Starting Paths. [ 1.464622] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.467075] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Swap. [ 1.470134] systemd[1]: Reached target Swap. [ 1.471335] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.473490] systemd[1]: Listening on udev Kernel Socket. [ 1.474847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.477067] systemd[1]: Reached target Sockets. [ 1.478313] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.480545] systemd[1]: 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] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.543884] RPC: Registered named UNIX socket transport module. [ 1.545963] RPC: Registered udp transport module. [ 1.547659] RPC: Registered tcp transport module. [ 1.549384] 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.612024] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.648405] FDC 0 is a S82078B [ 1.677052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.717885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.721704] scsi host0: ata_piix [ 1.723157] scsi host1: ata_piix [ 1.724416] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.726529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.731042] 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.768526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.770125] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.771722] usb 1-1: Product: QEMU USB Tablet [ 1.772874] usb 1-1: Manufacturer: QEMU [ 1.774017] usb 1-1: SerialNumber: 42 [ 1.783816] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.786309] 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.899578] SGI XFS with ACLs, security attributes, no debug enabled [ 1.901860] XFS (vda1): Mounting V4 Filesystem [ 2.064877] 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 target Swap. [[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 Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[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.303083] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.548279] SELinux: Disabled at runtime. [ 2.584098] type=1404 audit(1538805855.705:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.671891] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.673384] 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 Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[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] Started Journal Service. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [ 3.079190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.087872] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started udev Kernel Device Manager. [[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 Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... [[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 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... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.331258] type=1305 audit(1538805856.452:3): audit_pid=443 old=0 auid=4294967295 ses=4294967295 res=1 [[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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [ 3.473257] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Basic System. Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... [ 3.483222] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.502683] [drm] Initialized drm 1.1.0 20060810 [ 3.518298] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.518298] [TTM] Initializing pool allocator [ 3.518299] [TTM] Initializing DMA pool allocator [ 3.518509] [drm] fb mappable at 0xFC000000 [ 3.518510] [drm] vram aper at 0xFC000000 [ 3.518510] [drm] size 33554432 [ 3.518510] [drm] fb depth is 24 [ 3.518511] [drm] pitch is 3072 [ 3.519674] ppdev: user-space parallel port driver [ 3.538001] fbcon: cirrusdrmfb (fb0) is primary device [ 3.558749] Console: switching to colour frame buffer device 128x48 [ 3.570733] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Startin[ 3.575429] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 g NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.686507] AES CTR mode by8 optimization enabled [ 3.690206] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler...[ 3.696111] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.741290] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.774163] intel_rapl: no valid rapl domains found in package 0 [ 3.783528] intel_powerclamp: No package C-state available [ 3.787320] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.997630] cloud-init[523]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 06 Oct 2018 06:04:17 +0000. Up 3.96 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 Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[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 nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 6.176583] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Sat, 06 Oct 2018 06:04:19 +0000. Up 6.12 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.234376] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.236398] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.238304] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.240388] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.242397] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.244372] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.7 | 255.255.255.0 | fa:16:3e:e4:65:e5 | [ 6.246449] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.249949] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.254829] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.256878] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.261582] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.263850] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.268556] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 6.270126] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.271764] cloud-init[803]: 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: [ 10.091110] cloud-init[3085]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 06 Oct 2018 06:04:23 +0000. Up 10.03 seconds. [ 11.032204] cloud-init[3457]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 06 Oct 2018 06:04:24 +0000. Up 10.98 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | b9:10:0b:b5:eb:23:fc:c1:77:c5:49:37:09:76:93:52 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.086860] cloud-init[3457]: Cloud-init v. 0.7.5 finished at Sat, 06 Oct 2018 06:04:24 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.08 seconds 2018-10-06 06:04:34,170 - paramiko.transport - DEBUG - starting thread (client mode): 0x11324b90L 2018-10-06 06:04:34,170 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 06:04:34,215 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-06 06:04:34,215 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-06 06:04:34,291 - 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-10-06 06:04:34,291 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-06 06:04:34,291 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-06 06:04:34,291 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 06:04:34,291 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-06 06:04:34,292 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 06:04:34,312 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-06 06:04:34,313 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 06:04:34,334 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-06 06:04:34,335 - paramiko.transport - DEBUG - Trying key b9100bb5eb23fcc177c5493709769352 from /tmp/tmpWc7lmK 2018-10-06 06:04:34,361 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 06:04:34,417 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-06 06:04:34,436 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-06 06:04:34,437 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-06 06:04:34,437 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-06 06:04:34,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:04:34,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4405, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4414, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 1670, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4387, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 811, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 823, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4129, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4378, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-06 06:04:34,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:04:34,626 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:04:29 GMT 2018-10-06 06:04:34,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:04:34,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-06 06:04:34,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:04:34,626 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4405, 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': 4414, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], 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': 1670, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4387, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 868, 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': 811, 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': 823, 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': 4129, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4378, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-06 06:04:34,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-10-06 06:04:34,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:04:34,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:04:34,763 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4405, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4414, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "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": "stop", "MainPID": 1670, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4387, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 811, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 823, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4129, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4378, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:04:29 GMT 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-06 06:04:34,764 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:04:34,765 - functest.core.cloudify - INFO - The current manager status is running 2018-10-06 06:04:34,765 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-10-06 06:04:34,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T06:04:29.517Z", "updated_at": "2018-10-06T06:04:29.517Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-06 06:04:34,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:04:34,866 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:04:29 GMT 2018-10-06 06:04:34,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:04:34,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-06 06:04:34,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:04:34,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-10-06 06:04:34,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:04:34,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-06T06:04:29.517Z", "updated_at": "2018-10-06T06:04:29.517Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:04:29 GMT 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-06 06:04:34,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:04:34,928 - functest.core.cloudify - DEBUG - List secrets: 2018-10-06 06:04:34,928 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:04:35,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-06T06:04:29.517Z", "updated_at": "2018-10-06T06:04:29.517Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:04:29 GMT 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-06 06:04:35,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:04:35,041 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-06 06:04:35,042 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-06 06:04:35,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-10-06 06:04:35,042 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 06:04:35,043 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 06:04:35,043 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 06:04:35,049 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:04:35,175 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-06 06:04:35,176 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-06 06:04:35,177 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-06 06:04:35,216 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-06 06:04:35,216 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-06 06:04:35,262 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-06 06:05:24,237 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-06 06:05:24,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.keystealth.org * extras: mirrors.syringanetworks.net * updates: mirror.web-ster.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 10 MB/s | 54 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-10-06 06:05:24,238 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-06 06:05:24,238 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-10-06 06:05:24,239 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-10-06 06:05:27,173 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-10-06 06:05:27,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:05:27,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:05:27,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-814c81cb-a65d-4b67-91aa-5fd8fd9a49b3 Date: Sat, 06 Oct 2018 06:05:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "metadata": {}}], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": 4373348352, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:01:29Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:05:27,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-814c81cb-a65d-4b67-91aa-5fd8fd9a49b3 2018-10-06 06:05:27,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17461514473s 2018-10-06 06:05:27,348 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-814c81cb-a65d-4b67-91aa-5fd8fd9a49b3 2018-10-06 06:05:27,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 06:05:27,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}' 2018-10-06 06:05:27,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101 X-Openstack-Request-Id: req-7b727c39-c0cf-4632-ac3f-70280a86c2a3 Date: Sat, 06 Oct 2018 06:05:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "31261aee-253d-4686-8d98-90bde06ee101", "size": null, "self": "/v2/images/31261aee-253d-4686-8d98-90bde06ee101", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-06T06:05:27Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": null, "created_at": "2018-10-06T06:05:27Z", "protected": false} 2018-10-06 06:05:27,551 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7b727c39-c0cf-4632-ac3f-70280a86c2a3 2018-10-06 06:05:27,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.200560092926s 2018-10-06 06:05:27,552 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-7b727c39-c0cf-4632-ac3f-70280a86c2a3 returning object 31261aee-253d-4686-8d98-90bde06ee101 2018-10-06 06:05:27,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 06:05:27,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '' 2018-10-06 06:05:36,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-92096369-92e5-4365-90d0-d7b013cd675a Date: Sat, 06 Oct 2018 06:05:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:05:36,336 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file used request id req-92096369-92e5-4365-90d0-d7b013cd675a 2018-10-06 06:05:36,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.7833981514s 2018-10-06 06:05:36,336 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file used request id req-92096369-92e5-4365-90d0-d7b013cd675a 2018-10-06 06:05:36,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:05:36,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:05:36,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-df289049-c1e0-4c2a-8393-c0cbc825af52 Date: Sat, 06 Oct 2018 06:05:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/31261aee-253d-4686-8d98-90bde06ee101/snap", "metadata": {}}], "file": "/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "31261aee-253d-4686-8d98-90bde06ee101", "size": 426967040, "self": "/v2/images/31261aee-253d-4686-8d98-90bde06ee101", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/31261aee-253d-4686-8d98-90bde06ee101/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-06T06:05:36Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-10-06T06:05:27Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "metadata": {}}], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": 4373348352, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:01:29Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:05:36,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-df289049-c1e0-4c2a-8393-c0cbc825af52 2018-10-06 06:05:36,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195755004883s 2018-10-06 06:05:36,533 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-df289049-c1e0-4c2a-8393-c0cbc825af52 2018-10-06 06:05:36,536 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/31261aee-253d-4686-8d98-90bde06ee101/snap', u'metadata': Munch({})})], 'file': u'/v2/images/31261aee-253d-4686-8d98-90bde06ee101/file', 'owner': u'2027e8a3e62045319ce7225aad8a7e6c', 'id': u'31261aee-253d-4686-8d98-90bde06ee101', 'size': 426967040, u'self': u'/v2/images/31261aee-253d-4686-8d98-90bde06ee101', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2027e8a3e62045319ce7225aad8a7e6c', 'name': 'vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/31261aee-253d-4686-8d98-90bde06ee101/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T06:05:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T06:05:36Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/31261aee-253d-4686-8d98-90bde06ee101', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c', 'created': u'2018-10-06T06:05:27Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-10-06T06:05:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/31261aee-253d-4686-8d98-90bde06ee101', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-10-06 06:05:36,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 06:05:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-10-06 06:05:36,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-adbce8b7-f685-40c8-a7fa-1306c2d933ba x-compute-request-id: req-adbce8b7-f685-40c8-a7fa-1306c2d933ba Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "name": "vyos_vrouter-flavor_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 06:05:36,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-adbce8b7-f685-40c8-a7fa-1306c2d933ba 2018-10-06 06:05:36,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0612289905548s 2018-10-06 06:05:36,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-adbce8b7-f685-40c8-a7fa-1306c2d933ba returning object 1ed66246-0172-4b60-b1ba-3edfb13f67ce 2018-10-06 06:05:36,599 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c', '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'43b0e43720f24df1860fcd99772e846d', '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'1ed66246-0172-4b60-b1ba-3edfb13f67ce', 'swap': 0}) 2018-10-06 06:05:36,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 06:05:36,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" -d '{"extra_specs": {}}' 2018-10-06 06:05:36,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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 x-openstack-request-id: req-6fc90154-49e5-48c8-b206-23f1b3683c83 x-compute-request-id: req-6fc90154-49e5-48c8-b206-23f1b3683c83 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 06:05:36,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce/os-extra_specs used request id req-6fc90154-49e5-48c8-b206-23f1b3683c83 2018-10-06 06:05:36,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233671665192s 2018-10-06 06:05:36,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce/os-extra_specs used request id req-6fc90154-49e5-48c8-b206-23f1b3683c83 2018-10-06 06:05:36,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-06 06:05:36,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:05:36,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18fc9b15-d5b0-4d17-9110-7b36e772ade6 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/15d29fce3e82461aae069b5ec9145e71"}, "enabled": true, "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/16c74b6db7b340cb859d517d3ccf0283"}, "enabled": true, "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/16e1107b6b40423297ea8fc0cfcae9d1"}, "enabled": true, "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1729063a3e564330a94e3dc246396974"}, "enabled": true, "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1f3b916ff81f45b99bd3c2e897b8935f"}, "enabled": true, "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/2962eadce4294fe497e29af8cd1fa867"}, "enabled": true, "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/3bdfa1b3149b473cb371e2689e087b7a"}, "enabled": true, "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/6055c16b7d244563b5bc80f3f82ba721"}, "enabled": true, "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/79d68498b3c14b0384db327c6c7ed8e5"}, "enabled": true, "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/96ff0f9b7fec4a47b1f843491548d121"}, "enabled": true, "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c7b975a0e5eb48ac9d138a03aeef7c3f"}, "enabled": true, "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d26801c854344d82ab824e9ff0ad88a9"}, "enabled": true, "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/de8a50466f9746aba64575502f975a57"}, "enabled": true, "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e00154cbbd084485b9b6004ce58cf998"}, "enabled": true, "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f32129466f62498baeb4a7ab4537997b"}, "enabled": true, "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f8fea41d6f7348b3b6f3037f0ee28a4f"}, "enabled": true, "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-10-06 06:05:36,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-18fc9b15-d5b0-4d17-9110-7b36e772ade6 2018-10-06 06:05:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0884761810303s 2018-10-06 06:05:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-06 06:05:36,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:05:36,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ead1479a-1a6e-4f80-96cf-c5b6260c518c Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/140bcb27192d4935b1f76b68f32598e0"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1d292ebdc8734aedbb9d8b0f22fc5922"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/20ccb0d62ff24af5a5e7fe9295c28d65"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/216433bc5dc94be68168bb4ae7debe99"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2ed027b80afd49dd900004c49d13db9f"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30370c846a134d318c2f95536bbe44d6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "30370c846a134d318c2f95536bbe44d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c74f4cc333f4895ab9f5c32f9f25505"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/445c8556e25a49a0a9bf9656cc685f9b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de8a50466f9746aba64575502f975a57", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/471685a54cf446f1a2edec9f3740ed16"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/483341beec65433c962a5019b839a87c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "483341beec65433c962a5019b839a87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ed831a5c8f449f4a16115827b028b21"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/572c863656e54d41b247dc60d984c5d0"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de8a50466f9746aba64575502f975a57", "id": "572c863656e54d41b247dc60d984c5d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/63d1318aefab46a6bd55baefbcf5b9ec"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/64944a50f98f4a3ca8ccae4f54f52fb2"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1729063a3e564330a94e3dc246396974", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/673417360df24082b26ac9e72c42f0b4"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "673417360df24082b26ac9e72c42f0b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/7659fcd844da430c85b7eab3c9ee08d1"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76fab377d9c14b4da8b5c71c67f5319b"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/928c283db30c4e73b40f441b4308c566"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1729063a3e564330a94e3dc246396974", "id": "928c283db30c4e73b40f441b4308c566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/995804efa3ff41979fbb350f7e311826"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "995804efa3ff41979fbb350f7e311826"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9c7cc2723621468aab3616d7768cf4c0"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9e673c3d8fcb4a3aac4c327af9ad987b"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a260fd47811b4b0abab34e52e5f3cb91"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a7c4754365e34440a027405c60321ea1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "a7c4754365e34440a027405c60321ea1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/aefc42ec51f34c3aa915bb3aefde7e47"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b6d5aa89a45f423f87e06a54d8315142"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "b6d5aa89a45f423f87e06a54d8315142"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b9d76aa4bccb40858e359269a8a869e7"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/be1a153049c84e208c60e3fe46bf406f"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c004862692df4a52b17ef859581b769f"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "c004862692df4a52b17ef859581b769f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c041f46c972647daa88bf2757e090fd7"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de8a50466f9746aba64575502f975a57", "id": "c041f46c972647daa88bf2757e090fd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c30e260a577948818f65226e3e44b8a3"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "c30e260a577948818f65226e3e44b8a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ca5980520df94ca98a2f4bb106e815b1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/cc96c02828024f8aa2016aeac626f9ea"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d2c77e82afca45fd86348886d4ef6c6f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "d2c77e82afca45fd86348886d4ef6c6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d7ae629605f94c4cbf189396a2bae3b7"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "d7ae629605f94c4cbf189396a2bae3b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e05c65eb5ad84e08a15764d97b05a4dd"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5e322c6980f4e6f886ad205203fc1f0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e6f3e4e2cea049709838304ac9a5f5a3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/eaa0949a9ebd4f958b214d93ef375881"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "eaa0949a9ebd4f958b214d93ef375881"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ee5ca9a736b448df8a0412082809295d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "ee5ca9a736b448df8a0412082809295d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f0782db2cf6147d497fa9d531272a16f"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "f0782db2cf6147d497fa9d531272a16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f498078d6df0478a8c5d02f2fd627c1d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "f498078d6df0478a8c5d02f2fd627c1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f50e8d11569447d9afa5cc423ec3997c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1729063a3e564330a94e3dc246396974", "id": "f50e8d11569447d9afa5cc423ec3997c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f67f3fdf02f04db987e8529caacd0d27"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "f67f3fdf02f04db987e8529caacd0d27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/fcd20fdff94e4c8d8e5f2c84551b8efa"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/feb539a6449d4ee5906a1794ca393738"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "feb539a6449d4ee5906a1794ca393738"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-06 06:05:36,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-ead1479a-1a6e-4f80-96cf-c5b6260c518c 2018-10-06 06:05:36,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0819630622864s 2018-10-06 06:05:36,807 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-10-06 06:05:36,857 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:38,619 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:38,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:38,620 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-06 06:05:38,620 - 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-10-06T06:05:36.832Z", "updated_at": "2018-10-06T06:05:36.832Z", "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\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"}}}, "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"}, "region": {"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"}, "keystone_url": {"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"}, "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": {"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": []}, "extended_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": []}, "added_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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_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": "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": {"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"}}, "use_external_resource": false, "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": "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": [{"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": [], "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": {"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"}}, "use_external_resource": false, "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": "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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_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"}, "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": {"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": "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, "description": ""}}, {"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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"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": "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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-10-06 06:05:38,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:38,621 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:36 GMT 2018-10-06 06:05:38,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:38,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-06 06:05:38,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:38,635 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-10-06 06:05:38,635 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.29:5000", "keystone_tenant_name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101", "keystone_password": "eaea4c70-26fa-44d9-b0d6-cf6010745d77", "reference_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "target_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "target_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:39,880 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "target_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101", "keystone_password": "eaea4c70-26fa-44d9-b0d6-cf6010745d77", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.29:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.032Z", "updated_at": "2018-10-06T06:05:37.032Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_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": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:38 GMT 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-06 06:05:39,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:39,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-10-06 06:05:40,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:40,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:40,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:40,263 - 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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:38 GMT 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-10-06 06:05:40,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:40,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:05:40,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:40,365 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:38 GMT 2018-10-06 06:05:40,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:40,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 06:05:40,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:40,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:05:40,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:40,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:40,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:38 GMT 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:05:40,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:45,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:05:45,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:45,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:45,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:45,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:45,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:39.264Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:39.264Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:39.646Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:39.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:39.958Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:39.958Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.134Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.134Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.134Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.978Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.978Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.978Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.978Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:40.978Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:40.978Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:42.057Z", "message": "Installing from directory: /tmp/tmpAWz8gu [args=--prefix=\"/tmp/openstack-4qGtyu\" --constraint=\"/tmp/openstack-4qGtyu/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:42.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:05:42.057Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpAWz8gu --prefix=\"/tmp/openstack-4qGtyu\" --constraint=\"/tmp/openstack-4qGtyu/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:05:42.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:44 GMT 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-10-06 06:05:45,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:45,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-06 06:05:45,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-10-06 06:05:45,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-06 06:05:45,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-10-06 06:05:45,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpAWz8gu [args=--prefix="/tmp/openstack-4qGtyu" --constraint="/tmp/openstack-4qGtyu/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-06 06:05:45,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpAWz8gu --prefix="/tmp/openstack-4qGtyu" --constraint="/tmp/openstack-4qGtyu/constraint.txt" 2018-10-06 06:05:45,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:45,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:44 GMT 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:05:45,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:50,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:05:51,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:50 GMT 2018-10-06 06:05:51,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:51,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 06:05:51,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:51,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:51,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:05:51,206 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:51,206 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:50 GMT 2018-10-06 06:05:51,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:51,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:05:51,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:56,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:05:56,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:56,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:56 GMT 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:56,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 06:05:56,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:05:56,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:05:56,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:05:56,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:05:56 GMT 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:05:56,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:05:56,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:01,373 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:01,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:01,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:01,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:01 GMT 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 06:06:01,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:01,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:01,567 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:06:01,568 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:01,568 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:01 GMT 2018-10-06 06:06:01,568 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:01,568 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:06:01,568 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:06,574 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:06,667 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:06 GMT 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:06,668 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-06 06:06:06,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:06,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:06:06,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:06,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:06,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:06,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:06 GMT 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-06 06:06:06,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:11,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:12,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:10.520Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:10.520Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:11.089Z", "message": "Removing directory: /tmp/tmpAWz8gu", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:11.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5", "logger": "488d851a-6d5c-4579-8a9a-779953c820f9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:11.387Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:11.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-10-06 06:06:12,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:12,147 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:12 GMT 2018-10-06 06:06:12,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:12,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1555 2018-10-06 06:06:12,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:12,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-06 06:06:12,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpAWz8gu 2018-10-06 06:06:12,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-06 06:06:12,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3a20dea6-6c87-44d1-873b-e2ca840359c5 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:12,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"} 2018-10-06 06:06:12,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:12,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:12 GMT 2018-10-06 06:06:12,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:12,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-10-06 06:06:12,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:12,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-10-06 06:06:12,272 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-10-06 06:06:12,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:12,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:12,418 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:12 GMT 2018-10-06 06:06:12,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:12,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:12,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:12,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:12,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 06:06:12,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:12,563 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:12 GMT 2018-10-06 06:06:12,563 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:12,563 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 06:06:12,563 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:12,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:12,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:12 GMT 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:12,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:17,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:18,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:18,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:13.204Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:13.204Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:14.215Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:14.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.077Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:16.317Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:16.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "063701f9-92f6-497c-b014-8e09c565dbe4"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.328Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "08c510d8-531b-488a-a1c0-afd224151004"}, {"node_instance_id": "security_group_cywgh5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:17.361Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:17.361Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 33, "offset": 0, "size": 50}}} 2018-10-06 06:06:18,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:18,035 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:18 GMT 2018-10-06 06:06:18,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:18,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17820 2018-10-06 06:06:18,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:18,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-10-06 06:06:18,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-06 06:06:18,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-06 06:06:18,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-06 06:06:18,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-06 06:06:18,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-06 06:06:18,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:18,041 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-06 06:06:18,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:18,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:18,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:18,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:18,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:18 GMT 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:18,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:23,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:23,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_ws3dqk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "external_network_58mjqj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:18.545Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:18.545Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.581Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.581Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.581Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.581Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.581Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.581Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.581Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.581Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.581Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.581Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:19.793Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T06:06:19Z', u'updated_at': u'2018-10-06T06:06:19Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'port_id': None, u'id': u'd46f7bb4-f66a-4a63-a4ed-8d1042c84888'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:19.793Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "73615d51-c25d-4c8d-a40d-16c950969399"}, {"node_instance_id": "target_vnf_ip_gtssbp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.542Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T06:06:19Z', u'updated_at': u'2018-10-06T06:06:19Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'port_id': None, u'id': u'7bc7abf0-50f4-48bb-9524-7019ed51d63a'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.542Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "5f3d9443-fc56-4d04-89f0-09ff522dd587"}, {"node_instance_id": "router_fnmknb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "keypair_xgkliw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "router_fnmknb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "router_fnmknb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:20.788Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:20.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:21.878Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:21.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:21.878Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:21.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:21.878Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:21.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:22.889Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:22.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 62, "offset": 33, "size": 50}}} 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:23 GMT 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14913 2018-10-06 06:06:23,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:23,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-06 06:06:23,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-06 06:06:23,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T06:06:19Z', u'updated_at': u'2018-10-06T06:06:19Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'port_id': None, u'id': u'd46f7bb4-f66a-4a63-a4ed-8d1042c84888'} 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'created_at': u'2018-10-06T06:06:19Z', u'updated_at': u'2018-10-06T06:06:19Z', u'floating_network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'2027e8a3e62045319ce7225aad8a7e6c', u'port_id': None, u'id': u'7bc7abf0-50f4-48bb-9524-7019ed51d63a'} 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,206 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-06 06:06:23,207 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:23,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-06 06:06:23,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:23,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:23,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:23,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:23 GMT 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:23,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:28,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:28,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:23.902Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:23.902Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:25.004Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:25.004Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:27.303Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:27.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "router_fnmknb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:28.072Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:28.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:28.072Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:28.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "router_fnmknb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:28.072Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:28.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:28.072Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:28.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 74, "offset": 62, "size": 50}}} 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:28 GMT 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6105 2018-10-06 06:06:28,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:28,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:28,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-06 06:06:28,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-06 06:06:28,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-10-06 06:06:28,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:28,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:28,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-06 06:06:28,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:28,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:28,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:28,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:28 GMT 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:28,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:33,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:33,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:33,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_fnmknb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:29.090Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:29.090Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:29.090Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:29.090Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:29.090Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:29.090Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.189Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.189Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:30.857Z", "message": "connect_security_group(): source_id=e80ace52-6e66-4510-803e-bad877bd171f target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:30.857Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "f21cf637-f6e0-42f2-98d8-8fd09f3316e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:31.778Z", "message": "connect_security_group(): source_id=270a6998-9705-47dd-91c8-29a40f2d5b59 target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:31.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "d4913ba9-bf19-4a68-8437-d37e6621a242"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:31.840Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:31.840Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:32.411Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:32.411Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:32.411Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:32.411Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:33.418Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:33.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 91, "offset": 74, "size": 50}}} 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:33 GMT 2018-10-06 06:06:33,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:33,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7903 2018-10-06 06:06:33,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:33,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:33,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-06 06:06:33,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=e80ace52-6e66-4510-803e-bad877bd171f target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=270a6998-9705-47dd-91c8-29a40f2d5b59 target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-06 06:06:33,508 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:33,509 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:33,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:33,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:33,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:33,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:33 GMT 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:33,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:38,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:38,784 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:34.458Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:34.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:34.458Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:34.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:34.458Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:34.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:37.340Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:37.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:38.518Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:38.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 101, "offset": 89, "size": 50}}} 2018-10-06 06:06:38,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:38,785 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:38 GMT 2018-10-06 06:06:38,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:38,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5003 2018-10-06 06:06:38,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-06 06:06:38,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-06 06:06:38,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:38,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-06 06:06:38,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-06 06:06:38,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:38,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:38,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:38 GMT 2018-10-06 06:06:38,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:38,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:38,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:43,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:44,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:40.780Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:40.780Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:41.541Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:41.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:42.558Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:42.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:42.558Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:42.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:43.777Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:43.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:43.777Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:43.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:43.777Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:43.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:43.777Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:43.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 111, "offset": 99, "size": 50}}} 2018-10-06 06:06:44,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:44,976 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:44 GMT 2018-10-06 06:06:44,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:44,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3947 2018-10-06 06:06:44,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:44,976 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-06 06:06:44,976 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:06:44,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:44,978 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:45,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:45 GMT 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:45,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:50,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:50,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:50,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:50,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:50,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:45.562Z", "message": "connect_security_group(): source_id=6bb7ec06-8e84-400b-968b-93e33562547a target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:45.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "a581fb18-8abb-4908-8d83-26fbb64f8609"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:45.816Z", "message": "connect_security_group(): source_id=ba4e1689-661a-492c-ab8f-aa8b872d5a5c target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:45.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "8d4b7a4e-02f6-4f6b-af29-4fa7906b3093"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:47.002Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:47.002Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:47.518Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:47.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:47.518Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:47.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:47.518Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:47.518Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:49.051Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:49.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:50.077Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:50.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:50.077Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:50.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:50.077Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:50.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 123, "offset": 107, "size": 50}}} 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:50,143 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:50 GMT 2018-10-06 06:06:50,144 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:50,144 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5496 2018-10-06 06:06:50,144 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:50,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=6bb7ec06-8e84-400b-968b-93e33562547a target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=ba4e1689-661a-492c-ab8f-aa8b872d5a5c target={u'external_id': u'72bf561a-47b5-40af-abd6-1e71f01219b9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-06 06:06:50,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 06:06:50,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:50,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:50,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:50,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:50,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:50,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:50,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:50 GMT 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:50,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:55,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:06:55,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:55,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:50.594Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:50.594Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:50.989Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'6bb7ec06-8e84-400b-968b-93e33562547a', u'fixed_ip_address': u'11.0.0.13', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:53:44:4e'}, {u'external_id': u'e80ace52-6e66-4510-803e-bad877bd171f', u'fixed_ip_address': u'12.0.0.11', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:97:1a:90'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:50.989Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "fef0e5b5-6603-482a-8b53-07e1824e0d47"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:51.730Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:51.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:51.730Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:51.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:51.730Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:51.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:51.834Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:51.834Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "fef0e5b5-6603-482a-8b53-07e1824e0d47"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:52.927Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0d:b0:0f'}, {u'external_id': u'270a6998-9705-47dd-91c8-29a40f2d5b59', u'fixed_ip_address': u'12.0.0.7', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:5b:dc:5c'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:52.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "95f9d8e0-ab53-410a-b34d-937d7936ce99"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:52.927Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:52.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "95f9d8e0-ab53-410a-b34d-937d7936ce99"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:53.951Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'6bb7ec06-8e84-400b-968b-93e33562547a'}, {'port-id': u'e80ace52-6e66-4510-803e-bad877bd171f'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:53.951Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "fef0e5b5-6603-482a-8b53-07e1824e0d47"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:53.951Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:53.951Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "fef0e5b5-6603-482a-8b53-07e1824e0d47"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:53.951Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'6bb7ec06-8e84-400b-968b-93e33562547a'}, {'port-id': u'e80ace52-6e66-4510-803e-bad877bd171f'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:53.951Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "fef0e5b5-6603-482a-8b53-07e1824e0d47"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:54.964Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c'}, {'port-id': u'270a6998-9705-47dd-91c8-29a40f2d5b59'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:54.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "95f9d8e0-ab53-410a-b34d-937d7936ce99"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:54.964Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c'}, {'port-id': u'270a6998-9705-47dd-91c8-29a40f2d5b59'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:54.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "95f9d8e0-ab53-410a-b34d-937d7936ce99"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:54.964Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:54.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "95f9d8e0-ab53-410a-b34d-937d7936ce99"}], "metadata": {"pagination": {"total": 137, "offset": 117, "size": 50}}} 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:55 GMT 2018-10-06 06:06:55,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:55,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10431 2018-10-06 06:06:55,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:06:55,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 06:06:55,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'6bb7ec06-8e84-400b-968b-93e33562547a', u'fixed_ip_address': u'11.0.0.13', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:53:44:4e'}, {u'external_id': u'e80ace52-6e66-4510-803e-bad877bd171f', u'fixed_ip_address': u'12.0.0.11', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:97:1a:90'}] 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c', u'fixed_ip_address': u'11.0.0.7', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0d:b0:0f'}, {u'external_id': u'270a6998-9705-47dd-91c8-29a40f2d5b59', u'fixed_ip_address': u'12.0.0.7', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:5b:dc:5c'}] 2018-10-06 06:06:55,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-10-06 06:06:55,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'6bb7ec06-8e84-400b-968b-93e33562547a'}, {'port-id': u'e80ace52-6e66-4510-803e-bad877bd171f'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'} 2018-10-06 06:06:55,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 06:06:55,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'6bb7ec06-8e84-400b-968b-93e33562547a'}, {'port-id': u'e80ace52-6e66-4510-803e-bad877bd171f'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'} 2018-10-06 06:06:55,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c'}, {'port-id': u'270a6998-9705-47dd-91c8-29a40f2d5b59'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'} 2018-10-06 06:06:55,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'31261aee-253d-4686-8d98-90bde06ee101', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b63facdb-7984-47fd-bfd2-81d06f4dde3e'}, 'nics': [{'port-id': u'ba4e1689-661a-492c-ab8f-aa8b872d5a5c'}, {'port-id': u'270a6998-9705-47dd-91c8-29a40f2d5b59'}], 'flavor': u'1ed66246-0172-4b60-b1ba-3edfb13f67ce'} 2018-10-06 06:06:55,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-10-06 06:06:55,412 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:06:55,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:06:55 GMT 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:06:55,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:00,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:00,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:55.722Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:55.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:56.816Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:56.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:57.831Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:57.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:57.831Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:57.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:57.831Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:57.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:57.831Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:57.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:58.852Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:58.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:59.864Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:59.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:59.864Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:59.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:59.864Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T06:06:59.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:06:59.864Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:06:59.864Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 148, "offset": 131, "size": 50}}} 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:00 GMT 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6095 2018-10-06 06:07:00,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:00,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 06:07:00,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:07:00,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 06:07:00,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:07:00,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 06:07:00,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-06 06:07:00,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:00,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:00,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:00 GMT 2018-10-06 06:07:00,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:00,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:00,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:05,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:05,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:05,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:01.314Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T06:07:01.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:05 GMT 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:05,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1209 2018-10-06 06:07:05,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:05,734 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-10-06 06:07:05,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:05,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:05 GMT 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:05,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:10,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:11,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:11,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:11,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:11,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:11 GMT 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:11,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:11,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:11,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:11,430 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:11 GMT 2018-10-06 06:07:11,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:11,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:11,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:16,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:16,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:16,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:16,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:16 GMT 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:16,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:16,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:16,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:16,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:16,810 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:16,810 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:16,810 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:16 GMT 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:16,811 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:21,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:22,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:22 GMT 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:22,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:22,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:22,346 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:22,346 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:22 GMT 2018-10-06 06:07:22,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:22,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:22,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:27,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:27,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:27 GMT 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:27,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:27,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:27,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:27,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:27 GMT 2018-10-06 06:07:27,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:27,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:27,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:32,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:32,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:29.822Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:07:29.822Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:29.885Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:07:29.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:31.339Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:07:31.339Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:31.904Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:07:31.904Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 153, "offset": 143, "size": 50}}} 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:32,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:32 GMT 2018-10-06 06:07:32,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:32,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-10-06 06:07:32,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:32,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 06:07:32,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 06:07:32,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-06 06:07:32,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-06 06:07:32,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:32,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:32,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:32 GMT 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:32,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:32,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:37,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:38,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:32.923Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T06:07:32.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:07:33.941Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-10-06T06:07:33.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2018-10-06 06:07:38,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:38,002 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:37 GMT 2018-10-06 06:07:38,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:38,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2368 2018-10-06 06:07:38,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:38,002 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 06:07:38,002 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-10-06 06:07:38,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:38,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:38,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:38,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:38 GMT 2018-10-06 06:07:38,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:38,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:38,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:43,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:43,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-06 06:07:43,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:43,177 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:43 GMT 2018-10-06 06:07:43,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:43,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:43,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:43,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:43,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:43,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:43,237 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:43 GMT 2018-10-06 06:07:43,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:43,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:43,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:48,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:48,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:48,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:48,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:48 GMT 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:48,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:48,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:48,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:48 GMT 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:48,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:53,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:53,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:53,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:53,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:53,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:53,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:53 GMT 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:53,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:53,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:53,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:53,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:53,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:53 GMT 2018-10-06 06:07:53,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:53,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:53,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:58,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:07:58,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:58,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:58,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:58 GMT 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:58,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-06 06:07:58,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:07:58,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:07:58,738 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:07:58,738 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:07:58,738 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:07:58,738 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:07:58 GMT 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:07:58,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:08:03,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:08:03,814 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:02.278Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:02.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:02.964Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:02.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 157, "offset": 149, "size": 50}}} 2018-10-06 06:08:03,815 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:08:03,816 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:08:03 GMT 2018-10-06 06:08:03,816 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:08:03,816 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1128 2018-10-06 06:08:03,816 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:08:03,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:03,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:03,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:08:03,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:08:03,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:08:03,912 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:08:03 GMT 2018-10-06 06:08:03,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:08:03,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-06 06:08:03,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:08:08,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:08:08,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:03.987Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:03.987Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:03.987Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:03.987Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:04.315Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:04.315Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "6d7c2086-c72a-4b22-b70a-023d45edeaac"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:04.999Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:04.999Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:05.661Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:05.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4", "logger": "591ef1fe-eefb-41cc-9d9f-7b89b830edaf"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:06.028Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:06.028Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:08:07.046Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-06T06:08:07.046Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 164, "offset": 151, "size": 50}}} 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:08:08 GMT 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3645 2018-10-06 06:08:08,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:08:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-06 06:08:08,991 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-10-06 06:08:08,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/4a78917f-5c93-46de-823d-b06c2ea76ee4 2018-10-06 06:08:09,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"} 2018-10-06 06:08:09,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:08:09,079 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:08:09 GMT 2018-10-06 06:08:09,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:08:09,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-10-06 06:08:09,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:08:09,079 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-10-06T06:06:12.345Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'4a78917f-5c93-46de-823d-b06c2ea76ee4'} 2018-10-06 06:08:09,100 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-10-06 06:08:09,186 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.211'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.205'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-10-06 06:08:09,258 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.211'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.205'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-10-06 06:08:09,258 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-10-06 06:08:09,259 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.211 2018-10-06 06:08:09,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:09,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:10,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-606d7bf9-5daa-4ad6-b085-6f730697055a x-compute-request-id: req-606d7bf9-5daa-4ad6-b085-6f730697055a Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:10,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-606d7bf9-5daa-4ad6-b085-6f730697055a 2018-10-06 06:08:10,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02182006836s 2018-10-06 06:08:10,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-606d7bf9-5daa-4ad6-b085-6f730697055a 2018-10-06 06:08:10,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:10,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:11,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-5de143c5-546f-4f9b-be38-24a5316d9d0c x-compute-request-id: req-5de143c5-546f-4f9b-be38-24a5316d9d0c Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:11,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5de143c5-546f-4f9b-be38-24a5316d9d0c 2018-10-06 06:08:11,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.871515989304s 2018-10-06 06:08:11,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5de143c5-546f-4f9b-be38-24a5316d9d0c 2018-10-06 06:08:11,161 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.13 2018-10-06 06:08:11,161 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:53:44:4e 2018-10-06 06:08:11,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:11,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-f2abb959-72a6-4a72-ba14-c8066dc3d7f7 x-compute-request-id: req-f2abb959-72a6-4a72-ba14-c8066dc3d7f7 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:11,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2abb959-72a6-4a72-ba14-c8066dc3d7f7 2018-10-06 06:08:11,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777280092239s 2018-10-06 06:08:11,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2abb959-72a6-4a72-ba14-c8066dc3d7f7 2018-10-06 06:08:11,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:12,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-e6756990-da7f-4a84-8876-17fc0ca6bcfb x-compute-request-id: req-e6756990-da7f-4a84-8876-17fc0ca6bcfb Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:12,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6756990-da7f-4a84-8876-17fc0ca6bcfb 2018-10-06 06:08:12,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.880697011948s 2018-10-06 06:08:12,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e6756990-da7f-4a84-8876-17fc0ca6bcfb 2018-10-06 06:08:12,828 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.11 2018-10-06 06:08:12,828 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:97:1a:90 2018-10-06 06:08:12,829 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-10-06 06:08:12,829 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.205 2018-10-06 06:08:12,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:12,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:13,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-256159dd-67b5-4cc8-b19c-d3c87a7b36f2 x-compute-request-id: req-256159dd-67b5-4cc8-b19c-d3c87a7b36f2 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:13,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-256159dd-67b5-4cc8-b19c-d3c87a7b36f2 2018-10-06 06:08:13,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695803165436s 2018-10-06 06:08:13,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-256159dd-67b5-4cc8-b19c-d3c87a7b36f2 2018-10-06 06:08:13,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:13,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:14,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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-e2f7be46-a10e-4d73-9ecf-3f84b2bd764d x-compute-request-id: req-e2f7be46-a10e-4d73-9ecf-3f84b2bd764d Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:14,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e2f7be46-a10e-4d73-9ecf-3f84b2bd764d 2018-10-06 06:08:14,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690087080002s 2018-10-06 06:08:14,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e2f7be46-a10e-4d73-9ecf-3f84b2bd764d 2018-10-06 06:08:14,224 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.7 2018-10-06 06:08:14,224 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:0d:b0:0f 2018-10-06 06:08:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:14,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:14,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-23820a5d-804a-449f-92cb-73bea8f98357 x-compute-request-id: req-23820a5d-804a-449f-92cb-73bea8f98357 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:14,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-23820a5d-804a-449f-92cb-73bea8f98357 2018-10-06 06:08:14,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713506937027s 2018-10-06 06:08:14,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-23820a5d-804a-449f-92cb-73bea8f98357 2018-10-06 06:08:14,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:08:14,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:08:15,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:08: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-154743a7-bbb0-443f-9b90-5ee9c7f674b2 x-compute-request-id: req-154743a7-bbb0-443f-9b90-5ee9c7f674b2 Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:08:15,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-154743a7-bbb0-443f-9b90-5ee9c7f674b2 2018-10-06 06:08:15,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808169126511s 2018-10-06 06:08:15,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-154743a7-bbb0-443f-9b90-5ee9c7f674b2 2018-10-06 06:08:15,755 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.7 2018-10-06 06:08:15,755 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:5b:dc:5c 2018-10-06 06:08:15,755 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-10-06 06:08:15,794 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-10-06 06:08:15,811 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-10-06 06:08:15,811 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-10-06 06:08:15,907 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-10-06 06:08:15' 2018-10-06 06:08:15,907 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-10-06 06:08:15,907 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-10-06 06:08:15,966 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-10-06 06:08:15,969 - paramiko.transport - DEBUG - starting thread (client mode): 0x111fab90L 2018-10-06 06:08:15,970 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 06:08:15,974 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-06 06:08:15,974 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-06 06:08:15,975 - paramiko.transport - DEBUG - kex algos:[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'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-10-06 06:08:15,975 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-06 06:08:15,976 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-06 06:08:15,976 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 06:08:15,976 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-06 06:08:15,976 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 06:08:16,009 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-06 06:08:16,129 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-06 06:08:16,130 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 06:08:16,133 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.205: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-06 06:08:16,167 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 06:08:16,174 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-06 06:08:16,174 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-06 06:08:16,198 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-10-06 06:08:16,199 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 06:08:16,200 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 06:08:16,200 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 06:08:16,203 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:08:16,204 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:08:17,326 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-06 06:08:18,328 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-06 06:08:23,333 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-06 06:08:24,335 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-06 06:08:29,336 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-06 06:08:30,338 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-06 06:08:35,343 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-10-06 06:08:36,345 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:08:41,351 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-10-06 06:08:42,353 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:08:47,358 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-10-06 06:08:48,360 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:08:53,366 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-10-06 06:08:54,367 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:08:59,372 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-10-06 06:09:00,374 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:05,380 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-10-06 06:09:06,382 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:11,387 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-10-06 06:09:12,389 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:17,394 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-10-06 06:09:18,395 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:23,401 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-10-06 06:09:24,403 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:29,408 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-10-06 06:09:30,410 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:09:35,415 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-06 06:09:36,417 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-06 06:09:41,423 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 ebgp-multihop '2' 2018-10-06 06:09:42,424 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-06 06:09:47,430 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 remote-as 65002 2018-10-06 06:09:48,431 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 remote-as 65002 [edit] vyos@vyos# 2018-10-06 06:09:53,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 update-source 12.0.0.7 2018-10-06 06:09:54,438 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 update-source 12.0.0.7 [edit] vyos@vyos# 2018-10-06 06:09:59,444 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 soft-reconfiguration inbound 2018-10-06 06:10:00,446 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-10-06 06:10:05,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.11 password lab0033 2018-10-06 06:10:06,453 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.11 password lab0033 [edit] vyos@vyos# 2018-10-06 06:10:11,459 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-10-06 06:10:12,461 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-10-06 06:10:17,466 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-10-06 06:10:18,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-10-06 06:10:23,473 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-10-06 06:10:24,475 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-10-06 06:10:29,480 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-10-06 06:10:30,482 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-10-06 06:10:35,483 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-10-06 06:10:36,485 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-10-06 06:10:41,491 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-10-06 06:10:42,493 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-10-06 06:10:47,498 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-10-06 06:10:48,500 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-10-06 06:10:53,505 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-10-06 06:10:54,507 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-10-06 06:10:59,512 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-10-06 06:11:00,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-10-06 06:11:05,519 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-10-06 06:11:06,521 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-10-06 06:11:11,526 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.7 2018-10-06 06:11:12,528 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.7 [edit] vyos@vyos# 2018-10-06 06:11:17,533 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-06 06:11:18,535 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-06 06:11:23,614 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 06:11:23,654 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-10-06 06:11:23,704 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.211. 2018-10-06 06:11:23,709 - paramiko.transport - DEBUG - starting thread (client mode): 0x111f6810L 2018-10-06 06:11:23,709 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 06:11:23,713 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-06 06:11:23,713 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-06 06:11:23,714 - paramiko.transport - DEBUG - kex algos:[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'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-10-06 06:11:23,715 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-06 06:11:23,715 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-06 06:11:23,715 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 06:11:23,715 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-06 06:11:23,715 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 06:11:23,752 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-06 06:11:23,860 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-06 06:11:23,860 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 06:11:23,863 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.211: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-06 06:11:23,890 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 06:11:23,901 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-06 06:11:23,901 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-06 06:11:23,927 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.211. 2018-10-06 06:11:23,928 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 06:11:23,928 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 06:11:23,929 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 06:11:23,932 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:11:23,933 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:11:24,958 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-06 06:11:25,959 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-06 06:11:30,961 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-06 06:11:31,962 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-06 06:11:36,967 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-06 06:11:37,969 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-06 06:11:42,974 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-10-06 06:11:43,976 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:11:48,981 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-10-06 06:11:49,983 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:11:54,989 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-10-06 06:11:55,991 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:00,996 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-10-06 06:12:01,998 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:07,003 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-10-06 06:12:08,005 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:13,010 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-10-06 06:12:14,012 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:19,017 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-10-06 06:12:20,019 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:25,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-10-06 06:12:26,026 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:31,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-10-06 06:12:32,033 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:37,039 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-10-06 06:12:38,040 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-10-06 06:12:43,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-06 06:12:44,048 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-06 06:12:49,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 ebgp-multihop '2' 2018-10-06 06:12:50,055 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.7 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-06 06:12:55,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 remote-as 65001 2018-10-06 06:12:56,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.7 remote-as 65001 [edit] vyos@vyos# 2018-10-06 06:13:01,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 update-source 12.0.0.11 2018-10-06 06:13:02,069 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.7 update-source 12.0.0.11 [edit] vyos@vyos# 2018-10-06 06:13:07,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 soft-reconfiguration inbound 2018-10-06 06:13:08,076 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.7 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-10-06 06:13:13,081 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 password lab0033 2018-10-06 06:13:14,083 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.7 password lab0033 [edit] vyos@vyos# 2018-10-06 06:13:19,086 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-10-06 06:13:20,088 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-10-06 06:13:25,093 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-10-06 06:13:26,095 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-10-06 06:13:31,100 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-10-06 06:13:32,102 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-10-06 06:13:37,107 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-10-06 06:13:38,109 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-10-06 06:13:43,113 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-10-06 06:13:44,115 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-10-06 06:13:49,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-10-06 06:13:50,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-10-06 06:13:55,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-10-06 06:13:56,128 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-10-06 06:14:01,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-10-06 06:14:02,136 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-10-06 06:14:07,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-10-06 06:14:08,143 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-10-06 06:14:13,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-10-06 06:14:14,146 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-10-06 06:14:19,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.11 2018-10-06 06:14:20,153 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.11 [edit] vyos@vyos# 2018-10-06 06:14:25,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-06 06:14:26,160 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-06 06:14:31,242 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 06:14:31,279 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-10-06 06:14:31,279 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-10-06 06:15:31,331 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-10-06 06:15:31,377 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-10-06 06:15:31,380 - paramiko.transport - DEBUG - starting thread (client mode): 0x117f3790L 2018-10-06 06:15:31,380 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-06 06:15:31,384 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-06 06:15:31,384 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-06 06:15:31,385 - paramiko.transport - DEBUG - kex algos:[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'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-10-06 06:15:31,385 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-06 06:15:31,386 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-06 06:15:31,386 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-06 06:15:31,386 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-06 06:15:31,386 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-06 06:15:31,426 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-06 06:15:31,531 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-06 06:15:31,531 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-06 06:15:31,534 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.205: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-06 06:15:31,565 - paramiko.transport - DEBUG - userauth is OK 2018-10-06 06:15:31,572 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-06 06:15:31,572 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-06 06:15:31,598 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-10-06 06:15:31,599 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-06 06:15:31,600 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-06 06:15:31,600 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-06 06:15:31,602 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:15:31,603 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-06 06:15:32,605 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-10-06 06:16:02,723 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 06:16:02,755 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-10-06 06:16:02,755 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.7, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.11 4 65002 3 5 0 0 0 00:01:04 10 Total number of neighbors 1 vyos@vyos:~$ 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 | no-more BGP neighbor is 12.0.0.11, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.11 BGP state = Established, up for 00:01:10 Last read 17:52:20, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.7 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.7, Local port: 179 Foreign host: 12.0.0.11, Foreign port: 51557 Nexthop: 12.0.0.7 Nexthop global: fe80::f816:3eff:fe5b:dc5c Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.7 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.7 0 32768 i *> 10.0.2.0/24 12.0.0.7 0 32768 i *> 10.0.3.0/24 12.0.0.7 0 32768 i *> 10.0.4.0/24 12.0.0.7 0 32768 i *> 10.0.5.0/24 12.0.0.7 0 32768 i *> 10.0.6.0/24 12.0.0.7 0 32768 i *> 10.0.7.0/24 12.0.0.7 0 32768 i *> 10.0.8.0/24 12.0.0.7 0 32768 i *> 10.0.9.0/24 12.0.0.7 0 32768 i *> 10.0.10.0/24 12.0.0.7 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.7 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.11 0 0 65002 i *> 10.1.2.0/24 12.0.0.11 0 0 65002 i *> 10.1.3.0/24 12.0.0.11 0 0 65002 i *> 10.1.4.0/24 12.0.0.11 0 0 65002 i *> 10.1.5.0/24 12.0.0.11 0 0 65002 i *> 10.1.6.0/24 12.0.0.11 0 0 65002 i *> 10.1.7.0/24 12.0.0.11 0 0 65002 i *> 10.1.8.0/24 12.0.0.11 0 0 65002 i *> 10.1.9.0/24 12.0.0.11 0 0 65002 i *> 10.1.10.0/24 12.0.0.11 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.11 routes | no-more BGP table version is 0, local router ID is 12.0.0.7 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.11 0 0 65002 i *> 10.1.2.0/24 12.0.0.11 0 0 65002 i *> 10.1.3.0/24 12.0.0.11 0 0 65002 i *> 10.1.4.0/24 12.0.0.11 0 0 65002 i *> 10.1.5.0/24 12.0.0.11 0 0 65002 i *> 10.1.6.0/24 12.0.0.11 0 0 65002 i *> 10.1.7.0/24 12.0.0.11 0 0 65002 i *> 10.1.8.0/24 12.0.0.11 0 0 65002 i *> 10.1.9.0/24 12.0.0.11 0 0 65002 i *> 10.1.10.0/24 12.0.0.11 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-10-06 06:16:02,756 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.8' 2018-10-06 06:16:02,757 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-10-06 06:16:02,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:16:02,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:03,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:16:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734b2d89-ac01-4558-add7-c434f893d85d x-compute-request-id: req-734b2d89-ac01-4558-add7-c434f893d85d Content-Encoding: gzip Content-Length: 1178 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:16:03,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-734b2d89-ac01-4558-add7-c434f893d85d 2018-10-06 06:16:03,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03901290894s 2018-10-06 06:16:03,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-734b2d89-ac01-4558-add7-c434f893d85d 2018-10-06 06:16:03,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 06:16:03,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:03,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:16: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-da6719f9-3f06-45cf-ae21-dbbf4af26218 x-compute-request-id: req-da6719f9-3f06-45cf-ae21-dbbf4af26218 Content-Type: application/json 2018-10-06 06:16:03,958 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12 used request id req-da6719f9-3f06-45cf-ae21-dbbf4af26218 2018-10-06 06:16:03,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.157917976379s 2018-10-06 06:16:03,959 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12 used request id req-da6719f9-3f06-45cf-ae21-dbbf4af26218 2018-10-06 06:16:03,959 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-10-06 06:16:03,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:16:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:04,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:16: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-8634804e-5f45-4dc8-85c6-c6686efc529d x-compute-request-id: req-8634804e-5f45-4dc8-85c6-c6686efc529d Content-Encoding: gzip Content-Length: 1193 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "11.0.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:b0:0f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:dc:5c", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "22fd4052-5f34-43ce-adce-1e57d2bf2e02", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:07:43Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-06T06:06:56Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:44:4e", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:1a:90", "version": 4, "addr": "12.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/ec24fa89-8251-423d-95ff-b48c6e28ec12", "rel": "bookmark"}], "image": {"id": "31261aee-253d-4686-8d98-90bde06ee101", "links": [{"href": "http://172.30.9.29:8774/images/31261aee-253d-4686-8d98-90bde06ee101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:07:39.000000", "flavor": {"id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "links": [{"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}]}, "id": "ec24fa89-8251-423d-95ff-b48c6e28ec12", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:16:03Z", "hostId": "9357db9305867cf289f488b1de7783a14e7be7ae8d348a6b31c45942", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-06T06:06:55Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b63facdb-7984-47fd-bfd2-81d06f4dde3e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:04:16Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:16:04,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8634804e-5f45-4dc8-85c6-c6686efc529d 2018-10-06 06:16:04,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691246986389s 2018-10-06 06:16:04,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8634804e-5f45-4dc8-85c6-c6686efc529d 2018-10-06 06:16:04,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 06:16:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:04,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:16: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-ef917e8a-5313-4e0e-8496-5b39efb11963 x-compute-request-id: req-ef917e8a-5313-4e0e-8496-5b39efb11963 Content-Type: application/json 2018-10-06 06:16:04,845 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02 used request id req-ef917e8a-5313-4e0e-8496-5b39efb11963 2018-10-06 06:16:04,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190403938293s 2018-10-06 06:16:04,845 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/22fd4052-5f34-43ce-adce-1e57d2bf2e02 used request id req-ef917e8a-5313-4e0e-8496-5b39efb11963 2018-10-06 06:16:04,979 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 06:16:04,980 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:27 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-06 06:16:04,985 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-10-06 06:16:04,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:05,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "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"}, "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": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.625Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3a20dea6-6c87-44d1-873b-e2ca840359c5"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:06:12.345Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4a78917f-5c93-46de-823d-b06c2ea76ee4"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-06 06:16:05,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:05,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:05 GMT 2018-10-06 06:16:05,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:05,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-10-06 06:16:05,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:05,061 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:05,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:05 GMT 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:05,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:05,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:05 GMT 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:05,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:05,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:05,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:05,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:05 GMT 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:05,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:10,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:10,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:10,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:10,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:05.879Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:05.879Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:06.891Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:06.891Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:06.891Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:06.891Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:06.891Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:06.891Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:06.891Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:06.891Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:07.206Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:07.206Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:07.206Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:07.206Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:08.540Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-06T06:16:08.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:09.323Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:09.323Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:09.323Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-06T06:16:09.323Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:09.323Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:09.323Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:10 GMT 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-10-06 06:16:10,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:10,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-10-06 06:16:10,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 06:16:10,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404] 2018-10-06 06:16:10,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-06 06:16:10,448 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404] 2018-10-06 06:16:10,448 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-06 06:16:10,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:10,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:10 GMT 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:10,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:15,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:15,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:15,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:15,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:10.457Z", "message": "Detaching port e80ace52-6e66-4510-803e-bad877bd171f...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:10.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "f479dc57-9b32-4f68-abd2-53a75e4081fc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:11.128Z", "message": "Successfully detached port e80ace52-6e66-4510-803e-bad877bd171f", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:11.128Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "f479dc57-9b32-4f68-abd2-53a75e4081fc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:11.168Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:11.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:11.348Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:11.348Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:11.348Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:11.348Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:12.144Z", "message": "Detaching port 270a6998-9705-47dd-91c8-29a40f2d5b59...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:12.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "d1962592-4928-42fd-9b85-8ad062736d05"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:12.144Z", "message": "Successfully detached port 270a6998-9705-47dd-91c8-29a40f2d5b59", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:12.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "d1962592-4928-42fd-9b85-8ad062736d05"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:12.356Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:12.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:12.356Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:12.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:12.356Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:12.356Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:13.570Z", "message": "Detaching port 6bb7ec06-8e84-400b-968b-93e33562547a...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:13.570Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "77f94f11-2d23-40db-8b66-a517983c5148"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:14.044Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:14.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:14.153Z", "message": "Successfully detached port 6bb7ec06-8e84-400b-968b-93e33562547a", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:14.153Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "77f94f11-2d23-40db-8b66-a517983c5148"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:15.161Z", "message": "Detaching port ba4e1689-661a-492c-ab8f-aa8b872d5a5c...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:15.161Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "243fe717-4d42-45bd-a1bf-1d713d5c02b5"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:15.369Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:15.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:15.369Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:15.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:15.369Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:15.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 30, "offset": 11, "size": 50}}} 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:15 GMT 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:15,587 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8789 2018-10-06 06:16:15,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:15,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port e80ace52-6e66-4510-803e-bad877bd171f... 2018-10-06 06:16:15,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port e80ace52-6e66-4510-803e-bad877bd171f 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 270a6998-9705-47dd-91c8-29a40f2d5b59... 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 270a6998-9705-47dd-91c8-29a40f2d5b59 2018-10-06 06:16:15,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 6bb7ec06-8e84-400b-968b-93e33562547a... 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 6bb7ec06-8e84-400b-968b-93e33562547a 2018-10-06 06:16:15,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port ba4e1689-661a-492c-ab8f-aa8b872d5a5c... 2018-10-06 06:16:15,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:15,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 06:16:15,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 06:16:15,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:15,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:15,654 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:15 GMT 2018-10-06 06:16:15,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:15,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:15,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:20,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:20,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_i26li1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:16.178Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:16.178Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "86710596-24a4-4ada-b51e-33e215bddc38"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:16.178Z", "message": "Successfully detached port ba4e1689-661a-492c-ab8f-aa8b872d5a5c", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:16.178Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "243fe717-4d42-45bd-a1bf-1d713d5c02b5"}, {"node_instance_id": "reference_vnf_host_i26li1", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:16.379Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-06T06:16:16.379Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:16.379Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:16.379Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.407Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.407Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.407Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.407Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.407Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:17.639Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:17.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "d241a4d4-ffe9-4810-bd78-ba63f81daa32"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.437Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.437Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.437Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.437Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.437Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:18.737Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:18.737Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "4f81bbc6-9b36-4c36-be46-a412dca9c151"}, {"node_instance_id": "keypair_xgkliw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:19.454Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:19.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:19.454Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:19.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:19.454Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:19.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_host_tjvuxv", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:19.454Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-06T06:16:19.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "keypair_xgkliw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "keypair_xgkliw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "keypair_xgkliw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:20.741Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:20.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 60, "offset": 28, "size": 50}}} 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:20 GMT 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19427 2018-10-06 06:16:20,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:20,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-06 06:16:20,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port ba4e1689-661a-492c-ab8f-aa8b872d5a5c 2018-10-06 06:16:20,913 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance ec24fa89-8251-423d-95ff-b48c6e28ec12 could not be found. [status_code=404] 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:20,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:20,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 22fd4052-5f34-43ce-adce-1e57d2bf2e02 could not be found. [status_code=404] 2018-10-06 06:16:20,916 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:20,917 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-06 06:16:20,918 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-06 06:16:20,918 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:20,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:21,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:21,202 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:21 GMT 2018-10-06 06:16:21,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:21,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:21,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:26,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:26,283 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:26,284 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_xgkliw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:21.387Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:21.387Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "aa46d8ae-340e-432a-8c0e-9f13b14eaf3f"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:21.752Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:21.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:21.752Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:21.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_data_plane_port_x0o8qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:21.752Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:21.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.401Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.401Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "e4afa518-07ce-4650-b75e-f18c9d66be1b"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.401Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.401Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "2480c47f-757d-4f3d-a4f4-9afaf01ed86d"}, {"node_instance_id": "keypair_xgkliw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.401Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.401Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "aa46d8ae-340e-432a-8c0e-9f13b14eaf3f"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.766Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.766Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.766Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.766Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "keypair_xgkliw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:22.766Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:22.766Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_port_n5u1w7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.553Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.553Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "eb8d59eb-38ed-41b4-af97-274c5e1a7df7"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_port_0zevsr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_data_plane_port_q27og8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:23.805Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:23.805Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:24.850Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:24.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.344Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.344Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "d447dd45-1d98-4077-8d38-ec5c27771b07"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.525Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.525Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "c5b40e87-6ae9-40c0-aafa-c7ada5411038"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.889Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "security_group_cywgh5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.889Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.889Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_port_n5u1w7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:25.889Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:25.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 89, "offset": 58, "size": 50}}} 2018-10-06 06:16:26,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:26,285 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:26 GMT 2018-10-06 06:16:26,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:26,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14672 2018-10-06 06:16:26,285 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:26,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-10-06 06:16:26,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-06 06:16:26,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-06 06:16:26,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-06 06:16:26,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-06 06:16:26,287 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-06 06:16:26,288 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-06 06:16:26,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-06 06:16:26,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:26,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:26,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:26,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-06 06:16:26,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:26,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:26,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:26,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:26,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:26,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:26 GMT 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:26,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:31,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:31,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_cywgh5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "security_group_cywgh5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "security_group_cywgh5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "reference_vnf_ip_tnwqe8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.176Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "security_group_cywgh5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:27.496Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:27.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "18b73fe8-b403-4cfa-ab0f-ab73d89ee87e"}, {"node_instance_id": "target_vnf_ip_gtssbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:28.541Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:28.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "6fb7d05f-2478-4830-8ea2-e03609ccd3c4"}, {"node_instance_id": "security_group_cywgh5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:28.821Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:28.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "target_vnf_ip_gtssbp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:29.190Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:29.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_subnet_3tjojx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:29.190Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:29.190Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.216Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.216Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.216Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.216Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.216Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_subnet_yuogxn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:30.624Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:30.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "d26d5d42-01d5-4ef6-a667-d35de88f0891"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:31.257Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:31.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:31.257Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:31.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:31.257Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:31.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 112, "offset": 87, "size": 50}}} 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:31 GMT 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11681 2018-10-06 06:16:31,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:31,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:31,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:31,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:31,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-06 06:16:31,484 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-06 06:16:31,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-06 06:16:31,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:31,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:31,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:31 GMT 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:31,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:31,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:36,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:36,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:36,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_ws3dqk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:31.827Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:31.827Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "e827328f-3889-480c-9f78-f4291e187d93"}, {"node_instance_id": "data_plane_network_ws3dqk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:32.522Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:32.522Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_subnet_yuogxn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:33.547Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:33.547Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:34.269Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:34.269Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "router_fnmknb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:34.269Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:34.269Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "router_fnmknb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "router_fnmknb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_network_g2s067", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "router_fnmknb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.416Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "management_plane_network_g2s067", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.708Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.708Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "871d4b8f-29fa-4e8d-9ce8-9d78e813ebac"}, {"node_instance_id": "router_fnmknb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:35.848Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:35.848Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "5eb3a363-f9d9-4853-a773-b5065a0d36d7"}], "metadata": {"pagination": {"total": 125, "offset": 110, "size": 50}}} 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:36 GMT 2018-10-06 06:16:36,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:36,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6559 2018-10-06 06:16:36,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:36,636 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-06 06:16:36,636 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:36,637 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-06 06:16:36,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-10-06 06:16:36,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-06 06:16:36,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-10-06 06:16:36,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-06 06:16:36,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-10-06 06:16:36,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:36,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:36,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:36,698 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:36,698 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:36,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:36 GMT 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-06 06:16:36,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:41,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-06 06:16:41,792 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:41,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_g2s067", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:37.370Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:37.370Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "router_fnmknb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:39.090Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:39.090Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "external_network_58mjqj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:40.432Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:40.432Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "external_network_58mjqj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:40.432Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:40.432Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "external_network_58mjqj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:41.218Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:41.218Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3", "logger": "8cf7bdf7-2811-4944-8d29-378f01e71159"}, {"node_instance_id": "external_network_58mjqj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:41.453Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:41.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "external_network_58mjqj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:41.453Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:41.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}, {"node_instance_id": "external_network_58mjqj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-06T06:16:41.453Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-06T06:16:41.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"}], "metadata": {"pagination": {"total": 133, "offset": 123, "size": 50}}} 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:41 GMT 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:41,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4136 2018-10-06 06:16:41,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:41,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-06 06:16:41,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-10-06 06:16:41,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-06 06:16:41,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-06 06:16:41,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-10-06 06:16:41,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-06 06:16:41,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-06 06:16:41,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-06 06:16:41,796 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a925cf67-856a-40d4-9d6b-153b65c1c9e3 2018-10-06 06:16:41,861 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-06T06:16:05.129Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a925cf67-856a-40d4-9d6b-153b65c1c9e3"} 2018-10-06 06:16:41,862 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:41,863 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:41 GMT 2018-10-06 06:16:41,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:41,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-10-06 06:16:41,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:41,863 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv 2018-10-06 06:16:42,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 06:16:42,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "target_vnf_flavor_id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101", "keystone_password": "eaea4c70-26fa-44d9-b0d6-cf6010745d77", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.29:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "31261aee-253d-4686-8d98-90bde06ee101", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-06T06:05:37.032Z", "updated_at": "2018-10-06T06:05:37.032Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_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": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-10-06 06:16:42,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:42,136 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:42 GMT 2018-10-06 06:16:42,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:42,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-06 06:16:42,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:42,137 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv 2018-10-06 06:16:42,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-06 06:16:42,223 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-06 06:16:42,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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-10-06T06:05:36.832Z", "updated_at": "2018-10-06T06:05:36.832Z", "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\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"}}}, "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"}, "region": {"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"}, "keystone_url": {"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"}, "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": {"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": []}, "extended_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": []}, "added_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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_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": "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": {"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"}}, "use_external_resource": false, "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": "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": [{"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": [], "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": {"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"}}, "use_external_resource": false, "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": "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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_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"}, "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": {"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": "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, "description": ""}}, {"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, "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"}}, "network": {}, "create_if_missing": false, "resource_id": {"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": "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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": "", "openstack_config": {}, "start_retry_interval": 30}, "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-10-06 06:16:42,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-06 06:16:42,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 06 Oct 2018 06:16:42 GMT 2018-10-06 06:16:42,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-06 06:16:42,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-06 06:16:42,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-06 06:16:42,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 06:16:42,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:43,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d959414e-60a0-4190-8d07-4b1ebaaba7bf Date: Sat, 06 Oct 2018 06:16:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:16:43,844 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101 used request id req-d959414e-60a0-4190-8d07-4b1ebaaba7bf 2018-10-06 06:16:43,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.60649394989s 2018-10-06 06:16:43,844 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/31261aee-253d-4686-8d98-90bde06ee101 used request id req-d959414e-60a0-4190-8d07-4b1ebaaba7bf 2018-10-06 06:16:43,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 06:16:43,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:16:44,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:16: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-a373c15e-71fa-496e-a1be-1ecc6f5bce60 x-compute-request-id: req-a373c15e-71fa-496e-a1be-1ecc6f5bce60 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "1ed66246-0172-4b60-b1ba-3edfb13f67ce", "name": "vyos_vrouter-flavor_alt_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "82776304-cf35-44da-a395-2030fd0634e2", "name": "vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 06:16:44,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a373c15e-71fa-496e-a1be-1ecc6f5bce60 2018-10-06 06:16:44,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.199083089828s 2018-10-06 06:16:44,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-a373c15e-71fa-496e-a1be-1ecc6f5bce60 2018-10-06 06:16:44,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 06:16:44,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:16:44,079 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 06:16: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-ecada240-974b-42ed-8eb7-770c7c689019 x-compute-request-id: req-ecada240-974b-42ed-8eb7-770c7c689019 Content-Length: 0 Content-Type: application/json 2018-10-06 06:16:44,079 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce used request id req-ecada240-974b-42ed-8eb7-770c7c689019 2018-10-06 06:16:44,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0324580669403s 2018-10-06 06:16:44,080 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1ed66246-0172-4b60-b1ba-3edfb13f67ce used request id req-ecada240-974b-42ed-8eb7-770c7c689019 2018-10-06 06:16:44,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 06:16:44,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/f565a27f-3833-43e3-a6cd-9b5c9d9018ce.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:45,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75900001-d8a8-41eb-8ed0-dc066e62a492 Content-Length: 0 Date: Sat, 06 Oct 2018 06:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:16:45,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/f565a27f-3833-43e3-a6cd-9b5c9d9018ce.json used request id req-75900001-d8a8-41eb-8ed0-dc066e62a492 2018-10-06 06:16:45,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.931734085083s 2018-10-06 06:16:45,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/f565a27f-3833-43e3-a6cd-9b5c9d9018ce.json used request id req-75900001-d8a8-41eb-8ed0-dc066e62a492 2018-10-06 06:16:45,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 06:16:45,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:45,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-30043519-f7e0-4651-b787-3c00e55a4dbe Date: Sat, 06 Oct 2018 06:16:45 GMT RESP BODY: {"floatingips": []} 2018-10-06 06:16:45,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-30043519-f7e0-4651-b787-3c00e55a4dbe 2018-10-06 06:16:45,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.175925970078s 2018-10-06 06:16:45,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-30043519-f7e0-4651-b787-3c00e55a4dbe 2018-10-06 06:16:45,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-06 06:16:45,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:45,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-832c44c7-51cd-4cb5-9660-94a36730c6d8 x-compute-request-id: req-832c44c7-51cd-4cb5-9660-94a36730c6d8 Content-Type: application/json 2018-10-06 06:16:45,354 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-832c44c7-51cd-4cb5-9660-94a36730c6d8 2018-10-06 06:16:45,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.156736135483s 2018-10-06 06:16:45,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3 used request id req-832c44c7-51cd-4cb5-9660-94a36730c6d8 2018-10-06 06:16:45,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:16:45,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:46,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61d22f4a-562b-4d86-b823-a8bac0ff38df x-compute-request-id: req-61d22f4a-562b-4d86-b823-a8bac0ff38df Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:16:45Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:16:46,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-61d22f4a-562b-4d86-b823-a8bac0ff38df 2018-10-06 06:16:46,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.832684993744s 2018-10-06 06:16:46,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-61d22f4a-562b-4d86-b823-a8bac0ff38df 2018-10-06 06:16:46,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:16:48,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:16:48,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:49,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e50cdcee-20dd-4df5-8acb-1d9643ed0dd3 x-compute-request-id: req-e50cdcee-20dd-4df5-8acb-1d9643ed0dd3 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:e5", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/37065892-a44c-4b70-b40b-572c5b85f2e3", "rel": "bookmark"}], "image": {"id": "713de132-c41a-4d7b-ae57-74265183fb7c", "links": [{"href": "http://172.30.9.29:8774/images/713de132-c41a-4d7b-ae57-74265183fb7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-06T06:04:11.000000", "flavor": {"id": "82776304-cf35-44da-a395-2030fd0634e2", "links": [{"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}]}, "id": "37065892-a44c-4b70-b40b-572c5b85f2e3", "security_groups": [{"name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}], "user_id": "fa9bad75a7294b7695da812685622e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-06T06:16:45Z", "hostId": "15e811857627c71ee0b52cddb17c3f73c1fb0670b0e626be39575309", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "name": "vyos_vrouter-vm_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "created": "2018-10-06T06:01:36Z", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-06 06:16:49,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e50cdcee-20dd-4df5-8acb-1d9643ed0dd3 2018-10-06 06:16:49,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.839596033096s 2018-10-06 06:16:49,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e50cdcee-20dd-4df5-8acb-1d9643ed0dd3 2018-10-06 06:16:49,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-06 06:16:51,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-06 06:16:51,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:51,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06: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 x-openstack-request-id: req-9488a255-45c0-462e-8989-eae2f0340f3c x-compute-request-id: req-9488a255-45c0-462e-8989-eae2f0340f3c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-06 06:16:51,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9488a255-45c0-462e-8989-eae2f0340f3c 2018-10-06 06:16:51,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0818161964417s 2018-10-06 06:16:51,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9488a255-45c0-462e-8989-eae2f0340f3c 2018-10-06 06:16:51,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:16:51,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:51,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-14d83060-945d-44a1-8b34-e8fcfaa2f569 Date: Sat, 06 Oct 2018 06:16:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T06:01:31Z", "updated_at": "2018-10-06T06:01:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "0205026e-2708-4c56-9cb5-902c1e79ac28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "764de3a9-419e-4a6e-bfd3-c7996ed4e5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "7cbc89a2-71b9-48be-bf61-9c25a58c641b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "9459ed4e-daaa-4792-aac5-d40a73916c0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9d61058d-448e-4c4a-9c25-7c0cc678dfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-06T06:01:31Z", "revision_number": 0, "id": "9ed57a6d-d06a-49c9-b01d-6e3737019bee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:31Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-06T06:01:33Z", "revision_number": 0, "id": "de8cb798-fca2-4ac1-a445-9f9feb1110eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:33Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-06T06:01:32Z", "revision_number": 0, "id": "eceab9aa-e543-4090-ae4d-ac1e674cb996", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:01:32Z", "security_group_id": "9b804816-a528-40bd-af96-62c432a26014", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 8, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "9b804816-a528-40bd-af96-62c432a26014", "name": "vyos_vrouter-sg_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:16:51,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-14d83060-945d-44a1-8b34-e8fcfaa2f569 2018-10-06 06:16:51,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208114862442s 2018-10-06 06:16:51,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-14d83060-945d-44a1-8b34-e8fcfaa2f569 2018-10-06 06:16:51,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 06:16:51,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9b804816-a528-40bd-af96-62c432a26014.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:51,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1541f59b-328b-4a2b-99b4-2f02cbc7bca4 Content-Length: 0 Date: Sat, 06 Oct 2018 06:16:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:16:51,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9b804816-a528-40bd-af96-62c432a26014.json used request id req-1541f59b-328b-4a2b-99b4-2f02cbc7bca4 2018-10-06 06:16:51,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.360847949982s 2018-10-06 06:16:51,695 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9b804816-a528-40bd-af96-62c432a26014.json used request id req-1541f59b-328b-4a2b-99b4-2f02cbc7bca4 2018-10-06 06:16:51,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-06 06:16:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:51,753 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 06: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 x-openstack-request-id: req-0b99af05-46bb-4b7c-88bc-5f75c79c6f2d x-compute-request-id: req-0b99af05-46bb-4b7c-88bc-5f75c79c6f2d Content-Length: 0 Content-Type: application/json 2018-10-06 06:16:51,753 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c used request id req-0b99af05-46bb-4b7c-88bc-5f75c79c6f2d 2018-10-06 06:16:51,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0579788684845s 2018-10-06 06:16:51,754 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vyos_vrouter-kp_3f1218a0-c703-4723-b5de-8fd79dc36d1c used request id req-0b99af05-46bb-4b7c-88bc-5f75c79c6f2d 2018-10-06 06:16:51,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 06:16:51,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" -d '{"subnet_id": "5121dcd4-0eb5-4282-b484-3bc246649fca"}' 2018-10-06 06:16:53,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-09c457af-67e1-4176-aae3-ae0475e8c9d3 Date: Sat, 06 Oct 2018 06:16:53 GMT RESP BODY: {"network_id": "4788414e-ad2a-4d3b-9fc8-896b5dd25df5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "subnet_id": "5121dcd4-0eb5-4282-b484-3bc246649fca", "subnet_ids": ["5121dcd4-0eb5-4282-b484-3bc246649fca"], "port_id": "a3f02229-0cd4-4916-b66d-43c43bd0b350", "id": "23b2c841-152a-4617-8085-65a31020aa52"} 2018-10-06 06:16:53,309 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/remove_router_interface.json used request id req-09c457af-67e1-4176-aae3-ae0475e8c9d3 2018-10-06 06:16:53,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55499196053s 2018-10-06 06:16:53,310 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52/remove_router_interface.json used request id req-09c457af-67e1-4176-aae3-ae0475e8c9d3 returning object 23b2c841-152a-4617-8085-65a31020aa52 2018-10-06 06:16:53,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 06:16:53,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:53,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-77e4a895-163f-42dc-b37b-24bbb069b260 Date: Sat, 06 Oct 2018 06:16:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:40Z", "admin_state_up": true, "updated_at": "2018-10-06T06:16:52Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "23b2c841-152a-4617-8085-65a31020aa52", "name": "vyos_vrouter-router_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:16:53,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-77e4a895-163f-42dc-b37b-24bbb069b260 2018-10-06 06:16:53,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0696220397949s 2018-10-06 06:16:53,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-77e4a895-163f-42dc-b37b-24bbb069b260 2018-10-06 06:16:53,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 06:16:53,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:56,819 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35e2e9e6-e307-4815-826d-07815928a149 Content-Length: 0 Date: Sat, 06 Oct 2018 06:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:16:56,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52.json used request id req-35e2e9e6-e307-4815-826d-07815928a149 2018-10-06 06:16:56,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.43755197525s 2018-10-06 06:16:56,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/23b2c841-152a-4617-8085-65a31020aa52.json used request id req-35e2e9e6-e307-4815-826d-07815928a149 2018-10-06 06:16:56,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 06:16:56,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:56,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-cf6c73d0-0497-48ee-8e0a-268449feedff Date: Sat, 06 Oct 2018 06:16:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T05:59: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":"2027e8a3e62045319ce7225aad8a7e6c","id":"5121dcd4-0eb5-4282-b484-3bc246649fca","subnetpool_id":null,"name":"vyos_vrouter-subnet_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}]} 2018-10-06 06:16:56,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cf6c73d0-0497-48ee-8e0a-268449feedff 2018-10-06 06:16:56,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0580251216888s 2018-10-06 06:16:56,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cf6c73d0-0497-48ee-8e0a-268449feedff 2018-10-06 06:16:56,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 06:16:56,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/5121dcd4-0eb5-4282-b484-3bc246649fca.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:59,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b517321b-0446-4dcd-91d4-c1d6b5791e79 Date: Sat, 06 Oct 2018 06:16:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:16:59,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5121dcd4-0eb5-4282-b484-3bc246649fca.json used request id req-b517321b-0446-4dcd-91d4-c1d6b5791e79 2018-10-06 06:16:59,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42951393127s 2018-10-06 06:16:59,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5121dcd4-0eb5-4282-b484-3bc246649fca.json used request id req-b517321b-0446-4dcd-91d4-c1d6b5791e79 2018-10-06 06:16:59,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:16:59,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:16:59,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-c70bb9e7-d6a9-4253-ad78-f0a95458f3c9 Date: Sat, 06 Oct 2018 06:16: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":[],"updated_at":"2018-10-06T06:16:59Z","tenant_id":"2027e8a3e62045319ce7225aad8a7e6c","created_at":"2018-10-06T05:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"2027e8a3e62045319ce7225aad8a7e6c","id":"4788414e-ad2a-4d3b-9fc8-896b5dd25df5","name":"vyos_vrouter-net_3f1218a0-c703-4723-b5de-8fd79dc36d1c"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 06:16:59,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c70bb9e7-d6a9-4253-ad78-f0a95458f3c9 2018-10-06 06:16:59,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.420058012009s 2018-10-06 06:16:59,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c70bb9e7-d6a9-4253-ad78-f0a95458f3c9 2018-10-06 06:16:59,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 06:16:59,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/4788414e-ad2a-4d3b-9fc8-896b5dd25df5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:17:00,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa9fccce-1800-42dd-bba5-9845862866bd Date: Sat, 06 Oct 2018 06:17:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:17:00,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4788414e-ad2a-4d3b-9fc8-896b5dd25df5.json used request id req-fa9fccce-1800-42dd-bba5-9845862866bd 2018-10-06 06:17:00,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14986515045s 2018-10-06 06:17:00,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4788414e-ad2a-4d3b-9fc8-896b5dd25df5.json used request id req-fa9fccce-1800-42dd-bba5-9845862866bd 2018-10-06 06:17:00,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:17:00,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:17:01,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-9c053511-1018-44f3-908f-60c63a87be47 Date: Sat, 06 Oct 2018 06:17:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "metadata": {}}], "file": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c/file", "owner": "2027e8a3e62045319ce7225aad8a7e6c", "id": "713de132-c41a-4d7b-ae57-74265183fb7c", "size": 4373348352, "self": "/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/713de132-c41a-4d7b-ae57-74265183fb7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-06T06:01:29Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-06T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:17:01,071 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c053511-1018-44f3-908f-60c63a87be47 2018-10-06 06:17:01,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188607931137s 2018-10-06 06:17:01,072 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c053511-1018-44f3-908f-60c63a87be47 2018-10-06 06:17:01,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 06:17:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58f3c7831c8511539bb418be86c3011c7258fe26" 2018-10-06 06:17:04,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fce2b5f4-4be3-4b04-974e-365937567138 Date: Sat, 06 Oct 2018 06:17:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:17:04,598 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c used request id req-fce2b5f4-4be3-4b04-974e-365937567138 2018-10-06 06:17:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.52462983131s 2018-10-06 06:17:04,599 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/713de132-c41a-4d7b-ae57-74265183fb7c used request id req-fce2b5f4-4be3-4b04-974e-365937567138 2018-10-06 06:17:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 06:17:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:04,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17: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-97bff9cd-f3dc-4567-9d0f-a443a53535e7 x-compute-request-id: req-97bff9cd-f3dc-4567-9d0f-a443a53535e7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/82776304-cf35-44da-a395-2030fd0634e2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "82776304-cf35-44da-a395-2030fd0634e2", "name": "vyos_vrouter-flavor_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 06:17:04,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-97bff9cd-f3dc-4567-9d0f-a443a53535e7 2018-10-06 06:17:04,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0408239364624s 2018-10-06 06:17:04,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-97bff9cd-f3dc-4567-9d0f-a443a53535e7 2018-10-06 06:17:04,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 06:17:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:04,692 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 06:17: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-3e7a529f-303d-4c79-8e8f-501a3c801668 x-compute-request-id: req-3e7a529f-303d-4c79-8e8f-501a3c801668 Content-Length: 0 Content-Type: application/json 2018-10-06 06:17:04,692 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2 used request id req-3e7a529f-303d-4c79-8e8f-501a3c801668 2018-10-06 06:17:04,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0502901077271s 2018-10-06 06:17:04,692 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/82776304-cf35-44da-a395-2030fd0634e2 used request id req-3e7a529f-303d-4c79-8e8f-501a3c801668 2018-10-06 06:17:04,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 06:17:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:04,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74b3f55-0542-41be-91b7-137dd11b7fab Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c", "links": {"self": "http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e"}, "domain_id": "default", "enabled": true, "id": "fa9bad75a7294b7695da812685622e9e", "options": {}}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 06:17:04,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f74b3f55-0542-41be-91b7-137dd11b7fab 2018-10-06 06:17:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968561172485s 2018-10-06 06:17:04,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f74b3f55-0542-41be-91b7-137dd11b7fab 2018-10-06 06:17:04,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 06:17:04,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:04,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc05f80-0fe8-4437-af2f-1326b3e17910 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e"}, "enabled": true, "id": "fa9bad75a7294b7695da812685622e9e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}} 2018-10-06 06:17:04,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e used request id req-1dc05f80-0fe8-4437-af2f-1326b3e17910 2018-10-06 06:17:04,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102880954742s 2018-10-06 06:17:04,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e used request id req-1dc05f80-0fe8-4437-af2f-1326b3e17910 2018-10-06 06:17:04,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 06:17:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8398745-e45a-4570-9540-1366baa6d67d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 06:17:05,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e used request id req-e8398745-e45a-4570-9540-1366baa6d67d 2018-10-06 06:17:05,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.255199193954s 2018-10-06 06:17:05,156 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/fa9bad75a7294b7695da812685622e9e used request id req-e8398745-e45a-4570-9540-1366baa6d67d 2018-10-06 06:17:05,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 06:17:05,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc8c0b1-bc73-4367-8953-17bbf195fce8 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c"}, "enabled": true, "id": "2027e8a3e62045319ce7225aad8a7e6c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_3f1218a0-c703-4723-b5de-8fd79dc36d1c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 06:17:05,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-edc8c0b1-bc73-4367-8953-17bbf195fce8 2018-10-06 06:17:05,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781309604645s 2018-10-06 06:17:05,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-edc8c0b1-bc73-4367-8953-17bbf195fce8 2018-10-06 06:17:05,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 06:17:05,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:17:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c030a4-97f9-4e64-a826-73a3173dbcdc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 06:17:05,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c used request id req-34c030a4-97f9-4e64-a826-73a3173dbcdc 2018-10-06 06:17:05,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.135792970657s 2018-10-06 06:17:05,373 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/2027e8a3e62045319ce7225aad8a7e6c used request id req-34c030a4-97f9-4e64-a826-73a3173dbcdc 2018-10-06 06:17:05,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 06:17:05,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6a2703-3c95-4d7a-99fb-81dd1c2edfa8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6db693a7fb864ea98a26b2355b43afe6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 06:17:05,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0f6a2703-3c95-4d7a-99fb-81dd1c2edfa8 2018-10-06 06:17:05,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861158370972s 2018-10-06 06:17:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 06:17:05,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:17:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfd4622c-11ee-4046-b7de-c27d1f13fa4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 06:17:05,555 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6db693a7fb864ea98a26b2355b43afe6 used request id req-bfd4622c-11ee-4046-b7de-c27d1f13fa4f 2018-10-06 06:17:05,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0937390327454s 2018-10-06 06:17:05,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:17:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2027e8a3e62045319ce7225aad8a7e6c&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:05,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-20c96754-85d5-4bf3-ad67-59fe9da437f8 Date: Sat, 06 Oct 2018 06:17:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}]} 2018-10-06 06:17:05,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2027e8a3e62045319ce7225aad8a7e6c&name=default used request id req-20c96754-85d5-4bf3-ad67-59fe9da437f8 2018-10-06 06:17:05,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19250202179s 2018-10-06 06:17:05,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=2027e8a3e62045319ce7225aad8a7e6c&name=default used request id req-20c96754-85d5-4bf3-ad67-59fe9da437f8 2018-10-06 06:17:05,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 06:17:05,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:06,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2f722fe4-fad1-4897-b98c-3644cd256a96 Date: Sat, 06 Oct 2018 06:17:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "created_at": "2018-10-06T05:59:38Z", "updated_at": "2018-10-06T05:59:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "14f63558-80d8-4242-8107-3dfeaa7ffedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "0a690a9e-d8ca-4003-9db9-630d7e9312c4", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "242d41da-1272-4a8f-a815-84d033bd1b6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T05:59:38Z", "revision_number": 0, "id": "00b96555-22f7-4d10-9634-fb64ada7408c", "remote_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "remote_ip_prefix": null, "created_at": "2018-10-06T05:59:38Z", "security_group_id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "tenant_id": "2027e8a3e62045319ce7225aad8a7e6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2027e8a3e62045319ce7225aad8a7e6c"}], "revision_number": 4, "project_id": "2027e8a3e62045319ce7225aad8a7e6c", "id": "13668aeb-dd06-49fa-ac98-9a0bc31b92f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 06:17:06,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2f722fe4-fad1-4897-b98c-3644cd256a96 2018-10-06 06:17:06,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303350925446s 2018-10-06 06:17:06,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2f722fe4-fad1-4897-b98c-3644cd256a96 2018-10-06 06:17:06,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 06:17:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/13668aeb-dd06-49fa-ac98-9a0bc31b92f5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3b7c2a6a67fe437a1b23c63ecb3b6120ff251b7" 2018-10-06 06:17:06,450 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58816adb-c55e-4ff5-9063-cf69deb9b5e4 Content-Length: 0 Date: Sat, 06 Oct 2018 06:17:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 06:17:06,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/13668aeb-dd06-49fa-ac98-9a0bc31b92f5.json used request id req-58816adb-c55e-4ff5-9063-cf69deb9b5e4 2018-10-06 06:17:06,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.387338876724s 2018-10-06 06:17:06,451 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/13668aeb-dd06-49fa-ac98-9a0bc31b92f5.json used request id req-58816adb-c55e-4ff5-9063-cf69deb9b5e4 2018-10-06 06:17:06,470 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-10-06 06:17:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 06:17:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 06:17:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 06:17:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 06:17:06,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 06:17:06,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 06:17:06,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 06:17:06,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 06:17:06,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 06:17:06,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e80eb18-f98f-4441-971f-70f6f29e541d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 06:17:06,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8e80eb18-f98f-4441-971f-70f6f29e541d 2018-10-06 06:17:06,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 06:17:06,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T07:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["j2dCSNf2STeJqu1_Hr-8MA"], "issued_at": "2018-10-06T06:17:06.000000Z"}} 2018-10-06 06:17:06,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:17:06,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5bf9bdae-54b9-4016-9c97-ed06a73d286d Date: Sat, 06 Oct 2018 06:17:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 06:17:07,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5bf9bdae-54b9-4016-9c97-ed06a73d286d 2018-10-06 06:17:07,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234824895859s 2018-10-06 06:17:07,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5bf9bdae-54b9-4016-9c97-ed06a73d286d 2018-10-06 06:17:07,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 06:17:07,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 06:17:07,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d27e41-162d-4993-a352-7948a7de36bb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 06:17:07,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-92d27e41-162d-4993-a352-7948a7de36bb 2018-10-06 06:17:07,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.101197004318s 2018-10-06 06:17:07,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 06:17:07,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}}' 2018-10-06 06:17:07,382 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18bf3089-11c6-4aa7-bf4c-487fc3f95842 Content-Length: 350 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e"}, "enabled": true, "id": "d441af8b69304f0d8b7d1bfe46b21f7e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}} 2018-10-06 06:17:07,382 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-18bf3089-11c6-4aa7-bf4c-487fc3f95842 2018-10-06 06:17:07,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110267162323s 2018-10-06 06:17:07,383 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-18bf3089-11c6-4aa7-bf4c-487fc3f95842 2018-10-06 06:17:07,383 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683', 'id': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 06:17:07,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 06:17:07,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.340321063995s 2018-10-06 06:17:07,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed94af0-679d-45b6-81e9-a913e4ef5e65 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390"}, "enabled": true, "id": "21e7e2cc71d34bd3b8872c8948c99390", "options": {}, "domain_id": "default", "name": "juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683"}} 2018-10-06 06:17:07,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 used request id req-fed94af0-679d-45b6-81e9-a913e4ef5e65 2018-10-06 06:17:07,830 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'21e7e2cc71d34bd3b8872c8948c99390', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683'}) 2018-10-06 06:17:07,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 06:17:07,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17168d8c-8f1b-40ab-a65c-d0b866017db5 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 06:17:07,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-17168d8c-8f1b-40ab-a65c-d0b866017db5 2018-10-06 06:17:07,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0184462070465s 2018-10-06 06:17:07,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 06:17:07,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:07,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c8f697-4878-4528-877b-535ed524a5fe Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 06:17:07,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-23c8f697-4878-4528-877b-535ed524a5fe 2018-10-06 06:17:07,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766489505768s 2018-10-06 06:17:07,927 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 06:17:07,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 06:17:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"role": {"name": "Member"}}' 2018-10-06 06:17:08,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 06:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-686ddcc5-4d24-433e-b32a-c6fa99f66416 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6f4a4afa03b2412c98be0adead91d8b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6"}, "name": "Member"}} 2018-10-06 06:17:08,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-686ddcc5-4d24-433e-b32a-c6fa99f66416 2018-10-06 06:17:08,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113247156143s 2018-10-06 06:17:08,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f957283-3e72-4a1e-8162-18d0db7aa9a1 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6"}, "domain_id": null, "name": "Member", "id": "6f4a4afa03b2412c98be0adead91d8b6"}} 2018-10-06 06:17:08,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6 used request id req-5f957283-3e72-4a1e-8162-18d0db7aa9a1 2018-10-06 06:17:08,128 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6'}, 'domain_id': None, 'human_id': None, 'id': u'6f4a4afa03b2412c98be0adead91d8b6', 'HUMAN_ID': False}) 2018-10-06 06:17:08,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 06:17:08,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a210144-5065-4e47-b723-72a92775a3ef Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6f4a4afa03b2412c98be0adead91d8b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 06:17:08,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-3a210144-5065-4e47-b723-72a92775a3ef 2018-10-06 06:17:08,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768649578094s 2018-10-06 06:17:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 06:17:08,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36b880d-4744-4e1b-91cd-d7483b3f9b04 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 06:17:08,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-f36b880d-4744-4e1b-91cd-d7483b3f9b04 2018-10-06 06:17:08,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0846219062805s 2018-10-06 06:17:08,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 06:17:08,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad362a3-a0cf-462f-858f-0a4a7496b98f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683", "links": {"self": "http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390"}, "domain_id": "default", "enabled": true, "id": "21e7e2cc71d34bd3b8872c8948c99390", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 06:17:08,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2ad362a3-a0cf-462f-858f-0a4a7496b98f 2018-10-06 06:17:08,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971491336823s 2018-10-06 06:17:08,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-2ad362a3-a0cf-462f-858f-0a4a7496b98f 2018-10-06 06:17:08,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 06:17:08,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed85201b-ff0f-4a70-8e55-ce9c9e783a74 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e"}, "enabled": true, "id": "d441af8b69304f0d8b7d1bfe46b21f7e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 06:17:08,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ed85201b-ff0f-4a70-8e55-ce9c9e783a74 2018-10-06 06:17:08,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0914888381958s 2018-10-06 06:17:08,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ed85201b-ff0f-4a70-8e55-ce9c9e783a74 2018-10-06 06:17:08,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 06:17:08,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=21e7e2cc71d34bd3b8872c8948c99390&scope.project.id=d441af8b69304f0d8b7d1bfe46b21f7e&role.id=6f4a4afa03b2412c98be0adead91d8b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9e1745-f697-4627-b739-d76a343b45c1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=21e7e2cc71d34bd3b8872c8948c99390&scope.project.id=d441af8b69304f0d8b7d1bfe46b21f7e&role.id=6f4a4afa03b2412c98be0adead91d8b6", "previous": null, "next": null}} 2018-10-06 06:17:08,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=21e7e2cc71d34bd3b8872c8948c99390&scope.project.id=d441af8b69304f0d8b7d1bfe46b21f7e&role.id=6f4a4afa03b2412c98be0adead91d8b6 used request id req-0f9e1745-f697-4627-b739-d76a343b45c1 2018-10-06 06:17:08,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784070491791s 2018-10-06 06:17:08,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 06:17:08,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e/users/21e7e2cc71d34bd3b8872c8948c99390/roles/6f4a4afa03b2412c98be0adead91d8b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-832528b3-d528-4be2-8ab2-2738810fa845 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 06:17:08,690 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e/users/21e7e2cc71d34bd3b8872c8948c99390/roles/6f4a4afa03b2412c98be0adead91d8b6 used request id req-832528b3-d528-4be2-8ab2-2738810fa845 2018-10-06 06:17:08,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120382070541s 2018-10-06 06:17:08,691 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': '2b13f10f-7cc0-474d-bae8-130166090ccb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683', 'project_id': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 06:17:08,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 06:17:08,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 06:17:08,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 06:17:08,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 06:17:08,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 06:17:08,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 06:17:08,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 06:17:08,696 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683', 'password': '2b13f10f-7cc0-474d-bae8-130166090ccb', 'project_name': 'juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'd441af8b69304f0d8b7d1bfe46b21f7e', 'project_domain_name': 'Default'} 2018-10-06 06:17:08,775 - 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-10-06 06:17:08,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-06 06:17:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5d806d-00dd-4655-b4a8-b512e6ca1fe7 Content-Encoding: gzip Content-Length: 919 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.29:5000/v3/services/15d29fce3e82461aae069b5ec9145e71"}, "enabled": true, "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.29:5000/v3/services/16c74b6db7b340cb859d517d3ccf0283"}, "enabled": true, "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.29:5000/v3/services/16e1107b6b40423297ea8fc0cfcae9d1"}, "enabled": true, "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1729063a3e564330a94e3dc246396974"}, "enabled": true, "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/1f3b916ff81f45b99bd3c2e897b8935f"}, "enabled": true, "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.29:5000/v3/services/2962eadce4294fe497e29af8cd1fa867"}, "enabled": true, "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.29:5000/v3/services/3bdfa1b3149b473cb371e2689e087b7a"}, "enabled": true, "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.29:5000/v3/services/6055c16b7d244563b5bc80f3f82ba721"}, "enabled": true, "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.29:5000/v3/services/79d68498b3c14b0384db327c6c7ed8e5"}, "enabled": true, "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.29:5000/v3/services/96ff0f9b7fec4a47b1f843491548d121"}, "enabled": true, "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.29:5000/v3/services/c7b975a0e5eb48ac9d138a03aeef7c3f"}, "enabled": true, "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.29:5000/v3/services/d26801c854344d82ab824e9ff0ad88a9"}, "enabled": true, "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.29:5000/v3/services/de8a50466f9746aba64575502f975a57"}, "enabled": true, "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.29:5000/v3/services/e00154cbbd084485b9b6004ce58cf998"}, "enabled": true, "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f32129466f62498baeb4a7ab4537997b"}, "enabled": true, "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.29:5000/v3/services/f8fea41d6f7348b3b6f3037f0ee28a4f"}, "enabled": true, "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "links": {"self": "http://172.30.9.29:5000/v3/services", "previous": null, "next": null}} 2018-10-06 06:17:08,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/services used request id req-0b5d806d-00dd-4655-b4a8-b512e6ca1fe7 2018-10-06 06:17:08,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0736169815063s 2018-10-06 06:17:08,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-06 06:17:08,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:08,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a170d50-e251-477d-81f3-8895f72e3f04 Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/140bcb27192d4935b1f76b68f32598e0"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1d292ebdc8734aedbb9d8b0f22fc5922"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/20ccb0d62ff24af5a5e7fe9295c28d65"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/216433bc5dc94be68168bb4ae7debe99"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2ed027b80afd49dd900004c49d13db9f"}, "url": "http://172.30.9.29:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30370c846a134d318c2f95536bbe44d6"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "30370c846a134d318c2f95536bbe44d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3c74f4cc333f4895ab9f5c32f9f25505"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/445c8556e25a49a0a9bf9656cc685f9b"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de8a50466f9746aba64575502f975a57", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/471685a54cf446f1a2edec9f3740ed16"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/483341beec65433c962a5019b839a87c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "483341beec65433c962a5019b839a87c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4ed831a5c8f449f4a16115827b028b21"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/572c863656e54d41b247dc60d984c5d0"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de8a50466f9746aba64575502f975a57", "id": "572c863656e54d41b247dc60d984c5d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/63d1318aefab46a6bd55baefbcf5b9ec"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/64944a50f98f4a3ca8ccae4f54f52fb2"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1729063a3e564330a94e3dc246396974", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/673417360df24082b26ac9e72c42f0b4"}, "url": "http://172.30.9.29:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "673417360df24082b26ac9e72c42f0b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/7659fcd844da430c85b7eab3c9ee08d1"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76fab377d9c14b4da8b5c71c67f5319b"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/928c283db30c4e73b40f441b4308c566"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1729063a3e564330a94e3dc246396974", "id": "928c283db30c4e73b40f441b4308c566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/995804efa3ff41979fbb350f7e311826"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "995804efa3ff41979fbb350f7e311826"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9c7cc2723621468aab3616d7768cf4c0"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9e673c3d8fcb4a3aac4c327af9ad987b"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a260fd47811b4b0abab34e52e5f3cb91"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a7c4754365e34440a027405c60321ea1"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "a7c4754365e34440a027405c60321ea1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/aefc42ec51f34c3aa915bb3aefde7e47"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b6d5aa89a45f423f87e06a54d8315142"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2962eadce4294fe497e29af8cd1fa867", "id": "b6d5aa89a45f423f87e06a54d8315142"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b9d76aa4bccb40858e359269a8a869e7"}, "url": "http://172.30.9.29:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/be1a153049c84e208c60e3fe46bf406f"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c004862692df4a52b17ef859581b769f"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d26801c854344d82ab824e9ff0ad88a9", "id": "c004862692df4a52b17ef859581b769f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c041f46c972647daa88bf2757e090fd7"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de8a50466f9746aba64575502f975a57", "id": "c041f46c972647daa88bf2757e090fd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c30e260a577948818f65226e3e44b8a3"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "id": "c30e260a577948818f65226e3e44b8a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ca5980520df94ca98a2f4bb106e815b1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/cc96c02828024f8aa2016aeac626f9ea"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d2c77e82afca45fd86348886d4ef6c6f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f32129466f62498baeb4a7ab4537997b", "id": "d2c77e82afca45fd86348886d4ef6c6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d7ae629605f94c4cbf189396a2bae3b7"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6055c16b7d244563b5bc80f3f82ba721", "id": "d7ae629605f94c4cbf189396a2bae3b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e05c65eb5ad84e08a15764d97b05a4dd"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16e1107b6b40423297ea8fc0cfcae9d1", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5e322c6980f4e6f886ad205203fc1f0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e6f3e4e2cea049709838304ac9a5f5a3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79d68498b3c14b0384db327c6c7ed8e5", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/eaa0949a9ebd4f958b214d93ef375881"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "16c74b6db7b340cb859d517d3ccf0283", "id": "eaa0949a9ebd4f958b214d93ef375881"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ee5ca9a736b448df8a0412082809295d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "ee5ca9a736b448df8a0412082809295d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f0782db2cf6147d497fa9d531272a16f"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f3b916ff81f45b99bd3c2e897b8935f", "id": "f0782db2cf6147d497fa9d531272a16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f498078d6df0478a8c5d02f2fd627c1d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bdfa1b3149b473cb371e2689e087b7a", "id": "f498078d6df0478a8c5d02f2fd627c1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f50e8d11569447d9afa5cc423ec3997c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1729063a3e564330a94e3dc246396974", "id": "f50e8d11569447d9afa5cc423ec3997c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f67f3fdf02f04db987e8529caacd0d27"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15d29fce3e82461aae069b5ec9145e71", "id": "f67f3fdf02f04db987e8529caacd0d27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/fcd20fdff94e4c8d8e5f2c84551b8efa"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96ff0f9b7fec4a47b1f843491548d121", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/feb539a6449d4ee5906a1794ca393738"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e00154cbbd084485b9b6004ce58cf998", "id": "feb539a6449d4ee5906a1794ca393738"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-06 06:17:08,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-8a170d50-e251-477d-81f3-8895f72e3f04 2018-10-06 06:17:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0869460105896s 2018-10-06 06:17:08,969 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-10-06 06:17:08,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 06:17:08,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:09,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06771917-0c19-4491-bf09-cf4c77f3db06 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 06:17:09,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-06771917-0c19-4491-bf09-cf4c77f3db06 2018-10-06 06:17:09,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0838479995728s 2018-10-06 06:17:09,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 06:17:09,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 06:17:09,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afd99d5-4d3c-4b63-9878-3eb6d3de31b1 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e"}, "enabled": true, "id": "d441af8b69304f0d8b7d1bfe46b21f7e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 06:17:09,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8afd99d5-4d3c-4b63-9878-3eb6d3de31b1 2018-10-06 06:17:09,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0740809440613s 2018-10-06 06:17:09,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-8afd99d5-4d3c-4b63-9878-3eb6d3de31b1 2018-10-06 06:17:09,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-06 06:17:09,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"network": {"tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "name": "juju_epc-net_4adba728-8f23-4528-adb4-868816b7b683", "admin_state_up": true}}' 2018-10-06 06:17:09,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c061525e-bd51-4103-b277-2d44e3134c02 Date: Sat, 06 Oct 2018 06:17:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"54021442-8ba3-4f65-a6d9-60b470b566f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"d441af8b69304f0d8b7d1bfe46b21f7e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-06T06:17:09Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_4adba728-8f23-4528-adb4-868816b7b683","admin_state_up":true,"tenant_id":"d441af8b69304f0d8b7d1bfe46b21f7e","created_at":"2018-10-06T06:17:09Z","mtu":1450}} 2018-10-06 06:17:09,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c061525e-bd51-4103-b277-2d44e3134c02 2018-10-06 06:17:09,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.530443906784s 2018-10-06 06:17:09,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c061525e-bd51-4103-b277-2d44e3134c02 2018-10-06 06:17:09,663 - 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-10-06T06:17:09Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'54021442-8ba3-4f65-a6d9-60b470b566f1', u'provider:segmentation_id': 3, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'juju_epc-net_4adba728-8f23-4528-adb4-868816b7b683', u'created_at': u'2018-10-06T06:17:09Z', u'mtu': 1450, u'tenant_id': u'd441af8b69304f0d8b7d1bfe46b21f7e', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd441af8b69304f0d8b7d1bfe46b21f7e'}) 2018-10-06 06:17:09,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 06:17:09,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33569d3-0955-4c04-8cdb-82541be4d957 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 06:17:09,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-e33569d3-0955-4c04-8cdb-82541be4d957 2018-10-06 06:17:09,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 06:17:10,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f4a4afa03b2412c98be0adead91d8b6", "name": "Member"}], "expires_at": "2018-10-06T07:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d441af8b69304f0d8b7d1bfe46b21f7e", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/d441af8b69304f0d8b7d1bfe46b21f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683", "id": "21e7e2cc71d34bd3b8872c8948c99390"}, "audit_ids": ["emyCQzocSQubMe8vIPFMJA"], "issued_at": "2018-10-06T06:17:10.000000Z"}} 2018-10-06 06:17:10,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 06:17:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:10,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-b4b31643-5a18-4170-a17e-12520f982e5c Date: Sat, 06 Oct 2018 06:17:10 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-10-06T06:17:09Z","tenant_id":"d441af8b69304f0d8b7d1bfe46b21f7e","created_at":"2018-10-06T06:17:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d441af8b69304f0d8b7d1bfe46b21f7e","id":"54021442-8ba3-4f65-a6d9-60b470b566f1","name":"juju_epc-net_4adba728-8f23-4528-adb4-868816b7b683"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 06:17:10,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b4b31643-5a18-4170-a17e-12520f982e5c 2018-10-06 06:17:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264818906784s 2018-10-06 06:17:10,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b4b31643-5a18-4170-a17e-12520f982e5c 2018-10-06 06:17:10,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-06 06:17:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"subnet": {"name": "juju_epc-subnet_4adba728-8f23-4528-adb4-868816b7b683", "enable_dhcp": true, "network_id": "54021442-8ba3-4f65-a6d9-60b470b566f1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-10-06 06:17:11,104 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-02507698-1e36-4f6d-8273-41934fd8fc50 Date: Sat, 06 Oct 2018 06:17:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54021442-8ba3-4f65-a6d9-60b470b566f1","tenant_id":"d441af8b69304f0d8b7d1bfe46b21f7e","created_at":"2018-10-06T06:17:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T06:17:10Z","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":"d441af8b69304f0d8b7d1bfe46b21f7e","id":"c3508bae-3cc9-4333-bfad-57a71bce6976","subnetpool_id":null,"name":"juju_epc-subnet_4adba728-8f23-4528-adb4-868816b7b683"}} 2018-10-06 06:17:11,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-02507698-1e36-4f6d-8273-41934fd8fc50 2018-10-06 06:17:11,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.708693981171s 2018-10-06 06:17:11,105 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-02507698-1e36-4f6d-8273-41934fd8fc50 2018-10-06 06:17:11,105 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T06:17:10Z', 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'c3508bae-3cc9-4333-bfad-57a71bce6976', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_4adba728-8f23-4528-adb4-868816b7b683', u'enable_dhcp': True, u'network_id': u'54021442-8ba3-4f65-a6d9-60b470b566f1', u'tenant_id': u'd441af8b69304f0d8b7d1bfe46b21f7e', u'created_at': u'2018-10-06T06:17:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'd441af8b69304f0d8b7d1bfe46b21f7e'}) 2018-10-06 06:17:11,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-06 06:17:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"router": {"external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720"}, "name": "juju_epc-router_4adba728-8f23-4528-adb4-868816b7b683", "admin_state_up": true}}' 2018-10-06 06:17:16,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-230ab48c-611f-4454-b99c-5e899cbe51e2 Date: Sat, 06 Oct 2018 06:17:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:17:11Z", "admin_state_up": true, "updated_at": "2018-10-06T06:17:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "59cbcb39-bf43-4005-9e95-c3d398d35ee2", "name": "juju_epc-router_4adba728-8f23-4528-adb4-868816b7b683"}} 2018-10-06 06:17:16,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-230ab48c-611f-4454-b99c-5e899cbe51e2 2018-10-06 06:17:16,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.1154460907s 2018-10-06 06:17:16,222 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-230ab48c-611f-4454-b99c-5e899cbe51e2 2018-10-06 06:17:16,222 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-06T06:17:12Z', u'revision_number': 3, u'id': u'59cbcb39-bf43-4005-9e95-c3d398d35ee2', u'external_gateway_info': {u'network_id': u'a6517c0e-8c87-4fe1-b885-3a296982e720', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'fb5f7289-4181-4468-a8f0-6bf9013e6613', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_4adba728-8f23-4528-adb4-868816b7b683', u'admin_state_up': True, u'tenant_id': u'd441af8b69304f0d8b7d1bfe46b21f7e', u'created_at': u'2018-10-06T06:17:11Z', u'flavor_id': None, u'routes': [], u'project_id': u'd441af8b69304f0d8b7d1bfe46b21f7e'}) 2018-10-06 06:17:16,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-06 06:17:16,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"subnet_id": "c3508bae-3cc9-4333-bfad-57a71bce6976"}' 2018-10-06 06:17:18,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-932383b6-6b8a-4d45-b98c-953fd4ab1805 Date: Sat, 06 Oct 2018 06:17:18 GMT RESP BODY: {"network_id": "54021442-8ba3-4f65-a6d9-60b470b566f1", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "subnet_id": "c3508bae-3cc9-4333-bfad-57a71bce6976", "subnet_ids": ["c3508bae-3cc9-4333-bfad-57a71bce6976"], "port_id": "a208e172-0dc0-4ea3-9bf7-6c3811f496ee", "id": "59cbcb39-bf43-4005-9e95-c3d398d35ee2"} 2018-10-06 06:17:18,958 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/add_router_interface.json used request id req-932383b6-6b8a-4d45-b98c-953fd4ab1805 2018-10-06 06:17:18,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.73508191109s 2018-10-06 06:17:18,959 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/add_router_interface.json used request id req-932383b6-6b8a-4d45-b98c-953fd4ab1805 returning object 59cbcb39-bf43-4005-9e95-c3d398d35ee2 2018-10-06 06:17:18,959 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-10-06 06:17:20,638 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:8d383c8eea2375af863ecdeecff593d1 sha256:072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2 2018-10-06 06:17:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:20,643 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 06:17:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 06:17:20,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:17:20,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:20,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d6565427-b718-4fb1-8b35-73874f418e04 Date: Sat, 06 Oct 2018 06:17:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:17:20,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d6565427-b718-4fb1-8b35-73874f418e04 2018-10-06 06:17:20,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164220094681s 2018-10-06 06:17:20,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d6565427-b718-4fb1-8b35-73874f418e04 2018-10-06 06:17:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 06:17:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683"}' 2018-10-06 06:17:21,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 X-Openstack-Request-Id: req-9b967ed2-f68e-41bf-be9e-fa0628645782 Date: Sat, 06 Oct 2018 06:17:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "size": null, "self": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "updated_at": "2018-10-06T06:17:20Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "checksum": null, "created_at": "2018-10-06T06:17:20Z", "protected": false} 2018-10-06 06:17:21,001 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-9b967ed2-f68e-41bf-be9e-fa0628645782 2018-10-06 06:17:21,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.191031932831s 2018-10-06 06:17:21,002 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-9b967ed2-f68e-41bf-be9e-fa0628645782 returning object 3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 2018-10-06 06:17:21,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 06:17:21,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '' 2018-10-06 06:17:27,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-210d3582-8a16-4e2b-accc-cf9a625df452 Date: Sat, 06 Oct 2018 06:17:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:17:27,166 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file used request id req-210d3582-8a16-4e2b-accc-cf9a625df452 2018-10-06 06:17:27,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.16386795044s 2018-10-06 06:17:27,167 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file used request id req-210d3582-8a16-4e2b-accc-cf9a625df452 2018-10-06 06:17:27,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:17:27,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:27,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-4cc61f79-7da3-486c-878f-82b882703c7f Date: Sat, 06 Oct 2018 06:17:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "metadata": {}}], "file": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "size": 296943616, "self": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "updated_at": "2018-10-06T06:17:27Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "checksum": "8d383c8eea2375af863ecdeecff593d1", "created_at": "2018-10-06T06:17:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:17:27,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4cc61f79-7da3-486c-878f-82b882703c7f 2018-10-06 06:17:27,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554840087891s 2018-10-06 06:17:27,723 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-4cc61f79-7da3-486c-878f-82b882703c7f 2018-10-06 06:17:27,725 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file', 'owner': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'id': u'3b9fc8d0-4dcd-4dd1-8490-9923bc376a80', 'size': 296943616, u'self': u'/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'name': 'juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T06:17:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T06:17:27Z', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'owner_specified.shade.object': u'images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', 'properties': {u'self': u'/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80', u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', u'owner_specified.shade.object': u'images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683', 'created': u'2018-10-06T06:17:20Z', 'checksum': u'8d383c8eea2375af863ecdeecff593d1', 'created_at': u'2018-10-06T06:17:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80', u'owner_specified.shade.md5': u'8d383c8eea2375af863ecdeecff593d1', u'owner_specified.shade.object': u'images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683', u'owner_specified.shade.sha256': u'072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2', u'schema': u'/v2/schemas/image'}}) 2018-10-06 06:17:30,535 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 -s xenial -r regionOne -u http://172.30.9.29:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Your list of public clouds is up to date, see `juju clouds`. 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. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-06 06:17:30,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 06:17:30,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_4adba728-8f23-4528-adb4-868816b7b683", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-06 06:17:30,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17: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-7807bacf-5e06-41fb-95b4-2acf9c55778d x-compute-request-id: req-7807bacf-5e06-41fb-95b4-2acf9c55778d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "afed6822-a9ba-4332-8c47-bbbc73d76141", "name": "juju_epc-flavor_4adba728-8f23-4528-adb4-868816b7b683", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 06:17:30,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7807bacf-5e06-41fb-95b4-2acf9c55778d 2018-10-06 06:17:30,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.225548028946s 2018-10-06 06:17:30,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-7807bacf-5e06-41fb-95b4-2acf9c55778d returning object afed6822-a9ba-4332-8c47-bbbc73d76141 2018-10-06 06:17:30,764 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_4adba728-8f23-4528-adb4-868816b7b683', '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'43b0e43720f24df1860fcd99772e846d', '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'afed6822-a9ba-4332-8c47-bbbc73d76141', 'swap': 0}) 2018-10-06 06:17:30,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 06:17:30,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"extra_specs": {}}' 2018-10-06 06:17:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17: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-c872b4dc-20d6-4948-bbcd-0e7221223d36 x-compute-request-id: req-c872b4dc-20d6-4948-bbcd-0e7221223d36 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 06:17:30,789 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141/os-extra_specs used request id req-c872b4dc-20d6-4948-bbcd-0e7221223d36 2018-10-06 06:17:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241689682007s 2018-10-06 06:17:30,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141/os-extra_specs used request id req-c872b4dc-20d6-4948-bbcd-0e7221223d36 2018-10-06 06:17:30,789 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-10-06 06:17:30,791 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 06:17:30,798 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-10-06 06:17:30,983 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-10-06 06:17:30,984 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-10-06 06:17:31,165 - 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-10-06 06:17:31,166 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-06 06:17:32,708 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:aba982bbd53c6cc40a4cab6e312ae8d3 sha256:c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4 2018-10-06 06:17:32,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:17:32,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:33,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-43d5c99d-c75f-4625-a082-4677fe98fda0 Date: Sat, 06 Oct 2018 06:17:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "metadata": {}}], "file": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "size": 296943616, "self": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "updated_at": "2018-10-06T06:17:27Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "checksum": "8d383c8eea2375af863ecdeecff593d1", "created_at": "2018-10-06T06:17:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:17:33,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43d5c99d-c75f-4625-a082-4677fe98fda0 2018-10-06 06:17:33,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.625061988831s 2018-10-06 06:17:33,334 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43d5c99d-c75f-4625-a082-4677fe98fda0 2018-10-06 06:17:33,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 06:17:33,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "owner_specified.shade.object": "images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683"}' 2018-10-06 06:17:33,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d X-Openstack-Request-Id: req-5371177e-ebfb-479d-bd37-c48f3c0f476e Date: Sat, 06 Oct 2018 06:17:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "9459b4c2-b233-4b7d-8f57-2c9f1a3f835d", "size": null, "self": "/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-06T06:17:33Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683", "checksum": null, "created_at": "2018-10-06T06:17:33Z", "protected": false} 2018-10-06 06:17:33,404 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5371177e-ebfb-479d-bd37-c48f3c0f476e 2018-10-06 06:17:33,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0670449733734s 2018-10-06 06:17:33,405 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-5371177e-ebfb-479d-bd37-c48f3c0f476e returning object 9459b4c2-b233-4b7d-8f57-2c9f1a3f835d 2018-10-06 06:17:33,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 06:17:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '' 2018-10-06 06:17:39,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c1113af-46ed-41a6-b03d-e01695ed6cb9 Date: Sat, 06 Oct 2018 06:17:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 06:17:39,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file used request id req-6c1113af-46ed-41a6-b03d-e01695ed6cb9 2018-10-06 06:17:39,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.59464406967s 2018-10-06 06:17:39,000 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file used request id req-6c1113af-46ed-41a6-b03d-e01695ed6cb9 2018-10-06 06:17:39,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 06:17:39,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 06:17:39,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-3b888d4d-e11f-4b3e-8057-c3281848b99d Date: Sat, 06 Oct 2018 06:17:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/snap", "metadata": {}}], "file": "/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "9459b4c2-b233-4b7d-8f57-2c9f1a3f835d", "size": 263193088, "self": "/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4", "updated_at": "2018-10-06T06:17:38Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "aba982bbd53c6cc40a4cab6e312ae8d3", "name": "juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683", "checksum": "aba982bbd53c6cc40a4cab6e312ae8d3", "created_at": "2018-10-06T06:17:33Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "metadata": {}}], "file": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "size": 296943616, "self": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "updated_at": "2018-10-06T06:17:27Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "checksum": "8d383c8eea2375af863ecdeecff593d1", "created_at": "2018-10-06T06:17:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 06:17:39,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3b888d4d-e11f-4b3e-8057-c3281848b99d 2018-10-06 06:17:39,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0387790203094s 2018-10-06 06:17:39,040 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3b888d4d-e11f-4b3e-8057-c3281848b99d 2018-10-06 06:17:39,043 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/file', 'owner': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'id': u'9459b4c2-b233-4b7d-8f57-2c9f1a3f835d', 'size': 263193088, u'self': u'/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd441af8b69304f0d8b7d1bfe46b21f7e', 'name': 'juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T06:17:38Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-06T06:17:38Z', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'properties': {u'self': u'/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683', 'created': u'2018-10-06T06:17:33Z', 'checksum': u'aba982bbd53c6cc40a4cab6e312ae8d3', 'created_at': u'2018-10-06T06:17:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d', u'owner_specified.shade.md5': u'aba982bbd53c6cc40a4cab6e312ae8d3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4adba728-8f23-4528-adb4-868816b7b683', u'owner_specified.shade.sha256': u'c4a29c6b4f43d10215a6aeb4fb8aa7ae081649dd999850982e37539205a869d4', u'schema': u'/v2/schemas/image'}}) 2018-10-06 06:17:39,297 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 9459b4c2-b233-4b7d-8f57-2c9f1a3f835d -s trusty -r regionOne -u http://172.30.9.29: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. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-10-06 06:17:39,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 06:17:39,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_4adba728-8f23-4528-adb4-868816b7b683", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-06 06:17:39,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17: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-0151b2dd-b4a6-4786-9d3e-2842d23c3314 x-compute-request-id: req-0151b2dd-b4a6-4786-9d3e-2842d23c3314 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1a6bf6fe-d297-4927-b03e-29352eefe50a", "name": "juju_epc-flavor_alt_4adba728-8f23-4528-adb4-868816b7b683", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 06:17:39,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0151b2dd-b4a6-4786-9d3e-2842d23c3314 2018-10-06 06:17:39,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0625350475311s 2018-10-06 06:17:39,361 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-0151b2dd-b4a6-4786-9d3e-2842d23c3314 returning object 1a6bf6fe-d297-4927-b03e-29352eefe50a 2018-10-06 06:17:39,362 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_4adba728-8f23-4528-adb4-868816b7b683', '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'43b0e43720f24df1860fcd99772e846d', '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'1a6bf6fe-d297-4927-b03e-29352eefe50a', 'swap': 0}) 2018-10-06 06:17:39,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 06:17:39,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" -d '{"extra_specs": {}}' 2018-10-06 06:17:39,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 06:17: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-955c739a-b08f-4734-8bdd-e63b3d97dd17 x-compute-request-id: req-955c739a-b08f-4734-8bdd-e63b3d97dd17 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 06:17:39,386 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a/os-extra_specs used request id req-955c739a-b08f-4734-8bdd-e63b3d97dd17 2018-10-06 06:17:39,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236749649048s 2018-10-06 06:17:39,387 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a/os-extra_specs used request id req-955c739a-b08f-4734-8bdd-e63b3d97dd17 2018-10-06 06:17:39,387 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-10-06 06:21:30,251 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.3.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=54021442-8ba3-4f65-a6d9-60b470b566f1 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 06:17:39 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 06:17:39 DEBUG juju.cmd supercommand.go:57 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.3.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=54021442-8ba3-4f65-a6d9-60b470b566f1", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 06:17:39 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 06:17:39 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[use-default-secgroup:true network:54021442-8ba3-4f65-a6d9-60b470b566f1 external-network: use-openstack-gbp:false policy-target-group: use-floating-ip:true] 06:17:39 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 06:17:39 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[test-mode:false image-metadata-url: no-proxy:127.0.0.1,localhost,::1 cloudinit-userdata: name:controller firewall-mode:instance ssl-hostname-verification:false container-image-metadata-url: max-action-results-age:336h max-status-history-age:336h net-bond-reconfigure-delay:17 policy-target-group: agent-stream:released container-networking-method: apt-no-proxy: max-action-results-size:5G fan-config: resource-tags: logforward-enabled:false agent-metadata-url: image-stream:released provisioner-harvest-mode:destroyed proxy-ssh:false container-image-stream:released type:openstack container-inherit-properties: max-status-history-size:5G apt-http-proxy: https-proxy: update-status-hook-interval:5m egress-subnets: http-proxy: enable-os-upgrade:true external-network: use-floating-ip:true use-default-secgroup:true development:false logging-config: apt-https-proxy: apt-mirror: disable-network-management:false transmit-vendor-metrics:true ftp-proxy: network:54021442-8ba3-4f65-a6d9-60b470b566f1 uuid:985f94f6-103e-47b7-8f65-1eedea72205d use-openstack-gbp:false enable-os-refresh-update:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuFp5ot5Yn98BwHQYP4zala7g4ZFig1r+COAQ406PGbGPIEwOjelp+5BiB999b+4nkVYodg2QF4Np9o8ScRmF92VL5tV61kM9A8eQBeYkEoHJMNnL477chZxUbfnGOfK2ML0fbhZji83/UMwcVgHIzWLk047cKx590Gx1doKlDNYcjqcvIoyZXy01kt/PXZ08Eofw/MasCC81PxOhMPuJa3Cs2JlBDHIOYslRxO/FJxSsBbbJdCk7mgA17yK28fKMbJpHCvU8oMMPJpi/Pr9n64c82/VK3EiMWjahicdtVRx7ps+Nz33L4xjzJAidSU6L5SE253h7yyM7g5G25rCJb juju-client-key apt-ftp-proxy: ignore-machine-addresses:false automatically-retry-hooks:true default-series:xenial] 06:17:39 INFO juju.provider.openstack provider.go:145 opening model "controller" 06:17:40 DEBUG goose :1 auth details: &{Token:gAAAAABbuFOEhNtjJMZtpy8PdK38s5eJ_a8FWSkHQMYb6YkodA3H0As1yB9HEHVGtcHgPEYcPI_1pOxYpvHrClT6jy0zVrFRJWjv6F7mSMnOLXSpoTPYOMs7y6EQlyOaB3yRx_Cetaq6vWbEmesREhwX9oNzu436XU4VFvJbUYAcsZEldxfB-ao TenantId:d441af8b69304f0d8b7d1bfe46b21f7e UserId:21e7e2cc71d34bd3b8872c8948c99390 Domain: RegionServiceURLs:map[regionOne:map[alarming:http://172.30.9.29:8042 placement:http://172.30.9.29:8778/placement compute:http://172.30.9.29:8774/v2.1 key-manager:http://172.30.9.29:9311 cloudformation:http://172.30.9.29:8000/v1 volume:http://172.30.9.29:8776/v1/d441af8b69304f0d8b7d1bfe46b21f7e image:http://172.30.9.29:9292 nfv-orchestration:http://172.30.9.29:9890 identity:http://172.30.9.29:5000 metric:http://172.30.9.29:8041 orchestration:http://172.30.9.29:8004/v1/d441af8b69304f0d8b7d1bfe46b21f7e volumev3:http://172.30.9.29:8776/v3/d441af8b69304f0d8b7d1bfe46b21f7e network:http://172.30.9.29:9696 volumev2:http://172.30.9.29:8776/v2/d441af8b69304f0d8b7d1bfe46b21f7e policy:http://172.30.9.29:1789]]} 06:17:40 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 06:17:40 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.29:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.29:8774/v2.1/ Rel:self}] Status:CURRENT}] 06:17:40 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 06:17:40 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 06:17:40 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 06:17:40 INFO cmd bootstrap.go:233 Loading image metadata 06:17:40 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 06:17:40 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 06:17:40 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.29:5000/v3} [quantal trusty win2012hv win2012 win81 raring yakkety zesty win10 utopic genericlinux precise saucy artful bionic win2016 opensuseleap vivid wily win2016hv xenial win2008r2 win2016nano win7 win8 win2012hvr2 win2012r2 centos7] [amd64 i386 armhf arm64 ppc64el s390x] released}} 06:17:40 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 06:17:42 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 06:17:43 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.29:5000/v3} not found 06:17:43 DEBUG juju.environs.bootstrap bootstrap.go:616 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.29:5000/v3} not found 06:17:43 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 06:17:43 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 06:17:43 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 06:17:43 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 06:17:43 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 06:17:43 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 06:17:43 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 06:17:43 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 06:17:43 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 06:17:44 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 []} 06:17:46 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 06:17:46 INFO cmd bootstrap.go:389 Starting new instance for initial controller 06:17:46 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 06:17:46 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 06:17:46 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 Arch:amd64 VirtType:}] 06:17:46 INFO juju.environs.instances image.go:106 find instance - using image with id: 3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 06:17:46 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 06:17:46 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 06:17:46 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2490 bytes 06:17:46 DEBUG juju.provider.openstack provider.go:1005 using network id "54021442-8ba3-4f65-a6d9-60b470b566f1" 06:17:46 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.29:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" has status BUILD, wait 10 seconds before retry, attempt 9 06:19:32 INFO juju.provider.openstack provider.go:1175 started instance "83a998aa-1ad6-4862-aa7d-91aefc0f12eb" 06:19:32 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 06:19:34 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.200 06:19:34 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.200 06:19:36 INFO cmd bootstrap.go:225 - 83a998aa-1ad6-4862-aa7d-91aefc0f12eb (arch=amd64 mem=2G cores=1) 06:19:36 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 06:19:36 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 06:19:36 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 06:19:39 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 06:19:39 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 06:19:40 DEBUG juju.provider.openstack provider.go:417 instance 83a998aa-1ad6-4862-aa7d-91aefc0f12eb has floating IP address: 172.30.9.200 Attempting to connect to 172.30.9.200:22 Attempting to connect to 192.168.121.6:22 06:19:40 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.6 failed: ssh: connect to host 192.168.121.6 port 22: Connection refused 06:19:40 INFO cmd bootstrap.go:333 Connected to 172.30.9.200 06:19:40 INFO juju.cloudconfig userdatacfg_unix.go:460 Fetching agent: curl -sSfw 'agent binaries 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.3.9/juju-2.3.9-ubuntu-amd64.tgz]> 06:19:40 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-72205d-controller-0 06:21:28 INFO cmd bootstrap.go:455 Bootstrap agent now started 06:21:29 DEBUG juju.provider.openstack provider.go:417 instance 83a998aa-1ad6-4862-aa7d-91aefc0f12eb has floating IP address: 172.30.9.200 06:21:29 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.200:17070 192.168.121.6:17070] 06:21:29 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.200 to verify accessibility... 06:21:29 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.200:17070 192.168.121.6:17070] 06:21:30 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" 06:21:30 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" 06:21:30 DEBUG juju.api monitor.go:35 RPC connection died 06:21:30 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 06:21:30 INFO cmd controller.go:88 Controller machines are in the "controller" model 06:21:30 INFO cmd controller.go:89 Initial model "default" added 06:21:30 INFO cmd supercommand.go:465 command finished 2018-10-06 06:21:30,252 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-10-06 06:21:30,252 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-10-06 06:21:53,443 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-10-06 06:21:53,444 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-10-06 06:51:12,636 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-06 06:50:55.657882Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-06 06:51:12,637 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-10-06 06:51:12,637 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-10-06 06:51:12,881 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.3.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.202 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.206 3306/tcp oai-epc/0* active idle 2 172.30.9.212 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.214 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.202 b3612ad0-dcd0-41c4-bfa0-b32e5319515f xenial nova ACTIVE 1 started 172.30.9.206 59349240-d8b4-4e54-8b7b-cee3d5fea04c trusty nova ACTIVE 2 started 172.30.9.212 da960281-d95f-4820-b369-58f57d25feab trusty nova ACTIVE 3 started 172.30.9.214 78d3ec8f-e78f-49a1-9787-48aa072bba08 trusty nova ACTIVE 2018-10-06 06:51:13,096 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.202 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-10-06 06:51:13,097 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-10-06 06:51:13,298 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.212 (agent:idle, workload:active) 2152/udp 2018-10-06 06:51:13,298 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-10-06 06:51:13,471 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.214 (agent:idle, workload:active) 2018-10-06 06:51:13,472 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-10-06 06:51:13,472 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-10-06 06:51:14,213 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-10-06 06:51:14,213 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-10-06 06:51:14,684 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-2774dd-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' 2018-10-06 06:51:14,684 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-10-06 06:51:15,179 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc 2018-10-06 07:00:56,873 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-06 07:00:39.908249Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-06 07:00:56,874 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-10-06 07:00:57,389 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-10-06 07:00:57,389 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-10-06 07:00:57,447 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-10-06 07:00:57,448 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-10-06 07:00:57,680 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-06 07:00:57,680 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 43:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-06 07:00:58,879 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 06:24:43 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 06:24:43 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 06:24:43 DEBUG juju.agent read agent config, format "2.0" machine-0: 06:24:43 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 06:24:43 DEBUG juju.worker start "engine" machine-0: 06:24:43 INFO juju.worker start "engine" machine-0: 06:24:43 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 06:24:43 DEBUG juju.worker "engine" started machine-0: 06:24:43 DEBUG juju.worker.introspection stats worker now serving machine-0: 06:24:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 06:24:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 06:24:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 06:24:43 DEBUG juju.worker.apicaller connecting with old password machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 06:24:43 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:43 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:43 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:43 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 06:24:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 06:24:43 DEBUG juju.worker.apicaller connected machine-0: 06:24:43 DEBUG juju.worker.apicaller changing password... machine-0: 06:24:43 DEBUG juju.worker.apicaller password changed machine-0: 06:24:43 DEBUG juju.api RPC connection died machine-0: 06:24:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 06:24:43 DEBUG juju.worker.apicaller connecting with current password machine-0: 06:24:43 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:43 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:43 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:44 DEBUG juju.worker.apicaller connected machine-0: 06:24:44 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 06:24:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 06:24:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 06:24:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 06:24:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 06:24:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 06:24:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 06:24:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 06:24:44 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 06:24:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 06:24:44 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 06:24:44 INFO juju.worker.upgrader unblocking abort check machine-0: 06:24:44 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 06:24:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 06:24:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 06:24:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 06:24:45 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 06:24:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 06:24:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 06:24:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.logger logger setup machine-0: 06:24:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 06:24:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 06:24:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 06:24:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:45 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 06:24:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:45 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 06:24:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 06:24:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 06:24:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 06:24:45 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 06:24:45 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 06:24:45 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 06:24:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 06:24:45 DEBUG juju.network including address local-machine:::1 for machine machine-0: 06:24:45 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 06:24:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 06:24:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 06:24:45 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 06:24:45 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 06:24:45 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 06:24:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 06:24:45 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-0: 06:24:45 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 06:24:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 06:24:45 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 06:24:45 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 06:24:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 06:24:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 06:24:45 DEBUG juju.api RPC connection died machine-0: 06:24:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 06:24:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 06:24:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.apicaller connecting with current password machine-0: 06:24:45 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:45 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:45 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-0: 06:24:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result configuring fan underlay:192.168.121.0/24 overlay:252.0.0.0/8 0 machine-0: 06:24:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 06:24:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 06:24:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:45 DEBUG juju.worker.apicaller connected machine-0: 06:24:46 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 06:24:46 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 06:24:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 06:24:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 06:24:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 06:24:46 DEBUG juju.network "lxdbr0" has addresses [fe80::c449:14ff:fe64:8b00/64 fe80::1/64] machine-0: 06:24:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 06:24:46 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 06:24:46 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 06:24:46 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 06:24:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 06:24:46 DEBUG juju.network including address local-machine:::1 for machine machine-0: 06:24:46 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 06:24:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 06:24:46 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-0: 06:24:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 06:24:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 06:24:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.logger logger setup machine-0: 06:24:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 06:24:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 06:24:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:46 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 06:24:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 06:24:46 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 06:24:46 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 06:24:46 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 06:24:46 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 06:24:46 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 06:24:46 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 06:24:46 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 06:24:46 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 06:24:46 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 06:24:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 06:24:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 06:24:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 06:24:46 DEBUG juju.network "lxdbr0" has addresses [fe80::c449:14ff:fe64:8b00/64 fe80::1/64] machine-0: 06:24:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 06:24:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 06:24:46 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 06:24:46 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 06:24:46 DEBUG juju.network including address local-machine:::1 for machine machine-0: 06:24:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 06:24:46 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 06:24:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 06:24:46 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 06:24:46 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 06:24:46 INFO juju.worker.upgrader unblocking abort check machine-0: 06:24:46 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 06:24:46 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 06:24:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 06:24:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 06:24:47 DEBUG juju.worker start "0-container-watcher" machine-0: 06:24:47 DEBUG juju.worker start "stateconverter" machine-0: 06:24:47 INFO juju.worker start "0-container-watcher" machine-0: 06:24:47 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 06:24:47 DEBUG juju.worker "0-container-watcher" started machine-0: 06:24:47 INFO juju.worker start "stateconverter" machine-0: 06:24:47 DEBUG juju.worker "stateconverter" started machine-0: 06:24:47 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 06:24:47 DEBUG juju.service discovered init system "systemd" from local host machine-0: 06:24:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-0: 06:24:47 INFO juju.worker.machiner "machine-0" started machine-0: 06:24:47 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 06:24:48 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 06:24:48 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 06:24:48 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 06:24:48 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 06:24:48 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 06:24:48 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 06:24:48 INFO juju.worker start "api" unit-abot-epc-basic-0: 06:24:48 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:48 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:48 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:24:48 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 06:24:49 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 06:24:49 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:49 INFO juju.api connection established to "wss://252.6.0.1:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:49 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:49 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.apicaller connected machine-0: 06:24:49 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:50:8e:d9 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.7 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:50:8e:d9 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress:c6:49:14:64:8b:00 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:3 MACAddress:c6:49:14:64:8b:00 CIDR: MTU:1500 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lxdbr0 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:9e:2d:c8:90:65:08 CIDR:252.0.0.0/8 MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:static Address:252.7.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:9e:2d:c8:90:65:08 CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:5 MACAddress:9e:2d:c8:90:65:08 CIDR: MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ftun0 ParentInterfaceName:fan-252 InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network "lxdbr0" has addresses [fe80::c449:14ff:fe64:8b00/64 fe80::1/64] unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network including address public:172.30.9.200 for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 06:24:50 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 06:24:50 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 06:24:50 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 06:24:50 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic machine-0: 06:24:50 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 06:24:50 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 06:24:50 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 06:24:50 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 06:24:50 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 06:24:50 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 06:24:50 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 06:24:50 DEBUG httpbakery client do GET https://252.6.0.1:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 06:24:50 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 06:24:50 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 06:24:50 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") machine-0: 06:24:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 06:24:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 06:24:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 06:24:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 06:24:50 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 06:24:50 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 06:24:50 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 06:24:51 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 06:24:51 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 06:24:51 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" machine-0: 06:24:51 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 06:24:52 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 06:24:52 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 06:24:52 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 06:24:52 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 06:24:52 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 06:24:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 06:24:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:24:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 06:24:52 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 06:24:53 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 06:24:53 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 06:24:53 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 06:24:54 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 06:24:55 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:24:55 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 06:24:55 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 06:24:55 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 06:24:56 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 06:24:56 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 06:24:56 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 06:24:56 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 06:24:56 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 06:24:57 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 06:24:58 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblcms2-2 amd64 2.6-3ubuntu2.1 [136 kB] unit-abot-epc-basic-0: 06:24:59 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 06:25:00 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 06:25:00 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 06:25:00 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 06:25:00 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 06:25:01 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 06:25:02 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 06:25:03 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 06:25:03 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 06:25:03 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 06:25:19 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 06:25:21 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 06:25:21 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 06:25:21 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 06:25:22 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 06:25:22 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 06:25:22 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 06:25:23 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 06:25:25 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 06:25:25 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 06:25:25 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 06:25:25 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 06:25:26 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 06:25:27 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 06:25:28 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 06:25:29 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 06:25:30 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 06:25:31 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 06:25:31 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 06:25:31 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 06:25:31 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 06:25:31 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 37s (1838 kB/s) unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install (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 ... 54367 files and directories currently installed.) unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 06:25:32 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 06:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 06:25:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 06:25:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 06:25:35 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 06:25:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 06:25:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 06:25:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 06:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 06:25:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 06:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 06:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 06:25:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 06:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 06:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 06:25:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 06:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 06:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 06:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 06:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 06:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 06:25:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 06:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 06:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 06:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 06:25:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 06:25:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 06:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 06:25:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 06:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 06:25:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 06:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:25:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 06:25:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 06:25:49 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 06:25:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 06:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 06:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 06:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 06:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 06:25:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:53 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 06:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 06:25:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 06:25:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 06:25:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:25:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 06:25:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:25:56 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 06:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 06:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 06:26:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 06:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 06:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 06:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 06:26:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 06:26:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 06:26:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 06:26:03 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 06:26:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 06:26:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:04 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 06:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 06:26:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 06:26:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 06:26:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 06:26:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 06:26:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:26:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 06:26:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 06:26:08 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 06:26:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 06:26:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:09 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:26:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 06:26:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 06:26:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:26:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 06:26:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 06:26:13 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 06:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:26:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 06:26:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 06:26:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 06:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 06:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 06:26:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 06:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 06:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 06:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 06:26:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 06:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 06:26:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 06:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 06:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 06:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 06:26:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 06:26:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 06:26:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:26:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:26:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 06:26:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:26:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:26:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 06:26:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 06:26:36 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:37 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 06:26:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 06:26:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 06:26:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 06:26:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 06:26:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 06:26:39 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 06:26:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 06:26:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 06:26:40 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 06:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 06:26:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:26:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 06:26:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 06:26:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 06:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 06:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 06:26:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 06:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 06:26:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 06:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 06:26:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 06:26:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:26:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 06:26:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:47 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:26:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 06:26:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 06:26:48 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:26:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 06:26:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 06:26:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:52 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:26:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 06:26:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:55 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:26:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 06:26:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:26:59 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 06:27:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:27:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 06:27:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 06:27:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 06:27:05 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 06:27:06 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 06:27:06 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 06:27:06 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 06:27:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 06:27:06 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 06:27:07 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:27:09 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:27:10 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:27:12 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 06:27:12 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 06:27:12 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 06:27:13 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 06:27:13 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 06:27:13 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 06:27:13 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 06:27:14 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 06:27:15 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:27:16 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 06:27:17 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 06:27:17 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:17 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 06:27:17 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:27:17 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:18 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:18 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 06:27:19 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 06:27:20 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 06:27:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:27:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:27:21 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 06:27:21 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:27:21 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 06:27:23 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:27:24 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:27:24 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:27:25 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:27:25 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:27:25 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 06:27:25 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 06:27:26 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 06:27:27 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 06:27:28 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 06:27:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 06:27:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 06:27:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 06:27:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 06:27:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 06:27:31 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 06:27:32 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 06:27:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 06:27:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 06:27:35 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 06:27:36 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:27:36 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 06:27:36 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 06:27:36 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:27:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 06:27:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 06:27:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 06:27:37 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 06:27:38 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 06:27:38 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 06:27:38 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:27:38 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 06:27:38 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 06:27:39 DEBUG unit.abot-epc-basic/0.install --2018-10-06 06:27:39-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 06:27:39 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 95.7K 8m8s unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 193K 6m4s unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.9M 4m4s unit-abot-epc-basic-0: 06:27:40 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.3M 3m4s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 197K 3m14s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.1M 2m42s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.1M 2m19s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.4M 2m2s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 204K 2m14s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.3M 2m1s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.1M 1m50s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.4M 1m41s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.0M 93s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.0M 87s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 175K 99s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 49.3M 92s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 54.8M 87s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 56.4M 82s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 53.1M 78s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 49.8M 74s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 50.7M 70s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 51.3M 67s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 51.1M 64s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 48.3M 61s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 62.0M 59s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 63.7M 57s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 61.8M 54s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 54.8M 52s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 61.9M 51s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 61.9M 49s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 255K 53s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 7.46M 51s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 8.12M 50s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 7.96M 49s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 1.44M 48s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 11.1M 47s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 11.1M 46s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 11.6M 44s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 10.8M 43s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 11.0M 42s unit-abot-epc-basic-0: 06:27:41 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 11.7M 41s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 274K 44s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 8.54M 43s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 7.20M 42s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 1.41M 42s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 11.4M 41s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 11.0M 40s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 11.2M 40s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 11.6M 39s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 11.2M 38s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 10.7M 37s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 11.2M 37s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 274K 39s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 9.88M 38s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 6.50M 38s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 1.42M 37s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 11.7M 37s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 11.2M 36s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 11.0M 36s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 11.2M 35s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 11.2M 34s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 11.4M 34s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 10.8M 33s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 275K 35s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 11.6M 35s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 9.37M 34s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 7.57M 34s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 1.41M 34s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 11.0M 33s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 11.6M 33s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 11.0M 32s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.2M 32s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.3M 32s unit-abot-epc-basic-0: 06:27:42 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.1M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 189K 34s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 51.2M 33s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 55.1M 33s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 62.7M 32s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 63.8M 32s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 64.4M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 53.1M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 63.5M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 62.8M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 61.8M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 56.1M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 57.9M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 302K 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 5.72M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 5.19M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 1.34M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 7.52M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 190K 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 49.1M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 47.2M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 2.86M 31s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 48.5M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 51.3M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 44.0M 30s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 57.1M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 58.7M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 58.9M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 52.2M 28s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 1.09M 28s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 368K 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 1.20M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 5.57M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 5.34M 29s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 5.40M 28s unit-abot-epc-basic-0: 06:27:43 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 6.69M 28s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 115K 31s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 48.4M 31s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 53.4M 31s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 42.5M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 44.1M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 40.3M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 48.5M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 1.22M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 3.16M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 4.23M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 4.45M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 277K 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 1.04M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 4.27M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 3.58M 29s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 274K 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 4.64M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 1.07M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 4.40M 30s unit-abot-epc-basic-0: 06:27:44 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 3.48M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 279K 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 2.70M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 1.25M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 4.33M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 3.82M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 278K 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 2.70M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 1.29M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 3.85M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 4.42M 30s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 277K 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 2.81M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 169K 32s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 49.5M 32s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 51.9M 32s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 45.1M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 46.9M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 45.0M 31s unit-abot-epc-basic-0: 06:27:45 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 2.86M 31s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 273K 31s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 1003K 31s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 3.84M 31s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 2.68M 31s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 274K 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 1014K 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 3.66M 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 868K 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 343K 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 1.13M 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 3.01M 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 270K 33s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 2.43M 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 1.25M 32s unit-abot-epc-basic-0: 06:27:46 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 3.22M 32s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 270K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 2.45M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 1.24M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 3.08M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 272K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 2.64M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 1.21M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 3.40M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 503K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 498K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 1.09M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 3.42M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 966K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 351K 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 1.02M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 3.83M 33s unit-abot-epc-basic-0: 06:27:47 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 3.05M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 276K 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 1.04M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 4.20M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 3.07M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 277K 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 1.05M 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 3.60M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 3.25M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 274K 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 2.59M 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 1.21M 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 3.25M 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 963K 33s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 332K 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 1.12M 34s unit-abot-epc-basic-0: 06:27:48 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 4.49M 33s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 2.16M 33s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 282K 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 1.16M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 3.50M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 3.04M 33s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 271K 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 1.30M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 2.98M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 2.81M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 595K 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 447K 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 1.13M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 3.24M 34s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 2.42M 33s unit-abot-epc-basic-0: 06:27:49 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 283K 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 1.17M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 3.02M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 2.62M 33s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 276K 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 1.35M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 2.40M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 3.19M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 573K 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 445K 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 1.25M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 2.77M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 1.09M 33s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 336K 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 1.06M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 3.54M 34s unit-abot-epc-basic-0: 06:27:50 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 2.76M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 280K 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 1.16M 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 3.09M 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 2.85M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 554K 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 389K 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 2.79M 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 2.87M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 612K 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 425K 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 1.20M 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 3.44M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 2.44M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 285K 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 1.13M 34s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 2.80M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 3.35M 33s unit-abot-epc-basic-0: 06:27:51 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 556K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 389K 34s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 2.36M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 3.50M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 616K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 442K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 1.12M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 3.12M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 2.25M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 398K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 587K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 2.50M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 3.39M 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 603K 33s unit-abot-epc-basic-0: 06:27:52 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 450K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 186K 34s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 49.6M 34s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 47.7M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 53.9M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 2.03M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 2.00M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 183K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 46.3M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 47.9M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 44.0M 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 262K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 998K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 501K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 354K 33s unit-abot-epc-basic-0: 06:27:53 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 1.68M 33s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 260K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 1.01M 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 974K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 269K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 1.55M 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 510K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 354K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 1.41M 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 281K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 967K 34s unit-abot-epc-basic-0: 06:27:54 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 1.60M 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 267K 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 1.02M 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 1.29M 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 282K 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 1.08M 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 931K 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 308K 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 1.04M 34s unit-abot-epc-basic-0: 06:27:55 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 566K 34s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 132K 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 59.6M 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 60.2M 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 1.37M 34s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 770K 34s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 310K 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 855K 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 253K 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 961K 35s unit-abot-epc-basic-0: 06:27:56 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 320K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 568K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 783K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 309K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 962K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 260K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 1.03M 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 1.04M 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 280K 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 1.03M 35s unit-abot-epc-basic-0: 06:27:57 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 492K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 381K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 1.25M 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 336K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 607K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 1.67M 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 263K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 1.09M 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 1.49M 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 268K 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 1.06M 35s unit-abot-epc-basic-0: 06:27:58 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 886K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 314K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 1.04M 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 524K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 425K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 1.00M 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 535K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 422K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 965K 35s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 143K 36s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 45.4M 36s unit-abot-epc-basic-0: 06:27:59 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 46.5M 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 5.48M 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 319K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 543K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 331K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 768K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 311K 36s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 840K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 481K 35s unit-abot-epc-basic-0: 06:28:00 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 344K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 543K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 416K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 863K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 547K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 324K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 913K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 312K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 925K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 579K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 406K 36s unit-abot-epc-basic-0: 06:28:01 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 861K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 584K 35s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 134K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 44.2M 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 45.6M 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 1011K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 531K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 313K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 544K 36s unit-abot-epc-basic-0: 06:28:02 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 337K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 459K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 402K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 528K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 306K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 826K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 358K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 442K 36s unit-abot-epc-basic-0: 06:28:03 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 591K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 340K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 719K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 306K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 811K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 373K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 452K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 546K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 398K 36s unit-abot-epc-basic-0: 06:28:04 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 552K 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 139K 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 48.4M 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 53.3M 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 430K 36s machine-1: 06:28:05 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 06:28:05 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 06:28:05 DEBUG juju.agent read agent config, format "2.0" machine-1: 06:28:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 06:28:05 DEBUG juju.worker start "engine" machine-1: 06:28:05 INFO juju.worker start "engine" machine-1: 06:28:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 06:28:05 DEBUG juju.worker "engine" started machine-1: 06:28:05 DEBUG juju.worker.introspection stats worker now serving machine-1: 06:28:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 06:28:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 06:28:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 353K 36s machine-1: 06:28:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.apicaller connecting with old password machine-1: 06:28:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 06:28:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 06:28:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 06:28:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 400K 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 358K 36s unit-abot-epc-basic-0: 06:28:05 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 410K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 288K 36s machine-1: 06:28:06 DEBUG juju.worker.apicaller connected machine-1: 06:28:06 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 431K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 470K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 418K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 369K 36s machine-1: 06:28:06 DEBUG juju.worker.apicaller password changed machine-1: 06:28:06 DEBUG juju.api RPC connection died machine-1: 06:28:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 06:28:06 DEBUG juju.worker.apicaller connecting with current password machine-1: 06:28:06 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:06 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:06 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 429K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 355K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 535K 36s unit-abot-epc-basic-0: 06:28:06 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 468K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 358K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 435K 36s machine-1: 06:28:07 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 398K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 782K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 371K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 506K 36s unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 497K 36s machine-1: 06:28:07 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 06:28:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 06:28:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 06:28:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 06:28:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 06:28:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 360K 36s machine-1: 06:28:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:28:07 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 626K 36s unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 355K 36s unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 663K 36s machine-1: 06:28:08 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 06:28:08 INFO juju.worker.upgrader unblocking abort check machine-1: 06:28:08 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 06:28:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 353K 36s machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 06:28:08 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 06:28:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 06:28:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.logger logger setup machine-1: 06:28:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 06:28:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 06:28:08 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 06:28:08 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 06:28:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 06:28:08 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 06:28:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:08 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 06:28:08 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 06:28:08 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 06:28:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 06:28:08 DEBUG juju.network including address local-machine:::1 for machine machine-1: 06:28:08 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 06:28:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 06:28:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 06:28:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-1: 06:28:08 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 06:28:08 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 06:28:08 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 06:28:08 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 06:28:08 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 06:28:08 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 06:28:08 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 06:28:08 INFO juju.util.exec run result: exit status 127 machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec123170619/script.sh: line 1: fanatic: command not found 127 unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 539K 36s machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 06:28:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 06:28:08 INFO juju.util.exec run result: exit status 127 machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec574018853/script.sh: line 1: fanatic: command not found 127 machine-1: 06:28:08 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 06:28:08 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-1: 06:28:08 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 06:28:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 06:28:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 06:28:08 DEBUG juju.api RPC connection died machine-1: 06:28:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 06:28:08 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-1": connection is shut down machine-1: 06:28:08 DEBUG juju.worker killing runner 0xc42073a340 machine-1: 06:28:08 INFO juju.worker runner is dying machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: checking controller status: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-1": connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-1: connection is shut down machine-1: 06:28:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 06:28:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 478K 36s machine-1: 06:28:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.apicaller connecting with current password machine-1: 06:28:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 06:28:08 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:08 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 06:28:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 404K 36s unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 757K 36s unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 375K 36s unit-abot-epc-basic-0: 06:28:08 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 494K 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 518K 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 126K 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 40.7M 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 50.3M 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 960K 36s machine-1: 06:28:09 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 248K 36s machine-1: 06:28:09 DEBUG juju.api RPC connection died machine-1: 06:28:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 06:28:09 DEBUG juju.worker.apicaller connecting with current password machine-1: 06:28:09 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:09 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-1: 06:28:09 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 419K 36s unit-abot-epc-basic-0: 06:28:09 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 343K 36s unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 434K 36s machine-1: 06:28:10 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 347K 36s machine-1: 06:28:10 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 427K 36s machine-1: 06:28:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-1: 06:28:10 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 06:28:10 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 06:28:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.logger logger setup machine-1: 06:28:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 06:28:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 06:28:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 06:28:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 06:28:10 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 351K 36s unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 437K 36s unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 358K 36s unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 603K 36s unit-abot-epc-basic-0: 06:28:10 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 349K 36s unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 594K 36s unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 366K 36s machine-1: 06:28:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 06:28:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 06:28:11 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 06:28:11 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 06:28:11 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 06:28:11 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 06:28:11 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 06:28:11 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 06:28:11 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 06:28:11 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 06:28:11 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 06:28:11 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 06:28:11 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 06:28:11 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 478K 36s machine-1: 06:28:11 INFO juju.util.exec run result: exit status 127 machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec286647337/script.sh: line 1: fanatic: command not found 127 machine-1: 06:28:11 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 06:28:11 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:11 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:11 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 06:28:11 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 06:28:11 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 06:28:11 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 06:28:11 DEBUG juju.network including address local-machine:::1 for machine machine-1: 06:28:11 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 06:28:11 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 06:28:11 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-1: 06:28:11 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 06:28:11 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 06:28:11 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 06:28:11 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 06:28:11 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 06:28:11 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 06:28:11 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 06:28:11 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 06:28:11 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 06:28:11 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 06:28:11 INFO juju.util.exec run result: exit status 127 machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec203484870/script.sh: line 1: fanatic: command not found 127 machine-1: 06:28:11 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 363K 36s unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 526K 36s machine-1: 06:28:11 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 06:28:11 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 06:28:11 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 06:28:11 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:11 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 06:28:11 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 06:28:11 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-1: 06:28:11 DEBUG juju.network including address local-machine:::1 for machine machine-1: 06:28:11 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] machine-1: 06:28:11 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 446K 36s unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 381K 36s unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 770K 35s machine-1: 06:28:11 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 06:28:11 INFO juju.worker.upgrader unblocking abort check machine-1: 06:28:11 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 06:28:11 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 06:28:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 06:28:11 INFO juju.worker.deployer deploying unit "mysql/0" unit-abot-epc-basic-0: 06:28:11 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 379K 35s unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 477K 35s machine-1: 06:28:12 DEBUG juju.worker start "1-container-watcher" machine-1: 06:28:12 DEBUG juju.worker start "stateconverter" machine-1: 06:28:12 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 06:28:12 INFO juju.worker start "1-container-watcher" machine-1: 06:28:12 DEBUG juju.worker "1-container-watcher" started machine-1: 06:28:12 INFO juju.worker start "stateconverter" machine-1: 06:28:12 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 06:28:12 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 389K 35s machine-1: 06:28:12 DEBUG juju.service discovered init system "upstart" from local host machine-1: 06:28:12 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 480K 35s machine-1: 06:28:12 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 647K 35s unit-mysql-0: 06:28:12 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 06:28:12 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 06:28:12 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 06:28:12 DEBUG juju.worker start "api" unit-mysql-0: 06:28:12 INFO juju.worker start "api" unit-mysql-0: 06:28:12 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 06:28:12 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 06:28:12 DEBUG juju.worker "api" started unit-mysql-0: 06:28:12 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:12 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 06:28:12 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:28:12 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:28:12 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 356K 35s unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 611K 35s unit-abot-epc-basic-0: 06:28:12 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 366K 35s machine-1: 06:28:12 INFO juju.worker.machiner "machine-1" started machine-1: 06:28:12 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 06:28:13 DEBUG juju.worker.apicaller connected unit-mysql-0: 06:28:13 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 144K 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 48.9M 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 49.8M 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 696K 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 270K 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 447K 35s unit-mysql-0: 06:28:13 DEBUG juju.worker.apicaller password changed unit-mysql-0: 06:28:13 DEBUG juju.api RPC connection died unit-mysql-0: 06:28:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 06:28:13 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 06:28:13 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:28:13 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:28:13 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 155K 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 48.0M 35s unit-abot-epc-basic-0: 06:28:13 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 406K 35s unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 231K 35s unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 286K 35s unit-mysql-0: 06:28:14 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 373K 35s unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 237K 35s unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 06:28:14 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:42:ca:53 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.15 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:42:ca:53 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 283K 35s unit-mysql-0: 06:28:14 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 06:28:14 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 06:28:14 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 06:28:14 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 403K 35s unit-mysql-0: 06:28:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 06:28:15 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.logger logger setup unit-mysql-0: 06:28:15 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 06:28:15 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 06:28:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 06:28:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 06:28:15 DEBUG juju.network including address public:172.30.9.200 for machine unit-mysql-0: 06:28:15 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-mysql-0: 06:28:15 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-mysql-0: 06:28:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 06:28:15 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 06:28:15 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 06:28:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 06:28:15 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 06:28:15 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 06:28:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 06:28:15 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 06:28:15 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 06:28:15 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 06:28:15 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 288K 35s unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 06:28:15 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 299K 35s unit-mysql-0: 06:28:15 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 06:28:15 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 06:28:15 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 06:28:15 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 06:28:15 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 06:28:15 INFO juju.worker.uniter resuming charm install unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 06:28:15 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 06:28:15 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 06:28:15 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/charms?file=%2A&url=cs%3Amysql-55 { unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 325K 35s unit-mysql-0: 06:28:15 DEBUG httpbakery } -> error unit-mysql-0: 06:28:15 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 06:28:15 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 311K 35s unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 311K 35s unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 06:28:15 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 06:28:15 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 291K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 275K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 456K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 319K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 295K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 299K 35s unit-abot-epc-basic-0: 06:28:16 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 281K 35s unit-abot-epc-basic-0: 06:28:17 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 148K 36s unit-abot-epc-basic-0: 06:28:17 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 47.8M 35s unit-abot-epc-basic-0: 06:28:17 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 272K 35s unit-abot-epc-basic-0: 06:28:17 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 242K 35s unit-abot-epc-basic-0: 06:28:17 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 335K 35s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 213K 36s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 266K 36s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 301K 36s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 299K 36s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 269K 36s unit-abot-epc-basic-0: 06:28:18 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 419K 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 236K 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 277K 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 145K 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 35.2M 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 278K 36s unit-abot-epc-basic-0: 06:28:19 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 247K 36s unit-abot-epc-basic-0: 06:28:20 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 324K 36s unit-abot-epc-basic-0: 06:28:20 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 207K 36s unit-abot-epc-basic-0: 06:28:20 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 223K 36s unit-abot-epc-basic-0: 06:28:20 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 311K 36s unit-abot-epc-basic-0: 06:28:20 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 329K 36s unit-abot-epc-basic-0: 06:28:21 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 207K 36s unit-abot-epc-basic-0: 06:28:21 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 225K 36s unit-abot-epc-basic-0: 06:28:21 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 313K 36s unit-abot-epc-basic-0: 06:28:21 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 332K 36s unit-mysql-0: 06:28:21 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-abot-epc-basic-0: 06:28:21 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 207K 36s unit-mysql-0: 06:28:21 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 06:28:22 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 06:28:22 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 06:28:22 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 06:28:22 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 06:28:22 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 267K 36s unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 319K 36s unit-mysql-0: 06:28:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 275K 36s unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 201K 36s unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 06:28:22 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 270K 36s unit-abot-epc-basic-0: 06:28:22 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 416K 36s unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 06:28:23 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 223K 36s unit-abot-epc-basic-0: 06:28:23 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 230K 36s unit-abot-epc-basic-0: 06:28:23 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 309K 36s unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1039 kB/s) unit-abot-epc-basic-0: 06:28:23 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 324K 36s unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install (Reading database ... 78195 files and directories currently installed.) unit-mysql-0: 06:28:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 06:28:23 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 208K 36s unit-mysql-0: 06:28:24 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:28:24 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 278K 36s unit-abot-epc-basic-0: 06:28:24 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 309K 36s unit-abot-epc-basic-0: 06:28:24 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 276K 36s unit-abot-epc-basic-0: 06:28:24 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 275K 36s unit-abot-epc-basic-0: 06:28:24 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 321K 36s unit-mysql-0: 06:28:24 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:28:25 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 266K 36s unit-abot-epc-basic-0: 06:28:25 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 135K 36s unit-abot-epc-basic-0: 06:28:25 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 740K 36s unit-abot-epc-basic-0: 06:28:25 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 574K 36s unit-mysql-0: 06:28:25 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:28:25 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 198K 36s unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 281K 36s unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 214K 36s unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 360K 36s unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 221K 36s unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 276K 36s unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 06:28:26 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 06:28:26 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 263K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 337K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 277K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 310K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 291K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 282K 36s unit-abot-epc-basic-0: 06:28:27 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 397K 36s unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 279K 35s unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 319K 35s unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Fetched 11.3 kB in 1s (8177 B/s) unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 331K 35s unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install (Reading database ... 78235 files and directories currently installed.) unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 240K 35s unit-mysql-0: 06:28:28 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 320K 35s unit-abot-epc-basic-0: 06:28:28 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 339K 35s unit-abot-epc-basic-0: 06:28:29 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 279K 35s unit-abot-epc-basic-0: 06:28:29 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 424K 35s unit-abot-epc-basic-0: 06:28:29 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 232K 35s unit-mysql-0: 06:28:29 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 06:28:29 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 309K 35s unit-abot-epc-basic-0: 06:28:29 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 456K 35s unit-abot-epc-basic-0: 06:28:30 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 123K 35s unit-abot-epc-basic-0: 06:28:30 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 46.3M 35s unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 06:28:30 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 230K 35s unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 06:28:30 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 325K 35s unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 06:28:30 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 202K 35s unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-mysql-0: 06:28:30 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 06:28:31 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 119K 35s unit-abot-epc-basic-0: 06:28:31 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 45.1M 35s unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-abot-epc-basic-0: 06:28:31 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 231K 35s unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 06:28:31 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 220K 35s unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 06:28:31 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 232K 35s unit-mysql-0: 06:28:31 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 06:28:32 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 216K 35s unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 06:28:32 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 201K 35s unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 06:28:32 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 197K 35s unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 06:28:32 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 132K 35s unit-mysql-0: 06:28:32 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 06:28:33 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 472K 35s unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 06:28:33 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 171K 35s unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-abot-epc-basic-0: 06:28:33 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 190K 35s unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 06:28:33 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 193K 35s unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-mysql-0: 06:28:33 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 06:28:34 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 196K 35s unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 06:28:34 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 225K 35s unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-abot-epc-basic-0: 06:28:34 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 128K 35s unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 06:28:34 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 301K 35s unit-mysql-0: 06:28:34 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] unit-abot-epc-basic-0: 06:28:35 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 164K 35s unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-abot-epc-basic-0: 06:28:35 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 165K 35s unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-abot-epc-basic-0: 06:28:35 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 191K 35s unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 06:28:35 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (7832 kB/s) unit-abot-epc-basic-0: 06:28:36 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 192K 35s unit-mysql-0: 06:28:36 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 06:28:36 DEBUG unit.mysql/0.install (Reading database ... 78245 files and directories currently installed.) unit-mysql-0: 06:28:36 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 06:28:36 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:36 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 192K 35s unit-abot-epc-basic-0: 06:28:36 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 174K 35s unit-abot-epc-basic-0: 06:28:36 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 169K 35s unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:37 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 188K 35s unit-abot-epc-basic-0: 06:28:37 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 188K 35s unit-abot-epc-basic-0: 06:28:37 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 162K 35s unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 06:28:37 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 06:28:38 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 192K 35s unit-abot-epc-basic-0: 06:28:38 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 167K 35s unit-abot-epc-basic-0: 06:28:38 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 188K 35s unit-mysql-0: 06:28:38 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 06:28:38 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:28:38 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 197K 35s unit-mysql-0: 06:28:38 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 06:28:39 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 188K 35s unit-abot-epc-basic-0: 06:28:39 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 198K 35s unit-abot-epc-basic-0: 06:28:39 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 195K 35s unit-abot-epc-basic-0: 06:28:39 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 193K 35s unit-abot-epc-basic-0: 06:28:39 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 287K 35s unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:28:40 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 204K 35s unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 06:28:40 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 228K 35s unit-abot-epc-basic-0: 06:28:40 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 253K 35s unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 06:28:40 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:40 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 248K 35s unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 314K 35s unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 255K 35s unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 304K 35s unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 420K 35s unit-mysql-0: 06:28:41 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 06:28:41 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 335K 35s unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 347K 35s unit-mysql-0: 06:28:41 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:41 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 419K 35s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 346K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 452K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 452K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 349K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 448K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 533K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 514K 34s unit-mysql-0: 06:28:42 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 06:28:42 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 187K 34s unit-abot-epc-basic-0: 06:28:42 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 50.4M 34s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 1.32M 34s unit-mysql-0: 06:28:43 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 420K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 491K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 462K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 338K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 494K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 431K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 456K 33s unit-abot-epc-basic-0: 06:28:43 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 358K 33s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 537K 33s unit-mysql-0: 06:28:44 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 06:28:44 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 433K 33s unit-mysql-0: 06:28:44 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 509K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 683K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 354K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 543K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 590K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 506K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 498K 32s unit-abot-epc-basic-0: 06:28:44 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 480K 32s unit-mysql-0: 06:28:44 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 06:28:44 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 532K 32s unit-mysql-0: 06:28:45 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 513K 32s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 447K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 549K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 624K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 532K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 470K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 488K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 563K 31s unit-abot-epc-basic-0: 06:28:45 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 700K 31s unit-mysql-0: 06:28:45 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 06:28:45 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 373K 31s unit-mysql-0: 06:28:46 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 756K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 549K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 457K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 537K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 719K 30s unit-mysql-0: 06:28:46 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 06:28:46 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 479K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 191K 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 52.7M 30s unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 1.39M 30s unit-mysql-0: 06:28:46 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 06:28:46 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 430K 30s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 456K 29s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 364K 29s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 420K 29s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 464K 29s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 359K 29s unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 493K 29s unit-mysql-0: 06:28:47 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 06:28:47 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 421K 29s unit-mysql-0: 06:28:47 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:28:47 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 583K 29s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 454K 29s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 436K 29s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 551K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 412K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 600K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 478K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 459K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 499K 28s unit-mysql-0: 06:28:48 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 06:28:48 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 437K 28s unit-abot-epc-basic-0: 06:28:48 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 879K 28s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 471K 28s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 358K 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 185K 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 32.2M 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 44.0M 27s unit-mysql-0: 06:28:49 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 472K 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 334K 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 471K 27s unit-abot-epc-basic-0: 06:28:49 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 344K 27s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 507K 27s unit-mysql-0: 06:28:50 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 06:28:50 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 313K 27s unit-mysql-0: 06:28:50 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 583K 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 288K 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 1.02M 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 297K 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 552K 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 330K 26s unit-abot-epc-basic-0: 06:28:50 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 705K 26s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 458K 26s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 336K 26s unit-mysql-0: 06:28:51 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 06:28:51 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 484K 26s unit-mysql-0: 06:28:51 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 336K 26s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 1.05M 25s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 299K 25s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 551K 25s unit-abot-epc-basic-0: 06:28:51 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 471K 25s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 432K 25s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 466K 25s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 341K 25s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 547K 25s unit-mysql-0: 06:28:52 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 06:28:52 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 407K 25s unit-mysql-0: 06:28:52 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 566K 24s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 336K 24s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 678K 24s unit-abot-epc-basic-0: 06:28:52 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 456K 24s unit-mysql-0: 06:28:52 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 06:28:52 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 341K 24s unit-mysql-0: 06:28:53 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 488K 24s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 339K 24s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 1005K 24s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 290K 24s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 614K 24s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 467K 23s unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 422K 23s unit-mysql-0: 06:28:53 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 06:28:53 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:53 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 472K 23s unit-mysql-0: 06:28:53 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 336K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 622K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 365K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 599K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 467K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 431K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 477K 23s unit-abot-epc-basic-0: 06:28:54 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 342K 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 162K 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 42.0M 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 38.8M 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 350K 22s unit-mysql-0: 06:28:55 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 06:28:55 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 438K 22s unit-mysql-0: 06:28:55 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 291K 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 566K 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 288K 22s unit-abot-epc-basic-0: 06:28:55 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 583K 22s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 277K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 636K 21s unit-mysql-0: 06:28:56 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 06:28:56 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 06:28:56 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 291K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 578K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 441K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 348K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 478K 21s unit-abot-epc-basic-0: 06:28:56 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 409K 21s unit-mysql-0: 06:28:56 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 06:28:57 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 554K 21s unit-mysql-0: 06:28:57 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 314K 21s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 610K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 352K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 627K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 474K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 405K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 652K 20s unit-abot-epc-basic-0: 06:28:57 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 289K 20s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 646K 20s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 423K 20s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 453K 20s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 769K 19s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 328K 19s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 677K 19s unit-mysql-0: 06:28:58 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 06:28:58 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 346K 19s unit-mysql-0: 06:28:58 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 571K 19s unit-abot-epc-basic-0: 06:28:58 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 531K 19s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 392K 19s unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 155K 19s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 50.2M 19s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 51.6M 19s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 279K 18s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 598K 18s unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 275K 18s unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 06:28:59 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 06:28:59 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 611K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 281K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 596K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 285K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 597K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 293K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 592K 18s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 290K 17s unit-abot-epc-basic-0: 06:29:00 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 621K 17s unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 405K 17s unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 453K 17s unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 788K 17s unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 273K 17s unit-mysql-0: 06:29:01 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 944K 17s unit-mysql-0: 06:29:01 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 06:29:01 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 300K 17s unit-abot-epc-basic-0: 06:29:01 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 160K 17s unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 348K 17s unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 42.6M 16s unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 820K 16s unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 541K 16s unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 234K 16s unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 510K 16s unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 296K 16s unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 354K 16s unit-mysql-0: 06:29:02 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 06:29:02 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 353K 16s unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 280K 16s unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 571K 16s unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 288K 15s unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 552K 15s unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 292K 15s unit-mysql-0: 06:29:03 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 06:29:03 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 563K 15s unit-mysql-0: 06:29:03 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 06:29:03 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 285K 15s unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 588K 15s unit-mysql-0: 06:29:04 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 06:29:04 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 138K 15s unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 43.7M 15s unit-mysql-0: 06:29:04 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 432K 15s unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 351K 15s unit-abot-epc-basic-0: 06:29:04 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 323K 14s unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 234K 14s unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 333K 14s unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 356K 14s unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 416K 14s unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 327K 14s unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 283K 14s unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 06:29:05 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 06:29:05 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 362K 14s unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 396K 14s unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 353K 14s unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 328K 13s unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 342K 13s unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 411K 13s unit-mysql-0: 06:29:06 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 355K 13s unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 366K 13s unit-abot-epc-basic-0: 06:29:06 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 408K 13s unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 364K 13s unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 406K 13s unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 152K 13s unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 41.7M 13s unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 614K 12s unit-mysql-0: 06:29:07 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 06:29:07 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 284K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 264K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 361K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 263K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 408K 12s unit-mysql-0: 06:29:08 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 06:29:08 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 06:29:08 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 354K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 272K 12s unit-abot-epc-basic-0: 06:29:08 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 417K 12s unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 305K 11s unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 163K 11s unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 47.1M 11s unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 342K 11s unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 260K 11s unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:29:09 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 276K 11s unit-mysql-0: 06:29:09 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 266K 11s unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 316K 11s unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 285K 11s unit-mysql-0: 06:29:10 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 06:29:10 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 06:29:10 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 270K 11s unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 303K 10s unit-abot-epc-basic-0: 06:29:10 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 299K 10s unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 268K 10s unit-mysql-0: 06:29:11 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 06:29:11 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 06:29:11 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 312K 10s unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 292K 10s unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 335K 10s unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 277K 10s unit-abot-epc-basic-0: 06:29:11 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 268K 10s unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 351K 10s unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 315K 10s unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 293K 9s unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 289K 9s unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 06:29:12 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 365K 9s unit-abot-epc-basic-0: 06:29:12 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 268K 9s unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 314K 9s unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 293K 9s unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 326K 9s unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 281K 9s unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 353K 9s unit-mysql-0: 06:29:13 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:29:13 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 255K 9s unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 337K 8s unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 333K 8s unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 314K 8s unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 299K 8s unit-mysql-0: 06:29:14 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 06:29:14 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 326K 8s unit-mysql-0: 06:29:14 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 06:29:14 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 340K 8s unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 335K 8s unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 346K 8s unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 365K 8s unit-mysql-0: 06:29:15 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 06:29:15 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 362K 7s unit-mysql-0: 06:29:15 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 313K 7s unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 478K 7s unit-abot-epc-basic-0: 06:29:15 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 324K 7s unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 139K 7s unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 35.1M 7s unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 17.3M 7s unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 301K 7s unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 323K 7s unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 259K 6s unit-mysql-0: 06:29:16 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 06:29:16 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 413K 6s unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 163K 6s unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 42.4M 6s unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 259K 6s unit-mysql-0: 06:29:17 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 263K 6s unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 244K 6s unit-abot-epc-basic-0: 06:29:17 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 270K 6s unit-abot-epc-basic-0: 06:29:18 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 264K 6s unit-abot-epc-basic-0: 06:29:18 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 305K 6s unit-abot-epc-basic-0: 06:29:18 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 295K 5s unit-abot-epc-basic-0: 06:29:18 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 249K 5s unit-abot-epc-basic-0: 06:29:18 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 333K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 289K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 256K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 333K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 300K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 248K 5s unit-abot-epc-basic-0: 06:29:19 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 335K 5s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 300K 4s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 251K 4s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 330K 4s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 294K 4s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 248K 4s unit-abot-epc-basic-0: 06:29:20 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 342K 4s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 300K 4s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 242K 4s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 344K 4s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 286K 3s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 254K 3s unit-abot-epc-basic-0: 06:29:21 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 338K 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 286K 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 323K 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 160K 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 50.5M 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 201K 3s unit-abot-epc-basic-0: 06:29:22 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 337K 3s unit-abot-epc-basic-0: 06:29:23 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 280K 2s unit-abot-epc-basic-0: 06:29:23 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 247K 2s unit-abot-epc-basic-0: 06:29:23 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 202K 2s unit-abot-epc-basic-0: 06:29:23 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 337K 2s unit-abot-epc-basic-0: 06:29:23 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 389K 2s unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 206K 2s unit-mysql-0: 06:29:24 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 464K 2s unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 119K 2s unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 38.8M 2s unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 370K 1s unit-abot-epc-basic-0: 06:29:24 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 277K 1s unit-abot-epc-basic-0: 06:29:25 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 240K 1s unit-abot-epc-basic-0: 06:29:25 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 198K 1s unit-abot-epc-basic-0: 06:29:25 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 205K 1s unit-abot-epc-basic-0: 06:29:25 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 334K 1s unit-mysql-0: 06:29:25 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 279K 1s unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 242K 1s unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 206K 1s unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 329K 0s unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 279K 0s unit-mysql-0: 06:29:26 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:26 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 244K 0s unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 244K 0s unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 367K=1m47s unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install 2018-10-06 06:29:27 (436 KB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-mysql-0: 06:29:27 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57408 files and directories currently installed.) unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 06:29:27 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-mysql-0: 06:29:28 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 06:29:29 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 06:29:31 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 06:29:31 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-mysql-0: 06:29:32 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-mysql-0: 06:29:32 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 06:29:32 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-mysql-0: 06:29:32 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 06:29:32 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 06:29:32 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install Need to get 102 MB of archives. unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-mysql-0: 06:29:33 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... unit-mysql-0: 06:29:33 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 06:29:33 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 06:29:33 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-mysql-0: 06:29:33 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:29:34 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 06:29:34 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-mysql-0: 06:29:34 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 06:29:34 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:34 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-mysql-0: 06:29:34 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 06:29:34 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:34 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-mysql-0: 06:29:34 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 06:29:35 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 06:29:35 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 06:29:36 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-mysql-0: 06:29:36 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 06:29:36 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 06:29:36 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-mysql-0: 06:29:36 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 06:29:36 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-mysql-0: 06:29:36 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 06:29:36 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-mysql-0: 06:29:36 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:37 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 06:29:37 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-mysql-0: 06:29:37 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 06:29:37 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 06:29:37 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-mysql-0: 06:29:37 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 06:29:37 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 06:29:37 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 06:29:37 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-mysql-0: 06:29:38 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 06:29:38 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-mysql-0: 06:29:39 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-mysql-0: 06:29:39 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-mysql-0: 06:29:39 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-mysql-0: 06:29:39 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-mysql-0: 06:29:39 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 06:29:39 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 06:29:40 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 06:29:40 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-mysql-0: 06:29:41 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:29:41 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 06:29:41 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 06:29:41 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 06:29:41 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-mysql-0: 06:29:42 DEBUG unit.mysql/0.install Fetched 83.1 kB in 1s (70.6 kB/s) unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-mysql-0: 06:29:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 06:29:42 DEBUG unit.mysql/0.install (Reading database ... 83373 files and directories currently installed.) unit-mysql-0: 06:29:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-abot-epc-basic-0: 06:29:42 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.7 [391 kB] unit-mysql-0: 06:29:42 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-mysql-0: 06:29:43 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 06:29:43 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-mysql-0: 06:29:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 06:29:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-mysql-0: 06:29:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:29:44 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 06:29:44 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 06:29:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 06:29:45 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-mysql-0: 06:29:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 06:29:46 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-mysql-0: 06:29:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 06:29:47 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-mysql-0: 06:29:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-mysql-0: 06:29:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 06:29:48 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-137.163 [850 kB] unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 06:29:49 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 06:29:49 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 06:29:49 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 06:29:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 06:29:50 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 06:29:50 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 06:29:50 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 06:29:50 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-mysql-0: 06:29:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 06:29:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 06:29:51 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-mysql-0: 06:29:51 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 06:29:51 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 06:29:51 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 06:29:51 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 06:29:52 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 06:29:52 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 06:29:52 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 06:29:52 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 06:29:52 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 06:29:53 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 06:29:53 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 06:29:53 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-mysql-0: 06:29:53 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 06:29:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:29:54 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 06:29:54 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 06:29:54 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 06:29:54 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-mysql-0: 06:29:54 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 06:29:54 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 06:29:54 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 06:29:55 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (625 kB/s) unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 06:29:55 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install (Reading database ... 83473 files and directories currently installed.) unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 06:29:56 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 06:29:56 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 06:29:57 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 06:29:58 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 06:29:58 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 06:29:58 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 06:29:58 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 06:29:58 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 06:29:59 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 06:30:00 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-mysql-0: 06:30:00 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 06:30:00 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:30:00 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 06:30:00 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-mysql-0: 06:30:00 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 06:30:01 DEBUG unit.abot-epc-basic/0.install Fetched 102 MB in 27s (3739 kB/s) unit-abot-epc-basic-0: 06:30:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 06:30:02 DEBUG unit.abot-epc-basic/0.install (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 ... 57571 files and directories currently installed.) unit-abot-epc-basic-0: 06:30:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-mysql-0: 06:30:02 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:30:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 06:30:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 06:30:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 06:30:03 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 06:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 06:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 06:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 06:30:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 06:30:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 06:30:07 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 06:30:08 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:30:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 06:30:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 06:30:08 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-mysql-0: 06:30:09 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:30:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 06:30:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 06:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-mysql-0: 06:30:11 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 06:30:11 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 06:30:11 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 06:30:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 06:30:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 06:30:12 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-mysql-0: 06:30:12 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 06:30:13 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 06:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-mysql-0: 06:30:13 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 06:30:14 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 06:30:14 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 06:30:14 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 06:30:14 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 06:30:14 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 06:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 06:30:14 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 06:30:14 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 06:30:14 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 06:30:14 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 06:30:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 06:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 06:30:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-mysql-0: 06:30:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-mysql-0: 06:30:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 06:30:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:30:15 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 06:30:15 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 06:30:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 06:30:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 06:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 06:30:16 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 06:30:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 06:30:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 06:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 06:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 06:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 06:30:18 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 06:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 06:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 06:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 06:30:19 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 06:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 06:30:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 06:30:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-mysql-0: 06:30:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 06:30:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 06:30:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 06:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 06:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 06:30:23 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 06:30:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 06:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 06:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 06:30:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:30:23 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 06:30:23 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 06:30:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 06:30:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 06:30:24 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 06:30:24 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 06:30:25 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 06:30:25 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 06:30:25 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 06:30:25 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-mysql-0: 06:30:26 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 06:30:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 06:30:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 06:30:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-mysql-0: 06:30:26 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-mysql-0: 06:30:26 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 06:30:26 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 06:30:26 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 06:30:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 06:30:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-mysql-0: 06:30:27 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3243 kB/s) unit-mysql-0: 06:30:27 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 06:30:27 DEBUG unit.mysql/0.config-changed (Reading database ... 83567 files and directories currently installed.) unit-mysql-0: 06:30:27 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 06:30:27 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 06:30:27 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 06:30:28 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 06:30:28 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 06:30:28 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 06:30:28 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 06:30:29 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 06:30:29 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 06:30:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 06:30:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... machine-2: 06:30:30 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 06:30:30 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 06:30:30 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 06:30:31 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 06:30:31 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... machine-2: 06:30:31 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 06:30:31 DEBUG juju.worker start "engine" machine-2: 06:30:31 INFO juju.worker start "engine" machine-2: 06:30:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 06:30:31 DEBUG juju.worker "engine" started machine-2: 06:30:31 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.introspection stats worker now serving machine-2: 06:30:31 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 06:30:31 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... machine-2: 06:30:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.apicaller connecting with old password machine-2: 06:30:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:31 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:31 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 06:30:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 06:30:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 06:30:31 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... machine-2: 06:30:31 DEBUG juju.worker.apicaller connected machine-2: 06:30:31 DEBUG juju.worker.apicaller changing password... machine-2: 06:30:33 DEBUG juju.worker.apicaller password changed machine-2: 06:30:33 DEBUG juju.api RPC connection died machine-2: 06:30:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 06:30:33 DEBUG juju.worker.apicaller connecting with current password machine-2: 06:30:33 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:33 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:33 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... machine-2: 06:30:33 DEBUG juju.worker.apicaller connected unit-mysql-0: 06:30:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 06:30:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 06:30:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... machine-2: 06:30:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... machine-2: 06:30:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 06:30:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 06:30:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 06:30:33 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 06:30:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:30:33 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... machine-2: 06:30:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:30:34 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 06:30:34 INFO juju.worker.upgrader unblocking abort check machine-2: 06:30:34 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 06:30:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 06:30:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 06:30:34 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 06:30:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 06:30:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.logger logger setup machine-2: 06:30:34 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:30:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:30:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:30:34 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. machine-2: 06:30:34 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 06:30:34 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 06:30:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:34 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 06:30:34 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 06:30:34 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 06:30:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 06:30:34 DEBUG juju.network including address local-machine:::1 for machine machine-2: 06:30:34 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 06:30:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 06:30:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:30:34 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 06:30:34 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... machine-2: 06:30:34 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 06:30:34 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 06:30:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:30:34 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 06:30:34 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:30:34 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 06:30:34 INFO juju.util.exec run result: exit status 127 machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec035225906/script.sh: line 1: fanatic: command not found 127 machine-2: 06:30:34 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 06:30:34 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 06:30:34 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 06:30:34 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 06:30:34 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 06:30:34 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:30:34 INFO juju.util.exec run result: exit status 127 machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec209413940/script.sh: line 1: fanatic: command not found 127 machine-2: 06:30:34 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... machine-2: 06:30:34 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 06:30:34 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-2: 06:30:34 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 06:30:34 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 06:30:34 DEBUG juju.api RPC connection died machine-2: 06:30:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker killing runner 0xc4204975f0 machine-2: 06:30:34 INFO juju.worker runner is dying machine-2: 06:30:34 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-2: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 06:30:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 06:30:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 06:30:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:34 DEBUG juju.worker.apicaller connecting with current password machine-2: 06:30:34 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:34 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:30:34 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:30:34 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 06:30:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 06:30:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 06:30:35 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... machine-2: 06:30:35 DEBUG juju.worker.apicaller connected unit-mysql-0: 06:30:35 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... machine-2: 06:30:36 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 06:30:36 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 06:30:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 06:30:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 06:30:36 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 06:30:36 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 06:30:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:30:36 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 06:30:36 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 06:30:36 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 06:30:36 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:30:36 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:30:36 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:30:36 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:30:36 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 06:30:36 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:30:36 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:30:36 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:30:36 INFO juju.util.exec run result: exit status 127 machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec835659688/script.sh: line 1: fanatic: command not found 127 machine-2: 06:30:36 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 06:30:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.logger logger setup machine-2: 06:30:36 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 06:30:36 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 06:30:36 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 06:30:36 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:30:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 06:30:36 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:30:36 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 06:30:36 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 06:30:36 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 06:30:36 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:36 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:36 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 06:30:36 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 06:30:36 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 06:30:36 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 06:30:36 DEBUG juju.network including address local-machine:::1 for machine machine-2: 06:30:36 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 06:30:36 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 06:30:36 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-2: 06:30:36 INFO juju.util.exec run result: exit status 127 machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec312704282/script.sh: line 1: fanatic: command not found 127 machine-2: 06:30:36 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 06:30:36 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 06:30:36 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 06:30:36 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 06:30:36 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 06:30:36 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 06:30:36 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 06:30:36 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 06:30:36 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:36 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:30:36 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 06:30:36 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 06:30:36 DEBUG juju.network including address local-machine:::1 for machine machine-2: 06:30:36 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-2: 06:30:36 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] unit-abot-epc-basic-0: 06:30:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 06:30:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:30:36 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... machine-2: 06:30:36 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 06:30:36 INFO juju.worker.upgrader unblocking abort check machine-2: 06:30:36 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 06:30:36 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 06:30:36 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 06:30:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 06:30:36 DEBUG juju.worker start "2-container-watcher" machine-2: 06:30:36 DEBUG juju.worker start "stateconverter" machine-2: 06:30:36 INFO juju.worker start "2-container-watcher" machine-2: 06:30:36 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 06:30:36 DEBUG juju.worker "2-container-watcher" started machine-2: 06:30:36 INFO juju.worker start "stateconverter" machine-2: 06:30:36 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 06:30:36 DEBUG juju.worker "stateconverter" started unit-mysql-0: 06:30:36 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 06:30:36 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 06:30:36 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... machine-2: 06:30:37 DEBUG juju.service discovered init system "upstart" from local host machine-2: 06:30:37 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-2: 06:30:37 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-oai-epc-0: 06:30:37 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 06:30:37 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 06:30:37 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 06:30:37 DEBUG juju.worker start "api" unit-oai-epc-0: 06:30:37 INFO juju.worker start "api" unit-oai-epc-0: 06:30:37 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 06:30:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 06:30:37 DEBUG juju.worker "api" started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:30:37 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:30:37 INFO juju.worker.machiner "machine-2" started machine-2: 06:30:37 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 06:30:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 06:30:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 06:30:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 06:30:37 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-mysql-0: 06:30:37 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:30:37 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-oai-epc-0: 06:30:38 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 06:30:38 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 06:30:38 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-oai-epc-0: 06:30:39 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 06:30:39 DEBUG juju.api RPC connection died unit-oai-epc-0: 06:30:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-oai-epc-0: 06:30:39 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 06:30:39 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:30:39 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:30:39 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... machine-2: 06:30:39 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:bb:c2:2d CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.8 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:bb:c2:2d CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:30:39 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-mysql-0: 06:30:39 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 06:30:40 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 06:30:40 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:30:40 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 06:30:40 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 06:30:40 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 06:30:40 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 06:30:40 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 06:30:40 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:30:40 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 06:30:40 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 06:30:40 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 06:30:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 06:30:40 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 06:30:40 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 06:30:40 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 06:30:40 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 06:30:40 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 06:30:40 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 06:30:40 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 06:30:40 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 06:30:40 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 06:30:40 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-oai-epc-0: 06:30:40 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 06:30:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-oai-epc-0: 06:30:40 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 06:30:40 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 06:30:40 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 06:30:40 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 06:30:40 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 06:30:40 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 06:30:40 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 06:30:40 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 06:30:40 DEBUG httpbakery } -> error unit-oai-epc-0: 06:30:40 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 06:30:40 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 06:30:40 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 06:30:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 06:30:42 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 06:30:42 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 06:30:42 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 06:30:42 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 06:30:42 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 06:30:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-oai-epc-0: 06:30:42 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 06:30:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-oai-epc-0: 06:30:42 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 06:30:42 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 06:30:42 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-epc-0: 06:30:43 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 06:30:43 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 06:30:43 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 06:30:43 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-epc-0: 06:30:43 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-abot-epc-basic-0: 06:30:43 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 06:30:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (2012 kB/s) unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install (Reading database ... 78195 files and directories currently installed.) unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 06:30:44 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:30:45 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-oai-epc-0: 06:30:45 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 06:30:45 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 06:30:46 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:30:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 06:30:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:30:46 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 06:30:46 DEBUG unit.mysql/0.config-changed 181006 6:30:46 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 06:30:46 DEBUG unit.mysql/0.config-changed 181006 6:30:46 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 06:30:46 DEBUG unit.mysql/0.config-changed 181006 6:30:46 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 17972 ... unit-oai-epc-0: 06:30:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 06:30:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 06:30:47 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:30:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 06:30:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:30:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-oai-epc-0: 06:30:50 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 06:30:50 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-oai-epc-0: 06:30:51 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 06:30:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 06:30:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 06:30:52 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-oai-epc-0: 06:30:52 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 06:30:52 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:30:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 06:30:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 06:30:52 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 06:30:54 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 06:30:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 06:30:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 06:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (24.3 kB/s) unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install (Reading database ... 78945 files and directories currently installed.) unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 06:30:55 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 06:30:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 06:30:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-epc-0: 06:30:56 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-oai-epc-0: 06:30:56 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 06:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 06:30:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 06:30:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 06:30:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 06:30:57 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-mysql-0: 06:30:58 DEBUG unit.mysql/0.config-changed mysql start/running, process 18105 unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-oai-epc-0: 06:30:58 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 06:30:58 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-mysql-0: 06:30:59 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 06:30:59 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 1s (2494 kB/s) unit-mysql-0: 06:30:59 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 06:30:59 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install (Reading database ... 78952 files and directories currently installed.) unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 06:31:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:31:01 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-epc-0: 06:31:01 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 06:31:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:31:03 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-epc-0: 06:31:04 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 06:31:04 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 06:31:04 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 06:31:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 06:31:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:31:04 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 06:31:04 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-oai-epc-0: 06:31:05 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 06:31:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 06:31:05 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:31:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 06:31:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 06:31:05 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-oai-epc-0: 06:31:05 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 06:31:06 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 06:31:06 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 06:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 06:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 06:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-oai-epc-0: 06:31:06 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 06:31:06 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 06:31:06 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 06:31:06 DEBUG unit.mysql/0.config-changed mysql start/running, process 18228 unit-mysql-0: 06:31:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 06:31:07 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 06:31:07 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:31:07 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 06:31:07 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 06:31:07 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 06:31:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 06:31:07 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 06:31:07 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 06:31:07 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 06:31:07 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-oai-epc-0: 06:31:08 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 06:31:08 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 06:31:09 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 06:31:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 06:31:09 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-epc-0: 06:31:09 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... machine-3: 06:31:09 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 06:31:09 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 06:31:09 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 06:31:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 06:31:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... machine-3: 06:31:10 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 06:31:10 DEBUG juju.worker start "engine" machine-3: 06:31:10 INFO juju.worker start "engine" machine-3: 06:31:10 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 06:31:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 06:31:10 DEBUG juju.worker "engine" started machine-3: 06:31:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.introspection stats worker now serving machine-3: 06:31:10 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.apicaller connecting with old password machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 06:31:10 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:10 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 06:31:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... machine-3: 06:31:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 06:31:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 06:31:10 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-epc-0: 06:31:10 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 06:31:11 DEBUG unit.mysql/0.start mysql stop/waiting unit-oai-epc-0: 06:31:11 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... machine-3: 06:31:11 DEBUG juju.worker.apicaller connected machine-3: 06:31:11 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... machine-3: 06:31:12 DEBUG juju.worker.apicaller password changed machine-3: 06:31:12 DEBUG juju.api RPC connection died machine-3: 06:31:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... machine-3: 06:31:12 DEBUG juju.worker.apicaller connecting with current password machine-3: 06:31:12 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:12 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:12 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 06:31:12 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-oai-epc-0: 06:31:12 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:31:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 06:31:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... machine-3: 06:31:13 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:31:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 06:31:13 DEBUG unit.mysql/0.start mysql start/running, process 18339 machine-3: 06:31:13 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:31:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 06:31:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 06:31:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 06:31:13 DEBUG worker.uniter.jujuc running hook tool "open-port" machine-3: 06:31:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install ++ virt-what machine-3: 06:31:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' machine-3: 06:31:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:31:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:31:13 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 06:31:13 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 06:31:13 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 06:31:13 INFO juju.worker.upgrader unblocking abort check machine-3: 06:31:13 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 06:31:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 06:31:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 06:31:13 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 06:31:13 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status machine-3: 06:31:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 06:31:13 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 06:31:13 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:31:13 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 06:31:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.logger logger setup machine-3: 06:31:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 06:31:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 06:31:13 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 06:31:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:13 INFO juju.util.exec run result: exit status 127 machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec831189275/script.sh: line 1: fanatic: command not found 127 machine-3: 06:31:13 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 06:31:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 06:31:13 DEBUG unit.oai-epc/0.install + echo -n machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:31:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 06:31:13 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 06:31:13 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 06:31:13 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 06:31:13 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 06:31:13 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:31:13 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 06:31:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 06:31:13 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:13 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 06:31:13 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 06:31:13 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 06:31:13 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:13 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 06:31:13 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 06:31:13 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 06:31:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 06:31:13 DEBUG juju.network including address local-machine:::1 for machine machine-3: 06:31:13 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 06:31:13 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 06:31:13 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-3: 06:31:13 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 06:31:13 INFO juju.util.exec run result: exit status 127 machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec184885375/script.sh: line 1: fanatic: command not found 127 machine-3: 06:31:13 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 06:31:13 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 06:31:13 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 06:31:13 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 06:31:13 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 06:31:13 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:31:13 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 06:31:14 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 06:31:14 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 06:31:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 06:31:14 DEBUG juju.api RPC connection died machine-3: 06:31:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker killing runner 0xc4207a41a0 machine-3: 06:31:14 INFO juju.worker runner is dying machine-3: 06:31:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-3: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 06:31:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 06:31:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.apicaller connecting with current password machine-3: 06:31:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:14 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:14 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 06:31:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:31:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 06:31:14 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 06:31:14 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 06:31:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:31:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:31:14 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 06:31:14 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 06:31:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 06:31:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:31:14 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-epc-0: 06:31:14 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 06:31:14 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 06:31:14 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 06:31:14 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-mysql-0: 06:31:14 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 06:31:14 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 06:31:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 06:31:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... machine-3: 06:31:15 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:31:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:31:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... machine-3: 06:31:16 DEBUG juju.api RPC connection died machine-3: 06:31:16 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 06:31:16 DEBUG juju.worker.apicaller connecting with current password machine-3: 06:31:16 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:16 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:16 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-mysql-0: 06:31:16 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" machine-3: 06:31:17 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:31:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:31:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... machine-3: 06:31:17 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 06:31:17 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 06:31:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:31:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:31:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... machine-3: 06:31:17 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 06:31:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 06:31:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 06:31:17 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 06:31:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.logger logger setup machine-3: 06:31:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started unit-mysql-0: 06:31:17 DEBUG juju.worker.uniter [AGENT-STATUS] idle: machine-3: 06:31:17 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 06:31:17 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 06:31:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 06:31:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 06:31:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:17 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 06:31:17 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 06:31:17 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 06:31:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 06:31:17 DEBUG juju.network including address local-machine:::1 for machine machine-3: 06:31:17 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 06:31:17 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 06:31:17 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-3: 06:31:17 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 06:31:17 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 06:31:17 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 06:31:17 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 06:31:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 06:31:17 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:31:17 INFO juju.util.exec run result: exit status 127 machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec387027491/script.sh: line 1: fanatic: command not found 127 machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:31:17 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 06:31:17 INFO juju.util.exec run result: exit status 127 machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec011210317/script.sh: line 1: fanatic: command not found 127 machine-3: 06:31:17 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:31:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 06:31:17 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 06:31:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:17 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:31:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 06:31:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:31:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 06:31:17 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 06:31:17 DEBUG juju.network including address local-machine:::1 for machine machine-3: 06:31:17 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 06:31:17 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 06:31:17 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 06:31:17 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 06:31:17 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 06:31:17 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 06:31:17 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 06:31:17 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 06:31:17 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 06:31:17 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 06:31:17 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 06:31:17 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 06:31:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... machine-3: 06:31:18 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 06:31:18 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 06:31:18 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 06:31:18 INFO juju.worker.upgrader unblocking abort check machine-3: 06:31:18 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 06:31:18 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 06:31:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... machine-3: 06:31:18 DEBUG juju.worker start "3-container-watcher" machine-3: 06:31:18 DEBUG juju.worker start "stateconverter" machine-3: 06:31:18 INFO juju.worker start "3-container-watcher" machine-3: 06:31:18 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 06:31:18 DEBUG juju.worker "3-container-watcher" started machine-3: 06:31:18 INFO juju.worker start "stateconverter" machine-3: 06:31:18 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 06:31:18 DEBUG juju.worker "stateconverter" started machine-3: 06:31:18 DEBUG juju.service discovered init system "upstart" from local host machine-3: 06:31:18 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-3: 06:31:18 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 06:31:18 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... machine-3: 06:31:18 INFO juju.worker.machiner "machine-3" started machine-3: 06:31:18 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 06:31:18 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 06:31:18 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 06:31:18 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 06:31:18 DEBUG juju.worker start "api" unit-oai-hss-0: 06:31:18 INFO juju.worker start "api" unit-oai-hss-0: 06:31:18 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 06:31:18 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 06:31:18 DEBUG juju.worker "api" started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:31:18 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:31:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 06:31:19 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 06:31:19 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 06:31:19 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 06:31:20 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 06:31:20 DEBUG juju.api RPC connection died unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 06:31:20 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 06:31:20 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:31:20 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:31:20 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:31:20 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:ad:13:97 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.16 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:ad:13:97 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-hss-0: 06:31:20 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:31:20 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:31:20 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 06:31:20 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 06:31:20 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 06:31:20 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 06:31:20 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:31:20 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 06:31:20 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 06:31:20 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 06:31:20 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 06:31:20 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 06:31:20 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 06:31:20 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-oai-hss-0: 06:31:20 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 06:31:20 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 06:31:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 06:31:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 06:31:20 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 06:31:20 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 06:31:20 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 06:31:21 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 06:31:21 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 06:31:21 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 06:31:21 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 06:31:21 DEBUG unit.abot-epc-basic/0.install (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 ... 61214 files and directories currently installed.) unit-abot-epc-basic-0: 06:31:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-oai-epc-0: 06:31:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:31:21 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-158-generic unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 06:31:21 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-oai-epc-0: 06:31:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:31:21 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 06:31:21 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:31:21 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 06:31:21 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 06:31:21 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 06:31:21 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 06:31:21 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 06:31:21 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 06:31:21 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 06:31:21 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 06:31:21 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 06:31:21 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 06:31:21 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 06:31:21 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 06:31:21 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 06:31:21 DEBUG httpbakery } -> error unit-oai-hss-0: 06:31:21 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 06:31:21 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install --2018-10-06 06:31:21-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install 0K ....... 50.5M=0s unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install 2018-10-06 06:31:21 (50.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install --2018-10-06 06:31:21-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:21 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 345K 3s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 369K 3s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 1.88M 2s unit-abot-epc-basic-0: 06:31:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 06:31:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 458K 2s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 42.4M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 35.7M 1s unit-abot-epc-basic-0: 06:31:22 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 06:31:22 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 06:31:22 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 406K 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 5.09M 1s unit-oai-hss-0: 06:31:22 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 16.2M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 31.5M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 39.6M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 53.6M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 58.6M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 424K 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 47.0M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 5.31M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 59.1M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 26.3M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 88.4M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 87.6M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 37.3M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 129M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 50.3M=0.7s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 2018-10-06 06:31:22 (1.59 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install --2018-10-06 06:31:22-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 3.56M 4s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 16.3M 2s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 49.6M 2s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 45.9M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 59.2M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 40.5M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 84.4M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 51.3M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 56.6M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 42.2M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 129M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 259M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 283M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 256M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 295M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 384M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 438M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 482M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 451M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 517M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 516M 0s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 458K 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 3.74M 2s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 17.3M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 30.4M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 28.1M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 32.3M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 31.6M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 34.1M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 41.5M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 37.9M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 114M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 346M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 268M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 334M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 348M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 109M 1s unit-oai-epc-0: 06:31:22 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 33.3M 1s unit-abot-epc-basic-0: 06:31:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 06:31:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 164K 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 49.6M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 62.9M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 61.4M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 66.9M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 58.4M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 126M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 66.5M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 114M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 66.5M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 121M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 104M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 127M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 109M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 108M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 93.7M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 152M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 186M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 454M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 514M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 500M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 383M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 556M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 534M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 497M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 498M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 560M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 570M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 559M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 445M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 555M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 551M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 509M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 464M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 552M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 507M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 556M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 490M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 556M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 593M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 476M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 495M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 384M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 498M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 567M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 441M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 561M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 578M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 506M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 403M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 580M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 586M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 519M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 491M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 584M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 569M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 473M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 365M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 381M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 28.4M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 58.6M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 418K 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 29.9M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 22.3M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 45.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 41.4M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 35.4M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 38.4M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 45.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 44.3M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 35.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 46.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 39.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 41.3M 1s unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 35.6M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 38.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 50.5M 1s unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 110M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 271M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 340M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 400M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 333M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 324M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 332M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 375M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 439M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 272M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 387M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 397M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 338M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 330M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 378M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 42.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 66.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 61.3M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 72.2M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 65.9M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 70.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 60.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 67.9M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 65.5M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 65.1M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 60.2M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 70.3M 1s unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 06:31:23 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 06:31:23 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 06:31:23 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 06:31:23 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 06:31:23 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 480K 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 18.2M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 45.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 40.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 39.3M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 40.2M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 52.9M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 54.1M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 233M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 321M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 515M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 487M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 564M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 85.2M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 41.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 43.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 43.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 45.7M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 40.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 36.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 41.2M 0s unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 35.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 32.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 33.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 37.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 40.7M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 71.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 83.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 87.3M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 82.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 71.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 216M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 337M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 441M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 344M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 449M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 454M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 407M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 397M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 422M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 420M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 393M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 371M 0s unit-oai-hss-0: 06:31:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 477K 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 31.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 22.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 39.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 42.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 36.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 41.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 39.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 48.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 42.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 40.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 42.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 48.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 40.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 42.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 33.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 37.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 39.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 40.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 34.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 47.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 40.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 73.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 128M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 59.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 99.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 82.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 94.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 70.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 81.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 86.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 66.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 88.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 62.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 74.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 107M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 76.5M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 103M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 109M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 55.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 82.1M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 104M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 70.3M 0s unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 06:31:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 524K 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 36.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 22.6M 0s unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 46.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 35.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 53.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 58.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 36.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 36.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 40.8M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 52.3M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 55.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 35.7M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 52.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 41.3M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 41.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 37.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 50.7M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 39.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 38.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 55.4M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 72.3M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 103M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 64.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 66.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 80.6M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 70.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 71.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 66.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 94.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 80.2M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 69.0M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 65.9M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 93.9M=1.0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2018-10-06 06:31:23 (12.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install --2018-10-06 06:31:23-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 06:31:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 06:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 06:31:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 252M 0s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 3.37M 8s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 17.0M 6s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 38.6M 5s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 36.2M 4s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 36.6M 4s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 31.7M 4s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 36.7M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 35.8M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 35.2M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 32.0M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 40.6M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 37.6M 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 45.4M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 32.4M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 33.5M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 34.2M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 61.1M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 55.5M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 71.2M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 76.1M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 74.7M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 65.1M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 84.2M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 84.1M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 73.3M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 64.3M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 85.8M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 80.2M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 62.7M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 64.1M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 89.0M 2s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 93.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 63.6M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 68.1M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 61.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 75.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 74.8M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 94.0M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 79.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 76.7M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 55.6M 1s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 101M 1s unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 06:31:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 620K 3s unit-oai-epc-0: 06:31:23 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 22.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 3.76M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 17.6M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 40.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 60.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 35.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 44.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 39.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 41.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 32.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 49.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 110M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 210M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 195M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 267M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 228M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 223M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 195M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 250M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 232M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 248M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 199M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 229M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 244M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 294M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 355M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 381M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 411M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 78.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 42.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 36.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 42.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 39.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 40.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 57.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 62.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 63.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 66.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 56.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 62.7M 2s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 538K 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 39.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 40.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 58.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 55.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 60.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 4.20M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 40.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 42.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 38.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 41.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 33.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 35.6M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 37.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 57.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 41.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 35.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 32.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 33.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 36.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 38.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 35.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 39.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 40.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 57.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 54.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 62.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 62.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 91.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 72.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 63.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 113M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 82.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 65.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 65.4M 3s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 80.6M 3s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 157M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 347M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 446M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 426M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 363M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 362M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 434M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 400M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 410M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 388M 2s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 572K 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 40.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 37.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 56.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 63.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 4.83M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 19.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 37.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 50.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 40.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 33.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 35.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 34.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 37.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 39.6M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 40.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 36.6M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 34.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 30.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 38.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 36.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 44.4M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 51.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 36.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 47.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 61.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 55.1M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 61.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 62.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 62.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 55.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 60.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 63.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 62.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 54.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 75.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 73.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 75.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 76.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 72.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 70.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 96.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 57.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 99.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 80.3M 2s unit-abot-epc-basic-0: 06:31:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 619K 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 36.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 38.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 57.5M 3s unit-abot-epc-basic-0: 06:31:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 60.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 55.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 5.18M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 22.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 42.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 48.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 36.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 37.6M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 49.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 42.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 37.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 31.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 52.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 47.5M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 52.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 38.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 50.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 43.3M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 42.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 39.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 42.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 7.90M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 324M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 357M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 350M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 398M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 352M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 392M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 444M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 377M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 430M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 376M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 369M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 419M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 428M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 362M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 378M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 447M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 436M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 385M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 384M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 430M 2s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 06:31:24 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 557K 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 36.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 34.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 46.2M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 75.7M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 73.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 5.34M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 48.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 18.9M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 41.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 61.0M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 32.8M 3s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 46.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 48.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 46.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 44.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 101M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 235M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 221M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 260M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 63.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 33.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 40.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 37.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 44.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 33.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 36.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 38.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 38.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 38.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 59.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 61.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 76.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 92.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 86.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 74.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 57.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 61.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 51.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 67.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 95.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 76.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 69.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 91.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 76.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 87.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 588K 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 38.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 38.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 39.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 42.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 59.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 68.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 6.02M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 19.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 41.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 113M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 60.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 27.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 44.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 124M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 37.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 47.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 88.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 46.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 132M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 63.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 51.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 55.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 79.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 65.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 116M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 137M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 116M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 171M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 64.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 87.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 60.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 68.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 74.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 50.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 51.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 64.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 308M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 319M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 434M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 351M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 401M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 310M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 98.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 15.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 25.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 41.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 60.9M 2s unit-oai-hss-0: 06:31:24 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 563K 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 44.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 42.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 42.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 61.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 66.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 64.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 5.51M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 19.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 46.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 86.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 40.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 44.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 27.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 50.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 96.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 315M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 56.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 43.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 41.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 44.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 40.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 210M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 239M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 412M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 402M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 404M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 357M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 421M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 30.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 30.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 43.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 34.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 36.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 39.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 47.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 52.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 70.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 55.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 110M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 88.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 57.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 55.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 63.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 140M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 123M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 148M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 182M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 573K 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 62.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 62.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 63.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 57.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 88.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 73.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 4.54M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 23.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 60.2M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 96.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 26.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 54.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 27.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 59.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 53.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 49.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 54.6M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 52.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 107M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 322M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 325M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 99.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 39.3M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 48.8M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 37.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 40.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 43.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 42.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 35.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 38.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 43.5M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 48.7M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 55.4M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 81.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 229M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 110M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 94.0M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 99.9M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 98.1M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 138M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 518M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 444M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 655M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 459M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 390M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 522M 2s unit-oai-epc-0: 06:31:24 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 38.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 566K 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 43.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 41.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 51.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 58.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 92.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 122M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 4.84M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 23.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 21.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 54.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 52.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 94.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 117M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 26.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 47.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 43.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 38.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 52.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 60.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 134M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 132M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 123M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 84.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 71.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 64.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 72.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 52.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 64.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 57.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 76.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 68.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 57.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 60.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 140M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 123M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 135M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 68.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 163M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 392M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 354M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 393M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 58.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 43.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 52.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 102M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 75.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 53.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 59.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 566K 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 49.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 85.7M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 69.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 70.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 53.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 51.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 4.53M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 13.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 46.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 38.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 71.7M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 76.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 182M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 49.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 48.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 58.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 67.7M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 62.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 65.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 46.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 107M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 127M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 39.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 47.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 36.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 40.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 42.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 43.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 309M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 353M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 375M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 353M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 435M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 362M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 421M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 400M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 425M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 107M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 53.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 38.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 46.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 48.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 49.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 43.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 53.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 77.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 155M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 140M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 569K 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 63.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 68.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 70.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 23.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 63.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 32.6M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 5.79M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 23.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 18.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 78.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 83.7M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 60.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 64.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 46.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 69.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 60.4M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 75.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 58.2M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 102M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 107M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 95.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 85.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 21.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 54.8M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 55.3M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 71.0M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 39.9M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 40.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 36.5M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 53.7M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 65.1M 2s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 40.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 38.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 45.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 43.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 66.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 46.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 46.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 50.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 91.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 144M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 424M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 445M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 422M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 385M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 382M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 442M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 462M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 387M 1s unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 580K 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 39.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 39.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 60.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 39.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 48.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 38.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 5.77M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 13.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 43.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 39.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 42.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 42.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 43.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 60.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 58.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 31.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 37.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 51.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 46.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 36.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 44.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 40.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 38.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 40.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 45.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 40.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 36.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 32.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 34.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 52.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 92.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 51.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 43.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 60.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 78.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 78.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 81.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 70.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 81.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 63.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 62.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 82.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 82.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 55.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 71.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 97.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 63.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 69.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 92.9M 1s unit-oai-hss-0: 06:31:25 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 650K 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 48.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 53.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 66.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 30.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 40.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 46.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 5.71M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 13.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 55.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 66.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 69.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 99.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 61.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 58.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 48.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 80.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 22.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 52.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 35.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 46.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 46.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 115M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 230M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 239M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 230M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 250M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 34.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 34.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 37.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 43.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 43.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 34.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 40.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 39.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 49.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 46.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 42.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 46.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 61.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 54.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 62.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 62.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 61.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 54.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 60.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 63.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 64.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 53.9M 1s unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-137.163_amd64.deb ... unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 1.59M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 47.1M 1s unit-abot-epc-basic-0: 06:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-137.163) ... unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 1.01M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 39.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 43.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 52.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 43.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 50.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 5.65M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 33.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 17.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 39.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 42.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 43.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 48.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 39.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 69.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 103M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 49.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 35.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 46.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 114M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 234M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 276M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 292M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 69.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 43.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 44.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 47.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 35.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 18.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 52.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 39.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 39.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 42.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 40.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 54.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 37.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 46.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 62.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 61.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 53.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 61.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 63.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 61.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 53.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 61.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 63.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 81.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 60.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 64.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 1.67M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 49.5M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 1.00M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 43.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 52.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 33.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 27.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 50.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 5.89M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 18.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 42.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 43.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 33.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 63.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 71.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 40.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 67.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 59.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 47.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 32.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 38.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 41.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 47.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 590M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 482M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 668M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 669M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 454M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 44.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 50.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 45.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 54.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 50.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 40.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 43.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 38.3M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 39.7M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 72.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 74.2M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 37.9M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 46.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 47.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 71.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 73.0M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 72.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 87.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 76.6M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 69.8M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 81.4M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 89.1M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 1.47M 1s unit-oai-epc-0: 06:31:25 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 47.6M 1s unit-oai-hss-0: 06:31:25 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (2013 kB/s) unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 1.02M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 35.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 44.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 53.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 52.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 35.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 28.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 6.04M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 16.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 44.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 43.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 44.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 47.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 55.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 83.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 49.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 78.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 52.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 48.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 49.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 40.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 75.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 57.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 53.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 64.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 39.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 65.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 75.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 62.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 101M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 131M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 80.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 66.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 94.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 414M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 66.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 43.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 51.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 133M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 275M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 321M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 84.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 606M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 37.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 46.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 45.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 43.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 71.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 70.7M 1s unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 1.35M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 45.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 60.9M 1s unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install (Reading database ... 78195 files and directories currently installed.) unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 1.01M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 43.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 95.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 27.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 53.0M 1s unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 23.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 6.38M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 41.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 15.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 55.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 49.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 97.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 51.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 64.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 28.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 70.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 58.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 65.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 51.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 51.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 47.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 109M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 40.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 52.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 66.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 94.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 86.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 56.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 81.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 51.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 41.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 52.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 53.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 89.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 114M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 56.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 121M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 84.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 51.4M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 33.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 53.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 609M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 450M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 379M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 377M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 417M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 77.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 43.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 70.0M 1s unit-abot-epc-basic-0: 06:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 06:31:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 1.33M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 43.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 57.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 1.01M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 68.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 57.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 31.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 56.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 23.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 65.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 5.93M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 16.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 56.0M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 37.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 27.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 76.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 51.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 59.8M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 69.2M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 85.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 61.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 78.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 56.3M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 47.9M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 73.5M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 60.7M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 54.1M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 41.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 68.6M 1s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 220M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 51.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 22.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 36.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 54.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 37.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 46.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 235M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 212M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 208M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 178M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 196M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 217M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 190M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 165M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 36.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 27.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 23.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 43.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 42.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 51.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 63.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 64.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 1.56M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 34.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 46.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 1.24M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 5.27M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 44.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 42.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 50.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 51.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 21.5M 0s unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 6.46M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 17.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 38.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 69.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 28.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 32.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 42.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 73.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 49.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 116M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 69.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 72.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 98.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 59.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 34.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 24.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 58.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 74.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 80.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 58.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 79.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 44.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 68.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 92.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 110M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 93.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 206M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 42.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 64.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 79.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 57.7M 0s unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 67.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 40.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 39.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 43.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 48.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 64.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 61.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 111M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 94.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 122M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 96.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 112M 0s unit-abot-epc-basic-0: 06:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 1.46M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 31.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 55.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 1.03M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 38.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 47.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 42.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 46.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 23.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 6.34M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 52.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 16.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 40.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 44.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 40.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 33.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 58.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 66.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 38.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 84.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 83.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 152M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 72.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 47.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 34.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 25.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 48.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 75.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 76.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 78.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 33.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 36.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 42.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 49.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 101M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 93.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 452M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 394M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 325M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 311M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 49.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 44.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 47.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 47.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 71.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 33.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 40.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 53.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 61.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 193M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 83.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 144M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 95.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 1.50M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 35.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 34.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 1.04M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 41.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 41.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 51.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 44.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 13.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 41.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 7.96M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 16.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 35.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 49.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 34.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 45.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 44.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 71.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 39.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 49.5M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 43.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 58.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 46.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 63.4M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 82.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 55.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 47.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 36.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 55.9M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 136M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 82.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 51.7M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 26.2M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 90.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 40.0M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 30.6M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 36.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 59.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 34.1M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 36.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 63.8M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 109M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 231M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 314M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 587M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 234M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 238M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 236M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 592M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 524M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 621M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 96.3M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 634M 0s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 53750K ...... 100% 415M=2.9s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install 2018-10-06 06:31:26 (18.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install FINISHED --2018-10-06 06:31:26-- unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install Total wall clock time: 5.3s unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.6s (14.3 MB/s) unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install (Reading database ... 79221 files and directories currently installed.) unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 06:31:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-epc-0: 06:31:26 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 06:31:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 06:31:27 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 06:31:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 06:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 06:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:28 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 06:31:29 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 06:31:29 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-epc-0: 06:31:29 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 06:31:29 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 06:31:30 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:31:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 06:31:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:31:31 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 06:31:31 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 06:31:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 06:31:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:31:32 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install virt-what unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-hss-0: 06:31:33 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (32.1 kB/s) unit-oai-hss-0: 06:31:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 06:31:34 DEBUG unit.oai-hss/0.install (Reading database ... 78945 files and directories currently installed.) unit-oai-hss-0: 06:31:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 06:31:34 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 06:31:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 06:31:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:34 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:31:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 06:31:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 06:31:35 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 06:31:35 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 06:31:35 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 06:31:35 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 06:31:35 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 06:31:35 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:31:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 06:31:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 06:31:35 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 06:31:35 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:31:35 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 06:31:35 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 06:31:36 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 06:31:37 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:31:37 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 06:31:37 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 06:31:37 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-oai-hss-0: 06:31:37 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 06:31:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 06:31:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:37 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:38 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 06:31:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 06:31:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 06:31:38 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 06:31:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:38 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 06:31:38 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1567 kB/s) unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install (Reading database ... 78952 files and directories currently installed.) unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 06:31:39 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 06:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:40 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 06:31:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:31:40 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 06:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:41 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:41 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 06:31:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 06:31:41 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 06:31:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 06:31:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:42 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:43 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 06:31:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 06:31:43 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:31:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 06:31:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:43 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:43 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 06:31:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 06:31:44 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 06:31:44 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 06:31:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 06:31:44 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 06:31:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 06:31:44 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 06:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:45 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 06:31:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:31:45 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 06:31:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:46 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 06:31:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 06:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 06:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-oai-hss-0: 06:31:46 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:46 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:31:46 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:31:47 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 06:31:48 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:48 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 06:31:49 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 06:31:49 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:31:49 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:31:50 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 06:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 06:31:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:31:50 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 06:31:50 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:31:51 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 06:31:51 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 06:31:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 06:31:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 06:31:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 06:31:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:31:52 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 06:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-oai-hss-0: 06:31:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 06:31:52 DEBUG unit.oai-hss/0.install + echo -n unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 06:31:52 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 06:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-160-generic unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-158-generic unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 06:31:53 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 06:31:53 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 06:31:53 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 06:31:53 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 06:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 06:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-oai-epc-0: 06:31:53 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 06:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-160-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-160-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-158-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-158-generic unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 06:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 06:31:54 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 06:31:54 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 06:31:54 INFO juju.worker.uniter.context trying to kill context process 9578 unit-oai-epc-0: 06:31:54 INFO juju.worker.uniter.context waiting for context process 9578 to die unit-oai-epc-0: 06:31:54 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 06:31:54 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 06:31:54 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-epc-0: 06:31:55 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 06:31:55 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 06:31:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:31:55 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 06:31:55 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 06:31:55 DEBUG juju.worker.uniter juju-run listener stopped machine-2: 06:31:55 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 06:31:55 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-2: 06:31:55 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 06:31:55 DEBUG juju.worker.reboot machine lock will not be released manually unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 06:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 06:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 06:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 06:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 06:31:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:31:59 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-158-generic unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 06:31:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:31:59 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 06:31:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install --2018-10-06 06:31:59-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 06:31:59 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 06:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 0K ....... 52.5M=0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 2018-10-06 06:32:00 (52.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install --2018-10-06 06:32:00-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 369K 3s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 370K 3s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 40.8M 2s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 45.7M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 43.9M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 377K 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 35.4M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 33.3M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 49.4M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 40.5M 1s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 54.2M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 389K 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 28.4M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 32.8M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 53.6M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 119M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 245M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 77.8M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 39.6M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 54.3M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 122M 0s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 103M=0.7s unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install 2018-10-06 06:32:00 (1.61 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install --2018-10-06 06:32:00-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 06:32:00 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 213M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 113M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 34.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 44.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 55.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 61.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 153M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 340M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 351M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 556M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 256M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 323M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 278M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 70.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 37.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 37.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 55.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 56.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 62.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 62.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 408K 2s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 36.9M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 44.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 51.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 39.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 39.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 66.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 193M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 298M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 315M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 325M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 302M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 298M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 94.5M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 29.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 36.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 37.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 35.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 38.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 61.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 57.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 73.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 97.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 123M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 76.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 114M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 95.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 78.5M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 436K 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 51.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 44.9M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 57.3M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 60.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 59.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 59.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 60.5M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 62.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 49.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 65.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 50.3M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 71.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 117M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 251M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 366M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 321M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 340M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 307M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 288M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 382M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 325M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 306M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 357M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 311M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 474M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 277M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 356M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 69.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 40.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 36.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 40.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 42.5M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 52.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 55.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 63.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 62.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 63.5M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 54.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 61.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 65.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 63.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 456K 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 40.3M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 76.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 47.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 62.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 50.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 54.2M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 41.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 134M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 311M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 302M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 313M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 371M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 347M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 357M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 330M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 318M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 305M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 68.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 38.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 42.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 41.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 40.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 35.7M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 40.4M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 40.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 43.3M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 51.1M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 90.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 89.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 138M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 180M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 538M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 619M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 592M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 504M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 590M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 612M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 529M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 517M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 617M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 491M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 638M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 485M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 445K 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 46.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 34.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 39.3M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 39.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 40.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 34.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 39.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 42.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 48.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 39.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 51.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 167M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 396M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 433M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 377M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 420M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 347M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 291M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 367M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 375M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 336M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 317M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 395M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 390M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 268M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 298M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 410M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 344M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 369M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 308M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 352M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 353M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 56.3M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 41.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 37.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 41.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 41.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 65.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 61.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 67.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 66.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 66.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 59.3M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 63.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 67.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 467K 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 45.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 33.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 37.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 68.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 350M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 299M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 315M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 400M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 343M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 308M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 375M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 43.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 40.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 34.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 38.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 37.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 36.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 35.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 52.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 65.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 55.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 51.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 60.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 56.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 69.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 114M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 350M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 349M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 323M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 350M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 368M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 322M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 356M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 299M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 78.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 44.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 64.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 57.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 62.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 63.5M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 62.3M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 56.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 65.1M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 62.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 64.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 55.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 62.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 81.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 489K 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 73.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 39.0M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 62.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 62.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 42.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 45.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 69.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 49.9M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 42.3M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 66.4M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 57.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 55.2M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 274M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 327M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 357M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 297M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 257M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 393M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 340M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 402M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 316M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 339M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 303M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 326M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 339M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 317M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 60.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 33.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 64.6M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 64.8M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 65.7M 0s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 42.4M=0.8s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 2018-10-06 06:32:01 (15.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install --2018-10-06 06:32:01-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 43.0M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 37.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 36.8M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 34.6M 1s unit-oai-hss-0: 06:32:01 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 31.3M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 35.4M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 36.1M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 34.6M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 33.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 36.5M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 35.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 33.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 31.0M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 41.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 243M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 221M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 203M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 245M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 272M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 216M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 230M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 252M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 241M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 270M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 212M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 256M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 263M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 272M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 207M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 239M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 234M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 220M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 207M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 283M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 241M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 41.9M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 59.1M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 66.8M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 66.4M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 65.5M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 60.6M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 66.4M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 66.3M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 67.8M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 58.8M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 66.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 66.4M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 66.4M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 59.1M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 64.9M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 62.7M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 63.5M 1s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 510K 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 41.8M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 38.1M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 39.0M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 36.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 37.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 33.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 41.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 49.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 45.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 42.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 46.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 52.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 45.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 41.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 46.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 53.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 44.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 33.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 39.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 37.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 37.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 34.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 39.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 55.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 60.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 252M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 436M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 395M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 408M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 358M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 461M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 425M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 460M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 383M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 442M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 458M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 421M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 397M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 410M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 455M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 461M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 371M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 456M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 431M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 417M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 393M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 453M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 443M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 481K 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 39.3M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 47.5M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 49.0M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 48.6M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 38.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 45.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 46.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 43.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 37.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 47.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 49.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 52.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 44.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 51.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 52.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 55.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 45.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 46.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 50.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 45.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 45.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 51.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 47.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 45.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 38.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 51.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 63.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 65.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 57.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 63.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 61.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 63.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 56.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 63.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 63.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 63.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 57.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 75.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 97.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 74.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 82.5M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 520K 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 38.8M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 38.6M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 40.2M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 37.2M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 44.2M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 43.0M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 42.9M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 36.9M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 47.3M 3s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 34.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 40.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 42.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 106M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 238M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 246M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 222M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 260M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 286M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 283M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 209M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 257M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 227M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 253M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 209M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 236M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 246M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 248M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 196M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 58.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 46.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 50.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 45.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 45.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 52.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 51.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 46.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 47.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 53.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 66.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 55.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 63.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 65.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 71.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 57.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 62.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 63.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 63.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 58.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 62.9M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 504K 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 43.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 31.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 37.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 36.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 37.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 32.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 36.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 35.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 42.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 43.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 45.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 39.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 41.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 34.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 37.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 35.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 38.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 33.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 53.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 55.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 63.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 47.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 60.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 75.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 85.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 66.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 74.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 89.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 80.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 83.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 81.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 68.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 74.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 78.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 85.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 82.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 66.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 64.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 85.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 67.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 80.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 72.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 69.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 58.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 61.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 198M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 358M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 455M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 456M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 389M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 448M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 460M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 542K 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 39.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 38.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 40.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 51.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 40.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 38.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 37.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 43.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 49.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 51.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 54.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 54.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 65.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 65.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 62.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 45.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 52.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 47.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 56.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 43.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 68.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 50.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 50.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 47.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 56.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 54.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 51.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 54.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 71.1M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 80.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 92.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 62.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 101M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 75.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 97.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 83.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 98.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 72.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 495K 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 42.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 54.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 43.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 46.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 46.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 47.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 43.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 53.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 116M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 45.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 49.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 37.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 45.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 48.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 36.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 32.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 34.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 34.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 40.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 38.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 44.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 43.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 44.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 38.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 51.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 72.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 82.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 59.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 58.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 82.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 82.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 70.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 146M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 282M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 441M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 351M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 439M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 344M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 361M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 340M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 412M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 379M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 428M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 372M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 426M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 427M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 443M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 319M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 418M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 388M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 435M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 373M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 504K 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 34.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 38.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 34.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 33.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 35.4M 2s unit-abot-epc-basic-0: 06:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 31.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 33.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 39.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 41.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 44.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 40.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 47.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 38.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 45.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 43.5M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 47.8M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 44.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 47.2M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 43.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 47.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 46.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 47.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 38.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 60.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 60.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 60.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 52.6M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 60.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 62.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 59.1M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 50.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 60.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 59.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 60.0M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 54.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 59.4M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 62.3M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 61.9M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 50.7M 2s unit-oai-hss-0: 06:32:02 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 62.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 537K 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 29.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 32.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 32.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 38.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 32.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 37.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 36.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 33.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 33.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 98.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 177M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 174M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 152M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 226M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 229M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 215M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 173M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 219M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 231M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 232M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 168M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 196M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 187M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 412M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 222M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 254M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 294M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 328M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 226M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 280M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 425M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 34.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 42.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 53.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 44.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 49.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 42.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 48.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 48.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 45.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 54.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 60.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 60.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 64.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 55.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 63.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 63.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 495K 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 33.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 37.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 35.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 36.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 30.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 36.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 39.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 34.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 38.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 44.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 54.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 39.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 29.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 35.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 35.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 35.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 31.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 35.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 39.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 46.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 39.6M 2s unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 48.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 59.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 57.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 93.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 58.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 86.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 65.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 71.5M 2s unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 88.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 73.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 70.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 104M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 57.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 59.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 114M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 70.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 88.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 112M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 56.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 64.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 129M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 72.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 81.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 144M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 376M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 400M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 438M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 391M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 418M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 453M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 432M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 330M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 425M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 371M 2s unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 547K 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 38.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 42.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 55.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 48.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 39.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 38.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 35.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 45.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 48.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 48.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 40.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 48.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 43.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 47.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 40.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 45.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 47.3M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 45.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 37.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 49.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 42.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 45.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 43.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 48.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 47.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 62.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 55.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 59.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 63.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 61.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 55.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 60.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 60.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 63.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 61.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 507K 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 36.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 33.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 29.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 33.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 32.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 34.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 29.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 33.0M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 32.7M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 32.8M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 29.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 34.4M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 35.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 37.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 38.5M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 43.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 45.1M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 44.9M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 40.2M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 43.6M 2s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 50.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 59.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 64.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 81.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 61.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 75.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 66.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 82.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 73.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 91.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 70.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 379M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 377M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 401M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 332M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 438M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 454M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 446M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 368M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 446M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 379M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 423M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 313M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 448M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 399M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 353M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 385M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 416M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 387M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 433M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 335M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 446M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 438M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 510K 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 33.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 38.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 47.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 38.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 37.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 39.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 48.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 45.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 48.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 44.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 45.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 46.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 51.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 41.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 60.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 49.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 42.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 46.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 45.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 45.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 51.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 40.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 49.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 49.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 47.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 53.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 59.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 61.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 62.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 54.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 61.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 62.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 59.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 53.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 61.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 60.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 510K 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 33.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 31.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 36.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 46.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 37.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 39.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 47.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 45.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 41.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 35.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 45.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 36.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 34.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 31.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 37.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 41.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 57.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 47.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 83.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 50.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 58.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 53.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 49.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 53.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 48.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 70.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 95.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 60.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 65.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 59.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 108M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 77.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 62.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 80.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 98.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 59.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 65.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 57.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 111M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 84.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 82.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 52.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 89.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 62.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 69.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 50.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 84.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 75.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 76.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 83.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 60.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 80.6M 1s unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 06:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 564K 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 30.0M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 67.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 53.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 45.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 33.6M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 47.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 42.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 57.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 48.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 51.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 55.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 55.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 41.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 53.2M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 52.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 49.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 56.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 53.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 56.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 52.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 46.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 62.4M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 52.8M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 57.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 41.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 48.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 58.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 66.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 49.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 64.3M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 71.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 72.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 65.7M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 64.9M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 60.1M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 104M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 57.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 75.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 73.5M 1s unit-oai-hss-0: 06:32:03 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 77.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 506K 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 32.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 103M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 212M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 210M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 181M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 207M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 213M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 261M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 62.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 39.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 39.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 37.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 34.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 37.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 36.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 35.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 31.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 35.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 36.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 41.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 42.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 45.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 51.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 45.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 37.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 47.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 44.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 45.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 40.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 60.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 61.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 62.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 54.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 60.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 60.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 61.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 69.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 61.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 92.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 60.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 146M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 417M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 401M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 411M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 320M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 430M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 380M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 384M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 374M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 385M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 448M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 443M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 516K 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 37.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 35.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 33.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 29.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 33.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 33.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 32.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 32.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 43.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 46.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 42.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 38.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 47.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 47.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 46.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 46.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 44.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 43.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 46.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 39.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 45.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 50.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 46.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 53.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 58.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 59.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 59.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 130M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 397M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 383M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 401M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 375M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 412M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 340M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 418M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 318M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 418M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 426M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 421M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 359M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 419M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 411M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 417M 1s unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 485K 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 37.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 40.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 34.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 35.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 37.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 38.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 31.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 35.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 40.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 44.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 40.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 51.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 47.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 48.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 44.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 51.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 50.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 50.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 46.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 46.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 47.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 49.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 44.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 62.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 64.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 63.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 55.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 63.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 63.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 61.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 57.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 73.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 78.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 66.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 74.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 77.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 73.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 64.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 89.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 74.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 83.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 64.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 57.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 81.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 83.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 553K 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 40.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 48.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 40.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 39.7M 1s unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 79.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 216M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 231M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 232M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 189M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 231M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 219M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 226M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 195M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 240M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 220M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 257M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 203M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 240M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 52.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 36.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 36.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 36.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 53.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 45.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 48.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 45.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 48.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 44.0M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 48.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 41.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 46.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 48.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 50.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 39.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 46.8M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 45.6M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 49.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 54.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 60.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 60.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 59.9M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 52.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 63.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 496K 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 34.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 33.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 34.1M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 29.2M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 33.5M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 32.4M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 32.3M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 29.7M 1s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 41.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 52.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 37.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 31.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 39.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 34.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 107M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 38.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 42.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 35.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 50.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 42.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 49.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 48.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 65.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 53.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 67.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 60.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 76.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 66.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 90.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 78.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 70.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 62.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 122M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 377M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 438M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 384M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 422M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 438M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 376M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 340M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 392M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 373M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 419M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 383M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 453M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 416M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 422M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 376M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 429M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 446M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 433M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 363M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 433M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 438M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 447M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 332M 0s unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 513K 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 37.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 37.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 45.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 45.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 43.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 50.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 45.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 46.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 50.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 48.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 48.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 42.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 48.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 47.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 50.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 39.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 49.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 55.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 45.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 44.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 50.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 53.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 42.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 53.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 50.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 37.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 38.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 53.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 61.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 62.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 60.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 55.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 60.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 61.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 61.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 53.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 509K 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 33.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 34.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 34.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 45.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 36.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 54.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 52.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 251M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 202M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 41.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 36.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 36.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 30.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 43.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 52.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 42.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 36.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 60.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 48.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 52.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 44.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 48.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 63.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 53.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 51.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 56.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 52.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 50.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 69.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 83.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 62.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 80.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 67.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 73.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 60.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 84.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 60.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 69.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 71.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 76.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 69.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 72.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 61.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 63.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 58.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 71.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 105M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 60.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 68.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 90.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 61.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 88.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 144M 0s unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 06:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 562K 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 35.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 40.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 41.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 43.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 74.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 63.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 44.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 44.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 45.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 48.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 45.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 41.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 61.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 62.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 49.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 39.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 48.3M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 47.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 52.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 41.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 45.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 47.4M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 60.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 78.9M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 78.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 80.8M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 71.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 55.6M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 86.5M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 92.2M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 124M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 58.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 80.0M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 90.7M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 73.1M 0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 53750K ...... 100% 32.9M=3.0s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install 2018-10-06 06:32:04 (17.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install FINISHED --2018-10-06 06:32:04-- unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install Total wall clock time: 5.2s unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.5s (14.7 MB/s) unit-oai-hss-0: 06:32:04 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 06:32:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 06:32:05 DEBUG unit.oai-hss/0.install (Reading database ... 79221 files and directories currently installed.) unit-oai-hss-0: 06:32:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 06:32:05 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 06:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 06:32:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 06:32:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 06:32:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 06:32:08 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-oai-hss-0: 06:32:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 06:32:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-oai-hss-0: 06:32:13 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 06:32:13 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 06:32:13 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 06:32:14 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 06:32:14 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 06:32:14 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 06:32:14 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 06:32:14 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 06:32:15 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 06:32:15 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 06:32:15 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 06:32:15 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 06:32:16 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 06:32:17 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 06:32:17 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 06:32:17 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 06:32:18 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 06:32:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 06:32:20 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 06:32:20 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 06:32:21 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:22 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 06:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 06:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 06:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 06:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 06:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 06:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 06:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 06:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 06:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 06:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 06:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 06:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 06:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 06:32:27 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 06:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 06:32:29 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 06:32:29 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 06:32:29 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 06:32:29 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-160-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-158-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-abot-epc-basic-0: 06:32:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 06:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-160-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-160-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-158-generic unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-158-generic unit-abot-epc-basic-0: 06:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 06:32:30 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 06:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 06:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 06:32:31 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 06:32:31 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 06:32:31 INFO juju.worker.uniter.context trying to kill context process 9577 unit-oai-hss-0: 06:32:31 INFO juju.worker.uniter.context waiting for context process 9577 to die unit-abot-epc-basic-0: 06:32:31 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-oai-hss-0: 06:32:31 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 06:32:31 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 06:32:31 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 06:32:32 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 06:32:32 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 06:32:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:32:32 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 06:32:32 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 06:32:32 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 06:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 06:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 06:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 06:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... machine-3: 06:32:34 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 06:32:34 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-3: 06:32:34 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 06:32:34 DEBUG juju.worker.reboot machine lock will not be released manually machine-3: 06:32:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-3: 06:32:34 DEBUG juju.worker killing runner 0xc4205315f0 unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 06:32:40 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:32:42 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:32:42 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:32:42 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 06:32:42 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 06:32:42 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:32:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:32:42 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 06:32:42 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 06:32:43 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:32:43 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:32:43 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 06:32:44 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 06:32:44 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 06:32:44 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 06:32:44 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 06:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:32:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 7.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 397.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/26 KB 5/26 KB 8/26 KB 11/26 KB 13/26 KB 16/26 KB 19/26 KB 21/26 KB 24/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 804.4 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 688.2 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 891.0 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 313.4 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 405.5 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/37 KB 5/37 KB 8/37 KB 11/37 KB 13/37 KB 16/37 KB 19/37 KB 21/37 KB 24/37 KB 27/37 KB 29/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1242.5 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 651.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/33 KB 5/33 KB 8/33 KB 11/33 KB 13/33 KB 16/33 KB 19/33 KB 21/33 KB 24/33 KB 27/33 KB 29/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1155.0 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 61.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 1094.2 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1020.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 250.1 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 106.4 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 318.5 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 377.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 57.9 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 407.5 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 203.0 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26.7 KB/sec) unit-abot-epc-basic-0: 06:32:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 280.1 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 51.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 352.4 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 109.1 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 141.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 151.5 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 101.5 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 90.8 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 35.8 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 89.7 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 681.0 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1637.4 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 779.2 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 263.5 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 414.0 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1515.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 620.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 67.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 170.7 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 950.8 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 471.5 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 882.8 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 366.2 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 3/50 KB 5/50 KB 8/50 KB 11/50 KB 13/50 KB 16/50 KB 19/50 KB 21/50 KB 3/35 KB 21/50 KB 5/35 KB 21/50 KB 5/35 KB 3/30 KB 21/50 KB 8/35 KB 5/30 KB 24/50 KB 8/35 KB 3/30 KB 24/50 KB 8/35 KB 3/30 KB 21/50 KB 11/35 KB 5/30 KB 24/50 KB 13/35 KB 5/30 KB 24/50 KB 13/35 KB 5/30 KB 27/50 KB 13/35 KB 8/30 KB 27/50 KB 13/35 KB 11/30 KB 27/50 KB 13/35 KB 11/30 KB 29/50 KB 13/35 KB 11/30 KB 32/50 KB 13/35 KB 13/30 KB 32/50 KB 16/35 KB 13/30 KB 32/50 KB 16/35 KB 13/30 KB 36/50 KB 16/35 KB 16/30 KB 40/50 KB 16/35 KB 16/30 KB 36/50 KB 16/35 KB 16/30 KB 44/50 KB 16/35 KB 16/30 KB 48/50 KB 16/35 KB 16/30 KB 50/50 KB 16/35 KB 19/30 KB 50/50 KB 19/35 KB 21/30 KB 3/153 KB 50/50 KB 3/48 KB 19/35 KB 19/30 KB 3/153 KB 50/50 KB 3/48 KB 16/35 KB 19/30 KB 3/153 KB 50/50 KB 3/48 KB 19/35 KB 21/30 KB 3/153 KB 50/50 KB 5/48 KB 19/35 KB 21/30 KB 3/153 KB 50/50 KB 8/48 KB 19/35 KB 21/30 KB 3/153 KB 50/50 KB 11/48 KB 19/35 KB 21/30 KB 3/153 KB 50/50 KB 13/48 KB 16/35 KB 19/30 KB 3/153 KB 50/50 KB 19/35 KB 21/30 KB 5/153 KB 50/50 KB 13/48 KB 19/35 KB 21/30 KB 8/153 KB 50/50 KB 13/48 KB 19/35 KB 21/30 KB 11/153 KB 50/50 KB 13/48 KB 19/35 KB 21/30 KB 13/153 KB 50/50 KB 13/48 KB 21/35 KB 21/30 KB 13/153 KB 50/50 KB 13/48 KB 24/35 KB 21/30 KB 13/153 KB 50/50 KB 13/48 KB 27/35 KB 21/30 KB 13/153 KB 50/50 KB 13/48 KB 29/35 KB 21/30 KB 13/153 KB 50/50 KB 13/48 KB 29/35 KB 24/30 KB 13/153 KB 50/50 KB 13/48 KB 32/35 KB 24/30 KB 16/153 KB 50/50 KB 16/48 KB 32/35 KB 24/30 KB 16/153 KB 50/50 KB 13/48 KB 32/35 KB 24/30 KB 13/153 KB 50/50 KB 13/48 KB 35/35 KB 24/30 KB 16/153 KB 50/50 KB 16/48 KB 35/35 KB 27/30 KB 16/153 KB 50/50 KB 16/48 KB 35/35 KB 29/30 KB 16/153 KB 50/50 KB 16/48 KB 35/35 KB 29/30 KB 19/153 KB 50/50 KB 16/48 KB 35/35 KB 27/30 KB 16/153 KB 50/50 KB 16/48 KB 35/35 KB 29/30 KB 19/153 KB 50/50 KB 19/48 KB 35/35 KB 30/30 KB 21/153 KB 50/50 KB 19/48 KB 35/35 KB 30/30 KB 21/153 KB 50/50 KB 21/48 KB 35/35 KB 30/30 KB 19/153 KB 50/50 KB 19/48 KB 35/35 KB 30/30 KB 21/153 KB 50/50 KB 24/48 KB 35/35 KB 30/30 KB 24/153 KB 50/50 KB 24/48 KB 35/35 KB 30/30 KB 24/153 KB 50/50 KB 27/48 KB 35/35 KB 30/30 KB 27/153 KB 50/50 KB 27/48 KB 35/35 KB 30/30 KB 27/153 KB 50/50 KB 29/48 KB 35/35 KB 30/30 KB 29/153 KB 50/50 KB 29/48 KB 35/35 KB 30/30 KB 29/153 KB 50/50 KB 32/48 KB 35/35 KB 30/30 KB 32/153 KB 50/50 KB 32/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 843.1 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 433.0 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 466.7 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 36/153 KB 36/48 KB 36/153 KB 40/48 KB 36/153 KB 44/48 KB 36/153 KB 48/48 KB 36/153 KB 48/48 KB 36/153 KB 32/48 KB 40/153 KB 48/48 KB 44/153 KB 48/48 KB 48/153 KB 48/48 KB 52/153 KB 48/48 KB 56/153 KB 48/48 KB 60/153 KB 48/48 KB 64/153 KB 48/48 KB 68/153 KB 48/48 KB 72/153 KB 48/48 KB 76/153 KB 48/48 KB 80/153 KB 48/48 KB 84/153 KB 48/48 KB 88/153 KB 48/48 KB 92/153 KB 48/48 KB 96/153 KB 48/48 KB 100/153 KB 48/48 KB 104/153 KB 48/48 KB 108/153 KB 48/48 KB 112/153 KB 48/48 KB 3/190 KB 112/153 KB 48/48 KB 5/190 KB 112/153 KB 48/48 KB 8/190 KB 112/153 KB 48/48 KB 8/190 KB 116/153 KB 48/48 KB 8/190 KB 120/153 KB 48/48 KB 8/190 KB 124/153 KB 48/48 KB 8/190 KB 128/153 KB 48/48 KB 11/190 KB 128/153 KB 48/48 KB 11/190 KB 3/119 KB 128/153 KB 48/48 KB 11/190 KB 5/119 KB 128/153 KB 48/48 KB 11/190 KB 8/119 KB 128/153 KB 48/48 KB 11/190 KB 11/119 KB 128/153 KB 48/48 KB 11/190 KB 13/119 KB 128/153 KB 48/48 KB 13/190 KB 13/119 KB 128/153 KB 48/48 KB 13/190 KB 13/119 KB 128/153 KB 4/37 KB 48/48 KB 13/190 KB 13/119 KB 128/153 KB 8/37 KB 48/48 KB 13/190 KB 13/119 KB 128/153 KB 12/37 KB 48/48 KB 13/190 KB 13/119 KB 128/153 KB 16/37 KB 48/48 KB 13/190 KB 16/119 KB 128/153 KB 16/37 KB 48/48 KB 13/190 KB 19/119 KB 128/153 KB 16/37 KB 48/48 KB 16/190 KB 19/119 KB 128/153 KB 16/37 KB 48/48 KB 19/190 KB 19/119 KB 128/153 KB 16/37 KB 48/48 KB 21/190 KB 19/119 KB 128/153 KB 16/37 KB 48/48 KB 24/190 KB 21/119 KB 128/153 KB 16/37 KB 48/48 KB 21/190 KB 21/119 KB 128/153 KB 16/37 KB 48/48 KB 24/190 KB 24/119 KB 128/153 KB 16/37 KB 48/48 KB 24/190 KB 27/119 KB 128/153 KB 20/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 20/37 KB 48/48 KB 24/190 KB 24/119 KB 128/153 KB 20/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 24/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 28/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 32/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 36/37 KB 48/48 KB 27/190 KB 29/119 KB 128/153 KB 37/37 KB 48/48 KB 27/190 KB 27/119 KB 128/153 KB 20/37 KB 48/48 KB 29/190 KB 29/119 KB 128/153 KB 37/37 KB 48/48 KB 29/190 KB 32/119 KB 128/153 KB 37/37 KB 48/48 KB 29/190 KB 36/119 KB 128/153 KB 37/37 KB 48/48 KB 32/190 KB 40/119 KB 132/153 KB 37/37 KB 48/48 KB 32/190 KB 44/119 KB 132/153 KB 37/37 KB 48/48 KB 32/190 KB 48/119 KB 132/153 KB 37/37 KB 48/48 KB 32/190 KB 36/119 KB 132/153 KB 37/37 KB 48/48 KB 32/190 KB 36/119 KB 128/153 KB 37/37 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 402.6 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 493.7 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 36/190 KB 48/119 KB 132/153 KB 40/190 KB 48/119 KB 132/153 KB 40/190 KB 48/119 KB 136/153 KB 44/190 KB 48/119 KB 136/153 KB 48/190 KB 48/119 KB 140/153 KB 48/190 KB 48/119 KB 144/153 KB 48/190 KB 48/119 KB 144/153 KB 52/190 KB 48/119 KB 144/153 KB 56/190 KB 52/119 KB 148/153 KB 52/190 KB 52/119 KB 148/153 KB 60/190 KB 56/119 KB 148/153 KB 52/190 KB 48/119 KB 148/153 KB 60/190 KB 60/119 KB 152/153 KB 60/190 KB 60/119 KB 153/153 KB 60/190 KB 60/119 KB 148/153 KB 60/190 KB 64/119 KB 153/153 KB 60/190 KB 52/119 KB 153/153 KB 64/190 KB 68/119 KB 153/153 KB 64/190 KB 72/119 KB 153/153 KB 64/190 KB 76/119 KB 153/153 KB 64/190 KB 80/119 KB 153/153 KB 64/190 KB 84/119 KB 4/86 KB 153/153 KB 64/190 KB 68/119 KB 153/153 KB 4/66 KB 64/190 KB 84/119 KB 4/86 KB 153/153 KB 8/66 KB 64/190 KB 84/119 KB 4/86 KB 153/153 KB 12/66 KB 64/190 KB 84/119 KB 4/86 KB 153/153 KB 16/66 KB 64/190 KB 84/119 KB 4/86 KB 153/153 KB 16/66 KB 68/190 KB 84/119 KB 4/86 KB 153/153 KB 64/190 KB 80/119 KB 4/86 KB 153/153 KB 16/66 KB 68/190 KB 84/119 KB 8/86 KB 153/153 KB 16/66 KB 68/190 KB 84/119 KB 12/86 KB 153/153 KB 16/66 KB 72/190 KB 84/119 KB 12/86 KB 153/153 KB 16/66 KB 76/190 KB 84/119 KB 16/86 KB 153/153 KB 16/66 KB 76/190 KB 84/119 KB 16/86 KB 153/153 KB 16/66 KB 80/190 KB 84/119 KB 16/86 KB 153/153 KB 20/66 KB 80/190 KB 84/119 KB 16/86 KB 153/153 KB 24/66 KB 80/190 KB 84/119 KB 16/86 KB 153/153 KB 28/66 KB 80/190 KB 84/119 KB 16/86 KB 153/153 KB 32/66 KB 80/190 KB 84/119 KB 16/86 KB 153/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1375.0 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 32/66 KB 80/190 KB 88/119 KB 20/86 KB 32/66 KB 80/190 KB 84/119 KB 20/86 KB 32/66 KB 84/190 KB 88/119 KB 20/86 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 36/66 KB 88/190 KB 88/119 KB 20/86 KB 40/66 KB 88/190 KB 88/119 KB 20/86 KB 44/66 KB 88/190 KB 88/119 KB 20/86 KB 48/66 KB 88/190 KB 88/119 KB 20/86 KB 48/66 KB 88/190 KB 88/119 KB 24/86 KB 48/66 KB 88/190 KB 92/119 KB 24/86 KB 48/66 KB 88/190 KB 92/119 KB 24/86 KB 48/66 KB 92/190 KB 92/119 KB 28/86 KB 48/66 KB 92/190 KB 92/119 KB 32/86 KB 48/66 KB 92/190 KB 96/119 KB 32/86 KB 48/66 KB 92/190 KB 96/119 KB 32/86 KB 48/66 KB 96/190 KB 96/119 KB 32/86 KB 48/66 KB 96/190 KB 96/119 KB 36/86 KB 52/66 KB 100/190 KB 100/119 KB 40/86 KB 52/66 KB 100/190 KB 100/119 KB 36/86 KB 52/66 KB 96/190 KB 100/119 KB 36/86 KB 52/66 KB 104/190 KB 4/26 KB 104/119 KB 40/86 KB 52/66 KB 96/190 KB 96/119 KB 36/86 KB 56/66 KB 104/190 KB 4/26 KB 108/119 KB 40/86 KB 60/66 KB 104/190 KB 4/26 KB 108/119 KB 40/86 KB 64/66 KB 104/190 KB 4/26 KB 108/119 KB 40/86 KB 66/66 KB 104/190 KB 4/26 KB 108/119 KB 40/86 KB 52/66 KB 104/190 KB 4/26 KB 108/119 KB 40/86 KB 66/66 KB 104/190 KB 4/26 KB 108/119 KB 44/86 KB 52/66 KB 104/190 KB 4/26 KB 100/119 KB 40/86 KB 66/66 KB 104/190 KB 4/26 KB 112/119 KB 48/86 KB 52/66 KB 104/190 KB 100/119 KB 40/86 KB 66/66 KB 108/190 KB 4/26 KB 112/119 KB 48/86 KB 66/66 KB 112/190 KB 4/26 KB 112/119 KB 48/86 KB 66/66 KB 104/190 KB 4/26 KB 108/119 KB 48/86 KB 66/66 KB 116/190 KB 8/26 KB 116/119 KB 52/86 KB 66/66 KB 112/190 KB 8/26 KB 116/119 KB 48/86 KB 66/66 KB 116/190 KB 8/26 KB 119/119 KB 56/86 KB 66/66 KB 112/190 KB 8/26 KB 112/119 KB 48/86 KB 66/66 KB 116/190 KB 12/26 KB 119/119 KB 56/86 KB 66/66 KB 116/190 KB 16/26 KB 119/119 KB 56/86 KB 66/66 KB 116/190 KB 20/26 KB 119/119 KB 56/86 KB 66/66 KB 116/190 KB 20/26 KB 119/119 KB 56/86 KB 66/66 KB 116/190 KB 20/26 KB 119/119 KB 60/86 KB 66/66 KB 116/190 KB 24/26 KB 119/119 KB 64/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 64/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 64/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 68/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 72/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 76/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 80/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 84/86 KB 66/66 KB 116/190 KB 26/26 KB 119/119 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 507.6 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 116/190 KB 26/26 KB 119/119 KB 86/86 KB 120/190 KB 26/26 KB 119/119 KB 86/86 KB 124/190 KB 26/26 KB 119/119 KB 86/86 KB 128/190 KB 26/26 KB 119/119 KB 86/86 KB 132/190 KB 26/26 KB 119/119 KB 86/86 KB 136/190 KB 26/26 KB 119/119 KB 86/86 KB 140/190 KB 26/26 KB 119/119 KB 86/86 KB 144/190 KB 26/26 KB 119/119 KB 86/86 KB 148/190 KB 26/26 KB 119/119 KB 86/86 KB 152/190 KB 26/26 KB 119/119 KB 86/86 KB 156/190 KB 26/26 KB 119/119 KB 86/86 KB 160/190 KB 26/26 KB 119/119 KB 86/86 KB 164/190 KB 26/26 KB 119/119 KB 86/86 KB 168/190 KB 26/26 KB 119/119 KB 86/86 KB 172/190 KB 26/26 KB 119/119 KB 86/86 KB 176/190 KB 26/26 KB 119/119 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 628.9 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 180/190 KB 26/26 KB 119/119 KB 184/190 KB 26/26 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 863.0 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 184/190 KB 26/26 KB 4/324 KB 184/190 KB 26/26 KB 8/324 KB 184/190 KB 26/26 KB 12/324 KB 184/190 KB 26/26 KB 16/324 KB 188/190 KB 26/26 KB 16/324 KB 190/190 KB 26/26 KB 16/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 177.7 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 190/190 KB 20/324 KB 190/190 KB 24/324 KB 190/190 KB 28/324 KB 190/190 KB 32/324 KB 190/190 KB 4/79 KB 32/324 KB 190/190 KB 8/79 KB 32/324 KB 190/190 KB 12/79 KB 32/324 KB 190/190 KB 16/79 KB 32/324 KB 190/190 KB 4/228 KB 16/79 KB 36/324 KB 190/190 KB 8/228 KB 16/79 KB 36/324 KB 190/190 KB 12/228 KB 16/79 KB 36/324 KB 190/190 KB 16/228 KB 16/79 KB 36/324 KB 190/190 KB 16/79 KB 36/324 KB 190/190 KB 16/228 KB 16/79 KB 40/324 KB 190/190 KB 16/228 KB 16/79 KB 44/324 KB 190/190 KB 16/228 KB 16/79 KB 48/324 KB 190/190 KB 20/228 KB 16/79 KB 48/324 KB 190/190 KB 24/228 KB 16/79 KB 48/324 KB 190/190 KB 28/228 KB 16/79 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 4/152 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 8/152 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 12/152 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 16/152 KB 48/324 KB 190/190 KB 32/228 KB 16/79 KB 16/152 KB 52/324 KB 190/190 KB 32/228 KB 16/79 KB 16/152 KB 56/324 KB 190/190 KB 32/228 KB 16/79 KB 20/152 KB 56/324 KB 190/190 KB 36/228 KB 16/79 KB 24/152 KB 56/324 KB 190/190 KB 36/228 KB 16/79 KB 28/152 KB 56/324 KB 190/190 KB 36/228 KB 16/79 KB 20/152 KB 56/324 KB 190/190 KB 40/228 KB 16/79 KB 32/152 KB 56/324 KB 190/190 KB 44/228 KB 16/79 KB 32/152 KB 56/324 KB 190/190 KB 48/228 KB 16/79 KB 32/152 KB 60/324 KB 190/190 KB 52/228 KB 20/79 KB 32/152 KB 60/324 KB 190/190 KB 56/228 KB 20/79 KB 32/152 KB 60/324 KB 190/190 KB 36/228 KB 16/79 KB 32/152 KB 56/324 KB 190/190 KB 56/228 KB 20/79 KB 36/152 KB 60/324 KB 190/190 KB 56/228 KB 20/79 KB 40/152 KB 60/324 KB 190/190 KB 48/228 KB 20/79 KB 32/152 KB 60/324 KB 190/190 KB 56/228 KB 24/79 KB 40/152 KB 60/324 KB 190/190 KB 44/228 KB 16/79 KB 32/152 KB 60/324 KB 190/190 KB 56/228 KB 24/79 KB 44/152 KB 64/324 KB 190/190 KB 56/228 KB 24/79 KB 44/152 KB 68/324 KB 190/190 KB 56/228 KB 24/79 KB 44/152 KB 72/324 KB 190/190 KB 56/228 KB 24/79 KB 44/152 KB 76/324 KB 190/190 KB 56/228 KB 24/79 KB 44/152 KB 60/324 KB 190/190 KB 60/228 KB 28/79 KB 48/152 KB 76/324 KB 190/190 KB 60/228 KB 28/79 KB 44/152 KB 76/324 KB 190/190 KB 60/228 KB 32/79 KB 48/152 KB 76/324 KB 190/190 KB 60/228 KB 36/79 KB 48/152 KB 76/324 KB 60/228 KB 40/79 KB 52/152 KB 80/324 KB 190/190 KB 60/228 KB 24/79 KB 44/152 KB 76/324 KB 64/228 KB 40/79 KB 52/152 KB 80/324 KB 68/228 KB 40/79 KB 52/152 KB 80/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1185.2 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 190/190 KB 60/228 KB 36/79 KB 52/152 KB 80/324 KB 68/228 KB 40/79 KB 56/152 KB 80/324 KB 72/228 KB 40/79 KB 60/152 KB 80/324 KB 72/228 KB 40/79 KB 64/152 KB 80/324 KB 72/228 KB 44/79 KB 68/152 KB 80/324 KB 190/190 KB 60/228 KB 36/79 KB 48/152 KB 80/324 KB 72/228 KB 44/79 KB 68/152 KB 84/324 KB 72/228 KB 44/79 KB 68/152 KB 88/324 KB 72/228 KB 44/79 KB 68/152 KB 92/324 KB 72/228 KB 44/79 KB 64/152 KB 80/324 KB 72/228 KB 40/79 KB 56/152 KB 80/324 KB 76/228 KB 48/79 KB 68/152 KB 96/324 KB 80/228 KB 48/79 KB 68/152 KB 96/324 KB 84/228 KB 48/79 KB 68/152 KB 96/324 KB 84/228 KB 48/79 KB 68/152 KB 96/324 KB 84/228 KB 52/79 KB 68/152 KB 96/324 KB 88/228 KB 56/79 KB 72/152 KB 3/32 KB 96/324 KB 88/228 KB 52/79 KB 72/152 KB 3/32 KB 96/324 KB 88/228 KB 52/79 KB 68/152 KB 3/32 KB 96/324 KB 88/228 KB 52/79 KB 68/152 KB 96/324 KB 92/228 KB 56/79 KB 76/152 KB 3/32 KB 96/324 KB 96/228 KB 56/79 KB 76/152 KB 3/32 KB 96/324 KB 88/228 KB 56/79 KB 76/152 KB 3/32 KB 96/324 KB 96/228 KB 60/79 KB 80/152 KB 6/32 KB 96/324 KB 96/228 KB 64/79 KB 80/152 KB 6/32 KB 96/324 KB 96/228 KB 56/79 KB 76/152 KB 6/32 KB 96/324 KB 96/228 KB 56/79 KB 80/152 KB 6/32 KB 96/324 KB 100/228 KB 64/79 KB 80/152 KB 9/32 KB 96/324 KB 100/228 KB 68/79 KB 80/152 KB 11/32 KB 96/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 96/324 KB 100/228 KB 64/79 KB 80/152 KB 6/32 KB 96/324 KB 100/228 KB 68/79 KB 84/152 KB 11/32 KB 96/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 100/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 104/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 108/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 112/324 KB 100/228 KB 68/79 KB 84/152 KB 14/32 KB 116/324 KB 104/228 KB 68/79 KB 84/152 KB 14/32 KB 120/324 KB 100/228 KB 68/79 KB 84/152 KB 11/32 KB 96/324 KB 108/228 KB 68/79 KB 88/152 KB 14/32 KB 120/324 KB 108/228 KB 68/79 KB 92/152 KB 14/32 KB 120/324 KB 108/228 KB 68/79 KB 96/152 KB 14/32 KB 120/324 KB 100/228 KB 68/79 KB 80/152 KB 9/32 KB 96/324 KB 108/228 KB 72/79 KB 96/152 KB 16/32 KB 120/324 KB 108/228 KB 76/79 KB 96/152 KB 16/32 KB 120/324 KB 108/228 KB 79/79 KB 96/152 KB 16/32 KB 120/324 KB 108/228 KB 68/79 KB 96/152 KB 16/32 KB 120/324 KB 108/228 KB 68/79 KB 88/152 KB 14/32 KB 120/324 KB 112/228 KB 79/79 KB 96/152 KB 16/32 KB 120/324 KB 116/228 KB 79/79 KB 96/152 KB 16/32 KB 120/324 KB 104/228 KB 68/79 KB 84/152 KB 14/32 KB 120/324 KB 116/228 KB 79/79 KB 100/152 KB 19/32 KB 124/324 KB 116/228 KB 79/79 KB 100/152 KB 19/32 KB 128/324 KB 116/228 KB 79/79 KB 100/152 KB 19/32 KB 132/324 KB 116/228 KB 79/79 KB 100/152 KB 19/32 KB 136/324 KB 116/228 KB 79/79 KB 100/152 KB 19/32 KB 120/324 KB 116/228 KB 79/79 KB 100/152 KB 22/32 KB 136/324 KB 116/228 KB 79/79 KB 100/152 KB 16/32 KB 120/324 KB 116/228 KB 79/79 KB 104/152 KB 22/32 KB 136/324 KB 120/228 KB 79/79 KB 108/152 KB 22/32 KB 136/324 KB 120/228 KB 79/79 KB 104/152 KB 22/32 KB 136/324 KB 124/228 KB 79/79 KB 108/152 KB 25/32 KB 140/324 KB 120/228 KB 79/79 KB 108/152 KB 25/32 KB 140/324 KB 128/228 KB 79/79 KB 108/152 KB 25/32 KB 144/324 KB 120/228 KB 79/79 KB 108/152 KB 25/32 KB 136/324 KB 128/228 KB 79/79 KB 112/152 KB 27/32 KB 144/324 KB 128/228 KB 79/79 KB 112/152 KB 30/32 KB 144/324 KB 128/228 KB 79/79 KB 112/152 KB 32/32 KB 148/324 KB 128/228 KB 79/79 KB 112/152 KB 25/32 KB 144/324 KB 128/228 KB 79/79 KB 116/152 KB 32/32 KB 148/324 KB 128/228 KB 79/79 KB 120/152 KB 32/32 unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install KB 148/324 KB 128/228 KB 79/79 KB 124/152 KB 32/32 KB 148/324 KB 128/228 KB 79/79 KB 112/152 KB 30/32 KB 148/324 KB 128/228 KB 79/79 KB 128/152 KB 32/32 KB 152/324 KB 128/228 KB 79/79 KB 108/152 KB 25/32 KB 140/324 KB 132/228 KB 79/79 KB 128/152 KB 32/32 KB 156/324 KB 136/228 KB 79/79 KB 128/152 KB 32/32 KB 156/324 KB 140/228 KB 79/79 KB 128/152 KB 32/32 KB 156/324 KB 144/228 KB 79/79 KB 128/152 KB 32/32 KB 156/324 KB 144/228 KB 79/79 KB 128/152 KB 32/32 KB 156/324 KB 144/228 KB 79/79 KB 128/152 KB 32/32 KB 160/324 KB 148/228 KB 128/152 KB 164/324 KB 148/228 KB 128/152 KB 168/324 KB 148/228 KB 128/152 KB 172/324 KB 148/228 KB 128/152 KB 176/324 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 161.2 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 148/228 KB 128/152 KB 32/32 KB 160/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 404.3 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 128/228 KB 79/79 KB 128/152 KB 32/32 KB 148/324 KB 148/228 KB 132/152 KB 176/324 KB 152/228 KB 132/152 KB 176/324 KB 156/228 KB 132/152 KB 176/324 KB 156/228 KB 136/152 KB 176/324 KB 156/228 KB 140/152 KB 176/324 KB 160/228 KB 140/152 KB 176/324 KB 160/228 KB 144/152 KB 176/324 KB 164/228 KB 144/152 KB 176/324 KB 168/228 KB 148/152 KB 180/324 KB 164/228 KB 148/152 KB 180/324 KB 172/228 KB 152/152 KB 180/324 KB 172/228 KB 152/152 KB 180/324 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 164/228 KB 144/152 KB 180/324 KB 172/228 KB 152/152 KB 184/324 KB 172/228 KB 148/152 KB 180/324 KB 176/228 KB 152/152 KB 188/324 KB 172/228 KB 152/152 KB 188/324 KB 176/228 KB 152/152 KB 192/324 KB 180/228 KB 152/152 KB 192/324 KB 184/228 KB 152/152 KB 196/324 KB 180/228 KB 152/152 KB 196/324 KB 184/228 KB 152/152 KB 200/324 KB 188/228 KB 152/152 KB 200/324 KB 188/228 KB 152/152 KB 204/324 KB 188/228 KB 152/152 KB 208/324 KB 192/228 KB 152/152 KB 208/324 KB 192/228 KB 152/152 KB 212/324 KB 196/228 KB 152/152 KB 216/324 KB 196/228 KB 152/152 KB 220/324 KB 196/228 KB 152/152 KB 224/324 KB 196/228 KB 152/152 KB 212/324 KB 196/228 KB 4/234 KB 152/152 KB 224/324 KB 196/228 KB 8/234 KB 152/152 KB 224/324 KB 196/228 KB 12/234 KB 152/152 KB 224/324 KB 196/228 KB 16/234 KB 152/152 KB 224/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 729.8 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 200/228 KB 16/234 KB 224/324 KB 204/228 KB 16/234 KB 224/324 KB 208/228 KB 16/234 KB 224/324 KB 212/228 KB 20/234 KB 228/324 KB 216/228 KB 20/234 KB 228/324 KB 220/228 KB 20/234 KB 228/324 KB 224/228 KB 20/234 KB 228/324 KB 208/228 KB 20/234 KB 228/324 KB 208/228 KB 20/234 KB 224/324 KB 224/228 KB 24/234 KB 228/324 KB 224/228 KB 28/234 KB 228/324 KB 224/228 KB 32/234 KB 228/324 KB 224/228 KB 36/234 KB 228/324 KB 224/228 KB 40/234 KB 228/324 KB 224/228 KB 44/234 KB 228/324 KB 224/228 KB 48/234 KB 228/324 KB 224/228 KB 52/234 KB 228/324 KB 224/228 KB 56/234 KB 228/324 KB 224/228 KB 60/234 KB 228/324 KB 224/228 KB 64/234 KB 232/324 KB 224/228 KB 60/234 KB 232/324 KB 224/228 KB 64/234 KB 236/324 KB 224/228 KB 64/234 KB 240/324 KB 224/228 KB 64/234 KB 244/324 KB 228/228 KB 68/234 KB 248/324 KB 228/228 KB 68/234 KB 252/324 KB 228/228 KB 68/234 KB 256/324 KB 228/228 KB 68/234 KB 244/324 KB 224/228 KB 68/234 KB 244/324 KB 228/228 KB 72/234 KB 256/324 KB 228/228 KB 76/234 KB 256/324 KB 228/228 KB 80/234 KB 256/324 KB 228/228 KB 84/234 KB 256/324 KB 228/228 KB 88/234 KB 260/324 KB 228/228 KB 84/234 KB 260/324 KB 228/228 KB 92/234 KB 264/324 KB 228/228 KB 92/234 KB 268/324 KB 228/228 KB 92/234 KB 272/324 KB 228/228 KB 92/234 KB 276/324 KB 92/234 KB 280/324 KB 92/234 KB 284/324 KB 92/234 KB 288/324 KB 228/228 KB 92/234 KB 260/324 KB 96/234 KB 288/324 KB 100/234 KB 288/324 KB 104/234 KB 288/324 KB 108/234 KB 288/324 KB 112/234 KB 288/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1001.4 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 112/234 KB 292/324 KB 116/234 KB 296/324 KB 116/234 KB 300/324 KB 116/234 KB 304/324 KB 116/234 KB 292/324 KB 120/234 KB 304/324 KB 124/234 KB 304/324 KB 128/234 KB 304/324 KB 128/234 KB 308/324 KB 132/234 KB 312/324 KB 132/234 KB 316/324 KB 132/234 KB 320/324 KB 132/234 KB 324/324 KB 132/234 KB 324/324 KB 132/234 KB 308/324 KB 136/234 KB 324/324 KB 140/234 KB 324/324 KB 144/234 KB 324/324 KB 148/234 KB 324/324 KB 152/234 KB 324/324 KB 156/234 KB 324/324 KB 160/234 KB 324/324 KB 164/234 KB 324/324 KB 168/234 KB 324/324 KB 172/234 KB 324/324 KB 176/234 KB 324/324 KB 180/234 KB 324/324 KB 184/234 KB 324/324 KB 188/234 KB 324/324 KB 192/234 KB 324/324 KB 196/234 KB 324/324 KB 200/234 KB 204/234 KB 208/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1333.1 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install 212/234 KB 216/234 KB 220/234 KB 224/234 KB 228/234 KB 232/234 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 911.5 KB/sec) unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6913917370664491215.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.769 s unit-abot-epc-basic-0: 06:32:48 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-06T06:32:48+00:00 unit-abot-epc-basic-0: 06:32:49 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 06:32:49 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:49 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 06:32:50 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5213118908424775097.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.664 s unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-06T06:32:51+00:00 unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:51 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:32:53 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7554439414798403160.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.699 s unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-06T06:32:54+00:00 unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 06:32:54 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 52.5MB/s eta 0:00:01  17% |##### | 20kB 3.9MB/s eta 0:00:01  25% |######## | 30kB 4.5MB/s eta 0:00:01  34% |########## | 40kB 4.1MB/s eta 0:00:01  42% |############# | 51kB 4.3MB/s eta 0:00:01  51% |################ | 61kB 5.0MB/s eta 0:00:01  59% |################### | 71kB 5.0MB/s eta 0:00:01  68% |##################### | 81kB 4.5MB/s eta 0:00:01  76% |######################## | 92kB 5.0MB/s eta 0:00:01  85% |########################### | 102kB 5.0MB/s eta 0:00:01  93% |############################## | 112kB 5.0MB/s eta 0:00:01  100% |################################| 122kB 4.3MB/s unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 90.6MB/s eta 0:00:01  15% |#### | 20kB 16.8MB/s eta 0:00:01  23% |####### | 30kB 22.1MB/s eta 0:00:01  30% |######### | 40kB 11.8MB/s eta 0:00:01  38% |############ | 51kB 9.4MB/s eta 0:00:01  46% |############## | 61kB 10.9MB/s eta 0:00:01  53% |################# | 71kB 9.9MB/s eta 0:00:01  61% |################### | 81kB 8.5MB/s eta 0:00:01  69% |###################### | 92kB 9.4MB/s eta 0:00:01  76% |######################## | 102kB 9.0MB/s eta 0:00:01  84% |########################### | 112kB 8.9MB/s eta 0:00:01  92% |############################# | 122kB 8.3MB/s eta 0:00:01  99% |############################### | 133kB 8.2MB/s eta 0:00:01  100% |################################| 143kB 5.5MB/s unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 06:32:55 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 51.7MB/s eta 0:00:01  22% |####### | 20kB 3.9MB/s eta 0:00:01  33% |########## | 30kB 4.3MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.4MB/s eta 0:00:01  67% |##################### | 61kB 5.2MB/s eta 0:00:01  78% |######################### | 71kB 5.6MB/s eta 0:00:01  89% |############################ | 81kB 5.4MB/s eta 0:00:01  100% |################################| 92kB 4.3MB/s unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 68.3MB/s eta 0:00:01  16% |##### | 20kB 23.7MB/s eta 0:00:01  24% |####### | 30kB 29.6MB/s eta 0:00:01  32% |########## | 40kB 15.2MB/s eta 0:00:01  40% |############ | 51kB 10.1MB/s eta 0:00:01  48% |############### | 61kB 11.7MB/s eta 0:00:01  56% |################## | 71kB 10.0MB/s eta 0:00:01  64% |#################### | 81kB 10.3MB/s eta 0:00:01  72% |####################### | 92kB 11.4MB/s eta 0:00:01  81% |######################### | 102kB 10.1MB/s eta 0:00:01  89% |############################ | 112kB 10.0MB/s eta 0:00:01  97% |############################### | 122kB 9.9MB/s eta 0:00:01  100% |################################| 133kB 5.7MB/s unit-abot-epc-basic-0: 06:32:56 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 93.2MB/s eta 0:00:01  44% |############## | 20kB 22.6MB/s eta 0:00:01  66% |##################### | 30kB 28.4MB/s eta 0:00:01  88% |############################ | 40kB 14.7MB/s eta 0:00:01  100% |################################| 51kB 8.8MB/s unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 58.1MB/s eta 0:00:01  6% |## | 20kB 17.7MB/s eta 0:00:01  9% |### | 30kB 23.0MB/s eta 0:00:01  12% |#### | 40kB 15.4MB/s eta 0:00:01  15% |##### | 51kB 9.9MB/s eta 0:00:01  19% |###### | 61kB 11.4MB/s eta 0:00:01  22% |####### | 71kB 10.3MB/s eta 0:00:01  25% |######## | 81kB 9.4MB/s eta 0:00:01  28% |######### | 92kB 10.3MB/s eta 0:00:01  31% |########## | 102kB 9.8MB/s eta 0:00:01  34% |########### | 112kB 9.8MB/s eta 0:00:01  38% |############ | 122kB 9.1MB/s eta 0:00:01  41% |############# | 133kB 8.1MB/s eta 0:00:01  44% |############## | 143kB 8.9MB/s eta 0:00:01  47% |############### | 153kB 9.5MB/s eta 0:00:01  50% |################ | 163kB 8.4MB/s eta 0:00:01  53% |################# | 174kB 9.5MB/s eta 0:00:01  57% |################## | 184kB 9.6MB/s eta 0:00:01  60% |################### | 194kB 9.6MB/s eta 0:00:01  63% |#################### | 204kB 9.7MB/s eta 0:00:01  66% |##################### | 215kB 8.2MB/s eta 0:00:01  69% |###################### | 225kB 9.4MB/s eta 0:00:01  72% |####################### | 235kB 9.9MB/s eta 0:00:01  76% |######################## | 245kB 7.4MB/s eta 0:00:01  79% |######################### | 256kB 8.3MB/s eta 0:00:01  82% |########################## | 266kB 9.4MB/s eta 0:00:01  85% |########################### | 276kB 9.4MB/s eta 0:00:01  88% |############################ | 286kB 8.5MB/s eta 0:00:01  91% |############################# | 296kB 7.4MB/s eta 0:00:01  95% |############################## | 307kB 8.1MB/s eta 0:00:01  98% |############################### | 317kB 9.1MB/s eta 0:00:01  100% |################################| 327kB 3.4MB/s unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 86.1MB/s eta 0:00:01  25% |######## | 20kB 26.7MB/s eta 0:00:01  37% |############ | 30kB 32.5MB/s eta 0:00:01  50% |################ | 40kB 22.7MB/s eta 0:00:01  62% |#################### | 51kB 9.0MB/s eta 0:00:01  75% |######################## | 61kB 10.4MB/s eta 0:00:01  88% |############################ | 71kB 11.7MB/s eta 0:00:01  100% |################################| 81kB 7.4MB/s unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 06:32:57 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 06:32:58 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 7.5MB/s eta 0:00:01  22% |####### | 20kB 3.7MB/s eta 0:00:01  33% |########## | 30kB 4.4MB/s eta 0:00:01  45% |############## | 40kB 3.8MB/s eta 0:00:01  56% |################## | 51kB 4.4MB/s eta 0:00:01  67% |##################### | 61kB 5.2MB/s eta 0:00:01  79% |######################### | 71kB 5.3MB/s eta 0:00:01  90% |############################ | 81kB 5.3MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 06:32:59 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 06:33:01 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:33:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:01 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 06:33:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 10.3 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 470.2 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 874.1 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 587.2 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1010.3 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 78.9 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 465.0 KB/sec) unit-abot-epc-basic-0: 06:33:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 826.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 197.0 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 233.6 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 408.1 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 544.5 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 546.0 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/221 KB 6/221 KB 9/221 KB 11/221 KB 14/221 KB 16/221 KB 19/221 KB 22/221 KB 25/221 KB 27/221 KB 30/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 61/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2867.2 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 171.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 72.4 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 165.3 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 103.6 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 515.2 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 113.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 116.4 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 90.3 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 102.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 86.4 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 141.6 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 682.1 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 64.6 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 285.8 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 470.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 337.8 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/114 KB 5/114 KB 8/114 KB 11/114 KB 13/114 KB 3/48 KB 16/114 KB 3/48 KB 19/114 KB 3/48 KB 21/114 KB 3/48 KB 24/114 KB 3/48 KB 13/114 KB 5/48 KB 24/114 KB 5/48 KB 27/114 KB 8/48 KB 29/114 KB 8/48 KB 27/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 8/48 KB 32/114 KB 11/48 KB 36/114 KB 11/48 KB 40/114 KB 11/48 KB 32/114 KB 13/48 KB 44/114 KB 16/48 KB 44/114 KB 19/48 KB 44/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 11/48 KB 44/114 KB 21/48 KB 44/114 KB 21/48 KB 48/114 KB 24/48 KB 48/114 KB 27/48 KB 48/114 KB 29/48 KB 52/114 KB 27/48 KB 52/114 KB 29/48 KB 56/114 KB 32/48 KB 56/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 32/48 KB 60/114 KB 32/48 KB 64/114 KB 36/48 KB 68/114 KB 36/48 KB 72/114 KB 36/48 KB 64/114 KB 40/48 KB 76/114 KB 44/48 KB 76/114 KB 36/48 KB 76/114 KB 48/48 KB 76/114 KB 48/48 KB 80/114 KB 48/48 KB 80/114 KB 48/48 KB 84/114 KB 48/48 KB 88/114 KB 48/48 KB 92/114 KB 48/48 KB 96/114 KB 48/48 KB 100/114 KB 48/48 KB 104/114 KB 48/48 KB 108/114 KB 48/48 KB 112/114 KB 48/48 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1141.6 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 3/29 KB 114/114 KB 3/35 KB 6/29 KB 114/114 KB 3/35 KB 3/29 KB 114/114 KB 6/35 KB 6/29 KB 114/114 KB 9/35 KB 6/29 KB 114/114 KB 11/35 KB 6/29 KB 114/114 KB 11/35 KB 9/29 KB 114/114 KB 11/35 KB 11/29 KB 114/114 KB 14/35 KB 3/85 KB 3/56 KB 14/29 KB 14/35 KB 3/85 KB 3/56 KB 11/29 KB 16/35 KB 3/85 KB 3/56 KB 14/29 KB 16/35 KB 3/85 KB 3/56 KB 16/29 KB 19/35 KB 3/85 KB 3/56 KB 19/29 KB 11/35 KB 3/85 KB 3/56 KB 11/29 KB 19/35 KB 3/85 KB 5/56 KB 19/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 2224.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 11/35 KB 3/85 KB 11/29 KB 114/114 KB 19/35 KB 5/85 KB 5/56 KB 19/29 KB 19/35 KB 8/85 KB 5/56 KB 19/29 KB 19/35 KB 11/85 KB 5/56 KB 19/29 KB 19/35 KB 3/85 KB 3/56 KB 16/29 KB 22/35 KB 11/85 KB 8/56 KB 22/29 KB 25/35 KB 11/85 KB 8/56 KB 22/29 KB 27/35 KB 11/85 KB 8/56 KB 22/29 KB 30/35 KB 13/85 KB 8/56 KB 22/29 KB 32/35 KB 13/85 KB 8/56 KB 22/29 KB 35/35 KB 13/85 KB 8/56 KB 22/29 KB 19/35 KB 11/85 KB 8/56 KB 22/29 KB 19/35 KB 11/85 KB 5/56 KB 22/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 35/35 KB 13/85 KB 8/56 KB 25/29 KB 35/35 KB 13/85 KB 11/56 KB 27/29 KB 27/35 KB 13/85 KB 8/56 KB 22/29 KB 35/35 KB 13/85 KB 11/56 KB 25/29 KB 35/35 KB 13/85 KB 13/56 KB 27/29 KB 35/35 KB 16/85 KB 16/56 KB 27/29 KB 35/35 KB 16/85 KB 13/56 KB 27/29 KB 35/35 KB 19/85 KB 16/56 KB 29/29 KB 35/35 KB 16/85 KB 16/56 KB 29/29 KB 35/35 KB 19/85 KB 19/56 KB 29/29 KB 35/35 KB 21/85 KB 21/56 KB 29/29 KB 35/35 KB 21/85 KB 24/56 KB 29/29 KB 35/35 KB 21/85 KB 27/56 KB 29/29 KB 35/35 KB 21/85 KB 19/56 KB 29/29 KB 35/35 KB 24/85 KB 27/56 KB 29/29 KB 35/35 KB 27/85 KB 27/56 KB 29/29 KB 35/35 KB 29/85 KB 27/56 KB 29/29 KB 35/35 KB 32/85 KB 27/56 KB 29/29 KB 35/35 KB 32/85 KB 29/56 KB 29/29 KB 35/35 KB 36/85 KB 29/56 KB 29/29 KB 35/35 KB 40/85 KB 32/56 KB 29/29 KB 35/35 KB 36/85 KB 32/56 KB 29/29 KB 35/35 KB 44/85 KB 36/56 KB 29/29 KB 35/35 KB 44/85 KB 36/56 KB 29/29 KB 35/35 KB 48/85 KB 40/56 KB 29/29 KB 35/35 KB 48/85 KB 40/56 KB 29/29 KB 35/35 KB 48/85 KB 44/56 KB 29/29 KB 35/35 KB 48/85 KB 48/56 KB 29/29 KB 35/35 KB 48/85 KB 52/56 KB 29/29 KB 35/35 KB 52/85 KB 56/56 KB 29/29 KB 35/35 KB 52/85 KB 52/56 KB 29/29 KB 35/35 KB 56/85 KB 56/56 KB 29/29 KB 35/35 KB 56/85 KB 56/56 KB 29/29 KB 3/24 KB 35/35 KB 56/85 KB 56/56 KB 29/29 KB 6/24 KB 35/35 KB 56/85 KB 56/56 KB 29/29 KB 9/24 KB 56/85 KB 56/56 KB 11/24 KB 60/85 KB 56/56 KB 14/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 478.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 484.7 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 60/85 KB 56/56 KB 16/24 KB 60/85 KB 56/56 KB 19/24 KB 60/85 KB 56/56 KB 22/24 KB 60/85 KB 56/56 KB 24/24 KB 60/85 KB 56/56 KB 11/24 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 64/85 KB 56/56 KB 24/24 KB 68/85 KB 56/56 KB 24/24 KB 72/85 KB 56/56 KB 24/24 KB 76/85 KB 56/56 KB 24/24 KB 80/85 KB 56/56 KB 24/24 KB 84/85 KB 56/56 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 1003.3 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 85/85 KB 24/24 KB 3/86 KB 85/85 KB 24/24 KB 3/86 KB 85/85 KB 24/24 KB 6/86 KB 85/85 KB 24/24 KB 9/86 KB 85/85 KB 24/24 KB 11/86 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 85/85 KB 24/24 KB 14/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 391.8 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 85/85 KB 4/218 KB 14/86 KB 85/85 KB 8/218 KB 14/86 KB 85/85 KB 12/218 KB 14/86 KB 85/85 KB 16/218 KB 14/86 KB 85/85 KB 16/218 KB 16/86 KB 85/85 KB 16/218 KB 19/86 KB 85/85 KB 16/218 KB 22/86 KB 85/85 KB 16/218 KB 25/86 KB 85/85 KB 16/218 KB 27/86 KB 85/85 KB 16/218 KB 30/86 KB 85/85 KB 16/218 KB 32/86 KB 85/85 KB 20/218 KB 32/86 KB 85/85 KB 24/218 KB 32/86 KB 85/85 KB 28/218 KB 32/86 KB 85/85 KB 32/218 KB 32/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1004.3 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 4/12 KB 32/218 KB 32/86 KB 8/12 KB 36/218 KB 32/86 KB 12/12 KB 36/218 KB 32/86 KB 12/12 KB 36/218 KB 32/86 KB 4/12 KB 36/218 KB 32/86 KB 12/12 KB 40/218 KB 32/86 KB 12/12 KB 44/218 KB 32/86 KB 12/12 KB 48/218 KB 32/86 KB 12/12 KB 52/218 KB 32/86 KB 12/12 KB 56/218 KB 32/86 KB 12/12 KB 60/218 KB 32/86 KB 12/12 KB 64/218 KB 32/86 KB 12/12 KB 68/218 KB 32/86 KB 12/12 KB 72/218 KB 32/86 KB 12/12 KB 76/218 KB 32/86 KB 12/12 KB 80/218 KB 32/86 KB 12/12 KB 80/218 KB 36/86 KB 12/12 KB 80/218 KB 40/86 KB 12/12 KB 80/218 KB 44/86 KB 12/12 KB 80/218 KB 48/86 KB 12/12 KB 80/218 KB 52/86 KB 12/12 KB 80/218 KB 56/86 KB 12/12 KB 80/218 KB 60/86 KB 12/12 KB 84/218 KB 60/86 KB 12/12 KB 84/218 KB 64/86 KB 12/12 KB 84/218 KB 68/86 KB 84/218 KB 72/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 133.1 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 84/218 KB 76/86 KB 84/218 KB 80/86 KB 84/218 KB 84/86 KB 84/218 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB 86/86 KB 100/218 KB 86/86 KB 104/218 KB 86/86 KB 108/218 KB 86/86 KB 112/218 KB 86/86 KB 116/218 KB 86/86 KB 120/218 KB 86/86 KB 124/218 KB 86/86 KB 128/218 KB 86/86 KB 132/218 KB 86/86 KB 136/218 KB 86/86 KB 140/218 KB 86/86 KB 144/218 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 898.0 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1963.4 KB/sec) unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3950632674436145265.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall9036706235355550839.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3962235663213256415.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1824574732124147081.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5434094586517901082.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6810991457553191780.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.409 s unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-06T06:33:04+00:00 unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 06:33:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 17.4 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 427.7 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/30 KB 6/30 KB 9/30 KB 11/30 KB 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 854.3 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 602.7 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 960.9 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 483.8 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1221.0 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 339.6 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 819.1 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1494.3 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 884.5 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1209.8 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 379.8 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1186.6 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 237.5 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 247.9 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 82.4 KB/sec) unit-abot-epc-basic-0: 06:33:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 266.0 KB/sec) unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 432.7 KB/sec) unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 294.9 KB/sec) unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 06:33:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 139.1 KB/sec) unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1064.3 KB/sec) unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 211.7 KB/sec) unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 198.9 KB/sec) unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 198.5 KB/sec) unit-abot-epc-basic-0: 06:33:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 227.7 KB/sec) unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 120.5 KB/sec) unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 41.6 KB/sec) unit-abot-epc-basic-0: 06:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 80.2 KB/sec) unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 150.4 KB/sec) unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 89.0 KB/sec) unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 471.2 KB/sec) unit-abot-epc-basic-0: 06:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 445.7 KB/sec) unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install 3/53 KB 6/53 KB 9/53 KB 11/53 KB 14/53 KB 16/53 KB 19/53 KB 22/53 KB 25/53 KB 27/53 KB 30/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1541.1 KB/sec) unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install 4/19 KB 8/19 KB 12/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 887.1 KB/sec) unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 10/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 419.0 KB/sec) unit-abot-epc-basic-0: 06:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 280.0 KB/sec) unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 169.8 KB/sec) unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 121.6 KB/sec) unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 852.5 KB/sec) unit-abot-epc-basic-0: 06:33:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install 3/55 KB 6/55 KB 9/55 KB 11/55 KB 14/55 KB 16/55 KB 19/55 KB 22/55 KB 25/55 KB 27/55 KB 30/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1762.3 KB/sec) unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 213.6 KB/sec) unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 133.4 KB/sec) unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 22.2 KB/sec) unit-abot-epc-basic-0: 06:33:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 128.5 KB/sec) unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 93.5 KB/sec) unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 323.9 KB/sec) unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 32.9 KB/sec) unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 527.7 KB/sec) unit-abot-epc-basic-0: 06:33:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install 3/12 KB 4/12 KB 6/12 KB 9/12 KB 12/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 549.2 KB/sec) unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 292.6 KB/sec) unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install 1/20 KB 3/20 KB 5/20 KB 7/20 KB 9/20 KB 11/20 KB 14/20 KB 17/20 KB 20/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 947.6 KB/sec) unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 1571.0 KB/sec) unit-abot-epc-basic-0: 06:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 12.1 KB/sec) unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 377.8 KB/sec) unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 56.6 KB/sec) unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 145.9 KB/sec) unit-abot-epc-basic-0: 06:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 518.1 KB/sec) unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 9.4 KB/sec) unit-abot-epc-basic-0: 06:33:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 60.0 KB/sec) unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 53.6 KB/sec) unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 550.5 KB/sec) unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 320.8 KB/sec) unit-abot-epc-basic-0: 06:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 185.5 KB/sec) unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 682.2 KB/sec) unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 286.5 KB/sec) unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install 3/11 KB 4/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 640.5 KB/sec) unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1094.1 KB/sec) unit-abot-epc-basic-0: 06:33:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install 2/16 KB 4/16 KB 6/16 KB 8/16 KB 10/16 KB 12/16 KB 15/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 838.6 KB/sec) unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install 2/34 KB 4/34 KB 6/34 KB 8/34 KB 10/34 KB 12/34 KB 14/34 KB 16/34 KB 18/34 KB 20/34 KB 22/34 KB 24/34 KB 26/34 KB 28/34 KB 31/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1508.9 KB/sec) unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 183.0 KB/sec) unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 06:33:21 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 432.5 KB/sec) unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 958.9 KB/sec) unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 325.0 KB/sec) unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 306.6 KB/sec) unit-abot-epc-basic-0: 06:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 93.3 KB/sec) unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 62.0 KB/sec) unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 72.7 KB/sec) unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 67.1 KB/sec) unit-abot-epc-basic-0: 06:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 278.9 KB/sec) unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 120.3 KB/sec) unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 06:33:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 980.6 KB/sec) unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 135.5 KB/sec) unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 694.1 KB/sec) unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 96.5 KB/sec) unit-abot-epc-basic-0: 06:33:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 489.4 KB/sec) unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 5.8 KB/sec) unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 349.9 KB/sec) unit-abot-epc-basic-0: 06:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 202.0 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 720.5 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 698.2 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1266.9 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 339.1 KB/sec) unit-abot-epc-basic-0: 06:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 653.2 KB/sec) unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install 3/18 KB 6/18 KB 9/18 KB 11/18 KB 14/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 853.5 KB/sec) unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install 3/49 KB 6/49 KB 9/49 KB 11/49 KB 14/49 KB 16/49 KB 19/49 KB 22/49 KB 25/49 KB 27/49 KB 30/49 KB 32/49 KB 36/49 KB 40/49 KB 44/49 KB 48/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 1688.7 KB/sec) unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 246.0 KB/sec) unit-abot-epc-basic-0: 06:33:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 279.2 KB/sec) unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1028.7 KB/sec) unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 347.5 KB/sec) unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 263.7 KB/sec) unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 2.1 KB/sec) unit-abot-epc-basic-0: 06:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 31.8 KB/sec) unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 490.6 KB/sec) unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install 3/11 KB 4/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 589.0 KB/sec) unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 718.3 KB/sec) unit-abot-epc-basic-0: 06:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install 2/22 KB 5/22 KB 7/22 KB 10/22 KB 13/22 KB 15/22 KB 18/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1127.2 KB/sec) unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 853.0 KB/sec) unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 10.5 KB/sec) unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install 1/16 KB 4/16 KB 5/16 KB 8/16 KB 9/16 KB 12/16 KB 15/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 750.4 KB/sec) unit-abot-epc-basic-0: 06:33:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 171.5 KB/sec) unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 70.5 KB/sec) unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 598.6 KB/sec) unit-abot-epc-basic-0: 06:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 19/47 KB 21/47 KB 24/47 KB 27/47 KB 29/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1648.5 KB/sec) unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 35.0 KB/sec) unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 151.2 KB/sec) unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 574.2 KB/sec) unit-abot-epc-basic-0: 06:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 337.9 KB/sec) unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 06:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 06:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB 67/966 KB 71/966 KB 75/966 KB 79/966 KB Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 06:33:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 894/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 325.6 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 2/590 KB 5/590 KB 6/590 KB 9/590 KB 10/590 KB 13/590 KB 14/590 KB 17/590 KB 18/590 KB 21/590 KB 22/590 KB 25/590 KB 26/590 KB 29/590 KB 30/590 KB 33/590 KB 34/590 KB 37/590 KB 38/590 KB 41/590 KB 42/590 KB 45/590 KB 46/590 KB 49/590 KB 50/590 KB 53/590 KB 54/590 KB 57/590 KB 58/590 KB 61/590 KB 62/590 KB 65/590 KB 66/590 KB 69/590 KB 70/590 KB 73/590 KB 74/590 KB 77/590 KB 78/590 KB 81/590 KB 83/590 KB 86/590 KB 89/590 KB 91/590 KB 94/590 KB 97/590 KB 99/590 KB 102/590 KB 105/590 KB 107/590 KB 110/590 KB 113/590 KB 115/590 KB 118/590 KB 121/590 KB 123/590 KB 126/590 KB 130/590 KB 134/590 KB 138/590 KB 142/590 KB 146/590 KB 150/590 KB 154/590 KB 158/590 KB 162/590 KB 166/590 KB 170/590 KB 174/590 KB 3/1710 KB 174/590 KB 3/240 KB 3/10 KB 3/1710 KB 174/590 KB 3/240 KB 3/1710 KB 174/590 KB 5/240 KB 3/10 KB 3/232 KB 3/1710 KB 174/590 KB 8/240 KB 3/10 KB 3/232 KB 3/1710 KB 174/590 KB 11/240 KB 3/10 KB 3/232 KB 3/1710 KB 174/590 KB 13/240 KB 3/10 KB 3/1710 KB 174/590 KB 3/232 KB 3/1710 KB 174/590 KB 13/240 KB 5/10 KB 3/232 KB 3/1710 KB 174/590 KB 5/240 KB 3/10 KB 5/232 KB 3/1710 KB 174/590 KB 13/240 KB 5/10 KB 8/232 KB 3/1710 KB 174/590 KB 13/240 KB 5/10 KB 11/232 KB 3/1710 KB 174/590 KB 13/240 KB 5/10 KB 13/232 KB 3/1710 KB 174/590 KB 13/240 KB 5/10 KB 13/232 KB 5/1710 KB 174/590 KB 13/240 KB 5/10 KB 13/232 KB 8/1710 KB 174/590 KB 13/240 KB 8/10 KB 13/232 KB 5/1710 KB 174/590 KB 13/240 KB 8/10 KB 13/232 KB 8/1710 KB 174/590 KB 13/240 KB 10/10 KB 13/232 KB 8/1710 KB 174/590 KB 16/240 KB 10/10 KB 13/232 KB 11/1710 KB 174/590 KB 16/240 KB 10/10 KB 13/232 KB 13/1710 KB 174/590 KB 16/240 KB 10/10 KB 13/232 KB 13/1710 KB 174/590 KB 19/240 KB 10/10 KB 13/232 KB 16/1710 KB 174/590 KB 19/240 KB 10/10 KB 13/232 KB 19/1710 KB 174/590 KB 21/240 KB 10/10 KB 16/232 KB 19/1710 KB 174/590 KB 21/240 KB 10/10 KB 13/232 KB 16/1710 KB 174/590 KB 21/240 KB 10/10 KB 16/232 KB 19/1710 KB 174/590 KB 24/240 KB 10/10 KB 16/232 KB 19/1710 KB 174/590 KB 27/240 KB 10/10 KB 16/232 KB 21/1710 KB 174/590 KB 27/240 KB 10/10 KB 19/232 KB 21/1710 KB 174/590 KB 27/240 KB 10/10 KB 21/232 KB 21/1710 KB 174/590 KB 27/240 KB 10/10 KB 21/232 KB 21/1710 KB 174/590 KB 29/240 KB 10/10 KB 24/232 KB 21/1710 KB 174/590 KB 32/240 KB 10/10 KB 24/232 KB 21/1710 KB 174/590 KB 29/240 KB 10/10 KB 27/232 KB 21/1710 KB 174/590 KB 32/240 KB 10/10 KB 29/232 KB 21/1710 KB 174/590 KB 32/240 KB 10/10 KB 29/232 KB 24/1710 KB 174/590 KB 32/240 KB 10/10 KB 32/232 KB 24/1710 KB 174/590 KB 32/240 KB 10/10 KB 32/232 KB 27/1710 KB 174/590 KB 32/240 KB 10/10 KB 32/232 KB 29/1710 KB 174/590 KB 32/240 KB 10/10 KB 32/232 KB 32/1710 KB 174/590 KB 32/240 KB 10/10 KB 32/232 KB 36/1710 KB 178/590 KB 32/240 KB 10/10 KB 32/232 KB 40/1710 KB 178/590 KB 36/240 KB 32/232 KB 32/1710 KB 178/590 KB 32/240 KB 10/10 KB 32/232 KB 36/1710 KB 178/590 KB 36/240 KB 36/232 KB 44/1710 KB 178/590 KB 40/240 KB 36/232 KB 44/1710 KB 178/590 KB 44/240 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 121.7 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 36/232 KB 44/1710 KB 178/590 KB 36/240 KB 40/232 KB 44/1710 KB 178/590 KB 48/240 KB 44/232 KB 44/1710 KB 178/590 KB 48/240 KB 48/232 KB 44/1710 KB 178/590 KB 48/240 KB 52/232 KB 44/1710 KB 178/590 KB 48/240 KB 56/232 KB 44/1710 KB 178/590 KB 48/240 KB 36/232 KB 44/1710 KB 178/590 KB 48/240 KB 56/232 KB 44/1710 KB 178/590 KB 52/240 KB 60/232 KB 44/1710 KB 182/590 KB 56/240 KB 60/232 KB 44/1710 KB 182/590 KB 60/240 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 32/232 KB 44/1710 KB 178/590 KB 36/240 KB 60/232 KB 44/1710 KB 182/590 KB 52/240 KB 60/232 KB 48/1710 KB 186/590 KB 60/240 KB 60/232 KB 44/1710 KB 178/590 KB 52/240 KB 64/232 KB 48/1710 KB 186/590 KB 60/240 KB 64/232 KB 48/1710 KB 190/590 KB 60/240 KB 64/232 KB 48/1710 KB 194/590 KB 60/240 KB 68/232 KB 48/1710 KB 198/590 KB 64/240 KB 68/232 KB 48/1710 KB 194/590 KB 64/240 KB 68/232 KB 48/1710 KB 194/590 KB 60/240 KB 72/232 KB 48/1710 KB 198/590 KB 64/240 KB 76/232 KB 48/1710 KB 198/590 KB 68/240 KB 80/232 KB 48/1710 KB 198/590 KB 68/240 KB 60/232 KB 48/1710 KB 194/590 KB 60/240 KB 80/232 KB 52/1710 KB 198/590 KB 68/240 KB 80/232 KB 56/1710 KB 198/590 KB 68/240 KB 80/232 KB 60/1710 KB 198/590 KB 68/240 KB 84/232 KB 60/1710 KB 202/590 KB 68/240 KB 72/232 KB 48/1710 KB 198/590 KB 68/240 KB 84/232 KB 64/1710 KB 202/590 KB 72/240 KB 84/232 KB 64/1710 KB 202/590 KB 76/240 KB 84/232 KB 64/1710 KB 202/590 KB 80/240 KB 84/232 KB 64/1710 KB 202/590 KB 68/240 KB 80/232 KB 60/1710 KB 202/590 KB 68/240 KB 84/232 KB 64/1710 KB 206/590 KB 80/240 KB 3/44 KB 84/232 KB 64/1710 KB 206/590 KB 80/240 KB 5/44 KB 84/232 KB 64/1710 KB 206/590 KB 80/240 KB 8/44 KB 84/232 KB 64/1710 KB 206/590 KB 80/240 KB 8/44 KB 84/232 KB 68/1710 KB 206/590 KB 80/240 KB 11/44 KB 88/232 KB 72/1710 KB 210/590 KB 84/240 KB 11/44 KB 88/232 KB 76/1710 KB 210/590 KB 84/240 KB 11/44 KB 88/232 KB 80/1710 KB 210/590 KB 84/240 KB 11/44 KB 88/232 KB 84/1710 KB 210/590 KB 84/240 KB 11/44 KB 88/232 KB 68/1710 KB 210/590 KB 84/240 KB 11/44 KB 92/232 KB 84/1710 KB 210/590 KB 84/240 KB 11/44 KB 96/232 KB 84/1710 KB 210/590 KB 84/240 KB 11/44 KB 84/232 KB 68/1710 KB 210/590 KB 84/240 KB 11/44 KB 96/232 KB 84/1710 KB 210/590 KB 88/240 KB 11/44 KB 96/232 KB 84/1710 KB 210/590 KB 92/240 KB 11/44 KB 96/232 KB 84/1710 KB 210/590 KB 96/240 KB 11/44 KB 96/232 KB 84/1710 KB 210/590 KB 100/240 KB 11/44 KB 100/232 KB 84/1710 KB 210/590 KB 104/240 KB 11/44 KB 84/232 KB 68/1710 KB 210/590 KB 80/240 KB 11/44 KB 84/232 KB 68/1710 KB 206/590 KB 80/240 KB 13/44 KB 100/232 KB 88/1710 KB 210/590 KB 104/240 KB 16/44 KB 100/232 KB 88/1710 KB 210/590 KB 104/240 KB 16/44 KB 100/232 KB 88/1710 KB 214/590 KB 104/240 KB 16/44 KB 100/232 KB 88/1710 KB 218/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 222/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 226/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 230/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 234/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 238/590 KB 104/240 KB 19/44 KB 100/232 KB 88/1710 KB 242/590 KB 104/240 KB 11/44 KB 100/232 KB 88/1710 KB 210/590 KB 104/240 KB 19/44 KB 100/232 KB 92/1710 KB 242/590 KB 108/240 KB 11/44 KB 100/232 KB 84/1710 KB 210/590 KB 100/240 KB 19/44 KB 104/232 KB 96/1710 KB 242/590 KB 108/240 KB 19/44 KB 108/232 KB 96/1710 KB 242/590 KB 108/240 KB 19/44 KB 112/232 KB 96/1710 KB 242/590 KB 108/240 KB 19/44 KB 100/232 KB 88/1710 KB 242/590 KB 108/240 KB 19/44 KB 112/232 KB 96/1710 KB 242/590 KB 112/240 KB 19/44 KB 100/232 KB 88/1710 KB 218/590 KB 104/240 KB 21/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 24/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 27/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 29/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 32/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 36/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 40/44 KB 116/232 KB 96/1710 KB 246/590 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install KB 116/240 KB 19/44 KB 100/232 KB 96/1710 KB 242/590 KB 108/240 KB 40/44 KB 116/232 KB 100/1710 KB 246/590 KB 116/240 KB 44/44 KB 116/232 KB 104/1710 KB 246/590 KB 116/240 KB 19/44 KB 116/232 KB 96/1710 KB 242/590 KB 112/240 KB 44/44 KB 120/232 KB 108/1710 KB 246/590 KB 116/240 KB 44/44 KB 124/232 KB 108/1710 KB 246/590 KB 116/240 KB 44/44 KB 128/232 KB 108/1710 KB 246/590 KB 116/240 KB 44/44 KB 116/232 KB 100/1710 KB 246/590 KB 116/240 KB 44/44 KB 128/232 KB 108/1710 KB 246/590 KB 116/240 KB 36/44 KB 116/232 KB 96/1710 KB 246/590 KB 116/240 KB 44/44 KB 128/232 KB 108/1710 KB 250/590 KB 116/240 KB 44/44 KB 128/232 KB 108/1710 KB 254/590 KB 116/240 KB 44/44 KB 128/232 KB 108/1710 KB 258/590 KB 116/240 KB 44/44 KB 132/232 KB 108/1710 KB 262/590 KB 116/240 KB 44/44 KB 132/232 KB 108/1710 KB 266/590 KB 116/240 KB 44/44 KB 132/232 KB 108/1710 KB 270/590 KB 116/240 KB 36/44 KB 116/232 KB 96/1710 KB 242/590 KB 116/240 KB 44/44 KB 132/232 KB 108/1710 KB 270/590 KB 120/240 KB 44/44 KB 132/232 KB 108/1710 KB 270/590 KB 124/240 KB 44/44 KB 132/232 KB 108/1710 KB 270/590 KB 128/240 KB 44/44 KB 132/232 KB 108/1710 KB 258/590 KB 116/240 KB 44/44 KB 132/232 KB 112/1710 KB 270/590 KB 128/240 KB 44/44 KB 132/232 KB 116/1710 KB 270/590 KB 128/240 KB 44/44 KB 132/232 KB 120/1710 KB 274/590 KB 132/240 KB 44/44 KB 132/232 KB 108/1710 KB 258/590 KB 116/240 KB 44/44 KB 136/232 KB 124/1710 KB 274/590 KB 132/240 KB 44/44 KB 140/232 KB 124/1710 KB 274/590 KB 132/240 KB 44/44 KB 144/232 KB 124/1710 KB 274/590 KB 132/240 KB 44/44 KB 132/232 KB 124/1710 KB 274/590 KB 132/240 KB 44/44 KB 144/232 KB 128/1710 KB 274/590 KB 132/240 KB 44/44 KB 148/232 KB 132/1710 KB 274/590 KB 132/240 KB 44/44 KB 148/232 KB 136/1710 KB 274/590 KB 132/240 KB 44/44 KB 148/232 KB 140/1710 KB 274/590 KB 132/240 KB 44/44 KB 132/232 KB 116/1710 KB 274/590 KB 132/240 KB 44/44 KB 148/232 KB 144/1710 KB 278/590 KB 132/240 KB 148/232 KB 144/1710 KB 282/590 KB 132/240 KB 148/232 KB 144/1710 KB 286/590 KB 132/240 KB 44/44 KB 132/232 KB 116/1710 KB 270/590 KB 132/240 KB 148/232 KB 144/1710 KB 286/590 KB 136/240 KB 148/232 KB 144/1710 KB 286/590 KB 140/240 KB 148/232 KB 144/1710 KB 286/590 KB 144/240 KB 148/232 KB 144/1710 KB 286/590 KB 148/240 KB 148/232 KB 144/1710 KB 286/590 KB 152/240 KB 148/232 KB 144/1710 KB 286/590 KB 156/240 KB 148/232 KB 144/1710 KB 286/590 KB 160/240 KB 148/232 KB 144/1710 KB 286/590 KB 164/240 KB 148/232 KB 144/1710 KB 290/590 KB 168/240 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 366.4 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 44/44 KB 148/232 KB 128/1710 KB 274/590 KB 132/240 KB 152/232 KB 144/1710 KB 290/590 KB 168/240 KB 156/232 KB 144/1710 KB 290/590 KB 168/240 KB Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 160/232 KB 144/1710 KB 290/590 KB 168/240 KB 164/232 KB 144/1710 KB 290/590 KB 168/240 KB 168/232 KB 144/1710 KB 290/590 KB 168/240 KB 148/232 KB 144/1710 KB 290/590 KB 164/240 KB 172/232 KB 144/1710 KB 294/590 KB 172/240 KB 172/232 KB 144/1710 KB 298/590 KB 172/240 KB 172/232 KB 144/1710 KB 302/590 KB 172/240 KB 44/44 KB 148/232 KB 144/1710 KB 274/590 KB 132/240 KB 172/232 KB 148/1710 KB 302/590 KB 172/240 KB 172/232 KB 152/1710 KB 302/590 KB 172/240 KB 172/232 KB 156/1710 KB 302/590 KB 172/240 KB 172/232 KB 160/1710 KB 302/590 KB 172/240 KB 172/232 KB 164/1710 KB 302/590 KB 172/240 KB 172/232 KB 168/1710 KB 306/590 KB 172/240 KB 168/232 KB 144/1710 KB 290/590 KB 172/240 KB 172/232 KB 168/1710 KB 306/590 KB 176/240 KB 172/232 KB 168/1710 KB 306/590 KB 180/240 KB 172/232 KB 168/1710 KB 306/590 KB 184/240 KB 172/232 KB 168/1710 KB 306/590 KB 188/240 KB 172/232 KB 164/1710 KB 306/590 KB 172/240 KB 172/232 KB 168/1710 KB 310/590 KB 192/240 KB 172/232 KB 168/1710 KB 314/590 KB 192/240 KB 172/232 KB 168/1710 KB 318/590 KB 192/240 KB 172/232 KB 152/1710 KB 302/590 KB 172/240 KB 176/232 KB 168/1710 KB 318/590 KB 192/240 KB 180/232 KB 168/1710 KB 318/590 KB 192/240 KB 184/232 KB 168/1710 KB 318/590 KB 192/240 KB 188/232 KB 168/1710 KB 318/590 KB 192/240 KB 192/232 KB 168/1710 KB 318/590 KB 192/240 KB 184/232 KB 168/1710 KB 318/590 KB 192/240 KB 192/232 KB 172/1710 KB 318/590 KB 196/240 KB 196/232 KB 172/1710 KB 318/590 KB 200/240 KB 196/232 KB 172/1710 KB 318/590 KB 204/240 KB 196/232 KB 172/1710 KB 318/590 KB 208/240 KB 192/232 KB 172/1710 KB 318/590 KB 192/240 KB 196/232 KB 176/1710 KB 318/590 KB 208/240 KB 196/232 KB 180/1710 KB 318/590 KB 208/240 KB 196/232 KB 184/1710 KB 318/590 KB 208/240 KB 196/232 KB 188/1710 KB 318/590 KB 208/240 KB 196/232 KB 192/1710 KB 318/590 KB 212/240 KB 196/232 KB 172/1710 KB 318/590 KB 196/240 KB 200/232 KB 192/1710 KB 318/590 KB 212/240 KB 204/232 KB 192/1710 KB 318/590 KB 212/240 KB 208/232 KB 192/1710 KB 318/590 KB 212/240 KB 212/232 KB 192/1710 KB 318/590 KB 212/240 KB 216/232 KB 196/1710 KB 322/590 KB 212/240 KB 220/232 KB 196/1710 KB 322/590 KB 212/240 KB 224/232 KB 196/1710 KB 322/590 KB 212/240 KB 196/232 KB 188/1710 KB 318/590 KB 212/240 KB 224/232 KB 196/1710 KB 322/590 KB 216/240 KB 224/232 KB 196/1710 KB 322/590 KB 220/240 KB 224/232 KB 196/1710 KB 322/590 KB 224/240 KB 224/232 KB 196/1710 KB 322/590 KB 228/240 KB 4/258 KB 228/232 KB 196/1710 KB 322/590 KB 232/240 KB 4/258 KB 228/232 KB 196/1710 KB 322/590 KB 236/240 KB 4/258 KB 228/232 KB 196/1710 KB 322/590 KB 240/240 KB 212/232 KB 196/1710 KB 322/590 KB 212/240 KB 4/258 KB 228/232 KB 196/1710 KB 326/590 KB 240/240 KB 4/258 KB 228/232 KB 196/1710 KB 330/590 KB 240/240 KB 4/258 KB 228/232 KB 196/1710 KB 334/590 KB 240/240 KB 212/232 KB 196/1710 KB 318/590 KB 212/240 KB 4/258 KB 228/232 KB 200/1710 KB 334/590 KB 240/240 KB 4/258 KB 228/232 KB 204/1710 KB 334/590 KB 240/240 KB 4/258 KB 228/232 KB 208/1710 KB 334/590 KB 240/240 KB 4/258 KB 228/232 KB 212/1710 KB 334/590 KB 240/240 KB 4/258 KB 228/232 KB 216/1710 KB 338/590 KB 240/240 KB 4/258 KB 228/232 KB 220/1710 KB 338/590 KB 240/240 KB 4/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 4/258 KB 228/232 KB 196/1710 KB 322/590 KB 228/240 KB 4/258 KB 224/232 KB 196/1710 KB 322/590 KB 228/240 KB 8/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 12/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 16/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 20/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 24/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 28/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 32/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 36/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 40/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 44/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 48/258 KB 228/232 KB 224/1710 KB 338/590 KB 240/240 KB 48/258 KB 232/232 KB 224/1710 KB 338/590 KB 240/240 KB 48/258 KB 232/232 KB 224/1710 KB 338/590 KB 240/240 KB 4/258 KB 228/232 KB 212/1710 KB 338/590 KB 240/240 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1505.7 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 48/258 KB 228/1710 KB 342/590 KB 240/240 KB 52/258 KB 232/1710 KB 342/590 KB 240/240 KB 52/258 KB 236/1710 KB 342/590 KB 240/240 KB 52/258 KB 240/1710 KB 342/590 KB 240/240 KB 52/258 KB 244/1710 KB 342/590 KB 240/240 KB 52/258 KB 248/1710 KB 342/590 KB 240/240 KB 52/258 KB 252/1710 KB 342/590 KB 240/240 KB 52/258 KB 256/1710 KB 342/590 KB 240/240 KB 52/258 KB 260/1710 KB 342/590 KB 240/240 KB 52/258 KB 228/1710 KB 342/590 KB 240/240 KB 56/258 KB 260/1710 KB 342/590 KB 240/240 KB 60/258 KB 260/1710 KB 342/590 KB 240/240 KB 64/258 KB 260/1710 KB 342/590 KB 240/240 KB 68/258 KB 260/1710 KB 342/590 KB 240/240 KB 72/258 KB 260/1710 KB 342/590 KB 240/240 KB 76/258 KB 260/1710 KB 342/590 KB 240/240 KB 80/258 KB 260/1710 KB 342/590 KB 240/240 KB 80/258 KB 264/1710 KB 342/590 KB 240/240 KB 80/258 KB 268/1710 KB 342/590 KB 240/240 KB 80/258 KB 272/1710 KB 342/590 KB 240/240 KB 80/258 KB 276/1710 KB 342/590 KB 240/240 KB 84/258 KB 280/1710 KB 342/590 KB 240/240 KB 84/258 KB 284/1710 KB 342/590 KB 240/240 KB 84/258 KB 288/1710 KB 342/590 KB 240/240 KB 84/258 KB 276/1710 KB 342/590 KB 240/240 KB 88/258 KB 288/1710 KB 342/590 KB 240/240 KB 92/258 KB 288/1710 KB 342/590 KB 240/240 KB 96/258 KB 288/1710 KB 342/590 KB 240/240 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1514.5 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 100/258 KB 288/1710 KB 342/590 KB 104/258 KB 288/1710 KB 342/590 KB 108/258 KB 288/1710 KB 342/590 KB 112/258 KB 288/1710 KB 342/590 KB 112/258 KB 292/1710 KB 342/590 KB 112/258 KB 296/1710 KB 342/590 KB 112/258 KB 300/1710 KB 342/590 KB 112/258 KB 304/1710 KB 342/590 KB 116/258 KB 304/1710 KB 342/590 KB 120/258 KB 304/1710 KB 342/590 KB 124/258 KB 304/1710 KB 342/590 KB 128/258 KB 308/1710 KB 342/590 KB 132/258 KB 308/1710 KB 342/590 KB 136/258 KB 308/1710 KB 342/590 KB 140/258 KB 308/1710 KB 342/590 KB 144/258 KB 308/1710 KB 342/590 KB 124/258 KB 308/1710 KB 342/590 KB 48/258 KB 232/232 KB 224/1710 KB 342/590 KB 240/240 KB 144/258 KB 308/1710 KB 346/590 KB 144/258 KB 308/1710 KB 350/590 KB 144/258 KB 308/1710 KB 354/590 KB 144/258 KB 308/1710 KB 358/590 KB 144/258 KB 308/1710 KB 362/590 KB 144/258 KB 308/1710 KB 366/590 KB 144/258 KB 308/1710 KB 370/590 KB 144/258 KB 308/1710 KB 374/590 KB 144/258 KB 308/1710 KB 378/590 KB 144/258 KB 308/1710 KB 382/590 KB 144/258 KB 308/1710 KB 385/590 KB 144/258 KB 308/1710 KB 387/590 KB 144/258 KB 308/1710 KB 390/590 KB 144/258 KB 308/1710 KB 393/590 KB 144/258 KB 308/1710 KB 395/590 KB 144/258 KB 308/1710 KB 398/590 KB 144/258 KB 308/1710 KB 401/590 KB 144/258 KB 308/1710 KB 403/590 KB 144/258 KB 308/1710 KB 406/590 KB 144/258 KB 308/1710 KB 409/590 KB 144/258 KB 308/1710 KB 411/590 KB 144/258 KB 308/1710 KB 414/590 KB 144/258 KB 308/1710 KB 418/590 KB 144/258 KB 312/1710 KB 422/590 KB 144/258 KB 312/1710 KB 426/590 KB 144/258 KB 4/223 KB 312/1710 KB 430/590 KB 144/258 KB 312/1710 KB 418/590 KB 144/258 KB 4/223 KB 312/1710 KB 426/590 KB 144/258 KB 8/223 KB 312/1710 KB 430/590 KB 144/258 KB 12/223 KB 312/1710 KB 430/590 KB 144/258 KB 16/223 KB 312/1710 KB 430/590 KB 144/258 KB 20/223 KB 312/1710 KB 430/590 KB 144/258 KB 24/223 KB 312/1710 KB 430/590 KB 144/258 KB 28/223 KB 312/1710 KB 430/590 KB 144/258 KB 32/223 KB 312/1710 KB 430/590 KB 4/208 KB 144/258 KB 32/223 KB 312/1710 KB 430/590 KB 8/208 KB 144/258 KB 32/223 KB 312/1710 KB 430/590 KB 12/208 KB 144/258 KB 32/223 KB 312/1710 KB 430/590 KB 16/208 KB 144/258 KB 32/223 KB 312/1710 KB 430/590 KB 16/208 KB 144/258 KB 36/223 KB 312/1710 KB 430/590 KB 16/208 KB 144/258 KB 36/223 KB 316/1710 KB 430/590 KB 16/208 KB 144/258 KB 36/223 KB 320/1710 KB 430/590 KB 16/208 KB 144/258 KB 40/223 KB 320/1710 KB 430/590 KB 20/208 KB 144/258 KB 40/223 KB 320/1710 KB 430/590 KB 24/208 KB 144/258 KB 40/223 KB 320/1710 KB 430/590 KB 28/208 KB 144/258 KB 40/223 KB 320/1710 KB 430/590 KB 32/208 KB 144/258 KB 40/223 KB 320/1710 KB 430/590 KB 32/208 KB 144/258 KB 44/223 KB 320/1710 KB 430/590 KB 32/208 KB 144/258 KB 48/223 KB 320/1710 KB 430/590 KB 32/208 KB 148/258 KB 48/223 KB 320/1710 KB 430/590 KB 32/208 KB 152/258 KB 52/223 KB 324/1710 KB 430/590 KB 32/208 KB 156/258 KB 52/223 KB 324/1710 KB 430/590 KB 32/208 KB 148/258 KB 52/223 KB 324/1710 KB 430/590 KB 32/208 KB 156/258 KB 56/223 KB 324/1710 KB 434/590 KB 32/208 KB 156/258 KB 60/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 64/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 68/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 72/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 76/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 80/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 84/223 KB 324/1710 KB 434/590 KB 32/208 KB 148/258 KB 48/223 KB 324/1710 KB 430/590 KB 36/ unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 208 KB 160/258 KB 84/223 KB 328/1710 KB 434/590 KB 36/208 KB 160/258 KB 84/223 KB 332/1710 KB 434/590 KB 36/208 KB 160/258 KB 84/223 KB 336/1710 KB 434/590 KB 36/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 32/208 KB 160/258 KB 60/223 KB 324/1710 KB 434/590 KB 36/208 KB 160/258 KB 60/223 KB 324/1710 KB 434/590 KB 40/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 44/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 48/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 52/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 56/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 60/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 64/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 68/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 72/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 76/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 80/208 KB 160/258 KB 84/223 KB 340/1710 KB 434/590 KB 32/208 KB 156/258 KB 52/223 KB 324/1710 KB 434/590 KB 80/208 KB 160/258 KB 84/223 KB 340/1710 KB 438/590 KB 80/208 KB 160/258 KB 84/223 KB 340/1710 KB 442/590 KB 80/208 KB 160/258 KB 84/223 KB 340/1710 KB 446/590 KB 80/208 KB 160/258 KB 84/223 KB 340/1710 KB 450/590 KB 84/208 KB 164/258 KB 84/223 KB 340/1710 KB 454/590 KB 84/208 KB 164/258 KB 84/223 KB 340/1710 KB 458/590 KB 84/208 KB 164/258 KB 84/223 KB 340/1710 KB 462/590 KB 84/208 KB 164/258 KB 84/223 KB 340/1710 KB 450/590 KB 84/208 KB 168/258 KB 84/223 KB 340/1710 KB 462/590 KB 84/208 KB 172/258 KB 84/223 KB 340/1710 KB 462/590 KB 84/208 KB 176/258 KB 84/223 KB 340/1710 KB 462/590 KB 84/208 KB 160/258 KB 84/223 KB 340/1710 KB 450/590 KB 88/208 KB 176/258 KB 84/223 KB 340/1710 KB 462/590 KB 92/208 KB 176/258 KB 84/223 KB 340/1710 KB 462/590 KB 96/208 KB 176/258 KB 84/223 KB 340/1710 KB 462/590 KB 100/208 KB 176/258 KB 84/223 KB 344/1710 KB 466/590 KB 104/208 KB 180/258 KB 88/223 KB 344/1710 KB 466/590 KB 108/208 KB 180/258 KB 88/223 KB 344/1710 KB 466/590 KB 112/208 KB 180/258 KB 88/223 KB 344/1710 KB 466/590 KB 96/208 KB 176/258 KB 84/223 KB 344/1710 KB 466/590 KB 96/208 KB 176/258 KB 84/223 KB 344/1710 KB 462/590 KB 112/208 KB 180/258 KB 88/223 KB 348/1710 KB 466/590 KB 112/208 KB 180/258 KB 88/223 KB 352/1710 KB 466/590 KB 112/208 KB 180/258 KB 88/223 KB 356/1710 KB 466/590 KB 112/208 KB 180/258 KB 88/223 KB 360/1710 KB 470/590 KB 112/208 KB 180/258 KB 88/223 KB 364/1710 KB 470/590 KB 112/208 KB 180/258 KB 88/223 KB 368/1710 KB 470/590 KB 112/208 KB 180/258 KB 88/223 KB 372/1710 KB 470/590 KB 116/208 KB 180/258 KB 88/223 KB 376/1710 KB 470/590 KB 116/208 KB 180/258 KB 88/223 KB 380/1710 KB 470/590 KB 116/208 KB 180/258 KB 88/223 KB 384/1710 KB 470/590 KB 100/208 KB 180/258 KB 88/223 KB 344/1710 KB 466/590 KB 100/208 KB 180/258 KB 84/223 KB 344/1710 KB 466/590 KB 116/208 KB 184/258 KB 88/223 KB 384/1710 KB 470/590 KB 116/208 KB 188/258 KB 88/223 KB 384/1710 KB 470/590 KB 116/208 KB 192/258 KB 88/223 KB 384/1710 KB 470/590 KB 116/208 KB 192/258 KB 92/223 KB 384/1710 KB 470/590 KB 116/208 KB 192/258 KB 96/223 KB 384/1710 KB 470/590 KB 116/208 KB 196/258 KB 100/223 KB 384/1710 KB 470/590 KB 116/208 KB 196/258 KB 104/223 KB 384/1710 KB 470/590 KB 116/208 KB 196/258 KB 108/223 KB 384/1710 KB 470/590 KB 116/208 KB 196/258 KB 112/223 KB 384/1710 KB 470/590 KB 116/208 KB 180/258 KB 88/223 KB 372/1710 KB 470/590 KB 112/208 KB 180/258 KB 88/223 KB 356/1710 KB 470/590 KB 116/208 KB 196/258 KB 112/223 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 384/1710 KB 474/590 KB 116/208 KB 196/258 KB 112/223 KB 384/1710 KB 478/590 KB 116/208 KB 196/258 KB 112/223 KB 384/1710 KB 482/590 KB 116/208 KB 196/258 KB 112/223 KB 384/1710 KB 486/590 KB 116/208 KB 196/258 KB 112/223 KB 384/1710 KB 490/590 KB 120/208 KB 196/258 KB 112/223 KB 384/1710 KB 494/590 KB 116/208 KB 196/258 KB 96/223 KB 384/1710 KB 470/590 KB 120/208 KB 200/258 KB 112/223 KB 384/1710 KB 494/590 KB 120/208 KB 204/258 KB 112/223 KB 384/1710 KB 494/590 KB 120/208 KB 208/258 KB 112/223 KB 384/1710 KB 494/590 KB 120/208 KB 212/258 KB 112/223 KB 384/1710 KB 494/590 KB 120/208 KB 216/258 KB 116/223 KB 388/1710 KB 498/590 KB 120/208 KB 220/258 KB 116/223 KB 388/1710 KB 498/590 KB 120/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 120/208 KB 196/258 KB 112/223 KB 384/1710 KB 490/590 KB 124/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 128/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 132/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 136/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 140/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 144/208 KB 224/258 KB 116/223 KB 388/1710 KB 498/590 KB 120/208 KB 212/258 KB 116/223 KB 388/1710 KB 498/590 KB 120/208 KB 212/258 KB 116/223 KB 384/1710 KB 498/590 KB 144/208 KB 224/258 KB 120/223 KB 388/1710 KB 498/590 KB 144/208 KB 224/258 KB 124/223 KB 388/1710 KB 498/590 KB 144/208 KB 224/258 KB 128/223 KB 392/1710 KB 498/590 KB 148/208 KB 224/258 KB 132/223 KB 392/1710 KB 498/590 KB 148/208 KB 228/258 KB 136/223 KB 392/1710 KB 498/590 KB 148/208 KB 228/258 KB 140/223 KB 392/1710 KB 498/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 498/590 KB 120/208 KB 212/258 KB 112/223 KB 384/1710 KB 498/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 502/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 506/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 510/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 514/590 KB 148/208 KB 228/258 KB 144/223 KB 392/1710 KB 518/590 KB 148/208 KB 228/258 KB 132/223 KB 392/1710 KB 498/590 KB 148/208 KB 232/258 KB 144/223 KB 392/1710 KB 518/590 KB 148/208 KB 236/258 KB 144/223 KB 392/1710 KB 518/590 KB 148/208 KB 240/258 KB 144/223 KB 392/1710 KB 518/590 KB 148/208 KB 224/258 KB 128/223 KB 392/1710 KB 498/590 KB 152/208 KB 240/258 KB 144/223 KB 392/1710 KB 518/590 KB 156/208 KB 240/258 KB 144/223 KB 392/1710 KB 518/590 KB 160/208 KB 240/258 KB 144/223 KB 392/1710 KB 522/590 KB 164/208 KB 240/258 KB 144/223 KB 392/1710 KB 522/590 KB 168/208 KB 244/258 KB 148/223 KB 392/1710 KB 522/590 KB 172/208 KB 244/258 KB 148/223 KB 392/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 392/1710 KB 522/590 KB 144/208 KB 224/258 KB 124/223 KB 392/1710 KB 498/590 KB 176/208 KB 244/258 KB 148/223 KB 396/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 400/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 404/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 408/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 412/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 416/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 420/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 424/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 428/1710 KB 522/590 KB 176/208 KB 244/258 KB 148/223 KB 432/1710 KB 522/590 KB 180/208 KB 244/258 KB 148/223 KB 436/1710 KB 522/590 KB 180/208 KB 244/258 KB 148/223 KB 440/1710 KB 522/590 KB 180/208 KB 244/258 KB 148/223 KB 444/1710 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install KB 522/590 KB 180/208 KB 244/258 KB 148/223 KB 448/1710 KB 522/590 KB 164/208 KB 244/258 KB 148/223 KB 392/1710 KB 522/590 KB 180/208 KB 244/258 KB 152/223 KB 448/1710 KB 522/590 KB 180/208 KB 244/258 KB 156/223 KB 448/1710 KB 522/590 KB 180/208 KB 244/258 KB 160/223 KB 448/1710 KB 522/590 KB 164/208 KB 244/258 KB 144/223 KB 392/1710 KB 522/590 KB 180/208 KB 248/258 KB 160/223 KB 448/1710 KB 522/590 KB 180/208 KB 252/258 KB 160/223 KB 448/1710 KB 522/590 KB 156/208 KB 240/258 KB 144/223 KB 392/1710 KB 522/590 KB 180/208 KB 252/258 KB 160/223 KB 448/1710 KB 526/590 KB 180/208 KB 252/258 KB 160/223 KB 448/1710 KB 530/590 KB 180/208 KB 252/258 KB 160/223 KB 448/1710 KB 534/590 KB 180/208 KB 252/258 KB 160/223 KB 448/1710 KB 538/590 KB 180/208 KB 256/258 KB 160/223 KB 448/1710 KB 542/590 KB 180/208 KB 256/258 KB 160/223 KB 448/1710 KB 546/590 KB 180/208 KB 256/258 KB 164/223 KB 448/1710 KB 550/590 KB 180/208 KB 256/258 KB 164/223 KB 448/1710 KB 554/590 KB 180/208 KB 256/258 KB 164/223 KB 448/1710 KB 558/590 KB 180/208 KB 244/258 KB 148/223 KB 432/1710 KB 522/590 KB 184/208 KB 256/258 KB 164/223 KB 448/1710 KB 558/590 KB 188/208 KB 256/258 KB 164/223 KB 448/1710 KB 558/590 KB 192/208 KB 256/258 KB 164/223 KB 448/1710 KB 558/590 KB 196/208 KB 256/258 KB 164/223 KB 448/1710 KB 558/590 KB 200/208 KB 256/258 KB 164/223 KB 452/1710 KB 562/590 KB 204/208 KB 256/258 KB 164/223 KB 452/1710 KB 562/590 KB 208/208 KB 256/258 KB 164/223 KB 452/1710 KB 562/590 KB 180/208 KB 256/258 KB 164/223 KB 448/1710 KB 546/590 KB 208/208 KB 256/258 KB 168/223 KB 452/1710 KB 562/590 KB 208/208 KB 256/258 KB 172/223 KB 452/1710 KB 562/590 KB 208/208 KB 256/258 KB 176/223 KB 452/1710 KB 562/590 KB 208/208 KB 256/258 KB 180/223 KB 452/1710 KB 562/590 KB 180/208 KB 256/258 KB 160/223 KB 448/1710 KB 538/590 KB 208/208 KB 258/258 KB 180/223 KB 452/1710 KB 562/590 KB 196/208 KB 256/258 KB 164/223 KB 452/1710 KB 562/590 KB 208/208 KB 258/258 KB 180/223 KB 456/1710 KB 562/590 KB 208/208 KB 258/258 KB 180/223 KB 460/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 464/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 468/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 472/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 476/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 480/1710 KB 562/590 KB 196/208 KB 256/258 KB 164/223 KB 448/1710 KB 562/590 KB 208/208 KB 258/258 KB 184/223 KB 480/1710 KB 566/590 KB 208/208 KB 258/258 KB 184/223 KB 480/1710 KB 570/590 KB 208/208 KB 258/258 KB 184/223 KB 480/1710 KB 574/590 KB 208/208 KB 258/258 KB 184/223 KB 460/1710 KB 562/590 KB 208/208 KB 258/258 KB 188/223 KB 480/1710 KB 574/590 KB 208/208 KB 258/258 KB 192/223 KB 480/1710 KB 574/590 KB 208/208 KB 258/258 KB 196/223 KB 480/1710 KB 574/590 KB 208/208 KB 258/258 KB 200/223 KB 480/1710 KB 578/590 KB 208/208 KB 258/258 KB 204/223 KB 480/1710 KB 578/590 KB 208/208 KB 258/258 KB 208/223 KB 480/1710 KB 578/590 KB 208/208 KB 258/258 KB 196/223 KB 480/1710 KB 578/590 KB 208/208 KB 258/258 KB 208/223 KB 480/1710 KB 582/590 KB 208/208 KB 258/258 KB 208/223 KB 480/1710 KB 586/590 KB 208/208 KB 258/258 KB 208/223 KB 480/1710 KB 590/590 KB 208/208 KB 258/258 KB 208/223 KB 480/1710 KB 590/590 KB 208/208 KB 258/258 KB 212/223 KB 480/1710 KB 590/590 KB 216/223 KB 484/1710 KB 590/590 KB 220/223 KB 484/1710 KB 590/590 KB 223/223 KB 484/1710 KB 590/590 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1187.3 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 954.0 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 208/208 KB 258/258 KB 212/223 KB 484/1710 KB 590/590 KB 223/223 KB 488/1710 KB 590/590 KB 223/223 KB 492/1710 KB 590/590 KB 223/223 KB 496/1710 KB 590/590 KB 223/223 KB 500/1710 KB 590/590 KB 223/223 KB 504/1710 KB 590/590 KB 223/223 KB 508/1710 KB 223/223 KB 512/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2609.1 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 223/223 KB 516/1710 KB 223/223 KB 520/1710 KB 223/223 KB 524/1710 KB 223/223 KB 528/1710 KB 223/223 KB 532/1710 KB 223/223 KB 536/1710 KB 223/223 KB 540/1710 KB 223/223 KB 544/1710 KB 223/223 KB 548/1710 KB 223/223 KB 552/1710 KB 223/223 KB 556/1710 KB 223/223 KB 560/1710 KB 223/223 KB 564/1710 KB 223/223 KB 568/1710 KB 223/223 KB 572/1710 KB 223/223 KB 576/1710 KB 4/38 KB 223/223 KB 576/1710 KB 8/38 KB 223/223 KB 576/1710 KB 12/38 KB 223/223 KB 576/1710 KB 16/38 KB 223/223 KB 576/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 969.6 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 20/38 KB 576/1710 KB 24/38 KB 576/1710 KB 28/38 KB 576/1710 KB 4/18 KB 28/38 KB 576/1710 KB 8/18 KB 28/38 KB 576/1710 KB 12/18 KB 28/38 KB 576/1710 KB 16/18 KB 28/38 KB 576/1710 KB 18/18 KB 32/38 KB 576/1710 KB 16/18 KB 32/38 KB 576/1710 KB 18/18 KB 36/38 KB 576/1710 KB 18/18 KB 38/38 KB 576/1710 KB 18/18 KB 38/38 KB 580/1710 KB 18/18 KB 38/38 KB 584/1710 KB 18/18 KB 38/38 KB 588/1710 KB 18/18 KB 38/38 KB 592/1710 KB 18/18 KB 38/38 KB 596/1710 KB 18/18 KB 38/38 KB 600/1710 KB 18/18 KB 38/38 KB 604/1710 KB 18/18 KB 38/38 KB 608/1710 KB 18/18 KB 38/38 KB 612/1710 KB 18/18 KB 38/38 KB 616/1710 KB 18/18 KB 38/38 KB 620/1710 KB 18/18 KB 38/38 KB 624/1710 KB 18/18 KB 38/38 KB 628/1710 KB 18/18 KB 38/38 KB 632/1710 KB 18/18 KB 38/38 KB 636/1710 KB 18/18 KB 38/38 KB 640/1710 KB 18/18 KB 38/38 KB 644/1710 KB 18/18 KB 38/38 KB 648/1710 KB 18/18 KB 38/38 KB 652/1710 KB 18/18 KB 38/38 KB 656/1710 KB 18/18 KB 38/38 KB 660/1710 KB 18/18 KB 38/38 KB 664/1710 KB 18/18 KB 38/38 KB 668/1710 KB 18/18 KB 38/38 KB 672/1710 KB 18/18 KB 38/38 KB 672/1710 KB 4/531 KB 18/18 KB 38/38 KB 672/1710 KB 8/531 KB 18/18 KB 38/38 KB 672/1710 KB 12/531 KB 18/18 KB 38/38 KB 672/1710 KB 16/531 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 74.8 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 157.5 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 4/214 KB 672/1710 KB 16/531 KB 8/214 KB 672/1710 KB 20/531 KB 12/214 KB 672/1710 KB 20/531 KB 16/214 KB 672/1710 KB 20/531 KB 4/214 KB 672/1710 KB 20/531 KB 16/214 KB 672/1710 KB 24/531 KB 16/214 KB 672/1710 KB 28/531 KB 16/214 KB 672/1710 KB 32/531 KB 16/214 KB 672/1710 KB 36/531 KB 16/214 KB 672/1710 KB 40/531 KB 16/214 KB 672/1710 KB 44/531 KB 16/214 KB 672/1710 KB 48/531 KB 20/214 KB 672/1710 KB 48/531 KB 24/214 KB 672/1710 KB 48/531 KB 28/214 KB 672/1710 KB 48/531 KB 32/214 KB 672/1710 KB 48/531 KB 32/214 KB 672/1710 KB 52/531 KB 32/214 KB 672/1710 KB 56/531 KB 32/214 KB 672/1710 KB 60/531 KB 32/214 KB 672/1710 KB 64/531 KB 32/214 KB 676/1710 KB 64/531 KB 32/214 KB 680/1710 KB 64/531 KB 32/214 KB 684/1710 KB 64/531 KB 32/214 KB 688/1710 KB 64/531 KB 32/214 KB 692/1710 KB 64/531 KB 32/214 KB 696/1710 KB 64/531 KB 32/214 KB 700/1710 KB 64/531 KB 32/214 KB 700/1710 KB 68/531 KB 32/214 KB 700/1710 KB 72/531 KB 32/214 KB 700/1710 KB 76/531 KB 32/214 KB 700/1710 KB 80/531 KB 32/214 KB 704/1710 KB 80/531 KB 3/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 3/1267 KB 36/214 KB 704/1710 KB 84/531 KB 3/109 KB 3/1267 KB 36/214 KB 704/1710 KB 80/531 KB 3/109 KB 6/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 9/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 11/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 14/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 16/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 19/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 3/109 KB 36/214 KB 704/1710 KB 80/531 KB 3/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 6/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 9/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 11/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 14/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 16/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 19/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 22/109 KB 22/1267 KB 36/214 KB 708/1710 KB 84/531 KB 25/109 KB 36/214 KB 704/1710 KB 80/531 KB 25/1267 KB 40/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 44/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 48/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 52/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 56/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 60/214 KB 708/1710 KB 84/531 KB 25/109 KB 25/1267 KB 36/214 KB 708/1710 KB 84/531 KB 25/109 KB 27/1267 KB 60/214 KB 708/1710 KB 84/531 KB 25/109 KB 30/1267 KB 60/214 KB 708/1710 KB 84/531 KB 25/109 KB 30/1267 KB 64/214 KB 708/1710 KB 84/531 KB 27/109 KB 30/1267 KB 64/214 KB 708/1710 KB 84/531 KB 25/109 KB 30/1267 KB 68/214 KB 708/1710 KB 84/531 KB 27/109 KB 32/1267 KB 72/214 KB 708/1710 KB 84/531 KB 30/109 KB 32/1267 KB 76/214 KB 708/1710 KB 84/531 KB 30/109 KB 32/1267 KB 80/214 KB 708/1710 KB 84/531 KB 30/109 KB 32/1267 KB 68/214 KB 708/1710 KB 84/531 KB 30/109 KB 36/1267 KB 80/214 KB 708/1710 KB 84/531 KB 30/109 KB 40/1267 KB 80/214 KB 708/1710 KB 84/531 KB 30/109 KB 44/1267 KB 80/214 KB 708/1710 KB 84/531 KB 30/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 30/109 KB 30/1267 KB 68/214 KB 708/1710 KB 84/531 KB 30/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 32/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 36/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 40/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 44/109 KB 48/1267 KB 80/ unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 214 KB 708/1710 KB 88/531 KB 48/109 KB 48/1267 KB 80/214 KB 708/1710 KB 88/531 KB 52/109 KB 52/1267 KB 80/214 KB 708/1710 KB 88/531 KB 56/109 KB 52/1267 KB 84/214 KB 708/1710 KB 88/531 KB 56/109 KB 52/1267 KB 88/214 KB 708/1710 KB 88/531 KB 56/109 KB 52/1267 KB 92/214 KB 708/1710 KB 88/531 KB 56/109 KB 52/1267 KB 96/214 KB 708/1710 KB 88/531 KB 56/109 KB 44/1267 KB 80/214 KB 708/1710 KB 88/531 KB 30/109 KB 52/1267 KB 96/214 KB 708/1710 KB 92/531 KB 56/109 KB 52/1267 KB 96/214 KB 708/1710 KB 96/531 KB 56/109 KB 52/1267 KB 96/214 KB 708/1710 KB 100/531 KB 56/109 KB 52/1267 KB 80/214 KB 708/1710 KB 88/531 KB 52/109 KB 56/1267 KB 96/214 KB 708/1710 KB 100/531 KB 60/109 KB 60/1267 KB 96/214 KB 708/1710 KB 100/531 KB 60/109 KB 61/1267 KB 96/214 KB 708/1710 KB 100/531 KB 60/109 KB 65/1267 KB 96/214 KB 708/1710 KB 100/531 KB 60/109 KB 69/1267 KB 100/214 KB 708/1710 KB 104/531 KB 60/109 KB 73/1267 KB 100/214 KB 712/1710 KB 104/531 KB 60/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 60/109 KB 52/1267 KB 96/214 KB 708/1710 KB 100/531 KB 60/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 64/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 68/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 72/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 76/109 KB 77/1267 KB 100/214 KB 712/1710 KB 104/531 KB 80/109 KB 81/1267 KB 100/214 KB 712/1710 KB 104/531 KB 84/109 KB 69/1267 KB 100/214 KB 712/1710 KB 104/531 KB 60/109 KB 81/1267 KB 100/214 KB 716/1710 KB 104/531 KB 84/109 KB 81/1267 KB 100/214 KB 720/1710 KB 104/531 KB 84/109 KB 81/1267 KB 100/214 KB 724/1710 KB 104/531 KB 84/109 KB 81/1267 KB 100/214 KB 728/1710 KB 104/531 KB 84/109 KB 81/1267 KB 100/214 KB 732/1710 KB 104/531 KB 84/109 KB 81/1267 KB 100/214 KB 736/1710 KB 104/531 KB 88/109 KB 65/1267 KB 100/214 KB 708/1710 KB 104/531 KB 60/109 KB 81/1267 KB 100/214 KB 736/1710 KB 108/531 KB 88/109 KB 81/1267 KB 100/214 KB 736/1710 KB 112/531 KB 88/109 KB 65/1267 KB 100/214 KB 708/1710 KB 100/531 KB 60/109 KB 81/1267 KB 104/214 KB 736/1710 KB 112/531 KB 88/109 KB 81/1267 KB 108/214 KB 736/1710 KB 112/531 KB 88/109 KB 81/1267 KB 112/214 KB 736/1710 KB 112/531 KB 88/109 KB 81/1267 KB 116/214 KB 736/1710 KB 112/531 KB 88/109 KB 81/1267 KB 120/214 KB 736/1710 KB 116/531 KB 88/109 KB 81/1267 KB 124/214 KB 736/1710 KB 116/531 KB 88/109 KB 81/1267 KB 128/214 KB 736/1710 KB 116/531 KB 88/109 KB 81/1267 KB 132/214 KB 736/1710 KB 116/531 KB 88/109 KB 81/1267 KB 136/214 KB 740/1710 KB 116/531 KB 88/109 KB 81/1267 KB 140/214 KB 740/1710 KB 116/531 KB 88/109 KB 81/1267 KB 144/214 KB 740/1710 KB 116/531 KB 88/109 KB 81/1267 KB 100/214 KB 732/1710 KB 104/531 KB 88/109 KB 81/1267 KB 100/214 KB 712/1710 KB 104/531 KB 80/109 KB 85/1267 KB 144/214 KB 740/1710 KB 116/531 KB 88/109 KB 89/1267 KB 144/214 KB 740/1710 KB 116/531 KB 88/109 KB 93/1267 KB 144/214 KB 740/1710 KB 116/531 KB 88/109 KB 97/1267 KB 144/214 KB 740/1710 KB 116/531 KB 92/109 KB 101/1267 KB 144/214 KB 740/1710 KB 116/531 KB 92/109 KB 105/1267 KB 144/214 KB 740/1710 KB 116/531 KB 92/109 KB 109/1267 KB 144/214 KB 740/1710 KB 116/531 KB 92/109 KB 81/1267 KB 132/214 KB 740/1710 KB 116/531 KB 88/109 KB 109/1267 KB 144/214 KB 744/1710 KB 116/531 KB 92/109 KB 81/1267 KB 116/214 KB 736/1710 KB 116/531 KB 88/109 KB 109/1267 KB 144/214 KB 748/1710 KB 120/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 124/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 1 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 28/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 132/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 136/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 140/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 144/531 KB 92/109 KB 93/1267 KB 144/214 KB 740/1710 KB 116/531 KB 92/109 KB 109/1267 KB 144/214 KB 748/1710 KB 144/531 KB 96/109 KB 109/1267 KB 144/214 KB 748/1710 KB 144/531 KB 100/109 KB 109/1267 KB 144/214 KB 748/1710 KB 116/531 KB 92/109 KB 109/1267 KB 144/214 KB 752/1710 KB 144/531 KB 100/109 KB 109/1267 KB 148/214 KB 756/1710 KB 144/531 KB 104/109 KB 113/1267 KB 148/214 KB 760/1710 KB 148/531 KB 104/109 KB 113/1267 KB 148/214 KB 764/1710 KB 148/531 KB 104/109 KB 109/1267 KB 148/214 KB 752/1710 KB 144/531 KB 104/109 KB 113/1267 KB 152/214 KB 764/1710 KB 148/531 KB 104/109 KB 113/1267 KB 156/214 KB 764/1710 KB 148/531 KB 104/109 KB 113/1267 KB 160/214 KB 764/1710 KB 148/531 KB 104/109 KB 109/1267 KB 144/214 KB 752/1710 KB 144/531 KB 104/109 KB 113/1267 KB 160/214 KB 764/1710 KB 148/531 KB 108/109 KB 113/1267 KB 160/214 KB 764/1710 KB 148/531 KB 109/109 KB 113/1267 KB 148/214 KB 756/1710 KB 148/531 KB 104/109 KB 113/1267 KB 160/214 KB 764/1710 KB 152/531 KB 109/109 KB 113/1267 KB 160/214 KB 764/1710 KB 156/531 KB 109/109 KB 113/1267 KB 160/214 KB 764/1710 KB 160/531 KB 109/109 KB 113/1267 KB 164/214 KB 764/1710 KB 164/531 KB 109/109 KB 113/1267 KB 148/214 KB 756/1710 KB 144/531 KB 104/109 KB 117/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 121/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 125/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 129/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 133/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 137/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 113/1267 KB 164/214 KB 768/1710 KB 164/531 KB 109/109 KB 137/1267 KB 164/214 KB 772/1710 KB 168/531 KB 109/109 KB 113/1267 KB 164/214 KB 764/1710 KB 160/531 KB 109/109 KB 141/1267 KB 168/214 KB 772/1710 KB 168/531 KB 109/109 KB 141/1267 KB 172/214 KB 772/1710 KB 168/531 KB 109/109 KB 141/1267 KB 176/214 KB 776/1710 KB 168/531 KB 109/109 KB 141/1267 KB 176/214 KB 780/1710 KB 168/531 KB 109/109 KB 141/1267 KB 176/214 KB 784/1710 KB 168/531 KB 109/109 KB 141/1267 KB 164/214 KB 772/1710 KB 168/531 KB 109/109 KB 113/1267 KB 164/214 KB 768/1710 KB 168/531 KB 109/109 KB 141/1267 KB 176/214 KB 784/1710 KB 172/531 KB 109/109 KB 141/1267 KB 176/214 KB 784/1710 KB 176/531 KB 109/109 KB 141/1267 KB 176/214 KB 772/1710 KB 168/531 KB 109/109 KB 141/1267 KB 176/214 KB 784/1710 KB 180/531 KB 109/109 KB 145/1267 KB 180/214 KB 788/1710 KB 184/531 KB 145/1267 KB 180/214 KB 788/1710 KB 188/531 KB 145/1267 KB 180/214 KB 788/1710 KB 192/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 388.9 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 145/1267 KB 180/214 KB 788/1710 KB 180/531 KB 109/109 KB 145/1267 KB 180/214 KB 784/1710 KB 180/531 KB 109/109 KB 145/1267 KB 184/214 KB 788/1710 KB 192/531 KB 145/1267 KB 176/214 KB 784/1710 KB 180/531 KB 109/109 KB 149/1267 KB 188/214 KB 788/1710 KB 192/531 KB 153/1267 KB 188/214 KB 788/1710 KB 192/531 KB 145/1267 KB 188/214 KB 788/1710 KB 192/531 KB 153/1267 KB 192/214 KB 788/1710 KB 192/531 KB 157/1267 KB 196/214 KB 792/1710 KB 192/531 KB 157/1267 KB 200/214 KB 792/1710 KB 196/531 KB 157/1267 KB 204/214 KB 792/1710 KB 196/531 KB 157/1267 KB 208/214 KB 792/1710 KB 196/531 KB 153/1267 KB 192/214 KB 792/1710 KB 192/531 KB 157/1267 KB 208/214 KB 796/1710 KB 196/531 KB 157/1267 KB 208/214 KB 800/1710 KB 196/531 KB 157/1267 KB 192/214 KB 792/1710 KB 192/531 KB 161/1267 KB 208/214 KB 800/1710 KB 196/531 KB 165/1267 KB 208/214 KB 804/1710 KB 196/531 KB 169/1267 KB 208/214 KB 804/1710 KB 196/531 KB 173/1267 KB 208/214 KB 804/1710 KB 196/531 KB 177/1267 KB 212/214 KB 804/1710 KB 196/531 KB 181/1267 KB 212/214 KB 804/1710 KB 196/531 KB 185/1267 KB 212/214 KB 804/1710 KB 196/531 KB 189/1267 KB 212/214 KB 804/1710 KB 196/531 KB 193/1267 KB 212/214 KB 804/1710 KB 196/531 KB 157/1267 KB 196/214 KB 792/1710 KB 196/531 KB 193/1267 KB 212/214 KB 804/1710 KB 200/531 KB 193/1267 KB 212/214 KB 804/1710 KB 204/531 KB 193/1267 KB 212/214 KB 804/1710 KB 208/531 KB 173/1267 KB 212/214 KB 804/1710 KB 196/531 KB 193/1267 KB 214/214 KB 804/1710 KB 208/531 KB 161/1267 KB 208/214 KB 804/1710 KB 196/531 KB 193/1267 KB 214/214 KB 808/1710 KB 212/531 KB 193/1267 KB 214/214 KB 812/1710 KB 212/531 KB 193/1267 KB 214/214 KB 816/1710 KB 212/531 KB 193/1267 KB 214/214 KB 804/1710 KB 212/531 KB 193/1267 KB 214/214 KB 816/1710 KB 214/531 KB 193/1267 KB 214/214 KB 820/1710 KB 218/531 KB 193/1267 KB 214/214 KB 820/1710 KB 214/531 KB 193/1267 KB 214/214 KB 824/1710 KB 218/531 KB 193/1267 KB 214/214 KB 828/1710 KB 222/531 KB 193/1267 KB 214/214 KB 832/1710 KB 222/531 KB 193/1267 KB 214/214 KB 824/1710 KB 222/531 KB 193/1267 KB 4/80 KB 214/214 KB 832/1710 KB 226/531 KB 193/1267 KB 4/80 KB 214/214 KB 832/1710 KB 222/531 KB 193/1267 KB 8/80 KB 214/214 KB 832/1710 KB 226/531 KB 193/1267 KB 12/80 KB 214/214 KB 832/1710 KB 226/531 KB 193/1267 KB 16/80 KB 214/214 KB 832/1710 KB 226/531 KB 197/1267 KB 16/80 KB 214/214 KB 832/1710 KB 226/531 KB 197/1267 KB 16/80 KB 214/214 KB 832/1710 KB 230/531 KB 201/1267 KB 16/80 KB 214/214 KB 832/1710 KB 230/531 KB 205/1267 KB 16/80 KB 214/214 KB 832/1710 KB 230/531 KB 209/1267 KB 20/80 KB 214/214 KB 836/1710 KB 230/531 KB 213/1267 KB 20/80 KB 836/1710 KB 234/531 KB 217/1267 KB 20/80 KB 836/1710 KB 234/531 KB 205/1267 KB 20/80 KB 214/214 KB 836/1710 KB 230/531 KB 217/1267 KB 20/80 KB 840/1710 KB 234/531 KB 217/1267 KB 20/80 KB 844/1710 KB 234/531 KB 205/1267 KB 20/80 KB 214/214 KB 832/1710 KB 230/531 KB 217/1267 KB 24/80 KB 848/1710 KB 234/531 KB 217/1267 KB 28/80 KB 848/1710 KB 234/531 KB 217/1267 KB 32/80 KB 848/1710 KB 234/531 KB 217/1267 KB 36/80 KB 848/1710 KB 234/531 KB 217/1267 KB 40/80 KB 848/1710 KB 234/531 KB 217/1267 KB 44/80 KB 848/1710 KB 234/531 KB 217/1267 KB 48/80 KB 848/1710 KB 234/531 KB 209/1267 KB 20/80 KB 836/1710 KB 234/531 KB 217/1267 KB 48/80 KB 848/1710 KB 238/531 KB 217/1267 KB 48/80 KB 848/1710 KB 242/531 KB 217/1267 KB 48/80 KB 848/1710 KB 246/531 KB Downloaded: https://repo.mave unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install n.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 720.1 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 217/1267 KB 52/80 KB 848/1710 KB 246/531 KB 217/1267 KB 56/80 KB 848/1710 KB 250/531 KB 221/1267 KB 60/80 KB 848/1710 KB 250/531 KB 221/1267 KB 64/80 KB 848/1710 KB 250/531 KB 217/1267 KB 20/80 KB 848/1710 KB 234/531 KB 221/1267 KB 64/80 KB 852/1710 KB 250/531 KB 221/1267 KB 64/80 KB 856/1710 KB 250/531 KB 221/1267 KB 64/80 KB 860/1710 KB 250/531 KB 221/1267 KB 64/80 KB 864/1710 KB 250/531 KB 217/1267 KB 52/80 KB 848/1710 KB 250/531 KB 221/1267 KB 64/80 KB 864/1710 KB 254/531 KB 221/1267 KB 64/80 KB 864/1710 KB 258/531 KB 221/1267 KB 64/80 KB 864/1710 KB 262/531 KB 221/1267 KB 56/80 KB 848/1710 KB 250/531 KB 225/1267 KB 64/80 KB 864/1710 KB 262/531 KB 229/1267 KB 68/80 KB 864/1710 KB 266/531 KB 233/1267 KB 68/80 KB 864/1710 KB 266/531 KB 237/1267 KB 68/80 KB 864/1710 KB 266/531 KB 225/1267 KB 68/80 KB 864/1710 KB 262/531 KB 237/1267 KB 72/80 KB 864/1710 KB 266/531 KB 237/1267 KB 76/80 KB 864/1710 KB 266/531 KB 237/1267 KB 80/80 KB 864/1710 KB 266/531 KB 237/1267 KB 80/80 KB 868/1710 KB 266/531 KB 237/1267 KB 80/80 KB 872/1710 KB 266/531 KB 237/1267 KB 80/80 KB 876/1710 KB 266/531 KB 237/1267 KB 80/80 KB 880/1710 KB 266/531 KB 237/1267 KB 80/80 KB 884/1710 KB 266/531 KB 225/1267 KB 68/80 KB 864/1710 KB 266/531 KB 241/1267 KB 80/80 KB 884/1710 KB 270/531 KB 241/1267 KB 80/80 KB 884/1710 KB 274/531 KB 241/1267 KB 80/80 KB 884/1710 KB 278/531 KB 241/1267 KB 80/80 KB 884/1710 KB 282/531 KB 241/1267 KB 80/80 KB 884/1710 KB 286/531 KB 241/1267 KB 80/80 KB 888/1710 KB 290/531 KB 241/1267 KB 80/80 KB 888/1710 KB 294/531 KB 241/1267 KB 80/80 KB 884/1710 KB 266/531 KB 245/1267 KB 80/80 KB 888/1710 KB 294/531 KB 249/1267 KB 80/80 KB 888/1710 KB 294/531 KB 253/1267 KB 80/80 KB 888/1710 KB 294/531 KB 257/1267 KB 80/80 KB 888/1710 KB 294/531 KB 261/1267 KB 80/80 KB 888/1710 KB 294/531 KB 265/1267 KB 80/80 KB 888/1710 KB 294/531 KB 269/1267 KB 80/80 KB 888/1710 KB 294/531 KB 241/1267 KB 80/80 KB 888/1710 KB 286/531 KB 269/1267 KB 80/80 KB 892/1710 KB 298/531 KB 269/1267 KB 80/80 KB 892/1710 KB 298/531 KB 269/1267 KB 80/80 KB 896/1710 KB 298/531 KB 269/1267 KB 80/80 KB 900/1710 KB 298/531 KB 269/1267 KB 80/80 KB 904/1710 KB 298/531 KB 269/1267 KB 80/80 KB 908/1710 KB 298/531 KB 269/1267 KB 80/80 KB 912/1710 KB 298/531 KB 273/1267 KB 80/80 KB 916/1710 KB 298/531 KB 273/1267 KB 80/80 KB 920/1710 KB 298/531 KB 273/1267 KB 80/80 KB 924/1710 KB 298/531 KB 269/1267 KB 80/80 KB 888/1710 KB 298/531 KB 273/1267 KB 80/80 KB 924/1710 KB 302/531 KB 273/1267 KB 80/80 KB 924/1710 KB 306/531 KB 273/1267 KB 80/80 KB 924/1710 KB 310/531 KB 273/1267 KB 924/1710 KB 314/531 KB 273/1267 KB 924/1710 KB 318/531 KB 273/1267 KB 924/1710 KB 322/531 KB 273/1267 KB 80/80 KB 912/1710 KB 298/531 KB 277/1267 KB 924/1710 KB 322/531 KB 281/1267 KB 924/1710 KB 322/531 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 254.8 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 285/1267 KB 924/1710 KB 322/531 KB 289/1267 KB 924/1710 KB 322/531 KB 293/1267 KB 928/1710 KB 326/531 KB 297/1267 KB 928/1710 KB 326/531 KB 301/1267 KB 928/1710 KB 326/531 KB 289/1267 KB 928/1710 KB 326/531 KB 301/1267 KB 932/1710 KB 326/531 KB 289/1267 KB 924/1710 KB 326/531 KB 301/1267 KB 932/1710 KB 330/531 KB 301/1267 KB 936/1710 KB 330/531 KB 301/1267 KB 940/1710 KB 330/531 KB 301/1267 KB 940/1710 KB 334/531 KB 301/1267 KB 940/1710 KB 338/531 KB 301/1267 KB 940/1710 KB 342/531 KB 301/1267 KB 940/1710 KB 346/531 KB 305/1267 KB 944/1710 KB 346/531 KB 4/61 KB 305/1267 KB 944/1710 KB 346/531 KB 8/61 KB 305/1267 KB 944/1710 KB 346/531 KB 12/61 KB 305/1267 KB 944/1710 KB 346/531 KB 16/61 KB 305/1267 KB 944/1710 KB 346/531 KB 305/1267 KB 940/1710 KB 346/531 KB 309/1267 KB 944/1710 KB 350/531 KB 16/61 KB 309/1267 KB 3/1044 KB 944/1710 KB 350/531 KB 16/61 KB 309/1267 KB 5/1044 KB 944/1710 KB 350/531 KB 16/61 KB 309/1267 KB 8/1044 KB 944/1710 KB 350/531 KB 16/61 KB 309/1267 KB 11/1044 KB 944/1710 KB 350/531 KB 16/61 KB 309/1267 KB 11/1044 KB 944/1710 KB 350/531 KB 20/61 KB 309/1267 KB 13/1044 KB 944/1710 KB 350/531 KB 20/61 KB 309/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 20/61 KB 309/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 24/61 KB 309/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 28/61 KB 309/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 32/61 KB 313/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 32/61 KB 317/1267 KB 16/1044 KB 944/1710 KB 350/531 KB 32/61 KB 305/1267 KB 944/1710 KB 350/531 KB 16/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 350/531 KB 36/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 354/531 KB 40/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 354/531 KB 44/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 354/531 KB 48/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 350/531 KB 32/61 KB 317/1267 KB 19/1044 KB 948/1710 KB 350/531 KB 32/61 KB 321/1267 KB 21/1044 KB 948/1710 KB 354/531 KB 48/61 KB 321/1267 KB 24/1044 KB 948/1710 KB 354/531 KB 48/61 KB 321/1267 KB 27/1044 KB 948/1710 KB 354/531 KB 48/61 KB 321/1267 KB 29/1044 KB 948/1710 KB 354/531 KB 48/61 KB 321/1267 KB 32/1044 KB 948/1710 KB 354/531 KB 48/61 KB 317/1267 KB 16/1044 KB 948/1710 KB 350/531 KB 32/61 KB 321/1267 KB 32/1044 KB 952/1710 KB 354/531 KB 48/61 KB 321/1267 KB 32/1044 KB 956/1710 KB 354/531 KB 48/61 KB 321/1267 KB 19/1044 KB 948/1710 KB 354/531 KB 36/61 KB 321/1267 KB 32/1044 KB 956/1710 KB 358/531 KB 48/61 KB 321/1267 KB 32/1044 KB 956/1710 KB 362/531 KB 48/61 KB 325/1267 KB 32/1044 KB 960/1710 KB 366/531 KB 52/61 KB 325/1267 KB 32/1044 KB 960/1710 KB 370/531 KB 52/61 KB 325/1267 KB 32/1044 KB 960/1710 KB 374/531 KB 52/61 KB 325/1267 KB 36/1044 KB 960/1710 KB 374/531 KB 52/61 KB 325/1267 KB 40/1044 KB 960/1710 KB 374/531 KB 52/61 KB 325/1267 KB 44/1044 KB 960/1710 KB 374/531 KB 52/61 KB 325/1267 KB 48/1044 KB 960/1710 KB 374/531 KB 52/61 KB 321/1267 KB 32/1044 KB 960/1710 KB 362/531 KB 48/61 KB 325/1267 KB 48/1044 KB 964/1710 KB 374/531 KB 52/61 KB 325/1267 KB 48/1044 KB 968/1710 KB 374/531 KB 52/61 KB 325/1267 KB 48/1044 KB 972/1710 KB 374/531 KB 52/61 KB 325/1267 KB 32/1044 KB 960/1710 KB 362/531 KB 52/61 KB 325/1267 KB 48/1044 KB 972/1710 KB 374/531 KB 56/61 KB 325/1267 KB 48/1044 KB 972/1710 KB 374/531 KB 60/61 KB 325/1267 KB 48/1044 KB 972/1710 KB 374/531 KB 61/61 KB 325/1267 KB 32/1044 KB 960/1710 KB 362/531 KB 48/61 KB 325/1267 KB 52/1044 KB 972/1710 KB 374/531 KB 61/61 KB 325/1267 KB 56/1044 KB 972/17 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 10 KB 374/531 KB 61/61 KB 325/1267 KB 60/1044 KB 972/1710 KB 374/531 KB 61/61 KB 325/1267 KB 64/1044 KB 972/1710 KB 374/531 KB 61/61 KB 329/1267 KB 64/1044 KB 972/1710 KB 374/531 KB 61/61 KB 333/1267 KB 64/1044 KB 972/1710 KB 374/531 KB 61/61 KB 333/1267 KB 68/1044 KB 972/1710 KB 374/531 KB 61/61 KB 333/1267 KB 72/1044 KB 972/1710 KB 374/531 KB 61/61 KB 333/1267 KB 76/1044 KB 972/1710 KB 374/531 KB 61/61 KB 333/1267 KB 80/1044 KB 972/1710 KB 374/531 KB 61/61 KB 337/1267 KB 80/1044 KB 976/1710 KB 374/531 KB 61/61 KB 341/1267 KB 80/1044 KB 976/1710 KB 374/531 KB 61/61 KB 345/1267 KB 80/1044 KB 976/1710 KB 378/531 KB 61/61 KB 341/1267 KB 80/1044 KB 976/1710 KB 378/531 KB 61/61 KB 345/1267 KB 80/1044 KB 976/1710 KB 382/531 KB 61/61 KB 345/1267 KB 80/1044 KB 976/1710 KB 386/531 KB 61/61 KB 349/1267 KB 80/1044 KB 976/1710 KB 390/531 KB 61/61 KB 349/1267 KB 80/1044 KB 976/1710 KB 394/531 KB 61/61 KB 349/1267 KB 84/1044 KB 976/1710 KB 398/531 KB 349/1267 KB 84/1044 KB 976/1710 KB 402/531 KB 349/1267 KB 84/1044 KB 976/1710 KB 406/531 KB 333/1267 KB 80/1044 KB 976/1710 KB 374/531 KB 61/61 KB 349/1267 KB 84/1044 KB 980/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 984/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 988/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 992/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 996/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 1000/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 1004/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 1008/1710 KB 406/531 KB 349/1267 KB 84/1044 KB 1012/1710 KB 410/531 KB 349/1267 KB 84/1044 KB 1016/1710 KB 410/531 KB 349/1267 KB 84/1044 KB 1020/1710 KB 410/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 178.6 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 349/1267 KB 84/1044 KB 976/1710 KB 394/531 KB 61/61 KB 349/1267 KB 88/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 92/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 96/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 100/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 104/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 108/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 112/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 80/1044 KB 976/1710 KB 386/531 KB 61/61 KB 353/1267 KB 112/1044 KB 1020/1710 KB 410/531 KB 357/1267 KB 112/1044 KB 1020/1710 KB 410/531 KB 361/1267 KB 112/1044 KB 1020/1710 KB 410/531 KB 361/1267 KB 116/1044 KB 1020/1710 KB 410/531 KB 365/1267 KB 120/1044 KB 1020/1710 KB 410/531 KB 365/1267 KB 124/1044 KB 1020/1710 KB 410/531 KB 365/1267 KB 128/1044 KB 1020/1710 KB 410/531 KB 349/1267 KB 84/1044 KB 1008/1710 KB 410/531 KB 365/1267 KB 128/1044 KB 1020/1710 KB 414/531 KB 365/1267 KB 128/1044 KB 1020/1710 KB 418/531 KB 365/1267 KB 128/1044 KB 1020/1710 KB 422/531 KB 365/1267 KB 116/1044 KB 1020/1710 KB 410/531 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 369/1267 KB 128/1044 KB 1020/1710 KB 422/531 KB 373/1267 KB 132/1044 KB 1020/1710 KB 422/531 KB 373/1267 KB 136/1044 KB 1020/1710 KB 422/531 KB 373/1267 KB 140/1044 KB 1024/1710 KB 422/531 KB 373/1267 KB 144/1044 KB 1024/1710 KB 422/531 KB 373/1267 KB 132/1044 KB 1020/1710 KB 422/531 KB 377/1267 KB 144/1044 KB 1024/1710 KB 422/531 KB 381/1267 KB 144/1044 KB 1024/1710 KB 422/531 KB 385/1267 KB 144/1044 KB 1024/1710 KB 422/531 KB 389/1267 KB 144/1044 KB 1024/1710 KB 422/531 KB 393/1267 KB 144/1044 KB 1024/1710 KB 426/531 KB 397/1267 KB 148/1044 KB 1024/1710 KB 426/531 KB 373/1267 KB 136/1044 KB 1024/1710 KB 422/531 KB 397/1267 KB 148/1044 KB 1028/1710 KB 426/531 KB 397/1267 KB 148/1044 KB 1032/1710 KB 426/531 KB 397/1267 KB 148/1044 KB 1036/1710 KB 426/531 KB 401/1267 KB 148/1044 KB 1036/1710 KB 426/531 KB 405/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 409/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 413/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 417/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 393/1267 KB 148/1044 KB 1024/1710 KB 426/531 KB 421/1267 KB 152/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 156/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 160/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 164/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 168/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 172/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 426/531 KB 389/1267 KB 144/1044 KB 1024/1710 KB 426/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 430/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 434/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 438/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 442/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 446/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 450/531 KB 421/1267 KB 176/1044 KB 1040/1710 KB 454/531 KB 401/1267 KB 148/1044 KB 1040/1710 KB 426/531 KB 421/1267 KB 176/1044 KB 1044/1710 KB 454/531 KB 421/1267 KB 176/1044 KB 1048/1710 KB 454/531 KB 421/1267 KB 176/1044 KB 1052/1710 KB 454/531 KB 421/1267 KB 176/1044 KB 1052/1710 KB 458/531 KB 421/1267 KB 180/1044 KB 1056/1710 KB 462/531 KB 421/1267 KB 180/1044 KB 1056/1710 KB 466/531 KB 421/1267 KB 180/1044 KB 1056/1710 KB 470/531 KB 421/1267 KB 180/1044 KB 1056/1710 KB 474/531 KB 421/1267 KB 176/1044 KB 1056/1710 KB 458/531 KB 425/1267 KB 180/1044 KB 1060/1710 KB 474/531 KB 425/1267 KB 180/1044 KB 1064/1710 KB 474/531 KB 425/1267 KB 180/1044 KB 1068/1710 KB 474/531 KB 421/1267 KB 180/1044 KB 1056/1710 KB 458/531 KB 425/1267 KB 184/1044 KB 1068/1710 KB 474/531 KB 425/1267 KB 188/1044 KB 1068/1710 KB 474/531 KB 425/1267 KB 192/1044 KB 1068/1710 KB 474/531 KB 425/1267 KB 180/1044 KB 1056/1710 KB 474/531 KB 429/1267 KB 192/1044 KB 1068/1710 KB 474/531 KB 433/1267 KB 192/1044 KB 1068/1710 KB 474/531 KB 437/1267 KB 196/1044 KB 1072/1710 KB 478/531 KB 441/1267 KB 196/1044 KB 1072/1710 KB 478/531 KB 445/1267 KB 196/1044 KB 1072/1710 KB 478/531 KB 433/1267 KB 196/1044 KB 1072/1710 KB 478/531 KB 445/1267 KB 196/1044 KB 1072/1710 KB 482/531 KB 445/1267 KB 196/1044 KB 1072/1710 KB 486/531 KB 433/1267 KB 196/1044 KB 1072/1710 KB 474/531 KB 445/1267 KB 196/1044 KB 1076/1710 KB 486/531 KB 445/1267 KB 196/1044 KB 1080/1710 KB 486/531 KB 445/1267 KB 196/1044 KB 1084/1710 KB 486/531 KB 445/1267 KB 196/1044 KB 1088/1710 KB 486/531 KB 449/1267 KB 196/1044 KB 1092/1710 KB 490/531 KB 449/1267 KB 196/1044 KB 1096/1710 KB 490/531 KB 449/1267 KB 196/1044 KB 1100/1710 KB 490/53 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 1 KB 433/1267 KB 196/1044 KB 1068/1710 KB 474/531 KB 449/1267 KB 200/1044 KB 1100/1710 KB 490/531 KB 449/1267 KB 204/1044 KB 1100/1710 KB 490/531 KB 449/1267 KB 208/1044 KB 1100/1710 KB 490/531 KB 449/1267 KB 212/1044 KB 1100/1710 KB 490/531 KB 449/1267 KB 216/1044 KB 1100/1710 KB 490/531 KB 449/1267 KB 196/1044 KB 1088/1710 KB 490/531 KB 453/1267 KB 216/1044 KB 1100/1710 KB 490/531 KB 457/1267 KB 216/1044 KB 1100/1710 KB 490/531 KB 461/1267 KB 216/1044 KB 1100/1710 KB 490/531 KB 465/1267 KB 216/1044 KB 1100/1710 KB 490/531 KB 469/1267 KB 220/1044 KB 1104/1710 KB 490/531 KB 473/1267 KB 220/1044 KB 1104/1710 KB 490/531 KB 477/1267 KB 220/1044 KB 1104/1710 KB 490/531 KB 445/1267 KB 196/1044 KB 1088/1710 KB 490/531 KB 477/1267 KB 220/1044 KB 1104/1710 KB 494/531 KB 477/1267 KB 220/1044 KB 1104/1710 KB 498/531 KB 477/1267 KB 220/1044 KB 1104/1710 KB 502/531 KB 465/1267 KB 220/1044 KB 1104/1710 KB 490/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1108/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1112/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1116/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1120/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1124/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1128/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1132/1710 KB 502/531 KB 465/1267 KB 220/1044 KB 1100/1710 KB 490/531 KB 4/1063 KB 481/1267 KB 224/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 228/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 232/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 236/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 240/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 244/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 248/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 252/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 4/1063 KB 481/1267 KB 220/1044 KB 1104/1710 KB 502/531 KB 4/1063 KB 477/1267 KB 220/1044 KB 1104/1710 KB 502/531 KB 8/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 12/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 16/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 20/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 24/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 28/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 32/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 36/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 40/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 44/1063 KB 485/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 485/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 4/1063 KB 485/1267 KB 256/1044 KB 1132/1710 KB 502/531 KB 48/1063 KB 489/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 493/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 497/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 501/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 40/1063 KB 485/1267 KB 260/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 501/1267 KB 264/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 501/1267 KB 268/1044 KB 1136/1710 KB 502/531 KB 40/1063 KB 485/1267 KB 256/1044 KB 1136/1710 KB 502/531 KB 48/1063 KB 505/1267 KB 268/1044 KB 1140/1710 KB 502/531 KB 48/1063 KB 505/1267 KB 268/1044 KB 1144/1710 KB 502/531 KB 48/1063 KB 505/1267 KB 268/1044 KB 1148/1710 KB 502/531 KB 48/1063 KB 505/1267 KB 268/1044 KB 1152/1710 KB 502/531 KB 52/1063 KB 505/1267 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 272/1044 KB 1156/1710 KB 502/531 KB 52/1063 KB 505/1267 KB 272/1044 KB 1160/1710 KB 502/531 KB 52/1063 KB 505/1267 KB 272/1044 KB 1164/1710 KB 502/531 KB 48/1063 KB 505/1267 KB 268/1044 KB 1136/1710 KB 502/531 KB 52/1063 KB 509/1267 KB 272/1044 KB 1164/1710 KB 502/531 KB 52/1063 KB 505/1267 KB 272/1044 KB 1152/1710 KB 502/531 KB 52/1063 KB 509/1267 KB 276/1044 KB 1164/1710 KB 502/531 KB 52/1063 KB 513/1267 KB 280/1044 KB 1164/1710 KB 502/531 KB 52/1063 KB 513/1267 KB 284/1044 KB 1164/1710 KB 502/531 KB 52/1063 KB 505/1267 KB 268/1044 KB 1152/1710 KB 502/531 KB 56/1063 KB 513/1267 KB 284/1044 KB 1164/1710 KB 502/531 KB 60/1063 KB 513/1267 KB 284/1044 KB 1164/1710 KB 502/531 KB 64/1063 KB 513/1267 KB 284/1044 KB 1164/1710 KB 502/531 KB 68/1063 KB 513/1267 KB 284/1044 KB 1164/1710 KB 502/531 KB 72/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 502/531 KB 76/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 502/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 506/531 KB 52/1063 KB 513/1267 KB 276/1044 KB 1164/1710 KB 502/531 KB 76/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 506/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 510/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 514/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 518/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 522/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 526/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 530/531 KB 80/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 80/1063 KB 517/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 80/1063 KB 521/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 80/1063 KB 525/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 80/1063 KB 529/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 84/1063 KB 533/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 84/1063 KB 537/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 84/1063 KB 541/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 68/1063 KB 513/1267 KB 288/1044 KB 1168/1710 KB 502/531 KB 84/1063 KB 541/1267 KB 288/1044 KB 1172/1710 KB 531/531 KB 68/1063 KB 513/1267 KB 288/1044 KB 1164/1710 KB 502/531 KB 84/1063 KB 541/1267 KB 292/1044 KB 1172/1710 KB 531/531 KB 84/1063 KB 541/1267 KB 296/1044 KB 1172/1710 KB 531/531 KB 84/1063 KB 541/1267 KB 300/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 541/1267 KB 304/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 541/1267 KB 308/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 545/1267 KB 312/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 545/1267 KB 316/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 545/1267 KB 320/1044 KB 1176/1710 KB 531/531 KB 84/1063 KB 529/1267 KB 288/1044 KB 1168/1710 KB 531/531 KB 88/1063 KB 545/1267 KB 320/1044 KB 1176/1710 KB 531/531 KB 92/1063 KB 545/1267 KB 320/1044 KB 1176/1710 KB 531/531 KB 96/1063 KB 545/1267 KB 320/1044 KB 1176/1710 KB 531/531 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1359.8 KB/sec) unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 84/1063 KB 545/1267 KB 308/1044 KB 1176/1710 KB 531/531 KB 96/1063 KB 549/1267 KB 320/1044 KB 1176/1710 KB 96/1063 KB 553/1267 KB 320/1044 KB 1176/1710 KB 100/1063 KB 557/1267 KB 320/1044 KB 1176/1710 KB 100/1063 KB 561/1267 KB 320/1044 KB 1176/1710 KB 84/1063 KB 541/1267 KB 296/1044 KB 1176/1710 KB 531/531 KB 100/1063 KB 561/1267 KB 324/1044 KB 1180/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1184/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1188/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1192/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1196/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1200/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1204/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1208/1710 KB 100/1063 KB 561/1267 KB 324/1044 KB 1176/1710 KB 100/1063 KB 565/1267 KB 328/1044 KB 1208/1710 KB 100/1063 KB 553/1267 KB 320/1044 KB 1176/1710 KB 104/1063 KB 565/1267 KB 328/1044 KB 1208/1710 KB 108/1063 KB 565/1267 KB 328/1044 KB 1208/1710 KB 112/1063 KB 565/1267 KB 328/1044 KB 1208/1710 KB 112/1063 KB 565/1267 KB 332/1044 KB 1208/1710 KB 112/1063 KB 565/1267 KB 336/1044 KB 1208/1710 KB 100/1063 KB 565/1267 KB 324/1044 KB 1208/1710 KB 112/1063 KB 565/1267 KB 336/1044 KB 1212/1710 KB 112/1063 KB 569/1267 KB 340/1044 KB 1212/1710 KB 116/1063 KB 569/1267 KB 344/1044 KB 1216/1710 KB 116/1063 KB 569/1267 KB 348/1044 KB 1216/1710 KB 112/1063 KB 569/1267 KB 336/1044 KB 1212/1710 KB 116/1063 KB 573/1267 KB 348/1044 KB 1216/1710 KB 116/1063 KB 577/1267 KB 348/1044 KB 1216/1710 KB 116/1063 KB 581/1267 KB 348/1044 KB 1216/1710 KB 116/1063 KB 585/1267 KB 352/1044 KB 1216/1710 KB 116/1063 KB 569/1267 KB 340/1044 KB 1216/1710 KB 120/1063 KB 585/1267 KB 352/1044 KB 1216/1710 KB 124/1063 KB 585/1267 KB 352/1044 KB 1216/1710 KB 128/1063 KB 585/1267 KB 352/1044 KB 1216/1710 KB 112/1063 KB 569/1267 KB 340/1044 KB 1216/1710 KB 128/1063 KB 585/1267 KB 352/1044 KB 1220/1710 KB 128/1063 KB 585/1267 KB 352/1044 KB 1224/1710 KB 128/1063 KB 585/1267 KB 352/1044 KB 1228/1710 KB 128/1063 KB 585/1267 KB 352/1044 KB 1232/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1236/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1240/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1244/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1248/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1252/1710 KB 116/1063 KB 581/1267 KB 352/1044 KB 1216/1710 KB 132/1063 KB 589/1267 KB 352/1044 KB 1232/1710 KB 132/1063 KB 585/1267 KB 352/1044 KB 1232/1710 KB 136/1063 KB 593/1267 KB 352/1044 KB 1252/1710 KB 136/1063 KB 597/1267 KB 356/1044 KB 1252/1710 KB 136/1063 KB 601/1267 KB 356/1044 KB 1252/1710 KB 136/1063 KB 605/1267 KB 356/1044 KB 1252/1710 KB 136/1063 KB 593/1267 KB 356/1044 KB 1252/1710 KB 136/1063 KB 593/1267 KB 352/1044 KB 1252/1710 KB 140/1063 KB 605/1267 KB 360/1044 KB 1252/1710 KB 144/1063 KB 605/1267 KB 360/1044 KB 1252/1710 KB 148/1063 KB 605/1267 KB 360/1044 KB 1252/1710 KB 136/1063 KB 605/1267 KB 360/1044 KB 1252/1710 KB 148/1063 KB 605/1267 KB 364/1044 KB 1252/1710 KB 148/1063 KB 605/1267 KB 368/1044 KB 1252/1710 KB 148/1063 KB 605/1267 KB 372/1044 KB 1252/1710 KB 152/1063 KB 609/1267 KB 376/1044 KB 1256/1710 KB 152/1063 KB 609/1267 KB 372/1044 KB 1256/1710 KB 152/1063 KB 609/1267 KB 376/1044 KB 1260/1710 KB 152/1063 KB 609/1267 KB 380/1044 KB 1264/1710 KB 152/1063 KB 609/1267 KB 372/1044 KB 1252/1710 KB 152/1063 KB 613/1267 KB 380/1044 KB 1268/1710 KB 152/1063 KB 617/1267 KB 380/1044 KB 1268/1710 KB 152/1063 KB 621/1267 KB 380/1044 KB 1268/1710 KB 1 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 52/1063 KB 605/1267 KB 372/1044 KB 1252/1710 KB 156/1063 KB 621/1267 KB 380/1044 KB 1268/1710 KB 160/1063 KB 621/1267 KB 380/1044 KB 1268/1710 KB 152/1063 KB 609/1267 KB 380/1044 KB 1260/1710 KB 160/1063 KB 621/1267 KB 384/1044 KB 1268/1710 KB 160/1063 KB 621/1267 KB 4/713 KB 384/1044 KB 1268/1710 KB 160/1063 KB 621/1267 KB 8/713 KB 384/1044 KB 1268/1710 KB 160/1063 KB 621/1267 KB 12/713 KB 384/1044 KB 1268/1710 KB 160/1063 KB 621/1267 KB 16/713 KB 384/1044 KB 1268/1710 KB 164/1063 KB 621/1267 KB 16/713 KB 384/1044 KB 1268/1710 KB 168/1063 KB 621/1267 KB 16/713 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 16/713 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 20/713 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 24/713 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 28/713 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 32/713 KB 384/1044 KB 1268/1710 KB 152/1063 KB 609/1267 KB 384/1044 KB 1268/1710 KB 172/1063 KB 621/1267 KB 32/713 KB 384/1044 KB 1272/1710 KB 176/1063 KB 625/1267 KB 32/713 KB 388/1044 KB 1276/1710 KB 176/1063 KB 625/1267 KB 32/713 KB 388/1044 KB 1272/1710 KB 176/1063 KB 621/1267 KB 32/713 KB 388/1044 KB 1272/1710 KB 172/1063 KB 621/1267 KB 32/713 KB 388/1044 KB 1272/1710 KB 176/1063 KB 629/1267 KB 36/713 KB 388/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 40/713 KB 388/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 44/713 KB 388/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 388/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 392/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 396/1044 KB 1276/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 396/1044 KB 1280/1710 KB 180/1063 KB 629/1267 KB 48/713 KB 400/1044 KB 1280/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 400/1044 KB 1280/1710 KB 176/1063 KB 629/1267 KB 48/713 KB 396/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 48/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 52/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 56/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 60/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 64/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 68/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 72/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 76/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 633/1267 KB 80/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 637/1267 KB 80/713 KB 400/1044 KB 1280/1710 KB 180/1063 KB 641/1267 KB 80/713 KB 400/1044 KB 1280/1710 KB 184/1063 KB 645/1267 KB 84/713 KB 404/1044 KB 1284/1710 KB 184/1063 KB 641/1267 KB 84/713 KB 404/1044 KB 1284/1710 KB 184/1063 KB 645/1267 KB 88/713 KB 404/1044 KB 1284/1710 KB 184/1063 KB 641/1267 KB 80/713 KB 404/1044 KB 1284/1710 KB 184/1063 KB 641/1267 KB 80/713 KB 404/1044 KB 1280/1710 KB 188/1063 KB 645/1267 KB 88/713 KB 404/1044 KB 1284/1710 KB 192/1063 KB 645/1267 KB 88/713 KB 404/1044 KB 1284/1710 KB 196/1063 KB 645/1267 KB 88/713 KB 404/1044 KB 1288/1710 KB 200/1063 KB 649/1267 KB 92/713 KB 404/1044 KB 1288/1710 KB 180/1063 KB 641/1267 KB 80/713 KB 404/1044 KB 1280/1710 KB 200/1063 KB 649/1267 KB 92/713 KB 408/1044 KB 1288/1710 KB 200/1063 KB 649/1267 KB 92/713 KB 412/1044 KB 1288/1710 KB 200/1063 KB 649/1267 KB 92/713 KB 416/1044 KB 1288/1710 KB 196/1063 KB 649/1267 KB 92/713 KB 404/1044 KB 1288/1710 KB 200/1063 KB 653/1267 KB 92/713 KB 416/1044 KB 1288/1710 KB 196/1063 KB 645/1267 KB 92/713 KB 404/1044 KB 1288/1710 KB 192/1063 KB 645/1267 KB 8 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 8/713 KB 404/1044 KB 1288/1710 KB 200/1063 KB 653/1267 KB 96/713 KB 420/1044 KB 1292/1710 KB 200/1063 KB 653/1267 KB 96/713 KB 420/1044 KB 1296/1710 KB 200/1063 KB 657/1267 KB 96/713 KB 420/1044 KB 1300/1710 KB 200/1063 KB 653/1267 KB 92/713 KB 420/1044 KB 1288/1710 KB 204/1063 KB 657/1267 KB 96/713 KB 424/1044 KB 1300/1710 KB 204/1063 KB 657/1267 KB 96/713 KB 428/1044 KB 1300/1710 KB 204/1063 KB 657/1267 KB 96/713 KB 420/1044 KB 1300/1710 KB 208/1063 KB 657/1267 KB 96/713 KB 428/1044 KB 1304/1710 KB 208/1063 KB 657/1267 KB 96/713 KB 432/1044 KB 1304/1710 KB 208/1063 KB 657/1267 KB 96/713 KB 436/1044 KB 1304/1710 KB 212/1063 KB 657/1267 KB 96/713 KB 440/1044 KB 1304/1710 KB 212/1063 KB 657/1267 KB 96/713 KB 444/1044 KB 1304/1710 KB 212/1063 KB 657/1267 KB 96/713 KB 448/1044 KB 1304/1710 KB 200/1063 KB 657/1267 KB 96/713 KB 420/1044 KB 1296/1710 KB 212/1063 KB 661/1267 KB 96/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 665/1267 KB 96/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 669/1267 KB 96/713 KB 448/1044 KB 1304/1710 KB 200/1063 KB 653/1267 KB 96/713 KB 420/1044 KB 1296/1710 KB 212/1063 KB 669/1267 KB 100/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 669/1267 KB 104/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 669/1267 KB 108/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 669/1267 KB 112/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 669/1267 KB 116/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 673/1267 KB 120/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 673/1267 KB 124/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1304/1710 KB 212/1063 KB 657/1267 KB 96/713 KB 436/1044 KB 1304/1710 KB 216/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1304/1710 KB 220/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1304/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1304/1710 KB 204/1063 KB 657/1267 KB 96/713 KB 428/1044 KB 1304/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1308/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1312/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1316/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1320/1710 KB 224/1063 KB 673/1267 KB 128/713 KB 448/1044 KB 1324/1710 KB 212/1063 KB 673/1267 KB 116/713 KB 448/1044 KB 1304/1710 KB 224/1063 KB 677/1267 KB 128/713 KB 448/1044 KB 1324/1710 KB 224/1063 KB 681/1267 KB 128/713 KB 448/1044 KB 1324/1710 KB 228/1063 KB 685/1267 KB 132/713 KB 452/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 132/713 KB 452/1044 KB 1328/1710 KB 228/1063 KB 681/1267 KB 132/713 KB 452/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 132/713 KB 456/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 132/713 KB 460/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 132/713 KB 464/1044 KB 1328/1710 KB 228/1063 KB 681/1267 KB 132/713 KB 448/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 136/713 KB 464/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 140/713 KB 464/1044 KB 1328/1710 KB 228/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1328/1710 KB 228/1063 KB 681/1267 KB 128/713 KB 448/1044 KB 1328/1710 KB 224/1063 KB 681/1267 KB 128/713 KB 448/1044 KB 1328/1710 KB 232/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1332/1710 KB 232/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1332/1710 KB 236/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1332/1710 KB 236/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1336/1710 KB 236/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1340/1710 KB 240/1063 KB 689/1267 KB 144/713 KB 464/1044 KB 1340/1710 KB 240/1063 KB 689/1267 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 144/713 KB 464/1044 KB 1344/1710 KB 244/1063 KB 693/1267 KB 148/713 KB 468/1044 KB 1348/1710 KB 244/1063 KB 693/1267 KB 148/713 KB 468/1044 KB 1352/1710 KB 244/1063 KB 693/1267 KB 148/713 KB 468/1044 KB 1344/1710 KB 248/1063 KB 693/1267 KB 148/713 KB 468/1044 KB 1352/1710 KB 240/1063 KB 693/1267 KB 148/713 KB 468/1044 KB 1344/1710 KB 248/1063 KB 693/1267 KB 148/713 KB 472/1044 KB 1352/1710 KB 248/1063 KB 693/1267 KB 148/713 KB 476/1044 KB 1352/1710 KB 252/1063 KB 693/1267 KB 148/713 KB 480/1044 KB 1352/1710 KB 240/1063 KB 693/1267 KB 148/713 KB 464/1044 KB 1344/1710 KB 252/1063 KB 693/1267 KB 152/713 KB 480/1044 KB 1352/1710 KB 252/1063 KB 693/1267 KB 156/713 KB 480/1044 KB 1352/1710 KB 252/1063 KB 693/1267 KB 160/713 KB 480/1044 KB 1352/1710 KB 240/1063 KB 693/1267 KB 144/713 KB 464/1044 KB 1344/1710 KB 252/1063 KB 697/1267 KB 160/713 KB 480/1044 KB 1352/1710 KB 252/1063 KB 701/1267 KB 160/713 KB 480/1044 KB 1352/1710 KB 252/1063 KB 705/1267 KB 160/713 KB 480/1044 KB 1352/1710 KB 252/1063 KB 709/1267 KB 160/713 KB 480/1044 KB 1356/1710 KB 252/1063 KB 713/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 252/1063 KB 717/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 252/1063 KB 693/1267 KB 148/713 KB 476/1044 KB 1352/1710 KB 256/1063 KB 717/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 260/1063 KB 717/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 264/1063 KB 721/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 252/1063 KB 709/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 264/1063 KB 721/1267 KB 168/713 KB 484/1044 KB 1356/1710 KB 264/1063 KB 721/1267 KB 172/713 KB 484/1044 KB 1356/1710 KB 264/1063 KB 721/1267 KB 176/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 180/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 184/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 188/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 192/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 196/713 KB 484/1044 KB 1356/1710 KB 252/1063 KB 709/1267 KB 160/713 KB 484/1044 KB 1356/1710 KB 252/1063 KB 705/1267 KB 160/713 KB 480/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 488/1044 KB 1360/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 488/1044 KB 1364/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 488/1044 KB 1368/1710 KB 268/1063 KB 721/1267 KB 176/713 KB 484/1044 KB 1356/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 488/1044 KB 1368/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 492/1044 KB 1368/1710 KB 272/1063 KB 721/1267 KB 200/713 KB 496/1044 KB 1372/1710 KB 260/1063 KB 721/1267 KB 164/713 KB 484/1044 KB 1356/1710 KB 272/1063 KB 725/1267 KB 200/713 KB 496/1044 KB 1372/1710 KB 272/1063 KB 729/1267 KB 200/713 KB 496/1044 KB 1372/1710 KB 272/1063 KB 721/1267 KB 200/713 KB 492/1044 KB 1372/1710 KB 272/1063 KB 721/1267 KB 200/713 KB 492/1044 KB 1368/1710 KB 276/1063 KB 729/1267 KB 200/713 KB 496/1044 KB 1372/1710 KB 280/1063 KB 733/1267 KB 200/713 KB 500/1044 KB 1376/1710 KB 276/1063 KB 733/1267 KB 200/713 KB 500/1044 KB 1376/1710 KB 280/1063 KB 737/1267 KB 200/713 KB 500/1044 KB 1376/1710 KB 276/1063 KB 729/1267 KB 200/713 KB 500/1044 KB 1376/1710 KB 284/1063 KB 737/1267 KB 200/713 KB 500/1044 KB 1380/1710 KB 284/1063 KB 737/1267 KB 200/713 KB 500/1044 KB 1384/1710 KB 276/1063 KB 729/1267 KB 200/713 KB 500/1044 KB 1372/1710 KB 284/1063 KB 737/1267 KB 200/713 KB 504/1044 KB 1384/1710 KB 284/1063 KB 737/1267 KB 200/713 KB 500/1044 KB 1376/1710 KB 288/1063 KB 737/1267 KB 200/713 KB 504/1044 KB 1384/1710 KB 288/10 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 63 KB 737/1267 KB 200/713 KB 504/1044 KB 1388/1710 KB 288/1063 KB 737/1267 KB 200/713 KB 508/1044 KB 1388/1710 KB 288/1063 KB 737/1267 KB 200/713 KB 512/1044 KB 1388/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 516/1044 KB 1388/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 520/1044 KB 1392/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 524/1044 KB 1392/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 512/1044 KB 1388/1710 KB 292/1063 KB 745/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 749/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 753/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 757/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 737/1267 KB 200/713 KB 512/1044 KB 1388/1710 KB 296/1063 KB 757/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 300/1063 KB 757/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 304/1063 KB 757/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 308/1063 KB 757/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 268/1063 KB 721/1267 KB 200/713 KB 516/1044 KB 1392/1710 KB 308/1063 KB 761/1267 KB 204/713 KB 528/1044 KB 1392/1710 KB 308/1063 KB 761/1267 KB 208/713 KB 528/1044 KB 1392/1710 KB 292/1063 KB 741/1267 KB 200/713 KB 516/1044 KB 1392/1710 KB 308/1063 KB 761/1267 KB 208/713 KB 528/1044 KB 1396/1710 KB 308/1063 KB 761/1267 KB 208/713 KB 528/1044 KB 1400/1710 KB 308/1063 KB 761/1267 KB 208/713 KB 528/1044 KB 1404/1710 KB 308/1063 KB 761/1267 KB 208/713 KB 528/1044 KB 1408/1710 KB 312/1063 KB 761/1267 KB 212/713 KB 532/1044 KB 1412/1710 KB 312/1063 KB 761/1267 KB 212/713 KB 532/1044 KB 1416/1710 KB 312/1063 KB 761/1267 KB 212/713 KB 532/1044 KB 1420/1710 KB 308/1063 KB 761/1267 KB 200/713 KB 528/1044 KB 1392/1710 KB 312/1063 KB 765/1267 KB 212/713 KB 532/1044 KB 1420/1710 KB 312/1063 KB 769/1267 KB 212/713 KB 532/1044 KB 1420/1710 KB 312/1063 KB 761/1267 KB 212/713 KB 532/1044 KB 1408/1710 KB 316/1063 KB 769/1267 KB 212/713 KB 532/1044 KB 1420/1710 KB 320/1063 KB 769/1267 KB 212/713 KB 532/1044 KB 1420/1710 KB 308/1063 KB 761/1267 KB 212/713 KB 532/1044 KB 1408/1710 KB 320/1063 KB 769/1267 KB 212/713 KB 536/1044 KB 1420/1710 KB 320/1063 KB 769/1267 KB 212/713 KB 540/1044 KB 1420/1710 KB 320/1063 KB 769/1267 KB 212/713 KB 544/1044 KB 1420/1710 KB 308/1063 KB 761/1267 KB 212/713 KB 528/1044 KB 1408/1710 KB 324/1063 KB 773/1267 KB 216/713 KB 544/1044 KB 1420/1710 KB 324/1063 KB 773/1267 KB 220/713 KB 544/1044 KB 1420/1710 KB 324/1063 KB 773/1267 KB 224/713 KB 544/1044 KB 1420/1710 KB 324/1063 KB 773/1267 KB 228/713 KB 544/1044 KB 1420/1710 KB 324/1063 KB 773/1267 KB 232/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 236/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 240/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 244/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 248/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 252/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 212/713 KB 544/1044 KB 1420/1710 KB 324/1063 KB 777/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 781/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 785/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 789/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 793/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 769/1267 KB 212/713 KB 544/1044 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 1420/1710 KB 328/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 228/713 KB 548/1044 KB 1424/1710 KB 332/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1424/1710 KB 324/1063 KB 773/1267 KB 228/713 KB 548/1044 KB 1420/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1428/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1432/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 548/1044 KB 1436/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 552/1044 KB 1440/1710 KB 340/1063 KB 801/1267 KB 256/713 KB 552/1044 KB 1444/1710 KB 340/1063 KB 801/1267 KB 256/713 KB 552/1044 KB 1448/1710 KB 340/1063 KB 801/1267 KB 256/713 KB 552/1044 KB 1452/1710 KB 340/1063 KB 801/1267 KB 256/713 KB 552/1044 KB 1456/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 552/1044 KB 1460/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 552/1044 KB 1464/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 552/1044 KB 1468/1710 KB 336/1063 KB 797/1267 KB 256/713 KB 552/1044 KB 1436/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 556/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 560/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 564/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 568/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 572/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 576/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 260/713 KB 552/1044 KB 1456/1710 KB 340/1063 KB 801/1267 KB 264/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 256/713 KB 552/1044 KB 1440/1710 KB 340/1063 KB 805/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 809/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 813/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 797/1267 KB 256/713 KB 552/1044 KB 1440/1710 KB 344/1063 KB 813/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 348/1063 KB 813/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 352/1063 KB 813/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 356/1063 KB 813/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 360/1063 KB 817/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 340/1063 KB 801/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 360/1063 KB 817/1267 KB 272/713 KB 580/1044 KB 1468/1710 KB 360/1063 KB 817/1267 KB 276/713 KB 580/1044 KB 1468/1710 KB 364/1063 KB 817/1267 KB 280/713 KB 584/1044 KB 1472/1710 KB 356/1063 KB 817/1267 KB 268/713 KB 580/1044 KB 1468/1710 KB 364/1063 KB 821/1267 KB 280/713 KB 584/1044 KB 1472/1710 KB 364/1063 KB 825/1267 KB 280/713 KB 584/1044 KB 1472/1710 KB 364/1063 KB 829/1267 KB 280/713 KB 584/1044 KB 1472/1710 KB 364/1063 KB 817/1267 KB 276/713 KB 584/1044 KB 1472/1710 KB 364/1063 KB 829/1267 KB 280/713 KB 584/1044 KB 1476/1710 KB 364/1063 KB 829/1267 KB 284/713 KB 584/1044 KB 1480/1710 KB 364/1063 KB 829/1267 KB 284/713 KB 584/1044 KB 1484/1710 KB 364/1063 KB 817/1267 KB 276/713 KB 584/1044 KB 1468/1710 KB 360/1063 KB 817/1267 KB 276/713 KB 584/1044 KB 1468/1710 KB 364/1063 KB 829/1267 KB 284/713 KB 588/1044 KB 1484/1710 KB 364/1063 KB 829/1267 KB 284/713 KB 592/1044 KB 1484/1710 KB 368/1063 KB 829/1267 KB 284/713 KB 596/1044 KB 1484/1710 KB 368/1063 KB 829/1267 KB 284/713 KB 600/1044 KB 1484/1710 KB 364/1063 KB 829/1267 KB 284/713 KB 584/1044 KB 1476/1710 KB 368/1063 KB 829/1267 KB 288/713 KB 600/1044 KB 1484/1710 KB 368/1063 KB 829/1267 KB 284/713 KB 592/1044 KB 1484/1710 KB 372/1063 KB 829/1267 KB 288/7 unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 13 KB 600/1044 KB 1484/1710 KB 376/1063 KB 829/1267 KB 288/713 KB 600/1044 KB 1484/1710 KB 380/1063 KB 833/1267 KB 292/713 KB 600/1044 KB 1488/1710 KB 384/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 388/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 392/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 396/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 400/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 404/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 408/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 412/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 376/1063 KB 833/1267 KB 292/713 KB 600/1044 KB 1488/1710 KB 376/1063 KB 833/1267 KB 288/713 KB 600/1044 KB 1488/1710 KB 376/1063 KB 833/1267 KB 288/713 KB 600/1044 KB 1484/1710 KB 412/1063 KB 837/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 412/1063 KB 841/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 412/1063 KB 845/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 380/1063 KB 833/1267 KB 292/713 KB 604/1044 KB 1488/1710 KB 412/1063 KB 845/1267 KB 292/713 KB 608/1044 KB 1488/1710 KB 412/1063 KB 845/1267 KB 292/713 KB 612/1044 KB 1488/1710 KB 412/1063 KB 849/1267 KB 296/713 KB 616/1044 KB 1492/1710 KB 412/1063 KB 849/1267 KB 296/713 KB 620/1044 KB 1492/1710 KB 412/1063 KB 849/1267 KB 296/713 KB 624/1044 KB 1492/1710 KB 412/1063 KB 849/1267 KB 296/713 KB 612/1044 KB 1492/1710 KB 412/1063 KB 853/1267 KB 296/713 KB 624/1044 KB 1492/1710 KB 412/1063 KB 857/1267 KB 296/713 KB 628/1044 KB 1492/1710 KB 412/1063 KB 861/1267 KB 296/713 KB 628/1044 KB 1492/1710 KB 412/1063 KB 845/1267 KB 296/713 KB 612/1044 KB 1492/1710 KB 412/1063 KB 861/1267 KB 296/713 KB 628/1044 KB 1496/1710 KB 412/1063 KB 861/1267 KB 296/713 KB 628/1044 KB 1500/1710 KB 412/1063 KB 845/1267 KB 296/713 KB 612/1044 KB 1488/1710 KB 412/1063 KB 861/1267 KB 300/713 KB 628/1044 KB 1500/1710 KB 412/1063 KB 861/1267 KB 304/713 KB 628/1044 KB 1500/1710 KB 412/1063 KB 861/1267 KB 308/713 KB 628/1044 KB 1500/1710 KB 412/1063 KB 861/1267 KB 312/713 KB 628/1044 KB 1504/1710 KB 412/1063 KB 861/1267 KB 316/713 KB 628/1044 KB 1504/1710 KB 412/1063 KB 861/1267 KB 320/713 KB 628/1044 KB 1504/1710 KB 412/1063 KB 865/1267 KB 320/713 KB 628/1044 KB 1504/1710 KB 416/1063 KB 869/1267 KB 324/713 KB 628/1044 KB 1504/1710 KB 416/1063 KB 873/1267 KB 324/713 KB 628/1044 KB 1504/1710 KB 416/1063 KB 877/1267 KB 324/713 KB 628/1044 KB 1504/1710 KB 412/1063 KB 853/1267 KB 296/713 KB 628/1044 KB 1492/1710 KB 416/1063 KB 877/1267 KB 324/713 KB 632/1044 KB 1504/1710 KB 416/1063 KB 877/1267 KB 324/713 KB 636/1044 KB 1504/1710 KB 416/1063 KB 877/1267 KB 324/713 KB 640/1044 KB 1504/1710 KB 416/1063 KB 877/1267 KB 324/713 KB 644/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 324/713 KB 648/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 324/713 KB 652/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 324/713 KB 656/1044 KB 1504/1710 KB 416/1063 KB 865/1267 KB 324/713 KB 628/1044 KB 1504/1710 KB 412/1063 KB 865/1267 KB 324/713 KB 628/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 328/713 KB 656/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 332/713 KB 656/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1504/1710 KB 412/1063 KB 861/1267 KB 308/713 KB 628/1044 KB 1504/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1508/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1512/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1516/1710 KB 416/1063 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 881/1267 KB 336/713 KB 656/1044 KB 1520/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1524/1710 KB 416/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1528/1710 KB 420/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1532/1710 KB 420/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1536/1710 KB 420/1063 KB 881/1267 KB 340/713 KB 660/1044 KB 1540/1710 KB 420/1063 KB 881/1267 KB 340/713 KB 660/1044 KB 1544/1710 KB 416/1063 KB 881/1267 KB 324/713 KB 644/1044 KB 1504/1710 KB 420/1063 KB 885/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 889/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 893/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 897/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 901/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 905/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 909/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 913/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 420/1063 KB 881/1267 KB 340/713 KB 660/1044 KB 1536/1710 KB 420/1063 KB 913/1267 KB 340/713 KB 664/1044 KB 1548/1710 KB 420/1063 KB 913/1267 KB 340/713 KB 668/1044 KB 1548/1710 KB 420/1063 KB 881/1267 KB 340/713 KB 656/1044 KB 1536/1710 KB 420/1063 KB 913/1267 KB 344/713 KB 668/1044 KB 1548/1710 KB 420/1063 KB 913/1267 KB 348/713 KB 668/1044 KB 1548/1710 KB 420/1063 KB 881/1267 KB 336/713 KB 656/1044 KB 1528/1710 KB 424/1063 KB 913/1267 KB 348/713 KB 668/1044 KB 1548/1710 KB 428/1063 KB 913/1267 KB 348/713 KB 668/1044 KB 1548/1710 KB 432/1063 KB 913/1267 KB 348/713 KB 668/1044 KB 1548/1710 KB 432/1063 KB 913/1267 KB 352/713 KB 668/1044 KB 1548/1710 KB 436/1063 KB 913/1267 KB 352/713 KB 668/1044 KB 1548/1710 KB 440/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1548/1710 KB 444/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1548/1710 KB 448/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1548/1710 KB 420/1063 KB 897/1267 KB 340/713 KB 660/1044 KB 1548/1710 KB 448/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1552/1710 KB 448/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1556/1710 KB 448/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1560/1710 KB 448/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1564/1710 KB 436/1063 KB 913/1267 KB 356/713 KB 672/1044 KB 1548/1710 KB 436/1063 KB 913/1267 KB 356/713 KB 668/1044 KB 1548/1710 KB 448/1063 KB 913/1267 KB 360/713 KB 672/1044 KB 1564/1710 KB 448/1063 KB 913/1267 KB 364/713 KB 672/1044 KB 1564/1710 KB 448/1063 KB 913/1267 KB 368/713 KB 672/1044 KB 1564/1710 KB 448/1063 KB 913/1267 KB 368/713 KB 676/1044 KB 1564/1710 KB 448/1063 KB 913/1267 KB 372/713 KB 680/1044 KB 1564/1710 KB 452/1063 KB 913/1267 KB 372/713 KB 684/1044 KB 1564/1710 KB 452/1063 KB 913/1267 KB 372/713 KB 688/1044 KB 1564/1710 KB 452/1063 KB 913/1267 KB 372/713 KB 692/1044 KB 1564/1710 KB 452/1063 KB 917/1267 KB 372/713 KB 696/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 372/713 KB 700/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 372/713 KB 704/1044 KB 1568/1710 KB 448/1063 KB 913/1267 KB 372/713 KB 676/1044 KB 1564/1710 KB 452/1063 KB 917/1267 KB 376/713 KB 704/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 380/713 KB 704/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 384/713 KB 704/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 372/713 KB 692/1044 KB 1568/1710 KB 452/1063 KB 917/1267 KB 384/713 KB 704/1044 KB 1572/1710 KB 452/1063 KB 917/1267 KB 384/713 KB 704/1044 KB 1576/1710 KB 452/1063 KB 917/1267 KB 384/713 KB 704/1044 KB 1580/1710 KB 452/1063 KB 917/1267 KB 384/713 KB 704/1044 KB 1584/ unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 1710 KB 452/1063 KB 917/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 452/1063 KB 917/1267 KB 372/713 KB 692/1044 KB 1564/1710 KB 452/1063 KB 921/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 452/1063 KB 913/1267 KB 372/713 KB 680/1044 KB 1564/1710 KB 456/1063 KB 921/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 460/1063 KB 921/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 464/1063 KB 921/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 468/1063 KB 921/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 472/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 476/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 480/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 484/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 488/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 492/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 496/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 500/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 504/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 508/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 512/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 516/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 452/1063 KB 917/1267 KB 388/713 KB 708/1044 KB 1584/1710 KB 452/1063 KB 917/1267 KB 388/713 KB 704/1044 KB 1584/1710 KB 516/1063 KB 925/1267 KB 392/713 KB 708/1044 KB 1592/1710 KB 516/1063 KB 925/1267 KB 396/713 KB 708/1044 KB 1592/1710 KB 516/1063 KB 925/1267 KB 400/713 KB 708/1044 KB 1592/1710 KB 484/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1592/1710 KB 516/1063 KB 925/1267 KB 400/713 KB 708/1044 KB 1596/1710 KB 516/1063 KB 925/1267 KB 400/713 KB 708/1044 KB 1600/1710 KB 468/1063 KB 925/1267 KB 388/713 KB 708/1044 KB 1588/1710 KB 516/1063 KB 929/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 933/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 937/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 941/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 945/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 949/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 953/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 957/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 925/1267 KB 404/713 KB 712/1044 KB 1600/1710 KB 516/1063 KB 957/1267 KB 404/713 KB 716/1044 KB 1600/1710 KB 516/1063 KB 957/1267 KB 404/713 KB 720/1044 KB 1600/1710 KB 516/1063 KB 957/1267 KB 404/713 KB 724/1044 KB 1600/1710 KB 516/1063 KB 961/1267 KB 404/713 KB 728/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 404/713 KB 732/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 404/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 925/1267 KB 404/713 KB 708/1044 KB 1600/1710 KB 516/1063 KB 961/1267 KB 408/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 412/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 416/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 420/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 961/1267 KB 404/713 KB 724/1044 KB 1604/1710 KB 516/1063 KB 965/1267 KB 424/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 969/1267 KB 424/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 973/1267 KB 424/713 KB 736/1044 KB 1604/1710 KB 516/1063 KB 977/1267 KB 424/713 KB 736/1044 KB 1604/1710 KB 520/1063 KB 981/1267 KB 424/713 KB 740/1044 KB 1604/1710 KB 516/1063 KB 957/1267 KB 404/713 KB 724/1044 KB 1604/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1608/1710 KB 520/1063 KB 985/1267 KB 424/713 KB unit-abot-epc-basic-0: 06:33:37 DEBUG unit.abot-epc-basic/0.install 740/1044 KB 1612/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1616/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1620/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1624/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1628/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1632/1710 KB 520/1063 KB 977/1267 KB 424/713 KB 740/1044 KB 1604/1710 KB 524/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1632/1710 KB 516/1063 KB 977/1267 KB 424/713 KB 740/1044 KB 1604/1710 KB 528/1063 KB 985/1267 KB 424/713 KB 744/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 424/713 KB 748/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 424/713 KB 752/1044 KB 1632/1710 KB 516/1063 KB 973/1267 KB 424/713 KB 736/1044 KB 1604/1710 KB 528/1063 KB 985/1267 KB 428/713 KB 752/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 432/713 KB 752/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 436/713 KB 752/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 440/713 KB 752/1044 KB 1632/1710 KB 528/1063 KB 985/1267 KB 444/713 KB 752/1044 KB 1632/1710 KB 532/1063 KB 985/1267 KB 448/713 KB 752/1044 KB 1632/1710 KB 532/1063 KB 985/1267 KB 452/713 KB 752/1044 KB 1632/1710 KB 532/1063 KB 985/1267 KB 456/713 KB 756/1044 KB 1636/1710 KB 532/1063 KB 985/1267 KB 460/713 KB 756/1044 KB 1636/1710 KB 520/1063 KB 985/1267 KB 424/713 KB 740/1044 KB 1632/1710 KB 532/1063 KB 989/1267 KB 464/713 KB 756/1044 KB 1636/1710 KB 532/1063 KB 993/1267 KB 464/713 KB 756/1044 KB 1636/1710 KB 532/1063 KB 997/1267 KB 464/713 KB 756/1044 KB 1636/1710 KB 532/1063 KB 985/1267 KB 452/713 KB 756/1044 KB 1636/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 760/1044 KB 1636/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 764/1044 KB 1636/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1636/1710 KB 532/1063 KB 985/1267 KB 452/713 KB 752/1044 KB 1636/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1640/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1644/1710 KB 532/1063 KB 985/1267 KB 444/713 KB 752/1044 KB 1632/1710 KB 536/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1644/1710 KB 540/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1644/1710 KB 544/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1644/1710 KB 548/1063 KB 1001/1267 KB 464/713 KB 768/1044 KB 1644/1710 KB 552/1063 KB 1001/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 556/1063 KB 1001/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 560/1063 KB 1001/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 532/1063 KB 1001/1267 KB 464/713 KB 756/1044 KB 1636/1710 KB 560/1063 KB 1005/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 532/1063 KB 985/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 548/1063 KB 1001/1267 KB 464/713 KB 772/1044 KB 1648/1710 KB 560/1063 KB 1005/1267 KB 464/713 KB 772/1044 KB 1652/1710 KB 560/1063 KB 1005/1267 KB 468/713 KB 772/1044 KB 1656/1710 KB 560/1063 KB 1005/1267 KB 468/713 KB 772/1044 KB 1660/1710 KB 560/1063 KB 1005/1267 KB 468/713 KB 772/1044 KB 1664/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 772/1044 KB 1668/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 772/1044 KB 1672/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 772/1044 KB 1676/1710 KB 548/1063 KB 1001/1267 KB 464/713 KB 772/1044 KB 1644/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 776/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 780/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 784/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 788/1044 KB 1676 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install /1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 792/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 796/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 800/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 804/1044 KB 1676/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 772/1044 KB 1664/1710 KB 568/1063 KB 1009/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 572/1063 KB 1009/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1009/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 560/1063 KB 1009/1267 KB 468/713 KB 772/1044 KB 1664/1710 KB 576/1063 KB 1013/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1017/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1021/1267 KB 468/713 KB 808/1044 KB 1680/1710 KB 560/1063 KB 1005/1267 KB 468/713 KB 772/1044 KB 1652/1710 KB 576/1063 KB 1021/1267 KB 472/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1021/1267 KB 476/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1021/1267 KB 480/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1021/1267 KB 484/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1025/1267 KB 488/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1025/1267 KB 492/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1025/1267 KB 496/713 KB 808/1044 KB 1680/1710 KB 576/1063 KB 1025/1267 KB 500/713 KB 808/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 504/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 508/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 512/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 516/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 520/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1680/1710 KB 564/1063 KB 1009/1267 KB 468/713 KB 804/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1684/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1688/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1692/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1696/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1700/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1704/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 812/1044 KB 1708/1710 KB 580/1063 KB 1025/1267 KB 500/713 KB 812/1044 KB 1680/1710 KB 580/1063 KB 1025/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 580/1063 KB 1025/1267 KB 500/713 KB 808/1044 KB 1680/1710 KB 584/1063 KB 1025/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 588/1063 KB 1025/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1025/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 576/1063 KB 1025/1267 KB 484/713 KB 808/1044 KB 1680/1710 KB 592/1063 KB 1029/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1033/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1037/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1041/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1045/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1049/1267 KB 524/713 KB 816/1044 KB 1708/1710 KB 592/1063 KB 1053/1267 KB 524/713 KB 820/1044 KB 1708/1710 KB 592/1063 KB 1057/1267 KB 524/713 KB 820/1044 KB 1708/1710 KB 596/1063 KB 1061/1267 KB 524/713 KB 820/1044 KB 1710/1710 KB 596/1063 KB 1065/1267 KB 524/713 KB 820/1044 KB 1710/1710 KB 596/1063 KB 1069/1267 KB 524/713 KB 820/1044 KB 1710/1710 KB 592/1063 KB 1049/1267 KB 524/713 KB 820/1044 KB 1708/1710 KB 596/1063 KB 1069/1267 KB 528/713 KB 824/1044 KB 1710/1710 KB 596/1063 KB 1069/1267 KB 528/713 KB 828/1044 K unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install B 1710/1710 KB 596/1063 KB 1069/1267 KB 528/713 KB 832/1044 KB 1710/1710 KB 596/1063 KB 1069/1267 KB 528/713 KB 836/1044 KB 1710/1710 KB 596/1063 KB 1073/1267 KB 528/713 KB 840/1044 KB 1710/1710 KB 596/1063 KB 1073/1267 KB 528/713 KB 844/1044 KB 1710/1710 KB 596/1063 KB 1073/1267 KB 528/713 KB 848/1044 KB 1710/1710 KB 596/1063 KB 1069/1267 KB 528/713 KB 820/1044 KB 1710/1710 KB 596/1063 KB 1057/1267 KB 524/713 KB 820/1044 KB 1710/1710 KB 596/1063 KB 1057/1267 KB 524/713 KB 820/1044 KB 1708/1710 KB 600/1063 KB 1073/1267 KB 528/713 KB 848/1044 KB 1710/1710 KB 604/1063 KB 1073/1267 KB 528/713 KB 848/1044 KB 1710/1710 KB 608/1063 KB 1073/1267 KB 528/713 KB 848/1044 KB 1710/1710 KB 612/1063 KB 1073/1267 KB 528/713 KB 848/1044 KB 1710/1710 KB 616/1063 KB 1073/1267 KB 532/713 KB 848/1044 KB 1710/1710 KB 620/1063 KB 1073/1267 KB 532/713 KB 848/1044 KB 1710/1710 KB 624/1063 KB 1073/1267 KB 532/713 KB 848/1044 KB 1710/1710 KB 628/1063 KB 1073/1267 KB 532/713 KB 848/1044 KB 1710/1710 KB 632/1063 KB 1073/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 596/1063 KB 1073/1267 KB 528/713 KB 836/1044 KB 1710/1710 KB 632/1063 KB 1077/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 632/1063 KB 1081/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 632/1063 KB 1085/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 632/1063 KB 1089/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 632/1063 KB 1093/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 632/1063 KB 1097/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 628/1063 KB 1073/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 532/713 KB 856/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 532/713 KB 860/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 532/713 KB 864/1044 KB 1710/1710 KB 612/1063 KB 1073/1267 KB 532/713 KB 848/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 536/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 540/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 544/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 548/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 552/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 556/713 KB 864/1044 KB 1710/1710 KB 636/1063 KB 1101/1267 KB 560/713 KB 868/1044 KB 1710/1710 KB 636/1063 KB 1097/1267 KB 532/713 KB 852/1044 KB 1710/1710 KB 640/1063 KB 1101/1267 KB 560/713 KB 868/1044 KB 1710/1710 KB 636/1063 KB 1101/1267 KB 556/713 KB 868/1044 KB 1710/1710 KB 640/1063 KB 1105/1267 KB 560/713 KB 868/1044 KB 1710/1710 KB 644/1063 KB 1109/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1113/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1117/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1121/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1125/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1129/1267 KB 564/713 KB 868/1044 KB 644/1063 KB 1133/1267 KB 564/713 KB 868/1044 KB 636/1063 KB 1097/1267 KB 556/713 KB 868/1044 KB 1710/1710 KB 644/1063 KB 1133/1267 KB 564/713 KB 872/1044 KB 644/1063 KB 1133/1267 KB 564/713 KB 876/1044 KB 644/1063 KB 1133/1267 KB 564/713 KB 880/1044 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3103.2 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 644/1063 KB 1105/1267 KB 564/713 KB 868/1044 KB 1710/1710 KB 644/1063 KB 1133/1267 KB 568/713 KB 880/1044 KB 644/1063 KB 1133/1267 KB 572/713 KB 880/1044 KB 644/1063 KB 1133/1267 KB 576/713 KB 880/1044 KB 644/1063 KB 1133/1267 KB 580/713 KB 880/1044 KB 644/1063 KB 1133/1267 KB 584/713 KB 884/1044 KB 644/1063 KB 1133/1267 KB 588/713 KB 884/1044 KB 644/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 644/1063 KB 1105/1267 KB 560/713 KB 868/1044 KB 1710/1710 KB 648/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 652/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 656/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 660/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 664/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 668/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 672/1063 KB 1133/1267 KB 592/713 KB 884/1044 KB 676/1063 KB 1133/1267 KB 596/713 KB 884/1044 KB 680/1063 KB 1137/1267 KB 596/713 KB 884/1044 KB 684/1063 KB 1137/1267 KB 596/713 KB 884/1044 KB 688/1063 KB 1137/1267 KB 596/713 KB 884/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 884/1044 KB 644/1063 KB 1133/1267 KB 580/713 KB 884/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 888/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 892/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 896/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 900/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 904/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 908/1044 KB 692/1063 KB 1137/1267 KB 596/713 KB 912/1044 KB 676/1063 KB 1137/1267 KB 596/713 KB 884/1044 KB 692/1063 KB 1141/1267 KB 596/713 KB 912/1044 KB 692/1063 KB 1145/1267 KB 596/713 KB 912/1044 KB 692/1063 KB 1149/1267 KB 596/713 KB 912/1044 KB 692/1063 KB 1153/1267 KB 596/713 KB 912/1044 KB 692/1063 KB 1157/1267 KB 596/713 KB 916/1044 KB 696/1063 KB 1161/1267 KB 596/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 596/713 KB 916/1044 KB 672/1063 KB 1133/1267 KB 596/713 KB 884/1044 KB 696/1063 KB 1165/1267 KB 600/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 604/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 608/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 612/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 616/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 620/713 KB 916/1044 KB 696/1063 KB 1165/1267 KB 624/713 KB 916/1044 KB 696/1063 KB 1157/1267 KB 596/713 KB 916/1044 KB 700/1063 KB 1165/1267 KB 624/713 KB 916/1044 KB 704/1063 KB 1165/1267 KB 624/713 KB 916/1044 KB 692/1063 KB 1153/1267 KB 596/713 KB 916/1044 KB 704/1063 KB 1165/1267 KB 624/713 KB 920/1044 KB 704/1063 KB 1165/1267 KB 624/713 KB 924/1044 KB 704/1063 KB 1165/1267 KB 624/713 KB 928/1044 KB 704/1063 KB 1165/1267 KB 624/713 KB 932/1044 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 4/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 8/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 12/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 16/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 20/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 24/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 28/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 32/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 936/1044 KB 32/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 940/1044 KB 32/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 944/1044 KB 36/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 932/1044 KB 708/1063 KB 1173/1267 KB 628/713 KB 944/1044 KB 36/257 KB 708/1063 KB 1177/1267 KB 628/713 KB 944/1044 KB 36/257 KB 708/1063 KB 1181/1267 KB 628/713 KB 944/1044 KB 36/257 KB 708/1063 KB 1165/1267 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install KB 628/713 KB 932/1044 KB 712/1063 KB 1181/1267 KB 628/713 KB 944/1044 KB 36/257 KB 716/1063 KB 1181/1267 KB 628/713 KB 944/1044 KB 36/257 KB 720/1063 KB 1181/1267 KB 628/713 KB 944/1044 KB 36/257 KB 724/1063 KB 1181/1267 KB 628/713 KB 944/1044 KB 36/257 KB 728/1063 KB 1185/1267 KB 628/713 KB 948/1044 KB 36/257 KB 732/1063 KB 1185/1267 KB 628/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 628/713 KB 948/1044 KB 36/257 KB 704/1063 KB 1165/1267 KB 628/713 KB 932/1044 KB 736/1063 KB 1185/1267 KB 632/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 636/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 640/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 644/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 648/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 652/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1185/1267 KB 656/713 KB 948/1044 KB 36/257 KB 724/1063 KB 1185/1267 KB 628/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1189/1267 KB 656/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1193/1267 KB 656/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 948/1044 KB 36/257 KB 724/1063 KB 1181/1267 KB 628/713 KB 948/1044 KB 36/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 36/257 KB 708/1063 KB 1169/1267 KB 628/713 KB 940/1044 KB 36/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 40/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 44/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 48/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 52/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 56/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 60/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 64/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 952/1044 KB 68/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 72/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 76/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 80/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 84/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 88/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 92/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 96/257 KB 740/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 68/257 KB 744/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 96/257 KB 748/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 96/257 KB 752/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 96/257 KB 756/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 96/257 KB 760/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 100/257 KB 764/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 100/257 KB 768/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 100/257 KB 772/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 100/257 KB 736/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 68/257 KB 736/1063 KB 1201/1267 KB 656/713 KB 956/1044 KB 68/257 KB 772/1063 KB 1205/1267 KB 660/713 KB 956/1044 KB 100/257 KB 736/1063 KB 1197/1267 KB 656/713 KB 956/1044 KB 68/257 KB 772/1063 KB 1205/1267 KB 664/713 KB 960/1044 KB 100/257 KB 772/1063 KB 1205/1267 KB 664/713 KB 964/1044 KB 100/257 KB 772/1063 KB 1205/1267 KB 664/713 KB 956/1044 KB 100/257 KB 772/1063 KB 1205/1267 KB 668/713 KB 964/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 672/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 676/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 680/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 684/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 688/713 KB 968/1044 KB 100/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 257 KB 772/1063 KB 1209/1267 KB 692/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 696/713 KB 968/1044 KB 100/257 KB 776/1063 KB 1209/1267 KB 700/713 KB 968/1044 KB 100/257 KB 776/1063 KB 1209/1267 KB 704/713 KB 968/1044 KB 100/257 KB 756/1063 KB 1201/1267 KB 660/713 KB 956/1044 KB 100/257 KB 776/1063 KB 1209/1267 KB 704/713 KB 968/1044 KB 104/257 KB 776/1063 KB 1209/1267 KB 704/713 KB 968/1044 KB 108/257 KB 776/1063 KB 1209/1267 KB 696/713 KB 968/1044 KB 100/257 KB 772/1063 KB 1209/1267 KB 668/713 KB 968/1044 KB 100/257 KB 776/1063 KB 1209/1267 KB 708/713 KB 972/1044 KB 108/257 KB 776/1063 KB 1209/1267 KB 708/713 KB 976/1044 KB 108/257 KB 772/1063 KB 1209/1267 KB 668/713 KB 964/1044 KB 100/257 KB 776/1063 KB 1213/1267 KB 708/713 KB 976/1044 KB 108/257 KB 776/1063 KB 1217/1267 KB 708/713 KB 976/1044 KB 108/257 KB 776/1063 KB 1221/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1225/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1229/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1233/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1237/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1241/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1245/1267 KB 708/713 KB 980/1044 KB 108/257 KB 780/1063 KB 1245/1267 KB 708/713 KB 980/1044 KB 108/257 KB 784/1063 KB 1245/1267 KB 708/713 KB 980/1044 KB 108/257 KB 788/1063 KB 1245/1267 KB 708/713 KB 980/1044 KB 108/257 KB 792/1063 KB 1249/1267 KB 708/713 KB 980/1044 KB 108/257 KB 796/1063 KB 1249/1267 KB 708/713 KB 980/1044 KB 108/257 KB 800/1063 KB 1249/1267 KB 708/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1209/1267 KB 708/713 KB 968/1044 KB 108/257 KB 800/1063 KB 1249/1267 KB 712/713 KB 980/1044 KB 108/257 KB 800/1063 KB 1249/1267 KB 713/713 KB 980/1044 KB 108/257 KB 788/1063 KB 1249/1267 KB 708/713 KB 980/1044 KB 108/257 KB 800/1063 KB 1253/1267 KB 713/713 KB 980/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 980/1044 KB 108/257 KB 776/1063 KB 1217/1267 KB 708/713 KB 980/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 984/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 988/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 992/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 996/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 1000/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 1004/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 1008/1044 KB 108/257 KB 800/1063 KB 1257/1267 KB 713/713 KB 1012/1044 KB 108/257 KB 800/1063 KB 1261/1267 KB 713/713 KB 1012/1044 KB 108/257 KB 800/1063 KB 1261/1267 KB 713/713 KB 1016/1044 KB 108/257 KB 800/1063 KB 1261/1267 KB 713/713 KB 1020/1044 KB 108/257 KB 804/1063 KB 1265/1267 KB 713/713 KB 1024/1044 KB 108/257 KB 804/1063 KB 1265/1267 KB 713/713 KB 1028/1044 KB 108/257 KB 804/1063 KB 1265/1267 KB 713/713 KB 1020/1044 KB 108/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 112/257 KB 804/1063 KB 1261/1267 KB 713/713 KB 1020/1044 KB 108/257 KB 804/1063 KB 1265/1267 KB 713/713 KB 1028/1044 KB 112/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 116/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 120/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 124/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 128/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 132/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 136/257 KB 804/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 140/257 KB 804/10 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 63 KB 1267/1267 KB 713/713 KB 1028/1044 KB 144/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 148/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 152/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 156/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1028/1044 KB 144/257 KB 812/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 816/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 820/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 824/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 828/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 160/257 KB 808/1063 KB 1267/1267 KB 713/713 KB 1032/1044 KB 148/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1036/1044 KB 160/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1040/1044 KB 160/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 160/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 160/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 164/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 168/257 KB 832/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 172/257 KB 836/1063 KB 1267/1267 KB 1044/1044 KB 176/257 KB 836/1063 KB 1267/1267 KB 1044/1044 KB 172/257 KB 840/1063 KB 1267/1267 KB 1044/1044 KB 176/257 KB 844/1063 KB 1267/1267 KB 1044/1044 KB 176/257 KB 848/1063 KB 1267/1267 KB 1044/1044 KB 176/257 KB 852/1063 KB 1267/1267 KB 1044/1044 KB 176/257 KB 856/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 860/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 864/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2103.8 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 852/1063 KB 1267/1267 KB 1044/1044 KB 180/257 KB 868/1063 KB 1044/1044 KB 184/257 KB 868/1063 KB 1044/1044 KB 188/257 KB 868/1063 KB 1044/1044 KB 192/257 KB 868/1063 KB 1044/1044 KB 196/257 KB 868/1063 KB 1044/1044 KB 200/257 KB 868/1063 KB 1044/1044 KB 204/257 KB 868/1063 KB 1044/1044 KB 208/257 KB 868/1063 KB 1044/1044 KB 212/257 KB 868/1063 KB 1044/1044 KB 216/257 KB 868/1063 KB 1044/1044 KB 220/257 KB 868/1063 KB 1044/1044 KB 224/257 KB 868/1063 KB 1044/1044 KB 228/257 KB 868/1063 KB 1044/1044 KB 232/257 KB 868/1063 KB 1044/1044 KB 236/257 KB 868/1063 KB 1044/1044 KB 240/257 KB 868/1063 KB 1044/1044 KB 180/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1192.3 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 872/1063 KB 1044/1044 KB 240/257 KB 876/1063 KB 1044/1044 KB 244/257 KB 880/1063 KB 1044/1044 KB 244/257 KB 884/1063 KB 1044/1044 KB 244/257 KB 888/1063 KB 244/257 KB 892/1063 KB 244/257 KB 896/1063 KB 244/257 KB 900/1063 KB 244/257 KB 904/1063 KB 244/257 KB 908/1063 KB 244/257 KB 912/1063 KB 244/257 KB 916/1063 KB 244/257 KB 920/1063 KB 244/257 KB 924/1063 KB 244/257 KB 928/1063 KB 244/257 KB 872/1063 KB 1044/1044 KB 244/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1694.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 928/1063 KB 248/257 KB 928/1063 KB 252/257 KB 928/1063 KB 256/257 KB 928/1063 KB 257/257 KB 932/1063 KB 257/257 KB 936/1063 KB 257/257 KB 936/1063 KB 257/257 KB 4/358 KB 936/1063 KB 257/257 KB 8/358 KB 936/1063 KB 257/257 KB 12/358 KB 936/1063 KB 257/257 KB 16/358 KB 940/1063 KB 257/257 KB 16/358 KB 944/1063 KB 257/257 KB 16/358 KB 944/1063 KB 257/257 KB 20/358 KB 944/1063 KB 257/257 KB 24/358 KB 944/1063 KB 257/257 KB 28/358 KB 944/1063 KB 257/257 KB 32/358 KB 944/1063 KB 257/257 KB 36/358 KB 944/1063 KB 257/257 KB 40/358 KB 3/5 KB 944/1063 KB 257/257 KB 44/358 KB 3/5 KB 944/1063 KB 257/257 KB 36/358 KB 3/5 KB 944/1063 KB 257/257 KB 44/358 KB 5/5 KB 944/1063 KB 257/257 KB 48/358 KB 5/5 KB 944/1063 KB 257/257 KB 52/358 KB 5/5 KB 944/1063 KB 257/257 KB 56/358 KB 5/5 KB 944/1063 KB 257/257 KB 60/358 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 4/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 8/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 12/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 16/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 20/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 24/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 28/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 32/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 36/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 40/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 44/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 48/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 52/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 56/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 60/549 KB 5/5 KB 944/1063 KB 257/257 KB 64/358 KB 64/549 KB 5/5 KB 944/1063 KB 257/257 KB 68/358 KB 64/549 KB 5/5 KB 944/1063 KB 257/257 KB 72/358 KB 64/549 KB 5/5 KB 944/1063 KB 76/358 KB 64/549 KB 5/5 KB 944/1063 KB 80/358 KB 64/549 KB 5/5 KB 944/1063 KB 84/358 KB 64/549 KB 5/5 KB 944/1063 KB 88/358 KB 64/549 KB 5/5 KB 944/1063 KB 92/358 KB 64/549 KB 5/5 KB 944/1063 KB 96/358 KB 64/549 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 6.9 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 407.4 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 944/1063 KB 96/358 KB 68/549 KB 944/1063 KB 96/358 KB 72/549 KB 944/1063 KB 96/358 KB 76/549 KB 944/1063 KB 96/358 KB 80/549 KB 944/1063 KB 96/358 KB 84/549 KB 948/1063 KB 100/358 KB 88/549 KB 948/1063 KB 100/358 KB 92/549 KB 948/1063 KB 100/358 KB 96/549 KB 948/1063 KB 100/358 KB 84/549 KB 948/1063 KB 104/358 KB 96/549 KB 948/1063 KB 108/358 KB 96/549 KB 948/1063 KB 112/358 KB 100/549 KB 948/1063 KB 96/358 KB 84/549 KB 952/1063 KB 112/358 KB 100/549 KB 956/1063 KB 112/358 KB 100/549 KB 960/1063 KB 112/358 KB 100/549 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 964/1063 KB 112/358 KB 100/549 KB 968/1063 KB 3/86 KB 116/358 KB 100/549 KB 972/1063 KB 3/86 KB 116/358 KB 100/549 KB 948/1063 KB 108/358 KB 100/549 KB 972/1063 KB 3/86 KB 116/358 KB 104/549 KB 972/1063 KB 3/86 KB 116/358 KB 108/549 KB 976/1063 KB 3/86 KB 116/358 KB 112/549 KB 964/1063 KB 3/86 KB 116/358 KB 100/549 KB 964/1063 KB 3/86 KB 112/358 KB 100/549 KB 976/1063 KB 6/86 KB 116/358 KB 112/549 KB 976/1063 KB 9/86 KB 116/358 KB 112/549 KB 976/1063 KB 11/86 KB 116/358 KB 112/549 KB 976/1063 KB 14/86 KB 116/358 KB 112/549 KB 976/1063 KB 16/86 KB 116/358 KB 112/549 KB 976/1063 KB 19/86 KB 116/358 KB 112/549 KB 976/1063 KB 22/86 KB 116/358 KB 112/549 KB 976/1063 KB 25/86 KB 116/358 KB 112/549 KB 976/1063 KB 27/86 KB 116/358 KB 112/549 KB 976/1063 KB 30/86 KB 116/358 KB 112/549 KB 976/1063 KB 32/86 KB 116/358 KB 112/549 KB 976/1063 KB 3/86 KB 116/358 KB 108/549 KB 980/1063 KB 32/86 KB 116/358 KB 112/549 KB 984/1063 KB 36/86 KB 120/358 KB 116/549 KB 988/1063 KB 36/86 KB 120/358 KB 116/549 KB 992/1063 KB 36/86 KB 120/358 KB 116/549 KB 980/1063 KB 36/86 KB 120/358 KB 116/549 KB 992/1063 KB 40/86 KB 120/358 KB 116/549 KB 992/1063 KB 44/86 KB 120/358 KB 116/549 KB 992/1063 KB 48/86 KB 120/358 KB 116/549 KB 980/1063 KB 32/86 KB 120/358 KB 116/549 KB 980/1063 KB 32/86 KB 120/358 KB 112/549 KB 992/1063 KB 4/404 KB 48/86 KB 120/358 KB 116/549 KB 992/1063 KB 8/404 KB 48/86 KB 120/358 KB 116/549 KB 992/1063 KB 12/404 KB 48/86 KB 120/358 KB 116/549 KB 992/1063 KB 16/404 KB 48/86 KB 120/358 KB 116/549 KB 992/1063 KB 16/404 KB 48/86 KB 124/358 KB 116/549 KB 992/1063 KB 20/404 KB 48/86 KB 124/358 KB 116/549 KB 992/1063 KB 24/404 KB 52/86 KB 128/358 KB 120/549 KB 992/1063 KB 28/404 KB 52/86 KB 128/358 KB 120/549 KB 992/1063 KB 20/404 KB 52/86 KB 128/358 KB 120/549 KB 992/1063 KB 28/404 KB 52/86 KB 128/358 KB 124/549 KB 992/1063 KB 28/404 KB 52/86 KB 128/358 KB 128/549 KB 996/1063 KB 28/404 KB 52/86 KB 128/358 KB 128/549 KB 1000/1063 KB 32/404 KB 52/86 KB 128/358 KB 132/549 KB 1004/1063 KB 32/404 KB 52/86 KB 128/358 KB 132/549 KB 1008/1063 KB 32/404 KB 52/86 KB 128/358 KB 132/549 KB 992/1063 KB 20/404 KB 52/86 KB 128/358 KB 116/549 KB 1008/1063 KB 32/404 KB 56/86 KB 128/358 KB 132/549 KB 1008/1063 KB 32/404 KB 60/86 KB 128/358 KB 132/549 KB 1008/1063 KB 32/404 KB 64/86 KB 128/358 KB 132/549 KB 992/1063 KB 20/404 KB 48/86 KB 128/358 KB 116/549 KB 1008/1063 KB 32/404 KB 64/86 KB 132/358 KB 132/549 KB 1008/1063 KB 32/404 KB 64/86 KB 136/358 KB 132/549 KB 1008/1063 KB 32/404 KB 64/86 KB 140/358 KB 132/549 KB 1008/1063 KB 32/404 KB 64/86 KB 144/358 KB 132/549 KB 1008/1063 KB 32/404 KB 68/86 KB 144/358 KB 132/549 KB 1012/1063 KB 32/404 KB 72/86 KB 148/358 KB 132/549 KB 1012/1063 KB 32/404 KB 76/86 KB 148/358 KB 132/549 KB 1012/1063 KB 32/404 KB 80/86 KB 148/358 KB 132/549 KB 996/1063 KB 32/404 KB 52/86 KB 128/358 KB 132/549 KB 1012/1063 KB 32/404 KB 80/86 KB 148/358 KB 136/549 KB 1012/1063 KB 32/404 KB 80/86 KB 148/358 KB 140/549 KB 996/1063 KB 32/404 KB 52/86 KB 128/358 KB 128/549 KB 1012/1063 KB 36/404 KB 80/86 KB 148/358 KB 140/549 KB 1012/1063 KB 40/404 KB 80/86 KB 148/358 KB 140/549 KB 1012/1063 KB 40/404 KB 80/86 KB 148/358 KB 144/549 KB 1012/1063 KB 44/404 KB 80/86 KB 148/358 KB 144/549 KB 1012/1063 KB 48/404 KB 80/86 KB 148/358 KB 144/549 KB 1012/1063 KB 52/404 KB 80/86 KB 148/358 KB 144/549 KB 1012/1063 KB 56/404 KB 84/86 KB 148/358 KB 148/549 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1012/1063 KB 32/404 KB 68/86 KB 148/358 KB 132/549 KB 1016/1063 KB 60/404 KB 84/86 KB 148/358 KB 148/549 KB 1008/1063 KB 32/404 KB 68/86 KB 148/358 KB 132/549 KB 1020/1063 KB 60/404 KB 84/86 KB 152/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 156/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 160/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 164/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 168/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 172/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 176/358 KB 148/549 KB 1012/1063 KB 52/404 KB 84/86 KB 148/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 176/358 KB 152/549 KB 1020/1063 KB 60/404 KB 84/86 KB 176/358 KB 156/549 KB 1020/1063 KB 60/404 KB 84/86 KB 176/358 KB 160/549 KB 1012/1063 KB 52/404 KB 84/86 KB 148/358 KB 144/549 KB 1020/1063 KB 60/404 KB 86/86 KB 176/358 KB 160/549 KB 1012/1063 KB 60/404 KB 84/86 KB 164/358 KB 148/549 KB 1020/1063 KB 60/404 KB 84/86 KB 148/358 KB 148/549 KB 1024/1063 KB 60/404 KB 86/86 KB 176/358 KB 160/549 KB 1028/1063 KB 60/404 KB 86/86 KB 176/358 KB 160/549 KB 1032/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1036/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1040/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1044/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1048/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1052/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1056/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1060/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1063/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1028/1063 KB 64/404 KB 86/86 KB 180/358 KB 164/549 KB 1063/1063 KB 64/404 KB 86/86 KB 184/358 KB 164/549 KB 1063/1063 KB 64/404 KB 86/86 KB 188/358 KB 164/549 KB 1028/1063 KB 64/404 KB 86/86 KB 176/358 KB 164/549 KB 1028/1063 KB 64/404 KB 86/86 KB 176/358 KB 160/549 KB 1063/1063 KB 68/404 KB 86/86 KB 188/358 KB 164/549 KB 1063/1063 KB 72/404 KB 86/86 KB 188/358 KB 164/549 KB 1063/1063 KB 72/404 KB 86/86 KB 188/358 KB 168/549 KB 1063/1063 KB 76/404 KB 86/86 KB 188/358 KB 172/549 KB 1063/1063 KB 80/404 KB 86/86 KB 188/358 KB 172/549 KB 1063/1063 KB 84/404 KB 86/86 KB 188/358 KB 172/549 KB 1063/1063 KB 88/404 KB 192/358 KB 172/549 KB 1063/1063 KB 92/404 KB 192/358 KB 172/549 KB 1063/1063 KB 96/404 KB 192/358 KB 172/549 KB 1063/1063 KB 80/404 KB 86/86 KB 188/358 KB 172/549 KB 1063/1063 KB 96/404 KB 192/358 KB 176/549 KB 1063/1063 KB 96/404 KB 192/358 KB 180/549 KB 1063/1063 KB 96/404 KB 192/358 KB 184/549 KB 1063/1063 KB 96/404 KB 192/358 KB 188/549 KB 1063/1063 KB 96/404 KB 192/358 KB 192/549 KB 1063/1063 KB 84/404 KB 86/86 KB 192/358 KB 172/549 KB 1063/1063 KB 96/404 KB 196/358 KB 192/549 KB 1063/1063 KB 96/404 KB 200/358 KB 192/549 KB 1063/1063 KB 96/404 KB 204/358 KB 192/549 KB 1063/1063 KB 96/404 KB 208/358 KB 192/549 KB 1063/1063 KB 96/404 KB 212/358 KB 192/549 KB 1063/1063 KB 100/404 KB 216/358 KB 196/549 KB 1063/1063 KB 100/404 KB 220/358 KB 196/549 KB 1063/1063 KB 100/404 KB 224/358 KB 196/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 128.3 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 100/404 KB 228/358 KB 196/549 KB 100/404 KB 232/358 KB 196/549 KB 100/404 KB 236/358 KB 196/549 KB 100/404 KB 240/358 KB 196/549 KB 100/404 KB 244/358 KB 196/549 KB 100/404 KB 248/358 KB 196/549 KB 100/404 KB 252/358 KB 196/549 KB 100/404 KB 256/358 KB 196/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1573.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1063/1063 KB 100/404 KB 212/358 KB 196/549 KB 1063/1063 KB 100/404 KB 212/358 KB 192/549 KB 104/404 KB 256/358 KB 196/549 KB 108/404 KB 256/358 KB 196/549 KB 108/404 KB 256/358 KB 200/549 KB 108/404 KB 256/358 KB 204/549 KB 112/404 KB 256/358 KB 208/549 KB 112/404 KB 256/358 KB 204/549 KB 116/404 KB 256/358 KB 208/549 KB 120/404 KB 256/358 KB 212/549 KB 124/404 KB 256/358 KB 212/549 KB 128/404 KB 256/358 KB 212/549 KB 116/404 KB 256/358 KB 212/549 KB 128/404 KB 256/358 KB 216/549 KB 128/404 KB 256/358 KB 220/549 KB 128/404 KB 256/358 KB 224/549 KB 128/404 KB 256/358 KB 228/549 KB 132/404 KB 256/358 KB 232/549 KB 132/404 KB 256/358 KB 236/549 KB 132/404 KB 256/358 KB 240/549 KB Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 132/404 KB 256/358 KB 228/549 KB 136/404 KB 256/358 KB 240/549 KB 140/404 KB 256/358 KB 240/549 KB 144/404 KB 256/358 KB 240/549 KB 148/404 KB 256/358 KB 240/549 KB 152/404 KB 260/358 KB 244/549 KB 156/404 KB 260/358 KB 244/549 KB 160/404 KB 260/358 KB 244/549 KB 148/404 KB 260/358 KB 244/549 KB 160/404 KB 260/358 KB 248/549 KB 160/404 KB 260/358 KB 252/549 KB 160/404 KB 260/358 KB 256/549 KB 148/404 KB 260/358 KB 240/549 KB 160/404 KB 264/358 KB 256/549 KB 160/404 KB 268/358 KB 256/549 KB 164/404 KB 272/358 KB 256/549 KB 164/404 KB 276/358 KB 256/549 KB 164/404 KB 280/358 KB 260/549 KB 164/404 KB 284/358 KB 260/549 KB 164/404 KB 288/358 KB 260/549 KB 164/404 KB 268/358 KB 256/549 KB 168/404 KB 288/358 KB 260/549 KB 172/404 KB 288/358 KB 260/549 KB 176/404 KB 288/358 KB 260/549 KB 164/404 KB 276/358 KB 260/549 KB 176/404 KB 288/358 KB 264/549 KB 176/404 KB 288/358 KB 268/549 KB 176/404 KB 288/358 KB 272/549 KB 180/404 KB 288/358 KB 276/549 KB 180/404 KB 288/358 KB 280/549 KB 3/894 KB 180/404 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 4/587 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 8/587 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 12/587 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 16/587 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 288/358 KB 272/549 KB 184/404 KB 16/587 KB 292/358 KB 284/549 KB 3/894 KB 180/404 KB 292/358 KB 280/549 KB 3/894 KB 180/404 KB 288/358 KB 276/549 KB 3/894 KB 184/404 KB 16/587 KB 292/358 KB 284/549 KB 5/894 KB 184/404 KB 16/587 KB 292/358 KB 284/549 KB 8/894 KB 184/404 KB 16/587 KB 292/358 KB 284/549 KB 11/894 KB 184/404 KB 20/587 KB 292/358 KB 284/549 KB 11/894 KB 184/404 KB 24/587 KB 292/358 KB 284/549 KB 11/894 KB 184/404 KB 28/587 KB 292/358 KB 284/549 KB 11/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 11/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 13/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 16/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 19/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 21/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 24/894 KB 184/404 KB 32/587 KB 292/358 KB 284/549 KB 27/894 KB 184/404 KB 32/587 KB 296/358 KB 284/549 KB 27/894 KB 188/404 KB 36/587 KB 300/358 KB 284/549 KB 29/894 KB 188/404 KB 36/587 KB 304/358 KB 284/549 KB 29/894 KB 188/404 KB 36/587 KB 308/358 KB 288/549 KB 29/894 KB 188/404 KB 36/587 KB 312/358 KB 288/549 KB 29/894 KB 188/404 KB 36/587 KB 316/358 KB 288/549 KB 29/894 KB 188/404 KB 36/587 KB 320/358 KB 288/549 KB 29/894 KB 188/404 KB 36/587 KB 324/358 KB 288/549 KB 29/894 KB 188/404 KB 36/587 KB 296/358 KB 284/549 KB 29/894 KB 192/404 KB 36/587 KB 324/358 KB 288/549 KB 29/894 KB 184/404 KB 36/587 KB 296/358 KB 284/549 KB 29/894 KB 184/404 KB 36/587 KB 296/358 KB 284/549 KB 27/894 KB 192/404 KB 40/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 44/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 48/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 52/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 56/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 60/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 64/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 68/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 72/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 76/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 80/587 KB 324/358 KB 288/549 KB 29/894 KB 192/404 KB 84/587 KB 324/358 KB 288/549 KB 29/894 KB 196/404 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 88/587 KB 324/358 KB 288/549 KB 32/894 KB 196/404 KB 92/587 KB 324/358 KB 288/549 KB 32/894 KB 196/404 KB 96/587 KB 324/358 KB 288/549 KB 32/894 KB 188/404 KB 36/587 KB 304/358 KB 288/549 KB 29/894 KB 196/404 KB 96/587 KB 324/358 KB 292/549 KB 32/894 KB 196/404 KB 96/587 KB 324/358 KB 296/549 KB 32/894 KB 196/404 KB 96/587 KB 324/358 KB 300/549 KB 32/894 KB 196/404 KB 96/587 KB 324/358 KB 304/549 KB 32/894 KB 192/404 KB 84/587 KB 324/358 KB 288/549 KB 32/894 KB 196/404 KB 96/587 KB 324/358 KB 304/549 KB 36/894 KB 196/404 KB 96/587 KB 324/358 KB 304/549 KB 40/894 KB 196/404 KB 96/587 KB 324/358 KB 304/549 KB 44/894 KB 196/404 KB 96/587 KB 324/358 KB 304/549 KB 48/894 KB 196/404 KB 84/587 KB 324/358 KB 288/549 KB 32/894 KB 200/404 KB 96/587 KB 324/358 KB 304/549 KB 48/894 KB 204/404 KB 96/587 KB 324/358 KB 304/549 KB 48/894 KB 208/404 KB 96/587 KB 324/358 KB 304/549 KB 48/894 KB 212/404 KB 96/587 KB 324/358 KB 304/549 KB 48/894 KB 216/404 KB 100/587 KB 324/358 KB 308/549 KB 52/894 KB 212/404 KB 100/587 KB 324/358 KB 308/549 KB 52/894 KB 216/404 KB 104/587 KB 328/358 KB 308/549 KB 52/894 KB 216/404 KB 108/587 KB 328/358 KB 308/549 KB 52/894 KB 216/404 KB 112/587 KB 328/358 KB 308/549 KB 52/894 KB 212/404 KB 96/587 KB 324/358 KB 308/549 KB 52/894 KB 220/404 KB 112/587 KB 328/358 KB 312/549 KB 52/894 KB 212/404 KB 96/587 KB 324/358 KB 304/549 KB 52/894 KB 220/404 KB 112/587 KB 328/358 KB 312/549 KB 56/894 KB 220/404 KB 112/587 KB 328/358 KB 312/549 KB 60/894 KB 220/404 KB 112/587 KB 328/358 KB 308/549 KB 52/894 KB 224/404 KB 112/587 KB 328/358 KB 316/549 KB 60/894 KB 216/404 KB 100/587 KB 328/358 KB 308/549 KB 52/894 KB 224/404 KB 112/587 KB 332/358 KB 316/549 KB 60/894 KB 224/404 KB 116/587 KB 332/358 KB 316/549 KB 60/894 KB 228/404 KB 120/587 KB 336/358 KB 316/549 KB 64/894 KB 220/404 KB 112/587 KB 328/358 KB 316/549 KB 60/894 KB 228/404 KB 120/587 KB 336/358 KB 320/549 KB 64/894 KB 228/404 KB 116/587 KB 336/358 KB 316/549 KB 64/894 KB 228/404 KB 120/587 KB 336/358 KB 324/549 KB 64/894 KB 228/404 KB 124/587 KB 336/358 KB 328/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 332/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 336/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 340/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 344/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 348/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 352/549 KB 68/894 KB 228/404 KB 116/587 KB 336/358 KB 316/549 KB 60/894 KB 232/404 KB 124/587 KB 336/358 KB 352/549 KB 68/894 KB 236/404 KB 124/587 KB 336/358 KB 352/549 KB 68/894 KB 240/404 KB 124/587 KB 336/358 KB 352/549 KB 68/894 KB 224/404 KB 116/587 KB 336/358 KB 316/549 KB 60/894 KB 240/404 KB 124/587 KB 340/358 KB 352/549 KB 68/894 KB 240/404 KB 124/587 KB 344/358 KB 352/549 KB 68/894 KB 240/404 KB 124/587 KB 348/358 KB 352/549 KB 68/894 KB 240/404 KB 124/587 KB 352/358 KB 352/549 KB 68/894 KB 228/404 KB 124/587 KB 336/358 KB 324/549 KB 68/894 KB 240/404 KB 128/587 KB 352/358 KB 352/549 KB 68/894 KB 228/404 KB 120/587 KB 336/358 KB 324/549 KB 68/894 KB 240/404 KB 128/587 KB 352/358 KB 352/549 KB 72/894 KB 240/404 KB 128/587 KB 352/358 KB 352/549 KB 76/894 KB 240/404 KB 128/587 KB 352/358 KB 352/549 KB 80/894 KB 240/404 KB 132/587 KB 356/358 KB 352/549 KB 84/894 KB 244/404 KB 132/587 KB 356/358 KB 352/549 KB 88/894 KB 244/404 KB 132/587 KB 356/358 KB 352/549 KB 92/894 KB 244/404 KB 132/587 KB 356/358 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install KB 352/549 KB 96/894 KB 240/404 KB 132/587 KB 356/358 KB 352/549 KB 80/894 KB 244/404 KB 136/587 KB 356/358 KB 352/549 KB 96/894 KB 240/404 KB 128/587 KB 356/358 KB 352/549 KB 80/894 KB 244/404 KB 136/587 KB 358/358 KB 352/549 KB 96/894 KB 244/404 KB 132/587 KB 356/358 KB 352/549 KB 84/894 KB 248/404 KB 136/587 KB 358/358 KB 352/549 KB 96/894 KB 252/404 KB 136/587 KB 358/358 KB 352/549 KB 96/894 KB 252/404 KB 140/587 KB 358/358 KB 352/549 KB 96/894 KB 252/404 KB 144/587 KB 358/358 KB 352/549 KB 96/894 KB 256/404 KB 144/587 KB 358/358 KB 352/549 KB 96/894 KB 256/404 KB 144/587 KB 358/358 KB 356/549 KB 96/894 KB 260/404 KB 148/587 KB 358/358 KB 360/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 364/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 368/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 372/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 376/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 380/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 384/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 356/549 KB 100/894 KB 260/404 KB 144/587 KB 358/358 KB 356/549 KB 100/894 KB 260/404 KB 148/587 KB 358/358 KB 384/549 KB 104/894 KB 260/404 KB 148/587 KB 358/358 KB 384/549 KB 108/894 KB 260/404 KB 148/587 KB 358/358 KB 384/549 KB 112/894 KB 260/404 KB 144/587 KB 358/358 KB 356/549 KB 96/894 KB 264/404 KB 152/587 KB 358/358 KB 384/549 KB 112/894 KB 268/404 KB 152/587 KB 358/358 KB 384/549 KB 112/894 KB 272/404 KB 152/587 KB 358/358 KB 384/549 KB 112/894 KB 276/404 KB 152/587 KB 358/358 KB 384/549 KB 112/894 KB 280/404 KB 152/587 KB 358/358 KB 384/549 KB 116/894 KB 284/404 KB 152/587 KB 358/358 KB 384/549 KB 116/894 KB 288/404 KB 152/587 KB 358/358 KB 384/549 KB 116/894 KB 292/404 KB 152/587 KB 358/358 KB 384/549 KB 116/894 KB 296/404 KB 152/587 KB 358/358 KB 388/549 KB 116/894 KB 300/404 KB 152/587 KB 358/358 KB 388/549 KB 116/894 KB 260/404 KB 152/587 KB 358/358 KB 384/549 KB 112/894 KB 300/404 KB 156/587 KB 358/358 KB 388/549 KB 116/894 KB 300/404 KB 160/587 KB 358/358 KB 388/549 KB 116/894 KB 300/404 KB 164/587 KB 358/358 KB 388/549 KB 116/894 KB 300/404 KB 168/587 KB 388/549 KB 116/894 KB 300/404 KB 172/587 KB 388/549 KB 116/894 KB 300/404 KB 176/587 KB 388/549 KB 116/894 KB 300/404 KB 180/587 KB 388/549 KB 116/894 KB 304/404 KB 184/587 KB 388/549 KB 116/894 KB 304/404 KB 188/587 KB 388/549 KB 116/894 KB 304/404 KB 192/587 KB 388/549 KB 116/894 KB 304/404 KB 196/587 KB 388/549 KB 116/894 KB 304/404 KB 200/587 KB 388/549 KB 116/894 KB 304/404 KB 204/587 KB 388/549 KB 116/894 KB 304/404 KB 208/587 KB 388/549 KB 116/894 KB 304/404 KB 212/587 KB 388/549 KB 116/894 KB 292/404 KB 152/587 KB 358/358 KB 388/549 KB 116/894 KB 276/404 KB 152/587 KB 358/358 KB 384/549 KB 116/894 KB 304/404 KB 212/587 KB 388/549 KB 120/894 KB 304/404 KB 212/587 KB 388/549 KB 124/894 KB 304/404 KB 212/587 KB 388/549 KB 128/894 KB 304/404 KB 212/587 KB 388/549 KB 132/894 KB 304/404 KB 212/587 KB 388/549 KB 136/894 KB 304/404 KB 212/587 KB 392/549 KB 140/894 KB 304/404 KB 212/587 KB 392/549 KB 144/894 KB 304/404 KB 180/587 KB 388/549 KB 116/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 493.7 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 304/404 KB 212/587 KB 392/549 KB 136/894 KB 304/404 KB 212/587 KB 396/549 KB 144/894 KB 304/404 KB 212/587 KB 400/549 KB 144/894 KB 308/404 KB 212/587 KB 400/549 KB 144/894 KB 312/404 KB 212/587 KB 404/549 KB 148/894 KB 316/404 KB 212/587 KB 404/549 KB 148/894 KB 320/404 KB 212/587 KB 404/549 KB 148/894 KB 308/404 KB 212/587 KB 404/549 KB 148/894 KB 320/404 KB 212/587 KB 408/549 KB 148/894 KB 308/404 KB 212/587 KB 400/549 KB 148/894 KB 320/404 KB 212/587 KB 408/549 KB 152/894 KB 320/404 KB 212/587 KB 408/549 KB 156/894 KB 320/404 KB 212/587 KB 408/549 KB 160/894 KB 320/404 KB 212/587 KB 412/549 KB 160/894 KB 320/404 KB 212/587 KB 416/549 KB 160/894 KB 320/404 KB 212/587 KB 420/549 KB 160/894 KB 324/404 KB 212/587 KB 424/549 KB 164/894 KB 324/404 KB 212/587 KB 420/549 KB 164/894 KB 328/404 KB 212/587 KB 424/549 KB 164/894 KB 332/404 KB 212/587 KB 424/549 KB 164/894 KB 320/404 KB 212/587 KB 420/549 KB 164/894 KB 332/404 KB 212/587 KB 424/549 KB 168/894 KB 332/404 KB 212/587 KB 424/549 KB 172/894 KB 336/404 KB 212/587 KB 424/549 KB 176/894 KB 336/404 KB 216/587 KB 424/549 KB 180/894 KB 336/404 KB 216/587 KB 428/549 KB 183/894 KB 336/404 KB 212/587 KB 424/549 KB 172/894 KB 340/404 KB 216/587 KB 428/549 KB 183/894 KB 344/404 KB 216/587 KB 428/549 KB 183/894 KB 336/404 KB 216/587 KB 428/549 KB 180/894 KB 344/404 KB 216/587 KB 432/549 KB 183/894 KB 336/404 KB 216/587 KB 424/549 KB 176/894 KB 344/404 KB 220/587 KB 432/549 KB 183/894 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 3/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 6/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 9/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 11/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 14/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 16/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 19/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 22/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 25/26 KB 344/404 KB 224/587 KB 432/549 KB 183/894 KB 26/26 KB 344/404 KB 224/587 KB 432/549 KB 187/894 KB 26/26 KB 348/404 KB 224/587 KB 432/549 KB 187/894 KB 26/26 KB 352/404 KB 228/587 KB 436/549 KB 187/894 KB 26/26 KB 348/404 KB 228/587 KB 436/549 KB 187/894 KB 26/26 KB 352/404 KB 228/587 KB 440/549 KB 190/894 KB 26/26 KB 352/404 KB 228/587 KB 444/549 KB 190/894 KB 26/26 KB 352/404 KB 228/587 KB 448/549 KB 190/894 KB 26/26 KB 348/404 KB 228/587 KB 432/549 KB 187/894 KB 26/26 KB 352/404 KB 232/587 KB 448/549 KB 190/894 KB 26/26 KB 352/404 KB 236/587 KB 448/549 KB 190/894 KB 26/26 KB 352/404 KB 240/587 KB 448/549 KB 190/894 KB 26/26 KB 352/404 KB 228/587 KB 436/549 KB 190/894 KB 26/26 KB 352/404 KB 240/587 KB 448/549 KB 191/894 KB 26/26 KB 352/404 KB 240/587 KB 448/549 KB 194/894 KB 26/26 KB 356/404 KB 240/587 KB 448/549 KB 195/894 KB 26/26 KB 360/404 KB 240/587 KB 452/549 KB 195/894 KB 26/26 KB 364/404 KB 240/587 KB 452/549 KB 195/894 KB 26/26 KB 352/404 KB 240/587 KB 448/549 KB 195/894 KB 26/26 KB 364/404 KB 244/587 KB 452/549 KB 198/894 KB 26/26 KB 356/404 KB 240/587 KB 452/549 KB 195/894 KB 26/26 KB 364/404 KB 244/587 KB 456/549 KB 198/894 KB 26/26 KB 368/404 KB 244/587 KB 460/549 KB 200/894 KB 26/26 KB 368/404 KB 244/587 KB 464/549 KB 200/894 KB 26/26 KB 368/404 KB 244/587 KB 468/549 KB 200/894 KB 26/26 KB 368/404 KB 244/587 KB 472/549 KB 200/894 KB 26/26 KB 368/404 KB 244/587 KB 476/549 KB 200/894 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 368/404 KB 244/587 KB 480/549 KB 200/894 KB 364/404 KB 244/587 KB 452/549 KB 195/894 KB 26/26 KB 368/404 KB 248/587 KB 480/549 KB 200/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 34.1 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 368/404 KB 244/587 KB 456/549 KB 200/894 KB 26/26 KB 364/404 KB 244/587 KB 456/549 KB 200/894 KB 26/26 KB 368/404 KB 248/587 KB 480/549 KB 203/894 KB 368/404 KB 248/587 KB 480/549 KB 206/894 KB 372/404 KB 252/587 KB 480/549 KB 208/894 KB 372/404 KB 252/587 KB 480/549 KB 206/894 KB 368/404 KB 252/587 KB 480/549 KB 206/894 KB 372/404 KB 256/587 KB 480/549 KB 208/894 KB 372/404 KB 260/587 KB 480/549 KB 208/894 KB 376/404 KB 260/587 KB 480/549 KB 211/894 KB 372/404 KB 260/587 KB 480/549 KB 211/894 KB 380/404 KB 260/587 KB 480/549 KB 211/894 KB 384/404 KB 260/587 KB 480/549 KB 214/894 KB 380/404 KB 260/587 KB 480/549 KB 214/894 KB 384/404 KB 264/587 KB 480/549 KB 214/894 KB 384/404 KB 268/587 KB 480/549 KB 216/894 KB 384/404 KB 272/587 KB 480/549 KB 216/894 KB 388/404 KB 276/587 KB 484/549 KB 216/894 KB 388/404 KB 280/587 KB 484/549 KB 216/894 KB 388/404 KB 284/587 KB 484/549 KB 216/894 KB 388/404 KB 288/587 KB 484/549 KB 216/894 KB 388/404 KB 292/587 KB 484/549 KB 216/894 KB 388/404 KB 296/587 KB 484/549 KB 216/894 KB 388/404 KB 300/587 KB 484/549 KB 216/894 KB 384/404 KB 264/587 KB 480/549 KB 216/894 KB 388/404 KB 300/587 KB 484/549 KB 219/894 KB 388/404 KB 300/587 KB 484/549 KB 222/894 KB 388/404 KB 272/587 KB 484/549 KB 216/894 KB 392/404 KB 300/587 KB 484/549 KB 222/894 KB 396/404 KB 300/587 KB 484/549 KB 222/894 KB 400/404 KB 300/587 KB 484/549 KB 224/894 KB 384/404 KB 272/587 KB 484/549 KB 216/894 KB 400/404 KB 300/587 KB 488/549 KB 224/894 KB 400/404 KB 300/587 KB 492/549 KB 224/894 KB 400/404 KB 300/587 KB 496/549 KB 224/894 KB 396/404 KB 300/587 KB 484/549 KB 224/894 KB 400/404 KB 300/587 KB 496/549 KB 227/894 KB 400/404 KB 300/587 KB 496/549 KB 3/79 KB 231/894 KB 400/404 KB 300/587 KB 496/549 KB 3/79 KB 227/894 KB 404/404 KB 300/587 KB 500/549 KB 5/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 8/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 11/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 13/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 16/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 19/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 21/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 3/79 KB 231/894 KB 404/404 KB 300/587 KB 496/549 KB 3/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 24/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 27/79 KB 231/894 KB 404/404 KB 300/587 KB 500/549 KB 29/79 KB 231/894 KB 404/404 KB 300/587 KB 504/549 KB 29/79 KB 235/894 KB 404/404 KB 300/587 KB 508/549 KB 29/79 KB 235/894 KB 404/404 KB 300/587 KB 512/549 KB 32/79 KB 235/894 KB 404/404 KB 300/587 KB 516/549 KB 32/79 KB 235/894 KB 404/404 KB 304/587 KB 520/549 KB 32/79 KB 235/894 KB 404/404 KB 304/587 KB 524/549 KB 32/79 KB 235/894 KB 404/404 KB 304/587 KB 528/549 KB 32/79 KB 235/894 KB 404/404 KB 304/587 KB 532/549 KB 32/79 KB 235/894 KB 404/404 KB 300/587 KB 500/549 KB 29/79 KB 235/894 KB 404/404 KB 304/587 KB 532/549 KB 32/79 KB 239/894 KB 404/404 KB 304/587 KB 532/549 KB 32/79 KB 240/894 KB 404/404 KB 304/587 KB 516/549 KB 32/79 KB 235/894 KB 404/404 KB 300/587 KB 508/549 KB 32/79 KB 235/894 KB 404/404 KB 304/587 KB 532/549 KB 32/79 KB 244/894 KB 308/587 KB 532/549 KB 36/79 KB 248/894 KB 308/587 KB 532/549 KB 36/79 KB 252/894 KB 308/587 KB 532/549 KB 36/79 KB 256/894 KB 308/587 KB 532/549 KB 36/79 KB 244/894 KB 308/587 KB 532/549 KB 40/79 KB 256/894 KB 308/587 KB 532/549 KB 44/79 KB 256/894 KB 308/587 KB 532/549 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install KB 48/79 KB 256/894 KB 308/587 KB 532/549 KB 32/79 KB 244/894 KB 312/587 KB 532/549 KB 48/79 KB 256/894 KB 316/587 KB 532/549 KB 48/79 KB 256/894 KB 320/587 KB 532/549 KB 48/79 KB 256/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 529.0 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 320/587 KB 532/549 KB 48/79 KB 260/894 KB 324/587 KB 532/549 KB 52/79 KB 264/894 KB 324/587 KB 532/549 KB 52/79 KB 268/894 KB 324/587 KB 532/549 KB 52/79 KB 272/894 KB 324/587 KB 532/549 KB 52/79 KB 260/894 KB 324/587 KB 532/549 KB 48/79 KB 260/894 KB 328/587 KB 536/549 KB 56/79 KB 272/894 KB 324/587 KB 536/549 KB 52/79 KB 272/894 KB 328/587 KB 540/549 KB 56/79 KB 272/894 KB 328/587 KB 536/549 KB 56/79 KB 272/894 KB 332/587 KB 540/549 KB 60/79 KB 272/894 KB 332/587 KB 540/549 KB 64/79 KB 272/894 KB 332/587 KB 540/549 KB 68/79 KB 272/894 KB 332/587 KB 544/549 KB 72/79 KB 276/894 KB 332/587 KB 544/549 KB 76/79 KB 276/894 KB 332/587 KB 544/549 KB 79/79 KB 276/894 KB 332/587 KB 540/549 KB 56/79 KB 272/894 KB 336/587 KB 544/549 KB 79/79 KB 276/894 KB 332/587 KB 544/549 KB 68/79 KB 276/894 KB 336/587 KB 544/549 KB 79/79 KB 280/894 KB 336/587 KB 544/549 KB 79/79 KB 284/894 KB 336/587 KB 544/549 KB 79/79 KB 288/894 KB 340/587 KB 544/549 KB 79/79 KB 292/894 KB 340/587 KB 544/549 KB 79/79 KB 296/894 KB 340/587 KB 544/549 KB 79/79 KB 300/894 KB 340/587 KB 544/549 KB 79/79 KB 304/894 KB 332/587 KB 544/549 KB 68/79 KB 272/894 KB 340/587 KB 548/549 KB 79/79 KB 304/894 KB 340/587 KB 549/549 KB 79/79 KB 304/894 KB 340/587 KB 544/549 KB 79/79 KB 292/894 KB 344/587 KB 549/549 KB 79/79 KB 304/894 KB 348/587 KB 549/549 KB 79/79 KB 304/894 KB 352/587 KB 549/549 KB 79/79 KB 304/894 KB 356/587 KB 549/549 KB 79/79 KB 304/894 KB 360/587 KB 549/549 KB 79/79 KB 304/894 KB 364/587 KB 549/549 KB 79/79 KB 304/894 KB 368/587 KB 549/549 KB 79/79 KB 304/894 KB 372/587 KB 549/549 KB 79/79 KB 308/894 KB 376/587 KB 549/549 KB 79/79 KB 308/894 KB 368/587 KB 549/549 KB 79/79 KB 308/894 KB 380/587 KB 549/549 KB 79/79 KB 312/894 KB 380/587 KB 549/549 KB 79/79 KB 316/894 KB 380/587 KB 549/549 KB 79/79 KB 320/894 KB 380/587 KB 549/549 KB 79/79 KB 324/894 KB 380/587 KB 549/549 KB 328/894 KB 380/587 KB 549/549 KB 332/894 KB 380/587 KB 549/549 KB 336/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 707.0 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 380/587 KB 549/549 KB 324/894 KB 384/587 KB 336/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 101.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 384/587 KB 4/1822 KB 336/894 KB 384/587 KB 8/1822 KB 336/894 KB 384/587 KB 12/1822 KB 336/894 KB 384/587 KB 16/1822 KB 336/894 KB 384/587 KB 20/1822 KB 336/894 KB 384/587 KB 24/1822 KB 336/894 KB 384/587 KB 28/1822 KB 336/894 KB 384/587 KB 32/1822 KB 336/894 KB 384/587 KB 36/1822 KB 336/894 KB 384/587 KB 40/1822 KB 336/894 KB 384/587 KB 44/1822 KB 336/894 KB 384/587 KB 48/1822 KB 336/894 KB 384/587 KB 52/1822 KB 336/894 KB 384/587 KB 56/1822 KB 336/894 KB 384/587 KB 60/1822 KB 336/894 KB 384/587 KB 64/1822 KB 336/894 KB 384/587 KB 68/1822 KB 336/894 KB 388/587 KB 72/1822 KB 336/894 KB 388/587 KB 68/1822 KB 336/894 KB 392/587 KB 72/1822 KB 340/894 KB 396/587 KB 72/1822 KB 340/894 KB 400/587 KB 72/1822 KB 340/894 KB 404/587 KB 72/1822 KB 340/894 KB 408/587 KB 76/1822 KB 340/894 KB 412/587 KB 76/1822 KB 340/894 KB 416/587 KB 76/1822 KB 340/894 KB 388/587 KB 72/1822 KB 340/894 KB 404/587 KB 76/1822 KB 340/894 KB 416/587 KB 80/1822 KB 340/894 KB 416/587 KB 80/1822 KB 344/894 KB 416/587 KB 4/206 KB 80/1822 KB 344/894 KB 416/587 KB 8/206 KB 80/1822 KB 344/894 KB 416/587 KB 12/206 KB 80/1822 KB 344/894 KB 416/587 KB 16/206 KB 80/1822 KB 344/894 KB 416/587 KB 16/206 KB 84/1822 KB 344/894 KB 416/587 KB 20/206 KB 88/1822 KB 348/894 KB 4/115 KB 416/587 KB 20/206 KB 88/1822 KB 348/894 KB 8/115 KB 416/587 KB 20/206 KB 88/1822 KB 348/894 KB 12/115 KB 416/587 KB 20/206 KB 88/1822 KB 348/894 KB 16/115 KB 416/587 KB 20/206 KB 88/1822 KB 348/894 KB 416/587 KB 16/206 KB 84/1822 KB 348/894 KB 16/115 KB 416/587 KB 20/206 KB 88/1822 KB 352/894 KB 16/115 KB 416/587 KB 20/206 KB 88/1822 KB 356/894 KB 20/115 KB 420/587 KB 20/206 KB 92/1822 KB 360/894 KB 416/587 KB 20/206 KB 84/1822 KB 348/894 KB 20/115 KB 420/587 KB 24/206 KB 92/1822 KB 364/894 KB 20/115 KB 420/587 KB 28/206 KB 92/1822 KB 364/894 KB 20/115 KB 420/587 KB 32/206 KB 92/1822 KB 364/894 KB 20/115 KB 420/587 KB 36/206 KB 92/1822 KB 364/894 KB 20/115 KB 420/587 KB 40/206 KB 92/1822 KB 364/894 KB 20/115 KB 420/587 KB 20/206 KB 92/1822 KB 356/894 KB 20/115 KB 416/587 KB 20/206 KB 92/1822 KB 356/894 KB 24/115 KB 424/587 KB 40/206 KB 92/1822 KB 364/894 KB 28/115 KB 424/587 KB 40/206 KB 92/1822 KB 364/894 KB 32/115 KB 424/587 KB 40/206 KB 92/1822 KB 364/894 KB 16/115 KB 416/587 KB 20/206 KB 92/1822 KB 356/894 KB 32/115 KB 424/587 KB 40/206 KB 96/1822 KB 364/894 KB 32/115 KB 424/587 KB 40/206 KB 100/1822 KB 364/894 KB 36/115 KB 424/587 KB 40/206 KB 104/1822 KB 364/894 KB 36/115 KB 424/587 KB 40/206 KB 108/1822 KB 364/894 KB 36/115 KB 424/587 KB 40/206 KB 112/1822 KB 364/894 KB 20/115 KB 420/587 KB 20/206 KB 92/1822 KB 364/894 KB 36/115 KB 424/587 KB 44/206 KB 112/1822 KB 368/894 KB 36/115 KB 424/587 KB 44/206 KB 112/1822 KB 372/894 KB 36/115 KB 424/587 KB 44/206 KB 112/1822 KB 364/894 KB 36/115 KB 424/587 KB 48/206 KB 112/1822 KB 372/894 KB 20/115 KB 424/587 KB 40/206 KB 100/1822 KB 364/894 KB 36/115 KB 428/587 KB 48/206 KB 112/1822 KB 376/894 KB 36/115 KB 432/587 KB 48/206 KB 112/1822 KB 376/894 KB 36/115 KB 424/587 KB 40/206 KB 100/1822 KB 364/894 KB 40/115 KB 432/587 KB 48/206 KB 112/1822 KB 376/894 KB 44/115 KB 432/587 KB 48/206 KB 112/1822 KB 376/894 KB 48/115 KB 432/587 KB 48/206 KB 112/1822 KB 376/894 KB 52/115 KB 432/587 KB 48/206 KB 112/1822 KB 376/894 KB 56/115 KB 436/587 KB 52/206 KB 116/1822 KB 376/894 KB 36/115 KB 424/587 KB 48/206 KB 112/1822 KB 376/894 KB 56/115 KB 436/587 KB 52/206 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 116/1822 KB 380/894 KB 56/115 KB 436/587 KB 52/206 KB 116/1822 KB 384/894 KB 56/115 KB 436/587 KB 52/206 KB 116/1822 KB 388/894 KB 52/115 KB 436/587 KB 52/206 KB 116/1822 KB 376/894 KB 52/115 KB 436/587 KB 48/206 KB 116/1822 KB 376/894 KB 52/115 KB 436/587 KB 48/206 KB 112/1822 KB 376/894 KB 60/115 KB 440/587 KB 52/206 KB 116/1822 KB 388/894 KB 60/115 KB 444/587 KB 52/206 KB 116/1822 KB 388/894 KB 60/115 KB 448/587 KB 52/206 KB 116/1822 KB 388/894 KB 60/115 KB 436/587 KB 52/206 KB 116/1822 KB 388/894 KB 64/115 KB 448/587 KB 52/206 KB 116/1822 KB 388/894 KB 64/115 KB 448/587 KB 52/206 KB 120/1822 KB 388/894 KB 64/115 KB 448/587 KB 56/206 KB 124/1822 KB 388/894 KB 68/115 KB 452/587 KB 56/206 KB 128/1822 KB 388/894 KB 68/115 KB 452/587 KB 56/206 KB 132/1822 KB 388/894 KB 64/115 KB 448/587 KB 56/206 KB 120/1822 KB 388/894 KB 68/115 KB 452/587 KB 60/206 KB 132/1822 KB 392/894 KB 68/115 KB 452/587 KB 64/206 KB 132/1822 KB 392/894 KB 68/115 KB 452/587 KB 68/206 KB 132/1822 KB 392/894 KB 68/115 KB 452/587 KB 56/206 KB 132/1822 KB 392/894 KB 68/115 KB 452/587 KB 72/206 KB 132/1822 KB 396/894 KB 68/115 KB 452/587 KB 72/206 KB 132/1822 KB 400/894 KB 68/115 KB 452/587 KB 56/206 KB 124/1822 KB 388/894 KB 72/115 KB 452/587 KB 72/206 KB 132/1822 KB 400/894 KB 76/115 KB 452/587 KB 72/206 KB 132/1822 KB 400/894 KB 80/115 KB 452/587 KB 72/206 KB 132/1822 KB 404/894 KB 64/115 KB 452/587 KB 56/206 KB 124/1822 KB 388/894 KB 80/115 KB 456/587 KB 72/206 KB 132/1822 KB 404/894 KB 80/115 KB 460/587 KB 72/206 KB 132/1822 KB 404/894 KB 80/115 KB 464/587 KB 72/206 KB 132/1822 KB 404/894 KB 80/115 KB 468/587 KB 72/206 KB 136/1822 KB 404/894 KB 84/115 KB 472/587 KB 72/206 KB 136/1822 KB 404/894 KB 84/115 KB 476/587 KB 72/206 KB 136/1822 KB 404/894 KB 76/115 KB 452/587 KB 72/206 KB 132/1822 KB 404/894 KB 84/115 KB 476/587 KB 72/206 KB 136/1822 KB 408/894 KB 84/115 KB 476/587 KB 72/206 KB 136/1822 KB 412/894 KB 84/115 KB 476/587 KB 72/206 KB 136/1822 KB 416/894 KB 84/115 KB 476/587 KB 72/206 KB 136/1822 KB 420/894 KB 84/115 KB 480/587 KB 72/206 KB 136/1822 KB 424/894 KB 84/115 KB 468/587 KB 72/206 KB 136/1822 KB 404/894 KB 88/115 KB 480/587 KB 72/206 KB 136/1822 KB 428/894 KB 92/115 KB 480/587 KB 72/206 KB 136/1822 KB 428/894 KB 96/115 KB 480/587 KB 72/206 KB 136/1822 KB 428/894 KB 68/115 KB 452/587 KB 72/206 KB 132/1822 KB 392/894 KB 96/115 KB 480/587 KB 76/206 KB 136/1822 KB 428/894 KB 96/115 KB 480/587 KB 80/206 KB 136/1822 KB 428/894 KB 80/115 KB 464/587 KB 72/206 KB 136/1822 KB 404/894 KB 96/115 KB 480/587 KB 80/206 KB 140/1822 KB 428/894 KB 96/115 KB 480/587 KB 80/206 KB 144/1822 KB 428/894 KB 96/115 KB 480/587 KB 80/206 KB 148/1822 KB 428/894 KB 96/115 KB 480/587 KB 84/206 KB 152/1822 KB 428/894 KB 96/115 KB 480/587 KB 84/206 KB 156/1822 KB 428/894 KB 96/115 KB 480/587 KB 84/206 KB 160/1822 KB 428/894 KB 84/115 KB 480/587 KB 72/206 KB 136/1822 KB 420/894 KB 96/115 KB 480/587 KB 84/206 KB 148/1822 KB 428/894 KB 96/115 KB 480/587 KB 88/206 KB 160/1822 KB 428/894 KB 96/115 KB 480/587 KB 92/206 KB 160/1822 KB 428/894 KB 96/115 KB 480/587 KB 96/206 KB 160/1822 KB 428/894 KB 96/115 KB 480/587 KB 100/206 KB 160/1822 KB 428/894 KB 100/115 KB 484/587 KB 104/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 108/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 112/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 116/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 12 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 0/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 124/206 KB 164/1822 KB 428/894 KB 100/115 KB 484/587 KB 128/206 KB 164/1822 KB 428/894 KB 84/115 KB 480/587 KB 72/206 KB 136/1822 KB 428/894 KB 100/115 KB 484/587 KB 128/206 KB 164/1822 KB 432/894 KB 100/115 KB 484/587 KB 100/206 KB 164/1822 KB 428/894 KB 104/115 KB 484/587 KB 128/206 KB 164/1822 KB 432/894 KB 108/115 KB 484/587 KB 128/206 KB 164/1822 KB 432/894 KB 112/115 KB 484/587 KB 128/206 KB 164/1822 KB 432/894 KB 115/115 KB 484/587 KB 128/206 KB 164/1822 KB 432/894 KB 96/115 KB 484/587 KB 100/206 KB 164/1822 KB 428/894 KB 115/115 KB 484/587 KB 128/206 KB 168/1822 KB 432/894 KB 115/115 KB 484/587 KB 128/206 KB 172/1822 KB 432/894 KB 115/115 KB 484/587 KB 128/206 KB 176/1822 KB 432/894 KB 96/115 KB 484/587 KB 100/206 KB 160/1822 KB 428/894 KB 115/115 KB 488/587 KB 128/206 KB 176/1822 KB 432/894 KB 115/115 KB 492/587 KB 128/206 KB 176/1822 KB 432/894 KB 115/115 KB 496/587 KB 128/206 KB 176/1822 KB 432/894 KB 115/115 KB 500/587 KB 128/206 KB 176/1822 KB 432/894 KB 115/115 KB 504/587 KB 128/206 KB 180/1822 KB 436/894 KB 115/115 KB 500/587 KB 128/206 KB 180/1822 KB 436/894 KB 115/115 KB 508/587 KB 128/206 KB 180/1822 KB 440/894 KB 115/115 KB 508/587 KB 128/206 KB 180/1822 KB 444/894 KB 115/115 KB 508/587 KB 128/206 KB 180/1822 KB 448/894 KB 115/115 KB 500/587 KB 128/206 KB 180/1822 KB 432/894 KB 115/115 KB 508/587 KB 128/206 KB 184/1822 KB 448/894 KB 115/115 KB 508/587 KB 128/206 KB 188/1822 KB 448/894 KB 115/115 KB 508/587 KB 128/206 KB 192/1822 KB 448/894 KB 115/115 KB 508/587 KB 128/206 KB 196/1822 KB 448/894 KB 115/115 KB 508/587 KB 132/206 KB 200/1822 KB 452/894 KB 115/115 KB 508/587 KB 132/206 KB 204/1822 KB 452/894 KB 115/115 KB 508/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 508/587 KB 128/206 KB 180/1822 KB 448/894 KB 115/115 KB 512/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 516/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 520/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 524/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 528/587 KB 132/206 KB 208/1822 KB 452/894 KB 115/115 KB 508/587 KB 132/206 KB 196/1822 KB 452/894 KB 115/115 KB 528/587 KB 132/206 KB 208/1822 KB 456/894 KB 115/115 KB 528/587 KB 132/206 KB 208/1822 KB 460/894 KB 115/115 KB 528/587 KB 132/206 KB 208/1822 KB 464/894 KB 115/115 KB 508/587 KB 132/206 KB 196/1822 KB 448/894 KB 115/115 KB 528/587 KB 136/206 KB 208/1822 KB 464/894 KB 115/115 KB 528/587 KB 140/206 KB 208/1822 KB 464/894 KB 115/115 KB 528/587 KB 144/206 KB 208/1822 KB 467/894 KB 115/115 KB 528/587 KB 144/206 KB 212/1822 KB 471/894 KB 528/587 KB 144/206 KB 212/1822 KB 475/894 KB 528/587 KB 144/206 KB 212/1822 KB 479/894 KB 528/587 KB 144/206 KB 212/1822 KB 483/894 KB 115/115 KB 528/587 KB 144/206 KB 212/1822 KB 467/894 KB 528/587 KB 144/206 KB 216/1822 KB 483/894 KB 528/587 KB 144/206 KB 220/1822 KB 483/894 KB 528/587 KB 144/206 KB 224/1822 KB 483/894 KB 528/587 KB 144/206 KB 228/1822 KB 483/894 KB 528/587 KB 144/206 KB 232/1822 KB 487/894 KB 528/587 KB 144/206 KB 236/1822 KB 487/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 137.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 528/587 KB 144/206 KB 228/1822 KB 487/894 KB 528/587 KB 144/206 KB 236/1822 KB 491/894 KB 528/587 KB 144/206 KB 236/1822 KB 495/894 KB 528/587 KB 144/206 KB 236/1822 KB 499/894 KB 532/587 KB 144/206 KB 240/1822 KB 503/894 KB 532/587 KB 144/206 KB 240/1822 KB 499/894 KB 115/115 KB 528/587 KB 144/206 KB 240/1822 KB 499/894 KB 532/587 KB 148/206 KB 240/1822 KB 503/894 KB 532/587 KB 152/206 KB 240/1822 KB 503/894 KB 536/587 KB 156/206 KB 240/1822 KB 503/894 KB 536/587 KB 160/206 KB 240/1822 KB 503/894 KB 536/587 KB 164/206 KB 240/1822 KB 503/894 KB 536/587 KB 168/206 KB 240/1822 KB 503/894 KB 536/587 KB 172/206 KB 240/1822 KB 503/894 KB 536/587 KB 176/206 KB 240/1822 KB 503/894 KB 536/587 KB 180/206 KB 240/1822 KB 503/894 KB 536/587 KB 184/206 KB 240/1822 KB 503/894 KB 536/587 KB 188/206 KB 240/1822 KB 503/894 KB 528/587 KB 144/206 KB 240/1822 KB 499/894 KB 536/587 KB 152/206 KB 240/1822 KB 503/894 KB 540/587 KB 192/206 KB 240/1822 KB 503/894 KB 544/587 KB 192/206 KB 240/1822 KB 503/894 KB 548/587 KB 192/206 KB 240/1822 KB 503/894 KB 552/587 KB 192/206 KB 240/1822 KB 503/894 KB 556/587 KB 192/206 KB 240/1822 KB 503/894 KB 560/587 KB 192/206 KB 240/1822 KB 503/894 KB 564/587 KB 192/206 KB 240/1822 KB 503/894 KB 568/587 KB 192/206 KB 244/1822 KB 503/894 KB 572/587 KB 192/206 KB 244/1822 KB 503/894 KB 576/587 KB 192/206 KB 244/1822 KB 507/894 KB 576/587 KB 192/206 KB 244/1822 KB 511/894 KB 576/587 KB 192/206 KB 244/1822 KB 515/894 KB 564/587 KB 192/206 KB 244/1822 KB 503/894 KB 576/587 KB 192/206 KB 244/1822 KB 507/894 KB 580/587 KB 192/206 KB 244/1822 KB 515/894 KB 584/587 KB 192/206 KB 248/1822 KB 519/894 KB 587/587 KB 192/206 KB 248/1822 KB 519/894 KB 536/587 KB 192/206 KB 240/1822 KB 503/894 KB 587/587 KB 196/206 KB 248/1822 KB 519/894 KB 587/587 KB 200/206 KB 248/1822 KB 519/894 KB 587/587 KB 204/206 KB 248/1822 KB 519/894 KB 587/587 KB 206/206 KB 248/1822 KB 519/894 KB 580/587 KB 192/206 KB 248/1822 KB 519/894 KB 587/587 KB 206/206 KB 248/1822 KB 523/894 KB 587/587 KB 206/206 KB 248/1822 KB 527/894 KB 587/587 KB 206/206 KB 248/1822 KB 531/894 KB 587/587 KB 206/206 KB 248/1822 KB 535/894 KB 587/587 KB 206/206 KB 248/1822 KB 539/894 KB 580/587 KB 192/206 KB 248/1822 KB 515/894 KB 587/587 KB 206/206 KB 252/1822 KB 539/894 KB 587/587 KB 206/206 KB 256/1822 KB 539/894 KB 587/587 KB 206/206 KB 260/1822 KB 539/894 KB 587/587 KB 206/206 KB 264/1822 KB 539/894 KB 587/587 KB 206/206 KB 268/1822 KB 539/894 KB 587/587 KB 206/206 KB 272/1822 KB 539/894 KB 587/587 KB 206/206 KB 276/1822 KB 539/894 KB 587/587 KB 206/206 KB 280/1822 KB 539/894 KB 587/587 KB 206/206 KB 280/1822 KB 543/894 KB 587/587 KB 206/206 KB 280/1822 KB 547/894 KB 587/587 KB 206/206 KB 284/1822 KB 551/894 KB 587/587 KB 206/206 KB 284/1822 KB 555/894 KB 587/587 KB 206/206 KB 284/1822 KB 559/894 KB 587/587 KB 206/206 KB 284/1822 KB 563/894 KB 587/587 KB 206/206 KB 284/1822 KB 547/894 KB 587/587 KB 206/206 KB 288/1822 KB 563/894 KB 587/587 KB 206/206 KB 292/1822 KB 563/894 KB 587/587 KB 206/206 KB 296/1822 KB 563/894 KB 587/587 KB 206/206 KB 300/1822 KB 563/894 KB 587/587 KB 206/206 KB 304/1822 KB 563/894 KB 587/587 KB 206/206 KB 304/1822 KB 567/894 KB 308/1822 KB 571/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 693.4 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 243.1 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 587/587 KB 206/206 KB 308/1822 KB 567/894 KB 312/1822 KB 571/894 KB 312/1822 KB 575/894 KB 316/1822 KB 579/894 KB 316/1822 KB 575/894 KB 320/1822 KB 579/894 KB 324/1822 KB 579/894 KB 328/1822 KB 583/894 KB 332/1822 KB 583/894 KB 336/1822 KB 583/894 KB 324/1822 KB 583/894 KB 336/1822 KB 587/894 KB 336/1822 KB 591/894 KB 336/1822 KB 595/894 KB 336/1822 KB 599/894 KB 340/1822 KB 603/894 KB 340/1822 KB 607/894 KB 340/1822 KB 611/894 KB 340/1822 KB 599/894 KB 344/1822 KB 611/894 KB 348/1822 KB 611/894 KB 352/1822 KB 611/894 KB 352/1822 KB 615/894 KB 356/1822 KB 4/57 KB 615/894 KB 356/1822 KB 8/57 KB 615/894 KB 356/1822 KB 12/57 KB 615/894 KB 356/1822 KB 16/57 KB 615/894 KB 356/1822 KB 16/57 KB 619/894 KB 356/1822 KB 615/894 KB 360/1822 KB 16/57 KB 623/894 KB 364/1822 KB 16/57 KB 623/894 KB 356/1822 KB 16/57 KB 623/894 KB 364/1822 KB 16/57 KB 627/894 KB 368/1822 KB 16/57 KB 627/894 KB 368/1822 KB 20/57 KB 627/894 KB 368/1822 KB 24/57 KB 627/894 KB 368/1822 KB 28/57 KB 627/894 KB 368/1822 KB 32/57 KB 627/894 KB 368/1822 KB 32/57 KB 631/894 KB 372/1822 KB 36/57 KB 635/894 KB 372/1822 KB 36/57 KB 639/894 KB 372/1822 KB 36/57 KB 643/894 KB 372/1822 KB 36/57 KB 631/894 KB 368/1822 KB 36/57 KB 631/894 KB 372/1822 KB 40/57 KB 643/894 KB 372/1822 KB 44/57 KB 643/894 KB 372/1822 KB 48/57 KB 643/894 KB 372/1822 KB 48/57 KB 4/263 KB 643/894 KB 372/1822 KB 48/57 KB 8/263 KB 643/894 KB 372/1822 KB 48/57 KB 12/263 KB 643/894 KB 372/1822 KB 48/57 KB 16/263 KB 643/894 KB 372/1822 KB 52/57 KB 16/263 KB 643/894 KB 372/1822 KB 56/57 KB 16/263 KB 643/894 KB 372/1822 KB 57/57 KB 16/263 KB 643/894 KB 372/1822 KB 57/57 KB 20/263 KB 643/894 KB 372/1822 KB 57/57 KB 24/263 KB 643/894 KB 372/1822 KB 57/57 KB 28/263 KB 643/894 KB 372/1822 KB 57/57 KB 32/263 KB 643/894 KB 372/1822 KB 57/57 KB 36/263 KB 643/894 KB 372/1822 KB 57/57 KB 40/263 KB 643/894 KB 372/1822 KB 57/57 KB 44/263 KB 643/894 KB 372/1822 KB 57/57 KB 48/263 KB 643/894 KB 376/1822 KB 57/57 KB 48/263 KB 643/894 KB 380/1822 KB 57/57 KB 48/263 KB 643/894 KB 384/1822 KB 57/57 KB 48/263 KB 643/894 KB 388/1822 KB 57/57 KB 48/263 KB 643/894 KB 392/1822 KB 57/57 KB 52/263 KB 647/894 KB 396/1822 KB 57/57 KB 52/263 KB 647/894 KB 388/1822 KB 57/57 KB 52/263 KB 647/894 KB 396/1822 KB 57/57 KB 56/263 KB 647/894 KB 396/1822 KB 57/57 KB 60/263 KB 647/894 KB 396/1822 KB 57/57 KB 64/263 KB 647/894 KB 396/1822 KB 57/57 KB 68/263 KB 647/894 KB 396/1822 KB 57/57 KB 72/263 KB 647/894 KB 396/1822 KB 57/57 KB 76/263 KB 647/894 KB 396/1822 KB 57/57 KB 80/263 KB 647/894 KB 388/1822 KB 57/57 KB 48/263 KB 647/894 KB 396/1822 KB 57/57 KB 80/263 KB 651/894 KB 396/1822 KB 57/57 KB 80/263 KB 655/894 KB 396/1822 KB 57/57 KB 80/263 KB 659/894 KB 400/1822 KB 57/57 KB 80/263 KB 663/894 KB 400/1822 KB 84/263 KB 667/894 KB 400/1822 KB 84/263 KB 671/894 KB 400/1822 KB 84/263 KB 675/894 KB 400/1822 KB 84/263 KB 679/894 KB 400/1822 KB 84/263 KB 683/894 KB 400/1822 KB 84/263 KB 687/894 KB 400/1822 KB 84/263 KB 691/894 KB 400/1822 KB 57/57 KB 80/263 KB 659/894 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 65.4 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 400/1822 KB 57/57 KB 84/263 KB 663/894 KB 400/1822 KB 88/263 KB 691/894 KB 400/1822 KB 92/263 KB 691/894 KB 404/1822 KB 96/263 KB 691/894 KB 404/1822 KB 100/263 KB 691/894 KB 404/1822 KB 104/263 KB 691/894 KB 404/1822 KB 108/263 KB 691/894 KB 404/1822 KB 112/263 KB 691/894 KB 404/1822 KB 92/263 KB 691/894 KB 408/1822 KB 112/263 KB 691/894 KB 412/1822 KB 112/263 KB 691/894 KB 416/1822 KB 112/263 KB 691/894 KB 420/1822 KB 112/263 KB 691/894 KB 424/1822 KB 116/263 KB 691/894 KB 428/1822 KB 116/263 KB 691/894 KB 432/1822 KB 116/263 KB 695/894 KB 436/1822 KB 116/263 KB 695/894 KB 420/1822 KB 116/263 KB 691/894 KB 436/1822 KB 120/263 KB 695/894 KB 436/1822 KB 124/263 KB 695/894 KB 436/1822 KB 128/263 KB 695/894 KB 436/1822 KB 132/263 KB 4/99 KB 695/894 KB 428/1822 KB 116/263 KB 695/894 KB 440/1822 KB 132/263 KB 4/99 KB 699/894 KB 440/1822 KB 132/263 KB 4/99 KB 703/894 KB 440/1822 KB 132/263 KB 4/99 KB 707/894 KB 440/1822 KB 132/263 KB 4/99 KB 695/894 KB 436/1822 KB 128/263 KB 4/99 KB 695/894 KB 440/1822 KB 132/263 KB 8/99 KB 707/894 KB 440/1822 KB 132/263 KB 12/99 KB 707/894 KB 440/1822 KB 132/263 KB 16/99 KB 707/894 KB 440/1822 KB 132/263 KB 20/99 KB 707/894 KB 440/1822 KB 132/263 KB 24/99 KB 707/894 KB 440/1822 KB 132/263 KB 28/99 KB 707/894 KB 440/1822 KB 132/263 KB 32/99 KB 707/894 KB 440/1822 KB 132/263 KB 36/99 KB 707/894 KB 440/1822 KB 132/263 KB 40/99 KB 707/894 KB 444/1822 KB 132/263 KB 44/99 KB 707/894 KB 444/1822 KB 136/263 KB 48/99 KB 711/894 KB 444/1822 KB 132/263 KB 40/99 KB 707/894 KB 448/1822 KB 136/263 KB 48/99 KB 711/894 KB 452/1822 KB 136/263 KB 48/99 KB 711/894 KB 456/1822 KB 136/263 KB 48/99 KB 711/894 KB 456/1822 KB 136/263 KB 52/99 KB 711/894 KB 456/1822 KB 136/263 KB 56/99 KB 711/894 KB 456/1822 KB 136/263 KB 60/99 KB 711/894 KB 460/1822 KB 136/263 KB 64/99 KB 711/894 KB 444/1822 KB 136/263 KB 44/99 KB 711/894 KB 460/1822 KB 136/263 KB 64/99 KB 715/894 KB 460/1822 KB 136/263 KB 64/99 KB 719/894 KB 444/1822 KB 136/263 KB 44/99 KB 707/894 KB 460/1822 KB 140/263 KB 64/99 KB 719/894 KB 460/1822 KB 144/263 KB 64/99 KB 719/894 KB 460/1822 KB 148/263 KB 64/99 KB 719/894 KB 460/1822 KB 152/263 KB 64/99 KB 723/894 KB 460/1822 KB 156/263 KB 64/99 KB 723/894 KB 460/1822 KB 160/263 KB 64/99 KB 723/894 KB 460/1822 KB 164/263 KB 64/99 KB 723/894 KB 460/1822 KB 168/263 KB 68/99 KB 723/894 KB 460/1822 KB 172/263 KB 68/99 KB 723/894 KB 460/1822 KB 176/263 KB 68/99 KB 723/894 KB 460/1822 KB 136/263 KB 60/99 KB 711/894 KB 464/1822 KB 176/263 KB 68/99 KB 723/894 KB 468/1822 KB 176/263 KB 68/99 KB 723/894 KB 472/1822 KB 176/263 KB 68/99 KB 723/894 KB 476/1822 KB 176/263 KB 68/99 KB 723/894 KB 480/1822 KB 176/263 KB 68/99 KB 723/894 KB 460/1822 KB 164/263 KB 68/99 KB 723/894 KB 480/1822 KB 176/263 KB 72/99 KB 723/894 KB 480/1822 KB 176/263 KB 76/99 KB 723/894 KB 480/1822 KB 176/263 KB 80/99 KB 723/894 KB 460/1822 KB 148/263 KB 64/99 KB 723/894 KB 480/1822 KB 176/263 KB 80/99 KB 727/894 KB 480/1822 KB 176/263 KB 80/99 KB 731/894 KB 480/1822 KB 176/263 KB 80/99 KB 735/894 KB 480/1822 KB 176/263 KB 80/99 KB 739/894 KB 480/1822 KB 176/263 KB 80/99 KB 743/894 KB 484/1822 KB 180/263 KB 84/99 KB 747/894 KB 484/1822 KB 180/263 KB 84/99 KB 751/894 KB 484/1822 KB 180/263 KB 84/99 KB 755/894 KB 484/1822 KB 176/263 KB 80/99 KB 743/894 KB 488/1822 KB 180/263 KB 84/99 KB 755/894 KB 492/1822 KB 180/263 KB 84/99 KB 755/894 KB 496/1822 KB 180/263 K unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install B 84/99 KB 755/894 KB 500/1822 KB 180/263 KB 84/99 KB 755/894 KB 504/1822 KB 180/263 KB 84/99 KB 759/894 KB 508/1822 KB 180/263 KB 84/99 KB 759/894 KB 512/1822 KB 180/263 KB 84/99 KB 759/894 KB 484/1822 KB 180/263 KB 84/99 KB 743/894 KB 512/1822 KB 184/263 KB 84/99 KB 759/894 KB 512/1822 KB 188/263 KB 84/99 KB 759/894 KB 512/1822 KB 192/263 KB 84/99 KB 759/894 KB 484/1822 KB 176/263 KB 84/99 KB 743/894 KB 512/1822 KB 192/263 KB 88/99 KB 759/894 KB 512/1822 KB 192/263 KB 92/99 KB 759/894 KB 512/1822 KB 192/263 KB 96/99 KB 759/894 KB 512/1822 KB 192/263 KB 99/99 KB 759/894 KB 512/1822 KB 196/263 KB 99/99 KB 759/894 KB 512/1822 KB 200/263 KB 99/99 KB 759/894 KB 512/1822 KB 204/263 KB 99/99 KB 759/894 KB 512/1822 KB 208/263 KB 99/99 KB 759/894 KB 512/1822 KB 212/263 KB 99/99 KB 759/894 KB 516/1822 KB 216/263 KB 99/99 KB 759/894 KB 516/1822 KB 220/263 KB 99/99 KB 759/894 KB 516/1822 KB 224/263 KB 99/99 KB 759/894 KB 500/1822 KB 180/263 KB 84/99 KB 759/894 KB 516/1822 KB 224/263 KB 99/99 KB 763/894 KB 516/1822 KB 224/263 KB 99/99 KB 767/894 KB 516/1822 KB 224/263 KB 99/99 KB 771/894 KB 516/1822 KB 224/263 KB 99/99 KB 775/894 KB 516/1822 KB 224/263 KB 99/99 KB 779/894 KB 516/1822 KB 224/263 KB 99/99 KB 783/894 KB 516/1822 KB 224/263 KB 99/99 KB 787/894 KB 516/1822 KB 212/263 KB 99/99 KB 759/894 KB 520/1822 KB 224/263 KB 99/99 KB 787/894 KB 524/1822 KB 224/263 KB 99/99 KB 787/894 KB 528/1822 KB 224/263 KB 99/99 KB 787/894 KB 532/1822 KB 224/263 KB 99/99 KB 787/894 KB 536/1822 KB 228/263 KB 99/99 KB 791/894 KB 540/1822 KB 228/263 KB 99/99 KB 791/894 KB 544/1822 KB 228/263 KB 99/99 KB 791/894 KB 532/1822 KB 228/263 KB 99/99 KB 791/894 KB 544/1822 KB 228/263 KB 99/99 KB 795/894 KB 544/1822 KB 228/263 KB 99/99 KB 799/894 KB 544/1822 KB 228/263 KB 99/99 KB 803/894 KB 544/1822 KB 228/263 KB 99/99 KB 807/894 KB 548/1822 KB 228/263 KB 99/99 KB 811/894 KB 548/1822 KB 228/263 KB 99/99 KB 815/894 KB 548/1822 KB 228/263 KB 99/99 KB 819/894 KB 548/1822 KB 228/263 KB 823/894 KB 548/1822 KB 228/263 KB 827/894 KB 532/1822 KB 228/263 KB 99/99 KB 787/894 KB 548/1822 KB 232/263 KB 827/894 KB 548/1822 KB 236/263 KB 827/894 KB 548/1822 KB 240/263 KB 827/894 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 109.7 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 548/1822 KB 244/263 KB 827/894 KB 548/1822 KB 248/263 KB 827/894 KB 548/1822 KB 228/263 KB 99/99 KB 807/894 KB 552/1822 KB 248/263 KB 827/894 KB 556/1822 KB 248/263 KB 827/894 KB 560/1822 KB 248/263 KB 827/894 KB 560/1822 KB 252/263 KB 827/894 KB 560/1822 KB 256/263 KB 827/894 KB 560/1822 KB 260/263 KB 827/894 KB 564/1822 KB 263/263 KB 827/894 KB 564/1822 KB 260/263 KB 827/894 KB 564/1822 KB 263/263 KB 831/894 KB 568/1822 KB 263/263 KB 835/894 KB 568/1822 KB 263/263 KB 839/894 KB 568/1822 KB 263/263 KB 843/894 KB 568/1822 KB 263/263 KB 847/894 KB 568/1822 KB 263/263 KB 851/894 KB 568/1822 KB 263/263 KB 839/894 KB 572/1822 KB 263/263 KB 851/894 KB 576/1822 KB 263/263 KB 851/894 KB 580/1822 KB 263/263 KB 851/894 KB 584/1822 KB 263/263 KB 851/894 KB 588/1822 KB 263/263 KB 851/894 KB 592/1822 KB 263/263 KB 851/894 KB 596/1822 KB 263/263 KB 855/894 KB 600/1822 KB 263/263 KB 855/894 KB 604/1822 KB 263/263 KB 855/894 KB 608/1822 KB 263/263 KB 855/894 KB 592/1822 KB 263/263 KB 855/894 KB 608/1822 KB 263/263 KB 859/894 KB 608/1822 KB 263/263 KB 863/894 KB 608/1822 KB 263/263 KB 867/894 KB 608/1822 KB 263/263 KB 871/894 KB 612/1822 KB 263/263 KB 875/894 KB 612/1822 KB 263/263 KB 879/894 KB 612/1822 KB 263/263 KB 883/894 KB 612/1822 KB 263/263 KB 871/894 KB 616/1822 KB 263/263 KB 883/894 KB 620/1822 KB 263/263 KB 883/894 KB 4/276 KB 620/1822 KB 263/263 KB 883/894 KB 8/276 KB 620/1822 KB 263/263 KB 883/894 KB 12/276 KB 620/1822 KB 263/263 KB 883/894 KB 16/276 KB 620/1822 KB 263/263 KB 883/894 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 288.4 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 20/276 KB 620/1822 KB 883/894 KB 24/276 KB 620/1822 KB 883/894 KB 28/276 KB 620/1822 KB 883/894 KB 32/276 KB 620/1822 KB 883/894 KB 36/276 KB 620/1822 KB 883/894 KB 40/276 KB 620/1822 KB 883/894 KB 44/276 KB 620/1822 KB 883/894 KB 48/276 KB 620/1822 KB 883/894 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 52/276 KB 620/1822 KB 883/894 KB 56/276 KB 620/1822 KB 883/894 KB 60/276 KB 620/1822 KB 883/894 KB 64/276 KB 620/1822 KB 883/894 KB 64/276 KB 620/1822 KB 887/894 KB 64/276 KB 624/1822 KB 891/894 KB 64/276 KB 624/1822 KB 894/894 KB 68/276 KB 624/1822 KB 894/894 KB 72/276 KB 624/1822 KB 894/894 KB 76/276 KB 624/1822 KB 894/894 KB 80/276 KB 624/1822 KB 894/894 KB 64/276 KB 624/1822 KB 887/894 KB 80/276 KB 4/314 KB 624/1822 KB 894/894 KB 80/276 KB 8/314 KB 624/1822 KB 894/894 KB 80/276 KB 12/314 KB 624/1822 KB 894/894 KB 80/276 KB 16/314 KB 624/1822 KB 894/894 KB 84/276 KB 16/314 KB 624/1822 KB 894/894 KB 88/276 KB 16/314 KB 628/1822 KB 894/894 KB 92/276 KB 16/314 KB 628/1822 KB 894/894 KB 84/276 KB 16/314 KB 628/1822 KB 894/894 KB 96/276 KB 20/314 KB 628/1822 KB 894/894 KB 92/276 KB 20/314 KB 628/1822 KB 894/894 KB 96/276 KB 24/314 KB 632/1822 KB 894/894 KB 96/276 KB 28/314 KB 632/1822 KB 894/894 KB 96/276 KB 32/314 KB 632/1822 KB 894/894 KB 96/276 KB 20/314 KB 632/1822 KB 894/894 KB 96/276 KB 32/314 KB 636/1822 KB 894/894 KB 96/276 KB 36/314 KB 636/1822 KB 894/894 KB 96/276 KB 40/314 KB 636/1822 KB 894/894 KB 96/276 KB 44/314 KB 636/1822 KB 894/894 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 4/54 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 8/54 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 12/54 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 16/54 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 20/54 KB 96/276 KB 48/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 52/314 KB 636/1822 KB 894/894 KB 20/54 KB 96/276 KB 52/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 56/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 60/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 64/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 68/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 72/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 76/314 KB 636/1822 KB 894/894 KB 24/54 KB 96/276 KB 80/314 KB 636/1822 KB 894/894 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 965.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 28/54 KB 100/276 KB 80/314 KB 640/1822 KB 28/54 KB 104/276 KB 84/314 KB 640/1822 KB 28/54 KB 108/276 KB 84/314 KB 640/1822 KB 28/54 KB 112/276 KB 84/314 KB 640/1822 KB 28/54 KB 96/276 KB 80/314 KB 640/1822 KB 28/54 KB 96/276 KB 80/314 KB 636/1822 KB 32/54 KB 112/276 KB 84/314 KB 640/1822 KB 36/54 KB 112/276 KB 84/314 KB 640/1822 KB 40/54 KB 112/276 KB 84/314 KB 644/1822 KB 44/54 KB 112/276 KB 84/314 KB 644/1822 KB 48/54 KB 116/276 KB 84/314 KB 644/1822 KB 52/54 KB 116/276 KB 84/314 KB 644/1822 KB 54/54 KB 116/276 KB 84/314 KB 644/1822 KB 28/54 KB 100/276 KB 84/314 KB 640/1822 KB 54/54 KB 116/276 KB 88/314 KB 644/1822 KB 54/54 KB 116/276 KB 92/314 KB 644/1822 KB 54/54 KB 116/276 KB 96/314 KB 644/1822 KB 54/54 KB 116/276 KB 100/314 KB 644/1822 KB 54/54 KB 116/276 KB 104/314 KB 644/1822 KB 54/54 KB 116/276 KB 108/314 KB 644/1822 KB 44/54 KB 116/276 KB 84/314 KB 644/1822 KB 54/54 KB 120/276 KB 108/314 KB 644/1822 KB 54/54 KB 124/276 KB 108/314 KB 644/1822 KB 54/54 KB 128/276 KB 108/314 KB 644/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 36/54 KB 112/276 KB 84/314 KB 644/1822 KB 54/54 KB 128/276 KB 108/314 KB 648/1822 KB 54/54 KB 128/276 KB 108/314 KB 652/1822 KB 54/54 KB 128/276 KB 108/314 KB 656/1822 KB 54/54 KB 128/276 KB 108/314 KB 660/1822 KB 54/54 KB 128/276 KB 108/314 KB 664/1822 KB 54/54 KB 128/276 KB 108/314 KB 668/1822 KB 54/54 KB 128/276 KB 108/314 KB 672/1822 KB 54/54 KB 132/276 KB 112/314 KB 676/1822 KB 54/54 KB 132/276 KB 112/314 KB 680/1822 KB 54/54 KB 132/276 KB 112/314 KB 684/1822 KB 54/54 KB 132/276 KB 112/314 KB 688/1822 KB 54/54 KB 132/276 KB 112/314 KB 672/1822 KB 54/54 KB 132/276 KB 116/314 KB 688/1822 KB 54/54 KB 132/276 KB 120/314 KB 688/1822 KB 54/54 KB 132/276 KB 124/314 KB 688/1822 KB 54/54 KB 132/276 KB 128/314 KB 688/1822 KB 54/54 KB 132/276 KB 108/314 KB 672/1822 KB 54/54 KB 136/276 KB 128/314 KB 688/1822 KB 54/54 KB 140/276 KB 128/314 KB 688/1822 KB 54/54 KB 144/276 KB 128/314 KB 688/1822 KB 54/54 KB 148/276 KB 128/314 KB 688/1822 KB 54/54 KB 152/276 KB 132/314 KB 692/1822 KB 54/54 KB 156/276 KB 132/314 KB 692/1822 KB 54/54 KB 160/276 KB 132/314 KB 692/1822 KB 54/54 KB 148/276 KB 132/314 KB 692/1822 KB 54/54 KB 160/276 KB 136/314 KB 692/1822 KB 54/54 KB 160/276 KB 140/314 KB 692/1822 KB 54/54 KB 160/276 KB 144/314 KB 692/1822 KB 54/54 KB 148/276 KB 128/314 KB 692/1822 KB 54/54 KB 160/276 KB 144/314 KB 696/1822 KB 54/54 KB 160/276 KB 144/314 KB 700/1822 KB 54/54 KB 160/276 KB 144/314 KB 704/1822 KB 54/54 KB 160/276 KB 144/314 KB 708/1822 KB 54/54 KB 164/276 KB 148/314 KB 712/1822 KB 54/54 KB 164/276 KB 148/314 KB 712/1822 KB 4/748 KB 164/276 KB 148/314 KB 712/1822 KB 8/748 KB 164/276 KB 148/314 KB 712/1822 KB 12/748 KB 164/276 KB 148/314 KB 712/1822 KB 16/748 KB 164/276 KB 148/314 KB 712/1822 KB 20/748 KB 164/276 KB 148/314 KB 712/1822 KB 24/748 KB 164/276 KB 148/314 KB 712/1822 KB 28/748 KB 164/276 KB 148/314 KB 712/1822 KB 32/748 KB 54/54 KB 160/276 KB 148/314 KB 708/1822 KB 54/54 KB 164/276 KB 148/314 KB 708/1822 KB 168/276 KB 152/314 KB 712/1822 KB 36/748 KB 164/276 KB 152/314 KB 712/1822 KB 36/748 KB 168/276 KB 156/314 KB 716/1822 KB 36/748 KB 164/276 KB 148/314 KB 712/1822 KB 36/748 KB 172/276 KB 156/314 KB 716/1822 KB 40/748 KB 172/276 KB 156/314 KB 716/1822 KB 44/748 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 56.8 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 172/276 KB 156/314 KB 716/1822 KB 36/748 KB 176/276 KB 156/314 KB 716/1822 KB 44/748 KB 168/276 KB 152/314 KB 716/1822 KB 36/748 KB 176/276 KB 160/314 KB 720/1822 KB 48/748 KB 176/276 KB 160/314 KB 716/1822 KB 48/748 KB 176/276 KB 160/314 KB 716/1822 KB 44/748 KB 176/276 KB 164/314 KB 720/1822 KB 48/748 KB 180/276 KB 168/314 KB 724/1822 KB 52/748 KB 180/276 KB 172/314 KB 724/1822 KB 52/748 KB 180/276 KB 176/314 KB 724/1822 KB 52/748 KB 180/276 KB 180/314 KB 724/1822 KB 52/748 KB 180/276 KB 184/314 KB 724/1822 KB 52/748 KB 180/276 KB 188/314 KB 724/1822 KB 52/748 KB 180/276 KB 192/314 KB 724/1822 KB 52/748 KB 180/276 KB 196/314 KB 724/1822 KB 52/748 KB 180/276 KB 164/314 KB 724/1822 KB 52/748 KB 176/276 KB 164/314 KB 724/1822 KB 52/748 KB 176/276 KB 164/314 KB 724/1822 KB 48/748 KB 184/276 KB 196/314 KB 728/1822 KB 52/748 KB 3/223 KB 184/276 KB 196/314 KB 732/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 736/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 740/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 744/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 748/1822 KB 56/748 KB 184/276 KB 196/314 KB 724/1822 KB 52/748 KB 3/223 KB 188/276 KB 196/314 KB 752/1822 KB 56/748 KB 3/223 KB 192/276 KB 196/314 KB 752/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 728/1822 KB 56/748 KB 3/223 KB 184/276 KB 196/314 KB 728/1822 KB 52/748 KB 6/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 7/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 10/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 11/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 14/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 15/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 18/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 3/223 KB 192/276 KB 196/314 KB 752/1822 KB 60/748 KB 18/223 KB 192/276 KB 196/314 KB 752/1822 KB 64/748 KB 19/223 KB 192/276 KB 196/314 KB 752/1822 KB 68/748 KB 19/223 KB 196/276 KB 196/314 KB 752/1822 KB 72/748 KB 19/223 KB 196/276 KB 196/314 KB 752/1822 KB 76/748 KB 19/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 19/223 KB 192/276 KB 196/314 KB 752/1822 KB 64/748 KB 22/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 23/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 26/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 27/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 30/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 19/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 19/223 KB 196/276 KB 196/314 KB 752/1822 KB 68/748 KB 31/223 KB 200/276 KB 196/314 KB 752/1822 KB 80/748 KB 31/223 KB 204/276 KB 196/314 KB 752/1822 KB 80/748 KB 31/223 KB 208/276 KB 196/314 KB 752/1822 KB 80/748 KB 31/223 KB 212/276 KB 196/314 KB 752/1822 KB 80/748 KB 31/223 KB 216/276 KB 200/314 KB 756/1822 KB 84/748 KB 31/223 KB 220/276 KB 200/314 KB 756/1822 KB 84/748 KB 31/223 KB 224/276 KB 200/314 KB 756/1822 KB 84/748 KB 31/223 KB 196/276 KB 196/314 KB 752/1822 KB 80/748 KB 34/223 KB 224/276 KB 200/314 KB 756/1822 KB 84/748 KB 35/223 KB 224/276 KB 200/314 KB 756/1822 KB 84/748 KB 31/223 KB 212/276 KB 200/314 KB 756/1822 KB 84/748 KB 35/223 KB 224/276 KB 204/314 KB 756/1822 KB 84/748 KB 38/223 KB 224/276 KB 208/314 KB 756/1822 KB 84/748 KB 31/223 KB 212/276 KB 196/314 KB 756/1822 KB 84/748 KB 38/223 KB 224/276 KB 208/314 KB 756/1822 KB 88/748 KB 38/223 KB 224/276 KB 208/314 KB 756/1822 KB 92/748 KB 38/223 KB 224/276 KB 208/314 KB 756/1822 KB 96/74 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 8 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 100/748 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 104/748 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 108/748 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 112/748 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 116/748 KB 31/223 KB 212/276 KB 196/314 KB 756/1822 KB 80/748 KB 38/223 KB 228/276 KB 212/314 KB 760/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 764/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 768/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 772/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 776/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 780/1822 KB 116/748 KB 38/223 KB 228/276 KB 212/314 KB 756/1822 KB 96/748 KB 38/223 KB 232/276 KB 212/314 KB 780/1822 KB 116/748 KB 38/223 KB 236/276 KB 212/314 KB 780/1822 KB 116/748 KB 38/223 KB 240/276 KB 212/314 KB 780/1822 KB 116/748 KB 38/223 KB 224/276 KB 212/314 KB 756/1822 KB 96/748 KB 38/223 KB 240/276 KB 216/314 KB 780/1822 KB 116/748 KB 38/223 KB 240/276 KB 220/314 KB 780/1822 KB 116/748 KB 38/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 38/223 KB 224/276 KB 204/314 KB 756/1822 KB 84/748 KB 39/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 42/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 43/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 46/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 47/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 50/223 KB 240/276 KB 224/314 KB 780/1822 KB 116/748 KB 50/223 KB 244/276 KB 224/314 KB 780/1822 KB 116/748 KB 51/223 KB 248/276 KB 228/314 KB 784/1822 KB 116/748 KB 51/223 KB 244/276 KB 228/314 KB 784/1822 KB 116/748 KB 51/223 KB 248/276 KB 228/314 KB 788/1822 KB 116/748 KB 51/223 KB 252/276 KB 228/314 KB 792/1822 KB 120/748 KB 51/223 KB 252/276 KB 228/314 KB 796/1822 KB 120/748 KB 51/223 KB 252/276 KB 228/314 KB 800/1822 KB 120/748 KB 51/223 KB 244/276 KB 228/314 KB 780/1822 KB 116/748 KB 51/223 KB 252/276 KB 232/314 KB 800/1822 KB 120/748 KB 51/223 KB 252/276 KB 236/314 KB 800/1822 KB 120/748 KB 51/223 KB 252/276 KB 240/314 KB 800/1822 KB 120/748 KB 51/223 KB 244/276 KB 224/314 KB 780/1822 KB 116/748 KB 54/223 KB 252/276 KB 240/314 KB 800/1822 KB 120/748 KB 55/223 KB 252/276 KB 240/314 KB 800/1822 KB 120/748 KB 58/223 KB 252/276 KB 240/314 KB 800/1822 KB 120/748 KB 59/223 KB 252/276 KB 240/314 KB 800/1822 KB 120/748 KB 59/223 KB 252/276 KB 244/314 KB 800/1822 KB 120/748 KB 62/223 KB 252/276 KB 248/314 KB 804/1822 KB 120/748 KB 51/223 KB 252/276 KB 228/314 KB 788/1822 KB 120/748 KB 62/223 KB 252/276 KB 252/314 KB 804/1822 KB 124/748 KB 62/223 KB 252/276 KB 252/314 KB 804/1822 KB 128/748 KB 51/223 KB 252/276 KB 228/314 KB 788/1822 KB 116/748 KB 62/223 KB 256/276 KB 252/314 KB 804/1822 KB 128/748 KB 62/223 KB 260/276 KB 252/314 KB 804/1822 KB 128/748 KB 62/223 KB 264/276 KB 252/314 KB 804/1822 KB 132/748 KB 62/223 KB 268/276 KB 252/314 KB 804/1822 KB 132/748 KB 62/223 KB 272/276 KB 252/314 KB 804/1822 KB 132/748 KB 62/223 KB 252/276 KB 244/314 KB 804/1822 KB 120/748 KB 62/223 KB 272/276 KB 252/314 KB 808/1822 KB 132/748 KB 62/223 KB 272/276 KB 252/314 KB 812/1822 KB 132/748 KB 62/223 KB 252/276 KB 244/314 KB 800/1822 KB 120/748 KB 63/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 66/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 67/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 70/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 71/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 74/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 62/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 75/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 62/223 KB 252/276 KB 252/314 KB 804/1822 KB 132/748 KB 62/223 KB 260/276 KB 252/314 KB 804/1822 KB 132/748 KB 75/223 KB 276/276 KB 252/314 KB 812/1822 KB 136/748 KB 75/223 KB 276/276 KB 256/314 KB 812/1822 KB 140/748 KB 75/223 KB 276/276 KB 256/314 KB 812/1822 KB 144/748 KB 75/223 KB 276/276 KB 256/314 KB 812/1822 KB 148/748 KB 75/223 KB 276/276 KB 256/314 KB 816/1822 KB 152/748 KB 75/223 KB 276/276 KB 252/314 KB 812/1822 KB 132/748 KB 75/223 KB 276/276 KB 256/314 KB 816/1822 KB 148/748 KB 75/223 KB 276/276 KB 256/314 KB 812/1822 KB 136/748 KB 75/223 KB 276/276 KB 260/314 KB 816/1822 KB 156/748 KB 78/223 KB 276/276 KB 264/314 KB 816/1822 KB 156/748 KB 78/223 KB 276/276 KB 268/314 KB 816/1822 KB 156/748 KB 78/223 KB 276/276 KB 272/314 KB 816/1822 KB 156/748 KB 78/223 KB 276/276 KB 260/314 KB 816/1822 KB 156/748 KB 79/223 KB 276/276 KB 272/314 KB 816/1822 KB 156/748 KB 79/223 KB 276/276 KB 272/314 KB 820/1822 KB 156/748 KB 82/223 KB 276/276 KB 276/314 KB 824/1822 KB 156/748 KB 82/223 KB 276/276 KB 276/314 KB 828/1822 KB 156/748 KB 82/223 KB 276/276 KB 276/314 KB 832/1822 KB 156/748 KB 75/223 KB 276/276 KB 256/314 KB 816/1822 KB 156/748 KB 82/223 KB 276/276 KB 276/314 KB 832/1822 KB 160/748 KB 82/223 KB 276/276 KB 276/314 KB 832/1822 KB 164/748 KB 82/223 KB 276/276 KB 276/314 KB 836/1822 KB 168/748 KB 82/223 KB 276/276 KB 276/314 KB 836/1822 KB 172/748 KB 82/223 KB 276/276 KB 276/314 KB 836/1822 KB 176/748 KB 82/223 KB 276/276 KB 276/314 KB 820/1822 KB 156/748 KB 82/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 82/223 KB 276/276 KB 272/314 KB 820/1822 KB 156/748 KB 83/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 86/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 87/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 90/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 91/223 KB 276/276 KB 280/314 KB 836/1822 KB 176/748 KB 94/223 KB 276/276 KB 284/314 KB 836/1822 KB 176/748 KB 82/223 KB 276/276 KB 276/314 KB 836/1822 KB 164/748 KB 94/223 KB 284/314 KB 840/1822 KB 176/748 KB 95/223 KB 284/314 KB 844/1822 KB 176/748 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 280.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 91/223 KB 276/276 KB 284/314 KB 836/1822 KB 176/748 KB 95/223 KB 288/314 KB 844/1822 KB 180/748 KB 95/223 KB 292/314 KB 844/1822 KB 180/748 KB 95/223 KB 296/314 KB 848/1822 KB 180/748 KB 95/223 KB 300/314 KB 848/1822 KB 180/748 KB 95/223 KB 284/314 KB 844/1822 KB 180/748 KB 95/223 KB 304/314 KB 848/1822 KB 184/748 KB 95/223 KB 304/314 KB 848/1822 KB 188/748 KB 95/223 KB 304/314 KB 848/1822 KB 192/748 KB 95/223 KB 284/314 KB 840/1822 KB 176/748 KB 98/223 KB 304/314 KB 848/1822 KB 192/748 KB 99/223 KB 304/314 KB 848/1822 KB 192/748 KB 102/223 KB 304/314 KB 848/1822 KB 192/748 KB 103/223 KB 304/314 KB 848/1822 KB 192/748 KB 106/223 KB 304/314 KB 848/1822 KB 192/748 KB 95/223 KB 304/314 KB 848/1822 KB 184/748 KB 95/223 KB 292/314 KB 848/1822 KB 180/748 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 106/223 KB 304/314 KB 852/1822 KB 192/748 KB 106/223 KB 304/314 KB 856/1822 KB 192/748 KB 107/223 KB 304/314 KB 860/1822 KB 192/748 KB 107/223 KB 304/314 KB 864/1822 KB 192/748 KB 107/223 KB 308/314 KB 868/1822 KB 192/748 KB 107/223 KB 308/314 KB 872/1822 KB 196/748 KB 107/223 KB 308/314 KB 876/1822 KB 196/748 KB 107/223 KB 308/314 KB 880/1822 KB 196/748 KB 107/223 KB 304/314 KB 856/1822 KB 192/748 KB 110/223 KB 308/314 KB 880/1822 KB 196/748 KB 111/223 KB 308/314 KB 880/1822 KB 196/748 KB 114/223 KB 308/314 KB 880/1822 KB 196/748 KB 107/223 KB 308/314 KB 868/1822 KB 196/748 KB 114/223 KB 308/314 KB 880/1822 KB 200/748 KB 115/223 KB 308/314 KB 880/1822 KB 204/748 KB 115/223 KB 308/314 KB 880/1822 KB 208/748 KB 107/223 KB 308/314 KB 864/1822 KB 192/748 KB 115/223 KB 312/314 KB 880/1822 KB 208/748 KB 115/223 KB 314/314 KB 880/1822 KB 208/748 KB 115/223 KB 308/314 KB 880/1822 KB 200/748 KB 118/223 KB 314/314 KB 880/1822 KB 208/748 KB 118/223 KB 314/314 KB 880/1822 KB 212/748 KB 119/223 KB 314/314 KB 884/1822 KB 216/748 KB 119/223 KB 314/314 KB 884/1822 KB 220/748 KB 119/223 KB 314/314 KB 884/1822 KB 212/748 KB 119/223 KB 314/314 KB 888/1822 KB 220/748 KB 119/223 KB 314/314 KB 3/27 KB 892/1822 KB 220/748 KB 119/223 KB 314/314 KB 880/1822 KB 212/748 KB 122/223 KB 314/314 KB 3/27 KB 892/1822 KB 224/748 KB 123/223 KB 314/314 KB 3/27 KB 892/1822 KB 224/748 KB 126/223 KB 314/314 KB 3/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 3/27 KB 892/1822 KB 224/748 KB 119/223 KB 314/314 KB 3/27 KB 892/1822 KB 224/748 KB 119/223 KB 314/314 KB 3/27 KB 888/1822 KB 220/748 KB 127/223 KB 314/314 KB 5/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 8/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 11/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 13/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 16/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 19/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 21/27 KB 892/1822 KB 224/748 KB 127/223 KB 314/314 KB 24/27 KB 892/1822 KB 224/748 KB 130/223 KB 314/314 KB 24/27 KB 892/1822 KB 224/748 KB 131/223 KB 314/314 KB 24/27 KB 896/1822 KB 224/748 KB 134/223 KB 314/314 KB 27/27 KB 896/1822 KB 224/748 KB 135/223 KB 27/27 KB 896/1822 KB 228/748 KB 130/223 KB 314/314 KB 24/27 KB 896/1822 KB 224/748 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 314.1 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 135/223 KB 27/27 KB 900/1822 KB 228/748 KB 134/223 KB 314/314 KB 27/27 KB 896/1822 KB 228/748 KB 138/223 KB 27/27 KB 900/1822 KB 232/748 KB 138/223 KB 27/27 KB 900/1822 KB 236/748 KB 131/223 KB 314/314 KB 27/27 KB 896/1822 KB 224/748 KB 138/223 KB 27/27 KB 904/1822 KB 236/748 KB 138/223 KB 27/27 KB 904/1822 KB 240/748 KB 138/223 KB 27/27 KB 904/1822 KB 236/748 KB 138/223 KB 27/27 KB 908/1822 KB 240/748 KB 138/223 KB 27/27 KB 912/1822 KB 240/748 KB 138/223 KB 27/27 KB 916/1822 KB 240/748 KB 138/223 KB 27/27 KB 920/1822 KB 244/748 KB 138/223 KB 27/27 KB 924/1822 KB 244/748 KB 138/223 KB 27/27 KB 900/1822 KB 228/748 KB 139/223 KB 27/27 KB 928/1822 KB 244/748 KB 142/223 KB 27/27 KB 928/1822 KB 244/748 KB 143/223 KB 27/27 KB 928/1822 KB 244/748 KB 146/223 KB 27/27 KB 928/1822 KB 244/748 KB 138/223 KB 27/27 KB 916/1822 KB 244/748 KB 147/223 KB 27/27 KB 928/1822 KB 248/748 KB 147/223 KB 27/27 KB 928/1822 KB 252/748 KB 147/223 KB 27/27 KB 928/1822 KB 256/748 KB 147/223 KB 27/27 KB 928/1822 KB 248/748 KB 150/223 KB 27/27 KB 928/1822 KB 256/748 KB 138/223 KB 27/27 KB 928/1822 KB 256/748 KB 151/223 KB 27/27 KB 928/1822 KB 256/748 KB 154/223 KB 27/27 KB 928/1822 KB 256/748 KB 155/223 KB 27/27 KB 932/1822 KB 260/748 KB 158/223 KB 27/27 KB 932/1822 KB 260/748 KB 154/223 KB 27/27 KB 932/1822 KB 260/748 KB 159/223 KB 27/27 KB 936/1822 KB 260/748 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 26.3 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 154/223 KB 27/27 KB 928/1822 KB 260/748 KB 159/223 KB 936/1822 KB 264/748 KB 159/223 KB 936/1822 KB 268/748 KB 159/223 KB 27/27 KB 932/1822 KB 260/748 KB 159/223 KB 940/1822 KB 268/748 KB 159/223 KB 944/1822 KB 268/748 KB 162/223 KB 948/1822 KB 272/748 KB 162/223 KB 952/1822 KB 272/748 KB 162/223 KB 956/1822 KB 272/748 KB 162/223 KB 960/1822 KB 272/748 KB 162/223 KB 944/1822 KB 272/748 KB 162/223 KB 944/1822 KB 268/748 KB 162/223 KB 960/1822 KB 276/748 KB 163/223 KB 960/1822 KB 280/748 KB 163/223 KB 960/1822 KB 284/748 KB 163/223 KB 960/1822 KB 288/748 KB 163/223 KB 960/1822 KB 276/748 KB 166/223 KB 960/1822 KB 288/748 KB 167/223 KB 960/1822 KB 288/748 KB 170/223 KB 960/1822 KB 288/748 KB 171/223 KB 960/1822 KB 288/748 KB 174/223 KB 960/1822 KB 288/748 KB 175/223 KB 960/1822 KB 4/178 KB 288/748 KB 175/223 KB 960/1822 KB 8/178 KB 288/748 KB 175/223 KB 960/1822 KB 12/178 KB 288/748 KB 175/223 KB 960/1822 KB 16/178 KB 288/748 KB 175/223 KB 960/1822 KB 20/178 KB 288/748 KB 175/223 KB 960/1822 KB 24/178 KB 3/23 KB 288/748 KB 175/223 KB 960/1822 KB 20/178 KB 3/23 KB 288/748 KB 175/223 KB 960/1822 KB 28/178 KB 3/23 KB 288/748 KB 175/223 KB 960/1822 KB 32/178 KB 3/23 KB 288/748 KB 175/223 KB 960/1822 KB 32/178 KB 6/23 KB 288/748 KB 175/223 KB 960/1822 KB 36/178 KB 6/23 KB 288/748 KB 175/223 KB 960/1822 KB 36/178 KB 9/23 KB 288/748 KB 175/223 KB 960/1822 KB 36/178 KB 11/23 KB 288/748 KB 175/223 KB 960/1822 KB 36/178 KB 14/23 KB 288/748 KB 175/223 KB 960/1822 KB 40/178 KB 14/23 KB 288/748 KB 175/223 KB 960/1822 KB 44/178 KB 14/23 KB 288/748 KB 175/223 KB 964/1822 KB 48/178 KB 16/23 KB 292/748 KB 175/223 KB 964/1822 KB 52/178 KB 16/23 KB 292/748 KB 175/223 KB 964/1822 KB 56/178 KB 16/23 KB 292/748 KB 175/223 KB 964/1822 KB 60/178 KB 16/23 KB 292/748 KB 175/223 KB 964/1822 KB 64/178 KB 16/23 KB 292/748 KB 175/223 KB 964/1822 KB 44/178 KB 16/23 KB 292/748 KB 175/223 KB 968/1822 KB 64/178 KB 16/23 KB 292/748 KB 175/223 KB 972/1822 KB 64/178 KB 16/23 KB 292/748 KB 175/223 KB 976/1822 KB 64/178 KB 16/23 KB 292/748 KB 175/223 KB 960/1822 KB 44/178 KB 16/23 KB 292/748 KB 175/223 KB 976/1822 KB 64/178 KB 16/23 KB 296/748 KB 175/223 KB 976/1822 KB 64/178 KB 16/23 KB 300/748 KB 175/223 KB 976/1822 KB 64/178 KB 16/23 KB 304/748 KB 175/223 KB 960/1822 KB 44/178 KB 16/23 KB 288/748 KB 175/223 KB 964/1822 KB 48/178 KB 16/23 KB 292/748 KB 175/223 KB 976/1822 KB 64/178 KB 19/23 KB 304/748 KB 178/223 KB 976/1822 KB 64/178 KB 19/23 KB 304/748 KB 179/223 KB 976/1822 KB 64/178 KB 19/23 KB 304/748 KB 179/223 KB 976/1822 KB 64/178 KB 22/23 KB 304/748 KB 182/223 KB 976/1822 KB 64/178 KB 22/23 KB 304/748 KB 182/223 KB 976/1822 KB 64/178 KB 23/23 KB 304/748 KB 183/223 KB 976/1822 KB 64/178 KB 23/23 KB 304/748 KB 186/223 KB 976/1822 KB 64/178 KB 23/23 KB 304/748 KB 187/223 KB 980/1822 KB 64/178 KB 23/23 KB 304/748 KB 190/223 KB 980/1822 KB 64/178 KB 23/23 KB 304/748 KB 191/223 KB 980/1822 KB 68/178 KB 23/23 KB 308/748 KB 186/223 KB 980/1822 KB 64/178 KB 23/23 KB 304/748 KB 191/223 KB 984/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 988/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 992/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 996/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 1000/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 1004/1822 KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 1008/1822 KB 68/178 KB 23/23 KB 308/748 KB 190/223 KB 980/1822 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install KB 68/178 KB 23/23 KB 308/748 KB 194/223 KB 1008/1822 KB 68/178 KB 23/23 KB 312/748 KB 190/223 KB 980/1822 KB 68/178 KB 23/23 KB 304/748 KB 194/223 KB 984/1822 KB 68/178 KB 23/23 KB 308/748 KB 195/223 KB 1008/1822 KB 68/178 KB 23/23 KB 312/748 KB 195/223 KB 1008/1822 KB 72/178 KB 23/23 KB 316/748 KB 195/223 KB 1008/1822 KB 72/178 KB 23/23 KB 320/748 KB 195/223 KB 1008/1822 KB 72/178 KB 23/23 KB 324/748 KB 195/223 KB 1008/1822 KB 72/178 KB 23/23 KB 312/748 KB 198/223 KB 1008/1822 KB 76/178 KB 23/23 KB 324/748 KB 198/223 KB 1008/1822 KB 80/178 KB 23/23 KB 324/748 KB 198/223 KB 1008/1822 KB 84/178 KB 23/23 KB 324/748 KB 198/223 KB 1008/1822 KB 72/178 KB 23/23 KB 324/748 KB 199/223 KB 1008/1822 KB 84/178 KB 23/23 KB 324/748 KB 202/223 KB 1008/1822 KB 84/178 KB 23/23 KB 324/748 KB 203/223 KB 1008/1822 KB 84/178 KB 23/23 KB 324/748 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 22.2 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 203/223 KB 1008/1822 KB 84/178 KB 328/748 KB 206/223 KB 1008/1822 KB 88/178 KB 328/748 KB 206/223 KB 1008/1822 KB 92/178 KB 328/748 KB 206/223 KB 1008/1822 KB 96/178 KB 332/748 KB 206/223 KB 1008/1822 KB 100/178 KB 332/748 KB 206/223 KB 1012/1822 KB 104/178 KB 332/748 KB 206/223 KB 1012/1822 KB 108/178 KB 332/748 KB 206/223 KB 1012/1822 KB 112/178 KB 332/748 KB 206/223 KB 1012/1822 KB 116/178 KB 332/748 KB 206/223 KB 1008/1822 KB 84/178 KB 328/748 KB 207/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 210/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 211/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 214/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 215/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 218/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 219/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 222/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 120/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 124/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 128/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 132/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 136/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 140/178 KB 332/748 KB 223/223 KB 3/55 KB 1012/1822 KB 144/178 KB 332/748 KB 206/223 KB 3/55 KB 1012/1822 KB 116/178 KB 332/748 KB 206/223 KB 1012/1822 KB 100/178 KB 332/748 KB 223/223 KB 3/55 KB 1016/1822 KB 144/178 KB 332/748 KB 223/223 KB 3/55 KB 1020/1822 KB 144/178 KB 332/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 332/748 KB 206/223 KB 1008/1822 KB 92/178 KB 332/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 336/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 340/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 344/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 348/748 KB 223/223 KB 3/55 KB 1024/1822 KB 144/178 KB 352/748 KB 223/223 KB 3/55 KB 1028/1822 KB 144/178 KB 356/748 KB 223/223 KB 3/55 KB 1028/1822 KB 144/178 KB 360/748 KB 223/223 KB 3/55 KB 1028/1822 KB 144/178 KB 364/748 KB 223/223 KB 3/55 KB 1028/1822 KB 144/178 KB 368/748 KB 223/223 KB 3/55 KB 1028/1822 KB 144/178 KB 352/748 KB 223/223 KB 3/55 KB 1032/1822 KB 144/178 KB 368/748 KB 223/223 KB 3/55 KB 1036/1822 KB 144/178 KB 368/748 KB 223/223 KB 3/55 KB 1040/1822 KB 144/178 KB 368/748 KB 223/223 KB 3/55 KB 1044/1822 KB 144/178 KB 368/748 KB 223/223 KB 5/55 KB 1048/1822 KB 144/178 KB 372/748 KB 223/223 KB 5/55 KB 1052/1822 KB 144/178 KB 372/748 KB 223/223 KB 5/55 KB 1044/1822 KB 144/178 KB 372/748 KB 223/223 KB 3/55 KB 1044/1822 KB 144/178 KB 372/748 KB 223/223 KB 5/55 KB 1052/1822 KB 144/178 KB 376/748 KB 223/223 KB 8/55 KB 1052/1822 KB 144/178 KB 380/748 KB 223/223 KB 8/55 KB 1056/1822 KB 144/178 KB 384/748 KB 223/223 KB 8/55 KB 1052/1822 KB 144/178 KB 376/748 KB 223/223 KB 8/55 KB 1056/1822 KB 144/178 KB 380/748 KB 223/223 KB 8/55 KB 1060/1822 KB 144/178 KB 384/748 KB 223/223 KB 11/55 KB 1064/1822 KB 148/178 KB 388/748 KB 223/223 KB 11/55 KB 1060/1822 KB 148/178 KB 388/748 KB 223/223 KB 11/55 KB 1068/1822 KB 152/178 KB 388/748 KB 223/223 KB 11/55 KB 1068/1822 KB 156/178 KB 388/748 KB 223/223 KB 11/55 KB 1060/1822 KB 144/178 KB 388/748 KB 223/223 KB 11/55 KB 1068/1822 KB 160/178 KB 392/748 KB 223/223 KB 11/55 KB 1068/1822 KB 160/178 KB 396/748 KB 223/223 KB 11/55 KB 1068/1822 KB 160/178 KB 400/748 KB 223/223 KB 11/55 KB 1068/1822 KB 160/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 178 KB 404/748 KB 223/223 KB 11/55 KB 1068/1822 KB 160/178 KB 408/748 KB 11/55 KB 1068/1822 KB 160/178 KB 412/748 KB 11/55 KB 1068/1822 KB 160/178 KB 416/748 KB 223/223 KB 11/55 KB 1060/1822 KB 144/178 KB 384/748 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 212.1 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 223/223 KB 11/55 KB 1068/1822 KB 160/178 KB 388/748 KB 223/223 KB 11/55 KB 1068/1822 KB 148/178 KB 388/748 KB 13/55 KB 1072/1822 KB 160/178 KB 416/748 KB 13/55 KB 1068/1822 KB 160/178 KB 416/748 KB 16/55 KB 1072/1822 KB 160/178 KB 416/748 KB 19/55 KB 1072/1822 KB 160/178 KB 416/748 KB 21/55 KB 1072/1822 KB 160/178 KB 416/748 KB 21/55 KB 1076/1822 KB 160/178 KB 416/748 KB 24/55 KB 1080/1822 KB 164/178 KB 416/748 KB 24/55 KB 1084/1822 KB 164/178 KB 416/748 KB 24/55 KB 1088/1822 KB 164/178 KB 416/748 KB 24/55 KB 1076/1822 KB 164/178 KB 416/748 KB 24/55 KB 1088/1822 KB 168/178 KB 416/748 KB 24/55 KB 1088/1822 KB 172/178 KB 416/748 KB 24/55 KB 1092/1822 KB 176/178 KB 416/748 KB 24/55 KB 1092/1822 KB 178/178 KB 416/748 KB 24/55 KB 1076/1822 KB 160/178 KB 416/748 KB 27/55 KB 1092/1822 KB 178/178 KB 416/748 KB 29/55 KB 1092/1822 KB 178/178 KB 416/748 KB 32/55 KB 1092/1822 KB 178/178 KB 416/748 KB 36/55 KB 1092/1822 KB 178/178 KB 416/748 KB 40/55 KB 1092/1822 KB 178/178 KB 420/748 KB 44/55 KB 1092/1822 KB 178/178 KB 420/748 KB 48/55 KB 1092/1822 KB 178/178 KB 420/748 KB 52/55 KB 1092/1822 KB 178/178 KB 420/748 KB 3/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 420/748 KB 24/55 KB 1092/1822 KB 172/178 KB 416/748 KB 3/1210 KB 52/55 KB 1092/1822 KB 178/178 KB 420/748 KB 5/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 420/748 KB 8/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 420/748 KB 11/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 420/748 KB 13/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 420/748 KB 36/55 KB 1092/1822 KB 178/178 KB 420/748 KB 13/1210 KB 55/55 KB 1092/1822 KB 178/178 KB 424/748 KB 13/1210 KB 55/55 KB 1096/1822 KB 178/178 KB 428/748 KB 13/1210 KB 55/55 KB 1096/1822 KB 178/178 KB 432/748 KB 13/1210 KB 55/55 KB 1096/1822 KB 178/178 KB 424/748 KB 16/1210 KB 55/55 KB 1100/1822 KB 178/178 KB 432/748 KB 16/1210 KB 55/55 KB 1104/1822 KB 178/178 KB 432/748 KB 16/1210 KB 55/55 KB 1108/1822 KB 178/178 KB 432/748 KB 16/1210 KB 55/55 KB 1112/1822 KB 436/748 KB 16/1210 KB 55/55 KB 1116/1822 KB 436/748 KB 16/1210 KB 55/55 KB 1120/1822 KB 436/748 KB 16/1210 KB 55/55 KB 1124/1822 KB 436/748 KB 16/1210 KB 55/55 KB 1096/1822 KB 178/178 KB 432/748 KB 19/1210 KB 55/55 KB 1128/1822 KB 436/748 KB 21/1210 KB 55/55 KB 1128/1822 KB 436/748 KB 24/1210 KB 55/55 KB 1128/1822 KB 436/748 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 166.7 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 16/1210 KB 55/55 KB 1108/1822 KB 178/178 KB 436/748 KB 27/1210 KB 55/55 KB 1128/1822 KB 440/748 KB 27/1210 KB 55/55 KB 1128/1822 KB 444/748 KB 27/1210 KB 55/55 KB 1128/1822 KB 436/748 KB 29/1210 KB 55/55 KB 1128/1822 KB 444/748 KB Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 29/1210 KB 55/55 KB 1128/1822 KB 448/748 KB 16/1210 KB 55/55 KB 1128/1822 KB 436/748 KB 32/1210 KB 1132/1822 KB 452/748 KB 32/1210 KB 1136/1822 KB 452/748 KB 32/1210 KB 1140/1822 KB 452/748 KB 32/1210 KB 1144/1822 KB 452/748 KB 32/1210 KB 1148/1822 KB 452/748 KB 32/1210 KB 1152/1822 KB 452/748 KB 32/1210 KB 1156/1822 KB 452/748 KB 32/1210 KB 1160/1822 KB 452/748 KB 32/1210 KB 1164/1822 KB 452/748 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 50.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 32/1210 KB 55/55 KB 1128/1822 KB 452/748 KB 36/1210 KB 1168/1822 KB 452/748 KB 40/1210 KB 1168/1822 KB 452/748 KB 44/1210 KB 1168/1822 KB 452/748 KB 48/1210 KB 1168/1822 KB 452/748 KB 52/1210 KB 1168/1822 KB 452/748 KB 56/1210 KB 1168/1822 KB 452/748 KB 60/1210 KB 1168/1822 KB 452/748 KB 64/1210 KB 1168/1822 KB 452/748 KB 29/1210 KB 55/55 KB 1128/1822 KB 452/748 KB 64/1210 KB 1168/1822 KB 456/748 KB 64/1210 KB 1168/1822 KB 460/748 KB 64/1210 KB 1168/1822 KB 464/748 KB 64/1210 KB 1168/1822 KB 468/748 KB 64/1210 KB 1168/1822 KB 472/748 KB 64/1210 KB 1168/1822 KB 476/748 KB 64/1210 KB 1168/1822 KB 480/748 KB 64/1210 KB 1168/1822 KB 484/748 KB 68/1210 KB 1168/1822 KB 488/748 KB 68/1210 KB 1168/1822 KB 492/748 KB 68/1210 KB 1168/1822 KB 496/748 KB 68/1210 KB 1168/1822 KB 484/748 KB 72/1210 KB 1168/1822 KB 496/748 KB 76/1210 KB 1168/1822 KB 496/748 KB 80/1210 KB 1168/1822 KB 496/748 KB 32/1210 KB 1168/1822 KB 452/748 KB 80/1210 KB 1172/1822 KB 496/748 KB 80/1210 KB 1176/1822 KB 496/748 KB 80/1210 KB 1180/1822 KB 496/748 KB 80/1210 KB 1184/1822 KB 496/748 KB 80/1210 KB 1184/1822 KB 500/748 KB 4/471 KB 80/1210 KB 1184/1822 KB 500/748 KB 8/471 KB 80/1210 KB 1184/1822 KB 500/748 KB 12/471 KB 80/1210 KB 1184/1822 KB 500/748 KB 16/471 KB 80/1210 KB 1184/1822 KB 500/748 KB 80/1210 KB 1184/1822 KB 504/748 KB 16/471 KB 80/1210 KB 1188/1822 KB 508/748 KB 16/471 KB 80/1210 KB 1188/1822 KB 512/748 KB 16/471 KB 80/1210 KB 1188/1822 KB 512/748 KB 20/471 KB 80/1210 KB 1188/1822 KB 512/748 KB 24/471 KB 80/1210 KB 1188/1822 KB 512/748 KB 28/471 KB 80/1210 KB 1188/1822 KB 512/748 KB 32/471 KB 84/1210 KB 1188/1822 KB 512/748 KB 32/471 KB 88/1210 KB 1188/1822 KB 512/748 KB 32/471 KB 92/1210 KB 1188/1822 KB 512/748 KB 32/471 KB 96/1210 KB 3/93 KB 1188/1822 KB 512/748 KB 32/471 KB 100/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 32/471 KB 104/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 32/471 KB 108/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 32/471 KB 112/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 32/471 KB 116/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 36/471 KB 80/1210 KB 1188/1822 KB 504/748 KB 16/471 KB 116/1210 KB 3/93 KB 1192/1822 KB 516/748 KB 36/471 KB 112/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 36/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 40/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 44/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 48/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 52/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 56/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 60/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 64/471 KB 96/1210 KB 3/93 KB 1188/1822 KB 516/748 KB 32/471 KB 92/1210 KB 3/93 KB 1188/1822 KB 512/748 KB 32/471 KB 116/1210 KB 5/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 8/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 11/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 13/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 16/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 19/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 21/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 24/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 27/93 KB 1196/1822 KB 516/748 KB 64/471 KB 116/1210 KB 3/93 KB 1196/1822 KB 516/748 KB 36/471 KB 116/1210 KB 27/93 KB 1200/1822 KB 516/748 KB 64/471 KB 116/1210 KB 27/93 KB 1200/1822 KB 520/748 KB 64/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 524/748 KB 64/471 KB 116/121 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 0 KB 29/93 KB 1204/1822 KB 528/748 KB 64/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 528/748 KB 68/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 532/748 KB 72/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 532/748 KB 76/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 532/748 KB 80/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 520/748 KB 64/471 KB 116/1210 KB 29/93 KB 1208/1822 KB 532/748 KB 80/471 KB 116/1210 KB 29/93 KB 1212/1822 KB 532/748 KB 80/471 KB 116/1210 KB 29/93 KB 1216/1822 KB 532/748 KB 80/471 KB 116/1210 KB 29/93 KB 1200/1822 KB 520/748 KB 64/471 KB 116/1210 KB 32/93 KB 1216/1822 KB 532/748 KB 80/471 KB 116/1210 KB 36/93 KB 1216/1822 KB 532/748 KB 80/471 KB 116/1210 KB 40/93 KB 1216/1822 KB 532/748 KB 80/471 KB 116/1210 KB 44/93 KB 1216/1822 KB 532/748 KB 80/471 KB 116/1210 KB 48/93 KB 1220/1822 KB 532/748 KB 80/471 KB 116/1210 KB 52/93 KB 1220/1822 KB 532/748 KB 80/471 KB 120/1210 KB 56/93 KB 1220/1822 KB 532/748 KB 84/471 KB 120/1210 KB 60/93 KB 1220/1822 KB 532/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 532/748 KB 84/471 KB 116/1210 KB 29/93 KB 1204/1822 KB 532/748 KB 68/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 536/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 540/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 544/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 548/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 552/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 556/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 84/471 KB 120/1210 KB 52/93 KB 1220/1822 KB 532/748 KB 84/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 88/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 92/471 KB 120/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 96/471 KB 120/1210 KB 52/93 KB 1220/1822 KB 532/748 KB 80/471 KB 124/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 96/471 KB 128/1210 KB 64/93 KB 1220/1822 KB 560/748 KB 96/471 KB 116/1210 KB 44/93 KB 1220/1822 KB 532/748 KB 80/471 KB 128/1210 KB 64/93 KB 1224/1822 KB 560/748 KB 96/471 KB 128/1210 KB 64/93 KB 1228/1822 KB 560/748 KB 96/471 KB 128/1210 KB 64/93 KB 1232/1822 KB 560/748 KB 96/471 KB 132/1210 KB 64/93 KB 1236/1822 KB 560/748 KB 96/471 KB 132/1210 KB 68/93 KB 1240/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1244/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1248/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1252/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1256/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1260/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 132/1210 KB 64/93 KB 1232/1822 KB 560/748 KB 96/471 KB 136/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 140/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 144/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 148/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 152/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 156/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 160/1210 KB 68/93 KB 1264/1822 KB 564/748 KB 100/471 KB 132/1210 KB 68/93 KB 1236/1822 KB 564/748 KB 100/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 564/748 KB 100/471 KB 132/1210 KB 64/93 KB 1236/1822 KB 564/748 KB 100/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 564/748 KB 104/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 564/748 KB 108/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 564/748 KB 112/471 KB 132/1210 KB 64/93 KB 1236/1822 KB 564/748 KB 96/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 568/748 KB 112/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 471 KB 160/1210 KB 72/93 KB 1264/1822 KB 572/748 KB 112/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 576/748 KB 112/471 KB 160/1210 KB 72/93 KB 1264/1822 KB 580/748 KB 112/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 584/748 KB 116/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 588/748 KB 116/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 592/748 KB 116/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 596/748 KB 116/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 600/748 KB 116/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 604/748 KB 116/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 608/748 KB 116/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 580/748 KB 116/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 608/748 KB 120/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 608/748 KB 124/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 608/748 KB 128/471 KB 160/1210 KB 76/93 KB 1264/1822 KB 580/748 KB 112/471 KB 164/1210 KB 80/93 KB 1268/1822 KB 608/748 KB 128/471 KB 164/1210 KB 84/93 KB 1268/1822 KB 608/748 KB 128/471 KB 164/1210 KB 88/93 KB 1268/1822 KB 608/748 KB 128/471 KB 164/1210 KB 92/93 KB 1268/1822 KB 608/748 KB 128/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 128/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 132/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 136/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 140/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 144/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 608/748 KB 148/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 152/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 156/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 160/471 KB 164/1210 KB 76/93 KB 1268/1822 KB 596/748 KB 116/471 KB 168/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 160/471 KB 172/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 160/471 KB 160/1210 KB 76/93 KB 1268/1822 KB 596/748 KB 116/471 KB 172/1210 KB 93/93 KB 1272/1822 KB 612/748 KB 160/471 KB 172/1210 KB 93/93 KB 1276/1822 KB 612/748 KB 160/471 KB 176/1210 KB 93/93 KB 1280/1822 KB 612/748 KB 160/471 KB 176/1210 KB 93/93 KB 1284/1822 KB 612/748 KB 160/471 KB 176/1210 KB 93/93 KB 1288/1822 KB 612/748 KB 160/471 KB 176/1210 KB 93/93 KB 1292/1822 KB 612/748 KB 160/471 KB 176/1210 KB 93/93 KB 1296/1822 KB 612/748 KB 160/471 KB 164/1210 KB 93/93 KB 1268/1822 KB 612/748 KB 148/471 KB 176/1210 KB 93/93 KB 1296/1822 KB 616/748 KB 160/471 KB 176/1210 KB 93/93 KB 1296/1822 KB 620/748 KB 160/471 KB 176/1210 KB 93/93 KB 1296/1822 KB 624/748 KB 160/471 KB 176/1210 KB 93/93 KB 1276/1822 KB 612/748 KB 160/471 KB 180/1210 KB 93/93 KB 1296/1822 KB 624/748 KB 160/471 KB 184/1210 KB 93/93 KB 1296/1822 KB 624/748 KB 160/471 KB 188/1210 KB 93/93 KB 1296/1822 KB 624/748 KB 160/471 KB 192/1210 KB 93/93 KB 1296/1822 KB 624/748 KB 160/471 KB 192/1210 KB 93/93 KB 1300/1822 KB 624/748 KB 160/471 KB 196/1210 KB 1304/1822 KB 628/748 KB 160/471 KB 196/1210 KB 93/93 KB 1300/1822 KB 628/748 KB 160/471 KB 196/1210 KB 93/93 KB 1300/1822 KB 624/748 KB 160/471 KB 200/1210 KB 1304/1822 KB 628/748 KB 160/471 KB 204/1210 KB 1304/1822 KB 632/748 KB 160/471 KB 200/1210 KB 1304/1822 KB 632/748 KB 160/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 82.2 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 204/1210 KB 1308/1822 KB 632/748 KB 160/471 KB 208/1210 KB 1308/1822 KB 636/748 KB 160/471 KB 204/1210 KB 1308/1822 KB 636/748 KB 160/471 KB 208/1210 KB 1308/1822 KB 640/748 KB 160/471 KB 208/1210 KB 1312/1822 KB 644/748 KB 160/471 KB 212/1210 KB 1312/1822 KB 648/748 KB 160/471 KB 212/1210 KB 1312/1822 KB 652/748 KB 160/471 KB 212/1210 KB 1312/1822 KB 656/748 KB 160/471 KB 212/1210 KB 1312/1822 KB 660/748 KB 160/471 KB 208/1210 KB 1312/1822 KB 640/748 KB 160/471 KB 212/1210 KB 1316/1822 KB 660/748 KB 160/471 KB 212/1210 KB 1320/1822 KB 660/748 KB 160/471 KB 212/1210 KB 1324/1822 KB 660/748 KB 160/471 KB 212/1210 KB 1328/1822 KB 660/748 KB 160/471 KB 212/1210 KB 1312/1822 KB 644/748 KB 160/471 KB 216/1210 KB 1328/1822 KB 660/748 KB 160/471 KB 220/1210 KB 1328/1822 KB 660/748 KB 160/471 KB 224/1210 KB 1328/1822 KB 660/748 KB 160/471 KB 228/1210 KB 1328/1822 KB 660/748 KB 160/471 KB 232/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 236/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 240/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 244/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 248/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 252/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 256/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 260/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 228/1210 KB 1332/1822 KB 664/748 KB 164/471 KB 260/1210 KB 1332/1822 KB 668/748 KB 164/471 KB 260/1210 KB 1332/1822 KB 672/748 KB 164/471 KB 228/1210 KB 1332/1822 KB 660/748 KB 164/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 672/748 KB 168/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 672/748 KB 172/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 672/748 KB 176/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 672/748 KB 180/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 676/748 KB 184/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 676/748 KB 188/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 676/748 KB 192/471 KB 228/1210 KB 1332/1822 KB 660/748 KB 160/471 KB 260/1210 KB 1336/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1340/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1344/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1348/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1352/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1356/1822 KB 4/53 KB 676/748 KB 192/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 676/748 KB 180/471 KB 260/1210 KB 1360/1822 KB 4/53 KB 680/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 4/53 KB 684/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 4/53 KB 688/748 KB 192/471 KB 260/1210 KB 1332/1822 KB 4/53 KB 672/748 KB 164/471 KB 260/1210 KB 1360/1822 KB 8/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 12/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 16/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 20/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 24/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 28/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 32/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 36/53 KB 688/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 40/53 KB 692/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 44/53 KB 692/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 36/53 KB 692/748 KB 192/471 KB 264/1210 KB 1360/1822 KB 44/53 KB 696/748 KB 192/471 KB 264/1210 KB 1360/1822 KB 48/53 KB 700/748 KB 192/471 KB 264/1210 KB 1360/1822 KB 48/53 KB 704/748 KB 192/471 KB 260/1210 KB 1360/1822 KB 4/53 KB 676/748 KB 192/471 KB 264/1210 KB 1364/1822 KB 48/53 KB 704/748 KB 192/471 KB 264/1210 KB 1368/1822 KB 48/53 KB 704/74 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 8 KB 192/471 KB 264/1210 KB 1372/1822 KB 48/53 KB 704/748 KB 196/471 KB 264/1210 KB 1376/1822 KB 48/53 KB 704/748 KB 196/471 KB 264/1210 KB 1360/1822 KB 48/53 KB 696/748 KB 192/471 KB 264/1210 KB 1360/1822 KB 44/53 KB 692/748 KB 192/471 KB 268/1210 KB 1376/1822 KB 48/53 KB 704/748 KB 196/471 KB 272/1210 KB 1376/1822 KB 48/53 KB 704/748 KB 196/471 KB 276/1210 KB 1376/1822 KB 52/53 KB 704/748 KB 196/471 KB 280/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 196/471 KB 284/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 196/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 196/471 KB 264/1210 KB 1368/1822 KB 48/53 KB 704/748 KB 196/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 200/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 204/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 208/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 212/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 216/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 220/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 224/471 KB 288/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 228/471 KB 292/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 232/471 KB 292/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 236/471 KB 292/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 240/471 KB 276/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 196/471 KB 292/1210 KB 1384/1822 KB 52/53 KB 708/748 KB 240/471 KB 292/1210 KB 1388/1822 KB 52/53 KB 708/748 KB 240/471 KB 292/1210 KB 1392/1822 KB 52/53 KB 708/748 KB 240/471 KB 276/1210 KB 1376/1822 KB 52/53 KB 708/748 KB 196/471 KB 292/1210 KB 1392/1822 KB 52/53 KB 712/748 KB 240/471 KB 292/1210 KB 1392/1822 KB 52/53 KB 716/748 KB 240/471 KB 292/1210 KB 1392/1822 KB 52/53 KB 720/748 KB 240/471 KB 272/1210 KB 1376/1822 KB 52/53 KB 704/748 KB 196/471 KB 292/1210 KB 1392/1822 KB 53/53 KB 720/748 KB 240/471 KB 292/1210 KB 1392/1822 KB 53/53 KB 724/748 KB 240/471 KB 292/1210 KB 1396/1822 KB 53/53 KB 728/748 KB 240/471 KB 292/1210 KB 1396/1822 KB 53/53 KB 732/748 KB 240/471 KB 292/1210 KB 1396/1822 KB 53/53 KB 736/748 KB 240/471 KB 292/1210 KB 1380/1822 KB 52/53 KB 708/748 KB 228/471 KB 296/1210 KB 1396/1822 KB 53/53 KB 736/748 KB 240/471 KB 300/1210 KB 1396/1822 KB 53/53 KB 736/748 KB 240/471 KB 304/1210 KB 1396/1822 KB 53/53 KB 736/748 KB 240/471 KB 292/1210 KB 1396/1822 KB 53/53 KB 724/748 KB 240/471 KB 304/1210 KB 1400/1822 KB 53/53 KB 736/748 KB 240/471 KB 304/1210 KB 1404/1822 KB 53/53 KB 740/748 KB 240/471 KB 304/1210 KB 1408/1822 KB 53/53 KB 740/748 KB 240/471 KB 308/1210 KB 1408/1822 KB 53/53 KB 740/748 KB 240/471 KB 312/1210 KB 1412/1822 KB 53/53 KB 740/748 KB 244/471 KB 316/1210 KB 1412/1822 KB 53/53 KB 740/748 KB 244/471 KB 320/1210 KB 1412/1822 KB 53/53 KB 740/748 KB 244/471 KB 304/1210 KB 1400/1822 KB 53/53 KB 740/748 KB 240/471 KB 320/1210 KB 1412/1822 KB 53/53 KB 744/748 KB 244/471 KB 320/1210 KB 1412/1822 KB 53/53 KB 748/748 KB 244/471 KB 320/1210 KB 1412/1822 KB 53/53 KB 748/748 KB 244/471 KB 308/1210 KB 1412/1822 KB 53/53 KB 740/748 KB 244/471 KB 308/1210 KB 1408/1822 KB 53/53 KB 740/748 KB 244/471 KB 320/1210 KB 1412/1822 KB 53/53 KB 748/748 KB 248/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 252/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 256/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 260/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 264/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 268/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 27 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 2/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 276/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 280/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 284/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 288/471 KB 324/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 248/471 KB 328/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 288/471 KB 332/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 288/471 KB 320/1210 KB 1416/1822 KB 53/53 KB 748/748 KB 248/471 KB 336/1210 KB 1420/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1424/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1428/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1432/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1436/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1440/1822 KB 53/53 KB 748/748 KB 288/471 KB 336/1210 KB 1444/1822 KB 53/53 KB 748/748 KB 288/471 KB 340/1210 KB 1448/1822 KB 53/53 KB 748/748 KB 288/471 KB 340/1210 KB 1452/1822 KB 53/53 KB 748/748 KB 288/471 KB 340/1210 KB 1456/1822 KB 53/53 KB 748/748 KB 288/471 KB 340/1210 KB 1444/1822 KB 53/53 KB 748/748 KB 288/471 KB 344/1210 KB 1456/1822 KB 53/53 KB 748/748 KB 288/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 45.7 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 348/1210 KB 1456/1822 KB 748/748 KB 288/471 KB 352/1210 KB 1456/1822 KB 748/748 KB 288/471 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 644.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 352/1210 KB 1456/1822 KB 292/471 KB 356/1210 KB 1460/1822 KB 296/471 KB 356/1210 KB 1460/1822 KB 300/471 KB 356/1210 KB 1460/1822 KB 304/471 KB 356/1210 KB 1460/1822 KB 292/471 KB 360/1210 KB 1460/1822 KB 304/471 KB 364/1210 KB 1460/1822 KB 304/471 KB 368/1210 KB 1460/1822 KB 304/471 KB 352/1210 KB 1460/1822 KB 292/471 KB 368/1210 KB 1464/1822 KB 304/471 KB 368/1210 KB 1468/1822 KB 304/471 KB 368/1210 KB 1472/1822 KB 304/471 KB 368/1210 KB 1472/1822 KB 308/471 KB 372/1210 KB 1476/1822 KB 312/471 KB 372/1210 KB 1476/1822 KB 316/471 KB 372/1210 KB 1476/1822 KB 320/471 KB 372/1210 KB 1476/1822 KB 308/471 KB 372/1210 KB 1480/1822 KB 320/471 KB 372/1210 KB 1484/1822 KB 320/471 KB 372/1210 KB 1488/1822 KB 324/471 KB 372/1210 KB 1472/1822 KB 308/471 KB 376/1210 KB 1488/1822 KB 324/471 KB 380/1210 KB 1488/1822 KB 324/471 KB 384/1210 KB 1488/1822 KB 324/471 KB 384/1210 KB 3/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 6/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 9/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 11/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 14/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 16/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 19/276 KB 1488/1822 KB 324/471 KB 384/1210 KB 19/276 KB 1488/1822 KB 3/577 KB 324/471 KB 384/1210 KB 19/276 KB 1488/1822 KB 6/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 9/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 11/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 14/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 16/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 19/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 22/577 KB 324/471 KB 384/1210 KB 22/276 KB 1492/1822 KB 22/577 KB 324/471 KB 388/1210 KB 22/276 KB 1496/1822 KB 25/577 KB 324/471 KB 372/1210 KB 1484/1822 KB 324/471 KB 388/1210 KB 22/276 KB 1496/1822 KB 25/577 KB 328/471 KB 388/1210 KB 22/276 KB 1492/1822 KB 25/577 KB 324/471 KB 392/1210 KB 22/276 KB 1496/1822 KB 25/577 KB 328/471 KB 384/1210 KB 22/276 KB 1492/1822 KB 25/577 KB 324/471 KB 384/1210 KB 22/276 KB 1488/1822 KB 6/577 KB 324/471 KB 392/1210 KB 25/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 27/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 30/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 32/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 36/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 40/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 44/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 48/276 KB 1496/1822 KB 25/577 KB 332/471 KB 392/1210 KB 52/276 KB 1496/1822 KB 25/577 KB 332/471 KB 396/1210 KB 56/276 KB 1496/1822 KB 27/577 KB 332/471 KB 396/1210 KB 60/276 KB 1496/1822 KB 27/577 KB 332/471 KB 396/1210 KB 64/276 KB 1496/1822 KB 27/577 KB 332/471 KB 396/1210 KB 68/276 KB 1496/1822 KB 27/577 KB 332/471 KB 392/1210 KB 22/276 KB 1496/1822 KB 25/577 KB 332/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 336/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 340/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 344/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 348/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 352/471 KB 396/1210 KB 68/276 KB 1500/1822 KB 27/577 KB 332/471 KB 396/1210 KB 72/276 KB 1504/1822 KB 27/577 KB 352/471 KB 396/1210 KB 72/276 KB 1508/1822 KB 27/577 KB 352/471 KB 396/1210 KB 72/276 KB 1512/1822 KB 27/577 KB 352/471 KB 396/1210 KB 72/276 KB 1516/1822 KB 27/577 KB 352/471 KB 396/1210 KB 72/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 276 KB 1520/1822 KB 27/577 KB 352/471 KB 396/1210 KB 52/276 KB 1496/1822 KB 27/577 KB 332/471 KB 400/1210 KB 72/276 KB 1520/1822 KB 27/577 KB 352/471 KB 392/1210 KB 52/276 KB 1496/1822 KB 27/577 KB 332/471 KB 400/1210 KB 72/276 KB 1520/1822 KB 30/577 KB 352/471 KB 404/1210 KB 72/276 KB 1520/1822 KB 30/577 KB 352/471 KB 408/1210 KB 72/276 KB 1520/1822 KB 32/577 KB 352/471 KB 412/1210 KB 72/276 KB 1520/1822 KB 32/577 KB 352/471 KB 416/1210 KB 72/276 KB 1520/1822 KB 32/577 KB 352/471 KB 396/1210 KB 72/276 KB 1500/1822 KB 27/577 KB 352/471 KB 416/1210 KB 76/276 KB 1520/1822 KB 32/577 KB 352/471 KB 416/1210 KB 80/276 KB 1520/1822 KB 32/577 KB 352/471 KB 404/1210 KB 72/276 KB 1520/1822 KB 32/577 KB 352/471 KB 416/1210 KB 80/276 KB 1520/1822 KB 36/577 KB 352/471 KB 416/1210 KB 80/276 KB 1520/1822 KB 40/577 KB 352/471 KB 420/1210 KB 80/276 KB 1520/1822 KB 44/577 KB 352/471 KB 420/1210 KB 84/276 KB 1520/1822 KB 48/577 KB 352/471 KB 420/1210 KB 84/276 KB 1520/1822 KB 52/577 KB 356/471 KB 420/1210 KB 84/276 KB 1524/1822 KB 56/577 KB 356/471 KB 420/1210 KB 84/276 KB 1524/1822 KB 60/577 KB 356/471 KB 420/1210 KB 84/276 KB 1524/1822 KB 61/577 KB 356/471 KB 420/1210 KB 80/276 KB 1520/1822 KB 40/577 KB 352/471 KB 424/1210 KB 84/276 KB 1524/1822 KB 61/577 KB 356/471 KB 420/1210 KB 84/276 KB 1524/1822 KB 52/577 KB 356/471 KB 428/1210 KB 84/276 KB 1528/1822 KB 61/577 KB 356/471 KB 428/1210 KB 84/276 KB 1532/1822 KB 61/577 KB 356/471 KB 428/1210 KB 84/276 KB 1536/1822 KB 61/577 KB 356/471 KB 420/1210 KB 84/276 KB 1520/1822 KB 48/577 KB 356/471 KB 428/1210 KB 84/276 KB 1536/1822 KB 61/577 KB 360/471 KB 428/1210 KB 84/276 KB 1536/1822 KB 61/577 KB 364/471 KB 428/1210 KB 84/276 KB 1536/1822 KB 61/577 KB 368/471 KB 420/1210 KB 84/276 KB 1520/1822 KB 44/577 KB 352/471 KB 428/1210 KB 88/276 KB 1536/1822 KB 61/577 KB 368/471 KB 428/1210 KB 92/276 KB 1536/1822 KB 61/577 KB 368/471 KB 428/1210 KB 96/276 KB 1536/1822 KB 61/577 KB 368/471 KB 428/1210 KB 100/276 KB 1536/1822 KB 61/577 KB 368/471 KB 428/1210 KB 104/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 108/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 112/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 116/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 120/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 84/276 KB 1528/1822 KB 61/577 KB 356/471 KB 432/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 436/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 440/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 444/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 448/1210 KB 124/276 KB 1540/1822 KB 65/577 KB 372/471 KB 428/1210 KB 100/276 KB 1540/1822 KB 65/577 KB 372/471 KB 448/1210 KB 124/276 KB 1540/1822 KB 69/577 KB 372/471 KB 448/1210 KB 124/276 KB 1540/1822 KB 73/577 KB 372/471 KB 448/1210 KB 124/276 KB 1540/1822 KB 77/577 KB 372/471 KB 428/1210 KB 100/276 KB 1540/1822 KB 61/577 KB 372/471 KB 448/1210 KB 124/276 KB 1544/1822 KB 77/577 KB 372/471 KB 448/1210 KB 124/276 KB 1548/1822 KB 77/577 KB 372/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 77/577 KB 372/471 KB 428/1210 KB 100/276 KB 1536/1822 KB 61/577 KB 372/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 77/577 KB 376/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 77/577 KB 380/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 77/577 KB 384/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 77/577 KB 388/471 KB 4 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 52/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 392/471 KB 452/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 396/471 KB 452/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 400/471 KB 452/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 388/471 KB 456/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 400/471 KB 460/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 400/471 KB 464/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 400/471 KB 468/1210 KB 128/276 KB 1556/1822 KB 81/577 KB 400/471 KB 472/1210 KB 128/276 KB 1556/1822 KB 81/577 KB 404/471 KB 476/1210 KB 128/276 KB 1556/1822 KB 81/577 KB 404/471 KB 448/1210 KB 124/276 KB 1556/1822 KB 81/577 KB 388/471 KB 476/1210 KB 128/276 KB 1560/1822 KB 81/577 KB 404/471 KB 476/1210 KB 128/276 KB 1564/1822 KB 81/577 KB 404/471 KB 476/1210 KB 128/276 KB 1568/1822 KB 81/577 KB 404/471 KB 448/1210 KB 124/276 KB 1552/1822 KB 81/577 KB 388/471 KB 476/1210 KB 128/276 KB 1568/1822 KB 85/577 KB 404/471 KB 476/1210 KB 128/276 KB 1568/1822 KB 89/577 KB 404/471 KB 476/1210 KB 128/276 KB 1568/1822 KB 93/577 KB 404/471 KB 476/1210 KB 128/276 KB 1568/1822 KB 97/577 KB 404/471 KB 476/1210 KB 128/276 KB 1572/1822 KB 101/577 KB 404/471 KB 476/1210 KB 128/276 KB 1572/1822 KB 105/577 KB 404/471 KB 476/1210 KB 128/276 KB 1572/1822 KB 109/577 KB 404/471 KB 468/1210 KB 128/276 KB 1556/1822 KB 81/577 KB 404/471 KB 480/1210 KB 128/276 KB 1572/1822 KB 109/577 KB 408/471 KB 480/1210 KB 128/276 KB 1572/1822 KB 109/577 KB 412/471 KB 480/1210 KB 128/276 KB 1572/1822 KB 109/577 KB 416/471 KB 464/1210 KB 128/276 KB 1556/1822 KB 81/577 KB 400/471 KB 480/1210 KB 132/276 KB 1572/1822 KB 109/577 KB 416/471 KB 480/1210 KB 136/276 KB 1572/1822 KB 109/577 KB 416/471 KB 480/1210 KB 140/276 KB 1572/1822 KB 109/577 KB 416/471 KB 480/1210 KB 144/276 KB 1572/1822 KB 109/577 KB 416/471 KB 480/1210 KB 148/276 KB 1572/1822 KB 109/577 KB 416/471 KB 480/1210 KB 152/276 KB 1572/1822 KB 113/577 KB 420/471 KB 480/1210 KB 156/276 KB 1572/1822 KB 113/577 KB 420/471 KB 480/1210 KB 160/276 KB 1572/1822 KB 113/577 KB 420/471 KB 480/1210 KB 128/276 KB 1572/1822 KB 109/577 KB 404/471 KB 476/1210 KB 128/276 KB 1572/1822 KB 97/577 KB 404/471 KB 480/1210 KB 160/276 KB 1576/1822 KB 113/577 KB 420/471 KB 480/1210 KB 160/276 KB 1580/1822 KB 113/577 KB 420/471 KB 480/1210 KB 160/276 KB 1584/1822 KB 113/577 KB 420/471 KB 484/1210 KB 160/276 KB 1584/1822 KB 113/577 KB 420/471 KB 488/1210 KB 160/276 KB 1584/1822 KB 113/577 KB 420/471 KB 492/1210 KB 160/276 KB 1584/1822 KB 113/577 KB 420/471 KB 496/1210 KB 160/276 KB 1588/1822 KB 113/577 KB 420/471 KB 500/1210 KB 160/276 KB 1588/1822 KB 113/577 KB 420/471 KB 504/1210 KB 164/276 KB 1588/1822 KB 113/577 KB 420/471 KB 480/1210 KB 148/276 KB 1572/1822 KB 113/577 KB 420/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 113/577 KB 424/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 113/577 KB 428/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 113/577 KB 432/471 KB 480/1210 KB 148/276 KB 1572/1822 KB 113/577 KB 416/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 117/577 KB 432/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 121/577 KB 432/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 125/577 KB 432/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 125/577 KB 436/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 129/577 KB 440/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 129/577 KB 444/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 129/577 KB 448/471 KB 500/1210 KB 164/276 KB 1588/1822 KB 113/577 KB 420/471 KB 492/1210 KB 160/276 KB 1588/1822 KB 113/57 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 7 KB 420/471 KB 508/1210 KB 164/276 KB 1592/1822 KB 129/577 KB 448/471 KB 508/1210 KB 164/276 KB 1596/1822 KB 129/577 KB 448/471 KB 508/1210 KB 164/276 KB 1600/1822 KB 129/577 KB 448/471 KB 508/1210 KB 164/276 KB 1604/1822 KB 129/577 KB 448/471 KB 508/1210 KB 164/276 KB 1588/1822 KB 129/577 KB 436/471 KB 508/1210 KB 168/276 KB 1604/1822 KB 133/577 KB 448/471 KB 508/1210 KB 168/276 KB 1604/1822 KB 129/577 KB 448/471 KB 508/1210 KB 172/276 KB 1604/1822 KB 137/577 KB 448/471 KB 508/1210 KB 176/276 KB 1604/1822 KB 137/577 KB 448/471 KB 508/1210 KB 176/276 KB 1604/1822 KB 137/577 KB 448/471 KB 512/1210 KB 176/276 KB 1604/1822 KB 137/577 KB 448/471 KB 516/1210 KB 176/276 KB 1608/1822 KB 137/577 KB 452/471 KB 520/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 524/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 528/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 532/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 536/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 540/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 544/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 512/1210 KB 176/276 KB 1608/1822 KB 137/577 KB 452/471 KB 544/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 456/471 KB 544/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 460/471 KB 544/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 464/471 KB 512/1210 KB 176/276 KB 1608/1822 KB 137/577 KB 448/471 KB 544/1210 KB 180/276 KB 1612/1822 KB 137/577 KB 464/471 KB 544/1210 KB 180/276 KB 1616/1822 KB 137/577 KB 464/471 KB 508/1210 KB 176/276 KB 1604/1822 KB 137/577 KB 448/471 KB 544/1210 KB 180/276 KB 1616/1822 KB 141/577 KB 464/471 KB 544/1210 KB 180/276 KB 1616/1822 KB 145/577 KB 464/471 KB 544/1210 KB 180/276 KB 1620/1822 KB 149/577 KB 464/471 KB 544/1210 KB 180/276 KB 1620/1822 KB 153/577 KB 464/471 KB 544/1210 KB 180/276 KB 1620/1822 KB 157/577 KB 464/471 KB 516/1210 KB 180/276 KB 1608/1822 KB 137/577 KB 452/471 KB 544/1210 KB 184/276 KB 1620/1822 KB 157/577 KB 468/471 KB 544/1210 KB 188/276 KB 1620/1822 KB 157/577 KB 468/471 KB 544/1210 KB 192/276 KB 1620/1822 KB 157/577 KB 468/471 KB 544/1210 KB 196/276 KB 1620/1822 KB 157/577 KB 468/471 KB 544/1210 KB 200/276 KB 1620/1822 KB 161/577 KB 468/471 KB 544/1210 KB 204/276 KB 1620/1822 KB 161/577 KB 468/471 KB 544/1210 KB 208/276 KB 1620/1822 KB 161/577 KB 468/471 KB 544/1210 KB 180/276 KB 1620/1822 KB 157/577 KB 468/471 KB 544/1210 KB 208/276 KB 1620/1822 KB 161/577 KB 471/471 KB 544/1210 KB 180/276 KB 1620/1822 KB 145/577 KB 464/471 KB 544/1210 KB 208/276 KB 1624/1822 KB 161/577 KB 471/471 KB 544/1210 KB 208/276 KB 1628/1822 KB 161/577 KB 471/471 KB 544/1210 KB 208/276 KB 1632/1822 KB 161/577 KB 471/471 KB 544/1210 KB 208/276 KB 1636/1822 KB 161/577 KB 471/471 KB 544/1210 KB 208/276 KB 1640/1822 KB 161/577 KB 471/471 KB 544/1210 KB 208/276 KB 1644/1822 KB 161/577 KB 471/471 KB 544/1210 KB 212/276 KB 1648/1822 KB 161/577 KB 471/471 KB 544/1210 KB 212/276 KB 1652/1822 KB 161/577 KB 471/471 KB 548/1210 KB 212/276 KB 1656/1822 KB 161/577 KB 471/471 KB 548/1210 KB 212/276 KB 1660/1822 KB 161/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 161/577 KB 471/471 KB 544/1210 KB 196/276 KB 1620/1822 KB 161/577 KB 468/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 165/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 169/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 173/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 177/577 KB 471/471 KB 548/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1210 KB 212/276 KB 1664/1822 KB 181/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 185/577 KB 471/471 KB 548/1210 KB 212/276 KB 1664/1822 KB 189/577 KB 471/471 KB 548/1210 KB 212/276 KB 1652/1822 KB 161/577 KB 471/471 KB 552/1210 KB 212/276 KB 1664/1822 KB 189/577 KB 471/471 KB 556/1210 KB 212/276 KB 1664/1822 KB 189/577 KB 471/471 KB 560/1210 KB 212/276 KB 1664/1822 KB 189/577 KB 471/471 KB 544/1210 KB 212/276 KB 1644/1822 KB 161/577 KB 471/471 KB 560/1210 KB 216/276 KB 1664/1822 KB 189/577 KB 471/471 KB 560/1210 KB 220/276 KB 1664/1822 KB 189/577 KB 471/471 KB 560/1210 KB 224/276 KB 1664/1822 KB 189/577 KB 471/471 KB 560/1210 KB 228/276 KB 1664/1822 KB 189/577 KB 471/471 KB 564/1210 KB 232/276 KB 1668/1822 KB 193/577 KB 471/471 KB 564/1210 KB 236/276 KB 1668/1822 KB 193/577 KB 471/471 KB 564/1210 KB 240/276 KB 1668/1822 KB 193/577 KB 471/471 KB 564/1210 KB 228/276 KB 1668/1822 KB 193/577 KB 471/471 KB 568/1210 KB 240/276 KB 1668/1822 KB 193/577 KB 471/471 KB 572/1210 KB 240/276 KB 1668/1822 KB 193/577 KB 471/471 KB 576/1210 KB 240/276 KB 1668/1822 KB 193/577 KB 471/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 385.1 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 560/1210 KB 228/276 KB 1668/1822 KB 193/577 KB 471/471 KB 576/1210 KB 240/276 KB 1668/1822 KB 197/577 KB 576/1210 KB 240/276 KB 1668/1822 KB 201/577 KB 576/1210 KB 240/276 KB 1668/1822 KB 205/577 KB 576/1210 KB 240/276 KB 1668/1822 KB 209/577 KB 580/1210 KB 244/276 KB 1668/1822 KB 213/577 KB 580/1210 KB 244/276 KB 1668/1822 KB 217/577 KB 580/1210 KB 244/276 KB 1668/1822 KB 221/577 KB 560/1210 KB 228/276 KB 1668/1822 KB 189/577 KB 471/471 KB 580/1210 KB 244/276 KB 1672/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1676/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1680/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1684/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1688/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1692/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1696/1822 KB 221/577 KB 580/1210 KB 244/276 KB 1668/1822 KB 209/577 KB 580/1210 KB 248/276 KB 1696/1822 KB 221/577 KB 580/1210 KB 252/276 KB 1696/1822 KB 221/577 KB 580/1210 KB 256/276 KB 1696/1822 KB 221/577 KB 580/1210 KB 240/276 KB 1668/1822 KB 209/577 KB 584/1210 KB 256/276 KB 1696/1822 KB 221/577 KB 588/1210 KB 256/276 KB 1696/1822 KB 221/577 KB 592/1210 KB 256/276 KB 1696/1822 KB 221/577 KB 592/1210 KB 260/276 KB 1696/1822 KB 221/577 KB 596/1210 KB 264/276 KB 1700/1822 KB 225/577 KB 596/1210 KB 268/276 KB 1700/1822 KB 225/577 KB 596/1210 KB 272/276 KB 1700/1822 KB 225/577 KB 596/1210 KB 260/276 KB 1700/1822 KB 225/577 KB 600/1210 KB 272/276 KB 1700/1822 KB 225/577 KB 604/1210 KB 272/276 KB 1700/1822 KB 225/577 KB 608/1210 KB 272/276 KB 1700/1822 KB 225/577 KB 592/1210 KB 260/276 KB 1700/1822 KB 225/577 KB 608/1210 KB 276/276 KB 1704/1822 KB 225/577 KB 608/1210 KB 276/276 KB 1708/1822 KB 225/577 KB 608/1210 KB 276/276 KB 1712/1822 KB 225/577 KB 608/1210 KB 276/276 KB 1716/1822 KB 225/577 KB 612/1210 KB 276/276 KB 1720/1822 KB 225/577 KB 612/1210 KB 276/276 KB 1724/1822 KB 225/577 KB 612/1210 KB 276/276 KB 1728/1822 KB 225/577 KB 592/1210 KB 260/276 KB 1696/1822 KB 225/577 KB 612/1210 KB 276/276 KB 1728/1822 KB 229/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 233/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 237/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 241/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 245/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 249/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 253/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 257/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 261/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 265/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 269/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 612/1210 KB 276/276 KB 1716/1822 KB 225/577 KB 608/1210 KB 276/276 KB 1700/1822 KB 225/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 616/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 620/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 624/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 628/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 632/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 636/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 273/577 KB 612/1210 KB 276/276 KB 4/37 KB 1732/1822 KB 253/577 KB 612/1210 KB 276/276 KB 4/37 KB 1728/1822 KB 229/577 KB 640/1210 KB 276/276 KB 8/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 12/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 16/37 KB 1732/1822 KB 273/577 KB 640/121 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 0 KB 276/276 KB 20/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 24/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 28/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 32/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 36/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 37/37 KB 1732/1822 KB 273/577 KB 640/1210 KB 276/276 KB 37/37 KB 1736/1822 KB 273/577 KB 640/1210 KB 276/276 KB 37/37 KB 1740/1822 KB 273/577 KB 640/1210 KB 276/276 KB 37/37 KB 1744/1822 KB 273/577 KB 640/1210 KB 276/276 KB 37/37 KB 1748/1822 KB 273/577 KB 644/1210 KB 276/276 KB 37/37 KB 1752/1822 KB 273/577 KB 644/1210 KB 276/276 KB 37/37 KB 1756/1822 KB 273/577 KB 644/1210 KB 276/276 KB 37/37 KB 1760/1822 KB 273/577 KB 644/1210 KB 276/276 KB 37/37 KB 1760/1822 KB 277/577 KB 644/1210 KB 276/276 KB 37/37 KB 1760/1822 KB 281/577 KB 644/1210 KB 276/276 KB 37/37 KB 1760/1822 KB 285/577 KB 644/1210 KB 276/276 KB 37/37 KB 1760/1822 KB 289/577 KB 644/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 293/577 KB 644/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 297/577 KB 644/1210 KB 276/276 KB 37/37 KB 1748/1822 KB 273/577 KB 648/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 297/577 KB 652/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 297/577 KB 656/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 297/577 KB 660/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 297/577 KB 644/1210 KB 276/276 KB 37/37 KB 1764/1822 KB 289/577 KB 664/1210 KB 276/276 KB 37/37 KB 1768/1822 KB 297/577 KB 664/1210 KB 276/276 KB 37/37 KB 1772/1822 KB 297/577 KB 664/1210 KB 276/276 KB 37/37 KB 1776/1822 KB 297/577 KB 664/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 297/577 KB 664/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 301/577 KB 664/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 297/577 KB 668/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 301/577 KB 672/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 301/577 KB 676/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 301/577 KB 680/1210 KB 37/37 KB 1784/1822 KB 305/577 KB 684/1210 KB 1784/1822 KB 305/577 KB 688/1210 KB 1784/1822 KB 305/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 221.9 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 676/1210 KB 37/37 KB 1784/1822 KB 305/577 KB 688/1210 KB 1784/1822 KB 309/577 KB 688/1210 KB 1784/1822 KB 313/577 KB 688/1210 KB 1784/1822 KB 317/577 KB 676/1210 KB 37/37 KB 1784/1822 KB 301/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 29.3 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 688/1210 KB 1788/1822 KB 317/577 KB 688/1210 KB 1792/1822 KB 317/577 KB 688/1210 KB 1796/1822 KB 317/577 KB 688/1210 KB 1800/1822 KB 317/577 KB 688/1210 KB 1804/1822 KB 317/577 KB 688/1210 KB 1808/1822 KB 321/577 KB 688/1210 KB 1812/1822 KB 321/577 KB 692/1210 KB 1816/1822 KB 321/577 KB 692/1210 KB 1820/1822 KB 321/577 KB 692/1210 KB 1822/1822 KB 321/577 KB 688/1210 KB 1804/1822 KB 321/577 KB 692/1210 KB 1822/1822 KB 325/577 KB 692/1210 KB 1822/1822 KB 329/577 KB 692/1210 KB 1822/1822 KB 333/577 KB 692/1210 KB 1812/1822 KB 321/577 KB 696/1210 KB 1822/1822 KB 333/577 KB 700/1210 KB 1822/1822 KB 333/577 KB 704/1210 KB 1822/1822 KB 333/577 KB 708/1210 KB 1822/1822 KB 333/577 KB 712/1210 KB 1822/1822 KB 337/577 KB 716/1210 KB 1822/1822 KB 337/577 KB 720/1210 KB 1822/1822 KB 337/577 KB 708/1210 KB 1822/1822 KB 337/577 KB 720/1210 KB 1822/1822 KB 341/577 KB 720/1210 KB 1822/1822 KB 345/577 KB 720/1210 KB 1822/1822 KB 349/577 KB 720/1210 KB 1822/1822 KB 353/577 KB 724/1210 KB 1822/1822 KB 357/577 KB 724/1210 KB 1822/1822 KB 361/577 KB 724/1210 KB 1822/1822 KB 365/577 KB 724/1210 KB 1822/1822 KB 353/577 KB 728/1210 KB 1822/1822 KB 365/577 KB 732/1210 KB 1822/1822 KB 365/577 KB 736/1210 KB 1822/1822 KB 365/577 KB 740/1210 KB 1822/1822 KB 365/577 KB 744/1210 KB 1822/1822 KB 369/577 KB 748/1210 KB 1822/1822 KB 369/577 KB 752/1210 KB 1822/1822 KB 369/577 KB 756/1210 KB 1822/1822 KB 369/577 KB 760/1210 KB 1822/1822 KB 369/577 KB 764/1210 KB 1822/1822 KB 369/577 KB 768/1210 KB 1822/1822 KB 369/577 KB 740/1210 KB 1822/1822 KB 369/577 KB 768/1210 KB 1822/1822 KB 373/577 KB 768/1210 KB 1822/1822 KB 377/577 KB 768/1210 KB 1822/1822 KB 381/577 KB 768/1210 KB 1822/1822 KB 385/577 KB 768/1210 KB 1822/1822 KB 389/577 KB 768/1210 KB 1822/1822 KB 393/577 KB 768/1210 KB 1822/1822 KB 397/577 KB 772/1210 KB 1822/1822 KB 397/577 KB 776/1210 KB 1822/1822 KB 401/577 KB 780/1210 KB 1822/1822 KB 401/577 KB 784/1210 KB 1822/1822 KB 401/577 KB 772/1210 KB 1822/1822 KB 401/577 KB 784/1210 KB 1822/1822 KB 405/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1445.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 784/1210 KB 409/577 KB 784/1210 KB 413/577 KB 788/1210 KB 413/577 KB 792/1210 KB 417/577 KB 788/1210 KB 417/577 KB 792/1210 KB 421/577 KB 792/1210 KB 425/577 KB 796/1210 KB 429/577 KB 796/1210 KB 425/577 KB 800/1210 KB 429/577 KB 804/1210 KB 429/577 KB 804/1210 KB 433/577 KB 804/1210 KB 437/577 KB 808/1210 KB 441/577 KB 808/1210 KB 445/577 KB 808/1210 KB 449/577 KB 808/1210 KB 4/439 KB 453/577 KB 808/1210 KB 4/439 KB 457/577 KB 808/1210 KB 4/439 KB 461/577 KB 808/1210 KB 437/577 KB 808/1210 KB 4/439 KB 449/577 KB 808/1210 KB 8/439 KB 461/577 KB 808/1210 KB 12/439 KB 461/577 KB 808/1210 KB 16/439 KB 461/577 KB 808/1210 KB 20/439 KB 461/577 KB 808/1210 KB 24/439 KB 461/577 KB 808/1210 KB 28/439 KB 461/577 KB 808/1210 KB 32/439 KB 461/577 KB 808/1210 KB 36/439 KB 461/577 KB 812/1210 KB 40/439 KB 461/577 KB 808/1210 KB 40/439 KB 461/577 KB 812/1210 KB 44/439 KB 461/577 KB 816/1210 KB 48/439 KB 461/577 KB 816/1210 KB 44/439 KB 461/577 KB 820/1210 KB 48/439 KB 461/577 KB 824/1210 KB 52/439 KB 461/577 KB 828/1210 KB 52/439 KB 461/577 KB 832/1210 KB 52/439 KB 461/577 KB 836/1210 KB 52/439 KB 461/577 KB 840/1210 KB 52/439 KB 465/577 KB 844/1210 KB 52/439 KB 465/577 KB 848/1210 KB 52/439 KB 465/577 KB 820/1210 KB 52/439 KB 461/577 KB 848/1210 KB 56/439 KB 465/577 KB 848/1210 KB 60/439 KB 465/577 KB 848/1210 KB 64/439 KB 465/577 KB 848/1210 KB 68/439 KB 465/577 KB 848/1210 KB 72/439 KB 465/577 KB 848/1210 KB 76/439 KB 465/577 KB 848/1210 KB 80/439 KB 465/577 KB 836/1210 KB 52/439 KB 465/577 KB 848/1210 KB 80/439 KB 469/577 KB 848/1210 KB 80/439 KB 473/577 KB 848/1210 KB 80/439 KB 477/577 KB 848/1210 KB 80/439 KB 481/577 KB 852/1210 KB 84/439 KB 485/577 KB 852/1210 KB 84/439 KB 489/577 KB 852/1210 KB 84/439 KB 481/577 KB 852/1210 KB 88/439 KB 489/577 KB 852/1210 KB 92/439 KB 489/577 KB 852/1210 KB 80/439 KB 481/577 KB 852/1210 KB 92/439 KB 493/577 KB 856/1210 KB 92/439 KB 493/577 KB 856/1210 KB 96/439 KB 497/577 KB 860/1210 KB 96/439 KB 501/577 KB 860/1210 KB 96/439 KB 505/577 KB 856/1210 KB 96/439 KB 493/577 KB 860/1210 KB 96/439 KB 497/577 KB 860/1210 KB 100/439 KB 509/577 KB 864/1210 KB 100/439 KB 509/577 KB 868/1210 KB 104/439 KB 509/577 KB 872/1210 KB 104/439 KB 509/577 KB 876/1210 KB 104/439 KB 509/577 KB 880/1210 KB 104/439 KB 509/577 KB 884/1210 KB 104/439 KB 509/577 KB 888/1210 KB 104/439 KB 509/577 KB 892/1210 KB 104/439 KB 509/577 KB 896/1210 KB 104/439 KB 509/577 KB 860/1210 KB 96/439 KB 509/577 KB 864/1210 KB 104/439 KB 509/577 KB 896/1210 KB 108/439 KB 509/577 KB 896/1210 KB 112/439 KB 509/577 KB 896/1210 KB 112/439 KB 513/577 KB 896/1210 KB 116/439 KB 517/577 KB 896/1210 KB 116/439 KB 521/577 KB 896/1210 KB 116/439 KB 525/577 KB 896/1210 KB 116/439 KB 513/577 KB 896/1210 KB 120/439 KB 525/577 KB 896/1210 KB 124/439 KB 525/577 KB 896/1210 KB 128/439 KB 525/577 KB 896/1210 KB 128/439 KB 529/577 KB 896/1210 KB 128/439 KB 529/577 KB 4/1192 KB 896/1210 KB 128/439 KB 529/577 KB 8/1192 KB 896/1210 KB 128/439 KB 529/577 KB 12/1192 KB 896/1210 KB 128/439 KB 529/577 KB 16/1192 KB 896/1210 KB 128/439 KB 533/577 KB 16/1192 KB 896/1210 KB 132/439 KB 537/577 KB 16/1192 KB 896/1210 KB 132/439 KB 541/577 KB 16/1192 KB 900/1210 KB 132/439 KB 545/577 KB 20/1192 KB 900/1210 KB 132/439 KB 549/577 KB 20/1192 KB 900/1210 KB 132/439 KB 553/577 KB 20/1192 KB 900/1210 KB 132/439 KB 557/577 KB 20/1192 KB 900/1210 KB 132/439 KB 561/577 K unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install B 20/1192 KB 900/1210 KB 132/439 KB 565/577 KB 20/1192 KB 900/1210 KB 132/439 KB 569/577 KB 20/1192 KB 896/1210 KB 132/439 KB 533/577 KB 16/1192 KB 900/1210 KB 136/439 KB 569/577 KB 20/1192 KB 900/1210 KB 140/439 KB 569/577 KB 20/1192 KB 900/1210 KB 144/439 KB 569/577 KB 20/1192 KB 900/1210 KB 132/439 KB 541/577 KB 20/1192 KB 896/1210 KB 132/439 KB 541/577 KB 20/1192 KB 900/1210 KB 144/439 KB 569/577 KB 24/1192 KB 900/1210 KB 144/439 KB 569/577 KB 28/1192 KB 900/1210 KB 144/439 KB 569/577 KB 32/1192 KB 900/1210 KB 144/439 KB 569/577 KB 36/1192 KB 900/1210 KB 144/439 KB 569/577 KB 40/1192 KB 900/1210 KB 144/439 KB 569/577 KB 44/1192 KB 900/1210 KB 144/439 KB 569/577 KB 48/1192 KB 900/1210 KB 144/439 KB 569/577 KB 52/1192 KB 900/1210 KB 144/439 KB 569/577 KB 56/1192 KB 900/1210 KB 144/439 KB 569/577 KB 60/1192 KB 900/1210 KB 144/439 KB 569/577 KB 64/1192 KB 900/1210 KB 144/439 KB 569/577 KB 68/1192 KB 900/1210 KB 144/439 KB 569/577 KB 72/1192 KB 900/1210 KB 144/439 KB 569/577 KB 76/1192 KB 900/1210 KB 144/439 KB 569/577 KB 80/1192 KB 900/1210 KB 144/439 KB 569/577 KB 84/1192 KB 900/1210 KB 144/439 KB 569/577 KB 88/1192 KB 904/1210 KB 144/439 KB 569/577 KB 92/1192 KB 904/1210 KB 144/439 KB 569/577 KB 96/1192 KB 904/1210 KB 144/439 KB 569/577 KB 88/1192 KB 908/1210 KB 144/439 KB 569/577 KB 96/1192 KB 912/1210 KB 144/439 KB 569/577 KB 96/1192 KB 912/1210 KB 148/439 KB 569/577 KB 96/1192 KB 912/1210 KB 152/439 KB 573/577 KB 100/1192 KB 912/1210 KB 156/439 KB 573/577 KB 100/1192 KB 912/1210 KB 160/439 KB 573/577 KB 100/1192 KB 912/1210 KB 164/439 KB 573/577 KB 100/1192 KB 912/1210 KB 168/439 KB 573/577 KB 100/1192 KB 912/1210 KB 172/439 KB 573/577 KB 100/1192 KB 912/1210 KB 176/439 KB 573/577 KB 100/1192 KB 912/1210 KB 148/439 KB 573/577 KB 100/1192 KB 912/1210 KB 148/439 KB 569/577 KB 100/1192 KB 912/1210 KB 176/439 KB 573/577 KB 104/1192 KB 912/1210 KB 176/439 KB 573/577 KB 108/1192 KB 912/1210 KB 176/439 KB 573/577 KB 112/1192 KB 912/1210 KB 176/439 KB 573/577 KB 116/1192 KB 912/1210 KB 176/439 KB 577/577 KB 120/1192 KB 912/1210 KB 176/439 KB 577/577 KB 124/1192 KB 912/1210 KB 176/439 KB 577/577 KB 128/1192 KB 912/1210 KB 176/439 KB 577/577 KB 132/1192 KB 912/1210 KB 180/439 KB 577/577 KB 136/1192 KB 912/1210 KB 180/439 KB 577/577 KB 140/1192 KB 912/1210 KB 180/439 KB 577/577 KB 144/1192 KB 912/1210 KB 176/439 KB 577/577 KB 120/1192 KB 912/1210 KB 180/439 KB 577/577 KB 144/1192 KB 912/1210 KB 180/439 KB 577/577 KB 132/1192 KB 912/1210 KB 184/439 KB 577/577 KB 144/1192 KB 912/1210 KB 188/439 KB 577/577 KB 144/1192 KB 912/1210 KB 192/439 KB 577/577 KB 144/1192 KB 912/1210 KB 196/439 KB 577/577 KB 144/1192 KB 916/1210 KB 200/439 KB 577/577 KB 148/1192 KB 916/1210 KB 204/439 KB 577/577 KB 148/1192 KB 916/1210 KB 208/439 KB 577/577 KB 148/1192 KB 916/1210 KB 212/439 KB 577/577 KB 148/1192 KB 916/1210 KB 216/439 KB 577/577 KB 148/1192 KB 916/1210 KB 220/439 KB 577/577 KB 148/1192 KB 916/1210 KB 224/439 KB 577/577 KB 148/1192 KB 916/1210 KB 196/439 KB 577/577 KB 148/1192 KB 916/1210 KB 196/439 KB 577/577 KB 144/1192 KB 920/1210 KB 224/439 KB 577/577 KB 148/1192 KB 924/1210 KB 224/439 KB 577/577 KB 148/1192 KB 928/1210 KB 224/439 KB 577/577 KB 148/1192 KB 932/1210 KB 224/439 KB 577/577 KB 148/1192 KB 936/1210 KB 224/439 KB 577/577 KB 148/1192 KB 940/1210 KB 224/439 KB 577/577 KB 148/1192 KB 944/1210 KB 224/439 KB 577/577 KB 148/1192 KB 948/1210 KB 224/439 KB 577/577 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 148/1192 KB 952/1210 KB 224/439 KB 577/577 KB 148/1192 KB 956/1210 KB 224/439 KB 577/577 KB 148/1192 KB 960/1210 KB 224/439 KB 577/577 KB 148/1192 KB 964/1210 KB 224/439 KB 577/577 KB 148/1192 KB 964/1210 KB 224/439 KB 577/577 KB 152/1192 KB 968/1210 KB 224/439 KB 577/577 KB 156/1192 KB 968/1210 KB 224/439 KB 577/577 KB 160/1192 KB 968/1210 KB 224/439 KB 577/577 KB 152/1192 KB 972/1210 KB 224/439 KB 160/1192 KB 976/1210 KB 224/439 KB 160/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 441.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 980/1210 KB 224/439 KB 160/1192 KB 984/1210 KB 224/439 KB 164/1192 KB 988/1210 KB 224/439 KB 164/1192 KB 992/1210 KB 228/439 KB 164/1192 KB 980/1210 KB 224/439 KB 164/1192 KB 992/1210 KB 228/439 KB 168/1192 KB 992/1210 KB 228/439 KB 172/1192 KB 992/1210 KB 228/439 KB 176/1192 KB 992/1210 KB 228/439 KB 180/1192 KB 996/1210 KB 228/439 KB 184/1192 KB 996/1210 KB 228/439 KB 188/1192 KB 996/1210 KB 228/439 KB 192/1192 KB 996/1210 KB 228/439 KB 196/1192 KB 996/1210 KB 228/439 KB 200/1192 KB 988/1210 KB 228/439 KB 164/1192 KB 996/1210 KB 3/562 KB 232/439 KB 200/1192 KB 996/1210 KB 3/562 KB 236/439 KB 200/1192 KB 996/1210 KB 3/562 KB 240/439 KB 200/1192 KB 996/1210 KB 3/562 KB 228/439 KB 200/1192 KB 996/1210 KB 228/439 KB 180/1192 KB 1000/1210 KB 6/562 KB 240/439 KB 200/1192 KB 1000/1210 KB 9/562 KB 244/439 KB 200/1192 KB 1000/1210 KB 11/562 KB 244/439 KB 200/1192 KB 1000/1210 KB 6/562 KB 244/439 KB 200/1192 KB 1000/1210 KB 11/562 KB 248/439 KB 200/1192 KB 1000/1210 KB 11/562 KB 252/439 KB 200/1192 KB 1000/1210 KB 11/562 KB 256/439 KB 200/1192 KB 1000/1210 KB 3/562 KB 240/439 KB 200/1192 KB 1004/1210 KB 14/562 KB 256/439 KB 200/1192 KB 1008/1210 KB 14/562 KB 256/439 KB 200/1192 KB 1012/1210 KB 14/562 KB 256/439 KB 200/1192 KB 1016/1210 KB 14/562 KB 256/439 KB 200/1192 KB 1020/1210 KB 14/562 KB 256/439 KB 204/1192 KB 1024/1210 KB 14/562 KB 256/439 KB 204/1192 KB 1028/1210 KB 14/562 KB 256/439 KB 204/1192 KB 1032/1210 KB 14/562 KB 260/439 KB 204/1192 KB 1036/1210 KB 14/562 KB 260/439 KB 204/1192 KB 1040/1210 KB 14/562 KB 260/439 KB 204/1192 KB 1000/1210 KB 14/562 KB 256/439 KB 200/1192 KB 1040/1210 KB 16/562 KB 260/439 KB 204/1192 KB 1040/1210 KB 19/562 KB 260/439 KB 204/1192 KB 1040/1210 KB 22/562 KB 260/439 KB 204/1192 KB 1040/1210 KB 25/562 KB 260/439 KB 204/1192 KB 1028/1210 KB 14/562 KB 260/439 KB 204/1192 KB 1016/1210 KB 14/562 KB 256/439 KB 204/1192 KB 1040/1210 KB 25/562 KB 260/439 KB 208/1192 KB 1040/1210 KB 25/562 KB 260/439 KB 212/1192 KB 1040/1210 KB 25/562 KB 264/439 KB 216/1192 KB 1040/1210 KB 25/562 KB 264/439 KB 212/1192 KB 1040/1210 KB 27/562 KB 268/439 KB 216/1192 KB 1040/1210 KB 27/562 KB 272/439 KB 216/1192 KB 1040/1210 KB 27/562 KB 264/439 KB 216/1192 KB 1040/1210 KB 27/562 KB 272/439 KB 220/1192 KB 1040/1210 KB 27/562 KB 272/439 KB 224/1192 KB 1040/1210 KB 30/562 KB 276/439 KB 228/1192 KB 1044/1210 KB 30/562 KB 276/439 KB 232/1192 KB 1044/1210 KB 30/562 KB 276/439 KB 236/1192 KB 1044/1210 KB 30/562 KB 276/439 KB 240/1192 KB 1040/1210 KB 30/562 KB 276/439 KB 224/1192 KB 1044/1210 KB 32/562 KB 276/439 KB 240/1192 KB 1044/1210 KB 36/562 KB 276/439 KB 240/1192 KB 1044/1210 KB 40/562 KB 276/439 KB 240/1192 KB 1044/1210 KB 44/562 KB 276/439 KB 240/1192 KB 1040/1210 KB 27/562 KB 276/439 KB 224/1192 KB 1044/1210 KB 44/562 KB 280/439 KB 240/1192 KB 1044/1210 KB 44/562 KB 284/439 KB 240/1192 KB 1044/1210 KB 44/562 KB 288/439 KB 240/1192 KB 1044/1210 KB 44/562 KB 292/439 KB 240/1192 KB 1044/1210 KB 48/562 KB 296/439 KB 244/1192 KB 1044/1210 KB 48/562 KB 300/439 KB 244/1192 KB 1044/1210 KB 48/562 KB 304/439 KB 244/1192 KB 1044/1210 KB 48/562 KB 308/439 KB 244/1192 KB 1044/1210 KB 30/562 KB 276/439 KB 228/1192 KB 1048/1210 KB 48/562 KB 308/439 KB 244/1192 KB 1052/1210 KB 48/562 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 4/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 8/167 KB 308/439 KB 244/1192 KB 1056 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install /1210 KB 48/562 KB 12/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 16/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 20/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 24/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 28/167 KB 308/439 KB 244/1192 KB 1056/1210 KB 48/562 KB 32/167 KB 308/439 KB 244/1192 KB 1060/1210 KB 48/562 KB 32/167 KB 308/439 KB 244/1192 KB 1064/1210 KB 48/562 KB 36/167 KB 308/439 KB 244/1192 KB 1068/1210 KB 48/562 KB 36/167 KB 308/439 KB 244/1192 KB 1044/1210 KB 48/562 KB 292/439 KB 244/1192 KB 1068/1210 KB 48/562 KB 36/167 KB 308/439 KB 248/1192 KB 1068/1210 KB 48/562 KB 36/167 KB 308/439 KB 252/1192 KB 1068/1210 KB 48/562 KB 36/167 KB 308/439 KB 256/1192 KB 1044/1210 KB 48/562 KB 292/439 KB 240/1192 KB 1060/1210 KB 48/562 KB 36/167 KB 308/439 KB 244/1192 KB 1068/1210 KB 48/562 KB 40/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 44/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 48/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 52/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 56/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 60/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 64/167 KB 308/439 KB 256/1192 KB 1068/1210 KB 48/562 KB 68/167 KB 308/439 KB 256/1192 KB 1072/1210 KB 52/562 KB 72/167 KB 308/439 KB 260/1192 KB 1072/1210 KB 52/562 KB 68/167 KB 308/439 KB 260/1192 KB 1076/1210 KB 52/562 KB 72/167 KB 312/439 KB 260/1192 KB 1068/1210 KB 52/562 KB 68/167 KB 308/439 KB 256/1192 KB 1076/1210 KB 56/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 60/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 64/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 68/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 72/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 76/562 KB 76/167 KB 312/439 KB 260/1192 KB 1076/1210 KB 80/562 KB 76/167 KB 312/439 KB 260/1192 KB 1068/1210 KB 52/562 KB 68/167 KB 308/439 KB 260/1192 KB 1080/1210 KB 80/562 KB 76/167 KB 312/439 KB 264/1192 KB 1080/1210 KB 80/562 KB 76/167 KB 312/439 KB 268/1192 KB 1080/1210 KB 80/562 KB 76/167 KB 312/439 KB 272/1192 KB 1080/1210 KB 80/562 KB 76/167 KB 312/439 KB 260/1192 KB 1084/1210 KB 80/562 KB 76/167 KB 312/439 KB 272/1192 KB 1088/1210 KB 80/562 KB 76/167 KB 312/439 KB 272/1192 KB 1092/1210 KB 80/562 KB 76/167 KB 312/439 KB 276/1192 KB 1096/1210 KB 84/562 KB 76/167 KB 312/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 76/167 KB 312/439 KB 276/1192 KB 1076/1210 KB 52/562 KB 76/167 KB 312/439 KB 260/1192 KB 1100/1210 KB 84/562 KB 80/167 KB 312/439 KB 276/1192 KB 1072/1210 KB 52/562 KB 72/167 KB 312/439 KB 260/1192 KB 1100/1210 KB 84/562 KB 80/167 KB 316/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 80/167 KB 320/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 80/167 KB 324/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 328/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 332/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 336/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 340/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 344/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 348/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 352/439 KB 276/1192 KB 1092/1210 KB 84/562 KB 76/167 KB 312/439 KB 276/1192 KB 1104/1210 KB 88/562 KB 84/167 KB 352/439 KB 276/1192 KB 1104/1210 KB 92/562 KB 84/167 KB 352/439 KB 276/1192 KB 1104/1210 KB 96/562 KB 84/167 KB 352/439 KB 276/1192 KB 1088/1210 KB 80/562 KB 76/167 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 312/439 KB 276/1192 KB 1104/1210 KB 96/562 KB 84/167 KB 352/439 KB 280/1192 KB 1104/1210 KB 96/562 KB 84/167 KB 352/439 KB 284/1192 KB 1104/1210 KB 96/562 KB 84/167 KB 352/439 KB 288/1192 KB 1104/1210 KB 96/562 KB 84/167 KB 352/439 KB 292/1192 KB 1104/1210 KB 100/562 KB 84/167 KB 356/439 KB 296/1192 KB 1104/1210 KB 100/562 KB 84/167 KB 356/439 KB 300/1192 KB 1104/1210 KB 100/562 KB 84/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 84/562 KB 84/167 KB 352/439 KB 276/1192 KB 1100/1210 KB 84/562 KB 84/167 KB 324/439 KB 276/1192 KB 1104/1210 KB 100/562 KB 88/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 92/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 96/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 100/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 104/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 108/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 112/167 KB 356/439 KB 304/1192 KB 1104/1210 KB 100/562 KB 116/167 KB 356/439 KB 304/1192 KB 1108/1210 KB 100/562 KB 120/167 KB 356/439 KB 308/1192 KB 1108/1210 KB 100/562 KB 124/167 KB 356/439 KB 308/1192 KB 1108/1210 KB 100/562 KB 128/167 KB 356/439 KB 308/1192 KB 1104/1210 KB 100/562 KB 84/167 KB 356/439 KB 292/1192 KB 1108/1210 KB 100/562 KB 128/167 KB 360/439 KB 308/1192 KB 1108/1210 KB 100/562 KB 128/167 KB 364/439 KB 308/1192 KB 1108/1210 KB 100/562 KB 128/167 KB 368/439 KB 308/1192 KB 1104/1210 KB 100/562 KB 84/167 KB 352/439 KB 292/1192 KB 1108/1210 KB 104/562 KB 128/167 KB 368/439 KB 308/1192 KB 1108/1210 KB 108/562 KB 128/167 KB 368/439 KB 308/1192 KB 1108/1210 KB 112/562 KB 128/167 KB 368/439 KB 308/1192 KB 1108/1210 KB 116/562 KB 128/167 KB 368/439 KB 308/1192 KB 1108/1210 KB 120/562 KB 132/167 KB 372/439 KB 308/1192 KB 1108/1210 KB 124/562 KB 132/167 KB 372/439 KB 308/1192 KB 1108/1210 KB 128/562 KB 132/167 KB 372/439 KB 308/1192 KB 1108/1210 KB 100/562 KB 116/167 KB 356/439 KB 308/1192 KB 1108/1210 KB 128/562 KB 132/167 KB 372/439 KB 312/1192 KB 1108/1210 KB 128/562 KB 132/167 KB 372/439 KB 316/1192 KB 1108/1210 KB 128/562 KB 132/167 KB 372/439 KB 320/1192 KB 1108/1210 KB 100/562 KB 116/167 KB 356/439 KB 304/1192 KB 1112/1210 KB 128/562 KB 132/167 KB 372/439 KB 320/1192 KB 1116/1210 KB 128/562 KB 132/167 KB 372/439 KB 320/1192 KB 1120/1210 KB 128/562 KB 132/167 KB 372/439 KB 320/1192 KB 1124/1210 KB 128/562 KB 132/167 KB 372/439 KB 320/1192 KB 1128/1210 KB 132/562 KB 132/167 KB 372/439 KB 324/1192 KB 1132/1210 KB 132/562 KB 132/167 KB 372/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 132/167 KB 372/439 KB 324/1192 KB 1108/1210 KB 116/562 KB 132/167 KB 372/439 KB 308/1192 KB 1136/1210 KB 132/562 KB 136/167 KB 372/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 140/167 KB 372/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 144/167 KB 372/439 KB 324/1192 KB 1108/1210 KB 116/562 KB 128/167 KB 372/439 KB 308/1192 KB 1136/1210 KB 132/562 KB 144/167 KB 376/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 144/167 KB 380/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 144/167 KB 384/439 KB 324/1192 KB 1136/1210 KB 132/562 KB 148/167 KB 384/439 KB 324/1192 KB 1140/1210 KB 132/562 KB 152/167 KB 388/439 KB 324/1192 KB 1140/1210 KB 132/562 KB 156/167 KB 388/439 KB 324/1192 KB 1140/1210 KB 132/562 KB 160/167 KB 388/439 KB 324/1192 KB 1124/1210 KB 132/562 KB 132/167 KB 372/439 KB 324/1192 KB 1140/1210 KB 132/562 KB 160/167 KB 388/439 KB 328/1192 KB 1140/1210 KB 132/562 KB 160/167 KB 388/439 KB 332/1192 KB 1140/1210 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 132/562 KB 160/167 KB 388/439 KB 336/1192 KB 1140/1210 KB 132/562 KB 160/167 KB 388/439 KB 340/1192 KB 1140/1210 KB 132/562 KB 164/167 KB 388/439 KB 344/1192 KB 1140/1210 KB 132/562 KB 164/167 KB 388/439 KB 348/1192 KB 1140/1210 KB 132/562 KB 164/167 KB 388/439 KB 352/1192 KB 1124/1210 KB 132/562 KB 132/167 KB 372/439 KB 320/1192 KB 1140/1210 KB 136/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 140/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 144/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 148/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 152/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 156/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 160/562 KB 164/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 132/562 KB 164/167 KB 388/439 KB 340/1192 KB 1140/1210 KB 160/562 KB 167/167 KB 388/439 KB 352/1192 KB 1140/1210 KB 132/562 KB 148/167 KB 388/439 KB 324/1192 KB 1144/1210 KB 160/562 KB 167/167 KB 388/439 KB 352/1192 KB 1148/1210 KB 160/562 KB 167/167 KB 388/439 KB 352/1192 KB 1152/1210 KB 160/562 KB 167/167 KB 388/439 KB 352/1192 KB 1136/1210 KB 132/562 KB 148/167 KB 388/439 KB 324/1192 KB 1152/1210 KB 160/562 KB 167/167 KB 392/439 KB 352/1192 KB 1152/1210 KB 160/562 KB 167/167 KB 396/439 KB 352/1192 KB 1152/1210 KB 160/562 KB 167/167 KB 400/439 KB 352/1192 KB 1152/1210 KB 160/562 KB 167/167 KB 404/439 KB 352/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 408/439 KB 352/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 412/439 KB 352/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 416/439 KB 352/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 420/439 KB 352/1192 KB 1156/1210 KB 164/562 KB 167/167 KB 424/439 KB 356/1192 KB 1156/1210 KB 164/562 KB 167/167 KB 428/439 KB 356/1192 KB 1156/1210 KB 164/562 KB 167/167 KB 432/439 KB 356/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 404/439 KB 352/1192 KB 1160/1210 KB 164/562 KB 167/167 KB 432/439 KB 356/1192 KB 1164/1210 KB 164/562 KB 167/167 KB 432/439 KB 356/1192 KB 1168/1210 KB 164/562 KB 167/167 KB 432/439 KB 356/1192 KB 1156/1210 KB 164/562 KB 167/167 KB 420/439 KB 356/1192 KB 1172/1210 KB 164/562 KB 167/167 KB 432/439 KB 356/1192 KB 1176/1210 KB 168/562 KB 167/167 KB 432/439 KB 356/1192 KB 1180/1210 KB 168/562 KB 167/167 KB 432/439 KB 356/1192 KB 1184/1210 KB 168/562 KB 167/167 KB 432/439 KB 356/1192 KB 1188/1210 KB 168/562 KB 167/167 KB 432/439 KB 356/1192 KB 1192/1210 KB 168/562 KB 167/167 KB 436/439 KB 356/1192 KB 1196/1210 KB 168/562 KB 167/167 KB 436/439 KB 356/1192 KB 1200/1210 KB 168/562 KB 167/167 KB 436/439 KB 356/1192 KB 1204/1210 KB 168/562 KB 167/167 KB 436/439 KB 356/1192 KB 1156/1210 KB 160/562 KB 167/167 KB 420/439 KB 356/1192 KB 1204/1210 KB 168/562 KB 167/167 KB 436/439 KB 360/1192 KB 1204/1210 KB 168/562 KB 167/167 KB 436/439 KB 364/1192 KB 1204/1210 KB 168/562 KB 167/167 KB 436/439 KB 368/1192 KB 1204/1210 KB 168/562 KB 167/167 KB 436/439 KB 372/1192 KB 1204/1210 KB 168/562 KB 436/439 KB 376/1192 KB 1188/1210 KB 168/562 KB 167/167 KB 436/439 KB 356/1192 KB 1204/1210 KB 168/562 KB 439/439 KB 380/1192 KB 1172/1210 KB 168/562 KB 167/167 KB 432/439 KB 356/1192 KB 1204/1210 KB 172/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 176/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 180/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 184/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 188/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 192/562 KB 439/439 KB 380/1192 KB 1204/1210 KB 196/562 KB 439/439 KB 380/1192 KB 1204/1 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 210 KB 200/562 KB 439/439 KB 380/1192 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 121.9 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1204/1210 KB 168/562 KB 436/439 KB 380/1192 KB 1204/1210 KB 200/562 KB 439/439 KB 384/1192 KB 1204/1210 KB 200/562 KB 439/439 KB 388/1192 KB 1208/1210 KB 200/562 KB 439/439 KB 392/1192 KB 1208/1210 KB 204/562 KB 439/439 KB 396/1192 KB 1208/1210 KB 204/562 KB 439/439 KB 400/1192 KB 1208/1210 KB 200/562 KB 439/439 KB 388/1192 KB 1210/1210 KB 204/562 KB 439/439 KB 400/1192 KB 1208/1210 KB 204/562 KB 439/439 KB 392/1192 KB 1210/1210 KB 208/562 KB 439/439 KB 400/1192 KB 1210/1210 KB 212/562 KB 439/439 KB 400/1192 KB 1210/1210 KB 216/562 KB 404/1192 KB 1210/1210 KB 220/562 KB 404/1192 KB 1210/1210 KB 224/562 KB 404/1192 KB 1210/1210 KB 228/562 KB 404/1192 KB 232/562 KB 404/1192 KB 4/256 KB 236/562 KB 404/1192 KB 4/256 KB 240/562 KB 404/1192 KB 4/256 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 318.6 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1210/1210 KB 212/562 KB 439/439 KB 404/1192 KB 240/562 KB 408/1192 KB 4/256 KB 240/562 KB 412/1192 KB 4/256 KB 240/562 KB 416/1192 KB 4/256 KB 240/562 KB 420/1192 KB 4/256 KB 240/562 KB 424/1192 KB 4/256 KB 240/562 KB 428/1192 KB 4/256 KB 240/562 KB 432/1192 KB 4/256 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 876.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 1210/1210 KB 228/562 KB 404/1192 KB 4/256 KB 240/562 KB 432/1192 KB 8/256 KB 240/562 KB 432/1192 KB 12/256 KB 240/562 KB 432/1192 KB 16/256 KB 240/562 KB 432/1192 KB 20/256 KB 240/562 KB 432/1192 KB 24/256 KB 240/562 KB 432/1192 KB 28/256 KB 240/562 KB 432/1192 KB 32/256 KB 240/562 KB 432/1192 KB 36/256 KB 244/562 KB 436/1192 KB 40/256 KB 244/562 KB 436/1192 KB 44/256 KB 244/562 KB 436/1192 KB 48/256 KB 244/562 KB 436/1192 KB 36/256 KB 244/562 KB 440/1192 KB 48/256 KB 244/562 KB 444/1192 KB 48/256 KB 244/562 KB 448/1192 KB 52/256 KB 244/562 KB 432/1192 KB 36/256 KB 248/562 KB 448/1192 KB 52/256 KB 252/562 KB 448/1192 KB 52/256 KB 256/562 KB 448/1192 KB 52/256 KB Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 244/562 KB 444/1192 KB 52/256 KB 260/562 KB 452/1192 KB 56/256 KB 4/140 KB 260/562 KB 452/1192 KB 60/256 KB 4/140 KB 260/562 KB 452/1192 KB 64/256 KB 4/140 KB 260/562 KB 452/1192 KB 52/256 KB 4/140 KB 260/562 KB 452/1192 KB 64/256 KB 8/140 KB 260/562 KB 452/1192 KB 64/256 KB 12/140 KB 260/562 KB 452/1192 KB 64/256 KB 16/140 KB 260/562 KB 452/1192 KB 64/256 KB 20/140 KB 260/562 KB 452/1192 KB 64/256 KB 24/140 KB 260/562 KB 452/1192 KB 64/256 KB 28/140 KB 260/562 KB 452/1192 KB 64/256 KB 32/140 KB 260/562 KB 452/1192 KB 64/256 KB 36/140 KB 260/562 KB 452/1192 KB 68/256 KB 40/140 KB 260/562 KB 452/1192 KB 68/256 KB 44/140 KB 260/562 KB 452/1192 KB 68/256 KB 48/140 KB 260/562 KB 452/1192 KB 52/256 KB 260/562 KB 456/1192 KB 68/256 KB 48/140 KB 260/562 KB 448/1192 KB 52/256 KB 264/562 KB 456/1192 KB 68/256 KB 48/140 KB 268/562 KB 456/1192 KB 68/256 KB 48/140 KB 271/562 KB 456/1192 KB 68/256 KB 48/140 KB 275/562 KB 456/1192 KB 68/256 KB 48/140 KB 279/562 KB 460/1192 KB 68/256 KB 48/140 KB 283/562 KB 460/1192 KB 68/256 KB 48/140 KB 287/562 KB 460/1192 KB 68/256 KB 48/140 KB 291/562 KB 460/1192 KB 68/256 KB 48/140 KB 295/562 KB 460/1192 KB 68/256 KB 52/140 KB 299/562 KB 460/1192 KB 68/256 KB 52/140 KB 303/562 KB 460/1192 KB 68/256 KB 52/140 KB 260/562 KB 452/1192 KB 68/256 KB 36/140 KB 303/562 KB 460/1192 KB 72/256 KB 52/140 KB 303/562 KB 460/1192 KB 76/256 KB 52/140 KB 303/562 KB 460/1192 KB 80/256 KB 52/140 KB 303/562 KB 460/1192 KB 84/256 KB 52/140 KB 303/562 KB 460/1192 KB 88/256 KB 52/140 KB 303/562 KB 460/1192 KB 92/256 KB 52/140 KB 303/562 KB 460/1192 KB 96/256 KB 52/140 KB 303/562 KB 460/1192 KB 100/256 KB 52/140 KB 307/562 KB 460/1192 KB 104/256 KB 52/140 KB 307/562 KB 460/1192 KB 108/256 KB 52/140 KB 307/562 KB 460/1192 KB 112/256 KB 52/140 KB 291/562 KB 460/1192 KB 68/256 KB 52/140 KB 307/562 KB 460/1192 KB 112/256 KB 56/140 KB 307/562 KB 460/1192 KB 112/256 KB 60/140 KB 307/562 KB 460/1192 KB 112/256 KB 64/140 KB 307/562 KB 460/1192 KB 112/256 KB 68/140 KB 275/562 KB 460/1192 KB 68/256 KB 48/140 KB 307/562 KB 464/1192 KB 112/256 KB 68/140 KB 307/562 KB 468/1192 KB 112/256 KB 68/140 KB 307/562 KB 472/1192 KB 112/256 KB 68/140 KB 307/562 KB 476/1192 KB 112/256 KB 68/140 KB 307/562 KB 480/1192 KB 112/256 KB 68/140 KB 307/562 KB 484/1192 KB 112/256 KB 68/140 KB 307/562 KB 488/1192 KB 112/256 KB 68/140 KB 307/562 KB 492/1192 KB 112/256 KB 68/140 KB 307/562 KB 496/1192 KB 112/256 KB 68/140 KB 307/562 KB 500/1192 KB 112/256 KB 72/140 KB 307/562 KB 504/1192 KB 116/256 KB 72/140 KB 307/562 KB 508/1192 KB 116/256 KB 72/140 KB 307/562 KB 512/1192 KB 116/256 KB 72/140 KB 307/562 KB 460/1192 KB 100/256 KB 52/140 KB 311/562 KB 512/1192 KB 116/256 KB 72/140 KB 315/562 KB 512/1192 KB 116/256 KB 72/140 KB 319/562 KB 512/1192 KB 116/256 KB 72/140 KB 323/562 KB 512/1192 KB 116/256 KB 72/140 KB 327/562 KB 512/1192 KB 116/256 KB 72/140 KB 331/562 KB 512/1192 KB 116/256 KB 72/140 KB 335/562 KB 512/1192 KB 116/256 KB 72/140 KB 339/562 KB 512/1192 KB 116/256 KB 72/140 KB 307/562 KB 500/1192 KB 116/256 KB 72/140 KB 339/562 KB 516/1192 KB 120/256 KB 72/140 KB 339/562 KB 516/1192 KB 124/256 KB 72/140 KB 339/562 KB 516/1192 KB 128/256 KB 72/140 KB 307/562 KB 496/1192 KB 112/256 KB 72/140 KB 339/562 KB 516/1192 KB 128/256 KB 76/140 KB 339/562 KB 516/1192 KB 128/256 KB 80/140 KB 339/562 KB 516/1192 KB 128/256 KB 84/140 KB 339/562 KB 516/1192 KB 128/256 KB 88/ unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 140 KB 339/562 KB 516/1192 KB 128/256 KB 92/140 KB 339/562 KB 516/1192 KB 128/256 KB 96/140 KB 339/562 KB 516/1192 KB 128/256 KB 100/140 KB 339/562 KB 516/1192 KB 132/256 KB 104/140 KB 339/562 KB 516/1192 KB 132/256 KB 108/140 KB 339/562 KB 516/1192 KB 116/256 KB 72/140 KB 343/562 KB 520/1192 KB 132/256 KB 108/140 KB 343/562 KB 524/1192 KB 132/256 KB 108/140 KB 343/562 KB 528/1192 KB 132/256 KB 108/140 KB 343/562 KB 532/1192 KB 132/256 KB 108/140 KB 343/562 KB 516/1192 KB 132/256 KB 108/140 KB 347/562 KB 532/1192 KB 132/256 KB 112/140 KB 351/562 KB 532/1192 KB 132/256 KB 112/140 KB 339/562 KB 516/1192 KB 132/256 KB 100/140 KB 351/562 KB 532/1192 KB 136/256 KB 112/140 KB 351/562 KB 532/1192 KB 140/256 KB 112/140 KB 351/562 KB 532/1192 KB 144/256 KB 112/140 KB 343/562 KB 532/1192 KB 132/256 KB 112/140 KB 351/562 KB 532/1192 KB 144/256 KB 116/140 KB 355/562 KB 536/1192 KB 148/256 KB 120/140 KB 355/562 KB 536/1192 KB 148/256 KB 124/140 KB 355/562 KB 536/1192 KB 148/256 KB 128/140 KB 355/562 KB 536/1192 KB 148/256 KB 132/140 KB 355/562 KB 536/1192 KB 148/256 KB 136/140 KB 355/562 KB 536/1192 KB 148/256 KB 116/140 KB 355/562 KB 540/1192 KB 148/256 KB 136/140 KB 355/562 KB 544/1192 KB 148/256 KB 136/140 KB 355/562 KB 532/1192 KB 148/256 KB 116/140 KB 355/562 KB 544/1192 KB 152/256 KB 136/140 KB 355/562 KB 544/1192 KB 156/256 KB 136/140 KB 355/562 KB 544/1192 KB 160/256 KB 136/140 KB 355/562 KB 532/1192 KB 144/256 KB 116/140 KB 359/562 KB 544/1192 KB 160/256 KB 136/140 KB 363/562 KB 544/1192 KB 160/256 KB 136/140 KB 367/562 KB 544/1192 KB 160/256 KB 136/140 KB 371/562 KB 548/1192 KB 160/256 KB 136/140 KB 375/562 KB 548/1192 KB 164/256 KB 136/140 KB 379/562 KB 548/1192 KB 164/256 KB 140/140 KB 367/562 KB 548/1192 KB 160/256 KB 136/140 KB 383/562 KB 552/1192 KB 164/256 KB 140/140 KB 383/562 KB 556/1192 KB 164/256 KB 140/140 KB 383/562 KB 560/1192 KB 164/256 KB 140/140 KB 375/562 KB 548/1192 KB 164/256 KB 140/140 KB 383/562 KB 560/1192 KB 164/256 KB 140/140 KB 371/562 KB 548/1192 KB 164/256 KB 136/140 KB 383/562 KB 560/1192 KB 168/256 KB 140/140 KB 383/562 KB 560/1192 KB 172/256 KB 140/140 KB 383/562 KB 560/1192 KB 176/256 KB 140/140 KB 383/562 KB 564/1192 KB 176/256 KB 140/140 KB 383/562 KB 568/1192 KB 176/256 KB 140/140 KB 383/562 KB 572/1192 KB 176/256 KB 140/140 KB 383/562 KB 548/1192 KB 164/256 KB 140/140 KB 387/562 KB 572/1192 KB 180/256 KB 140/140 KB 391/562 KB 572/1192 KB 180/256 KB 140/140 KB 395/562 KB 576/1192 KB 180/256 KB 140/140 KB 399/562 KB 576/1192 KB 180/256 KB 140/140 KB 403/562 KB 576/1192 KB 180/256 KB 140/140 KB 407/562 KB 576/1192 KB 180/256 KB 140/140 KB 411/562 KB 576/1192 KB 180/256 KB 140/140 KB 415/562 KB 576/1192 KB 180/256 KB 140/140 KB 419/562 KB 576/1192 KB 180/256 KB 140/140 KB 383/562 KB 572/1192 KB 180/256 KB 140/140 KB 419/562 KB 576/1192 KB 184/256 KB 140/140 KB 419/562 KB 576/1192 KB 188/256 KB 140/140 KB 419/562 KB 576/1192 KB 192/256 KB 140/140 KB 419/562 KB 576/1192 KB 196/256 KB 140/140 KB 419/562 KB 576/1192 KB 200/256 KB 140/140 KB 419/562 KB 576/1192 KB 204/256 KB 140/140 KB 419/562 KB 576/1192 KB 208/256 KB 140/140 KB 391/562 KB 576/1192 KB 180/256 KB 140/140 KB 419/562 KB 580/1192 KB 208/256 KB 140/140 KB 419/562 KB 584/1192 KB 208/256 KB 140/140 KB 419/562 KB 588/1192 KB 208/256 KB 140/140 KB 419/562 KB 592/1192 KB 208/256 KB 140/140 KB 419/562 KB 596/1192 KB 208/256 KB 140/140 KB 419/562 KB 600/1192 KB 212/256 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 140/140 KB 419/562 KB 604/1192 KB 212/256 KB 140/140 KB 419/562 KB 596/1192 KB 212/256 KB 140/140 KB 423/562 KB 604/1192 KB 216/256 KB 140/140 KB 423/562 KB 604/1192 KB 220/256 KB 140/140 KB 423/562 KB 608/1192 KB 224/256 KB 423/562 KB 604/1192 KB 212/256 KB 140/140 KB 427/562 KB 608/1192 KB 224/256 KB 431/562 KB 608/1192 KB 224/256 KB 423/562 KB 608/1192 KB 220/256 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 98.3 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 431/562 KB 612/1192 KB 224/256 KB 435/562 KB 616/1192 KB 228/256 KB 435/562 KB 612/1192 KB 228/256 KB 435/562 KB 616/1192 KB 232/256 KB 435/562 KB 616/1192 KB 236/256 KB 435/562 KB 620/1192 KB 240/256 KB 435/562 KB 620/1192 KB 244/256 KB 435/562 KB 620/1192 KB 248/256 KB 435/562 KB 620/1192 KB 252/256 KB 435/562 KB 620/1192 KB 256/256 KB 435/562 KB 620/1192 KB 256/256 KB 435/562 KB 612/1192 KB 224/256 KB 439/562 KB 620/1192 KB 256/256 KB 443/562 KB 620/1192 KB 256/256 KB 447/562 KB 620/1192 KB 256/256 KB 435/562 KB 620/1192 KB 236/256 KB 447/562 KB 624/1192 KB 256/256 KB 447/562 KB 628/1192 KB 256/256 KB 451/562 KB 632/1192 KB 256/256 KB 451/562 KB 636/1192 KB 256/256 KB 451/562 KB 640/1192 KB 256/256 KB 451/562 KB 644/1192 KB 256/256 KB 451/562 KB 648/1192 KB 256/256 KB 451/562 KB 652/1192 KB 256/256 KB 451/562 KB 656/1192 KB 256/256 KB 451/562 KB 660/1192 KB 256/256 KB 451/562 KB 628/1192 KB 256/256 KB 455/562 KB 660/1192 KB 256/256 KB 459/562 KB 660/1192 KB 256/256 KB 463/562 KB 660/1192 KB 256/256 KB 467/562 KB 660/1192 KB 256/256 KB 471/562 KB 660/1192 KB 256/256 KB 475/562 KB 660/1192 KB 256/256 KB 479/562 KB 660/1192 KB 256/256 KB 483/562 KB 660/1192 KB 256/256 KB 483/562 KB 664/1192 KB 256/256 KB 483/562 KB 668/1192 KB 256/256 KB 487/562 KB 672/1192 KB 256/256 KB 487/562 KB 668/1192 KB 256/256 KB 491/562 KB 672/1192 KB 256/256 KB 495/562 KB 672/1192 KB 256/256 KB 495/562 KB 676/1192 KB 256/256 KB 499/562 KB 680/1192 KB 256/256 KB 499/562 KB 684/1192 KB 256/256 KB 499/562 KB 676/1192 KB 256/256 KB 503/562 KB 688/1192 KB 256/256 KB 507/562 KB 688/1192 KB 256/256 KB 511/562 KB 688/1192 KB 256/256 KB 511/562 KB 688/1192 KB 256/256 KB 511/562 KB 692/1192 KB 256/256 KB 515/562 KB 696/1192 KB 256/256 KB 515/562 KB 692/1192 KB 256/256 KB 519/562 KB 696/1192 KB 256/256 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 178.2 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 523/562 KB 696/1192 KB 527/562 KB 700/1192 KB 523/562 KB 700/1192 KB 527/562 KB 704/1192 KB 527/562 KB 708/1192 KB 531/562 KB 712/1192 KB 531/562 KB 716/1192 KB 531/562 KB 720/1192 KB 531/562 KB 708/1192 KB 535/562 KB 720/1192 KB 539/562 KB 720/1192 KB 543/562 KB 720/1192 KB 547/562 KB 720/1192 KB 547/562 KB 724/1192 KB 547/562 KB 728/1192 KB 547/562 KB 732/1192 KB 551/562 KB 732/1192 KB 555/562 KB 736/1192 KB 559/562 KB 736/1192 KB 551/562 KB 736/1192 KB 559/562 KB 740/1192 KB 562/562 KB 740/1192 KB 562/562 KB 744/1192 KB 562/562 KB 748/1192 KB 562/562 KB 752/1192 KB 562/562 KB 4/37 KB 752/1192 KB 562/562 KB 8/37 KB 752/1192 KB 562/562 KB 12/37 KB 752/1192 KB 562/562 KB 16/37 KB 752/1192 KB 562/562 KB 20/37 KB 752/1192 KB 562/562 KB 24/37 KB 752/1192 KB 562/562 KB 28/37 KB 752/1192 KB 562/562 KB 32/37 KB 752/1192 KB 562/562 KB 36/37 KB 752/1192 KB 562/562 KB 37/37 KB 752/1192 KB 562/562 KB 37/37 KB 756/1192 KB 562/562 KB 37/37 KB 760/1192 KB 562/562 KB 37/37 KB 764/1192 KB 562/562 KB 37/37 KB 768/1192 KB 562/562 KB 37/37 KB 772/1192 KB 562/562 KB 37/37 KB 776/1192 KB 562/562 KB 37/37 KB 780/1192 KB 562/562 KB 37/37 KB 784/1192 KB 562/562 KB 37/37 KB 788/1192 KB 37/37 KB 792/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 387.5 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 37/37 KB 796/1192 KB 37/37 KB 800/1192 KB 37/37 KB 804/1192 KB 37/37 KB 808/1192 KB 37/37 KB 812/1192 KB 37/37 KB 816/1192 KB 37/37 KB 820/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 25.4 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 824/1192 KB 828/1192 KB 832/1192 KB 836/1192 KB 840/1192 KB 844/1192 KB 848/1192 KB 852/1192 KB 856/1192 KB 860/1192 KB 864/1192 KB 868/1192 KB 872/1192 KB 876/1192 KB 880/1192 KB 3/46 KB 880/1192 KB 6/46 KB 880/1192 KB 9/46 KB 880/1192 KB 11/46 KB 880/1192 KB 4/287 KB 14/46 KB 880/1192 KB 4/287 KB 16/46 KB 880/1192 KB 4/287 KB 19/46 KB 880/1192 KB 4/287 KB 22/46 KB 880/1192 KB 4/287 KB 11/46 KB 880/1192 KB 8/287 KB 22/46 KB 880/1192 KB 12/287 KB 22/46 KB 880/1192 KB 16/287 KB 22/46 KB 880/1192 KB 20/287 KB 22/46 KB 880/1192 KB 24/287 KB 22/46 KB 880/1192 KB 28/287 KB 25/46 KB 880/1192 KB 32/287 KB 25/46 KB 880/1192 KB 24/287 KB 25/46 KB 880/1192 KB 32/287 KB 27/46 KB 880/1192 KB 36/287 KB 27/46 KB 880/1192 KB 36/287 KB 30/46 KB 880/1192 KB 36/287 KB 32/46 KB 880/1192 KB 36/287 KB 36/46 KB 880/1192 KB 40/287 KB 40/46 KB 880/1192 KB 40/287 KB 44/46 KB 880/1192 KB 40/287 KB 46/46 KB 880/1192 KB 40/287 KB 36/46 KB 880/1192 KB 44/287 KB 46/46 KB 880/1192 KB 48/287 KB 46/46 KB 880/1192 KB 52/287 KB 46/46 KB 880/1192 KB 52/287 KB 46/46 KB 880/1192 KB 4/1461 KB 52/287 KB 46/46 KB 880/1192 KB 8/1461 KB 52/287 KB 46/46 KB 880/1192 KB 12/1461 KB 52/287 KB 46/46 KB 880/1192 KB 16/1461 KB 52/287 KB 46/46 KB 880/1192 KB 20/1461 KB 52/287 KB 46/46 KB 880/1192 KB 24/1461 KB 52/287 KB 46/46 KB 880/1192 KB 28/1461 KB 52/287 KB 46/46 KB 880/1192 KB 32/1461 KB 56/287 KB 46/46 KB 880/1192 KB 32/1461 KB 60/287 KB 46/46 KB 880/1192 KB 32/1461 KB 64/287 KB 46/46 KB 880/1192 KB 32/1461 KB 64/287 KB 46/46 KB 880/1192 KB 36/1461 KB 64/287 KB 46/46 KB 880/1192 KB 40/1461 KB 64/287 KB 46/46 KB 880/1192 KB 44/1461 KB 64/287 KB 46/46 KB 880/1192 KB 48/1461 KB 68/287 KB 46/46 KB 880/1192 KB 48/1461 KB 72/287 KB 46/46 KB 880/1192 KB 48/1461 KB 76/287 KB 46/46 KB 880/1192 KB 48/1461 KB 80/287 KB 46/46 KB 880/1192 KB 52/1461 KB 76/287 KB 46/46 KB 880/1192 KB 52/1461 KB 80/287 KB 46/46 KB 880/1192 KB 56/1461 KB 80/287 KB 46/46 KB 880/1192 KB 60/1461 KB 80/287 KB 46/46 KB 880/1192 KB 64/1461 KB 80/287 KB 46/46 KB 884/1192 KB 64/1461 KB 80/287 KB 46/46 KB 888/1192 KB 64/1461 KB 80/287 KB 46/46 KB 892/1192 KB 64/1461 KB 84/287 KB 46/46 KB 896/1192 KB 68/1461 KB 84/287 KB 46/46 KB 892/1192 KB 68/1461 KB 84/287 KB 46/46 KB 896/1192 KB 72/1461 KB 84/287 KB 46/46 KB 896/1192 KB 76/1461 KB 84/287 KB 46/46 KB 896/1192 KB 80/1461 KB 84/287 KB 46/46 KB 896/1192 KB 84/1461 KB 84/287 KB 46/46 KB 900/1192 KB 88/1461 KB 84/287 KB 46/46 KB 892/1192 KB 64/1461 KB 88/287 KB 46/46 KB 900/1192 KB 88/1461 KB 92/287 KB 46/46 KB 900/1192 KB 88/1461 KB 96/287 KB 46/46 KB 900/1192 KB 88/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 30.7 KB/sec) unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 100/287 KB 900/1192 KB 88/1461 KB 84/287 KB 46/46 KB 900/1192 KB 84/1461 KB 100/287 KB 904/1192 KB 92/1461 KB 100/287 KB 908/1192 KB 92/1461 KB 100/287 KB 912/1192 KB 92/1461 KB 100/287 KB 900/1192 KB 92/1461 KB 100/287 KB 912/1192 KB 96/1461 KB 100/287 KB 912/1192 KB 100/1461 KB 104/287 KB 916/1192 KB 104/1461 KB 104/287 KB 916/1192 KB 108/1461 KB 104/287 KB 916/1192 KB 112/1461 KB 104/287 KB 916/1192 KB 116/1461 KB 104/287 KB 916/1192 KB 120/1461 KB 104/287 KB 916/1192 KB 124/1461 KB 104/287 KB 916/1192 KB 128/1461 KB 104/287 KB 916/1192 KB 132/1461 KB 104/287 KB 916/1192 KB 100/1461 KB 108/287 KB 916/1192 KB 132/1461 KB 112/287 KB 916/1192 KB 132/1461 KB 100/287 KB 916/1192 KB 100/1461 KB 112/287 KB 920/1192 KB 132/1461 KB 112/287 KB 924/1192 KB 132/1461 KB 112/287 KB 928/1192 KB 132/1461 KB 112/287 KB 932/1192 KB 132/1461 KB 116/287 KB 936/1192 KB 132/1461 KB 116/287 KB 940/1192 KB 132/1461 KB 116/287 KB 944/1192 KB 132/1461 KB 116/287 KB 932/1192 KB 132/1461 KB 120/287 KB 944/1192 KB 132/1461 KB 124/287 KB 944/1192 KB 132/1461 KB 128/287 KB 944/1192 KB 132/1461 KB 132/287 KB 944/1192 KB 132/1461 KB 136/287 KB 948/1192 KB 136/1461 KB 140/287 KB 948/1192 KB 136/1461 KB 144/287 KB 948/1192 KB 136/1461 KB 132/287 KB 948/1192 KB 136/1461 KB 144/287 KB 948/1192 KB 140/1461 KB 144/287 KB 948/1192 KB 144/1461 KB 132/287 KB 948/1192 KB 132/1461 KB 144/287 KB 952/1192 KB 144/1461 KB 144/287 KB 956/1192 KB 144/1461 KB 144/287 KB 960/1192 KB 144/1461 KB 144/287 KB 960/1192 KB 148/1461 KB 148/287 KB 964/1192 KB 152/1461 KB 148/287 KB 964/1192 KB 156/1461 KB 148/287 KB 964/1192 KB 160/1461 KB 148/287 KB 964/1192 KB 148/1461 KB 148/287 KB 968/1192 KB 160/1461 KB 148/287 KB 972/1192 KB 160/1461 KB 148/287 KB 976/1192 KB 160/1461 KB 148/287 KB 960/1192 KB 148/1461 KB 152/287 KB 976/1192 KB 160/1461 KB 156/287 KB 976/1192 KB 160/1461 KB 160/287 KB 976/1192 KB 160/1461 KB 164/287 KB 976/1192 KB 160/1461 KB 168/287 KB 980/1192 KB 164/1461 KB 172/287 KB 980/1192 KB 164/1461 KB 176/287 KB 980/1192 KB 164/1461 KB 164/287 KB 980/1192 KB 164/1461 KB 176/287 KB 984/1192 KB 164/1461 KB 176/287 KB 988/1192 KB 164/1461 KB 176/287 KB 992/1192 KB 164/1461 KB 164/287 KB 976/1192 KB 164/1461 KB 176/287 KB 992/1192 KB 168/1461 KB 176/287 KB 992/1192 KB 172/1461 KB 176/287 KB 992/1192 KB 176/1461 KB 176/287 KB 992/1192 KB 180/1461 KB 180/287 KB 996/1192 KB 184/1461 KB 180/287 KB 996/1192 KB 180/1461 KB 180/287 KB 992/1192 KB 180/1461 KB 184/287 KB 996/1192 KB 184/1461 KB 188/287 KB 1000/1192 KB 188/1461 KB 192/287 KB 1000/1192 KB 188/1461 KB 196/287 KB 1000/1192 KB 188/1461 KB 200/287 KB 1000/1192 KB 188/1461 KB 204/287 KB 1000/1192 KB 188/1461 KB 208/287 KB 1000/1192 KB 188/1461 KB 212/287 KB 1000/1192 KB 188/1461 KB 216/287 KB 1000/1192 KB 188/1461 KB 220/287 KB 1000/1192 KB 188/1461 KB 184/287 KB 1000/1192 KB 188/1461 KB 184/287 KB 996/1192 KB 188/1461 KB 220/287 KB 1004/1192 KB 188/1461 KB 220/287 KB 1008/1192 KB 192/1461 KB 220/287 KB 1012/1192 KB 192/1461 KB 220/287 KB 1016/1192 KB 192/1461 KB 220/287 KB 1020/1192 KB 192/1461 KB 220/287 KB 1024/1192 KB 192/1461 KB 220/287 KB 1004/1192 KB 192/1461 KB 220/287 KB 1024/1192 KB 196/1461 KB 220/287 KB 1024/1192 KB 200/1461 KB 220/287 KB 1024/1192 KB 204/1461 KB 220/287 KB 1024/1192 KB 208/1461 KB 220/287 KB 1028/1192 KB 208/1461 KB 220/287 KB 1032/1192 KB 212/1461 KB 220/287 KB 1036/1192 KB 212/1461 KB 224/287 KB 1040/1192 KB unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 212/1461 KB 220/287 KB 1028/1192 KB 212/1461 KB 224/287 KB 1040/1192 KB 216/1461 KB 224/287 KB 1040/1192 KB 220/1461 KB 224/287 KB 1036/1192 KB 212/1461 KB 224/287 KB 1044/1192 KB 224/1461 KB 228/287 KB 1048/1192 KB 224/1461 KB 228/287 KB 1052/1192 KB 224/1461 KB 228/287 KB 1056/1192 KB 224/1461 KB 228/287 KB 1044/1192 KB 224/1461 KB 232/287 KB 1056/1192 KB 224/1461 KB 236/287 KB 1056/1192 KB 224/1461 KB 240/287 KB 1056/1192 KB 224/1461 KB 224/287 KB 1044/1192 KB 224/1461 KB 240/287 KB 1056/1192 KB 228/1461 KB 240/287 KB 1056/1192 KB 232/1461 KB 240/287 KB 1060/1192 KB 236/1461 KB 240/287 KB 1060/1192 KB 240/1461 KB 240/287 KB 1060/1192 KB 244/1461 KB 244/287 KB 1060/1192 KB 248/1461 KB 244/287 KB 1060/1192 KB 252/1461 KB 244/287 KB 1060/1192 KB 256/1461 KB 240/287 KB 1060/1192 KB 232/1461 KB 244/287 KB 1064/1192 KB 256/1461 KB 244/287 KB 1068/1192 KB 256/1461 KB 244/287 KB 1060/1192 KB 244/1461 KB 248/287 KB 1068/1192 KB 256/1461 KB 252/287 KB 1068/1192 KB 256/1461 KB 256/287 KB 1068/1192 KB 256/1461 KB 260/287 KB 1072/1192 KB 256/1461 KB 264/287 KB 1072/1192 KB 260/1461 KB 268/287 KB 1072/1192 KB 260/1461 KB 272/287 KB 1072/1192 KB 260/1461 KB 256/287 KB 1072/1192 KB 256/1461 KB 272/287 KB 1076/1192 KB 260/1461 KB 272/287 KB 1080/1192 KB 260/1461 KB 272/287 KB 1084/1192 KB 260/1461 KB 272/287 KB 1088/1192 KB 260/1461 KB 272/287 KB 1092/1192 KB 260/1461 KB 276/287 KB 1096/1192 KB 260/1461 KB 276/287 KB 1100/1192 KB 260/1461 KB 276/287 KB 1104/1192 KB 260/1461 KB 276/287 KB 1108/1192 KB 260/1461 KB 276/287 KB 1112/1192 KB 260/1461 KB 276/287 KB 1116/1192 KB 260/1461 KB 276/287 KB 1120/1192 KB 260/1461 KB 260/287 KB 1072/1192 KB 260/1461 KB 276/287 KB 1120/1192 KB 264/1461 KB 276/287 KB 1120/1192 KB 268/1461 KB 276/287 KB 1120/1192 KB 272/1461 KB 276/287 KB 1120/1192 KB 276/1461 KB 276/287 KB 1120/1192 KB 280/1461 KB 276/287 KB 1120/1192 KB 284/1461 KB 276/287 KB 1120/1192 KB 288/1461 KB 276/287 KB 1092/1192 KB 260/1461 KB 280/287 KB 1120/1192 KB 288/1461 KB 284/287 KB 1120/1192 KB 288/1461 KB 287/287 KB 1120/1192 KB 288/1461 KB 287/287 KB 1120/1192 KB 292/1461 KB 287/287 KB 1120/1192 KB 296/1461 KB 287/287 KB 1120/1192 KB 300/1461 KB 287/287 KB 1120/1192 KB 304/1461 KB 287/287 KB 1124/1192 KB 304/1461 KB 287/287 KB 1128/1192 KB 308/1461 KB 287/287 KB 1132/1192 KB 308/1461 KB 287/287 KB 1136/1192 KB 308/1461 KB 287/287 KB 1124/1192 KB 308/1461 KB 287/287 KB 1136/1192 KB 312/1461 KB 287/287 KB 1140/1192 KB 316/1461 KB 287/287 KB 1140/1192 KB 320/1461 KB 287/287 KB 1140/1192 KB 324/1461 KB 287/287 KB 1140/1192 KB 328/1461 KB 287/287 KB 1140/1192 KB 332/1461 KB 287/287 KB 1140/1192 KB 336/1461 KB 287/287 KB 1140/1192 KB 340/1461 KB 287/287 KB 1140/1192 KB 344/1461 KB 287/287 KB 1140/1192 KB 348/1461 KB 287/287 KB 1140/1192 KB 352/1461 KB 287/287 KB 1140/1192 KB 312/1461 KB 287/287 KB 1144/1192 KB 352/1461 KB 287/287 KB 1148/1192 KB 352/1461 KB 287/287 KB 1152/1192 KB 352/1461 KB 287/287 KB 1156/1192 KB 352/1461 KB 287/287 KB 1160/1192 KB 352/1461 KB 287/287 KB 1164/1192 KB 352/1461 KB 287/287 KB 1168/1192 KB 352/1461 KB 287/287 KB 1172/1192 KB 352/1461 KB 287/287 KB 1176/1192 KB 356/1461 KB 1180/1192 KB 356/1461 KB 1184/1192 KB 356/1461 KB 1188/1192 KB 356/1461 KB 1192/1192 KB 356/1461 KB 1192/1192 KB 356/1461 KB 287/287 KB 1172/1192 KB 356/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (28 unit-abot-epc-basic-0: 06:33:38 DEBUG unit.abot-epc-basic/0.install 7 KB at 188.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 1192/1192 KB 360/1461 KB 1192/1192 KB 364/1461 KB 1192/1192 KB 368/1461 KB 1192/1192 KB 372/1461 KB 1192/1192 KB 376/1461 KB 1192/1192 KB 380/1461 KB 1192/1192 KB 384/1461 KB 1192/1192 KB 388/1461 KB 1192/1192 KB 392/1461 KB 1192/1192 KB 396/1461 KB 1192/1192 KB 400/1461 KB 1192/1192 KB 404/1461 KB 1192/1192 KB 408/1461 KB 1192/1192 KB 412/1461 KB 1192/1192 KB 416/1461 KB 1192/1192 KB 420/1461 KB 1192/1192 KB 424/1461 KB 1192/1192 KB 428/1461 KB 1192/1192 KB 432/1461 KB 1192/1192 KB 436/1461 KB 1192/1192 KB 440/1461 KB 1192/1192 KB 444/1461 KB 1192/1192 KB 448/1461 KB 1192/1192 KB 452/1461 KB 1192/1192 KB 456/1461 KB 1192/1192 KB 460/1461 KB 1192/1192 KB 464/1461 KB 1192/1192 KB 468/1461 KB 1192/1192 KB 472/1461 KB 1192/1192 KB 476/1461 KB 1192/1192 KB 480/1461 KB 1192/1192 KB 484/1461 KB 1192/1192 KB 488/1461 KB 1192/1192 KB 492/1461 KB 1192/1192 KB 496/1461 KB 1192/1192 KB 500/1461 KB 1192/1192 KB 504/1461 KB 1192/1192 KB 508/1461 KB 1192/1192 KB 512/1461 KB 1192/1192 KB 516/1461 KB 1192/1192 KB 520/1461 KB 1192/1192 KB 524/1461 KB 1192/1192 KB 528/1461 KB 1192/1192 KB 532/1461 KB 1192/1192 KB 536/1461 KB 1192/1192 KB 540/1461 KB 1192/1192 KB 544/1461 KB 1192/1192 KB 548/1461 KB 1192/1192 KB 552/1461 KB 1192/1192 KB 556/1461 KB 1192/1192 KB 560/1461 KB 1192/1192 KB 564/1461 KB 1192/1192 KB 568/1461 KB 1192/1192 KB 572/1461 KB 1192/1192 KB 576/1461 KB 1192/1192 KB 580/1461 KB 1192/1192 KB 584/1461 KB 1192/1192 KB 588/1461 KB 1192/1192 KB 592/1461 KB 1192/1192 KB 596/1461 KB 1192/1192 KB 600/1461 KB 1192/1192 KB 604/1461 KB 1192/1192 KB 608/1461 KB 1192/1192 KB 612/1461 KB 1192/1192 KB 616/1461 KB 1192/1192 KB 620/1461 KB 1192/1192 KB 624/1461 KB 1192/1192 KB 628/1461 KB 1192/1192 KB 632/1461 KB 1192/1192 KB 636/1461 KB 1192/1192 KB 640/1461 KB 1192/1192 KB 644/1461 KB 1192/1192 KB 648/1461 KB 1192/1192 KB 652/1461 KB 1192/1192 KB 656/1461 KB 1192/1192 KB 660/1461 KB 1192/1192 KB 664/1461 KB 1192/1192 KB 668/1461 KB 1192/1192 KB 672/1461 KB 1192/1192 KB 676/1461 KB 1192/1192 KB 680/1461 KB 1192/1192 KB 684/1461 KB 1192/1192 KB 688/1461 KB 1192/1192 KB 692/1461 KB 1192/1192 KB 696/1461 KB 1192/1192 KB 700/1461 KB 1192/1192 KB 704/1461 KB 1192/1192 KB 708/1461 KB 1192/1192 KB 712/1461 KB 1192/1192 KB 716/1461 KB 1192/1192 KB 720/1461 KB 1192/1192 KB 724/1461 KB 1192/1192 KB 728/1461 KB 1192/1192 KB 732/1461 KB 1192/1192 KB 736/1461 KB 1192/1192 KB 740/1461 KB 1192/1192 KB 744/1461 KB 1192/1192 KB 748/1461 KB 1192/1192 KB 752/1461 KB 1192/1192 KB 756/1461 KB 1192/1192 KB 760/1461 KB 1192/1192 KB 764/1461 KB 1192/1192 KB 768/1461 KB 1192/1192 KB 772/1461 KB 1192/1192 KB 776/1461 KB 1192/1192 KB 780/1461 KB 1192/1192 KB 784/1461 KB 1192/1192 KB 788/1461 KB 1192/1192 KB 792/1461 KB 1192/1192 KB 796/1461 KB 1192/1192 KB 800/1461 KB 1192/1192 KB 804/1461 KB 1192/1192 KB 808/1461 KB 1192/1192 KB 812/1461 KB 1192/1192 KB 816/1461 KB 1192/1192 KB 820/1461 KB 1192/1192 KB 824/1461 KB 1192/1192 KB 828/1461 KB 1192/1192 KB 832/1461 KB 1192/1192 KB 836/1461 KB 1192/1192 KB 840/1461 KB 1192/1192 KB 844/1461 KB 1192/1192 KB 848/1461 KB 1192/1192 KB 852/1461 KB 1192/1192 KB 856/1461 KB 1192/1192 KB 860/1461 KB 1192/1192 KB 864/1461 KB 1192/1192 KB 868/1461 KB 1192/1192 KB 872/1461 KB 1192/1192 KB 876/1461 KB 1192/1192 KB 880/1461 KB 1192/1192 KB 884/1461 KB 1192/1192 KB 888/1461 KB 1192/1192 KB 892/1461 KB 1192/1192 KB 896/1461 KB 1192/1192 KB 900/1461 KB 1192/1192 KB 9 unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 04/1461 KB 1192/1192 KB 908/1461 KB 1192/1192 KB 912/1461 KB 1192/1192 KB 916/1461 KB 1192/1192 KB 920/1461 KB 1192/1192 KB 924/1461 KB 1192/1192 KB 928/1461 KB 1192/1192 KB 932/1461 KB 1192/1192 KB 936/1461 KB 1192/1192 KB 940/1461 KB 1192/1192 KB 944/1461 KB 1192/1192 KB 948/1461 KB 1192/1192 KB 952/1461 KB 1192/1192 KB 956/1461 KB 1192/1192 KB 960/1461 KB 1192/1192 KB 964/1461 KB 1192/1192 KB 968/1461 KB 1192/1192 KB 972/1461 KB 1192/1192 KB 976/1461 KB 1192/1192 KB 980/1461 KB 1192/1192 KB 984/1461 KB 1192/1192 KB 988/1461 KB 1192/1192 KB 992/1461 KB 1192/1192 KB 996/1461 KB 1192/1192 KB 1000/1461 KB 1192/1192 KB 1004/1461 KB 1192/1192 KB 1008/1461 KB 1192/1192 KB 1012/1461 KB 1192/1192 KB 1016/1461 KB 1192/1192 KB 1020/1461 KB 1192/1192 KB 1024/1461 KB 1192/1192 KB 1028/1461 KB 1192/1192 KB 1032/1461 KB 1192/1192 KB 1036/1461 KB 1192/1192 KB 1040/1461 KB 1192/1192 KB 1044/1461 KB 1192/1192 KB 1048/1461 KB 1192/1192 KB 1052/1461 KB 1192/1192 KB 1056/1461 KB 1192/1192 KB 1060/1461 KB 1192/1192 KB 1064/1461 KB 1192/1192 KB 1068/1461 KB 1192/1192 KB 1072/1461 KB 1192/1192 KB 1076/1461 KB 1192/1192 KB 1080/1461 KB 1192/1192 KB 1084/1461 KB 1192/1192 KB 1088/1461 KB 1192/1192 KB 1092/1461 KB 1192/1192 KB 1096/1461 KB 1192/1192 KB 1100/1461 KB 1192/1192 KB 1104/1461 KB 1192/1192 KB 1108/1461 KB 1192/1192 KB 1112/1461 KB 1192/1192 KB 1116/1461 KB 1192/1192 KB 1120/1461 KB 1192/1192 KB 1124/1461 KB 1192/1192 KB 1128/1461 KB 1192/1192 KB 1132/1461 KB 1192/1192 KB 1136/1461 KB 1192/1192 KB 1140/1461 KB 1192/1192 KB 1144/1461 KB 1192/1192 KB 1148/1461 KB 1192/1192 KB 1152/1461 KB 1192/1192 KB 1156/1461 KB 1192/1192 KB 1160/1461 KB 1192/1192 KB 1164/1461 KB 1192/1192 KB 1168/1461 KB 1192/1192 KB 1172/1461 KB 1192/1192 KB 1176/1461 KB 1192/1192 KB 1180/1461 KB 1192/1192 KB 1184/1461 KB 1192/1192 KB 1188/1461 KB 1192/1192 KB 1192/1461 KB 1192/1192 KB 1196/1461 KB 1192/1192 KB 1200/1461 KB 1192/1192 KB 1204/1461 KB 1192/1192 KB 1208/1461 KB 1192/1192 KB 1212/1461 KB 1192/1192 KB 1216/1461 KB 1192/1192 KB 1220/1461 KB 1192/1192 KB 1224/1461 KB 1192/1192 KB 1228/1461 KB 1192/1192 KB 1232/1461 KB 1192/1192 KB 1236/1461 KB 1192/1192 KB 1240/1461 KB 1192/1192 KB 1244/1461 KB 1192/1192 KB 1248/1461 KB 1192/1192 KB 1252/1461 KB 1192/1192 KB 1256/1461 KB 1192/1192 KB 1260/1461 KB 1192/1192 KB 1264/1461 KB 1192/1192 KB 1268/1461 KB 1192/1192 KB 1272/1461 KB 1192/1192 KB 1276/1461 KB 1192/1192 KB 1280/1461 KB 1192/1192 KB 1284/1461 KB 1192/1192 KB 1288/1461 KB 1192/1192 KB 1292/1461 KB 1192/1192 KB 1296/1461 KB 1192/1192 KB 1300/1461 KB 1192/1192 KB 1304/1461 KB 1192/1192 KB 1308/1461 KB 1192/1192 KB 1312/1461 KB 1192/1192 KB 1316/1461 KB 1192/1192 KB 1320/1461 KB 1192/1192 KB 1324/1461 KB 1192/1192 KB 1328/1461 KB 1192/1192 KB 1332/1461 KB 1192/1192 KB 1336/1461 KB 1192/1192 KB 1340/1461 KB 1192/1192 KB 1344/1461 KB 1192/1192 KB 1348/1461 KB 1192/1192 KB 1352/1461 KB 1192/1192 KB 1356/1461 KB 1192/1192 KB 1360/1461 KB 1192/1192 KB 1364/1461 KB 1192/1192 KB 1368/1461 KB 1192/1192 KB 1372/1461 KB 1192/1192 KB 1376/1461 KB 1192/1192 KB 1380/1461 KB 1192/1192 KB 1384/1461 KB 1192/1192 KB 1388/1461 KB 1192/1192 KB 1392/1461 KB 1192/1192 KB 1396/1461 KB 1192/1192 KB 1400/1461 KB 1192/1192 KB 1404/1461 KB 1192/1192 KB 1408/1461 KB 1192/1192 KB 1412/1461 KB 1192/1192 KB 1416/1461 KB 1192/1192 KB 1420/1461 KB 1192/1192 KB 1424/1461 KB 1192/1192 KB 1428/1461 KB 1192/1192 KB 1432/1461 KB 1192/1192 KB unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 1436/1461 KB 1192/1192 KB 1440/1461 KB 1192/1192 KB 1444/1461 KB 1192/1192 KB 1448/1461 KB 1192/1192 KB 1452/1461 KB 1192/1192 KB 1456/1461 KB 1192/1192 KB 1460/1461 KB 1192/1192 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 908.6 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 728.8 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 4/1118 KB 8/1118 KB 12/1118 KB 16/1118 KB 20/1118 KB 24/1118 KB 28/1118 KB 32/1118 KB 36/1118 KB 40/1118 KB 44/1118 KB 48/1118 KB 52/1118 KB 56/1118 KB 60/1118 KB 64/1118 KB 68/1118 KB 72/1118 KB 76/1118 KB 80/1118 KB 84/1118 KB 88/1118 KB 92/1118 KB 96/1118 KB 100/1118 KB 104/1118 KB 108/1118 KB 112/1118 KB 116/1118 KB 120/1118 KB 124/1118 KB 128/1118 KB 132/1118 KB 136/1118 KB 140/1118 KB 144/1118 KB 148/1118 KB 152/1118 KB 156/1118 KB 160/1118 KB 164/1118 KB 168/1118 KB 172/1118 KB 176/1118 KB 180/1118 KB 184/1118 KB 188/1118 KB 192/1118 KB 196/1118 KB 200/1118 KB 204/1118 KB 208/1118 KB 212/1118 KB 216/1118 KB 220/1118 KB 224/1118 KB 228/1118 KB 232/1118 KB 236/1118 KB 240/1118 KB 244/1118 KB 248/1118 KB 252/1118 KB 256/1118 KB 260/1118 KB 264/1118 KB 268/1118 KB 272/1118 KB 276/1118 KB 280/1118 KB 284/1118 KB 288/1118 KB 292/1118 KB 296/1118 KB 300/1118 KB 304/1118 KB 308/1118 KB 312/1118 KB 316/1118 KB 320/1118 KB 324/1118 KB 328/1118 KB 332/1118 KB 336/1118 KB 340/1118 KB 344/1118 KB 348/1118 KB 352/1118 KB 356/1118 KB 360/1118 KB 364/1118 KB 368/1118 KB 372/1118 KB 376/1118 KB 380/1118 KB 384/1118 KB 388/1118 KB 392/1118 KB 396/1118 KB 400/1118 KB 404/1118 KB 408/1118 KB 412/1118 KB 416/1118 KB 420/1118 KB 424/1118 KB 428/1118 KB 432/1118 KB 436/1118 KB 440/1118 KB 444/1118 KB 448/1118 KB 452/1118 KB 456/1118 KB 460/1118 KB 464/1118 KB 468/1118 KB 472/1118 KB 476/1118 KB 480/1118 KB 484/1118 KB 488/1118 KB 492/1118 KB 496/1118 KB 500/1118 KB 504/1118 KB 508/1118 KB 512/1118 KB 516/1118 KB 520/1118 KB 524/1118 KB 528/1118 KB 532/1118 KB 536/1118 KB 540/1118 KB 544/1118 KB 548/1118 KB 552/1118 KB 556/1118 KB 560/1118 KB 564/1118 KB 568/1118 KB 572/1118 KB 576/1118 KB 580/1118 KB 584/1118 KB 588/1118 KB 592/1118 KB 596/1118 KB 600/1118 KB 604/1118 KB 608/1118 KB 612/1118 KB 616/1118 KB 620/1118 KB 624/1118 KB 628/1118 KB 632/1118 KB 636/1118 KB 640/1118 KB 644/1118 KB 648/1118 KB 652/1118 KB 656/1118 KB 660/1118 KB 664/1118 KB 668/1118 KB 672/1118 KB 676/1118 KB 680/1118 KB 684/1118 KB 688/1118 KB 692/1118 KB 696/1118 KB 700/1118 KB 704/1118 KB 708/1118 KB 712/1118 KB 716/1118 KB 720/1118 KB 724/1118 KB 728/1118 KB 732/1118 KB 736/1118 KB 740/1118 KB 744/1118 KB 748/1118 KB 752/1118 KB 756/1118 KB 760/1118 KB 764/1118 KB 768/1118 KB 772/1118 KB 776/1118 KB 780/1118 KB 784/1118 KB 788/1118 KB 792/1118 KB 796/1118 KB 800/1118 KB 804/1118 KB 808/1118 KB 812/1118 KB 816/1118 KB 820/1118 KB 824/1118 KB 828/1118 KB 832/1118 KB 836/1118 KB 840/1118 KB 844/1118 KB 848/1118 KB 852/1118 KB 856/1118 KB 860/1118 KB 864/1118 KB 868/1118 KB 872/1118 KB 876/1118 KB 880/1118 KB 884/1118 KB 888/1118 KB 892/1118 KB 896/1118 KB 900/1118 KB 904/1118 KB 908/1118 KB 912/1118 KB 916/1118 KB 920/1118 KB 924/1118 KB 928/1118 KB 932/1118 KB 936/1118 KB 940/1118 KB 944/1118 KB 948/1118 KB 952/1118 KB 956/1118 KB 960/1118 KB 964/1118 KB 968/1118 KB 972/1118 KB 976/1118 KB 980/1118 KB 984/1118 KB 988/1118 KB 992/1118 KB 996/1118 KB 1000/1118 KB 1004/1118 KB 1008/1118 KB 1012/1118 KB 1016/1118 KB 1020/1118 KB 1024/1118 KB 1028/1118 KB 1032/1118 KB 1036/1118 KB 1040/1118 KB 1044/1118 KB 1048/1118 KB 1052/1118 KB 1056/1118 KB 1060/1118 KB 1064/1118 KB 1068/1118 KB 1072/1118 KB 1076/1118 KB 1080/1118 KB 1084/1118 KB 1088/1118 KB 1 unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 092/1118 KB 1096/1118 KB 1100/1118 KB 1104/1118 KB 1108/1118 KB 1112/1118 KB 1116/1118 KB 1118/1118 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 647.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 385.5 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 93.3 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 131.6 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 82.7 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 318.4 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 118.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 158.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 123.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 461.7 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 81.6 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 249.7 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 376.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 607.0 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 66.8 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 215.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 245.4 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 307.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 492.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 66.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 213.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 794.7 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 8/149 KB 4/21 KB 11/149 KB 4/10 KB 4/21 KB 13/149 KB 4/10 KB 4/21 KB 8/149 KB 4/10 KB 8/21 KB 13/149 KB 4/10 KB 12/21 KB 13/149 KB 4/10 KB 16/21 KB 13/149 KB 4/10 KB 20/21 KB 13/149 KB 4/10 KB 21/21 KB 13/149 KB 4/10 KB 8/149 KB 4/10 KB 21/21 KB 13/149 KB 8/10 KB 21/21 KB 13/149 KB 10/10 KB 21/21 KB 16/149 KB 10/10 KB 21/21 KB 19/149 KB 10/10 KB 1/6 KB 21/21 KB 19/149 KB 10/10 KB 1/6 KB 21/21 KB 21/149 KB 10/10 KB 1/6 KB 21/21 KB 24/149 KB 10/10 KB 1/6 KB 21/21 KB 27/149 KB 10/10 KB 1/6 KB 21/21 KB 29/149 KB 10/10 KB 4/6 KB 21/21 KB 29/149 KB 10/10 KB 6/6 KB 21/21 KB 32/149 KB 10/10 KB 6/6 KB 21/21 KB 32/149 KB 10/10 KB 4/6 KB 21/21 KB 32/149 KB 10/10 KB 6/6 KB 21/21 KB 36/149 KB 10/10 KB 6/6 KB 40/149 KB 6/6 KB 44/149 KB 6/6 KB 48/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 485.4 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 965.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 6/6 KB 52/149 KB 56/149 KB 60/149 KB 64/149 KB 64/149 KB 3/30 KB 64/149 KB 6/30 KB 64/149 KB 9/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 223.0 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 64/149 KB 11/30 KB 64/149 KB 14/30 KB 64/149 KB 16/30 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 64/149 KB 19/30 KB 3/37 KB 64/149 KB 16/30 KB 3/37 KB 64/149 KB 19/30 KB 6/37 KB 64/149 KB 19/30 KB 9/37 KB 64/149 KB 19/30 KB 11/37 KB 64/149 KB 19/30 KB 14/37 KB 64/149 KB 19/30 KB 16/37 KB 64/149 KB 22/30 KB 19/37 KB 68/149 KB 22/30 KB 22/37 KB 4/14 KB 68/149 KB 22/30 KB 25/37 KB 64/149 KB 22/30 KB 16/37 KB 4/14 KB 68/149 KB 25/30 KB 25/37 KB 4/14 KB 68/149 KB 27/30 KB 25/37 KB 4/14 KB 68/149 KB 30/30 KB 25/37 KB 4/14 KB 68/149 KB 30/30 KB 27/37 KB 4/14 KB 68/149 KB 30/30 KB 30/37 KB 4/14 KB 68/149 KB 30/30 KB 32/37 KB 4/14 KB 68/149 KB 30/30 KB 35/37 KB 4/14 KB 68/149 KB 22/30 KB 22/37 KB 8/14 KB 68/149 KB 30/30 KB 35/37 KB 12/14 KB 68/149 KB 30/30 KB 35/37 KB 14/14 KB 68/149 KB 30/30 KB 35/37 KB 68/149 KB 22/30 KB 19/37 KB 14/14 KB 72/149 KB 30/30 KB 35/37 KB 14/14 KB 76/149 KB 30/30 KB 35/37 KB 14/14 KB 80/149 KB 30/30 KB 35/37 KB 14/14 KB 84/149 KB 30/30 KB 35/37 KB 14/14 KB 88/149 KB 30/30 KB 37/37 KB 14/14 KB 92/149 KB 30/30 KB 37/37 KB 14/14 KB 96/149 KB 30/30 KB 37/37 KB 14/14 KB 84/149 KB 30/30 KB 37/37 KB 14/14 KB 100/149 KB 30/30 KB 37/37 KB 14/14 KB 104/149 KB 30/30 KB 37/37 KB 14/14 KB 3/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 3/14 KB 104/149 KB 30/30 KB 37/37 KB 14/14 KB 6/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 9/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 11/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 112/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 116/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 120/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 124/149 KB 30/30 KB 37/37 KB 14/14 KB 14/14 KB 128/149 KB 30/30 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 794.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 14/14 KB 14/14 KB 132/149 KB 37/37 KB 14/14 KB 14/14 KB 136/149 KB 37/37 KB 14/14 KB 14/14 KB 140/149 KB 37/37 KB 14/14 KB 14/14 KB 144/149 KB 37/37 KB 14/14 KB 14/14 KB 148/149 KB 37/37 KB 14/14 KB 14/14 KB 149/149 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 340.8 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 900.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 319.3 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 149/149 KB 3/37 KB 149/149 KB 6/37 KB 149/149 KB 9/37 KB 149/149 KB 11/37 KB 149/149 KB 14/37 KB 149/149 KB 16/37 KB 149/149 KB 19/37 KB 149/149 KB 22/37 KB 149/149 KB 25/37 KB 149/149 KB 27/37 KB 149/149 KB 30/37 KB 149/149 KB 32/37 KB 149/149 KB 32/37 KB 3/11 KB 149/149 KB 32/37 KB 6/11 KB 149/149 KB 32/37 KB 9/11 KB 149/149 KB 32/37 KB 11/11 KB 4/43 KB 149/149 KB 32/37 KB 11/11 KB 8/43 KB 149/149 KB 32/37 KB 11/11 KB 12/43 KB 149/149 KB 32/37 KB 11/11 KB 16/43 KB 149/149 KB 32/37 KB 11/11 KB 3/7 KB 20/43 KB 149/149 KB 32/37 KB 11/11 KB 3/7 KB 24/43 KB 149/149 KB 32/37 KB 11/11 KB 3/7 KB 28/43 KB 149/149 KB 35/37 KB 11/11 KB 3/7 KB 32/43 KB 149/149 KB 35/37 KB 11/11 KB 3/7 KB 36/43 KB 149/149 KB 35/37 KB 11/11 KB 3/7 KB 16/43 KB 149/149 KB 32/37 KB 11/11 KB 5/7 KB 36/43 KB 149/149 KB 35/37 KB 11/11 KB 7/7 KB 36/43 KB 149/149 KB 35/37 KB 11/11 KB 3/7 KB 24/43 KB 149/149 KB 35/37 KB 11/11 KB 7/7 KB 36/43 KB 149/149 KB 37/37 KB 11/11 KB 7/7 KB 40/43 KB 37/37 KB 11/11 KB 7/7 KB 43/43 KB 37/37 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 188.7 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2741.9 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 123.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 660.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 725.8 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/60 KB 5/60 KB 8/60 KB 11/60 KB 13/60 KB 16/60 KB 19/60 KB 21/60 KB 24/60 KB 27/60 KB 29/60 KB 32/60 KB 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 864.1 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 91.2 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1683.4 KB/sec) unit-abot-epc-basic-0: 06:33:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 121.6 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 172.5 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 584.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 134.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 219.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 154.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 142.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 131.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 155.7 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 137.5 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 112.6 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 83.7 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 256.5 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 42.3 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 288.5 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 226.6 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 956.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 45.1 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 51.7 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 101.2 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 572.3 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 3/35 KB 4/156 KB 14/48 KB 3/87 KB 4/21 KB 3/35 KB 4/156 KB 16/48 KB 3/87 KB 4/21 KB 3/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 3/35 KB 4/156 KB 11/48 KB 3/87 KB 4/21 KB 5/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 8/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 11/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 13/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 16/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 19/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 21/35 KB 4/156 KB 19/48 KB 3/87 KB 4/21 KB 4/156 KB 11/48 KB 3/87 KB 4/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 8/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 12/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 16/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 20/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 21/21 KB 4/156 KB 11/48 KB 3/87 KB 21/35 KB 8/156 KB 22/48 KB 3/87 KB 21/21 KB 21/35 KB 12/156 KB 22/48 KB 3/87 KB 21/21 KB 21/35 KB 16/156 KB 22/48 KB 3/87 KB 21/21 KB 21/35 KB 20/156 KB 22/48 KB 3/87 KB 21/21 KB 24/35 KB 24/156 KB 22/48 KB 3/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 3/87 KB 21/21 KB 11/48 KB 3/87 KB 24/35 KB 28/156 KB 22/48 KB 6/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 9/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 11/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 14/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 16/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 19/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 22/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 25/87 KB 21/21 KB 24/35 KB 28/156 KB 22/48 KB 27/87 KB 21/21 KB 24/35 KB 20/156 KB 22/48 KB 3/87 KB 21/21 KB 21/35 KB 4/156 KB 22/48 KB 3/87 KB 4/21 KB 24/35 KB 28/156 KB 25/48 KB 27/87 KB 21/21 KB 24/35 KB 28/156 KB 27/48 KB 27/87 KB 21/21 KB 24/35 KB 32/156 KB 27/48 KB 27/87 KB 21/21 KB 27/35 KB 36/156 KB 30/48 KB 30/87 KB 21/21 KB 27/35 KB 40/156 KB 30/48 KB 30/87 KB 21/21 KB 27/35 KB 44/156 KB 30/48 KB 30/87 KB 21/21 KB 27/35 KB 48/156 KB 30/48 KB 30/87 KB 21/21 KB 27/35 KB 32/156 KB 30/48 KB 30/87 KB 21/21 KB 27/35 KB 32/156 KB 27/48 KB 30/87 KB 21/21 KB 27/35 KB 32/156 KB 27/48 KB 27/87 KB 21/21 KB 29/35 KB 48/156 KB 30/48 KB 30/87 KB 21/21 KB 29/35 KB 48/156 KB 32/48 KB 32/87 KB 21/21 KB 29/35 KB 48/156 KB 36/48 KB 32/87 KB 21/21 KB 32/35 KB 48/156 KB 40/48 KB 32/87 KB 21/21 KB 32/35 KB 48/156 KB 44/48 KB 32/87 KB 21/21 KB 32/35 KB 48/156 KB 48/48 KB 32/87 KB 21/21 KB 29/35 KB 48/156 KB 30/48 KB 32/87 KB 21/21 KB 32/35 KB 48/156 KB 48/48 KB 36/87 KB 32/35 KB 48/156 KB 48/48 KB 40/87 KB 32/35 KB 48/156 KB 48/48 KB 44/87 KB 32/35 KB 48/156 KB 48/48 KB 48/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 679.6 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 32/35 KB 48/156 KB 36/48 KB 32/87 KB 21/21 KB 35/35 KB 48/156 KB 48/48 KB 48/87 KB 35/35 KB 48/156 KB 48/48 KB 48/87 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 35/35 KB 52/156 KB 48/48 KB 48/87 KB 35/35 KB 56/156 KB 48/48 KB 52/87 KB 35/35 KB 60/156 KB 48/48 KB 52/87 KB 35/35 KB 64/156 KB 48/48 KB 52/87 KB 35/35 KB 52/156 KB 48/48 KB 52/87 KB 35/35 KB 64/156 KB 48/48 KB 56/87 KB 35/35 KB 68/156 KB 48/48 KB 60/87 KB 35/35 KB 68/156 KB 48/48 KB 64/87 KB 35/35 KB 68/156 KB 48/48 KB 68/87 KB 35/35 KB 68/156 KB 48/48 KB 72/87 KB 35/35 KB 68/156 KB 48/48 KB 76/87 KB 35/35 KB 68/156 KB 48/48 KB 80/87 KB 35/35 KB 68/156 KB 48/48 KB 56/87 KB 35/35 KB 72/156 KB 48/48 KB 80/87 KB 35/35 KB 76/156 KB 48/48 KB 80/87 KB 35/35 KB 80/156 KB 48/48 KB 80/87 KB 35/35 KB 84/156 KB 48/48 KB 80/87 KB 35/35 KB 88/156 KB 48/48 KB 84/87 KB 35/35 KB 92/156 KB 48/48 KB 84/87 KB 35/35 KB 96/156 KB 48/48 KB 84/87 KB 35/35 KB 84/156 KB 48/48 KB 84/87 KB 35/35 KB 96/156 KB 48/48 KB 87/87 KB 96/156 KB 4/86 KB 87/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1115.4 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 959.2 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 100/156 KB 4/86 KB 87/87 KB 100/156 KB 8/86 KB 87/87 KB 100/156 KB 12/86 KB 87/87 KB 100/156 KB 16/86 KB 87/87 KB 100/156 KB 20/86 KB 87/87 KB 100/156 KB 24/86 KB 87/87 KB 100/156 KB 28/86 KB 87/87 KB 100/156 KB 32/86 KB 87/87 KB 100/156 KB 36/86 KB 87/87 KB 104/156 KB 40/86 KB 87/87 KB 104/156 KB 44/86 KB 87/87 KB 104/156 KB 48/86 KB 87/87 KB 3/24 KB 104/156 KB 48/86 KB 87/87 KB 5/24 KB 104/156 KB 48/86 KB 87/87 KB 8/24 KB 104/156 KB 48/86 KB 87/87 KB 11/24 KB 104/156 KB 48/86 KB 87/87 KB 13/24 KB 104/156 KB 48/86 KB 87/87 KB 104/156 KB 36/86 KB 87/87 KB 13/24 KB 108/156 KB 48/86 KB 87/87 KB 16/24 KB 112/156 KB 48/86 KB 87/87 KB 16/24 KB 108/156 KB 48/86 KB 87/87 KB 19/24 KB 112/156 KB 48/86 KB 87/87 KB 19/24 KB 116/156 KB 48/86 KB 87/87 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 3/14 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 6/14 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 9/14 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 11/14 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 14/14 KB 21/24 KB 116/156 KB 48/86 KB 87/87 KB 24/24 KB 116/156 KB 48/86 KB 87/87 KB 14/14 KB 24/24 KB 116/156 KB 48/86 KB 87/87 KB 14/14 KB 24/24 KB 120/156 KB 48/86 KB 87/87 KB 14/14 KB 24/24 KB 124/156 KB 48/86 KB 87/87 KB 14/14 KB 24/24 KB 128/156 KB 48/86 KB 87/87 KB 14/14 KB 24/24 KB 132/156 KB 52/86 KB 87/87 KB 14/14 KB 24/24 KB 136/156 KB 52/86 KB 87/87 KB 14/14 KB 24/24 KB 140/156 KB 52/86 KB 87/87 KB 14/14 KB 24/24 KB 144/156 KB 52/86 KB 14/14 KB 24/24 KB 128/156 KB 52/86 KB 87/87 KB 14/14 KB 24/24 KB 144/156 KB 56/86 KB 14/14 KB 24/24 KB 144/156 KB 60/86 KB 14/14 KB 24/24 KB 144/156 KB 64/86 KB 14/14 KB 24/24 KB 144/156 KB 68/86 KB 14/14 KB 24/24 KB 144/156 KB 72/86 KB 14/14 KB 24/24 KB 144/156 KB 76/86 KB 14/14 KB 24/24 KB 144/156 KB 80/86 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1423.4 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 24/24 KB 148/156 KB 80/86 KB 14/14 KB 24/24 KB 152/156 KB 84/86 KB 156/156 KB 84/86 KB 156/156 KB 84/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 254.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 24/24 KB 148/156 KB 84/86 KB 14/14 KB 156/156 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 436.1 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 156/156 KB 86/86 KB 3/119 KB 156/156 KB 86/86 KB 6/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 156/156 KB 86/86 KB 9/119 KB 156/156 KB 86/86 KB 11/119 KB 156/156 KB 86/86 KB 14/119 KB 156/156 KB 86/86 KB 16/119 KB 156/156 KB 86/86 KB 19/119 KB 156/156 KB 86/86 KB 22/119 KB 156/156 KB 86/86 KB 25/119 KB 156/156 KB 86/86 KB 27/119 KB 156/156 KB 86/86 KB 30/119 KB 156/156 KB 86/86 KB 32/119 KB 156/156 KB 86/86 KB 3/29 KB 32/119 KB 156/156 KB 86/86 KB 5/29 KB 32/119 KB 156/156 KB 86/86 KB 8/29 KB 32/119 KB 156/156 KB 86/86 KB 11/29 KB 32/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1398.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 156/156 KB 13/29 KB 32/119 KB 156/156 KB 13/29 KB 3/37 KB 32/119 KB 156/156 KB 13/29 KB 5/37 KB 32/119 KB 156/156 KB 16/29 KB 5/37 KB 32/119 KB 156/156 KB 16/29 KB 8/37 KB 32/119 KB 19/29 KB 11/37 KB 32/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 19/29 KB 8/37 KB 32/119 KB 21/29 KB 11/37 KB 32/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2227.0 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 21/29 KB 13/37 KB 32/119 KB 21/29 KB 16/37 KB 32/119 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 24/29 KB 16/37 KB 32/119 KB 24/29 KB 19/37 KB 32/119 KB 27/29 KB 19/37 KB 32/119 KB 27/29 KB 21/37 KB 32/119 KB 29/29 KB 21/37 KB 32/119 KB 29/29 KB 24/37 KB 32/119 KB 29/29 KB 24/37 KB 36/119 KB 29/29 KB 27/37 KB 40/119 KB 29/29 KB 27/37 KB 44/119 KB 29/29 KB 27/37 KB 48/119 KB 29/29 KB 27/37 KB 52/119 KB 29/29 KB 27/37 KB 56/119 KB 29/29 KB 27/37 KB 60/119 KB 29/29 KB 27/37 KB 64/119 KB 29/29 KB 27/37 KB 68/119 KB 29/29 KB 27/37 KB 72/119 KB 3/57 KB 29/29 KB 27/37 KB 36/119 KB 29/29 KB 27/37 KB 68/119 KB 3/57 KB 29/29 KB 27/37 KB 72/119 KB 6/57 KB 29/29 KB 27/37 KB 72/119 KB 9/57 KB 29/29 KB 3/11 KB 29/37 KB 72/119 KB 11/57 KB 29/29 KB 3/11 KB 29/37 KB 72/119 KB 9/57 KB 29/29 KB 3/11 KB 27/37 KB 72/119 KB 9/57 KB 29/29 KB 6/11 KB 29/37 KB 72/119 KB 11/57 KB 9/11 KB 29/37 KB 72/119 KB 11/57 KB 11/11 KB 32/37 KB 72/119 KB 11/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 394.3 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 9/11 KB 32/37 KB 72/119 KB 11/57 KB 11/11 KB 35/37 KB 72/119 KB 11/57 KB 11/11 KB 37/37 KB 72/119 KB 11/57 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 11/11 KB 37/37 KB 72/119 KB 14/57 KB 11/11 KB 37/37 KB 72/119 KB 16/57 KB 11/11 KB 37/37 KB 76/119 KB 19/57 KB 11/11 KB 37/37 KB 76/119 KB 22/57 KB 11/11 KB 37/37 KB 76/119 KB 25/57 KB 11/11 KB 37/37 KB 76/119 KB 27/57 KB 11/11 KB 37/37 KB 76/119 KB 16/57 KB 11/11 KB 37/37 KB 80/119 KB 27/57 KB 11/11 KB 37/37 KB 80/119 KB 30/57 KB 11/11 KB 37/37 KB 80/119 KB 32/57 KB 11/11 KB 37/37 KB 80/119 KB 36/57 KB 37/37 KB 84/119 KB 40/57 KB 37/37 KB 84/119 KB 44/57 KB 84/119 KB 48/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 128.7 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 11/11 KB 37/37 KB 84/119 KB 36/57 KB 88/119 KB 48/57 KB 3/33 KB 92/119 KB 48/57 KB 3/33 KB 96/119 KB 48/57 KB 3/33 KB 84/119 KB 48/57 KB 3/33 KB 96/119 KB 48/57 KB 6/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 435.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 96/119 KB 48/57 KB 9/33 KB 96/119 KB 48/57 KB 11/33 KB 96/119 KB 48/57 KB 14/33 KB 96/119 KB 48/57 KB 16/33 KB 96/119 KB 48/57 KB 19/33 KB 100/119 KB 48/57 KB 19/33 KB 104/119 KB 52/57 KB 22/33 KB 108/119 KB 52/57 KB 22/33 KB 112/119 KB 52/57 KB 22/33 KB 116/119 KB 52/57 KB 22/33 KB 3/21 KB 119/119 KB 52/57 KB 22/33 KB 100/119 KB 52/57 KB 22/33 KB 3/21 KB 119/119 KB 56/57 KB 22/33 KB 3/21 KB 119/119 KB 57/57 KB 22/33 KB 100/119 KB 48/57 KB 22/33 KB 3/21 KB 116/119 KB 52/57 KB 22/33 KB 5/21 KB 119/119 KB 57/57 KB 22/33 KB 8/21 KB 119/119 KB 57/57 KB 22/33 KB 8/21 KB 119/119 KB 57/57 KB 3/5 KB 22/33 KB 8/21 KB 119/119 KB 57/57 KB 5/5 KB 22/33 KB 8/21 KB 119/119 KB 57/57 KB 5/5 KB 25/33 KB 11/21 KB 119/119 KB 57/57 KB 5/5 KB 25/33 KB 11/21 KB 119/119 KB 57/57 KB 5/5 KB 27/33 KB 13/21 KB 119/119 KB 57/57 KB 5/5 KB 30/33 KB 13/21 KB 119/119 KB 57/57 KB 5/5 KB 32/33 KB 13/21 KB 119/119 KB 57/57 KB 5/5 KB 33/33 KB 13/21 KB 119/119 KB 57/57 KB 5/5 KB 27/33 KB 16/21 KB 119/119 KB 57/57 KB 5/5 KB 33/33 KB 19/21 KB 119/119 KB 57/57 KB 5/5 KB 33/33 KB 21/21 KB 119/119 KB 57/57 KB 5/5 KB 33/33 KB 21/21 KB 119/119 KB 57/57 KB 5/5 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 46.8 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 582.3 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 331.3 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1213.5 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 213.2 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 129.4 KB/sec) unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:40 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 397.8 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 106.1 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 726.6 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 228.5 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 182.8 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 1445.2 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 811.5 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 119.4 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 242.8 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 162.9 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 178.3 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 119.1 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 94.4 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 160.6 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 418.9 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 06:33:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 233.3 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 906.6 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 3/45 KB 3/286 KB 5/45 KB 3/286 KB 3/223 KB 8/45 KB 3/286 KB 3/223 KB 11/45 KB 3/286 KB 3/45 KB 5/286 KB 3/223 KB 11/45 KB 8/286 KB 3/223 KB 11/45 KB 11/286 KB 3/223 KB 11/45 KB 13/286 KB 3/223 KB 11/45 KB 16/286 KB 3/223 KB 11/45 KB 3/286 KB 3/223 KB 5/45 KB 16/286 KB 6/223 KB 11/45 KB 16/286 KB 9/223 KB 11/45 KB 16/286 KB 11/223 KB 11/45 KB 16/286 KB 14/223 KB 11/45 KB 19/286 KB 16/223 KB 13/45 KB 19/286 KB 14/223 KB 13/45 KB 16/286 KB 14/223 KB 13/45 KB 19/286 KB 16/223 KB 16/45 KB 21/286 KB 16/223 KB 16/45 KB 21/286 KB 16/223 KB 19/45 KB 24/286 KB 19/223 KB 21/45 KB 24/286 KB 19/223 KB 19/45 KB 21/286 KB 19/223 KB 19/45 KB 24/286 KB 22/223 KB 21/45 KB 27/286 KB 22/223 KB 21/45 KB 27/286 KB 25/223 KB 21/45 KB 27/286 KB 27/223 KB 24/45 KB 29/286 KB 30/223 KB 3/39 KB 24/45 KB 27/286 KB 25/223 KB 24/45 KB 29/286 KB 27/223 KB 3/39 KB 24/45 KB 29/286 KB 27/223 KB 24/45 KB 32/286 KB 30/223 KB 3/39 KB 24/45 KB 36/286 KB 30/223 KB 5/39 KB 24/45 KB 32/286 KB 30/223 KB 5/39 KB 24/45 KB 36/286 KB 32/223 KB 5/39 KB 27/45 KB 36/286 KB 30/223 KB 5/39 KB 27/45 KB 36/286 KB 32/223 KB 5/39 KB 29/45 KB 36/286 KB 36/223 KB 8/39 KB 32/45 KB 40/286 KB 36/223 KB 8/39 KB 32/45 KB 44/286 KB 36/223 KB 8/39 KB 32/45 KB 48/286 KB 36/223 KB 8/39 KB 32/45 KB 52/286 KB 36/223 KB 8/39 KB 36/45 KB 56/286 KB 36/223 KB 8/39 KB 36/45 KB 60/286 KB 36/223 KB 8/39 KB 36/45 KB 64/286 KB 36/223 KB 8/39 KB 36/45 KB 36/286 KB 36/223 KB 8/39 KB 29/45 KB 64/286 KB 40/223 KB 8/39 KB 36/45 KB 64/286 KB 44/223 KB 8/39 KB 36/45 KB 64/286 KB 48/223 KB 8/39 KB 36/45 KB 64/286 KB 52/223 KB 8/39 KB 36/45 KB 64/286 KB 56/223 KB 8/39 KB 36/45 KB 64/286 KB 60/223 KB 8/39 KB 36/45 KB 64/286 KB 61/223 KB 8/39 KB 36/45 KB 36/286 KB 32/223 KB 8/39 KB 29/45 KB 64/286 KB 3/308 KB 61/223 KB 11/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 13/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 16/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 19/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 21/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 24/39 KB 36/45 KB 68/286 KB 3/308 KB 61/223 KB 24/39 KB 36/45 KB 72/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 76/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 80/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 84/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 88/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 92/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 96/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 100/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 104/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 108/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 112/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 116/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 120/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 124/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 128/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 132/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 136/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 140/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 144/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 148/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 152/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 156/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 160/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 164/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 168/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 172/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 17 unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 6/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 64/286 KB 3/308 KB 61/223 KB 8/39 KB 36/45 KB 48/286 KB 36/223 KB 8/39 KB 36/45 KB 176/286 KB 3/308 KB 65/223 KB 27/39 KB 40/45 KB 176/286 KB 3/308 KB 65/223 KB 27/39 KB 44/45 KB 176/286 KB 3/308 KB 65/223 KB 27/39 KB 45/45 KB 68/286 KB 3/308 KB 65/223 KB 27/39 KB 36/45 KB 176/286 KB 3/308 KB 69/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 73/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 77/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 81/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 85/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 89/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 93/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 97/223 KB 27/39 KB 45/45 KB 176/286 KB 3/308 KB 101/223 KB 27/39 KB 45/45 KB 68/286 KB 3/308 KB 61/223 KB 27/39 KB 36/45 KB 176/286 KB 3/308 KB 101/223 KB 29/39 KB 45/45 KB 176/286 KB 3/308 KB 101/223 KB 32/39 KB 45/45 KB 176/286 KB 3/308 KB 101/223 KB 35/39 KB 45/45 KB 176/286 KB 3/308 KB 101/223 KB 37/39 KB 45/45 KB 176/286 KB 3/308 KB 101/223 KB 39/39 KB 45/45 KB 176/286 KB 3/308 KB 105/223 KB 39/39 KB 45/45 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 987.4 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 176/286 KB 3/308 KB 109/223 KB 39/39 KB 176/286 KB 3/308 KB 113/223 KB 39/39 KB 176/286 KB 3/308 KB 117/223 KB 39/39 KB 176/286 KB 3/308 KB 121/223 KB 39/39 KB 176/286 KB 3/308 KB 125/223 KB 39/39 KB 176/286 KB 3/308 KB 129/223 KB 39/39 KB 176/286 KB 3/308 KB 133/223 KB 39/39 KB 176/286 KB 3/308 KB 137/223 KB 39/39 KB 176/286 KB 3/308 KB 141/223 KB 39/39 KB 176/286 KB 3/308 KB 145/223 KB 39/39 KB 176/286 KB 3/308 KB 149/223 KB 39/39 KB 176/286 KB 3/308 KB 153/223 KB 39/39 KB 176/286 KB 3/308 KB 157/223 KB 39/39 KB 176/286 KB 6/308 KB 157/223 KB 39/39 KB 176/286 KB 9/308 KB 157/223 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 834.0 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 176/286 KB 9/308 KB 161/223 KB 39/39 KB 176/286 KB 9/308 KB 165/223 KB 176/286 KB 4/174 KB 9/308 KB 165/223 KB 176/286 KB 8/174 KB 9/308 KB 165/223 KB 176/286 KB 12/174 KB 9/308 KB 165/223 KB 176/286 KB 16/174 KB 9/308 KB 165/223 KB 176/286 KB 20/174 KB 9/308 KB 165/223 KB 176/286 KB 24/174 KB 9/308 KB 165/223 KB 176/286 KB 28/174 KB 9/308 KB 165/223 KB 176/286 KB 32/174 KB 9/308 KB 165/223 KB 176/286 KB 36/174 KB 9/308 KB 165/223 KB 180/286 KB 40/174 KB 11/308 KB 169/223 KB 180/286 KB 44/174 KB 11/308 KB 169/223 KB 180/286 KB 48/174 KB 11/308 KB 169/223 KB 180/286 KB 36/174 KB 11/308 KB 169/223 KB 184/286 KB 48/174 KB 11/308 KB 169/223 KB 188/286 KB 48/174 KB 11/308 KB 169/223 KB 192/286 KB 52/174 KB 11/308 KB 169/223 KB 176/286 KB 36/174 KB 11/308 KB 169/223 KB 176/286 KB 36/174 KB 9/308 KB 169/223 KB 192/286 KB 52/174 KB 11/308 KB 173/223 KB 192/286 KB 52/174 KB 11/308 KB 177/223 KB 192/286 KB 52/174 KB 14/308 KB 181/223 KB 192/286 KB 52/174 KB 14/308 KB 185/223 KB 192/286 KB 52/174 KB 14/308 KB 189/223 KB 188/286 KB 52/174 KB 11/308 KB 169/223 KB 196/286 KB 56/174 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 3/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 5/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 8/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 11/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 13/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 16/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 19/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 21/22 KB 14/308 KB 189/223 KB 196/286 KB 60/174 KB 22/22 KB 14/308 KB 189/223 KB 196/286 KB 52/174 KB 14/308 KB 189/223 KB 200/286 KB 60/174 KB 22/22 KB 14/308 KB 189/223 KB 192/286 KB 52/174 KB 14/308 KB 177/223 KB 200/286 KB 64/174 KB 22/22 KB 16/308 KB 189/223 KB 200/286 KB 64/174 KB 22/22 KB 19/308 KB 189/223 KB 200/286 KB 64/174 KB 22/22 KB 22/308 KB 189/223 KB 200/286 KB 64/174 KB 22/22 KB 25/308 KB 189/223 KB 200/286 KB 64/174 KB 22/22 KB 27/308 KB 189/223 KB 200/286 KB 64/174 KB 22/22 KB 14/308 KB 189/223 KB 204/286 KB 64/174 KB 22/22 KB 27/308 KB 189/223 KB 204/286 KB 64/174 KB 22/22 KB 30/308 KB 189/223 KB 204/286 KB 64/174 KB 22/22 KB 32/308 KB 189/223 KB 208/286 KB 64/174 KB 22/22 KB 36/308 KB 193/223 KB 208/286 KB 68/174 KB 22/22 KB 40/308 KB 193/223 KB 208/286 KB 68/174 KB 22/22 KB 44/308 KB 193/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 193/223 KB 208/286 KB 64/174 KB 22/22 KB 32/308 KB 193/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 197/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 201/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 205/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 209/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 213/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 217/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 221/223 KB 208/286 KB 68/174 KB 22/22 KB 48/308 KB 223/223 KB 208/286 KB 64/174 KB 22/22 KB 32/308 KB 189/223 KB 212/286 KB 68/174 KB 52/308 KB 223/223 KB 216/286 KB 68/174 KB 52/308 KB 223/223 KB 220/286 KB 68/174 KB 52/308 KB 223/223 KB 224/286 KB 68/174 KB 52/308 KB 223/223 KB 228/286 KB 68/174 KB 52/308 KB 223/223 KB 232/286 KB 68/174 KB 52/308 KB 223/223 KB 236/286 KB 68/174 KB 52/308 KB 223/223 KB 240/286 KB 68/174 KB 52/308 KB 223/223 KB 244/286 KB 68/174 KB 52/308 KB 248/286 KB 68/174 KB 52/308 KB 252/286 KB 68/174 KB 52/308 KB 256/ unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 286 KB 68/174 KB 52/308 KB 208/286 KB 68/174 KB 52/308 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 318.7 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 208/286 KB 68/174 KB 22/22 KB 36/308 KB 193/223 KB 256/286 KB 72/174 KB 56/308 KB 256/286 KB 76/174 KB 56/308 KB 256/286 KB 80/174 KB 56/308 KB 256/286 KB 84/174 KB 56/308 KB 256/286 KB 88/174 KB 56/308 KB 256/286 KB 92/174 KB 56/308 KB 256/286 KB 96/174 KB 56/308 KB 256/286 KB 100/174 KB 56/308 KB 256/286 KB 104/174 KB 56/308 KB 256/286 KB 108/174 KB 56/308 KB 256/286 KB 112/174 KB 56/308 KB 256/286 KB 68/174 KB 56/308 KB 256/286 KB 112/174 KB 60/308 KB 256/286 KB 112/174 KB 64/308 KB 256/286 KB 112/174 KB 68/308 KB 256/286 KB 112/174 KB 72/308 KB 256/286 KB 112/174 KB 76/308 KB 256/286 KB 112/174 KB 80/308 KB 256/286 KB 116/174 KB 80/308 KB 256/286 KB 120/174 KB 80/308 KB 256/286 KB 124/174 KB 80/308 KB 256/286 KB 128/174 KB 80/308 KB 256/286 KB 132/174 KB 84/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2855.9 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 260/286 KB 132/174 KB 84/308 KB 264/286 KB 132/174 KB 84/308 KB 268/286 KB 132/174 KB 84/308 KB 272/286 KB 132/174 KB 84/308 KB 256/286 KB 128/174 KB 84/308 KB 272/286 KB 132/174 KB 88/308 KB 272/286 KB 132/174 KB 92/308 KB 272/286 KB 132/174 KB 96/308 KB 272/286 KB 4/9 KB 132/174 KB 96/308 KB 272/286 KB 8/9 KB 132/174 KB 96/308 KB 272/286 KB 9/9 KB 132/174 KB 96/308 KB 276/286 KB 9/9 KB 132/174 KB 96/308 KB 280/286 KB 9/9 KB 136/174 KB 100/308 KB 284/286 KB 9/9 KB 136/174 KB 100/308 KB 286/286 KB 9/9 KB 136/174 KB 100/308 KB 276/286 KB 9/9 KB 136/174 KB 100/308 KB 286/286 KB 9/9 KB 136/174 KB 104/308 KB 286/286 KB 9/9 KB 136/174 KB 108/308 KB 286/286 KB 9/9 KB 136/174 KB 112/308 KB 3/22 KB 276/286 KB 9/9 KB 136/174 KB 96/308 KB 286/286 KB 9/9 KB 140/174 KB 112/308 KB 3/22 KB 286/286 KB 9/9 KB 144/174 KB 112/308 KB 3/22 KB 286/286 KB 9/9 KB 148/174 KB 112/308 KB 3/22 KB 286/286 KB 9/9 KB 152/174 KB 112/308 KB 3/22 KB 286/286 KB 156/174 KB 112/308 KB 3/22 KB 286/286 KB 160/174 KB 112/308 KB 3/22 KB 286/286 KB 164/174 KB 112/308 KB 3/22 KB 286/286 KB 168/174 KB 116/308 KB 3/22 KB 286/286 KB 172/174 KB 116/308 KB 3/22 KB 286/286 KB 174/174 KB 116/308 KB 3/22 KB 286/286 KB 9/9 KB 136/174 KB 108/308 KB 3/22 KB 286/286 KB 174/174 KB 116/308 KB 5/22 KB 286/286 KB 174/174 KB 116/308 KB 8/22 KB 286/286 KB 174/174 KB 116/308 KB 11/22 KB 286/286 KB 174/174 KB 116/308 KB 13/22 KB 286/286 KB 164/174 KB 116/308 KB 3/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 101.3 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 286/286 KB 174/174 KB 120/308 KB 13/22 KB 286/286 KB 174/174 KB 120/308 KB 16/22 KB 286/286 KB 174/174 KB 124/308 KB 16/22 KB 286/286 KB 174/174 KB 128/308 KB 16/22 KB 286/286 KB 174/174 KB 132/308 KB 19/22 KB 286/286 KB 174/174 KB 136/308 KB 19/22 KB 174/174 KB 140/308 KB 19/22 KB 174/174 KB 144/308 KB 19/22 KB 174/174 KB 148/308 KB 19/22 KB 174/174 KB 152/308 KB 19/22 KB 174/174 KB 156/308 KB 19/22 KB 174/174 KB 160/308 KB 19/22 KB 286/286 KB 174/174 KB 128/308 KB 19/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2914.8 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 174/174 KB 160/308 KB 21/22 KB 174/174 KB 160/308 KB 22/22 KB 174/174 KB 160/308 KB 4/17 KB 22/22 KB 174/174 KB 160/308 KB 8/17 KB 22/22 KB 174/174 KB 160/308 KB 12/17 KB 22/22 KB 174/174 KB 160/308 KB 16/17 KB 22/22 KB 174/174 KB 160/308 KB 17/17 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1867.9 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 164/308 KB 17/17 KB 22/22 KB 168/308 KB 17/17 KB 22/22 KB 172/308 KB 17/17 KB 22/22 KB 176/308 KB 17/17 KB 22/22 KB 4/11 KB 176/308 KB 17/17 KB 22/22 KB 8/11 KB 176/308 KB 17/17 KB 11/11 KB 176/308 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 224.9 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 11/11 KB 180/308 KB 17/17 KB 11/11 KB 184/308 KB 3/13 KB 11/11 KB 188/308 KB 3/13 KB 11/11 KB 192/308 KB 3/13 KB 11/11 KB 180/308 KB 3/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 160.1 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 11/11 KB 192/308 KB 6/13 KB 11/11 KB 192/308 KB 9/13 KB 11/11 KB 192/308 KB 11/13 KB 11/11 KB 192/308 KB 13/13 KB 4/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 8/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 12/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 16/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 20/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 24/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 28/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 28/28 KB 11/11 KB 192/308 KB 13/13 KB 3/11 KB 4/28 KB 11/11 KB 192/308 KB 13/13 KB 5/11 KB 28/28 KB 11/11 KB 192/308 KB 13/13 KB 8/11 KB 28/28 KB 11/11 KB 192/308 KB 13/13 KB 11/11 KB 28/28 KB 11/11 KB 192/308 KB 13/13 KB 11/11 KB 28/28 KB 11/11 KB 196/308 KB 13/13 KB 11/11 KB 28/28 KB 200/308 KB 13/13 KB 11/11 KB 28/28 KB 204/308 KB 13/13 KB 11/11 KB 28/28 KB 208/308 KB 13/13 KB 11/11 KB 28/28 KB 212/308 KB 13/13 KB 11/11 KB 28/28 KB 216/308 KB 13/13 KB 11/11 KB 28/28 KB 220/308 KB 13/13 KB 11/11 KB 28/28 KB 224/308 KB 13/13 KB 11/11 KB 28/28 KB 228/308 KB 13/13 KB 11/11 KB 28/28 KB 232/308 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 86.9 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 11/11 KB 28/28 KB 236/308 KB 13/13 KB 11/11 KB 28/28 KB 240/308 KB 13/13 KB 11/11 KB 28/28 KB 244/308 KB 13/13 KB 248/308 KB 13/13 KB 252/308 KB 13/13 KB 256/308 KB 13/13 KB 260/308 KB 13/13 KB 264/308 KB 13/13 KB 268/308 KB 13/13 KB 272/308 KB 13/13 KB 276/308 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 81.0 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 100.1 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 217.9 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 280/308 KB 284/308 KB 288/308 KB 292/308 KB 292/308 KB 2/14 KB 292/308 KB 5/14 KB 292/308 KB 6/14 KB 292/308 KB 9/14 KB 292/308 KB 12/14 KB 292/308 KB 14/14 KB 296/308 KB 14/14 KB 300/308 KB 14/14 KB 304/308 KB 14/14 KB 308/308 KB 14/14 KB 308/308 KB 14/14 KB 308/308 KB 4/192 KB 14/14 KB 308/308 KB 8/192 KB 14/14 KB 308/308 KB 12/192 KB 14/14 KB 308/308 KB 16/192 KB 14/14 KB 308/308 KB 20/192 KB 14/14 KB 308/308 KB 24/192 KB 14/14 KB 3/37 KB 308/308 KB 20/192 KB 14/14 KB 3/37 KB 308/308 KB 24/192 KB 14/14 KB 5/37 KB 308/308 KB 24/192 KB 14/14 KB 8/37 KB 308/308 KB 24/192 KB 14/14 KB 11/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 96.2 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 308/308 KB 24/192 KB 13/37 KB 308/308 KB 28/192 KB 3/309 KB 13/37 KB 308/308 KB 32/192 KB 3/309 KB 13/37 KB 308/308 KB 36/192 KB 3/309 KB 13/37 KB 308/308 KB 24/192 KB 3/309 KB 13/37 KB 308/308 KB 36/192 KB 5/309 KB 16/37 KB 308/308 KB 36/192 KB 8/309 KB 16/37 KB 308/308 KB 36/192 KB 11/309 KB 16/37 KB 308/308 KB 36/192 KB 13/309 KB 16/37 KB 308/308 KB 36/192 KB 16/309 KB 16/37 KB 308/308 KB 36/192 KB 19/309 KB 16/37 KB 308/308 KB 36/192 KB 21/309 KB 16/37 KB 308/308 KB 36/192 KB 24/309 KB 16/37 KB 308/308 KB 36/192 KB 27/309 KB 16/37 KB 308/308 KB 36/192 KB 3/309 KB 16/37 KB 308/308 KB 36/192 KB 27/309 KB 19/37 KB 308/308 KB 36/192 KB 27/309 KB 21/37 KB 308/308 KB 36/192 KB 29/309 KB 21/37 KB 308/308 KB 36/192 KB 32/309 KB 21/37 KB 308/308 KB 36/192 KB 36/309 KB 21/37 KB 40/192 KB 40/309 KB 24/37 KB 40/192 KB 44/309 KB 24/37 KB 40/192 KB 48/309 KB 24/37 KB 40/192 KB 52/309 KB 24/37 KB 40/192 KB 56/309 KB 24/37 KB 1/14 KB 40/192 KB 60/309 KB 24/37 KB 1/14 KB 40/192 KB 64/309 KB 24/37 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2150.7 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 308/308 KB 40/192 KB 36/309 KB 24/37 KB 308/308 KB 40/192 KB 36/309 KB 21/37 KB 1/14 KB 44/192 KB 64/309 KB 24/37 KB 1/14 KB 48/192 KB 64/309 KB 24/37 KB 1/14 KB 40/192 KB 56/309 KB 24/37 KB 4/14 KB 48/192 KB 64/309 KB 27/37 KB 6/14 KB 48/192 KB 64/309 KB 27/37 KB 9/14 KB 48/192 KB 64/309 KB 27/37 KB 12/14 KB 48/192 KB 64/309 KB 27/37 KB 14/14 KB 48/192 KB 64/309 KB 27/37 KB 1/14 KB 48/192 KB 64/309 KB 27/37 KB 14/14 KB 52/192 KB 68/309 KB 29/37 KB 14/14 KB 52/192 KB 68/309 KB 32/37 KB 14/14 KB 52/192 KB 68/309 KB 35/37 KB 14/14 KB 52/192 KB 64/309 KB 27/37 KB 14/14 KB 56/192 KB 68/309 KB 35/37 KB 14/14 KB 60/192 KB 68/309 KB 35/37 KB 14/14 KB 64/192 KB 68/309 KB 37/37 KB 14/14 KB 68/192 KB 68/309 KB 37/37 KB 14/14 KB 72/192 KB 68/309 KB 37/37 KB 14/14 KB 76/192 KB 68/309 KB 37/37 KB 14/14 KB 80/192 KB 68/309 KB 37/37 KB 14/14 KB 84/192 KB 68/309 KB 37/37 KB 14/14 KB 88/192 KB 68/309 KB 37/37 KB 14/14 KB 92/192 KB 68/309 KB 37/37 KB 14/14 KB 96/192 KB 68/309 KB 37/37 KB 14/14 KB 52/192 KB 68/309 KB 27/37 KB 14/14 KB 96/192 KB 72/309 KB 37/37 KB 14/14 KB 96/192 KB 76/309 KB 37/37 KB 14/14 KB 96/192 KB 80/309 KB 37/37 KB 14/14 KB 60/192 KB 68/309 KB 37/37 KB 14/14 KB 96/192 KB 84/309 KB 37/37 KB 14/14 KB 100/192 KB 88/309 KB 37/37 KB 14/14 KB 100/192 KB 92/309 KB 37/37 KB 14/14 KB 100/192 KB 96/309 KB 37/37 KB 14/14 KB 100/192 KB 84/309 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 89.6 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 104/192 KB 96/309 KB 37/37 KB 108/192 KB 96/309 KB 37/37 KB 112/192 KB 96/309 KB 37/37 KB 116/192 KB 96/309 KB 37/37 KB 120/192 KB 100/309 KB 37/37 KB 124/192 KB 100/309 KB 37/37 KB 128/192 KB 100/309 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 234.0 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 116/192 KB 100/309 KB 37/37 KB 128/192 KB 104/309 KB 128/192 KB 108/309 KB 128/192 KB 112/309 KB 128/192 KB 116/309 KB 132/192 KB 120/309 KB 132/192 KB 124/309 KB 132/192 KB 128/309 KB 132/192 KB 132/309 KB 132/192 KB 136/309 KB 132/192 KB 140/309 KB 132/192 KB 144/309 KB 132/192 KB 116/309 KB 136/192 KB 144/309 KB 140/192 KB 144/309 KB 144/192 KB 144/309 KB 148/192 KB 144/309 KB 152/192 KB 144/309 KB 156/192 KB 144/309 KB 160/192 KB 144/309 KB 164/192 KB 144/309 KB 168/192 KB 148/309 KB 172/192 KB 148/309 KB 176/192 KB 148/309 KB 164/192 KB 148/309 KB 176/192 KB 152/309 KB 176/192 KB 156/309 KB 176/192 KB 160/309 KB 180/192 KB 164/309 KB 180/192 KB 168/309 KB 180/192 KB 172/309 KB 180/192 KB 176/309 KB 180/192 KB 180/309 KB 180/192 KB 184/309 KB 180/192 KB 188/309 KB 180/192 KB 192/309 KB 180/192 KB 160/309 KB 184/192 KB 192/309 KB 188/192 KB 192/309 KB 192/192 KB 192/309 KB 192/192 KB 192/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1081.8 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 308/309 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1676.1 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 127.6 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3347.8 KB/sec) unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 06:33:42 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 06:33:43 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 06:33:43 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 06:33:43 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:43 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:33:43 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Sat Oct 06 06:33:43 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:33:44 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:44 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 06:33:44 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:44 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Sat Oct 06 06:33:46 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:46 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:46 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:47 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Sat Oct 06 06:33:47 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:47 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:47 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:47 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install Oct 06, 2018 6:33:47 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:47 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:47 [main] REPORT: STEP EXECUTION TIME TAKEN :1382 MS unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:33:47 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48 [main] REPORT: STEP EXECUTION TIME TAKEN :108 MS unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 0m1.949s unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.112 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.011 sec unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0 sec unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.015 sec unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 06-Oct-2018 06:33:48.168 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 233.2 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 211.0 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 120.9 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 2/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 188.2 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 76.5 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 646.4 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 3/22 KB 3/22 KB 3/60 KB 3/181 KB 3/22 KB 3/60 KB 6/181 KB 3/22 KB 3/60 KB 3/22 KB 5/60 KB 6/181 KB 3/22 KB 8/60 KB 6/181 KB 3/22 KB 11/60 KB 6/181 KB 3/22 KB 13/60 KB 6/181 KB 3/22 KB 13/60 KB 9/181 KB 3/22 KB 16/60 KB 9/181 KB 3/22 KB 19/60 KB 11/181 KB 3/22 KB 16/60 KB 11/181 KB 3/22 KB 19/60 KB 14/181 KB 3/22 KB 21/60 KB 14/181 KB 3/22 KB 21/60 KB 16/181 KB 3/22 KB 24/60 KB 19/181 KB 3/22 KB 24/60 KB 22/181 KB 6/22 KB 3/57 KB 24/60 KB 25/181 KB 3/22 KB 24/60 KB 16/181 KB 6/22 KB 3/57 KB 27/60 KB 25/181 KB 6/22 KB 3/57 KB 29/60 KB 25/181 KB 6/22 KB 3/57 KB 24/60 KB 22/181 KB 6/22 KB 3/57 KB 32/60 KB 25/181 KB 9/22 KB 3/57 KB 36/60 KB 25/181 KB 9/22 KB 3/57 KB 40/60 KB 27/181 KB 9/22 KB 3/57 KB 44/60 KB 27/181 KB 9/22 KB 3/57 KB 48/60 KB 27/181 KB 3/22 KB 3/57 KB 24/60 KB 22/181 KB 9/22 KB 3/57 KB 36/60 KB 27/181 KB 9/22 KB 3/57 KB 32/60 KB 25/181 KB 11/22 KB 3/57 KB 48/60 KB 27/181 KB 14/22 KB 3/57 KB 48/60 KB 30/181 KB 11/22 KB 3/57 KB 48/60 KB 30/181 KB 14/22 KB 6/57 KB 48/60 KB 30/181 KB 14/22 KB 6/57 KB 48/60 KB 32/181 KB 16/22 KB 9/57 KB 48/60 KB 36/181 KB 16/22 KB 9/57 KB 52/60 KB 40/181 KB 16/22 KB 9/57 KB 52/60 KB 44/181 KB 16/22 KB 9/57 KB 52/60 KB 48/181 KB 16/22 KB 6/57 KB 48/60 KB 32/181 KB 16/22 KB 9/57 KB 48/60 KB 32/181 KB 19/22 KB 9/57 KB 52/60 KB 48/181 KB 22/22 KB 11/57 KB 52/60 KB 48/181 KB 16/22 KB 9/57 KB 52/60 KB 36/181 KB 19/22 KB 11/57 KB 52/60 KB 48/181 KB 22/22 KB 14/57 KB 52/60 KB 48/181 KB 22/22 KB 16/57 KB 52/60 KB 48/181 KB 22/22 KB 19/57 KB 52/60 KB 48/181 KB 22/22 KB 19/57 KB 56/60 KB 48/181 KB 22/22 KB 19/57 KB 60/60 KB 48/181 KB 22/22 KB 22/57 KB 60/60 KB 48/181 KB 22/22 KB 25/57 KB 60/60 KB 52/181 KB 22/22 KB 27/57 KB 60/60 KB 52/181 KB 22/22 KB 22/57 KB 60/60 KB 52/181 KB 22/22 KB 27/57 KB 60/60 KB 56/181 KB 22/22 KB 30/57 KB 60/60 KB 60/181 KB 22/22 KB 30/57 KB 60/60 KB 64/181 KB 22/22 KB 30/57 KB 60/60 KB 68/181 KB 22/22 KB 30/57 KB 60/60 KB 72/181 KB 22/22 KB 30/57 KB 60/60 KB 76/181 KB 22/22 KB 30/57 KB 60/60 KB 80/181 KB 22/22 KB 30/57 KB 60/60 KB 56/181 KB 22/22 KB 32/57 KB 60/60 KB 80/181 KB 22/22 KB 36/57 KB 60/60 KB 80/181 KB 22/22 KB 40/57 KB 60/60 KB 80/181 KB 22/22 KB 44/57 KB 60/60 KB 80/181 KB 22/22 KB 48/57 KB 60/60 KB 80/181 KB 22/22 KB 52/57 KB 60/60 KB 84/181 KB 56/57 KB 3/203 KB 84/181 KB 57/57 KB 3/203 KB 84/181 KB 22/22 KB 48/57 KB 60/60 KB 84/181 KB 57/57 KB 3/203 KB 88/181 KB 57/57 KB 3/203 KB 92/181 KB 57/57 KB 3/203 KB 96/181 KB 57/57 KB 3/203 KB 100/181 KB 52/57 KB 3/203 KB 60/60 KB 84/181 KB 57/57 KB 5/203 KB 100/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 495.4 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 57/57 KB 8/203 KB 100/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1476.4 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 57/57 KB 11/203 KB 100/181 KB 57/57 KB 13/203 KB 100/181 KB 57/57 KB 16/203 KB 100/181 KB 57/57 KB 19/203 KB 100/181 KB 57/57 KB 21/203 KB 100/181 KB 57/57 KB 24/203 KB 100/181 KB 57/57 KB 27/203 KB 100/181 KB 57/57 KB 29/203 KB 100/181 KB 57/57 KB 32/203 KB 100/181 KB 57/57 KB 32/203 KB 104/181 KB 57/57 KB 32/203 KB 108/181 KB 57/57 KB 36/203 KB 112/181 KB 57/57 KB 36/203 KB 108/181 KB 57/57 KB 40/203 KB 112/181 KB 57/57 KB 40/203 KB 116/181 KB 57/57 KB 40/203 KB 120/181 KB 57/57 KB 44/203 KB 124/181 KB 57/57 KB 44/203 KB 128/181 KB 57/57 KB 44/203 KB 132/181 KB 57/57 KB 44/203 KB 136/181 KB 57/57 KB 44/203 KB 140/181 KB 57/57 KB 44/203 KB 144/181 KB 57/57 KB 44/203 KB 120/181 KB 57/57 KB 48/203 KB 144/181 KB 57/57 KB 52/203 KB 144/181 KB 57/57 KB 56/203 KB 144/181 KB 57/57 KB 60/203 KB 144/181 KB 57/57 KB 64/203 KB 144/181 KB 57/57 KB 68/203 KB 144/181 KB 57/57 KB 72/203 KB 144/181 KB 57/57 KB 76/203 KB 148/181 KB 57/57 KB 80/203 KB 148/181 KB 57/57 KB 84/203 KB 148/181 KB 88/203 KB 148/181 KB 92/203 KB 148/181 KB 96/203 KB 148/181 KB 57/57 KB 72/203 KB 148/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1293.2 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install 96/203 KB 152/181 KB 96/203 KB 156/181 KB 96/203 KB 160/181 KB 96/203 KB 164/181 KB 96/203 KB 168/181 KB 96/203 KB 172/181 KB 96/203 KB 176/181 KB 100/203 KB 176/181 KB 104/203 KB 180/181 KB 108/203 KB 180/181 KB 112/203 KB 180/181 KB 100/203 KB 180/181 KB 112/203 KB 181/181 KB 116/203 KB 181/181 KB 120/203 KB 181/181 KB 124/203 KB 181/181 KB 128/203 KB 181/181 KB 132/203 KB 181/181 KB 136/203 KB 181/181 KB 140/203 KB 181/181 KB 144/203 KB 181/181 KB 148/203 KB 181/181 KB 152/203 KB 181/181 KB 156/203 KB 181/181 KB 160/203 KB 181/181 KB 164/203 KB 181/181 KB 168/203 KB 181/181 KB 172/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3052.8 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3497.5 KB/sec) unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:48 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 184.8 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1040.3 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 276.5 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 206.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 104.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 177.1 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 744.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1443.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 71.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 37.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 160.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 938.0 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 61.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1299.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 419.6 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 184.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 342.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 792.8 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 115.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 604.5 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 69.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 763.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2948.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/46 KB 6/46 KB 9/46 KB 11/46 KB 14/46 KB 16/46 KB 19/46 KB 19/46 KB 4/201 KB 19/46 KB 3/54 KB 8/201 KB 19/46 KB 3/54 KB 12/201 KB 19/46 KB 3/54 KB 16/201 KB 19/46 KB 3/54 KB 20/201 KB Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 19/46 KB 3/54 KB 4/201 KB 19/46 KB 6/54 KB 20/201 KB 19/46 KB 9/54 KB 20/201 KB 19/46 KB 11/54 KB 20/201 KB 19/46 KB 14/54 KB 20/201 KB 19/46 KB 16/54 KB 20/201 KB 19/46 KB 19/54 KB 20/201 KB 19/46 KB 22/54 KB 20/201 KB 19/46 KB 25/54 KB 20/201 KB 19/46 KB 27/54 KB 24/201 KB 19/46 KB 25/54 KB 24/201 KB 19/46 KB 27/54 KB 28/201 KB 19/46 KB 27/54 KB 32/201 KB 19/46 KB 30/54 KB 32/201 KB 19/46 KB 32/54 KB 32/201 KB 19/46 KB 36/54 KB 32/201 KB 19/46 KB 40/54 KB 36/201 KB 19/46 KB 44/54 KB 36/201 KB 19/46 KB 48/54 KB 36/201 KB 19/46 KB 36/54 KB 36/201 KB 19/46 KB 48/54 KB 40/201 KB 19/46 KB 48/54 KB 44/201 KB 19/46 KB 48/54 KB 48/201 KB 19/46 KB 48/54 KB 52/201 KB 19/46 KB 52/54 KB 56/201 KB 19/46 KB 52/54 KB 60/201 KB 19/46 KB 52/54 KB 64/201 KB 19/46 KB 52/54 KB 52/201 KB 19/46 KB 54/54 KB 64/201 KB 19/46 KB 54/54 KB 68/201 KB 19/46 KB 54/54 KB 72/201 KB 19/46 KB 54/54 KB 76/201 KB 19/46 KB 54/54 KB 80/201 KB 22/46 KB 54/54 KB 80/201 KB 25/46 KB 54/54 KB 80/201 KB 27/46 KB 54/54 KB 80/201 KB 30/46 KB 54/54 KB 80/201 KB 32/46 KB 54/54 KB 80/201 KB 36/46 KB 54/54 KB 80/201 KB 40/46 KB 54/54 KB 80/201 KB 44/46 KB 54/54 KB 80/201 KB 46/46 KB 54/54 KB 80/201 KB 46/46 KB 54/54 KB 84/201 KB 46/46 KB 54/54 KB 88/201 KB 46/46 KB 54/54 KB 92/201 KB 46/46 KB 54/54 KB 96/201 KB 46/46 KB 54/54 KB 100/201 KB 46/46 KB 54/54 KB 104/201 KB 46/46 KB 54/54 KB 108/201 KB 46/46 KB 54/54 KB 112/201 KB 46/46 KB 54/54 KB 116/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1735.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 46/46 KB 120/201 KB 46/46 KB 124/201 KB 46/46 KB 128/201 KB 46/46 KB 128/201 KB 3/44 KB 46/46 KB 128/201 KB 6/44 KB 46/46 KB 128/201 KB 9/44 KB 46/46 KB 128/201 KB 11/44 KB 4/158 KB 128/201 KB 14/44 KB 4/158 KB 128/201 KB 16/44 KB 4/158 KB 128/201 KB 19/44 KB 4/158 KB 128/201 KB 22/44 KB 4/158 KB 128/201 KB 11/44 KB 8/158 KB 128/201 KB 22/44 KB 12/158 KB 128/201 KB 22/44 KB 16/158 KB 128/201 KB 22/44 KB 20/158 KB 128/201 KB 22/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 937.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 20/158 KB 128/201 KB 25/44 KB 24/158 KB 128/201 KB 25/44 KB 28/158 KB 128/201 KB 25/44 KB 32/158 KB 128/201 KB 25/44 KB 32/158 KB 128/201 KB 27/44 KB 36/158 KB 128/201 KB 27/44 KB 36/158 KB 128/201 KB 30/44 KB 36/158 KB 128/201 KB 32/44 KB 36/158 KB 128/201 KB 36/44 KB 3/6 KB 40/158 KB 128/201 KB 40/44 KB 3/6 KB 40/158 KB 128/201 KB 44/44 KB 3/6 KB 40/158 KB 128/201 KB 36/44 KB 40/158 KB 128/201 KB 36/44 KB 3/6 KB 44/158 KB 128/201 KB 44/44 KB 3/6 KB 48/158 KB 128/201 KB 44/44 KB 3/6 KB 52/158 KB 128/201 KB 44/44 KB 6/6 KB 56/158 KB 128/201 KB 44/44 KB 6/6 KB 60/158 KB 128/201 KB 44/44 KB 6/6 KB 64/158 KB 128/201 KB 44/44 KB 6/6 KB 52/158 KB 128/201 KB 44/44 KB 6/6 KB 64/158 KB 128/201 KB 44/44 KB 6/6 KB 68/158 KB 128/201 KB 44/44 KB 6/6 KB 72/158 KB 128/201 KB 44/44 KB 6/6 KB 76/158 KB 128/201 KB 44/44 KB 6/6 KB 80/158 KB 128/201 KB 44/44 KB 6/6 KB 84/158 KB 128/201 KB 44/44 KB 6/6 KB 88/158 KB 132/201 KB 44/44 KB 6/6 KB 92/158 KB 132/201 KB 44/44 KB 6/6 KB 96/158 KB 132/201 KB 44/44 KB 6/6 KB 100/158 KB 132/201 KB 44/44 KB 6/6 KB 104/158 KB 132/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 132/201 KB 44/44 KB 6/6 KB 84/158 KB 132/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 136/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 140/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 144/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 148/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 152/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 156/201 KB 44/44 KB 6/6 KB 3/3 KB 104/158 KB 160/201 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 953.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 132.8 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 104/158 KB 164/201 KB 3/3 KB 108/158 KB 168/201 KB 3/3 KB 108/158 KB 172/201 KB 3/3 KB 108/158 KB 176/201 KB 3/3 KB 108/158 KB 164/201 KB 3/3 KB 112/158 KB 176/201 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 53.0 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 116/158 KB 176/201 KB 120/158 KB 176/201 KB 124/158 KB 176/201 KB 128/158 KB 176/201 KB 132/158 KB 176/201 KB 136/158 KB 180/201 KB 140/158 KB 180/201 KB 144/158 KB 180/201 KB 132/158 KB 180/201 KB 144/158 KB 184/201 KB 144/158 KB 188/201 KB 144/158 KB 192/201 KB 144/158 KB 196/201 KB 1/5 KB 148/158 KB 196/201 KB 4/5 KB 148/158 KB 196/201 KB 5/5 KB 148/158 KB 196/201 KB 5/5 KB 148/158 KB 200/201 KB 5/5 KB 148/158 KB 201/201 KB 148/158 KB 196/201 KB 5/5 KB 152/158 KB 201/201 KB 5/5 KB 156/158 KB 201/201 KB 5/5 KB 158/158 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 73.4 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 5/5 KB 3/52 KB 158/158 KB 201/201 KB 6/52 KB 158/158 KB 201/201 KB 9/52 KB 158/158 KB 201/201 KB 11/52 KB 158/158 KB 201/201 KB 14/52 KB 158/158 KB 201/201 KB 16/52 KB 158/158 KB 201/201 KB 19/52 KB 158/158 KB 201/201 KB 22/52 KB 158/158 KB 201/201 KB 25/52 KB 158/158 KB 201/201 KB 27/52 KB 158/158 KB 201/201 KB 30/52 KB 158/158 KB 201/201 KB 32/52 KB 158/158 KB 201/201 KB 36/52 KB 158/158 KB 201/201 KB 40/52 KB 158/158 KB 201/201 KB 44/52 KB 158/158 KB 201/201 KB 48/52 KB 158/158 KB 201/201 KB 52/52 KB 158/158 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 3039.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 52/52 KB 3/47 KB 158/158 KB 52/52 KB 5/47 KB 158/158 KB 52/52 KB 8/47 KB 158/158 KB 52/52 KB 11/47 KB 158/158 KB 52/52 KB 13/47 KB 158/158 KB 52/52 KB 16/47 KB 158/158 KB 3/367 KB 52/52 KB 16/47 KB 158/158 KB 5/367 KB 52/52 KB 16/47 KB 158/158 KB 8/367 KB 52/52 KB 16/47 KB 158/158 KB 11/367 KB 52/52 KB 16/47 KB 158/158 KB 13/367 KB 52/52 KB 16/47 KB 158/158 KB 16/367 KB 52/52 KB 16/47 KB 158/158 KB 19/367 KB 52/52 KB 16/47 KB 158/158 KB 21/367 KB 52/52 KB 16/47 KB 158/158 KB 24/367 KB 52/52 KB 16/47 KB 158/158 KB 27/367 KB 52/52 KB 16/47 KB 158/158 KB 29/367 KB 52/52 KB 16/47 KB 158/158 KB 32/367 KB 52/52 KB 16/47 KB 158/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 767.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 36/367 KB 16/47 KB 158/158 KB 40/367 KB 16/47 KB 158/158 KB 44/367 KB 19/47 KB 48/367 KB 19/47 KB 52/367 KB 19/47 KB 56/367 KB 19/47 KB 4/238 KB 60/367 KB 19/47 KB 4/238 KB 64/367 KB 19/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 1938.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 40/367 KB 19/47 KB 158/158 KB 4/238 KB 64/367 KB 21/47 KB 4/238 KB 64/367 KB 24/47 KB 4/238 KB 64/367 KB 27/47 KB 4/238 KB 64/367 KB 29/47 KB 4/238 KB 64/367 KB 32/47 KB 4/238 KB 64/367 KB 36/47 KB 4/238 KB 64/367 KB 40/47 KB 4/238 KB 64/367 KB 44/47 KB 4/238 KB 56/367 KB 19/47 KB 8/238 KB 68/367 KB 44/47 KB 12/238 KB 68/367 KB 44/47 KB 16/238 KB 68/367 KB 47/47 KB 4/238 KB 68/367 KB 44/47 KB 16/238 KB 72/367 KB 47/47 KB 16/238 KB 72/367 KB 47/47 KB 3/28 KB 16/238 KB 72/367 KB 47/47 KB 6/28 KB Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 16/238 KB 72/367 KB 47/47 KB 9/28 KB 16/238 KB 72/367 KB 47/47 KB 11/28 KB 16/238 KB 72/367 KB 47/47 KB 14/28 KB 16/238 KB 72/367 KB 47/47 KB 16/28 KB 16/238 KB 72/367 KB 47/47 KB 19/28 KB 16/238 KB 72/367 KB 47/47 KB 22/28 KB 12/238 KB 68/367 KB 47/47 KB 16/238 KB 76/367 KB 47/47 KB 22/28 KB 16/238 KB 80/367 KB 47/47 KB 22/28 KB 20/238 KB 84/367 KB 47/47 KB 25/28 KB 16/238 KB 80/367 KB 47/47 KB 25/28 KB 20/238 KB 84/367 KB 47/47 KB 27/28 KB 20/238 KB 84/367 KB 47/47 KB 28/28 KB 20/238 KB 80/367 KB 47/47 KB 25/28 KB 24/238 KB 84/367 KB 47/47 KB 28/28 KB 28/238 KB 84/367 KB 47/47 KB 28/28 KB 28/238 KB 88/367 KB 47/47 KB 28/28 KB 32/238 KB 88/367 KB 47/47 KB 28/28 KB 32/238 KB 92/367 KB 47/47 KB 28/28 KB 32/238 KB 96/367 KB 47/47 KB 28/28 KB 36/238 KB 100/367 KB 47/47 KB 28/28 KB 36/238 KB 104/367 KB 28/28 KB 36/238 KB 108/367 KB 28/28 KB 36/238 KB 112/367 KB 28/28 KB 36/238 KB 116/367 KB 28/28 KB 36/238 KB 96/367 KB 47/47 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 550.2 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 322.1 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 40/238 KB 116/367 KB 44/238 KB 116/367 KB 48/238 KB 116/367 KB 52/238 KB 116/367 KB 56/238 KB 116/367 KB 60/238 KB 120/367 KB 64/238 KB 120/367 KB 68/238 KB 120/367 KB 72/238 KB 120/367 KB 76/238 KB 120/367 KB 80/238 KB 120/367 KB 3/186 KB 84/238 KB 120/367 KB 3/186 KB 88/238 KB 120/367 KB 3/186 KB 92/238 KB 120/367 KB 56/238 KB 120/367 KB 3/186 KB 92/238 KB 124/367 KB 3/186 KB 92/238 KB 128/367 KB 3/186 KB 80/238 KB 120/367 KB 6/186 KB 92/238 KB 128/367 KB 9/186 KB 92/238 KB 132/367 KB 4/558 KB 6/186 KB 92/238 KB 132/367 KB 4/558 KB 9/186 KB 92/238 KB 132/367 KB 8/558 KB 9/186 KB 92/238 KB 132/367 KB 12/558 KB 9/186 KB 92/238 KB 132/367 KB 16/558 KB 11/186 KB 92/238 KB 132/367 KB 20/558 KB 11/186 KB 92/238 KB 132/367 KB 24/558 KB 11/186 KB 92/238 KB 132/367 KB 28/558 KB 11/186 KB 92/238 KB 132/367 KB 32/558 KB 6/186 KB 92/238 KB 132/367 KB 11/186 KB 92/238 KB 136/367 KB 32/558 KB 11/186 KB 92/238 KB 140/367 KB 32/558 KB 11/186 KB 92/238 KB 144/367 KB 32/558 KB 11/186 KB 92/238 KB 132/367 KB 16/558 KB 14/186 KB 92/238 KB 144/367 KB 32/558 KB 16/186 KB 92/238 KB 144/367 KB 32/558 KB 19/186 KB 92/238 KB 144/367 KB 32/558 KB 22/186 KB 92/238 KB 144/367 KB 32/558 KB 25/186 KB 92/238 KB 148/367 KB 32/558 KB 27/186 KB 96/238 KB 148/367 KB 32/558 KB 30/186 KB 96/238 KB 148/367 KB 32/558 KB 32/186 KB 96/238 KB 148/367 KB 36/558 KB 22/186 KB 92/238 KB 148/367 KB 32/558 KB 32/186 KB 96/238 KB 152/367 KB 36/558 KB 32/186 KB 96/238 KB 156/367 KB 36/558 KB 32/186 KB 96/238 KB 160/367 KB 36/558 KB 32/186 KB 96/238 KB 164/367 KB 36/558 KB 36/186 KB 96/238 KB 168/367 KB 36/558 KB 36/186 KB 96/238 KB 172/367 KB 36/558 KB 36/186 KB 96/238 KB 176/367 KB 36/558 KB 30/186 KB 96/238 KB 148/367 KB 36/558 KB 36/186 KB 96/238 KB 176/367 KB 40/558 KB 36/186 KB 96/238 KB 176/367 KB 44/558 KB 36/186 KB 96/238 KB 176/367 KB 48/558 KB 36/186 KB 96/238 KB 176/367 KB 52/558 KB 36/186 KB 96/238 KB 176/367 KB 56/558 KB 36/186 KB 96/238 KB 180/367 KB 60/558 KB 36/186 KB 96/238 KB 180/367 KB 64/558 KB 36/186 KB 96/238 KB 180/367 KB 68/558 KB 25/186 KB 96/238 KB 148/367 KB 32/558 KB 36/186 KB 100/238 KB 180/367 KB 68/558 KB 36/186 KB 104/238 KB 180/367 KB 68/558 KB 36/186 KB 108/238 KB 180/367 KB 68/558 KB 36/186 KB 112/238 KB 180/367 KB 68/558 KB 36/186 KB 116/238 KB 180/367 KB 68/558 KB 36/186 KB 120/238 KB 180/367 KB 68/558 KB 36/186 KB 124/238 KB 180/367 KB 68/558 KB 36/186 KB 128/238 KB 180/367 KB 68/558 KB 36/186 KB 132/238 KB 180/367 KB 68/558 KB 36/186 KB 96/238 KB 180/367 KB 56/558 KB 36/186 KB 132/238 KB 184/367 KB 72/558 KB 36/186 KB 132/238 KB 188/367 KB 72/558 KB 36/186 KB 132/238 KB 192/367 KB 72/558 KB 36/186 KB 132/238 KB 196/367 KB 72/558 KB 36/186 KB 136/238 KB 200/367 KB 72/558 KB 36/186 KB 96/238 KB 164/367 KB 36/558 KB 40/186 KB 136/238 KB 200/367 KB 72/558 KB 44/186 KB 136/238 KB 200/367 KB 72/558 KB 48/186 KB 136/238 KB 200/367 KB 72/558 KB 52/186 KB 136/238 KB 200/367 KB 72/558 KB 56/186 KB 136/238 KB 200/367 KB 72/558 KB 60/186 KB 136/238 KB 200/367 KB 72/558 KB 64/186 KB 136/238 KB 200/367 KB 72/558 KB 68/186 KB 136/238 KB 200/367 KB 72/558 KB 36/186 KB 136/238 KB 196/367 KB 72/558 KB 68/186 KB 140/238 KB 204/367 KB 72/558 KB 68/186 KB 144/238 KB 204/367 KB 72/558 KB 36/186 KB 132/238 KB 180/367 KB 72/558 KB 68/186 KB 144/238 KB 204/367 KB 76/558 KB 68/186 KB 144/238 KB 204/367 KB 80/558 KB 68/186 unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install KB 144/238 KB 204/367 KB 84/558 KB 72/186 KB 148/238 KB 204/367 KB 88/558 KB 72/186 KB 148/238 KB 204/367 KB 92/558 KB 72/186 KB 148/238 KB 204/367 KB 96/558 KB 68/186 KB 136/238 KB 204/367 KB 72/558 KB 72/186 KB 148/238 KB 208/367 KB 96/558 KB 72/186 KB 148/238 KB 212/367 KB 96/558 KB 72/186 KB 148/238 KB 216/367 KB 96/558 KB 72/186 KB 148/238 KB 220/367 KB 96/558 KB 72/186 KB 148/238 KB 224/367 KB 96/558 KB 72/186 KB 148/238 KB 204/367 KB 84/558 KB 76/186 KB 148/238 KB 224/367 KB 96/558 KB 80/186 KB 148/238 KB 224/367 KB 96/558 KB 84/186 KB 148/238 KB 224/367 KB 96/558 KB 88/186 KB 148/238 KB 224/367 KB 96/558 KB 92/186 KB 148/238 KB 224/367 KB 100/558 KB 96/186 KB 148/238 KB 224/367 KB 100/558 KB 100/186 KB 148/238 KB 228/367 KB 100/558 KB 104/186 KB 148/238 KB 228/367 KB 100/558 KB 108/186 KB 148/238 KB 228/367 KB 100/558 KB 112/186 KB 148/238 KB 228/367 KB 100/558 KB 116/186 KB 148/238 KB 228/367 KB 100/558 KB 68/186 KB 148/238 KB 204/367 KB 84/558 KB 116/186 KB 152/238 KB 228/367 KB 100/558 KB 116/186 KB 156/238 KB 228/367 KB 100/558 KB 116/186 KB 160/238 KB 228/367 KB 100/558 KB 116/186 KB 164/238 KB 228/367 KB 100/558 KB 116/186 KB 168/238 KB 228/367 KB 100/558 KB 116/186 KB 172/238 KB 228/367 KB 100/558 KB 116/186 KB 176/238 KB 228/367 KB 100/558 KB 116/186 KB 180/238 KB 228/367 KB 100/558 KB 116/186 KB 184/238 KB 228/367 KB 100/558 KB 116/186 KB 188/238 KB 228/367 KB 100/558 KB 116/186 KB 192/238 KB 228/367 KB 100/558 KB 116/186 KB 196/238 KB 228/367 KB 100/558 KB 96/186 KB 148/238 KB 228/367 KB 100/558 KB 120/186 KB 196/238 KB 232/367 KB 100/558 KB 120/186 KB 196/238 KB 236/367 KB 100/558 KB 120/186 KB 196/238 KB 240/367 KB 100/558 KB 120/186 KB 196/238 KB 244/367 KB 100/558 KB 120/186 KB 196/238 KB 248/367 KB 100/558 KB 120/186 KB 196/238 KB 252/367 KB 100/558 KB 120/186 KB 196/238 KB 256/367 KB 100/558 KB 120/186 KB 196/238 KB 260/367 KB 100/558 KB 120/186 KB 200/238 KB 264/367 KB 100/558 KB 88/186 KB 148/238 KB 224/367 KB 100/558 KB 120/186 KB 200/238 KB 264/367 KB 104/558 KB 120/186 KB 200/238 KB 264/367 KB 108/558 KB 120/186 KB 200/238 KB 264/367 KB 112/558 KB 120/186 KB 200/238 KB 264/367 KB 116/558 KB 120/186 KB 200/238 KB 264/367 KB 120/558 KB 120/186 KB 200/238 KB 264/367 KB 124/558 KB 120/186 KB 200/238 KB 264/367 KB 128/558 KB 120/186 KB 200/238 KB 264/367 KB 132/558 KB 120/186 KB 200/238 KB 264/367 KB 136/558 KB 120/186 KB 200/238 KB 264/367 KB 140/558 KB 120/186 KB 200/238 KB 260/367 KB 100/558 KB 120/186 KB 204/238 KB 268/367 KB 140/558 KB 120/186 KB 208/238 KB 268/367 KB 140/558 KB 120/186 KB 196/238 KB 228/367 KB 100/558 KB 124/186 KB 208/238 KB 268/367 KB 140/558 KB 125/186 KB 208/238 KB 268/367 KB 140/558 KB 129/186 KB 208/238 KB 268/367 KB 140/558 KB 133/186 KB 208/238 KB 268/367 KB 144/558 KB 137/186 KB 208/238 KB 268/367 KB 144/558 KB 141/186 KB 212/238 KB 268/367 KB 144/558 KB 120/186 KB 200/238 KB 268/367 KB 140/558 KB 141/186 KB 212/238 KB 272/367 KB 144/558 KB 141/186 KB 212/238 KB 276/367 KB 144/558 KB 145/186 KB 212/238 KB 280/367 KB 144/558 KB 145/186 KB 212/238 KB 284/367 KB 144/558 KB 145/186 KB 212/238 KB 288/367 KB 144/558 KB 137/186 KB 212/238 KB 268/367 KB 144/558 KB 145/186 KB 216/238 KB 288/367 KB 144/558 KB 145/186 KB 220/238 KB 288/367 KB 144/558 KB 145/186 KB 224/238 KB 288/367 KB 144/558 KB 145/186 KB 228/238 KB 288/367 KB 144/558 KB 145/186 KB 232/238 KB 292/367 KB 144/558 KB 145/1 unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 86 KB 236/238 KB 292/367 KB 144/558 KB 145/186 KB 238/238 KB 292/367 KB 144/558 KB 129/186 KB 208/238 KB 268/367 KB 144/558 KB 145/186 KB 238/238 KB 292/367 KB 148/558 KB 145/186 KB 238/238 KB 292/367 KB 152/558 KB 145/186 KB 238/238 KB 292/367 KB 156/558 KB 145/186 KB 238/238 KB 292/367 KB 160/558 KB 145/186 KB 238/238 KB 292/367 KB 164/558 KB 145/186 KB 238/238 KB 292/367 KB 168/558 KB 145/186 KB 238/238 KB 292/367 KB 172/558 KB 145/186 KB 238/238 KB 292/367 KB 176/558 KB 145/186 KB 238/238 KB 292/367 KB 180/558 KB 145/186 KB 238/238 KB 292/367 KB 184/558 KB 145/186 KB 238/238 KB 292/367 KB 188/558 KB 145/186 KB 238/238 KB 292/367 KB 192/558 KB 145/186 KB 238/238 KB 292/367 KB 196/558 KB 145/186 KB 238/238 KB 292/367 KB 200/558 KB 145/186 KB 238/238 KB 292/367 KB 204/558 KB 145/186 KB 238/238 KB 292/367 KB 208/558 KB 145/186 KB 228/238 KB 292/367 KB 144/558 KB 145/186 KB 238/238 KB 296/367 KB 208/558 KB 145/186 KB 238/238 KB 300/367 KB 208/558 KB 145/186 KB 238/238 KB 304/367 KB 208/558 KB 145/186 KB 238/238 KB 308/367 KB 208/558 KB 145/186 KB 238/238 KB 312/367 KB 208/558 KB 145/186 KB 238/238 KB 316/367 KB 208/558 KB 145/186 KB 238/238 KB 320/367 KB 208/558 KB 145/186 KB 238/238 KB 324/367 KB 208/558 KB 145/186 KB 212/238 KB 276/367 KB 144/558 KB 149/186 KB 238/238 KB 324/367 KB 208/558 KB 153/186 KB 238/238 KB 324/367 KB 208/558 KB 157/186 KB 238/238 KB 324/367 KB 208/558 KB 161/186 KB 238/238 KB 324/367 KB 208/558 KB 165/186 KB 238/238 KB 324/367 KB 208/558 KB 169/186 KB 238/238 KB 324/367 KB 208/558 KB 173/186 KB 238/238 KB 324/367 KB 208/558 KB 177/186 KB 238/238 KB 324/367 KB 208/558 KB 181/186 KB 238/238 KB 324/367 KB 208/558 KB 185/186 KB 238/238 KB 324/367 KB 208/558 KB 186/186 KB 238/238 KB 324/367 KB 208/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1733.1 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 186/186 KB 328/367 KB 208/558 KB 186/186 KB 332/367 KB 212/558 KB 186/186 KB 336/367 KB 212/558 KB 186/186 KB 340/367 KB 212/558 KB 186/186 KB 344/367 KB 212/558 KB 186/186 KB 348/367 KB 212/558 KB 186/186 KB 352/367 KB 212/558 KB 186/186 KB 328/367 KB 212/558 KB 186/186 KB 352/367 KB 216/558 KB 186/186 KB 352/367 KB 220/558 KB 186/186 KB 352/367 KB 224/558 KB 186/186 KB 352/367 KB 228/558 KB 186/186 KB 356/367 KB 232/558 KB 186/186 KB 356/367 KB 236/558 KB 356/367 KB 240/558 KB 186/186 KB 356/367 KB 228/558 KB 360/367 KB 240/558 KB 364/367 KB 240/558 KB 367/367 KB 240/558 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1300.5 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 367/367 KB 244/558 KB 367/367 KB 248/558 KB 367/367 KB 252/558 KB 367/367 KB 256/558 KB 367/367 KB 4/1206 KB 256/558 KB 367/367 KB 8/1206 KB 256/558 KB 367/367 KB 12/1206 KB 256/558 KB 367/367 KB 16/1206 KB 256/558 KB 367/367 KB 20/1206 KB 256/558 KB 367/367 KB 24/1206 KB 256/558 KB 367/367 KB 28/1206 KB 256/558 KB 367/367 KB 32/1206 KB 260/558 KB 367/367 KB 28/1206 KB 260/558 KB 367/367 KB 36/1206 KB 264/558 KB 367/367 KB 36/1206 KB 268/558 KB 367/367 KB 36/1206 KB 272/558 KB 367/367 KB 36/1206 KB 276/558 KB 36/1206 KB 280/558 KB 36/1206 KB 284/558 KB 36/1206 KB 288/558 KB 367/367 KB 36/1206 KB 260/558 KB 40/1206 KB 288/558 KB 44/1206 KB 288/558 KB 48/1206 KB 288/558 KB 52/1206 KB 288/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2411.0 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 56/1206 KB 288/558 KB 56/1206 KB 292/558 KB 60/1206 KB 296/558 KB 60/1206 KB 300/558 KB 60/1206 KB 304/558 KB 60/1206 KB 292/558 KB 64/1206 KB 304/558 KB 68/1206 KB 304/558 KB 72/1206 KB 308/558 KB 76/1206 KB 308/558 KB 80/1206 KB 308/558 KB 84/1206 KB 308/558 KB 88/1206 KB 308/558 KB 92/1206 KB 308/558 KB 96/1206 KB 308/558 KB 68/1206 KB 308/558 KB 96/1206 KB 312/558 KB 96/1206 KB 316/558 KB 96/1206 KB 320/558 KB 96/1206 KB 4/181 KB 320/558 KB 96/1206 KB 8/181 KB 320/558 KB 96/1206 KB 12/181 KB 320/558 KB 96/1206 KB 16/181 KB 320/558 KB 96/1206 KB 16/181 KB 324/558 KB 96/1206 KB 16/181 KB 328/558 KB 100/1206 KB 16/181 KB 332/558 KB 100/1206 KB 20/181 KB 332/558 KB 100/1206 KB 24/181 KB 332/558 KB 100/1206 KB 28/181 KB 332/558 KB 100/1206 KB 32/181 KB 332/558 KB 100/1206 KB 32/181 KB 336/558 KB 100/1206 KB 36/181 KB 336/558 KB 100/1206 KB 40/181 KB 336/558 KB 100/1206 KB 44/181 KB 336/558 KB 100/1206 KB 48/181 KB 336/558 KB 100/1206 KB 16/181 KB 328/558 KB 104/1206 KB 48/181 KB 336/558 KB 108/1206 KB 48/181 KB 336/558 KB 112/1206 KB 48/181 KB 336/558 KB 116/1206 KB 48/181 KB 336/558 KB 120/1206 KB 48/181 KB 340/558 KB 120/1206 KB 52/181 KB 340/558 KB 120/1206 KB 56/181 KB 340/558 KB 120/1206 KB 60/181 KB 340/558 KB 120/1206 KB 64/181 KB 340/558 KB 116/1206 KB 48/181 KB 340/558 KB 120/1206 KB 68/181 KB 344/558 KB 120/1206 KB 72/181 KB 344/558 KB 120/1206 KB 76/181 KB 344/558 KB 120/1206 KB 80/181 KB 344/558 KB 120/1206 KB 80/181 KB 344/558 KB 120/1206 KB 80/181 KB 348/558 KB 120/1206 KB 80/181 KB 352/558 KB 124/1206 KB 80/181 KB 356/558 KB 124/1206 KB 84/181 KB 356/558 KB 124/1206 KB 88/181 KB 356/558 KB 124/1206 KB 92/181 KB 356/558 KB 124/1206 KB 96/181 KB 356/558 KB 124/1206 KB 80/181 KB 352/558 KB 128/1206 KB 96/181 KB 356/558 KB 132/1206 KB 96/181 KB 356/558 KB 136/1206 KB 100/181 KB 360/558 KB 140/1206 KB 100/181 KB 360/558 KB 144/1206 KB 100/181 KB 360/558 KB 148/1206 KB 100/181 KB 360/558 KB 152/1206 KB 100/181 KB 360/558 KB 156/1206 KB 100/181 KB 360/558 KB 160/1206 KB 100/181 KB 360/558 KB 132/1206 KB 100/181 KB 360/558 KB 160/1206 KB 100/181 KB 364/558 KB 160/1206 KB 100/181 KB 368/558 KB 132/1206 KB 100/181 KB 356/558 KB 160/1206 KB 104/181 KB 368/558 KB 160/1206 KB 108/181 KB 368/558 KB 160/1206 KB 112/181 KB 368/558 KB 160/1206 KB 116/181 KB 368/558 KB 160/1206 KB 120/181 KB 368/558 KB 160/1206 KB 124/181 KB 368/558 KB 160/1206 KB 128/181 KB 368/558 KB 160/1206 KB 132/181 KB 368/558 KB 160/1206 KB 136/181 KB 368/558 KB 160/1206 KB 140/181 KB 368/558 KB 160/1206 KB 144/181 KB 368/558 KB 160/1206 KB 148/181 KB 372/558 KB 160/1206 KB 152/181 KB 372/558 KB 160/1206 KB 156/181 KB 372/558 KB 160/1206 KB 160/181 KB 372/558 KB 160/1206 KB 164/181 KB 372/558 KB 164/1206 KB 168/181 KB 372/558 KB 164/1206 KB 172/181 KB 372/558 KB 164/1206 KB 176/181 KB 372/558 KB 160/1206 KB 144/181 KB 372/558 KB 164/1206 KB 176/181 KB 376/558 KB 164/1206 KB 176/181 KB 380/558 KB 164/1206 KB 176/181 KB 384/558 KB 164/1206 KB 176/181 KB 388/558 KB 164/1206 KB 164/181 KB 372/558 KB 168/1206 KB 176/181 KB 388/558 KB 172/1206 KB 176/181 KB 392/558 KB 176/1206 KB 176/181 KB 392/558 KB 180/1206 KB 176/181 KB 392/558 KB 184/1206 KB 180/181 KB 392/558 KB 188/1206 KB 180/181 KB 392/558 KB 192/1206 KB 180/181 KB 392/558 KB 196/1206 KB 180/181 KB 392/558 KB 200/1206 KB 180/181 KB 392/558 KB 204/1206 KB 180/181 KB 392/558 KB 208/1206 KB 180/181 KB unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 392/558 KB 212/1206 KB 180/181 KB 392/558 KB 168/1206 KB 176/181 KB 392/558 KB 212/1206 KB 180/181 KB 396/558 KB 212/1206 KB 180/181 KB 400/558 KB 212/1206 KB 180/181 KB 404/558 KB 212/1206 KB 180/181 KB 408/558 KB 212/1206 KB 180/181 KB 412/558 KB 180/1206 KB 180/181 KB 392/558 KB 212/1206 KB 181/181 KB 412/558 KB 212/1206 KB 181/181 KB 416/558 KB 212/1206 KB 181/181 KB 420/558 KB 212/1206 KB 181/181 KB 424/558 KB 212/1206 KB 181/181 KB 428/558 KB 212/1206 KB 181/181 KB 432/558 KB 212/1206 KB 181/181 KB 436/558 KB 216/1206 KB 181/181 KB 436/558 KB 216/1206 KB 181/181 KB 440/558 KB 220/1206 KB 181/181 KB 440/558 KB 224/1206 KB 181/181 KB 440/558 KB 228/1206 KB 181/181 KB 444/558 KB 232/1206 KB 181/181 KB 444/558 KB 236/1206 KB 181/181 KB 444/558 KB 240/1206 KB 181/181 KB 444/558 KB 244/1206 KB 181/181 KB 444/558 KB 248/1206 KB 181/181 KB 444/558 KB 252/1206 KB 181/181 KB 444/558 KB 256/1206 KB 181/181 KB 444/558 KB 260/1206 KB 181/181 KB 444/558 KB 224/1206 KB 181/181 KB 444/558 KB 260/1206 KB 181/181 KB 448/558 KB 260/1206 KB 181/181 KB 452/558 KB 260/1206 KB 181/181 KB 456/558 KB 260/1206 KB 181/181 KB 460/558 KB 260/1206 KB 181/181 KB 464/558 KB 260/1206 KB 181/181 KB 468/558 KB 260/1206 KB 181/181 KB 472/558 KB 260/1206 KB 181/181 KB 476/558 KB 260/1206 KB 181/181 KB 480/558 KB 260/1206 KB 181/181 KB 484/558 KB 260/1206 KB 181/181 KB 488/558 KB 264/1206 KB 181/181 KB 492/558 KB 264/1206 KB 496/558 KB 264/1206 KB 181/181 KB 488/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 961.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 268/1206 KB 496/558 KB 272/1206 KB 496/558 KB 272/1206 KB 500/558 KB 276/1206 KB 504/558 KB 276/1206 KB 508/558 KB 276/1206 KB 500/558 KB 276/1206 KB 512/558 KB 280/1206 KB 512/558 KB 284/1206 KB 512/558 KB 284/1206 KB 516/558 KB 288/1206 KB 516/558 KB 292/1206 KB 516/558 KB 292/1206 KB 520/558 KB 292/1206 KB 524/558 KB 292/1206 KB 528/558 KB 296/1206 KB 528/558 KB 300/1206 KB 528/558 KB 304/1206 KB 528/558 KB 304/1206 KB 532/558 KB 308/1206 KB 536/558 KB 308/1206 KB 540/558 KB 308/1206 KB 544/558 KB 308/1206 KB 532/558 KB 312/1206 KB 544/558 KB 316/1206 KB 548/558 KB 320/1206 KB 548/558 KB 324/1206 KB 548/558 KB 328/1206 KB 548/558 KB 332/1206 KB 548/558 KB 336/1206 KB 548/558 KB 340/1206 KB 548/558 KB 344/1206 KB 548/558 KB 348/1206 KB 548/558 KB 352/1206 KB 548/558 KB 356/1206 KB 548/558 KB 312/1206 KB 548/558 KB 356/1206 KB 552/558 KB 356/1206 KB 556/558 KB 356/1206 KB 558/558 KB 360/1206 KB 558/558 KB 364/1206 KB 558/558 KB 368/1206 KB 558/558 KB 372/1206 KB 558/558 KB 376/1206 KB 558/558 KB 380/1206 KB 558/558 KB 384/1206 KB 558/558 KB 388/1206 KB 558/558 KB 392/1206 KB 558/558 KB 396/1206 KB 558/558 KB 400/1206 KB 558/558 KB 404/1206 KB 558/558 KB 408/1206 KB 558/558 KB 412/1206 KB 558/558 KB 416/1206 KB 558/558 KB 420/1206 KB 558/558 KB 424/1206 KB 558/558 KB 428/1206 KB 558/558 KB 432/1206 KB 558/558 KB 436/1206 KB 558/558 KB 440/1206 KB 558/558 KB 444/1206 KB 558/558 KB 448/1206 KB 558/558 KB 452/1206 KB 558/558 KB 456/1206 KB 558/558 KB 460/1206 KB 558/558 KB 464/1206 KB 558/558 KB 468/1206 KB 558/558 KB 472/1206 KB 558/558 KB 476/1206 KB 558/558 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2771.7 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 480/1206 KB 484/1206 KB 488/1206 KB 492/1206 KB 496/1206 KB 500/1206 KB 504/1206 KB 508/1206 KB 512/1206 KB 516/1206 KB 520/1206 KB 524/1206 KB 528/1206 KB 532/1206 KB 536/1206 KB 540/1206 KB 544/1206 KB 548/1206 KB 552/1206 KB 556/1206 KB 560/1206 KB 564/1206 KB 568/1206 KB 572/1206 KB 576/1206 KB 580/1206 KB 584/1206 KB 588/1206 KB 592/1206 KB 596/1206 KB 600/1206 KB 604/1206 KB 608/1206 KB 612/1206 KB 616/1206 KB 620/1206 KB 624/1206 KB 628/1206 KB 632/1206 KB 636/1206 KB 640/1206 KB 644/1206 KB 648/1206 KB 652/1206 KB 656/1206 KB 660/1206 KB 664/1206 KB 668/1206 KB 672/1206 KB 676/1206 KB 680/1206 KB 684/1206 KB 688/1206 KB 692/1206 KB 696/1206 KB 700/1206 KB 704/1206 KB 708/1206 KB 712/1206 KB 716/1206 KB 720/1206 KB 724/1206 KB 724/1206 KB 4/1199 KB 724/1206 KB 8/1199 KB 724/1206 KB 12/1199 KB 724/1206 KB 16/1199 KB 724/1206 KB 20/1199 KB 724/1206 KB 24/1199 KB 724/1206 KB 28/1199 KB 724/1206 KB 32/1199 KB 724/1206 KB 36/1199 KB 724/1206 KB 40/1199 KB 724/1206 KB 44/1199 KB 724/1206 KB 48/1199 KB 724/1206 KB 52/1199 KB 724/1206 KB 56/1199 KB 724/1206 KB 60/1199 KB 724/1206 KB 64/1199 KB 728/1206 KB 64/1199 KB 732/1206 KB 68/1199 KB 736/1206 KB 68/1199 KB 740/1206 KB 68/1199 KB 728/1206 KB 68/1199 KB 740/1206 KB 72/1199 KB 740/1206 KB 76/1199 KB 740/1206 KB 80/1199 KB 740/1206 KB 84/1199 KB 740/1206 KB 88/1199 KB 740/1206 KB 92/1199 KB 740/1206 KB 96/1199 KB 744/1206 KB 96/1199 KB 748/1206 KB 96/1199 KB 752/1206 KB 96/1199 KB 756/1206 KB 100/1199 KB 752/1206 KB 100/1199 KB 756/1206 KB 104/1199 KB 756/1206 KB 108/1199 KB 756/1206 KB 112/1199 KB 756/1206 KB 116/1199 KB 760/1206 KB 120/1199 KB 760/1206 KB 124/1199 KB 760/1206 KB 128/1199 KB 760/1206 KB 116/1199 KB 764/1206 KB 128/1199 KB 768/1206 KB 128/1199 KB 772/1206 KB 128/1199 KB 776/1206 KB 128/1199 KB 780/1206 KB 132/1199 KB 784/1206 KB 132/1199 KB 788/1206 KB 132/1199 KB 776/1206 KB 132/1199 KB 788/1206 KB 136/1199 KB 788/1206 KB 140/1199 KB 788/1206 KB 144/1199 KB 788/1206 KB 148/1199 KB 792/1206 KB 152/1199 KB 792/1206 KB 156/1199 KB 792/1206 KB 160/1199 KB 792/1206 KB 164/1199 KB 792/1206 KB 148/1199 KB 796/1206 KB 164/1199 KB 800/1206 KB 164/1199 KB 804/1206 KB 164/1199 KB 808/1206 KB 164/1199 KB 812/1206 KB 164/1199 KB 816/1206 KB 164/1199 KB 820/1206 KB 164/1199 KB 824/1206 KB 168/1199 KB 828/1206 KB 168/1199 KB 832/1206 KB 168/1199 KB 820/1206 KB 168/1199 KB 832/1206 KB 172/1199 KB 832/1206 KB 176/1199 KB 832/1206 KB 180/1199 KB 832/1206 KB 184/1199 KB 832/1206 KB 188/1199 KB 832/1206 KB 192/1199 KB 832/1206 KB 196/1199 KB 836/1206 KB 196/1199 KB 840/1206 KB 196/1199 KB 844/1206 KB 196/1199 KB 848/1206 KB 196/1199 KB 852/1206 KB 196/1199 KB 852/1206 KB 200/1199 KB 852/1206 KB 204/1199 KB 852/1206 KB 208/1199 KB 852/1206 KB 212/1199 KB 856/1206 KB 216/1199 KB 856/1206 KB 212/1199 KB 860/1206 KB 216/1199 KB 864/1206 KB 216/1199 KB 868/1206 KB 216/1199 KB 868/1206 KB 220/1199 KB 868/1206 KB 224/1199 KB 868/1206 KB 228/1199 KB 872/1206 KB 232/1199 KB 872/1206 KB 236/1199 KB 872/1206 KB 240/1199 KB 872/1206 KB 228/1199 KB 876/1206 KB 240/1199 KB 880/1206 KB 240/1199 KB 884/1206 KB 240/1199 KB 888/1206 KB 244/1199 KB 892/1206 KB 244/1199 KB 896/1206 KB 244/1199 KB 900/1206 KB 244/1199 KB 904/1206 KB 244/1199 KB 908/1206 KB 244/1199 KB 912/1206 KB 244/1199 KB 916/1206 KB 244/1199 KB 920/1206 KB 244/1199 KB 924/1206 KB 244/1199 KB unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 928/1206 KB 244/1199 KB 884/1206 KB 244/1199 KB 928/1206 KB 248/1199 KB 928/1206 KB 252/1199 KB 928/1206 KB 256/1199 KB 928/1206 KB 260/1199 KB 928/1206 KB 264/1199 KB 928/1206 KB 268/1199 KB 928/1206 KB 272/1199 KB 928/1206 KB 276/1199 KB 932/1206 KB 280/1199 KB 932/1206 KB 284/1199 KB 932/1206 KB 288/1199 KB 932/1206 KB 276/1199 KB 936/1206 KB 288/1199 KB 940/1206 KB 288/1199 KB 940/1206 KB 292/1199 KB 944/1206 KB 292/1199 KB 948/1206 KB 292/1199 KB 952/1206 KB 296/1199 KB 956/1206 KB 296/1199 KB 960/1206 KB 296/1199 KB 948/1206 KB 296/1199 KB 960/1206 KB 300/1199 KB 960/1206 KB 304/1199 KB 960/1206 KB 308/1199 KB 964/1206 KB 312/1199 KB 964/1206 KB 316/1199 KB 964/1206 KB 320/1199 KB 964/1206 KB 308/1199 KB 968/1206 KB 320/1199 KB 972/1206 KB 320/1199 KB 976/1206 KB 320/1199 KB 980/1206 KB 324/1199 KB 976/1206 KB 324/1199 KB 980/1206 KB 328/1199 KB 980/1206 KB 332/1199 KB 980/1206 KB 336/1199 KB 980/1206 KB 340/1199 KB 984/1206 KB 340/1199 KB 988/1206 KB 340/1199 KB 992/1206 KB 340/1199 KB 996/1206 KB 340/1199 KB 1000/1206 KB 344/1199 KB 1004/1206 KB 344/1199 KB 1008/1206 KB 344/1199 KB 1012/1206 KB 344/1199 KB 1016/1206 KB 344/1199 KB 1020/1206 KB 344/1199 KB 1024/1206 KB 344/1199 KB 1028/1206 KB 344/1199 KB 1032/1206 KB 344/1199 KB 996/1206 KB 344/1199 KB 1032/1206 KB 348/1199 KB 1032/1206 KB 352/1199 KB 1032/1206 KB 356/1199 KB 1032/1206 KB 360/1199 KB 1032/1206 KB 364/1199 KB 1032/1206 KB 368/1199 KB 1036/1206 KB 368/1199 KB 1040/1206 KB 368/1199 KB 1044/1206 KB 368/1199 KB 1048/1206 KB 368/1199 KB 1052/1206 KB 368/1199 KB 1056/1206 KB 368/1199 KB 1060/1206 KB 368/1199 KB 1064/1206 KB 368/1199 KB 1068/1206 KB 368/1199 KB 1072/1206 KB 368/1199 KB 1076/1206 KB 368/1199 KB 1080/1206 KB 368/1199 KB 1084/1206 KB 368/1199 KB 1088/1206 KB 368/1199 KB 1092/1206 KB 368/1199 KB 1092/1206 KB 372/1199 KB 1092/1206 KB 376/1199 KB 1092/1206 KB 380/1199 KB 1092/1206 KB 384/1199 KB 1092/1206 KB 388/1199 KB 1092/1206 KB 392/1199 KB 1092/1206 KB 396/1199 KB 1092/1206 KB 400/1199 KB 1092/1206 KB 404/1199 KB 1092/1206 KB 408/1199 KB 1092/1206 KB 412/1199 KB 1092/1206 KB 416/1199 KB 1092/1206 KB 420/1199 KB 1092/1206 KB 424/1199 KB 1092/1206 KB 428/1199 KB 1092/1206 KB 432/1199 KB 1092/1206 KB 436/1199 KB 1096/1206 KB 436/1199 KB 1100/1206 KB 436/1199 KB 1104/1206 KB 436/1199 KB 1108/1206 KB 436/1199 KB 1112/1206 KB 440/1199 KB 1116/1206 KB 440/1199 KB 1120/1206 KB 440/1199 KB 1124/1206 KB 440/1199 KB 1128/1206 KB 440/1199 KB 1132/1206 KB 440/1199 KB 1136/1206 KB 440/1199 KB 1140/1206 KB 440/1199 KB 1108/1206 KB 440/1199 KB 1140/1206 KB 444/1199 KB 1140/1206 KB 448/1199 KB 1140/1206 KB 452/1199 KB 1140/1206 KB 456/1199 KB 1140/1206 KB 460/1199 KB 1140/1206 KB 464/1199 KB 1140/1206 KB 468/1199 KB 1140/1206 KB 472/1199 KB 1140/1206 KB 476/1199 KB 1140/1206 KB 480/1199 KB 1140/1206 KB 484/1199 KB 1144/1206 KB 488/1199 KB 1144/1206 KB 492/1199 KB 1144/1206 KB 496/1199 KB 1144/1206 KB 484/1199 KB 1148/1206 KB 496/1199 KB 1152/1206 KB 496/1199 KB 1156/1206 KB 496/1199 KB 1160/1206 KB 496/1199 KB 1164/1206 KB 496/1199 KB 1168/1206 KB 500/1199 KB 1172/1206 KB 500/1199 KB 1176/1206 KB 500/1199 KB 1180/1206 KB 500/1199 KB 1184/1206 KB 500/1199 KB 1188/1206 KB 500/1199 KB 1192/1206 KB 500/1199 KB 1196/1206 KB 500/1199 KB 1164/1206 KB 500/1199 KB 1196/1206 KB 504/1199 KB 1196/1206 KB 508/1199 KB 1196/1206 KB 512/1199 KB 1196/1206 KB 516/1199 KB 1196/1206 KB 520/1199 KB unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 1196/1206 KB 524/1199 KB 1196/1206 KB 528/1199 KB 1196/1206 KB 532/1199 KB 1200/1206 KB 536/1199 KB 1200/1206 KB 540/1199 KB 1200/1206 KB 544/1199 KB 1200/1206 KB 532/1199 KB 1204/1206 KB 544/1199 KB 1206/1206 KB 544/1199 KB 1206/1206 KB 548/1199 KB 1206/1206 KB 552/1199 KB 1206/1206 KB 556/1199 KB 1206/1206 KB 560/1199 KB 1206/1206 KB 564/1199 KB 1206/1206 KB 568/1199 KB 1206/1206 KB 572/1199 KB 1206/1206 KB 576/1199 KB 1206/1206 KB 580/1199 KB 1206/1206 KB 584/1199 KB 1206/1206 KB 588/1199 KB 1206/1206 KB 592/1199 KB 1206/1206 KB 596/1199 KB 1206/1206 KB 600/1199 KB 1206/1206 KB 604/1199 KB 1206/1206 KB 608/1199 KB 1206/1206 KB 612/1199 KB 1206/1206 KB 616/1199 KB 1206/1206 KB 620/1199 KB 1206/1206 KB 624/1199 KB 1206/1206 KB 628/1199 KB 1206/1206 KB 632/1199 KB 1206/1206 KB 636/1199 KB 1206/1206 KB 640/1199 KB 1206/1206 KB 644/1199 KB 1206/1206 KB 648/1199 KB 1206/1206 KB 652/1199 KB 1206/1206 KB 656/1199 KB 1206/1206 KB 660/1199 KB 1206/1206 KB 664/1199 KB 1206/1206 KB 668/1199 KB 1206/1206 KB 672/1199 KB 1206/1206 KB 676/1199 KB 1206/1206 KB 680/1199 KB 1206/1206 KB 684/1199 KB 1206/1206 KB 688/1199 KB 1206/1206 KB 692/1199 KB 1206/1206 KB 696/1199 KB 1206/1206 KB 700/1199 KB 1206/1206 KB 704/1199 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 4448.9 KB/sec) unit-abot-epc-basic-0: 06:33:49 DEBUG unit.abot-epc-basic/0.install 708/1199 KB 712/1199 KB 716/1199 KB 720/1199 KB 724/1199 KB 728/1199 KB 732/1199 KB 736/1199 KB 740/1199 KB 744/1199 KB 748/1199 KB 752/1199 KB 756/1199 KB 760/1199 KB 764/1199 KB 768/1199 KB 772/1199 KB 776/1199 KB 780/1199 KB 784/1199 KB 788/1199 KB 792/1199 KB 796/1199 KB 800/1199 KB 804/1199 KB 808/1199 KB 812/1199 KB 816/1199 KB 820/1199 KB 824/1199 KB 828/1199 KB 832/1199 KB 836/1199 KB 840/1199 KB 844/1199 KB 848/1199 KB 852/1199 KB 856/1199 KB 860/1199 KB 864/1199 KB 868/1199 KB 872/1199 KB 876/1199 KB 880/1199 KB 884/1199 KB 888/1199 KB 892/1199 KB 896/1199 KB 900/1199 KB 904/1199 KB 908/1199 KB 912/1199 KB 916/1199 KB 920/1199 KB 924/1199 KB 928/1199 KB 932/1199 KB 936/1199 KB 940/1199 KB 944/1199 KB 948/1199 KB 952/1199 KB 956/1199 KB 960/1199 KB 964/1199 KB 968/1199 KB 972/1199 KB 976/1199 KB 980/1199 KB 984/1199 KB 988/1199 KB 992/1199 KB 996/1199 KB 1000/1199 KB 1004/1199 KB 1008/1199 KB 1012/1199 KB 1016/1199 KB 1020/1199 KB 1024/1199 KB 1028/1199 KB 1032/1199 KB 1036/1199 KB 1040/1199 KB 1044/1199 KB 1048/1199 KB 1052/1199 KB 1056/1199 KB 1060/1199 KB 1064/1199 KB 1068/1199 KB 1072/1199 KB 1076/1199 KB 1080/1199 KB 1084/1199 KB 1088/1199 KB 1092/1199 KB 1096/1199 KB 1100/1199 KB 1104/1199 KB 1108/1199 KB 1112/1199 KB 1116/1199 KB 1120/1199 KB 1124/1199 KB 1128/1199 KB 1132/1199 KB 1136/1199 KB 1140/1199 KB 1144/1199 KB 1148/1199 KB 1152/1199 KB 1156/1199 KB 1160/1199 KB 1164/1199 KB 1168/1199 KB 1172/1199 KB 1176/1199 KB 1180/1199 KB 1184/1199 KB 1188/1199 KB 1192/1199 KB 1196/1199 KB 1199/1199 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 4035.9 KB/sec) unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 44.622 s unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-06T06:33:50+00:00 unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 06:33:50 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-137.163) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 06:33:51 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:52 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:33:53 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 06:33:54 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 06:33:55 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 06:33:55 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 06:33:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 06:33:56 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 06:33:57 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 06:33:58 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-2774dd-default-0". unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 06:33:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 06:34:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 06:34:01 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:34:02 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 06:34:03 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 06:34:04 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:34:04 DEBUG unit.abot-epc-basic/0.install Need to get 293 MB of archives. unit-abot-epc-basic-0: 06:34:04 DEBUG unit.abot-epc-basic/0.install After this operation, 1,135 MB of additional disk space will be used. unit-abot-epc-basic-0: 06:34:04 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-abot-epc-basic-0: 06:34:05 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 06:34:05 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.9 [186 kB] unit-abot-epc-basic-0: 06:34:05 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 06:34:05 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 06:34:05 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.13 [42.3 kB] unit-abot-epc-basic-0: 06:34:06 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 06:34:07 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [1,579 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.13 [289 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 06:34:08 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-abot-epc-basic-0: 06:34:09 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 06:34:09 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 06:34:09 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 06:34:09 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-abot-epc-basic-0: 06:34:11 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 06:34:11 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 06:34:12 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 06:34:12 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 06:34:12 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-abot-epc-basic-0: 06:34:12 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 06:34:12 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 06:34:13 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-abot-epc-basic-0: 06:34:14 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-abot-epc-basic-0: 06:34:15 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-abot-epc-basic-0: 06:34:16 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 06:34:16 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-abot-epc-basic-0: 06:34:16 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 06:34:16 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 06:34:16 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-abot-epc-basic-0: 06:34:17 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-abot-epc-basic-0: 06:34:17 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-abot-epc-basic-0: 06:34:17 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 06:34:17 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-abot-epc-basic-0: 06:34:17 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 06:34:18 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 06:34:18 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 06:34:18 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 06:34:18 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 06:34:18 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 06:34:19 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 06:34:20 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 06:34:21 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 06:34:22 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-abot-epc-basic-0: 06:34:23 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 06:34:23 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 06:34:23 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-abot-epc-basic-0: 06:34:23 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 06:34:24 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 06:34:24 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-abot-epc-basic-0: 06:34:24 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 06:34:25 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 06:34:25 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 06:34:25 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 06:34:26 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 06:34:27 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-abot-epc-basic-0: 06:34:27 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 06:34:27 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 06:34:28 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 06:34:29 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 06:34:30 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 06:34:31 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 06:34:31 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 06:34:31 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 06:34:31 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 06:34:32 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 06:34:32 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 06:34:32 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-abot-epc-basic-0: 06:34:32 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-abot-epc-basic-0: 06:34:32 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 06:34:33 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-abot-epc-basic-0: 06:34:34 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 06:34:34 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-abot-epc-basic-0: 06:34:34 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 06:34:34 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 06:34:34 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-abot-epc-basic-0: 06:34:35 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-abot-epc-basic-0: 06:34:35 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 06:34:35 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 06:34:35 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 06:34:35 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-abot-epc-basic-0: 06:34:36 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-abot-epc-basic-0: 06:34:36 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.16.04.1 [5,096 kB] unit-abot-epc-basic-0: 06:34:36 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [2,265 kB] unit-abot-epc-basic-0: 06:34:36 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.16.04.1 [47.2 kB] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 06:34:37 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 06:34:38 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-abot-epc-basic-0: 06:34:38 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-abot-epc-basic-0: 06:34:38 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-abot-epc-basic-0: 06:34:38 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-abot-epc-basic-0: 06:34:39 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 06:34:39 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-abot-epc-basic-0: 06:34:39 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-abot-epc-basic-0: 06:34:39 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 06:34:40 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 06:34:41 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 06:34:41 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 06:34:41 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 06:34:41 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 06:34:42 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 06:34:43 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-abot-epc-basic-0: 06:34:44 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4.1 [39.4 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-abot-epc-basic-0: 06:34:45 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4.1 [1,379 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-abot-epc-basic-0: 06:34:46 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 06:34:47 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 06:34:48 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 06:34:49 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 06:34:50 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 06:34:51 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 06:34:52 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 06:34:53 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 06:34:54 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 06:34:54 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-abot-epc-basic-0: 06:34:54 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 06:34:54 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 06:34:54 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 06:34:55 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 06:34:55 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 06:34:55 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 06:34:55 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-abot-epc-basic-0: 06:34:56 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 06:34:56 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 06:34:57 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 06:34:58 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 06:34:59 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 06:34:59 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 06:34:59 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 06:34:59 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 06:34:59 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 06:35:00 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 06:35:01 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 06:35:01 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-abot-epc-basic-0: 06:35:01 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] unit-abot-epc-basic-0: 06:35:01 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 06:35:01 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 06:35:02 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-abot-epc-basic-0: 06:35:03 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-abot-epc-basic-0: 06:35:03 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-abot-epc-basic-0: 06:35:03 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 06:35:03 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 06:35:03 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 06:35:04 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 06:35:04 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 06:35:04 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1.1 [997 kB] unit-abot-epc-basic-0: 06:35:04 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 06:35:05 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 06:35:05 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 06:35:05 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 06:35:05 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 06:35:05 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-abot-epc-basic-0: 06:35:06 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 06:35:06 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 06:35:06 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 06:35:06 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 06:35:06 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 06:35:07 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 06:35:08 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 06:35:08 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 06:35:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libkpathsea6 amd64 2015.20160222.37495-1 [55.0 kB] unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 06:35:09 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.13 [136 kB] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 06:35:10 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-abot-epc-basic-0: 06:35:11 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-abot-epc-basic-0: 06:35:12 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 06:35:12 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 06:35:12 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 06:35:12 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-abot-epc-basic-0: 06:35:13 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-abot-epc-basic-0: 06:35:14 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-abot-epc-basic-0: 06:35:15 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-abot-epc-basic-0: 06:35:15 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-abot-epc-basic-0: 06:35:15 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-abot-epc-basic-0: 06:35:15 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 06:35:15 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 06:35:16 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 06:35:17 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-abot-epc-basic-0: 06:35:17 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 06:35:17 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-abot-epc-basic-0: 06:35:17 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 06:35:18 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 06:35:19 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-abot-epc-basic-0: 06:35:19 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-abot-epc-basic-0: 06:35:19 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 06:35:19 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-abot-epc-basic-0: 06:35:19 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 06:35:20 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 06:35:21 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 06:35:22 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 06:35:22 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 06:35:22 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 06:35:23 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 06:35:24 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 06:35:25 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 06:35:26 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 06:35:26 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 06:35:26 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 06:35:26 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 06:35:26 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] unit-abot-epc-basic-0: 06:35:27 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 06:35:27 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 06:35:28 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 06:35:28 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 06:35:30 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 06:35:30 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 06:35:31 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 06:35:32 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 06:35:33 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 06:35:33 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 06:35:33 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 06:35:33 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 06:35:34 DEBUG unit.abot-epc-basic/0.install Fetched 293 MB in 1min 29s (3,272 kB/s) unit-abot-epc-basic-0: 06:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 06:35:34 DEBUG unit.abot-epc-basic/0.install (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 ... 67266 files and directories currently installed.) unit-abot-epc-basic-0: 06:35:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 06:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.9_amd64.deb ... unit-abot-epc-basic-0: 06:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 06:35:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 06:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 06:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 06:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 06:35:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 06:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 06:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 06:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.13_all.deb ... unit-abot-epc-basic-0: 06:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 06:35:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 06:35:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 06:35:44 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 06:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 06:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 06:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 06:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 06:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 06:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 06:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 06:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 06:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 06:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 06:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 06:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-abot-epc-basic-0: 06:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 06:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 06:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 06:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 06:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 06:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 06:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 06:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 06:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 06:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 06:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 06:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 06:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 06:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 06:36:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 06:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 06:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 06:36:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 06:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 06:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 06:36:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 06:36:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:36:37 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 06:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 06:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 06:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 06:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 06:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 06:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 06:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 06:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 06:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 06:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 06:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 06:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 06:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 06:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 06:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 06:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.25~dfsg+1-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 06:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 06:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 06:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 06:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 06:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 06:37:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 06:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 06:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:06 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 06:37:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 06:37:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:08 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 06:37:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:09 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:11 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:14 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 06:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 06:37:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 06:37:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 06:37:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:37:21 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:37:21 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:37:21 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-mysql-0: 06:37:21 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:37:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 06:37:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 06:37:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 06:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 06:37:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:27 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 06:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 06:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:34 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 06:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:37 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 06:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 06:37:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 06:37:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:41 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 06:37:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 06:37:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 06:37:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:46 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:37:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 06:37:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 06:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 06:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 06:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 06:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 06:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 06:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 06:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 06:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 06:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 06:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 06:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 06:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 06:38:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 06:38:01 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 06:38:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 06:38:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 06:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 06:38:06 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 06:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 06:38:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 06:38:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 06:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 06:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 06:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 06:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 06:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 06:38:14 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 06:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 06:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 06:38:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 06:38:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 06:38:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 06:38:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 06:38:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:24 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:25 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 06:38:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 06:38:27 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 06:38:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 06:38:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:28 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:29 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 06:38:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 06:38:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:32 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 06:38:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 06:38:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 06:38:36 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:38:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 06:38:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 06:38:37 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 06:38:39 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 06:38:40 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 06:38:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 06:38:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 06:38:41 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:38:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 06:38:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 06:38:42 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:38:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 06:38:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:43 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 06:38:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 06:38:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:44 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 06:38:45 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 06:38:46 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 06:38:47 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 06:38:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 06:38:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:38:48 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 06:38:49 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 06:38:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 06:38:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 06:38:50 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 06:38:51 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 06:38:52 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:38:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 06:38:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 06:38:53 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 06:38:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 06:38:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 06:38:54 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:38:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 06:38:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 06:38:56 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:38:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 06:38:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 06:38:57 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 06:39:01 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 06:39:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:39:03 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 06:39:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:39:04 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 06:39:05 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:39:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 06:39:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 06:39:06 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 06:39:07 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:39:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 06:39:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 06:39:08 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 06:39:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 06:39:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 06:39:09 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 06:39:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 06:39:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 06:39:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 06:39:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 06:39:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 06:39:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:39:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:39:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 06:39:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 06:39:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:34 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 06:39:34 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 06:39:35 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 06:39:36 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 06:39:37 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:39:38 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 06:39:39 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:40 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-abot-epc-basic-0: 06:39:41 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:42 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:39:44 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 06:39:45 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 06:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 06:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 06:39:50 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 06:39:50 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 06:39:50 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 06:39:50 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 06:39:51 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 06:39:51 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 06:39:51 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 06:39:51 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 06:39:51 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:39:52 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 06:39:53 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 06:39:53 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 06:39:53 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:39:53 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 06:39:53 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 06:39:54 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:55 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 06:39:56 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 06:39:57 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 06:39:58 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 06:39:58 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 06:39:58 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 06:39:58 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 06:39:58 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 06:39:59 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:40:00 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.25 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:40:01 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 06:40:02 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:03 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 06:40:04 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... machine-2: 06:40:04 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 06:40:04 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 06:40:04 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 06:40:04 DEBUG juju.agent read agent config, format "2.0" machine-2: 06:40:04 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 06:40:04 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 06:40:04 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 06:40:04 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 06:40:04 DEBUG juju.worker start "api" unit-oai-epc-0: 06:40:04 INFO juju.worker start "api" unit-oai-epc-0: 06:40:04 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 06:40:04 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 06:40:04 DEBUG juju.worker "api" started unit-oai-epc-0: 06:40:04 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:04 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:40:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 06:40:05 DEBUG juju.worker start "engine" machine-2: 06:40:05 INFO juju.worker start "engine" unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 06:40:05 DEBUG juju.worker "engine" started machine-2: 06:40:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.introspection stats worker now serving machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.apicaller connecting with current password machine-2: 06:40:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:40:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-epc-0: 06:40:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... machine-2: 06:40:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 06:40:05 DEBUG juju.worker.apicaller connecting with current password machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 06:40:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:40:05 INFO juju.api connection established to "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:40:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-2: 06:40:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode machine-2: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... machine-3: 06:40:05 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 06:40:05 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 06:40:05 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 06:40:05 DEBUG juju.agent read agent config, format "2.0" machine-3: 06:40:05 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 06:40:05 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 06:40:05 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 06:40:05 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 06:40:05 DEBUG juju.worker start "api" unit-oai-hss-0: 06:40:05 INFO juju.worker start "api" unit-oai-hss-0: 06:40:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 06:40:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 06:40:05 DEBUG juju.worker "api" started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 06:40:05 DEBUG juju.worker start "engine" machine-3: 06:40:05 INFO juju.worker start "engine" machine-3: 06:40:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 06:40:05 DEBUG juju.worker "engine" started machine-3: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.introspection stats worker now serving machine-3: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:40:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:40:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.apicaller connecting with current password machine-3: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:40:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:40:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... machine-3: 06:40:05 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... machine-3: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... machine-3: 06:40:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.apicaller connected machine-2: 06:40:05 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-epc-0: 06:40:05 DEBUG juju.worker.apicaller connected machine-3: 06:40:05 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 06:40:05 INFO juju.worker.upgrader unblocking abort check machine-3: 06:40:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 06:40:05 DEBUG juju.api RPC connection died unit-oai-hss-0: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 06:40:05 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 06:40:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:40:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" unit-oai-hss-0: 06:40:05 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/d2c982a6-2f96-4029-8fb2-0b901a2774dd/api" machine-3: 06:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 06:40:05 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 06:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 06:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 06:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 06:40:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:06 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 06:40:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.logger logger setup machine-2: 06:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 06:40:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:40:06 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 06:40:06 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 06:40:06 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 06:40:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 06:40:06 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:40:06 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 06:40:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 06:40:06 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 06:40:06 INFO juju.util.exec run result: exit status 127 machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec907836714/script.sh: line 1: fanatic: command not found 127 machine-3: 06:40:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 06:40:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:40:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:40:06 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 06:40:06 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 06:40:06 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 06:40:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 06:40:06 DEBUG juju.network including address local-machine:::1 for machine machine-3: 06:40:06 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 06:40:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 06:40:06 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 06:40:06 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 06:40:06 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:40:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 06:40:06 INFO juju.util.exec run result: exit status 127 machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec673419774/script.sh: line 1: fanatic: command not found 127 machine-3: 06:40:06 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 06:40:06 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 06:40:06 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 06:40:06 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 06:40:06 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 06:40:06 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 06:40:06 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 06:40:06 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-2: 06:40:06 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 06:40:06 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 06:40:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 06:40:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 06:40:06 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 06:40:06 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 06:40:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 06:40:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 06:40:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:40:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 06:40:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 06:40:06 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 06:40:06 DEBUG juju.network including address local-machine:::1 for machine machine-3: 06:40:06 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 06:40:06 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-2: 06:40:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 06:40:06 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... machine-2: 06:40:06 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 06:40:06 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 06:40:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 06:40:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:40:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:40:06 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 06:40:06 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.logger logger setup machine-2: 06:40:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:40:06 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 06:40:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 06:40:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:40:06 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 06:40:06 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 06:40:06 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 06:40:06 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 06:40:06 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:40:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:40:06 INFO juju.util.exec run result: exit status 127 machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec642600535/script.sh: line 1: fanatic: command not found 127 machine-2: 06:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 06:40:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 06:40:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 06:40:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:40:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:40:06 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 06:40:06 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 06:40:06 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 06:40:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 06:40:06 DEBUG juju.network including address local-machine:::1 for machine machine-2: 06:40:06 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 06:40:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 06:40:06 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] machine-2: 06:40:06 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 06:40:06 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-oai-epc-0: 06:40:06 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 06:40:06 INFO juju.worker.upgrader unblocking abort check machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 06:40:06 INFO juju.util.exec run result: exit status 127 machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec218807692/script.sh: line 1: fanatic: command not found 127 machine-2: 06:40:06 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 06:40:06 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-oai-epc-0: 06:40:06 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 06:40:06 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 06:40:06 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 06:40:06 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 06:40:06 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 06:40:06 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 06:40:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 06:40:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:40:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 06:40:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 06:40:06 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-2: 06:40:06 DEBUG juju.network including address local-machine:::1 for machine machine-2: 06:40:06 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-2: 06:40:06 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 06:40:06 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 06:40:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 06:40:06 DEBUG juju.worker start "3-container-watcher" machine-3: 06:40:06 DEBUG juju.worker start "stateconverter" machine-3: 06:40:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 06:40:06 INFO juju.worker start "3-container-watcher" machine-3: 06:40:06 DEBUG juju.worker "3-container-watcher" started machine-3: 06:40:06 INFO juju.worker start "stateconverter" machine-3: 06:40:06 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 06:40:06 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 06:40:06 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 06:40:06 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 06:40:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 06:40:06 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 06:40:06 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 06:40:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 06:40:06 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 06:40:06 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 06:40:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 06:40:06 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-oai-epc-0: 06:40:06 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 06:40:06 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... machine-2: 06:40:06 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 06:40:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 06:40:06 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 06:40:06 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 06:40:06 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 06:40:06 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 06:40:06 INFO juju.worker.uniter hooks are retried true machine-2: 06:40:06 DEBUG juju.worker start "2-container-watcher" machine-2: 06:40:06 DEBUG juju.worker start "stateconverter" machine-2: 06:40:06 INFO juju.worker start "2-container-watcher" machine-2: 06:40:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 06:40:06 DEBUG juju.worker "2-container-watcher" started machine-2: 06:40:06 INFO juju.worker start "stateconverter" machine-2: 06:40:06 DEBUG juju.worker "stateconverter" started machine-2: 06:40:06 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-abot-epc-basic-0: 06:40:06 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 06:40:06 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 06:40:06 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 06:40:06 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 06:40:06 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 06:40:06 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 06:40:06 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 06:40:06 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 06:40:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 06:40:06 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 06:40:06 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 06:40:06 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 06:40:07 INFO juju.worker.machiner "machine-2" started machine-2: 06:40:07 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 06:40:07 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 06:40:07 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 06:40:07 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 06:40:07 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 06:40:07 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 06:40:07 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 06:40:07 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 06:40:07 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-hss-0: 06:40:07 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 06:40:07 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 06:40:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 06:40:07 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 06:40:07 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 06:40:07 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 06:40:07 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.6:17070" "252.6.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.200:17070"] unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 06:40:07 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 06:40:07 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 06:40:07 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 06:40:07 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 06:40:07 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 06:40:07 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 06:40:07 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 06:40:07 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 06:40:07 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 06:40:07 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 06:40:07 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 06:40:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 06:40:07 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:ad:13:97 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.16 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:ad:13:97 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-epc-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ config-get branch machine-2: 06:40:07 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:bb:c2:2d CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.8 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:bb:c2:2d CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-oai-hss-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 06:40:07 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 06:40:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:40:07 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 06:40:07 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 06:40:08 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 06:40:08 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 06:40:08 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 06:40:08 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 06:40:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:40:08 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 06:40:08 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 06:40:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:40:08 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 06:40:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + echo -n unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 06:40:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 06:40:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:40:09 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 06:40:09 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 06:40:09 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 06:40:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:40:09 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 06:40:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 06:40:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + echo -n unit-oai-epc-0: 06:40:10 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 06:40:10 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 06:40:10 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 06:40:10 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 06:40:10 DEBUG unit.oai-epc/0.install + git pull unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 06:40:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:40:10 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 06:40:10 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 06:40:10 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-epc-0: 06:40:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:40:11 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-epc-0: 06:40:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:40:11 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 06:40:11 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 06:40:11 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 06:40:11 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 06:40:11 DEBUG unit.oai-hss/0.install + git pull unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 06:40:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-oai-epc-0: 06:40:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:40:11 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 06:40:11 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-oai-epc-0: 06:40:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 06:40:11 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-oai-epc-0: 06:40:12 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 06:40:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:40:12 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 06:40:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:40:12 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 06:40:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 06:40:12 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 06:40:12 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 06:40:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 06:40:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:40:13 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 06:40:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 06:40:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 06:40:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 06:40:13 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 06:40:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 06:40:14 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 06:40:14 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 06:40:14 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 06:40:14 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 06:40:14 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 06:40:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 06:40:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 06:40:15 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 06:40:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 06:40:17 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 06:40:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 06:40:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 06:40:18 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 06:40:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 06:40:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-oai-hss-0: 06:40:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:40:19 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 06:40:20 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 06:40:20 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 06:40:20 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 06:40:20 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 06:40:21 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 06:40:21 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 06:40:21 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib automake1.9 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 06:40:21 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 06:40:21 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 06:40:22 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 06:40:22 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 06:40:22 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 06:40:22 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:40:22 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 06:40:22 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 06:40:22 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 06:40:22 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 06:40:22 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 06:40:23 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 06:40:23 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 06:40:23 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 06:40:23 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:40:23 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 06:40:23 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 06:40:24 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-abot-epc-basic-0: 06:40:24 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-abot-epc-basic-0: 06:40:24 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-abot-epc-basic-0: 06:40:24 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-oai-hss-0: 06:40:24 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:40:25 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 06:40:25 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-oai-hss-0: 06:40:26 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-oai-hss-0: 06:40:26 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-abot-epc-basic-0: 06:40:26 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-oai-hss-0: 06:40:26 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-abot-epc-basic-0: 06:40:26 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 06:40:26 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-abot-epc-basic-0: 06:40:26 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 06:40:26 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 06:40:26 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-abot-epc-basic-0: 06:40:26 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 06:40:27 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 06:40:27 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 06:40:27 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 06:40:27 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-oai-hss-0: 06:40:27 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-abot-epc-basic-0: 06:40:27 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 06:40:28 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 06:40:28 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 06:40:29 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-abot-epc-basic-0: 06:40:29 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 06:40:30 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 06:40:30 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 06:40:30 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 06:40:30 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 06:40:30 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB] unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-oai-hss-0: 06:40:31 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-abot-epc-basic-0: 06:40:31 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-abot-epc-basic-0: 06:40:32 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-160.210 [773 kB] unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 06:40:32 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install 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] unit-abot-epc-basic-0: 06:40:32 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 06:40:32 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:40:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-oai-hss-0: 06:40:32 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-oai-hss-0: 06:40:33 DEBUG unit.oai-hss/0.install 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] unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 06:40:33 DEBUG unit.oai-hss/0.install 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] unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 06:40:33 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 06:40:33 DEBUG unit.oai-hss/0.install 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] unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 06:40:33 DEBUG unit.oai-hss/0.install 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] unit-abot-epc-basic-0: 06:40:33 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 06:40:34 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 06:40:34 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-oai-hss-0: 06:40:34 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 06:40:35 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-oai-hss-0: 06:40:35 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 06:40:35 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 06:40:36 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 06:40:36 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 06:40:36 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:36 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 06:40:36 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:36 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 06:40:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:40:37 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 06:40:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:37 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 06:40:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:40:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-abot-epc-basic-0: 06:40:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 06:40:38 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 06:40:38 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4171 kB/s) unit-oai-hss-0: 06:40:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 06:40:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install (Reading database ... 109424 files and directories currently installed.) unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 06:40:39 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 06:40:39 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:40 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:40:41 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 06:40:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 06:40:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 06:40:41 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 06:40:41 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:40:41 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:40:41 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 06:40:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 06:40:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 06:40:42 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:42 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 06:40:43 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 06:40:43 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 06:40:43 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 06:40:43 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:40:44 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:40:44 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 06:40:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 06:40:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:40:44 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:40:44 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 06:40:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 06:40:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 06:40:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 06:40:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:40:46 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 06:40:46 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 06:40:46 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 06:40:46 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 06:40:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 06:40:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 06:40:46 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 06:40:46 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 06:40:47 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:40:47 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 06:40:47 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 06:40:47 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 06:40:47 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 06:40:48 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 06:40:48 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 06:40:48 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 06:40:48 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 06:40:48 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 06:40:49 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 06:40:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 06:40:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 06:40:49 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 06:40:49 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 06:40:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 06:40:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 06:40:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 06:40:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 06:40:50 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 06:40:50 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 06:40:50 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 06:40:50 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 06:40:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 06:40:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:40:51 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 06:40:51 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 06:40:52 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 06:40:52 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 06:40:53 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 06:40:53 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 06:40:53 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 06:40:53 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 06:40:53 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 06:40:54 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 06:40:54 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 06:40:55 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 06:40:55 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:40:55 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 06:40:55 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:40:55 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:40:56 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 06:40:56 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 06:40:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 06:40:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 06:40:57 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 06:40:57 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 06:40:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 06:40:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-abot-epc-basic-0: 06:40:57 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-oai-hss-0: 06:40:57 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 06:40:58 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 06:40:58 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 06:40:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 06:40:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-oai-hss-0: 06:40:58 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:40:58 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 06:40:58 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 06:40:58 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 06:40:59 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 06:40:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 06:40:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:40:59 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:40:59 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 06:40:59 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:40:59 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 06:40:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 06:40:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:00 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:00 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 06:41:00 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 06:41:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 06:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:00 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:00 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:41:00 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 06:41:01 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 06:41:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 06:41:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:01 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 06:41:01 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:41:01 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 06:41:01 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 06:41:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 06:41:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:02 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:02 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 06:41:03 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-oai-hss-0: 06:41:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 06:41:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:03 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:03 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 06:41:03 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 06:41:03 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-oai-hss-0: 06:41:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 06:41:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:04 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:04 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 06:41:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 06:41:04 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 06:41:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 06:41:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 06:41:04 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 06:41:04 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 06:41:05 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 06:41:05 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 06:41:06 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 06:41:06 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 06:41:07 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-oai-hss-0: 06:41:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 06:41:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:41:07 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 06:41:07 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 06:41:07 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 06:41:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 06:41:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:08 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 06:41:08 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 06:41:09 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 06:41:09 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:41:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 06:41:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:10 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:41:10 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:41:11 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:41:11 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:41:11 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 06:41:11 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 06:41:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 06:41:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 06:41:12 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 06:41:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 06:41:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 06:41:13 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 06:41:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 06:41:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 06:41:14 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 06:41:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 06:41:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 06:41:15 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 06:41:16 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 06:41:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 06:41:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 06:41:17 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:41:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 06:41:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-160.210_amd64.deb ... unit-oai-hss-0: 06:41:18 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-160.210) ... unit-oai-hss-0: 06:41:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 06:41:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 06:41:19 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 06:41:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:41:19 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:41:19 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:41:19 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (55.9 kB/s) unit-oai-hss-0: 06:41:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 06:41:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 06:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install (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 ... 107923 files and directories currently installed.) unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 06:41:21 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 06:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:41:22 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:22 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:41:22 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 06:41:24 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 06:41:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 06:41:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:24 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:41:24 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 06:41:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 06:41:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 06:41:25 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 06:41:25 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 06:41:25 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 06:41:26 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 06:41:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 06:41:27 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 06:41:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 06:41:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 06:41:29 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 06:41:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 06:41:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 06:41:29 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 06:41:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 06:41:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 06:41:30 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 06:41:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 06:41:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 06:41:31 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 06:41:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 06:41:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 06:41:32 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 06:41:33 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 06:41:35 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 06:41:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 06:41:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 06:41:36 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 06:41:37 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 06:41:38 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 06:41:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 06:41:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 06:41:39 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 06:41:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 06:41:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 06:41:40 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 06:41:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 06:41:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 06:41:40 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 06:41:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 06:41:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 06:41:41 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 06:41:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 06:41:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 06:41:42 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:41:43 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:41:47 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 06:41:48 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 06:41:48 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 06:41:48 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 06:41:48 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 06:41:48 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 06:41:49 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 06:41:49 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 06:41:49 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:49 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:49 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 06:41:51 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 06:41:51 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 06:41:52 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 06:41:52 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 06:41:52 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 06:41:52 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 06:41:53 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 06:41:53 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 06:41:53 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 06:41:54 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 06:41:55 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 06:41:57 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 06:41:58 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:58 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:41:59 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 06:41:59 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 06:41:59 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 06:41:59 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:00 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:00 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:00 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:00 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:00 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:01 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:01 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:02 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 06:42:02 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 06:42:03 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-oai-hss-0: 06:42:04 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 06:42:04 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (367 kB/s) unit-oai-hss-0: 06:42:04 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 06:42:04 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 06:42:04 DEBUG unit.abot-epc-basic/0.install (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 ... 108032 files and directories currently installed.) unit-abot-epc-basic-0: 06:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 06:42:05 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 06:42:05 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 06:42:05 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 06:42:05 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 06:42:05 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:42:06 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:42:06 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 06:42:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 06:42:06 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:42:06 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 06:42:06 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:42:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:42:06 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 06:42:06 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 06:42:07 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 06:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 06:42:07 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 06:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 06:42:07 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 06:42:07 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 06:42:07 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-160.210) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:42:08 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 06:42:08 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 06:42:08 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-hss-0: 06:42:09 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 06:42:09 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:42:09 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:42:09 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 06:42:09 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 06:42:10 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 06:42:11 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 06:42:11 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:42:11 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:42:12 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 06:42:12 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 06:42:12 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 06:42:12 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 06:42:13 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 06:42:13 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 06:42:13 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 06:42:13 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 06:42:14 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 06:42:14 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 06:42:14 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 06:42:14 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 06:42:15 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:42:15 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 06:42:15 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 06:42:16 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 06:42:16 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 06:42:16 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 06:42:17 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:17 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 06:42:17 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:42:18 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 06:42:19 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:42:19 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 06:42:19 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 06:42:19 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-oai-hss-0: 06:42:19 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 06:42:20 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-oai-hss-0: 06:42:20 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 06:42:20 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 06:42:20 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (754 kB/s) unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install (Reading database ... 116153 files and directories currently installed.) unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 06:42:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 06:42:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 06:42:23 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 06:42:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 06:42:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 06:42:23 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 06:42:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 06:42:25 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:42:26 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-oai-hss-0: 06:42:27 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 06:42:28 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 06:42:28 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-oai-hss-0: 06:42:29 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-oai-hss-0: 06:42:29 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 06:42:29 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 06:42:29 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 06:42:29 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-oai-hss-0: 06:42:30 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 06:42:31 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 06:42:32 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 06:42:32 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 06:42:32 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 5s (2149 kB/s) unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install (Reading database ... 116264 files and directories currently installed.) unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 06:42:33 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 06:42:33 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:42:33 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:42:33 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 06:42:34 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 06:42:34 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 06:42:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 06:42:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 06:42:34 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:42:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 06:42:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:42:35 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 06:42:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:42:36 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 06:42:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 06:42:37 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 06:42:38 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 06:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 06:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 06:42:39 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 06:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 06:42:41 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 06:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 06:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 06:42:42 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 06:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 06:42:43 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 06:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 06:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 06:42:44 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 06:42:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 06:42:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 06:42:45 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 06:42:46 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:42:48 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 06:42:48 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 06:42:48 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 06:42:49 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 06:42:49 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:42:49 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:49 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:42:56 DEBUG unit.oai-hss/0.install 181006 6:42:56 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-oai-hss-0: 06:42:56 DEBUG unit.oai-hss/0.install 181006 6:42:56 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 06:42:56 DEBUG unit.oai-hss/0.install 181006 6:42:56 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11710 ... unit-oai-hss-0: 06:43:07 DEBUG unit.oai-hss/0.install mysql start/running, process 11843 unit-oai-hss-0: 06:43:08 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 06:43:08 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 06:43:08 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 06:43:08 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 06:43:09 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 06:43:09 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 06:43:09 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 06:43:10 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 06:43:10 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 06:43:10 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 06:43:10 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:43:11 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 06:43:11 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:43:11 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 06:43:12 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 06:43:12 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 06:43:12 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 06:43:12 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 06:43:12 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 06:43:13 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 06:43:13 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:43:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 06:43:14 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-oai-hss-0: 06:43:15 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (298 kB/s) unit-oai-hss-0: 06:43:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 06:43:15 DEBUG unit.oai-hss/0.install (Reading database ... 118265 files and directories currently installed.) unit-oai-hss-0: 06:43:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:43:16 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 06:43:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 06:43:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:43:16 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 06:43:16 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 06:43:18 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 06:43:18 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:43:18 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 06:43:18 DEBUG unit.oai-hss/0.install --2018-10-06 06:43:18-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:20 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 377K 3s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 745K 2s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 63.1M 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 763K 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 58.5M 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 52.9M 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 59.1M 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 778K 1s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 49.4M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 48.8M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 46.6M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 43.6M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 51.1M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 89.7M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 829K 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 52.6M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 46.3M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 59.3M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 61.9M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 62.6M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 51.6M 0s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 77.8M=0.4s unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install 2018-10-06 06:43:21 (2.62 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 06:43:21 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 06:43:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 06:43:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 06:43:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 06:43:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 06:43:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 06:43:27 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 06:43:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 06:43:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 06:43:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 06:43:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 06:43:32 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 06:43:33 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 06:43:34 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 06:43:35 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-oai-hss-0: 06:43:36 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 06:43:37 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 06:43:38 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:43:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 06:43:40 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1448 kB/s) unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install (Reading database ... 118283 files and directories currently installed.) unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:43:41 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 06:43:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 06:43:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 06:43:42 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 06:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 06:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:43:44 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 06:43:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 06:43:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 06:43:44 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 06:43:45 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 06:43:46 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 06:43:46 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:43:48 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 06:43:48 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 06:43:48 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 06:43:48 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install --2018-10-06 06:43:49-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 06:43:49 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 124K 40s unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 258K 29s unit-oai-hss-0: 06:43:50 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 463K 23s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 542K 19s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 829K 16s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1009K 14s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.02M 13s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.31M 11s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.44M 10s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.59M 10s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 1.83M 9s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 1.89M 8s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.10M 8s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.29M 7s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.59M 7s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 2.70M 6s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 2.83M 6s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.22M 6s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.03M 5s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 3.50M 5s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 3.74M 5s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 3.78M 5s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.10M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 3.97M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.29M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 247K 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 104M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 103M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 118M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 92.8M 4s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 125M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 113M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 126M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 102M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 126M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 112M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 127M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 110M 3s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 113M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 105M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 102M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 396K 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 81.6M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 85.6M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 95.1M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 91.4M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 93.2M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 82.3M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 89.2M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 93.0M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 93.7M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 81.1M 2s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 90.8M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 90.3M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 91.6M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 90.1M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 87.9M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 93.1M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 92.0M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 80.0M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 113M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 121M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 939K 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 15.5M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 25.0M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 21.6M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 15.1M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 21.4M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 16.5M 1s unit-oai-hss-0: 06:43:51 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 21.7M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 164K 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 82.3M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 97.0M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 114M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 127M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 164M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 138M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 154M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 129M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 172M 1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 149M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 136M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 143M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 107M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 109M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 777K 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 125M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 122M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 120M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 210M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 622M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 686M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 620M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 496M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 684M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 649M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 702M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 615M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 666M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 548M 0s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 576M=2.1s unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install 2018-10-06 06:43:52 (2.33 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:43:52 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 06:43:53 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 06:43:54 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 06:43:55 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 06:43:56 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 06:43:57 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 06:43:58 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 06:43:59 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 06:44:00 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 06:44:01 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 06:44:01 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 06:44:01 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 06:44:01 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 06:44:01 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 06:44:02 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 06:44:03 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 06:44:04 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 06:44:05 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 06:44:06 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 06:44:07 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 06:44:08 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:09 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 06:44:10 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 06:44:11 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 06:44:12 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 06:44:13 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 06:44:14 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 06:44:15 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Oct 6 06:32 /dev/zero unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 06:44:16 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 06:44:17 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 06:44:18 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 06:44:19 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 06:44:20 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 06:44:21 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 06:44:22 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 06:44:23 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 06:44:24 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 06:44:25 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 06:44:25 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 06:44:25 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 06:44:25 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 06:44:25 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:44:26 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 06:44:27 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 06:44:27 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 06:44:27 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 06:44:28 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 06:44:28 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 06:44:28 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 06:44:29 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 06:44:29 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 06:44:29 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 06:44:30 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 06:44:30 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 06:44:31 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 06:44:31 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 06:44:31 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 06:44:32 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 06:44:32 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 06:44:33 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 06:44:33 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 06:44:33 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 06:44:33 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 06:44:34 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 06:44:35 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 06:44:35 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 06:44:35 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 06:44:36 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 06:44:36 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 06:44:36 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 06:44:37 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:44:38 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 06:44:39 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 06:44:39 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 06:44:40 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 06:44:40 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 06:44:40 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 06:44:40 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 06:44:40 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 06:44:41 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 06:44:41 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 06:44:41 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 06:44:41 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 06:44:41 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 06:44:42 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 06:44:43 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 06:44:43 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 06:44:43 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 06:44:43 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 06:44:44 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 06:44:44 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 06:44:44 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 06:44:44 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 06:44:45 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 06:44:46 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 06:44:47 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 06:44:48 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 06:44:48 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 06:44:48 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 06:44:48 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-oai-hss-0: 06:44:49 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 06:44:49 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 06:44:50 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 06:44:50 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 06:44:50 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 06:44:50 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 06:44:50 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:44:51 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 06:44:52 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 06:44:52 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 06:44:52 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 06:44:52 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:44:53 DEBUG unit.oai-hss/0.install CC pk.lo unit-abot-epc-basic-0: 06:44:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:44:54 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 06:44:54 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 06:44:54 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 06:44:55 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 06:44:56 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 06:44:57 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 06:44:58 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 06:44:59 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 06:44:59 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 06:44:59 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 06:44:59 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 06:45:00 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 06:45:01 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 06:45:01 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 06:45:01 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 06:45:01 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 06:45:02 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 06:45:02 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 06:45:02 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 06:45:03 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 06:45:03 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 06:45:03 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 06:45:03 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 06:45:04 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 06:45:04 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 06:45:04 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 06:45:04 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 06:45:05 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 06:45:05 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 06:45:05 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 06:45:05 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 06:45:05 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 06:45:06 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 06:45:06 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 06:45:06 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 06:45:06 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 06:45:06 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 06:45:07 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 06:45:07 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 06:45:07 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 06:45:07 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 06:45:07 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 06:45:08 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 06:45:08 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 06:45:08 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 06:45:09 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 06:45:09 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 06:45:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:45:09 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 06:45:09 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 06:45:10 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 06:45:10 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 06:45:10 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 06:45:10 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 06:45:11 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 06:45:11 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 06:45:11 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 06:45:12 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 06:45:12 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 06:45:12 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 06:45:12 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 06:45:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:14 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 06:45:14 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 06:45:14 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 06:45:14 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 06:45:15 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 06:45:15 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 06:45:15 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 06:45:15 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 06:45:16 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 06:45:16 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 06:45:16 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 06:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 06:45:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 06:45:21 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 06:45:22 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 06:45:22 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 06:45:22 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 06:45:22 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 06:45:22 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 06:45:23 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 06:45:23 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 06:45:23 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 06:45:23 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-abot-epc-basic-0: 06:45:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 06:45:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-oai-hss-0: 06:45:24 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-hss-0: 06:45:24 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 06:45:24 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:45:24 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 06:45:24 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 06:45:24 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 06:45:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 06:45:24 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:45:24 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 06:45:24 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 06:45:24 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 06:45:25 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 06:45:25 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:45:25 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 06:45:25 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 06:45:25 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start SHA256:iSXwa55gdpA7FotX0S7Sq1yiLwGrMk5EXjOd3wugLG4 root@juju-2774dd-default-0 unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . .. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | .+... | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . ++=+.. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start |+ o.=*==o. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | *.oX.==S. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start |+ o=.*o.. . | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start |.E + +o . | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start |* o o | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start |oo o. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-2774dd-default-0 unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start SHA256:d0kvalX6zldLJq1Ay4jziwMaz6N1WET8ncEIqHBFg3o ubuntu@juju-2774dd-default-0 unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | ++oo. o | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . o .o. . o | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | + . .. . + . | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . E . . = = | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . .S = B o | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | . .oo o B + +.| unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | =o..o o . * o| unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | ..+...o + ..| unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start | .. ..... o. | unit-abot-epc-basic-0: 06:45:25 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 06:45:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-abot-epc-basic-0: 06:45:25 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 06:45:25 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:45:25 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 06:45:25 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install CCLD psktool unit-abot-epc-basic-0: 06:45:25 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-epc-0: 06:45:25 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 06:45:25 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 06:45:26 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 06:45:26 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-epc-0: 06:45:26 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 06:45:27 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC srptool.o unit-abot-epc-basic-0: 06:45:27 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CCLD srptool unit-abot-epc-basic-0: 06:45:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 06:45:27 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 06:45:28 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 06:45:28 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 06:45:29 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 06:45:30 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 06:45:31 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 06:45:32 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:45:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 06:45:34 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 06:45:35 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 06:45:36 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 06:45:37 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 06:45:38 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 06:45:38 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 06:45:39 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 06:45:39 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 06:45:39 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2.1 [9350 B] unit-oai-hss-0: 06:45:39 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 06:45:40 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 06:45:41 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 06:45:42 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 06:45:42 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 06:45:43 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 06:45:43 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 06:45:43 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 06:45:43 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 06:45:43 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 06:45:44 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 06:45:45 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.4 [11.3 kB] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 06:45:46 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] unit-oai-hss-0: 06:45:47 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 06:45:48 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 06:45:49 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3122 kB/s) unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install (Reading database ... 118559 files and directories currently installed.) unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 06:45:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 06:45:51 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 06:45:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 06:45:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 06:45:51 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 06:45:52 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:45:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 06:45:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 06:45:53 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 06:45:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 06:45:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 06:45:54 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 06:45:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 06:45:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 06:45:55 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:45:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 06:45:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 06:45:55 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 06:45:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 06:45:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 06:45:56 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:45:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 06:45:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 06:45:57 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:45:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 06:45:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 06:45:58 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 06:45:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 06:45:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:45:58 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:45:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 06:45:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:45:59 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:00 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 06:46:01 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 06:46:02 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 06:46:03 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 06:46:04 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 06:46:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 06:46:05 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 06:46:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 06:46:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 06:46:06 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 06:46:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 06:46:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:08 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 06:46:10 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 06:46:11 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:12 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 06:46:13 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 06:46:14 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 06:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 06:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 06:46:15 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 06:46:16 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.4_all.deb ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 06:46:17 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:18 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 06:46:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 06:46:20 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 06:46:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 06:46:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 06:46:20 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 06:46:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 06:46:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 06:46:21 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 06:46:22 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 06:46:23 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:24 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 06:46:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 06:46:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 06:46:25 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 06:46:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 06:46:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 06:46:26 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:27 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 06:46:28 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 06:46:29 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 06:46:32 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 06:46:32 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 06:46:32 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 06:46:32 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 06:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:46:34 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:35 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 06:46:36 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 06:46:36 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 06:46:36 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 06:46:36 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 06:46:36 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-oai-hss-0: 06:46:37 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:37 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:37 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:37 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:37 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 06:46:38 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 06:46:39 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 06:46:39 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 06:46:39 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 06:46:39 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 06:46:39 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-oai-hss-0: 06:46:40 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 06:46:41 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 06:46:42 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:42 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 06:46:42 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 06:46:42 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 06:46:42 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 06:46:43 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 06:46:44 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 06:46:44 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:44 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 06:46:44 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 06:46:45 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 06:46:45 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 06:46:45 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 06:46:45 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 06:46:45 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 06:46:46 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 06:46:46 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 06:46:46 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 06:46:46 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 06:46:47 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 06:46:47 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 06:46:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 06:46:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 06:46:47 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 06:46:48 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 06:46:48 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 06:46:55 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 06:46:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 06:46:57 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 06:46:58 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 06:46:59 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 06:47:00 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 06:47:01 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 06:47:02 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 06:47:03 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 06:47:04 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 06:47:05 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 06:47:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (146 kB/s) unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install (Reading database ... 121450 files and directories currently installed.) unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 06:47:07 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install ...............++++++ unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install ....++++++ unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install ....................................................++++++ unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install ........................................++++++ unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Not Before: Oct 6 06:47:08 2018 GMT unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Not After : Oct 6 06:47:08 2019 GMT unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install EE:61:62:8A:94:B3:F7:F3:D1:F3:22:66:13:C2:25:7D:66:68:42:45 unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install keyid:B7:80:31:07:83:04:3D:3B:B9:AA:36:92:B8:F0:A0:DA:B3:E0:26:03 unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Certificate is to be certified until Oct 6 06:47:08 2019 GMT (365 days) unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 06:47:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 60%] [ 65%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 69%] [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 06:47:09 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 06:47:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 06:47:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 06:47:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 06:47:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 06:47:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 06:47:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:11 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 06:47:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:47:11 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 06:47:11 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 06:47:11 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 06:47:11 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 06:47:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 06:47:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 06:47:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 06:47:11 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 06:47:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 06:47:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 06:47:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:12 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 06:47:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:12 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 06:47:12 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 06:47:12 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 06:47:12 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 06:47:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:12 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 06:47:12 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:12 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 06:47:12 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 06:47:12 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 06:47:13 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 06:47:13 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 06:47:13 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 06:47:13 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 06:47:13 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 06:47:13 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 06:47:13 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 06:47:13 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:13 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 06:47:13 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.15 unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:13 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 06:47:13 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 06:47:13 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 06:47:13 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 06:47:13 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 06:47:13 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 06:47:14 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 06:47:14 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `iicheighaeveede` identified by 'sixiefaijohleas'] unit-mysql-0: 06:47:14 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `iicheighaeveede` identified by 'sixiefaijohleas'] unit-mysql-0: 06:47:14 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=iicheighaeveede', 'password=sixiefaijohleas', 'host=192.168.121.15', 'slave=False'] unit-mysql-0: 06:47:14 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 06:47:14 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:14 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 06:47:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 06:47:14 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 06:47:14 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 06:47:14 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 06:47:14 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 06:47:14 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + user=iicheighaeveede unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 06:47:14 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + password=sixiefaijohleas unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.15 unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 06:47:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.15 iicheighaeveede sixiefaijohleas oai-hss unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.15"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"iicheighaeveede"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"sixiefaijohleas"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u iicheighaeveede --password=sixiefaijohleas -h 192.168.121.15 oai-hss -e 'show tables;' unit-oai-hss-0: 06:47:14 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u iicheighaeveede --password=sixiefaijohleas -h 192.168.121.15 oai-hss unit-mysql-0: 06:47:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 06:47:15 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 06:47:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:15 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22063 unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22063' unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22063 =~ .*running.* ]] unit-oai-hss-0: 06:47:15 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 06:47:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:16 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 06:47:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:16 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 06:47:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 06:47:16 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 06:47:16 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + db_host=iicheighaeveede unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 06:47:16 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 06:47:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:17 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 06:47:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:17 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 06:47:17 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:18 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:18 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 06:47:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 06:47:18 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 06:47:19 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:47:19 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 06:47:19 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 06:47:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:47:19 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 06:47:19 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 06:47:19 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:47:19 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 06:47:19 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:47:19 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 06:47:19 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 06:47:19 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 06:47:19 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:47:19 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:47:19 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 06:47:19 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:48:00 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:48:00 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:48:00 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 06:48:00 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:48:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 06:49:21 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (272 kB/s) unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install (Reading database ... 128058 files and directories currently installed.) unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 06:49:22 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 06:49:23 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 06:49:23 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 06:49:23 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 06:49:24 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 06:49:24 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 06:49:25 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 06:49:28 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 06:49:28 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 06:49:28 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 06:49:28 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 06:49:29 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 06:49:31 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 06:49:33 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 06:49:34 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 06:49:35 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:36 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 06:49:36 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 06:49:36 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 06:49:36 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 06:49:36 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-epc-0: 06:49:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-hss-0: 06:49:36 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22063' unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22063 =~ .*running.* ]] unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 06:49:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:49:36 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 06:49:36 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 06:49:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:49:36 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 06:49:36 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:49:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:49:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 06:49:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 06:49:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 06:49:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 06:49:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 06:49:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 06:49:38 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 06:49:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 06:49:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 06:49:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 06:49:39 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 06:49:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 06:49:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 06:49:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 06:49:40 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 06:49:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 06:49:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 06:49:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 06:49:41 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 06:49:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 06:49:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 06:49:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 06:49:43 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 06:49:44 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 06:49:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 06:49:45 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 06:49:46 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 06:49:47 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 06:49:48 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 06:49:52 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 06:50:11 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 06:50:11 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 06:50:11 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 06:50:11 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 06:50:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:25 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 06:50:25 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 06:50:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:50:25 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 06:50:26 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 06:50:26 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 06:50:26 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 06:50:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 06:50:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 06:50:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 06:50:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 06:50:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 06:50:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 06:50:26 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.8 unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.8 ']' unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 06:50:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 06:50:27 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 06:50:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:28 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 06:50:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 06:50:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 06:50:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:28 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 06:50:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:28 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 06:50:28 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.8 unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.8/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 06:50:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:29 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 06:50:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:29 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 06:50:29 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 06:50:29 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 06:50:29 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 06:50:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:29 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 06:50:29 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:29 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 06:50:29 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 06:50:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:30 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.8' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.8 unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 06:50:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-epc-0: 06:50:30 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 06:50:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 06:50:30 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 06:50:30 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:30 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 06:50:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 06:50:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 06:50:30 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:50:30 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-abot-epc-basic-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 06:50:30 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-oai-hss-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:50:30 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-abot-epc-basic-0: 06:50:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 06:50:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 06:50:30 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:30 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 06:50:30 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-hss-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:50:30 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 06:50:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:30 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 06:50:30 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.16' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.16 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.16 unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22063' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22063 =~ .*running.* ]] unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:50:31 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:50:31 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.8 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 8 -le 255 ]] unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.8' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.8 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.8 unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:50:31 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-hss-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:31 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 06:50:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:50:31 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 06:50:31 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 06:50:31 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 06:50:31 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:31 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 06:50:31 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-hss-0: 06:50:31 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 06:50:31 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:31 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 06:50:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 06:50:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-abot-epc-basic-0: 06:50:31 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:31 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.8 unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:32 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:50:32 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.8 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.8 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.8/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.8/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 06:50:32 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 06:50:32 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=iicheighaeveede unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-abot-epc-basic-0: 06:50:32 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:32 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:32 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=sixiefaijohleas unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:32 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.15 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:32 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 06:50:32 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 06:50:32 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z iicheighaeveede ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u iicheighaeveede --password=sixiefaijohleas -h 192.168.121.15 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u iicheighaeveede --password=sixiefaijohleas -h 192.168.121.15 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 06:50:32 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 06:50:32 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:32 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-hss-0: 06:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:50:32 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u iicheighaeveede --password=sixiefaijohleas -h 192.168.121.15 oai-hss unit-abot-epc-basic-0: 06:50:32 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-hss-0: 06:50:32 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-abot-epc-basic-0: 06:50:32 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 06:50:32 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 06:50:33 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:33 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:33 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 06:50:33 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 06:50:33 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 06:50:33 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:33 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 06:50:33 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 06:50:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 06:50:33 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 06:50:33 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 06:50:33 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:50:33 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 06:50:33 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:33 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:33 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 06:50:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:33 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:33 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.16 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 06:50:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:33 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 06:50:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 15212 unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 15212' unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 15212 =~ .*running.* ]] unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 06:50:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:34 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 06:50:34 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 06:50:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:35 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 06:50:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 06:50:35 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 06:50:36 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:36 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 06:50:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 06:50:36 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 06:50:37 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:37 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:37 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 06:50:37 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 06:50:37 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 06:50:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:38 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 06:50:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 06:50:38 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 06:50:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:39 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 06:50:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 06:50:39 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 06:50:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 06:50:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 06:50:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:41 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 06:50:41 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 06:50:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 06:50:41 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 06:50:42 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 06:50:42 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:42 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:42 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:42 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:42 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.8 unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.8/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.8/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 06:50:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15212' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15212 =~ .*running.* ]] unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:50:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:43 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:50:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 06:50:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-abot-epc-basic-0: 06:50:44 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 06:50:44 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 15522 unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 06:50:44 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15522' unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15522 =~ .*running.* ]] unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 06:50:44 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:44 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 06:50:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:44 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 06:50:44 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 06:50:45 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:45 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 06:50:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 06:50:45 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 06:50:46 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:46 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 06:50:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 06:50:46 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 06:50:47 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:47 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 06:50:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 06:50:47 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 06:50:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 06:50:48 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 06:50:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 06:50:48 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 06:50:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:50:49 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 06:50:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 06:50:49 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 06:50:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 06:50:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 06:50:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:51 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 06:50:51 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 06:50:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 06:50:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 06:50:51 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 06:50:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:50:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:50:51 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 06:50:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 06:50:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 06:50:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 06:50:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.8 unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.8/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.8/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 06:50:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 06:50:52 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 06:50:52 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 06:50:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 06:50:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 06:50:52 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 06:50:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:50:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 06:51:15 DEBUG juju.worker.uniter.remotestate got action change: [8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc] ok=true unit-abot-epc-basic-0: 06:51:15 DEBUG juju.worker.uniter.operation running operation run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc unit-abot-epc-basic-0: 06:51:15 DEBUG juju.machinelock acquire machine lock for uniter (run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc) unit-abot-epc-basic-0: 06:51:15 DEBUG juju.machinelock machine lock acquired for uniter (run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc) unit-abot-epc-basic-0: 06:51:15 DEBUG juju.worker.uniter.operation preparing operation "run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc" unit-abot-epc-basic-0: 06:51:15 DEBUG juju.worker.uniter.operation executing operation "run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc" unit-abot-epc-basic-0: 06:51:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 06:51:15 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 06:51:15 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 06:51:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 06:51:15 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 06:51:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 06:51:15 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 06:51:15 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3381966448181040416.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7279857231794180996.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3545484241264020549.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3372444228599308835.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1371209634353112158.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8112648483289796487.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.770 s unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-06T06:51:18+00:00 unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 06:51:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:20 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 06:51:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:20 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 06:51:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:21 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 06:51:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 06:51:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 06:51:23 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:51:23 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 06:51:23 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 06:51:23 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 06:51:23 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:24 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sat Oct 06 06:51:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:24 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 06:51:25 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:25 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:51:26 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:26 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 06:51:26 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@aa10649] to [cucumber.runtime.java.spring.GlueCodeScope@6b3871d6] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Sat Oct 06 06:51:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Sat Oct 06 06:51:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 6:51:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 06:51:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :1371 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :41 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:29 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:51:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:29 [main] REPORT: STEP EXECUTION TIME TAKEN :693 MS unit-abot-epc-basic-0: 06:51:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :799 MS unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10021 MS unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40.742 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40.753 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: STEP EXECUTION TIME TAKEN :63 MS unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:51:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:51:41 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :407 MS unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:51:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10025 MS unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02.200 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02.206 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:52:02 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:12 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: STEP EXECUTION TIME TAKEN :439 MS unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: STEP EXECUTION TIME TAKEN :36 MS unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:13 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23.278 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23.285 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP EXECUTION TIME TAKEN :76 MS unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:52:23 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :452 MS unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:34 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44.248 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44.254 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:52:44 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:52:53 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:52:53 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:52:53 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 06:52:53 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:52:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP EXECUTION TIME TAKEN :232 MS unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :775 MS unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:52:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05.711 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05.715 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:53:05 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 06:53:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP EXECUTION TIME TAKEN :218 MS unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:16 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :790 MS unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:17 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27.168 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27.173 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:53:27 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP EXECUTION TIME TAKEN :376 MS unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :646 MS unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:38 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48.625 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48.628 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:53:48 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 06:53:58 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 06:53:58 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 06:53:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22063' unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22063 =~ .*running.* ]] unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 06:53:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:53:58 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 06:53:58 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 06:53:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:53:58 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 06:53:58 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:53:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:53:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:53:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:53:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:59 [main] REPORT: STEP EXECUTION TIME TAKEN :563 MS unit-abot-epc-basic-0: 06:53:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:53:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:53:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :653 MS unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10.280 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10.283 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:54:10 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP EXECUTION TIME TAKEN :359 MS unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP EXECUTION TIME TAKEN :637 MS unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:21 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31.828 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31.831 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: STEP EXECUTION TIME TAKEN :222 MS unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:54:31 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:54:32 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 06:54:37 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 06:54:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:54:37 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 06:54:37 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 06:54:37 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 06:54:37 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 06:54:37 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 06:54:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 17245' unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 17245 =~ .*running.* ]] unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 06:54:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:54:37 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 06:54:37 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 06:54:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:54:38 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 06:54:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 06:54:38 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 06:54:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:54:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP EXECUTION TIME TAKEN :201 MS unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :630 MS unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53.431 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53.434 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: STEP EXECUTION TIME TAKEN :188 MS unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:54:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:54:53 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP EXECUTION TIME TAKEN :223 MS unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP EXECUTION TIME TAKEN :686 MS unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP EXECUTION TIME TAKEN :62 MS unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14.727 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14.731 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:55:14 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:55:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: STEP EXECUTION TIME TAKEN :234 MS unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: STEP EXECUTION TIME TAKEN :693 MS unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :154 MS unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36.152 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36.154 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:55:36 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP EXECUTION TIME TAKEN :202 MS unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:46 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :777 MS unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57.447 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57.449 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:55:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:55:57 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP EXECUTION TIME TAKEN :204 MS unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:07 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP EXECUTION TIME TAKEN :777 MS unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:08 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18.776 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18.777 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:56:18 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:56:28 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:28 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: STEP EXECUTION TIME TAKEN :354 MS unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:29 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: STEP EXECUTION TIME TAKEN :636 MS unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:30 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40.066 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40.071 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:56:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP EXECUTION TIME TAKEN :324 MS unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:50 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP EXECUTION TIME TAKEN :656 MS unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:56:51 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:56:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:01 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:01 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:01 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 06:57:01 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:01 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11.406 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11.408 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:57:11 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 06:57:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 06:57:14 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 06:57:14 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 06:57:14 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 06:57:14 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 06:57:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP EXECUTION TIME TAKEN :255 MS unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:22 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP EXECUTION TIME TAKEN :641 MS unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP EXECUTION TIME TAKEN :141 MS unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:23 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 06:57:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:33 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43.590 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43.595 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 06:57:43 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:53 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:53 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP EXECUTION TIME TAKEN :388 MS unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:54 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP EXECUTION TIME TAKEN :683 MS unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:57:55 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:57:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 06:58:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:05 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:05 [main] REPORT: ========================================================================================== unit-oai-hss-0: 06:58:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 06:58:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 06:58:09 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 06:58:09 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 06:58:09 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 06:58:09 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 06:58:09 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 06:58:09 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22063' unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22063 =~ .*running.* ]] unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 06:58:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 06:58:09 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 06:58:09 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 06:58:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 06:58:09 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 06:58:10 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 06:58:10 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 06:58:10 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 06:58:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15.212 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15.215 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:58:15 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP EXECUTION TIME TAKEN :331 MS unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:25 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:58:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:26 [main] REPORT: STEP EXECUTION TIME TAKEN :631 MS unit-abot-epc-basic-0: 06:58:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:26 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: STEP EXECUTION TIME TAKEN :629 MS unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:27 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 06:58:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:37 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47.254 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47.257 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: STEP EXECUTION TIME TAKEN :142 MS unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 06:58:47 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:58 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: STEP EXECUTION TIME TAKEN :331 MS unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: STEP EXECUTION TIME TAKEN :634 MS unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:58:59 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:58:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :633 MS unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:00 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:59:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 06:59:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:10 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20.461 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20.463 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:59:20 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:59:21 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :217 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:31 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: STEP EXECUTION TIME TAKEN :638 MS unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: STEP EXECUTION TIME TAKEN :84 MS unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:32 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:59:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 06:59:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:42 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:42 [main] REPORT: ========================================================================================== unit-oai-epc-0: 06:59:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 06:59:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 06:59:42 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 06:59:42 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 06:59:42 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 06:59:42 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 06:59:42 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 06:59:42 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 19210' unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 19210 =~ .*running.* ]] unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 06:59:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 06:59:42 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 06:59:42 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 06:59:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 06:59:43 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 06:59:43 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 06:59:43 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 06:59:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 06:59:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52.577 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52.579 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 06:59:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 06:59:52 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 06:59:53 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :335 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:03 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :651 MS unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:04 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 07:00:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 07:00:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:14 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24.563 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24.564 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 06-Oct-2018 07:00:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 07:00:24 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 07:00:25 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run 9m8.078s unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 551.761 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.015 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.018 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.004 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run Oct 06, 2018 7:00:35 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 07:00:35 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sat Oct 06 06:51:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 07:00:36 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 07:00:37 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 07:00:37 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 07:00:37 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 07:00:37 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:17 min unit-abot-epc-basic-0: 07:00:37 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-06T07:00:37+00:00 unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 07:00:38 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation committing operation "run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc" unit-abot-epc-basic-0: 07:00:38 DEBUG juju.machinelock machine lock released for uniter (run action 8594b8ff-7a04-4fbb-8abf-31e23bf0a3fc) unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 07:00:38 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 07:00:38 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 07:00:38 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 07:00:38 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 07:00:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-10-06 07:00:58,901 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-10-06 07:01:53,301 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2018-10-06 07:01:53,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:53,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:53,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-f853b8c5-0501-4430-82d4-7c6c297ad6fb Date: Sat, 06 Oct 2018 07:01:53 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:29:44Z", "updated_at": "2018-10-06T07:01:34Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "7c29324a-000f-4775-a2d0-c8b13a607497"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:24:07Z", "updated_at": "2018-10-06T07:01:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "acead30e-46e4-4e9d-a83d-73e206f72839"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:19:33Z", "updated_at": "2018-10-06T07:01:50Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "b79a566c-1a22-48b1-8cfd-07cc4a1348d7"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:30:20Z", "updated_at": "2018-10-06T07:01:34Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "ca9f2068-a11a-4335-ab29-cec548ebaf47"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:27:16Z", "updated_at": "2018-10-06T07:01:23Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "e142d05d-8b56-4d07-bd15-7fe3449e105d"}]} 2018-10-06 07:01:53,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f853b8c5-0501-4430-82d4-7c6c297ad6fb 2018-10-06 07:01:53,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.185945034027s 2018-10-06 07:01:53,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f853b8c5-0501-4430-82d4-7c6c297ad6fb 2018-10-06 07:01:53,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 07:01:53,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/7c29324a-000f-4775-a2d0-c8b13a607497.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:54,058 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-779ea473-203f-4f4a-9278-0275769a4c4c Content-Length: 0 Date: Sat, 06 Oct 2018 07:01:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:01:54,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/7c29324a-000f-4775-a2d0-c8b13a607497.json used request id req-779ea473-203f-4f4a-9278-0275769a4c4c 2018-10-06 07:01:54,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.548002958298s 2018-10-06 07:01:54,058 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/7c29324a-000f-4775-a2d0-c8b13a607497.json used request id req-779ea473-203f-4f4a-9278-0275769a4c4c 2018-10-06 07:01:54,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:54,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-5e8154d5-5105-49be-9c74-c4ba67bcb81e Date: Sat, 06 Oct 2018 07:01:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:24:07Z", "updated_at": "2018-10-06T07:01:14Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "acead30e-46e4-4e9d-a83d-73e206f72839"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:19:33Z", "updated_at": "2018-10-06T07:01:50Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "b79a566c-1a22-48b1-8cfd-07cc4a1348d7"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:30:20Z", "updated_at": "2018-10-06T07:01:34Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "ca9f2068-a11a-4335-ab29-cec548ebaf47"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:27:16Z", "updated_at": "2018-10-06T07:01:23Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "e142d05d-8b56-4d07-bd15-7fe3449e105d"}]} 2018-10-06 07:01:54,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5e8154d5-5105-49be-9c74-c4ba67bcb81e 2018-10-06 07:01:54,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.173879861832s 2018-10-06 07:01:54,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5e8154d5-5105-49be-9c74-c4ba67bcb81e 2018-10-06 07:01:54,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 07:01:54,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/acead30e-46e4-4e9d-a83d-73e206f72839.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:54,938 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cf54444-7477-4b89-a473-6ec32cde80e5 Content-Length: 0 Date: Sat, 06 Oct 2018 07:01:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:01:54,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/acead30e-46e4-4e9d-a83d-73e206f72839.json used request id req-5cf54444-7477-4b89-a473-6ec32cde80e5 2018-10-06 07:01:54,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.683715105057s 2018-10-06 07:01:54,939 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/acead30e-46e4-4e9d-a83d-73e206f72839.json used request id req-5cf54444-7477-4b89-a473-6ec32cde80e5 2018-10-06 07:01:54,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:54,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:55,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-dd0f1887-4c81-4293-944b-17c170678a9a Date: Sat, 06 Oct 2018 07:01:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:19:33Z", "updated_at": "2018-10-06T07:01:50Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "b79a566c-1a22-48b1-8cfd-07cc4a1348d7"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:30:20Z", "updated_at": "2018-10-06T07:01:34Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "ca9f2068-a11a-4335-ab29-cec548ebaf47"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:27:16Z", "updated_at": "2018-10-06T07:01:23Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "e142d05d-8b56-4d07-bd15-7fe3449e105d"}]} 2018-10-06 07:01:55,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dd0f1887-4c81-4293-944b-17c170678a9a 2018-10-06 07:01:55,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.171406030655s 2018-10-06 07:01:55,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-dd0f1887-4c81-4293-944b-17c170678a9a 2018-10-06 07:01:55,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 07:01:55,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/b79a566c-1a22-48b1-8cfd-07cc4a1348d7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:55,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71c26df8-5dfd-4fd7-a16b-3fd34e007348 Content-Length: 0 Date: Sat, 06 Oct 2018 07:01:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:01:55,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/b79a566c-1a22-48b1-8cfd-07cc4a1348d7.json used request id req-71c26df8-5dfd-4fd7-a16b-3fd34e007348 2018-10-06 07:01:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.517848014832s 2018-10-06 07:01:55,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/b79a566c-1a22-48b1-8cfd-07cc4a1348d7.json used request id req-71c26df8-5dfd-4fd7-a16b-3fd34e007348 2018-10-06 07:01:55,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:55,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-0c4ce0f6-efd1-471e-a0ad-628f76b2c9ee Date: Sat, 06 Oct 2018 07:01:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:30:20Z", "updated_at": "2018-10-06T07:01:34Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "ca9f2068-a11a-4335-ab29-cec548ebaf47"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:27:16Z", "updated_at": "2018-10-06T07:01:23Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "e142d05d-8b56-4d07-bd15-7fe3449e105d"}]} 2018-10-06 07:01:55,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0c4ce0f6-efd1-471e-a0ad-628f76b2c9ee 2018-10-06 07:01:55,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.327371120453s 2018-10-06 07:01:55,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0c4ce0f6-efd1-471e-a0ad-628f76b2c9ee 2018-10-06 07:01:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 07:01:55,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/ca9f2068-a11a-4335-ab29-cec548ebaf47.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:56,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4025a6c6-0e15-4a92-b019-318ac2d83d03 Content-Length: 0 Date: Sat, 06 Oct 2018 07:01:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:01:56,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/ca9f2068-a11a-4335-ab29-cec548ebaf47.json used request id req-4025a6c6-0e15-4a92-b019-318ac2d83d03 2018-10-06 07:01:56,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.704818964005s 2018-10-06 07:01:56,696 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/ca9f2068-a11a-4335-ab29-cec548ebaf47.json used request id req-4025a6c6-0e15-4a92-b019-318ac2d83d03 2018-10-06 07:01:56,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:56,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-de10c0ff-7363-47bf-af35-02570cf18463 Date: Sat, 06 Oct 2018 07:01:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:27:16Z", "updated_at": "2018-10-06T07:01:23Z", "floating_network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_id": null, "id": "e142d05d-8b56-4d07-bd15-7fe3449e105d"}]} 2018-10-06 07:01:56,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-de10c0ff-7363-47bf-af35-02570cf18463 2018-10-06 07:01:56,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.180538892746s 2018-10-06 07:01:56,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-de10c0ff-7363-47bf-af35-02570cf18463 2018-10-06 07:01:56,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-06 07:01:56,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/e142d05d-8b56-4d07-bd15-7fe3449e105d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:57,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3255ffe2-990b-4d10-bfd2-98cd1d824187 Content-Length: 0 Date: Sat, 06 Oct 2018 07:01:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:01:57,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/e142d05d-8b56-4d07-bd15-7fe3449e105d.json used request id req-3255ffe2-990b-4d10-bfd2-98cd1d824187 2018-10-06 07:01:57,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.68271279335s 2018-10-06 07:01:57,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/e142d05d-8b56-4d07-bd15-7fe3449e105d.json used request id req-3255ffe2-990b-4d10-bfd2-98cd1d824187 2018-10-06 07:01:57,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-06 07:01:57,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:01:57,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-013f3644-e618-4bea-b9e7-6d8722508497 Date: Sat, 06 Oct 2018 07:01:57 GMT RESP BODY: {"floatingips": []} 2018-10-06 07:01:57,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-013f3644-e618-4bea-b9e7-6d8722508497 2018-10-06 07:01:57,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.158946990967s 2018-10-06 07:01:57,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-013f3644-e618-4bea-b9e7-6d8722508497 2018-10-06 07:01:57,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 07:01:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:00,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-397e6078-4848-47c5-84ac-1e4fa0ce1eb0 Date: Sat, 06 Oct 2018 07:02:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:02:00,272 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d used request id req-397e6078-4848-47c5-84ac-1e4fa0ce1eb0 2018-10-06 07:02:00,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.5342438221s 2018-10-06 07:02:00,273 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9459b4c2-b233-4b7d-8f57-2c9f1a3f835d used request id req-397e6078-4848-47c5-84ac-1e4fa0ce1eb0 2018-10-06 07:02:00,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 07:02:00,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:00,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07: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-9b62aea6-c49e-4a08-a35c-a9bc0552ec7c x-compute-request-id: req-9b62aea6-c49e-4a08-a35c-a9bc0552ec7c Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1a6bf6fe-d297-4927-b03e-29352eefe50a", "name": "juju_epc-flavor_alt_4adba728-8f23-4528-adb4-868816b7b683", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "afed6822-a9ba-4332-8c47-bbbc73d76141", "name": "juju_epc-flavor_4adba728-8f23-4528-adb4-868816b7b683", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 07:02:00,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9b62aea6-c49e-4a08-a35c-a9bc0552ec7c 2018-10-06 07:02:00,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.170269012451s 2018-10-06 07:02:00,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9b62aea6-c49e-4a08-a35c-a9bc0552ec7c 2018-10-06 07:02:00,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 07:02:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:00,508 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 07:02:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-197c53c4-49fb-49e2-b6af-88ed14fc5453 x-compute-request-id: req-197c53c4-49fb-49e2-b6af-88ed14fc5453 Content-Length: 0 Content-Type: application/json 2018-10-06 07:02:00,508 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a used request id req-197c53c4-49fb-49e2-b6af-88ed14fc5453 2018-10-06 07:02:00,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0622918605804s 2018-10-06 07:02:00,509 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/1a6bf6fe-d297-4927-b03e-29352eefe50a used request id req-197c53c4-49fb-49e2-b6af-88ed14fc5453 2018-10-06 07:02:00,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-06 07:02:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" -d '{"subnet_id": "c3508bae-3cc9-4333-bfad-57a71bce6976"}' 2018-10-06 07:02:01,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-01dafe5f-d9d0-468f-a312-477254e6ced3 Date: Sat, 06 Oct 2018 07:02:01 GMT RESP BODY: {"network_id": "54021442-8ba3-4f65-a6d9-60b470b566f1", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "subnet_id": "c3508bae-3cc9-4333-bfad-57a71bce6976", "subnet_ids": ["c3508bae-3cc9-4333-bfad-57a71bce6976"], "port_id": "a208e172-0dc0-4ea3-9bf7-6c3811f496ee", "id": "59cbcb39-bf43-4005-9e95-c3d398d35ee2"} 2018-10-06 07:02:01,971 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/remove_router_interface.json used request id req-01dafe5f-d9d0-468f-a312-477254e6ced3 2018-10-06 07:02:01,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.46148896217s 2018-10-06 07:02:01,971 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2/remove_router_interface.json used request id req-01dafe5f-d9d0-468f-a312-477254e6ced3 returning object 59cbcb39-bf43-4005-9e95-c3d398d35ee2 2018-10-06 07:02:01,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-06 07:02:01,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:02,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-58d83b36-9a79-4d7e-8bc2-f16e0b122e0b Date: Sat, 06 Oct 2018 07:02:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6517c0e-8c87-4fe1-b885-3a296982e720", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "fb5f7289-4181-4468-a8f0-6bf9013e6613", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:17:11Z", "admin_state_up": true, "updated_at": "2018-10-06T07:02:01Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "59cbcb39-bf43-4005-9e95-c3d398d35ee2", "name": "juju_epc-router_4adba728-8f23-4528-adb4-868816b7b683"}]} 2018-10-06 07:02:02,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-58d83b36-9a79-4d7e-8bc2-f16e0b122e0b 2018-10-06 07:02:02,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.226034879684s 2018-10-06 07:02:02,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-58d83b36-9a79-4d7e-8bc2-f16e0b122e0b 2018-10-06 07:02:02,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-06 07:02:02,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:05,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6463806-3abe-4e60-91e3-51632f1f3b4a Content-Length: 0 Date: Sat, 06 Oct 2018 07:02:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:02:05,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2.json used request id req-a6463806-3abe-4e60-91e3-51632f1f3b4a 2018-10-06 07:02:05,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.48137307167s 2018-10-06 07:02:05,681 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/59cbcb39-bf43-4005-9e95-c3d398d35ee2.json used request id req-a6463806-3abe-4e60-91e3-51632f1f3b4a 2018-10-06 07:02:05,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-06 07:02:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:05,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6b1e56e0-ebf1-4f8f-aa2d-1b935572d31e Date: Sat, 06 Oct 2018 07:02:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54021442-8ba3-4f65-a6d9-60b470b566f1","tenant_id":"d441af8b69304f0d8b7d1bfe46b21f7e","created_at":"2018-10-06T06:17:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-06T06:17:10Z","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":"d441af8b69304f0d8b7d1bfe46b21f7e","id":"c3508bae-3cc9-4333-bfad-57a71bce6976","subnetpool_id":null,"name":"juju_epc-subnet_4adba728-8f23-4528-adb4-868816b7b683"}]} 2018-10-06 07:02:05,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6b1e56e0-ebf1-4f8f-aa2d-1b935572d31e 2018-10-06 07:02:05,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202455997467s 2018-10-06 07:02:05,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6b1e56e0-ebf1-4f8f-aa2d-1b935572d31e 2018-10-06 07:02:05,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-06 07:02:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/c3508bae-3cc9-4333-bfad-57a71bce6976.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:08,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4e0e801-a646-42ae-8359-c565e0faf8a4 Date: Sat, 06 Oct 2018 07:02:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:02:08,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c3508bae-3cc9-4333-bfad-57a71bce6976.json used request id req-f4e0e801-a646-42ae-8359-c565e0faf8a4 2018-10-06 07:02:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28239798546s 2018-10-06 07:02:08,169 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c3508bae-3cc9-4333-bfad-57a71bce6976.json used request id req-f4e0e801-a646-42ae-8359-c565e0faf8a4 2018-10-06 07:02:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 07:02:08,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:08,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-c2fbb151-cc27-42df-b634-792584426ebe Date: Sat, 06 Oct 2018 07:02: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":[],"updated_at":"2018-10-06T07:02:07Z","tenant_id":"d441af8b69304f0d8b7d1bfe46b21f7e","created_at":"2018-10-06T06:17:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d441af8b69304f0d8b7d1bfe46b21f7e","id":"54021442-8ba3-4f65-a6d9-60b470b566f1","name":"juju_epc-net_4adba728-8f23-4528-adb4-868816b7b683"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","mtu":1500}]} 2018-10-06 07:02:08,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c2fbb151-cc27-42df-b634-792584426ebe 2018-10-06 07:02:08,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271908044815s 2018-10-06 07:02:08,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c2fbb151-cc27-42df-b634-792584426ebe 2018-10-06 07:02:08,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-06 07:02:08,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/54021442-8ba3-4f65-a6d9-60b470b566f1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:09,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8fc612b4-cbae-48e4-8c4d-0600335bd569 Date: Sat, 06 Oct 2018 07:02:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:02:09,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/54021442-8ba3-4f65-a6d9-60b470b566f1.json used request id req-8fc612b4-cbae-48e4-8c4d-0600335bd569 2018-10-06 07:02:09,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05430912971s 2018-10-06 07:02:09,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/54021442-8ba3-4f65-a6d9-60b470b566f1.json used request id req-8fc612b4-cbae-48e4-8c4d-0600335bd569 2018-10-06 07:02:09,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:02:09,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:10,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-38ae2ad8-9739-4759-a257-bc5717e6f29c Date: Sat, 06 Oct 2018 07:02:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "metadata": {}}], "file": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/file", "owner": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "size": 296943616, "self": "/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "072d1fef34791b3be9cd4bac05cb9a0ad5b58086bef1aa77fbbdc75658d832c2", "updated_at": "2018-10-06T06:17:27Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "8d383c8eea2375af863ecdeecff593d1", "name": "juju_epc-img_4adba728-8f23-4528-adb4-868816b7b683", "checksum": "8d383c8eea2375af863ecdeecff593d1", "created_at": "2018-10-06T06:17:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:02:10,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-38ae2ad8-9739-4759-a257-bc5717e6f29c 2018-10-06 07:02:10,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.562855958939s 2018-10-06 07:02:10,061 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-38ae2ad8-9739-4759-a257-bc5717e6f29c 2018-10-06 07:02:10,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 07:02:10,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b8298bf06601c3fdedcfc4785a74685f8d73a6db" 2018-10-06 07:02:12,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3ad3e09-bb82-4b33-943d-79571a3726f2 Date: Sat, 06 Oct 2018 07:02:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:02:12,320 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 used request id req-b3ad3e09-bb82-4b33-943d-79571a3726f2 2018-10-06 07:02:12,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.25740480423s 2018-10-06 07:02:12,321 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/3b9fc8d0-4dcd-4dd1-8490-9923bc376a80 used request id req-b3ad3e09-bb82-4b33-943d-79571a3726f2 2018-10-06 07:02:12,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 07:02:12,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02: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-42431073-bf6b-43b5-bd26-d482936591a2 x-compute-request-id: req-42431073-bf6b-43b5-bd26-d482936591a2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "afed6822-a9ba-4332-8c47-bbbc73d76141", "name": "juju_epc-flavor_4adba728-8f23-4528-adb4-868816b7b683", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 07:02:12,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-42431073-bf6b-43b5-bd26-d482936591a2 2018-10-06 07:02:12,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310640335083s 2018-10-06 07:02:12,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-42431073-bf6b-43b5-bd26-d482936591a2 2018-10-06 07:02:12,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 07:02:12,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,393 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 07:02: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-b75f55c8-090b-4308-b2a2-b732510f32cf x-compute-request-id: req-b75f55c8-090b-4308-b2a2-b732510f32cf Content-Length: 0 Content-Type: application/json 2018-10-06 07:02:12,393 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141 used request id req-b75f55c8-090b-4308-b2a2-b732510f32cf 2018-10-06 07:02:12,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0391891002655s 2018-10-06 07:02:12,394 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/afed6822-a9ba-4332-8c47-bbbc73d76141 used request id req-b75f55c8-090b-4308-b2a2-b732510f32cf 2018-10-06 07:02:12,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:02:12,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3927661-0075-4d91-bb3b-835dd795d491 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683", "links": {"self": "http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390"}, "domain_id": "default", "enabled": true, "id": "21e7e2cc71d34bd3b8872c8948c99390", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 07:02:12,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a3927661-0075-4d91-bb3b-835dd795d491 2018-10-06 07:02:12,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104722976685s 2018-10-06 07:02:12,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a3927661-0075-4d91-bb3b-835dd795d491 2018-10-06 07:02:12,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:02:12,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d18429-2fa3-4eed-8ff8-e847c33d4075 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390"}, "enabled": true, "id": "21e7e2cc71d34bd3b8872c8948c99390", "options": {}, "domain_id": "default", "name": "juju_epc-user_4adba728-8f23-4528-adb4-868816b7b683"}} 2018-10-06 07:02:12,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 used request id req-67d18429-2fa3-4eed-8ff8-e847c33d4075 2018-10-06 07:02:12,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0883982181549s 2018-10-06 07:02:12,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 used request id req-67d18429-2fa3-4eed-8ff8-e847c33d4075 2018-10-06 07:02:12,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 07:02:12,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c95fec02-4674-4c75-baa0-555d53736ff8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:12,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 used request id req-c95fec02-4674-4c75-baa0-555d53736ff8 2018-10-06 07:02:12,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193103075027s 2018-10-06 07:02:12,789 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/21e7e2cc71d34bd3b8872c8948c99390 used request id req-c95fec02-4674-4c75-baa0-555d53736ff8 2018-10-06 07:02:12,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 07:02:12,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:12,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fea34f-9deb-42c2-885d-938a7538ed28 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e"}, "enabled": true, "id": "d441af8b69304f0d8b7d1bfe46b21f7e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4adba728-8f23-4528-adb4-868816b7b683"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 07:02:12,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-43fea34f-9deb-42c2-885d-938a7538ed28 2018-10-06 07:02:12,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.079910993576s 2018-10-06 07:02:12,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-43fea34f-9deb-42c2-885d-938a7538ed28 2018-10-06 07:02:12,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 07:02:12,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3bd0b9-e0a5-41f9-ae67-7a503cd2332a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:13,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e used request id req-6f3bd0b9-e0a5-41f9-ae67-7a503cd2332a 2018-10-06 07:02:13,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156942129135s 2018-10-06 07:02:13,029 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d441af8b69304f0d8b7d1bfe46b21f7e used request id req-6f3bd0b9-e0a5-41f9-ae67-7a503cd2332a 2018-10-06 07:02:13,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:13,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af5b7fe-90ce-42e0-b97b-f64d542c542f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6f4a4afa03b2412c98be0adead91d8b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:13,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6af5b7fe-90ce-42e0-b97b-f64d542c542f 2018-10-06 07:02:13,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0877559185028s 2018-10-06 07:02:13,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 07:02:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb4ebcf2-52ab-4af6-bd3e-b5606c2eb6a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:13,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/6f4a4afa03b2412c98be0adead91d8b6 used request id req-bb4ebcf2-52ab-4af6-bd3e-b5606c2eb6a8 2018-10-06 07:02:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0986409187317s 2018-10-06 07:02:13,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 07:02:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d441af8b69304f0d8b7d1bfe46b21f7e&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3466391b-5f82-4ea6-a8c2-865c4aa6419f Date: Sat, 06 Oct 2018 07:02:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:17:09Z", "updated_at": "2018-10-06T06:17:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "1fcdc6f5-b8eb-4862-981a-fdd67e6655fb", "remote_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "2aeffa9a-8872-4a9d-ad32-94113cd8ec5e", "remote_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "4102ddda-2f97-4eef-b491-1dba9c2706dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "e96512a2-3ee5-4314-b2d6-b95a5a22d8f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}], "revision_number": 4, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "name": "default"}]} 2018-10-06 07:02:13,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d441af8b69304f0d8b7d1bfe46b21f7e&name=default used request id req-3466391b-5f82-4ea6-a8c2-865c4aa6419f 2018-10-06 07:02:13,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191905021667s 2018-10-06 07:02:13,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=d441af8b69304f0d8b7d1bfe46b21f7e&name=default used request id req-3466391b-5f82-4ea6-a8c2-865c4aa6419f 2018-10-06 07:02:13,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 07:02:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-da765b73-a2bb-4708-93f5-0e349adc3556 Date: Sat, 06 Oct 2018 07:02:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "created_at": "2018-10-06T03:06:29Z", "updated_at": "2018-10-06T03:06:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "81395128-6bdf-4d41-a516-553e95c130a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "09b13562-76be-4212-89bd-86279cc126ef", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "38fad62e-d3bc-4078-a4f3-6f0dba253884", "remote_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:06:29Z", "revision_number": 0, "id": "17a4d8ea-ef19-4f59-b220-ff3e657c7474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:06:29Z", "security_group_id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "tenant_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df"}], "revision_number": 4, "project_id": "ec5bcdef74a346eaa92ad18f5a2be7df", "id": "111201da-3e93-4cdb-8e2d-55e8b7d34001", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "created_at": "2018-10-06T06:17:09Z", "updated_at": "2018-10-06T06:17:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "4102ddda-2f97-4eef-b491-1dba9c2706dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "e96512a2-3ee5-4314-b2d6-b95a5a22d8f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "2aeffa9a-8872-4a9d-ad32-94113cd8ec5e", "remote_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T06:17:09Z", "revision_number": 0, "id": "1fcdc6f5-b8eb-4862-981a-fdd67e6655fb", "remote_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "remote_ip_prefix": null, "created_at": "2018-10-06T06:17:09Z", "security_group_id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "tenant_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e"}], "revision_number": 4, "project_id": "d441af8b69304f0d8b7d1bfe46b21f7e", "id": "45b6fa66-9050-4d25-b2c1-e28baec3adba", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43b0e43720f24df1860fcd99772e846d", "created_at": "2018-10-06T03:17:37Z", "updated_at": "2018-10-06T03:17:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "4db55fbf-cb14-4f20-a1ec-ff3ce0ce2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "e576a45f-a9c0-406e-92ff-03bfae5c05f2", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv4", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "55141976-e994-47d2-a4a4-ef3edc786faf", "remote_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:17:37Z", "revision_number": 0, "id": "a9e325c4-dd27-4992-9555-66ef4ca37a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:17:37Z", "security_group_id": "e933478a-ca2c-47ba-9f2c-68451178937c", "tenant_id": "43b0e43720f24df1860fcd99772e846d", "port_range_min": null, "ethertype": "IPv6", "project_id": "43b0e43720f24df1860fcd99772e846d"}], "revision_number": 4, "project_id": "43b0e43720f24df1860fcd99772e846d", "id": "e933478a-ca2c-47ba-9f2c-68451178937c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-06T03:19:44Z", "updated_at": "2018-10-06T03:19:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "13ff40e1-965e-4d97-996f-28f68858a878", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "7132ff24-f58d-4102-97d3-6c8118211c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "63b78e12-fd79-4905-b3cc-5fa0b299660f", "remote_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-06T03:19:44Z", "revision_number": 0, "id": "62c0f30d-fb3b-49e8-b3e9-2fba4d133387", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-06T03:19:44Z", "security_group_id": "f4991b1d-0294-405f-a33c-78be3de818c8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "f4991b1d-0294-405f-a33c-78be3de818c8", "name": "default"}]} 2018-10-06 07:02:13,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-da765b73-a2bb-4708-93f5-0e349adc3556 2018-10-06 07:02:13,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204065084457s 2018-10-06 07:02:13,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-da765b73-a2bb-4708-93f5-0e349adc3556 2018-10-06 07:02:13,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-06 07:02:13,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/45b6fa66-9050-4d25-b2c1-e28baec3adba.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09536d6a433353d4c8c6f42aa6e206ae093cc42a" 2018-10-06 07:02:13,910 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1de1f28-1822-4730-a4ee-670378970343 Content-Length: 0 Date: Sat, 06 Oct 2018 07:02:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-06 07:02:13,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/45b6fa66-9050-4d25-b2c1-e28baec3adba.json used request id req-f1de1f28-1822-4730-a4ee-670378970343 2018-10-06 07:02:13,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.283864021301s 2018-10-06 07:02:13,910 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/45b6fa66-9050-4d25-b2c1-e28baec3adba.json used request id req-f1de1f28-1822-4730-a4ee-670378970343 2018-10-06 07:02:13,911 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 25:56 | PASS | | vyos_vrouter | functest | vnf | 16:27 | PASS | | juju_epc | functest | vnf | 43:48 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-06 07:02:13,915 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 07:02:13,969 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-06 07:02:19,622 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 07:02:19,630 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 07:02:19,630 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-06 07:02:19,631 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-06 07:02:19,632 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-06 07:02:19,634 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-06 07:02:25,448 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-292 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-10-06 07:02:25,454 - 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_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=c82fFUUmPndAkXHVBUWkfjnaX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 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_REGION_NAME=regionOne 2018-10-06 07:02:25,454 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-06 07:02:25,465 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-06 07:02:29,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 07:02:29,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 07:02:29,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 07:02:29,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 07:02:29,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 07:02:29,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 07:02:29,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 07:02:29,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 07:02:29,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 07:02:29,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 07:02:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 07:02:29,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce459865-d9ef-484f-901b-46dc44fe34e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 07:02:29,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ce459865-d9ef-484f-901b-46dc44fe34e9 2018-10-06 07:02:29,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 07:02:29,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}], "expires_at": "2018-10-06T08:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b0e43720f24df1860fcd99772e846d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/43b0e43720f24df1860fcd99772e846d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cbc004dc373d4d56a6f3750a143a63f8"}, "audit_ids": ["e9rAvUNuQtCafgBOcj8UAw"], "issued_at": "2018-10-06T07:02:29.000000Z"}} 2018-10-06 07:02:29,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-06 07:02:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:30,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a89f84b3-63fa-494e-98ba-5af641e0960c Date: Sat, 06 Oct 2018 07:02:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"a6517c0e-8c87-4fe1-b885-3a296982e720","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec5bcdef74a346eaa92ad18f5a2be7df","status":"ACTIVE","subnets":["fb5f7289-4181-4468-a8f0-6bf9013e6613"],"description":"","tags":[],"updated_at":"2018-10-06T03:06:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec5bcdef74a346eaa92ad18f5a2be7df","created_at":"2018-10-06T03:06:30Z","provider:network_type":"flat"}]} 2018-10-06 07:02:30,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a89f84b3-63fa-494e-98ba-5af641e0960c 2018-10-06 07:02:30,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285316944122s 2018-10-06 07:02:30,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a89f84b3-63fa-494e-98ba-5af641e0960c 2018-10-06 07:02:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-06 07:02:30,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:30,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 07:02:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 07:02:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:30,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42fbff34-2ea4-45b5-b1ec-62ac5c536743 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.29:5000/v3/domains/61538c379dc841269d2285b5cbf53076"}, "description": "", "name": "heat_stack", "enabled": true, "id": "61538c379dc841269d2285b5cbf53076"}, {"links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-10-06 07:02:30,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-42fbff34-2ea4-45b5-b1ec-62ac5c536743 2018-10-06 07:02:30,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.43625497818s 2018-10-06 07:02:30,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-06 07:02:30,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}}' 2018-10-06 07:02:30,715 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 07:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6616c1b0-9fe1-444c-9599-52724007d0a3 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3"}, "enabled": true, "id": "254c2e47be62474395bc42b82e57fab3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}} 2018-10-06 07:02:30,716 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6616c1b0-9fe1-444c-9599-52724007d0a3 2018-10-06 07:02:30,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119798183441s 2018-10-06 07:02:30,716 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-6616c1b0-9fe1-444c-9599-52724007d0a3 2018-10-06 07:02:30,717 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472', 'id': u'254c2e47be62474395bc42b82e57fab3', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-06 07:02:30,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-06 07:02:31,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35641002655s 2018-10-06 07:02:31,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23582c6-af9c-476e-b63a-c0aa42c2e094 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472"}} 2018-10-06 07:02:31,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c used request id req-a23582c6-af9c-476e-b63a-c0aa42c2e094 2018-10-06 07:02:31,170 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a90386fd828a4da392eafe685dad127c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472'}) 2018-10-06 07:02:31,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:31,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79012c1-03c2-4a4f-846b-a1ee8df02b36 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:31,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d79012c1-03c2-4a4f-846b-a1ee8df02b36 2018-10-06 07:02:31,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0929160118103s 2018-10-06 07:02:31,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961388ce-143a-4521-93c0-b21fa83db74b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:31,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-961388ce-143a-4521-93c0-b21fa83db74b 2018-10-06 07:02:31,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810861587524s 2018-10-06 07:02:31,347 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-06 07:02:31,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-06 07:02:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"role": {"name": "Member"}}' 2018-10-06 07:02:31,452 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8b2cd52-e5e7-47cb-b4d8-241ae590fdda Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}} 2018-10-06 07:02:31,452 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/roles used request id req-c8b2cd52-e5e7-47cb-b4d8-241ae590fdda 2018-10-06 07:02:31,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105150938034s 2018-10-06 07:02:31,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26eb5504-de2e-4d7e-8bc7-4b5acdf60f0e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "domain_id": null, "name": "Member", "id": "40658a78e0654124baa3e58be8402875"}} 2018-10-06 07:02:31,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875 used request id req-26eb5504-de2e-4d7e-8bc7-4b5acdf60f0e 2018-10-06 07:02:31,542 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875'}, 'domain_id': None, 'human_id': None, 'id': u'40658a78e0654124baa3e58be8402875', 'HUMAN_ID': False}) 2018-10-06 07:02:31,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:31,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a46aa9-4b5e-4f18-b628-50bc29be5bb0 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:31,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-41a46aa9-4b5e-4f18-b628-50bc29be5bb0 2018-10-06 07:02:31,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810601711273s 2018-10-06 07:02:31,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 07:02:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19274d0f-694f-4dbf-ac91-9392dc653495 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 07:02:31,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-19274d0f-694f-4dbf-ac91-9392dc653495 2018-10-06 07:02:31,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0725691318512s 2018-10-06 07:02:31,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:02:31,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d00d0f-2d79-43ba-9205-2932e2ca5dce Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472", "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "domain_id": "default", "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 07:02:31,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-21d00d0f-2d79-43ba-9205-2932e2ca5dce 2018-10-06 07:02:31,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106720924377s 2018-10-06 07:02:31,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-21d00d0f-2d79-43ba-9205-2932e2ca5dce 2018-10-06 07:02:31,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 07:02:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072a164f-ce2a-4876-8aef-4d7b141c360c Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3"}, "enabled": true, "id": "254c2e47be62474395bc42b82e57fab3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 07:02:31,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-072a164f-ce2a-4876-8aef-4d7b141c360c 2018-10-06 07:02:31,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799329280853s 2018-10-06 07:02:31,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-072a164f-ce2a-4876-8aef-4d7b141c360c 2018-10-06 07:02:31,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 07:02:31,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=40658a78e0654124baa3e58be8402875 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:31,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-353f359e-e065-441e-a45a-41c5e88f6cc6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=40658a78e0654124baa3e58be8402875", "previous": null, "next": null}} 2018-10-06 07:02:31,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=40658a78e0654124baa3e58be8402875 used request id req-353f359e-e065-441e-a45a-41c5e88f6cc6 2018-10-06 07:02:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0743880271912s 2018-10-06 07:02:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 07:02:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3/users/a90386fd828a4da392eafe685dad127c/roles/40658a78e0654124baa3e58be8402875 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e3f38de-6351-4658-8a46-60ea887aeb12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:32,095 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3/users/a90386fd828a4da392eafe685dad127c/roles/40658a78e0654124baa3e58be8402875 used request id req-6e3f38de-6351-4658-8a46-60ea887aeb12 2018-10-06 07:02:32,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125293970108s 2018-10-06 07:02:32,096 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', 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', 'password': 'dfc1fe1d-f076-4a84-a4b8-9629daea159b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472', 'project_id': u'254c2e47be62474395bc42b82e57fab3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-06 07:02:32,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-06 07:02:32,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-06 07:02:32,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-06 07:02:32,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-06 07:02:32,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-06 07:02:32,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-06 07:02:32,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-06 07:02:32,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-06 07:02:32,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-06 07:02:32,102 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472', 'password': 'dfc1fe1d-f076-4a84-a4b8-9629daea159b', 'project_name': 'tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '254c2e47be62474395bc42b82e57fab3', 'project_domain_name': 'Default'} 2018-10-06 07:02:32,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:32,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720d434c-74d1-4728-b34c-df1e1ae1b0ae Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:32,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-720d434c-74d1-4728-b34c-df1e1ae1b0ae 2018-10-06 07:02:32,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794820785522s 2018-10-06 07:02:32,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfc65ab-4900-4b7c-857b-c05dcc181ead Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:32,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ccfc65ab-4900-4b7c-857b-c05dcc181ead 2018-10-06 07:02:32,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808539390564s 2018-10-06 07:02:32,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 07:02:32,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d320adde-491d-46ad-9e10-067d45c59c5a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 07:02:32,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d320adde-491d-46ad-9e10-067d45c59c5a 2018-10-06 07:02:32,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0810840129852s 2018-10-06 07:02:32,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:02:32,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6c9911-684d-4f1f-8929-284d71ca08f8 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472", "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "domain_id": "default", "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 07:02:32,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bc6c9911-684d-4f1f-8929-284d71ca08f8 2018-10-06 07:02:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102595090866s 2018-10-06 07:02:32,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bc6c9911-684d-4f1f-8929-284d71ca08f8 2018-10-06 07:02:32,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 07:02:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ddc008-2ece-4a9a-966b-a2d641af9e54 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3"}, "enabled": true, "id": "254c2e47be62474395bc42b82e57fab3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 07:02:32,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-31ddc008-2ece-4a9a-966b-a2d641af9e54 2018-10-06 07:02:32,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784199237823s 2018-10-06 07:02:32,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-31ddc008-2ece-4a9a-966b-a2d641af9e54 2018-10-06 07:02:32,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 07:02:32,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b11add8-01ed-4799-9001-a340ac2ecc49 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47", "previous": null, "next": null}} 2018-10-06 07:02:32,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&scope.project.id=254c2e47be62474395bc42b82e57fab3&role.id=7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-7b11add8-01ed-4799-9001-a340ac2ecc49 2018-10-06 07:02:32,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0870571136475s 2018-10-06 07:02:32,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 07:02:32,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3/users/a90386fd828a4da392eafe685dad127c/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f849a838-f1bd-401b-bd5e-d497abe4fcc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:32,754 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3/users/a90386fd828a4da392eafe685dad127c/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-f849a838-f1bd-401b-bd5e-d497abe4fcc9 2018-10-06 07:02:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128413915634s 2018-10-06 07:02:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:32,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ef10a0-0464-48e5-b63b-9996666187b8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:32,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-43ef10a0-0464-48e5-b63b-9996666187b8 2018-10-06 07:02:32,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783250331879s 2018-10-06 07:02:32,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-06 07:02:32,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:32,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f0e2a3-b399-4e62-8185-07518c683d5b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "name": "Default"}} 2018-10-06 07:02:32,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-33f0e2a3-b399-4e62-8185-07518c683d5b 2018-10-06 07:02:32,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0824418067932s 2018-10-06 07:02:32,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:02:32,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:33,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66e7f97-4684-4bfa-bfd5-e7fb0a7d8835 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472", "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "domain_id": "default", "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 07:02:33,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a66e7f97-4684-4bfa-bfd5-e7fb0a7d8835 2018-10-06 07:02:33,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986590385437s 2018-10-06 07:02:33,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a66e7f97-4684-4bfa-bfd5-e7fb0a7d8835 2018-10-06 07:02:33,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-06 07:02:33,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:33,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b2603f-19f8-4ff6-9581-4605a0a5f3ce Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default", "previous": null, "next": null}} 2018-10-06 07:02:33,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=a90386fd828a4da392eafe685dad127c&role.id=7b404aa02d5e4c08ad1905e48fcd7a47&scope.domain.id=default used request id req-b5b2603f-19f8-4ff6-9581-4605a0a5f3ce 2018-10-06 07:02:33,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0795059204102s 2018-10-06 07:02:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-06 07:02:33,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/domains/default/users/a90386fd828a4da392eafe685dad127c/roles/7b404aa02d5e4c08ad1905e48fcd7a47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:02:33,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:02:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-865c091d-720b-4418-bd48-47b2f6fcd036 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:02:33,227 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/domains/default/users/a90386fd828a4da392eafe685dad127c/roles/7b404aa02d5e4c08ad1905e48fcd7a47 used request id req-865c091d-720b-4418-bd48-47b2f6fcd036 2018-10-06 07:02:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12479019165s 2018-10-06 07:02:33,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-06 07:02:43,231 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-06 07:02:42.993 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6172d8fb-7b6a-4340-9a3b-814ddb03e3c8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6172d8fb-7b6a-4340-9a3b-814ddb03e3c8 | 2018-10-06T07:02:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6172d8fb-7b6a-4340-9a3b-814ddb03e3c8 ~/.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-10-06 07:02:46,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | 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 | +-------------+-------------------+-----------+ 2018-10-06 07:02:46,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-06 07:02:52,557 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-06 07:02:50.386 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-06 07:02:50.516 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-06 07:02:52.387 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=32121c19-642c-44a1-8487-3898181d7279) has been successfully created! Using verifier 'opnfv-tempest' (UUID=32121c19-642c-44a1-8487-3898181d7279) as the default verifier for the future CLI operations. 2018-10-06 07:02:55,252 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-06 07:02:55,253 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-06 07:02:55,380 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-06 07:02:55,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-06 07:02:55,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43c9072-5a4a-41f0-aebd-bad0c747c6b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-10-06 07:02:55,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f43c9072-5a4a-41f0-aebd-bad0c747c6b4 2018-10-06 07:02:55,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-10-06 07:02:55,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b404aa02d5e4c08ad1905e48fcd7a47", "name": "admin"}, {"id": "40658a78e0654124baa3e58be8402875", "name": "Member"}], "expires_at": "2018-10-06T08:02:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "254c2e47be62474395bc42b82e57fab3", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a260fd47811b4b0abab34e52e5f3cb91"}, {"url": "http://172.30.9.29:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9d76aa4bccb40858e359269a8a869e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67f3fdf02f04db987e8529caacd0d27"}], "type": "key-manager", "id": "15d29fce3e82461aae069b5ec9145e71", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/254c2e47be62474395bc42b82e57fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c74f4cc333f4895ab9f5c32f9f25505"}, {"url": "http://192.30.9.4:8776/v2/254c2e47be62474395bc42b82e57fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5e322c6980f4e6f886ad205203fc1f0"}, {"url": "http://172.30.9.29:8776/v2/254c2e47be62474395bc42b82e57fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa0949a9ebd4f958b214d93ef375881"}], "type": "volumev2", "id": "16c74b6db7b340cb859d517d3ccf0283", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471685a54cf446f1a2edec9f3740ed16"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc96c02828024f8aa2016aeac626f9ea"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e05c65eb5ad84e08a15764d97b05a4dd"}], "type": "metric", "id": "16e1107b6b40423297ea8fc0cfcae9d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64944a50f98f4a3ca8ccae4f54f52fb2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "928c283db30c4e73b40f441b4308c566"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f50e8d11569447d9afa5cc423ec3997c"}], "type": "cloudformation", "id": "1729063a3e564330a94e3dc246396974", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/254c2e47be62474395bc42b82e57fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "216433bc5dc94be68168bb4ae7debe99"}, {"url": "http://192.30.9.4:8004/v1/254c2e47be62474395bc42b82e57fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c7cc2723621468aab3616d7768cf4c0"}, {"url": "http://192.30.9.4:8004/v1/254c2e47be62474395bc42b82e57fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0782db2cf6147d497fa9d531272a16f"}], "type": "orchestration", "id": "1f3b916ff81f45b99bd3c2e897b8935f", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20ccb0d62ff24af5a5e7fe9295c28d65"}, {"url": "http://172.30.9.29:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2ed027b80afd49dd900004c49d13db9f"}, {"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6d5aa89a45f423f87e06a54d8315142"}], "type": "policy", "id": "2962eadce4294fe497e29af8cd1fa867", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e673c3d8fcb4a3aac4c327af9ad987b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee5ca9a736b448df8a0412082809295d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f498078d6df0478a8c5d02f2fd627c1d"}], "type": "alarming", "id": "3bdfa1b3149b473cb371e2689e087b7a", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/254c2e47be62474395bc42b82e57fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7c4754365e34440a027405c60321ea1"}, {"url": "http://192.30.9.4:8776/v1/254c2e47be62474395bc42b82e57fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aefc42ec51f34c3aa915bb3aefde7e47"}, {"url": "http://172.30.9.29:8776/v1/254c2e47be62474395bc42b82e57fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7ae629605f94c4cbf189396a2bae3b7"}], "type": "volume", "id": "6055c16b7d244563b5bc80f3f82ba721", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/254c2e47be62474395bc42b82e57fab3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "483341beec65433c962a5019b839a87c"}, {"url": "http://172.30.9.29:8776/v3/254c2e47be62474395bc42b82e57fab3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7659fcd844da430c85b7eab3c9ee08d1"}, {"url": "http://192.30.9.4:8776/v3/254c2e47be62474395bc42b82e57fab3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6f3e4e2cea049709838304ac9a5f5a3"}], "type": "volumev3", "id": "79d68498b3c14b0384db327c6c7ed8e5", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d292ebdc8734aedbb9d8b0f22fc5922"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca5980520df94ca98a2f4bb106e815b1"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcd20fdff94e4c8d8e5f2c84551b8efa"}], "type": "network", "id": "96ff0f9b7fec4a47b1f843491548d121", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c7b975a0e5eb48ac9d138a03aeef7c3f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63d1318aefab46a6bd55baefbcf5b9ec"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76fab377d9c14b4da8b5c71c67f5319b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c004862692df4a52b17ef859581b769f"}], "type": "placement", "id": "d26801c854344d82ab824e9ff0ad88a9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "445c8556e25a49a0a9bf9656cc685f9b"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "572c863656e54d41b247dc60d984c5d0"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c041f46c972647daa88bf2757e090fd7"}], "type": "image", "id": "de8a50466f9746aba64575502f975a57", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30370c846a134d318c2f95536bbe44d6"}, {"url": "http://172.30.9.29:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "673417360df24082b26ac9e72c42f0b4"}, {"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feb539a6449d4ee5906a1794ca393738"}], "type": "nfv-orchestration", "id": "e00154cbbd084485b9b6004ce58cf998", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ed831a5c8f449f4a16115827b028b21"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be1a153049c84e208c60e3fe46bf406f"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2c77e82afca45fd86348886d4ef6c6f"}], "type": "identity", "id": "f32129466f62498baeb4a7ab4537997b", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "140bcb27192d4935b1f76b68f32598e0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "995804efa3ff41979fbb350f7e311826"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c30e260a577948818f65226e3e44b8a3"}], "type": "compute", "id": "f8fea41d6f7348b3b6f3037f0ee28a4f", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472", "id": "a90386fd828a4da392eafe685dad127c"}, "audit_ids": ["hSHIEBA_TvS_4AmPhzD5vg"], "issued_at": "2018-10-06T07:02:55.000000Z"}} 2018-10-06 07:02:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:55,792 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 06 Oct 2018 07:02:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-10-06 07:02:55,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:02:55,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:56,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b3323d07-eef3-4d84-943e-320fab9f30f0 Date: Sat, 06 Oct 2018 07:02:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:02:56,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b3323d07-eef3-4d84-943e-320fab9f30f0 2018-10-06 07:02:56,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.586258172989s 2018-10-06 07:02:56,382 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b3323d07-eef3-4d84-943e-320fab9f30f0 2018-10-06 07:02:56,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 07:02:56,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472"}' 2018-10-06 07:02:56,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1 X-Openstack-Request-Id: req-d45e7d49-f20f-4850-9126-a15c3c145c8f Date: Sat, 06 Oct 2018 07:02:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "89df0472-2a77-438a-b9f1-54e9593eabd1", "size": null, "self": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:02:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": null, "created_at": "2018-10-06T07:02:56Z", "protected": false} 2018-10-06 07:02:56,611 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d45e7d49-f20f-4850-9126-a15c3c145c8f 2018-10-06 07:02:56,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227175951004s 2018-10-06 07:02:56,612 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-d45e7d49-f20f-4850-9126-a15c3c145c8f returning object 89df0472-2a77-438a-b9f1-54e9593eabd1 2018-10-06 07:02:56,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 07:02:56,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" -d '' 2018-10-06 07:02:58,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c4c7ce9-3b1d-4671-892b-495cc620a805 Date: Sat, 06 Oct 2018 07:02:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:02:58,585 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file used request id req-7c4c7ce9-3b1d-4671-892b-495cc620a805 2018-10-06 07:02:58,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97323513031s 2018-10-06 07:02:58,586 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file used request id req-7c4c7ce9-3b1d-4671-892b-495cc620a805 2018-10-06 07:02:58,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:02:58,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:59,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-9a50f950-3d6d-4762-bd5a-934b7a8a671b Date: Sat, 06 Oct 2018 07:02:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "metadata": {}}], "file": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "89df0472-2a77-438a-b9f1-54e9593eabd1", "size": 12716032, "self": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:02:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T07:02:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:02:59,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9a50f950-3d6d-4762-bd5a-934b7a8a671b 2018-10-06 07:02:59,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.573168992996s 2018-10-06 07:02:59,160 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9a50f950-3d6d-4762-bd5a-934b7a8a671b 2018-10-06 07:02:59,162 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file', 'owner': u'254c2e47be62474395bc42b82e57fab3', 'id': u'89df0472-2a77-438a-b9f1-54e9593eabd1', 'size': 12716032, u'self': u'/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'254c2e47be62474395bc42b82e57fab3', 'name': 'tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T07:02:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T07:02:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472', 'created': u'2018-10-06T07:02:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T07:02:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 07:02:59,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 07:02:59,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_f08f53a8-1c12-435b-a458-4cc155938472", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 07:02:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47a94f36-f75a-4771-a934-9fd8fd2b2bb4 x-compute-request-id: req-47a94f36-f75a-4771-a934-9fd8fd2b2bb4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2753876c-6d00-40a8-97e9-b307a06f818d", "name": "tempest_full_parallel-flavor_f08f53a8-1c12-435b-a458-4cc155938472", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 07:02:59,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-47a94f36-f75a-4771-a934-9fd8fd2b2bb4 2018-10-06 07:02:59,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193531990051s 2018-10-06 07:02:59,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-47a94f36-f75a-4771-a934-9fd8fd2b2bb4 returning object 2753876c-6d00-40a8-97e9-b307a06f818d 2018-10-06 07:02:59,358 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_f08f53a8-1c12-435b-a458-4cc155938472', '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'43b0e43720f24df1860fcd99772e846d', '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'2753876c-6d00-40a8-97e9-b307a06f818d', 'swap': 0}) 2018-10-06 07:02:59,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 07:02:59,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"extra_specs": {}}' 2018-10-06 07:02:59,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ac37580-d734-4a1e-b8c9-c1733a21a88f x-compute-request-id: req-5ac37580-d734-4a1e-b8c9-c1733a21a88f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 07:02:59,382 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d/os-extra_specs used request id req-5ac37580-d734-4a1e-b8c9-c1733a21a88f 2018-10-06 07:02:59,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0231118202209s 2018-10-06 07:02:59,382 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d/os-extra_specs used request id req-5ac37580-d734-4a1e-b8c9-c1733a21a88f 2018-10-06 07:02:59,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:02:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:59,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 06 Oct 2018 07:02:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.29:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-06 07:02:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:59,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c54100-964f-46f3-8ba0-1207372d1517 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:02:59,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-39c54100-964f-46f3-8ba0-1207372d1517 2018-10-06 07:02:59,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883059501648s 2018-10-06 07:02:59,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-06 07:02:59,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:02:59,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-189e2282-d233-446f-a496-a544bfe88fb8 x-compute-request-id: req-189e2282-d233-446f-a496-a544bfe88fb8 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 131}, "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.10", "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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10163, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 134}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-06 07:02:59,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-189e2282-d233-446f-a496-a544bfe88fb8 2018-10-06 07:02:59,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.179895877838s 2018-10-06 07:02:59,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-189e2282-d233-446f-a496-a544bfe88fb8 2018-10-06 07:02:59,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:02:59,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:03:00,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-9c67ec14-f516-4685-9fb1-18d702e39bd7 Date: Sat, 06 Oct 2018 07:03:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "metadata": {}}], "file": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "89df0472-2a77-438a-b9f1-54e9593eabd1", "size": 12716032, "self": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:02:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T07:02:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:03:00,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c67ec14-f516-4685-9fb1-18d702e39bd7 2018-10-06 07:03:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.553800106049s 2018-10-06 07:03:00,212 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c67ec14-f516-4685-9fb1-18d702e39bd7 2018-10-06 07:03:00,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-06 07:03:00,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472"}' 2018-10-06 07:03:00,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca X-Openstack-Request-Id: req-0211d9a8-f2a1-478e-bec8-50321c8b5fe5 Date: Sat, 06 Oct 2018 07:03:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "f16f5ded-37cc-4af0-b0bd-32216fd9fbca", "size": null, "self": "/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:03:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": null, "created_at": "2018-10-06T07:03:00Z", "protected": false} 2018-10-06 07:03:00,802 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0211d9a8-f2a1-478e-bec8-50321c8b5fe5 2018-10-06 07:03:00,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.588094949722s 2018-10-06 07:03:00,803 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0211d9a8-f2a1-478e-bec8-50321c8b5fe5 returning object f16f5ded-37cc-4af0-b0bd-32216fd9fbca 2018-10-06 07:03:00,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-06 07:03:00,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" -d '' 2018-10-06 07:03:02,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27609c74-1d97-4818-88c0-7976b437ca21 Date: Sat, 06 Oct 2018 07:03:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:03:02,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file used request id req-27609c74-1d97-4818-88c0-7976b437ca21 2018-10-06 07:03:02,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23177886009s 2018-10-06 07:03:02,035 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file used request id req-27609c74-1d97-4818-88c0-7976b437ca21 2018-10-06 07:03:02,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:03:02,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:03:02,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-a24f4a13-9edb-4c43-97f8-371e5f1dbeba Date: Sat, 06 Oct 2018 07:03:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/snap", "metadata": {}}], "file": "/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "f16f5ded-37cc-4af0-b0bd-32216fd9fbca", "size": 12716032, "self": "/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:03:01Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T07:03:00Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "metadata": {}}], "file": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "89df0472-2a77-438a-b9f1-54e9593eabd1", "size": 12716032, "self": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:02:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T07:02:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:03:02,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a24f4a13-9edb-4c43-97f8-371e5f1dbeba 2018-10-06 07:03:02,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.566139221191s 2018-10-06 07:03:02,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a24f4a13-9edb-4c43-97f8-371e5f1dbeba 2018-10-06 07:03:02,605 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/file', 'owner': u'254c2e47be62474395bc42b82e57fab3', 'id': u'f16f5ded-37cc-4af0-b0bd-32216fd9fbca', 'size': 12716032, u'self': u'/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'254c2e47be62474395bc42b82e57fab3', 'name': 'tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-06T07:03:01Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-06T07:03:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472', 'created': u'2018-10-06T07:03:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-06T07:03:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f08f53a8-1c12-435b-a458-4cc155938472', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-06 07:03:02,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-06 07:03:02,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_f08f53a8-1c12-435b-a458-4cc155938472", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-06 07:03:02,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 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-d4a24e77-c7a7-441f-83c8-a50872fb6bab x-compute-request-id: req-d4a24e77-c7a7-441f-83c8-a50872fb6bab Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/15b7948d-a836-4954-b261-8758b1ced233", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "15b7948d-a836-4954-b261-8758b1ced233", "name": "tempest_full_parallel-flavor_alt_f08f53a8-1c12-435b-a458-4cc155938472", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-06 07:03:02,659 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d4a24e77-c7a7-441f-83c8-a50872fb6bab 2018-10-06 07:03:02,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0533678531647s 2018-10-06 07:03:02,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d4a24e77-c7a7-441f-83c8-a50872fb6bab returning object 15b7948d-a836-4954-b261-8758b1ced233 2018-10-06 07:03:02,661 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f08f53a8-1c12-435b-a458-4cc155938472', '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'43b0e43720f24df1860fcd99772e846d', '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'15b7948d-a836-4954-b261-8758b1ced233', 'swap': 0}) 2018-10-06 07:03:02,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-06 07:03:02,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" -d '{"extra_specs": {}}' 2018-10-06 07:03:02,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 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 x-openstack-request-id: req-8366a5f6-0d13-482e-a3f3-2df0af874c01 x-compute-request-id: req-8366a5f6-0d13-482e-a3f3-2df0af874c01 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-06 07:03:02,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233/os-extra_specs used request id req-8366a5f6-0d13-482e-a3f3-2df0af874c01 2018-10-06 07:03:02,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220811367035s 2018-10-06 07:03:02,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233/os-extra_specs used request id req-8366a5f6-0d13-482e-a3f3-2df0af874c01 2018-10-06 07:03:02,684 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f08f53a8-1c12-435b-a458-4cc155938472', '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'43b0e43720f24df1860fcd99772e846d', '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'15b7948d-a836-4954-b261-8758b1ced233', 'swap': 0}) 2018-10-06 07:03:05,753 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-06 07:03:04.682 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=32121c19-642c-44a1-8487-3898181d7279) for deployment 'opnfv-rally' (UUID=6172d8fb-7b6a-4340-9a3b-814ddb03e3c8). 2018-10-06 07:03:05.590 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-06 07:03:05.592 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=32121c19-642c-44a1-8487-3898181d7279) has been successfully configured for deployment 'opnfv-rally' (UUID=6172d8fb-7b6a-4340-9a3b-814ddb03e3c8)! 2018-10-06 07:03:05,753 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-06 07:03:05,754 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-06 07:03:05,757 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-06 07:03:05,772 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-06 07:03:08,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-32121c19-642c-44a1-8487-3898181d7279/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-06 07:03:08,491 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-06 07:03:08,509 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-06 07:03:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-06 07:03:10,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:10.528 49 INFO rally.api [-] Starting verification (UUID=2345960c-5c27-4176-99b8-2a1900a000fc) for deployment 'opnfv-rally' (UUID=6172d8fb-7b6a-4340-9a3b-814ddb03e3c8) by verifier 'opnfv-tempest' (UUID=32121c19-642c-44a1-8487-3898181d7279). 2018-10-06 07:03:10,529 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2345960c-5c27-4176-99b8-2a1900a000fc 2018-10-06 07:03:15,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:15.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-06 07:03:15,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:15.616 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-06 07:03:15,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:15.621 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:03:15,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:15.623 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:03:15,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:15.627 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:03:18,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:18.802 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.204s] 2018-10-06 07:03:18,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:18.883 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.081s] 2018-10-06 07:03:18,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:18.911 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.218s] 2018-10-06 07:03:18,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:18.925 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2018-10-06 07:03:18,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:18.969 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.085s] 2018-10-06 07:03:19,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.054 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.188s] 2018-10-06 07:03:19,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.055 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.205s] 2018-10-06 07:03:19,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.079 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.153s] 2018-10-06 07:03:19,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.093 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.040s] 2018-10-06 07:03:19,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.172 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.079s] 2018-10-06 07:03:19,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.203 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.233s] 2018-10-06 07:03:19,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.210 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.178s] 2018-10-06 07:03:19,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.222 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2018-10-06 07:03:19,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.258 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.085s] 2018-10-06 07:03:19,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.267 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.360s] 2018-10-06 07:03:19,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.277 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.299s] 2018-10-06 07:03:19,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.279 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.020s] 2018-10-06 07:03:19,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.331 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.055s] 2018-10-06 07:03:19,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.361 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.138s] 2018-10-06 07:03:19,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.407 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.045s] 2018-10-06 07:03:19,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.429 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.022s] 2018-10-06 07:03:19,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.436 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.611s] 2018-10-06 07:03:19,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.441 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-10-06 07:03:19,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.455 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.013s] 2018-10-06 07:03:19,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.498 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.295s] 2018-10-06 07:03:19,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.530 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.250s] 2018-10-06 07:03:19,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.567 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.130s] 2018-10-06 07:03:19,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.590 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.603s] 2018-10-06 07:03:19,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.591 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.321s] 2018-10-06 07:03:19,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.604 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.074s] 2018-10-06 07:03:19,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.642 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.160s] 2018-10-06 07:03:19,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.757 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.039s] 2018-10-06 07:03:19,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.794 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.462s] 2018-10-06 07:03:19,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.893 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.303s] 2018-10-06 07:03:19,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:19.940 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.299s] 2018-10-06 07:03:20,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.013 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.426s] 2018-10-06 07:03:20,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.110 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.217s] 2018-10-06 07:03:20,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.166 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2018-10-06 07:03:20,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.277 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.262s] 2018-10-06 07:03:20,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.287 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-10-06 07:03:20,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.301 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.013s] 2018-10-06 07:03:20,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.314 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-06 07:03:20,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.333 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.221s] 2018-10-06 07:03:20,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.432 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.696s] 2018-10-06 07:03:20,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.485 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.170s] 2018-10-06 07:03:20,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:20.948 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.614s] 2018-10-06 07:03:21,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:21.396 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.910s] 2018-10-06 07:03:21,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:21.438 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.042s] 2018-10-06 07:03:21,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:21.756 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.032s] 2018-10-06 07:03:21,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:21.994 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.555s] 2018-10-06 07:03:22,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:22.035 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.040s] 2018-10-06 07:03:22,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:22.046 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2018-10-06 07:03:22,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:22.058 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [1.109s] 2018-10-06 07:03:23,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:23.121 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.072s] 2018-10-06 07:03:23,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:23.936 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.814s] 2018-10-06 07:03:24,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:24.576 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.513s] 2018-10-06 07:03:24,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:24.993 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.418s] 2018-10-06 07:03:25,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:25.505 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.512s] 2018-10-06 07:03:26,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:26.261 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-06 07:03:27,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:27.494 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:03:27,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:27.495 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:03:27,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:27.534 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [1.533s] 2018-10-06 07:03:28,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:28.355 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.130s] 2018-10-06 07:03:28,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:28.381 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.026s] 2018-10-06 07:03:29,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:29.034 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [1.499s] 2018-10-06 07:03:29,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:29.708 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [7.951s] 2018-10-06 07:03:29,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:29.744 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.709s] 2018-10-06 07:03:30,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.120 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.359s] 2018-10-06 07:03:30,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.173 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.052s] 2018-10-06 07:03:30,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.181 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.220s] 2018-10-06 07:03:30,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.194 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.450s] 2018-10-06 07:03:30,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.225 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.051s] 2018-10-06 07:03:30,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.297 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.115s] 2018-10-06 07:03:30,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.358 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.061s] 2018-10-06 07:03:30,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.415 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.057s] 2018-10-06 07:03:30,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:30.593 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.398s] 2018-10-06 07:03:31,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.148 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.164s] 2018-10-06 07:03:31,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.165 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.016s] 2018-10-06 07:03:31,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.033s] 2018-10-06 07:03:31,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.210 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2018-10-06 07:03:31,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.232 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.021s] 2018-10-06 07:03:31,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.248 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.016s] 2018-10-06 07:03:31,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.275 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.026s] 2018-10-06 07:03:31,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-10-06 07:03:31,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.310 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.023s] 2018-10-06 07:03:31,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.325 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.014s] 2018-10-06 07:03:31,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.337 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-10-06 07:03:31,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.349 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-10-06 07:03:31,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.361 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-10-06 07:03:31,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.362 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.767s] 2018-10-06 07:03:31,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:31.394 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.034s] 2018-10-06 07:03:32,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:32.149 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.111s] 2018-10-06 07:03:32,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:32.442 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.732s] 2018-10-06 07:03:32,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:32.446 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-06 07:03:32,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:32.449 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-06 07:03:32,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:32.459 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.016s] 2018-10-06 07:03:33,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:33.769 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.106s] 2018-10-06 07:03:34,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:34.323 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.816s] 2018-10-06 07:03:37,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:37.288 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.117s] 2018-10-06 07:03:37,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:37.938 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.649s] 2018-10-06 07:03:38,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:38.974 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [1.036s] 2018-10-06 07:03:39,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:39.043 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.200s] 2018-10-06 07:03:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:39.432 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.636s] 2018-10-06 07:03:39,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:39.675 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.243s] 2018-10-06 07:03:39,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:39.760 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [12.368s] 2018-10-06 07:03:40,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:40.262 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.874s] 2018-10-06 07:03:40,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:40.518 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.442s] 2018-10-06 07:03:40,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:40.528 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-10-06 07:03:41,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:41.029 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [10.805s] 2018-10-06 07:03:41,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:41.049 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.787s] 2018-10-06 07:03:41,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:41.409 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.359s] 2018-10-06 07:03:42,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.305 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.774s] 2018-10-06 07:03:42,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.307 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-06 07:03:42,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.312 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-06 07:03:42,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.313 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-06 07:03:42,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.619 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.311s] 2018-10-06 07:03:42,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.792 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.170s] 2018-10-06 07:03:42,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.795 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-06 07:03:42,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.796 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-06 07:03:42,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:42.797 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-06 07:03:44,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:44.327 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.907s] 2018-10-06 07:03:44,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:44.517 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [3.490s] 2018-10-06 07:03:44,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:44.985 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.658s] 2018-10-06 07:03:45,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:45.440 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.762s] 2018-10-06 07:03:45,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:45.475 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.490s] 2018-10-06 07:03:45,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:45.986 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.467s] 2018-10-06 07:03:47,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.107 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [17.154s] 2018-10-06 07:03:47,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.129 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-06 07:03:47,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.142 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2018-10-06 07:03:47,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.157 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.014s] 2018-10-06 07:03:47,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.167 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.010s] 2018-10-06 07:03:47,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.461 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.293s] 2018-10-06 07:03:47,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:47.783 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.321s] 2018-10-06 07:03:48,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.092 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.308s] 2018-10-06 07:03:48,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.320 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.334s] 2018-10-06 07:03:48,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.439 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.347s] 2018-10-06 07:03:48,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.466 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.026s] 2018-10-06 07:03:48,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.524 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [18.298s] 2018-10-06 07:03:48,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:48.667 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.142s] 2018-10-06 07:03:49,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:49.669 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [4.191s] 2018-10-06 07:03:49,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:49.969 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.648s] 2018-10-06 07:03:50,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:50.937 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [18.782s] 2018-10-06 07:03:50,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:50.947 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-10-06 07:03:50,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:50.959 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-10-06 07:03:50,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:50.972 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-10-06 07:03:51,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:51.036 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.067s] 2018-10-06 07:03:52,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:52.110 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.072s] 2018-10-06 07:03:53,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:53.324 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.213s] 2018-10-06 07:03:53,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:53.798 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.475s] 2018-10-06 07:03:57,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:57.517 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [12.077s] 2018-10-06 07:03:57,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:57.561 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.789s] 2018-10-06 07:03:58,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:58.183 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [7.208s] 2018-10-06 07:03:58,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:58.234 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [18.772s] 2018-10-06 07:03:58,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:03:58.843 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.660s] 2018-10-06 07:04:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.098 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.167s] 2018-10-06 07:04:02,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.110 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-10-06 07:04:02,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.121 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-10-06 07:04:02,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.368 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.246s] 2018-10-06 07:04:02,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.383 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.014s] 2018-10-06 07:04:02,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.435 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.051s] 2018-10-06 07:04:02,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.455 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.020s] 2018-10-06 07:04:02,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.526 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.070s] 2018-10-06 07:04:02,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.540 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.014s] 2018-10-06 07:04:02,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.603 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.062s] 2018-10-06 07:04:02,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:02.626 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.023s] 2018-10-06 07:04:03,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:03.134 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [4.902s] 2018-10-06 07:04:04,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:04.548 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:04:04,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:04.753 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.808s] 2018-10-06 07:04:05,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:05.050 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.296s] 2018-10-06 07:04:08,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:08.284 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.278s] 2018-10-06 07:04:08,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:08.418 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.133s] 2018-10-06 07:04:08,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:08.518 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.099s] 2018-10-06 07:04:08,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:08.724 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.207s] 2018-10-06 07:04:10,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:10.345 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-06 07:04:13,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:13.000 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.231s] 2018-10-06 07:04:13,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:13.046 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.046s] 2018-10-06 07:04:13,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:13.290 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.242s] 2018-10-06 07:04:13,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:13.866 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.974s] 2018-10-06 07:04:14,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:14.073 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.206s] 2018-10-06 07:04:14,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:14.309 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.235s] 2018-10-06 07:04:15,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:15.616 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [14.388s] 2018-10-06 07:04:15,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:15.633 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.323s] 2018-10-06 07:04:15,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:15.920 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.306s] 2018-10-06 07:04:16,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:16.359 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.725s] 2018-10-06 07:04:17,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:17.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.346s] 2018-10-06 07:04:17,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:17.776 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.508s] 2018-10-06 07:04:17,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:17.809 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.033s] 2018-10-06 07:04:18,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.290 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.170s] 2018-10-06 07:04:18,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.343 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-10-06 07:04:18,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.403 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-10-06 07:04:18,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.472 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.068s] 2018-10-06 07:04:18,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.498 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.025s] 2018-10-06 07:04:18,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.561 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.062s] 2018-10-06 07:04:18,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.051s] 2018-10-06 07:04:18,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.666 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.054s] 2018-10-06 07:04:18,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.691 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.023s] 2018-10-06 07:04:18,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.749 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.058s] 2018-10-06 07:04:18,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:18.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.064s] 2018-10-06 07:04:20,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:20.206 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.394s] 2018-10-06 07:04:20,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:20.368 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [27.665s] 2018-10-06 07:04:20,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:20.870 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.663s] 2018-10-06 07:04:21,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:21.188 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-06 07:04:22,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:22.247 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.883s] 2018-10-06 07:04:27,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:27.963 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.422s] 2018-10-06 07:04:33,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:33.695 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [11.446s] 2018-10-06 07:04:34,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:34.099 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [52.678s] 2018-10-06 07:04:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:39.860 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [30.886s] 2018-10-06 07:04:43,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:43.537 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.680s] 2018-10-06 07:04:45,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:45.885 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-10-06 07:04:45,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:45.984 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-10-06 07:04:50,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:50.852 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [12.588s] 2018-10-06 07:04:51,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:51.977 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.398s] 2018-10-06 07:04:52,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:52.305 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.328s] 2018-10-06 07:04:53,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:53.055 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.556s] 2018-10-06 07:04:53,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:53.122 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-10-06 07:04:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:53.478 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.355s] 2018-10-06 07:04:53,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:53.608 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.130s] 2018-10-06 07:04:53,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:53.609 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-06 07:04:58,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:58.562 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [26.980s] 2018-10-06 07:04:59,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:59.388 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.536s] 2018-10-06 07:04:59,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:04:59.645 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:05:04,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:04.697 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [30.597s] 2018-10-06 07:05:05,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.311 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.078s] 2018-10-06 07:05:05,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.367 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [37.399s] 2018-10-06 07:05:05,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.391 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.080s] 2018-10-06 07:05:05,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.775 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.383s] 2018-10-06 07:05:05,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.870 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.094s] 2018-10-06 07:05:05,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:05.871 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-06 07:05:10,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:10.307 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.943s] 2018-10-06 07:05:10,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:10.517 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [96.622s] 2018-10-06 07:05:10,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:10.546 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.034s] 2018-10-06 07:05:21,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:21.272 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.008s] 2018-10-06 07:05:25,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:25.020 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.327s] 2018-10-06 07:05:27,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:27.308 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [28.740s] 2018-10-06 07:05:32,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:32.381 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [23.445s] 2018-10-06 07:05:32,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:32.398 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.013s] 2018-10-06 07:05:32,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:32.405 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [58.701s] 2018-10-06 07:05:32,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:32.784 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.371s] 2018-10-06 07:05:32,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:32.992 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.597s] 2018-10-06 07:05:33,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.031 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.038s] 2018-10-06 07:05:33,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.317 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.424s] 2018-10-06 07:05:33,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.368 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.051s] 2018-10-06 07:05:33,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.639 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.237s] 2018-10-06 07:05:33,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.709 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.923s] 2018-10-06 07:05:33,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:33.721 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-10-06 07:05:34,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:34.144 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.775s] 2018-10-06 07:05:34,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:34.160 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.017s] 2018-10-06 07:05:34,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:34.637 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.915s] 2018-10-06 07:05:35,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:35.762 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.125s] 2018-10-06 07:05:35,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:35.821 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.661s] 2018-10-06 07:05:38,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:38.217 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [2.454s] 2018-10-06 07:05:38,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:38.438 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.221s] 2018-10-06 07:05:38,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:38.777 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.338s] 2018-10-06 07:05:39,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:39.394 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [78.191s] 2018-10-06 07:05:45,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:45.087 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.140s] 2018-10-06 07:05:50,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:50.246 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.149s] 2018-10-06 07:05:52,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:52.568 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.322s] 2018-10-06 07:05:56,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:56.151 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.456s] 2018-10-06 07:05:56,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:05:56.339 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [29.304s] 2018-10-06 07:06:00,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:00.329 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [117.360s] 2018-10-06 07:06:01,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:01.462 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.001s]: Change password not available. 2018-10-06 07:06:01,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:01.947 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.858s] 2018-10-06 07:06:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:02.986 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.650s] 2018-10-06 07:06:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:05.752 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [55.423s] 2018-10-06 07:06:05,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:05.753 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-06 07:06:06,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:06.092 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.603s] 2018-10-06 07:06:06,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:06.220 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-06 07:06:06,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:06.220 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-06 07:06:07,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:07.558 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.056s] 2018-10-06 07:06:07,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:07.571 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-10-06 07:06:07,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:07.783 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.277s] 2018-10-06 07:06:10,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:10.074 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [3.979s] 2018-10-06 07:06:10,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:10.155 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [109.258s] 2018-10-06 07:06:12,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:12.070 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [15.913s] 2018-10-06 07:06:12,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:12.747 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.675s] 2018-10-06 07:06:17,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:17.753 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [38.344s] 2018-10-06 07:06:17,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:17.755 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2018-10-06 07:06:19,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:19.818 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:06:24,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:24.869 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-06 07:06:24,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:24.879 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.009s] 2018-10-06 07:06:24,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:24.888 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-10-06 07:06:24,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:24.958 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [14.803s] 2018-10-06 07:06:26,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:26.356 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.530s] 2018-10-06 07:06:26,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:26.411 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.054s] 2018-10-06 07:06:28,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:28.639 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [3.683s] 2018-10-06 07:06:31,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:31.669 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:06:32,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:32.189 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [81.623s] 2018-10-06 07:06:33,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:33.417 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:06:33,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:33.689 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [21.618s] 2018-10-06 07:06:35,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:35.109 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.010s] 2018-10-06 07:06:35,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:35.116 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-10-06 07:06:35,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:35.122 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-10-06 07:06:35,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:35.128 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.005s] 2018-10-06 07:06:36,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:36.560 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.372s] 2018-10-06 07:06:36,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:36.579 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.020s] 2018-10-06 07:06:36,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:36.598 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2018-10-06 07:06:36,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:36.899 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.300s] 2018-10-06 07:06:37,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:37.885 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [36.400s] 2018-10-06 07:06:38,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.525 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.621s] 2018-10-06 07:06:38,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.541 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-10-06 07:06:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.559 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.018s] 2018-10-06 07:06:38,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.570 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-10-06 07:06:38,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.583 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.012s] 2018-10-06 07:06:38,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.609 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.024s] 2018-10-06 07:06:38,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.619 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-10-06 07:06:38,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:38.633 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2018-10-06 07:06:39,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:39.149 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.615s] 2018-10-06 07:06:41,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:41.560 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [71.258s] 2018-10-06 07:06:43,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:43.254 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.509s] 2018-10-06 07:06:43,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:43.668 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.413s] 2018-10-06 07:06:45,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:45.067 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.378s] 2018-10-06 07:06:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:45.303 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.236s] 2018-10-06 07:06:45,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:45.817 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.514s] 2018-10-06 07:06:46,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.060 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.242s] 2018-10-06 07:06:46,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.550 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.489s] 2018-10-06 07:06:46,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.622 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-10-06 07:06:46,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.753 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.130s] 2018-10-06 07:06:46,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.831 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-10-06 07:06:46,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.898 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2018-10-06 07:06:46,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:46.967 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2018-10-06 07:06:47,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:47.031 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-10-06 07:06:47,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:47.138 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [9.257s] 2018-10-06 07:06:48,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:48.415 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [4.747s] 2018-10-06 07:06:49,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:49.828 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.620s] 2018-10-06 07:06:49,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:49.894 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-10-06 07:06:50,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:50.272 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.377s] 2018-10-06 07:06:50,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:50.370 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-10-06 07:06:50,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:50.372 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-06 07:06:54,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:54.463 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.108s] 2018-10-06 07:06:54,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:54.646 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.183s] 2018-10-06 07:06:57,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:06:57.006 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [23.734s] 2018-10-06 07:07:02,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:02.169 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.059s] 2018-10-06 07:07:04,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:04.940 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.028s] 2018-10-06 07:07:04,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:04.948 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.007s] 2018-10-06 07:07:04,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:04.953 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-06 07:07:04,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:04.963 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-06 07:07:06,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:06.818 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.648s] 2018-10-06 07:07:09,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:09.990 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [19.070s] 2018-10-06 07:07:12,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:12.895 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [28.552s] 2018-10-06 07:07:17,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:17.851 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.048s] 2018-10-06 07:07:20,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:20.115 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.288s] 2018-10-06 07:07:25,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:25.209 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [51.509s] 2018-10-06 07:07:27,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:27.599 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.134s] 2018-10-06 07:07:29,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:29.341 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [83.568s] 2018-10-06 07:07:29,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:29.665 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.180s] 2018-10-06 07:07:29,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:29.878 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.213s] 2018-10-06 07:07:30,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:30.064 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.184s] 2018-10-06 07:07:30,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:30.396 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.332s] 2018-10-06 07:07:30,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:30.585 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.188s] 2018-10-06 07:07:30,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:30.586 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-06 07:07:30,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:30.678 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:07:31,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:31.311 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [18.416s] 2018-10-06 07:07:33,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:33.187 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.560s] 2018-10-06 07:07:33,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:33.370 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.183s] 2018-10-06 07:07:33,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:33.726 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.355s] 2018-10-06 07:07:34,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:34.496 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.361s] 2018-10-06 07:07:34,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:34.834 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [47.684s] 2018-10-06 07:07:34,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:34.897 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.401s] 2018-10-06 07:07:35,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:35.814 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.915s] 2018-10-06 07:07:36,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:36.578 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.764s] 2018-10-06 07:07:37,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.266 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [11.610s] 2018-10-06 07:07:37,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.269 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-06 07:07:37,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.270 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-06 07:07:37,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.271 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-06 07:07:37,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.400 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.821s] 2018-10-06 07:07:37,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:37.757 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.357s] 2018-10-06 07:07:38,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:38.865 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.925s] 2018-10-06 07:07:40,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:40.982 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.116s] 2018-10-06 07:07:41,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:41.250 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [54.199s] 2018-10-06 07:07:41,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:41.261 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.017s] 2018-10-06 07:07:42,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.115 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.843s] 2018-10-06 07:07:42,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.116 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [12.768s] 2018-10-06 07:07:42,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.117 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-06 07:07:42,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.328 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.118s] 2018-10-06 07:07:42,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.403 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.295s] 2018-10-06 07:07:42,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:42.547 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.143s] 2018-10-06 07:07:44,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:44.236 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.170s] 2018-10-06 07:07:46,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:46.978 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.994s] 2018-10-06 07:07:50,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:50.440 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [6.203s] 2018-10-06 07:07:53,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:53.772 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [56.766s] 2018-10-06 07:07:54,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:54.475 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [7.497s] 2018-10-06 07:07:55,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:55.263 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [4.823s] 2018-10-06 07:07:56,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:56.226 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:07:56,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:56.856 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [22.018s] 2018-10-06 07:07:57,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:57.832 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.980s] 2018-10-06 07:07:58,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:07:58.940 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.677s] 2018-10-06 07:08:01,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:01.852 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.420s] 2018-10-06 07:08:02,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:02.926 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-06 07:08:04,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:04.800 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [60.650s] 2018-10-06 07:08:06,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:06.384 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [35.072s] 2018-10-06 07:08:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:06.659 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [85.076s] 2018-10-06 07:08:11,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:11.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [33.002s] 2018-10-06 07:08:13,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:13.923 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [16.084s] 2018-10-06 07:08:16,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:16.463 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.097s] 2018-10-06 07:08:16,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:16.891 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.427s] 2018-10-06 07:08:16,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:16.974 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.083s] 2018-10-06 07:08:17,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:17.072 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.098s] 2018-10-06 07:08:17,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:17.198 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.125s] 2018-10-06 07:08:18,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:18.712 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [5.270s] 2018-10-06 07:08:18,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:18.716 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.517s] 2018-10-06 07:08:18,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:18.900 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [106.685s] 2018-10-06 07:08:19,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:19.142 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [4.046s] 2018-10-06 07:08:19,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:19.692 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.975s] 2018-10-06 07:08:20,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:20.354 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.432s] 2018-10-06 07:08:20,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:20.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.860s] 2018-10-06 07:08:23,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:23.957 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [3.383s] 2018-10-06 07:08:26,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:26.056 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-06 07:08:28,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:28.642 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [4.138s] 2018-10-06 07:08:29,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:29.819 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [5.861s] 2018-10-06 07:08:31,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:31.083 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.727s] 2018-10-06 07:08:31,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:31.450 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.368s]: Skipped until Bug: 1014647 is resolved. 2018-10-06 07:08:34,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:34.017 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [27.631s] 2018-10-06 07:08:34,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:34.038 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-06 07:08:34,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:34.532 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [2.621s] 2018-10-06 07:08:35,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:35.266 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [4.252s] 2018-10-06 07:08:35,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:35.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.736s] 2018-10-06 07:08:35,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:35.598 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [22.064s] 2018-10-06 07:08:35,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:35.742 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.210s] 2018-10-06 07:08:38,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:38.658 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.391s] 2018-10-06 07:08:41,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:41.217 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [91.218s] 2018-10-06 07:08:43,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:43.817 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.071s] 2018-10-06 07:08:44,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:44.272 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.059s] 2018-10-06 07:08:44,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:44.633 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.817s] 2018-10-06 07:08:47,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.429 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.170s] 2018-10-06 07:08:47,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.582 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.152s] 2018-10-06 07:08:47,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.585 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.077s] 2018-10-06 07:08:47,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.596 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-06 07:08:47,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.706 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.072s] 2018-10-06 07:08:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.739 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.157s] 2018-10-06 07:08:47,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.748 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.151s] 2018-10-06 07:08:47,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.760 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-10-06 07:08:47,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.774 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-10-06 07:08:47,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.804 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-10-06 07:08:47,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.879 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.075s] 2018-10-06 07:08:47,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.899 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.751s] 2018-10-06 07:08:47,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.903 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.164s] 2018-10-06 07:08:47,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:47.971 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.092s] 2018-10-06 07:08:48,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.108 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.204s] 2018-10-06 07:08:48,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.151 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.179s] 2018-10-06 07:08:48,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.165 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-06 07:08:48,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.231 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-10-06 07:08:48,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.253 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.145s] 2018-10-06 07:08:48,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.399 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.145s] 2018-10-06 07:08:48,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.562 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.161s] 2018-10-06 07:08:48,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.727 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.165s] 2018-10-06 07:08:48,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:48.888 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.162s] 2018-10-06 07:08:49,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:49.066 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [55.285s] 2018-10-06 07:08:54,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:54.397 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [18.797s] 2018-10-06 07:08:54,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:54.483 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.264s] 2018-10-06 07:08:54,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:54.660 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.176s] 2018-10-06 07:08:54,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:54.794 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [20.776s] 2018-10-06 07:08:54,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:54.811 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [10.538s] 2018-10-06 07:08:56,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:56.226 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.565s] 2018-10-06 07:08:57,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:57.251 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.023s] 2018-10-06 07:08:57,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:57.388 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.137s] 2018-10-06 07:08:57,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:57.545 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.155s] 2018-10-06 07:08:57,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:57.569 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.024s] 2018-10-06 07:08:57,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:57.815 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.246s] 2018-10-06 07:08:58,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:58.968 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.197s] 2018-10-06 07:08:59,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:59.173 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.061s] 2018-10-06 07:08:59,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:59.234 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.063s] 2018-10-06 07:08:59,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:08:59.730 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [77.382s] 2018-10-06 07:09:00,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:00.800 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.062s] 2018-10-06 07:09:01,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:01.098 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.297s] 2018-10-06 07:09:01,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:01.339 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.239s] 2018-10-06 07:09:01,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:01.775 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.435s] 2018-10-06 07:09:02,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:02.309 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.789s] 2018-10-06 07:09:02,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:02.565 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.789s] 2018-10-06 07:09:03,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:03.514 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.948s] 2018-10-06 07:09:04,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:04.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.577s] 2018-10-06 07:09:04,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:04.861 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2018-10-06 07:09:04,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:04.875 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.906s] 2018-10-06 07:09:06,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:06.363 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-06 07:09:06,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:06.808 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-06 07:09:06,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:06.829 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [84.698s] 2018-10-06 07:09:09,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:09.779 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.149s] 2018-10-06 07:09:10,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:10.670 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.228s] 2018-10-06 07:09:12,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:12.162 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [17.367s] 2018-10-06 07:09:16,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:16.377 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-10-06 07:09:16,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:16.380 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-06 07:09:16,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:16.381 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-06 07:09:16,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:16.382 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-06 07:09:16,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:16.504 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.628s] 2018-10-06 07:09:17,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:17.184 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:09:17,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:17.186 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:09:18,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:18.248 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [46.786s] 2018-10-06 07:09:19,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:19.124 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.631s] 2018-10-06 07:09:19,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:19.560 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.435s] 2018-10-06 07:09:19,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:19.963 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.402s] 2018-10-06 07:09:20,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:20.332 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.367s] 2018-10-06 07:09:20,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:20.744 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.412s] 2018-10-06 07:09:21,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:21.261 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.303s] 2018-10-06 07:09:21,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:21.565 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.304s] 2018-10-06 07:09:21,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:21.705 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.657s] 2018-10-06 07:09:21,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:21.961 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-06 07:09:22,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:22.331 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [86.962s] 2018-10-06 07:09:23,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:23.550 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.845s] 2018-10-06 07:09:29,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:29.908 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.600s] 2018-10-06 07:09:30,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:30.270 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.194s] 2018-10-06 07:09:31,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:31.659 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [37.262s] 2018-10-06 07:09:31,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:31.884 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.975s] 2018-10-06 07:09:33,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:33.769 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.884s] 2018-10-06 07:09:33,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:33.932 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [87.255s] 2018-10-06 07:09:34,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:34.894 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.811s] 2018-10-06 07:09:34,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:34.954 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.184s] 2018-10-06 07:09:35,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:35.517 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:09:38,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:38.444 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [26.281s] 2018-10-06 07:09:39,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:39.661 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.705s] 2018-10-06 07:09:40,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:40.495 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [21.599s] 2018-10-06 07:09:41,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:41.178 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.769s] 2018-10-06 07:09:42,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:42.364 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.065s] 2018-10-06 07:09:42,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:42.430 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.065s] 2018-10-06 07:09:42,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:42.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [7.928s] 2018-10-06 07:09:42,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:42.972 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.311s] 2018-10-06 07:09:44,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:44.647 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [2.216s] 2018-10-06 07:09:46,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:46.087 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.440s] 2018-10-06 07:09:47,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:47.312 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [10.408s] 2018-10-06 07:09:47,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:47.743 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.917s] 2018-10-06 07:09:48,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:48.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.920s] 2018-10-06 07:09:49,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:49.267 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.602s] 2018-10-06 07:09:50,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:50.219 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.950s] 2018-10-06 07:09:50,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:50.995 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.775s] 2018-10-06 07:09:51,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:51.791 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [92.876s] 2018-10-06 07:09:51,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:51.828 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.834s] 2018-10-06 07:09:53,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:53.532 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [108.706s] 2018-10-06 07:09:53,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:53.849 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.017s] 2018-10-06 07:09:57,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:57.095 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [25.434s] 2018-10-06 07:09:57,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:57.387 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [3.537s] 2018-10-06 07:09:57,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:57.988 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.675s] 2018-10-06 07:09:58,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:58.340 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.953s] 2018-10-06 07:09:58,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:58.557 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [7.031s] 2018-10-06 07:09:58,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:58.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.431s] 2018-10-06 07:09:59,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:59.246 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.472s] 2018-10-06 07:09:59,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:59.622 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.376s] 2018-10-06 07:09:59,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:59.843 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.170s] 2018-10-06 07:09:59,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:09:59.969 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.347s] 2018-10-06 07:10:00,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.018 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.304s] 2018-10-06 07:10:00,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.040 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.198s] 2018-10-06 07:10:00,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.115 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.098s] 2018-10-06 07:10:00,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.184 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.068s] 2018-10-06 07:10:00,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.280 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.095s] 2018-10-06 07:10:00,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.423 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.143s] 2018-10-06 07:10:00,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.464 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.424s] 2018-10-06 07:10:00,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.505 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.040s] 2018-10-06 07:10:00,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.601s] 2018-10-06 07:10:00,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.680 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.176s] 2018-10-06 07:10:00,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.712 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2018-10-06 07:10:00,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:00.893 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.179s] 2018-10-06 07:10:01,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.081 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.188s] 2018-10-06 07:10:01,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.382 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.300s] 2018-10-06 07:10:01,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.449 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.066s] 2018-10-06 07:10:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.703 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.253s] 2018-10-06 07:10:01,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.720 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.148s] 2018-10-06 07:10:01,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.920 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.216s] 2018-10-06 07:10:01,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:01.969 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.049s] 2018-10-06 07:10:02,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:02.011 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-10-06 07:10:02,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:02.058 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.045s] 2018-10-06 07:10:02,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:02.795 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [24.351s] 2018-10-06 07:10:02,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:02.897 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.174s] 2018-10-06 07:10:03,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:03.366 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.469s] 2018-10-06 07:10:05,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:05.995 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [25.495s] 2018-10-06 07:10:06,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:06.102 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.311s] 2018-10-06 07:10:06,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:06.218 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.115s] 2018-10-06 07:10:06,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:06.939 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.721s] 2018-10-06 07:10:07,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:07.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.755s] 2018-10-06 07:10:07,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:07.127 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-06 07:10:07,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:07.568 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [2.116s] 2018-10-06 07:10:07,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:07.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.455s] 2018-10-06 07:10:07,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:07.794 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.225s] 2018-10-06 07:10:08,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:08.019 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.438s] 2018-10-06 07:10:08,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:08.265 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.244s] 2018-10-06 07:10:08,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:08.508 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.242s] 2018-10-06 07:10:08,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:08.740 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.232s] 2018-10-06 07:10:09,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:09.093 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.351s] 2018-10-06 07:10:09,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:09.611 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.516s] 2018-10-06 07:10:10,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:10.074 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.463s] 2018-10-06 07:10:10,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:10.179 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [12.190s] 2018-10-06 07:10:10,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:10.233 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.293s] 2018-10-06 07:10:10,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:10.752 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.677s] 2018-10-06 07:10:10,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:10.925 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [3.130s] 2018-10-06 07:10:11,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:11.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.436s] 2018-10-06 07:10:11,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:11.689 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.498s] 2018-10-06 07:10:12,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:12.499 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.806s] 2018-10-06 07:10:12,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:12.501 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-06 07:10:12,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:12.502 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-06 07:10:13,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:13.021 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.521s] 2018-10-06 07:10:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:13.247 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.225s] 2018-10-06 07:10:14,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:14.886 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [4.653s] 2018-10-06 07:10:14,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:14.955 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [17.860s] 2018-10-06 07:10:15,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:15.105 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.218s] 2018-10-06 07:10:15,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:15.317 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.212s] 2018-10-06 07:10:15,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:15.744 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [5.564s] 2018-10-06 07:10:15,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:15.799 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.872s] 2018-10-06 07:10:15,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:15.950 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [6.687s] 2018-10-06 07:10:16,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:16.088 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-06 07:10:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.092 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.292s] 2018-10-06 07:10:18,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.550 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [5.300s] 2018-10-06 07:10:18,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.963 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-06 07:10:18,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.966 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-06 07:10:18,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.968 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 07:10:18,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.969 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:10:18,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:18.970 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-06 07:10:19,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.560s] 2018-10-06 07:10:19,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.262 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.516s] 2018-10-06 07:10:19,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.411 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.301s] 2018-10-06 07:10:19,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.414 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-06 07:10:19,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.415 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-06 07:10:19,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:19.875 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.462s] 2018-10-06 07:10:20,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:20.192 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.316s] 2018-10-06 07:10:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:20.282 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.151s] 2018-10-06 07:10:20,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:20.444 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.251s] 2018-10-06 07:10:21,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:21.010 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.062s] 2018-10-06 07:10:21,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:21.440 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.347s] 2018-10-06 07:10:21,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:21.670 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [59.327s] 2018-10-06 07:10:22,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:22.817 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [64.552s] 2018-10-06 07:10:28,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:28.178 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.178s] 2018-10-06 07:10:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:29.146 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.861s] 2018-10-06 07:10:29,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:29.147 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.130s] 2018-10-06 07:10:29,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:29.249 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [35.712s] 2018-10-06 07:10:30,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:30.581 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.829s] 2018-10-06 07:10:30,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:30.760 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.180s] 2018-10-06 07:10:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:31.029 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.268s] 2018-10-06 07:10:33,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:33.796 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.651s] 2018-10-06 07:10:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:34.257 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [19.301s] 2018-10-06 07:10:35,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:35.030 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.885s] 2018-10-06 07:10:35,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:35.381 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [4.350s] 2018-10-06 07:10:38,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:38.700 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [6.310s] 2018-10-06 07:10:40,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.192 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [20.928s] 2018-10-06 07:10:40,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.317 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.758s] 2018-10-06 07:10:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.327 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-06 07:10:40,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.492 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.301s] 2018-10-06 07:10:40,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.558 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.065s] 2018-10-06 07:10:40,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.600 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [11.354s] 2018-10-06 07:10:40,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:40.909 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.113s] 2018-10-06 07:10:42,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:42.468 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-06 07:10:42,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:42.722 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.691s] 2018-10-06 07:10:43,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:43.529 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [8.145s] 2018-10-06 07:10:43,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:43.805 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.276s] 2018-10-06 07:10:44,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:44.030 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.328s] 2018-10-06 07:10:46,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:46.169 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.365s] 2018-10-06 07:10:46,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:46.605 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.694s] 2018-10-06 07:10:47,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:47.153 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.151s] 2018-10-06 07:10:48,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:48.269 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.545s] 2018-10-06 07:10:48,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:48.716 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [74.763s] 2018-10-06 07:10:48,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:48.776 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.130s] 2018-10-06 07:10:50,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:50.504 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.348s] 2018-10-06 07:10:50,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:50.877 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.317s] 2018-10-06 07:10:51,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:51.146 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.369s] 2018-10-06 07:10:51,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:51.475 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-06 07:10:52,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:52.371 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.866s] 2018-10-06 07:10:52,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:52.832 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [18.574s] 2018-10-06 07:10:53,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:53.239 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.970s] 2018-10-06 07:10:53,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:53.302 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-06 07:10:54,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.215 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.068s] 2018-10-06 07:10:54,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.270 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.093s] 2018-10-06 07:10:54,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.318 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.946s] 2018-10-06 07:10:54,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.346 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-10-06 07:10:54,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.418 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-10-06 07:10:54,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.423 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.005s] 2018-10-06 07:10:54,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:54.506 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.893s] 2018-10-06 07:10:55,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:55.132 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.100s] 2018-10-06 07:10:55,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:55.746 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [1.239s] 2018-10-06 07:10:57,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:57.455 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [32.349s] 2018-10-06 07:10:57,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:57.650 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [1.904s] 2018-10-06 07:10:57,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:57.751 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.433s] 2018-10-06 07:10:58,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:58.035 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.813s] 2018-10-06 07:10:58,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:58.831 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [1.180s] 2018-10-06 07:10:58,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:58.897 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.110s] 2018-10-06 07:10:59,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:59.050 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.152s] 2018-10-06 07:10:59,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:59.261 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.429s] 2018-10-06 07:10:59,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:59.291 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.282s] 2018-10-06 07:10:59,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:59.353 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.114s] 2018-10-06 07:10:59,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:10:59.811 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.761s] 2018-10-06 07:11:01,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:01.651 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.195s] 2018-10-06 07:11:01,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:01.685 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [2.423s] 2018-10-06 07:11:01,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:01.915 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.020s] 2018-10-06 07:11:02,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:02.666 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.913s] 2018-10-06 07:11:02,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:02.726 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [14.011s] 2018-10-06 07:11:03,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:03.201 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-06 07:11:03,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:03.201 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-06 07:11:03,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:03.202 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-06 07:11:04,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:04.038 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [2.351s] 2018-10-06 07:11:04,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:04.499 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.831s] 2018-10-06 07:11:04,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:04.682 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.185s] 2018-10-06 07:11:04,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:04.716 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.678s] 2018-10-06 07:11:05,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:05.235 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.518s] 2018-10-06 07:11:05,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:05.891 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.655s] 2018-10-06 07:11:06,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:06.223 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.305s] 2018-10-06 07:11:06,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:06.713 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [2.027s] 2018-10-06 07:11:07,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:07.199 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.733s] 2018-10-06 07:11:07,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:07.518 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.450s] 2018-10-06 07:11:07,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:07.684 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.166s] 2018-10-06 07:11:08,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.152 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.439s] 2018-10-06 07:11:08,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.174 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-10-06 07:11:08,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.197 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-10-06 07:11:08,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.227 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.028s] 2018-10-06 07:11:08,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.499 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.300s] 2018-10-06 07:11:08,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.511 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:11:08,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:08.593 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.196s] 2018-10-06 07:11:09,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:09.541 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.187s] 2018-10-06 07:11:10,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:10.500 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.000s] 2018-10-06 07:11:10,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:10.636 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-06 07:11:10,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:10.638 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-06 07:11:10,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:10.640 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:11:11,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:11.099 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-06 07:11:11,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:11.204 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.704s] 2018-10-06 07:11:11,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:11.530 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-06 07:11:11,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:11.831 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [16.249s] 2018-10-06 07:11:12,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:12.191 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.648s] 2018-10-06 07:11:12,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:12.523 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [19.690s] 2018-10-06 07:11:13,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:13.475 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.995s] 2018-10-06 07:11:16,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:16.878 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [54.051s] 2018-10-06 07:11:16,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:16.929 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.258s] 2018-10-06 07:11:17,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:17.347 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [26.468s] 2018-10-06 07:11:17,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:17.373 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.096s] 2018-10-06 07:11:17,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:17.586 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.240s] 2018-10-06 07:11:17,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:17.648 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.061s] 2018-10-06 07:11:17,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:17.747 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.556s] 2018-10-06 07:11:18,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:18.198 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.823s] 2018-10-06 07:11:18,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:18.609 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.862s] 2018-10-06 07:11:18,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:18.729 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.119s] 2018-10-06 07:11:18,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:18.957 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.227s] 2018-10-06 07:11:19,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.014 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2018-10-06 07:11:19,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.080 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.065s] 2018-10-06 07:11:19,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.372 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.292s] 2018-10-06 07:11:19,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.575 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.376s] 2018-10-06 07:11:19,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.644 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.271s] 2018-10-06 07:11:19,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.700 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-10-06 07:11:19,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:19.797 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.097s] 2018-10-06 07:11:20,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:20.867 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [23.411s] 2018-10-06 07:11:21,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:21.014 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.278s] 2018-10-06 07:11:21,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:21.173 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.159s] 2018-10-06 07:11:21,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:21.364 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.190s] 2018-10-06 07:11:22,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:22.298 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.274s] 2018-10-06 07:11:22,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:22.390 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.092s] 2018-10-06 07:11:22,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:22.768 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-06 07:11:22,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:22.769 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-10-06 07:11:22,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:22.809 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.247s] 2018-10-06 07:11:23,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.262 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.869s] 2018-10-06 07:11:23,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.309 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.047s] 2018-10-06 07:11:23,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.401 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.093s] 2018-10-06 07:11:23,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.416 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.014s] 2018-10-06 07:11:23,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.475 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.058s] 2018-10-06 07:11:23,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:23.510 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.036s] 2018-10-06 07:11:24,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:24.046 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.680s] 2018-10-06 07:11:26,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:26.190 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-10-06 07:11:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:27.144 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [5.183s] 2018-10-06 07:11:27,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:27.144 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.093s] 2018-10-06 07:11:28,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:28.174 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.457s] 2018-10-06 07:11:29,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:29.104 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.963s] 2018-10-06 07:11:29,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:29.632 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [6.813s] 2018-10-06 07:11:29,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:29.634 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [7.361s] 2018-10-06 07:11:30,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:30.510 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [10.713s] 2018-10-06 07:11:30,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:30.740 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.600s] 2018-10-06 07:11:31,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:31.151 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.501s] 2018-10-06 07:11:34,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:34.319 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [17.440s] 2018-10-06 07:11:34,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:34.950 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.208s] 2018-10-06 07:11:36,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:36.545 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.918s] 2018-10-06 07:11:36,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:36.774 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.715s] 2018-10-06 07:11:37,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:37.058 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.283s] 2018-10-06 07:11:38,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:38.039 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.050s] 2018-10-06 07:11:38,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:38.057 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-10-06 07:11:40,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:40.228 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [19.359s] 2018-10-06 07:11:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:40.230 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-06 07:11:41,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:41.109 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.157s] 2018-10-06 07:11:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:41.431 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.290s] 2018-10-06 07:11:41,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:41.684 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.251s] 2018-10-06 07:11:41,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:41.816 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.132s] 2018-10-06 07:11:42,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.002 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.185s] 2018-10-06 07:11:42,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.026 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.024s] 2018-10-06 07:11:42,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.240 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.213s] 2018-10-06 07:11:42,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.379 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.834s] 2018-10-06 07:11:42,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.432 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.192s] 2018-10-06 07:11:42,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.460 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.028s] 2018-10-06 07:11:42,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.731 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [11.577s] 2018-10-06 07:11:42,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.808 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.346s] 2018-10-06 07:11:42,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:42.863 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.056s] 2018-10-06 07:11:45,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:45.616 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [10.714s] 2018-10-06 07:11:46,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.139 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.155s] 2018-10-06 07:11:46,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.152 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-10-06 07:11:46,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.168 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2018-10-06 07:11:46,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.518 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.350s] 2018-10-06 07:11:46,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.530 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-10-06 07:11:46,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.540 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-10-06 07:11:46,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:46.948 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.407s] 2018-10-06 07:11:47,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:47.381 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.432s] 2018-10-06 07:11:48,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:48.069 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.237s] 2018-10-06 07:11:48,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:48.144 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.766s] 2018-10-06 07:11:49,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:49.167 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.022s] 2018-10-06 07:11:49,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:49.521 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:11:49,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:49.536 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.468s] 2018-10-06 07:11:50,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:50.242 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.625s] 2018-10-06 07:11:50,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:50.396 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.098s] 2018-10-06 07:11:50,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:50.543 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.147s] 2018-10-06 07:11:52,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:52.019 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [26.411s] 2018-10-06 07:11:52,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:52.515 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.971s] 2018-10-06 07:11:53,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:53.172 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [12.942s] 2018-10-06 07:11:53,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:53.661 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.022s] 2018-10-06 07:11:55,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:55.045 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.802s] 2018-10-06 07:11:55,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:55.289 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.245s] 2018-10-06 07:11:55,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:55.563 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.274s] 2018-10-06 07:11:55,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:55.824 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.260s] 2018-10-06 07:11:56,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.014 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.189s] 2018-10-06 07:11:56,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.175 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-10-06 07:11:56,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.223 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [21.900s] 2018-10-06 07:11:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.333 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.156s] 2018-10-06 07:11:56,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.366 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.034s] 2018-10-06 07:11:56,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.580 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.213s] 2018-10-06 07:11:56,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:56.834 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.252s] 2018-10-06 07:11:57,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.049 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.215s] 2018-10-06 07:11:57,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.256 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.207s] 2018-10-06 07:11:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.425 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2018-10-06 07:11:57,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.455 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.462s] 2018-10-06 07:11:57,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.745 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.320s] 2018-10-06 07:11:57,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:57.979 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.233s] 2018-10-06 07:11:58,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:58.222 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.242s] 2018-10-06 07:11:58,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:58.257 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-10-06 07:11:58,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:58.784 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.526s] 2018-10-06 07:11:59,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.009 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.224s] 2018-10-06 07:11:59,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.047 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.038s] 2018-10-06 07:11:59,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.060 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2018-10-06 07:11:59,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.103 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.042s] 2018-10-06 07:11:59,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.281 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.177s] 2018-10-06 07:11:59,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.481 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.199s] 2018-10-06 07:11:59,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.697 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.216s] 2018-10-06 07:11:59,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.742 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.045s] 2018-10-06 07:11:59,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.922 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.179s] 2018-10-06 07:11:59,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:11:59.968 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.046s] 2018-10-06 07:12:00,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:00.010 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.043s] 2018-10-06 07:12:00,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:00.050 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.039s] 2018-10-06 07:12:01,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:01.542 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.879s] 2018-10-06 07:12:02,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:02.062 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [42.041s] 2018-10-06 07:12:05,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:05.081 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.513s] 2018-10-06 07:12:05,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:05.761 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.677s] 2018-10-06 07:12:05,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:05.956 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.195s] 2018-10-06 07:12:06,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:06.296 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.339s] 2018-10-06 07:12:08,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:08.581 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.308s] 2018-10-06 07:12:09,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:09.873 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [16.701s] 2018-10-06 07:12:10,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:10.049 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.399s] 2018-10-06 07:12:11,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:11.228 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [19.208s] 2018-10-06 07:12:12,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:12.192 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.649s] 2018-10-06 07:12:13,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:13.796 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.588s] 2018-10-06 07:12:15,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:15.145 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.025s] 2018-10-06 07:12:15,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:15.484 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.292s] 2018-10-06 07:12:15,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:15.816 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [7.235s] 2018-10-06 07:12:18,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:18.509 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.691s] 2018-10-06 07:12:18,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:18.689 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.204s] 2018-10-06 07:12:19,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:19.338 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.534s] 2018-10-06 07:12:20,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:20.669 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [74.431s] 2018-10-06 07:12:20,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:20.751 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.605s] 2018-10-06 07:12:21,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:21.875 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [8.471s] 2018-10-06 07:12:22,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:22.283 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.010s] 2018-10-06 07:12:22,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:22.523 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.726s] 2018-10-06 07:12:23,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:23.377 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.867s] 2018-10-06 07:12:27,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:27.922 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [4.545s] 2018-10-06 07:12:28,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:28.791 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.184s] 2018-10-06 07:12:29,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:29.878 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [18.649s] 2018-10-06 07:12:29,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:29.880 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-06 07:12:30,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:30.234 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.442s] 2018-10-06 07:12:31,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:31.856 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [9.979s] 2018-10-06 07:12:32,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:32.857 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.934s] 2018-10-06 07:12:32,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:32.933 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.895s] 2018-10-06 07:12:33,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:33.610 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [11.084s] 2018-10-06 07:12:35,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:35.843 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-06 07:12:35,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:35.844 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:12:35,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:35.845 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-06 07:12:36,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:36.541 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [17.850s] 2018-10-06 07:12:36,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:36.751 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.211s] 2018-10-06 07:12:36,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:36.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.090s] 2018-10-06 07:12:37,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:37.651 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.797s] 2018-10-06 07:12:37,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:37.948 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.091s] 2018-10-06 07:12:38,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:38.335 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.295s] 2018-10-06 07:12:38,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:38.729 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.394s] 2018-10-06 07:12:38,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:38.913 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.184s] 2018-10-06 07:12:39,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:39.111 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.197s] 2018-10-06 07:12:39,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:39.318 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [6.382s] 2018-10-06 07:12:39,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:39.340 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.229s] 2018-10-06 07:12:39,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:39.671 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.371s] 2018-10-06 07:12:40,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:40.930 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [38.865s] 2018-10-06 07:12:41,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:41.188 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.579s] 2018-10-06 07:12:41,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:41.412 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.094s] 2018-10-06 07:12:42,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:42.626 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.677s] 2018-10-06 07:12:43,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:43.308 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:12:43,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:43.430 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.776s] 2018-10-06 07:12:43,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:43.431 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.016s] 2018-10-06 07:12:43,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:43.442 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [13.563s] 2018-10-06 07:12:44,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:44.501 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.156s] 2018-10-06 07:12:44,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:44.940 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.313s] 2018-10-06 07:12:45,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:45.353 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.924s] 2018-10-06 07:12:46,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:46.069 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [9.225s] 2018-10-06 07:12:46,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:46.226 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.993s] 2018-10-06 07:12:48,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:48.801 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.373s] 2018-10-06 07:12:51,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:51.749 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.872s] 2018-10-06 07:12:54,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:54.448 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.507s] 2018-10-06 07:12:55,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:55.888 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.439s] 2018-10-06 07:12:58,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:58.370 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.532s] 2018-10-06 07:12:58,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:58.650 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.281s] 2018-10-06 07:12:58,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:12:58.946 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.295s] 2018-10-06 07:13:00,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:00.654 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [19.465s] 2018-10-06 07:13:00,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:00.796 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [17.352s] 2018-10-06 07:13:01,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:01.542 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [8.350s] 2018-10-06 07:13:01,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:01.670 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.781s] 2018-10-06 07:13:01,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:01.840 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.170s] 2018-10-06 07:13:02,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:02.149 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.308s] 2018-10-06 07:13:02,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:02.438 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.289s] 2018-10-06 07:13:02,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:02.450 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [10.703s] 2018-10-06 07:13:02,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:02.683 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.244s] 2018-10-06 07:13:02,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:02.906 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.222s] 2018-10-06 07:13:03,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:03.021 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.114s] 2018-10-06 07:13:03,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:03.156 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.134s] 2018-10-06 07:13:03,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:03.226 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.069s] 2018-10-06 07:13:03,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:03.303 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.077s] 2018-10-06 07:13:03,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:03.668 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.223s] 2018-10-06 07:13:06,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:06.605 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.934s] 2018-10-06 07:13:07,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:07.721 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.116s] 2018-10-06 07:13:09,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:09.648 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.926s] 2018-10-06 07:13:10,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:10.533 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.583s] 2018-10-06 07:13:10,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:10.572 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.041s] 2018-10-06 07:13:10,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:10.606 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-10-06 07:13:11,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:11.032 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.728s] 2018-10-06 07:13:11,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:11.104 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [25.035s] 2018-10-06 07:13:11,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:11.295 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.646s] 2018-10-06 07:13:11,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:11.486 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.382s] 2018-10-06 07:13:11,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:11.538 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.051s] 2018-10-06 07:13:12,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:12.921 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-06 07:13:12,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:12.923 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:13:14,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:14.275 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.977s] 2018-10-06 07:13:16,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:16.254 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.813s] 2018-10-06 07:13:16,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:16.972 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.696s] 2018-10-06 07:13:17,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:17.402 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.431s] 2018-10-06 07:13:19,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:19.102 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [1.028s] 2018-10-06 07:13:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:19.487 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.233s] 2018-10-06 07:13:19,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:19.985 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.580s] 2018-10-06 07:13:20,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:20.747 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.644s] 2018-10-06 07:13:23,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:23.815 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [3.066s] 2018-10-06 07:13:23,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:23.857 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [3.872s] 2018-10-06 07:13:24,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:24.409 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [4.922s] 2018-10-06 07:13:24,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:24.821 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.281s] 2018-10-06 07:13:25,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:25.104 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.246s] 2018-10-06 07:13:25,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:25.126 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.023s] 2018-10-06 07:13:25,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:25.145 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.018s] 2018-10-06 07:13:25,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:25.169 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.025s] 2018-10-06 07:13:28,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:28.469 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-06 07:13:28,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:28.471 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-06 07:13:28,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:28.473 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:13:28,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:28.474 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-06 07:13:28,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:28.767 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-06 07:13:30,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:30.312 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.900s] 2018-10-06 07:13:31,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:31.472 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.384s] 2018-10-06 07:13:32,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:32.282 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.810s] 2018-10-06 07:13:32,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:32.402 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.605s] 2018-10-06 07:13:35,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:35.501 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [49.265s] 2018-10-06 07:13:35,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:35.502 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-06 07:13:35,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:35.927 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.524s] 2018-10-06 07:13:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:38.948 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.992s] 2018-10-06 07:13:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:39.218 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-06 07:13:39,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:39.219 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-06 07:13:40,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:40.187 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.239s] 2018-10-06 07:13:40,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:40.591 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.769s] 2018-10-06 07:13:40,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:40.939 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.752s] 2018-10-06 07:13:41,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:41.195 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [5.264s] 2018-10-06 07:13:42,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:42.551 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.357s] 2018-10-06 07:13:43,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:43.334 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [82.643s] 2018-10-06 07:13:43,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:43.414 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-10-06 07:13:43,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:43.504 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.090s] 2018-10-06 07:13:43,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:43.816 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.214s] 2018-10-06 07:13:45,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:45.901 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.349s] 2018-10-06 07:13:46,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:46.478 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-06 07:13:46,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:46.496 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.681s] 2018-10-06 07:13:47,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:47.462 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.966s] 2018-10-06 07:13:47,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:47.650 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [46.845s] 2018-10-06 07:13:48,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:48.573 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.671s] 2018-10-06 07:13:50,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.073 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.022s] 2018-10-06 07:13:50,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.249 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.786s] 2018-10-06 07:13:50,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.306 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.232s] 2018-10-06 07:13:50,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.337 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.030s] 2018-10-06 07:13:50,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.562 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.224s] 2018-10-06 07:13:50,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.585 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.023s] 2018-10-06 07:13:50,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.765 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.179s] 2018-10-06 07:13:50,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.799 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.178s] 2018-10-06 07:13:50,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:50.956 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.191s] 2018-10-06 07:13:51,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.154 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.197s] 2018-10-06 07:13:51,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.179 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.025s] 2018-10-06 07:13:51,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.207 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.027s] 2018-10-06 07:13:51,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.247 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.448s] 2018-10-06 07:13:51,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.273 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.698s] 2018-10-06 07:13:51,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.351 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.080s] 2018-10-06 07:13:51,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.601 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.393s] 2018-10-06 07:13:51,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.790 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-06 07:13:51,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.791 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-06 07:13:51,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:51.988 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.382s] 2018-10-06 07:13:52,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:52.000 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [70.751s] 2018-10-06 07:13:52,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:52.370 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.869s] 2018-10-06 07:13:53,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:53.839 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.470s] 2018-10-06 07:13:54,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:54.650 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-06 07:13:57,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:57.468 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.626s] 2018-10-06 07:13:58,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:58.223 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.250s] 2018-10-06 07:13:58,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:58.436 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.212s] 2018-10-06 07:13:58,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:58.666 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.230s] 2018-10-06 07:13:58,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:58.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.165s] 2018-10-06 07:13:59,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.020 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.187s] 2018-10-06 07:13:59,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.025 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.558s] 2018-10-06 07:13:59,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.133 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.299s] 2018-10-06 07:13:59,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.180 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.160s] 2018-10-06 07:13:59,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.363 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.181s] 2018-10-06 07:13:59,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.446 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.308s] 2018-10-06 07:13:59,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.455 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [72.335s] 2018-10-06 07:13:59,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.579 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.216s] 2018-10-06 07:13:59,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.689 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [12.045s] 2018-10-06 07:13:59,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.780 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.201s] 2018-10-06 07:13:59,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.985 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.540s] 2018-10-06 07:13:59,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:13:59.987 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.205s] 2018-10-06 07:14:00,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:00.033 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.047s] 2018-10-06 07:14:00,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:00.987 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.002s] 2018-10-06 07:14:01,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.150 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.163s] 2018-10-06 07:14:01,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.170 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.019s] 2018-10-06 07:14:01,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.191 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.685s] 2018-10-06 07:14:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.705 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.534s] 2018-10-06 07:14:01,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.809 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.782s] 2018-10-06 07:14:01,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:01.908 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.100s] 2018-10-06 07:14:02,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:02.006 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [2.889s] 2018-10-06 07:14:02,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:02.390 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.386s] 2018-10-06 07:14:03,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:03.523 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.402s] 2018-10-06 07:14:03,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:03.595 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:14:04,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:04.307 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.915s] 2018-10-06 07:14:04,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:04.341 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.035s] 2018-10-06 07:14:04,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:04.953 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.430s] 2018-10-06 07:14:05,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:05.097 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.756s] 2018-10-06 07:14:08,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:08.235 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:14:08,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:08.237 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:14:08,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:08.381 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.256s] 2018-10-06 07:14:08,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:08.595 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.215s] 2018-10-06 07:14:09,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:09.177 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [7.988s] 2018-10-06 07:14:10,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:10.751 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.634s] 2018-10-06 07:14:12,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:12.639 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.887s] 2018-10-06 07:14:13,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:13.543 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.716s] 2018-10-06 07:14:14,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:14.014 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.093s] 2018-10-06 07:14:14,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:14.040 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.497s] 2018-10-06 07:14:14,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:14.265 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.251s] 2018-10-06 07:14:17,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:17.945 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.186s] 2018-10-06 07:14:18,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:18.127 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.044s] 2018-10-06 07:14:19,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:19.946 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [1.999s] 2018-10-06 07:14:22,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:22.778 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [36.962s] 2018-10-06 07:14:24,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:24.041 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.112s] 2018-10-06 07:14:24,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:24.151 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.109s] 2018-10-06 07:14:24,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:24.347 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.194s] 2018-10-06 07:14:24,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:24.460 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.113s] 2018-10-06 07:14:24,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:24.569 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.109s] 2018-10-06 07:14:28,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:28.725 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.750s] 2018-10-06 07:14:35,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:35.643 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.228s] 2018-10-06 07:14:35,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:35.669 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.945s] 2018-10-06 07:14:36,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:36.746 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-06 07:14:37,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:37.177 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [21.439s] 2018-10-06 07:14:38,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:38.235 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [15.678s] 2018-10-06 07:14:38,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:38.612 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.967s] 2018-10-06 07:14:38,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:38.613 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-06 07:14:40,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:40.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.157s] 2018-10-06 07:14:40,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:40.311 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.041s] 2018-10-06 07:14:42,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:42.499 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:14:42,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:42.500 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-06 07:14:42,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:42.514 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.233s] 2018-10-06 07:14:42,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:42.696 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.181s] 2018-10-06 07:14:42,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:42.864 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.167s] 2018-10-06 07:14:43,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:43.235 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [4.623s] 2018-10-06 07:14:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:44.306 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.071s] 2018-10-06 07:14:45,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:45.023 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.157s] 2018-10-06 07:14:45,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:45.209 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.186s] 2018-10-06 07:14:45,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:45.533 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.298s] 2018-10-06 07:14:49,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:49.274 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.139s] 2018-10-06 07:14:49,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:49.581 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.275s] 2018-10-06 07:14:49,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:49.657 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [12.476s] 2018-10-06 07:14:51,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:51.302 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-06 07:14:51,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:51.303 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-06 07:14:51,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:51.702 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [2.047s] 2018-10-06 07:14:53,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:53.659 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.076s] 2018-10-06 07:14:54,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:54.118 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-06 07:14:57,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:57.951 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.290s] 2018-10-06 07:14:58,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:14:58.742 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.437s] 2018-10-06 07:15:00,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:00.029 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [35.033s] 2018-10-06 07:15:00,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:00.366 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.706s] 2018-10-06 07:15:00,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:00.434 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.482s] 2018-10-06 07:15:00,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:00.556 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.190s] 2018-10-06 07:15:02,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.101 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.012s] 2018-10-06 07:15:02,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.111 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.007s] 2018-10-06 07:15:02,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.122 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.010s] 2018-10-06 07:15:02,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.131 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-06 07:15:02,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.139 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-06 07:15:02,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.148 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-06 07:15:02,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:02.155 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-10-06 07:15:04,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:04.366 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [10.864s] 2018-10-06 07:15:04,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:04.891 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.192s] 2018-10-06 07:15:05,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:05.071 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.179s] 2018-10-06 07:15:05,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:05.266 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.194s] 2018-10-06 07:15:05,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:05.876 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.610s] 2018-10-06 07:15:05,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:05.977 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.100s] 2018-10-06 07:15:06,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.491 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.513s] 2018-10-06 07:15:06,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.531 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2018-10-06 07:15:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.680 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:15:06,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.681 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-06 07:15:06,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.763 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.232s] 2018-10-06 07:15:06,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:06.981 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.217s] 2018-10-06 07:15:07,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:07.045 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.063s] 2018-10-06 07:15:07,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:07.093 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-10-06 07:15:07,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:07.277 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.183s] 2018-10-06 07:15:07,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:07.579 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.301s] 2018-10-06 07:15:07,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:07.810 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.230s] 2018-10-06 07:15:08,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:08.197 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.386s] 2018-10-06 07:15:08,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:08.252 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-10-06 07:15:08,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:08.301 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2018-10-06 07:15:08,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:08.528 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.227s] 2018-10-06 07:15:12,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:12.263 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.423s] 2018-10-06 07:15:12,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:12.790 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.526s] 2018-10-06 07:15:14,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:14.128 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.653s] 2018-10-06 07:15:20,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:20.372 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.474s] 2018-10-06 07:15:20,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:20.823 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.449s] 2018-10-06 07:15:21,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:21.447 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.623s] 2018-10-06 07:15:21,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:21.518 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.070s] 2018-10-06 07:15:21,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:21.583 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.065s] 2018-10-06 07:15:21,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:21.648 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.064s] 2018-10-06 07:15:22,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:22.382 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.186s] 2018-10-06 07:15:26,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:26.616 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.515s] 2018-10-06 07:15:31,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:31.355 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [4.738s] 2018-10-06 07:15:32,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:32.212 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.499s] 2018-10-06 07:15:32,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:32.385 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [10.001s] 2018-10-06 07:15:32,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:32.897 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.683s] 2018-10-06 07:15:32,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:32.916 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.532s] 2018-10-06 07:15:33,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:33.288 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.391s] 2018-10-06 07:15:33,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:33.622 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.705s] 2018-10-06 07:15:33,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:33.670 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.382s] 2018-10-06 07:15:33,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:33.906 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.283s] 2018-10-06 07:15:34,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:34.714 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.042s] 2018-10-06 07:15:35,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:35.262 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.547s] 2018-10-06 07:15:35,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:35.741 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.478s] 2018-10-06 07:15:37,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:37.421 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.679s] 2018-10-06 07:15:37,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:37.697 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.273s] 2018-10-06 07:15:38,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:38.395 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.699s] 2018-10-06 07:15:38,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:38.465 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.070s] 2018-10-06 07:15:38,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:38.851 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.385s] 2018-10-06 07:15:39,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:39.640 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.788s] 2018-10-06 07:15:53,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:53.559 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.941s] 2018-10-06 07:15:53,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:53.745 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.188s] 2018-10-06 07:15:54,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:15:54.157 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.412s] 2018-10-06 07:16:01,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:01.732 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [27.819s] 2018-10-06 07:16:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:04.680 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [16.465s] 2018-10-06 07:16:06,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:06.793 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.805s] 2018-10-06 07:16:12,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:12.151 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.185s] 2018-10-06 07:16:14,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:14.152 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.999s] 2018-10-06 07:16:15,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:15.936 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [9.876s] 2018-10-06 07:16:17,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:17.383 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [12.702s] 2018-10-06 07:16:18,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:18.084 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [306.171s] 2018-10-06 07:16:19,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:19.517 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.582s] 2018-10-06 07:16:19,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:19.992 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.386s] 2018-10-06 07:16:20,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:20.147 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.155s] 2018-10-06 07:16:20,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:20.312 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.164s] 2018-10-06 07:16:20,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:20.482 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.170s] 2018-10-06 07:16:22,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:22.069 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.688s] 2018-10-06 07:16:24,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:24.500 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.430s] 2018-10-06 07:16:25,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:25.026 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.156s] 2018-10-06 07:16:50,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:16:50.091 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [25.587s] 2018-10-06 07:17:20,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:20.924 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [30.829s] 2018-10-06 07:17:22,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:22.452 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.532s] 2018-10-06 07:17:32,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:32.189 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.733s] 2018-10-06 07:17:41,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:41.903 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.713s] 2018-10-06 07:17:45,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:45.826 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.923s] 2018-10-06 07:17:58,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:17:58.115 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [90.290s] 2018-10-06 07:18:19,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:19.949 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [34.114s] 2018-10-06 07:18:34,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:34.895 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.008s] 2018-10-06 07:18:35,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:35.080 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.185s] 2018-10-06 07:18:35,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:35.615 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.534s] 2018-10-06 07:18:37,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:37.431 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.816s] 2018-10-06 07:18:39,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:39.875 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.443s] 2018-10-06 07:18:39,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:39.923 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.048s] 2018-10-06 07:18:40,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:18:40.137 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.213s] 2018-10-06 07:19:00,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:00.629 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-10-06 07:19:02,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:02.019 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-06 07:19:03,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:03.858 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-10-06 07:19:10,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:10.532 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [1.742s] 2018-10-06 07:19:34,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:34.069 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [89.780s] 2018-10-06 07:19:34,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:34.518 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [23.983s] 2018-10-06 07:19:37,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:37.673 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.158s] 2018-10-06 07:19:59,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:19:59.573 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [21.893s] 2018-10-06 07:20:06,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:20:06.424 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.853s] 2018-10-06 07:20:26,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:20:26.315 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [332.065s] 2018-10-06 07:20:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:20:27.199 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [53.121s] 2018-10-06 07:21:25,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:21:25.266 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.663s] 2018-10-06 07:21:25,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:21:25.268 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-06 07:21:44,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-06 07:21:44.456 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [78.143s] 2018-10-06 07:22:05,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2345960c-5c27-4176-99b8-2a1900a000fc 2018-10-06 07:22:06,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2345960c-5c27-4176-99b8-2a1900a000fc']'. 2018-10-06 07:22:07,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-06 07:22:07,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-06 07:22:07,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 07:22:07,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2345960c-5c27-4176-99b8-2a1900a000fc | 2018-10-06 07:22:07,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-06 07:22:07,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-06 07:03:10 | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-06 07:22:05 | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:55 | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 32121c19-642c-44a1-8487-3898181d7279) | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-06 07:22:07,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6172d8fb-7b6a-4340-9a3b-814ddb03e3c8) | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1109.078 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1052 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 357 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-06 07:22:07,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 59 | 2018-10-06 07:22:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-06 07:22:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-06 07:22:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-06 07:22:07,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 94.6894689469% 2018-10-06 07:22:07,644 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:12 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-06 07:22:07,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 07:22:07,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:22:09,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07a8eed8-0811-4a07-825c-b7753ad16db7 Date: Sat, 06 Oct 2018 07:22:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:22:09,762 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca used request id req-07a8eed8-0811-4a07-825c-b7753ad16db7 2018-10-06 07:22:09,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.1161429882s 2018-10-06 07:22:09,763 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/f16f5ded-37cc-4af0-b0bd-32216fd9fbca used request id req-07a8eed8-0811-4a07-825c-b7753ad16db7 2018-10-06 07:22:09,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 07:22:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:09,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07: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-ff0c387d-a5c7-40ed-ba48-80c33e3bdc8b x-compute-request-id: req-ff0c387d-a5c7-40ed-ba48-80c33e3bdc8b Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/15b7948d-a836-4954-b261-8758b1ced233", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "15b7948d-a836-4954-b261-8758b1ced233", "name": "tempest_full_parallel-flavor_alt_f08f53a8-1c12-435b-a458-4cc155938472", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2753876c-6d00-40a8-97e9-b307a06f818d", "name": "tempest_full_parallel-flavor_f08f53a8-1c12-435b-a458-4cc155938472", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 07:22:09,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ff0c387d-a5c7-40ed-ba48-80c33e3bdc8b 2018-10-06 07:22:09,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183604001999s 2018-10-06 07:22:09,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ff0c387d-a5c7-40ed-ba48-80c33e3bdc8b 2018-10-06 07:22:09,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 07:22:09,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:10,004 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 07: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 x-openstack-request-id: req-c33f4487-beb8-451c-b963-18c36cc63e71 x-compute-request-id: req-c33f4487-beb8-451c-b963-18c36cc63e71 Content-Length: 0 Content-Type: application/json 2018-10-06 07:22:10,004 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233 used request id req-c33f4487-beb8-451c-b963-18c36cc63e71 2018-10-06 07:22:10,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0536098480225s 2018-10-06 07:22:10,004 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/15b7948d-a836-4954-b261-8758b1ced233 used request id req-c33f4487-beb8-451c-b963-18c36cc63e71 2018-10-06 07:22:10,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-06 07:22:10,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:22:10,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4550 Content-Type: application/json X-Openstack-Request-Id: req-518318fb-ed65-495d-afbe-dfe488e58dbf Date: Sat, 06 Oct 2018 07:22:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3d58a140-dc15-49a6-a398-f273994c9f0b/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/3d58a140-dc15-49a6-a398-f273994c9f0b/file", "owner": "0375fd83ea904a3e898bca8e51aef59b", "id": "3d58a140-dc15-49a6-a398-f273994c9f0b", "size": 0, "self": "/v2/images/3d58a140-dc15-49a6-a398-f273994c9f0b", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"776f01b8-a14c-4b89-acdd-c1d1985e6864\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-40231287", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/3d58a140-dc15-49a6-a398-f273994c9f0b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:15:20Z", "owner_user_name": "tempest-TestVolumeBootPattern-40231287", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1786883844", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-06T07:15:18Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-06T07:06:35Z", "boot_roles": "Member", "file": "/v2/images/2aa3271a-90d4-4738-8387-c8b488a9c52e/file", "owner": "a1e082b08f074582abe0295df2caaca3", "id": "2aa3271a-90d4-4738-8387-c8b488a9c52e", "size": 1073741824, "user_id": "f900e62b7fbe482db0bc6eb72b8d8fa0", "image_type": "backup", "self": "/v2/images/2aa3271a-90d4-4738-8387-c8b488a9c52e", "disk_format": "raw", "base_image_ref": "89df0472-2a77-438a-b9f1-54e9593eabd1", "owner_project_name": "tempest-ServerActionsTestJSON-244817775", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/2aa3271a-90d4-4738-8387-c8b488a9c52e/snap", "owner_id": "a1e082b08f074582abe0295df2caaca3", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/2aa3271a-90d4-4738-8387-c8b488a9c52e/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-244817775", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "ea411149-8742-4838-8827-8796428ab160", "name": "tempest-backup-1-1054067950", "checksum": null, "created_at": "2018-10-06T07:06:03Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "metadata": {}}], "file": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1/file", "owner": "254c2e47be62474395bc42b82e57fab3", "id": "89df0472-2a77-438a-b9f1-54e9593eabd1", "size": 12716032, "self": "/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1", "disk_format": "qcow2", "direct_url": "rbd://7eeed3de-ccdb-4ade-a676-6f5f2f52c1a0/images/89df0472-2a77-438a-b9f1-54e9593eabd1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-06T07:02:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_f08f53a8-1c12-435b-a458-4cc155938472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-06T07:02:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-06 07:22:10,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-518318fb-ed65-495d-afbe-dfe488e58dbf 2018-10-06 07:22:10,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199970960617s 2018-10-06 07:22:10,205 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-518318fb-ed65-495d-afbe-dfe488e58dbf 2018-10-06 07:22:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-06 07:22:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de604335e1a85da067360eef838e600bed12a8af" 2018-10-06 07:22:12,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2ee4833-b671-48af-899c-f2ca020b9e98 Date: Sat, 06 Oct 2018 07:22:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-06 07:22:12,013 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1 used request id req-d2ee4833-b671-48af-899c-f2ca020b9e98 2018-10-06 07:22:12,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.80488491058s 2018-10-06 07:22:12,013 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/89df0472-2a77-438a-b9f1-54e9593eabd1 used request id req-d2ee4833-b671-48af-899c-f2ca020b9e98 2018-10-06 07:22:12,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-06 07:22:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07: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-665c2291-ee01-46af-a266-27dcb44740ff x-compute-request-id: req-665c2291-ee01-46af-a266-27dcb44740ff Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/2753876c-6d00-40a8-97e9-b307a06f818d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2753876c-6d00-40a8-97e9-b307a06f818d", "name": "tempest_full_parallel-flavor_f08f53a8-1c12-435b-a458-4cc155938472", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-06 07:22:12,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-665c2291-ee01-46af-a266-27dcb44740ff 2018-10-06 07:22:12,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273749828339s 2018-10-06 07:22:12,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-665c2291-ee01-46af-a266-27dcb44740ff 2018-10-06 07:22:12,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-06 07:22:12,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,080 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 06 Oct 2018 07: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-26a63c06-299b-4f30-be62-0df5c002b7c7 x-compute-request-id: req-26a63c06-299b-4f30-be62-0df5c002b7c7 Content-Length: 0 Content-Type: application/json 2018-10-06 07:22:12,080 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d used request id req-26a63c06-299b-4f30-be62-0df5c002b7c7 2018-10-06 07:22:12,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0385830402374s 2018-10-06 07:22:12,080 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/2753876c-6d00-40a8-97e9-b307a06f818d used request id req-26a63c06-299b-4f30-be62-0df5c002b7c7 2018-10-06 07:22:12,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:22:12,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621b5372-6d3f-4368-a45f-4f0652f183be Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/03a349567c4146e2b51b0c34d200bfef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03a349567c4146e2b51b0c34d200bfef", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/0d24b07ed3d74379aae332d9b620d782"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0d24b07ed3d74379aae332d9b620d782", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/460ef4b9620444308953c4a46c01006c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "460ef4b9620444308953c4a46c01006c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.29:5000/v3/users/5f78c9f5af054aeeb7a02a4c50edbfda"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f78c9f5af054aeeb7a02a4c50edbfda", "email": "congress@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/64ae9102fe9f41dbb15a89ced4e3c62c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64ae9102fe9f41dbb15a89ced4e3c62c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/6c89da67ea5841f294d2ebda10112796"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c89da67ea5841f294d2ebda10112796", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/6d6296bb784e4c0b8e4c9f024a217c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d6296bb784e4c0b8e4c9f024a217c82", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.29:5000/v3/users/7481d2016c0c4f6c8d7d7a899823c227"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7481d2016c0c4f6c8d7d7a899823c227", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/77ba1b22a62447389dca94f29c42889c"}, "domain_id": "61538c379dc841269d2285b5cbf53076", "enabled": true, "options": {}, "id": "77ba1b22a62447389dca94f29c42889c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a29f3dd5eb8d4800a126e07f71148743"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a29f3dd5eb8d4800a126e07f71148743", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472", "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "domain_id": "default", "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/cbc004dc373d4d56a6f3750a143a63f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cbc004dc373d4d56a6f3750a143a63f8", "email": "admin@example.com", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.29:5000/v3/users/d406b51fa73149eeba042bd241494240"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d406b51fa73149eeba042bd241494240", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/df54539cc07c41fa89352d27e1b6b293"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df54539cc07c41fa89352d27e1b6b293", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/e0ce790419974a2a850b684a83e4c87f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0ce790419974a2a850b684a83e4c87f", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/e99f466b6c7d4df0b7097a855e4e6319"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e99f466b6c7d4df0b7097a855e4e6319", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-10-06 07:22:12,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-621b5372-6d3f-4368-a45f-4f0652f183be 2018-10-06 07:22:12,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109122037888s 2018-10-06 07:22:12,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-621b5372-6d3f-4368-a45f-4f0652f183be 2018-10-06 07:22:12,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-06 07:22:12,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0a3071-9044-41bb-8efd-b7a368c2cfbf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c"}, "enabled": true, "id": "a90386fd828a4da392eafe685dad127c", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_f08f53a8-1c12-435b-a458-4cc155938472"}} 2018-10-06 07:22:12,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c used request id req-5a0a3071-9044-41bb-8efd-b7a368c2cfbf 2018-10-06 07:22:12,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921649932861s 2018-10-06 07:22:12,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c used request id req-5a0a3071-9044-41bb-8efd-b7a368c2cfbf 2018-10-06 07:22:12,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-06 07:22:12,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af0cf776-d6f3-445b-b9f0-cb23a1101e6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:22:12,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c used request id req-af0cf776-d6f3-445b-b9f0-cb23a1101e6c 2018-10-06 07:22:12,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.243147850037s 2018-10-06 07:22:12,527 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/a90386fd828a4da392eafe685dad127c used request id req-af0cf776-d6f3-445b-b9f0-cb23a1101e6c 2018-10-06 07:22:12,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-06 07:22:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02984ff9-df80-4346-88a9-d076e132e1bc Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3"}, "enabled": true, "id": "254c2e47be62474395bc42b82e57fab3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_f08f53a8-1c12-435b-a458-4cc155938472"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/43b0e43720f24df1860fcd99772e846d"}, "enabled": true, "id": "43b0e43720f24df1860fcd99772e846d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/ec5bcdef74a346eaa92ad18f5a2be7df"}, "enabled": true, "id": "ec5bcdef74a346eaa92ad18f5a2be7df", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-06 07:22:12,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-02984ff9-df80-4346-88a9-d076e132e1bc 2018-10-06 07:22:12,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0893819332123s 2018-10-06 07:22:12,617 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-02984ff9-df80-4346-88a9-d076e132e1bc 2018-10-06 07:22:12,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-06 07:22:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f227578-a581-429c-9bc8-81f4ee9ef884 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:22:12,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3 used request id req-8f227578-a581-429c-9bc8-81f4ee9ef884 2018-10-06 07:22:12,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145853996277s 2018-10-06 07:22:12,764 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/254c2e47be62474395bc42b82e57fab3 used request id req-8f227578-a581-429c-9bc8-81f4ee9ef884 2018-10-06 07:22:12,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-06 07:22:12,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a23ec5-fd48-4a97-a142-5047faac8c72 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "367cdc79110345b68581af4cada13f5e", "links": {"self": "http://172.30.9.29:5000/v3/roles/367cdc79110345b68581af4cada13f5e"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "40658a78e0654124baa3e58be8402875", "links": {"self": "http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875"}, "name": "Member"}, {"domain_id": null, "id": "7b404aa02d5e4c08ad1905e48fcd7a47", "links": {"self": "http://172.30.9.29:5000/v3/roles/7b404aa02d5e4c08ad1905e48fcd7a47"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ea4c1436929c431ca2103f0b504c4126", "links": {"self": "http://172.30.9.29:5000/v3/roles/ea4c1436929c431ca2103f0b504c4126"}, "name": "heat_stack_user"}]} 2018-10-06 07:22:12,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-10a23ec5-fd48-4a97-a142-5047faac8c72 2018-10-06 07:22:12,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806610584259s 2018-10-06 07:22:12,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-06 07:22:12,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:12,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 06 Oct 2018 07:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fa667a9-313d-47e0-901f-4a518b9b9f3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-06 07:22:12,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/roles/40658a78e0654124baa3e58be8402875 used request id req-2fa667a9-313d-47e0-901f-4a518b9b9f3d 2018-10-06 07:22:12,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.125808954239s 2018-10-06 07:22:12,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-06 07:22:12,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/security-groups.json?project_id=254c2e47be62474395bc42b82e57fab3&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d07cb7999cf48b708cc31d1f8c03f58e1b7b808a" 2018-10-06 07:22:13,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-71d2c39e-1ae5-4302-b81c-7d73880df113 Date: Sat, 06 Oct 2018 07:22:13 GMT RESP BODY: {"security_groups": []} 2018-10-06 07:22:13,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=254c2e47be62474395bc42b82e57fab3&name=default used request id req-71d2c39e-1ae5-4302-b81c-7d73880df113 2018-10-06 07:22:13,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.1745429039s 2018-10-06 07:22:13,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json?project_id=254c2e47be62474395bc42b82e57fab3&name=default used request id req-71d2c39e-1ae5-4302-b81c-7d73880df113 2018-10-06 07:22:13,147 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK